ChangeSetSummaryListItem
A summary of a change set returned in a list of change sets when the
                ListChangeSets action is called.
Contents
Note
In the following list, the required parameters are described first.
- ChangeSetArn
- 
               The ARN associated with the unique identifier for the change set referenced in this request. Type: String Length Constraints: Minimum length of 1. Maximum length of 2048. Pattern: ^[a-zA-Z0-9:*/-]+$Required: No 
- ChangeSetId
- 
               The unique identifier for a change set. Type: String Length Constraints: Minimum length of 1. Maximum length of 255. Pattern: ^[\w\-]+$Required: No 
- ChangeSetName
- 
               The non-unique name for the change set. Type: String Length Constraints: Minimum length of 1. Maximum length of 100. Pattern: ^[\w\s+=.:@-]+$Required: No 
- EndTime
- 
               The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished. Type: String Length Constraints: Fixed length of 20. Pattern: ^([\d]{4})\-(1[0-2]|0[1-9])\-(3[01]|0[1-9]|[12][\d])T(2[0-3]|[01][\d]):([0-5][\d]):([0-5][\d])Z$Required: No 
- EntityIdList
- 
               This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity. Type: Array of strings Length Constraints: Minimum length of 1. Maximum length of 255. Pattern: ^[\w\-]+$Required: No 
- FailureCode
- 
               Returned if the change set is in FAILEDstatus. Can be eitherCLIENT_ERROR, which means that there are issues with the request (see theErrorDetailListofDescribeChangeSet), orSERVER_FAULT, which means that there is a problem in the system, and you should retry your request.Type: String Valid Values: CLIENT_ERROR | SERVER_FAULTRequired: No 
- StartTime
- 
               The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started. Type: String Length Constraints: Fixed length of 20. Pattern: ^([\d]{4})\-(1[0-2]|0[1-9])\-(3[01]|0[1-9]|[12][\d])T(2[0-3]|[01][\d]):([0-5][\d]):([0-5][\d])Z$Required: No 
- Status
- 
               The current status of the change set. Type: String Valid Values: PREPARING | APPLYING | SUCCEEDED | CANCELLED | FAILEDRequired: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: