Filter
A filter object, used to optionally filter results from calls to the
ListEntities and ListChangeSets actions.
Contents
Note
In the following list, the required parameters are described first.
- Name
-
For
ListEntities, the supported value for this is anEntityId.For
ListChangeSets, the supported values are as follows:Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z]+$Required: No
- ValueList
-
ListEntities- This is a list of uniqueEntityIds.ListChangeSets- The supported filter names and associatedValueLists is as follows:-
ChangeSetName- The supportedValueListis a list of non-uniqueChangeSetNames. These are defined when you call theStartChangeSetaction. -
Status- The supportedValueListis a list of statuses for all change set requests. -
EntityId- The supportedValueListis a list of uniqueEntityIds. -
BeforeStartTime- The supportedValueListis a list of all change sets that started before the filter value. -
AfterStartTime- The supportedValueListis a list of all change sets that started after the filter value. -
BeforeEndTime- The supportedValueListis a list of all change sets that ended before the filter value. -
AfterEndTime- The supportedValueListis a list of all change sets that ended after the filter value.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^(.)+$Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: