Skip to content

Commit 4b99a74

Browse files
author
AWS
committed
AWS SDK for Java 1.12.124
1 parent 548cb63 commit 4b99a74

File tree

937 files changed

+201296
-44660
lines changed

Some content is hidden

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

937 files changed

+201296
-44660
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# __1.12.124__ __2021-12-02__
2+
## __AWS Amplify UI Builder__
3+
- ### Features
4+
- This release introduces the actions and data types for the new Amplify UI Builder API. The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in Amplify applications.
5+
6+
## __AWS Network Manager__
7+
- ### Features
8+
- This release adds API support for AWS Cloud WAN.
9+
10+
## __AWS Resource Access Manager__
11+
- ### Features
12+
- This release adds the ability to use the new ResourceRegionScope parameter on List operations that return lists of resources or resource types. This new parameter filters the results by letting you differentiate between global or regional resource types.
13+
114
# __1.12.123__ __2021-12-01__
215
## __AWS Direct Connect__
316
- ### Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies.
5151
<dependency>
5252
<groupId>com.amazonaws</groupId>
5353
<artifactId>aws-java-sdk-bom</artifactId>
54-
<version>1.12.123</version>
54+
<version>1.12.124</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>

aws-java-sdk-accessanalyzer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.124-SNAPSHOT</version>
8+
<version>1.12.124</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</artifactId>

aws-java-sdk-account/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.124-SNAPSHOT</version>
8+
<version>1.12.124</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-account</artifactId>

aws-java-sdk-acm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.124-SNAPSHOT</version>
8+
<version>1.12.124</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>

aws-java-sdk-acmpca/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.124-SNAPSHOT</version>
8+
<version>1.12.124</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acmpca</artifactId>

aws-java-sdk-alexaforbusiness/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.124-SNAPSHOT</version>
8+
<version>1.12.124</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-alexaforbusiness</artifactId>

aws-java-sdk-amplify/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.124-SNAPSHOT</version>
8+
<version>1.12.124</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplify</artifactId>

aws-java-sdk-amplifybackend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.12.124-SNAPSHOT</version>
8+
<version>1.12.124</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplifybackend</artifactId>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
source.. = src/main/java,\
2+
src/main/resources
3+
output.. = bin/
4+
5+
bin.includes = LICENSE.txt,\
6+
NOTICE.txt,\
7+
META-INF/,\
8+
.
9+
10+
jre.compilation.profile = JavaSE-1.7

aws-java-sdk-amplifyuibuilder/pom.xml

+97
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<?xml version="1.0"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<parent>
6+
<groupId>com.amazonaws</groupId>
7+
<artifactId>aws-java-sdk-pom</artifactId>
8+
<version>1.12.124</version>
9+
</parent>
10+
<groupId>com.amazonaws</groupId>
11+
<artifactId>aws-java-sdk-amplifyuibuilder</artifactId>
12+
<name>AWS Java SDK for AWS Amplify UI Builder</name>
13+
<description>The AWS Java SDK for AWS Amplify UI Builder module holds the client classes that are used for communicating with AWS Amplify UI Builder Service</description>
14+
<url>https://aws.amazon.com/sdkforjava</url>
15+
16+
<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
17+
<dependencies>
18+
<dependency>
19+
<artifactId>aws-java-sdk-core</artifactId>
20+
<groupId>com.amazonaws</groupId>
21+
<optional>false</optional>
22+
<version>${awsjavasdk.version}</version>
23+
</dependency>
24+
<dependency>
25+
<artifactId>aws-java-sdk-test-utils</artifactId>
26+
<groupId>com.amazonaws</groupId>
27+
<optional>false</optional>
28+
<scope>test</scope>
29+
<version>${awsjavasdk.version}</version>
30+
</dependency>
31+
<dependency>
32+
<artifactId>jmespath-java</artifactId>
33+
<groupId>com.amazonaws</groupId>
34+
<optional>false</optional>
35+
</dependency>
36+
</dependencies>
37+
38+
<build>
39+
<plugins>
40+
<plugin>
41+
<groupId>org.apache.maven.plugins</groupId>
42+
<artifactId>maven-compiler-plugin</artifactId>
43+
</plugin>
44+
45+
<plugin>
46+
<groupId>org.apache.maven.plugins</groupId>
47+
<artifactId>maven-javadoc-plugin</artifactId>
48+
</plugin>
49+
</plugins>
50+
</build>
51+
52+
<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
53+
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
54+
<profiles>
55+
<profile>
56+
<id>versiondiff</id>
57+
<build>
58+
<plugins>
59+
<plugin>
60+
<groupId>com.github.siom79.japicmp</groupId>
61+
<artifactId>japicmp-maven-plugin</artifactId>
62+
<version>0.5.0</version>
63+
<executions>
64+
<execution>
65+
<phase>verify</phase>
66+
<goals>
67+
<goal>cmp</goal>
68+
</goals>
69+
</execution>
70+
</executions>
71+
<configuration>
72+
<oldVersion>
73+
<dependency>
74+
<groupId>com.amazonaws</groupId>
75+
<artifactId>aws-java-sdk-amplifyuibuilder</artifactId>
76+
<version>RELEASE</version>
77+
</dependency>
78+
</oldVersion>
79+
<newVersion>
80+
<file>
81+
<path>${project.build.directory}/${project.artifactId}-${project.version}.jar</path>
82+
</file>
83+
</newVersion>
84+
<parameter>
85+
<onlyModified>true</onlyModified>
86+
<accessModifier>public</accessModifier>
87+
<breakBuildOnModifications>false</breakBuildOnModifications>
88+
<breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
89+
<onlyBinaryIncompatible>false</onlyBinaryIncompatible>
90+
</parameter>
91+
</configuration>
92+
</plugin>
93+
</plugins>
94+
</build>
95+
</profile>
96+
</profiles>
97+
</project>

0 commit comments

Comments
 (0)