Skip to content

Commit

Permalink
AWS SDK for Java 1.11.87
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Feb 8, 2017
1 parent 2194859 commit 7be01c2
Show file tree
Hide file tree
Showing 537 changed files with 17,145 additions and 391 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
# __1.11.87__ __2017-02-08__
## __Amazon Lex__
- <h3>Features</h3>
- **(NewService)** Amazon Lex is a service for building conversational interactions into any application using voice or text.

## __Amazon S3__
- <h3>Bugfixes</h3>
- Fix a bug in `TransferManager` where the [`TransferManager#copy`](http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/transfer/TransferManager.html#copy-com.amazonaws.services.s3.model.CopyObjectRequest-) method was retrieving the metadata for the latest version of the source object even when supplying a specific version via `CopyObjectRequest#withSourceVersionId`.

This fixes Issue [#1009](https://github.com/aws/aws-sdk-java/issues/1009).
- Fix an integer overflow bug in [`LegacyS3ProgressListener`](http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/model/LegacyS3ProgressListener.html). Note that this class is deprecated and users are discouraged from using it.

This fixes Issue [#1008](https://github.com/aws/aws-sdk-java/issues/1008).

# __1.11.86__ __2017-01-26__
## __AWS CodeDeploy__
- <h3>Features</h3>
- This release of AWS CodeDeploy introduces support for blue/green deployments. In a blue/green deployment, the current set of instances in a deployment group is replaced by new instances that have the latest application revision installed on them. After traffic is rerouted behind a load balancer to the replacement instances, the original instances can be terminated automatically or kept running for other uses.

## __AWS Step Functions__
- <h3>Features</h3>
- Initial release of a fluent builder API to create state machine JSON documents.

## __Amazon CloudDirectory__
- <h3>Features</h3>
- **(New Service)** Amazon Cloud Directory is a component of the AWS Directory Service that simplifies the development and management of cloud-scale web, mobile and IoT applications. This guide describes the Cloud Directory operations that you can call programatically and includes detailed information on data types and errors. For information about AWS Directory Services features, see [AWS Directory Service](https://aws.amazon.com/directoryservice/) and the [AWS Directory Service Administration Guide](http://docs.aws.amazon.com/directoryservice/latest/admin-guide/what_is.html).
Expand All @@ -15,9 +33,13 @@
- <h3>Features</h3>
- Snapshot Engine Version Upgrade

## __AWS Step Functions__
## __Amazon S3__
- <h3>Features</h3>
- Initial release of a fluent builder API to create state machine JSON documents.
- Adding [builder](https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/AmazonS3EncryptionClientBuilder.java) for AmazonS3EncryptionClient.
- Adding `disableParallelDownloads` option to [TransferManagerBuilder](https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/transfer/TransferManagerBuilder.java#L400).

- <h3>Deprecations</h3>
- Constructors on the AmazonS3EncryptionClient have been deprecated in favor of using the AmazonS3EncryptionClientBuilder.

# __1.11.85__ __2017-01-25__
## __Amazon Relational Database Service__
Expand Down
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ started in minutes using ***Maven*** or by downloading a [single zip file][insta
* [Forum][sdk-forum]
* [Issues][sdk-issues]
* [SDK Blog][blog]
* [Getting Help](#getting-help)

## Release Notes ##
Beginning with 1.11.82 changes to the SDK are tracked in the [CHANGELOG.md][changes-file] file.
Expand Down Expand Up @@ -44,7 +45,7 @@ dependencies.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.86</version>
<version>1.11.87</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -105,6 +106,16 @@ in the build, use:
mvn clean install -Dgpg.skip=true
```

## Getting Help
Please use these community resources for getting help. We use GitHub [issues][sdk-issues] for tracking bugs and feature requests and have limited bandwidth to address them.

* Ask a question on [StackOverflow][stack-overflow] and tag it with `aws-java-sdk`
* Come join the AWS Java community chat on [Gitter][gitter]
* Articulate your feature request or upvote existing ones on our [Issues][features] page
* Take a look at the [blog] for plenty of helpful walkthroughs and tips
* Open a case via the [AWS Support Center][support-center] in the [AWS console][console]
* If it turns out that you may have found a bug, please open an [issue][sdk-issues]

## Supported Versions

* **1.11.x** - Recommended.
Expand All @@ -114,7 +125,7 @@ mvn clean install -Dgpg.skip=true

[aws-iam-credentials]: http://docs.aws.amazon.com/java-sdk/latest/developer-guide/java-dg-roles.html
[aws]: http://aws.amazon.com/
[blog]: https://java.awsblog.com
[blog]: https://aws.amazon.com/blogs/developer/category/java/
[docs-api]: http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/index.html
[docs-guide]: http://docs.aws.amazon.com/java-sdk/latest/developer-guide/welcome.html
[docs-guide-source]: https://github.com/awsdocs/aws-java-developer-guide
Expand All @@ -129,3 +140,8 @@ mvn clean install -Dgpg.skip=true
[aws-java-sdk-bom]: https://github.com/aws/aws-sdk-java/tree/master/aws-java-sdk-bom
[release-notes-catalog]: https://aws.amazon.com/releasenotes/Java?browse=1
[changes-file]: ./CHANGELOG.md
[stack-overflow]: http://stackoverflow.com/questions/tagged/aws-java-sdk
[gitter]: https://gitter.im/aws/aws-sdk-java
[features]: https://github.com/aws/aws-sdk-java/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22
[support-center]: https://console.aws.amazon.com/support/
[console]: https://console.aws.amazon.com
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.87-SNAPSHOT</version>
<version>1.11.87</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 @@ -226,6 +226,10 @@ public AWSCertificateManagerAsyncClient(AWSCredentialsProvider awsCredentialsPro
this.executorService = executorService;
}

public static AWSCertificateManagerAsyncClientBuilder asyncBuilder() {
return AWSCertificateManagerAsyncClientBuilder.standard();
}

/**
* Constructs a new asynchronous client to invoke service methods on ACM using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ public AWSCertificateManagerClient(AWSCredentialsProvider awsCredentialsProvider
init();
}

public static AWSCertificateManagerClientBuilder builder() {
return AWSCertificateManagerClientBuilder.standard();
}

/**
* Constructs a new client to invoke service methods on ACM using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
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.87-SNAPSHOT</version>
<version>1.11.87</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 @@ -222,6 +222,10 @@ public AmazonApiGatewayAsyncClient(AWSCredentialsProvider awsCredentialsProvider
this.executorService = executorService;
}

public static AmazonApiGatewayAsyncClientBuilder asyncBuilder() {
return AmazonApiGatewayAsyncClientBuilder.standard();
}

/**
* Constructs a new asynchronous client to invoke service methods on Amazon API Gateway using the specified
* parameters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ public AmazonApiGatewayClient(AWSCredentialsProvider awsCredentialsProvider, Cli
init();
}

public static AmazonApiGatewayClientBuilder builder() {
return AmazonApiGatewayClientBuilder.standard();
}

/**
* Constructs a new client to invoke service methods on Amazon API Gateway using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
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.87-SNAPSHOT</version>
<version>1.11.87</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 @@ -270,6 +270,10 @@ public AWSApplicationAutoScalingAsyncClient(AWSCredentialsProvider awsCredential
this.executorService = executorService;
}

public static AWSApplicationAutoScalingAsyncClientBuilder asyncBuilder() {
return AWSApplicationAutoScalingAsyncClientBuilder.standard();
}

/**
* Constructs a new asynchronous client to invoke service methods on Application Auto Scaling using the specified
* parameters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ public AWSApplicationAutoScalingClient(AWSCredentialsProvider awsCredentialsProv
init();
}

public static AWSApplicationAutoScalingClientBuilder builder() {
return AWSApplicationAutoScalingClientBuilder.standard();
}

/**
* Constructs a new client to invoke service methods on Application Auto Scaling using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-appstream/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.87-SNAPSHOT</version>
<version>1.11.87</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-appstream</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ public AmazonAppStreamAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
this.executorService = executorService;
}

public static AmazonAppStreamAsyncClientBuilder asyncBuilder() {
return AmazonAppStreamAsyncClientBuilder.standard();
}

/**
* Constructs a new asynchronous client to invoke service methods on Amazon AppStream using the specified
* parameters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ public AmazonAppStreamClient(AWSCredentialsProvider awsCredentialsProvider, Clie
init();
}

public static AmazonAppStreamClientBuilder builder() {
return AmazonAppStreamClientBuilder.standard();
}

/**
* Constructs a new client to invoke service methods on Amazon AppStream using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
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.87-SNAPSHOT</version>
<version>1.11.87</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 @@ -222,6 +222,10 @@ public AmazonAutoScalingAsyncClient(AWSCredentialsProvider awsCredentialsProvide
this.executorService = executorService;
}

public static AmazonAutoScalingAsyncClientBuilder asyncBuilder() {
return AmazonAutoScalingAsyncClientBuilder.standard();
}

/**
* Constructs a new asynchronous client to invoke service methods on Auto Scaling using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ public AmazonAutoScalingClient(AWSCredentialsProvider awsCredentialsProvider, Cl
init();
}

public static AmazonAutoScalingClientBuilder builder() {
return AmazonAutoScalingClientBuilder.standard();
}

/**
* Constructs a new client to invoke service methods on Auto Scaling using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-batch/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.87-SNAPSHOT</version>
<version>1.11.87</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-batch</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ public AWSBatchAsyncClient(AWSCredentialsProvider awsCredentialsProvider, Client
this.executorService = executorService;
}

public static AWSBatchAsyncClientBuilder asyncBuilder() {
return AWSBatchAsyncClientBuilder.standard();
}

/**
* Constructs a new asynchronous client to invoke service methods on AWS Batch using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ public AWSBatchClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfi
init();
}

public static AWSBatchClientBuilder builder() {
return AWSBatchClientBuilder.standard();
}

/**
* Constructs a new client to invoke service methods on AWS Batch using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
Expand Down
8 changes: 7 additions & 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.87-SNAPSHOT</version>
<version>1.11.87</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
Expand Down Expand Up @@ -520,6 +520,12 @@
<optional>false</optional>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<artifactId>aws-java-sdk-lex</artifactId>
<groupId>com.amazonaws</groupId>
<optional>false</optional>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<artifactId>aws-java-sdk-core</artifactId>
<groupId>com.amazonaws</groupId>
Expand Down
2 changes: 1 addition & 1 deletion aws-java-sdk-budgets/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.87-SNAPSHOT</version>
<version>1.11.87</version>
</parent>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-budgets</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ public AWSBudgetsAsyncClient(AWSCredentialsProvider awsCredentialsProvider, Clie
this.executorService = executorService;
}

public static AWSBudgetsAsyncClientBuilder asyncBuilder() {
return AWSBudgetsAsyncClientBuilder.standard();
}

/**
* Constructs a new asynchronous client to invoke service methods on AWSBudgets using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ public AWSBudgetsClient(AWSCredentialsProvider awsCredentialsProvider, ClientCon
init();
}

public static AWSBudgetsClientBuilder builder() {
return AWSBudgetsClientBuilder.standard();
}

/**
* Constructs a new client to invoke service methods on AWSBudgets using the specified parameters.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
Expand Down
Loading

0 comments on commit 7be01c2

Please sign in to comment.