Skip to content

Commit ba1b3a8

Browse files
author
awstools
committed
Updates SDK to v2.1244.0
1 parent bf35951 commit ba1b3a8

33 files changed

+7368
-3960
lines changed

.changes/2.1244.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AppRunner",
5+
"description": "This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudWatchLogs",
10+
"description": "SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Connect",
15+
"description": "Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EC2",
20+
"description": "Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Iot",
25+
"description": "This release adds the Amazon Location action to IoT Rules Engine."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SESV2",
30+
"description": "This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Textract",
35+
"description": "This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version"
36+
}
37+
]

CHANGELOG.md

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

5+
## 2.1244.0
6+
* feature: AppRunner: This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
7+
* feature: CloudWatchLogs: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
8+
* feature: Connect: Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP
9+
* feature: EC2: Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
10+
* feature: Iot: This release adds the Amazon Location action to IoT Rules Engine.
11+
* feature: SESV2: This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data.
12+
* feature: Textract: This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version
13+
514
## 2.1243.0
615
* feature: AppRunner: AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
716
* feature: AppStream: This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.

README.md

Lines changed: 1 addition & 1 deletion
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.1243.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1244.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)