Skip to content

Commit

Permalink
Merge branch 'main' into feat/service-release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichan Yoo committed Oct 4, 2024
2 parents f2c6d4f + 864b9b6 commit 4e1181e
Show file tree
Hide file tree
Showing 7 changed files with 3,450 additions and 3,404 deletions.
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.12
1.0.13
2 changes: 1 addition & 1 deletion Package.version.next
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.13
1.0.14
22 changes: 11 additions & 11 deletions Sources/Services/AWSEC2/Sources/AWSEC2/EC2Client.swift

Large diffs are not rendered by default.

585 changes: 298 additions & 287 deletions Sources/Services/AWSEC2/Sources/AWSEC2/Models.swift

Large diffs are not rendered by default.

6,223 changes: 3,120 additions & 3,103 deletions codegen/sdk-codegen/aws-models/ec2.json

Large diffs are not rendered by default.

18 changes: 17 additions & 1 deletion codegen/sdk-codegen/aws-models/iot-data-plane.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,23 @@
"method": "GET",
"uri": "/things/{thingName}/shadow",
"code": 200
}
},
"smithy.test#smokeTests": [
{
"id": "GetThingShadowFailure",
"params": {
"thingName": "fake-thing"
},
"vendorParams": {
"region": "us-west-2",
"uri": "https://data-ats.iot.us-west-2.amazonaws.com"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"failure": {}
}
}
]
}
},
"com.amazonaws.iotdataplane#GetThingShadowRequest": {
Expand Down
2 changes: 2 additions & 0 deletions codegen/sdk-codegen/sdk-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -24081,6 +24082,7 @@
},
"aoss" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
Expand Down

0 comments on commit 4e1181e

Please sign in to comment.