Skip to content

Commit

Permalink
Updates SDK to v2.1480.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 24, 2023
1 parent 1f30247 commit 01ad4ec
Show file tree
Hide file tree
Showing 27 changed files with 2,362 additions and 287 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1480.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "CodePipeline",
"description": "Add ability to trigger pipelines from git tags, define variables at pipeline level and new pipeline type V2."
},
{
"type": "feature",
"category": "EC2",
"description": "This release updates the documentation for InstanceInterruptionBehavior and HibernationOptionsRequest to more accurately describe the behavior of these two parameters when using Spot hibernation."
},
{
"type": "feature",
"category": "EKS",
"description": "Added support for Cluster Subnet and Security Group mutability."
},
{
"type": "feature",
"category": "IAM",
"description": "Add the partitional endpoint for IAM in iso-f."
},
{
"type": "feature",
"category": "MigrationHubConfig",
"description": "This release introduces DeleteHomeRegionControl API that customers can use to delete the Migration Hub Home Region configuration"
},
{
"type": "feature",
"category": "MigrationHubStrategy",
"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."
},
{
"type": "feature",
"category": "OpenSearchServerless",
"description": "This release includes the following new APIs: CreateLifecyclePolicy, UpdateLifecyclePolicy, BatchGetLifecyclePolicy, DeleteLifecyclePolicy, ListLifecyclePolicies and BatchGetEffectiveLifecyclePolicy to support the data lifecycle management feature."
}
]
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.1479.0-->
<!--LATEST=2.1480.0-->
<!--ENTRYINSERT-->

## 2.1480.0
* feature: CodePipeline: Add ability to trigger pipelines from git tags, define variables at pipeline level and new pipeline type V2.
* 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.
* feature: EKS: Added support for Cluster Subnet and Security Group mutability.
* feature: IAM: Add the partitional endpoint for IAM in iso-f.
* feature: MigrationHubConfig: This release introduces DeleteHomeRegionControl API that customers can use to delete the Migration Hub Home Region configuration
* 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.
* feature: OpenSearchServerless: This release includes the following new APIs: CreateLifecyclePolicy, UpdateLifecyclePolicy, BatchGetLifecyclePolicy, DeleteLifecyclePolicy, ListLifecyclePolicies and BatchGetEffectiveLifecyclePolicy to support the data lifecycle management feature.

## 2.1479.0
* 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.
* feature: NetworkManager: This release adds API support for Tunnel-less Connect (NoEncap Protocol) for AWS Cloud WAN
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1479.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1480.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
Loading

0 comments on commit 01ad4ec

Please sign in to comment.