Skip to content

Commit

Permalink
Release v1.47.13 (2023-11-16) (#5074)
Browse files Browse the repository at this point in the history
Release v1.47.13 (2023-11-16)
===

### Service Client Updates
* `service/dlm`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Enable use of tenant-specific PublicSigningKeyUrl from device trust providers and onboard jumpcloud as a new device trust provider.
* `service/fsx`: Updates service API and documentation
* `service/glue`: Updates service API, documentation, and paginators
  * Introduces new column statistics APIs to support statistics generation for tables within the Glue Data Catalog.
* `service/imagebuilder`: Updates service API, documentation, and paginators
* `service/iot`: Updates service API and documentation
  * 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.
* `service/ivs-realtime`: Updates service API, documentation, and paginators
* `service/kafka`: Updates service API and documentation
* `service/lambda`: Updates service API and documentation
  * 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.
* `service/macie2`: Updates service API and documentation
* `service/mediapackage`: Updates service API and documentation
  * DRM_TOP_LEVEL_COMPACT allows placing content protection elements at the MPD level and referenced at the AdaptationSet level
* `service/pinpoint-sms-voice-v2`: Updates service API, documentation, and paginators
* `service/polly`: Updates service API and documentation
  * Add new engine - long-form - dedicated for longer content, such as news articles, training materials, or marketing videos.
* `service/quicksight`: Updates service API, documentation, and paginators
  * 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.
* `service/sagemaker`: Updates service API and documentation
  * Amazon SageMaker Studio now supports Trainium instance types - trn1.2xlarge, trn1.32xlarge, trn1n.32xlarge.
* `service/ssm`: Updates service API and documentation
  * 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.
* `service/ssm-incidents`: Updates service API, documentation, and paginators
* `service/sso-admin`: Updates service API, documentation, and paginators
* `service/transfer`: Updates service API and documentation
  * Introduced S3StorageOptions for servers to enable directory listing optimizations and added Type fields to logical directory mappings.
  • Loading branch information
aws-sdk-go-automation committed Nov 16, 2023
1 parent 9d1f49b commit 222e402
Show file tree
Hide file tree
Showing 91 changed files with 69,139 additions and 20,928 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
Release v1.47.13 (2023-11-16)
===

### Service Client Updates
* `service/dlm`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Enable use of tenant-specific PublicSigningKeyUrl from device trust providers and onboard jumpcloud as a new device trust provider.
* `service/fsx`: Updates service API and documentation
* `service/glue`: Updates service API, documentation, and paginators
* Introduces new column statistics APIs to support statistics generation for tables within the Glue Data Catalog.
* `service/imagebuilder`: Updates service API, documentation, and paginators
* `service/iot`: Updates service API and documentation
* 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.
* `service/ivs-realtime`: Updates service API, documentation, and paginators
* `service/kafka`: Updates service API and documentation
* `service/lambda`: Updates service API and documentation
* 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.
* `service/macie2`: Updates service API and documentation
* `service/mediapackage`: Updates service API and documentation
* DRM_TOP_LEVEL_COMPACT allows placing content protection elements at the MPD level and referenced at the AdaptationSet level
* `service/pinpoint-sms-voice-v2`: Updates service API, documentation, and paginators
* `service/polly`: Updates service API and documentation
* Add new engine - long-form - dedicated for longer content, such as news articles, training materials, or marketing videos.
* `service/quicksight`: Updates service API, documentation, and paginators
* 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.
* `service/sagemaker`: Updates service API and documentation
* Amazon SageMaker Studio now supports Trainium instance types - trn1.2xlarge, trn1.32xlarge, trn1n.32xlarge.
* `service/ssm`: Updates service API and documentation
* 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.
* `service/ssm-incidents`: Updates service API, documentation, and paginators
* `service/sso-admin`: Updates service API, documentation, and paginators
* `service/transfer`: Updates service API and documentation
* Introduced S3StorageOptions for servers to enable directory listing optimizations and added Type fields to logical directory mappings.

Release v1.47.12 (2023-11-15)
===

Expand Down
114 changes: 112 additions & 2 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.47.12"
const SDKVersion = "1.47.13"

0 comments on commit 222e402

Please sign in to comment.