mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 21:29:05 +00:00
Send to zulip
This commit is contained in:
43
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json
generated
vendored
Normal file
43
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"version" : 2,
|
||||
"waiters" : {
|
||||
"WorkspaceActive" : {
|
||||
"description" : "Wait until a workspace reaches ACTIVE status",
|
||||
"delay" : 2,
|
||||
"maxAttempts" : 60,
|
||||
"operation" : "DescribeWorkspace",
|
||||
"acceptors" : [ {
|
||||
"matcher" : "path",
|
||||
"argument" : "workspace.status.statusCode",
|
||||
"state" : "success",
|
||||
"expected" : "ACTIVE"
|
||||
}, {
|
||||
"matcher" : "path",
|
||||
"argument" : "workspace.status.statusCode",
|
||||
"state" : "retry",
|
||||
"expected" : "UPDATING"
|
||||
}, {
|
||||
"matcher" : "path",
|
||||
"argument" : "workspace.status.statusCode",
|
||||
"state" : "retry",
|
||||
"expected" : "CREATING"
|
||||
} ]
|
||||
},
|
||||
"WorkspaceDeleted" : {
|
||||
"description" : "Wait until a workspace reaches DELETED status",
|
||||
"delay" : 2,
|
||||
"maxAttempts" : 60,
|
||||
"operation" : "DescribeWorkspace",
|
||||
"acceptors" : [ {
|
||||
"matcher" : "error",
|
||||
"state" : "success",
|
||||
"expected" : "ResourceNotFoundException"
|
||||
}, {
|
||||
"matcher" : "path",
|
||||
"argument" : "workspace.status.statusCode",
|
||||
"state" : "retry",
|
||||
"expected" : "DELETING"
|
||||
} ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user