Skip to content

Commit

Permalink
Updates SDK to v2.1519.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 14, 2023
1 parent cee25f8 commit fddb407
Show file tree
Hide file tree
Showing 49 changed files with 9,484 additions and 2,713 deletions.
52 changes: 52 additions & 0 deletions .changes/2.1519.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "AppStream",
"description": "This release includes support for images of Windows Server 2022 platform."
},
{
"type": "feature",
"category": "Billingconductor",
"description": "Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds support for more granular billing using tags (key:value pairs)"
},
{
"type": "feature",
"category": "Firehose",
"description": "This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations"
},
{
"type": "feature",
"category": "GameLift",
"description": "Amazon GameLift adds the ability to add and update the game properties of active game sessions."
},
{
"type": "feature",
"category": "Iot",
"description": "This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource."
},
{
"type": "feature",
"category": "Neptune Graph",
"description": "Exclude Neptune Graph"
},
{
"type": "feature",
"category": "NeptuneGraph",
"description": "This is the initial SDK release for Amazon Neptune Analytics"
},
{
"type": "feature",
"category": "OpenSearch",
"description": "Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3."
},
{
"type": "feature",
"category": "QuickSight",
"description": "Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Neptune-Graph-4189173e.json

This file was deleted.

14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1518.0-->
<!--LATEST=2.1519.0-->
<!--ENTRYINSERT-->

## 2.1519.0
* feature: AppStream: This release includes support for images of Windows Server 2022 platform.
* feature: Billingconductor: Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.
* feature: Connect: This release adds support for more granular billing using tags (key:value pairs)
* feature: Firehose: This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
* feature: GameLift: Amazon GameLift adds the ability to add and update the game properties of active game sessions.
* feature: Iot: This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
* feature: Neptune Graph: Exclude Neptune Graph
* feature: NeptuneGraph: This is the initial SDK release for Amazon Neptune Analytics
* feature: OpenSearch: Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
* feature: QuickSight: Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.

## 2.1518.0
* feature: Drs: Adding AgentVersion to SourceServer and RecoveryInstance structures

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.1518.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1519.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
1 change: 1 addition & 0 deletions apis/appstream-2016-12-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5228,6 +5228,7 @@
"WINDOWS",
"WINDOWS_SERVER_2016",
"WINDOWS_SERVER_2019",
"WINDOWS_SERVER_2022",
"AMAZON_LINUX2"
]
},
Expand Down
Loading

0 comments on commit fddb407

Please sign in to comment.