ChangeSummary
This object is a container for common summary information about the change. The summary doesn't contain the whole change structure.
Contents
Note
In the following list, the required parameters are described first.
- ChangeName
-
Optional name for the change.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 72.
Pattern:
^[a-zA-Z]$
Required: No
- ChangeType
-
The type of the change.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[A-Z][\w]*$
Required: No
- Details
-
This object contains details specific to the change type of the requested change.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 16384.
Pattern:
^[\s]*\{[\s\S]*\}[\s]*$
Required: No
- DetailsDocument
-
The JSON value of the details specific to the change type of the requested change.
To download the "DetailsDocument" shapes, see the Python
and Java shapes on GitHub. Type: JSON value
Required: No
- Entity
-
The entity to be changed.
Type: Entity object
Required: No
- ErrorDetailList
-
An array of
ErrorDetail
objects associated with the change.Type: Array of ErrorDetail objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: