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

Hierarchy (view full)

Properties

LatestUpdateAttemptAt?: Date

The time that the most recent update was attempted.

LatestUpdateAttemptStatus?: string

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.

Status?: string

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.