Skip to content

Commit 246ed17

Browse files
author
awstools
committed
Updates SDK to v2.1300.0
1 parent 548bc57 commit 246ed17

14 files changed

+613
-146
lines changed

.changes/2.1300.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Lambda",
5+
"description": "Release Lambda RuntimeManagementConfig, enabling customers to better manage runtime updates to their Lambda functions. This release adds two new APIs, GetRuntimeManagementConfig and PutRuntimeManagementConfig, as well as support on existing Create/Get/Update function APIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SageMaker",
10+
"description": "Amazon SageMaker Inference now supports P4de instance types."
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1299.0-->
2+
<!--LATEST=2.1300.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1300.0
6+
* feature: Lambda: Release Lambda RuntimeManagementConfig, enabling customers to better manage runtime updates to their Lambda functions. This release adds two new APIs, GetRuntimeManagementConfig and PutRuntimeManagementConfig, as well as support on existing Create/Get/Update function APIs.
7+
* feature: SageMaker: Amazon SageMaker Inference now supports P4de instance types.
8+
59
## 2.1299.0
610
* feature: EC2: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.
711
* feature: IVS: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1299.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1300.0.min.js"></script>
6161

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

0 commit comments

Comments
 (0)