Skip to content

Commit c6bb2c8

Browse files
author
AWS
committed
AWS SDK for Java 1.11.622
1 parent 5106b4a commit c6bb2c8

2,508 files changed

Lines changed: 162119 additions & 5197 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# __1.11.622__ __2019-08-29__
2+
## __AWS CodePipeline__
3+
- ### Features
4+
- Introducing pipeline execution trigger details in ListPipelineExecutions API.
5+
6+
## __AWS Lambda__
7+
- ### Features
8+
- Adds a "MaximumBatchingWindowInSeconds" parameter to event source mapping api's. Usable by Dynamodb and Kinesis event sources.
9+
10+
## __Amazon EC2 Container Service__
11+
- ### Features
12+
- This release of Amazon Elastic Container Service (Amazon ECS) introduces support for including Docker container IDs in the API response when describing and stopping tasks. This enables customers to easily map containers to the tasks they are associated with.
13+
14+
## __Amazon ElastiCache__
15+
- ### Features
16+
- Amazon ElastiCache for Redis now supports encryption at rest using customer managed customer master keys (CMKs) in AWS Key Management Service (KMS). Amazon ElastiCache now supports cluster names upto 40 characters for replicationGoups and upto 50 characters for cacheClusters.
17+
18+
## __Application Auto Scaling__
19+
- ### Features
20+
- With the current release, you can suspend and later resume any of the following scaling actions in Application Auto Scaling: scheduled scaling actions, dynamic scaling in actions, dynamic scaling out actions.
21+
122
# __1.11.621__ __2019-08-28__
223
## __AWS Elemental MediaConvert__
324
- ### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies.
4545
<dependency>
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-java-sdk-bom</artifactId>
48-
<version>1.11.621</version>
48+
<version>1.11.622</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>

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

aws-java-sdk-acm/src/main/java/com/amazonaws/services/certificatemanager/AWSCertificateManagerClient.java

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -86,36 +86,41 @@ public class AWSCertificateManagerClient extends AmazonWebServiceClient implemen
8686
.withSupportsCbor(false)
8787
.withSupportsIon(false)
8888
.addErrorMetadata(
89-
new JsonErrorShapeMetadata().withErrorCode("InvalidTagException").withModeledClass(
90-
com.amazonaws.services.certificatemanager.model.InvalidTagException.class))
89+
new JsonErrorShapeMetadata().withErrorCode("InvalidTagException").withExceptionUnmarshaller(
90+
com.amazonaws.services.certificatemanager.model.transform.InvalidTagExceptionUnmarshaller.getInstance()))
9191
.addErrorMetadata(
92-
new JsonErrorShapeMetadata().withErrorCode("TooManyTagsException").withModeledClass(
93-
com.amazonaws.services.certificatemanager.model.TooManyTagsException.class))
92+
new JsonErrorShapeMetadata().withErrorCode("TooManyTagsException").withExceptionUnmarshaller(
93+
com.amazonaws.services.certificatemanager.model.transform.TooManyTagsExceptionUnmarshaller.getInstance()))
9494
.addErrorMetadata(
95-
new JsonErrorShapeMetadata().withErrorCode("ResourceInUseException").withModeledClass(
96-
com.amazonaws.services.certificatemanager.model.ResourceInUseException.class))
95+
new JsonErrorShapeMetadata().withErrorCode("ResourceInUseException").withExceptionUnmarshaller(
96+
com.amazonaws.services.certificatemanager.model.transform.ResourceInUseExceptionUnmarshaller.getInstance()))
9797
.addErrorMetadata(
98-
new JsonErrorShapeMetadata().withErrorCode("ResourceNotFoundException").withModeledClass(
99-
com.amazonaws.services.certificatemanager.model.ResourceNotFoundException.class))
98+
new JsonErrorShapeMetadata().withErrorCode("ResourceNotFoundException").withExceptionUnmarshaller(
99+
com.amazonaws.services.certificatemanager.model.transform.ResourceNotFoundExceptionUnmarshaller.getInstance()))
100100
.addErrorMetadata(
101-
new JsonErrorShapeMetadata().withErrorCode("InvalidArgsException").withModeledClass(
102-
com.amazonaws.services.certificatemanager.model.InvalidArgsException.class))
101+
new JsonErrorShapeMetadata().withErrorCode("InvalidArgsException").withExceptionUnmarshaller(
102+
com.amazonaws.services.certificatemanager.model.transform.InvalidArgsExceptionUnmarshaller.getInstance()))
103103
.addErrorMetadata(
104-
new JsonErrorShapeMetadata().withErrorCode("InvalidArnException").withModeledClass(
105-
com.amazonaws.services.certificatemanager.model.InvalidArnException.class))
104+
new JsonErrorShapeMetadata().withErrorCode("InvalidArnException").withExceptionUnmarshaller(
105+
com.amazonaws.services.certificatemanager.model.transform.InvalidArnExceptionUnmarshaller.getInstance()))
106106
.addErrorMetadata(
107-
new JsonErrorShapeMetadata().withErrorCode("RequestInProgressException").withModeledClass(
108-
com.amazonaws.services.certificatemanager.model.RequestInProgressException.class))
107+
new JsonErrorShapeMetadata().withErrorCode("RequestInProgressException").withExceptionUnmarshaller(
108+
com.amazonaws.services.certificatemanager.model.transform.RequestInProgressExceptionUnmarshaller.getInstance()))
109109
.addErrorMetadata(
110-
new JsonErrorShapeMetadata().withErrorCode("InvalidStateException").withModeledClass(
111-
com.amazonaws.services.certificatemanager.model.InvalidStateException.class))
110+
new JsonErrorShapeMetadata().withErrorCode("InvalidStateException").withExceptionUnmarshaller(
111+
com.amazonaws.services.certificatemanager.model.transform.InvalidStateExceptionUnmarshaller.getInstance()))
112112
.addErrorMetadata(
113-
new JsonErrorShapeMetadata().withErrorCode("InvalidDomainValidationOptionsException").withModeledClass(
114-
com.amazonaws.services.certificatemanager.model.InvalidDomainValidationOptionsException.class))
113+
new JsonErrorShapeMetadata().withErrorCode("InvalidDomainValidationOptionsException")
114+
.withExceptionUnmarshaller(
115+
com.amazonaws.services.certificatemanager.model.transform.InvalidDomainValidationOptionsExceptionUnmarshaller
116+
.getInstance()))
115117
.addErrorMetadata(
116-
new JsonErrorShapeMetadata().withErrorCode("LimitExceededException").withModeledClass(
117-
com.amazonaws.services.certificatemanager.model.LimitExceededException.class))
118-
.withBaseServiceExceptionClass(com.amazonaws.services.certificatemanager.model.AWSCertificateManagerException.class));
118+
new JsonErrorShapeMetadata().withErrorCode("LimitExceededException").withExceptionUnmarshaller(
119+
com.amazonaws.services.certificatemanager.model.transform.LimitExceededExceptionUnmarshaller.getInstance()))
120+
.addErrorMetadata(
121+
new JsonErrorShapeMetadata().withErrorCode(null).withExceptionUnmarshaller(
122+
new JsonBaseExceptionUnmarshaller<com.amazonaws.services.certificatemanager.model.AWSCertificateManagerException>(
123+
com.amazonaws.services.certificatemanager.model.AWSCertificateManagerException.class))));
119124

120125
/**
121126
* Constructs a new client to invoke service methods on ACM. A credentials provider chain will be used that searches
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
/*
2+
* Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
5+
* the License. A copy of the License is located at
6+
*
7+
* http://aws.amazon.com/apache2.0
8+
*
9+
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10+
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
11+
* and limitations under the License.
12+
*/
13+
package com.amazonaws.services.certificatemanager.model.transform;
14+
15+
import java.math.*;
16+
17+
import javax.annotation.Generated;
18+
19+
import com.amazonaws.services.certificatemanager.model.*;
20+
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
21+
import com.amazonaws.transform.*;
22+
23+
import com.fasterxml.jackson.core.JsonToken;
24+
import static com.fasterxml.jackson.core.JsonToken.*;
25+
26+
/**
27+
* InvalidArgsException JSON Unmarshaller
28+
*/
29+
@Generated("com.amazonaws:aws-java-sdk-code-generator")
30+
public class InvalidArgsExceptionUnmarshaller extends JsonErrorUnmarshaller<com.amazonaws.services.certificatemanager.model.InvalidArgsException> {
31+
private InvalidArgsExceptionUnmarshaller() {
32+
super("InvalidArgsException");
33+
}
34+
35+
@Override
36+
public com.amazonaws.services.certificatemanager.model.InvalidArgsException unmarshall(JsonUnmarshallerContext context) throws Exception {
37+
com.amazonaws.services.certificatemanager.model.InvalidArgsException invalidArgsException = new com.amazonaws.services.certificatemanager.model.InvalidArgsException(
38+
null);
39+
40+
int originalDepth = context.getCurrentDepth();
41+
String currentParentElement = context.getCurrentParentElement();
42+
int targetDepth = originalDepth + 1;
43+
44+
JsonToken token = context.getCurrentToken();
45+
if (token == null)
46+
token = context.nextToken();
47+
if (token == VALUE_NULL) {
48+
return null;
49+
}
50+
51+
while (true) {
52+
if (token == null)
53+
break;
54+
55+
if (token == FIELD_NAME || token == START_OBJECT) {
56+
} else if (token == END_ARRAY || token == END_OBJECT) {
57+
if (context.getLastParsedParentElement() == null || context.getLastParsedParentElement().equals(currentParentElement)) {
58+
if (context.getCurrentDepth() <= originalDepth)
59+
break;
60+
}
61+
}
62+
token = context.nextToken();
63+
}
64+
return invalidArgsException;
65+
}
66+
67+
private static InvalidArgsExceptionUnmarshaller instance;
68+
69+
public static InvalidArgsExceptionUnmarshaller getInstance() {
70+
if (instance == null)
71+
instance = new InvalidArgsExceptionUnmarshaller();
72+
return instance;
73+
}
74+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
/*
2+
* Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
5+
* the License. A copy of the License is located at
6+
*
7+
* http://aws.amazon.com/apache2.0
8+
*
9+
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10+
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
11+
* and limitations under the License.
12+
*/
13+
package com.amazonaws.services.certificatemanager.model.transform;
14+
15+
import java.math.*;
16+
17+
import javax.annotation.Generated;
18+
19+
import com.amazonaws.services.certificatemanager.model.*;
20+
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
21+
import com.amazonaws.transform.*;
22+
23+
import com.fasterxml.jackson.core.JsonToken;
24+
import static com.fasterxml.jackson.core.JsonToken.*;
25+
26+
/**
27+
* InvalidArnException JSON Unmarshaller
28+
*/
29+
@Generated("com.amazonaws:aws-java-sdk-code-generator")
30+
public class InvalidArnExceptionUnmarshaller extends JsonErrorUnmarshaller<com.amazonaws.services.certificatemanager.model.InvalidArnException> {
31+
private InvalidArnExceptionUnmarshaller() {
32+
super("InvalidArnException");
33+
}
34+
35+
@Override
36+
public com.amazonaws.services.certificatemanager.model.InvalidArnException unmarshall(JsonUnmarshallerContext context) throws Exception {
37+
com.amazonaws.services.certificatemanager.model.InvalidArnException invalidArnException = new com.amazonaws.services.certificatemanager.model.InvalidArnException(
38+
null);
39+
40+
int originalDepth = context.getCurrentDepth();
41+
String currentParentElement = context.getCurrentParentElement();
42+
int targetDepth = originalDepth + 1;
43+
44+
JsonToken token = context.getCurrentToken();
45+
if (token == null)
46+
token = context.nextToken();
47+
if (token == VALUE_NULL) {
48+
return null;
49+
}
50+
51+
while (true) {
52+
if (token == null)
53+
break;
54+
55+
if (token == FIELD_NAME || token == START_OBJECT) {
56+
} else if (token == END_ARRAY || token == END_OBJECT) {
57+
if (context.getLastParsedParentElement() == null || context.getLastParsedParentElement().equals(currentParentElement)) {
58+
if (context.getCurrentDepth() <= originalDepth)
59+
break;
60+
}
61+
}
62+
token = context.nextToken();
63+
}
64+
return invalidArnException;
65+
}
66+
67+
private static InvalidArnExceptionUnmarshaller instance;
68+
69+
public static InvalidArnExceptionUnmarshaller getInstance() {
70+
if (instance == null)
71+
instance = new InvalidArnExceptionUnmarshaller();
72+
return instance;
73+
}
74+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
/*
2+
* Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
5+
* the License. A copy of the License is located at
6+
*
7+
* http://aws.amazon.com/apache2.0
8+
*
9+
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10+
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
11+
* and limitations under the License.
12+
*/
13+
package com.amazonaws.services.certificatemanager.model.transform;
14+
15+
import java.math.*;
16+
17+
import javax.annotation.Generated;
18+
19+
import com.amazonaws.services.certificatemanager.model.*;
20+
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
21+
import com.amazonaws.transform.*;
22+
23+
import com.fasterxml.jackson.core.JsonToken;
24+
import static com.fasterxml.jackson.core.JsonToken.*;
25+
26+
/**
27+
* InvalidDomainValidationOptionsException JSON Unmarshaller
28+
*/
29+
@Generated("com.amazonaws:aws-java-sdk-code-generator")
30+
public class InvalidDomainValidationOptionsExceptionUnmarshaller extends
31+
JsonErrorUnmarshaller<com.amazonaws.services.certificatemanager.model.InvalidDomainValidationOptionsException> {
32+
private InvalidDomainValidationOptionsExceptionUnmarshaller() {
33+
super("InvalidDomainValidationOptionsException");
34+
}
35+
36+
@Override
37+
public com.amazonaws.services.certificatemanager.model.InvalidDomainValidationOptionsException unmarshall(JsonUnmarshallerContext context) throws Exception {
38+
com.amazonaws.services.certificatemanager.model.InvalidDomainValidationOptionsException invalidDomainValidationOptionsException = new com.amazonaws.services.certificatemanager.model.InvalidDomainValidationOptionsException(
39+
null);
40+
41+
int originalDepth = context.getCurrentDepth();
42+
String currentParentElement = context.getCurrentParentElement();
43+
int targetDepth = originalDepth + 1;
44+
45+
JsonToken token = context.getCurrentToken();
46+
if (token == null)
47+
token = context.nextToken();
48+
if (token == VALUE_NULL) {
49+
return null;
50+
}
51+
52+
while (true) {
53+
if (token == null)
54+
break;
55+
56+
if (token == FIELD_NAME || token == START_OBJECT) {
57+
} else if (token == END_ARRAY || token == END_OBJECT) {
58+
if (context.getLastParsedParentElement() == null || context.getLastParsedParentElement().equals(currentParentElement)) {
59+
if (context.getCurrentDepth() <= originalDepth)
60+
break;
61+
}
62+
}
63+
token = context.nextToken();
64+
}
65+
return invalidDomainValidationOptionsException;
66+
}
67+
68+
private static InvalidDomainValidationOptionsExceptionUnmarshaller instance;
69+
70+
public static InvalidDomainValidationOptionsExceptionUnmarshaller getInstance() {
71+
if (instance == null)
72+
instance = new InvalidDomainValidationOptionsExceptionUnmarshaller();
73+
return instance;
74+
}
75+
}

0 commit comments

Comments
 (0)