Skip to content

Commit

Permalink
Updates SDK to v2.1512.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 5, 2023
1 parent 74b2655 commit 8265de3
Show file tree
Hide file tree
Showing 19 changed files with 570 additions and 283 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1512.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Athena",
"description": "Adding IdentityCenter enabled request for interactive query"
},
{
"type": "feature",
"category": "CleanRoomsML",
"description": "Updated service title from cleanroomsml to CleanRoomsML."
},
{
"type": "feature",
"category": "EC2",
"description": "Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1511.0-->
<!--LATEST=2.1512.0-->
<!--ENTRYINSERT-->

## 2.1512.0
* feature: Athena: Adding IdentityCenter enabled request for interactive query
* feature: CleanRoomsML: Updated service title from cleanroomsml to CleanRoomsML.
* feature: EC2: Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection

## 2.1511.0
* bugfix: awsQueryCompatible: set default list member value for awsQueryCompatible
* feature: Billingconductor: This release adds the ability to specify a linked account of the billing group for the custom line item resource.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1511.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1512.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 8265de3

Please sign in to comment.