File tree 2 files changed +1
-34
lines changed
smithy-aws-typescript-codegen
2 files changed +1
-34
lines changed Original file line number Diff line number Diff line change 5566
5566
"matcher": {
5567
5567
"success": true
5568
5568
}
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
- }
5586
5569
}
5587
5570
],
5588
5571
"minDelay": 5
5638
5621
"matcher": {
5639
5622
"success": true
5640
5623
}
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
- }
5658
5624
}
5659
5625
],
5660
5626
"minDelay": 5
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ tasks.withType<Test> {
34
34
35
35
dependencies {
36
36
api(" software.amazon.smithy:smithy-aws-traits:[1.5.0, 2.0[" )
37
+ api(" software.amazon.smithy:smithy-waiters:[1.5.0, 2.0[" )
37
38
api(" software.amazon.smithy:smithy-aws-iam-traits:[1.5.0, 2.0[" )
38
39
api(" software.amazon.smithy:smithy-typescript-codegen:0.3.0" )
39
40
testCompile(" org.junit.jupiter:junit-jupiter-api:5.4.0" )
You can’t perform that action at this time.
0 commit comments