Skip to content

Commit

Permalink
Updates SDK to v2.527.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 11, 2019
1 parent 41fa25c commit bb448b1
Show file tree
Hide file tree
Showing 25 changed files with 444 additions and 367 deletions.
27 changes: 27 additions & 0 deletions .changes/2.527.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "Adding input validation for the OrganizationConfigRuleName string."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for new data fields and log format in VPC flow logs."
},
{
"type": "feature",
"category": "MediaConnect",
"description": "This release adds support for the RIST protocol on sources and outputs."
},
{
"type": "feature",
"category": "RDS",
"description": "This release allows customers to specify a custom parameter group when creating a Read Replica, for DB engines which support this feature."
},
{
"type": "feature",
"category": "StepFunctions",
"description": "Fixing letter case in Map history event details to be small case"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.526.0-->
<!--LATEST=2.527.0-->
<!--ENTRYINSERT-->

## 2.527.0
* feature: ConfigService: Adding input validation for the OrganizationConfigRuleName string.
* feature: EC2: This release adds support for new data fields and log format in VPC flow logs.
* feature: MediaConnect: This release adds support for the RIST protocol on sources and outputs.
* feature: RDS: This release allows customers to specify a custom parameter group when creating a Read Replica, for DB engines which support this feature.
* feature: StepFunctions: Fixing letter case in Map history event details to be small case

## 2.526.0
* feature: StorageGateway: The CloudWatchLogGroupARN parameter of the UpdateGatewayInformation API allows for configuring the gateway to use a CloudWatch log-group where Storage Gateway health events will be logged.

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.526.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.527.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 bb448b1

Please sign in to comment.