Skip to content

Commit 01ad4ec

Browse files
author
awstools
committed
Updates SDK to v2.1480.0
1 parent 1f30247 commit 01ad4ec

27 files changed

+2362
-287
lines changed

.changes/2.1480.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": "CodePipeline",
5+
"description": "Add ability to trigger pipelines from git tags, define variables at pipeline level and new pipeline type V2."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release updates the documentation for InstanceInterruptionBehavior and HibernationOptionsRequest to more accurately describe the behavior of these two parameters when using Spot hibernation."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EKS",
15+
"description": "Added support for Cluster Subnet and Security Group mutability."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IAM",
20+
"description": "Add the partitional endpoint for IAM in iso-f."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MigrationHubConfig",
25+
"description": "This release introduces DeleteHomeRegionControl API that customers can use to delete the Migration Hub Home Region configuration"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "MigrationHubStrategy",
30+
"description": "This release introduces multi-data-source feature in Migration Hub Strategy Recommendations. This feature now supports vCenter as a data source to fetch inventory in addition to ADS and Import from file workflow that is currently supported with MHSR collector."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "OpenSearchServerless",
35+
"description": "This release includes the following new APIs: CreateLifecyclePolicy, UpdateLifecyclePolicy, BatchGetLifecyclePolicy, DeleteLifecyclePolicy, ListLifecyclePolicies and BatchGetEffectiveLifecyclePolicy to support the data lifecycle management feature."
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.1479.0-->
2+
<!--LATEST=2.1480.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1480.0
6+
* feature: CodePipeline: Add ability to trigger pipelines from git tags, define variables at pipeline level and new pipeline type V2.
7+
* feature: EC2: This release updates the documentation for InstanceInterruptionBehavior and HibernationOptionsRequest to more accurately describe the behavior of these two parameters when using Spot hibernation.
8+
* feature: EKS: Added support for Cluster Subnet and Security Group mutability.
9+
* feature: IAM: Add the partitional endpoint for IAM in iso-f.
10+
* feature: MigrationHubConfig: This release introduces DeleteHomeRegionControl API that customers can use to delete the Migration Hub Home Region configuration
11+
* feature: MigrationHubStrategy: This release introduces multi-data-source feature in Migration Hub Strategy Recommendations. This feature now supports vCenter as a data source to fetch inventory in addition to ADS and Import from file workflow that is currently supported with MHSR collector.
12+
* feature: OpenSearchServerless: This release includes the following new APIs: CreateLifecyclePolicy, UpdateLifecyclePolicy, BatchGetLifecyclePolicy, DeleteLifecyclePolicy, ListLifecyclePolicies and BatchGetEffectiveLifecyclePolicy to support the data lifecycle management feature.
13+
514
## 2.1479.0
615
* feature: MarketplaceCommerceAnalytics: The StartSupportDataExport operation has been deprecated as part of the Product Support Connection deprecation. As of December 2022, Product Support Connection is no longer supported.
716
* feature: NetworkManager: This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN

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