interface UpdateParallelDataResponse {
    LatestUpdateAttemptAt?: Date;
    LatestUpdateAttemptStatus?: ParallelDataStatus;
    Name?: string;
    Status?: ParallelDataStatus;
}

Hierarchy (view full)

Properties

LatestUpdateAttemptAt?: Date

The time that the most recent update was attempted.

LatestUpdateAttemptStatus?: ParallelDataStatus

The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.

Name?: string

The name of the parallel data resource being updated.

The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.