Skip to content

Commit 6d6f249

Browse files
Merge pull request #1845 from aws/staging/3ce68cf4-4558-4ffd-a788-6f4babf0fa5a
Pull request: release <- staging/3ce68cf4-4558-4ffd-a788-6f4babf0fa5a
2 parents 10b9bc6 + c9c1726 commit 6d6f249

File tree

401 files changed

+2135
-619
lines changed

Some content is hidden

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

401 files changed

+2135
-619
lines changed

.changes/2.17.86.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.17.86",
3+
"date": "2021-11-19",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Redshift",
8+
"contributor": "",
9+
"description": "Added support of default IAM role for CreateCluster, RestoreFromClusterSnapshot and ModifyClusterIamRoles APIs"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS CloudFormation",
14+
"contributor": "",
15+
"description": "The StackSets ManagedExecution feature will allow concurrency for non-conflicting StackSet operations and queuing the StackSet operations that conflict at a given time for later execution."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Lex Runtime V2",
20+
"contributor": "",
21+
"description": "Now supports styled slots in Lex V2 runtime. Customers can provide inputs like \"a as in apple b for beta\" which will be resolved to \"ab\" as slot value."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon CloudWatch Application Insights",
26+
"contributor": "",
27+
"description": "Application Insights now supports monitoring for HANA"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "DynamoDB Enhanced Client",
32+
"contributor": "",
33+
"description": "Adds operation type labels to each operation and propagates to the extension write context"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Elemental MediaLive",
38+
"contributor": "",
39+
"description": "This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Lambda",
44+
"contributor": "",
45+
"description": "Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon AppStream",
50+
"contributor": "",
51+
"description": "Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS Batch",
56+
"contributor": "",
57+
"description": "Documentation updates for AWS Batch."
58+
}
59+
]
60+
}

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# __2.17.86__ __2021-11-19__
2+
## __AWS Batch__
3+
- ### Features
4+
- Documentation updates for AWS Batch.
5+
6+
## __AWS CloudFormation__
7+
- ### Features
8+
- The StackSets ManagedExecution feature will allow concurrency for non-conflicting StackSet operations and queuing the StackSet operations that conflict at a given time for later execution.
9+
10+
## __AWS Elemental MediaLive__
11+
- ### Features
12+
- This release adds support for specifying a SCTE-35 PID on input. MediaLive now supports SCTE-35 PID selection on inputs containing one or more active SCTE-35 PIDs.
13+
14+
## __AWS Lambda__
15+
- ### Features
16+
- Add support for Lambda Function URLs. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.
17+
18+
## __Amazon AppStream__
19+
- ### Features
20+
- Includes APIs for managing resources for Elastic fleets: applications, app blocks, and application-fleet associations.
21+
22+
## __Amazon CloudWatch Application Insights__
23+
- ### Features
24+
- Application Insights now supports monitoring for HANA
25+
26+
## __Amazon Lex Runtime V2__
27+
- ### Features
28+
- Now supports styled slots in Lex V2 runtime. Customers can provide inputs like "a as in apple b for beta" which will be resolved to "ab" as slot value.
29+
30+
## __Amazon Redshift__
31+
- ### Features
32+
- Added support of default IAM role for CreateCluster, RestoreFromClusterSnapshot and ModifyClusterIamRoles APIs
33+
34+
## __DynamoDB Enhanced Client__
35+
- ### Features
36+
- Adds operation type labels to each operation and propagates to the extension write context
37+
138
# __2.17.85__ __2021-11-18__
239
## __AWS Audit Manager__
340
- ### 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.85</version>
55+
<version>2.17.86</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.85</version>
89+
<version>2.17.86</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.85</version>
94+
<version>2.17.86</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.85</version>
106+
<version>2.17.86</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.85</version>
23+
<version>2.17.86</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.85</version>
23+
<version>2.17.86</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.85</version>
23+
<version>2.17.86</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.85</version>
23+
<version>2.17.86</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.85</version>
20+
<version>2.17.86</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.85</version>
23+
<version>2.17.86</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.85</version>
20+
<version>2.17.86</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.17.85</version>
24+
<version>2.17.86</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.17.85</version>
25+
<version>2.17.86</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.85</version>
24+
<version>2.17.86</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.85</version>
25+
<version>2.17.86</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.85</version>
24+
<version>2.17.86</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/specs/JsonProtocolSpec.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import java.util.Optional;
2929
import java.util.concurrent.CompletableFuture;
3030
import javax.lang.model.element.Modifier;
31-
import software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration;
3231
import software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer;
3332
import software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionPojoSupplier;
3433
import software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer;
@@ -250,8 +249,6 @@ public CodeBlock asyncExecutionHandler(IntermediateModel intermediateModel, Oper
250249
String whenComplete = whenCompleteBody(opModel, customerResponseHandler);
251250
if (!whenComplete.isEmpty()) {
252251
String whenCompletedFutureName = "whenCompleted";
253-
builder.addStatement("$T requestOverrideConfig = $L.overrideConfiguration().orElse(null)",
254-
AwsRequestOverrideConfiguration.class, opModel.getInput().getVariableName());
255252
builder.addStatement("$T<$T> $N = $N$L", CompletableFuture.class, executeFutureValueType,
256253
whenCompletedFutureName, "executeFuture", whenComplete);
257254
builder.addStatement("executeFuture = $T.forwardExceptionTo($N, executeFuture)",

codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/specs/QueryProtocolSpec.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import java.util.Optional;
2525
import java.util.concurrent.CompletableFuture;
2626
import javax.lang.model.element.Modifier;
27-
import software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration;
2827
import software.amazon.awssdk.awscore.exception.AwsServiceException;
2928
import software.amazon.awssdk.codegen.model.intermediate.IntermediateModel;
3029
import software.amazon.awssdk.codegen.model.intermediate.OperationModel;
@@ -148,9 +147,6 @@ public CodeBlock asyncExecutionHandler(IntermediateModel intermediateModel, Oper
148147
opModel.getInput().getVariableName(),
149148
opModel.hasStreamingOutput() ? ", asyncResponseTransformer" : "");
150149

151-
builder.addStatement("$T requestOverrideConfig = $L.overrideConfiguration().orElse(null)",
152-
AwsRequestOverrideConfiguration.class, opModel.getInput().getVariableName());
153-
154150
String whenCompleteFutureName = "whenCompleteFuture";
155151
builder.addStatement("$T $N = null", ParameterizedTypeName.get(ClassName.get(CompletableFuture.class),
156152
executeFutureValueType), whenCompleteFutureName);

codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/specs/XmlProtocolSpec.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import java.util.Map;
2525
import java.util.Optional;
2626
import java.util.concurrent.CompletableFuture;
27-
import software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration;
2827
import software.amazon.awssdk.codegen.model.config.customization.S3ArnableFieldConfig;
2928
import software.amazon.awssdk.codegen.model.intermediate.IntermediateModel;
3029
import software.amazon.awssdk.codegen.model.intermediate.OperationModel;
@@ -178,9 +177,6 @@ public CodeBlock asyncExecutionHandler(IntermediateModel intermediateModel, Oper
178177
s3ArnableFields(opModel, model).ifPresent(builder::add);
179178
builder.add(".withInput($L) $L);", opModel.getInput().getVariableName(), opModel.hasStreamingOutput() ?
180179
", asyncResponseTransformer" : "");
181-
builder.addStatement("$T requestOverrideConfig = $L.overrideConfiguration().orElse(null)",
182-
AwsRequestOverrideConfiguration.class, opModel.getInput().getVariableName());
183-
184180
String whenCompleteFutureName = "whenCompleteFuture";
185181
builder.addStatement("$T $N = null", ParameterizedTypeName.get(ClassName.get(CompletableFuture.class),
186182
executeFutureValueType), whenCompleteFutureName);

0 commit comments

Comments
 (0)