Skip to content

Commit

Permalink
Updates SDK to v2.794.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 17, 2020
1 parent 8e77661 commit 5e82426
Show file tree
Hide file tree
Showing 34 changed files with 9,745 additions and 424 deletions.
32 changes: 32 additions & 0 deletions .changes/2.794.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Chime",
"description": "This release adds CRUD APIs for Amazon Chime SipMediaApplications and SipRules. It also adds the API for creating outbound PSTN calls for Amazon Chime meetings."
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds support for user hierarchy group and user hierarchy structure. For details, see the Release Notes in the Amazon Connect Administrator Guide."
},
{
"type": "feature",
"category": "FMS",
"description": "Added Firewall Manager policy support for AWS Network Firewall resources."
},
{
"type": "feature",
"category": "Macie2",
"description": "The Amazon Macie API now has a lastRunErrorStatus property to indicate if account- or bucket-level errors occurred during the run of a one-time classification job or the latest run of a recurring job."
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "(New Service) AWS Network Firewall is a managed network layer firewall service that makes it easy to secure your virtual private cloud (VPC) networks and block malicious traffic."
},
{
"type": "feature",
"category": "RDS",
"description": "Support copy-db-snapshot in the one region on cross clusters and local cluster for RDSonVmware. Add target-custom-availability-zone parameter to specify where a snapshot should be copied."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.793.0-->
<!--LATEST=2.794.0-->
<!--ENTRYINSERT-->

## 2.794.0
* feature: Chime: This release adds CRUD APIs for Amazon Chime SipMediaApplications and SipRules. It also adds the API for creating outbound PSTN calls for Amazon Chime meetings.
* feature: Connect: This release adds support for user hierarchy group and user hierarchy structure. For details, see the Release Notes in the Amazon Connect Administrator Guide.
* feature: FMS: Added Firewall Manager policy support for AWS Network Firewall resources.
* feature: Macie2: The Amazon Macie API now has a lastRunErrorStatus property to indicate if account- or bucket-level errors occurred during the run of a one-time classification job or the latest run of a recurring job.
* feature: NetworkFirewall: (New Service) AWS Network Firewall is a managed network layer firewall service that makes it easy to secure your virtual private cloud (VPC) networks and block malicious traffic.
* feature: RDS: Support copy-db-snapshot in the one region on cross clusters and local cluster for RDSonVmware. Add target-custom-availability-zone parameter to specify where a snapshot should be copied.

## 2.793.0
* feature: CodePipeline: We show details about inbound executions and id of action executions in GetPipelineState API. We also add ConflictException to StartPipelineExecution, RetryStageExecution, StopPipelineExecution APIs.
* feature: DMS: Adding MoveReplicationTask feature to move replication tasks between instances
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.793.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.794.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 5e82426

Please sign in to comment.