Skip to content

Commit

Permalink
AWS SDK for Java 1.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Jun 27, 2016
1 parent dd3524d commit 51428ab
Show file tree
Hide file tree
Showing 283 changed files with 39,548 additions and 39,684 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.10</version>
<version>1.11.11</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
21 changes: 15 additions & 6 deletions aws-java-sdk-acm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,40 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.11-SNAPSHOT</version>
<version>1.11.11</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-acm</artifactId>
<name>AWS Java SDK for AWS Certificate Manager</name>
<description>The AWS Java SDK for AWS Certificate Manager module holds the client classes that are used for communicating with AWS Certificate Manager service.</description>
<url>https://aws.amazon.com/sdkforjava</url>

<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.11.10</version>
<optional>false</optional>
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.11.11</version>
</dependency>
</dependencies>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>

<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
<profiles>
<profile>
<id>versiondiff</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
*/
public interface AWSCertificateManager {

/**
* The region metadata service name for computing region endpoints. You can
* use this value to retrieve metadata (such as supported regions) of the
* service.
*
* @see RegionUtils#getRegionsForService(String)
*/
String ENDPOINT_PREFIX = "acm";

/**
* Overrides the default endpoint for this client
* ("https://acm.us-east-1.amazonaws.com"). Callers can use this method to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ public class AWSCertificateManagerClient extends AmazonWebServiceClient
/** Default signing name for the service. */
private static final String DEFAULT_SIGNING_NAME = "acm";

/** The region metadata service name for computing region endpoints. */
private static final String DEFAULT_ENDPOINT_PREFIX = "acm";

/**
* Client configuration factory providing ClientConfigurations tailored to
* this client
Expand Down Expand Up @@ -281,7 +278,7 @@ public AWSCertificateManagerClient(

private void init() {
setServiceNameIntern(DEFAULT_SIGNING_NAME);
setEndpointPrefix(DEFAULT_ENDPOINT_PREFIX);
setEndpointPrefix(ENDPOINT_PREFIX);
// calling this.setEndPoint(...) will also modify the signer accordingly
setEndpoint("https://acm.us-east-1.amazonaws.com");
HandlerChainFactory chainFactory = new HandlerChainFactory();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"documentation" : "<p>The request contains too many tags. Try the request again with fewer tags.</p>"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "AddTagsToCertificateResult",
"asyncReturnType" : "AddTagsToCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future<AddTagsToCertificateResult>",
"asyncCallableType" : "java.util.concurrent.Callable<AddTagsToCertificateResult>",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler<AddTagsToCertificateRequest, AddTagsToCertificateResult>",
"authenticated" : true,
"methodName" : "addTagsToCertificate"
},
"DeleteCertificate" : {
Expand Down Expand Up @@ -96,12 +96,12 @@
"documentation" : "<p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteCertificateResult",
"asyncReturnType" : "DeleteCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future<DeleteCertificateResult>",
"asyncCallableType" : "java.util.concurrent.Callable<DeleteCertificateResult>",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler<DeleteCertificateRequest, DeleteCertificateResult>",
"authenticated" : true,
"methodName" : "deleteCertificate"
},
"DescribeCertificate" : {
Expand Down Expand Up @@ -129,12 +129,12 @@
"documentation" : "<p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeCertificateResult",
"asyncReturnType" : "DescribeCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future<DescribeCertificateResult>",
"asyncCallableType" : "java.util.concurrent.Callable<DescribeCertificateResult>",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler<DescribeCertificateRequest, DescribeCertificateResult>",
"authenticated" : true,
"methodName" : "describeCertificate"
},
"GetCertificate" : {
Expand Down Expand Up @@ -165,12 +165,12 @@
"documentation" : "<p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetCertificateResult",
"asyncReturnType" : "GetCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future<GetCertificateResult>",
"asyncCallableType" : "java.util.concurrent.Callable<GetCertificateResult>",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler<GetCertificateRequest, GetCertificateResult>",
"authenticated" : true,
"methodName" : "getCertificate"
},
"ListCertificates" : {
Expand All @@ -192,12 +192,12 @@
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListCertificatesResult",
"asyncReturnType" : "ListCertificatesResult",
"asyncFutureType" : "java.util.concurrent.Future<ListCertificatesResult>",
"asyncCallableType" : "java.util.concurrent.Callable<ListCertificatesResult>",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler<ListCertificatesRequest, ListCertificatesResult>",
"authenticated" : true,
"methodName" : "listCertificates"
},
"ListTagsForCertificate" : {
Expand Down Expand Up @@ -225,12 +225,12 @@
"documentation" : "<p>The requested Amazon Resource Name (ARN) does not refer to an existing resource.</p>"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTagsForCertificateResult",
"asyncReturnType" : "ListTagsForCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future<ListTagsForCertificateResult>",
"asyncCallableType" : "java.util.concurrent.Callable<ListTagsForCertificateResult>",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler<ListTagsForCertificateRequest, ListTagsForCertificateResult>",
"authenticated" : true,
"methodName" : "listTagsForCertificate"
},
"RemoveTagsFromCertificate" : {
Expand Down Expand Up @@ -261,12 +261,12 @@
"documentation" : "<p>One or both of the values that make up the key-value pair is not valid. For example, you cannot specify a tag value that begins with <code>aws:</code>.</p>"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RemoveTagsFromCertificateResult",
"asyncReturnType" : "RemoveTagsFromCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future<RemoveTagsFromCertificateResult>",
"asyncCallableType" : "java.util.concurrent.Callable<RemoveTagsFromCertificateResult>",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler<RemoveTagsFromCertificateRequest, RemoveTagsFromCertificateResult>",
"authenticated" : true,
"methodName" : "removeTagsFromCertificate"
},
"RequestCertificate" : {
Expand Down Expand Up @@ -294,12 +294,12 @@
"documentation" : "<p>One or more values in the <a>DomainValidationOption</a> structure is incorrect.</p>"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RequestCertificateResult",
"asyncReturnType" : "RequestCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future<RequestCertificateResult>",
"asyncCallableType" : "java.util.concurrent.Callable<RequestCertificateResult>",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler<RequestCertificateRequest, RequestCertificateResult>",
"authenticated" : true,
"methodName" : "requestCertificate"
},
"ResendValidationEmail" : {
Expand Down Expand Up @@ -333,12 +333,12 @@
"documentation" : "<p>One or more values in the <a>DomainValidationOption</a> structure is incorrect.</p>"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ResendValidationEmailResult",
"asyncReturnType" : "ResendValidationEmailResult",
"asyncFutureType" : "java.util.concurrent.Future<ResendValidationEmailResult>",
"asyncCallableType" : "java.util.concurrent.Callable<ResendValidationEmailResult>",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler<ResendValidationEmailRequest, ResendValidationEmailResult>",
"authenticated" : true,
"methodName" : "resendValidationEmail"
}
},
Expand Down
21 changes: 15 additions & 6 deletions aws-java-sdk-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,40 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.11-SNAPSHOT</version>
<version>1.11.11</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</artifactId>
<name>AWS Java SDK for Amazon API Gateway</name>
<description>The AWS Java SDK for Amazon API Gateway module holds the client classes that are used for communicating with Amazon API Gateway</description>
<url>https://aws.amazon.com/sdkforjava</url>

<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.11.10</version>
<optional>false</optional>
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.11.11</version>
</dependency>
</dependencies>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>

<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
<profiles>
<profile>
<id>versiondiff</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
*/
public interface AmazonApiGateway {

/**
* The region metadata service name for computing region endpoints. You can
* use this value to retrieve metadata (such as supported regions) of the
* service.
*
* @see RegionUtils#getRegionsForService(String)
*/
String ENDPOINT_PREFIX = "apigateway";

/**
* Overrides the default endpoint for this client
* ("https://apigateway.us-east-1.amazonaws.com"). Callers can use this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ public class AmazonApiGatewayClient extends AmazonWebServiceClient implements
/** Default signing name for the service. */
private static final String DEFAULT_SIGNING_NAME = "apigateway";

/** The region metadata service name for computing region endpoints. */
private static final String DEFAULT_ENDPOINT_PREFIX = "apigateway";

/**
* Client configuration factory providing ClientConfigurations tailored to
* this client
Expand Down Expand Up @@ -271,7 +268,7 @@ public AmazonApiGatewayClient(

private void init() {
setServiceNameIntern(DEFAULT_SIGNING_NAME);
setEndpointPrefix(DEFAULT_ENDPOINT_PREFIX);
setEndpointPrefix(ENDPOINT_PREFIX);
// calling this.setEndPoint(...) will also modify the signer accordingly
setEndpoint("https://apigateway.us-east-1.amazonaws.com");
HandlerChainFactory chainFactory = new HandlerChainFactory();
Expand Down
21 changes: 15 additions & 6 deletions aws-java-sdk-applicationautoscaling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,40 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.11.11-SNAPSHOT</version>
<version>1.11.11</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-applicationautoscaling</artifactId>
<name>AWS Java SDK for AWS Application Auto Scaling</name>
<description>The AWS Java SDK for AWS Application Auto Scaling module holds the client classes that are used for communicating with AWS Application Auto Scaling service.</description>
<url>https://aws.amazon.com/sdkforjava</url>

<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.11.10</version>
<optional>false</optional>
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.11.11</version>
</dependency>
</dependencies>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>

<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
<profiles>
<profile>
<id>versiondiff</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@
*/
public interface AWSApplicationAutoScaling {

/**
* The region metadata service name for computing region endpoints. You can
* use this value to retrieve metadata (such as supported regions) of the
* service.
*
* @see RegionUtils#getRegionsForService(String)
*/
String ENDPOINT_PREFIX = "autoscaling";

/**
* Overrides the default endpoint for this client
* ("https://autoscaling.us-east-1.amazonaws.com"). Callers can use this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ public class AWSApplicationAutoScalingClient extends AmazonWebServiceClient
/** Default signing name for the service. */
private static final String DEFAULT_SIGNING_NAME = "application-autoscaling";

/** The region metadata service name for computing region endpoints. */
private static final String DEFAULT_ENDPOINT_PREFIX = "autoscaling";

/**
* Client configuration factory providing ClientConfigurations tailored to
* this client
Expand Down Expand Up @@ -321,7 +318,7 @@ public AWSApplicationAutoScalingClient(

private void init() {
setServiceNameIntern(DEFAULT_SIGNING_NAME);
setEndpointPrefix(DEFAULT_ENDPOINT_PREFIX);
setEndpointPrefix(ENDPOINT_PREFIX);
// calling this.setEndPoint(...) will also modify the signer accordingly
setEndpoint("https://autoscaling.us-east-1.amazonaws.com");
HandlerChainFactory chainFactory = new HandlerChainFactory();
Expand Down
Loading

0 comments on commit 51428ab

Please sign in to comment.