Skip to content

Commit

Permalink
Release v1.42.28 (2022-01-05) (#4229)
Browse files Browse the repository at this point in the history
Release v1.42.28 (2022-01-05)
===

### Service Client Updates
* `service/appstream`: Updates service API and documentation
  * Includes APIs for App Entitlement management regarding entitlement and entitled application association.
* `service/cloudtrail`: Updates service API, documentation, and paginators
  * This release adds support for CloudTrail Lake, a new feature that lets you run SQL-based queries on events that you have aggregated into event data stores. New APIs have been added for creating and managing event data stores, and creating, running, and managing queries in CloudTrail Lake.
* `service/ec2`: Updates service API and documentation
  * This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections.
* `service/ecs`: Updates service documentation
  * Documentation update for ticket fixes.
* `service/eks`: Updates service API and documentation
* `service/glue`: Updates service API, documentation, and paginators
  * Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation
* `service/iot`: Updates service API and documentation
  * This release adds an automatic retry mechanism for AWS IoT Jobs. You can now define a maximum number of retries for each Job rollout, along with the criteria to trigger the retry for FAILED/TIMED_OUT/ALL(both FAILED an TIMED_OUT) job.
* `service/lakeformation`: Updates service API and documentation
* `service/quicksight`: Updates service documentation
  * Multiple Doc-only updates for Amazon QuickSight.
* `service/sagemaker`: Updates service API
  * Amazon SageMaker now supports running training jobs on ml.g5 instance types.
* `service/snowball`: Updates service API, documentation, and examples
  * Updating validation rules for interfaces used in the Snowball API to tighten security of service.
  • Loading branch information
aws-sdk-go-automation authored Jan 5, 2022
1 parent 40fbdd1 commit 4fd4b72
Show file tree
Hide file tree
Showing 47 changed files with 14,024 additions and 2,472 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Release v1.42.28 (2022-01-05)
===

### Service Client Updates
* `service/appstream`: Updates service API and documentation
* Includes APIs for App Entitlement management regarding entitlement and entitled application association.
* `service/cloudtrail`: Updates service API, documentation, and paginators
* This release adds support for CloudTrail Lake, a new feature that lets you run SQL-based queries on events that you have aggregated into event data stores. New APIs have been added for creating and managing event data stores, and creating, running, and managing queries in CloudTrail Lake.
* `service/ec2`: Updates service API and documentation
* This release adds a new API called ModifyVpcEndpointServicePayerResponsibility which allows VPC endpoint service owners to take payer responsibility of their VPC Endpoint connections.
* `service/ecs`: Updates service documentation
* Documentation update for ticket fixes.
* `service/eks`: Updates service API and documentation
* `service/glue`: Updates service API, documentation, and paginators
* Add Delta Lake target support for Glue Crawler and 3rd Party Support for Lake Formation
* `service/iot`: Updates service API and documentation
* This release adds an automatic retry mechanism for AWS IoT Jobs. You can now define a maximum number of retries for each Job rollout, along with the criteria to trigger the retry for FAILED/TIMED_OUT/ALL(both FAILED an TIMED_OUT) job.
* `service/lakeformation`: Updates service API and documentation
* `service/quicksight`: Updates service documentation
* Multiple Doc-only updates for Amazon QuickSight.
* `service/sagemaker`: Updates service API
* Amazon SageMaker now supports running training jobs on ml.g5 instance types.
* `service/snowball`: Updates service API, documentation, and examples
* Updating validation rules for interfaces used in the Snowball API to tighten security of service.

Release v1.42.27 (2022-01-04)
===

Expand Down
155 changes: 155 additions & 0 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.42.27"
const SDKVersion = "1.42.28"
Loading

0 comments on commit 4fd4b72

Please sign in to comment.