Skip to content

Commit

Permalink
AWS SDK for Java 1.11.35
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Sep 16, 2016
1 parent 8ca2018 commit c27611c
Show file tree
Hide file tree
Showing 339 changed files with 147,632 additions and 142,873 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -10,6 +10,7 @@ started in minutes using ***Maven*** or by downloading a [single zip file][insta
* [Forum][sdk-forum] * [Forum][sdk-forum]
* [Issues][sdk-issues] * [Issues][sdk-issues]
* [SDK Blog][blog] * [SDK Blog][blog]
* [Release Notes][release-notes]


## Getting Started ## Getting Started


Expand Down Expand Up @@ -39,7 +40,7 @@ dependencies.
<dependency> <dependency>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId> <artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.34</version> <version>1.11.35</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
Expand Down Expand Up @@ -122,3 +123,4 @@ mvn clean install -Dgpg.skip=true
[sdk-license]: http://aws.amazon.com/apache2.0/ [sdk-license]: http://aws.amazon.com/apache2.0/
[sdk-website]: http://aws.amazon.com/sdkforjava [sdk-website]: http://aws.amazon.com/sdkforjava
[aws-java-sdk-bom]: https://github.com/aws/aws-sdk-java/tree/master/aws-java-sdk-bom [aws-java-sdk-bom]: https://github.com/aws/aws-sdk-java/tree/master/aws-java-sdk-bom
[release-notes]: https://aws.amazon.com/releasenotes/Java?browse=1
6 changes: 3 additions & 3 deletions aws-java-sdk-acm/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId> <artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.35-SNAPSHOT</version> <version>1.11.35</version>
</parent> </parent>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-acm</artifactId> <artifactId>aws-java-sdk-acm</artifactId>
Expand All @@ -19,14 +19,14 @@
<artifactId>aws-java-sdk-core</artifactId> <artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<optional>false</optional> <optional>false</optional>
<version>1.11.35-SNAPSHOT</version> <version>1.11.35</version>
</dependency> </dependency>
<dependency> <dependency>
<artifactId>aws-java-sdk-test-utils</artifactId> <artifactId>aws-java-sdk-test-utils</artifactId>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<optional>false</optional> <optional>false</optional>
<scope>test</scope> <scope>test</scope>
<version>1.11.35-SNAPSHOT</version> <version>1.11.35</version>
</dependency> </dependency>
<dependency> <dependency>
<artifactId>jmespath-java</artifactId> <artifactId>jmespath-java</artifactId>
Expand Down
Expand Up @@ -82,6 +82,7 @@ public class AWSCertificateManagerClient extends AmazonWebServiceClient
new JsonClientMetadata() new JsonClientMetadata()
.withProtocolVersion("1.1") .withProtocolVersion("1.1")
.withSupportsCbor(false) .withSupportsCbor(false)
.withSupportsIon(false)
.addErrorMetadata( .addErrorMetadata(
new JsonErrorShapeMetadata() new JsonErrorShapeMetadata()
.withErrorCode("InvalidTagException") .withErrorCode("InvalidTagException")
Expand Down
Expand Up @@ -20,16 +20,17 @@
"endpointPrefix" : "acm", "endpointPrefix" : "acm",
"signingName" : "acm", "signingName" : "acm",
"protocolDefaultExceptionUmarshallerImpl" : null, "protocolDefaultExceptionUmarshallerImpl" : null,
"jsonProtocol" : true,
"syncClientBuilderClassName" : "AWSCertificateManagerClientBuilder", "syncClientBuilderClassName" : "AWSCertificateManagerClientBuilder",
"asyncClientBuilderClassName" : "AWSCertificateManagerAsyncClientBuilder", "asyncClientBuilderClassName" : "AWSCertificateManagerAsyncClientBuilder",
"cucumberModuleInjectorClassName" : "AWSCertificateManagerModuleInjector", "cucumberModuleInjectorClassName" : "AWSCertificateManagerModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.certificatemanager.smoketests", "smokeTestsPackageName" : "com.amazonaws.services.certificatemanager.smoketests",
"serviceName" : "ACM", "serviceName" : "ACM",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"jsonProtocol" : true,
"ionProtocol" : false,
"cborProtocol" : false, "cborProtocol" : false,
"xmlProtocol" : false, "xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerContextClassName" : "JsonUnmarshallerContext"
"unmarshallerClassSuffix" : "JsonUnmarshaller"
}, },
"operations" : { "operations" : {
"AddTagsToCertificate" : { "AddTagsToCertificate" : {
Expand Down Expand Up @@ -8680,12 +8681,12 @@
"examples" : { }, "examples" : { },
"version" : "1.0" "version" : "1.0"
}, },
"fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */",
"clientConfigFactory" : "ClientConfigurationFactory", "clientConfigFactory" : "ClientConfigurationFactory",
"exceptionUnmarshallerImpl" : null, "exceptionUnmarshallerImpl" : null,
"sdkModeledExceptionBaseClassName" : "AWSCertificateManagerException",
"serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException",
"sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.certificatemanager.model.AWSCertificateManagerException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.certificatemanager.model.AWSCertificateManagerException",
"fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */",
"hasWaiters" : false, "hasWaiters" : false,
"sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult<com.amazonaws.ResponseMetadata>" "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult<com.amazonaws.ResponseMetadata>",
"sdkModeledExceptionBaseClassName" : "AWSCertificateManagerException"
} }
6 changes: 3 additions & 3 deletions aws-java-sdk-api-gateway/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId> <artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.35-SNAPSHOT</version> <version>1.11.35</version>
</parent> </parent>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</artifactId> <artifactId>aws-java-sdk-api-gateway</artifactId>
Expand All @@ -19,14 +19,14 @@
<artifactId>aws-java-sdk-core</artifactId> <artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<optional>false</optional> <optional>false</optional>
<version>1.11.35-SNAPSHOT</version> <version>1.11.35</version>
</dependency> </dependency>
<dependency> <dependency>
<artifactId>aws-java-sdk-test-utils</artifactId> <artifactId>aws-java-sdk-test-utils</artifactId>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<optional>false</optional> <optional>false</optional>
<scope>test</scope> <scope>test</scope>
<version>1.11.35-SNAPSHOT</version> <version>1.11.35</version>
</dependency> </dependency>
<dependency> <dependency>
<artifactId>jmespath-java</artifactId> <artifactId>jmespath-java</artifactId>
Expand Down
Expand Up @@ -76,6 +76,7 @@ public class AmazonApiGatewayClient extends AmazonWebServiceClient implements
new JsonClientMetadata() new JsonClientMetadata()
.withProtocolVersion("1.1") .withProtocolVersion("1.1")
.withSupportsCbor(false) .withSupportsCbor(false)
.withSupportsIon(false)
.withContentTypeOverride("") .withContentTypeOverride("")
.addErrorMetadata( .addErrorMetadata(
new JsonErrorShapeMetadata() new JsonErrorShapeMetadata()
Expand Down

0 comments on commit c27611c

Please sign in to comment.