@aws-sdk/client-acm 3.1068.0 → 3.1070.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +103 -123
- package/dist-cjs/models/ACMServiceException.js +4 -8
- package/dist-cjs/models/errors.js +33 -52
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +216 -146
- package/package.json +8 -8
|
@@ -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
|
|
220
|
-
const
|
|
221
|
-
const
|
|
222
|
-
const _s_registry =
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
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
|
-
|
|
232
|
-
|
|
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
|
-
|
|
238
|
-
|
|
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
|
-
|
|
244
|
-
|
|
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
|
-
|
|
250
|
-
|
|
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
|
-
|
|
256
|
-
|
|
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
|
-
|
|
262
|
-
|
|
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
|
-
|
|
268
|
-
|
|
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
|
-
|
|
274
|
-
|
|
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
|
-
|
|
280
|
-
|
|
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
|
-
|
|
286
|
-
|
|
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
|
-
|
|
292
|
-
|
|
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
|
-
|
|
298
|
-
|
|
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
|
-
|
|
304
|
-
|
|
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
|
-
|
|
310
|
-
|
|
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
|
-
|
|
316
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
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.
|
|
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, () =>
|
|
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.
|
|
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.
|
|
365
|
+
exports.CertificateOptions$ = CertificateOptions$;
|
|
366
|
+
const CertificateSearchResult$ = [3, n0, _CSR,
|
|
350
367
|
0,
|
|
351
368
|
[_CAe, _XA, _CM],
|
|
352
|
-
[0, () =>
|
|
369
|
+
[0, () => X509Attributes$, () => CertificateMetadata$]
|
|
353
370
|
];
|
|
354
|
-
exports.
|
|
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.
|
|
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.
|
|
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.
|
|
389
|
+
exports.CustomAttribute$ = CustomAttribute$;
|
|
390
|
+
const DeleteCertificateRequest$ = [3, n0, _DCR,
|
|
370
391
|
0,
|
|
371
392
|
[_CAe],
|
|
372
393
|
[0], 1
|
|
373
394
|
];
|
|
374
|
-
exports.
|
|
395
|
+
exports.DeleteCertificateRequest$ = DeleteCertificateRequest$;
|
|
396
|
+
const DescribeCertificateRequest$ = [3, n0, _DCRe,
|
|
375
397
|
0,
|
|
376
398
|
[_CAe],
|
|
377
399
|
[0], 1
|
|
378
400
|
];
|
|
379
|
-
exports.
|
|
401
|
+
exports.DescribeCertificateRequest$ = DescribeCertificateRequest$;
|
|
402
|
+
const DescribeCertificateResponse$ = [3, n0, _DCRes,
|
|
380
403
|
0,
|
|
381
404
|
[_C],
|
|
382
|
-
[() =>
|
|
405
|
+
[() => CertificateDetail$]
|
|
383
406
|
];
|
|
384
|
-
exports.
|
|
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.
|
|
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.
|
|
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, () =>
|
|
423
|
+
[0, 64 | 0, 0, 0, () => ResourceRecord$, () => HttpRedirect$, 0], 1
|
|
398
424
|
];
|
|
399
|
-
exports.
|
|
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.
|
|
431
|
+
exports.DomainValidationOption$ = DomainValidationOption$;
|
|
432
|
+
const ExpiryEventsConfiguration$ = [3, n0, _EEC,
|
|
405
433
|
0,
|
|
406
434
|
[_DBE],
|
|
407
435
|
[1]
|
|
408
436
|
];
|
|
409
|
-
exports.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
461
|
+
exports.Filters$ = Filters$;
|
|
462
|
+
const GetAccountConfigurationResponse$ = [3, n0, _GACR,
|
|
430
463
|
0,
|
|
431
464
|
[_EE],
|
|
432
|
-
[() =>
|
|
465
|
+
[() => ExpiryEventsConfiguration$]
|
|
433
466
|
];
|
|
434
|
-
exports.
|
|
467
|
+
exports.GetAccountConfigurationResponse$ = GetAccountConfigurationResponse$;
|
|
468
|
+
const GetCertificateRequest$ = [3, n0, _GCR,
|
|
435
469
|
0,
|
|
436
470
|
[_CAe],
|
|
437
471
|
[0], 1
|
|
438
472
|
];
|
|
439
|
-
exports.
|
|
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.
|
|
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.
|
|
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.
|
|
491
|
+
exports.ImportCertificateRequest$ = ImportCertificateRequest$;
|
|
492
|
+
const ImportCertificateResponse$ = [3, n0, _ICRm,
|
|
455
493
|
0,
|
|
456
494
|
[_CAe],
|
|
457
495
|
[0]
|
|
458
496
|
];
|
|
459
|
-
exports.
|
|
497
|
+
exports.ImportCertificateResponse$ = ImportCertificateResponse$;
|
|
498
|
+
const KeyUsage$ = [3, n0, _KUe,
|
|
460
499
|
0,
|
|
461
500
|
[_N],
|
|
462
501
|
[0]
|
|
463
502
|
];
|
|
464
|
-
exports.
|
|
503
|
+
exports.KeyUsage$ = KeyUsage$;
|
|
504
|
+
const ListCertificatesRequest$ = [3, n0, _LCR,
|
|
465
505
|
0,
|
|
466
506
|
[_CSe, _Inc, _NT, _MI, _SB, _SO],
|
|
467
|
-
[64 | 0, () =>
|
|
507
|
+
[64 | 0, () => Filters$, 0, 1, 0, 0]
|
|
468
508
|
];
|
|
469
|
-
exports.
|
|
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.
|
|
515
|
+
exports.ListCertificatesResponse$ = ListCertificatesResponse$;
|
|
516
|
+
const ListTagsForCertificateRequest$ = [3, n0, _LTFCR,
|
|
475
517
|
0,
|
|
476
518
|
[_CAe],
|
|
477
519
|
[0], 1
|
|
478
520
|
];
|
|
479
|
-
exports.
|
|
521
|
+
exports.ListTagsForCertificateRequest$ = ListTagsForCertificateRequest$;
|
|
522
|
+
const ListTagsForCertificateResponse$ = [3, n0, _LTFCRi,
|
|
480
523
|
0,
|
|
481
524
|
[_Ta],
|
|
482
525
|
[() => TagList]
|
|
483
526
|
];
|
|
484
|
-
exports.
|
|
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.
|
|
533
|
+
exports.OtherName$ = OtherName$;
|
|
534
|
+
const PutAccountConfigurationRequest$ = [3, n0, _PACR,
|
|
490
535
|
0,
|
|
491
536
|
[_IT, _EE],
|
|
492
|
-
[0, () =>
|
|
537
|
+
[0, () => ExpiryEventsConfiguration$], 1
|
|
493
538
|
];
|
|
494
|
-
exports.
|
|
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.
|
|
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.
|
|
551
|
+
exports.RenewalSummary$ = RenewalSummary$;
|
|
552
|
+
const RenewCertificateRequest$ = [3, n0, _RCR,
|
|
505
553
|
0,
|
|
506
554
|
[_CAe],
|
|
507
555
|
[0], 1
|
|
508
556
|
];
|
|
509
|
-
exports.
|
|
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, () =>
|
|
561
|
+
[0, 0, 64 | 0, 0, () => DomainValidationOptionList, () => CertificateOptions$, 0, () => TagList, 0, 0], 1
|
|
513
562
|
];
|
|
514
|
-
exports.
|
|
563
|
+
exports.RequestCertificateRequest$ = RequestCertificateRequest$;
|
|
564
|
+
const RequestCertificateResponse$ = [3, n0, _RCReq,
|
|
515
565
|
0,
|
|
516
566
|
[_CAe],
|
|
517
567
|
[0]
|
|
518
568
|
];
|
|
519
|
-
exports.
|
|
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.
|
|
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.
|
|
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.
|
|
587
|
+
exports.RevokeCertificateRequest$ = RevokeCertificateRequest$;
|
|
588
|
+
const RevokeCertificateResponse$ = [3, n0, _RCRevo,
|
|
535
589
|
0,
|
|
536
590
|
[_CAe],
|
|
537
591
|
[0]
|
|
538
592
|
];
|
|
539
|
-
exports.
|
|
593
|
+
exports.RevokeCertificateResponse$ = RevokeCertificateResponse$;
|
|
594
|
+
const SearchCertificatesRequest$ = [3, n0, _SCR,
|
|
540
595
|
0,
|
|
541
596
|
[_FS, _MR, _NT, _SB, _SO],
|
|
542
|
-
[() =>
|
|
597
|
+
[() => CertificateFilterStatement$, 1, 0, 0, 0]
|
|
543
598
|
];
|
|
544
|
-
exports.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
623
|
+
exports.TimestampRange$ = TimestampRange$;
|
|
624
|
+
const UpdateCertificateOptionsRequest$ = [3, n0, _UCOR,
|
|
565
625
|
0,
|
|
566
626
|
[_CAe, _O],
|
|
567
|
-
[0, () =>
|
|
627
|
+
[0, () => CertificateOptions$], 2
|
|
568
628
|
];
|
|
569
|
-
exports.
|
|
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
|
-
[() =>
|
|
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, () =>
|
|
638
|
+
0, () => CertificateFilterStatement$
|
|
577
639
|
];
|
|
578
640
|
var CertificateSearchResultList = [1, n0, _CSRL,
|
|
579
|
-
0, () =>
|
|
641
|
+
0, () => CertificateSearchResult$
|
|
580
642
|
];
|
|
581
643
|
var CertificateStatuses = 64 | 0;
|
|
582
644
|
var CertificateSummaryList = [1, n0, _CSL,
|
|
583
|
-
0, () =>
|
|
645
|
+
0, () => CertificateSummary$
|
|
584
646
|
];
|
|
585
647
|
var CustomAttributeList = [1, n0, _CAL,
|
|
586
|
-
0, () =>
|
|
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, () =>
|
|
653
|
+
0, () => DomainValidation$
|
|
592
654
|
];
|
|
593
655
|
var DomainValidationOptionList = [1, n0, _DVOL,
|
|
594
|
-
0, () =>
|
|
656
|
+
0, () => DomainValidationOption$
|
|
595
657
|
];
|
|
596
658
|
var ExtendedKeyUsageFilterList = 64 | 0;
|
|
597
659
|
var ExtendedKeyUsageList = [1, n0, _EKUL,
|
|
598
|
-
0, () =>
|
|
660
|
+
0, () => ExtendedKeyUsage$
|
|
599
661
|
];
|
|
600
662
|
var ExtendedKeyUsageNames = 64 | 0;
|
|
601
663
|
var GeneralNameList = [1, n0, _GNL,
|
|
602
|
-
0, () =>
|
|
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, () =>
|
|
670
|
+
0, () => KeyUsage$
|
|
609
671
|
];
|
|
610
672
|
var KeyUsageNames = 64 | 0;
|
|
611
673
|
var TagList = [1, n0, _TL,
|
|
612
|
-
0, () =>
|
|
674
|
+
0, () => Tag$
|
|
613
675
|
];
|
|
614
676
|
var ThrottlingReasonList = [1, n0, _TRL,
|
|
615
|
-
0, () =>
|
|
677
|
+
0, () => ThrottlingReason$
|
|
616
678
|
];
|
|
617
679
|
var ValidationEmailList = 64 | 0;
|
|
618
|
-
|
|
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.
|
|
685
|
+
exports.AcmCertificateMetadataFilter$ = AcmCertificateMetadataFilter$;
|
|
686
|
+
const CertificateFilter$ = [4, n0, _CF,
|
|
624
687
|
0,
|
|
625
688
|
[_CAe, _XAF, _ACMF],
|
|
626
|
-
[0, () =>
|
|
689
|
+
[0, () => X509AttributeFilter$, () => AcmCertificateMetadataFilter$]
|
|
627
690
|
];
|
|
628
|
-
exports.
|
|
691
|
+
exports.CertificateFilter$ = CertificateFilter$;
|
|
692
|
+
const CertificateFilterStatement$ = [4, n0, _CFS,
|
|
629
693
|
0,
|
|
630
694
|
[_A, _Or_, _No, _Fi],
|
|
631
|
-
[() => CertificateFilterStatementList, () => CertificateFilterStatementList, () =>
|
|
695
|
+
[() => CertificateFilterStatementList, () => CertificateFilterStatementList, () => CertificateFilterStatement$, () => CertificateFilter$]
|
|
632
696
|
];
|
|
633
|
-
exports.
|
|
697
|
+
exports.CertificateFilterStatement$ = CertificateFilterStatement$;
|
|
698
|
+
const CertificateMetadata$ = [4, n0, _CM,
|
|
634
699
|
0,
|
|
635
700
|
[_ACM],
|
|
636
|
-
[() =>
|
|
701
|
+
[() => AcmCertificateMetadata$]
|
|
637
702
|
];
|
|
638
|
-
exports.
|
|
703
|
+
exports.CertificateMetadata$ = CertificateMetadata$;
|
|
704
|
+
const GeneralName$ = [4, n0, _GNe,
|
|
639
705
|
0,
|
|
640
706
|
[_DNir, _DNn, _IAp, _ON, _RI, _RN, _URI],
|
|
641
|
-
[() =>
|
|
707
|
+
[() => DistinguishedName$, 0, 0, () => OtherName$, 0, 0, 0]
|
|
642
708
|
];
|
|
643
|
-
exports.
|
|
709
|
+
exports.GeneralName$ = GeneralName$;
|
|
710
|
+
const SubjectAlternativeNameFilter$ = [4, n0, _SANF,
|
|
644
711
|
0,
|
|
645
712
|
[_DNn],
|
|
646
|
-
[() =>
|
|
713
|
+
[() => DnsNameFilter$]
|
|
647
714
|
];
|
|
648
|
-
exports.
|
|
715
|
+
exports.SubjectAlternativeNameFilter$ = SubjectAlternativeNameFilter$;
|
|
716
|
+
const SubjectFilter$ = [4, n0, _SF,
|
|
649
717
|
0,
|
|
650
718
|
[_CN],
|
|
651
|
-
[() =>
|
|
719
|
+
[() => CommonNameFilter$]
|
|
652
720
|
];
|
|
653
|
-
exports.
|
|
721
|
+
exports.SubjectFilter$ = SubjectFilter$;
|
|
722
|
+
const X509AttributeFilter$ = [4, n0, _XAF,
|
|
654
723
|
0,
|
|
655
724
|
[_Su, _SANu, _EKUx, _KUe, _KA, _SN, _NA, _NB],
|
|
656
|
-
[() =>
|
|
725
|
+
[() => SubjectFilter$, () => SubjectAlternativeNameFilter$, 0, 0, 0, 0, () => TimestampRange$, () => TimestampRange$]
|
|
657
726
|
];
|
|
727
|
+
exports.X509AttributeFilter$ = X509AttributeFilter$;
|
|
658
728
|
exports.AddTagsToCertificate$ = [9, n0, _ATTC,
|
|
659
|
-
0, () =>
|
|
729
|
+
0, () => AddTagsToCertificateRequest$, () => __Unit
|
|
660
730
|
];
|
|
661
731
|
exports.DeleteCertificate$ = [9, n0, _DCe,
|
|
662
|
-
0, () =>
|
|
732
|
+
0, () => DeleteCertificateRequest$, () => __Unit
|
|
663
733
|
];
|
|
664
734
|
exports.DescribeCertificate$ = [9, n0, _DCes,
|
|
665
|
-
0, () =>
|
|
735
|
+
0, () => DescribeCertificateRequest$, () => DescribeCertificateResponse$
|
|
666
736
|
];
|
|
667
737
|
exports.ExportCertificate$ = [9, n0, _EC,
|
|
668
|
-
0, () =>
|
|
738
|
+
0, () => ExportCertificateRequest$, () => ExportCertificateResponse$
|
|
669
739
|
];
|
|
670
740
|
exports.GetAccountConfiguration$ = [9, n0, _GAC,
|
|
671
|
-
0, () => __Unit, () =>
|
|
741
|
+
0, () => __Unit, () => GetAccountConfigurationResponse$
|
|
672
742
|
];
|
|
673
743
|
exports.GetCertificate$ = [9, n0, _GC,
|
|
674
|
-
0, () =>
|
|
744
|
+
0, () => GetCertificateRequest$, () => GetCertificateResponse$
|
|
675
745
|
];
|
|
676
746
|
exports.ImportCertificate$ = [9, n0, _IC,
|
|
677
|
-
0, () =>
|
|
747
|
+
0, () => ImportCertificateRequest$, () => ImportCertificateResponse$
|
|
678
748
|
];
|
|
679
749
|
exports.ListCertificates$ = [9, n0, _LC,
|
|
680
|
-
0, () =>
|
|
750
|
+
0, () => ListCertificatesRequest$, () => ListCertificatesResponse$
|
|
681
751
|
];
|
|
682
752
|
exports.ListTagsForCertificate$ = [9, n0, _LTFC,
|
|
683
|
-
0, () =>
|
|
753
|
+
0, () => ListTagsForCertificateRequest$, () => ListTagsForCertificateResponse$
|
|
684
754
|
];
|
|
685
755
|
exports.PutAccountConfiguration$ = [9, n0, _PAC,
|
|
686
|
-
0, () =>
|
|
756
|
+
0, () => PutAccountConfigurationRequest$, () => __Unit
|
|
687
757
|
];
|
|
688
758
|
exports.RemoveTagsFromCertificate$ = [9, n0, _RTFC,
|
|
689
|
-
0, () =>
|
|
759
|
+
0, () => RemoveTagsFromCertificateRequest$, () => __Unit
|
|
690
760
|
];
|
|
691
761
|
exports.RenewCertificate$ = [9, n0, _RC,
|
|
692
|
-
0, () =>
|
|
762
|
+
0, () => RenewCertificateRequest$, () => __Unit
|
|
693
763
|
];
|
|
694
764
|
exports.RequestCertificate$ = [9, n0, _RCe,
|
|
695
|
-
0, () =>
|
|
765
|
+
0, () => RequestCertificateRequest$, () => RequestCertificateResponse$
|
|
696
766
|
];
|
|
697
767
|
exports.ResendValidationEmail$ = [9, n0, _RVE,
|
|
698
|
-
0, () =>
|
|
768
|
+
0, () => ResendValidationEmailRequest$, () => __Unit
|
|
699
769
|
];
|
|
700
770
|
exports.RevokeCertificate$ = [9, n0, _RCev,
|
|
701
|
-
0, () =>
|
|
771
|
+
0, () => RevokeCertificateRequest$, () => RevokeCertificateResponse$
|
|
702
772
|
];
|
|
703
773
|
exports.SearchCertificates$ = [9, n0, _SC,
|
|
704
|
-
0, () =>
|
|
774
|
+
0, () => SearchCertificatesRequest$, () => SearchCertificatesResponse$
|
|
705
775
|
];
|
|
706
776
|
exports.UpdateCertificateOptions$ = [9, n0, _UCO,
|
|
707
|
-
0, () =>
|
|
777
|
+
0, () => UpdateCertificateOptionsRequest$, () => __Unit
|
|
708
778
|
];
|