Skip to content

Commit

Permalink
Updates SDK to v2.341.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 23, 2018
1 parent 083e7a6 commit 29fc8d3
Show file tree
Hide file tree
Showing 13 changed files with 2,378 additions and 1,247 deletions.
7 changes: 7 additions & 0 deletions .changes/2.341.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Provides customers the ability to Bring Your Own IP (BYOIP) prefix. You can bring part or all of your public IPv4 address range from your on-premises network to your AWS account. You continue to own the address range, but AWS advertises it on the internet."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.340.0-->
<!--LATEST=2.341.0-->
<!--ENTRYINSERT-->

## 2.341.0
* feature: EC2: Provides customers the ability to Bring Your Own IP (BYOIP) prefix. You can bring part or all of your public IPv4 address range from your on-premises network to your AWS account. You continue to own the address range, but AWS advertises it on the internet.

## 2.340.0
* feature: Inspector: Finding will be decorated with ec2 related metadata
* feature: Shield: AWS Shield Advanced API introduced a new service-specific AccessDeniedException which will be thrown when accessing individual attack information without sufficient permission.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.340.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.341.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
4 changes: 2 additions & 2 deletions apis/ec2-2016-11-15.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
"From": 53,
"To": 53
},
"Protocol": "udp",
"Protocol": "17",
"RuleAction": "allow",
"RuleNumber": 100
},
Expand Down Expand Up @@ -4398,7 +4398,7 @@
"From": 53,
"To": 53
},
"Protocol": "udp",
"Protocol": "17",
"RuleAction": "allow",
"RuleNumber": 100
},
Expand Down
Loading

0 comments on commit 29fc8d3

Please sign in to comment.