Skip to content

Commit

Permalink
Updates SDK to v2.1471.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 5, 2023
1 parent b9ac5d7 commit 1792dde
Show file tree
Hide file tree
Showing 27 changed files with 3,909 additions and 932 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1471.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Omics",
"description": "Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API"
},
{
"type": "feature",
"category": "Route53",
"description": "Add hostedzonetype filter to ListHostedZones API."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster"
},
{
"type": "feature",
"category": "StorageGateway",
"description": "Add SoftwareVersion to response of DescribeGatewayInformation."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1470.0-->
<!--LATEST=2.1471.0-->
<!--ENTRYINSERT-->

## 2.1471.0
* feature: Omics: Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API
* feature: Route53: Add hostedzonetype filter to ListHostedZones API.
* feature: SecurityHub: Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster
* feature: StorageGateway: Add SoftwareVersion to response of DescribeGatewayInformation.
* feature: WorkSpaces: This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.

## 2.1470.0
* feature: AppConfig: AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store.
* feature: DataZone: Initial release of Amazon DataZone
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.1470.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1471.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 1792dde

Please sign in to comment.