Skip to content

Commit 9eae6bc

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 3b1ac60 commit 9eae6bc

File tree

12 files changed

+783
-91
lines changed

12 files changed

+783
-91
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::Amplify - Updated the API, and documentation for AWS Amplify.
5+
6+
* Feature - Aws::EKS - Updated the API for Amazon Elastic Kubernetes Service.
7+
8+
* Feature - Aws::MediaLive - Updated the API, and documentation for AWS Elemental MediaLive.
9+
10+
* Feature - Aws::ServiceCatalog - Updated the API, and documentation for AWS Service Catalog.
11+
12+
* Feature - Aws::Snowball - Updated the API, and documentation for Amazon Import/Export Snowball.
13+
414
2.11.604 (2020-10-08)
515
------------------
616

aws-sdk-core/apis/amplify/2017-07-25/api-2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@
699699
"environmentVariables":{"shape":"EnvironmentVariables"},
700700
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
701701
"enableBasicAuth":{"shape":"EnableBasicAuth"},
702+
"enablePerformanceMode":{"shape":"EnablePerformanceMode"},
702703
"buildSpec":{"shape":"BuildSpec"},
703704
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
704705
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"}
@@ -804,6 +805,7 @@
804805
"activeJobId":{"shape":"ActiveJobId"},
805806
"totalNumberOfJobs":{"shape":"TotalNumberOfJobs"},
806807
"enableBasicAuth":{"shape":"EnableBasicAuth"},
808+
"enablePerformanceMode":{"shape":"EnablePerformanceMode"},
807809
"thumbnailUrl":{"shape":"ThumbnailUrl"},
808810
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
809811
"buildSpec":{"shape":"BuildSpec"},
@@ -931,6 +933,7 @@
931933
"environmentVariables":{"shape":"EnvironmentVariables"},
932934
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
933935
"enableBasicAuth":{"shape":"EnableBasicAuth"},
936+
"enablePerformanceMode":{"shape":"EnablePerformanceMode"},
934937
"tags":{"shape":"TagMap"},
935938
"buildSpec":{"shape":"BuildSpec"},
936939
"ttl":{"shape":"TTL"},
@@ -1291,6 +1294,7 @@
12911294
"EnableBranchAutoBuild":{"type":"boolean"},
12921295
"EnableBranchAutoDeletion":{"type":"boolean"},
12931296
"EnableNotification":{"type":"boolean"},
1297+
"EnablePerformanceMode":{"type":"boolean"},
12941298
"EnablePullRequestPreview":{"type":"boolean"},
12951299
"EndTime":{"type":"timestamp"},
12961300
"EnvKey":{
@@ -2292,6 +2296,7 @@
22922296
"environmentVariables":{"shape":"EnvironmentVariables"},
22932297
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
22942298
"enableBasicAuth":{"shape":"EnableBasicAuth"},
2299+
"enablePerformanceMode":{"shape":"EnablePerformanceMode"},
22952300
"buildSpec":{"shape":"BuildSpec"},
22962301
"ttl":{"shape":"TTL"},
22972302
"displayName":{"shape":"DisplayName"},

aws-sdk-core/apis/amplify/2017-07-25/docs-2.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,15 @@
656656
"UpdateBranchRequest$enableNotification": "<p> Enables notifications for the branch. </p>"
657657
}
658658
},
659+
"EnablePerformanceMode": {
660+
"base": null,
661+
"refs": {
662+
"AutoBranchCreationConfig$enablePerformanceMode": "<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
663+
"Branch$enablePerformanceMode": "<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
664+
"CreateBranchRequest$enablePerformanceMode": "<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
665+
"UpdateBranchRequest$enablePerformanceMode": "<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>"
666+
}
667+
},
659668
"EnablePullRequestPreview": {
660669
"base": null,
661670
"refs": {

aws-sdk-core/apis/eks/2017-11-01/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,8 @@
724724
"Unknown",
725725
"NodeCreationFailure",
726726
"PodEvictionFailure",
727-
"InsufficientFreeAddresses"
727+
"InsufficientFreeAddresses",
728+
"ClusterUnreachable"
728729
]
729730
},
730731
"ErrorDetail":{
@@ -1071,7 +1072,8 @@
10711072
"InstanceLimitExceeded",
10721073
"InsufficientFreeAddresses",
10731074
"AccessDenied",
1074-
"InternalFailure"
1075+
"InternalFailure",
1076+
"ClusterUnreachable"
10751077
]
10761078
},
10771079
"NodegroupResources":{

0 commit comments

Comments
 (0)