mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-23 05:39:05 +00:00
Send to zulip
This commit is contained in:
65
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json
generated
vendored
Normal file
65
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json
generated
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"CommandExecuted": {
|
||||
"delay": 5,
|
||||
"operation": "GetCommandInvocation",
|
||||
"maxAttempts": 20,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Pending",
|
||||
"matcher": "path",
|
||||
"state": "retry",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "InProgress",
|
||||
"matcher": "path",
|
||||
"state": "retry",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "Delayed",
|
||||
"matcher": "path",
|
||||
"state": "retry",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "Success",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "Cancelled",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "TimedOut",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "Cancelling",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "error",
|
||||
"expected": "InvocationDoesNotExist"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user