Skip to content

Commit

Permalink
Updates SDK to v2.1399.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 16, 2023
1 parent 3a063d8 commit 54f4589
Show file tree
Hide file tree
Showing 22 changed files with 1,005 additions and 544 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1399.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Account",
"description": "Improve pagination support for ListRegions"
},
{
"type": "feature",
"category": "Connect",
"description": "Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response."
},
{
"type": "feature",
"category": "Discovery",
"description": "Add Amazon EC2 instance recommendations export"
},
{
"type": "feature",
"category": "S3",
"description": "This release adds SDK support for request-payer request header and request-charged response header in the \"GetBucketAccelerateConfiguration\", \"ListMultipartUploads\", \"ListObjects\", \"ListObjectsV2\" and \"ListObjectVersions\" S3 APIs."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1398.0-->
<!--LATEST=2.1399.0-->
<!--ENTRYINSERT-->

## 2.1399.0
* feature: Account: Improve pagination support for ListRegions
* feature: Connect: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response.
* feature: Discovery: Add Amazon EC2 instance recommendations export
* feature: S3: This release adds SDK support for request-payer request header and request-charged response header in the "GetBucketAccelerateConfiguration", "ListMultipartUploads", "ListObjects", "ListObjectsV2" and "ListObjectVersions" S3 APIs.

## 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.
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.1398.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1399.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
3 changes: 2 additions & 1 deletion apis/account-2021-02-01.paginators.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"ListRegions": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
"limit_key": "MaxResults",
"result_key": "Regions"
}
}
}
Loading

0 comments on commit 54f4589

Please sign in to comment.