Skip to content

Commit

Permalink
Updates SDK to v2.1244.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 31, 2022
1 parent bf35951 commit ba1b3a8
Show file tree
Hide file tree
Showing 33 changed files with 7,368 additions and 3,960 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1244.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AppRunner",
"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."
},
{
"type": "feature",
"category": "CloudWatchLogs",
"description": "SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination."
},
{
"type": "feature",
"category": "Connect",
"description": "Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP"
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "Iot",
"description": "This release adds the Amazon Location action to IoT Rules Engine."
},
{
"type": "feature",
"category": "SESV2",
"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."
},
{
"type": "feature",
"category": "Textract",
"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"
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1243.0-->
<!--LATEST=2.1244.0-->
<!--ENTRYINSERT-->

## 2.1244.0
* 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.
* feature: CloudWatchLogs: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
* feature: Connect: Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP
* 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.
* feature: Iot: This release adds the Amazon Location action to IoT Rules Engine.
* 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.
* 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

## 2.1243.0
* feature: AppRunner: AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
* feature: AppStream: This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1243.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1244.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

0 comments on commit ba1b3a8

Please sign in to comment.