Skip to content

Commit 661d8d5

Browse files
author
awstools
committed
Updates SDK to v2.1154.0
1 parent 64eb16f commit 661d8d5

18 files changed

+704
-300
lines changed

.changes/2.1154.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Budgets",
5+
"description": "Add a budgets ThrottlingException. Update the CostFilters value pattern."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "LookoutMetrics",
10+
"description": "Adding filters to Alert and adding new UpdateAlert API."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaConvert",
15+
"description": "AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders."
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1153.0-->
2+
<!--LATEST=2.1154.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1154.0
6+
* feature: Budgets: Add a budgets ThrottlingException. Update the CostFilters value pattern.
7+
* feature: LookoutMetrics: Adding filters to Alert and adding new UpdateAlert API.
8+
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
9+
510
## 2.1153.0
611
* bugfix: redshift-serverless: remove redshift-serverless client
712
* feature: Outposts: This release adds API operations AWS uses to install Outpost servers.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1153.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1154.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)