Skip to content

Commit

Permalink
Merge branch 'release-1.32.2'
Browse files Browse the repository at this point in the history
* release-1.32.2:
  Bumping version to 1.32.2
  Update to latest partitions and endpoints
  Update to latest models
  Update quicksight sdk extras paginators
  Revert "update http to https with page links for aws.amazon.com"
  new paginator customizations
  update http to https with page links for aws.amazon.com
  • Loading branch information
aws-sdk-python-automation committed Nov 16, 2023
2 parents 5f77db0 + 2dcfadb commit 04fd361
Show file tree
Hide file tree
Showing 41 changed files with 12,230 additions and 2,323 deletions.
107 changes: 107 additions & 0 deletions .changes/1.32.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
[
{
"category": "``codecatalyst``",
"description": "This release includes updates to the Dev Environment APIs to include an optional vpcConnectionName parameter that supports using Dev Environments with Amazon VPC.",
"type": "api-change"
},
{
"category": "``dlm``",
"description": "This release adds support for Amazon Data Lifecycle Manager default policies for EBS snapshots and EBS-backed AMIs.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Enable use of tenant-specific PublicSigningKeyUrl from device trust providers and onboard jumpcloud as a new device trust provider.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules client to latest version",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "Enables customers to update their PerUnitStorageThroughput on their Lustre file systems.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Introduces new column statistics APIs to support statistics generation for tables within the Glue Data Catalog.",
"type": "api-change"
},
{
"category": "``imagebuilder``",
"description": "This release adds the Image Lifecycle Management feature to automate the process of deprecating, disabling and deleting outdated images and their associated resources.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "GA release the ability to index and search devices based on their GeoLocation data. With GeoQueries you can narrow your search to retrieve devices located in the desired geographic boundary.",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "This release introduces server side composition and recording for stages.",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "Added a new API response field which determines if there is an action required from the customer regarding their cluster.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Adds support for logging configuration in Lambda Functions. Customers will have more control how their function logs are captured and to which cloud watch log group they are delivered also.",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "This release adds support for configuring Macie to assume an IAM role when retrieving sample occurrences of sensitive data reported by findings.",
"type": "api-change"
},
{
"category": "``mediapackage``",
"description": "DRM_TOP_LEVEL_COMPACT allows placing content protection elements at the MPD level and referenced at the AdaptationSet level",
"type": "api-change"
},
{
"category": "``pinpoint-sms-voice-v2``",
"description": "Amazon Pinpoint now offers additional operations as part of version 2 of the SMS and voice APIs. This release includes 26 new APIs to create and manage phone number registrations, add verified destination numbers, and request sender IDs.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Add new engine - long-form - dedicated for longer content, such as news articles, training materials, or marketing videos.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "Custom permission support for QuickSight roles; Three new datasources STARBURST, TRINO, BIGQUERY; Lenient mode changes the default behavior to allow for exporting and importing with certain UI allowed errors, Support for permissions and tags export and import.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Studio now supports Trainium instance types - trn1.2xlarge, trn1.32xlarge, trn1n.32xlarge.",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "This release introduces the ability to filter automation execution steps which have parent steps. In addition, runbook variable information is returned by GetAutomationExecution and parent step information is returned by the DescribeAutomationStepExecutions API.",
"type": "api-change"
},
{
"category": "``ssm-incidents``",
"description": "Introduces new APIs ListIncidentFindings and BatchGetIncidentFindings to use findings related to an incident.",
"type": "api-change"
},
{
"category": "``sso-admin``",
"description": "Instances bound to a single AWS account, API operations for managing instances and applications, and assignments to applications are now supported. Trusted identity propagation is also supported, with new API operations for managing trusted token issuers and application grants and scopes.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "Introduced S3StorageOptions for servers to enable directory listing optimizations and added Type fields to logical directory mappings.",
"type": "api-change"
}
]
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
CHANGELOG
=========

1.32.2
======

* api-change:``codecatalyst``: This release includes updates to the Dev Environment APIs to include an optional vpcConnectionName parameter that supports using Dev Environments with Amazon VPC.
* api-change:``dlm``: This release adds support for Amazon Data Lifecycle Manager default policies for EBS snapshots and EBS-backed AMIs.
* api-change:``ec2``: Enable use of tenant-specific PublicSigningKeyUrl from device trust providers and onboard jumpcloud as a new device trust provider.
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
* api-change:``fsx``: Enables customers to update their PerUnitStorageThroughput on their Lustre file systems.
* api-change:``glue``: Introduces new column statistics APIs to support statistics generation for tables within the Glue Data Catalog.
* api-change:``imagebuilder``: This release adds the Image Lifecycle Management feature to automate the process of deprecating, disabling and deleting outdated images and their associated resources.
* api-change:``iot``: GA release the ability to index and search devices based on their GeoLocation data. With GeoQueries you can narrow your search to retrieve devices located in the desired geographic boundary.
* api-change:``ivs-realtime``: This release introduces server side composition and recording for stages.
* api-change:``kafka``: Added a new API response field which determines if there is an action required from the customer regarding their cluster.
* api-change:``lambda``: Adds support for logging configuration in Lambda Functions. Customers will have more control how their function logs are captured and to which cloud watch log group they are delivered also.
* api-change:``macie2``: This release adds support for configuring Macie to assume an IAM role when retrieving sample occurrences of sensitive data reported by findings.
* api-change:``mediapackage``: DRM_TOP_LEVEL_COMPACT allows placing content protection elements at the MPD level and referenced at the AdaptationSet level
* api-change:``pinpoint-sms-voice-v2``: Amazon Pinpoint now offers additional operations as part of version 2 of the SMS and voice APIs. This release includes 26 new APIs to create and manage phone number registrations, add verified destination numbers, and request sender IDs.
* api-change:``polly``: Add new engine - long-form - dedicated for longer content, such as news articles, training materials, or marketing videos.
* api-change:``quicksight``: Custom permission support for QuickSight roles; Three new datasources STARBURST, TRINO, BIGQUERY; Lenient mode changes the default behavior to allow for exporting and importing with certain UI allowed errors, Support for permissions and tags export and import.
* api-change:``sagemaker``: Amazon SageMaker Studio now supports Trainium instance types - trn1.2xlarge, trn1.32xlarge, trn1n.32xlarge.
* api-change:``ssm``: This release introduces the ability to filter automation execution steps which have parent steps. In addition, runbook variable information is returned by GetAutomationExecution and parent step information is returned by the DescribeAutomationStepExecutions API.
* api-change:``ssm-incidents``: Introduces new APIs ListIncidentFindings and BatchGetIncidentFindings to use findings related to an incident.
* api-change:``sso-admin``: Instances bound to a single AWS account, API operations for managing instances and applications, and assignments to applications are now supported. Trusted identity propagation is also supported, with new API operations for managing trusted token issuers and application grants and scopes.
* api-change:``transfer``: Introduced S3StorageOptions for servers to enable directory listing optimizations and added Type fields to logical directory mappings.


1.32.1
======

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.32.1'
__version__ = '1.32.2'


class NullHandler(logging.Handler):
Expand Down
16 changes: 16 additions & 0 deletions botocore/data/codecatalyst/2022-09-28/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,10 @@
"persistentStorage":{
"shape":"PersistentStorageConfiguration",
"documentation":"<p>Information about the amount of storage allocated to the Dev Environment. </p> <note> <p>By default, a Dev Environment is configured to have 16GB of persistent storage when created from the Amazon CodeCatalyst console, but there is no default when programmatically creating a Dev Environment. Valid values for persistent storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.</p> </note>"
},
"vpcConnectionName":{
"shape":"NameString",
"documentation":"<p>The name of the connection to use connect to a Amazon VPC.</p>"
}
}
},
Expand Down Expand Up @@ -956,6 +960,10 @@
"id":{
"shape":"Uuid",
"documentation":"<p>The system-generated unique ID of the Dev Environment. </p>"
},
"vpcConnectionName":{
"shape":"NameString",
"documentation":"<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
}
}
},
Expand Down Expand Up @@ -1486,6 +1494,10 @@
"persistentStorage":{
"shape":"PersistentStorage",
"documentation":"<p>Information about the configuration of persistent storage for the Dev Environment.</p>"
},
"vpcConnectionName":{
"shape":"NameString",
"documentation":"<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
}
},
"documentation":"<p>Information about a Dev Environment. </p>"
Expand Down Expand Up @@ -1768,6 +1780,10 @@
"persistentStorage":{
"shape":"PersistentStorage",
"documentation":"<p>Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.</p>"
},
"vpcConnectionName":{
"shape":"NameString",
"documentation":"<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
}
}
},
Expand Down
Loading

0 comments on commit 04fd361

Please sign in to comment.