Skip to content

Commit

Permalink
Updates SDK to v2.739.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 24, 2020
1 parent 83e0032 commit 68dbcaf
Show file tree
Hide file tree
Showing 29 changed files with 3,531 additions and 1,569 deletions.
32 changes: 32 additions & 0 deletions .changes/2.739.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "DMS",
"description": "Added new endpoint settings to include columns with Null and Empty value when using Kinesis and Kafka as target. Added a new endpoint setting to set maximum message size when using Kafka as target."
},
{
"type": "feature",
"category": "EC2",
"description": "This release enables customers to use VPC prefix lists in their transit gateway route tables, and it adds support for Provisioned IOPS SSD (io2) EBS volumes."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "Add traversalDirection to ListAssociatedAssetsRequest and add portal status to ListPortalsResponse"
},
{
"type": "feature",
"category": "Kafka",
"description": "Add UpdateConfiguration and DeleteConfiguration operations."
},
{
"type": "feature",
"category": "SSM",
"description": "Add string length constraints to OpsDataAttributeName and OpsFilterValue."
},
{
"type": "feature",
"category": "XRay",
"description": "AWS X-Ray now supports tagging on sampling rules and groups."
}
]
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.738.0-->
<!--LATEST=2.739.0-->
<!--ENTRYINSERT-->

## 2.739.0
* feature: DMS: Added new endpoint settings to include columns with Null and Empty value when using Kinesis and Kafka as target. Added a new endpoint setting to set maximum message size when using Kafka as target.
* feature: EC2: This release enables customers to use VPC prefix lists in their transit gateway route tables, and it adds support for Provisioned IOPS SSD (io2) EBS volumes.
* feature: IoTSiteWise: Add traversalDirection to ListAssociatedAssetsRequest and add portal status to ListPortalsResponse
* feature: Kafka: Add UpdateConfiguration and DeleteConfiguration operations.
* feature: SSM: Add string length constraints to OpsDataAttributeName and OpsFilterValue.
* feature: XRay: AWS X-Ray now supports tagging on sampling rules and groups.

## 2.738.0
* feature: ApiGatewayV2: Customers can now create Amazon API Gateway HTTP APIs that route requests to AWS AppConfig, Amazon EventBridge, Amazon Kinesis Data Streams, Amazon SQS, and AWS Step Functions.

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.738.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.739.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
9 changes: 9 additions & 0 deletions apis/dms-2016-01-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,9 @@
},
"IncludeControlDetails": {
"type": "boolean"
},
"IncludeNullAndEmpty": {
"type": "boolean"
}
}
},
Expand All @@ -1793,6 +1796,12 @@
},
"IncludeControlDetails": {
"type": "boolean"
},
"MessageMaxBytes": {
"type": "integer"
},
"IncludeNullAndEmpty": {
"type": "boolean"
}
}
},
Expand Down
100 changes: 56 additions & 44 deletions apis/dms-2016-01-01.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 68dbcaf

Please sign in to comment.