File tree Expand file tree Collapse file tree 2 files changed +1
-34
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 2 files changed +1
-34
lines changed Original file line number Diff line number Diff line change 55665566 "matcher": {
55675567 "success": true
55685568 }
5569- },
5570- {
5571- "state": "retry",
5572- "matcher": {
5573- "errorType": "NoSuchBucket"
5574- }
5575- }
5576- ],
5577- "minDelay": 5
5578- },
5579- "BucketNotExists": {
5580- "acceptors": [
5581- {
5582- "state": "success",
5583- "matcher": {
5584- "errorType": "NoSuchBucket"
5585- }
55865569 }
55875570 ],
55885571 "minDelay": 5
56385621 "matcher": {
56395622 "success": true
56405623 }
5641- },
5642- {
5643- "state": "retry",
5644- "matcher": {
5645- "errorType": "NoSuchKey"
5646- }
5647- }
5648- ],
5649- "minDelay": 5
5650- },
5651- "ObjectNotExists": {
5652- "acceptors": [
5653- {
5654- "state": "success",
5655- "matcher": {
5656- "errorType": "NoSuchKey"
5657- }
56585624 }
56595625 ],
56605626 "minDelay": 5
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ tasks.withType<Test> {
3434
3535dependencies {
3636 api(" software.amazon.smithy:smithy-aws-traits:[1.5.0, 2.0[" )
37+ api(" software.amazon.smithy:smithy-waiters:[1.5.0, 2.0[" )
3738 api(" software.amazon.smithy:smithy-aws-iam-traits:[1.5.0, 2.0[" )
3839 api(" software.amazon.smithy:smithy-typescript-codegen:0.3.0" )
3940 testCompile(" org.junit.jupiter:junit-jupiter-api:5.4.0" )
You can’t perform that action at this time.
0 commit comments