Skip to content

Commit

Permalink
Updates SDK to v2.577.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 21, 2019
1 parent 4af8cc2 commit 8a37dd2
Show file tree
Hide file tree
Showing 54 changed files with 7,310 additions and 2,043 deletions.
62 changes: 62 additions & 0 deletions .changes/2.577.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"type": "feature",
"category": "Amplify",
"description": "This release of AWS Amplify Console introduces support for backend environments. Backend environments are containers for AWS deployments. Each environment is a collection of AWS resources."
},
{
"type": "feature",
"category": "AppSync",
"description": "AppSync: AWS AppSync now supports the ability to add, configure, and maintain caching for your AWS AppSync GraphQL API."
},
{
"type": "feature",
"category": "ConfigService",
"description": "AWS Config launches Custom Configuration Items. A new feature which allows customers to publish resource configuration for third-party resources, custom, or on-premises servers."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds a new API: StartChatContact. You can use it to programmatically start a chat on the specified Amazon Connect instance. Learn more here: https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html "
},
{
"type": "feature",
"category": "ConnectParticipant",
"description": "This release adds 5 new APIs: CreateParticipantConnection, DisconnectParticipant, GetTranscript, SendEvent, and SendMessage. For Amazon Connect chat, you can use them to programmatically perform participant actions on the configured Amazon Connect instance. Learn more here: https://docs.aws.amazon.com/connect-participant/latest/APIReference/Welcome.html"
},
{
"type": "feature",
"category": "DynamoDB",
"description": "With this release, you can convert an existing Amazon DynamoDB table to a global table by adding replicas in other AWS Regions."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for attaching AWS License Manager Configurations to Amazon Machine Image (AMI) using ImportImage API; and adds support for running different instance sizes on EC2 Dedicated Hosts"
},
{
"type": "feature",
"category": "Glue",
"description": "This release adds support for Glue 1.0 compatible ML Transforms."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "Amazon Lex now supports Sentiment Analysis"
},
{
"type": "feature",
"category": "LexRuntime",
"description": "Amazon Lex now supports Sentiment Analysis"
},
{
"type": "feature",
"category": "SSM",
"description": "The release contains new API and API changes for AWS Systems Manager Explorer product."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "With this release, Amazon Transcribe now supports transcriptions from audio sources in Hebrew (he-IL), Swiss German (de-CH), Japanese (ja-JP), Turkish (tr-TR), Arabic-Gulf (ar-AE), Malay (ms-MY), Telugu (te-IN)"
}
]
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.576.0-->
<!--LATEST=2.577.0-->
<!--ENTRYINSERT-->

## 2.577.0
* feature: Amplify: This release of AWS Amplify Console introduces support for backend environments. Backend environments are containers for AWS deployments. Each environment is a collection of AWS resources.
* feature: AppSync: AppSync: AWS AppSync now supports the ability to add, configure, and maintain caching for your AWS AppSync GraphQL API.
* feature: ConfigService: AWS Config launches Custom Configuration Items. A new feature which allows customers to publish resource configuration for third-party resources, custom, or on-premises servers.
* feature: Connect: This release adds a new API: StartChatContact. You can use it to programmatically start a chat on the specified Amazon Connect instance. Learn more here: https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html
* feature: ConnectParticipant: This release adds 5 new APIs: CreateParticipantConnection, DisconnectParticipant, GetTranscript, SendEvent, and SendMessage. For Amazon Connect chat, you can use them to programmatically perform participant actions on the configured Amazon Connect instance. Learn more here: https://docs.aws.amazon.com/connect-participant/latest/APIReference/Welcome.html
* feature: DynamoDB: With this release, you can convert an existing Amazon DynamoDB table to a global table by adding replicas in other AWS Regions.
* feature: EC2: This release adds support for attaching AWS License Manager Configurations to Amazon Machine Image (AMI) using ImportImage API; and adds support for running different instance sizes on EC2 Dedicated Hosts
* feature: Glue: This release adds support for Glue 1.0 compatible ML Transforms.
* feature: LexModelBuildingService: Amazon Lex now supports Sentiment Analysis
* feature: LexRuntime: Amazon Lex now supports Sentiment Analysis
* feature: SSM: The release contains new API and API changes for AWS Systems Manager Explorer product.
* feature: TranscribeService: With this release, Amazon Transcribe now supports transcriptions from audio sources in Hebrew (he-IL), Swiss German (de-CH), Japanese (ja-JP), Turkish (tr-TR), Arabic-Gulf (ar-AE), Malay (ms-MY), Telugu (te-IN)

## 2.576.0
* feature: Chime: Adds APIs to create and manage meeting session resources for the Amazon Chime SDK
* feature: CloudTrail: 1. This release adds two new APIs, GetInsightSelectors and PutInsightSelectors, which let you configure CloudTrail Insights event delivery on a trail. An Insights event is a new type of event that is generated when CloudTrail detects unusual activity in your AWS account. In this release, only "ApiCallRateInsight" is a supported Insights event type. 2. This release also adds the new "ExcludeManagementEventSource" option to the existing PutEventSelectors API. This field currently supports only AWS Key Management Services.
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.576.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.577.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 8a37dd2

Please sign in to comment.