Skip to content

Commit

Permalink
AWS SDK for Java 1.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Jul 14, 2016
1 parent 3a10eae commit 205f913
Show file tree
Hide file tree
Showing 278 changed files with 66,360 additions and 66,312 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.17</version>
<version>1.11.18</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions aws-java-sdk-acm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.18-SNAPSHOT</version>
<version>1.11.18</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-acm</artifactId>
Expand All @@ -19,7 +19,7 @@
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.11.18-SNAPSHOT</version>
<version>1.11.18</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@ public AWSCertificateManagerAsyncClient(
* @param asyncClientParams
* Object providing client parameters.
*/
public AWSCertificateManagerAsyncClient(
AwsAsyncClientParams asyncClientParams) {
AWSCertificateManagerAsyncClient(AwsAsyncClientParams asyncClientParams) {
super(asyncClientParams);
this.executorService = asyncClientParams.getExecutor();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,10 @@ public AWSCertificateManagerClient(
* @param clientParams
* Object providing client parameters.
*/
public AWSCertificateManagerClient(AwsSyncClientParams clientParams) {
AWSCertificateManagerClient(AwsSyncClientParams clientParams) {
super(clientParams);
this.awsCredentialsProvider = clientParams.getCredentialsProvider();
init();
}

private void init() {
Expand Down
4 changes: 2 additions & 2 deletions aws-java-sdk-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.18-SNAPSHOT</version>
<version>1.11.18</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</artifactId>
Expand All @@ -19,7 +19,7 @@
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.11.18-SNAPSHOT</version>
<version>1.11.18</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public AmazonApiGatewayAsyncClient(
* @param asyncClientParams
* Object providing client parameters.
*/
public AmazonApiGatewayAsyncClient(AwsAsyncClientParams asyncClientParams) {
AmazonApiGatewayAsyncClient(AwsAsyncClientParams asyncClientParams) {
super(asyncClientParams);
this.executorService = asyncClientParams.getExecutor();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,10 @@ public AmazonApiGatewayClient(
* @param clientParams
* Object providing client parameters.
*/
public AmazonApiGatewayClient(AwsSyncClientParams clientParams) {
AmazonApiGatewayClient(AwsSyncClientParams clientParams) {
super(clientParams);
this.awsCredentialsProvider = clientParams.getCredentialsProvider();
init();
}

private void init() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"jsonVersion" : "1.1",
"endpointPrefix" : "apigateway",
"signingName" : "apigateway",
"syncClientBuilderClassName" : "AmazonApiGatewayClientBuilder",
"asyncClientBuilderClassName" : "AmazonApiGatewayAsyncClientBuilder",
"serviceName" : "Amazon API Gateway",
"protocolDefaultExceptionUmarshallerImpl" : null,
"jsonProtocol" : true,
"xmlProtocol" : false,
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller"
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUmarshallerImpl" : null,
"syncClientBuilderClassName" : "AmazonApiGatewayClientBuilder",
"asyncClientBuilderClassName" : "AmazonApiGatewayAsyncClientBuilder",
"serviceName" : "Amazon API Gateway"
},
"operations" : {
"CreateApiKey" : {
Expand Down
4 changes: 2 additions & 2 deletions aws-java-sdk-applicationautoscaling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.18-SNAPSHOT</version>
<version>1.11.18</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-applicationautoscaling</artifactId>
Expand All @@ -19,7 +19,7 @@
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.11.18-SNAPSHOT</version>
<version>1.11.18</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ public AWSApplicationAutoScalingAsyncClient(
* @param asyncClientParams
* Object providing client parameters.
*/
public AWSApplicationAutoScalingAsyncClient(
AwsAsyncClientParams asyncClientParams) {
AWSApplicationAutoScalingAsyncClient(AwsAsyncClientParams asyncClientParams) {
super(asyncClientParams);
this.executorService = asyncClientParams.getExecutor();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,10 @@ public AWSApplicationAutoScalingClient(
* @param clientParams
* Object providing client parameters.
*/
public AWSApplicationAutoScalingClient(AwsSyncClientParams clientParams) {
AWSApplicationAutoScalingClient(AwsSyncClientParams clientParams) {
super(clientParams);
this.awsCredentialsProvider = clientParams.getCredentialsProvider();
init();
}

private void init() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"jsonVersion" : "1.1",
"endpointPrefix" : "autoscaling",
"signingName" : "application-autoscaling",
"jsonProtocol" : true,
"syncClientBuilderClassName" : "AWSApplicationAutoScalingClientBuilder",
"asyncClientBuilderClassName" : "AWSApplicationAutoScalingAsyncClientBuilder",
"serviceName" : "Application Auto Scaling",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUmarshallerImpl" : null
"protocolDefaultExceptionUmarshallerImpl" : null,
"jsonProtocol" : true
},
"operations" : {
"DeleteScalingPolicy" : {
Expand Down Expand Up @@ -1164,10 +1164,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "ScalingPolicy",
"simple" : false,
"map" : false,
"templateType" : "java.util.List<ScalingPolicy>",
"templateImplType" : "java.util.ArrayList<ScalingPolicy>"
"templateImplType" : "java.util.ArrayList<ScalingPolicy>",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -1357,10 +1357,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "ScalingPolicy",
"simple" : false,
"map" : false,
"templateType" : "java.util.List<ScalingPolicy>",
"templateImplType" : "java.util.ArrayList<ScalingPolicy>"
"templateImplType" : "java.util.ArrayList<ScalingPolicy>",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -1683,10 +1683,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "ScalableTarget",
"simple" : false,
"map" : false,
"templateType" : "java.util.List<ScalableTarget>",
"templateImplType" : "java.util.ArrayList<ScalableTarget>"
"templateImplType" : "java.util.ArrayList<ScalableTarget>",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -1929,10 +1929,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "ScalableTarget",
"simple" : false,
"map" : false,
"templateType" : "java.util.List<ScalableTarget>",
"templateImplType" : "java.util.ArrayList<ScalableTarget>"
"templateImplType" : "java.util.ArrayList<ScalableTarget>",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -3651,10 +3651,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List<String>",
"templateImplType" : "java.util.ArrayList<String>"
"templateImplType" : "java.util.ArrayList<String>",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -4056,10 +4056,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List<String>",
"templateImplType" : "java.util.ArrayList<String>"
"templateImplType" : "java.util.ArrayList<String>",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -4505,10 +4505,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List<String>",
"templateImplType" : "java.util.ArrayList<String>"
"templateImplType" : "java.util.ArrayList<String>",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -4806,10 +4806,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"simple" : true,
"map" : false,
"templateType" : "java.util.List<String>",
"templateImplType" : "java.util.ArrayList<String>"
"templateImplType" : "java.util.ArrayList<String>",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -6393,10 +6393,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "StepAdjustment",
"simple" : false,
"map" : false,
"templateType" : "java.util.List<StepAdjustment>",
"templateImplType" : "java.util.ArrayList<StepAdjustment>"
"templateImplType" : "java.util.ArrayList<StepAdjustment>",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -6743,10 +6743,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "StepAdjustment",
"simple" : false,
"map" : false,
"templateType" : "java.util.List<StepAdjustment>",
"templateImplType" : "java.util.ArrayList<StepAdjustment>"
"templateImplType" : "java.util.ArrayList<StepAdjustment>",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -7442,10 +7442,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Alarm",
"simple" : false,
"map" : false,
"templateType" : "java.util.List<Alarm>",
"templateImplType" : "java.util.ArrayList<Alarm>"
"templateImplType" : "java.util.ArrayList<Alarm>",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -7953,10 +7953,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "Alarm",
"simple" : false,
"map" : false,
"templateType" : "java.util.List<Alarm>",
"templateImplType" : "java.util.ArrayList<Alarm>"
"templateImplType" : "java.util.ArrayList<Alarm>",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -8729,10 +8729,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "ScalingActivity",
"simple" : false,
"map" : false,
"templateType" : "java.util.List<ScalingActivity>",
"templateImplType" : "java.util.ArrayList<ScalingActivity>"
"templateImplType" : "java.util.ArrayList<ScalingActivity>",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -8975,10 +8975,10 @@
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "ScalingActivity",
"simple" : false,
"map" : false,
"templateType" : "java.util.List<ScalingActivity>",
"templateImplType" : "java.util.ArrayList<ScalingActivity>"
"templateImplType" : "java.util.ArrayList<ScalingActivity>",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
Expand Down Expand Up @@ -10784,6 +10784,6 @@
"version" : "1.0",
"operationExamples" : { }
},
"clientConfigFactory" : "ClientConfigurationFactory",
"exceptionUnmarshallerImpl" : null
"exceptionUnmarshallerImpl" : null,
"clientConfigFactory" : "ClientConfigurationFactory"
}
4 changes: 2 additions & 2 deletions aws-java-sdk-autoscaling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.18-SNAPSHOT</version>
<version>1.11.18</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-autoscaling</artifactId>
Expand All @@ -19,7 +19,7 @@
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.11.18-SNAPSHOT</version>
<version>1.11.18</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public AmazonAutoScalingAsyncClient(
* @param asyncClientParams
* Object providing client parameters.
*/
public AmazonAutoScalingAsyncClient(AwsAsyncClientParams asyncClientParams) {
AmazonAutoScalingAsyncClient(AwsAsyncClientParams asyncClientParams) {
super(asyncClientParams);
this.executorService = asyncClientParams.getExecutor();
}
Expand Down
Loading

0 comments on commit 205f913

Please sign in to comment.