Skip to content

Commit cb8090a

Browse files
author
AWS
committed
AWS SDK for Java 1.12.379
1 parent dc146a2 commit cb8090a

File tree

520 files changed

+10799
-1610
lines changed

Some content is hidden

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

520 files changed

+10799
-1610
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# __1.12.379__ __2023-01-05__
2+
## __AWS App Runner__
3+
- ### Features
4+
- This release adds support of securely referencing secrets and configuration data that are stored in Secrets Manager and SSM Parameter Store by adding them as environment secrets in your App Runner service.
5+
6+
## __Amazon Connect Service__
7+
- ### Features
8+
- Documentation update for a new Initiation Method value in DescribeContact API
9+
10+
## __Amazon Lightsail__
11+
- ### Features
12+
- Documentation updates for Amazon Lightsail.
13+
14+
## __Amazon Relational Database Service__
15+
- ### Features
16+
- This release adds support for specifying which certificate authority (CA) to use for a DB instance's server certificate during DB instance creation, as well as other CA enhancements.
17+
18+
## __AmazonMWAA__
19+
- ### Features
20+
- MWAA supports Apache Airflow version 2.4.3.
21+
22+
## __AmplifyBackend__
23+
- ### Features
24+
- Updated GetBackendAPIModels response to include ModelIntrospectionSchema json string
25+
26+
## __EMR Serverless__
27+
- ### Features
28+
- Adds support for customized images. You can now provide runtime images when creating or updating EMR Serverless Applications.
29+
130
# __1.12.378__ __2023-01-04__
231
## __Amazon CloudWatch Logs__
332
- ### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies.
5050
<dependency>
5151
<groupId>com.amazonaws</groupId>
5252
<artifactId>aws-java-sdk-bom</artifactId>
53-
<version>1.12.378</version>
53+
<version>1.12.379</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>

aws-java-sdk-accessanalyzer/pom.xml

Lines changed: 1 addition & 1 deletion
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.379-SNAPSHOT</version>
8+
<version>1.12.379</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</artifactId>

aws-java-sdk-account/pom.xml

Lines changed: 1 addition & 1 deletion
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.379-SNAPSHOT</version>
8+
<version>1.12.379</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-account</artifactId>

aws-java-sdk-acm/pom.xml

Lines changed: 1 addition & 1 deletion
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.379-SNAPSHOT</version>
8+
<version>1.12.379</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>

aws-java-sdk-acmpca/pom.xml

Lines changed: 1 addition & 1 deletion
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.379-SNAPSHOT</version>
8+
<version>1.12.379</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acmpca</artifactId>

aws-java-sdk-alexaforbusiness/pom.xml

Lines changed: 1 addition & 1 deletion
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.379-SNAPSHOT</version>
8+
<version>1.12.379</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-alexaforbusiness</artifactId>

aws-java-sdk-amplify/pom.xml

Lines changed: 1 addition & 1 deletion
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.379-SNAPSHOT</version>
8+
<version>1.12.379</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplify</artifactId>

aws-java-sdk-amplifybackend/pom.xml

Lines changed: 1 addition & 1 deletion
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.379-SNAPSHOT</version>
8+
<version>1.12.379</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplifybackend</artifactId>

aws-java-sdk-amplifybackend/src/main/java/com/amazonaws/services/amplifybackend/AWSAmplifyBackend.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public interface AWSAmplifyBackend {
371371

372372
/**
373373
* <p>
374-
* Generates a model schema for existing backend API resource.
374+
* Gets a model introspection schema for an existing backend API resource.
375375
* </p>
376376
*
377377
* @param getBackendAPIModelsRequest

0 commit comments

Comments
 (0)