Skip to content

Commit 3426f32

Browse files
author
AWS
committed
AWS SDK for Java 1.11.841
1 parent 79f4c19 commit 3426f32

File tree

482 files changed

+32378
-4505
lines changed

Some content is hidden

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

482 files changed

+32378
-4505
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
# __1.11.840__ __2020-08-12__
1+
# __1.11.841__ __2020-08-13__
2+
## __AWS AppSync__
3+
- ### Features
4+
- Documentation update for AWS AppSync support for Direct Lambda Resolvers.
5+
6+
## __Amazon Cognito Identity Provider__
7+
- ### Features
8+
- Adding ability to customize expiry for Refresh, Access and ID tokens.
9+
10+
## __Amazon Elastic Compute Cloud__
11+
- ### Features
12+
- Added MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool to ModifySubnetAttribute to allow CoIP auto assign. Fields are returned in DescribeSubnets and DescribeNetworkInterfaces responses.
13+
14+
## __Amazon Elastic Kubernetes Service__
15+
- ### Features
16+
- Adding support for customer provided EC2 launch templates and AMIs to EKS Managed Nodegroups. Also adds support for Arm-based instances to EKS Managed Nodegroups.
17+
18+
## __Amazon Macie 2__
19+
- ### Features
20+
- This release of the Amazon Macie API includes miscellaneous updates and improvements to the documentation.
21+
22+
## __Amazon Relational Database Service__
23+
- ### Features
24+
- This release allows customers to specify a replica mode when creating or modifying a Read Replica, for DB engines which support this feature.
25+
26+
## __Braket__
27+
- ### Features
28+
- Amazon Braket general availability with Device and Quantum Task operations.
29+
30+
# __1.11.840__ __2020-08-13__
231
## __AWS Cloud9__
332
- ### Features
433
- Add ConnectionType input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with SSM connection.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies.
4848
<dependency>
4949
<groupId>com.amazonaws</groupId>
5050
<artifactId>aws-java-sdk-bom</artifactId>
51-
<version>1.11.840</version>
51+
<version>1.11.841</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</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.11.840</version>
8+
<version>1.11.841</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</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.11.840</version>
8+
<version>1.11.841</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.11.840</version>
8+
<version>1.11.841</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.11.840</version>
8+
<version>1.11.841</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.11.840</version>
8+
<version>1.11.841</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplify</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.11.840</version>
8+
<version>1.11.841</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.11.840</version>
8+
<version>1.11.841</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.11.840</version>
8+
<version>1.11.841</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.11.840</version>
8+
<version>1.11.841</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appconfig</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.11.840</version>
8+
<version>1.11.841</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-applicationautoscaling</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.11.840</version>
8+
<version>1.11.841</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.11.840</version>
8+
<version>1.11.841</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appmesh</artifactId>

aws-java-sdk-appstream/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.11.840</version>
8+
<version>1.11.841</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appstream</artifactId>

aws-java-sdk-appsync/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.11.840</version>
8+
<version>1.11.841</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appsync</artifactId>

aws-java-sdk-appsync/src/main/java/com/amazonaws/services/appsync/model/CachingConfig.java

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public class CachingConfig implements Serializable, Cloneable, StructuredPojo {
4242
* The caching keys for a resolver that has caching enabled.
4343
* </p>
4444
* <p>
45-
* Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code> maps.
45+
* Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and
46+
* <code>$context.identity</code> maps.
4647
* </p>
4748
*/
4849
private java.util.List<String> cachingKeys;
@@ -107,13 +108,14 @@ public CachingConfig withTtl(Long ttl) {
107108
* The caching keys for a resolver that has caching enabled.
108109
* </p>
109110
* <p>
110-
* Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code> maps.
111+
* Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and
112+
* <code>$context.identity</code> maps.
111113
* </p>
112114
*
113115
* @return The caching keys for a resolver that has caching enabled.</p>
114116
* <p>
115-
* Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code>
116-
* maps.
117+
* Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and
118+
* <code>$context.identity</code> maps.
117119
*/
118120

119121
public java.util.List<String> getCachingKeys() {
@@ -125,13 +127,15 @@ public java.util.List<String> getCachingKeys() {
125127
* The caching keys for a resolver that has caching enabled.
126128
* </p>
127129
* <p>
128-
* Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code> maps.
130+
* Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and
131+
* <code>$context.identity</code> maps.
129132
* </p>
130133
*
131134
* @param cachingKeys
132135
* The caching keys for a resolver that has caching enabled.</p>
133136
* <p>
134-
* Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code> maps.
137+
* Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and
138+
* <code>$context.identity</code> maps.
135139
*/
136140

137141
public void setCachingKeys(java.util.Collection<String> cachingKeys) {
@@ -148,7 +152,8 @@ public void setCachingKeys(java.util.Collection<String> cachingKeys) {
148152
* The caching keys for a resolver that has caching enabled.
149153
* </p>
150154
* <p>
151-
* Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code> maps.
155+
* Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and
156+
* <code>$context.identity</code> maps.
152157
* </p>
153158
* <p>
154159
* <b>NOTE:</b> This method appends the values to the existing list (if any). Use
@@ -159,7 +164,8 @@ public void setCachingKeys(java.util.Collection<String> cachingKeys) {
159164
* @param cachingKeys
160165
* The caching keys for a resolver that has caching enabled.</p>
161166
* <p>
162-
* Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code> maps.
167+
* Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and
168+
* <code>$context.identity</code> maps.
163169
* @return Returns a reference to this object so that method calls can be chained together.
164170
*/
165171

@@ -178,13 +184,15 @@ public CachingConfig withCachingKeys(String... cachingKeys) {
178184
* The caching keys for a resolver that has caching enabled.
179185
* </p>
180186
* <p>
181-
* Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code> maps.
187+
* Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and
188+
* <code>$context.identity</code> maps.
182189
* </p>
183190
*
184191
* @param cachingKeys
185192
* The caching keys for a resolver that has caching enabled.</p>
186193
* <p>
187-
* Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code> maps.
194+
* Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and
195+
* <code>$context.identity</code> maps.
188196
* @return Returns a reference to this object so that method calls can be chained together.
189197
*/
190198

aws-java-sdk-appsync/src/main/java/com/amazonaws/services/appsync/model/CreateResolverRequest.java

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ public class CreateResolverRequest extends com.amazonaws.AmazonWebServiceRequest
5757
* A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can
5858
* understand. Mapping templates are written in Apache Velocity Template Language (VTL).
5959
* </p>
60+
* <p>
61+
* VTL request mapping templates are optional when using a Lambda data source. For all other data sources, VTL
62+
* request and response mapping templates are required.
63+
* </p>
6064
*/
6165
private String requestMappingTemplate;
6266
/**
@@ -273,12 +277,20 @@ public CreateResolverRequest withDataSourceName(String dataSourceName) {
273277
* A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can
274278
* understand. Mapping templates are written in Apache Velocity Template Language (VTL).
275279
* </p>
280+
* <p>
281+
* VTL request mapping templates are optional when using a Lambda data source. For all other data sources, VTL
282+
* request and response mapping templates are required.
283+
* </p>
276284
*
277285
* @param requestMappingTemplate
278286
* The mapping template to be used for requests.</p>
279287
* <p>
280288
* A resolver uses a request mapping template to convert a GraphQL expression into a format that a data
281289
* source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).
290+
* </p>
291+
* <p>
292+
* VTL request mapping templates are optional when using a Lambda data source. For all other data sources,
293+
* VTL request and response mapping templates are required.
282294
*/
283295

284296
public void setRequestMappingTemplate(String requestMappingTemplate) {
@@ -293,11 +305,19 @@ public void setRequestMappingTemplate(String requestMappingTemplate) {
293305
* A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can
294306
* understand. Mapping templates are written in Apache Velocity Template Language (VTL).
295307
* </p>
308+
* <p>
309+
* VTL request mapping templates are optional when using a Lambda data source. For all other data sources, VTL
310+
* request and response mapping templates are required.
311+
* </p>
296312
*
297313
* @return The mapping template to be used for requests.</p>
298314
* <p>
299315
* A resolver uses a request mapping template to convert a GraphQL expression into a format that a data
300316
* source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).
317+
* </p>
318+
* <p>
319+
* VTL request mapping templates are optional when using a Lambda data source. For all other data sources,
320+
* VTL request and response mapping templates are required.
301321
*/
302322

303323
public String getRequestMappingTemplate() {
@@ -312,12 +332,20 @@ public String getRequestMappingTemplate() {
312332
* A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can
313333
* understand. Mapping templates are written in Apache Velocity Template Language (VTL).
314334
* </p>
335+
* <p>
336+
* VTL request mapping templates are optional when using a Lambda data source. For all other data sources, VTL
337+
* request and response mapping templates are required.
338+
* </p>
315339
*
316340
* @param requestMappingTemplate
317341
* The mapping template to be used for requests.</p>
318342
* <p>
319343
* A resolver uses a request mapping template to convert a GraphQL expression into a format that a data
320344
* source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).
345+
* </p>
346+
* <p>
347+
* VTL request mapping templates are optional when using a Lambda data source. For all other data sources,
348+
* VTL request and response mapping templates are required.
321349
* @return Returns a reference to this object so that method calls can be chained together.
322350
*/
323351

0 commit comments

Comments
 (0)