Inital Commit
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribeEvents": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"result_key": "Events"
|
||||
},
|
||||
"DescribeApplicationVersions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ApplicationVersions"
|
||||
},
|
||||
"DescribeEnvironmentManagedActionHistory": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxItems",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ManagedActionHistoryItems"
|
||||
},
|
||||
"DescribeEnvironments": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Environments"
|
||||
},
|
||||
"ListPlatformVersions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "PlatformSummaryList"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"EnvironmentExists": {
|
||||
"delay": 20,
|
||||
"maxAttempts": 20,
|
||||
"operation": "DescribeEnvironments",
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "Environments[].Status",
|
||||
"expected": "Ready"
|
||||
},
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "pathAll",
|
||||
"argument": "Environments[].Status",
|
||||
"expected": "Launching"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EnvironmentUpdated": {
|
||||
"delay": 20,
|
||||
"maxAttempts": 20,
|
||||
"operation": "DescribeEnvironments",
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "Environments[].Status",
|
||||
"expected": "Ready"
|
||||
},
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "pathAll",
|
||||
"argument": "Environments[].Status",
|
||||
"expected": "Updating"
|
||||
}
|
||||
]
|
||||
},
|
||||
"EnvironmentTerminated": {
|
||||
"delay": 20,
|
||||
"maxAttempts": 20,
|
||||
"operation": "DescribeEnvironments",
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "Environments[].Status",
|
||||
"expected": "Terminated"
|
||||
},
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "pathAll",
|
||||
"argument": "Environments[].Status",
|
||||
"expected": "Terminating"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user