Skip to content

Commit

Permalink
Release v1.44.165 (2022-12-21) (#4669)
Browse files Browse the repository at this point in the history
Release v1.44.165 (2022-12-21)
===

### Service Client Updates
* `service/connect`: Updates service API
* `service/connectparticipant`: Updates service API
* `service/license-manager-linux-subscriptions`: Adds new service
* `service/macie2`: Updates service API
* `service/sagemaker`: Updates service API and documentation
  * This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains
* `service/scheduler`: Updates service API
* `service/ssm`: Updates service documentation
  * Doc-only updates for December 2022.
* `service/support`: Updates service documentation
  * Documentation updates for the AWS Support API
* `service/transfer`: Updates service API and documentation
  * This release adds support for Decrypt as a workflow step type.
  • Loading branch information
aws-sdk-go-automation committed Dec 21, 2022
1 parent bda5744 commit e845746
Show file tree
Hide file tree
Showing 44 changed files with 5,482 additions and 626 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
Release v1.44.165 (2022-12-21)
===

### Service Client Updates
* `service/connect`: Updates service API
* `service/connectparticipant`: Updates service API
* `service/license-manager-linux-subscriptions`: Adds new service
* `service/macie2`: Updates service API
* `service/sagemaker`: Updates service API and documentation
* This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains
* `service/scheduler`: Updates service API
* `service/ssm`: Updates service documentation
* Doc-only updates for December 2022.
* `service/support`: Updates service documentation
* Documentation updates for the AWS Support API
* `service/transfer`: Updates service API and documentation
* This release adds support for Decrypt as a workflow step type.

Release v1.44.164 (2022-12-20)
===

Expand Down
34 changes: 34 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.44.164"
const SDKVersion = "1.44.165"
2 changes: 1 addition & 1 deletion models/apis/connect/2017-08-08/api-2.json
Expand Up @@ -3160,7 +3160,7 @@
},
"ChatContent":{
"type":"string",
"max":1024,
"max":16384,
"min":1
},
"ChatContentType":{
Expand Down

0 comments on commit e845746

Please sign in to comment.