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 uniqueEntityId
s.ListChangeSets
- The supported filter names and associatedValueList
s is as follows:-
ChangeSetName
- The supportedValueList
is a list of non-uniqueChangeSetName
s. These are defined when you call theStartChangeSet
action. -
Status
- The supportedValueList
is a list of statuses for all change set requests. -
EntityId
- The supportedValueList
is a list of uniqueEntityId
s. -
BeforeStartTime
- The supportedValueList
is a list of all change sets that started before the filter value. -
AfterStartTime
- The supportedValueList
is a list of all change sets that started after the filter value. -
BeforeEndTime
- The supportedValueList
is a list of all change sets that ended before the filter value. -
AfterEndTime
- The supportedValueList
is 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: