@aws-sdk/client-acm-pca 3.743.0 → 3.746.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/dist-cjs/index.js CHANGED
@@ -36,6 +36,7 @@ __export(src_exports, {
36
36
  CreateCertificateAuthorityAuditReportCommand: () => CreateCertificateAuthorityAuditReportCommand,
37
37
  CreateCertificateAuthorityCommand: () => CreateCertificateAuthorityCommand,
38
38
  CreatePermissionCommand: () => CreatePermissionCommand,
39
+ CrlType: () => CrlType,
39
40
  DeleteCertificateAuthorityCommand: () => DeleteCertificateAuthorityCommand,
40
41
  DeletePermissionCommand: () => DeletePermissionCommand,
41
42
  DeletePolicyCommand: () => DeletePolicyCommand,
@@ -297,6 +298,10 @@ var KeyStorageSecurityStandard = {
297
298
  FIPS_140_2_LEVEL_2_OR_HIGHER: "FIPS_140_2_LEVEL_2_OR_HIGHER",
298
299
  FIPS_140_2_LEVEL_3_OR_HIGHER: "FIPS_140_2_LEVEL_3_OR_HIGHER"
299
300
  };
301
+ var CrlType = {
302
+ COMPLETE: "COMPLETE",
303
+ PARTITIONED: "PARTITIONED"
304
+ };
300
305
  var S3ObjectAcl = {
301
306
  BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL",
302
307
  PUBLIC_READ: "PUBLIC_READ"
@@ -2010,6 +2015,7 @@ var waitUntilCertificateIssued = /* @__PURE__ */ __name(async (params, input) =>
2010
2015
  SigningAlgorithm,
2011
2016
  CertificateAuthorityType,
2012
2017
  KeyStorageSecurityStandard,
2018
+ CrlType,
2013
2019
  S3ObjectAcl,
2014
2020
  CertificateAuthorityUsageMode,
2015
2021
  InvalidArgsException,
@@ -29,6 +29,10 @@ export const KeyStorageSecurityStandard = {
29
29
  FIPS_140_2_LEVEL_2_OR_HIGHER: "FIPS_140_2_LEVEL_2_OR_HIGHER",
30
30
  FIPS_140_2_LEVEL_3_OR_HIGHER: "FIPS_140_2_LEVEL_3_OR_HIGHER",
31
31
  };
32
+ export const CrlType = {
33
+ COMPLETE: "COMPLETE",
34
+ PARTITIONED: "PARTITIONED",
35
+ };
32
36
  export const S3ObjectAcl = {
33
37
  BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL",
34
38
  PUBLIC_READ: "PUBLIC_READ",
@@ -149,6 +149,8 @@ declare const CreateCertificateAuthorityCommand_base: {
149
149
  * CrlDistributionPointExtensionConfiguration: { // CrlDistributionPointExtensionConfiguration
150
150
  * OmitExtension: true || false, // required
151
151
  * },
152
+ * CrlType: "COMPLETE" || "PARTITIONED",
153
+ * CustomPath: "STRING_VALUE",
152
154
  * },
153
155
  * OcspConfiguration: { // OcspConfiguration
154
156
  * Enabled: true || false, // required
@@ -185,6 +185,8 @@ declare const DescribeCertificateAuthorityCommand_base: {
185
185
  * // CrlDistributionPointExtensionConfiguration: { // CrlDistributionPointExtensionConfiguration
186
186
  * // OmitExtension: true || false, // required
187
187
  * // },
188
+ * // CrlType: "COMPLETE" || "PARTITIONED",
189
+ * // CustomPath: "STRING_VALUE",
188
190
  * // },
189
191
  * // OcspConfiguration: { // OcspConfiguration
190
192
  * // Enabled: true || false, // required
@@ -149,6 +149,8 @@ declare const ListCertificateAuthoritiesCommand_base: {
149
149
  * // CrlDistributionPointExtensionConfiguration: { // CrlDistributionPointExtensionConfiguration
150
150
  * // OmitExtension: true || false, // required
151
151
  * // },
152
+ * // CrlType: "COMPLETE" || "PARTITIONED",
153
+ * // CustomPath: "STRING_VALUE",
152
154
  * // },
153
155
  * // OcspConfiguration: { // OcspConfiguration
154
156
  * // Enabled: true || false, // required
@@ -56,6 +56,8 @@ declare const UpdateCertificateAuthorityCommand_base: {
56
56
  * CrlDistributionPointExtensionConfiguration: { // CrlDistributionPointExtensionConfiguration
57
57
  * OmitExtension: true || false, // required
58
58
  * },
59
+ * CrlType: "COMPLETE" || "PARTITIONED",
60
+ * CustomPath: "STRING_VALUE",
59
61
  * },
60
62
  * OcspConfiguration: { // OcspConfiguration
61
63
  * Enabled: true || false, // required
@@ -446,6 +446,18 @@ export interface CrlDistributionPointExtensionConfiguration {
446
446
  */
447
447
  OmitExtension: boolean | undefined;
448
448
  }
449
+ /**
450
+ * @public
451
+ * @enum
452
+ */
453
+ export declare const CrlType: {
454
+ readonly COMPLETE: "COMPLETE";
455
+ readonly PARTITIONED: "PARTITIONED";
456
+ };
457
+ /**
458
+ * @public
459
+ */
460
+ export type CrlType = (typeof CrlType)[keyof typeof CrlType];
449
461
  /**
450
462
  * @public
451
463
  * @enum
@@ -639,6 +651,29 @@ export interface CrlConfiguration {
639
651
  * @public
640
652
  */
641
653
  CrlDistributionPointExtensionConfiguration?: CrlDistributionPointExtensionConfiguration | undefined;
654
+ /**
655
+ * <p>Choose whether to use a partitioned or complete CRL. Your choice determines the maximum number of certificates that the certificate authority can issue and revoke, as described in the <a href="https://docs.aws.amazon.com/general/latest/gr/pca.html#limits_pca-connector-ad">Amazon Web Services Private CA quotas</a>.</p>
656
+ * <ul>
657
+ * <li>
658
+ * <p>
659
+ * <code>PARTITIONED</code> - The default setting. Partitioned CRLs are an especially good option for devices that have limited processing power or storage capacity, such as certain IoT devices. Compared to complete CRLs, partitioned CRLs dramatically increase the number of certificates your private CA can issue. Each certificate that Amazon Web Services Private CA issues is bound to a specific CRL partition through the CRL distribution point (CDP) defined in <a href="https://datatracker.ietf.org/doc/html/rfc5280">RFC 5280</a>.</p>
660
+ * <important>
661
+ * <p>To make sure that your client fetches the CRL from a valid endpoint, we recommend that you programmatically validate that the CRL's issuing distribution point (IDP) URI matches the certificate's CDP URI. Amazon Web Services Private CA marks the IDP extension as critical, which your client must be able to process.</p>
662
+ * </important>
663
+ * </li>
664
+ * <li>
665
+ * <p>
666
+ * <code>COMPLETE</code> - Amazon Web Services Private CA maintains a single CRL file for all unexpired certificates issued by a CA that have been revoked for any reason.</p>
667
+ * </li>
668
+ * </ul>
669
+ * @public
670
+ */
671
+ CrlType?: CrlType | undefined;
672
+ /**
673
+ * <p>Designates a custom file path in S3 for CRL(s). For example, <code>http://&lt;CustomName&gt;/&lt;CustomPath&gt;/&lt;CrlPartition_GUID&gt;.crl</code>. You can change the custom path up to five times.</p>
674
+ * @public
675
+ */
676
+ CustomPath?: string | undefined;
642
677
  }
643
678
  /**
644
679
  * <p>Contains information to enable and configure Online Certificate Status Protocol (OCSP)
@@ -110,6 +110,11 @@ export type KeyStorageSecurityStandard =
110
110
  export interface CrlDistributionPointExtensionConfiguration {
111
111
  OmitExtension: boolean | undefined;
112
112
  }
113
+ export declare const CrlType: {
114
+ readonly COMPLETE: "COMPLETE";
115
+ readonly PARTITIONED: "PARTITIONED";
116
+ };
117
+ export type CrlType = (typeof CrlType)[keyof typeof CrlType];
113
118
  export declare const S3ObjectAcl: {
114
119
  readonly BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL";
115
120
  readonly PUBLIC_READ: "PUBLIC_READ";
@@ -124,6 +129,8 @@ export interface CrlConfiguration {
124
129
  CrlDistributionPointExtensionConfiguration?:
125
130
  | CrlDistributionPointExtensionConfiguration
126
131
  | undefined;
132
+ CrlType?: CrlType | undefined;
133
+ CustomPath?: string | undefined;
127
134
  }
128
135
  export interface OcspConfiguration {
129
136
  Enabled: boolean | undefined;
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.743.0",
4
+ "version": "3.746.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-pca",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.734.0",
24
- "@aws-sdk/credential-provider-node": "3.743.0",
23
+ "@aws-sdk/core": "3.744.0",
24
+ "@aws-sdk/credential-provider-node": "3.744.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.743.0",
28
+ "@aws-sdk/middleware-user-agent": "3.744.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.743.0",
33
+ "@aws-sdk/util-user-agent-node": "3.744.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.1",
35
+ "@smithy/core": "^3.1.2",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.2",
41
- "@smithy/middleware-retry": "^4.0.3",
42
- "@smithy/middleware-serde": "^4.0.1",
40
+ "@smithy/middleware-endpoint": "^4.0.3",
41
+ "@smithy/middleware-retry": "^4.0.4",
42
+ "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
45
  "@smithy/node-http-handler": "^4.0.2",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.2",
47
+ "@smithy/smithy-client": "^4.1.3",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.3",
54
- "@smithy/util-defaults-mode-node": "^4.0.3",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.4",
54
+ "@smithy/util-defaults-mode-node": "^4.0.4",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",