Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Oct 9, 2020
1 parent 3b1ac60 commit 9eae6bc
Show file tree
Hide file tree
Showing 12 changed files with 783 additions and 91 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Unreleased Changes
------------------

* Feature - Aws::Amplify - Updated the API, and documentation for AWS Amplify.

* Feature - Aws::EKS - Updated the API for Amazon Elastic Kubernetes Service.

* Feature - Aws::MediaLive - Updated the API, and documentation for AWS Elemental MediaLive.

* Feature - Aws::ServiceCatalog - Updated the API, and documentation for AWS Service Catalog.

* Feature - Aws::Snowball - Updated the API, and documentation for Amazon Import/Export Snowball.

2.11.604 (2020-10-08)
------------------

Expand Down
5 changes: 5 additions & 0 deletions aws-sdk-core/apis/amplify/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@
"environmentVariables":{"shape":"EnvironmentVariables"},
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
"enableBasicAuth":{"shape":"EnableBasicAuth"},
"enablePerformanceMode":{"shape":"EnablePerformanceMode"},
"buildSpec":{"shape":"BuildSpec"},
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"}
Expand Down Expand Up @@ -804,6 +805,7 @@
"activeJobId":{"shape":"ActiveJobId"},
"totalNumberOfJobs":{"shape":"TotalNumberOfJobs"},
"enableBasicAuth":{"shape":"EnableBasicAuth"},
"enablePerformanceMode":{"shape":"EnablePerformanceMode"},
"thumbnailUrl":{"shape":"ThumbnailUrl"},
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
"buildSpec":{"shape":"BuildSpec"},
Expand Down Expand Up @@ -931,6 +933,7 @@
"environmentVariables":{"shape":"EnvironmentVariables"},
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
"enableBasicAuth":{"shape":"EnableBasicAuth"},
"enablePerformanceMode":{"shape":"EnablePerformanceMode"},
"tags":{"shape":"TagMap"},
"buildSpec":{"shape":"BuildSpec"},
"ttl":{"shape":"TTL"},
Expand Down Expand Up @@ -1291,6 +1294,7 @@
"EnableBranchAutoBuild":{"type":"boolean"},
"EnableBranchAutoDeletion":{"type":"boolean"},
"EnableNotification":{"type":"boolean"},
"EnablePerformanceMode":{"type":"boolean"},
"EnablePullRequestPreview":{"type":"boolean"},
"EndTime":{"type":"timestamp"},
"EnvKey":{
Expand Down Expand Up @@ -2292,6 +2296,7 @@
"environmentVariables":{"shape":"EnvironmentVariables"},
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
"enableBasicAuth":{"shape":"EnableBasicAuth"},
"enablePerformanceMode":{"shape":"EnablePerformanceMode"},
"buildSpec":{"shape":"BuildSpec"},
"ttl":{"shape":"TTL"},
"displayName":{"shape":"DisplayName"},
Expand Down
9 changes: 9 additions & 0 deletions aws-sdk-core/apis/amplify/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,15 @@
"UpdateBranchRequest$enableNotification": "<p> Enables notifications for the branch. </p>"
}
},
"EnablePerformanceMode": {
"base": null,
"refs": {
"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>",
"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>",
"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>",
"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>"
}
},
"EnablePullRequestPreview": {
"base": null,
"refs": {
Expand Down
6 changes: 4 additions & 2 deletions aws-sdk-core/apis/eks/2017-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,8 @@
"Unknown",
"NodeCreationFailure",
"PodEvictionFailure",
"InsufficientFreeAddresses"
"InsufficientFreeAddresses",
"ClusterUnreachable"
]
},
"ErrorDetail":{
Expand Down Expand Up @@ -1071,7 +1072,8 @@
"InstanceLimitExceeded",
"InsufficientFreeAddresses",
"AccessDenied",
"InternalFailure"
"InternalFailure",
"ClusterUnreachable"
]
},
"NodegroupResources":{
Expand Down
Loading

0 comments on commit 9eae6bc

Please sign in to comment.