Skip to content

Commit

Permalink
Updates SDK to v2.835.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 3, 2021
1 parent cc7fd8b commit a1bceb0
Show file tree
Hide file tree
Showing 36 changed files with 1,725 additions and 697 deletions.
37 changes: 37 additions & 0 deletions .changes/2.835.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AppMesh",
"description": "App Mesh now supports mutual TLS with two-way peer authentication. You can specify client certificates, server-side TLS validation, and matching of Subject Alternative Names."
},
{
"type": "feature",
"category": "ApplicationAutoScaling",
"description": "With this release, scheduled actions of Application Auto Scaling can be created in the local time zone and automatically adjusted according to daylight saving changes."
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Add enum value MqttTopic for Destination ExpressionType, add LoRaWANNetworkServerCertificateId for GetWirelessGatewayCertificate API"
},
{
"type": "feature",
"category": "LookoutVision",
"description": "This release includes the General Availability (GA) SDK for Amazon Lookout for Vision. New for GA is tagging support for Amazon Lookout for Vision models."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental MediaLive now supports Image Media Playlists on HLS outputs, version 0.4 (trick-mode)."
},
{
"type": "feature",
"category": "RDSDataService",
"description": "With the Data API, you can now use UUID and JSON data types as input to your database. Also with the Data API, you can now have a LONG type value returned from your database as a STRING value."
},
{
"type": "feature",
"category": "S3Control",
"description": "Amazon S3 Batch Operations now supports Delete Object Tagging"
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.834.0-->
<!--LATEST=2.835.0-->
<!--ENTRYINSERT-->

## 2.835.0
* feature: AppMesh: App Mesh now supports mutual TLS with two-way peer authentication. You can specify client certificates, server-side TLS validation, and matching of Subject Alternative Names.
* feature: ApplicationAutoScaling: With this release, scheduled actions of Application Auto Scaling can be created in the local time zone and automatically adjusted according to daylight saving changes.
* feature: IoTWireless: Add enum value MqttTopic for Destination ExpressionType, add LoRaWANNetworkServerCertificateId for GetWirelessGatewayCertificate API
* feature: LookoutVision: This release includes the General Availability (GA) SDK for Amazon Lookout for Vision. New for GA is tagging support for Amazon Lookout for Vision models.
* feature: MediaLive: AWS Elemental MediaLive now supports Image Media Playlists on HLS outputs, version 0.4 (trick-mode).
* feature: RDSDataService: With the Data API, you can now use UUID and JSON data types as input to your database. Also with the Data API, you can now have a LONG type value returned from your database as a STRING value.
* feature: S3Control: Amazon S3 Batch Operations now supports Delete Object Tagging

## 2.834.0
* bugfix: Lex Models V2: Lex Models V2 service requires Content-Type header to be application/x-amz-json-1.1
* feature: Connect: Added API to manage queues or get hours of operation for a queue programmatically, which can be used to create new/update queues, or take actions when skills are outside of their hours of operation.
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.834.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.835.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
2 changes: 2 additions & 0 deletions apis/application-autoscaling-2016-02-06.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
"ScheduledActionARN": {},
"ServiceNamespace": {},
"Schedule": {},
"Timezone": {},
"ResourceId": {},
"ScalableDimension": {},
"StartTime": {
Expand Down Expand Up @@ -357,6 +358,7 @@
"members": {
"ServiceNamespace": {},
"Schedule": {},
"Timezone": {},
"ScheduledActionName": {},
"ResourceId": {},
"ScalableDimension": {},
Expand Down
59 changes: 34 additions & 25 deletions apis/application-autoscaling-2016-02-06.normal.json

Large diffs are not rendered by default.

0 comments on commit a1bceb0

Please sign in to comment.