@aws-sdk/client-acm 3.606.0 → 3.611.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.
@@ -27,9 +27,11 @@ declare const GetCertificateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of
31
- * the certificate of the issuing CA and the intermediate certificates of any other subordinate
32
- * CAs. All of the certificates are base64 encoded. You can use <a href="https://wiki.openssl.org/index.php/Command_Line_Utilities">OpenSSL</a> to decode
30
+ * <p>Retrieves a certificate and its certificate chain. The certificate may be either a public
31
+ * or private certificate issued using the ACM <code>RequestCertificate</code> action, or a
32
+ * certificate imported into ACM using the <code>ImportCertificate</code> action. The chain
33
+ * consists of the certificate of the issuing CA and the intermediate certificates of any other
34
+ * subordinate CAs. All of the certificates are base64 encoded. You can use <a href="https://wiki.openssl.org/index.php/Command_Line_Utilities">OpenSSL</a> to decode
33
35
  * the certificates and inspect individual fields.</p>
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -50,14 +50,6 @@ declare const ImportCertificateCommand_base: {
50
50
  * <p>The private key must be no larger than 5 KB (5,120 bytes).</p>
51
51
  * </li>
52
52
  * <li>
53
- * <p>If the certificate you are importing is not self-signed, you must enter its
54
- * certificate chain.</p>
55
- * </li>
56
- * <li>
57
- * <p>If a certificate chain is included, the issuer must be the subject of one of the
58
- * certificates in the chain.</p>
59
- * </li>
60
- * <li>
61
53
  * <p>The certificate, private key, and certificate chain must be PEM-encoded.</p>
62
54
  * </li>
63
55
  * <li>
@@ -27,10 +27,8 @@ declare const ListCertificatesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves a list of certificate ARNs and domain names. You can request that only
31
- * certificates that match a specific status be listed. You can also filter by specific
32
- * attributes of the certificate. Default filtering returns only <code>RSA_2048</code>
33
- * certificates. For more information, see <a>Filters</a>.</p>
30
+ * <p>Retrieves a list of certificate ARNs and domain names. By default, the API returns RSA_2048 certificates. To return all certificates in the account, include the <code>keyType</code> filter with the values <code>[RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1]</code>.</p>
31
+ * <p>In addition to <code>keyType</code>, you can also filter by the <code>CertificateStatuses</code>, <code>keyUsage</code>, and <code>extendedKeyUsage</code> attributes on the certificate. For more information, see <a>Filters</a>.</p>
34
32
  * @example
35
33
  * Use a bare-bones client and the command you need to make an API call.
36
34
  * ```javascript
@@ -225,11 +225,13 @@ export interface DomainValidation {
225
225
  * </li>
226
226
  * <li>
227
227
  * <p>
228
- * <code></code>SUCCESS</p>
228
+ * <code>SUCCESS</code>
229
+ * </p>
229
230
  * </li>
230
231
  * <li>
231
232
  * <p>
232
- * <code></code>FAILED</p>
233
+ * <code>FAILED</code>
234
+ * </p>
233
235
  * </li>
234
236
  * </ul>
235
237
  * @public
@@ -1104,18 +1106,18 @@ export interface CertificateSummary {
1104
1106
  * list contains the domain names that are bound to the public key that is contained in the
1105
1107
  * certificate. The subject alternative names include the canonical domain name (CN) of the
1106
1108
  * certificate and additional domain names that can be used to connect to the website. </p>
1107
- * <p>When called by <a href="https://docs.aws.amazon.com/acm/latestAPIReference/API_ListCertificates.html">ListCertificates</a>, this parameter will only return the first 100 subject alternative
1109
+ * <p>When called by <a>ListCertificates</a>, this parameter will only return the first 100 subject alternative
1108
1110
  * names included in the certificate. To display the full list of subject alternative names, use
1109
- * <a href="https://docs.aws.amazon.com/acm/latestAPIReference/API_DescribeCertificate.html">DescribeCertificate</a>.</p>
1111
+ * <a>DescribeCertificate</a>.</p>
1110
1112
  * @public
1111
1113
  */
1112
1114
  SubjectAlternativeNameSummaries?: string[];
1113
1115
  /**
1114
- * <p>When called by <a href="https://docs.aws.amazon.com/acm/latestAPIReference/API_ListCertificates.html">ListCertificates</a>, indicates whether the full list of subject alternative names has
1116
+ * <p>When called by <a>ListCertificates</a>, indicates whether the full list of subject alternative names has
1115
1117
  * been included in the response. If false, the response includes all of the subject alternative
1116
1118
  * names included in the certificate. If true, the response only includes the first 100 subject
1117
1119
  * alternative names included in the certificate. To display the full list of subject alternative
1118
- * names, use <a href="https://docs.aws.amazon.com/acm/latestAPIReference/API_DescribeCertificate.html">DescribeCertificate</a>.</p>
1120
+ * names, use <a>DescribeCertificate</a>.</p>
1119
1121
  * @public
1120
1122
  */
1121
1123
  HasAdditionalSubjectAlternativeNames?: boolean;
@@ -1468,9 +1470,37 @@ export interface RequestCertificateRequest {
1468
1470
  * encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital
1469
1471
  * Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but
1470
1472
  * with greater computing efficiency. However, ECDSA is not supported by all network clients.
1471
- * Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while
1472
- * others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken.
1473
- * Check the requirements for the AWS service where you plan to deploy your certificate.</p>
1473
+ * Some Amazon Web Services services may require RSA keys, or only support ECDSA keys of a particular size,
1474
+ * while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not
1475
+ * broken. Check the requirements for the Amazon Web Services service where you plan to deploy your
1476
+ * certificate. For more information about selecting an algorithm, see <a href="https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms">Key
1477
+ * algorithms</a>.</p>
1478
+ * <note>
1479
+ * <p>Algorithms supported for an ACM certificate request include: </p>
1480
+ * <ul>
1481
+ * <li>
1482
+ * <p>
1483
+ * <code>RSA_2048</code>
1484
+ * </p>
1485
+ * </li>
1486
+ * <li>
1487
+ * <p>
1488
+ * <code>EC_prime256v1</code>
1489
+ * </p>
1490
+ * </li>
1491
+ * <li>
1492
+ * <p>
1493
+ * <code>EC_secp384r1</code>
1494
+ * </p>
1495
+ * </li>
1496
+ * </ul>
1497
+ * <p>Other listed algorithms are for imported certificates only. </p>
1498
+ * </note>
1499
+ * <note>
1500
+ * <p>When you request a private PKI certificate signed by a CA from Amazon Web Services Private CA, the
1501
+ * specified signing algorithm family (RSA or ECDSA) must match the algorithm family of
1502
+ * the CA's secret key.</p>
1503
+ * </note>
1474
1504
  * <p>Default: RSA_2048</p>
1475
1505
  * @public
1476
1506
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm",
3
3
  "description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
4
- "version": "3.606.0",
4
+ "version": "3.611.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-acm",
@@ -20,45 +20,45 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.606.0",
24
- "@aws-sdk/client-sts": "3.606.0",
25
- "@aws-sdk/core": "3.598.0",
26
- "@aws-sdk/credential-provider-node": "3.600.0",
27
- "@aws-sdk/middleware-host-header": "3.598.0",
28
- "@aws-sdk/middleware-logger": "3.598.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.598.0",
30
- "@aws-sdk/middleware-user-agent": "3.598.0",
31
- "@aws-sdk/region-config-resolver": "3.598.0",
32
- "@aws-sdk/types": "3.598.0",
33
- "@aws-sdk/util-endpoints": "3.598.0",
34
- "@aws-sdk/util-user-agent-browser": "3.598.0",
35
- "@aws-sdk/util-user-agent-node": "3.598.0",
36
- "@smithy/config-resolver": "^3.0.2",
37
- "@smithy/core": "^2.2.1",
38
- "@smithy/fetch-http-handler": "^3.0.2",
39
- "@smithy/hash-node": "^3.0.1",
40
- "@smithy/invalid-dependency": "^3.0.1",
41
- "@smithy/middleware-content-length": "^3.0.1",
42
- "@smithy/middleware-endpoint": "^3.0.2",
43
- "@smithy/middleware-retry": "^3.0.4",
44
- "@smithy/middleware-serde": "^3.0.1",
45
- "@smithy/middleware-stack": "^3.0.1",
46
- "@smithy/node-config-provider": "^3.1.1",
47
- "@smithy/node-http-handler": "^3.0.1",
48
- "@smithy/protocol-http": "^4.0.1",
49
- "@smithy/smithy-client": "^3.1.2",
50
- "@smithy/types": "^3.1.0",
51
- "@smithy/url-parser": "^3.0.1",
23
+ "@aws-sdk/client-sso-oidc": "3.609.0",
24
+ "@aws-sdk/client-sts": "3.609.0",
25
+ "@aws-sdk/core": "3.609.0",
26
+ "@aws-sdk/credential-provider-node": "3.609.0",
27
+ "@aws-sdk/middleware-host-header": "3.609.0",
28
+ "@aws-sdk/middleware-logger": "3.609.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
+ "@aws-sdk/middleware-user-agent": "3.609.0",
31
+ "@aws-sdk/region-config-resolver": "3.609.0",
32
+ "@aws-sdk/types": "3.609.0",
33
+ "@aws-sdk/util-endpoints": "3.609.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.609.0",
35
+ "@aws-sdk/util-user-agent-node": "3.609.0",
36
+ "@smithy/config-resolver": "^3.0.4",
37
+ "@smithy/core": "^2.2.4",
38
+ "@smithy/fetch-http-handler": "^3.2.0",
39
+ "@smithy/hash-node": "^3.0.3",
40
+ "@smithy/invalid-dependency": "^3.0.3",
41
+ "@smithy/middleware-content-length": "^3.0.3",
42
+ "@smithy/middleware-endpoint": "^3.0.4",
43
+ "@smithy/middleware-retry": "^3.0.7",
44
+ "@smithy/middleware-serde": "^3.0.3",
45
+ "@smithy/middleware-stack": "^3.0.3",
46
+ "@smithy/node-config-provider": "^3.1.3",
47
+ "@smithy/node-http-handler": "^3.1.1",
48
+ "@smithy/protocol-http": "^4.0.3",
49
+ "@smithy/smithy-client": "^3.1.5",
50
+ "@smithy/types": "^3.3.0",
51
+ "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.4",
56
- "@smithy/util-defaults-mode-node": "^3.0.4",
57
- "@smithy/util-endpoints": "^2.0.2",
58
- "@smithy/util-middleware": "^3.0.1",
59
- "@smithy/util-retry": "^3.0.1",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.7",
56
+ "@smithy/util-defaults-mode-node": "^3.0.7",
57
+ "@smithy/util-endpoints": "^2.0.4",
58
+ "@smithy/util-middleware": "^3.0.3",
59
+ "@smithy/util-retry": "^3.0.3",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
- "@smithy/util-waiter": "^3.0.1",
61
+ "@smithy/util-waiter": "^3.1.2",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {