Skip to content

Commit 7591da6

Browse files
committed
fix: undo model changes which removed waiters from route53
1 parent a672522 commit 7591da6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

codegen/sdk-codegen/aws-models/route-53.2013-04-01.json

+17
Original file line numberDiff line numberDiff line change
@@ -3104,6 +3104,23 @@
31043104
"method": "GET",
31053105
"uri": "/2013-04-01/change/{Id}",
31063106
"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+
}
31073124
}
31083125
}
31093126
},

0 commit comments

Comments
 (0)