Skip to content

Commit 6f73e9b

Browse files
authored
fix: remove some s3 waiters (#1791)
1 parent 54e8715 commit 6f73e9b

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

Diff for: codegen/sdk-codegen/aws-models/s3.2006-03-01.json

-34
Original file line numberDiff line numberDiff line change
@@ -5566,23 +5566,6 @@
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
@@ -5638,23 +5621,6 @@
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

Diff for: codegen/smithy-aws-typescript-codegen/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tasks.withType<Test> {
3434

3535
dependencies {
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")

0 commit comments

Comments
 (0)