Skip to content

Commit

Permalink
Release v1.42.17 (2021-12-01) (#4195)
Browse files Browse the repository at this point in the history
Release v1.42.17 (2021-12-01)
===

### Service Client Updates
* `service/devops-guru`: Updates service API, documentation, and paginators
* `service/directconnect`: Updates service API and documentation
  * Adds SiteLink support to private and transit virtual interfaces. SiteLink is a new Direct Connect feature that allows routing between Direct Connect points of presence.
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Add support for Table Classes and introduce the Standard Infrequent Access table class.
* `service/ec2`: Updates service API, documentation, and paginators
  * This release adds support for Amazon VPC IP Address Manager (IPAM), which enables you to plan, track, and monitor IP addresses for your workloads. This release also adds support for VPC Network Access Analyzer, which enables you to analyze network access to resources in your Virtual Private Clouds.
* `service/kendra`: Updates service API, documentation, and paginators
  * Experience Builder allows customers to build search applications without writing code. Analytics Dashboard provides quality and usability metrics for Kendra indexes. Custom Document Enrichment allows customers to build a custom ingestion pipeline to pre-process documents and generate metadata.
* `service/models.lex.v2`: Updates service API, documentation, and paginators
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/sagemaker`: Updates service API, documentation, and paginators
  * This release enables - 1/ Inference endpoint configuration recommendations and ability to run custom load tests to meet performance needs. 2/ Deploy serverless inference endpoints. 3/ Query, filter and retrieve end-to-end ML lineage graph, and incorporate model quality/bias detection in ML workflow.
* `service/shield`: Updates service API and documentation
  * This release adds API support for Automatic Application Layer DDoS Mitigation for AWS Shield Advanced. Customers can now enable automatic DDoS mitigation in count or block mode for layer 7 protected resources.
  • Loading branch information
aws-sdk-go-automation authored Dec 1, 2021
1 parent 32b4344 commit c61a280
Show file tree
Hide file tree
Showing 44 changed files with 40,667 additions and 6,600 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Release v1.42.17 (2021-12-01)
===

### Service Client Updates
* `service/devops-guru`: Updates service API, documentation, and paginators
* `service/directconnect`: Updates service API and documentation
* Adds SiteLink support to private and transit virtual interfaces. SiteLink is a new Direct Connect feature that allows routing between Direct Connect points of presence.
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Add support for Table Classes and introduce the Standard Infrequent Access table class.
* `service/ec2`: Updates service API, documentation, and paginators
* This release adds support for Amazon VPC IP Address Manager (IPAM), which enables you to plan, track, and monitor IP addresses for your workloads. This release also adds support for VPC Network Access Analyzer, which enables you to analyze network access to resources in your Virtual Private Clouds.
* `service/kendra`: Updates service API, documentation, and paginators
* Experience Builder allows customers to build search applications without writing code. Analytics Dashboard provides quality and usability metrics for Kendra indexes. Custom Document Enrichment allows customers to build a custom ingestion pipeline to pre-process documents and generate metadata.
* `service/models.lex.v2`: Updates service API, documentation, and paginators
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/sagemaker`: Updates service API, documentation, and paginators
* This release enables - 1/ Inference endpoint configuration recommendations and ability to run custom load tests to meet performance needs. 2/ Deploy serverless inference endpoints. 3/ Query, filter and retrieve end-to-end ML lineage graph, and incorporate model quality/bias detection in ML workflow.
* `service/shield`: Updates service API and documentation
* This release adds API support for Automatic Application Layer DDoS Mitigation for AWS Shield Advanced. Customers can now enable automatic DDoS mitigation in count or block mode for layer 7 protected resources.

Release v1.42.16 (2021-11-30)
===

Expand Down
13 changes: 13 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.16"
const SDKVersion = "1.42.17"
Loading

0 comments on commit c61a280

Please sign in to comment.