Skip to content

Commit

Permalink
Release v1.34.10 (2020-08-24)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/dms`: Updates service API and documentation
  * Added new endpoint settings to include columns with Null and Empty value when using Kinesis and Kafka as target. Added a new endpoint setting to set maximum message size when using Kafka as target.
* `service/ec2`: Updates service API, documentation, and paginators
  * This release enables customers to use VPC prefix lists in their transit gateway route tables, and it adds support for Provisioned IOPS SSD (io2) EBS volumes.
* `service/iotsitewise`: Updates service API and documentation
* `service/kafka`: Updates service API and documentation
* `service/logs`: Updates service documentation
  * Documentation updates for CloudWatch Logs
* `service/ssm`: Updates service API and documentation
  * Add string length constraints to OpsDataAttributeName and OpsFilterValue.
* `service/xray`: Updates service API and documentation
  * AWS X-Ray now supports tagging on sampling rules and groups.
  • Loading branch information
awssdkgo committed Aug 24, 2020
1 parent 8e014a7 commit 7403010
Show file tree
Hide file tree
Showing 31 changed files with 3,998 additions and 525 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.34.10 (2020-08-24)
===

### Service Client Updates
* `service/dms`: Updates service API and documentation
* Added new endpoint settings to include columns with Null and Empty value when using Kinesis and Kafka as target. Added a new endpoint setting to set maximum message size when using Kafka as target.
* `service/ec2`: Updates service API, documentation, and paginators
* This release enables customers to use VPC prefix lists in their transit gateway route tables, and it adds support for Provisioned IOPS SSD (io2) EBS volumes.
* `service/iotsitewise`: Updates service API and documentation
* `service/kafka`: Updates service API and documentation
* `service/logs`: Updates service documentation
* Documentation updates for CloudWatch Logs
* `service/ssm`: Updates service API and documentation
* Add string length constraints to OpsDataAttributeName and OpsFilterValue.
* `service/xray`: Updates service API and documentation
* AWS X-Ray now supports tagging on sampling rules and groups.

Release v1.34.9 (2020-08-20)
===

Expand Down
20 changes: 20 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.34.9"
const SDKVersion = "1.34.10"
7 changes: 5 additions & 2 deletions models/apis/dms/2016-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,9 @@
"IncludePartitionValue":{"shape":"BooleanOptional"},
"PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
"IncludeTableAlterOperations":{"shape":"BooleanOptional"},
"IncludeControlDetails":{"shape":"BooleanOptional"}
"IncludeControlDetails":{"shape":"BooleanOptional"},
"MessageMaxBytes":{"shape":"IntegerOptional"},
"IncludeNullAndEmpty":{"shape":"BooleanOptional"}
}
},
"KeyList":{
Expand All @@ -1765,7 +1767,8 @@
"IncludePartitionValue":{"shape":"BooleanOptional"},
"PartitionIncludeSchemaTable":{"shape":"BooleanOptional"},
"IncludeTableAlterOperations":{"shape":"BooleanOptional"},
"IncludeControlDetails":{"shape":"BooleanOptional"}
"IncludeControlDetails":{"shape":"BooleanOptional"},
"IncludeNullAndEmpty":{"shape":"BooleanOptional"}
}
},
"ListTagsForResourceMessage":{
Expand Down
91 changes: 47 additions & 44 deletions models/apis/dms/2016-01-01/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7403010

Please sign in to comment.