Skip to content

Commit 3810512

Browse files
Merge pull request #2870 from aws/staging/22b991eb-2caa-49ef-9691-57de08f15750
Pull request: release <- staging/22b991eb-2caa-49ef-9691-57de08f15750
2 parents 666d0c6 + 0b590b1 commit 3810512

File tree

486 files changed

+814
-704
lines changed

Some content is hidden

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

486 files changed

+814
-704
lines changed

.changes/2.23.13.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.23.13",
3+
"date": "2024-01-29",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon Simple Storage Service",
8+
"contributor": "",
9+
"description": "S3 client configured with crossRegionEnabled(true) will now use us-east-1 regional endpoint instead of the global endpoint. See [#4720](https://github.com/aws/aws-sdk-java-v2/issues/4720)."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Comprehend",
14+
"contributor": "",
15+
"description": "Comprehend PII analysis now supports Spanish input documents."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Compute Cloud",
20+
"contributor": "",
21+
"description": "EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Import/Export Snowball",
26+
"contributor": "",
27+
"description": "Modified description of createaddress to include direction to add path when providing a JSON file."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AmazonMWAA",
32+
"contributor": "",
33+
"description": "This release adds MAINTENANCE environment status for Amazon MWAA environments."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Relational Database Service",
38+
"contributor": "",
39+
"description": "Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Auto Scaling",
44+
"contributor": "",
45+
"description": "EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# __2.23.13__ __2024-01-29__
2+
## __AWS SDK for Java v2__
3+
- ### Features
4+
- Updated endpoint and partition metadata.
5+
6+
## __Amazon Comprehend__
7+
- ### Features
8+
- Comprehend PII analysis now supports Spanish input documents.
9+
10+
## __Amazon Elastic Compute Cloud__
11+
- ### Features
12+
- EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
13+
14+
## __Amazon Import/Export Snowball__
15+
- ### Features
16+
- Modified description of createaddress to include direction to add path when providing a JSON file.
17+
18+
## __Amazon Relational Database Service__
19+
- ### Features
20+
- Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS RestoreDBClusterFromSnapshot and RestoreDBClusterToPointInTime API methods. This provides enhanced error handling, ensuring a more robust experience.
21+
22+
## __Amazon Simple Storage Service__
23+
- ### Bugfixes
24+
- S3 client configured with crossRegionEnabled(true) will now use us-east-1 regional endpoint instead of the global endpoint. See [#4720](https://github.com/aws/aws-sdk-java-v2/issues/4720).
25+
26+
## __AmazonMWAA__
27+
- ### Features
28+
- This release adds MAINTENANCE environment status for Amazon MWAA environments.
29+
30+
## __Auto Scaling__
31+
- ### Features
32+
- EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
33+
134
# __2.23.12__ __2024-01-26__
235
## __AWS SDK for Java v2__
336
- ### Features
@@ -2986,7 +3019,7 @@ Special thanks to the following contributors to this release:
29863019
## __Contributors__
29873020
Special thanks to the following contributors to this release:
29883021

2989-
[@faucct](https://github.com/faucct), [@psnilesh](https://github.com/psnilesh)
3022+
[@psnilesh](https://github.com/psnilesh), [@faucct](https://github.com/faucct)
29903023
# __2.20.146__ __2023-09-12__
29913024
## __AWS CRT-based S3 Client__
29923025
- ### Bugfixes

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.23.12</version>
55+
<version>2.23.13</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.23.12</version>
89+
<version>2.23.13</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.23.12</version>
94+
<version>2.23.13</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.23.12</version>
106+
<version>2.23.13</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.23.12</version>
23+
<version>2.23.13</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.23.12</version>
23+
<version>2.23.13</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.23.12</version>
23+
<version>2.23.13</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.23.12</version>
23+
<version>2.23.13</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.23.12</version>
20+
<version>2.23.13</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.23.12</version>
23+
<version>2.23.13</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.23.12</version>
20+
<version>2.23.13</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle-logging-bridge/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.23.12</version>
24+
<version>2.23.13</version>
2525
</parent>
2626
<artifactId>bundle-logging-bridge</artifactId>
2727
<packaging>jar</packaging>

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

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

codegen/src/main/java/software/amazon/awssdk/codegen/AddOperations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public Map<String, OperationModel> constructOperations() {
176176
operationModel.setEndpointTrait(op.getEndpoint());
177177
operationModel.setHttpChecksumRequired(op.isHttpChecksumRequired());
178178
operationModel.setHttpChecksum(op.getHttpChecksum());
179-
operationModel.setRequestCompression(op.getRequestCompression());
179+
operationModel.setRequestcompression(op.getRequestcompression());
180180
operationModel.setStaticContextParams(op.getStaticContextParams());
181181
operationModel.setAuth(getAuthFromOperation(op));
182182

codegen/src/main/java/software/amazon/awssdk/codegen/compression/RequestCompression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import software.amazon.awssdk.annotations.SdkInternalApi;
2020

2121
/**
22-
* Class to map the RequestCompression trait of an operation.
22+
* Class to map the requestcompression trait of an operation.
2323
*/
2424
@SdkInternalApi
2525
public class RequestCompression {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class OperationModel extends DocumentationModel {
7878

7979
private HttpChecksum httpChecksum;
8080

81-
private RequestCompression requestCompression;
81+
private RequestCompression requestcompression;
8282

8383
@JsonIgnore
8484
private Map<String, StaticContextParam> staticContextParams;
@@ -342,12 +342,12 @@ public void setHttpChecksum(HttpChecksum httpChecksum) {
342342
this.httpChecksum = httpChecksum;
343343
}
344344

345-
public RequestCompression getRequestCompression() {
346-
return requestCompression;
345+
public RequestCompression getRequestcompression() {
346+
return requestcompression;
347347
}
348348

349-
public void setRequestCompression(RequestCompression requestCompression) {
350-
this.requestCompression = requestCompression;
349+
public void setRequestcompression(RequestCompression requestcompression) {
350+
this.requestcompression = requestcompression;
351351
}
352352

353353
public Map<String, StaticContextParam> getStaticContextParams() {

codegen/src/main/java/software/amazon/awssdk/codegen/model/service/Operation.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class Operation {
5555

5656
private HttpChecksum httpChecksum;
5757

58-
private RequestCompression requestCompression;
58+
private RequestCompression requestcompression;
5959

6060
private Map<String, StaticContextParam> staticContextParams;
6161

@@ -202,12 +202,12 @@ public void setHttpChecksum(HttpChecksum httpChecksum) {
202202
this.httpChecksum = httpChecksum;
203203
}
204204

205-
public RequestCompression getRequestCompression() {
206-
return requestCompression;
205+
public RequestCompression getRequestcompression() {
206+
return requestcompression;
207207
}
208208

209-
public void setRequestCompression(RequestCompression requestCompression) {
210-
this.requestCompression = requestCompression;
209+
public void setRequestcompression(RequestCompression requestcompression) {
210+
this.requestcompression = requestcompression;
211211
}
212212

213213
public Map<String, StaticContextParam> getStaticContextParams() {

codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/traits/RequestCompressionTrait.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private RequestCompressionTrait() {
3838
* return an empty code-block.
3939
*/
4040
public static CodeBlock create(OperationModel operationModel, IntermediateModel model) {
41-
if (operationModel.getRequestCompression() == null) {
41+
if (operationModel.getRequestcompression() == null) {
4242
return CodeBlock.of("");
4343
}
4444

@@ -49,7 +49,7 @@ public static CodeBlock create(OperationModel operationModel, IntermediateModel
4949
throw new IllegalStateException("Request compression for S3 is not yet supported in the AWS SDK for Java.");
5050
}
5151

52-
List<String> encodings = operationModel.getRequestCompression().getEncodings();
52+
List<String> encodings = operationModel.getRequestcompression().getEncodings();
5353

5454
return CodeBlock.of(".putExecutionAttribute($T.REQUEST_COMPRESSION, "
5555
+ "$T.builder().encodings($L).isStreaming($L).build())",

codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/c2j/json/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"method": "POST",
3737
"requestUri": "/"
3838
},
39-
"requestCompression": {
39+
"requestcompression": {
4040
"encodings": ["gzip"]
4141
}
4242
},

codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/c2j/query/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"method": "POST",
6666
"requestUri": "/"
6767
},
68-
"requestCompression": {
68+
"requestcompression": {
6969
"encodings": ["gzip"]
7070
}
7171
},

codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/c2j/rest-json/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"method": "POST",
2929
"requestUri": "/"
3030
},
31-
"requestCompression": {
31+
"requestcompression": {
3232
"encodings": ["gzip"]
3333
}
3434
},

codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/c2j/xml/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"method": "POST",
3636
"requestUri": "/"
3737
},
38-
"requestCompression": {
38+
"requestcompression": {
3939
"encodings": ["gzip"]
4040
}
4141
},

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.23.12</version>
23+
<version>2.23.13</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)