Skip to content

Commit

Permalink
Updates SDK to v2.580.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 26, 2019
1 parent 3076c0c commit 151ca09
Show file tree
Hide file tree
Showing 51 changed files with 4,741 additions and 1,219 deletions.
52 changes: 52 additions & 0 deletions .changes/2.580.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "This release adds a new setting for a user pool to configure which recovery methods a user can use to recover their account via the forgot password operation."
},
{
"type": "feature",
"category": "DirectoryService",
"description": "This release will introduce optional encryption over LDAP network traffic using SSL certificates between customer's self-managed AD and AWS Directory Services instances. The release also provides APIs for Certificate management."
},
{
"type": "feature",
"category": "DynamoDB",
"description": "1) Amazon Contributor Insights for Amazon DynamoDB is a diagnostic tool for identifying frequently accessed keys and understanding database traffic trends. 2) Support for displaying new fields when a table's encryption state is Inaccessible or the table have been Archived."
},
{
"type": "feature",
"category": "ElasticInference",
"description": "Amazon Elastic Inference allows customers to attach Elastic Inference Accelerators to Amazon EC2 and Amazon ECS tasks, thus providing low-cost GPU-powered acceleration and reducing the cost of running deep learning inference. This release allows customers to add or remove tags for their Elastic Inference Accelerators."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "AWS Elemental MediaTailor SDK now allows configuration of the Live Pre-Roll feature for HLS and DASH streams."
},
{
"type": "feature",
"category": "Organizations",
"description": "Introduces the DescribeEffectivePolicy action, which returns the contents of the policy that's in effect for the account."
},
{
"type": "feature",
"category": "RDSDataService",
"description": "Type hints to improve handling of some specific parameter types (date/time, decimal etc) for ExecuteStatement and BatchExecuteStatement APIs"
},
{
"type": "feature",
"category": "ResourceGroupsTaggingAPI",
"description": "You can use tag policies to help standardize on tags across your organization's resources."
},
{
"type": "feature",
"category": "ServerlessApplicationRepository",
"description": "AWS Serverless Application Repository now supports verified authors. Verified means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "For the WorkspaceBundle API, added the image identifier and the time of the last update."
}
]
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.579.0-->
<!--LATEST=2.580.0-->
<!--ENTRYINSERT-->

## 2.580.0
* feature: CognitoIdentityServiceProvider: This release adds a new setting for a user pool to configure which recovery methods a user can use to recover their account via the forgot password operation.
* feature: DirectoryService: This release will introduce optional encryption over LDAP network traffic using SSL certificates between customer's self-managed AD and AWS Directory Services instances. The release also provides APIs for Certificate management.
* feature: DynamoDB: 1) Amazon Contributor Insights for Amazon DynamoDB is a diagnostic tool for identifying frequently accessed keys and understanding database traffic trends. 2) Support for displaying new fields when a table's encryption state is Inaccessible or the table have been Archived.
* feature: ElasticInference: Amazon Elastic Inference allows customers to attach Elastic Inference Accelerators to Amazon EC2 and Amazon ECS tasks, thus providing low-cost GPU-powered acceleration and reducing the cost of running deep learning inference. This release allows customers to add or remove tags for their Elastic Inference Accelerators.
* feature: MediaTailor: AWS Elemental MediaTailor SDK now allows configuration of the Live Pre-Roll feature for HLS and DASH streams.
* feature: Organizations: Introduces the DescribeEffectivePolicy action, which returns the contents of the policy that's in effect for the account.
* feature: RDSDataService: Type hints to improve handling of some specific parameter types (date/time, decimal etc) for ExecuteStatement and BatchExecuteStatement APIs
* feature: ResourceGroupsTaggingAPI: You can use tag policies to help standardize on tags across your organization's resources.
* feature: ServerlessApplicationRepository: AWS Serverless Application Repository now supports verified authors. Verified means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.
* feature: WorkSpaces: For the WorkspaceBundle API, added the image identifier and the time of the last update.

## 2.579.0
* feature: AlexaForBusiness: API update for Alexa for Business: This update enables the use of meeting room configuration that can be applied to a room profile. These settings help improve and measure utilization on Alexa for Business enabled rooms. New features include end meeting reminders, intelligent room release and room utilization analytics report.
* feature: AppConfig: Introducing AWS AppConfig, a new service that enables customers to quickly deploy validated configurations to applications of any size in a controlled and monitored fashion.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.579.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.580.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 151ca09

Please sign in to comment.