Skip to content

Commit

Permalink
Updates SDK to v2.1398.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 15, 2023
1 parent 371282f commit 3a063d8
Show file tree
Hide file tree
Showing 19 changed files with 732 additions and 283 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1398.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "AuditManager",
"description": "This release introduces 2 Audit Manager features: CSV exports and new manual evidence options. You can now export your evidence finder results in CSV format. In addition, you can now add manual evidence to a control by entering free-form text or uploading a file from your browser."
},
{
"type": "feature",
"category": "Location",
"description": "Amazon Location Service adds categories to places, including filtering on those categories in searches. Also, you can now add metadata properties to your geofences."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1397.0-->
<!--LATEST=2.1398.0-->
<!--ENTRYINSERT-->

## 2.1398.0
* feature: AuditManager: This release introduces 2 Audit Manager features: CSV exports and new manual evidence options. You can now export your evidence finder results in CSV format. In addition, you can now add manual evidence to a control by entering free-form text or uploading a file from your browser.
* feature: Location: Amazon Location Service adds categories to places, including filtering on those categories in searches. Also, you can now add metadata properties to your geofences.

## 2.1397.0
* feature: CloudTrail: This feature allows users to view dashboards for CloudTrail Lake event data stores.
* feature: CodeGuruSecurity: Initial release of Amazon CodeGuru Security APIs
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.1397.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1398.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 3a063d8

Please sign in to comment.