@aws-sdk/client-acm-pca 3.987.0 → 3.989.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultACMPCAHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.acmpca",
30
+ errorTypeRegistries,
29
31
  serviceTarget: "ACMPrivateCA",
30
32
  },
31
33
  serviceId: config?.serviceId ?? "ACM PCA",
@@ -219,6 +219,128 @@ const n0 = "com.amazonaws.acmpca";
219
219
  import { TypeRegistry } from "@smithy/core/schema";
220
220
  import { ACMPCAServiceException } from "../models/ACMPCAServiceException";
221
221
  import { CertificateMismatchException, ConcurrentModificationException, InvalidArgsException, InvalidArnException, InvalidNextTokenException, InvalidPolicyException, InvalidRequestException, InvalidStateException, InvalidTagException, LimitExceededException, LockoutPreventedException, MalformedCertificateException, MalformedCSRException, PermissionAlreadyExistsException, RequestAlreadyProcessedException, RequestFailedException, RequestInProgressException, ResourceNotFoundException, TooManyTagsException, } from "../models/errors";
222
+ const _s_registry = TypeRegistry.for(_s);
223
+ export var ACMPCAServiceException$ = [-3, _s, "ACMPCAServiceException", 0, [], []];
224
+ _s_registry.registerError(ACMPCAServiceException$, ACMPCAServiceException);
225
+ const n0_registry = TypeRegistry.for(n0);
226
+ export var CertificateMismatchException$ = [-3, n0, _CME,
227
+ { [_e]: _c },
228
+ [_m],
229
+ [0]
230
+ ];
231
+ n0_registry.registerError(CertificateMismatchException$, CertificateMismatchException);
232
+ export var ConcurrentModificationException$ = [-3, n0, _CMEo,
233
+ { [_e]: _c },
234
+ [_m],
235
+ [0]
236
+ ];
237
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
238
+ export var InvalidArgsException$ = [-3, n0, _IAE,
239
+ { [_e]: _c },
240
+ [_m],
241
+ [0]
242
+ ];
243
+ n0_registry.registerError(InvalidArgsException$, InvalidArgsException);
244
+ export var InvalidArnException$ = [-3, n0, _IAEn,
245
+ { [_e]: _c },
246
+ [_m],
247
+ [0]
248
+ ];
249
+ n0_registry.registerError(InvalidArnException$, InvalidArnException);
250
+ export var InvalidNextTokenException$ = [-3, n0, _INTE,
251
+ { [_e]: _c },
252
+ [_m],
253
+ [0]
254
+ ];
255
+ n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
256
+ export var InvalidPolicyException$ = [-3, n0, _IPE,
257
+ { [_e]: _c },
258
+ [_m],
259
+ [0]
260
+ ];
261
+ n0_registry.registerError(InvalidPolicyException$, InvalidPolicyException);
262
+ export var InvalidRequestException$ = [-3, n0, _IRE,
263
+ { [_e]: _c },
264
+ [_m],
265
+ [0]
266
+ ];
267
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
268
+ export var InvalidStateException$ = [-3, n0, _ISE,
269
+ { [_e]: _c },
270
+ [_m],
271
+ [0]
272
+ ];
273
+ n0_registry.registerError(InvalidStateException$, InvalidStateException);
274
+ export var InvalidTagException$ = [-3, n0, _ITE,
275
+ { [_e]: _c },
276
+ [_m],
277
+ [0]
278
+ ];
279
+ n0_registry.registerError(InvalidTagException$, InvalidTagException);
280
+ export var LimitExceededException$ = [-3, n0, _LEE,
281
+ { [_e]: _c },
282
+ [_m],
283
+ [0]
284
+ ];
285
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
286
+ export var LockoutPreventedException$ = [-3, n0, _LPE,
287
+ { [_e]: _c },
288
+ [_m],
289
+ [0]
290
+ ];
291
+ n0_registry.registerError(LockoutPreventedException$, LockoutPreventedException);
292
+ export var MalformedCertificateException$ = [-3, n0, _MCE,
293
+ { [_e]: _c },
294
+ [_m],
295
+ [0]
296
+ ];
297
+ n0_registry.registerError(MalformedCertificateException$, MalformedCertificateException);
298
+ export var MalformedCSRException$ = [-3, n0, _MCSRE,
299
+ { [_e]: _c },
300
+ [_m],
301
+ [0]
302
+ ];
303
+ n0_registry.registerError(MalformedCSRException$, MalformedCSRException);
304
+ export var PermissionAlreadyExistsException$ = [-3, n0, _PAEE,
305
+ { [_e]: _c },
306
+ [_m],
307
+ [0]
308
+ ];
309
+ n0_registry.registerError(PermissionAlreadyExistsException$, PermissionAlreadyExistsException);
310
+ export var RequestAlreadyProcessedException$ = [-3, n0, _RAPE,
311
+ { [_e]: _c },
312
+ [_m],
313
+ [0]
314
+ ];
315
+ n0_registry.registerError(RequestAlreadyProcessedException$, RequestAlreadyProcessedException);
316
+ export var RequestFailedException$ = [-3, n0, _RFE,
317
+ { [_e]: _c },
318
+ [_m],
319
+ [0]
320
+ ];
321
+ n0_registry.registerError(RequestFailedException$, RequestFailedException);
322
+ export var RequestInProgressException$ = [-3, n0, _RIPE,
323
+ { [_e]: _c },
324
+ [_m],
325
+ [0]
326
+ ];
327
+ n0_registry.registerError(RequestInProgressException$, RequestInProgressException);
328
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
329
+ { [_e]: _c },
330
+ [_m],
331
+ [0]
332
+ ];
333
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
334
+ export var TooManyTagsException$ = [-3, n0, _TMTE,
335
+ { [_e]: _c },
336
+ [_m],
337
+ [0]
338
+ ];
339
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
340
+ export const errorTypeRegistries = [
341
+ _s_registry,
342
+ n0_registry,
343
+ ];
222
344
  export var AccessDescription$ = [3, n0, _AD,
223
345
  0,
224
346
  [_AM, _AL],
@@ -249,18 +371,6 @@ export var CertificateAuthorityConfiguration$ = [3, n0, _CAC,
249
371
  [_KA, _SA, _S, _CE],
250
372
  [0, 0, () => ASN1Subject$, () => CsrExtensions$], 3
251
373
  ];
252
- export var CertificateMismatchException$ = [-3, n0, _CME,
253
- { [_e]: _c },
254
- [_m],
255
- [0]
256
- ];
257
- TypeRegistry.for(n0).registerError(CertificateMismatchException$, CertificateMismatchException);
258
- export var ConcurrentModificationException$ = [-3, n0, _CMEo,
259
- { [_e]: _c },
260
- [_m],
261
- [0]
262
- ];
263
- TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
264
374
  export var CreateCertificateAuthorityAuditReportRequest$ = [3, n0, _CCAARR,
265
375
  0,
266
376
  [_CAA, _SBN, _ARRF],
@@ -411,48 +521,6 @@ export var ImportCertificateAuthorityCertificateRequest$ = [3, n0, _ICACR,
411
521
  [_CAA, _Ce, _CCe],
412
522
  [0, 21, 21], 2
413
523
  ];
414
- export var InvalidArgsException$ = [-3, n0, _IAE,
415
- { [_e]: _c },
416
- [_m],
417
- [0]
418
- ];
419
- TypeRegistry.for(n0).registerError(InvalidArgsException$, InvalidArgsException);
420
- export var InvalidArnException$ = [-3, n0, _IAEn,
421
- { [_e]: _c },
422
- [_m],
423
- [0]
424
- ];
425
- TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
426
- export var InvalidNextTokenException$ = [-3, n0, _INTE,
427
- { [_e]: _c },
428
- [_m],
429
- [0]
430
- ];
431
- TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
432
- export var InvalidPolicyException$ = [-3, n0, _IPE,
433
- { [_e]: _c },
434
- [_m],
435
- [0]
436
- ];
437
- TypeRegistry.for(n0).registerError(InvalidPolicyException$, InvalidPolicyException);
438
- export var InvalidRequestException$ = [-3, n0, _IRE,
439
- { [_e]: _c },
440
- [_m],
441
- [0]
442
- ];
443
- TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
444
- export var InvalidStateException$ = [-3, n0, _ISE,
445
- { [_e]: _c },
446
- [_m],
447
- [0]
448
- ];
449
- TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
450
- export var InvalidTagException$ = [-3, n0, _ITE,
451
- { [_e]: _c },
452
- [_m],
453
- [0]
454
- ];
455
- TypeRegistry.for(n0).registerError(InvalidTagException$, InvalidTagException);
456
524
  export var IssueCertificateRequest$ = [3, n0, _ICR,
457
525
  0,
458
526
  [_CAA, _Cs, _SA, _Va, _AP, _TA, _VNB, _IT],
@@ -468,12 +536,6 @@ export var KeyUsage$ = [3, n0, _KU,
468
536
  [_DS, _NR, _KE, _DE, _KAe, _KCS, _CRLS, _EO, _DO],
469
537
  [2, 2, 2, 2, 2, 2, 2, 2, 2]
470
538
  ];
471
- export var LimitExceededException$ = [-3, n0, _LEE,
472
- { [_e]: _c },
473
- [_m],
474
- [0]
475
- ];
476
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
477
539
  export var ListCertificateAuthoritiesRequest$ = [3, n0, _LCAR,
478
540
  0,
479
541
  [_MR, _NT, _RO],
@@ -504,24 +566,6 @@ export var ListTagsResponse$ = [3, n0, _LTRi,
504
566
  [_NT, _Ta],
505
567
  [0, () => TagList]
506
568
  ];
507
- export var LockoutPreventedException$ = [-3, n0, _LPE,
508
- { [_e]: _c },
509
- [_m],
510
- [0]
511
- ];
512
- TypeRegistry.for(n0).registerError(LockoutPreventedException$, LockoutPreventedException);
513
- export var MalformedCertificateException$ = [-3, n0, _MCE,
514
- { [_e]: _c },
515
- [_m],
516
- [0]
517
- ];
518
- TypeRegistry.for(n0).registerError(MalformedCertificateException$, MalformedCertificateException);
519
- export var MalformedCSRException$ = [-3, n0, _MCSRE,
520
- { [_e]: _c },
521
- [_m],
522
- [0]
523
- ];
524
- TypeRegistry.for(n0).registerError(MalformedCSRException$, MalformedCSRException);
525
569
  export var OcspConfiguration$ = [3, n0, _OC,
526
570
  0,
527
571
  [_En, _OCC],
@@ -537,12 +581,6 @@ export var Permission$ = [3, n0, _Per,
537
581
  [_CAA, _CAr, _Pr, _SAo, _Ac, _Po],
538
582
  [0, 4, 0, 0, 64 | 0, 0]
539
583
  ];
540
- export var PermissionAlreadyExistsException$ = [-3, n0, _PAEE,
541
- { [_e]: _c },
542
- [_m],
543
- [0]
544
- ];
545
- TypeRegistry.for(n0).registerError(PermissionAlreadyExistsException$, PermissionAlreadyExistsException);
546
584
  export var PolicyInformation$ = [3, n0, _PI,
547
585
  0,
548
586
  [_CPI, _PQ],
@@ -563,30 +601,6 @@ export var Qualifier$ = [3, n0, _Q,
563
601
  [_CU],
564
602
  [0], 1
565
603
  ];
566
- export var RequestAlreadyProcessedException$ = [-3, n0, _RAPE,
567
- { [_e]: _c },
568
- [_m],
569
- [0]
570
- ];
571
- TypeRegistry.for(n0).registerError(RequestAlreadyProcessedException$, RequestAlreadyProcessedException);
572
- export var RequestFailedException$ = [-3, n0, _RFE,
573
- { [_e]: _c },
574
- [_m],
575
- [0]
576
- ];
577
- TypeRegistry.for(n0).registerError(RequestFailedException$, RequestFailedException);
578
- export var RequestInProgressException$ = [-3, n0, _RIPE,
579
- { [_e]: _c },
580
- [_m],
581
- [0]
582
- ];
583
- TypeRegistry.for(n0).registerError(RequestInProgressException$, RequestInProgressException);
584
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
585
- { [_e]: _c },
586
- [_m],
587
- [0]
588
- ];
589
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
590
604
  export var RestoreCertificateAuthorityRequest$ = [3, n0, _RCAR,
591
605
  0,
592
606
  [_CAA],
@@ -612,12 +626,6 @@ export var TagCertificateAuthorityRequest$ = [3, n0, _TCAR,
612
626
  [_CAA, _Ta],
613
627
  [0, () => TagList], 2
614
628
  ];
615
- export var TooManyTagsException$ = [-3, n0, _TMTE,
616
- { [_e]: _c },
617
- [_m],
618
- [0]
619
- ];
620
- TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
621
629
  export var UntagCertificateAuthorityRequest$ = [3, n0, _UCAR,
622
630
  0,
623
631
  [_CAA, _Ta],
@@ -634,8 +642,6 @@ export var Validity$ = [3, n0, _Va,
634
642
  [1, 0], 2
635
643
  ];
636
644
  var __Unit = "unit";
637
- export var ACMPCAServiceException$ = [-3, _s, "ACMPCAServiceException", 0, [], []];
638
- TypeRegistry.for(_s).registerError(ACMPCAServiceException$, ACMPCAServiceException);
639
645
  var AccessDescriptionList = [1, n0, _ADL,
640
646
  0, () => AccessDescription$
641
647
  ];
@@ -1,12 +1,37 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var ACMPCAServiceException$: StaticErrorSchema;
4
+ export declare var CertificateMismatchException$: StaticErrorSchema;
5
+ export declare var ConcurrentModificationException$: StaticErrorSchema;
6
+ export declare var InvalidArgsException$: StaticErrorSchema;
7
+ export declare var InvalidArnException$: StaticErrorSchema;
8
+ export declare var InvalidNextTokenException$: StaticErrorSchema;
9
+ export declare var InvalidPolicyException$: StaticErrorSchema;
10
+ export declare var InvalidRequestException$: StaticErrorSchema;
11
+ export declare var InvalidStateException$: StaticErrorSchema;
12
+ export declare var InvalidTagException$: StaticErrorSchema;
13
+ export declare var LimitExceededException$: StaticErrorSchema;
14
+ export declare var LockoutPreventedException$: StaticErrorSchema;
15
+ export declare var MalformedCertificateException$: StaticErrorSchema;
16
+ export declare var MalformedCSRException$: StaticErrorSchema;
17
+ export declare var PermissionAlreadyExistsException$: StaticErrorSchema;
18
+ export declare var RequestAlreadyProcessedException$: StaticErrorSchema;
19
+ export declare var RequestFailedException$: StaticErrorSchema;
20
+ export declare var RequestInProgressException$: StaticErrorSchema;
21
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
22
+ export declare var TooManyTagsException$: StaticErrorSchema;
23
+ /**
24
+ * TypeRegistry instances containing modeled errors.
25
+ * @internal
26
+ *
27
+ */
28
+ export declare const errorTypeRegistries: TypeRegistry[];
2
29
  export declare var AccessDescription$: StaticStructureSchema;
3
30
  export declare var AccessMethod$: StaticStructureSchema;
4
31
  export declare var ApiPassthrough$: StaticStructureSchema;
5
32
  export declare var ASN1Subject$: StaticStructureSchema;
6
33
  export declare var CertificateAuthority$: StaticStructureSchema;
7
34
  export declare var CertificateAuthorityConfiguration$: StaticStructureSchema;
8
- export declare var CertificateMismatchException$: StaticErrorSchema;
9
- export declare var ConcurrentModificationException$: StaticErrorSchema;
10
35
  export declare var CreateCertificateAuthorityAuditReportRequest$: StaticStructureSchema;
11
36
  export declare var CreateCertificateAuthorityAuditReportResponse$: StaticStructureSchema;
12
37
  export declare var CreateCertificateAuthorityRequest$: StaticStructureSchema;
@@ -37,48 +62,30 @@ export declare var GetCertificateResponse$: StaticStructureSchema;
37
62
  export declare var GetPolicyRequest$: StaticStructureSchema;
38
63
  export declare var GetPolicyResponse$: StaticStructureSchema;
39
64
  export declare var ImportCertificateAuthorityCertificateRequest$: StaticStructureSchema;
40
- export declare var InvalidArgsException$: StaticErrorSchema;
41
- export declare var InvalidArnException$: StaticErrorSchema;
42
- export declare var InvalidNextTokenException$: StaticErrorSchema;
43
- export declare var InvalidPolicyException$: StaticErrorSchema;
44
- export declare var InvalidRequestException$: StaticErrorSchema;
45
- export declare var InvalidStateException$: StaticErrorSchema;
46
- export declare var InvalidTagException$: StaticErrorSchema;
47
65
  export declare var IssueCertificateRequest$: StaticStructureSchema;
48
66
  export declare var IssueCertificateResponse$: StaticStructureSchema;
49
67
  export declare var KeyUsage$: StaticStructureSchema;
50
- export declare var LimitExceededException$: StaticErrorSchema;
51
68
  export declare var ListCertificateAuthoritiesRequest$: StaticStructureSchema;
52
69
  export declare var ListCertificateAuthoritiesResponse$: StaticStructureSchema;
53
70
  export declare var ListPermissionsRequest$: StaticStructureSchema;
54
71
  export declare var ListPermissionsResponse$: StaticStructureSchema;
55
72
  export declare var ListTagsRequest$: StaticStructureSchema;
56
73
  export declare var ListTagsResponse$: StaticStructureSchema;
57
- export declare var LockoutPreventedException$: StaticErrorSchema;
58
- export declare var MalformedCertificateException$: StaticErrorSchema;
59
- export declare var MalformedCSRException$: StaticErrorSchema;
60
74
  export declare var OcspConfiguration$: StaticStructureSchema;
61
75
  export declare var OtherName$: StaticStructureSchema;
62
76
  export declare var Permission$: StaticStructureSchema;
63
- export declare var PermissionAlreadyExistsException$: StaticErrorSchema;
64
77
  export declare var PolicyInformation$: StaticStructureSchema;
65
78
  export declare var PolicyQualifierInfo$: StaticStructureSchema;
66
79
  export declare var PutPolicyRequest$: StaticStructureSchema;
67
80
  export declare var Qualifier$: StaticStructureSchema;
68
- export declare var RequestAlreadyProcessedException$: StaticErrorSchema;
69
- export declare var RequestFailedException$: StaticErrorSchema;
70
- export declare var RequestInProgressException$: StaticErrorSchema;
71
- export declare var ResourceNotFoundException$: StaticErrorSchema;
72
81
  export declare var RestoreCertificateAuthorityRequest$: StaticStructureSchema;
73
82
  export declare var RevocationConfiguration$: StaticStructureSchema;
74
83
  export declare var RevokeCertificateRequest$: StaticStructureSchema;
75
84
  export declare var Tag$: StaticStructureSchema;
76
85
  export declare var TagCertificateAuthorityRequest$: StaticStructureSchema;
77
- export declare var TooManyTagsException$: StaticErrorSchema;
78
86
  export declare var UntagCertificateAuthorityRequest$: StaticStructureSchema;
79
87
  export declare var UpdateCertificateAuthorityRequest$: StaticStructureSchema;
80
88
  export declare var Validity$: StaticStructureSchema;
81
- export declare var ACMPCAServiceException$: StaticErrorSchema;
82
89
  export declare var CreateCertificateAuthority$: StaticOperationSchema;
83
90
  export declare var CreateCertificateAuthorityAuditReport$: StaticOperationSchema;
84
91
  export declare var CreatePermission$: StaticOperationSchema;
@@ -1,16 +1,36 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var ACMPCAServiceException$: StaticErrorSchema;
8
+ export declare var CertificateMismatchException$: StaticErrorSchema;
9
+ export declare var ConcurrentModificationException$: StaticErrorSchema;
10
+ export declare var InvalidArgsException$: StaticErrorSchema;
11
+ export declare var InvalidArnException$: StaticErrorSchema;
12
+ export declare var InvalidNextTokenException$: StaticErrorSchema;
13
+ export declare var InvalidPolicyException$: StaticErrorSchema;
14
+ export declare var InvalidRequestException$: StaticErrorSchema;
15
+ export declare var InvalidStateException$: StaticErrorSchema;
16
+ export declare var InvalidTagException$: StaticErrorSchema;
17
+ export declare var LimitExceededException$: StaticErrorSchema;
18
+ export declare var LockoutPreventedException$: StaticErrorSchema;
19
+ export declare var MalformedCertificateException$: StaticErrorSchema;
20
+ export declare var MalformedCSRException$: StaticErrorSchema;
21
+ export declare var PermissionAlreadyExistsException$: StaticErrorSchema;
22
+ export declare var RequestAlreadyProcessedException$: StaticErrorSchema;
23
+ export declare var RequestFailedException$: StaticErrorSchema;
24
+ export declare var RequestInProgressException$: StaticErrorSchema;
25
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
26
+ export declare var TooManyTagsException$: StaticErrorSchema;
27
+ export declare const errorTypeRegistries: TypeRegistry[];
6
28
  export declare var AccessDescription$: StaticStructureSchema;
7
29
  export declare var AccessMethod$: StaticStructureSchema;
8
30
  export declare var ApiPassthrough$: StaticStructureSchema;
9
31
  export declare var ASN1Subject$: StaticStructureSchema;
10
32
  export declare var CertificateAuthority$: StaticStructureSchema;
11
33
  export declare var CertificateAuthorityConfiguration$: StaticStructureSchema;
12
- export declare var CertificateMismatchException$: StaticErrorSchema;
13
- export declare var ConcurrentModificationException$: StaticErrorSchema;
14
34
  export declare var CreateCertificateAuthorityAuditReportRequest$: StaticStructureSchema;
15
35
  export declare var CreateCertificateAuthorityAuditReportResponse$: StaticStructureSchema;
16
36
  export declare var CreateCertificateAuthorityRequest$: StaticStructureSchema;
@@ -41,48 +61,30 @@ export declare var GetCertificateResponse$: StaticStructureSchema;
41
61
  export declare var GetPolicyRequest$: StaticStructureSchema;
42
62
  export declare var GetPolicyResponse$: StaticStructureSchema;
43
63
  export declare var ImportCertificateAuthorityCertificateRequest$: StaticStructureSchema;
44
- export declare var InvalidArgsException$: StaticErrorSchema;
45
- export declare var InvalidArnException$: StaticErrorSchema;
46
- export declare var InvalidNextTokenException$: StaticErrorSchema;
47
- export declare var InvalidPolicyException$: StaticErrorSchema;
48
- export declare var InvalidRequestException$: StaticErrorSchema;
49
- export declare var InvalidStateException$: StaticErrorSchema;
50
- export declare var InvalidTagException$: StaticErrorSchema;
51
64
  export declare var IssueCertificateRequest$: StaticStructureSchema;
52
65
  export declare var IssueCertificateResponse$: StaticStructureSchema;
53
66
  export declare var KeyUsage$: StaticStructureSchema;
54
- export declare var LimitExceededException$: StaticErrorSchema;
55
67
  export declare var ListCertificateAuthoritiesRequest$: StaticStructureSchema;
56
68
  export declare var ListCertificateAuthoritiesResponse$: StaticStructureSchema;
57
69
  export declare var ListPermissionsRequest$: StaticStructureSchema;
58
70
  export declare var ListPermissionsResponse$: StaticStructureSchema;
59
71
  export declare var ListTagsRequest$: StaticStructureSchema;
60
72
  export declare var ListTagsResponse$: StaticStructureSchema;
61
- export declare var LockoutPreventedException$: StaticErrorSchema;
62
- export declare var MalformedCertificateException$: StaticErrorSchema;
63
- export declare var MalformedCSRException$: StaticErrorSchema;
64
73
  export declare var OcspConfiguration$: StaticStructureSchema;
65
74
  export declare var OtherName$: StaticStructureSchema;
66
75
  export declare var Permission$: StaticStructureSchema;
67
- export declare var PermissionAlreadyExistsException$: StaticErrorSchema;
68
76
  export declare var PolicyInformation$: StaticStructureSchema;
69
77
  export declare var PolicyQualifierInfo$: StaticStructureSchema;
70
78
  export declare var PutPolicyRequest$: StaticStructureSchema;
71
79
  export declare var Qualifier$: StaticStructureSchema;
72
- export declare var RequestAlreadyProcessedException$: StaticErrorSchema;
73
- export declare var RequestFailedException$: StaticErrorSchema;
74
- export declare var RequestInProgressException$: StaticErrorSchema;
75
- export declare var ResourceNotFoundException$: StaticErrorSchema;
76
80
  export declare var RestoreCertificateAuthorityRequest$: StaticStructureSchema;
77
81
  export declare var RevocationConfiguration$: StaticStructureSchema;
78
82
  export declare var RevokeCertificateRequest$: StaticStructureSchema;
79
83
  export declare var Tag$: StaticStructureSchema;
80
84
  export declare var TagCertificateAuthorityRequest$: StaticStructureSchema;
81
- export declare var TooManyTagsException$: StaticErrorSchema;
82
85
  export declare var UntagCertificateAuthorityRequest$: StaticStructureSchema;
83
86
  export declare var UpdateCertificateAuthorityRequest$: StaticStructureSchema;
84
87
  export declare var Validity$: StaticStructureSchema;
85
- export declare var ACMPCAServiceException$: StaticErrorSchema;
86
88
  export declare var CreateCertificateAuthority$: StaticOperationSchema;
87
89
  export declare var CreateCertificateAuthorityAuditReport$: StaticOperationSchema;
88
90
  export declare var CreatePermission$: StaticOperationSchema;
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.987.0",
4
+ "version": "3.989.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-acm-pca",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",