Skip to content

Commit 03a1164

Browse files
author
AWS
committed
AWS SDK for Java 1.12.680
1 parent 888a6b8 commit 03a1164

File tree

783 files changed

+46820
-50269
lines changed

Some content is hidden

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

783 files changed

+46820
-50269
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# __1.12.680__ __2024-03-14__
2+
## __AWS Amplify__
3+
- ### Features
4+
- Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.
5+
6+
## __AWS EC2 Instance Connect__
7+
- ### Features
8+
- This release includes a new exception type "SerialConsoleSessionUnsupportedException" for SendSerialConsoleSSHPublicKey API.
9+
10+
## __AWS Fault Injection Simulator__
11+
- ### Features
12+
- 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.
13+
14+
## __AWS Secrets Manager__
15+
- ### Features
16+
- Doc only update for Secrets Manager
17+
18+
## __Amazon Relational Database Service__
19+
- ### Features
20+
- Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.
21+
22+
## __Elastic Load Balancing__
23+
- ### Features
24+
- This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.
25+
26+
## __Timestream InfluxDB__
27+
- ### Features
28+
- 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.
29+
130
# __1.12.679__ __2024-03-13__
231
## __Amazon Interactive Video Service RealTime__
332
- ### Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies.
5252
<dependency>
5353
<groupId>com.amazonaws</groupId>
5454
<artifactId>aws-java-sdk-bom</artifactId>
55-
<version>1.12.679</version>
55+
<version>1.12.680</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>

aws-java-sdk-accessanalyzer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</artifactId>

aws-java-sdk-account/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-account</artifactId>

aws-java-sdk-acm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>

aws-java-sdk-acmpca/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acmpca</artifactId>

aws-java-sdk-alexaforbusiness/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-alexaforbusiness</artifactId>

aws-java-sdk-amplify/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplify</artifactId>

aws-java-sdk-amplify/src/main/java/com/amazonaws/services/amplify/AWSAmplify.java

+24
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ public interface AWSAmplify {
7373
* <p>
7474
* Creates a new backend environment for an Amplify app.
7575
* </p>
76+
* <p>
77+
* This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the
78+
* Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2
79+
* public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure
80+
* using Typescript code.
81+
* </p>
7682
*
7783
* @param createBackendEnvironmentRequest
7884
* The request structure for the backend environment create request.
@@ -227,6 +233,12 @@ public interface AWSAmplify {
227233
* <p>
228234
* Deletes a backend environment for an Amplify app.
229235
* </p>
236+
* <p>
237+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
238+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
239+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
240+
* infrastructure using Typescript code.
241+
* </p>
230242
*
231243
* @param deleteBackendEnvironmentRequest
232244
* The request structure for the delete backend environment request.
@@ -415,6 +427,12 @@ public interface AWSAmplify {
415427
* <p>
416428
* Returns a backend environment for an Amplify app.
417429
* </p>
430+
* <p>
431+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
432+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
433+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
434+
* infrastructure using Typescript code.
435+
* </p>
418436
*
419437
* @param getBackendEnvironmentRequest
420438
* The request structure for the get backend environment request.
@@ -571,6 +589,12 @@ public interface AWSAmplify {
571589
* <p>
572590
* Lists the backend environments for an Amplify app.
573591
* </p>
592+
* <p>
593+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
594+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
595+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
596+
* infrastructure using Typescript code.
597+
* </p>
574598
*
575599
* @param listBackendEnvironmentsRequest
576600
* The request structure for the list backend environments request.

aws-java-sdk-amplify/src/main/java/com/amazonaws/services/amplify/AWSAmplifyAsync.java

+48
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ java.util.concurrent.Future<CreateAppResult> createAppAsync(CreateAppRequest cre
7373
* <p>
7474
* Creates a new backend environment for an Amplify app.
7575
* </p>
76+
* <p>
77+
* This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the
78+
* Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2
79+
* public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure
80+
* using Typescript code.
81+
* </p>
7682
*
7783
* @param createBackendEnvironmentRequest
7884
* The request structure for the backend environment create request.
@@ -87,6 +93,12 @@ java.util.concurrent.Future<CreateAppResult> createAppAsync(CreateAppRequest cre
8793
* <p>
8894
* Creates a new backend environment for an Amplify app.
8995
* </p>
96+
* <p>
97+
* This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the
98+
* Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2
99+
* public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure
100+
* using Typescript code.
101+
* </p>
90102
*
91103
* @param createBackendEnvironmentRequest
92104
* The request structure for the backend environment create request.
@@ -283,6 +295,12 @@ java.util.concurrent.Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest del
283295
* <p>
284296
* Deletes a backend environment for an Amplify app.
285297
* </p>
298+
* <p>
299+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
300+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
301+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
302+
* infrastructure using Typescript code.
303+
* </p>
286304
*
287305
* @param deleteBackendEnvironmentRequest
288306
* The request structure for the delete backend environment request.
@@ -297,6 +315,12 @@ java.util.concurrent.Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest del
297315
* <p>
298316
* Deletes a backend environment for an Amplify app.
299317
* </p>
318+
* <p>
319+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
320+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
321+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
322+
* infrastructure using Typescript code.
323+
* </p>
300324
*
301325
* @param deleteBackendEnvironmentRequest
302326
* The request structure for the delete backend environment request.
@@ -547,6 +571,12 @@ java.util.concurrent.Future<GetArtifactUrlResult> getArtifactUrlAsync(GetArtifac
547571
* <p>
548572
* Returns a backend environment for an Amplify app.
549573
* </p>
574+
* <p>
575+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
576+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
577+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
578+
* infrastructure using Typescript code.
579+
* </p>
550580
*
551581
* @param getBackendEnvironmentRequest
552582
* The request structure for the get backend environment request.
@@ -561,6 +591,12 @@ java.util.concurrent.Future<GetArtifactUrlResult> getArtifactUrlAsync(GetArtifac
561591
* <p>
562592
* Returns a backend environment for an Amplify app.
563593
* </p>
594+
* <p>
595+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
596+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
597+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
598+
* infrastructure using Typescript code.
599+
* </p>
564600
*
565601
* @param getBackendEnvironmentRequest
566602
* The request structure for the get backend environment request.
@@ -778,6 +814,12 @@ java.util.concurrent.Future<ListArtifactsResult> listArtifactsAsync(ListArtifact
778814
* <p>
779815
* Lists the backend environments for an Amplify app.
780816
* </p>
817+
* <p>
818+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
819+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
820+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
821+
* infrastructure using Typescript code.
822+
* </p>
781823
*
782824
* @param listBackendEnvironmentsRequest
783825
* The request structure for the list backend environments request.
@@ -792,6 +834,12 @@ java.util.concurrent.Future<ListArtifactsResult> listArtifactsAsync(ListArtifact
792834
* <p>
793835
* Lists the backend environments for an Amplify app.
794836
* </p>
837+
* <p>
838+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
839+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
840+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
841+
* infrastructure using Typescript code.
842+
* </p>
795843
*
796844
* @param listBackendEnvironmentsRequest
797845
* The request structure for the list backend environments request.

aws-java-sdk-amplify/src/main/java/com/amazonaws/services/amplify/AWSAmplifyClient.java

+24
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ final CreateAppResult executeCreateApp(CreateAppRequest createAppRequest) {
221221
* <p>
222222
* Creates a new backend environment for an Amplify app.
223223
* </p>
224+
* <p>
225+
* This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the
226+
* Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2
227+
* public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure
228+
* using Typescript code.
229+
* </p>
224230
*
225231
* @param createBackendEnvironmentRequest
226232
* The request structure for the backend environment create request.
@@ -631,6 +637,12 @@ final DeleteAppResult executeDeleteApp(DeleteAppRequest deleteAppRequest) {
631637
* <p>
632638
* Deletes a backend environment for an Amplify app.
633639
* </p>
640+
* <p>
641+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
642+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
643+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
644+
* infrastructure using Typescript code.
645+
* </p>
634646
*
635647
* @param deleteBackendEnvironmentRequest
636648
* The request structure for the delete backend environment request.
@@ -1159,6 +1171,12 @@ final GetArtifactUrlResult executeGetArtifactUrl(GetArtifactUrlRequest getArtifa
11591171
* <p>
11601172
* Returns a backend environment for an Amplify app.
11611173
* </p>
1174+
* <p>
1175+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
1176+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
1177+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
1178+
* infrastructure using Typescript code.
1179+
* </p>
11621180
*
11631181
* @param getBackendEnvironmentRequest
11641182
* The request structure for the get backend environment request.
@@ -1610,6 +1628,12 @@ final ListArtifactsResult executeListArtifacts(ListArtifactsRequest listArtifact
16101628
* <p>
16111629
* Lists the backend environments for an Amplify app.
16121630
* </p>
1631+
* <p>
1632+
* This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or
1633+
* the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen
1634+
* 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend
1635+
* infrastructure using Typescript code.
1636+
* </p>
16131637
*
16141638
* @param listBackendEnvironmentsRequest
16151639
* The request structure for the list backend environments request.

aws-java-sdk-amplifybackend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplifybackend</artifactId>

aws-java-sdk-amplifyuibuilder/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplifyuibuilder</artifactId>

aws-java-sdk-api-gateway/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-api-gateway</artifactId>

aws-java-sdk-apigatewaymanagementapi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-apigatewaymanagementapi</artifactId>

aws-java-sdk-apigatewayv2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-apigatewayv2</artifactId>

aws-java-sdk-appconfig/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appconfig</artifactId>

aws-java-sdk-appconfigdata/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appconfigdata</artifactId>

aws-java-sdk-appfabric/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appfabric</artifactId>

aws-java-sdk-appflow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appflow</artifactId>

aws-java-sdk-appintegrations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.680-SNAPSHOT</version>
8+
<version>1.12.680</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appintegrations</artifactId>

0 commit comments

Comments
 (0)