Skip to content

Commit

Permalink
Release v1.50.29 (2024-02-29) (#5186)
Browse files Browse the repository at this point in the history
Release v1.50.29 (2024-02-29)
===

### Service Client Updates
* `service/docdb-elastic`: Updates service API and documentation
* `service/eks`: Updates service API
* `service/migrationhuborchestrator`: Updates service API and documentation
* `service/models.lex.v2`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
  * TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
* `service/sagemaker`: Updates service API and documentation
  * Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration.
* `service/securitylake`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Feb 29, 2024
1 parent b79e466 commit 3d2694d
Show file tree
Hide file tree
Showing 33 changed files with 4,993 additions and 665 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
Release v1.50.29 (2024-02-29)
===

### Service Client Updates
* `service/docdb-elastic`: Updates service API and documentation
* `service/eks`: Updates service API
* `service/migrationhuborchestrator`: Updates service API and documentation
* `service/models.lex.v2`: Updates service API and documentation
* `service/quicksight`: Updates service API and documentation
* TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
* `service/sagemaker`: Updates service API and documentation
* Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration.
* `service/securitylake`: Updates service API and documentation

Release v1.50.28 (2024-02-28)
===

Expand Down
210 changes: 210 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.28"
const SDKVersion = "1.50.29"

0 comments on commit 3d2694d

Please sign in to comment.