Skip to content

Commit f53fba1

Browse files
This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.
This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers. Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2. Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1. 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. Doc only update for Secrets Manager 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.
1 parent 623da54 commit f53fba1

File tree

150 files changed

+16619
-555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+16619
-555
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.285
1+
1.11.286

generated/src/aws-cpp-sdk-amplify/include/aws/amplify/AmplifyClient.h

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,12 @@ namespace Amplify
109109
}
110110

111111
/**
112-
* <p>Creates a new backend environment for an Amplify app. </p><p><h3>See
113-
* Also:</h3> <a
112+
* <p>Creates a new backend environment for an Amplify app. </p> <p>This API is
113+
* available only to Amplify Gen 1 applications where the backend is created using
114+
* Amplify Studio or the Amplify command line interface (CLI). This API isn’t
115+
* available to applications created using the Amplify Gen 2 public preview. When
116+
* you deploy an application with Amplify Gen 2, you provision the app's backend
117+
* infrastructure using Typescript code.</p><p><h3>See Also:</h3> <a
114118
* href="http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateBackendEnvironment">AWS
115119
* API Reference</a></p>
116120
*/
@@ -267,8 +271,12 @@ namespace Amplify
267271
}
268272

269273
/**
270-
* <p>Deletes a backend environment for an Amplify app. </p><p><h3>See Also:</h3>
271-
* <a
274+
* <p>Deletes a backend environment for an Amplify app. </p> <p>This API is
275+
* available only to Amplify Gen 1 applications where the backend was created using
276+
* Amplify Studio or the Amplify command line interface (CLI). This API isn’t
277+
* available to applications created using the Amplify Gen 2 public preview. When
278+
* you deploy an application with Amplify Gen 2, you provision the app's backend
279+
* infrastructure using Typescript code.</p><p><h3>See Also:</h3> <a
272280
* href="http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/DeleteBackendEnvironment">AWS
273281
* API Reference</a></p>
274282
*/
@@ -472,8 +480,12 @@ namespace Amplify
472480
}
473481

474482
/**
475-
* <p>Returns a backend environment for an Amplify app. </p><p><h3>See Also:</h3>
476-
* <a
483+
* <p>Returns a backend environment for an Amplify app. </p> <p>This API is
484+
* available only to Amplify Gen 1 applications where the backend was created using
485+
* Amplify Studio or the Amplify command line interface (CLI). This API isn’t
486+
* available to applications created using the Amplify Gen 2 public preview. When
487+
* you deploy an application with Amplify Gen 2, you provision the app's backend
488+
* infrastructure using Typescript code.</p><p><h3>See Also:</h3> <a
477489
* href="http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/GetBackendEnvironment">AWS
478490
* API Reference</a></p>
479491
*/
@@ -651,8 +663,12 @@ namespace Amplify
651663
}
652664

653665
/**
654-
* <p>Lists the backend environments for an Amplify app. </p><p><h3>See Also:</h3>
655-
* <a
666+
* <p>Lists the backend environments for an Amplify app. </p> <p>This API is
667+
* available only to Amplify Gen 1 applications where the backend was created using
668+
* Amplify Studio or the Amplify command line interface (CLI). This API isn’t
669+
* available to applications created using the Amplify Gen 2 public preview. When
670+
* you deploy an application with Amplify Gen 2, you provision the app's backend
671+
* infrastructure using Typescript code.</p><p><h3>See Also:</h3> <a
656672
* href="http://docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/ListBackendEnvironments">AWS
657673
* API Reference</a></p>
658674
*/

generated/src/aws-cpp-sdk-ec2-instance-connect/include/aws/ec2-instance-connect/EC2InstanceConnectClient.h

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,17 @@ namespace Aws
1616
namespace EC2InstanceConnect
1717
{
1818
/**
19-
* <p>Amazon EC2 Instance Connect enables system administrators to publish one-time
20-
* use SSH public keys to EC2, providing users a simple and secure way to connect
21-
* to their instances.</p>
19+
* <p>This is the <i> Amazon EC2 Instance Connect API Reference</i>. It provides
20+
* descriptions, syntax, and usage examples for each of the actions for Amazon EC2
21+
* Instance Connect. Amazon EC2 Instance Connect enables system administrators to
22+
* publish one-time use SSH public keys to EC2, providing users a simple and secure
23+
* way to connect to their instances.</p> <p>To view the Amazon EC2 Instance
24+
* Connect content in the <i> Amazon EC2 User Guide</i>, see <a
25+
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html">Connect
26+
* to your Linux instance using EC2 Instance Connect</a>.</p> <p>For Amazon EC2
27+
* APIs, see the <a
28+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html">Amazon
29+
* EC2 API Reference</a>.</p>
2230
*/
2331
class AWS_EC2INSTANCECONNECT_API EC2InstanceConnectClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<EC2InstanceConnectClient>
2432
{

generated/src/aws-cpp-sdk-ec2-instance-connect/include/aws/ec2-instance-connect/EC2InstanceConnectErrors.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ enum class EC2InstanceConnectErrors
5656
SERIAL_CONSOLE_ACCESS_DISABLED,
5757
SERIAL_CONSOLE_SESSION_LIMIT_EXCEEDED,
5858
SERIAL_CONSOLE_SESSION_UNAVAILABLE,
59+
SERIAL_CONSOLE_SESSION_UNSUPPORTED,
5960
SERVICE
6061
};
6162

0 commit comments

Comments
 (0)