Skip to content

Commit

Permalink
fix: remove some s3 waiters (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich authored Dec 14, 2020
1 parent 54e8715 commit 6f73e9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
34 changes: 0 additions & 34 deletions codegen/sdk-codegen/aws-models/s3.2006-03-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -5566,23 +5566,6 @@
"matcher": {
"success": true
}
},
{
"state": "retry",
"matcher": {
"errorType": "NoSuchBucket"
}
}
],
"minDelay": 5
},
"BucketNotExists": {
"acceptors": [
{
"state": "success",
"matcher": {
"errorType": "NoSuchBucket"
}
}
],
"minDelay": 5
Expand Down Expand Up @@ -5638,23 +5621,6 @@
"matcher": {
"success": true
}
},
{
"state": "retry",
"matcher": {
"errorType": "NoSuchKey"
}
}
],
"minDelay": 5
},
"ObjectNotExists": {
"acceptors": [
{
"state": "success",
"matcher": {
"errorType": "NoSuchKey"
}
}
],
"minDelay": 5
Expand Down
1 change: 1 addition & 0 deletions codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tasks.withType<Test> {

dependencies {
api("software.amazon.smithy:smithy-aws-traits:[1.5.0, 2.0[")
api("software.amazon.smithy:smithy-waiters:[1.5.0, 2.0[")
api("software.amazon.smithy:smithy-aws-iam-traits:[1.5.0, 2.0[")
api("software.amazon.smithy:smithy-typescript-codegen:0.3.0")
testCompile("org.junit.jupiter:junit-jupiter-api:5.4.0")
Expand Down

0 comments on commit 6f73e9b

Please sign in to comment.