python-botocore/botocore/data/rds/2014-10-31/waiters-2.json

194 lines
5 KiB
JSON
Raw 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": {
"DBInstanceAvailable": {
2015-10-08 20:16:11 +02:00
"delay": 30,
"operation": "DescribeDBInstances",
"maxAttempts": 60,
"acceptors": [
{
"expected": "available",
"matcher": "pathAll",
"state": "success",
"argument": "DBInstances[].DBInstanceStatus"
},
{
"expected": "deleted",
"matcher": "pathAny",
"state": "failure",
"argument": "DBInstances[].DBInstanceStatus"
},
{
"expected": "deleting",
"matcher": "pathAny",
"state": "failure",
"argument": "DBInstances[].DBInstanceStatus"
},
{
"expected": "failed",
"matcher": "pathAny",
"state": "failure",
"argument": "DBInstances[].DBInstanceStatus"
},
{
"expected": "incompatible-restore",
"matcher": "pathAny",
"state": "failure",
"argument": "DBInstances[].DBInstanceStatus"
},
{
"expected": "incompatible-parameters",
"matcher": "pathAny",
"state": "failure",
"argument": "DBInstances[].DBInstanceStatus"
2018-02-11 09:52:35 +01:00
}
]
},
"DBInstanceDeleted": {
"delay": 30,
"operation": "DescribeDBInstances",
"maxAttempts": 60,
"acceptors": [
{
"expected": "deleted",
"matcher": "pathAll",
"state": "success",
"argument": "DBInstances[].DBInstanceStatus"
2015-10-08 20:16:11 +02:00
},
{
2018-02-11 09:52:35 +01:00
"expected": "DBInstanceNotFound",
"matcher": "error",
"state": "success"
},
{
"expected": "creating",
2015-10-08 20:16:11 +02:00
"matcher": "pathAny",
"state": "failure",
"argument": "DBInstances[].DBInstanceStatus"
},
{
2018-02-11 09:52:35 +01:00
"expected": "modifying",
"matcher": "pathAny",
"state": "failure",
"argument": "DBInstances[].DBInstanceStatus"
},
{
"expected": "rebooting",
"matcher": "pathAny",
"state": "failure",
"argument": "DBInstances[].DBInstanceStatus"
},
{
"expected": "resetting-master-credentials",
2015-10-08 20:16:11 +02:00
"matcher": "pathAny",
"state": "failure",
"argument": "DBInstances[].DBInstanceStatus"
}
2015-10-08 20:16:07 +02:00
]
},
2018-02-11 09:52:35 +01:00
"DBSnapshotAvailable": {
2015-10-08 20:16:11 +02:00
"delay": 30,
2018-02-11 09:52:35 +01:00
"operation": "DescribeDBSnapshots",
2015-10-08 20:16:11 +02:00
"maxAttempts": 60,
"acceptors": [
{
2018-02-11 09:52:35 +01:00
"expected": "available",
"matcher": "pathAll",
"state": "success",
"argument": "DBSnapshots[].Status"
},
2018-02-11 09:52:35 +01:00
{
"expected": "deleted",
"matcher": "pathAny",
"state": "failure",
"argument": "DBSnapshots[].Status"
},
{
"expected": "deleting",
"matcher": "pathAny",
"state": "failure",
"argument": "DBSnapshots[].Status"
},
{
"expected": "failed",
"matcher": "pathAny",
"state": "failure",
"argument": "DBSnapshots[].Status"
},
{
"expected": "incompatible-restore",
"matcher": "pathAny",
"state": "failure",
"argument": "DBSnapshots[].Status"
},
{
"expected": "incompatible-parameters",
"matcher": "pathAny",
"state": "failure",
"argument": "DBSnapshots[].Status"
}
]
},
"DBSnapshotDeleted": {
"delay": 30,
"operation": "DescribeDBSnapshots",
"maxAttempts": 60,
"acceptors": [
2015-10-08 20:16:11 +02:00
{
"expected": "deleted",
"matcher": "pathAll",
"state": "success",
2018-02-11 09:52:35 +01:00
"argument": "DBSnapshots[].Status"
},
{
"expected": "DBSnapshotNotFound",
"matcher": "error",
"state": "success"
2015-10-08 20:16:11 +02:00
},
{
"expected": "creating",
"matcher": "pathAny",
"state": "failure",
2018-02-11 09:52:35 +01:00
"argument": "DBSnapshots[].Status"
2015-10-08 20:16:11 +02:00
},
{
"expected": "modifying",
"matcher": "pathAny",
"state": "failure",
2018-02-11 09:52:35 +01:00
"argument": "DBSnapshots[].Status"
2015-10-08 20:16:11 +02:00
},
{
"expected": "rebooting",
"matcher": "pathAny",
"state": "failure",
2018-02-11 09:52:35 +01:00
"argument": "DBSnapshots[].Status"
2015-10-08 20:16:11 +02:00
},
{
"expected": "resetting-master-credentials",
"matcher": "pathAny",
"state": "failure",
2018-02-11 09:52:35 +01:00
"argument": "DBSnapshots[].Status"
2015-10-08 20:16:11 +02:00
}
2015-10-08 20:16:07 +02:00
]
},
"DBSnapshotCompleted": {
"delay": 15,
"operation": "DescribeDBSnapshots",
"maxAttempts": 40,
"acceptors": [
{
"expected": "DBSnapshotNotFound",
"matcher": "error",
"state": "success"
},
{
"expected": "available",
"matcher": "pathAll",
"state": "success",
"argument": "DBSnapshots[].Status"
}
]
2015-10-08 20:16:07 +02:00
}
}
}