Skip to content

Commit

Permalink
Updates SDK to v2.877.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 31, 2021
1 parent 3911324 commit c773b10
Show file tree
Hide file tree
Showing 62 changed files with 13,284 additions and 10,374 deletions.
87 changes: 87 additions & 0 deletions .changes/2.877.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
[
{
"type": "bugfix",
"category": "S3/S3Control",
"description": "fix the issue that previously resolved S3 ARN incorrectly cached in S3/S3Control client"
},
{
"type": "feature",
"category": "Batch",
"description": "AWS Batch adds support for Amazon EFS File System"
},
{
"type": "feature",
"category": "Cloud9",
"description": "Add ImageId input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with different AMIs."
},
{
"type": "feature",
"category": "CloudFormation",
"description": "1. Added a new parameter \"RegionConcurrencyType\" in OperationPreferences. 2. Changed the name of \"AccountUrl\" to \"AccountsUrl\" in \"DeploymentTargets\" parameter."
},
{
"type": "feature",
"category": "CloudHSM",
"description": "Minor documentation and link updates."
},
{
"type": "feature",
"category": "CognitoSync",
"description": "Minor documentation updates and link updates."
},
{
"type": "feature",
"category": "Comprehend",
"description": "Support for customer managed KMS encryption of Comprehend custom models"
},
{
"type": "feature",
"category": "DataPipeline",
"description": "Minor documentation updates and link updates."
},
{
"type": "feature",
"category": "Detective",
"description": "Added the ability to assign tag values to Detective behavior graphs. Tag values can be used for attribute-based access control, and for cost allocation for billing."
},
{
"type": "feature",
"category": "DirectConnect",
"description": "This release adds MACsec support to AWS Direct Connect"
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Add Sidewalk support to APIs: GetWirelessDevice, ListWirelessDevices, GetWirelessDeviceStatistics. Add Gateway connection status in GetWirelessGatewayStatistics API."
},
{
"type": "feature",
"category": "Iot",
"description": "Added ability to prefix search on attribute value for ListThings API."
},
{
"type": "feature",
"category": "MachineLearning",
"description": "Minor documentation updates and link updates."
},
{
"type": "feature",
"category": "Pricing",
"description": "Minor documentation and link updates."
},
{
"type": "feature",
"category": "Redshift",
"description": "Enable customers to share access to their Redshift clusters from other VPCs (including VPCs from other accounts)."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Amazon Transcribe now supports creating custom language models in the following languages: British English (en-GB), Australian English (en-AU), Indian Hindi (hi-IN), and US Spanish (es-US)."
},
{
"type": "feature",
"category": "WorkMail",
"description": "This release adds support for mobile device access rules management in Amazon WorkMail."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-S3-S3Control-a4ff147c.json

This file was deleted.

21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.876.0-->
<!--LATEST=2.877.0-->
<!--ENTRYINSERT-->

## 2.877.0
* bugfix: S3/S3Control: fix the issue that previously resolved S3 ARN incorrectly cached in S3/S3Control client
* feature: Batch: AWS Batch adds support for Amazon EFS File System
* feature: Cloud9: Add ImageId input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with different AMIs.
* feature: CloudFormation: 1. Added a new parameter "RegionConcurrencyType" in OperationPreferences. 2. Changed the name of "AccountUrl" to "AccountsUrl" in "DeploymentTargets" parameter.
* feature: CloudHSM: Minor documentation and link updates.
* feature: CognitoSync: Minor documentation updates and link updates.
* feature: Comprehend: Support for customer managed KMS encryption of Comprehend custom models
* feature: DataPipeline: Minor documentation updates and link updates.
* feature: Detective: Added the ability to assign tag values to Detective behavior graphs. Tag values can be used for attribute-based access control, and for cost allocation for billing.
* feature: DirectConnect: This release adds MACsec support to AWS Direct Connect
* feature: IoTWireless: Add Sidewalk support to APIs: GetWirelessDevice, ListWirelessDevices, GetWirelessDeviceStatistics. Add Gateway connection status in GetWirelessGatewayStatistics API.
* feature: Iot: Added ability to prefix search on attribute value for ListThings API.
* feature: MachineLearning: Minor documentation updates and link updates.
* feature: Pricing: Minor documentation and link updates.
* feature: Redshift: Enable customers to share access to their Redshift clusters from other VPCs (including VPCs from other accounts).
* feature: TranscribeService: Amazon Transcribe now supports creating custom language models in the following languages: British English (en-GB), Australian English (en-AU), Indian Hindi (hi-IN), and US Spanish (es-US).
* feature: WorkMail: This release adds support for mobile device access rules management in Amazon WorkMail.

## 2.876.0
* feature: CloudWatch: SDK update for new Metric Streams feature
* feature: ConfigService: Adding new APIs to support ConformancePack Compliance CI in Aggregators
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.876.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.877.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 c773b10

Please sign in to comment.