Skip to content

Commit e845746

Browse files
Release v1.44.165 (2022-12-21) (#4669)
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.
1 parent bda5744 commit e845746

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5482
-626
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v1.44.165 (2022-12-21)
2+
===
3+
4+
### Service Client Updates
5+
* `service/connect`: Updates service API
6+
* `service/connectparticipant`: Updates service API
7+
* `service/license-manager-linux-subscriptions`: Adds new service
8+
* `service/macie2`: Updates service API
9+
* `service/sagemaker`: Updates service API and documentation
10+
* 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
11+
* `service/scheduler`: Updates service API
12+
* `service/ssm`: Updates service documentation
13+
* Doc-only updates for December 2022.
14+
* `service/support`: Updates service documentation
15+
* Documentation updates for the AWS Support API
16+
* `service/transfer`: Updates service API and documentation
17+
* This release adds support for Decrypt as a workflow step type.
18+
119
Release v1.44.164 (2022-12-20)
220
===
321

aws/endpoints/defaults.go

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.164"
8+
const SDKVersion = "1.44.165"

models/apis/connect/2017-08-08/api-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3160,7 +3160,7 @@
31603160
},
31613161
"ChatContent":{
31623162
"type":"string",
3163-
"max":1024,
3163+
"max":16384,
31643164
"min":1
31653165
},
31663166
"ChatContentType":{

0 commit comments

Comments
 (0)