Skip to content

Commit

Permalink
Updates SDK to v2.1008.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 14, 2021
1 parent 818967f commit abe7fd5
Show file tree
Hide file tree
Showing 21 changed files with 612 additions and 408 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1008.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AutoScaling",
"description": "Amazon EC2 Auto Scaling now supports filtering describe Auto Scaling groups API using tags"
},
{
"type": "feature",
"category": "ELBv2",
"description": "Adds new option to filter by availability on each type of load balancer when describing ssl policies."
},
{
"type": "feature",
"category": "RoboMaker",
"description": "Adding support to GPU simulation jobs as well as non-ROS simulation jobs."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release updates the provisioning artifact ID to an optional parameter in CreateProject API. The provisioning artifact ID defaults to the latest provisioning artifact ID of the product if you don't provide one."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1007.0-->
<!--LATEST=2.1008.0-->
<!--ENTRYINSERT-->

## 2.1008.0
* feature: AutoScaling: Amazon EC2 Auto Scaling now supports filtering describe Auto Scaling groups API using tags
* feature: ELBv2: Adds new option to filter by availability on each type of load balancer when describing ssl policies.
* feature: RoboMaker: Adding support to GPU simulation jobs as well as non-ROS simulation jobs.
* feature: SageMaker: This release updates the provisioning artifact ID to an optional parameter in CreateProject API. The provisioning artifact ID defaults to the latest provisioning artifact ID of the product if you don't provide one.

## 2.1007.0
* feature: ConfigService: Adding Config support for AWS::OpenSearch::Domain
* feature: EC2: This release adds support for additional VPC Flow Logs delivery options to S3, such as Apache Parquet formatted files, Hourly partitions and Hive-compatible S3 prefixes
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.1007.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1008.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 abe7fd5

Please sign in to comment.