Skip to content

Commit

Permalink
Merge pull request #2695 from aws/release
Browse files Browse the repository at this point in the history
Release v1.20.21
  • Loading branch information
aws-sdk-go-automation authored Jul 17, 2019
2 parents 7a3d367 + d56b50a commit afd5069
Show file tree
Hide file tree
Showing 11 changed files with 822 additions and 565 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.20.21 (2019-07-17)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
* Documentation updates for autoscaling
* `service/config`: Updates service API
* `service/dms`: Updates service API and documentation
* S3 endpoint settings update: 1) Option to append operation column to full-load files. 2) Option to add a commit timestamp column to full-load and cdc files. Updated DescribeAccountAttributes to include UniqueAccountIdentifier.

Release v1.20.20 (2019-07-12)
===

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.20.20"
const SDKVersion = "1.20.21"
110 changes: 55 additions & 55 deletions models/apis/autoscaling/2011-01-01/docs-2.json

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions models/apis/config/2014-11-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
"input":{"shape":"DeleteOrganizationConfigRuleRequest"},
"errors":[
{"shape":"NoSuchOrganizationConfigRuleException"},
{"shape":"ResourceInUseException"}
{"shape":"ResourceInUseException"},
{"shape":"OrganizationAccessDeniedException"}
]
},
"DeletePendingAggregationRequest":{
Expand Down Expand Up @@ -343,7 +344,8 @@
"errors":[
{"shape":"NoSuchOrganizationConfigRuleException"},
{"shape":"InvalidLimitException"},
{"shape":"InvalidNextTokenException"}
{"shape":"InvalidNextTokenException"},
{"shape":"OrganizationAccessDeniedException"}
]
},
"DescribeOrganizationConfigRules":{
Expand All @@ -357,7 +359,8 @@
"errors":[
{"shape":"NoSuchOrganizationConfigRuleException"},
{"shape":"InvalidNextTokenException"},
{"shape":"InvalidLimitException"}
{"shape":"InvalidLimitException"},
{"shape":"OrganizationAccessDeniedException"}
]
},
"DescribePendingAggregationRequests":{
Expand Down Expand Up @@ -540,7 +543,8 @@
"errors":[
{"shape":"NoSuchOrganizationConfigRuleException"},
{"shape":"InvalidLimitException"},
{"shape":"InvalidNextTokenException"}
{"shape":"InvalidNextTokenException"},
{"shape":"OrganizationAccessDeniedException"}
]
},
"GetResourceConfigHistory":{
Expand Down Expand Up @@ -2273,6 +2277,9 @@
"CREATE_SUCCESSFUL",
"CREATE_IN_PROGRESS",
"CREATE_FAILED",
"UPDATE_SUCCESSFUL",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
"DELETE_SUCCESSFUL",
"DELETE_FAILED",
"DELETE_IN_PROGRESS"
Expand Down Expand Up @@ -2496,6 +2503,9 @@
"CREATE_SUCCESSFUL",
"CREATE_IN_PROGRESS",
"CREATE_FAILED",
"UPDATE_SUCCESSFUL",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
"DELETE_SUCCESSFUL",
"DELETE_FAILED",
"DELETE_IN_PROGRESS"
Expand Down
14 changes: 11 additions & 3 deletions models/apis/dms/2016-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,8 @@
"DescribeAccountAttributesResponse":{
"type":"structure",
"members":{
"AccountQuotas":{"shape":"AccountQuotaList"}
"AccountQuotas":{"shape":"AccountQuotaList"},
"UniqueAccountIdentifier":{"shape":"String"}
}
},
"DescribeCertificatesMessage":{
Expand Down Expand Up @@ -1679,7 +1680,8 @@
"MaxAllocatedStorage":{"shape":"Integer"},
"DefaultAllocatedStorage":{"shape":"Integer"},
"IncludedAllocatedStorage":{"shape":"Integer"},
"AvailabilityZones":{"shape":"AvailabilityZonesList"}
"AvailabilityZones":{"shape":"AvailabilityZonesList"},
"ReleaseStatus":{"shape":"ReleaseStatusValues"}
}
},
"OrderableReplicationInstanceList":{
Expand Down Expand Up @@ -1791,6 +1793,10 @@
"refreshing"
]
},
"ReleaseStatusValues":{
"type":"string",
"enum":["beta"]
},
"ReloadOptionValue":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2029,7 +2035,9 @@
"DataPageSize":{"shape":"IntegerOptional"},
"ParquetVersion":{"shape":"ParquetVersionValue"},
"EnableStatistics":{"shape":"BooleanOptional"},
"CdcInsertsOnly":{"shape":"BooleanOptional"}
"IncludeOpForFullLoad":{"shape":"BooleanOptional"},
"CdcInsertsOnly":{"shape":"BooleanOptional"},
"TimestampColumnName":{"shape":"String"}
}
},
"SNSInvalidTopicFault":{
Expand Down
249 changes: 129 additions & 120 deletions models/apis/dms/2016-01-01/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit afd5069

Please sign in to comment.