Skip to content

Commit c3c60f3

Browse files
Merge pull request #1247 from aws/staging/d81f26de-d7d2-4119-8d41-0d2cc797b451
Pull request: release <- staging/d81f26de-d7d2-4119-8d41-0d2cc797b451
2 parents 68a0de0 + 80342c6 commit c3c60f3

File tree

325 files changed

+862
-498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+862
-498
lines changed

.changes/2.16.24.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.16.24",
3+
"date": "2021-03-22",
4+
"entries": [
5+
{
6+
"type": "documentation",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "Carey-AWS",
9+
"description": "Implements web metrics tracking and standard AWS footer for javadocs, and adds a link to submit feedback about the javadocs"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Elastic Compute Cloud",
14+
"contributor": "",
15+
"description": "This release adds support for UEFI boot on selected AMD- and Intel-based EC2 instances."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Macie 2",
20+
"contributor": "",
21+
"description": "This release of the Amazon Macie API adds support for publishing sensitive data findings to AWS Security Hub and specifying which categories of findings to publish to Security Hub."
22+
},
23+
{
24+
"type": "bugfix",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "Carey-AWS",
27+
"description": "Use HTTPs for AWS API Documentation links in javadocs"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Redshift",
32+
"contributor": "",
33+
"description": "Added support to enable AQUA in Amazon Redshift clusters."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "CodeArtifact",
38+
"contributor": "",
39+
"description": "Documentation updates for CodeArtifact"
40+
}
41+
]
42+
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# __2.16.24__ __2021-03-22__
2+
## __AWS SDK for Java v2__
3+
- ### Bugfixes
4+
- Use HTTPs for AWS API Documentation links in javadocs
5+
- Contributed by: [@Carey-AWS](https://github.com/Carey-AWS)
6+
7+
- ### Documentations
8+
- Implements web metrics tracking and standard AWS footer for javadocs, and adds a link to submit feedback about the javadocs
9+
- Contributed by: [@Carey-AWS](https://github.com/Carey-AWS)
10+
11+
## __Amazon Elastic Compute Cloud__
12+
- ### Features
13+
- This release adds support for UEFI boot on selected AMD- and Intel-based EC2 instances.
14+
15+
## __Amazon Macie 2__
16+
- ### Features
17+
- This release of the Amazon Macie API adds support for publishing sensitive data findings to AWS Security Hub and specifying which categories of findings to publish to Security Hub.
18+
19+
## __Amazon Redshift__
20+
- ### Features
21+
- Added support to enable AQUA in Amazon Redshift clusters.
22+
23+
## __CodeArtifact__
24+
- ### Features
25+
- Documentation updates for CodeArtifact
26+
27+
## __Contributors__
28+
Special thanks to the following contributors to this release:
29+
30+
[@Carey-AWS](https://github.com/Carey-AWS)
131
# __2.16.23__ __2021-03-19__
232
## __Amazon Elastic Compute Cloud__
333
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
5151
<artifactId>bom</artifactId>
52-
<version>2.16.23</version>
52+
<version>2.16.24</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>ec2</artifactId>
86-
<version>2.16.23</version>
86+
<version>2.16.24</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.16.23</version>
91+
<version>2.16.24</version>
9292
</dependency>
9393
```
9494

@@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
100100
<dependency>
101101
<groupId>software.amazon.awssdk</groupId>
102102
<artifactId>aws-sdk-java</artifactId>
103-
<version>2.16.23</version>
103+
<version>2.16.24</version>
104104
</dependency>
105105
```
106106

archetypes/archetype-app-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.16.23</version>
23+
<version>2.16.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.16.23</version>
23+
<version>2.16.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.16.23</version>
23+
<version>2.16.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.16.23</version>
23+
<version>2.16.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.16.23</version>
20+
<version>2.16.24</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.16.23</version>
23+
<version>2.16.24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.16.23</version>
20+
<version>2.16.24</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.16.23</version>
24+
<version>2.16.24</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.16.23</version>
25+
<version>2.16.24</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.16.23</version>
24+
<version>2.16.24</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.16.23</version>
25+
<version>2.16.24</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.16.23</version>
24+
<version>2.16.24</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

codegen/src/main/java/software/amazon/awssdk/codegen/internal/DocumentationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public static String escapeIllegalCharacters(String documentation) {
114114
*/
115115
public static String createLinkToServiceDocumentation(Metadata metadata, String name) {
116116
if (isCrossLinkingEnabledForService(metadata)) {
117-
return String.format("<a href=\"http://%s/goto/WebAPI/%s/%s\" target=\"_top\">AWS API Documentation</a>",
117+
return String.format("<a href=\"https://%s/goto/WebAPI/%s/%s\" target=\"_top\">AWS API Documentation</a>",
118118
AWS_DOCS_HOST,
119119
metadata.getUid(),
120120
name);

codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/test-async-client-class.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public final String serviceName() {
157157
* of this type.</li>
158158
* </ul>
159159
* @sample JsonAsyncClient.APostOperation
160-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/APostOperation" target="_top">AWS
160+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/APostOperation" target="_top">AWS
161161
* API Documentation</a>
162162
*/
163163
@Override
@@ -221,7 +221,7 @@ public CompletableFuture<APostOperationResponse> aPostOperation(APostOperationRe
221221
* of this type.</li>
222222
* </ul>
223223
* @sample JsonAsyncClient.APostOperationWithOutput
224-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/APostOperationWithOutput"
224+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/APostOperationWithOutput"
225225
* target="_top">AWS API Documentation</a>
226226
*/
227227
@Override
@@ -278,7 +278,7 @@ public CompletableFuture<APostOperationWithOutputResponse> aPostOperationWithOut
278278
* of this type.</li>
279279
* </ul>
280280
* @sample JsonAsyncClient.EventStreamOperation
281-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/EventStreamOperation"
281+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/EventStreamOperation"
282282
* target="_top">AWS API Documentation</a>
283283
*/
284284
@Override
@@ -374,7 +374,7 @@ public CompletableFuture<Void> eventStreamOperation(EventStreamOperationRequest
374374
* of this type.</li>
375375
* </ul>
376376
* @sample JsonAsyncClient.EventStreamOperationWithOnlyInput
377-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/EventStreamOperationWithOnlyInput"
377+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/EventStreamOperationWithOnlyInput"
378378
* target="_top">AWS API Documentation</a>
379379
*/
380380
@Override
@@ -442,7 +442,7 @@ public CompletableFuture<EventStreamOperationWithOnlyInputResponse> eventStreamO
442442
* of this type.</li>
443443
* </ul>
444444
* @sample JsonAsyncClient.EventStreamOperationWithOnlyOutput
445-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/EventStreamOperationWithOnlyOutput"
445+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/EventStreamOperationWithOnlyOutput"
446446
* target="_top">AWS API Documentation</a>
447447
*/
448448
@Override
@@ -536,7 +536,7 @@ public CompletableFuture<Void> eventStreamOperationWithOnlyOutput(
536536
* of this type.</li>
537537
* </ul>
538538
* @sample JsonAsyncClient.GetWithoutRequiredMembers
539-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/GetWithoutRequiredMembers"
539+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/GetWithoutRequiredMembers"
540540
* target="_top">AWS API Documentation</a>
541541
*/
542542
@Override
@@ -594,7 +594,7 @@ public CompletableFuture<GetWithoutRequiredMembersResponse> getWithoutRequiredMe
594594
* of this type.</li>
595595
* </ul>
596596
* @sample JsonAsyncClient.OperationWithChecksumRequired
597-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/OperationWithChecksumRequired"
597+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/OperationWithChecksumRequired"
598598
* target="_top">AWS API Documentation</a>
599599
*/
600600
@Override
@@ -655,7 +655,7 @@ public CompletableFuture<OperationWithChecksumRequiredResponse> operationWithChe
655655
* of this type.</li>
656656
* </ul>
657657
* @sample JsonAsyncClient.PaginatedOperationWithResultKey
658-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/PaginatedOperationWithResultKey"
658+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/PaginatedOperationWithResultKey"
659659
* target="_top">AWS API Documentation</a>
660660
*/
661661
@Override
@@ -765,7 +765,7 @@ public CompletableFuture<PaginatedOperationWithResultKeyResponse> paginatedOpera
765765
* of this type.</li>
766766
* </ul>
767767
* @sample JsonAsyncClient.PaginatedOperationWithResultKey
768-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/PaginatedOperationWithResultKey"
768+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/PaginatedOperationWithResultKey"
769769
* target="_top">AWS API Documentation</a>
770770
*/
771771
public PaginatedOperationWithResultKeyPublisher paginatedOperationWithResultKeyPaginator(
@@ -790,7 +790,7 @@ public PaginatedOperationWithResultKeyPublisher paginatedOperationWithResultKeyP
790790
* of this type.</li>
791791
* </ul>
792792
* @sample JsonAsyncClient.PaginatedOperationWithoutResultKey
793-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/PaginatedOperationWithoutResultKey"
793+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/PaginatedOperationWithoutResultKey"
794794
* target="_top">AWS API Documentation</a>
795795
*/
796796
@Override
@@ -900,7 +900,7 @@ public CompletableFuture<PaginatedOperationWithoutResultKeyResponse> paginatedOp
900900
* of this type.</li>
901901
* </ul>
902902
* @sample JsonAsyncClient.PaginatedOperationWithoutResultKey
903-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/PaginatedOperationWithoutResultKey"
903+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/PaginatedOperationWithoutResultKey"
904904
* target="_top">AWS API Documentation</a>
905905
*/
906906
public PaginatedOperationWithoutResultKeyPublisher paginatedOperationWithoutResultKeyPaginator(
@@ -930,7 +930,7 @@ public PaginatedOperationWithoutResultKeyPublisher paginatedOperationWithoutResu
930930
* of this type.</li>
931931
* </ul>
932932
* @sample JsonAsyncClient.StreamingInputOperation
933-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/StreamingInputOperation"
933+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/StreamingInputOperation"
934934
* target="_top">AWS API Documentation</a>
935935
*/
936936
@Override
@@ -1003,7 +1003,7 @@ public CompletableFuture<StreamingInputOperationResponse> streamingInputOperatio
10031003
* of this type.</li>
10041004
* </ul>
10051005
* @sample JsonAsyncClient.StreamingInputOutputOperation
1006-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/StreamingInputOutputOperation"
1006+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/StreamingInputOutputOperation"
10071007
* target="_top">AWS API Documentation</a>
10081008
*/
10091009
@Override
@@ -1080,7 +1080,7 @@ public <ReturnT> CompletableFuture<ReturnT> streamingInputOutputOperation(
10801080
* of this type.</li>
10811081
* </ul>
10821082
* @sample JsonAsyncClient.StreamingOutputOperation
1083-
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/StreamingOutputOperation"
1083+
* @see <a href="https://docs.aws.amazon.com/goto/WebAPI/json-service-2010-05-08/StreamingOutputOperation"
10841084
* target="_top">AWS API Documentation</a>
10851085
*/
10861086
@Override

0 commit comments

Comments
 (0)