Skip to content

Commit 7abf8db

Browse files
author
AWS
committed
Release 2.17.161. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 55d33e8 commit 7abf8db

File tree

374 files changed

+482
-425
lines changed

Some content is hidden

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

374 files changed

+482
-425
lines changed

.changes/2.17.161.json

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version": "2.17.161",
3+
"date": "2022-03-31",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon WorkSpaces",
8+
"contributor": "",
9+
"description": "Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Managed Grafana",
14+
"contributor": "",
15+
"description": "This release adds tagging support to the Managed Grafana service. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field tags to support tagging while calling CreateWorkspace."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Audit Manager",
20+
"contributor": "",
21+
"description": "This release adds documentation updates for Audit Manager. The updates provide data deletion guidance when a customer deregisters Audit Manager or deregisters a delegated administrator."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Glue DataBrew",
26+
"contributor": "",
27+
"description": "This AWS Glue Databrew release adds feature to support ORC as an input format."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Route53 Recovery Cluster",
32+
"contributor": "",
33+
"description": "This release adds a new API \"ListRoutingControls\" to list routing control states using the highly reliable Route 53 ARC data plane endpoints."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "URLConnection HTTP Client",
38+
"contributor": "",
39+
"description": "ProxyConfiguration support for UrlConnectionHttpClient."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated service endpoint metadata."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS Cloud Control API",
50+
"contributor": "",
51+
"description": "SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Pinpoint SMS Voice V2",
56+
"contributor": "",
57+
"description": "Amazon Pinpoint now offers a version 2.0 suite of SMS and voice APIs, providing increased control over sending and configuration. This release is a new SDK for sending SMS and voice messages called PinpointSMSVoiceV2."
58+
},
59+
{
60+
"type": "bugfix",
61+
"category": "AWS SDK for Java v2",
62+
"contributor": "",
63+
"description": "Fix NPE thrown from serializing/deserializing a structure that has map type with null values"
64+
}
65+
]
66+
}

.changes/next-release/bugfix-AWSSDKforJavav2-edfb037.json

-6
This file was deleted.

.changes/next-release/feature-AWSAuditManager-9e84d10.json

-6
This file was deleted.

.changes/next-release/feature-AWSCloudControlAPI-e6dc69f.json

-6
This file was deleted.

.changes/next-release/feature-AWSGlueDataBrew-4e9c9c8.json

-6
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-bedacd4.json

-6
This file was deleted.

.changes/next-release/feature-AmazonManagedGrafana-b2c0e85.json

-6
This file was deleted.

.changes/next-release/feature-AmazonPinpointSMSVoiceV2-91cec15.json

-6
This file was deleted.

.changes/next-release/feature-AmazonWorkSpaces-492ff17.json

-6
This file was deleted.

.changes/next-release/feature-Route53RecoveryCluster-bee258f.json

-6
This file was deleted.

.changes/next-release/feature-UrlConnectionHttpClient-f600f1e.json

-6
This file was deleted.

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
# __2.17.161__ __2022-03-31__
2+
## __AWS Audit Manager__
3+
- ### Features
4+
- This release adds documentation updates for Audit Manager. The updates provide data deletion guidance when a customer deregisters Audit Manager or deregisters a delegated administrator.
5+
6+
## __AWS Cloud Control API__
7+
- ### Features
8+
- SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD
9+
10+
## __AWS Glue DataBrew__
11+
- ### Features
12+
- This AWS Glue Databrew release adds feature to support ORC as an input format.
13+
14+
## __AWS SDK for Java v2__
15+
- ### Features
16+
- Updated service endpoint metadata.
17+
18+
- ### Bugfixes
19+
- Fix NPE thrown from serializing/deserializing a structure that has map type with null values
20+
21+
## __Amazon Managed Grafana__
22+
- ### Features
23+
- This release adds tagging support to the Managed Grafana service. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field tags to support tagging while calling CreateWorkspace.
24+
25+
## __Amazon Pinpoint SMS Voice V2__
26+
- ### Features
27+
- Amazon Pinpoint now offers a version 2.0 suite of SMS and voice APIs, providing increased control over sending and configuration. This release is a new SDK for sending SMS and voice messages called PinpointSMSVoiceV2.
28+
29+
## __Amazon WorkSpaces__
30+
- ### Features
31+
- Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html
32+
33+
## __Route53 Recovery Cluster__
34+
- ### Features
35+
- This release adds a new API "ListRoutingControls" to list routing control states using the highly reliable Route 53 ARC data plane endpoints.
36+
37+
## __URLConnection HTTP Client__
38+
- ### Features
39+
- ProxyConfiguration support for UrlConnectionHttpClient.
40+
141
# __2.17.160__ __2022-03-30__
242
## __AWS IoT__
343
- ### Features

README.md

+4-4
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.160</version>
55+
<version>2.17.161</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.160</version>
89+
<version>2.17.161</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.160</version>
94+
<version>2.17.161</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.160</version>
106+
<version>2.17.161</version>
107107
</dependency>
108108
```
109109

archetypes/archetype-app-quickstart/pom.xml

+1-1
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.161-SNAPSHOT</version>
23+
<version>2.17.161</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

+1-1
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.161-SNAPSHOT</version>
23+
<version>2.17.161</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

+1-1
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.161-SNAPSHOT</version>
23+
<version>2.17.161</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

+1-1
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.161-SNAPSHOT</version>
23+
<version>2.17.161</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

+6-1
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.161-SNAPSHOT</version>
20+
<version>2.17.161</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1523,6 +1523,11 @@ Amazon AutoScaling, etc).</description>
15231523
<artifactId>gamesparks</artifactId>
15241524
<version>${awsjavasdk.version}</version>
15251525
</dependency>
1526+
<dependency>
1527+
<groupId>software.amazon.awssdk</groupId>
1528+
<artifactId>pinpointsmsvoicev2</artifactId>
1529+
<version>${awsjavasdk.version}</version>
1530+
</dependency>
15261531
</dependencies>
15271532
<build>
15281533
<finalName>${project.artifactId}-${project.version}</finalName>

bom-internal/pom.xml

+1-1
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.161-SNAPSHOT</version>
23+
<version>2.17.161</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

+6-1
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.161-SNAPSHOT</version>
20+
<version>2.17.161</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1663,6 +1663,11 @@
16631663
<artifactId>gamesparks</artifactId>
16641664
<version>${awsjavasdk.version}</version>
16651665
</dependency>
1666+
<dependency>
1667+
<groupId>software.amazon.awssdk</groupId>
1668+
<artifactId>pinpointsmsvoicev2</artifactId>
1669+
<version>${awsjavasdk.version}</version>
1670+
</dependency>
16661671
</dependencies>
16671672
</dependencyManagement>
16681673
</project>

bundle/pom.xml

+1-1
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.161-SNAPSHOT</version>
24+
<version>2.17.161</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

+1-1
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.161-SNAPSHOT</version>
25+
<version>2.17.161</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

+1-1
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.161-SNAPSHOT</version>
24+
<version>2.17.161</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

+1-1
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.161-SNAPSHOT</version>
25+
<version>2.17.161</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

+1-1
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.161-SNAPSHOT</version>
24+
<version>2.17.161</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

+1-1
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.161-SNAPSHOT</version>
23+
<version>2.17.161</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/arns/pom.xml

+1-1
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.161-SNAPSHOT</version>
23+
<version>2.17.161</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth-crt/pom.xml

+1-1
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.161-SNAPSHOT</version>
25+
<version>2.17.161</version>
2626
</parent>
2727

2828
<artifactId>auth-crt</artifactId>

core/auth/pom.xml

+1-1
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.161-SNAPSHOT</version>
25+
<version>2.17.161</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/aws-core/pom.xml

+1-1
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.161-SNAPSHOT</version>
25+
<version>2.17.161</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

0 commit comments

Comments
 (0)