123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394 |
- {
- "version": 2,
- "waiters": {
- "DBInstanceAvailable": {
- "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"
- }
- ]
- },
- "DBInstanceDeleted": {
- "delay": 30,
- "operation": "DescribeDBInstances",
- "maxAttempts": 60,
- "acceptors": [
- {
- "expected": true,
- "matcher": "path",
- "state": "success",
- "argument": "length(DBInstances) == `0`"
- },
- {
- "expected": "DBInstanceNotFound",
- "matcher": "error",
- "state": "success"
- },
- {
- "expected": "creating",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBInstances[].DBInstanceStatus"
- },
- {
- "expected": "modifying",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBInstances[].DBInstanceStatus"
- },
- {
- "expected": "rebooting",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBInstances[].DBInstanceStatus"
- },
- {
- "expected": "resetting-master-credentials",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBInstances[].DBInstanceStatus"
- }
- ]
- },
- "DBSnapshotAvailable": {
- "delay": 30,
- "operation": "DescribeDBSnapshots",
- "maxAttempts": 60,
- "acceptors": [
- {
- "expected": "available",
- "matcher": "pathAll",
- "state": "success",
- "argument": "DBSnapshots[].Status"
- },
- {
- "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": [
- {
- "expected": true,
- "matcher": "path",
- "state": "success",
- "argument": "length(DBSnapshots) == `0`"
- },
- {
- "expected": "DBSnapshotNotFound",
- "matcher": "error",
- "state": "success"
- },
- {
- "expected": "creating",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBSnapshots[].Status"
- },
- {
- "expected": "modifying",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBSnapshots[].Status"
- },
- {
- "expected": "rebooting",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBSnapshots[].Status"
- },
- {
- "expected": "resetting-master-credentials",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBSnapshots[].Status"
- }
- ]
- },
- "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"
- }
- ]
- },
- "DBClusterAvailable" : {
- "delay": 30,
- "operation": "DescribeDBClusters",
- "maxAttempts": 60,
- "acceptors": [
- {
- "expected": "available",
- "matcher": "pathAll",
- "state": "success",
- "argument": "DBClusters[].Status"
- },
- {
- "expected": "deleted",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBClusters[].Status"
- },
- {
- "expected": "deleting",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBClusters[].Status"
- },
- {
- "expected": "failed",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBClusters[].Status"
- },
- {
- "expected": "incompatible-restore",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBClusters[].Status"
- },
- {
- "expected": "incompatible-parameters",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBClusters[].Status"
- }
- ]
- },
- "DBClusterDeleted": {
- "delay": 30,
- "operation": "DescribeDBClusters",
- "maxAttempts": 60,
- "acceptors": [
- {
- "expected": true,
- "matcher": "path",
- "state": "success",
- "argument": "length(DBClusters) == `0`"
- },
- {
- "expected": "DBClusterNotFoundFault",
- "matcher": "error",
- "state": "success"
- },
- {
- "expected": "creating",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBClusters[].Status"
- },
- {
- "expected": "modifying",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBClusters[].Status"
- },
- {
- "expected": "rebooting",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBClusters[].Status"
- },
- {
- "expected": "resetting-master-credentials",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "DBClusters[].Status"
- }
- ]
- },
- "TenantDatabaseAvailable": {
- "delay": 30,
- "operation": "DescribeTenantDatabases",
- "maxAttempts": 60,
- "acceptors": [
- {
- "expected": "available",
- "matcher": "pathAll",
- "state": "success",
- "argument": "TenantDatabases[].Status"
- },
- {
- "expected": "deleted",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "TenantDatabases[].Status"
- },
- {
- "expected": "incompatible-parameters",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "TenantDatabases[].Status"
- },
- {
- "expected": "incompatible-restore",
- "matcher": "pathAny",
- "state": "failure",
- "argument": "TenantDatabases[].Status"
- }
- ]
- },
- "TenantDatabaseDeleted": {
- "delay": 30,
- "operation": "DescribeTenantDatabases",
- "maxAttempts": 60,
- "acceptors": [
- {
- "expected": true,
- "matcher": "path",
- "state": "success",
- "argument": "length(TenantDatabases) == `0`"
- },
- {
- "expected": "DBInstanceNotFoundFault",
- "matcher": "error",
- "state": "success"
- }
- ]
- }
- }
- }
|