@aws-sdk/client-acm-pca 3.952.0 → 3.953.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.
Files changed (43) hide show
  1. package/dist-cjs/index.js +378 -254
  2. package/dist-cjs/runtimeConfig.shared.js +5 -6
  3. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -2
  4. package/dist-es/commands/CreateCertificateAuthorityCommand.js +2 -2
  5. package/dist-es/commands/CreatePermissionCommand.js +2 -2
  6. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +2 -2
  7. package/dist-es/commands/DeletePermissionCommand.js +2 -2
  8. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  9. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -2
  10. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +2 -2
  11. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +2 -2
  12. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +2 -2
  13. package/dist-es/commands/GetCertificateCommand.js +2 -2
  14. package/dist-es/commands/GetPolicyCommand.js +2 -2
  15. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +2 -2
  16. package/dist-es/commands/IssueCertificateCommand.js +2 -2
  17. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +2 -2
  18. package/dist-es/commands/ListPermissionsCommand.js +2 -2
  19. package/dist-es/commands/ListTagsCommand.js +2 -2
  20. package/dist-es/commands/PutPolicyCommand.js +2 -2
  21. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +2 -2
  22. package/dist-es/commands/RevokeCertificateCommand.js +2 -2
  23. package/dist-es/commands/TagCertificateAuthorityCommand.js +2 -2
  24. package/dist-es/commands/UntagCertificateAuthorityCommand.js +2 -2
  25. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +2 -2
  26. package/dist-es/index.js +1 -0
  27. package/dist-es/runtimeConfig.shared.js +5 -6
  28. package/dist-es/schemas/schemas_0.js +200 -179
  29. package/dist-types/ACMPCAClient.d.ts +1 -10
  30. package/dist-types/index.d.ts +1 -0
  31. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  32. package/dist-types/runtimeConfig.d.ts +6 -2
  33. package/dist-types/runtimeConfig.native.d.ts +6 -2
  34. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  35. package/dist-types/schemas/schemas_0.d.ts +104 -116
  36. package/dist-types/ts3.4/ACMPCAClient.d.ts +0 -4
  37. package/dist-types/ts3.4/index.d.ts +1 -0
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +103 -116
  43. package/package.json +35 -35
@@ -217,19 +217,19 @@ const _m = "message";
217
217
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.acmpca";
218
218
  const n0 = "com.amazonaws.acmpca";
219
219
  import { TypeRegistry } from "@smithy/core/schema";
220
- import { ACMPCAServiceException as __ACMPCAServiceException } from "../models/ACMPCAServiceException";
221
- import { CertificateMismatchException as __CertificateMismatchException, ConcurrentModificationException as __ConcurrentModificationException, InvalidArgsException as __InvalidArgsException, InvalidArnException as __InvalidArnException, InvalidNextTokenException as __InvalidNextTokenException, InvalidPolicyException as __InvalidPolicyException, InvalidRequestException as __InvalidRequestException, InvalidStateException as __InvalidStateException, InvalidTagException as __InvalidTagException, LimitExceededException as __LimitExceededException, LockoutPreventedException as __LockoutPreventedException, MalformedCertificateException as __MalformedCertificateException, MalformedCSRException as __MalformedCSRException, PermissionAlreadyExistsException as __PermissionAlreadyExistsException, RequestAlreadyProcessedException as __RequestAlreadyProcessedException, RequestFailedException as __RequestFailedException, RequestInProgressException as __RequestInProgressException, ResourceNotFoundException as __ResourceNotFoundException, TooManyTagsException as __TooManyTagsException, } from "../models/errors";
222
- export var AccessDescription = [
220
+ import { ACMPCAServiceException } from "../models/ACMPCAServiceException";
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
+ export var AccessDescription$ = [
223
223
  3,
224
224
  n0,
225
225
  _AD,
226
226
  0,
227
227
  [_AM, _AL],
228
- [() => AccessMethod, () => GeneralName],
228
+ [() => AccessMethod$, () => GeneralName$],
229
229
  ];
230
- export var AccessMethod = [3, n0, _AM, 0, [_COI, _AMT], [0, 0]];
231
- export var ApiPassthrough = [3, n0, _AP, 0, [_E, _S], [() => Extensions, () => ASN1Subject]];
232
- export var ASN1Subject = [
230
+ export var AccessMethod$ = [3, n0, _AM, 0, [_COI, _AMT], [0, 0]];
231
+ export var ApiPassthrough$ = [3, n0, _AP, 0, [_E, _S], [() => Extensions$, () => ASN1Subject$]];
232
+ export var ASN1Subject$ = [
233
233
  3,
234
234
  n0,
235
235
  _ASNS,
@@ -237,27 +237,27 @@ export var ASN1Subject = [
237
237
  [_C, _O, _OU, _DNQ, _St, _CN, _SN, _L, _T, _Su, _GN, _I, _P, _GQ, _CA],
238
238
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => CustomAttributeList],
239
239
  ];
240
- export var CertificateAuthority = [
240
+ export var CertificateAuthority$ = [
241
241
  3,
242
242
  n0,
243
243
  _CAe,
244
244
  0,
245
245
  [_A, _OA, _CAr, _LSCA, _Ty, _Se, _Sta, _NB, _NA, _FR, _CAC, _RC, _RU, _KSSS, _UM],
246
- [0, 0, 4, 4, 0, 0, 0, 4, 4, 0, () => CertificateAuthorityConfiguration, () => RevocationConfiguration, 4, 0, 0],
246
+ [0, 0, 4, 4, 0, 0, 0, 4, 4, 0, () => CertificateAuthorityConfiguration$, () => RevocationConfiguration$, 4, 0, 0],
247
247
  ];
248
- export var CertificateAuthorityConfiguration = [
248
+ export var CertificateAuthorityConfiguration$ = [
249
249
  3,
250
250
  n0,
251
251
  _CAC,
252
252
  0,
253
253
  [_KA, _SA, _S, _CE],
254
- [0, 0, () => ASN1Subject, () => CsrExtensions],
254
+ [0, 0, () => ASN1Subject$, () => CsrExtensions$],
255
255
  ];
256
- export var CertificateMismatchException = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
257
- TypeRegistry.for(n0).registerError(CertificateMismatchException, __CertificateMismatchException);
258
- export var ConcurrentModificationException = [-3, n0, _CMEo, { [_e]: _c }, [_m], [0]];
259
- TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
260
- export var CreateCertificateAuthorityAuditReportRequest = [
256
+ export var CertificateMismatchException$ = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
257
+ TypeRegistry.for(n0).registerError(CertificateMismatchException$, CertificateMismatchException);
258
+ export var ConcurrentModificationException$ = [-3, n0, _CMEo, { [_e]: _c }, [_m], [0]];
259
+ TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
260
+ export var CreateCertificateAuthorityAuditReportRequest$ = [
261
261
  3,
262
262
  n0,
263
263
  _CCAARR,
@@ -265,7 +265,7 @@ export var CreateCertificateAuthorityAuditReportRequest = [
265
265
  [_CAA, _SBN, _ARRF],
266
266
  [0, 0, 0],
267
267
  ];
268
- export var CreateCertificateAuthorityAuditReportResponse = [
268
+ export var CreateCertificateAuthorityAuditReportResponse$ = [
269
269
  3,
270
270
  n0,
271
271
  _CCAARRr,
@@ -273,39 +273,46 @@ export var CreateCertificateAuthorityAuditReportResponse = [
273
273
  [_ARI, _SK],
274
274
  [0, 0],
275
275
  ];
276
- export var CreateCertificateAuthorityRequest = [
276
+ export var CreateCertificateAuthorityRequest$ = [
277
277
  3,
278
278
  n0,
279
279
  _CCAR,
280
280
  0,
281
281
  [_CAC, _RC, _CAT, _IT, _KSSS, _Ta, _UM],
282
- [() => CertificateAuthorityConfiguration, () => RevocationConfiguration, 0, 0, 0, () => TagList, 0],
282
+ [() => CertificateAuthorityConfiguration$, () => RevocationConfiguration$, 0, 0, 0, () => TagList, 0],
283
283
  ];
284
- export var CreateCertificateAuthorityResponse = [3, n0, _CCARr, 0, [_CAA], [0]];
285
- export var CreatePermissionRequest = [3, n0, _CPR, 0, [_CAA, _Pr, _SAo, _Ac], [0, 0, 0, 64 | 0]];
286
- export var CrlConfiguration = [
284
+ export var CreateCertificateAuthorityResponse$ = [3, n0, _CCARr, 0, [_CAA], [0]];
285
+ export var CreatePermissionRequest$ = [
286
+ 3,
287
+ n0,
288
+ _CPR,
289
+ 0,
290
+ [_CAA, _Pr, _SAo, _Ac],
291
+ [0, 0, 0, 64 | 0],
292
+ ];
293
+ export var CrlConfiguration$ = [
287
294
  3,
288
295
  n0,
289
296
  _CC,
290
297
  0,
291
298
  [_En, _EID, _CCu, _SBN, _SOA, _CDPEC, _CT, _CP],
292
- [2, 1, 0, 0, 0, () => CrlDistributionPointExtensionConfiguration, 0, 0],
299
+ [2, 1, 0, 0, 0, () => CrlDistributionPointExtensionConfiguration$, 0, 0],
293
300
  ];
294
- export var CrlDistributionPointExtensionConfiguration = [3, n0, _CDPEC, 0, [_OE], [2]];
295
- export var CsrExtensions = [
301
+ export var CrlDistributionPointExtensionConfiguration$ = [3, n0, _CDPEC, 0, [_OE], [2]];
302
+ export var CsrExtensions$ = [
296
303
  3,
297
304
  n0,
298
305
  _CE,
299
306
  0,
300
307
  [_KU, _SIA],
301
- [() => KeyUsage, () => AccessDescriptionList],
302
- ];
303
- export var CustomAttribute = [3, n0, _CAu, 0, [_OI, _V], [0, 0]];
304
- export var CustomExtension = [3, n0, _CEu, 0, [_OI, _V, _Cr], [0, 0, 2]];
305
- export var DeleteCertificateAuthorityRequest = [3, n0, _DCAR, 0, [_CAA, _PDTID], [0, 1]];
306
- export var DeletePermissionRequest = [3, n0, _DPR, 0, [_CAA, _Pr, _SAo], [0, 0, 0]];
307
- export var DeletePolicyRequest = [3, n0, _DPRe, 0, [_RA], [0]];
308
- export var DescribeCertificateAuthorityAuditReportRequest = [
308
+ [() => KeyUsage$, () => AccessDescriptionList],
309
+ ];
310
+ export var CustomAttribute$ = [3, n0, _CAu, 0, [_OI, _V], [0, 0]];
311
+ export var CustomExtension$ = [3, n0, _CEu, 0, [_OI, _V, _Cr], [0, 0, 2]];
312
+ export var DeleteCertificateAuthorityRequest$ = [3, n0, _DCAR, 0, [_CAA, _PDTID], [0, 1]];
313
+ export var DeletePermissionRequest$ = [3, n0, _DPR, 0, [_CAA, _Pr, _SAo], [0, 0, 0]];
314
+ export var DeletePolicyRequest$ = [3, n0, _DPRe, 0, [_RA], [0]];
315
+ export var DescribeCertificateAuthorityAuditReportRequest$ = [
309
316
  3,
310
317
  n0,
311
318
  _DCAARR,
@@ -313,7 +320,7 @@ export var DescribeCertificateAuthorityAuditReportRequest = [
313
320
  [_CAA, _ARI],
314
321
  [0, 0],
315
322
  ];
316
- export var DescribeCertificateAuthorityAuditReportResponse = [
323
+ export var DescribeCertificateAuthorityAuditReportResponse$ = [
317
324
  3,
318
325
  n0,
319
326
  _DCAARRe,
@@ -321,18 +328,18 @@ export var DescribeCertificateAuthorityAuditReportResponse = [
321
328
  [_ARS, _SBN, _SK, _CAr],
322
329
  [0, 0, 0, 4],
323
330
  ];
324
- export var DescribeCertificateAuthorityRequest = [3, n0, _DCARe, 0, [_CAA], [0]];
325
- export var DescribeCertificateAuthorityResponse = [
331
+ export var DescribeCertificateAuthorityRequest$ = [3, n0, _DCARe, 0, [_CAA], [0]];
332
+ export var DescribeCertificateAuthorityResponse$ = [
326
333
  3,
327
334
  n0,
328
335
  _DCARes,
329
336
  0,
330
337
  [_CAe],
331
- [() => CertificateAuthority],
338
+ [() => CertificateAuthority$],
332
339
  ];
333
- export var EdiPartyName = [3, n0, _EPN, 0, [_PN, _NAa], [0, 0]];
334
- export var ExtendedKeyUsage = [3, n0, _EKU, 0, [_EKUT, _EKUOI], [0, 0]];
335
- export var Extensions = [
340
+ export var EdiPartyName$ = [3, n0, _EPN, 0, [_PN, _NAa], [0, 0]];
341
+ export var ExtendedKeyUsage$ = [3, n0, _EKU, 0, [_EKUT, _EKUOI], [0, 0]];
342
+ export var Extensions$ = [
336
343
  3,
337
344
  n0,
338
345
  _E,
@@ -341,28 +348,35 @@ export var Extensions = [
341
348
  [
342
349
  () => CertificatePolicyList,
343
350
  () => ExtendedKeyUsageList,
344
- () => KeyUsage,
351
+ () => KeyUsage$,
345
352
  () => GeneralNameList,
346
353
  () => CustomExtensionList,
347
354
  ],
348
355
  ];
349
- export var GeneralName = [
356
+ export var GeneralName$ = [
350
357
  3,
351
358
  n0,
352
359
  _GNe,
353
360
  0,
354
361
  [_ON, _RN, _DN, _DNi, _EPN, _URI, _IA, _RI],
355
- [() => OtherName, 0, 0, () => ASN1Subject, () => EdiPartyName, 0, 0, 0],
356
- ];
357
- export var GetCertificateAuthorityCertificateRequest = [3, n0, _GCACR, 0, [_CAA], [0]];
358
- export var GetCertificateAuthorityCertificateResponse = [3, n0, _GCACRe, 0, [_Ce, _CCe], [0, 0]];
359
- export var GetCertificateAuthorityCsrRequest = [3, n0, _GCACRet, 0, [_CAA], [0]];
360
- export var GetCertificateAuthorityCsrResponse = [3, n0, _GCACRete, 0, [_Cs], [0]];
361
- export var GetCertificateRequest = [3, n0, _GCR, 0, [_CAA, _CAer], [0, 0]];
362
- export var GetCertificateResponse = [3, n0, _GCRe, 0, [_Ce, _CCe], [0, 0]];
363
- export var GetPolicyRequest = [3, n0, _GPR, 0, [_RA], [0]];
364
- export var GetPolicyResponse = [3, n0, _GPRe, 0, [_Po], [0]];
365
- export var ImportCertificateAuthorityCertificateRequest = [
362
+ [() => OtherName$, 0, 0, () => ASN1Subject$, () => EdiPartyName$, 0, 0, 0],
363
+ ];
364
+ export var GetCertificateAuthorityCertificateRequest$ = [3, n0, _GCACR, 0, [_CAA], [0]];
365
+ export var GetCertificateAuthorityCertificateResponse$ = [
366
+ 3,
367
+ n0,
368
+ _GCACRe,
369
+ 0,
370
+ [_Ce, _CCe],
371
+ [0, 0],
372
+ ];
373
+ export var GetCertificateAuthorityCsrRequest$ = [3, n0, _GCACRet, 0, [_CAA], [0]];
374
+ export var GetCertificateAuthorityCsrResponse$ = [3, n0, _GCACRete, 0, [_Cs], [0]];
375
+ export var GetCertificateRequest$ = [3, n0, _GCR, 0, [_CAA, _CAer], [0, 0]];
376
+ export var GetCertificateResponse$ = [3, n0, _GCRe, 0, [_Ce, _CCe], [0, 0]];
377
+ export var GetPolicyRequest$ = [3, n0, _GPR, 0, [_RA], [0]];
378
+ export var GetPolicyResponse$ = [3, n0, _GPRe, 0, [_Po], [0]];
379
+ export var ImportCertificateAuthorityCertificateRequest$ = [
366
380
  3,
367
381
  n0,
368
382
  _ICACR,
@@ -370,30 +384,30 @@ export var ImportCertificateAuthorityCertificateRequest = [
370
384
  [_CAA, _Ce, _CCe],
371
385
  [0, 21, 21],
372
386
  ];
373
- export var InvalidArgsException = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
374
- TypeRegistry.for(n0).registerError(InvalidArgsException, __InvalidArgsException);
375
- export var InvalidArnException = [-3, n0, _IAEn, { [_e]: _c }, [_m], [0]];
376
- TypeRegistry.for(n0).registerError(InvalidArnException, __InvalidArnException);
377
- export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c }, [_m], [0]];
378
- TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
379
- export var InvalidPolicyException = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
380
- TypeRegistry.for(n0).registerError(InvalidPolicyException, __InvalidPolicyException);
381
- export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_m], [0]];
382
- TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
383
- export var InvalidStateException = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
384
- TypeRegistry.for(n0).registerError(InvalidStateException, __InvalidStateException);
385
- export var InvalidTagException = [-3, n0, _ITE, { [_e]: _c }, [_m], [0]];
386
- TypeRegistry.for(n0).registerError(InvalidTagException, __InvalidTagException);
387
- export var IssueCertificateRequest = [
387
+ export var InvalidArgsException$ = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
388
+ TypeRegistry.for(n0).registerError(InvalidArgsException$, InvalidArgsException);
389
+ export var InvalidArnException$ = [-3, n0, _IAEn, { [_e]: _c }, [_m], [0]];
390
+ TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
391
+ export var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c }, [_m], [0]];
392
+ TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
393
+ export var InvalidPolicyException$ = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
394
+ TypeRegistry.for(n0).registerError(InvalidPolicyException$, InvalidPolicyException);
395
+ export var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c }, [_m], [0]];
396
+ TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
397
+ export var InvalidStateException$ = [-3, n0, _ISE, { [_e]: _c }, [_m], [0]];
398
+ TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
399
+ export var InvalidTagException$ = [-3, n0, _ITE, { [_e]: _c }, [_m], [0]];
400
+ TypeRegistry.for(n0).registerError(InvalidTagException$, InvalidTagException);
401
+ export var IssueCertificateRequest$ = [
388
402
  3,
389
403
  n0,
390
404
  _ICR,
391
405
  0,
392
406
  [_AP, _CAA, _Cs, _SA, _TA, _Va, _VNB, _IT],
393
- [() => ApiPassthrough, 0, 21, 0, 0, () => Validity, () => Validity, 0],
407
+ [() => ApiPassthrough$, 0, 21, 0, 0, () => Validity$, () => Validity$, 0],
394
408
  ];
395
- export var IssueCertificateResponse = [3, n0, _ICRs, 0, [_CAer], [0]];
396
- export var KeyUsage = [
409
+ export var IssueCertificateResponse$ = [3, n0, _ICRs, 0, [_CAer], [0]];
410
+ export var KeyUsage$ = [
397
411
  3,
398
412
  n0,
399
413
  _KU,
@@ -401,10 +415,10 @@ export var KeyUsage = [
401
415
  [_DS, _NR, _KE, _DE, _KAe, _KCS, _CRLS, _EO, _DO],
402
416
  [2, 2, 2, 2, 2, 2, 2, 2, 2],
403
417
  ];
404
- export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
405
- TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
406
- export var ListCertificateAuthoritiesRequest = [3, n0, _LCAR, 0, [_MR, _NT, _RO], [1, 0, 0]];
407
- export var ListCertificateAuthoritiesResponse = [
418
+ export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
419
+ TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
420
+ export var ListCertificateAuthoritiesRequest$ = [3, n0, _LCAR, 0, [_MR, _NT, _RO], [1, 0, 0]];
421
+ export var ListCertificateAuthoritiesResponse$ = [
408
422
  3,
409
423
  n0,
410
424
  _LCARi,
@@ -412,19 +426,19 @@ export var ListCertificateAuthoritiesResponse = [
412
426
  [_NT, _CAert],
413
427
  [0, () => CertificateAuthorities],
414
428
  ];
415
- export var ListPermissionsRequest = [3, n0, _LPR, 0, [_MR, _NT, _CAA], [1, 0, 0]];
416
- export var ListPermissionsResponse = [3, n0, _LPRi, 0, [_NT, _Pe], [0, () => PermissionList]];
417
- export var ListTagsRequest = [3, n0, _LTR, 0, [_MR, _NT, _CAA], [1, 0, 0]];
418
- export var ListTagsResponse = [3, n0, _LTRi, 0, [_NT, _Ta], [0, () => TagList]];
419
- export var LockoutPreventedException = [-3, n0, _LPE, { [_e]: _c }, [_m], [0]];
420
- TypeRegistry.for(n0).registerError(LockoutPreventedException, __LockoutPreventedException);
421
- export var MalformedCertificateException = [-3, n0, _MCE, { [_e]: _c }, [_m], [0]];
422
- TypeRegistry.for(n0).registerError(MalformedCertificateException, __MalformedCertificateException);
423
- export var MalformedCSRException = [-3, n0, _MCSRE, { [_e]: _c }, [_m], [0]];
424
- TypeRegistry.for(n0).registerError(MalformedCSRException, __MalformedCSRException);
425
- export var OcspConfiguration = [3, n0, _OC, 0, [_En, _OCC], [2, 0]];
426
- export var OtherName = [3, n0, _ON, 0, [_TI, _V], [0, 0]];
427
- export var Permission = [
429
+ export var ListPermissionsRequest$ = [3, n0, _LPR, 0, [_MR, _NT, _CAA], [1, 0, 0]];
430
+ export var ListPermissionsResponse$ = [3, n0, _LPRi, 0, [_NT, _Pe], [0, () => PermissionList]];
431
+ export var ListTagsRequest$ = [3, n0, _LTR, 0, [_MR, _NT, _CAA], [1, 0, 0]];
432
+ export var ListTagsResponse$ = [3, n0, _LTRi, 0, [_NT, _Ta], [0, () => TagList]];
433
+ export var LockoutPreventedException$ = [-3, n0, _LPE, { [_e]: _c }, [_m], [0]];
434
+ TypeRegistry.for(n0).registerError(LockoutPreventedException$, LockoutPreventedException);
435
+ export var MalformedCertificateException$ = [-3, n0, _MCE, { [_e]: _c }, [_m], [0]];
436
+ TypeRegistry.for(n0).registerError(MalformedCertificateException$, MalformedCertificateException);
437
+ export var MalformedCSRException$ = [-3, n0, _MCSRE, { [_e]: _c }, [_m], [0]];
438
+ TypeRegistry.for(n0).registerError(MalformedCSRException$, MalformedCSRException);
439
+ export var OcspConfiguration$ = [3, n0, _OC, 0, [_En, _OCC], [2, 0]];
440
+ export var OtherName$ = [3, n0, _ON, 0, [_TI, _V], [0, 0]];
441
+ export var Permission$ = [
428
442
  3,
429
443
  n0,
430
444
  _Per,
@@ -432,190 +446,197 @@ export var Permission = [
432
446
  [_CAA, _CAr, _Pr, _SAo, _Ac, _Po],
433
447
  [0, 4, 0, 0, 64 | 0, 0],
434
448
  ];
435
- export var PermissionAlreadyExistsException = [-3, n0, _PAEE, { [_e]: _c }, [_m], [0]];
436
- TypeRegistry.for(n0).registerError(PermissionAlreadyExistsException, __PermissionAlreadyExistsException);
437
- export var PolicyInformation = [3, n0, _PI, 0, [_CPI, _PQ], [0, () => PolicyQualifierInfoList]];
438
- export var PolicyQualifierInfo = [3, n0, _PQI, 0, [_PQIo, _Q], [0, () => Qualifier]];
439
- export var PutPolicyRequest = [3, n0, _PPR, 0, [_RA, _Po], [0, 0]];
440
- export var Qualifier = [3, n0, _Q, 0, [_CU], [0]];
441
- export var RequestAlreadyProcessedException = [-3, n0, _RAPE, { [_e]: _c }, [_m], [0]];
442
- TypeRegistry.for(n0).registerError(RequestAlreadyProcessedException, __RequestAlreadyProcessedException);
443
- export var RequestFailedException = [-3, n0, _RFE, { [_e]: _c }, [_m], [0]];
444
- TypeRegistry.for(n0).registerError(RequestFailedException, __RequestFailedException);
445
- export var RequestInProgressException = [-3, n0, _RIPE, { [_e]: _c }, [_m], [0]];
446
- TypeRegistry.for(n0).registerError(RequestInProgressException, __RequestInProgressException);
447
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
448
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
449
- export var RestoreCertificateAuthorityRequest = [3, n0, _RCAR, 0, [_CAA], [0]];
450
- export var RevocationConfiguration = [
449
+ export var PermissionAlreadyExistsException$ = [-3, n0, _PAEE, { [_e]: _c }, [_m], [0]];
450
+ TypeRegistry.for(n0).registerError(PermissionAlreadyExistsException$, PermissionAlreadyExistsException);
451
+ export var PolicyInformation$ = [3, n0, _PI, 0, [_CPI, _PQ], [0, () => PolicyQualifierInfoList]];
452
+ export var PolicyQualifierInfo$ = [3, n0, _PQI, 0, [_PQIo, _Q], [0, () => Qualifier$]];
453
+ export var PutPolicyRequest$ = [3, n0, _PPR, 0, [_RA, _Po], [0, 0]];
454
+ export var Qualifier$ = [3, n0, _Q, 0, [_CU], [0]];
455
+ export var RequestAlreadyProcessedException$ = [-3, n0, _RAPE, { [_e]: _c }, [_m], [0]];
456
+ TypeRegistry.for(n0).registerError(RequestAlreadyProcessedException$, RequestAlreadyProcessedException);
457
+ export var RequestFailedException$ = [-3, n0, _RFE, { [_e]: _c }, [_m], [0]];
458
+ TypeRegistry.for(n0).registerError(RequestFailedException$, RequestFailedException);
459
+ export var RequestInProgressException$ = [-3, n0, _RIPE, { [_e]: _c }, [_m], [0]];
460
+ TypeRegistry.for(n0).registerError(RequestInProgressException$, RequestInProgressException);
461
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
462
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
463
+ export var RestoreCertificateAuthorityRequest$ = [3, n0, _RCAR, 0, [_CAA], [0]];
464
+ export var RevocationConfiguration$ = [
451
465
  3,
452
466
  n0,
453
467
  _RC,
454
468
  0,
455
469
  [_CC, _OC],
456
- [() => CrlConfiguration, () => OcspConfiguration],
457
- ];
458
- export var RevokeCertificateRequest = [3, n0, _RCR, 0, [_CAA, _CS, _RR], [0, 0, 0]];
459
- export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
460
- export var TagCertificateAuthorityRequest = [3, n0, _TCAR, 0, [_CAA, _Ta], [0, () => TagList]];
461
- export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
462
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
463
- export var UntagCertificateAuthorityRequest = [3, n0, _UCAR, 0, [_CAA, _Ta], [0, () => TagList]];
464
- export var UpdateCertificateAuthorityRequest = [
470
+ [() => CrlConfiguration$, () => OcspConfiguration$],
471
+ ];
472
+ export var RevokeCertificateRequest$ = [3, n0, _RCR, 0, [_CAA, _CS, _RR], [0, 0, 0]];
473
+ export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
474
+ export var TagCertificateAuthorityRequest$ = [3, n0, _TCAR, 0, [_CAA, _Ta], [0, () => TagList]];
475
+ export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
476
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
477
+ export var UntagCertificateAuthorityRequest$ = [
478
+ 3,
479
+ n0,
480
+ _UCAR,
481
+ 0,
482
+ [_CAA, _Ta],
483
+ [0, () => TagList],
484
+ ];
485
+ export var UpdateCertificateAuthorityRequest$ = [
465
486
  3,
466
487
  n0,
467
488
  _UCARp,
468
489
  0,
469
490
  [_CAA, _RC, _Sta],
470
- [0, () => RevocationConfiguration, 0],
471
- ];
472
- export var Validity = [3, n0, _Va, 0, [_V, _Ty], [1, 0]];
473
- export var __Unit = "unit";
474
- export var ACMPCAServiceException = [-3, _s, "ACMPCAServiceException", 0, [], []];
475
- TypeRegistry.for(_s).registerError(ACMPCAServiceException, __ACMPCAServiceException);
476
- export var AccessDescriptionList = [1, n0, _ADL, 0, () => AccessDescription];
477
- export var ActionList = 64 | 0;
478
- export var CertificateAuthorities = [1, n0, _CAert, 0, () => CertificateAuthority];
479
- export var CertificatePolicyList = [1, n0, _CPL, 0, () => PolicyInformation];
480
- export var CustomAttributeList = [1, n0, _CAL, 0, () => CustomAttribute];
481
- export var CustomExtensionList = [1, n0, _CEL, 0, () => CustomExtension];
482
- export var ExtendedKeyUsageList = [1, n0, _EKUL, 0, () => ExtendedKeyUsage];
483
- export var GeneralNameList = [1, n0, _GNL, 0, () => GeneralName];
484
- export var PermissionList = [1, n0, _PL, 0, () => Permission];
485
- export var PolicyQualifierInfoList = [1, n0, _PQIL, 0, () => PolicyQualifierInfo];
486
- export var TagList = [1, n0, _TL, 0, () => Tag];
487
- export var CreateCertificateAuthority = [
491
+ [0, () => RevocationConfiguration$, 0],
492
+ ];
493
+ export var Validity$ = [3, n0, _Va, 0, [_V, _Ty], [1, 0]];
494
+ var __Unit = "unit";
495
+ export var ACMPCAServiceException$ = [-3, _s, "ACMPCAServiceException", 0, [], []];
496
+ TypeRegistry.for(_s).registerError(ACMPCAServiceException$, ACMPCAServiceException);
497
+ var AccessDescriptionList = [1, n0, _ADL, 0, () => AccessDescription$];
498
+ var ActionList = 64 | 0;
499
+ var CertificateAuthorities = [1, n0, _CAert, 0, () => CertificateAuthority$];
500
+ var CertificatePolicyList = [1, n0, _CPL, 0, () => PolicyInformation$];
501
+ var CustomAttributeList = [1, n0, _CAL, 0, () => CustomAttribute$];
502
+ var CustomExtensionList = [1, n0, _CEL, 0, () => CustomExtension$];
503
+ var ExtendedKeyUsageList = [1, n0, _EKUL, 0, () => ExtendedKeyUsage$];
504
+ var GeneralNameList = [1, n0, _GNL, 0, () => GeneralName$];
505
+ var PermissionList = [1, n0, _PL, 0, () => Permission$];
506
+ var PolicyQualifierInfoList = [1, n0, _PQIL, 0, () => PolicyQualifierInfo$];
507
+ var TagList = [1, n0, _TL, 0, () => Tag$];
508
+ export var CreateCertificateAuthority$ = [
488
509
  9,
489
510
  n0,
490
511
  _CCA,
491
512
  2,
492
- () => CreateCertificateAuthorityRequest,
493
- () => CreateCertificateAuthorityResponse,
513
+ () => CreateCertificateAuthorityRequest$,
514
+ () => CreateCertificateAuthorityResponse$,
494
515
  ];
495
- export var CreateCertificateAuthorityAuditReport = [
516
+ export var CreateCertificateAuthorityAuditReport$ = [
496
517
  9,
497
518
  n0,
498
519
  _CCAAR,
499
520
  2,
500
- () => CreateCertificateAuthorityAuditReportRequest,
501
- () => CreateCertificateAuthorityAuditReportResponse,
521
+ () => CreateCertificateAuthorityAuditReportRequest$,
522
+ () => CreateCertificateAuthorityAuditReportResponse$,
502
523
  ];
503
- export var CreatePermission = [9, n0, _CPr, 0, () => CreatePermissionRequest, () => __Unit];
504
- export var DeleteCertificateAuthority = [
524
+ export var CreatePermission$ = [9, n0, _CPr, 0, () => CreatePermissionRequest$, () => __Unit];
525
+ export var DeleteCertificateAuthority$ = [
505
526
  9,
506
527
  n0,
507
528
  _DCA,
508
529
  0,
509
- () => DeleteCertificateAuthorityRequest,
530
+ () => DeleteCertificateAuthorityRequest$,
510
531
  () => __Unit,
511
532
  ];
512
- export var DeletePermission = [9, n0, _DP, 0, () => DeletePermissionRequest, () => __Unit];
513
- export var DeletePolicy = [9, n0, _DPe, 0, () => DeletePolicyRequest, () => __Unit];
514
- export var DescribeCertificateAuthority = [
533
+ export var DeletePermission$ = [9, n0, _DP, 0, () => DeletePermissionRequest$, () => __Unit];
534
+ export var DeletePolicy$ = [9, n0, _DPe, 0, () => DeletePolicyRequest$, () => __Unit];
535
+ export var DescribeCertificateAuthority$ = [
515
536
  9,
516
537
  n0,
517
538
  _DCAe,
518
539
  0,
519
- () => DescribeCertificateAuthorityRequest,
520
- () => DescribeCertificateAuthorityResponse,
540
+ () => DescribeCertificateAuthorityRequest$,
541
+ () => DescribeCertificateAuthorityResponse$,
521
542
  ];
522
- export var DescribeCertificateAuthorityAuditReport = [
543
+ export var DescribeCertificateAuthorityAuditReport$ = [
523
544
  9,
524
545
  n0,
525
546
  _DCAAR,
526
547
  0,
527
- () => DescribeCertificateAuthorityAuditReportRequest,
528
- () => DescribeCertificateAuthorityAuditReportResponse,
548
+ () => DescribeCertificateAuthorityAuditReportRequest$,
549
+ () => DescribeCertificateAuthorityAuditReportResponse$,
529
550
  ];
530
- export var GetCertificate = [
551
+ export var GetCertificate$ = [
531
552
  9,
532
553
  n0,
533
554
  _GC,
534
555
  0,
535
- () => GetCertificateRequest,
536
- () => GetCertificateResponse,
556
+ () => GetCertificateRequest$,
557
+ () => GetCertificateResponse$,
537
558
  ];
538
- export var GetCertificateAuthorityCertificate = [
559
+ export var GetCertificateAuthorityCertificate$ = [
539
560
  9,
540
561
  n0,
541
562
  _GCAC,
542
563
  0,
543
- () => GetCertificateAuthorityCertificateRequest,
544
- () => GetCertificateAuthorityCertificateResponse,
564
+ () => GetCertificateAuthorityCertificateRequest$,
565
+ () => GetCertificateAuthorityCertificateResponse$,
545
566
  ];
546
- export var GetCertificateAuthorityCsr = [
567
+ export var GetCertificateAuthorityCsr$ = [
547
568
  9,
548
569
  n0,
549
570
  _GCACe,
550
571
  0,
551
- () => GetCertificateAuthorityCsrRequest,
552
- () => GetCertificateAuthorityCsrResponse,
572
+ () => GetCertificateAuthorityCsrRequest$,
573
+ () => GetCertificateAuthorityCsrResponse$,
553
574
  ];
554
- export var GetPolicy = [9, n0, _GP, 0, () => GetPolicyRequest, () => GetPolicyResponse];
555
- export var ImportCertificateAuthorityCertificate = [
575
+ export var GetPolicy$ = [9, n0, _GP, 0, () => GetPolicyRequest$, () => GetPolicyResponse$];
576
+ export var ImportCertificateAuthorityCertificate$ = [
556
577
  9,
557
578
  n0,
558
579
  _ICAC,
559
580
  0,
560
- () => ImportCertificateAuthorityCertificateRequest,
581
+ () => ImportCertificateAuthorityCertificateRequest$,
561
582
  () => __Unit,
562
583
  ];
563
- export var IssueCertificate = [
584
+ export var IssueCertificate$ = [
564
585
  9,
565
586
  n0,
566
587
  _IC,
567
588
  2,
568
- () => IssueCertificateRequest,
569
- () => IssueCertificateResponse,
589
+ () => IssueCertificateRequest$,
590
+ () => IssueCertificateResponse$,
570
591
  ];
571
- export var ListCertificateAuthorities = [
592
+ export var ListCertificateAuthorities$ = [
572
593
  9,
573
594
  n0,
574
595
  _LCA,
575
596
  0,
576
- () => ListCertificateAuthoritiesRequest,
577
- () => ListCertificateAuthoritiesResponse,
597
+ () => ListCertificateAuthoritiesRequest$,
598
+ () => ListCertificateAuthoritiesResponse$,
578
599
  ];
579
- export var ListPermissions = [
600
+ export var ListPermissions$ = [
580
601
  9,
581
602
  n0,
582
603
  _LP,
583
604
  0,
584
- () => ListPermissionsRequest,
585
- () => ListPermissionsResponse,
605
+ () => ListPermissionsRequest$,
606
+ () => ListPermissionsResponse$,
586
607
  ];
587
- export var ListTags = [9, n0, _LT, 0, () => ListTagsRequest, () => ListTagsResponse];
588
- export var PutPolicy = [9, n0, _PP, 0, () => PutPolicyRequest, () => __Unit];
589
- export var RestoreCertificateAuthority = [
608
+ export var ListTags$ = [9, n0, _LT, 0, () => ListTagsRequest$, () => ListTagsResponse$];
609
+ export var PutPolicy$ = [9, n0, _PP, 0, () => PutPolicyRequest$, () => __Unit];
610
+ export var RestoreCertificateAuthority$ = [
590
611
  9,
591
612
  n0,
592
613
  _RCA,
593
614
  0,
594
- () => RestoreCertificateAuthorityRequest,
615
+ () => RestoreCertificateAuthorityRequest$,
595
616
  () => __Unit,
596
617
  ];
597
- export var RevokeCertificate = [9, n0, _RCe, 0, () => RevokeCertificateRequest, () => __Unit];
598
- export var TagCertificateAuthority = [
618
+ export var RevokeCertificate$ = [9, n0, _RCe, 0, () => RevokeCertificateRequest$, () => __Unit];
619
+ export var TagCertificateAuthority$ = [
599
620
  9,
600
621
  n0,
601
622
  _TCA,
602
623
  0,
603
- () => TagCertificateAuthorityRequest,
624
+ () => TagCertificateAuthorityRequest$,
604
625
  () => __Unit,
605
626
  ];
606
- export var UntagCertificateAuthority = [
627
+ export var UntagCertificateAuthority$ = [
607
628
  9,
608
629
  n0,
609
630
  _UCA,
610
631
  0,
611
- () => UntagCertificateAuthorityRequest,
632
+ () => UntagCertificateAuthorityRequest$,
612
633
  () => __Unit,
613
634
  ];
614
- export var UpdateCertificateAuthority = [
635
+ export var UpdateCertificateAuthority$ = [
615
636
  9,
616
637
  n0,
617
638
  _UCAp,
618
639
  0,
619
- () => UpdateCertificateAuthorityRequest,
640
+ () => UpdateCertificateAuthorityRequest$,
620
641
  () => __Unit,
621
642
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput } from "./commands/CreateCertificateAuthorityAuditReportCommand";
11
11
  import { CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput } from "./commands/CreateCertificateAuthorityCommand";
@@ -164,15 +164,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
164
164
  * Optional extensions
165
165
  */
166
166
  extensions?: RuntimeExtension[];
167
- /**
168
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
169
- * may be overridden. A default will always be set by the client.
170
- * Available options depend on the service's supported protocols and will not be validated by
171
- * the client.
172
- * @alpha
173
- *
174
- */
175
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
176
167
  /**
177
168
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
178
169
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ACMPCAExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./waiters";
14
15
  export * from "./models/enums";