Skip to content

Commit

Permalink
Updates SDK to v2.483.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 26, 2019
1 parent 3fce451 commit 6cdbac6
Show file tree
Hide file tree
Showing 14 changed files with 697 additions and 173 deletions.
12 changes: 12 additions & 0 deletions .changes/2.483.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "ApiGatewayV2",
"description": "You can now perform tag operations on ApiGatewayV2 Resources (typically associated with WebSocket APIs)"
},
{
"type": "feature",
"category": "CodeCommit",
"description": "This release supports better exception handling for merges."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.482.0-->
<!--LATEST=2.483.0-->
<!--ENTRYINSERT-->

## 2.483.0
* feature: ApiGatewayV2: You can now perform tag operations on ApiGatewayV2 Resources (typically associated with WebSocket APIs)
* feature: CodeCommit: This release supports better exception handling for merges.

## 2.482.0
* feature: EC2: Starting today, you can use Traffic Mirroring to copy network traffic from an elastic network interface of Amazon EC2 instances and then send it to out-of-band security and monitoring appliances for content inspection, threat monitoring, and troubleshooting. These appliances can be deployed as individual instances, or as a fleet of instances behind a Network Load Balancer with a User Datagram Protocol (UDP) listener. Traffic Mirroring supports filters and packet truncation, so that you only extract the traffic of interest to monitor by using monitoring tools of your choice.

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.482.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.483.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 6cdbac6

Please sign in to comment.