Skip to content

Commit

Permalink
Updates SDK to v2.334.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 12, 2018
1 parent 1556509 commit 8878346
Show file tree
Hide file tree
Showing 13 changed files with 1,294 additions and 1,201 deletions.
7 changes: 7 additions & 0 deletions .changes/2.334.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "CloudTrail",
"description": "The LookupEvents API now supports two new attribute keys: ReadOnly and AccessKeyId"
}
]
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.333.0-->
<!--LATEST=2.334.0-->
<!--ENTRYINSERT-->

## 2.334.0
* feature: CloudTrail: The LookupEvents API now supports two new attribute keys: ReadOnly and AccessKeyId

## 2.333.0
* feature: Athena: 1. GetQueryExecution API changes to return statementType of a submitted Athena query. 2. GetQueryResults API changes to return the number of rows added to a table when a CTAS query is executed.
* feature: DirectConnect: This release adds support for Jumbo Frames over AWS Direct Connect. You can now set MTU value when creating new virtual interfaces. This release also includes a new API to modify MTU value of existing virtual interfaces.
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.333.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.334.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
5 changes: 5 additions & 0 deletions apis/cloudtrail-2013-11-01.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
2 changes: 2 additions & 0 deletions apis/cloudtrail-2013-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@
"members": {
"EventId": {},
"EventName": {},
"ReadOnly": {},
"AccessKeyId": {},
"EventTime": {
"type": "timestamp"
},
Expand Down
Loading

0 comments on commit 8878346

Please sign in to comment.