Skip to content

Commit

Permalink
Updates SDK to v2.1549.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 1, 2024
1 parent bb886d2 commit ce38231
Show file tree
Hide file tree
Showing 22 changed files with 1,432 additions and 404 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1549.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features"
},
{
"type": "feature",
"category": "IVS",
"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."
},
{
"type": "feature",
"category": "ManagedBlockchainQuery",
"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."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "This release includes support for broadcast-mixed audio description tracks."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1548.0-->
<!--LATEST=2.1549.0-->
<!--ENTRYINSERT-->

## 2.1549.0
* feature: CognitoIdentityServiceProvider: Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features
* 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.
* 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.
* feature: MediaConvert: This release includes support for broadcast-mixed audio description tracks.

## 2.1548.0
* 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.
* feature: ELBv2: This release enables unhealthy target draining intervals for Network Load Balancers.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
2 changes: 1 addition & 1 deletion apis/cognito-idp-2016-04-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3342,6 +3342,7 @@
"CreateAuthChallenge": {},
"VerifyAuthChallengeResponse": {},
"PreTokenGeneration": {},
"UserMigration": {},
"PreTokenGenerationConfig": {
"type": "structure",
"required": [
Expand All @@ -3353,7 +3354,6 @@
"LambdaArn": {}
}
},
"UserMigration": {},
"CustomSMSSender": {
"type": "structure",
"required": [
Expand Down
72 changes: 36 additions & 36 deletions apis/cognito-idp-2016-04-18.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit ce38231

Please sign in to comment.