Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.32.9 #3391

Merged
merged 1 commit into from Jun 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
Release v1.32.9 (2020-06-24)
===

### Service Client Updates
* `service/amplify`: Updates service API and documentation
* `service/autoscaling`: Updates service documentation
* Documentation updates for Amazon EC2 Auto Scaling.
* `service/backup`: Updates service API and documentation
* `service/codecommit`: Updates service API, documentation, and paginators
* This release introduces support for reactions to CodeCommit comments. Users will be able to select from a pre-defined list of emojis to express their reaction to any comments.
* `service/elasticmapreduce`: Updates service API and documentation
* Amazon EMR customers can now set allocation strategies for On-Demand and Spot instances in their EMR clusters with instance fleets. These allocation strategies use real-time capacity insights to provision clusters faster and make the most efficient use of available spare capacity to allocate Spot instances to reduce interruptions.
* `service/fsx`: Updates service API and documentation
* `service/honeycode`: Adds new service
* `service/iam`: Updates service documentation
* Documentation updates for iam
* `service/organizations`: Updates service API and documentation
* This release adds support for a new backup policy type for AWS Organizations.

Release v1.32.8 (2020-06-23)
===

Expand Down
19 changes: 19 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.32.8"
const SDKVersion = "1.32.9"
43 changes: 37 additions & 6 deletions models/apis/amplify/2017-07-25/api-2.json
Expand Up @@ -589,7 +589,8 @@
"AccessToken":{
"type":"string",
"max":255,
"min":1
"min":1,
"sensitive":true
},
"ActiveJobId":{
"type":"string",
Expand Down Expand Up @@ -625,6 +626,7 @@
"environmentVariables":{"shape":"EnvironmentVariables"},
"defaultDomain":{"shape":"DefaultDomain"},
"enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
"enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
"enableBasicAuth":{"shape":"EnableBasicAuth"},
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
"customRules":{"shape":"CustomRules"},
Expand Down Expand Up @@ -711,6 +713,20 @@
"type":"list",
"member":{"shape":"AutoBranchCreationPattern"}
},
"AutoSubDomainCreationPattern":{
"type":"string",
"max":2048,
"min":1
},
"AutoSubDomainCreationPatterns":{
"type":"list",
"member":{"shape":"AutoSubDomainCreationPattern"}
},
"AutoSubDomainIAMRole":{
"type":"string",
"max":1000,
"pattern":"^$|^arn:aws:iam::\\d{12}:role.+"
},
"BackendEnvironment":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -747,7 +763,8 @@
},
"BasicAuthCredentials":{
"type":"string",
"max":2000
"max":2000,
"sensitive":true
},
"Branch":{
"type":"structure",
Expand Down Expand Up @@ -851,6 +868,7 @@
"accessToken":{"shape":"AccessToken"},
"environmentVariables":{"shape":"EnvironmentVariables"},
"enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
"enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
"enableBasicAuth":{"shape":"EnableBasicAuth"},
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
"customRules":{"shape":"CustomRules"},
Expand Down Expand Up @@ -976,7 +994,9 @@
},
"domainName":{"shape":"DomainName"},
"enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
"subDomainSettings":{"shape":"SubDomainSettings"}
"subDomainSettings":{"shape":"SubDomainSettings"},
"autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
"autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"}
}
},
"CreateDomainAssociationResult":{
Expand Down Expand Up @@ -1226,6 +1246,8 @@
"domainAssociationArn":{"shape":"DomainAssociationArn"},
"domainName":{"shape":"DomainName"},
"enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
"autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
"autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"},
"domainStatus":{"shape":"DomainStatus"},
"statusReason":{"shape":"StatusReason"},
"certificateVerificationDNSRecord":{"shape":"CertificateVerificationDNSRecord"},
Expand Down Expand Up @@ -1267,6 +1289,7 @@
"EnableAutoSubDomain":{"type":"boolean"},
"EnableBasicAuth":{"type":"boolean"},
"EnableBranchAutoBuild":{"type":"boolean"},
"EnableBranchAutoDeletion":{"type":"boolean"},
"EnableNotification":{"type":"boolean"},
"EnablePullRequestPreview":{"type":"boolean"},
"EndTime":{"type":"timestamp"},
Expand Down Expand Up @@ -1667,7 +1690,11 @@
"location":"uri",
"locationName":"appId"
},
"environmentName":{"shape":"EnvironmentName"},
"environmentName":{
"shape":"EnvironmentName",
"location":"querystring",
"locationName":"environmentName"
},
"nextToken":{
"shape":"NextToken",
"location":"querystring",
Expand Down Expand Up @@ -1861,7 +1888,8 @@
},
"OauthToken":{
"type":"string",
"max":100
"max":100,
"sensitive":true
},
"Platform":{
"type":"string",
Expand Down Expand Up @@ -2219,6 +2247,7 @@
"iamServiceRoleArn":{"shape":"ServiceRoleArn"},
"environmentVariables":{"shape":"EnvironmentVariables"},
"enableBranchAutoBuild":{"shape":"EnableAutoBuild"},
"enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
"enableBasicAuth":{"shape":"EnableBasicAuth"},
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
"customRules":{"shape":"CustomRules"},
Expand Down Expand Up @@ -2297,7 +2326,9 @@
"locationName":"domainName"
},
"enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
"subDomainSettings":{"shape":"SubDomainSettings"}
"subDomainSettings":{"shape":"SubDomainSettings"},
"autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
"autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"}
}
},
"UpdateDomainAssociationResult":{
Expand Down