Update
An object representing an asynchronous update.
Contents
- createdAt
-
The Unix epoch timestamp at object creation.
Type: Timestamp
Required: No
- errors
-
Any errors associated with a
Failed
update.Type: Array of ErrorDetail objects
Required: No
- id
-
A UUID that is used to track the update.
Type: String
Required: No
- params
-
A key-value map that contains the parameters associated with the update.
Type: Array of UpdateParam objects
Required: No
- status
-
The current status of the update.
Type: String
Valid Values:
InProgress | Failed | Cancelled | Successful
Required: No
- type
-
The type of the update.
Type: String
Valid Values:
VersionUpdate | EndpointAccessUpdate | LoggingUpdate | ConfigUpdate | AssociateIdentityProviderConfig | DisassociateIdentityProviderConfig | AssociateEncryptionConfig | AddonUpdate | VpcConfigUpdate | AccessConfigUpdate | UpgradePolicyUpdate | ZonalShiftConfigUpdate
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: