Skip to content

Commit

Permalink
Release v1.35.7 (2020-10-09)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/amplify`: Updates service API and documentation
* `service/eks`: Updates service API
* `service/medialive`: Updates service API and documentation
  * WAV audio output. Extracting ancillary captions in MP4 file inputs. Priority on channels feeding a multiplex (higher priority channels will tend to have higher video quality).
* `service/servicecatalog`: Updates service API, documentation, and paginators
  * This new API takes either a ProvisonedProductId or a ProvisionedProductName, along with a list of 1 or more output keys and responds with the (key,value) pairs of those outputs.
* `service/snowball`: Updates service API and documentation
  * We added new APIs to allow customers to better manage their device shipping. You can check if your shipping label expired, generate a new label, and tell us that you received or shipped your job.
  • Loading branch information
awssdkgo committed Oct 9, 2020
1 parent dc81c6f commit c40a73a
Show file tree
Hide file tree
Showing 23 changed files with 2,725 additions and 250 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.35.7 (2020-10-09)
===

### Service Client Updates
* `service/amplify`: Updates service API and documentation
* `service/eks`: Updates service API
* `service/medialive`: Updates service API and documentation
* WAV audio output. Extracting ancillary captions in MP4 file inputs. Priority on channels feeding a multiplex (higher priority channels will tend to have higher video quality).
* `service/servicecatalog`: Updates service API, documentation, and paginators
* This new API takes either a ProvisonedProductId or a ProvisionedProductName, along with a list of 1 or more output keys and responds with the (key,value) pairs of those outputs.
* `service/snowball`: Updates service API and documentation
* We added new APIs to allow customers to better manage their device shipping. You can check if your shipping label expired, generate a new label, and tell us that you received or shipped your job.

Release v1.35.6 (2020-10-08)
===

Expand Down
4 changes: 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.35.6"
const SDKVersion = "1.35.7"
5 changes: 5 additions & 0 deletions models/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 models/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 models/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 c40a73a

Please sign in to comment.