Skip to content

Commit

Permalink
Updates SDK to v2.1191.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 9, 2022
1 parent b927485 commit 47f53df
Show file tree
Hide file tree
Showing 19 changed files with 917 additions and 668 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1191.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AugmentedAIRuntime",
"description": "Fix bug with parsing ISO-8601 CreationTime in Java SDK in DescribeHumanLoop"
},
{
"type": "feature",
"category": "CloudWatch",
"description": "Various quota increases related to dimensions and custom metrics"
},
{
"type": "feature",
"category": "Location",
"description": "Amazon Location Service now allows circular geofences in BatchPutGeofence, PutGeofence, and GetGeofence APIs."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Automatic Model Tuning now supports specifying multiple alternate EC2 instance types to make tuning jobs more robust when the preferred instance type is not available due to insufficient capacity."
}
]
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.1190.0-->
<!--LATEST=2.1191.0-->
<!--ENTRYINSERT-->

## 2.1191.0
* feature: AugmentedAIRuntime: Fix bug with parsing ISO-8601 CreationTime in Java SDK in DescribeHumanLoop
* feature: CloudWatch: Various quota increases related to dimensions and custom metrics
* feature: Location: Amazon Location Service now allows circular geofences in BatchPutGeofence, PutGeofence, and GetGeofence APIs.
* feature: SageMaker: Amazon SageMaker Automatic Model Tuning now supports specifying multiple alternate EC2 instance types to make tuning jobs more robust when the preferred instance type is not available due to insufficient capacity.

## 2.1190.0
* feature: Glue: Add an option to run non-urgent or non-time sensitive Glue Jobs on spare capacity
* feature: IoTWireless: AWS IoT Wireless release support for sidewalk data reliability.
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.1190.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1191.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 47f53df

Please sign in to comment.