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:
45
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/ecr-2015-09-21.waiters2.json
generated
vendored
Normal file
45
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/ecr-2015-09-21.waiters2.json
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"ImageScanComplete": {
|
||||
"description": "Wait until an image scan is complete and findings can be accessed",
|
||||
"operation": "DescribeImageScanFindings",
|
||||
"delay": 5,
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "path",
|
||||
"argument": "imageScanStatus.status",
|
||||
"expected": "COMPLETE"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "path",
|
||||
"argument": "imageScanStatus.status",
|
||||
"expected": "FAILED"
|
||||
}
|
||||
]
|
||||
},
|
||||
"LifecyclePolicyPreviewComplete": {
|
||||
"description": "Wait until a lifecycle policy preview request is complete and results can be accessed",
|
||||
"operation": "GetLifecyclePolicyPreview",
|
||||
"delay": 5,
|
||||
"maxAttempts": 20,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "path",
|
||||
"argument": "status",
|
||||
"expected": "COMPLETE"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "path",
|
||||
"argument": "status",
|
||||
"expected": "FAILED"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user