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

279 lines
7.3 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": [
{
2019-10-03 12:21:31 +02:00
"expected": true,
"matcher": "path",
2018-02-11 09:52:35 +01:00
"state": "success",
2019-10-03 12:21:31 +02:00
"argument": "length(DBInstances) == `0`"
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
{
2019-10-03 12:21:31 +02:00
"expected": true,
"matcher": "path",
2015-10-08 20:16:11 +02:00
"state": "success",
2019-10-03 12:21:31 +02:00
"argument": "length(DBSnapshots) == `0`"
2018-02-11 09:52:35 +01:00
},
{
"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
]
},
2019-10-03 12:21:31 +02:00
"DBClusterSnapshotAvailable": {
"delay": 30,
"operation": "DescribeDBClusterSnapshots",
"maxAttempts": 60,
"acceptors": [
{
"expected": "available",
"matcher": "pathAll",
"state": "success",
"argument": "DBClusterSnapshots[].Status"
},
{
"expected": "deleted",
"matcher": "pathAny",
"state": "failure",
"argument": "DBClusterSnapshots[].Status"
},
{
"expected": "deleting",
"matcher": "pathAny",
"state": "failure",
"argument": "DBClusterSnapshots[].Status"
},
{
"expected": "failed",
"matcher": "pathAny",
"state": "failure",
"argument": "DBClusterSnapshots[].Status"
},
{
"expected": "incompatible-restore",
"matcher": "pathAny",
"state": "failure",
"argument": "DBClusterSnapshots[].Status"
},
{
"expected": "incompatible-parameters",
"matcher": "pathAny",
"state": "failure",
"argument": "DBClusterSnapshots[].Status"
}
]
},
"DBClusterSnapshotDeleted": {
"delay": 30,
"operation": "DescribeDBClusterSnapshots",
"maxAttempts": 60,
"acceptors": [
{
"expected": true,
"matcher": "path",
"state": "success",
"argument": "length(DBClusterSnapshots) == `0`"
},
{
"expected": "DBClusterSnapshotNotFoundFault",
"matcher": "error",
"state": "success"
},
{
"expected": "creating",
"matcher": "pathAny",
"state": "failure",
"argument": "DBClusterSnapshots[].Status"
},
{
"expected": "modifying",
"matcher": "pathAny",
"state": "failure",
"argument": "DBClusterSnapshots[].Status"
},
{
"expected": "rebooting",
"matcher": "pathAny",
"state": "failure",
"argument": "DBClusterSnapshots[].Status"
},
{
"expected": "resetting-master-credentials",
"matcher": "pathAny",
"state": "failure",
"argument": "DBClusterSnapshots[].Status"
}
]
},
"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
}
}
}