Skip to content

Commit 10c3ac6

Browse files
author
awstools
committed
Updates SDK to v2.1306.0
1 parent be414c1 commit 10c3ac6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+8089
-3983
lines changed

.changes/2.1306.0.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AccessAnalyzer",
5+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AppSync",
10+
"description": "This release introduces the feature to support EventBridge as AppSync data source."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CloudTrail",
15+
"description": "Add new \"Channel\" APIs to enable users to manage channels used for CloudTrail Lake integrations, and \"Resource Policy\" APIs to enable users to manage the resource-based permissions policy attached to a channel."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "CloudTrailData",
20+
"description": "Add CloudTrail Data Service to enable users to ingest activity events from non-AWS sources into CloudTrail Lake."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "CodeArtifact",
25+
"description": "This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "ConnectParticipant",
30+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "EC2",
35+
"description": "This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "GroundStation",
40+
"description": "DigIF Expansion changes to the Customer APIs."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Iot",
45+
"description": "Added support for IoT Rules Engine Cloudwatch Logs action batch mode."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Kinesis",
50+
"description": "Updates API to latest version."
51+
},
52+
{
53+
"type": "feature",
54+
"category": "OpenSearch",
55+
"description": "Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy."
56+
},
57+
{
58+
"type": "feature",
59+
"category": "Outposts",
60+
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
61+
},
62+
{
63+
"type": "feature",
64+
"category": "Polly",
65+
"description": "Amazon Polly adds two new neural American English voices - Ruth, Stephen"
66+
},
67+
{
68+
"type": "feature",
69+
"category": "SageMaker",
70+
"description": "Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization."
71+
},
72+
{
73+
"type": "feature",
74+
"category": "SecurityHub",
75+
"description": "New fields have been added to the AWS Security Finding Format. Compliance.SecurityControlId is a unique identifier for a security control across standards. Compliance.AssociatedStandards contains all enabled standards in which a security control is enabled."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Support",
80+
"description": "This fixes incorrect endpoint construction when a customer is explicitly setting a region."
81+
}
82+
]

CHANGELOG.md

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

5+
## 2.1306.0
6+
* feature: AccessAnalyzer: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
7+
* feature: AppSync: This release introduces the feature to support EventBridge as AppSync data source.
8+
* feature: CloudTrail: Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel.
9+
* feature: CloudTrailData: Add CloudTrail Data Service to enable users to ingest activity events from non-AWS sources into CloudTrail Lake.
10+
* feature: CodeArtifact: This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository.
11+
* feature: ConnectParticipant: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
12+
* feature: EC2: This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K.
13+
* feature: GroundStation: DigIF Expansion changes to the Customer APIs.
14+
* feature: Iot: Added support for IoT Rules Engine Cloudwatch Logs action batch mode.
15+
* feature: Kinesis: Updates API to latest version.
16+
* feature: OpenSearch: Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy.
17+
* feature: Outposts: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
18+
* feature: Polly: Amazon Polly adds two new neural American English voices - Ruth, Stephen
19+
* feature: SageMaker: Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization.
20+
* feature: SecurityHub: New fields have been added to the AWS Security Finding Format. Compliance.SecurityControlId is a unique identifier for a security control across standards. Compliance.AssociatedStandards contains all enabled standards in which a security control is enabled.
21+
* feature: Support: This fixes incorrect endpoint construction when a customer is explicitly setting a region.
22+
523
## 2.1305.0
624
* feature: CloudDirectory: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
725
* feature: CloudFormation: This feature provides a method of obtaining which regions a stackset has stack instances deployed in.

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.1305.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1306.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)