Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
AWS SDK for Java 1.10.57
  • Loading branch information
AWS committed Mar 1, 2016
1 parent c65ce01 commit 1913ef5
Show file tree
Hide file tree
Showing 168 changed files with 42,517 additions and 33,203 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.10.56</version>
<version>1.10.57</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
21 changes: 15 additions & 6 deletions aws-java-sdk-acm/pom.xml
Expand Up @@ -5,31 +5,40 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.10.57-SNAPSHOT</version>
<version>1.10.57</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.10.56</version>
<optional>false</optional>
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.10.57</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

Large diffs are not rendered by default.

21 changes: 15 additions & 6 deletions aws-java-sdk-api-gateway/pom.xml
Expand Up @@ -5,31 +5,40 @@
<parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId>
<version>1.10.57-SNAPSHOT</version>
<version>1.10.57</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.10.56</version>
<optional>false</optional>
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>1.10.57</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
Expand Up @@ -158,6 +158,12 @@ public void deleteStage(DeleteStageRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public void flushStageAuthorizersCache(
FlushStageAuthorizersCacheRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public void flushStageCache(FlushStageCacheRequest request) {
throw new java.lang.UnsupportedOperationException();
Expand Down Expand Up @@ -338,6 +344,12 @@ public PutMethodResponseResult putMethodResponse(
throw new java.lang.UnsupportedOperationException();
}

@Override
public TestInvokeAuthorizerResult testInvokeAuthorizer(
TestInvokeAuthorizerRequest request) {
throw new java.lang.UnsupportedOperationException();
}

@Override
public TestInvokeMethodResult testInvokeMethod(
TestInvokeMethodRequest request) {
Expand Down
Expand Up @@ -374,6 +374,21 @@ public java.util.concurrent.Future<Void> deleteStageAsync(
throw new java.lang.UnsupportedOperationException();
}

@Override
public java.util.concurrent.Future<Void> flushStageAuthorizersCacheAsync(
FlushStageAuthorizersCacheRequest request) {

return flushStageAuthorizersCacheAsync(request, null);
}

@Override
public java.util.concurrent.Future<Void> flushStageAuthorizersCacheAsync(
FlushStageAuthorizersCacheRequest request,
com.amazonaws.handlers.AsyncHandler<FlushStageAuthorizersCacheRequest, Void> asyncHandler) {

throw new java.lang.UnsupportedOperationException();
}

@Override
public java.util.concurrent.Future<Void> flushStageCacheAsync(
FlushStageCacheRequest request) {
Expand Down Expand Up @@ -884,6 +899,21 @@ public java.util.concurrent.Future<PutMethodResponseResult> putMethodResponseAsy
throw new java.lang.UnsupportedOperationException();
}

@Override
public java.util.concurrent.Future<TestInvokeAuthorizerResult> testInvokeAuthorizerAsync(
TestInvokeAuthorizerRequest request) {

return testInvokeAuthorizerAsync(request, null);
}

@Override
public java.util.concurrent.Future<TestInvokeAuthorizerResult> testInvokeAuthorizerAsync(
TestInvokeAuthorizerRequest request,
com.amazonaws.handlers.AsyncHandler<TestInvokeAuthorizerRequest, TestInvokeAuthorizerResult> asyncHandler) {

throw new java.lang.UnsupportedOperationException();
}

@Override
public java.util.concurrent.Future<TestInvokeMethodResult> testInvokeMethodAsync(
TestInvokeMethodRequest request) {
Expand Down
Expand Up @@ -453,6 +453,22 @@ void deleteMethodResponse(
*/
void deleteStage(DeleteStageRequest deleteStageRequest);

/**
* <p>
* Flushes all authorizer cache entries on a stage.
* </p>
*
* @param flushStageAuthorizersCacheRequest
* Request to flush authorizer cache entries on a specified stage.
* @throws UnauthorizedException
* @throws NotFoundException
* @throws BadRequestException
* @throws TooManyRequestsException
* @sample AmazonApiGateway.FlushStageAuthorizersCache
*/
void flushStageAuthorizersCache(
FlushStageAuthorizersCacheRequest flushStageAuthorizersCacheRequest);

/**
* <p>
* Flushes a stage's cache.
Expand Down Expand Up @@ -521,6 +537,7 @@ GenerateClientCertificateResult generateClientCertificate(
* A request to get information about the current <a>ApiKeys</a>
* resource.
* @return Result of the GetApiKeys operation returned by the service.
* @throws BadRequestException
* @throws UnauthorizedException
* @throws TooManyRequestsException
* @sample AmazonApiGateway.GetApiKeys
Expand Down Expand Up @@ -610,6 +627,7 @@ GetClientCertificateResult getClientCertificate(
* @param getClientCertificatesRequest
* @return Result of the GetClientCertificates operation returned by the
* service.
* @throws BadRequestException
* @throws UnauthorizedException
* @throws TooManyRequestsException
* @sample AmazonApiGateway.GetClientCertificates
Expand Down Expand Up @@ -643,6 +661,7 @@ GetClientCertificatesResult getClientCertificates(
* Requests Amazon API Gateway to get information about a
* <a>Deployments</a> collection.
* @return Result of the GetDeployments operation returned by the service.
* @throws BadRequestException
* @throws UnauthorizedException
* @throws TooManyRequestsException
* @throws ServiceUnavailableException
Expand Down Expand Up @@ -676,6 +695,7 @@ GetDeploymentsResult getDeployments(
* @param getDomainNamesRequest
* Request to describe a collection of <a>DomainName</a> resources.
* @return Result of the GetDomainNames operation returned by the service.
* @throws BadRequestException
* @throws UnauthorizedException
* @throws TooManyRequestsException
* @sample AmazonApiGateway.GetDomainNames
Expand Down Expand Up @@ -803,6 +823,7 @@ GetModelTemplateResult getModelTemplate(
* Request to list existing <a>Models</a> defined for a
* <a>RestApi</a> resource.
* @return Result of the GetModels operation returned by the service.
* @throws BadRequestException
* @throws UnauthorizedException
* @throws NotFoundException
* @throws TooManyRequestsException
Expand Down Expand Up @@ -833,6 +854,7 @@ GetModelTemplateResult getModelTemplate(
* @param getResourcesRequest
* Request to list information about a collection of resources.
* @return Result of the GetResources operation returned by the service.
* @throws BadRequestException
* @throws UnauthorizedException
* @throws NotFoundException
* @throws TooManyRequestsException
Expand Down Expand Up @@ -865,6 +887,7 @@ GetModelTemplateResult getModelTemplate(
* Request to list existing <a>RestApis</a> defined for your
* collection.
* @return Result of the GetRestApis operation returned by the service.
* @throws BadRequestException
* @throws UnauthorizedException
* @throws TooManyRequestsException
* @sample AmazonApiGateway.GetRestApis
Expand Down Expand Up @@ -989,6 +1012,19 @@ PutIntegrationResponseResult putIntegrationResponse(
PutMethodResponseResult putMethodResponse(
PutMethodResponseRequest putMethodResponseRequest);

/**
* @param testInvokeAuthorizerRequest
* @return Result of the TestInvokeAuthorizer operation returned by the
* service.
* @throws BadRequestException
* @throws UnauthorizedException
* @throws NotFoundException
* @throws TooManyRequestsException
* @sample AmazonApiGateway.TestInvokeAuthorizer
*/
TestInvokeAuthorizerResult testInvokeAuthorizer(
TestInvokeAuthorizerRequest testInvokeAuthorizerRequest);

/**
* @param testInvokeMethodRequest
* @return Result of the TestInvokeMethod operation returned by the service.
Expand Down
Expand Up @@ -746,6 +746,36 @@ java.util.concurrent.Future<Void> deleteStageAsync(
DeleteStageRequest deleteStageRequest,
com.amazonaws.handlers.AsyncHandler<DeleteStageRequest, Void> asyncHandler);

/**
* <p>
* Flushes all authorizer cache entries on a stage.
* </p>
*
* @param flushStageAuthorizersCacheRequest
* Request to flush authorizer cache entries on a specified stage.
* @sample AmazonApiGatewayAsync.FlushStageAuthorizersCache
*/
java.util.concurrent.Future<Void> flushStageAuthorizersCacheAsync(
FlushStageAuthorizersCacheRequest flushStageAuthorizersCacheRequest);

/**
* <p>
* Flushes all authorizer cache entries on a stage.
* </p>
*
* @param flushStageAuthorizersCacheRequest
* Request to flush authorizer cache entries on a specified stage.
* @param asyncHandler
* Asynchronous callback handler for events in the lifecycle of the
* request. Users can provide an implementation of the callback
* methods in this interface to receive notification of successful or
* unsuccessful completion of the operation.
* @sample AmazonApiGatewayAsyncHandler.FlushStageAuthorizersCache
*/
java.util.concurrent.Future<Void> flushStageAuthorizersCacheAsync(
FlushStageAuthorizersCacheRequest flushStageAuthorizersCacheRequest,
com.amazonaws.handlers.AsyncHandler<FlushStageAuthorizersCacheRequest, Void> asyncHandler);

/**
* <p>
* Flushes a stage's cache.
Expand Down Expand Up @@ -1880,6 +1910,30 @@ java.util.concurrent.Future<PutMethodResponseResult> putMethodResponseAsync(
PutMethodResponseRequest putMethodResponseRequest,
com.amazonaws.handlers.AsyncHandler<PutMethodResponseRequest, PutMethodResponseResult> asyncHandler);

/**
* @param testInvokeAuthorizerRequest
* @return A Java Future containing the result of the TestInvokeAuthorizer
* operation returned by the service.
* @sample AmazonApiGatewayAsync.TestInvokeAuthorizer
*/
java.util.concurrent.Future<TestInvokeAuthorizerResult> testInvokeAuthorizerAsync(
TestInvokeAuthorizerRequest testInvokeAuthorizerRequest);

/**
* @param testInvokeAuthorizerRequest
* @param asyncHandler
* Asynchronous callback handler for events in the lifecycle of the
* request. Users can provide an implementation of the callback
* methods in this interface to receive notification of successful or
* unsuccessful completion of the operation.
* @return A Java Future containing the result of the TestInvokeAuthorizer
* operation returned by the service.
* @sample AmazonApiGatewayAsyncHandler.TestInvokeAuthorizer
*/
java.util.concurrent.Future<TestInvokeAuthorizerResult> testInvokeAuthorizerAsync(
TestInvokeAuthorizerRequest testInvokeAuthorizerRequest,
com.amazonaws.handlers.AsyncHandler<TestInvokeAuthorizerRequest, TestInvokeAuthorizerResult> asyncHandler);

/**
* @param testInvokeMethodRequest
* @return A Java Future containing the result of the TestInvokeMethod
Expand Down

0 comments on commit 1913ef5

Please sign in to comment.