Skip to content

Commit

Permalink
Release v1.38.69 (2021-06-28) (#3980)
Browse files Browse the repository at this point in the history
Release v1.38.69 (2021-06-28)
===

### Service Client Updates
* `service/glue`: Updates service API and documentation
  * Add JSON Support for Glue Schema Registry
* `service/mediaconvert`: Updates service API and documentation
  * MediaConvert adds support for HDR10+, ProRes 4444,  and XAVC outputs, ADM/DAMF support for Dolby Atmos ingest, and alternative audio and WebVTT caption ingest via HLS inputs. MediaConvert also now supports creating trickplay outputs for Roku devices for HLS, CMAF, and DASH output groups.
* `service/redshift`: Updates service API
  * Added InvalidClusterStateFault to the DisableLogging API, thrown when calling the API on a non available cluster.
* `service/sagemaker`: Updates service API and documentation
  * Sagemaker Neo now supports running compilation jobs using customer's Amazon VPC
  • Loading branch information
aws-sdk-go-automation authored Jun 28, 2021
1 parent 22bd80b commit 99a46db
Show file tree
Hide file tree
Showing 14 changed files with 3,604 additions and 766 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.38.69 (2021-06-28)
===

### Service Client Updates
* `service/glue`: Updates service API and documentation
* Add JSON Support for Glue Schema Registry
* `service/mediaconvert`: Updates service API and documentation
* MediaConvert adds support for HDR10+, ProRes 4444, and XAVC outputs, ADM/DAMF support for Dolby Atmos ingest, and alternative audio and WebVTT caption ingest via HLS inputs. MediaConvert also now supports creating trickplay outputs for Roku devices for HLS, CMAF, and DASH output groups.
* `service/redshift`: Updates service API
* Added InvalidClusterStateFault to the DisableLogging API, thrown when calling the API on a non available cluster.
* `service/sagemaker`: Updates service API and documentation
* Sagemaker Neo now supports running compilation jobs using customer's Amazon VPC

Release v1.38.68 (2021-06-25)
===

Expand Down
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.38.68"
const SDKVersion = "1.38.69"
5 changes: 4 additions & 1 deletion models/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3935,7 +3935,10 @@
},
"DataFormat":{
"type":"string",
"enum":["AVRO"]
"enum":[
"AVRO",
"JSON"
]
},
"DataLakePrincipal":{
"type":"structure",
Expand Down
376 changes: 188 additions & 188 deletions models/apis/glue/2017-03-31/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 99a46db

Please sign in to comment.