Skip to content

Commit c0b20d7

Browse files
author
AWS
committed
AWS SDK for Java 1.12.23
1 parent b0bc9ef commit c0b20d7

File tree

879 files changed

+71901
-41692
lines changed

Some content is hidden

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

879 files changed

+71901
-41692
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# __1.12.23__ __2021-07-13__
2+
## __AWS Direct Connect__
3+
- ### Features
4+
- This release adds a new filed named awsLogicalDeviceId that it displays the AWS Direct Connect endpoint which terminates a physical connection's BGP Sessions.
5+
6+
## __AWS Price List Service__
7+
- ### Features
8+
- Documentation updates for api.pricing
9+
10+
## __Amazon DevOps Guru__
11+
- ### Features
12+
- Add paginator for GetCostEstimation
13+
14+
## __Amazon Lex Model Building Service__
15+
- ### Features
16+
- Customers can now migrate bots built with Lex V1 APIs to V2 APIs. This release adds APIs to initiate and manage the migration of a bot.
17+
18+
## __Amazon Redshift__
19+
- ### Features
20+
- Release new APIs to support new Redshift feature - Authentication Profile
21+
22+
## __Amazon Simple Systems Manager (SSM)__
23+
- ### Features
24+
- Changes to OpsCenter APIs to support a new feature, operational insights.
25+
26+
## __AmplifyBackend__
27+
- ### Features
28+
- Added Sign in with Apple OAuth provider.
29+
130
# __1.12.22__ __2021-07-12__
231
## __AWSKendraFrontendService__
332
- ### Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies.
4747
<dependency>
4848
<groupId>com.amazonaws</groupId>
4949
<artifactId>aws-java-sdk-bom</artifactId>
50-
<version>1.12.22</version>
50+
<version>1.12.23</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</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.23-SNAPSHOT</version>
8+
<version>1.12.23</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-accessanalyzer</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.23-SNAPSHOT</version>
8+
<version>1.12.23</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.23-SNAPSHOT</version>
8+
<version>1.12.23</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.23-SNAPSHOT</version>
8+
<version>1.12.23</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.23-SNAPSHOT</version>
8+
<version>1.12.23</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.23-SNAPSHOT</version>
8+
<version>1.12.23</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-amplifybackend</artifactId>

aws-java-sdk-amplifybackend/src/main/java/com/amazonaws/services/amplifybackend/model/BackendAPIResourceConfig.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class BackendAPIResourceConfig implements Serializable, Cloneable, Struct
3636
private java.util.List<BackendAPIAuthType> additionalAuthTypes;
3737
/**
3838
* <p>
39-
* The API name used to interact with the data model, configured as a part of the amplify project.
39+
* The API name used to interact with the data model, configured as a part of your Amplify project.
4040
* </p>
4141
*/
4242
private String apiName;
@@ -137,11 +137,11 @@ public BackendAPIResourceConfig withAdditionalAuthTypes(java.util.Collection<Bac
137137

138138
/**
139139
* <p>
140-
* The API name used to interact with the data model, configured as a part of the amplify project.
140+
* The API name used to interact with the data model, configured as a part of your Amplify project.
141141
* </p>
142142
*
143143
* @param apiName
144-
* The API name used to interact with the data model, configured as a part of the amplify project.
144+
* The API name used to interact with the data model, configured as a part of your Amplify project.
145145
*/
146146

147147
public void setApiName(String apiName) {
@@ -150,10 +150,10 @@ public void setApiName(String apiName) {
150150

151151
/**
152152
* <p>
153-
* The API name used to interact with the data model, configured as a part of the amplify project.
153+
* The API name used to interact with the data model, configured as a part of your Amplify project.
154154
* </p>
155155
*
156-
* @return The API name used to interact with the data model, configured as a part of the amplify project.
156+
* @return The API name used to interact with the data model, configured as a part of your Amplify project.
157157
*/
158158

159159
public String getApiName() {
@@ -162,11 +162,11 @@ public String getApiName() {
162162

163163
/**
164164
* <p>
165-
* The API name used to interact with the data model, configured as a part of the amplify project.
165+
* The API name used to interact with the data model, configured as a part of your Amplify project.
166166
* </p>
167167
*
168168
* @param apiName
169-
* The API name used to interact with the data model, configured as a part of the amplify project.
169+
* The API name used to interact with the data model, configured as a part of your Amplify project.
170170
* @return Returns a reference to this object so that method calls can be chained together.
171171
*/
172172

0 commit comments

Comments
 (0)