Skip to content

Commit 2004e6e

Browse files
Merge pull request #1551 from aws/staging/185f3765-14b1-4ca0-84f6-975d62821c0a
Pull request: release <- staging/185f3765-14b1-4ca0-84f6-975d62821c0a
2 parents 22ebe87 + 01c487d commit 2004e6e

File tree

332 files changed

+529
-392
lines changed

Some content is hidden

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

332 files changed

+529
-392
lines changed

.brazil.json

Lines changed: 106 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,117 @@
11
{
2+
"packageVersion": "2.0",
3+
24
"modules": {
5+
"annotations": { "packageName": "AwsJavaSdk-Core-Annotations" },
6+
"apache-client": { "packageName": "AwsJavaSdk-HttpClient-ApacheClient" },
7+
"arns": { "packageName": "AwsJavaSdk-Core-Arns" },
8+
"auth": { "packageName": "AwsJavaSdk-Core-Auth" },
9+
"auth-crt": { "packageName": "AwsJavaSdk-Core-AuthCrt" },
10+
"aws-cbor-protocol": { "packageName": "AwsJavaSdk-Core-AwsCborProtocol" },
11+
"aws-core": { "packageName": "AwsJavaSdk-Core-AwsCore" },
12+
"aws-crt-client": { "packageName": "AwsJavaSdk-HttpClient-CrtClient" },
13+
"aws-ion-protocol": { "packageName": "AwsJavaSdk-Core-AwsIonProtocol" },
14+
"aws-json-protocol": { "packageName": "AwsJavaSdk-Core-AwsJsonProtocol" },
15+
"aws-query-protocol": { "packageName": "AwsJavaSdk-Core-AwsQueryProtocol" },
16+
"aws-xml-protocol": { "packageName": "AwsJavaSdk-Core-AwsXmlProtocol" },
17+
"cloudwatch-metric-publisher": { "packageName": "AwsJavaSdk-MetricPublisher-CloudWatch" },
18+
"codegen": { "packageName": "AwsJavaSdk-Codegen" },
19+
"dynamodb-enhanced": { "packageName": "AwsJavaSdk-DynamoDb-Enhanced" },
20+
"http-client-spi": { "packageName": "AwsJavaSdk-HttpClient" },
21+
"json-utils": { "packageName": "AwsJavaSdk-Core-JsonUtils" },
22+
"metrics-spi": { "packageName": "AwsJavaSdk-Core-MetricsSpi" },
23+
"netty-nio-client": { "packageName": "AwsJavaSdk-HttpClient-NettyNioClient" },
24+
"profiles": { "packageName": "AwsJavaSdk-Core-Profiles" },
25+
"protocol-core": { "packageName": "AwsJavaSdk-Core-ProtocolCore" },
26+
"regions": { "packageName": "AwsJavaSdk-Core-Regions" },
27+
"s3-transfer-manager": { "packageName": "AwsJavaSdk-S3-TransferManager" },
28+
"sdk-core": { "packageName": "AwsJavaSdk-Core" },
29+
"url-connection-client": { "packageName": "AwsJavaSdk-HttpClient-UrlConnectionClient" },
30+
"utils": { "packageName": "AwsJavaSdk-Core-Utils" },
31+
32+
"dynamodb": { "packageName": "AwsJavaSdk-DynamoDb" },
33+
"waf": { "packageName": "AwsJavaSdk-Waf" },
34+
335
"third-party-jackson-core": {
36+
"packageName": "AwsJavaSdk-ThirdParty-JacksonCore",
437
"artifactType": "JAR",
538
"includes": ["target/aws-sdk-java-third-party-jackson-core-*.jar"]
639
},
740
"third-party-jackson-dataformat-cbor": {
41+
"packageName": "AwsJavaSdk-ThirdParty-JacksonDataformatCbor",
842
"artifactType": "JAR",
943
"includes": ["target/aws-sdk-java-third-party-jackson-dataformat-cbor-*.jar"]
10-
}
44+
},
45+
46+
"archetype-app-quickstart": { "skipImport": true },
47+
"archetype-lambda": { "skipImport": true },
48+
"archetype-tools": { "skipImport": true },
49+
"archetypes": { "skipImport": true },
50+
"auth-sts-testing": { "skipImport": true },
51+
"aws-sdk-java": { "skipImport": true },
52+
"aws-sdk-java-pom": { "skipImport": true },
53+
"bom": { "skipImport": true },
54+
"bom-internal": { "skipImport": true },
55+
"build-tools": { "skipImport": true },
56+
"bundle": { "skipImport": true },
57+
"codegen-generated-classes-test": { "skipImport": true },
58+
"codegen-lite": { "skipImport": true },
59+
"codegen-lite-maven-plugin": { "skipImport": true },
60+
"codegen-maven-plugin": { "skipImport": true },
61+
"core": { "skipImport": true },
62+
"dynamodbdocument-v1": { "skipImport": true },
63+
"dynamodbmapper-v1": { "skipImport": true },
64+
"http-client-tests": { "skipImport": true },
65+
"http-clients": { "skipImport": true },
66+
"metric-publishers": { "skipImport": true },
67+
"module-path-tests": { "skipImport": true },
68+
"protocol-tests": { "skipImport": true },
69+
"protocol-tests-core": { "skipImport": true },
70+
"protocols": { "skipImport": true },
71+
"release-scripts": { "skipImport": true },
72+
"s3-benchmarks": { "skipImport": true },
73+
"sdk-benchmarks": { "skipImport": true },
74+
"sdk-native-image-test": { "skipImport": true },
75+
"service-test-utils": { "skipImport": true },
76+
"services": { "skipImport": true },
77+
"services-custom": { "skipImport": true },
78+
"stability-tests": { "skipImport": true },
79+
"test-utils": { "skipImport": true },
80+
"tests-coverage-reporting": { "skipImport": true },
81+
"third-party": { "skipImport": true }
82+
},
83+
84+
"dependencies": {
85+
"com.fasterxml.jackson.core:jackson-annotations": { "packageName": "Jackson-annotations", "packageVersion": "2.9.x" },
86+
"com.fasterxml.jackson.core:jackson-core": { "packageName": "Jackson-core", "packageVersion": "2.9.x" },
87+
"com.fasterxml.jackson.core:jackson-databind": { "packageName": "Jackson-databind", "packageVersion": "2.9.x" },
88+
"com.fasterxml.jackson.dataformat:jackson-dataformat-cbor": { "packageName": "Jackson-dataformat-cbor", "packageVersion": "2.9.x" },
89+
"com.fasterxml.jackson.jr:jackson-jr-objects": { "packageName": "Maven-com-fasterxml-jackson-jr_jackson-jr-objects", "packageVersion": "2.11.x" },
90+
"com.fasterxml.jackson.jr:jackson-jr-stree": { "packageName": "Maven-com-fasterxml-jackson-jr_jackson-jr-stree", "packageVersion": "2.11.x" },
91+
"com.jayway.jsonpath:json-path": { "packageName": "JMESPathJava", "packageVersion": "1.0" },
92+
"com.squareup:javapoet": { "packageName": "Maven-com-squareup_javapoet", "packageVersion": "1.11.x" },
93+
"com.typesafe.netty:netty-reactive-streams": { "packageName": "Netty4", "packageVersion": "4.1" },
94+
"com.typesafe.netty:netty-reactive-streams-http": { "packageName": "Maven-com-typesafe-netty_netty-reactive-streams-http", "packageVersion": "2.x" },
95+
"commons-codec:commons-codec": { "packageName": "JakartaCommons-codec", "packageVersion": "1.x" },
96+
"io.netty:netty-buffer": { "packageName": "Netty4", "packageVersion": "4.1" },
97+
"io.netty:netty-codec": { "packageName": "Netty4", "packageVersion": "4.1" },
98+
"io.netty:netty-codec-http": { "packageName": "Netty4", "packageVersion": "4.1" },
99+
"io.netty:netty-codec-http2": { "packageName": "Netty4", "packageVersion": "4.1" },
100+
"io.netty:netty-common": { "packageName": "Netty4", "packageVersion": "4.1" },
101+
"io.netty:netty-handler": { "packageName": "Netty4", "packageVersion": "4.1" },
102+
"io.netty:netty-resolver": { "packageName": "Netty4", "packageVersion": "4.1" },
103+
"io.netty:netty-transport": { "packageName": "Netty4", "packageVersion": "4.1" },
104+
"io.netty:netty-transport-native-epoll": { "packageName": "Netty4", "packageVersion": "4.1" },
105+
"io.netty:netty-transport-native-unix-common": { "packageName": "Netty4", "packageVersion": "4.1" },
106+
"org.apache.httpcomponents:httpclient": { "packageName": "Apache-HttpComponents-HttpClient", "packageVersion": "4.5.x" },
107+
"org.apache.httpcomponents:httpcore": { "packageName": "Apache-HttpComponents-HttpCore", "packageVersion": "4.4.x" },
108+
"org.eclipse.jdt:org.eclipse.jdt.core": { "packageName": "AwsJavaSdk-Codegen-EclipseJdtDependencies", "packageVersion": "2.0" },
109+
"org.eclipse.text:org.eclipse.text": { "packageName": "AwsJavaSdk-Codegen-EclipseJdtDependencies", "packageVersion": "2.0" },
110+
"org.reactivestreams:reactive-streams": { "packageName": "Maven-org-reactivestreams_reactive-streams", "packageVersion": "1.x" },
111+
"org.slf4j:slf4j-api": { "packageName": "Slf4j", "packageVersion": "1.7" },
112+
"software.amazon.awssdk.crt:aws-crt": { "packageName": "Aws-crt-java", "packageVersion": "1.0.x" },
113+
"software.amazon.eventstream:eventstream": { "packageName": "AwsFlowJava", "packageVersion": "1.0" },
114+
"software.amazon.ion:ion-java": { "packageName": "Maven-software-amazon-ion_ion-java", "packageVersion": "1.x" },
115+
"software.amazon:flow": { "packageName": "AwsFlowJava", "packageVersion": "1.0" }
11116
}
12117
}

.changes/2.17.1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "2.17.1",
3+
"date": "2021-07-20",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Elastic Compute Cloud",
8+
"contributor": "",
9+
"description": "Added idempotency to the CreateVolume API using the ClientToken request parameter"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Compute Optimizer",
14+
"contributor": "",
15+
"description": "Documentation updates for Compute Optimizer"
16+
}
17+
]
18+
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# __2.17.1__ __2021-07-20__
2+
## __AWS Compute Optimizer__
3+
- ### Features
4+
- Documentation updates for Compute Optimizer
5+
6+
## __Amazon Elastic Compute Cloud__
7+
- ### Features
8+
- Added idempotency to the CreateVolume API using the ClientToken request parameter
9+
110
# __2.17.0__ __2021-07-19__
211
## __AWS Direct Connect__
312
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
5252
<dependency>
5353
<groupId>software.amazon.awssdk</groupId>
5454
<artifactId>bom</artifactId>
55-
<version>2.17.0</version>
55+
<version>2.17.1</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
8686
<dependency>
8787
<groupId>software.amazon.awssdk</groupId>
8888
<artifactId>ec2</artifactId>
89-
<version>2.17.0</version>
89+
<version>2.17.1</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.0</version>
94+
<version>2.17.1</version>
9595
</dependency>
9696
```
9797

@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
103103
<dependency>
104104
<groupId>software.amazon.awssdk</groupId>
105105
<artifactId>aws-sdk-java</artifactId>
106-
<version>2.17.0</version>
106+
<version>2.17.1</version>
107107
</dependency>
108108
```
109109

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.17.0</version>
23+
<version>2.17.1</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.17.0</version>
23+
<version>2.17.1</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.17.0</version>
23+
<version>2.17.1</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.17.0</version>
23+
<version>2.17.1</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.17.0</version>
20+
<version>2.17.1</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.17.0</version>
23+
<version>2.17.1</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.17.0</version>
20+
<version>2.17.1</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

buildspecs/release-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ phases:
1515
build:
1616
commands:
1717
- mvn install -P quick -T1C
18-
- mvn install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -DskipTests -Ddoclint=none -pl '!:protocol-tests,!:protocol-tests-core,!:codegen-generated-classes-test,!:sdk-benchmarks,!:module-path-tests,!:test-utils,!:http-client-tests,!:tests-coverage-reporting'
18+
- mvn clean install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -DskipTests -Ddoclint=none -pl '!:protocol-tests,!:protocol-tests-core,!:codegen-generated-classes-test,!:sdk-benchmarks,!:module-path-tests,!:test-utils,!:http-client-tests,!:tests-coverage-reporting'
1919
- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
2020
-
2121
- aws s3 sync target/site/apidocs/ $DOC_PATH/$RELEASE_VERSION/

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.17.0</version>
24+
<version>2.17.1</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

change

Whitespace-only changes.

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.17.0</version>
25+
<version>2.17.1</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.17.0</version>
24+
<version>2.17.1</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.17.0</version>
25+
<version>2.17.1</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.17.0</version>
24+
<version>2.17.1</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

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

core/arns/pom.xml

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

core/auth/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>core</artifactId>
25-
<version>2.17.0</version>
25+
<version>2.17.1</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/aws-core/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>core</artifactId>
25-
<version>2.17.0</version>
25+
<version>2.17.1</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

core/json-utils/pom.xml

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

core/metrics-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>core</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.17.0</version>
8+
<version>2.17.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/pom.xml

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

2727
<artifactId>core</artifactId>

core/profiles/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>core</artifactId>
25-
<version>2.17.0</version>
25+
<version>2.17.1</version>
2626
</parent>
2727

2828
<artifactId>profiles</artifactId>

core/protocols/aws-cbor-protocol/pom.xml

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

core/protocols/aws-json-protocol/pom.xml

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

0 commit comments

Comments
 (0)