Skip to content

Commit

Permalink
Release v1.42.11 (2021-11-23) (#4186)
Browse files Browse the repository at this point in the history
Release v1.42.11 (2021-11-23)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * DynamoDB PartiQL now supports ReturnConsumedCapacity, which returns capacity units consumed by PartiQL APIs if the request specified returnConsumedCapacity parameter. PartiQL APIs include ExecuteStatement, BatchExecuteStatement, and ExecuteTransaction.
* `service/ec2`: Updates service API and documentation
  * This release adds a new parameter ipv6Native to the allow creation of IPv6-only subnets using the CreateSubnet operation, and the operation ModifySubnetAttribute includes new parameters to modify subnet attributes to use resource-based naming and enable DNS resolutions for Private DNS name.
* `service/ecs`: Updates service documentation
  * Documentation update for ARM support on Amazon ECS.
* `service/elasticache`: Updates service API and documentation
  * Adding support for r6gd instances for Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/finspace-data`: Updates service documentation
* `service/iot`: Updates service API and documentation
  * This release introduces a new feature, Managed Job Template, for AWS IoT Jobs Service. Customers can now use service provided managed job templates to easily create jobs for supported standard job actions.
* `service/iotdeviceadvisor`: Updates service API and documentation
* `service/iotwireless`: Updates service API and documentation
* `service/lambda`: Updates service API and documentation
  * Release Lambda event source filtering for SQS, Kinesis Streams, and DynamoDB Streams.
* `service/macie2`: Updates service documentation
* `service/opensearch`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Adds support for Multi-AZ DB clusters for RDS for MySQL and RDS for PostgreSQL.
* `service/redshift`: Updates service API, documentation, and paginators
  * This release adds support for reserved node exchange with restore/resize
* `service/s3`: Updates service API, documentation, and examples
  * Introduce two new Filters to S3 Lifecycle configurations - ObjectSizeGreaterThan and ObjectSizeLessThan. Introduce a new way to trigger actions on noncurrent versions by providing the number of newer noncurrent versions along with noncurrent days.
* `service/sqs`: Updates service API and documentation
  * Amazon SQS adds a new queue attribute, SqsManagedSseEnabled, which enables server-side queue encryption using SQS owned encryption keys.
* `service/sts`: Updates service documentation
  * Documentation updates for AWS Security Token Service.
* `service/workspaces`: Updates service documentation
  * Documentation updates for Amazon WorkSpaces
  • Loading branch information
aws-sdk-go-automation committed Nov 23, 2021
1 parent 417f596 commit cd7ead6
Show file tree
Hide file tree
Showing 67 changed files with 7,987 additions and 1,437 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
Release v1.42.11 (2021-11-23)
===

### Service Client Updates
* `service/backup`: Updates service API and documentation
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* DynamoDB PartiQL now supports ReturnConsumedCapacity, which returns capacity units consumed by PartiQL APIs if the request specified returnConsumedCapacity parameter. PartiQL APIs include ExecuteStatement, BatchExecuteStatement, and ExecuteTransaction.
* `service/ec2`: Updates service API and documentation
* This release adds a new parameter ipv6Native to the allow creation of IPv6-only subnets using the CreateSubnet operation, and the operation ModifySubnetAttribute includes new parameters to modify subnet attributes to use resource-based naming and enable DNS resolutions for Private DNS name.
* `service/ecs`: Updates service documentation
* Documentation update for ARM support on Amazon ECS.
* `service/elasticache`: Updates service API and documentation
* Adding support for r6gd instances for Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/finspace-data`: Updates service documentation
* `service/iot`: Updates service API and documentation
* This release introduces a new feature, Managed Job Template, for AWS IoT Jobs Service. Customers can now use service provided managed job templates to easily create jobs for supported standard job actions.
* `service/iotdeviceadvisor`: Updates service API and documentation
* `service/iotwireless`: Updates service API and documentation
* `service/lambda`: Updates service API and documentation
* Release Lambda event source filtering for SQS, Kinesis Streams, and DynamoDB Streams.
* `service/macie2`: Updates service documentation
* `service/opensearch`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adds support for Multi-AZ DB clusters for RDS for MySQL and RDS for PostgreSQL.
* `service/redshift`: Updates service API, documentation, and paginators
* This release adds support for reserved node exchange with restore/resize
* `service/s3`: Updates service API, documentation, and examples
* Introduce two new Filters to S3 Lifecycle configurations - ObjectSizeGreaterThan and ObjectSizeLessThan. Introduce a new way to trigger actions on noncurrent versions by providing the number of newer noncurrent versions along with noncurrent days.
* `service/sqs`: Updates service API and documentation
* Amazon SQS adds a new queue attribute, SqsManagedSseEnabled, which enables server-side queue encryption using SQS owned encryption keys.
* `service/sts`: Updates service documentation
* Documentation updates for AWS Security Token Service.
* `service/workspaces`: Updates service documentation
* Documentation updates for Amazon WorkSpaces

Release v1.42.10 (2021-11-22)
===

Expand Down
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.10"
const SDKVersion = "1.42.11"
12 changes: 10 additions & 2 deletions models/apis/backup/2018-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidRequestException"},
{"shape":"MissingParameterValueException"},
{"shape":"ServiceUnavailableException"}
],
Expand Down Expand Up @@ -1871,7 +1872,8 @@
"DescribeRegionSettingsOutput":{
"type":"structure",
"members":{
"ResourceTypeOptInPreference":{"shape":"ResourceTypeOptInPreference"}
"ResourceTypeOptInPreference":{"shape":"ResourceTypeOptInPreference"},
"ResourceTypeManagementPreference":{"shape":"ResourceTypeManagementPreference"}
}
},
"DescribeReportJobInput":{
Expand Down Expand Up @@ -2981,6 +2983,11 @@
"type":"list",
"member":{"shape":"ARN"}
},
"ResourceTypeManagementPreference":{
"type":"map",
"key":{"shape":"ResourceType"},
"value":{"shape":"IsEnabled"}
},
"ResourceTypeOptInPreference":{
"type":"map",
"key":{"shape":"ResourceType"},
Expand Down Expand Up @@ -3277,7 +3284,8 @@
"UpdateRegionSettingsInput":{
"type":"structure",
"members":{
"ResourceTypeOptInPreference":{"shape":"ResourceTypeOptInPreference"}
"ResourceTypeOptInPreference":{"shape":"ResourceTypeOptInPreference"},
"ResourceTypeManagementPreference":{"shape":"ResourceTypeManagementPreference"}
}
},
"UpdateReportPlanInput":{
Expand Down
Loading

0 comments on commit cd7ead6

Please sign in to comment.