Skip to content

Commit

Permalink
Updates SDK to v2.740.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 26, 2020
1 parent 9bd7fdb commit 164f318
Show file tree
Hide file tree
Showing 25 changed files with 9,223 additions and 301 deletions.
17 changes: 17 additions & 0 deletions .changes/2.740.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "bugfix",
"category": "TypeScript type definitions",
"description": "Deep imports of clients no longer reference entire SDK type definitions"
},
{
"type": "feature",
"category": "Appflow",
"description": "Amazon AppFlow is a fully managed integration service that securely transfers data between AWS services and SaaS applications. This update releases the first version of Amazon AppFlow APIs and SDK."
},
{
"type": "feature",
"category": "Route53Resolver",
"description": "Route 53 Resolver adds support for resolver query logs"
}
]

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.739.0-->
<!--LATEST=2.740.0-->
<!--ENTRYINSERT-->

## 2.740.0
* bugfix: TypeScript type definitions: Deep imports of clients no longer reference entire SDK type definitions
* feature: Appflow: Amazon AppFlow is a fully managed integration service that securely transfers data between AWS services and SaaS applications. This update releases the first version of Amazon AppFlow APIs and SDK.
* feature: Route53Resolver: Route 53 Resolver adds support for resolver query logs

## 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.
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.739.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.740.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/appflow-2020-08-23.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit 164f318

Please sign in to comment.