mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
Send to zulip
This commit is contained in:
73
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/s3-2006-03-01.waiters2.json
generated
vendored
Normal file
73
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/s3-2006-03-01.waiters2.json
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"BucketExists": {
|
||||
"delay": 5,
|
||||
"operation": "HeadBucket",
|
||||
"maxAttempts": 20,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": 200,
|
||||
"matcher": "status",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"expected": 301,
|
||||
"matcher": "status",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"expected": 403,
|
||||
"matcher": "status",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"expected": 404,
|
||||
"matcher": "status",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BucketNotExists": {
|
||||
"delay": 5,
|
||||
"operation": "HeadBucket",
|
||||
"maxAttempts": 20,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": 404,
|
||||
"matcher": "status",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ObjectExists": {
|
||||
"delay": 5,
|
||||
"operation": "HeadObject",
|
||||
"maxAttempts": 20,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": 200,
|
||||
"matcher": "status",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"expected": 404,
|
||||
"matcher": "status",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ObjectNotExists": {
|
||||
"delay": 5,
|
||||
"operation": "HeadObject",
|
||||
"maxAttempts": 20,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": 404,
|
||||
"matcher": "status",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user