Skip to content

Commit

Permalink
Merge branch 'release-1.29.35'
Browse files Browse the repository at this point in the history
* release-1.29.35:
  Bumping version to 1.29.35
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 21, 2022
2 parents efdfa46 + fd5b2b6 commit 4815232
Show file tree
Hide file tree
Showing 29 changed files with 1,729 additions and 620 deletions.
47 changes: 47 additions & 0 deletions .changes/1.29.35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``connect``",
"description": "Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API.",
"type": "api-change"
},
{
"category": "``connectparticipant``",
"description": "Amazon Connect Chat now allows for JSON (application/json) message types to be sent in the SendMessage API.",
"type": "api-change"
},
{
"category": "``license-manager-linux-subscriptions``",
"description": "AWS License Manager now offers cross-region, cross-account tracking of commercial Linux subscriptions on AWS. This includes subscriptions purchased as part of EC2 subscription-included AMIs, on the AWS Marketplace, or brought to AWS via Red Hat Cloud Access Program.",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "This release adds support for analyzing Amazon S3 objects that use the S3 Glacier Instant Retrieval (Glacier_IR) storage class.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "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",
"type": "api-change"
},
{
"category": "``scheduler``",
"description": "Updated the ListSchedules and ListScheduleGroups APIs to allow the NamePrefix field to start with a number. Updated the validation for executionRole field to support any role name.",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "Doc-only updates for December 2022.",
"type": "api-change"
},
{
"category": "``support``",
"description": "Documentation updates for the AWS Support API",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "This release adds support for Decrypt as a workflow step type.",
"type": "api-change"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.29.35
=======

* api-change:``connect``: Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API.
* api-change:``connectparticipant``: Amazon Connect Chat now allows for JSON (application/json) message types to be sent in the SendMessage API.
* api-change:``license-manager-linux-subscriptions``: AWS License Manager now offers cross-region, cross-account tracking of commercial Linux subscriptions on AWS. This includes subscriptions purchased as part of EC2 subscription-included AMIs, on the AWS Marketplace, or brought to AWS via Red Hat Cloud Access Program.
* api-change:``macie2``: This release adds support for analyzing Amazon S3 objects that use the S3 Glacier Instant Retrieval (Glacier_IR) storage class.
* api-change:``sagemaker``: 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
* api-change:``scheduler``: Updated the ListSchedules and ListScheduleGroups APIs to allow the NamePrefix field to start with a number. Updated the validation for executionRole field to support any role name.
* api-change:``ssm``: Doc-only updates for December 2022.
* api-change:``support``: Documentation updates for the AWS Support API
* api-change:``transfer``: This release adds support for Decrypt as a workflow step type.


1.29.34
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.29.34'
__version__ = '1.29.35'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/connect/2017-08-08/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3494,7 +3494,7 @@
},
"ChatContent":{
"type":"string",
"max":1024,
"max":16384,
"min":1
},
"ChatContentType":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/connectparticipant/2018-09-07/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"Bool":{"type":"boolean"},
"ChatContent":{
"type":"string",
"max":1024,
"max":16384,
"min":1
},
"ChatContentType":{
Expand Down
14 changes: 14 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -7327,16 +7328,22 @@
},
"identitystore" : {
"endpoints" : {
"af-south-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -9368,6 +9375,7 @@
},
"mediaconvert" : {
"endpoints" : {
"af-south-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand Down Expand Up @@ -12095,6 +12103,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -14022,6 +14031,11 @@
"us-west-2" : { }
}
},
"ssm-sap" : {
"endpoints" : {
"us-east-1" : { }
}
},
"sso" : {
"endpoints" : {
"af-south-1" : { },
Expand Down
Loading

0 comments on commit 4815232

Please sign in to comment.