python-botocore/botocore/data/cloudfront/2014-11-06/waiters-2.json

48 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2015-10-08 20:16:07 +02:00
{
2015-10-08 20:16:11 +02:00
"version": 2,
2015-10-08 20:16:07 +02:00
"waiters": {
"DistributionDeployed": {
2015-10-08 20:16:11 +02:00
"delay": 60,
2015-10-08 20:16:07 +02:00
"operation": "GetDistribution",
2015-10-08 20:16:11 +02:00
"maxAttempts": 25,
2015-10-08 20:16:07 +02:00
"description": "Wait until a distribution is deployed.",
2015-10-08 20:16:11 +02:00
"acceptors": [
{
"expected": "Deployed",
"matcher": "path",
"state": "success",
"argument": "Distribution.Status"
}
]
2015-10-08 20:16:07 +02:00
},
"InvalidationCompleted": {
2015-10-08 20:16:11 +02:00
"delay": 20,
2015-10-08 20:16:07 +02:00
"operation": "GetInvalidation",
2015-10-08 20:16:11 +02:00
"maxAttempts": 60,
2015-10-08 20:16:07 +02:00
"description": "Wait until an invalidation has completed.",
2015-10-08 20:16:11 +02:00
"acceptors": [
{
"expected": "Completed",
"matcher": "path",
"state": "success",
"argument": "Invalidation.Status"
}
]
},
"StreamingDistributionDeployed": {
"delay": 60,
"operation": "GetStreamingDistribution",
"maxAttempts": 25,
"description": "Wait until a streaming distribution is deployed.",
"acceptors": [
{
"expected": "Deployed",
"matcher": "path",
"state": "success",
"argument": "StreamingDistribution.Status"
}
]
2015-10-08 20:16:07 +02:00
}
}
}