We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a672522 commit 7591da6Copy full SHA for 7591da6
codegen/sdk-codegen/aws-models/route-53.2013-04-01.json
@@ -3104,6 +3104,23 @@
3104
"method": "GET",
3105
"uri": "/2013-04-01/change/{Id}",
3106
"code": 200
3107
+ },
3108
+ "smithy.waiters#waitable": {
3109
+ "ResourceRecordSetsChanged": {
3110
+ "acceptors": [
3111
+ {
3112
+ "state": "success",
3113
+ "matcher": {
3114
+ "output": {
3115
+ "path": "ChangeInfo.Status",
3116
+ "expected": "INSYNC",
3117
+ "comparator": "stringEquals"
3118
+ }
3119
3120
3121
+ ],
3122
+ "minDelay": 30
3123
3124
}
3125
3126
},
0 commit comments