Skip to content

Commit

Permalink
Updates SDK to v2.1578.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 14, 2024
1 parent c86cda1 commit 674380a
Show file tree
Hide file tree
Showing 32 changed files with 3,370 additions and 490 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1578.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "IoTRoborunner",
"description": "Deprecate IoTRoborunner"
},
{
"type": "feature",
"category": "EC2InstanceConnect",
"description": "This release includes a new exception type \"SerialConsoleSessionUnsupportedException\" for SendSerialConsoleSSHPublicKey API."
},
{
"type": "feature",
"category": "Fis",
"description": "This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses."
},
{
"type": "feature",
"category": "TimestreamInfluxDB",
"description": "This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-IoTRoborunner-e0ab9112.json

This file was deleted.

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.1577.0-->
<!--LATEST=2.1578.0-->
<!--ENTRYINSERT-->

## 2.1578.0
* bugfix: IoTRoborunner: Deprecate IoTRoborunner
* feature: EC2InstanceConnect: This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.
* feature: Fis: This release adds support for previewing target resources before running a FIS experiment. It also adds resource ARNs for actions, experiments, and experiment templates to API responses.
* feature: TimestreamInfluxDB: This is the initial SDK release for Amazon Timestream for InfluxDB. Amazon Timestream for InfluxDB is a new time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open source APIs.

## 2.1577.0
* feature: IVSRealTime: adds support for multiple new composition layout configuration options (grid, pip)
* feature: KinesisAnalyticsV2: Support new RuntimeEnvironmentUpdate parameter within UpdateApplication API allowing callers to change the Flink version upon which their application runs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1577.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1578.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
8 changes: 4 additions & 4 deletions apis/amplify-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"shape": "LimitExceededException"
}
],
"documentation": "<p>Creates a new backend environment for an Amplify app. </p>"
"documentation": "<p>Creates a new backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"CreateBranch": {
"name": "CreateBranch",
Expand Down Expand Up @@ -265,7 +265,7 @@
"shape": "DependentServiceFailureException"
}
],
"documentation": "<p>Deletes a backend environment for an Amplify app. </p>"
"documentation": "<p>Deletes a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"DeleteBranch": {
"name": "DeleteBranch",
Expand Down Expand Up @@ -504,7 +504,7 @@
"shape": "InternalFailureException"
}
],
"documentation": "<p>Returns a backend environment for an Amplify app. </p>"
"documentation": "<p>Returns a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"GetBranch": {
"name": "GetBranch",
Expand Down Expand Up @@ -700,7 +700,7 @@
"shape": "InternalFailureException"
}
],
"documentation": "<p>Lists the backend environments for an Amplify app. </p>"
"documentation": "<p>Lists the backend environments for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"ListBranches": {
"name": "ListBranches",
Expand Down
7 changes: 5 additions & 2 deletions apis/ec2-instance-connect-2018-04-02.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
},
{
"shape": "EC2InstanceUnavailableException"
},
{
"shape": "SerialConsoleSessionUnsupportedException"
}
],
"documentation": "<p>Pushes an SSH public key to the specified EC2 instance. The key remains for 60 seconds, which gives you 60 seconds to establish a serial console connection to the instance using SSH. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-serial-console.html\">EC2 Serial Console</a> in the <i>Amazon EC2 User Guide</i>.</p>"
Expand All @@ -117,7 +120,7 @@
"type": "string",
"max": 32,
"min": 1,
"pattern": "^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$"
"pattern": "(^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$)|(^(?=.{2,32}$)[0-9]{1,32}[A-Za-z\\@\\._-][A-Za-z0-9\\@\\._-]*[A-Za-z0-9\\$_-]?$)"
},
"RequestId": {
"type": "string"
Expand Down Expand Up @@ -209,5 +212,5 @@
"type": "boolean"
}
},
"documentation": "<p>Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing users a simple and secure way to connect to their instances.</p>"
"documentation": "<p>This is the <i> Amazon EC2 Instance Connect API Reference</i>. It provides descriptions, syntax, and usage examples for each of the actions for Amazon EC2 Instance Connect. Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing users a simple and secure way to connect to their instances.</p> <p>To view the Amazon EC2 Instance Connect content in the <i> Amazon EC2 User Guide</i>, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html\">Connect to your Linux instance using EC2 Instance Connect</a>.</p> <p>For Amazon EC2 APIs, see the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html\">Amazon EC2 API Reference</a>.</p>"
}
Loading

0 comments on commit 674380a

Please sign in to comment.