-
Notifications
You must be signed in to change notification settings - Fork 859
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #910 from aws/staging/9bbbe9b7-2db0-41ca-9e3c-1e79…
…93be8736 Pull request: release <- staging/9bbbe9b7-2db0-41ca-9e3c-1e7993be8736
- Loading branch information
Showing
281 changed files
with
1,460 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"version": "2.13.62", | ||
"date": "2020-07-27", | ||
"entries": [ | ||
{ | ||
"type": "feature", | ||
"category": "AWS Database Migration Service", | ||
"description": "Basic endpoint settings for relational databases, Preflight validation API." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "AWS Glue", | ||
"description": "Add ability to manually resume workflows in AWS Glue providing customers further control over the orchestration of ETL workloads." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon Elastic Compute Cloud", | ||
"description": "m6gd, c6gd, r6gd instances are powered by AWS Graviton2 processors and support local NVMe instance storage" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "AWS DataSync", | ||
"description": "Today AWS DataSync releases support for self-managed object storage Locations and the new TransferMode Option." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon Simple Systems Manager (SSM)", | ||
"description": "Assorted doc ticket-fix updates for Systems Manager." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon Fraud Detector", | ||
"description": "Moved the eventTypeName attribute for PutExternalModel API to inputConfiguration. Model ID's no longer allow hyphens." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver | |
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>bom</artifactId> | ||
<version>2.13.61</version> | ||
<version>2.13.62</version> | ||
<type>pom</type> | ||
<scope>import</scope> | ||
</dependency> | ||
|
@@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only: | |
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>ec2</artifactId> | ||
<version>2.13.61</version> | ||
<version>2.13.62</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>s3</artifactId> | ||
<version>2.13.61</version> | ||
<version>2.13.62</version> | ||
</dependency> | ||
``` | ||
|
||
|
@@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please | |
<dependency> | ||
<groupId>software.amazon.awssdk</groupId> | ||
<artifactId>aws-sdk-java</artifactId> | ||
<version>2.13.61</version> | ||
<version>2.13.62</version> | ||
</dependency> | ||
``` | ||
|
||
|
@@ -133,12 +133,12 @@ You can find sample code for v2 in the following places: | |
* Integration tests in this repo. They are located in the `it` directory under each service module, eg: [s3-integration-tests] | ||
|
||
## Giving Feedback | ||
We need your help in making this SDK great. Please participate in the community and contribute to this effort by submitting issues, participating in discussion forums and submitting pull requests through the following channels. | ||
We need your help in making this SDK great. Please participate in the community and contribute to this effort by submitting issues, participating in discussion forums and submitting pull requests through the following channels: | ||
|
||
* Come join the AWS Java community chat on [Gitter][gitter]. | ||
* Articulate your feature request or upvote existing ones on our [Issues][features] page. | ||
* Submit [issues][sdk-issues]. | ||
* Send feedback directly to the team at [email protected]. | ||
* Submit [issues][sdk-issues] - this is the preferred channel to interact with our team | ||
* Come join the AWS Java community chat on [Gitter][gitter] | ||
* Articulate your feature request or upvote existing ones on our [Issues][features] page | ||
* Send feedback directly to the team at [email protected] | ||
|
||
[aws-iam-credentials]: http://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/java-dg-roles.html | ||
[aws]: http://aws.amazon.com/ | ||
|
@@ -155,7 +155,7 @@ We need your help in making this SDK great. Please participate in the community | |
[aws-java-sdk-bom]: https://github.com/aws/aws-sdk-java-v2/tree/master/bom | ||
[stack-overflow]: http://stackoverflow.com/questions/tagged/aws-java-sdk | ||
[gitter]: https://gitter.im/aws/aws-sdk-java-v2 | ||
[features]: https://github.com/aws/aws-sdk-java-v2/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22 | ||
[features]: https://github.com/aws/aws-sdk-java-v2/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 | ||
[bom]: http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22software.amazon.awssdk%22%20AND%20a%3A%22bom%22 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.