@aws-sdk/client-acm 3.1068.0 → 3.1069.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OtherName$ = exports.ListTagsForCertificateResponse$ = exports.ListTagsForCertificateRequest$ = exports.ListCertificatesResponse$ = exports.ListCertificatesRequest$ = exports.KeyUsage$ = exports.ImportCertificateResponse$ = exports.ImportCertificateRequest$ = exports.HttpRedirect$ = exports.GetCertificateResponse$ = exports.GetCertificateRequest$ = exports.GetAccountConfigurationResponse$ = exports.Filters$ = exports.ExtendedKeyUsage$ = exports.ExportCertificateResponse$ = exports.ExportCertificateRequest$ = exports.ExpiryEventsConfiguration$ = exports.DomainValidationOption$ = exports.DomainValidation$ = exports.DnsNameFilter$ = exports.DistinguishedName$ = exports.DescribeCertificateResponse$ = exports.DescribeCertificateRequest$ = exports.DeleteCertificateRequest$ = exports.CustomAttribute$ = exports.CommonNameFilter$ = exports.CertificateSummary$ = exports.CertificateSearchResult$ = exports.CertificateOptions$ = exports.CertificateDetail$ = exports.AddTagsToCertificateRequest$ = exports.AcmCertificateMetadata$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyTagsException$ = exports.ThrottlingException$ = exports.TagPolicyException$ = exports.ResourceNotFoundException$ = exports.ResourceInUseException$ = exports.RequestInProgressException$ = exports.LimitExceededException$ = exports.InvalidTagException$ = exports.InvalidStateException$ = exports.InvalidParameterException$ = exports.InvalidDomainValidationOptionsException$ = exports.InvalidArnException$ = exports.InvalidArgsException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.ACMServiceException$ = void 0;
4
- exports.UpdateCertificateOptions$ = exports.SearchCertificates$ = exports.RevokeCertificate$ = exports.ResendValidationEmail$ = exports.RequestCertificate$ = exports.RenewCertificate$ = exports.RemoveTagsFromCertificate$ = exports.PutAccountConfiguration$ = exports.ListTagsForCertificate$ = exports.ListCertificates$ = exports.ImportCertificate$ = exports.GetCertificate$ = exports.GetAccountConfiguration$ = exports.ExportCertificate$ = exports.DescribeCertificate$ = exports.DeleteCertificate$ = exports.AddTagsToCertificate$ = exports.X509AttributeFilter$ = exports.SubjectFilter$ = exports.SubjectAlternativeNameFilter$ = exports.GeneralName$ = exports.CertificateMetadata$ = exports.CertificateFilterStatement$ = exports.CertificateFilter$ = exports.AcmCertificateMetadataFilter$ = exports.X509Attributes$ = exports.UpdateCertificateOptionsRequest$ = exports.TimestampRange$ = exports.ThrottlingReason$ = exports.Tag$ = exports.SearchCertificatesResponse$ = exports.SearchCertificatesRequest$ = exports.RevokeCertificateResponse$ = exports.RevokeCertificateRequest$ = exports.ResourceRecord$ = exports.ResendValidationEmailRequest$ = exports.RequestCertificateResponse$ = exports.RequestCertificateRequest$ = exports.RenewCertificateRequest$ = exports.RenewalSummary$ = exports.RemoveTagsFromCertificateRequest$ = exports.PutAccountConfigurationRequest$ = void 0;
5
1
  const _A = "And";
6
2
  const _ACM = "AcmCertificateMetadata";
7
3
  const _ACMF = "AcmCertificateMetadataFilter";
@@ -216,109 +212,126 @@ const _re = "resource";
216
212
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.acm";
217
213
  const _tR = "throttlingReasons";
218
214
  const n0 = "com.amazonaws.acm";
219
- const schema_1 = require("@smithy/core/schema");
220
- const ACMServiceException_1 = require("../models/ACMServiceException");
221
- const errors_1 = require("../models/errors");
222
- const _s_registry = schema_1.TypeRegistry.for(_s);
223
- exports.ACMServiceException$ = [-3, _s, "ACMServiceException", 0, [], []];
224
- _s_registry.registerError(exports.ACMServiceException$, ACMServiceException_1.ACMServiceException);
225
- const n0_registry = schema_1.TypeRegistry.for(n0);
226
- exports.AccessDeniedException$ = [-3, n0, _ADE,
215
+ const { TypeRegistry } = require("@smithy/core/schema");
216
+ const { ACMServiceException } = require("../models/ACMServiceException");
217
+ const { AccessDeniedException, ConflictException, InvalidArgsException, InvalidArnException, InvalidDomainValidationOptionsException, InvalidParameterException, InvalidStateException, InvalidTagException, LimitExceededException, RequestInProgressException, ResourceInUseException, ResourceNotFoundException, TagPolicyException, ThrottlingException, TooManyTagsException, ValidationException } = require("../models/errors");
218
+ const _s_registry = TypeRegistry.for(_s);
219
+ const ACMServiceException$ = [-3, _s, "ACMServiceException", 0, [], []];
220
+ exports.ACMServiceException$ = ACMServiceException$;
221
+ _s_registry.registerError(ACMServiceException$, ACMServiceException);
222
+ const n0_registry = TypeRegistry.for(n0);
223
+ const AccessDeniedException$ = [-3, n0, _ADE,
227
224
  { [_aQE]: [`AccessDenied`, 403], [_e]: _c, [_hE]: 403 },
228
225
  [_M],
229
226
  [0]
230
227
  ];
231
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
232
- exports.ConflictException$ = [-3, n0, _CE,
228
+ exports.AccessDeniedException$ = AccessDeniedException$;
229
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
230
+ const ConflictException$ = [-3, n0, _CE,
233
231
  { [_e]: _c },
234
232
  [_m],
235
233
  [0]
236
234
  ];
237
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
238
- exports.InvalidArgsException$ = [-3, n0, _IAE,
235
+ exports.ConflictException$ = ConflictException$;
236
+ n0_registry.registerError(ConflictException$, ConflictException);
237
+ const InvalidArgsException$ = [-3, n0, _IAE,
239
238
  { [_e]: _c },
240
239
  [_m],
241
240
  [0]
242
241
  ];
243
- n0_registry.registerError(exports.InvalidArgsException$, errors_1.InvalidArgsException);
244
- exports.InvalidArnException$ = [-3, n0, _IAEn,
242
+ exports.InvalidArgsException$ = InvalidArgsException$;
243
+ n0_registry.registerError(InvalidArgsException$, InvalidArgsException);
244
+ const InvalidArnException$ = [-3, n0, _IAEn,
245
245
  { [_e]: _c },
246
246
  [_m],
247
247
  [0]
248
248
  ];
249
- n0_registry.registerError(exports.InvalidArnException$, errors_1.InvalidArnException);
250
- exports.InvalidDomainValidationOptionsException$ = [-3, n0, _IDVOE,
249
+ exports.InvalidArnException$ = InvalidArnException$;
250
+ n0_registry.registerError(InvalidArnException$, InvalidArnException);
251
+ const InvalidDomainValidationOptionsException$ = [-3, n0, _IDVOE,
251
252
  { [_e]: _c },
252
253
  [_m],
253
254
  [0]
254
255
  ];
255
- n0_registry.registerError(exports.InvalidDomainValidationOptionsException$, errors_1.InvalidDomainValidationOptionsException);
256
- exports.InvalidParameterException$ = [-3, n0, _IPE,
256
+ exports.InvalidDomainValidationOptionsException$ = InvalidDomainValidationOptionsException$;
257
+ n0_registry.registerError(InvalidDomainValidationOptionsException$, InvalidDomainValidationOptionsException);
258
+ const InvalidParameterException$ = [-3, n0, _IPE,
257
259
  { [_e]: _c },
258
260
  [_m],
259
261
  [0]
260
262
  ];
261
- n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
262
- exports.InvalidStateException$ = [-3, n0, _ISE,
263
+ exports.InvalidParameterException$ = InvalidParameterException$;
264
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
265
+ const InvalidStateException$ = [-3, n0, _ISE,
263
266
  { [_e]: _c },
264
267
  [_m],
265
268
  [0]
266
269
  ];
267
- n0_registry.registerError(exports.InvalidStateException$, errors_1.InvalidStateException);
268
- exports.InvalidTagException$ = [-3, n0, _ITE,
270
+ exports.InvalidStateException$ = InvalidStateException$;
271
+ n0_registry.registerError(InvalidStateException$, InvalidStateException);
272
+ const InvalidTagException$ = [-3, n0, _ITE,
269
273
  { [_e]: _c },
270
274
  [_m],
271
275
  [0]
272
276
  ];
273
- n0_registry.registerError(exports.InvalidTagException$, errors_1.InvalidTagException);
274
- exports.LimitExceededException$ = [-3, n0, _LEE,
277
+ exports.InvalidTagException$ = InvalidTagException$;
278
+ n0_registry.registerError(InvalidTagException$, InvalidTagException);
279
+ const LimitExceededException$ = [-3, n0, _LEE,
275
280
  { [_e]: _c },
276
281
  [_m],
277
282
  [0]
278
283
  ];
279
- n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
280
- exports.RequestInProgressException$ = [-3, n0, _RIPE,
284
+ exports.LimitExceededException$ = LimitExceededException$;
285
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
286
+ const RequestInProgressException$ = [-3, n0, _RIPE,
281
287
  { [_e]: _c },
282
288
  [_m],
283
289
  [0]
284
290
  ];
285
- n0_registry.registerError(exports.RequestInProgressException$, errors_1.RequestInProgressException);
286
- exports.ResourceInUseException$ = [-3, n0, _RIUE,
291
+ exports.RequestInProgressException$ = RequestInProgressException$;
292
+ n0_registry.registerError(RequestInProgressException$, RequestInProgressException);
293
+ const ResourceInUseException$ = [-3, n0, _RIUE,
287
294
  { [_e]: _c },
288
295
  [_m],
289
296
  [0]
290
297
  ];
291
- n0_registry.registerError(exports.ResourceInUseException$, errors_1.ResourceInUseException);
292
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
298
+ exports.ResourceInUseException$ = ResourceInUseException$;
299
+ n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
300
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
293
301
  { [_e]: _c },
294
302
  [_m],
295
303
  [0]
296
304
  ];
297
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
298
- exports.TagPolicyException$ = [-3, n0, _TPE,
305
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
306
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
307
+ const TagPolicyException$ = [-3, n0, _TPE,
299
308
  { [_e]: _c },
300
309
  [_m],
301
310
  [0]
302
311
  ];
303
- n0_registry.registerError(exports.TagPolicyException$, errors_1.TagPolicyException);
304
- exports.ThrottlingException$ = [-3, n0, _TE,
312
+ exports.TagPolicyException$ = TagPolicyException$;
313
+ n0_registry.registerError(TagPolicyException$, TagPolicyException);
314
+ const ThrottlingException$ = [-3, n0, _TE,
305
315
  { [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
306
316
  [_m, _tR],
307
317
  [0, () => ThrottlingReasonList]
308
318
  ];
309
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
310
- exports.TooManyTagsException$ = [-3, n0, _TMTE,
319
+ exports.ThrottlingException$ = ThrottlingException$;
320
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
321
+ const TooManyTagsException$ = [-3, n0, _TMTE,
311
322
  { [_e]: _c },
312
323
  [_m],
313
324
  [0]
314
325
  ];
315
- n0_registry.registerError(exports.TooManyTagsException$, errors_1.TooManyTagsException);
316
- exports.ValidationException$ = [-3, n0, _VE,
326
+ exports.TooManyTagsException$ = TooManyTagsException$;
327
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
328
+ const ValidationException$ = [-3, n0, _VE,
317
329
  { [_aQE]: [`ValidationError`, 400], [_e]: _c, [_hE]: 400 },
318
330
  [_m],
319
331
  [0]
320
332
  ];
321
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
333
+ exports.ValidationException$ = ValidationException$;
334
+ n0_registry.registerError(ValidationException$, ValidationException);
322
335
  exports.errorTypeRegistries = [
323
336
  _s_registry,
324
337
  n0_registry,
@@ -326,383 +339,440 @@ exports.errorTypeRegistries = [
326
339
  var PassphraseBlob = [0, n0, _PB, 8, 21];
327
340
  var PrivateKey = [0, n0, _PK, 8, 0];
328
341
  var PrivateKeyBlob = [0, n0, _PKB, 8, 21];
329
- exports.AcmCertificateMetadata$ = [3, n0, _ACM,
342
+ const AcmCertificateMetadata$ = [3, n0, _ACM,
330
343
  0,
331
344
  [_CA, _E, _IA, _IU, _IAs, _RE, _RA, _S, _RS, _T, _EO, _MB, _VM],
332
345
  [4, 2, 4, 2, 4, 0, 4, 0, 0, 0, 0, 0, 0]
333
346
  ];
334
- exports.AddTagsToCertificateRequest$ = [3, n0, _ATTCR,
347
+ exports.AcmCertificateMetadata$ = AcmCertificateMetadata$;
348
+ const AddTagsToCertificateRequest$ = [3, n0, _ATTCR,
335
349
  0,
336
350
  [_CAe, _Ta],
337
351
  [0, () => TagList], 2
338
352
  ];
339
- exports.CertificateDetail$ = [3, n0, _CD,
353
+ exports.AddTagsToCertificateRequest$ = AddTagsToCertificateRequest$;
354
+ const CertificateDetail$ = [3, n0, _CD,
340
355
  0,
341
356
  [_CAe, _DN, _SAN, _MB, _DVO, _Se, _Su, _I, _CA, _IAs, _IA, _S, _RA, _RR, _NB, _NA, _KA, _SA, _IUB, _FR, _T, _RSe, _KU, _EKU, _CAA, _RE, _O],
342
- [0, 0, 64 | 0, 0, () => DomainValidationList, 0, 0, 0, 4, 4, 4, 0, 4, 0, 4, 4, 0, 0, 64 | 0, 0, 0, () => exports.RenewalSummary$, () => KeyUsageList, () => ExtendedKeyUsageList, 0, 0, () => exports.CertificateOptions$]
357
+ [0, 0, 64 | 0, 0, () => DomainValidationList, 0, 0, 0, 4, 4, 4, 0, 4, 0, 4, 4, 0, 0, 64 | 0, 0, 0, () => RenewalSummary$, () => KeyUsageList, () => ExtendedKeyUsageList, 0, 0, () => CertificateOptions$]
343
358
  ];
344
- exports.CertificateOptions$ = [3, n0, _CO,
359
+ exports.CertificateDetail$ = CertificateDetail$;
360
+ const CertificateOptions$ = [3, n0, _CO,
345
361
  0,
346
362
  [_CTLP, _Ex],
347
363
  [0, 0]
348
364
  ];
349
- exports.CertificateSearchResult$ = [3, n0, _CSR,
365
+ exports.CertificateOptions$ = CertificateOptions$;
366
+ const CertificateSearchResult$ = [3, n0, _CSR,
350
367
  0,
351
368
  [_CAe, _XA, _CM],
352
- [0, () => exports.X509Attributes$, () => exports.CertificateMetadata$]
369
+ [0, () => X509Attributes$, () => CertificateMetadata$]
353
370
  ];
354
- exports.CertificateSummary$ = [3, n0, _CS,
371
+ exports.CertificateSearchResult$ = CertificateSearchResult$;
372
+ const CertificateSummary$ = [3, n0, _CS,
355
373
  0,
356
374
  [_CAe, _DN, _SANS, _HASAN, _S, _T, _KA, _KU, _EKU, _EO, _IU, _E, _RE, _NB, _NA, _CA, _IAs, _IA, _RA, _MB],
357
375
  [0, 0, 64 | 0, 2, 0, 0, 0, 64 | 0, 64 | 0, 0, 2, 2, 0, 4, 4, 4, 4, 4, 4, 0]
358
376
  ];
359
- exports.CommonNameFilter$ = [3, n0, _CNF,
377
+ exports.CertificateSummary$ = CertificateSummary$;
378
+ const CommonNameFilter$ = [3, n0, _CNF,
360
379
  0,
361
380
  [_V, _COo],
362
381
  [0, 0], 2
363
382
  ];
364
- exports.CustomAttribute$ = [3, n0, _CAu,
383
+ exports.CommonNameFilter$ = CommonNameFilter$;
384
+ const CustomAttribute$ = [3, n0, _CAu,
365
385
  0,
366
386
  [_OI, _V],
367
387
  [0, 0]
368
388
  ];
369
- exports.DeleteCertificateRequest$ = [3, n0, _DCR,
389
+ exports.CustomAttribute$ = CustomAttribute$;
390
+ const DeleteCertificateRequest$ = [3, n0, _DCR,
370
391
  0,
371
392
  [_CAe],
372
393
  [0], 1
373
394
  ];
374
- exports.DescribeCertificateRequest$ = [3, n0, _DCRe,
395
+ exports.DeleteCertificateRequest$ = DeleteCertificateRequest$;
396
+ const DescribeCertificateRequest$ = [3, n0, _DCRe,
375
397
  0,
376
398
  [_CAe],
377
399
  [0], 1
378
400
  ];
379
- exports.DescribeCertificateResponse$ = [3, n0, _DCRes,
401
+ exports.DescribeCertificateRequest$ = DescribeCertificateRequest$;
402
+ const DescribeCertificateResponse$ = [3, n0, _DCRes,
380
403
  0,
381
404
  [_C],
382
- [() => exports.CertificateDetail$]
405
+ [() => CertificateDetail$]
383
406
  ];
384
- exports.DistinguishedName$ = [3, n0, _DNi,
407
+ exports.DescribeCertificateResponse$ = DescribeCertificateResponse$;
408
+ const DistinguishedName$ = [3, n0, _DNi,
385
409
  0,
386
410
  [_CN, _DC, _Co, _CAus, _DNQ, _GQ, _GN, _In, _L, _Or, _OU, _P, _SN, _St, _Sur, _Ti],
387
411
  [0, 64 | 0, 0, () => CustomAttributeList, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
388
412
  ];
389
- exports.DnsNameFilter$ = [3, n0, _DNF,
413
+ exports.DistinguishedName$ = DistinguishedName$;
414
+ const DnsNameFilter$ = [3, n0, _DNF,
390
415
  0,
391
416
  [_V, _COo],
392
417
  [0, 0], 2
393
418
  ];
394
- exports.DomainValidation$ = [3, n0, _DV,
419
+ exports.DnsNameFilter$ = DnsNameFilter$;
420
+ const DomainValidation$ = [3, n0, _DV,
395
421
  0,
396
422
  [_DN, _VEa, _VD, _VS, _RRe, _HR, _VM],
397
- [0, 64 | 0, 0, 0, () => exports.ResourceRecord$, () => exports.HttpRedirect$, 0], 1
423
+ [0, 64 | 0, 0, 0, () => ResourceRecord$, () => HttpRedirect$, 0], 1
398
424
  ];
399
- exports.DomainValidationOption$ = [3, n0, _DVOo,
425
+ exports.DomainValidation$ = DomainValidation$;
426
+ const DomainValidationOption$ = [3, n0, _DVOo,
400
427
  0,
401
428
  [_DN, _VD],
402
429
  [0, 0], 2
403
430
  ];
404
- exports.ExpiryEventsConfiguration$ = [3, n0, _EEC,
431
+ exports.DomainValidationOption$ = DomainValidationOption$;
432
+ const ExpiryEventsConfiguration$ = [3, n0, _EEC,
405
433
  0,
406
434
  [_DBE],
407
435
  [1]
408
436
  ];
409
- exports.ExportCertificateRequest$ = [3, n0, _ECR,
437
+ exports.ExpiryEventsConfiguration$ = ExpiryEventsConfiguration$;
438
+ const ExportCertificateRequest$ = [3, n0, _ECR,
410
439
  0,
411
440
  [_CAe, _Pa],
412
441
  [0, [() => PassphraseBlob, 0]], 2
413
442
  ];
414
- exports.ExportCertificateResponse$ = [3, n0, _ECRx,
443
+ exports.ExportCertificateRequest$ = ExportCertificateRequest$;
444
+ const ExportCertificateResponse$ = [3, n0, _ECRx,
415
445
  0,
416
446
  [_C, _CC, _PK],
417
447
  [0, 0, [() => PrivateKey, 0]]
418
448
  ];
419
- exports.ExtendedKeyUsage$ = [3, n0, _EKUx,
449
+ exports.ExportCertificateResponse$ = ExportCertificateResponse$;
450
+ const ExtendedKeyUsage$ = [3, n0, _EKUx,
420
451
  0,
421
452
  [_N, _OID],
422
453
  [0, 0]
423
454
  ];
424
- exports.Filters$ = [3, n0, _F,
455
+ exports.ExtendedKeyUsage$ = ExtendedKeyUsage$;
456
+ const Filters$ = [3, n0, _F,
425
457
  0,
426
458
  [_eKU, _kU, _kT, _eO, _mB],
427
459
  [64 | 0, 64 | 0, 64 | 0, 0, 0]
428
460
  ];
429
- exports.GetAccountConfigurationResponse$ = [3, n0, _GACR,
461
+ exports.Filters$ = Filters$;
462
+ const GetAccountConfigurationResponse$ = [3, n0, _GACR,
430
463
  0,
431
464
  [_EE],
432
- [() => exports.ExpiryEventsConfiguration$]
465
+ [() => ExpiryEventsConfiguration$]
433
466
  ];
434
- exports.GetCertificateRequest$ = [3, n0, _GCR,
467
+ exports.GetAccountConfigurationResponse$ = GetAccountConfigurationResponse$;
468
+ const GetCertificateRequest$ = [3, n0, _GCR,
435
469
  0,
436
470
  [_CAe],
437
471
  [0], 1
438
472
  ];
439
- exports.GetCertificateResponse$ = [3, n0, _GCRe,
473
+ exports.GetCertificateRequest$ = GetCertificateRequest$;
474
+ const GetCertificateResponse$ = [3, n0, _GCRe,
440
475
  0,
441
476
  [_C, _CC],
442
477
  [0, 0]
443
478
  ];
444
- exports.HttpRedirect$ = [3, n0, _HR,
479
+ exports.GetCertificateResponse$ = GetCertificateResponse$;
480
+ const HttpRedirect$ = [3, n0, _HR,
445
481
  0,
446
482
  [_RF, _RT],
447
483
  [0, 0]
448
484
  ];
449
- exports.ImportCertificateRequest$ = [3, n0, _ICR,
485
+ exports.HttpRedirect$ = HttpRedirect$;
486
+ const ImportCertificateRequest$ = [3, n0, _ICR,
450
487
  0,
451
488
  [_C, _PK, _CAe, _CC, _Ta],
452
489
  [21, [() => PrivateKeyBlob, 0], 0, 21, () => TagList], 2
453
490
  ];
454
- exports.ImportCertificateResponse$ = [3, n0, _ICRm,
491
+ exports.ImportCertificateRequest$ = ImportCertificateRequest$;
492
+ const ImportCertificateResponse$ = [3, n0, _ICRm,
455
493
  0,
456
494
  [_CAe],
457
495
  [0]
458
496
  ];
459
- exports.KeyUsage$ = [3, n0, _KUe,
497
+ exports.ImportCertificateResponse$ = ImportCertificateResponse$;
498
+ const KeyUsage$ = [3, n0, _KUe,
460
499
  0,
461
500
  [_N],
462
501
  [0]
463
502
  ];
464
- exports.ListCertificatesRequest$ = [3, n0, _LCR,
503
+ exports.KeyUsage$ = KeyUsage$;
504
+ const ListCertificatesRequest$ = [3, n0, _LCR,
465
505
  0,
466
506
  [_CSe, _Inc, _NT, _MI, _SB, _SO],
467
- [64 | 0, () => exports.Filters$, 0, 1, 0, 0]
507
+ [64 | 0, () => Filters$, 0, 1, 0, 0]
468
508
  ];
469
- exports.ListCertificatesResponse$ = [3, n0, _LCRi,
509
+ exports.ListCertificatesRequest$ = ListCertificatesRequest$;
510
+ const ListCertificatesResponse$ = [3, n0, _LCRi,
470
511
  0,
471
512
  [_NT, _CSL],
472
513
  [0, () => CertificateSummaryList]
473
514
  ];
474
- exports.ListTagsForCertificateRequest$ = [3, n0, _LTFCR,
515
+ exports.ListCertificatesResponse$ = ListCertificatesResponse$;
516
+ const ListTagsForCertificateRequest$ = [3, n0, _LTFCR,
475
517
  0,
476
518
  [_CAe],
477
519
  [0], 1
478
520
  ];
479
- exports.ListTagsForCertificateResponse$ = [3, n0, _LTFCRi,
521
+ exports.ListTagsForCertificateRequest$ = ListTagsForCertificateRequest$;
522
+ const ListTagsForCertificateResponse$ = [3, n0, _LTFCRi,
480
523
  0,
481
524
  [_Ta],
482
525
  [() => TagList]
483
526
  ];
484
- exports.OtherName$ = [3, n0, _ON,
527
+ exports.ListTagsForCertificateResponse$ = ListTagsForCertificateResponse$;
528
+ const OtherName$ = [3, n0, _ON,
485
529
  0,
486
530
  [_OI, _V],
487
531
  [0, 0]
488
532
  ];
489
- exports.PutAccountConfigurationRequest$ = [3, n0, _PACR,
533
+ exports.OtherName$ = OtherName$;
534
+ const PutAccountConfigurationRequest$ = [3, n0, _PACR,
490
535
  0,
491
536
  [_IT, _EE],
492
- [0, () => exports.ExpiryEventsConfiguration$], 1
537
+ [0, () => ExpiryEventsConfiguration$], 1
493
538
  ];
494
- exports.RemoveTagsFromCertificateRequest$ = [3, n0, _RTFCR,
539
+ exports.PutAccountConfigurationRequest$ = PutAccountConfigurationRequest$;
540
+ const RemoveTagsFromCertificateRequest$ = [3, n0, _RTFCR,
495
541
  0,
496
542
  [_CAe, _Ta],
497
543
  [0, () => TagList], 2
498
544
  ];
499
- exports.RenewalSummary$ = [3, n0, _RSe,
545
+ exports.RemoveTagsFromCertificateRequest$ = RemoveTagsFromCertificateRequest$;
546
+ const RenewalSummary$ = [3, n0, _RSe,
500
547
  0,
501
548
  [_RS, _DVO, _UA, _RSR],
502
549
  [0, () => DomainValidationList, 4, 0], 3
503
550
  ];
504
- exports.RenewCertificateRequest$ = [3, n0, _RCR,
551
+ exports.RenewalSummary$ = RenewalSummary$;
552
+ const RenewCertificateRequest$ = [3, n0, _RCR,
505
553
  0,
506
554
  [_CAe],
507
555
  [0], 1
508
556
  ];
509
- exports.RequestCertificateRequest$ = [3, n0, _RCRe,
557
+ exports.RenewCertificateRequest$ = RenewCertificateRequest$;
558
+ const RequestCertificateRequest$ = [3, n0, _RCRe,
510
559
  0,
511
560
  [_DN, _VM, _SAN, _IT, _DVO, _O, _CAA, _Ta, _KA, _MB],
512
- [0, 0, 64 | 0, 0, () => DomainValidationOptionList, () => exports.CertificateOptions$, 0, () => TagList, 0, 0], 1
561
+ [0, 0, 64 | 0, 0, () => DomainValidationOptionList, () => CertificateOptions$, 0, () => TagList, 0, 0], 1
513
562
  ];
514
- exports.RequestCertificateResponse$ = [3, n0, _RCReq,
563
+ exports.RequestCertificateRequest$ = RequestCertificateRequest$;
564
+ const RequestCertificateResponse$ = [3, n0, _RCReq,
515
565
  0,
516
566
  [_CAe],
517
567
  [0]
518
568
  ];
519
- exports.ResendValidationEmailRequest$ = [3, n0, _RVER,
569
+ exports.RequestCertificateResponse$ = RequestCertificateResponse$;
570
+ const ResendValidationEmailRequest$ = [3, n0, _RVER,
520
571
  0,
521
572
  [_CAe, _D, _VD],
522
573
  [0, 0, 0], 3
523
574
  ];
524
- exports.ResourceRecord$ = [3, n0, _RRe,
575
+ exports.ResendValidationEmailRequest$ = ResendValidationEmailRequest$;
576
+ const ResourceRecord$ = [3, n0, _RRe,
525
577
  0,
526
578
  [_N, _T, _V],
527
579
  [0, 0, 0], 3
528
580
  ];
529
- exports.RevokeCertificateRequest$ = [3, n0, _RCRev,
581
+ exports.ResourceRecord$ = ResourceRecord$;
582
+ const RevokeCertificateRequest$ = [3, n0, _RCRev,
530
583
  0,
531
584
  [_CAe, _RR],
532
585
  [0, 0], 2
533
586
  ];
534
- exports.RevokeCertificateResponse$ = [3, n0, _RCRevo,
587
+ exports.RevokeCertificateRequest$ = RevokeCertificateRequest$;
588
+ const RevokeCertificateResponse$ = [3, n0, _RCRevo,
535
589
  0,
536
590
  [_CAe],
537
591
  [0]
538
592
  ];
539
- exports.SearchCertificatesRequest$ = [3, n0, _SCR,
593
+ exports.RevokeCertificateResponse$ = RevokeCertificateResponse$;
594
+ const SearchCertificatesRequest$ = [3, n0, _SCR,
540
595
  0,
541
596
  [_FS, _MR, _NT, _SB, _SO],
542
- [() => exports.CertificateFilterStatement$, 1, 0, 0, 0]
597
+ [() => CertificateFilterStatement$, 1, 0, 0, 0]
543
598
  ];
544
- exports.SearchCertificatesResponse$ = [3, n0, _SCRe,
599
+ exports.SearchCertificatesRequest$ = SearchCertificatesRequest$;
600
+ const SearchCertificatesResponse$ = [3, n0, _SCRe,
545
601
  0,
546
602
  [_R, _NT],
547
603
  [() => CertificateSearchResultList, 0]
548
604
  ];
549
- exports.Tag$ = [3, n0, _Tag,
605
+ exports.SearchCertificatesResponse$ = SearchCertificatesResponse$;
606
+ const Tag$ = [3, n0, _Tag,
550
607
  0,
551
608
  [_K, _V],
552
609
  [0, 0], 1
553
610
  ];
554
- exports.ThrottlingReason$ = [3, n0, _TR,
611
+ exports.Tag$ = Tag$;
612
+ const ThrottlingReason$ = [3, n0, _TR,
555
613
  0,
556
614
  [_r, _re],
557
615
  [0, 0]
558
616
  ];
559
- exports.TimestampRange$ = [3, n0, _TRi,
617
+ exports.ThrottlingReason$ = ThrottlingReason$;
618
+ const TimestampRange$ = [3, n0, _TRi,
560
619
  0,
561
620
  [_Sta, _En],
562
621
  [4, 4]
563
622
  ];
564
- exports.UpdateCertificateOptionsRequest$ = [3, n0, _UCOR,
623
+ exports.TimestampRange$ = TimestampRange$;
624
+ const UpdateCertificateOptionsRequest$ = [3, n0, _UCOR,
565
625
  0,
566
626
  [_CAe, _O],
567
- [0, () => exports.CertificateOptions$], 2
627
+ [0, () => CertificateOptions$], 2
568
628
  ];
569
- exports.X509Attributes$ = [3, n0, _XA,
629
+ exports.UpdateCertificateOptionsRequest$ = UpdateCertificateOptionsRequest$;
630
+ const X509Attributes$ = [3, n0, _XA,
570
631
  0,
571
632
  [_I, _Su, _SAN, _EKU, _KA, _KU, _SN, _NA, _NB],
572
- [() => exports.DistinguishedName$, () => exports.DistinguishedName$, () => GeneralNameList, 64 | 0, 0, 64 | 0, 0, 4, 4]
633
+ [() => DistinguishedName$, () => DistinguishedName$, () => GeneralNameList, 64 | 0, 0, 64 | 0, 0, 4, 4]
573
634
  ];
635
+ exports.X509Attributes$ = X509Attributes$;
574
636
  var __Unit = "unit";
575
637
  var CertificateFilterStatementList = [1, n0, _CFSL,
576
- 0, () => exports.CertificateFilterStatement$
638
+ 0, () => CertificateFilterStatement$
577
639
  ];
578
640
  var CertificateSearchResultList = [1, n0, _CSRL,
579
- 0, () => exports.CertificateSearchResult$
641
+ 0, () => CertificateSearchResult$
580
642
  ];
581
643
  var CertificateStatuses = 64 | 0;
582
644
  var CertificateSummaryList = [1, n0, _CSL,
583
- 0, () => exports.CertificateSummary$
645
+ 0, () => CertificateSummary$
584
646
  ];
585
647
  var CustomAttributeList = [1, n0, _CAL,
586
- 0, () => exports.CustomAttribute$
648
+ 0, () => CustomAttribute$
587
649
  ];
588
650
  var DomainComponentList = 64 | 0;
589
651
  var DomainList = 64 | 0;
590
652
  var DomainValidationList = [1, n0, _DVL,
591
- 0, () => exports.DomainValidation$
653
+ 0, () => DomainValidation$
592
654
  ];
593
655
  var DomainValidationOptionList = [1, n0, _DVOL,
594
- 0, () => exports.DomainValidationOption$
656
+ 0, () => DomainValidationOption$
595
657
  ];
596
658
  var ExtendedKeyUsageFilterList = 64 | 0;
597
659
  var ExtendedKeyUsageList = [1, n0, _EKUL,
598
- 0, () => exports.ExtendedKeyUsage$
660
+ 0, () => ExtendedKeyUsage$
599
661
  ];
600
662
  var ExtendedKeyUsageNames = 64 | 0;
601
663
  var GeneralNameList = [1, n0, _GNL,
602
- 0, () => exports.GeneralName$
664
+ 0, () => GeneralName$
603
665
  ];
604
666
  var InUseList = 64 | 0;
605
667
  var KeyAlgorithmList = 64 | 0;
606
668
  var KeyUsageFilterList = 64 | 0;
607
669
  var KeyUsageList = [1, n0, _KUL,
608
- 0, () => exports.KeyUsage$
670
+ 0, () => KeyUsage$
609
671
  ];
610
672
  var KeyUsageNames = 64 | 0;
611
673
  var TagList = [1, n0, _TL,
612
- 0, () => exports.Tag$
674
+ 0, () => Tag$
613
675
  ];
614
676
  var ThrottlingReasonList = [1, n0, _TRL,
615
- 0, () => exports.ThrottlingReason$
677
+ 0, () => ThrottlingReason$
616
678
  ];
617
679
  var ValidationEmailList = 64 | 0;
618
- exports.AcmCertificateMetadataFilter$ = [4, n0, _ACMF,
680
+ const AcmCertificateMetadataFilter$ = [4, n0, _ACMF,
619
681
  0,
620
682
  [_S, _RS, _T, _IU, _E, _EO, _MB, _VM],
621
683
  [0, 0, 0, 2, 2, 0, 0, 0]
622
684
  ];
623
- exports.CertificateFilter$ = [4, n0, _CF,
685
+ exports.AcmCertificateMetadataFilter$ = AcmCertificateMetadataFilter$;
686
+ const CertificateFilter$ = [4, n0, _CF,
624
687
  0,
625
688
  [_CAe, _XAF, _ACMF],
626
- [0, () => exports.X509AttributeFilter$, () => exports.AcmCertificateMetadataFilter$]
689
+ [0, () => X509AttributeFilter$, () => AcmCertificateMetadataFilter$]
627
690
  ];
628
- exports.CertificateFilterStatement$ = [4, n0, _CFS,
691
+ exports.CertificateFilter$ = CertificateFilter$;
692
+ const CertificateFilterStatement$ = [4, n0, _CFS,
629
693
  0,
630
694
  [_A, _Or_, _No, _Fi],
631
- [() => CertificateFilterStatementList, () => CertificateFilterStatementList, () => exports.CertificateFilterStatement$, () => exports.CertificateFilter$]
695
+ [() => CertificateFilterStatementList, () => CertificateFilterStatementList, () => CertificateFilterStatement$, () => CertificateFilter$]
632
696
  ];
633
- exports.CertificateMetadata$ = [4, n0, _CM,
697
+ exports.CertificateFilterStatement$ = CertificateFilterStatement$;
698
+ const CertificateMetadata$ = [4, n0, _CM,
634
699
  0,
635
700
  [_ACM],
636
- [() => exports.AcmCertificateMetadata$]
701
+ [() => AcmCertificateMetadata$]
637
702
  ];
638
- exports.GeneralName$ = [4, n0, _GNe,
703
+ exports.CertificateMetadata$ = CertificateMetadata$;
704
+ const GeneralName$ = [4, n0, _GNe,
639
705
  0,
640
706
  [_DNir, _DNn, _IAp, _ON, _RI, _RN, _URI],
641
- [() => exports.DistinguishedName$, 0, 0, () => exports.OtherName$, 0, 0, 0]
707
+ [() => DistinguishedName$, 0, 0, () => OtherName$, 0, 0, 0]
642
708
  ];
643
- exports.SubjectAlternativeNameFilter$ = [4, n0, _SANF,
709
+ exports.GeneralName$ = GeneralName$;
710
+ const SubjectAlternativeNameFilter$ = [4, n0, _SANF,
644
711
  0,
645
712
  [_DNn],
646
- [() => exports.DnsNameFilter$]
713
+ [() => DnsNameFilter$]
647
714
  ];
648
- exports.SubjectFilter$ = [4, n0, _SF,
715
+ exports.SubjectAlternativeNameFilter$ = SubjectAlternativeNameFilter$;
716
+ const SubjectFilter$ = [4, n0, _SF,
649
717
  0,
650
718
  [_CN],
651
- [() => exports.CommonNameFilter$]
719
+ [() => CommonNameFilter$]
652
720
  ];
653
- exports.X509AttributeFilter$ = [4, n0, _XAF,
721
+ exports.SubjectFilter$ = SubjectFilter$;
722
+ const X509AttributeFilter$ = [4, n0, _XAF,
654
723
  0,
655
724
  [_Su, _SANu, _EKUx, _KUe, _KA, _SN, _NA, _NB],
656
- [() => exports.SubjectFilter$, () => exports.SubjectAlternativeNameFilter$, 0, 0, 0, 0, () => exports.TimestampRange$, () => exports.TimestampRange$]
725
+ [() => SubjectFilter$, () => SubjectAlternativeNameFilter$, 0, 0, 0, 0, () => TimestampRange$, () => TimestampRange$]
657
726
  ];
727
+ exports.X509AttributeFilter$ = X509AttributeFilter$;
658
728
  exports.AddTagsToCertificate$ = [9, n0, _ATTC,
659
- 0, () => exports.AddTagsToCertificateRequest$, () => __Unit
729
+ 0, () => AddTagsToCertificateRequest$, () => __Unit
660
730
  ];
661
731
  exports.DeleteCertificate$ = [9, n0, _DCe,
662
- 0, () => exports.DeleteCertificateRequest$, () => __Unit
732
+ 0, () => DeleteCertificateRequest$, () => __Unit
663
733
  ];
664
734
  exports.DescribeCertificate$ = [9, n0, _DCes,
665
- 0, () => exports.DescribeCertificateRequest$, () => exports.DescribeCertificateResponse$
735
+ 0, () => DescribeCertificateRequest$, () => DescribeCertificateResponse$
666
736
  ];
667
737
  exports.ExportCertificate$ = [9, n0, _EC,
668
- 0, () => exports.ExportCertificateRequest$, () => exports.ExportCertificateResponse$
738
+ 0, () => ExportCertificateRequest$, () => ExportCertificateResponse$
669
739
  ];
670
740
  exports.GetAccountConfiguration$ = [9, n0, _GAC,
671
- 0, () => __Unit, () => exports.GetAccountConfigurationResponse$
741
+ 0, () => __Unit, () => GetAccountConfigurationResponse$
672
742
  ];
673
743
  exports.GetCertificate$ = [9, n0, _GC,
674
- 0, () => exports.GetCertificateRequest$, () => exports.GetCertificateResponse$
744
+ 0, () => GetCertificateRequest$, () => GetCertificateResponse$
675
745
  ];
676
746
  exports.ImportCertificate$ = [9, n0, _IC,
677
- 0, () => exports.ImportCertificateRequest$, () => exports.ImportCertificateResponse$
747
+ 0, () => ImportCertificateRequest$, () => ImportCertificateResponse$
678
748
  ];
679
749
  exports.ListCertificates$ = [9, n0, _LC,
680
- 0, () => exports.ListCertificatesRequest$, () => exports.ListCertificatesResponse$
750
+ 0, () => ListCertificatesRequest$, () => ListCertificatesResponse$
681
751
  ];
682
752
  exports.ListTagsForCertificate$ = [9, n0, _LTFC,
683
- 0, () => exports.ListTagsForCertificateRequest$, () => exports.ListTagsForCertificateResponse$
753
+ 0, () => ListTagsForCertificateRequest$, () => ListTagsForCertificateResponse$
684
754
  ];
685
755
  exports.PutAccountConfiguration$ = [9, n0, _PAC,
686
- 0, () => exports.PutAccountConfigurationRequest$, () => __Unit
756
+ 0, () => PutAccountConfigurationRequest$, () => __Unit
687
757
  ];
688
758
  exports.RemoveTagsFromCertificate$ = [9, n0, _RTFC,
689
- 0, () => exports.RemoveTagsFromCertificateRequest$, () => __Unit
759
+ 0, () => RemoveTagsFromCertificateRequest$, () => __Unit
690
760
  ];
691
761
  exports.RenewCertificate$ = [9, n0, _RC,
692
- 0, () => exports.RenewCertificateRequest$, () => __Unit
762
+ 0, () => RenewCertificateRequest$, () => __Unit
693
763
  ];
694
764
  exports.RequestCertificate$ = [9, n0, _RCe,
695
- 0, () => exports.RequestCertificateRequest$, () => exports.RequestCertificateResponse$
765
+ 0, () => RequestCertificateRequest$, () => RequestCertificateResponse$
696
766
  ];
697
767
  exports.ResendValidationEmail$ = [9, n0, _RVE,
698
- 0, () => exports.ResendValidationEmailRequest$, () => __Unit
768
+ 0, () => ResendValidationEmailRequest$, () => __Unit
699
769
  ];
700
770
  exports.RevokeCertificate$ = [9, n0, _RCev,
701
- 0, () => exports.RevokeCertificateRequest$, () => exports.RevokeCertificateResponse$
771
+ 0, () => RevokeCertificateRequest$, () => RevokeCertificateResponse$
702
772
  ];
703
773
  exports.SearchCertificates$ = [9, n0, _SC,
704
- 0, () => exports.SearchCertificatesRequest$, () => exports.SearchCertificatesResponse$
774
+ 0, () => SearchCertificatesRequest$, () => SearchCertificatesResponse$
705
775
  ];
706
776
  exports.UpdateCertificateOptions$ = [9, n0, _UCO,
707
- 0, () => exports.UpdateCertificateOptionsRequest$, () => __Unit
777
+ 0, () => UpdateCertificateOptionsRequest$, () => __Unit
708
778
  ];