Skip to content

Commit

Permalink
Merge branch 'release-1.35.52' into develop
Browse files Browse the repository at this point in the history
* release-1.35.52:
  Bumping version to 1.35.52
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 30, 2024
2 parents c05bbb3 + 0e35146 commit d2dd935
Show file tree
Hide file tree
Showing 37 changed files with 17,111 additions and 194 deletions.
87 changes: 87 additions & 0 deletions .changes/1.35.52.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
[
{
"category": "``appsync``",
"description": "This release adds support for AppSync Event APIs.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history.",
"type": "api-change"
},
{
"category": "``geo-maps``",
"description": "Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business",
"type": "api-change"
},
{
"category": "``geo-places``",
"description": "Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name",
"type": "api-change"
},
{
"category": "``geo-routes``",
"description": "Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions.",
"type": "api-change"
},
{
"category": "``keyspaces``",
"description": "Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type.",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "AWS Network Firewall now supports configuring TCP idle timeout",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface.",
"type": "api-change"
},
{
"category": "``opensearchserverless``",
"description": "Neo Integration via IAM Identity Center (IdC)",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting.",
"type": "api-change"
},
{
"category": "``route53``",
"description": "This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages.",
"type": "api-change"
},
{
"category": "``workmail``",
"description": "This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center.",
"type": "api-change"
}
]
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
CHANGELOG
=========

1.35.52
=======

* api-change:``appsync``: This release adds support for AppSync Event APIs.
* api-change:``connect``: Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters.
* api-change:``datasync``: AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations.
* api-change:``ec2``: This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups.
* api-change:``ecs``: This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history.
* api-change:``geo-maps``: Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business
* api-change:``geo-places``: Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name
* api-change:``geo-routes``: Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions.
* api-change:``keyspaces``: Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type.
* api-change:``network-firewall``: AWS Network Firewall now supports configuring TCP idle timeout
* api-change:``opensearch``: This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface.
* api-change:``opensearchserverless``: Neo Integration via IAM Identity Center (IdC)
* api-change:``redshift``: This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database.
* api-change:``redshift-serverless``: Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting.
* api-change:``route53``: This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types.
* api-change:``sagemaker``: Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages.
* api-change:``workmail``: This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center.


1.35.51
=======

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.35.51'
__version__ = '1.35.52'


class NullHandler(logging.Handler):
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/appsync/2017-07-25/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "types"
},
"ListApis": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "apis"
},
"ListChannelNamespaces": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "channelNamespaces"
}
}
}
Loading

0 comments on commit d2dd935

Please sign in to comment.