Skip to content

Commit

Permalink
Updates SDK to v2.838.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 4, 2021
1 parent 737dc86 commit e4f112d
Show file tree
Hide file tree
Showing 13 changed files with 1,386 additions and 754 deletions.
32 changes: 32 additions & 0 deletions .changes/2.838.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Appflow",
"description": "Adding schedule offset as an input for scheduled flows in CreateFlow API. Also, adding data pull start time and data pull end time for DescribeFlowExecutionRecords API response."
},
{
"type": "feature",
"category": "Athena",
"description": "Adds the Athena ListEngineVersions action and the EngineVersion data type. ListEngineVersions returns the available Athena engine versions, including Auto, as a list of EngineVersion objects."
},
{
"type": "feature",
"category": "DLM",
"description": "Provide support for EBS Local Snapshots on AWS Outpost in Data Lifecycle Manager (DLM)."
},
{
"type": "feature",
"category": "EC2",
"description": "AWS Outposts now supports EBS local snapshots on Outposts that allows customers to store snapshots of EBS volumes and AMIs locally on S3 on Outposts."
},
{
"type": "feature",
"category": "EMRcontainers",
"description": "This release is to correct the timestamp format to ISO8601 for the date parameters in the describe and list API response objects of Job Run and Virtual Clusters."
},
{
"type": "feature",
"category": "QuickSight",
"description": "API release for field folders feature."
}
]
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.837.0-->
<!--LATEST=2.838.0-->
<!--ENTRYINSERT-->

## 2.838.0
* feature: Appflow: Adding schedule offset as an input for scheduled flows in CreateFlow API. Also, adding data pull start time and data pull end time for DescribeFlowExecutionRecords API response.
* feature: Athena: Adds the Athena ListEngineVersions action and the EngineVersion data type. ListEngineVersions returns the available Athena engine versions, including Auto, as a list of EngineVersion objects.
* feature: DLM: Provide support for EBS Local Snapshots on AWS Outpost in Data Lifecycle Manager (DLM).
* feature: EC2: AWS Outposts now supports EBS local snapshots on Outposts that allows customers to store snapshots of EBS volumes and AMIs locally on S3 on Outposts.
* feature: EMRcontainers: This release is to correct the timestamp format to ISO8601 for the date parameters in the describe and list API response objects of Job Run and Virtual Clusters.
* feature: QuickSight: API release for field folders feature.

## 2.837.0
* feature: Appflow: Adding schedule offset as an input for scheduled flows in CreateFlow API. Also, adding data pull start time and data pull end time for DescribeFlowExecutionRecords API response.
* feature: Athena: Adds the Athena ListEngineVersions action and the EngineVersion data type. ListEngineVersions returns the available Athena engine versions, including Auto, as a list of EngineVersion objects.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.837.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.838.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 e4f112d

Please sign in to comment.