Skip to content

Commit

Permalink
AWS SDK for Java 1.11.39
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Sep 30, 2016
1 parent c5320f9 commit 5683e73
Show file tree
Hide file tree
Showing 502 changed files with 16,915 additions and 3,279 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.38</version>
<version>1.11.39</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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.39-SNAPSHOT</version>
<version>1.11.39</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-acm</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class AWSCertificateManagerAsyncClient extends AWSCertificateManagerClien
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AWSCertificateManagerAsyncClient() {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain());
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance());
}

/**
Expand All @@ -79,7 +79,7 @@ public AWSCertificateManagerAsyncClient() {
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AWSCertificateManagerAsyncClient(com.amazonaws.ClientConfiguration clientConfiguration) {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain(), clientConfiguration, java.util.concurrent.Executors
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration, java.util.concurrent.Executors
.newFixedThreadPool(clientConfiguration.getMaxConnections()));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public class AWSCertificateManagerClient extends AmazonWebServiceClient implemen
* @see DefaultAWSCredentialsProviderChain
*/
public AWSCertificateManagerClient() {
this(new DefaultAWSCredentialsProviderChain(), configFactory.getConfig());
this(DefaultAWSCredentialsProviderChain.getInstance(), configFactory.getConfig());
}

/**
Expand All @@ -139,7 +139,7 @@ public AWSCertificateManagerClient() {
* @see DefaultAWSCredentialsProviderChain
*/
public AWSCertificateManagerClient(ClientConfiguration clientConfiguration) {
this(new DefaultAWSCredentialsProviderChain(), clientConfiguration);
this(DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 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.39-SNAPSHOT</version>
<version>1.11.39</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class AmazonApiGatewayAsyncClient extends AmazonApiGatewayClient implemen
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonApiGatewayAsyncClient() {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain());
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance());
}

/**
Expand All @@ -76,7 +76,7 @@ public AmazonApiGatewayAsyncClient() {
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonApiGatewayAsyncClient(com.amazonaws.ClientConfiguration clientConfiguration) {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain(), clientConfiguration, java.util.concurrent.Executors
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration, java.util.concurrent.Executors
.newFixedThreadPool(clientConfiguration.getMaxConnections()));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public class AmazonApiGatewayClient extends AmazonWebServiceClient implements Am
* @see DefaultAWSCredentialsProviderChain
*/
public AmazonApiGatewayClient() {
this(new DefaultAWSCredentialsProviderChain(), configFactory.getConfig());
this(DefaultAWSCredentialsProviderChain.getInstance(), configFactory.getConfig());
}

/**
Expand All @@ -131,7 +131,7 @@ public AmazonApiGatewayClient() {
* @see DefaultAWSCredentialsProviderChain
*/
public AmazonApiGatewayClient(ClientConfiguration clientConfiguration) {
this(new DefaultAWSCredentialsProviderChain(), clientConfiguration);
this(DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 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.39-SNAPSHOT</version>
<version>1.11.39</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-applicationautoscaling</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public class AWSApplicationAutoScalingAsyncClient extends AWSApplicationAutoScal
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AWSApplicationAutoScalingAsyncClient() {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain());
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance());
}

/**
Expand All @@ -155,7 +155,7 @@ public AWSApplicationAutoScalingAsyncClient() {
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AWSApplicationAutoScalingAsyncClient(com.amazonaws.ClientConfiguration clientConfiguration) {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain(), clientConfiguration, java.util.concurrent.Executors
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration, java.util.concurrent.Executors
.newFixedThreadPool(clientConfiguration.getMaxConnections()));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public class AWSApplicationAutoScalingClient extends AmazonWebServiceClient impl
* @see DefaultAWSCredentialsProviderChain
*/
public AWSApplicationAutoScalingClient() {
this(new DefaultAWSCredentialsProviderChain(), configFactory.getConfig());
this(DefaultAWSCredentialsProviderChain.getInstance(), configFactory.getConfig());
}

/**
Expand All @@ -209,7 +209,7 @@ public AWSApplicationAutoScalingClient() {
* @see DefaultAWSCredentialsProviderChain
*/
public AWSApplicationAutoScalingClient(ClientConfiguration clientConfiguration) {
this(new DefaultAWSCredentialsProviderChain(), clientConfiguration);
this(DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion 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.39-SNAPSHOT</version>
<version>1.11.39</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-autoscaling</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class AmazonAutoScalingAsyncClient extends AmazonAutoScalingClient implem
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonAutoScalingAsyncClient() {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain());
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance());
}

/**
Expand All @@ -76,7 +76,7 @@ public AmazonAutoScalingAsyncClient() {
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonAutoScalingAsyncClient(com.amazonaws.ClientConfiguration clientConfiguration) {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain(), clientConfiguration, java.util.concurrent.Executors
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration, java.util.concurrent.Executors
.newFixedThreadPool(clientConfiguration.getMaxConnections()));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class AmazonAutoScalingClient extends AmazonWebServiceClient implements A
* @see DefaultAWSCredentialsProviderChain
*/
public AmazonAutoScalingClient() {
this(new DefaultAWSCredentialsProviderChain(), configFactory.getConfig());
this(DefaultAWSCredentialsProviderChain.getInstance(), configFactory.getConfig());
}

/**
Expand All @@ -111,7 +111,7 @@ public AmazonAutoScalingClient() {
* @see DefaultAWSCredentialsProviderChain
*/
public AmazonAutoScalingClient(ClientConfiguration clientConfiguration) {
this(new DefaultAWSCredentialsProviderChain(), clientConfiguration);
this(DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-bom/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.39-SNAPSHOT</version>
<version>1.11.39</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-cloudformation/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.39-SNAPSHOT</version>
<version>1.11.39</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudformation</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class AmazonCloudFormationAsyncClient extends AmazonCloudFormationClient
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonCloudFormationAsyncClient() {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain());
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance());
}

/**
Expand All @@ -91,7 +91,7 @@ public AmazonCloudFormationAsyncClient() {
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonCloudFormationAsyncClient(com.amazonaws.ClientConfiguration clientConfiguration) {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain(), clientConfiguration, java.util.concurrent.Executors
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration, java.util.concurrent.Executors
.newFixedThreadPool(clientConfiguration.getMaxConnections()));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class AmazonCloudFormationClient extends AmazonWebServiceClient implement
* @see DefaultAWSCredentialsProviderChain
*/
public AmazonCloudFormationClient() {
this(new DefaultAWSCredentialsProviderChain(), configFactory.getConfig());
this(DefaultAWSCredentialsProviderChain.getInstance(), configFactory.getConfig());
}

/**
Expand All @@ -126,7 +126,7 @@ public AmazonCloudFormationClient() {
* @see DefaultAWSCredentialsProviderChain
*/
public AmazonCloudFormationClient(ClientConfiguration clientConfiguration) {
this(new DefaultAWSCredentialsProviderChain(), clientConfiguration);
this(DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-cloudfront/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.39-SNAPSHOT</version>
<version>1.11.39</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudfront</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class AmazonCloudFrontAsyncClient extends AmazonCloudFrontClient implemen
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonCloudFrontAsyncClient() {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain());
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance());
}

/**
Expand All @@ -76,7 +76,7 @@ public AmazonCloudFrontAsyncClient() {
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonCloudFrontAsyncClient(com.amazonaws.ClientConfiguration clientConfiguration) {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain(), clientConfiguration, java.util.concurrent.Executors
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration, java.util.concurrent.Executors
.newFixedThreadPool(clientConfiguration.getMaxConnections()));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class AmazonCloudFrontClient extends AmazonWebServiceClient implements Am
* @see DefaultAWSCredentialsProviderChain
*/
public AmazonCloudFrontClient() {
this(new DefaultAWSCredentialsProviderChain(), configFactory.getConfig());
this(DefaultAWSCredentialsProviderChain.getInstance(), configFactory.getConfig());
}

/**
Expand All @@ -111,7 +111,7 @@ public AmazonCloudFrontClient() {
* @see DefaultAWSCredentialsProviderChain
*/
public AmazonCloudFrontClient(ClientConfiguration clientConfiguration) {
this(new DefaultAWSCredentialsProviderChain(), clientConfiguration);
this(DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-cloudhsm/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.39-SNAPSHOT</version>
<version>1.11.39</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudhsm</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class AWSCloudHSMAsyncClient extends AWSCloudHSMClient implements AWSClou
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AWSCloudHSMAsyncClient() {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain());
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance());
}

/**
Expand All @@ -71,7 +71,7 @@ public AWSCloudHSMAsyncClient() {
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AWSCloudHSMAsyncClient(com.amazonaws.ClientConfiguration clientConfiguration) {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain(), clientConfiguration, java.util.concurrent.Executors
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration, java.util.concurrent.Executors
.newFixedThreadPool(clientConfiguration.getMaxConnections()));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class AWSCloudHSMClient extends AmazonWebServiceClient implements AWSClou
* @see DefaultAWSCredentialsProviderChain
*/
public AWSCloudHSMClient() {
this(new DefaultAWSCredentialsProviderChain(), configFactory.getConfig());
this(DefaultAWSCredentialsProviderChain.getInstance(), configFactory.getConfig());
}

/**
Expand All @@ -113,7 +113,7 @@ public AWSCloudHSMClient() {
* @see DefaultAWSCredentialsProviderChain
*/
public AWSCloudHSMClient(ClientConfiguration clientConfiguration) {
this(new DefaultAWSCredentialsProviderChain(), clientConfiguration);
this(DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-cloudsearch/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.39-SNAPSHOT</version>
<version>1.11.39</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudsearch</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class AmazonCloudSearchDomainAsyncClient extends AmazonCloudSearchDomainC
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonCloudSearchDomainAsyncClient() {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain());
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance());
}

/**
Expand All @@ -83,7 +83,7 @@ public AmazonCloudSearchDomainAsyncClient() {
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonCloudSearchDomainAsyncClient(com.amazonaws.ClientConfiguration clientConfiguration) {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain(), clientConfiguration, java.util.concurrent.Executors
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration, java.util.concurrent.Executors
.newFixedThreadPool(clientConfiguration.getMaxConnections()));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class AmazonCloudSearchDomainClient extends AmazonWebServiceClient implem
* @see DefaultAWSCredentialsProviderChain
*/
public AmazonCloudSearchDomainClient() {
this(new DefaultAWSCredentialsProviderChain(), configFactory.getConfig());
this(DefaultAWSCredentialsProviderChain.getInstance(), configFactory.getConfig());
}

/**
Expand All @@ -123,7 +123,7 @@ public AmazonCloudSearchDomainClient() {
* @see DefaultAWSCredentialsProviderChain
*/
public AmazonCloudSearchDomainClient(ClientConfiguration clientConfiguration) {
this(new DefaultAWSCredentialsProviderChain(), clientConfiguration);
this(DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class AmazonCloudSearchAsyncClient extends AmazonCloudSearchClient implem
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonCloudSearchAsyncClient() {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain());
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance());
}

/**
Expand All @@ -82,7 +82,7 @@ public AmazonCloudSearchAsyncClient() {
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
*/
public AmazonCloudSearchAsyncClient(com.amazonaws.ClientConfiguration clientConfiguration) {
this(new com.amazonaws.auth.DefaultAWSCredentialsProviderChain(), clientConfiguration, java.util.concurrent.Executors
this(com.amazonaws.auth.DefaultAWSCredentialsProviderChain.getInstance(), clientConfiguration, java.util.concurrent.Executors
.newFixedThreadPool(clientConfiguration.getMaxConnections()));
}

Expand Down
Loading

0 comments on commit 5683e73

Please sign in to comment.