Skip to content

Commit e2b53f6

Browse files
author
AWS
committed
AWS SDK for Java 1.12.380
1 parent 958146b commit e2b53f6

File tree

512 files changed

+4474
-2809
lines changed

Some content is hidden

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

512 files changed

+4474
-2809
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# __1.12.380__ __2023-01-06__
2+
## __AWS Audit Manager__
3+
- ### Features
4+
- This release introduces a new data retention option in your Audit Manager settings. You can now use the DeregistrationPolicy parameter to specify if you want to delete your data when you deregister Audit Manager.
5+
6+
## __AWS Certificate Manager Private Certificate Authority__
7+
- ### Features
8+
- Added revocation parameter validation: bucket names must match S3 bucket naming rules and CNAMEs conform to RFC2396 restrictions on the use of special characters in URIs.
9+
110
# __1.12.379__ __2023-01-05__
211
## __AWS App Runner__
312
- ### Features

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies.
5050
<dependency>
5151
<groupId>com.amazonaws</groupId>
5252
<artifactId>aws-java-sdk-bom</artifactId>
53-
<version>1.12.379</version>
53+
<version>1.12.380</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</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.380-SNAPSHOT</version>
8+
<version>1.12.380</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.380-SNAPSHOT</version>
8+
<version>1.12.380</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.380-SNAPSHOT</version>
8+
<version>1.12.380</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.380-SNAPSHOT</version>
8+
<version>1.12.380</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

+157-139
Large diffs are not rendered by default.

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

+281-247
Large diffs are not rendered by default.

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

+13-11
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,28 @@
2626
* an asynchronous operation completes.
2727
* <p>
2828
* <p>
29-
* This is the <i>Private Certificate Authority (PCA) API Reference</i>. It provides descriptions, syntax, and usage
30-
* examples for each of the actions and data types involved in creating and managing a private certificate authority
31-
* (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.
3232
* </p>
3333
* <p>
3434
* The documentation for each action shows the API request parameters and the JSON response. Alternatively, you can use
3535
* one of the Amazon Web Services SDKs to access an API that is tailored to the programming language or platform that
3636
* you prefer. For more information, see <a href="https://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.
3737
* </p>
3838
* <p>
39-
* Each ACM Private CA API operation has a quota that determines the number of times the operation can be called per
40-
* second. ACM Private CA throttles API requests at different rates depending on the operation. Throttling means that
41-
* ACM Private CA rejects an otherwise valid request because the request exceeds the operation's quota for the number of
42-
* requests per second. When a request is throttled, ACM Private CA returns a <a
43-
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. ACM
44-
* 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.
4546
* </p>
4647
* <p>
47-
* To see an up-to-date list of your ACM Private CA quotas, or to request a quota increase, log into your Amazon Web
48-
* Services account 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.
4951
* </p>
5052
*/
5153
@ThreadSafe

0 commit comments

Comments
 (0)