-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
bda5744
commit e845746
Showing
44 changed files
with
5,482 additions
and
626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3160,7 +3160,7 @@ | |
}, | ||
"ChatContent":{ | ||
"type":"string", | ||
"max":1024, | ||
"max":16384, | ||
"min":1 | ||
}, | ||
"ChatContentType":{ | ||
|
Oops, something went wrong.