Skip to content

Commit a344440

Browse files
Merge pull request #2679 from aws/staging/e1698015-d7c7-4182-bd79-72b080550e61
Pull request: release <- staging/e1698015-d7c7-4182-bd79-72b080550e61
2 parents 6a86d91 + c33c0d7 commit a344440

File tree

434 files changed

+1914
-889
lines changed

Some content is hidden

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

434 files changed

+1914
-889
lines changed

.changes/2.20.140.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.20.140",
3+
"date": "2023-09-01",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Update Jackson to `2.15.2`."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS SSO Identity Store",
14+
"contributor": "",
15+
"description": "New Identity Store content for China Region launch"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Chime SDK Media Pipelines",
20+
"contributor": "",
21+
"description": "This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Connect Service",
26+
"contributor": "",
27+
"description": "Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon NeptuneData",
32+
"contributor": "",
33+
"description": "Removed the descriptive text in the introduction."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SDK for Java v2",
38+
"contributor": "",
39+
"description": "Updated endpoint and partition metadata."
40+
}
41+
]
42+
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# __2.20.140__ __2023-09-01__
2+
## __AWS SDK for Java v2__
3+
- ### Features
4+
- Update Jackson to `2.15.2`.
5+
- Updated endpoint and partition metadata.
6+
7+
## __AWS SSO Identity Store__
8+
- ### Features
9+
- New Identity Store content for China Region launch
10+
11+
## __Amazon Chime SDK Media Pipelines__
12+
- ### Features
13+
- This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics.
14+
15+
## __Amazon Connect Service__
16+
- ### Features
17+
- Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions.
18+
19+
## __Amazon NeptuneData__
20+
- ### Features
21+
- Removed the descriptive text in the introduction.
22+
123
# __2.20.139__ __2023-08-31__
224
## __AWS Health APIs and Notifications__
325
- ### 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.20.139</version>
55+
<version>2.20.140</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.20.139</version>
89+
<version>2.20.140</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.20.139</version>
94+
<version>2.20.140</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.20.139</version>
106+
<version>2.20.140</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.20.139</version>
23+
<version>2.20.140</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.20.139</version>
23+
<version>2.20.140</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.20.139</version>
23+
<version>2.20.140</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.20.139</version>
23+
<version>2.20.140</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.20.139</version>
20+
<version>2.20.140</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.20.139</version>
23+
<version>2.20.140</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.20.139</version>
20+
<version>2.20.140</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.20.139</version>
24+
<version>2.20.140</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.20.139</version>
25+
<version>2.20.140</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.20.139</version>
24+
<version>2.20.140</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.20.139</version>
25+
<version>2.20.140</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.20.139</version>
24+
<version>2.20.140</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

codegen/src/main/java/software/amazon/awssdk/codegen/emitters/tasks/SyncClientGeneratorTasks.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import software.amazon.awssdk.codegen.emitters.GeneratorTaskParams;
2323
import software.amazon.awssdk.codegen.poet.builder.SyncClientBuilderClass;
2424
import software.amazon.awssdk.codegen.poet.builder.SyncClientBuilderInterface;
25-
import software.amazon.awssdk.codegen.poet.client.ClientSimpleMethodsIntegrationTests;
2625
import software.amazon.awssdk.codegen.poet.client.DelegatingSyncClientClass;
2726
import software.amazon.awssdk.codegen.poet.client.SyncClientClass;
2827
import software.amazon.awssdk.codegen.poet.client.SyncClientInterface;
@@ -48,9 +47,6 @@ protected List<GeneratorTask> createTasks() throws Exception {
4847
tasks.add(createClientBuilderTask());
4948
tasks.add(createClientInterfaceTask());
5049
tasks.add(createClientBuilderInterfaceTask());
51-
if (!model.simpleMethodsRequiringTesting().isEmpty()) {
52-
tasks.add(createClientSimpleMethodsTest());
53-
}
5450
if (model.getEndpointOperation().isPresent()) {
5551
tasks.add(createEndpointDiscoveryCacheLoaderTask());
5652
}
@@ -80,10 +76,6 @@ private GeneratorTask createClientBuilderInterfaceTask() throws IOException {
8076
return createPoetGeneratorTask(new SyncClientBuilderInterface(model));
8177
}
8278

83-
private GeneratorTask createClientSimpleMethodsTest() throws IOException {
84-
return createPoetGeneratorTestTask(new ClientSimpleMethodsIntegrationTests(model));
85-
}
86-
8779
private GeneratorTask createEndpointDiscoveryCacheLoaderTask() throws IOException {
8880
return createPoetGeneratorTask(new EndpointDiscoveryCacheLoaderGenerator(generatorTaskParams));
8981
}

codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/IntermediateModel.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
import java.io.UncheckedIOException;
2222
import java.util.Collections;
2323
import java.util.HashMap;
24-
import java.util.List;
2524
import java.util.Map;
2625
import java.util.Optional;
27-
import java.util.stream.Collectors;
2826
import software.amazon.awssdk.awscore.AwsResponse;
2927
import software.amazon.awssdk.awscore.AwsResponseMetadata;
3028
import software.amazon.awssdk.codegen.model.config.customization.CustomizationConfig;
@@ -273,13 +271,6 @@ private String getResponseMetadataClassName() {
273271
return AwsResponseMetadata.class.getName();
274272
}
275273

276-
@JsonIgnore
277-
public List<OperationModel> simpleMethodsRequiringTesting() {
278-
return getOperations().values().stream()
279-
.filter(v -> v.getInputShape().isSimpleMethod())
280-
.collect(Collectors.toList());
281-
}
282-
283274
public Optional<OperationModel> getEndpointOperation() {
284275
return endpointOperation;
285276
}

codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/ClientSimpleMethodsIntegrationTests.java

Lines changed: 0 additions & 110 deletions
This file was deleted.

codegen/src/test/java/software/amazon/awssdk/codegen/poet/client/PoetClientFunctionalTests.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ public void delegatingSyncClientClass() throws Exception {
5757
assertThat(syncClientDecoratorAbstractClass, generatesTo("test-abstract-sync-client-class.java"));
5858
}
5959

60-
@Test
61-
public void simpleMethodsIntegClass() throws Exception {
62-
ClientSimpleMethodsIntegrationTests simpleMethodsClass = new ClientSimpleMethodsIntegrationTests(
63-
ClientTestModels.restJsonServiceModels());
64-
assertThat(simpleMethodsClass, generatesTo("test-simple-methods-integ-class.java"));
65-
}
66-
6760
@Test
6861
public void syncClientClassRestJson() throws Exception {
6962
SyncClientClass syncClientClass = createSyncClientClass(ClientTestModels.restJsonServiceModels());

0 commit comments

Comments
 (0)