Skip to content

Commit 5d908c2

Browse files
Merge pull request #1002 from aws/staging/241ca0f9-b989-4c34-834d-ec7db9ce6096
Pull request: release <- staging/241ca0f9-b989-4c34-834d-ec7db9ce6096
2 parents a482b72 + eeab1cd commit 5d908c2

File tree

305 files changed

+2279
-542
lines changed

Some content is hidden

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

305 files changed

+2279
-542
lines changed

.changes/2.15.8.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"version": "2.15.8",
3+
"date": "2020-10-15",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS Lambda Maven Archetype",
8+
"description": "Fixed an issue where archetype generation failed with latest maven-archetype-plugin. See [#1981](https://github.com/aws/aws-sdk-java-v2/issues/1981)"
9+
},
10+
{
11+
"type": "feature",
12+
"category": "Amazon Rekognition",
13+
"description": "This SDK Release introduces new API (DetectProtectiveEquipment) for Amazon Rekognition. This release also adds ServiceQuotaExceeded exception to Amazon Rekognition IndexFaces API."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "AWS Ground Station",
18+
"description": "Adds error message attribute to DescribeContact DataflowDetails"
19+
},
20+
{
21+
"type": "feature",
22+
"category": "AWS Database Migration Service",
23+
"description": "When creating Endpoints, Replication Instances, and Replication Tasks, the feature provides you the option to specify friendly name to the resources."
24+
},
25+
{
26+
"type": "feature",
27+
"category": "Amazon WorkSpaces",
28+
"description": "Documentation updates for WorkSpaces"
29+
},
30+
{
31+
"type": "feature",
32+
"category": "Amazon Simple Systems Manager (SSM)",
33+
"description": "This Patch Manager release now supports searching for available packages from Amazon Linux and Amazon Linux 2 via the DescribeAvailablePatches API."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon WorkMail",
38+
"description": "Add CreateOrganization and DeleteOrganization API operations."
39+
},
40+
{
41+
"type": "feature",
42+
"category": "AWS SDK for Java v2",
43+
"description": "Add support for plus (+) character in profile names"
44+
},
45+
{
46+
"type": "feature",
47+
"category": "AWS Transfer Family",
48+
"description": "Add support to associate VPC Security Groups at server creation."
49+
},
50+
{
51+
"type": "feature",
52+
"category": "AWS Glue",
53+
"description": "API Documentation updates for Glue Get-Plan API"
54+
},
55+
{
56+
"type": "feature",
57+
"category": "AWS Cost Explorer Service",
58+
"description": "This release improves email validation for subscriptions on the SDK endpoints."
59+
},
60+
{
61+
"type": "feature",
62+
"category": "AWS IoT",
63+
"description": "Add new variable, lastStatusChangeDate, to DescribeDomainConfiguration API"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "AWS X-Ray",
68+
"description": "Enhancing CreateGroup, UpdateGroup, GetGroup and GetGroups APIs to support configuring X-Ray Insights Notifications. Adding TraceLimit information into X-Ray BatchGetTraces API response."
69+
},
70+
{
71+
"type": "feature",
72+
"category": "Amazon Relational Database Service",
73+
"description": "Return tags for all resources in the output of DescribeDBInstances, DescribeDBSnapshots, DescribeDBClusters, and DescribeDBClusterSnapshots API operations."
74+
},
75+
{
76+
"type": "feature",
77+
"category": "AWS Budgets",
78+
"description": "This release introduces AWS Budgets Actions, allowing you to define an explicit response(or set of responses) to take when your budget exceeds it's action threshold."
79+
},
80+
{
81+
"type": "feature",
82+
"category": "Access Analyzer",
83+
"description": "This release adds support for the ApplyArchiveRule api in IAM Access Analyzer. The ApplyArchiveRule api allows users to apply an archive rule retroactively to existing findings in an analyzer."
84+
},
85+
{
86+
"type": "feature",
87+
"category": "AWS SDK for Java v2",
88+
"description": "Updated service endpoint metadata."
89+
},
90+
{
91+
"type": "feature",
92+
"category": "Amazon Macie 2",
93+
"description": "This release of the Amazon Macie API adds support for pausing and resuming classification jobs. Also, sensitive data findings now include location data for up to 15 occurrences of sensitive data."
94+
}
95+
]
96+
}

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: java
22
jdk:
33
- openjdk8
4-
- openjdk11
54
sudo: true
65
dist: xenial
76
install: /bin/true

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
# __2.15.8__ __2020-10-15__
2+
## __AWS Budgets__
3+
- ### Features
4+
- This release introduces AWS Budgets Actions, allowing you to define an explicit response(or set of responses) to take when your budget exceeds it's action threshold.
5+
6+
## __AWS Cost Explorer Service__
7+
- ### Features
8+
- This release improves email validation for subscriptions on the SDK endpoints.
9+
10+
## __AWS Database Migration Service__
11+
- ### Features
12+
- When creating Endpoints, Replication Instances, and Replication Tasks, the feature provides you the option to specify friendly name to the resources.
13+
14+
## __AWS Glue__
15+
- ### Features
16+
- API Documentation updates for Glue Get-Plan API
17+
18+
## __AWS Ground Station__
19+
- ### Features
20+
- Adds error message attribute to DescribeContact DataflowDetails
21+
22+
## __AWS IoT__
23+
- ### Features
24+
- Add new variable, lastStatusChangeDate, to DescribeDomainConfiguration API
25+
26+
## __AWS Lambda Maven Archetype__
27+
- ### Bugfixes
28+
- Fixed an issue where archetype generation failed with latest maven-archetype-plugin. See [#1981](https://github.com/aws/aws-sdk-java-v2/issues/1981)
29+
30+
## __AWS SDK for Java v2__
31+
- ### Features
32+
- Add support for plus (+) character in profile names
33+
- Updated service endpoint metadata.
34+
35+
## __AWS Transfer Family__
36+
- ### Features
37+
- Add support to associate VPC Security Groups at server creation.
38+
39+
## __AWS X-Ray__
40+
- ### Features
41+
- Enhancing CreateGroup, UpdateGroup, GetGroup and GetGroups APIs to support configuring X-Ray Insights Notifications. Adding TraceLimit information into X-Ray BatchGetTraces API response.
42+
43+
## __Access Analyzer__
44+
- ### Features
45+
- This release adds support for the ApplyArchiveRule api in IAM Access Analyzer. The ApplyArchiveRule api allows users to apply an archive rule retroactively to existing findings in an analyzer.
46+
47+
## __Amazon Macie 2__
48+
- ### Features
49+
- This release of the Amazon Macie API adds support for pausing and resuming classification jobs. Also, sensitive data findings now include location data for up to 15 occurrences of sensitive data.
50+
51+
## __Amazon Rekognition__
52+
- ### Features
53+
- This SDK Release introduces new API (DetectProtectiveEquipment) for Amazon Rekognition. This release also adds ServiceQuotaExceeded exception to Amazon Rekognition IndexFaces API.
54+
55+
## __Amazon Relational Database Service__
56+
- ### Features
57+
- Return tags for all resources in the output of DescribeDBInstances, DescribeDBSnapshots, DescribeDBClusters, and DescribeDBClusterSnapshots API operations.
58+
59+
## __Amazon Simple Systems Manager (SSM)__
60+
- ### Features
61+
- This Patch Manager release now supports searching for available packages from Amazon Linux and Amazon Linux 2 via the DescribeAvailablePatches API.
62+
63+
## __Amazon WorkMail__
64+
- ### Features
65+
- Add CreateOrganization and DeleteOrganization API operations.
66+
67+
## __Amazon WorkSpaces__
68+
- ### Features
69+
- Documentation updates for WorkSpaces
70+
171
# __2.15.7__ __2020-10-09__
272
## __AWS Amplify__
373
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
5151
<artifactId>bom</artifactId>
52-
<version>2.15.7</version>
52+
<version>2.15.8</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>ec2</artifactId>
86-
<version>2.15.7</version>
86+
<version>2.15.8</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.15.7</version>
91+
<version>2.15.8</version>
9292
</dependency>
9393
```
9494

@@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
100100
<dependency>
101101
<groupId>software.amazon.awssdk</groupId>
102102
<artifactId>aws-sdk-java</artifactId>
103-
<version>2.15.7</version>
103+
<version>2.15.8</version>
104104
</dependency>
105105
```
106106

archetypes/archetype-lambda/pom.xml

Lines changed: 53 additions & 2 deletions
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.15.7</version>
23+
<version>2.15.8</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>
@@ -31,7 +31,8 @@
3131
</description>
3232

3333
<properties>
34-
<maven.archetype.version>3.1.2</maven.archetype.version>
34+
<maven.archetype.version>3.2.0</maven.archetype.version>
35+
<maven.resource.plugin.version>3.2.0</maven.resource.plugin.version>
3536
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
3637
</properties>
3738

@@ -118,6 +119,56 @@
118119
<skip>true</skip>
119120
</configuration>
120121
</plugin>
122+
123+
<!-- workaround to copy the global.vm and serviceMapping.vm to the sub folders
124+
because gloabl.vm is not so global any more
125+
see https://github.com/aws/aws-sdk-java-v2/issues/1981 -->
126+
<plugin>
127+
<artifactId>maven-resources-plugin</artifactId>
128+
<version>${maven.resource.plugin.version}</version>
129+
<executions>
130+
<execution>
131+
<id>copy-resources</id>
132+
<phase>process-classes</phase>
133+
<goals>
134+
<goal>copy-resources</goal>
135+
</goals>
136+
<configuration>
137+
<outputDirectory>${basedir}/target/classes/archetype-resources</outputDirectory>
138+
<encoding>UTF-8</encoding>
139+
<resources>
140+
<resource>
141+
<directory>${basedir}/target/classes/</directory>
142+
<includes>
143+
<include>global.vm</include>
144+
<include>serviceMapping.vm</include>
145+
</includes>
146+
</resource>
147+
</resources>
148+
</configuration>
149+
</execution>
150+
<execution>
151+
<id>copy-resources-to-sub-folder</id>
152+
<phase>process-classes</phase>
153+
<goals>
154+
<goal>copy-resources</goal>
155+
</goals>
156+
<configuration>
157+
<outputDirectory>${basedir}/target/classes/archetype-resources/src/main/java</outputDirectory>
158+
<encoding>UTF-8</encoding>
159+
<resources>
160+
<resource>
161+
<directory>${basedir}/target/classes/</directory>
162+
<includes>
163+
<include>global.vm</include>
164+
<include>serviceMapping.vm</include>
165+
</includes>
166+
</resource>
167+
</resources>
168+
</configuration>
169+
</execution>
170+
</executions>
171+
</plugin>
121172
</plugins>
122173
</build>
123174
</project>

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.15.7</version>
23+
<version>2.15.8</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.15.7</version>
20+
<version>2.15.8</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.15.7</version>
23+
<version>2.15.8</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.15.7</version>
20+
<version>2.15.8</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.15.7</version>
24+
<version>2.15.8</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.15.7</version>
25+
<version>2.15.8</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.15.7</version>
24+
<version>2.15.8</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.15.7</version>
25+
<version>2.15.8</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.15.7</version>
24+
<version>2.15.8</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.15.7</version>
23+
<version>2.15.8</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.15.7</version>
23+
<version>2.15.8</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.15.7</version>
25+
<version>2.15.8</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

0 commit comments

Comments
 (0)