Skip to content

Commit 72feb6d

Browse files
author
AWS
committed
AWS SDK for Java 1.12.180
1 parent ae0ccc1 commit 72feb6d

File tree

768 files changed

+104449
-2558
lines changed

Some content is hidden

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

768 files changed

+104449
-2558
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# __1.12.180__ __2022-03-16__
2+
## __AWS Certificate Manager Private Certificate Authority__
3+
- ### Features
4+
- AWS Certificate Manager (ACM) Private Certificate Authority (CA) now supports customizable certificate subject names and extensions.
5+
6+
## __AWS Systems Manager Incident Manager__
7+
- ### Features
8+
- Removed incorrect validation pattern for IncidentRecordSource.invokedBy
9+
10+
## __AWSBillingConductor__
11+
- ### Features
12+
- This is the initial SDK release for AWS Billing Conductor. The AWS Billing Conductor is a customizable billing service, allowing you to customize your billing data to match your desired business structure.
13+
14+
## __Amazon S3 on Outposts__
15+
- ### Features
16+
- S3 on Outposts is releasing a new API, ListSharedEndpoints, that lists all endpoints associated with S3 on Outpost, that has been shared by Resource Access Manager (RAM).
17+
18+
## __AmplifyBackend__
19+
- ### Features
20+
- Adding the ability to customize Cognito verification messages for email and SMS in CreateBackendAuth and UpdateBackendAuth. Adding deprecation documentation for ForgotPassword in CreateBackendAuth and UpdateBackendAuth
21+
122
# __1.12.179__ __2022-03-15__
223
## __AWS Data Exchange__
324
- ### 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.179</version>
54+
<version>1.12.180</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.180-SNAPSHOT</version>
8+
<version>1.12.180</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.180-SNAPSHOT</version>
8+
<version>1.12.180</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.180-SNAPSHOT</version>
8+
<version>1.12.180</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.180-SNAPSHOT</version>
8+
<version>1.12.180</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acmpca</artifactId>

aws-java-sdk-acmpca/src/main/java/com/amazonaws/services/acmpca/AWSACMPCA.java

+138-120
Large diffs are not rendered by default.

aws-java-sdk-acmpca/src/main/java/com/amazonaws/services/acmpca/AWSACMPCAAsync.java

+244-211
Large diffs are not rendered by default.

aws-java-sdk-acmpca/src/main/java/com/amazonaws/services/acmpca/AWSACMPCAAsyncClient.java

+16-13
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,28 @@
2626
* an asynchronous operation completes.
2727
* <p>
2828
* <p>
29-
* This is the <i>ACM Private CA API Reference</i>. It provides descriptions, syntax, and usage examples for each of the
30-
* actions and data types involved in creating and managing private certificate authorities (CA) for your organization.
29+
* This is the <i>Amazon Web Services Private Certificate Authority API Reference</i>. It provides descriptions, syntax,
30+
* and usage examples for each of the actions and data types involved in creating and managing a private certificate
31+
* authority (CA) for your organization.
3132
* </p>
3233
* <p>
33-
* The documentation for each action shows the Query API request parameters and the XML response. Alternatively, you can
34-
* use one of the AWS SDKs to access an API that's tailored to the programming language or platform that you're using.
35-
* For more information, see <a href="https://aws.amazon.com/tools/#SDKs">AWS SDKs</a>.
34+
* The documentation for each action shows the API request parameters and the JSON response. Alternatively, you can use
35+
* one of the Amazon Web Services SDKs to access an API that is tailored to the programming language or platform that
36+
* you prefer. For more information, see <a href="https://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.
3637
* </p>
3738
* <p>
38-
* Each ACM Private CA API operation has a quota that determines the number of times the operation can be called per
39-
* second. ACM Private CA throttles API requests at different rates depending on the operation. Throttling means that
40-
* ACM Private CA rejects an otherwise valid request because the request exceeds the operation's quota for the number of
41-
* requests per second. When a request is throttled, ACM Private CA returns a <a
42-
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. ACM
43-
* Private CA does not guarantee a minimum request rate for APIs.
39+
* Each Amazon Web Services Private CA API operation has a quota that determines the number of times the operation can
40+
* be called per second. Amazon Web Services Private CA throttles API requests at different rates depending on the
41+
* operation. Throttling means that Amazon Web Services Private CA rejects an otherwise valid request because the
42+
* request exceeds the operation's quota for the number of requests per second. When a request is throttled, Amazon Web
43+
* Services Private CA returns a <a
44+
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error.
45+
* Amazon Web Services Private CA does not guarantee a minimum request rate for APIs.
4446
* </p>
4547
* <p>
46-
* To see an up-to-date list of your ACM Private CA quotas, or to request a quota increase, log into your AWS account
47-
* and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a> console.
48+
* To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase, log into
49+
* your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service
50+
* Quotas</a> console.
4851
* </p>
4952
*/
5053
@ThreadSafe

0 commit comments

Comments
 (0)