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

Commit 8932aba

Browse files
Release v1.32.9 (2020-06-24) (#3391)
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.
1 parent ea6bf35 commit 8932aba

File tree

44 files changed

+6427
-2233
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

+6427
-2233
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Release v1.32.9 (2020-06-24)
2+
===
3+
4+
### Service Client Updates
5+
* `service/amplify`: Updates service API and documentation
6+
* `service/autoscaling`: Updates service documentation
7+
* Documentation updates for Amazon EC2 Auto Scaling.
8+
* `service/backup`: Updates service API and documentation
9+
* `service/codecommit`: Updates service API, documentation, and paginators
10+
* 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.
11+
* `service/elasticmapreduce`: Updates service API and documentation
12+
* 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.
13+
* `service/fsx`: Updates service API and documentation
14+
* `service/honeycode`: Adds new service
15+
* `service/iam`: Updates service documentation
16+
* Documentation updates for iam
17+
* `service/organizations`: Updates service API and documentation
18+
* This release adds support for a new backup policy type for AWS Organizations.
19+
120
Release v1.32.8 (2020-06-23)
221
===
322

aws/endpoints/defaults.go

Lines changed: 19 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.32.8"
8+
const SDKVersion = "1.32.9"

models/apis/amplify/2017-07-25/api-2.json

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,8 @@
589589
"AccessToken":{
590590
"type":"string",
591591
"max":255,
592-
"min":1
592+
"min":1,
593+
"sensitive":true
593594
},
594595
"ActiveJobId":{
595596
"type":"string",
@@ -625,6 +626,7 @@
625626
"environmentVariables":{"shape":"EnvironmentVariables"},
626627
"defaultDomain":{"shape":"DefaultDomain"},
627628
"enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
629+
"enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
628630
"enableBasicAuth":{"shape":"EnableBasicAuth"},
629631
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
630632
"customRules":{"shape":"CustomRules"},
@@ -711,6 +713,20 @@
711713
"type":"list",
712714
"member":{"shape":"AutoBranchCreationPattern"}
713715
},
716+
"AutoSubDomainCreationPattern":{
717+
"type":"string",
718+
"max":2048,
719+
"min":1
720+
},
721+
"AutoSubDomainCreationPatterns":{
722+
"type":"list",
723+
"member":{"shape":"AutoSubDomainCreationPattern"}
724+
},
725+
"AutoSubDomainIAMRole":{
726+
"type":"string",
727+
"max":1000,
728+
"pattern":"^$|^arn:aws:iam::\\d{12}:role.+"
729+
},
714730
"BackendEnvironment":{
715731
"type":"structure",
716732
"required":[
@@ -747,7 +763,8 @@
747763
},
748764
"BasicAuthCredentials":{
749765
"type":"string",
750-
"max":2000
766+
"max":2000,
767+
"sensitive":true
751768
},
752769
"Branch":{
753770
"type":"structure",
@@ -851,6 +868,7 @@
851868
"accessToken":{"shape":"AccessToken"},
852869
"environmentVariables":{"shape":"EnvironmentVariables"},
853870
"enableBranchAutoBuild":{"shape":"EnableBranchAutoBuild"},
871+
"enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
854872
"enableBasicAuth":{"shape":"EnableBasicAuth"},
855873
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
856874
"customRules":{"shape":"CustomRules"},
@@ -976,7 +994,9 @@
976994
},
977995
"domainName":{"shape":"DomainName"},
978996
"enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
979-
"subDomainSettings":{"shape":"SubDomainSettings"}
997+
"subDomainSettings":{"shape":"SubDomainSettings"},
998+
"autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
999+
"autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"}
9801000
}
9811001
},
9821002
"CreateDomainAssociationResult":{
@@ -1226,6 +1246,8 @@
12261246
"domainAssociationArn":{"shape":"DomainAssociationArn"},
12271247
"domainName":{"shape":"DomainName"},
12281248
"enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
1249+
"autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
1250+
"autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"},
12291251
"domainStatus":{"shape":"DomainStatus"},
12301252
"statusReason":{"shape":"StatusReason"},
12311253
"certificateVerificationDNSRecord":{"shape":"CertificateVerificationDNSRecord"},
@@ -1267,6 +1289,7 @@
12671289
"EnableAutoSubDomain":{"type":"boolean"},
12681290
"EnableBasicAuth":{"type":"boolean"},
12691291
"EnableBranchAutoBuild":{"type":"boolean"},
1292+
"EnableBranchAutoDeletion":{"type":"boolean"},
12701293
"EnableNotification":{"type":"boolean"},
12711294
"EnablePullRequestPreview":{"type":"boolean"},
12721295
"EndTime":{"type":"timestamp"},
@@ -1667,7 +1690,11 @@
16671690
"location":"uri",
16681691
"locationName":"appId"
16691692
},
1670-
"environmentName":{"shape":"EnvironmentName"},
1693+
"environmentName":{
1694+
"shape":"EnvironmentName",
1695+
"location":"querystring",
1696+
"locationName":"environmentName"
1697+
},
16711698
"nextToken":{
16721699
"shape":"NextToken",
16731700
"location":"querystring",
@@ -1861,7 +1888,8 @@
18611888
},
18621889
"OauthToken":{
18631890
"type":"string",
1864-
"max":100
1891+
"max":100,
1892+
"sensitive":true
18651893
},
18661894
"Platform":{
18671895
"type":"string",
@@ -2219,6 +2247,7 @@
22192247
"iamServiceRoleArn":{"shape":"ServiceRoleArn"},
22202248
"environmentVariables":{"shape":"EnvironmentVariables"},
22212249
"enableBranchAutoBuild":{"shape":"EnableAutoBuild"},
2250+
"enableBranchAutoDeletion":{"shape":"EnableBranchAutoDeletion"},
22222251
"enableBasicAuth":{"shape":"EnableBasicAuth"},
22232252
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
22242253
"customRules":{"shape":"CustomRules"},
@@ -2297,7 +2326,9 @@
22972326
"locationName":"domainName"
22982327
},
22992328
"enableAutoSubDomain":{"shape":"EnableAutoSubDomain"},
2300-
"subDomainSettings":{"shape":"SubDomainSettings"}
2329+
"subDomainSettings":{"shape":"SubDomainSettings"},
2330+
"autoSubDomainCreationPatterns":{"shape":"AutoSubDomainCreationPatterns"},
2331+
"autoSubDomainIAMRole":{"shape":"AutoSubDomainIAMRole"}
23012332
}
23022333
},
23032334
"UpdateDomainAssociationResult":{

0 commit comments

Comments
 (0)