Inital Commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListResourceRequests": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "ResourceRequestStatusSummaries"
|
||||
},
|
||||
"ListResources": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "ResourceDescriptions"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"merge": {
|
||||
"pagination": {
|
||||
"ListResources": {
|
||||
"non_aggregate_keys": [
|
||||
"TypeName"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version" : 2,
|
||||
"waiters" : {
|
||||
"ResourceRequestSuccess" : {
|
||||
"description" : "Wait until resource operation request is successful",
|
||||
"delay" : 5,
|
||||
"maxAttempts" : 24,
|
||||
"operation" : "GetResourceRequestStatus",
|
||||
"acceptors" : [ {
|
||||
"matcher" : "path",
|
||||
"argument" : "ProgressEvent.OperationStatus",
|
||||
"state" : "success",
|
||||
"expected" : "SUCCESS"
|
||||
}, {
|
||||
"matcher" : "path",
|
||||
"argument" : "ProgressEvent.OperationStatus",
|
||||
"state" : "failure",
|
||||
"expected" : "FAILED"
|
||||
}, {
|
||||
"matcher" : "path",
|
||||
"argument" : "ProgressEvent.OperationStatus",
|
||||
"state" : "failure",
|
||||
"expected" : "CANCEL_COMPLETE"
|
||||
} ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user