Skip to content

Commit cb66c50

Browse files
author
AWS
committed
AWS SDK for Java 1.12.261
1 parent 685134e commit cb66c50

File tree

696 files changed

+50962
-18047
lines changed

Some content is hidden

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

696 files changed

+50962
-18047
lines changed

CHANGELOG.md

+49
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
# __1.12.261__ __2022-07-14__
2+
## __AWS Config__
3+
- ### Features
4+
- Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK types
5+
6+
## __AWS Glue__
7+
- ### Features
8+
- This release adds an additional worker type for Glue Streaming jobs.
9+
10+
## __AWS Outposts__
11+
- ### Features
12+
- This release adds the ShipmentInformation and AssetInformationList fields to the GetOrder API response.
13+
14+
## __AWSKendraFrontendService__
15+
- ### Features
16+
- This release adds AccessControlConfigurations which allow you to redefine your document level access control without the need for content re-indexing.
17+
18+
## __Amazon Athena__
19+
- ### Features
20+
- This release updates data types that contain either QueryExecutionId, NamedQueryId or ExpectedBucketOwner. Ids must be between 1 and 128 characters and contain only non-whitespace characters. ExpectedBucketOwner must be 12-digit string.
21+
22+
## __Amazon Elastic Compute Cloud__
23+
- ### Features
24+
- This release adds flow logs for Transit Gateway to allow customers to gain deeper visibility and insights into network traffic through their Transit Gateways.
25+
26+
## __Amazon S3__
27+
- ### Bugfixes
28+
- Fixed possible issue in TransferManager's downloadDirectory operation where files could be downloaded to some sibling directories of the destination directory if the key contained specially-crafted relative paths.
29+
30+
## __Amazon SageMaker Service__
31+
- ### Features
32+
- This release adds support for G5, P4d, and C6i instance types in Amazon SageMaker Inference and increases the number of hyperparameters that can be searched from 20 to 30 in Amazon SageMaker Automatic Model Tuning
33+
34+
## __AmazonNimbleStudio__
35+
- ### Features
36+
- Amazon Nimble Studio adds support for IAM-based access to AWS resources for Nimble Studio components and custom studio components. Studio Component scripts use these roles on Nimble Studio workstation to mount filesystems, access S3 buckets, or other configured resources in the Studio's AWS account
37+
38+
## __CodeArtifact__
39+
- ### Features
40+
- This release introduces Package Origin Controls, a mechanism used to counteract Dependency Confusion attacks. Adds two new APIs, PutPackageOriginConfiguration and DescribePackage, and updates the ListPackage, DescribePackageVersion and ListPackageVersion APIs in support of the feature.
41+
42+
## __Firewall Management Service__
43+
- ### Features
44+
- Adds support for strict ordering in stateful rule groups in Network Firewall policies.
45+
46+
## __Inspector2__
47+
- ### Features
48+
- This release adds support for Inspector V2 scan configurations through the get and update configuration APIs. Currently this allows configuring ECR automated re-scan duration to lifetime or 180 days or 30 days.
49+
150
# __1.12.260__ __2022-07-13__
251
## __Amazon AppConfig__
352
- ### Features

README.md

+1-1
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.260</version>
54+
<version>1.12.261</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplify</artifactId>

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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appconfigdata</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.261-SNAPSHOT</version>
8+
<version>1.12.261</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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appintegrations</artifactId>

aws-java-sdk-applicationautoscaling/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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-applicationautoscaling</artifactId>

aws-java-sdk-applicationcostprofiler/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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-applicationcostprofiler</artifactId>

aws-java-sdk-applicationinsights/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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-applicationinsights</artifactId>

aws-java-sdk-appmesh/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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appmesh</artifactId>

aws-java-sdk-appregistry/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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-appregistry</artifactId>

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

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

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

aws-java-sdk-athena/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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-athena</artifactId>

aws-java-sdk-athena/src/main/java/com/amazonaws/services/athena/AmazonAthena.java

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public interface AmazonAthena {
6868
* </p>
6969
*
7070
* @param batchGetNamedQueryRequest
71+
* Contains an array of named query IDs.
7172
* @return Result of the BatchGetNamedQuery operation returned by the service.
7273
* @throws InternalServerException
7374
* Indicates a platform issue, which may be due to a transient condition or outage.
@@ -110,6 +111,7 @@ public interface AmazonAthena {
110111
* </p>
111112
*
112113
* @param batchGetQueryExecutionRequest
114+
* Contains an array of query execution IDs.
113115
* @return Result of the BatchGetQueryExecution operation returned by the service.
114116
* @throws InternalServerException
115117
* Indicates a platform issue, which may be due to a transient condition or outage.

aws-java-sdk-athena/src/main/java/com/amazonaws/services/athena/AmazonAthenaAsync.java

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public interface AmazonAthenaAsync extends AmazonAthena {
5959
* </p>
6060
*
6161
* @param batchGetNamedQueryRequest
62+
* Contains an array of named query IDs.
6263
* @return A Java Future containing the result of the BatchGetNamedQuery operation returned by the service.
6364
* @sample AmazonAthenaAsync.BatchGetNamedQuery
6465
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/athena-2017-05-18/BatchGetNamedQuery" target="_top">AWS API
@@ -78,6 +79,7 @@ public interface AmazonAthenaAsync extends AmazonAthena {
7879
* </p>
7980
*
8081
* @param batchGetNamedQueryRequest
82+
* Contains an array of named query IDs.
8183
* @param asyncHandler
8284
* Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
8385
* implementation of the callback methods in this interface to receive notification of successful or
@@ -138,6 +140,7 @@ java.util.concurrent.Future<BatchGetPreparedStatementResult> batchGetPreparedSta
138140
* </p>
139141
*
140142
* @param batchGetQueryExecutionRequest
143+
* Contains an array of query execution IDs.
141144
* @return A Java Future containing the result of the BatchGetQueryExecution operation returned by the service.
142145
* @sample AmazonAthenaAsync.BatchGetQueryExecution
143146
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/athena-2017-05-18/BatchGetQueryExecution" target="_top">AWS
@@ -154,6 +157,7 @@ java.util.concurrent.Future<BatchGetPreparedStatementResult> batchGetPreparedSta
154157
* </p>
155158
*
156159
* @param batchGetQueryExecutionRequest
160+
* Contains an array of query execution IDs.
157161
* @param asyncHandler
158162
* Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
159163
* implementation of the callback methods in this interface to receive notification of successful or

aws-java-sdk-athena/src/main/java/com/amazonaws/services/athena/AmazonAthenaClient.java

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ private void init() {
166166
* </p>
167167
*
168168
* @param batchGetNamedQueryRequest
169+
* Contains an array of named query IDs.
169170
* @return Result of the BatchGetNamedQuery operation returned by the service.
170171
* @throws InternalServerException
171172
* Indicates a platform issue, which may be due to a transient condition or outage.
@@ -294,6 +295,7 @@ final BatchGetPreparedStatementResult executeBatchGetPreparedStatement(BatchGetP
294295
* </p>
295296
*
296297
* @param batchGetQueryExecutionRequest
298+
* Contains an array of query execution IDs.
297299
* @return Result of the BatchGetQueryExecution operation returned by the service.
298300
* @throws InternalServerException
299301
* Indicates a platform issue, which may be due to a transient condition or outage.

aws-java-sdk-athena/src/main/java/com/amazonaws/services/athena/model/BatchGetNamedQueryRequest.java

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
import com.amazonaws.AmazonWebServiceRequest;
1919

2020
/**
21+
* <p>
22+
* Contains an array of named query IDs.
23+
* </p>
2124
*
2225
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/athena-2017-05-18/BatchGetNamedQuery" target="_top">AWS API
2326
* Documentation</a>

aws-java-sdk-athena/src/main/java/com/amazonaws/services/athena/model/BatchGetQueryExecutionRequest.java

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
import com.amazonaws.AmazonWebServiceRequest;
1919

2020
/**
21+
* <p>
22+
* Contains an array of query execution IDs.
23+
* </p>
2124
*
2225
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/athena-2017-05-18/BatchGetQueryExecution" target="_top">AWS API
2326
* Documentation</a>

aws-java-sdk-auditmanager/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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-auditmanager</artifactId>

aws-java-sdk-augmentedairuntime/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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-augmentedairuntime</artifactId>

aws-java-sdk-autoscaling/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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-autoscaling</artifactId>

aws-java-sdk-autoscalingplans/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.261-SNAPSHOT</version>
8+
<version>1.12.261</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-autoscalingplans</artifactId>

0 commit comments

Comments
 (0)