Skip to content

Commit f74a1c9

Browse files
author
AWS
committed
AWS SDK for Java 1.12.135
1 parent 2f8ba6f commit f74a1c9

File tree

532 files changed

+25288
-14819
lines changed

Some content is hidden

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

532 files changed

+25288
-14819
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.135__ __2022-01-06__
2+
## __AWS AppSync__
3+
- ### Features
4+
- AppSync: AWS AppSync now supports configurable batching sizes for AWS Lambda resolvers, Direct AWS Lambda resolvers and pipeline functions
5+
6+
## __AWS IoT Wireless__
7+
- ### Features
8+
- Downlink Queue Management feature provides APIs for customers to manage the queued messages destined to device inside AWS IoT Core for LoRaWAN. Customer can view, delete or purge the queued message(s). It allows customer to preempt the queued messages and let more urgent messages go through.
9+
10+
## __AWS MediaTailor__
11+
- ### Features
12+
- This release adds support for filler slate when updating MediaTailor channels that use the linear playback mode.
13+
14+
## __Amazon Elastic Compute Cloud__
15+
- ### Features
16+
- This release introduces On-Demand Capacity Reservation support for Cluster Placement Groups, adds Tags on instance Metadata, and includes documentation updates for Amazon EC2.
17+
18+
## __Amazon Elasticsearch Service__
19+
- ### Features
20+
- Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above
21+
22+
## __Amazon OpenSearch Service__
23+
- ### Features
24+
- Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above
25+
26+
## __AmazonMWAA__
27+
- ### Features
28+
- This release adds a "Source" field that provides the initiator of an update, such as due to an automated patch from AWS or due to modification via Console or API.
29+
130
# __1.12.134__ __2022-01-05__
231
## __AWS CloudTrail__
332
- ### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies.
5151
<dependency>
5252
<groupId>com.amazonaws</groupId>
5353
<artifactId>aws-java-sdk-bom</artifactId>
54-
<version>1.12.134</version>
54+
<version>1.12.135</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplifybackend</artifactId>

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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</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.135-SNAPSHOT</version>
8+
<version>1.12.135</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-apprunner</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.12.135-SNAPSHOT</version>
8+
<version>1.12.135</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.12.135-SNAPSHOT</version>
8+
<version>1.12.135</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/CreateFunctionRequest.java

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ public class CreateFunctionRequest extends com.amazonaws.AmazonWebServiceRequest
7070
private String functionVersion;
7171

7272
private SyncConfig syncConfig;
73+
/**
74+
* <p>
75+
* The maximum batching size for a resolver.
76+
* </p>
77+
*/
78+
private Integer maxBatchSize;
7379

7480
/**
7581
* <p>
@@ -383,6 +389,46 @@ public CreateFunctionRequest withSyncConfig(SyncConfig syncConfig) {
383389
return this;
384390
}
385391

392+
/**
393+
* <p>
394+
* The maximum batching size for a resolver.
395+
* </p>
396+
*
397+
* @param maxBatchSize
398+
* The maximum batching size for a resolver.
399+
*/
400+
401+
public void setMaxBatchSize(Integer maxBatchSize) {
402+
this.maxBatchSize = maxBatchSize;
403+
}
404+
405+
/**
406+
* <p>
407+
* The maximum batching size for a resolver.
408+
* </p>
409+
*
410+
* @return The maximum batching size for a resolver.
411+
*/
412+
413+
public Integer getMaxBatchSize() {
414+
return this.maxBatchSize;
415+
}
416+
417+
/**
418+
* <p>
419+
* The maximum batching size for a resolver.
420+
* </p>
421+
*
422+
* @param maxBatchSize
423+
* The maximum batching size for a resolver.
424+
* @return Returns a reference to this object so that method calls can be chained together.
425+
*/
426+
427+
public CreateFunctionRequest withMaxBatchSize(Integer maxBatchSize) {
428+
setMaxBatchSize(maxBatchSize);
429+
return this;
430+
}
431+
386432
/**
387433
* Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be
388434
* redacted from this string using a placeholder value.
@@ -410,7 +456,9 @@ public String toString() {
410456
if (getFunctionVersion() != null)
411457
sb.append("FunctionVersion: ").append(getFunctionVersion()).append(",");
412458
if (getSyncConfig() != null)
413-
sb.append("SyncConfig: ").append(getSyncConfig());
459+
sb.append("SyncConfig: ").append(getSyncConfig()).append(",");
460+
if (getMaxBatchSize() != null)
461+
sb.append("MaxBatchSize: ").append(getMaxBatchSize());
414462
sb.append("}");
415463
return sb.toString();
416464
}
@@ -457,6 +505,10 @@ public boolean equals(Object obj) {
457505
return false;
458506
if (other.getSyncConfig() != null && other.getSyncConfig().equals(this.getSyncConfig()) == false)
459507
return false;
508+
if (other.getMaxBatchSize() == null ^ this.getMaxBatchSize() == null)
509+
return false;
510+
if (other.getMaxBatchSize() != null && other.getMaxBatchSize().equals(this.getMaxBatchSize()) == false)
511+
return false;
460512
return true;
461513
}
462514

@@ -473,6 +525,7 @@ public int hashCode() {
473525
hashCode = prime * hashCode + ((getResponseMappingTemplate() == null) ? 0 : getResponseMappingTemplate().hashCode());
474526
hashCode = prime * hashCode + ((getFunctionVersion() == null) ? 0 : getFunctionVersion().hashCode());
475527
hashCode = prime * hashCode + ((getSyncConfig() == null) ? 0 : getSyncConfig().hashCode());
528+
hashCode = prime * hashCode + ((getMaxBatchSize() == null) ? 0 : getMaxBatchSize().hashCode());
476529
return hashCode;
477530
}
478531

0 commit comments

Comments
 (0)