Skip to content

Commit

Permalink
Updates SDK to v2.576.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 20, 2019
1 parent d2cf1a3 commit 4af8cc2
Show file tree
Hide file tree
Showing 72 changed files with 27,644 additions and 4,509 deletions.
87 changes: 87 additions & 0 deletions .changes/2.576.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
[
{
"type": "feature",
"category": "Chime",
"description": "Adds APIs to create and manage meeting session resources for the Amazon Chime SDK"
},
{
"type": "feature",
"category": "CloudTrail",
"description": " 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."
},
{
"type": "feature",
"category": "CodeCommit",
"description": "This release adds support for creating pull request approval rules and pull request approval rule templates in AWS CodeCommit. This allows developers to block merges of pull requests, contingent on the approval rules being satisfiied."
},
{
"type": "feature",
"category": "DLM",
"description": "DLM now supports Fast Snapshot Restore. You can enable Fast Restore on snapshots created by DLM, provide the AZs and the number of snapshots to be enabled with this capability."
},
{
"type": "feature",
"category": "DataSync",
"description": "Update to configure task to run periodically on a schedule"
},
{
"type": "feature",
"category": "Discovery",
"description": "New exception type for use with Migration Hub home region"
},
{
"type": "feature",
"category": "EC2",
"description": "This release of Amazon Elastic Compute Cloud (Amazon EC2) introduces support for Amazon Elastic Block Store (Amazon EBS) fast snapshot restores."
},
{
"type": "feature",
"category": "ECS",
"description": "Added support for CPU and memory task-level overrides on the RunTask and StartTask APIs. Added location information to Tasks."
},
{
"type": "feature",
"category": "FSx",
"description": "Announcing a Multi-AZ deployment type for Amazon FSx for Windows File Server, providing fully-managed Windows file storage with high availability and redundancy across multiple AWS Availability Zones."
},
{
"type": "feature",
"category": "Firehose",
"description": "With this release, Amazon Kinesis Data Firehose allows server side encryption with customer managed CMKs. Customer managed CMKs ( \"Customer Master Keys\") are AWS Key Management Service (KMS) keys that are fully managed by the customer. With customer managed CMKs, customers can establish and maintain their key policies, IAM policies, rotating policies and add tags. For more information about AWS KMS and CMKs, please refer to: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html. Please refer to the following link to create CMKs: https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys-create-cmk.html"
},
{
"type": "feature",
"category": "MediaStore",
"description": "This release fixes a broken link in the SDK documentation."
},
{
"type": "feature",
"category": "MigrationHub",
"description": "New exception type for use with Migration Hub home region"
},
{
"type": "feature",
"category": "MigrationHubConfig",
"description": "AWS Migration Hub Config Service allows you to get and set the Migration Hub home region for use with AWS Migration Hub and Application Discovery Service"
},
{
"type": "feature",
"category": "QuickSight",
"description": "Amazon QuickSight now supports programmatic creation and management of data sources, data sets, dashboards and templates with new APIs. Templates hold dashboard metadata, and can be used to create copies connected to the same or different dataset as required. Also included in this release are APIs for SPICE ingestions, fine-grained access control over AWS resources using AWS Identity and Access Management (IAM) policies, as well AWS tagging. APIs are supported for both Standard and Enterprise Edition, with edition-specific support for specific functionality."
},
{
"type": "feature",
"category": "S3",
"description": "This release introduces support for Amazon S3 Replication Time Control, a new feature of S3 Replication that provides a predictable replication time backed by a Service Level Agreement. S3 Replication Time Control helps customers meet compliance or business requirements for data replication, and provides visibility into the replication process with new Amazon CloudWatch Metrics."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "The new DescribeAvailabilityMonitorTest API provides the results of the most recent High Availability monitoring test. The new StartAvailabilityMonitorTest API verifies the storage gateway is configured for High Availability monitoring. The new ActiveDirectoryStatus response element has been added to the DescribeSMBSettings and JoinDomain APIs to indicate the status of the gateway after the most recent JoinDomain operation. The new TimeoutInSeconds parameter of the JoinDomain API allows for the configuration of the timeout in which the JoinDomain operation must complete."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "With this release Amazon Transcribe enables alternative transcriptions so that you can see different interpretations of transcribed audio."
}
]
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.575.0-->
<!--LATEST=2.576.0-->
<!--ENTRYINSERT-->

## 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.
* feature: CodeCommit: This release adds support for creating pull request approval rules and pull request approval rule templates in AWS CodeCommit. This allows developers to block merges of pull requests, contingent on the approval rules being satisfiied.
* feature: DLM: DLM now supports Fast Snapshot Restore. You can enable Fast Restore on snapshots created by DLM, provide the AZs and the number of snapshots to be enabled with this capability.
* feature: DataSync: Update to configure task to run periodically on a schedule
* feature: Discovery: New exception type for use with Migration Hub home region
* feature: EC2: This release of Amazon Elastic Compute Cloud (Amazon EC2) introduces support for Amazon Elastic Block Store (Amazon EBS) fast snapshot restores.
* feature: ECS: Added support for CPU and memory task-level overrides on the RunTask and StartTask APIs. Added location information to Tasks.
* feature: FSx: Announcing a Multi-AZ deployment type for Amazon FSx for Windows File Server, providing fully-managed Windows file storage with high availability and redundancy across multiple AWS Availability Zones.
* feature: Firehose: With this release, Amazon Kinesis Data Firehose allows server side encryption with customer managed CMKs. Customer managed CMKs ( "Customer Master Keys") are AWS Key Management Service (KMS) keys that are fully managed by the customer. With customer managed CMKs, customers can establish and maintain their key policies, IAM policies, rotating policies and add tags. For more information about AWS KMS and CMKs, please refer to: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html. Please refer to the following link to create CMKs: https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys-create-cmk.html
* feature: MediaStore: This release fixes a broken link in the SDK documentation.
* feature: MigrationHub: New exception type for use with Migration Hub home region
* feature: MigrationHubConfig: AWS Migration Hub Config Service allows you to get and set the Migration Hub home region for use with AWS Migration Hub and Application Discovery Service
* feature: QuickSight: Amazon QuickSight now supports programmatic creation and management of data sources, data sets, dashboards and templates with new APIs. Templates hold dashboard metadata, and can be used to create copies connected to the same or different dataset as required. Also included in this release are APIs for SPICE ingestions, fine-grained access control over AWS resources using AWS Identity and Access Management (IAM) policies, as well AWS tagging. APIs are supported for both Standard and Enterprise Edition, with edition-specific support for specific functionality.
* feature: S3: This release introduces support for Amazon S3 Replication Time Control, a new feature of S3 Replication that provides a predictable replication time backed by a Service Level Agreement. S3 Replication Time Control helps customers meet compliance or business requirements for data replication, and provides visibility into the replication process with new Amazon CloudWatch Metrics.
* feature: StorageGateway: The new DescribeAvailabilityMonitorTest API provides the results of the most recent High Availability monitoring test. The new StartAvailabilityMonitorTest API verifies the storage gateway is configured for High Availability monitoring. The new ActiveDirectoryStatus response element has been added to the DescribeSMBSettings and JoinDomain APIs to indicate the status of the gateway after the most recent JoinDomain operation. The new TimeoutInSeconds parameter of the JoinDomain API allows for the configuration of the timeout in which the JoinDomain operation must complete.
* feature: TranscribeService: With this release Amazon Transcribe enables alternative transcriptions so that you can see different interpretations of transcribed audio.

## 2.575.0
* bugfix: IMDS: Signed IMDS workflow
* bugfix: IMDS: Type definitions update to signed IMDS workflow
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.575.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.576.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: 3 additions & 0 deletions apis/AWSMigrationHub-2017-05-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@
"members": {
"ApplicationId": {},
"Status": {},
"UpdateDateTime": {
"type": "timestamp"
},
"DryRun": {
"type": "boolean"
}
Expand Down
Loading

0 comments on commit 4af8cc2

Please sign in to comment.