Skip to content

Commit

Permalink
Updates SDK to v2.1563.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 21, 2024
1 parent 09a237d commit 52de9c7
Show file tree
Hide file tree
Showing 19 changed files with 651 additions and 193 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1563.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "IoTEvents",
"description": "Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models"
},
{
"type": "feature",
"category": "LookoutEquipment",
"description": "This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler."
},
{
"type": "feature",
"category": "MediaLive",
"description": "MediaLive now supports the ability to restart pipelines in a running channel."
},
{
"type": "feature",
"category": "SSM",
"description": "This release adds support for sharing Systems Manager parameters with other AWS accounts."
}
]
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.1562.0-->
<!--LATEST=2.1563.0-->
<!--ENTRYINSERT-->

## 2.1563.0
* feature: IoTEvents: Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models
* feature: LookoutEquipment: This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.
* feature: MediaLive: MediaLive now supports the ability to restart pipelines in a running channel.
* feature: SSM: This release adds support for sharing Systems Manager parameters with other AWS accounts.

## 2.1562.0
* feature: Firehose: This release updates a few Firehose related APIs.
* feature: Lambda: Add .NET 8 (dotnet8) Runtime support to AWS Lambda.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1562.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1563.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
6 changes: 3 additions & 3 deletions apis/iotevents-2018-07-27.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@
},
"AlarmModelDescription": {
"type": "string",
"max": 128
"max": 1024
},
"AlarmModelName": {
"type": "string",
Expand Down Expand Up @@ -1830,7 +1830,7 @@
},
"DetectorModelDescription": {
"type": "string",
"max": 128
"max": 1024
},
"DetectorModelName": {
"type": "string",
Expand Down Expand Up @@ -2254,7 +2254,7 @@
},
"InputDescription": {
"type": "string",
"max": 128
"max": 1024
},
"InputIdentifier": {
"type": "structure",
Expand Down
Loading

0 comments on commit 52de9c7

Please sign in to comment.