Skip to content

Commit

Permalink
Merge branch 'release-1.31.63'
Browse files Browse the repository at this point in the history
* release-1.31.63:
  Bumping version to 1.31.63
  Update to latest partitions and endpoints
  Update to latest models
  Remove deprecated `strict` poolmanager kwarg (#3036)
  add back line
  Sanitize __type metadata out of response parsing for tagged unions
  • Loading branch information
aws-sdk-python-automation committed Oct 12, 2023
2 parents 3cebc0c + ef4879c commit 8e4c2fe
Show file tree
Hide file tree
Showing 30 changed files with 1,802 additions and 207 deletions.
102 changes: 102 additions & 0 deletions .changes/1.31.63.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
[
{
"category": "``auditmanager``",
"description": "This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope.",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups",
"type": "api-change"
},
{
"category": "``config``",
"description": "Add enums for resource types supported by Config",
"type": "api-change"
},
{
"category": "``controltower``",
"description": "Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API.",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.",
"type": "api-change"
},
{
"category": "``elbv2``",
"description": "Update elbv2 client to latest version",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Extending version control support to GitLab and Bitbucket from AWSGlue",
"type": "api-change"
},
{
"category": "``inspector2``",
"description": "Add MacOs ec2 platform support",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "Update GetParticipant to return additional metadata.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs",
"type": "api-change"
},
{
"category": "``location``",
"description": "This release adds endpoint updates for all AWS Location resource operations.",
"type": "api-change"
},
{
"category": "``machinelearning``",
"description": "This release marks Password field as sensitive",
"type": "api-change"
},
{
"category": "``pricing``",
"description": "Documentation updates for Price List",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release adds support for adding a dedicated log volume to open-source RDS instances.",
"type": "api-change"
},
{
"category": "``rekognition``",
"description": "Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings",
"type": "api-change"
},
{
"category": "``textract``",
"description": "This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "This release is to enable m4a format to customers",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.",
"type": "api-change"
}
]
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
CHANGELOG
=========

1.31.63
=======

* api-change:``auditmanager``: This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope.
* api-change:``autoscaling``: Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups
* api-change:``config``: Add enums for resource types supported by Config
* api-change:``controltower``: Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API.
* api-change:``customer-profiles``: Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model.
* api-change:``ec2``: This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.
* api-change:``elbv2``: Update elbv2 client to latest version
* api-change:``glue``: Extending version control support to GitLab and Bitbucket from AWSGlue
* api-change:``inspector2``: Add MacOs ec2 platform support
* api-change:``ivs-realtime``: Update GetParticipant to return additional metadata.
* api-change:``lambda``: Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs
* api-change:``location``: This release adds endpoint updates for all AWS Location resource operations.
* api-change:``machinelearning``: This release marks Password field as sensitive
* api-change:``pricing``: Documentation updates for Price List
* api-change:``rds``: This release adds support for adding a dedicated log volume to open-source RDS instances.
* api-change:``rekognition``: Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data.
* api-change:``sagemaker``: Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings
* api-change:``textract``: This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters.
* api-change:``transcribe``: This release is to enable m4a format to customers
* api-change:``workspaces``: Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.


1.31.62
=======

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.31.62'
__version__ = '1.31.63'


class NullHandler(logging.Handler):
Expand Down
2 changes: 2 additions & 0 deletions botocore/data/auditmanager/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,8 @@
"AWSAccounts":{
"type":"list",
"member":{"shape":"AWSAccount"},
"max":200,
"min":1,
"sensitive":true
},
"AWSService":{
Expand Down
12 changes: 9 additions & 3 deletions botocore/data/autoscaling/2011-01-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,12 @@
},
"exception":true
},
"AnyPrintableAsciiStringMaxLen4000":{
"type":"string",
"max":4000,
"min":1,
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007e]+"
},
"AsciiStringMaxLen255":{
"type":"string",
"max":255,
Expand Down Expand Up @@ -3677,7 +3683,7 @@
"documentation":"<p>The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target (an Amazon SNS topic or an Amazon SQS queue).</p>"
},
"NotificationMetadata":{
"shape":"XmlStringMaxLen1023",
"shape":"AnyPrintableAsciiStringMaxLen4000",
"documentation":"<p>Additional information that is included any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>"
},
"HeartbeatTimeout":{
Expand Down Expand Up @@ -3716,7 +3722,7 @@
"documentation":"<p>The lifecycle transition. For Auto Scaling groups, there are two major lifecycle transitions.</p> <ul> <li> <p>To create a lifecycle hook for scale-out events, specify <code>autoscaling:EC2_INSTANCE_LAUNCHING</code>.</p> </li> <li> <p>To create a lifecycle hook for scale-in events, specify <code>autoscaling:EC2_INSTANCE_TERMINATING</code>.</p> </li> </ul>"
},
"NotificationMetadata":{
"shape":"XmlStringMaxLen1023",
"shape":"AnyPrintableAsciiStringMaxLen4000",
"documentation":"<p>Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>"
},
"HeartbeatTimeout":{
Expand Down Expand Up @@ -4489,7 +4495,7 @@
"documentation":"<p>The Amazon Resource Name (ARN) of the notification target that Amazon EC2 Auto Scaling uses to notify you when an instance is in a wait state for the lifecycle hook. You can specify either an Amazon SNS topic or an Amazon SQS queue.</p> <p>If you specify an empty string, this overrides the current ARN.</p> <p>This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key-value pair format when sending notifications to an Amazon SNS topic.</p> <p>When you specify a notification target, Amazon EC2 Auto Scaling sends it a test message. Test messages contain the following additional key-value pair: <code>\"Event\": \"autoscaling:TEST_NOTIFICATION\"</code>.</p>"
},
"NotificationMetadata":{
"shape":"XmlStringMaxLen1023",
"shape":"AnyPrintableAsciiStringMaxLen4000",
"documentation":"<p>Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>"
},
"HeartbeatTimeout":{
Expand Down

0 comments on commit 8e4c2fe

Please sign in to comment.