Skip to content

Commit

Permalink
Updates SDK to v2.833.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 28, 2021
1 parent 57c0d91 commit 2acf058
Show file tree
Hide file tree
Showing 24 changed files with 1,508 additions and 619 deletions.
22 changes: 22 additions & 0 deletions .changes/2.833.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CloudWatch",
"description": "Update to SDK to support label time zones in CloudWatch GetMetricData"
},
{
"type": "feature",
"category": "DataBrew",
"description": "This SDK release adds support for specifying a custom delimiter for input CSV datasets and for CSV job outputs."
},
{
"type": "feature",
"category": "ManagedBlockchain",
"description": "This release supports tagging on Amazon Managed Blockchain resources."
},
{
"type": "feature",
"category": "RoboMaker",
"description": "This release allows Robomaker customers to specify configuration for uploading logs and artifacts generated by their simulation jobs."
}
]
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.832.0-->
<!--LATEST=2.833.0-->
<!--ENTRYINSERT-->

## 2.833.0
* feature: CloudWatch: Update to SDK to support label time zones in CloudWatch GetMetricData
* feature: DataBrew: This SDK release adds support for specifying a custom delimiter for input CSV datasets and for CSV job outputs.
* feature: ManagedBlockchain: This release supports tagging on Amazon Managed Blockchain resources.
* feature: RoboMaker: This release allows Robomaker customers to specify configuration for uploading logs and artifacts generated by their simulation jobs.

## 2.832.0
* feature: AccessAnalyzer: This release adds Secrets Manager secrets as a supported resource in IAM Access Analyzer to help you identify secrets that can be accessed from outside your account or AWS organization.
* feature: CustomerProfiles: This release makes Uri a required parameter in GetIntegrationRequest and DeleteIntegrationRequest.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.832.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.833.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 2acf058

Please sign in to comment.