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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ java.util.concurrent.Future<GetBackendAPIResult> getBackendAPIAsync(GetBackendAP
525525

526526
/**
527527
* <p>
528-
* Generates a model schema for existing backend API resource.
528+
* Gets a model introspection schema for an existing backend API resource.
529529
* </p>
530530
*
531531
* @param getBackendAPIModelsRequest
@@ -539,7 +539,7 @@ java.util.concurrent.Future<GetBackendAPIResult> getBackendAPIAsync(GetBackendAP
539539

540540
/**
541541
* <p>
542-
* Generates a model schema for existing backend API resource.
542+
* Gets a model introspection schema for an existing backend API resource.
543543
* </p>
544544
*
545545
* @param getBackendAPIModelsRequest

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ final GetBackendAPIResult executeGetBackendAPI(GetBackendAPIRequest getBackendAP
10991099

11001100
/**
11011101
* <p>
1102-
* Generates a model schema for existing backend API resource.
1102+
* Gets a model introspection schema for an existing backend API resource.
11031103
* </p>
11041104
*
11051105
* @param getBackendAPIModelsRequest

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

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ public class GetBackendAPIModelsResult extends com.amazonaws.AmazonWebServiceRes
3535
* </p>
3636
*/
3737
private String status;
38+
/**
39+
* <p>
40+
* Stringified JSON of the model introspection schema for an existing backend API resource.
41+
* </p>
42+
*/
43+
private String modelIntrospectionSchema;
3844

3945
/**
4046
* <p>
@@ -135,6 +141,46 @@ public GetBackendAPIModelsResult withStatus(Status status) {
135141
return this;
136142
}
137143

144+
/**
145+
* <p>
146+
* Stringified JSON of the model introspection schema for an existing backend API resource.
147+
* </p>
148+
*
149+
* @param modelIntrospectionSchema
150+
* Stringified JSON of the model introspection schema for an existing backend API resource.
151+
*/
152+
153+
public void setModelIntrospectionSchema(String modelIntrospectionSchema) {
154+
this.modelIntrospectionSchema = modelIntrospectionSchema;
155+
}
156+
157+
/**
158+
* <p>
159+
* Stringified JSON of the model introspection schema for an existing backend API resource.
160+
* </p>
161+
*
162+
* @return Stringified JSON of the model introspection schema for an existing backend API resource.
163+
*/
164+
165+
public String getModelIntrospectionSchema() {
166+
return this.modelIntrospectionSchema;
167+
}
168+
169+
/**
170+
* <p>
171+
* Stringified JSON of the model introspection schema for an existing backend API resource.
172+
* </p>
173+
*
174+
* @param modelIntrospectionSchema
175+
* Stringified JSON of the model introspection schema for an existing backend API resource.
176+
* @return Returns a reference to this object so that method calls can be chained together.
177+
*/
178+
179+
public GetBackendAPIModelsResult withModelIntrospectionSchema(String modelIntrospectionSchema) {
180+
setModelIntrospectionSchema(modelIntrospectionSchema);
181+
return this;
182+
}
183+
138184
/**
139185
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
140186
* redacted from this string using a placeholder value.
@@ -150,7 +196,9 @@ public String toString() {
150196
if (getModels() != null)
151197
sb.append("Models: ").append(getModels()).append(",");
152198
if (getStatus() != null)
153-
sb.append("Status: ").append(getStatus());
199+
sb.append("Status: ").append(getStatus()).append(",");
200+
if (getModelIntrospectionSchema() != null)
201+
sb.append("ModelIntrospectionSchema: ").append(getModelIntrospectionSchema());
154202
sb.append("}");
155203
return sb.toString();
156204
}
@@ -173,6 +221,10 @@ public boolean equals(Object obj) {
173221
return false;
174222
if (other.getStatus() != null && other.getStatus().equals(this.getStatus()) == false)
175223
return false;
224+
if (other.getModelIntrospectionSchema() == null ^ this.getModelIntrospectionSchema() == null)
225+
return false;
226+
if (other.getModelIntrospectionSchema() != null && other.getModelIntrospectionSchema().equals(this.getModelIntrospectionSchema()) == false)
227+
return false;
176228
return true;
177229
}
178230

@@ -183,6 +235,7 @@ public int hashCode() {
183235

184236
hashCode = prime * hashCode + ((getModels() == null) ? 0 : getModels().hashCode());
185237
hashCode = prime * hashCode + ((getStatus() == null) ? 0 : getStatus().hashCode());
238+
hashCode = prime * hashCode + ((getModelIntrospectionSchema() == null) ? 0 : getModelIntrospectionSchema().hashCode());
186239
return hashCode;
187240
}
188241

aws-java-sdk-amplifybackend/src/main/java/com/amazonaws/services/amplifybackend/model/transform/GetBackendAPIModelsResultJsonUnmarshaller.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ public GetBackendAPIModelsResult unmarshall(JsonUnmarshallerContext context) thr
5656
context.nextToken();
5757
getBackendAPIModelsResult.setStatus(context.getUnmarshaller(String.class).unmarshall(context));
5858
}
59+
if (context.testExpression("modelIntrospectionSchema", targetDepth)) {
60+
context.nextToken();
61+
getBackendAPIModelsResult.setModelIntrospectionSchema(context.getUnmarshaller(String.class).unmarshall(context));
62+
}
5963
} else if (token == END_ARRAY || token == END_OBJECT) {
6064
if (context.getLastParsedParentElement() == null || context.getLastParsedParentElement().equals(currentParentElement)) {
6165
if (context.getCurrentDepth() <= originalDepth)

aws-java-sdk-amplifyuibuilder/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-amplifyuibuilder</artifactId>

aws-java-sdk-api-gateway/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-api-gateway</artifactId>

aws-java-sdk-apigatewaymanagementapi/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-apigatewaymanagementapi</artifactId>

aws-java-sdk-apigatewayv2/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-apigatewayv2</artifactId>

aws-java-sdk-appconfig/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-appconfig</artifactId>

aws-java-sdk-appconfigdata/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-appconfigdata</artifactId>

aws-java-sdk-appflow/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-appflow</artifactId>

aws-java-sdk-appintegrations/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-appintegrations</artifactId>

aws-java-sdk-applicationautoscaling/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-applicationautoscaling</artifactId>

aws-java-sdk-applicationcostprofiler/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-applicationcostprofiler</artifactId>

aws-java-sdk-applicationinsights/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-applicationinsights</artifactId>

aws-java-sdk-appmesh/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-appmesh</artifactId>

aws-java-sdk-appregistry/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-appregistry</artifactId>

aws-java-sdk-apprunner/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-apprunner</artifactId>

0 commit comments

Comments
 (0)