@aws-sdk/client-acm-pca 3.382.0 → 3.385.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,7 +17,7 @@ see <a href="https://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</
17
17
  operation can be called per second. Amazon Web Services Private CA throttles API requests at different rates
18
18
  depending on the operation. Throttling means that Amazon Web Services Private CA rejects an otherwise valid
19
19
  request because the request exceeds the operation's quota for the number of requests per
20
- second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
20
+ second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
21
21
  rate for APIs. </p>
22
22
  <p>To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase,
23
23
  log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
@@ -176,7 +176,7 @@ export interface ACMPCA {
176
176
  * operation can be called per second. Amazon Web Services Private CA throttles API requests at different rates
177
177
  * depending on the operation. Throttling means that Amazon Web Services Private CA rejects an otherwise valid
178
178
  * request because the request exceeds the operation's quota for the number of requests per
179
- * second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
179
+ * second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
180
180
  * rate for APIs. </p>
181
181
  * <p>To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase,
182
182
  * log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
@@ -179,7 +179,7 @@ export interface ACMPCAClientResolvedConfig extends ACMPCAClientResolvedConfigTy
179
179
  * operation can be called per second. Amazon Web Services Private CA throttles API requests at different rates
180
180
  * depending on the operation. Throttling means that Amazon Web Services Private CA rejects an otherwise valid
181
181
  * request because the request exceeds the operation's quota for the number of requests per
182
- * second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
182
+ * second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
183
183
  * rate for APIs. </p>
184
184
  * <p>To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase,
185
185
  * log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
@@ -10,7 +10,7 @@
10
10
  * operation can be called per second. Amazon Web Services Private CA throttles API requests at different rates
11
11
  * depending on the operation. Throttling means that Amazon Web Services Private CA rejects an otherwise valid
12
12
  * request because the request exceeds the operation's quota for the number of requests per
13
- * second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
13
+ * second. When a request is throttled, Amazon Web Services Private CA returns a <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/CommonErrors.html">ThrottlingException</a> error. Amazon Web Services Private CA does not guarantee a minimum request
14
14
  * rate for APIs. </p>
15
15
  * <p>To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase,
16
16
  * log into your Amazon Web Services account and visit the <a href="https://console.aws.amazon.com/servicequotas/">Service Quotas</a>
@@ -764,9 +764,9 @@ export interface CreateCertificateAuthorityRequest {
764
764
  * keys.</p>
765
765
  * <p>Default: FIPS_140_2_LEVEL_3_OR_HIGHER</p>
766
766
  * <note>
767
- * <p>Some Amazon Web Services Regions do not support the default. When creating a CA in these Regions, you
768
- * must provide <code>FIPS_140_2_LEVEL_2_OR_HIGHER</code> as the argument for
769
- * <code>KeyStorageSecurityStandard</code>. Failure to do this results in an
767
+ * <p>Some Amazon Web Services Regions do not support the default. When creating a CA in these
768
+ * Regions, you must provide <code>FIPS_140_2_LEVEL_2_OR_HIGHER</code> as the argument
769
+ * for <code>KeyStorageSecurityStandard</code>. Failure to do this results in an
770
770
  * <code>InvalidArgsException</code> with the message, "A certificate authority
771
771
  * cannot be created in this region with the specified security standard."</p>
772
772
  * <p>For information about security standard support in various Regions, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/data-protection.html#private-keys">Storage
@@ -1857,8 +1857,8 @@ export interface IssueCertificateRequest {
1857
1857
  * <p>This parameter should not be confused with the <code>SigningAlgorithm</code> parameter
1858
1858
  * used to sign a CSR in the <code>CreateCertificateAuthority</code> action.</p>
1859
1859
  * <note>
1860
- * <p>The specified signing algorithm family (RSA or ECDSA) must match the algorithm family of
1861
- * the CA's secret key.</p>
1860
+ * <p>The specified signing algorithm family (RSA or ECDSA) must match the algorithm
1861
+ * family of the CA's secret key.</p>
1862
1862
  * </note>
1863
1863
  */
1864
1864
  SigningAlgorithm: SigningAlgorithm | string | undefined;
@@ -1913,11 +1913,11 @@ export interface IssueCertificateRequest {
1913
1913
  ValidityNotBefore?: Validity;
1914
1914
  /**
1915
1915
  * @public
1916
- * <p>Alphanumeric string that can be used to distinguish between calls to the <b>IssueCertificate</b> action. Idempotency tokens for <b>IssueCertificate</b> time out after one minute. Therefore, if you
1917
- * call <b>IssueCertificate</b> multiple times with the same
1918
- * idempotency token within one minute, Amazon Web Services Private CA recognizes that you are requesting only
1919
- * one certificate and will issue only one. If you change the idempotency token for each
1920
- * call, Amazon Web Services Private CA recognizes that you are requesting multiple certificates.</p>
1916
+ * <p>Alphanumeric string that can be used to distinguish between calls to the <b>IssueCertificate</b> action. Idempotency tokens for <b>IssueCertificate</b> time out after five minutes. Therefore, if
1917
+ * you call <b>IssueCertificate</b> multiple times with the same
1918
+ * idempotency token within five minutes, Amazon Web Services Private CA recognizes that you are requesting
1919
+ * only one certificate and will issue only one. If you change the idempotency token for
1920
+ * each call, Amazon Web Services Private CA recognizes that you are requesting multiple certificates.</p>
1921
1921
  */
1922
1922
  IdempotencyToken?: string;
1923
1923
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm-pca",
3
3
  "description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
4
- "version": "3.382.0",
4
+ "version": "3.385.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.382.0",
25
- "@aws-sdk/credential-provider-node": "3.382.0",
24
+ "@aws-sdk/client-sts": "3.385.0",
25
+ "@aws-sdk/credential-provider-node": "3.385.0",
26
26
  "@aws-sdk/middleware-host-header": "3.379.1",
27
27
  "@aws-sdk/middleware-logger": "3.378.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.378.0",