Skip to content

Commit

Permalink
Release v1.51.11 (2024-03-29) (#5213)
Browse files Browse the repository at this point in the history
Release v1.51.11 (2024-03-29)
===

### Service Client Updates
* `service/b2bi`: Updates service API and documentation
* `service/codebuild`: Updates service API
  * Add new fleet status code for Reserved Capacity.
* `service/codeconnections`: Adds new service
* `service/internetmonitor`: Updates service API and documentation
* `service/iotwireless`: Updates service API and documentation
* `service/marketplace-catalog`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * This release adds support for custom images for the CodeEditor App on SageMaker Studio
  • Loading branch information
aws-sdk-go-automation committed Mar 29, 2024
1 parent f4c2ec6 commit 0b7b1fa
Show file tree
Hide file tree
Showing 34 changed files with 13,961 additions and 24 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.51.11 (2024-03-29)
===

### Service Client Updates
* `service/b2bi`: Updates service API and documentation
* `service/codebuild`: Updates service API
* Add new fleet status code for Reserved Capacity.
* `service/codeconnections`: Adds new service
* `service/internetmonitor`: Updates service API and documentation
* `service/iotwireless`: Updates service API and documentation
* `service/marketplace-catalog`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* This release adds support for custom images for the CodeEditor App on SageMaker Studio

Release v1.51.10 (2024-03-28)
===

Expand Down
59 changes: 59 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.51.10"
const SDKVersion = "1.51.11"
29 changes: 28 additions & 1 deletion models/apis/b2bi/2022-06-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1514,27 +1514,54 @@
"X12_180",
"X12_204",
"X12_210",
"X12_211",
"X12_214",
"X12_215",
"X12_259",
"X12_260",
"X12_266",
"X12_269",
"X12_270",
"X12_271",
"X12_274",
"X12_275",
"X12_276",
"X12_277",
"X12_278",
"X12_310",
"X12_315",
"X12_322",
"X12_404",
"X12_410",
"X12_417",
"X12_421",
"X12_426",
"X12_810",
"X12_820",
"X12_824",
"X12_830",
"X12_832",
"X12_834",
"X12_835",
"X12_837",
"X12_844",
"X12_846",
"X12_849",
"X12_850",
"X12_852",
"X12_855",
"X12_856",
"X12_860",
"X12_861",
"X12_864",
"X12_865",
"X12_869",
"X12_870",
"X12_940",
"X12_945",
"X12_990",
"X12_997"
"X12_997",
"X12_999"
]
},
"X12Version":{
Expand Down
2 changes: 1 addition & 1 deletion models/apis/b2bi/2022-06-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@
"X12Version": {
"base": null,
"refs": {
"X12Details$version": "<p>Returns the version to use for the specified X12 transaction set. Supported versions are <code>4010</code>, <code>4030</code>, and <code>5010</code>.</p>"
"X12Details$version": "<p>Returns the version to use for the specified X12 transaction set. <pre><code> &lt;/p&gt; </code></pre>"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions models/apis/codebuild/2016-10-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1530,6 +1530,7 @@
"CREATING",
"UPDATING",
"ROTATING",
"PENDING_DELETION",
"DELETING",
"CREATE_FAILED",
"UPDATE_ROLLBACK_FAILED",
Expand Down
Loading

0 comments on commit 0b7b1fa

Please sign in to comment.