Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.38.25 #3878

Merged
merged 1 commit into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.38.25 (2021-04-23)
===

### Service Client Updates
* `service/mediapackage`: Updates service API and documentation
* Add support for Widevine DRM on CMAF origin endpoints. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption.
* `service/sns`: Updates service documentation
* Amazon SNS adds two new attributes, TemplateId and EntityId, for using sender IDs to send SMS messages to destinations in India.

Release v1.38.24 (2021-04-22)
===

Expand Down
10 changes: 10 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.38.24"
const SDKVersion = "1.38.25"
4 changes: 4 additions & 0 deletions models/apis/mediapackage/2017-10-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,10 @@
},
"CmafEncryption": {
"members": {
"ConstantInitializationVector": {
"locationName": "constantInitializationVector",
"shape": "__string"
},
"KeyRotationIntervalSeconds": {
"locationName": "keyRotationIntervalSeconds",
"shape": "__integer"
Expand Down
1 change: 1 addition & 0 deletions models/apis/mediapackage/2017-10-12/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@
"ChannelCreateParameters$Id" : "The ID of the Channel. The ID must be unique within the region and it\ncannot be changed after a Channel is created.\n",
"ChannelList$NextToken" : "A token that can be used to resume pagination from the end of the collection.",
"ChannelUpdateParameters$Description" : "A short text description of the Channel.",
"CmafEncryption$ConstantInitializationVector" : "An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).",
"CmafPackage$SegmentPrefix" : "An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.",
"CmafPackageCreateOrUpdateParameters$SegmentPrefix" : "An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.",
"DashPackage$UtcTimingUri" : "Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD",
Expand Down
8 changes: 4 additions & 4 deletions models/apis/sns/2010-03-31/docs-2.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -4857,6 +4857,7 @@
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down Expand Up @@ -5802,6 +5803,7 @@
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
Expand Down Expand Up @@ -7664,6 +7666,14 @@
"isRegionalized" : false,
"partitionEndpoint" : "aws-cn-global"
},
"route53resolver" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"cn-north-1" : { }
}
},
"runtime.sagemaker" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down
11 changes: 11 additions & 0 deletions service/mediapackage/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions service/sns/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.