Skip to content

Commit 366b12a

Browse files
author
awstools
committed
Updates SDK to v2.1456.0
1 parent 600847f commit 366b12a

18 files changed

+770
-382
lines changed

.changes/2.1456.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release adds support for restricting public sharing of AMIs through AMI Block Public Access"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EventBridge",
10+
"description": "Adds sensitive trait to various shapes in Jetstream Connections API model."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Kendra",
15+
"description": "Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1456.0
6+
* feature: EC2: This release adds support for restricting public sharing of AMIs through AMI Block Public Access
7+
* feature: EventBridge: Adds sensitive trait to various shapes in Jetstream Connections API model.
8+
* feature: Kendra: Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API.
9+
510
## 2.1455.0
611
* feature: ECR: This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required.
712
* feature: MediaLive: AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1455.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1456.0.min.js"></script>
7575

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

0 commit comments

Comments
 (0)