Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit c61a280

Browse files
Release v1.42.17 (2021-12-01) (#4195)
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.
1 parent 32b4344 commit c61a280

File tree

44 files changed

+40667
-6600
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+40667
-6600
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Release v1.42.17 (2021-12-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/devops-guru`: Updates service API, documentation, and paginators
6+
* `service/directconnect`: Updates service API and documentation
7+
* 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.
8+
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
9+
* Add support for Table Classes and introduce the Standard Infrequent Access table class.
10+
* `service/ec2`: Updates service API, documentation, and paginators
11+
* 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.
12+
* `service/kendra`: Updates service API, documentation, and paginators
13+
* 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.
14+
* `service/models.lex.v2`: Updates service API, documentation, and paginators
15+
* `service/runtime.sagemaker`: Updates service API and documentation
16+
* `service/sagemaker`: Updates service API, documentation, and paginators
17+
* 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.
18+
* `service/shield`: Updates service API and documentation
19+
* 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.
20+
121
Release v1.42.16 (2021-11-30)
222
===
323

aws/endpoints/defaults.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.42.16"
8+
const SDKVersion = "1.42.17"

0 commit comments

Comments
 (0)