ChangeProgressStatusDetails - Amazon OpenSearch Service

ChangeProgressStatusDetails

The progress details of a specific domain configuration change.

Contents

ChangeId

The unique change identifier associated with a specific domain configuration change.

Type: String

Length Constraints: Fixed length of 36.

Pattern: \p{XDigit}{8}-\p{XDigit}{4}-\p{XDigit}{4}-\p{XDigit}{4}-\p{XDigit}{12}

Required: No

ChangeProgressStages

The specific stages that the domain is going through to perform the configuration change.

Type: Array of ChangeProgressStage objects

Required: No

CompletedProperties

The list of properties in the domain configuration change that have completed.

Type: Array of strings

Required: No

ConfigChangeStatus

The current status of the configuration change.

Type: String

Valid Values: Pending | Initializing | Validating | ValidationFailed | ApplyingChanges | Completed | PendingUserInput | Cancelled

Required: No

InitiatedBy

The IAM principal who initiated the configuration change.

Type: String

Valid Values: CUSTOMER | SERVICE

Required: No

LastUpdatedTime

The last time that the status of the configuration change was updated.

Type: Timestamp

Required: No

PendingProperties

The list of properties in the domain configuration change that are still pending.

Type: Array of strings

Required: No

StartTime

The time at which the configuration change is made on the domain.

Type: Timestamp

Required: No

Status

The overall status of the domain configuration change.

Type: String

Valid Values: PENDING | PROCESSING | COMPLETED | FAILED

Required: No

TotalNumberOfStages

The total number of stages required for the configuration change.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: