Skip to content

Commit 9c48168

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 454a7bd commit 9c48168

File tree

25 files changed

+1664
-576
lines changed

25 files changed

+1664
-576
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Amplify - Updated the API, and documentation for AWS Amplify.
5+
6+
* Feature - Aws::AutoScaling - Updated the documentation for Auto Scaling.
7+
8+
* Feature - Aws::Backup - Updated the API, and documentation for AWS Backup.
9+
10+
* Feature - Aws::CodeCommit - Updated the API, and documentation for AWS CodeCommit.
11+
12+
* Feature - Aws::EMR - Updated the API, and documentation for Amazon Elastic MapReduce.
13+
14+
* Feature - Aws::FSx - Updated the API, and documentation for Amazon FSx.
15+
16+
* Feature - Aws::IAM - Updated the documentation for AWS Identity and Access Management.
17+
18+
* Feature - Aws::Organizations - Updated the API, and documentation for AWS Organizations.
19+
20+
* Feature - Aws::Honeycode - Added support for a new service, Amazon Honeycode.
21+
422
2.11.534 (2020-06-23)
523
------------------
624

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,12 @@ to be backwards compatible.
413413
| Amazon GameLift | GameLift | 2015-10-01 |
414414
| Amazon Glacier | Glacier | 2012-06-01 |
415415
| Amazon GuardDuty | GuardDuty | 2017-11-28 |
416+
| Amazon Honeycode | Honeycode | 2020-03-01 |
416417
| Amazon Import/Export Snowball | Snowball | 2016-06-30 |
417418
| Amazon Inspector | Inspector | 2016-02-16 |
418419
| Amazon Kinesis | Kinesis | 2013-12-02 |
419-
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
420420
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
421+
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
421422
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
422423
| Amazon Kinesis Video Signaling Channels | KinesisVideoSignalingChannels | 2019-12-04 |
423424
| Amazon Kinesis Video Streams | KinesisVideo | 2017-09-30 |

aws-sdk-core/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)