Skip to content

Commit ce38231

Browse files
author
awstools
committed
Updates SDK to v2.1549.0
1 parent bb886d2 commit ce38231

22 files changed

+1432
-404
lines changed

.changes/2.1549.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CognitoIdentityServiceProvider",
5+
"description": "Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "IVS",
10+
"description": "This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ManagedBlockchainQuery",
15+
"description": "This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaConvert",
20+
"description": "This release includes support for broadcast-mixed audio description tracks."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1548.0-->
2+
<!--LATEST=2.1549.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1549.0
6+
* feature: CognitoIdentityServiceProvider: Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
7+
* feature: IVS: This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List.
8+
* feature: ManagedBlockchainQuery: This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction.
9+
* feature: MediaConvert: This release includes support for broadcast-mixed audio description tracks.
10+
511
## 2.1548.0
612
* feature: CloudFormation: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
713
* feature: ELBv2: This release enables unhealthy target draining intervals for Network Load Balancers.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1548.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1549.0.min.js"></script>
7373

7474
You can also build a custom browser SDK with your specified set of AWS services.
7575
This can allow you to reduce the SDK's size, specify different API versions of

apis/cognito-idp-2016-04-18.min.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3342,6 +3342,7 @@
33423342
"CreateAuthChallenge": {},
33433343
"VerifyAuthChallengeResponse": {},
33443344
"PreTokenGeneration": {},
3345+
"UserMigration": {},
33453346
"PreTokenGenerationConfig": {
33463347
"type": "structure",
33473348
"required": [
@@ -3353,7 +3354,6 @@
33533354
"LambdaArn": {}
33543355
}
33553356
},
3356-
"UserMigration": {},
33573357
"CustomSMSSender": {
33583358
"type": "structure",
33593359
"required": [

apis/cognito-idp-2016-04-18.normal.json

+36-36
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)