@aws-sdk/client-acm-pca 3.721.0 → 3.723.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +223 -174
- package/dist-es/ACMPCAClient.js +1 -0
- package/dist-es/models/models_0.js +38 -38
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +44 -44
package/dist-cjs/index.js
CHANGED
|
@@ -192,7 +192,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
192
192
|
}, "resolveRuntimeExtensions");
|
|
193
193
|
|
|
194
194
|
// src/ACMPCAClient.ts
|
|
195
|
-
var
|
|
195
|
+
var ACMPCAClient = class extends import_smithy_client.Client {
|
|
196
|
+
static {
|
|
197
|
+
__name(this, "ACMPCAClient");
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* The resolved configuration of ACMPCAClient class. This is resolved and normalized from the {@link ACMPCAClientConfig | constructor configuration interface}.
|
|
201
|
+
*/
|
|
202
|
+
config;
|
|
196
203
|
constructor(...[configuration]) {
|
|
197
204
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
198
205
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -202,7 +209,7 @@ var _ACMPCAClient = class _ACMPCAClient extends import_smithy_client.Client {
|
|
|
202
209
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
203
210
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
204
211
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
205
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
212
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
206
213
|
super(_config_8);
|
|
207
214
|
this.config = _config_8;
|
|
208
215
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -230,8 +237,6 @@ var _ACMPCAClient = class _ACMPCAClient extends import_smithy_client.Client {
|
|
|
230
237
|
super.destroy();
|
|
231
238
|
}
|
|
232
239
|
};
|
|
233
|
-
__name(_ACMPCAClient, "ACMPCAClient");
|
|
234
|
-
var ACMPCAClient = _ACMPCAClient;
|
|
235
240
|
|
|
236
241
|
// src/ACMPCA.ts
|
|
237
242
|
|
|
@@ -248,7 +253,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
248
253
|
|
|
249
254
|
// src/models/ACMPCAServiceException.ts
|
|
250
255
|
|
|
251
|
-
var
|
|
256
|
+
var ACMPCAServiceException = class _ACMPCAServiceException extends import_smithy_client.ServiceException {
|
|
257
|
+
static {
|
|
258
|
+
__name(this, "ACMPCAServiceException");
|
|
259
|
+
}
|
|
252
260
|
/**
|
|
253
261
|
* @internal
|
|
254
262
|
*/
|
|
@@ -257,8 +265,6 @@ var _ACMPCAServiceException = class _ACMPCAServiceException extends import_smith
|
|
|
257
265
|
Object.setPrototypeOf(this, _ACMPCAServiceException.prototype);
|
|
258
266
|
}
|
|
259
267
|
};
|
|
260
|
-
__name(_ACMPCAServiceException, "ACMPCAServiceException");
|
|
261
|
-
var ACMPCAServiceException = _ACMPCAServiceException;
|
|
262
268
|
|
|
263
269
|
// src/models/models_0.ts
|
|
264
270
|
var AccessMethodType = {
|
|
@@ -299,7 +305,12 @@ var CertificateAuthorityUsageMode = {
|
|
|
299
305
|
GENERAL_PURPOSE: "GENERAL_PURPOSE",
|
|
300
306
|
SHORT_LIVED_CERTIFICATE: "SHORT_LIVED_CERTIFICATE"
|
|
301
307
|
};
|
|
302
|
-
var
|
|
308
|
+
var InvalidArgsException = class _InvalidArgsException extends ACMPCAServiceException {
|
|
309
|
+
static {
|
|
310
|
+
__name(this, "InvalidArgsException");
|
|
311
|
+
}
|
|
312
|
+
name = "InvalidArgsException";
|
|
313
|
+
$fault = "client";
|
|
303
314
|
/**
|
|
304
315
|
* @internal
|
|
305
316
|
*/
|
|
@@ -309,14 +320,15 @@ var _InvalidArgsException = class _InvalidArgsException extends ACMPCAServiceExc
|
|
|
309
320
|
$fault: "client",
|
|
310
321
|
...opts
|
|
311
322
|
});
|
|
312
|
-
this.name = "InvalidArgsException";
|
|
313
|
-
this.$fault = "client";
|
|
314
323
|
Object.setPrototypeOf(this, _InvalidArgsException.prototype);
|
|
315
324
|
}
|
|
316
325
|
};
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
326
|
+
var InvalidPolicyException = class _InvalidPolicyException extends ACMPCAServiceException {
|
|
327
|
+
static {
|
|
328
|
+
__name(this, "InvalidPolicyException");
|
|
329
|
+
}
|
|
330
|
+
name = "InvalidPolicyException";
|
|
331
|
+
$fault = "client";
|
|
320
332
|
/**
|
|
321
333
|
* @internal
|
|
322
334
|
*/
|
|
@@ -326,14 +338,15 @@ var _InvalidPolicyException = class _InvalidPolicyException extends ACMPCAServic
|
|
|
326
338
|
$fault: "client",
|
|
327
339
|
...opts
|
|
328
340
|
});
|
|
329
|
-
this.name = "InvalidPolicyException";
|
|
330
|
-
this.$fault = "client";
|
|
331
341
|
Object.setPrototypeOf(this, _InvalidPolicyException.prototype);
|
|
332
342
|
}
|
|
333
343
|
};
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
344
|
+
var InvalidTagException = class _InvalidTagException extends ACMPCAServiceException {
|
|
345
|
+
static {
|
|
346
|
+
__name(this, "InvalidTagException");
|
|
347
|
+
}
|
|
348
|
+
name = "InvalidTagException";
|
|
349
|
+
$fault = "client";
|
|
337
350
|
/**
|
|
338
351
|
* @internal
|
|
339
352
|
*/
|
|
@@ -343,14 +356,15 @@ var _InvalidTagException = class _InvalidTagException extends ACMPCAServiceExcep
|
|
|
343
356
|
$fault: "client",
|
|
344
357
|
...opts
|
|
345
358
|
});
|
|
346
|
-
this.name = "InvalidTagException";
|
|
347
|
-
this.$fault = "client";
|
|
348
359
|
Object.setPrototypeOf(this, _InvalidTagException.prototype);
|
|
349
360
|
}
|
|
350
361
|
};
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
362
|
+
var LimitExceededException = class _LimitExceededException extends ACMPCAServiceException {
|
|
363
|
+
static {
|
|
364
|
+
__name(this, "LimitExceededException");
|
|
365
|
+
}
|
|
366
|
+
name = "LimitExceededException";
|
|
367
|
+
$fault = "client";
|
|
354
368
|
/**
|
|
355
369
|
* @internal
|
|
356
370
|
*/
|
|
@@ -360,18 +374,19 @@ var _LimitExceededException = class _LimitExceededException extends ACMPCAServic
|
|
|
360
374
|
$fault: "client",
|
|
361
375
|
...opts
|
|
362
376
|
});
|
|
363
|
-
this.name = "LimitExceededException";
|
|
364
|
-
this.$fault = "client";
|
|
365
377
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
366
378
|
}
|
|
367
379
|
};
|
|
368
|
-
__name(_LimitExceededException, "LimitExceededException");
|
|
369
|
-
var LimitExceededException = _LimitExceededException;
|
|
370
380
|
var AuditReportResponseFormat = {
|
|
371
381
|
CSV: "CSV",
|
|
372
382
|
JSON: "JSON"
|
|
373
383
|
};
|
|
374
|
-
var
|
|
384
|
+
var InvalidArnException = class _InvalidArnException extends ACMPCAServiceException {
|
|
385
|
+
static {
|
|
386
|
+
__name(this, "InvalidArnException");
|
|
387
|
+
}
|
|
388
|
+
name = "InvalidArnException";
|
|
389
|
+
$fault = "client";
|
|
375
390
|
/**
|
|
376
391
|
* @internal
|
|
377
392
|
*/
|
|
@@ -381,14 +396,15 @@ var _InvalidArnException = class _InvalidArnException extends ACMPCAServiceExcep
|
|
|
381
396
|
$fault: "client",
|
|
382
397
|
...opts
|
|
383
398
|
});
|
|
384
|
-
this.name = "InvalidArnException";
|
|
385
|
-
this.$fault = "client";
|
|
386
399
|
Object.setPrototypeOf(this, _InvalidArnException.prototype);
|
|
387
400
|
}
|
|
388
401
|
};
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
402
|
+
var InvalidStateException = class _InvalidStateException extends ACMPCAServiceException {
|
|
403
|
+
static {
|
|
404
|
+
__name(this, "InvalidStateException");
|
|
405
|
+
}
|
|
406
|
+
name = "InvalidStateException";
|
|
407
|
+
$fault = "client";
|
|
392
408
|
/**
|
|
393
409
|
* @internal
|
|
394
410
|
*/
|
|
@@ -398,14 +414,15 @@ var _InvalidStateException = class _InvalidStateException extends ACMPCAServiceE
|
|
|
398
414
|
$fault: "client",
|
|
399
415
|
...opts
|
|
400
416
|
});
|
|
401
|
-
this.name = "InvalidStateException";
|
|
402
|
-
this.$fault = "client";
|
|
403
417
|
Object.setPrototypeOf(this, _InvalidStateException.prototype);
|
|
404
418
|
}
|
|
405
419
|
};
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
420
|
+
var RequestFailedException = class _RequestFailedException extends ACMPCAServiceException {
|
|
421
|
+
static {
|
|
422
|
+
__name(this, "RequestFailedException");
|
|
423
|
+
}
|
|
424
|
+
name = "RequestFailedException";
|
|
425
|
+
$fault = "client";
|
|
409
426
|
/**
|
|
410
427
|
* @internal
|
|
411
428
|
*/
|
|
@@ -415,14 +432,15 @@ var _RequestFailedException = class _RequestFailedException extends ACMPCAServic
|
|
|
415
432
|
$fault: "client",
|
|
416
433
|
...opts
|
|
417
434
|
});
|
|
418
|
-
this.name = "RequestFailedException";
|
|
419
|
-
this.$fault = "client";
|
|
420
435
|
Object.setPrototypeOf(this, _RequestFailedException.prototype);
|
|
421
436
|
}
|
|
422
437
|
};
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
438
|
+
var RequestInProgressException = class _RequestInProgressException extends ACMPCAServiceException {
|
|
439
|
+
static {
|
|
440
|
+
__name(this, "RequestInProgressException");
|
|
441
|
+
}
|
|
442
|
+
name = "RequestInProgressException";
|
|
443
|
+
$fault = "client";
|
|
426
444
|
/**
|
|
427
445
|
* @internal
|
|
428
446
|
*/
|
|
@@ -432,14 +450,15 @@ var _RequestInProgressException = class _RequestInProgressException extends ACMP
|
|
|
432
450
|
$fault: "client",
|
|
433
451
|
...opts
|
|
434
452
|
});
|
|
435
|
-
this.name = "RequestInProgressException";
|
|
436
|
-
this.$fault = "client";
|
|
437
453
|
Object.setPrototypeOf(this, _RequestInProgressException.prototype);
|
|
438
454
|
}
|
|
439
455
|
};
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
456
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends ACMPCAServiceException {
|
|
457
|
+
static {
|
|
458
|
+
__name(this, "ResourceNotFoundException");
|
|
459
|
+
}
|
|
460
|
+
name = "ResourceNotFoundException";
|
|
461
|
+
$fault = "client";
|
|
443
462
|
/**
|
|
444
463
|
* @internal
|
|
445
464
|
*/
|
|
@@ -449,19 +468,20 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends ACMPCA
|
|
|
449
468
|
$fault: "client",
|
|
450
469
|
...opts
|
|
451
470
|
});
|
|
452
|
-
this.name = "ResourceNotFoundException";
|
|
453
|
-
this.$fault = "client";
|
|
454
471
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
455
472
|
}
|
|
456
473
|
};
|
|
457
|
-
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
458
|
-
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
459
474
|
var ActionType = {
|
|
460
475
|
GetCertificate: "GetCertificate",
|
|
461
476
|
IssueCertificate: "IssueCertificate",
|
|
462
477
|
ListPermissions: "ListPermissions"
|
|
463
478
|
};
|
|
464
|
-
var
|
|
479
|
+
var PermissionAlreadyExistsException = class _PermissionAlreadyExistsException extends ACMPCAServiceException {
|
|
480
|
+
static {
|
|
481
|
+
__name(this, "PermissionAlreadyExistsException");
|
|
482
|
+
}
|
|
483
|
+
name = "PermissionAlreadyExistsException";
|
|
484
|
+
$fault = "client";
|
|
465
485
|
/**
|
|
466
486
|
* @internal
|
|
467
487
|
*/
|
|
@@ -471,14 +491,15 @@ var _PermissionAlreadyExistsException = class _PermissionAlreadyExistsException
|
|
|
471
491
|
$fault: "client",
|
|
472
492
|
...opts
|
|
473
493
|
});
|
|
474
|
-
this.name = "PermissionAlreadyExistsException";
|
|
475
|
-
this.$fault = "client";
|
|
476
494
|
Object.setPrototypeOf(this, _PermissionAlreadyExistsException.prototype);
|
|
477
495
|
}
|
|
478
496
|
};
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
497
|
+
var ConcurrentModificationException = class _ConcurrentModificationException extends ACMPCAServiceException {
|
|
498
|
+
static {
|
|
499
|
+
__name(this, "ConcurrentModificationException");
|
|
500
|
+
}
|
|
501
|
+
name = "ConcurrentModificationException";
|
|
502
|
+
$fault = "client";
|
|
482
503
|
/**
|
|
483
504
|
* @internal
|
|
484
505
|
*/
|
|
@@ -488,14 +509,15 @@ var _ConcurrentModificationException = class _ConcurrentModificationException ex
|
|
|
488
509
|
$fault: "client",
|
|
489
510
|
...opts
|
|
490
511
|
});
|
|
491
|
-
this.name = "ConcurrentModificationException";
|
|
492
|
-
this.$fault = "client";
|
|
493
512
|
Object.setPrototypeOf(this, _ConcurrentModificationException.prototype);
|
|
494
513
|
}
|
|
495
514
|
};
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
515
|
+
var LockoutPreventedException = class _LockoutPreventedException extends ACMPCAServiceException {
|
|
516
|
+
static {
|
|
517
|
+
__name(this, "LockoutPreventedException");
|
|
518
|
+
}
|
|
519
|
+
name = "LockoutPreventedException";
|
|
520
|
+
$fault = "client";
|
|
499
521
|
/**
|
|
500
522
|
* @internal
|
|
501
523
|
*/
|
|
@@ -505,13 +527,9 @@ var _LockoutPreventedException = class _LockoutPreventedException extends ACMPCA
|
|
|
505
527
|
$fault: "client",
|
|
506
528
|
...opts
|
|
507
529
|
});
|
|
508
|
-
this.name = "LockoutPreventedException";
|
|
509
|
-
this.$fault = "client";
|
|
510
530
|
Object.setPrototypeOf(this, _LockoutPreventedException.prototype);
|
|
511
531
|
}
|
|
512
532
|
};
|
|
513
|
-
__name(_LockoutPreventedException, "LockoutPreventedException");
|
|
514
|
-
var LockoutPreventedException = _LockoutPreventedException;
|
|
515
533
|
var FailureReason = {
|
|
516
534
|
OTHER: "OTHER",
|
|
517
535
|
REQUEST_TIMED_OUT: "REQUEST_TIMED_OUT",
|
|
@@ -531,7 +549,12 @@ var AuditReportStatus = {
|
|
|
531
549
|
FAILED: "FAILED",
|
|
532
550
|
SUCCESS: "SUCCESS"
|
|
533
551
|
};
|
|
534
|
-
var
|
|
552
|
+
var CertificateMismatchException = class _CertificateMismatchException extends ACMPCAServiceException {
|
|
553
|
+
static {
|
|
554
|
+
__name(this, "CertificateMismatchException");
|
|
555
|
+
}
|
|
556
|
+
name = "CertificateMismatchException";
|
|
557
|
+
$fault = "client";
|
|
535
558
|
/**
|
|
536
559
|
* @internal
|
|
537
560
|
*/
|
|
@@ -541,14 +564,15 @@ var _CertificateMismatchException = class _CertificateMismatchException extends
|
|
|
541
564
|
$fault: "client",
|
|
542
565
|
...opts
|
|
543
566
|
});
|
|
544
|
-
this.name = "CertificateMismatchException";
|
|
545
|
-
this.$fault = "client";
|
|
546
567
|
Object.setPrototypeOf(this, _CertificateMismatchException.prototype);
|
|
547
568
|
}
|
|
548
569
|
};
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
570
|
+
var InvalidRequestException = class _InvalidRequestException extends ACMPCAServiceException {
|
|
571
|
+
static {
|
|
572
|
+
__name(this, "InvalidRequestException");
|
|
573
|
+
}
|
|
574
|
+
name = "InvalidRequestException";
|
|
575
|
+
$fault = "client";
|
|
552
576
|
/**
|
|
553
577
|
* @internal
|
|
554
578
|
*/
|
|
@@ -558,14 +582,15 @@ var _InvalidRequestException = class _InvalidRequestException extends ACMPCAServ
|
|
|
558
582
|
$fault: "client",
|
|
559
583
|
...opts
|
|
560
584
|
});
|
|
561
|
-
this.name = "InvalidRequestException";
|
|
562
|
-
this.$fault = "client";
|
|
563
585
|
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
564
586
|
}
|
|
565
587
|
};
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
588
|
+
var MalformedCertificateException = class _MalformedCertificateException extends ACMPCAServiceException {
|
|
589
|
+
static {
|
|
590
|
+
__name(this, "MalformedCertificateException");
|
|
591
|
+
}
|
|
592
|
+
name = "MalformedCertificateException";
|
|
593
|
+
$fault = "client";
|
|
569
594
|
/**
|
|
570
595
|
* @internal
|
|
571
596
|
*/
|
|
@@ -575,13 +600,9 @@ var _MalformedCertificateException = class _MalformedCertificateException extend
|
|
|
575
600
|
$fault: "client",
|
|
576
601
|
...opts
|
|
577
602
|
});
|
|
578
|
-
this.name = "MalformedCertificateException";
|
|
579
|
-
this.$fault = "client";
|
|
580
603
|
Object.setPrototypeOf(this, _MalformedCertificateException.prototype);
|
|
581
604
|
}
|
|
582
605
|
};
|
|
583
|
-
__name(_MalformedCertificateException, "MalformedCertificateException");
|
|
584
|
-
var MalformedCertificateException = _MalformedCertificateException;
|
|
585
606
|
var PolicyQualifierId = {
|
|
586
607
|
CPS: "CPS"
|
|
587
608
|
};
|
|
@@ -603,7 +624,12 @@ var ValidityPeriodType = {
|
|
|
603
624
|
MONTHS: "MONTHS",
|
|
604
625
|
YEARS: "YEARS"
|
|
605
626
|
};
|
|
606
|
-
var
|
|
627
|
+
var MalformedCSRException = class _MalformedCSRException extends ACMPCAServiceException {
|
|
628
|
+
static {
|
|
629
|
+
__name(this, "MalformedCSRException");
|
|
630
|
+
}
|
|
631
|
+
name = "MalformedCSRException";
|
|
632
|
+
$fault = "client";
|
|
607
633
|
/**
|
|
608
634
|
* @internal
|
|
609
635
|
*/
|
|
@@ -613,14 +639,15 @@ var _MalformedCSRException = class _MalformedCSRException extends ACMPCAServiceE
|
|
|
613
639
|
$fault: "client",
|
|
614
640
|
...opts
|
|
615
641
|
});
|
|
616
|
-
this.name = "MalformedCSRException";
|
|
617
|
-
this.$fault = "client";
|
|
618
642
|
Object.setPrototypeOf(this, _MalformedCSRException.prototype);
|
|
619
643
|
}
|
|
620
644
|
};
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
645
|
+
var InvalidNextTokenException = class _InvalidNextTokenException extends ACMPCAServiceException {
|
|
646
|
+
static {
|
|
647
|
+
__name(this, "InvalidNextTokenException");
|
|
648
|
+
}
|
|
649
|
+
name = "InvalidNextTokenException";
|
|
650
|
+
$fault = "client";
|
|
624
651
|
/**
|
|
625
652
|
* @internal
|
|
626
653
|
*/
|
|
@@ -630,18 +657,19 @@ var _InvalidNextTokenException = class _InvalidNextTokenException extends ACMPCA
|
|
|
630
657
|
$fault: "client",
|
|
631
658
|
...opts
|
|
632
659
|
});
|
|
633
|
-
this.name = "InvalidNextTokenException";
|
|
634
|
-
this.$fault = "client";
|
|
635
660
|
Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
|
|
636
661
|
}
|
|
637
662
|
};
|
|
638
|
-
__name(_InvalidNextTokenException, "InvalidNextTokenException");
|
|
639
|
-
var InvalidNextTokenException = _InvalidNextTokenException;
|
|
640
663
|
var ResourceOwner = {
|
|
641
664
|
OTHER_ACCOUNTS: "OTHER_ACCOUNTS",
|
|
642
665
|
SELF: "SELF"
|
|
643
666
|
};
|
|
644
|
-
var
|
|
667
|
+
var RequestAlreadyProcessedException = class _RequestAlreadyProcessedException extends ACMPCAServiceException {
|
|
668
|
+
static {
|
|
669
|
+
__name(this, "RequestAlreadyProcessedException");
|
|
670
|
+
}
|
|
671
|
+
name = "RequestAlreadyProcessedException";
|
|
672
|
+
$fault = "client";
|
|
645
673
|
/**
|
|
646
674
|
* @internal
|
|
647
675
|
*/
|
|
@@ -651,13 +679,9 @@ var _RequestAlreadyProcessedException = class _RequestAlreadyProcessedException
|
|
|
651
679
|
$fault: "client",
|
|
652
680
|
...opts
|
|
653
681
|
});
|
|
654
|
-
this.name = "RequestAlreadyProcessedException";
|
|
655
|
-
this.$fault = "client";
|
|
656
682
|
Object.setPrototypeOf(this, _RequestAlreadyProcessedException.prototype);
|
|
657
683
|
}
|
|
658
684
|
};
|
|
659
|
-
__name(_RequestAlreadyProcessedException, "RequestAlreadyProcessedException");
|
|
660
|
-
var RequestAlreadyProcessedException = _RequestAlreadyProcessedException;
|
|
661
685
|
var RevocationReason = {
|
|
662
686
|
AFFILIATION_CHANGED: "AFFILIATION_CHANGED",
|
|
663
687
|
A_A_COMPROMISE: "A_A_COMPROMISE",
|
|
@@ -668,7 +692,12 @@ var RevocationReason = {
|
|
|
668
692
|
SUPERSEDED: "SUPERSEDED",
|
|
669
693
|
UNSPECIFIED: "UNSPECIFIED"
|
|
670
694
|
};
|
|
671
|
-
var
|
|
695
|
+
var TooManyTagsException = class _TooManyTagsException extends ACMPCAServiceException {
|
|
696
|
+
static {
|
|
697
|
+
__name(this, "TooManyTagsException");
|
|
698
|
+
}
|
|
699
|
+
name = "TooManyTagsException";
|
|
700
|
+
$fault = "client";
|
|
672
701
|
/**
|
|
673
702
|
* @internal
|
|
674
703
|
*/
|
|
@@ -678,13 +707,9 @@ var _TooManyTagsException = class _TooManyTagsException extends ACMPCAServiceExc
|
|
|
678
707
|
$fault: "client",
|
|
679
708
|
...opts
|
|
680
709
|
});
|
|
681
|
-
this.name = "TooManyTagsException";
|
|
682
|
-
this.$fault = "client";
|
|
683
710
|
Object.setPrototypeOf(this, _TooManyTagsException.prototype);
|
|
684
711
|
}
|
|
685
712
|
};
|
|
686
|
-
__name(_TooManyTagsException, "TooManyTagsException");
|
|
687
|
-
var TooManyTagsException = _TooManyTagsException;
|
|
688
713
|
|
|
689
714
|
// src/protocols/Aws_json1_1.ts
|
|
690
715
|
var se_CreateCertificateAuthorityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1454,323 +1479,346 @@ function sharedHeaders(operation) {
|
|
|
1454
1479
|
__name(sharedHeaders, "sharedHeaders");
|
|
1455
1480
|
|
|
1456
1481
|
// src/commands/CreateCertificateAuthorityAuditReportCommand.ts
|
|
1457
|
-
var
|
|
1482
|
+
var CreateCertificateAuthorityAuditReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1458
1483
|
return [
|
|
1459
1484
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1460
1485
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1461
1486
|
];
|
|
1462
1487
|
}).s("ACMPrivateCA", "CreateCertificateAuthorityAuditReport", {}).n("ACMPCAClient", "CreateCertificateAuthorityAuditReportCommand").f(void 0, void 0).ser(se_CreateCertificateAuthorityAuditReportCommand).de(de_CreateCertificateAuthorityAuditReportCommand).build() {
|
|
1488
|
+
static {
|
|
1489
|
+
__name(this, "CreateCertificateAuthorityAuditReportCommand");
|
|
1490
|
+
}
|
|
1463
1491
|
};
|
|
1464
|
-
__name(_CreateCertificateAuthorityAuditReportCommand, "CreateCertificateAuthorityAuditReportCommand");
|
|
1465
|
-
var CreateCertificateAuthorityAuditReportCommand = _CreateCertificateAuthorityAuditReportCommand;
|
|
1466
1492
|
|
|
1467
1493
|
// src/commands/CreateCertificateAuthorityCommand.ts
|
|
1468
1494
|
|
|
1469
1495
|
|
|
1470
1496
|
|
|
1471
|
-
var
|
|
1497
|
+
var CreateCertificateAuthorityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1472
1498
|
return [
|
|
1473
1499
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1474
1500
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1475
1501
|
];
|
|
1476
1502
|
}).s("ACMPrivateCA", "CreateCertificateAuthority", {}).n("ACMPCAClient", "CreateCertificateAuthorityCommand").f(void 0, void 0).ser(se_CreateCertificateAuthorityCommand).de(de_CreateCertificateAuthorityCommand).build() {
|
|
1503
|
+
static {
|
|
1504
|
+
__name(this, "CreateCertificateAuthorityCommand");
|
|
1505
|
+
}
|
|
1477
1506
|
};
|
|
1478
|
-
__name(_CreateCertificateAuthorityCommand, "CreateCertificateAuthorityCommand");
|
|
1479
|
-
var CreateCertificateAuthorityCommand = _CreateCertificateAuthorityCommand;
|
|
1480
1507
|
|
|
1481
1508
|
// src/commands/CreatePermissionCommand.ts
|
|
1482
1509
|
|
|
1483
1510
|
|
|
1484
1511
|
|
|
1485
|
-
var
|
|
1512
|
+
var CreatePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1486
1513
|
return [
|
|
1487
1514
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1488
1515
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1489
1516
|
];
|
|
1490
1517
|
}).s("ACMPrivateCA", "CreatePermission", {}).n("ACMPCAClient", "CreatePermissionCommand").f(void 0, void 0).ser(se_CreatePermissionCommand).de(de_CreatePermissionCommand).build() {
|
|
1518
|
+
static {
|
|
1519
|
+
__name(this, "CreatePermissionCommand");
|
|
1520
|
+
}
|
|
1491
1521
|
};
|
|
1492
|
-
__name(_CreatePermissionCommand, "CreatePermissionCommand");
|
|
1493
|
-
var CreatePermissionCommand = _CreatePermissionCommand;
|
|
1494
1522
|
|
|
1495
1523
|
// src/commands/DeleteCertificateAuthorityCommand.ts
|
|
1496
1524
|
|
|
1497
1525
|
|
|
1498
1526
|
|
|
1499
|
-
var
|
|
1527
|
+
var DeleteCertificateAuthorityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1500
1528
|
return [
|
|
1501
1529
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1502
1530
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1503
1531
|
];
|
|
1504
1532
|
}).s("ACMPrivateCA", "DeleteCertificateAuthority", {}).n("ACMPCAClient", "DeleteCertificateAuthorityCommand").f(void 0, void 0).ser(se_DeleteCertificateAuthorityCommand).de(de_DeleteCertificateAuthorityCommand).build() {
|
|
1533
|
+
static {
|
|
1534
|
+
__name(this, "DeleteCertificateAuthorityCommand");
|
|
1535
|
+
}
|
|
1505
1536
|
};
|
|
1506
|
-
__name(_DeleteCertificateAuthorityCommand, "DeleteCertificateAuthorityCommand");
|
|
1507
|
-
var DeleteCertificateAuthorityCommand = _DeleteCertificateAuthorityCommand;
|
|
1508
1537
|
|
|
1509
1538
|
// src/commands/DeletePermissionCommand.ts
|
|
1510
1539
|
|
|
1511
1540
|
|
|
1512
1541
|
|
|
1513
|
-
var
|
|
1542
|
+
var DeletePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1514
1543
|
return [
|
|
1515
1544
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1516
1545
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1517
1546
|
];
|
|
1518
1547
|
}).s("ACMPrivateCA", "DeletePermission", {}).n("ACMPCAClient", "DeletePermissionCommand").f(void 0, void 0).ser(se_DeletePermissionCommand).de(de_DeletePermissionCommand).build() {
|
|
1548
|
+
static {
|
|
1549
|
+
__name(this, "DeletePermissionCommand");
|
|
1550
|
+
}
|
|
1519
1551
|
};
|
|
1520
|
-
__name(_DeletePermissionCommand, "DeletePermissionCommand");
|
|
1521
|
-
var DeletePermissionCommand = _DeletePermissionCommand;
|
|
1522
1552
|
|
|
1523
1553
|
// src/commands/DeletePolicyCommand.ts
|
|
1524
1554
|
|
|
1525
1555
|
|
|
1526
1556
|
|
|
1527
|
-
var
|
|
1557
|
+
var DeletePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1528
1558
|
return [
|
|
1529
1559
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1530
1560
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1531
1561
|
];
|
|
1532
1562
|
}).s("ACMPrivateCA", "DeletePolicy", {}).n("ACMPCAClient", "DeletePolicyCommand").f(void 0, void 0).ser(se_DeletePolicyCommand).de(de_DeletePolicyCommand).build() {
|
|
1563
|
+
static {
|
|
1564
|
+
__name(this, "DeletePolicyCommand");
|
|
1565
|
+
}
|
|
1533
1566
|
};
|
|
1534
|
-
__name(_DeletePolicyCommand, "DeletePolicyCommand");
|
|
1535
|
-
var DeletePolicyCommand = _DeletePolicyCommand;
|
|
1536
1567
|
|
|
1537
1568
|
// src/commands/DescribeCertificateAuthorityAuditReportCommand.ts
|
|
1538
1569
|
|
|
1539
1570
|
|
|
1540
1571
|
|
|
1541
|
-
var
|
|
1572
|
+
var DescribeCertificateAuthorityAuditReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1542
1573
|
return [
|
|
1543
1574
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1544
1575
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1545
1576
|
];
|
|
1546
1577
|
}).s("ACMPrivateCA", "DescribeCertificateAuthorityAuditReport", {}).n("ACMPCAClient", "DescribeCertificateAuthorityAuditReportCommand").f(void 0, void 0).ser(se_DescribeCertificateAuthorityAuditReportCommand).de(de_DescribeCertificateAuthorityAuditReportCommand).build() {
|
|
1578
|
+
static {
|
|
1579
|
+
__name(this, "DescribeCertificateAuthorityAuditReportCommand");
|
|
1580
|
+
}
|
|
1547
1581
|
};
|
|
1548
|
-
__name(_DescribeCertificateAuthorityAuditReportCommand, "DescribeCertificateAuthorityAuditReportCommand");
|
|
1549
|
-
var DescribeCertificateAuthorityAuditReportCommand = _DescribeCertificateAuthorityAuditReportCommand;
|
|
1550
1582
|
|
|
1551
1583
|
// src/commands/DescribeCertificateAuthorityCommand.ts
|
|
1552
1584
|
|
|
1553
1585
|
|
|
1554
1586
|
|
|
1555
|
-
var
|
|
1587
|
+
var DescribeCertificateAuthorityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1556
1588
|
return [
|
|
1557
1589
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1558
1590
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1559
1591
|
];
|
|
1560
1592
|
}).s("ACMPrivateCA", "DescribeCertificateAuthority", {}).n("ACMPCAClient", "DescribeCertificateAuthorityCommand").f(void 0, void 0).ser(se_DescribeCertificateAuthorityCommand).de(de_DescribeCertificateAuthorityCommand).build() {
|
|
1593
|
+
static {
|
|
1594
|
+
__name(this, "DescribeCertificateAuthorityCommand");
|
|
1595
|
+
}
|
|
1561
1596
|
};
|
|
1562
|
-
__name(_DescribeCertificateAuthorityCommand, "DescribeCertificateAuthorityCommand");
|
|
1563
|
-
var DescribeCertificateAuthorityCommand = _DescribeCertificateAuthorityCommand;
|
|
1564
1597
|
|
|
1565
1598
|
// src/commands/GetCertificateAuthorityCertificateCommand.ts
|
|
1566
1599
|
|
|
1567
1600
|
|
|
1568
1601
|
|
|
1569
|
-
var
|
|
1602
|
+
var GetCertificateAuthorityCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1570
1603
|
return [
|
|
1571
1604
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1572
1605
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1573
1606
|
];
|
|
1574
1607
|
}).s("ACMPrivateCA", "GetCertificateAuthorityCertificate", {}).n("ACMPCAClient", "GetCertificateAuthorityCertificateCommand").f(void 0, void 0).ser(se_GetCertificateAuthorityCertificateCommand).de(de_GetCertificateAuthorityCertificateCommand).build() {
|
|
1608
|
+
static {
|
|
1609
|
+
__name(this, "GetCertificateAuthorityCertificateCommand");
|
|
1610
|
+
}
|
|
1575
1611
|
};
|
|
1576
|
-
__name(_GetCertificateAuthorityCertificateCommand, "GetCertificateAuthorityCertificateCommand");
|
|
1577
|
-
var GetCertificateAuthorityCertificateCommand = _GetCertificateAuthorityCertificateCommand;
|
|
1578
1612
|
|
|
1579
1613
|
// src/commands/GetCertificateAuthorityCsrCommand.ts
|
|
1580
1614
|
|
|
1581
1615
|
|
|
1582
1616
|
|
|
1583
|
-
var
|
|
1617
|
+
var GetCertificateAuthorityCsrCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1584
1618
|
return [
|
|
1585
1619
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1586
1620
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1587
1621
|
];
|
|
1588
1622
|
}).s("ACMPrivateCA", "GetCertificateAuthorityCsr", {}).n("ACMPCAClient", "GetCertificateAuthorityCsrCommand").f(void 0, void 0).ser(se_GetCertificateAuthorityCsrCommand).de(de_GetCertificateAuthorityCsrCommand).build() {
|
|
1623
|
+
static {
|
|
1624
|
+
__name(this, "GetCertificateAuthorityCsrCommand");
|
|
1625
|
+
}
|
|
1589
1626
|
};
|
|
1590
|
-
__name(_GetCertificateAuthorityCsrCommand, "GetCertificateAuthorityCsrCommand");
|
|
1591
|
-
var GetCertificateAuthorityCsrCommand = _GetCertificateAuthorityCsrCommand;
|
|
1592
1627
|
|
|
1593
1628
|
// src/commands/GetCertificateCommand.ts
|
|
1594
1629
|
|
|
1595
1630
|
|
|
1596
1631
|
|
|
1597
|
-
var
|
|
1632
|
+
var GetCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1598
1633
|
return [
|
|
1599
1634
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1600
1635
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1601
1636
|
];
|
|
1602
1637
|
}).s("ACMPrivateCA", "GetCertificate", {}).n("ACMPCAClient", "GetCertificateCommand").f(void 0, void 0).ser(se_GetCertificateCommand).de(de_GetCertificateCommand).build() {
|
|
1638
|
+
static {
|
|
1639
|
+
__name(this, "GetCertificateCommand");
|
|
1640
|
+
}
|
|
1603
1641
|
};
|
|
1604
|
-
__name(_GetCertificateCommand, "GetCertificateCommand");
|
|
1605
|
-
var GetCertificateCommand = _GetCertificateCommand;
|
|
1606
1642
|
|
|
1607
1643
|
// src/commands/GetPolicyCommand.ts
|
|
1608
1644
|
|
|
1609
1645
|
|
|
1610
1646
|
|
|
1611
|
-
var
|
|
1647
|
+
var GetPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1612
1648
|
return [
|
|
1613
1649
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1614
1650
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1615
1651
|
];
|
|
1616
1652
|
}).s("ACMPrivateCA", "GetPolicy", {}).n("ACMPCAClient", "GetPolicyCommand").f(void 0, void 0).ser(se_GetPolicyCommand).de(de_GetPolicyCommand).build() {
|
|
1653
|
+
static {
|
|
1654
|
+
__name(this, "GetPolicyCommand");
|
|
1655
|
+
}
|
|
1617
1656
|
};
|
|
1618
|
-
__name(_GetPolicyCommand, "GetPolicyCommand");
|
|
1619
|
-
var GetPolicyCommand = _GetPolicyCommand;
|
|
1620
1657
|
|
|
1621
1658
|
// src/commands/ImportCertificateAuthorityCertificateCommand.ts
|
|
1622
1659
|
|
|
1623
1660
|
|
|
1624
1661
|
|
|
1625
|
-
var
|
|
1662
|
+
var ImportCertificateAuthorityCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1626
1663
|
return [
|
|
1627
1664
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1628
1665
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1629
1666
|
];
|
|
1630
1667
|
}).s("ACMPrivateCA", "ImportCertificateAuthorityCertificate", {}).n("ACMPCAClient", "ImportCertificateAuthorityCertificateCommand").f(void 0, void 0).ser(se_ImportCertificateAuthorityCertificateCommand).de(de_ImportCertificateAuthorityCertificateCommand).build() {
|
|
1668
|
+
static {
|
|
1669
|
+
__name(this, "ImportCertificateAuthorityCertificateCommand");
|
|
1670
|
+
}
|
|
1631
1671
|
};
|
|
1632
|
-
__name(_ImportCertificateAuthorityCertificateCommand, "ImportCertificateAuthorityCertificateCommand");
|
|
1633
|
-
var ImportCertificateAuthorityCertificateCommand = _ImportCertificateAuthorityCertificateCommand;
|
|
1634
1672
|
|
|
1635
1673
|
// src/commands/IssueCertificateCommand.ts
|
|
1636
1674
|
|
|
1637
1675
|
|
|
1638
1676
|
|
|
1639
|
-
var
|
|
1677
|
+
var IssueCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1640
1678
|
return [
|
|
1641
1679
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1642
1680
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1643
1681
|
];
|
|
1644
1682
|
}).s("ACMPrivateCA", "IssueCertificate", {}).n("ACMPCAClient", "IssueCertificateCommand").f(void 0, void 0).ser(se_IssueCertificateCommand).de(de_IssueCertificateCommand).build() {
|
|
1683
|
+
static {
|
|
1684
|
+
__name(this, "IssueCertificateCommand");
|
|
1685
|
+
}
|
|
1645
1686
|
};
|
|
1646
|
-
__name(_IssueCertificateCommand, "IssueCertificateCommand");
|
|
1647
|
-
var IssueCertificateCommand = _IssueCertificateCommand;
|
|
1648
1687
|
|
|
1649
1688
|
// src/commands/ListCertificateAuthoritiesCommand.ts
|
|
1650
1689
|
|
|
1651
1690
|
|
|
1652
1691
|
|
|
1653
|
-
var
|
|
1692
|
+
var ListCertificateAuthoritiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1654
1693
|
return [
|
|
1655
1694
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1656
1695
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1657
1696
|
];
|
|
1658
1697
|
}).s("ACMPrivateCA", "ListCertificateAuthorities", {}).n("ACMPCAClient", "ListCertificateAuthoritiesCommand").f(void 0, void 0).ser(se_ListCertificateAuthoritiesCommand).de(de_ListCertificateAuthoritiesCommand).build() {
|
|
1698
|
+
static {
|
|
1699
|
+
__name(this, "ListCertificateAuthoritiesCommand");
|
|
1700
|
+
}
|
|
1659
1701
|
};
|
|
1660
|
-
__name(_ListCertificateAuthoritiesCommand, "ListCertificateAuthoritiesCommand");
|
|
1661
|
-
var ListCertificateAuthoritiesCommand = _ListCertificateAuthoritiesCommand;
|
|
1662
1702
|
|
|
1663
1703
|
// src/commands/ListPermissionsCommand.ts
|
|
1664
1704
|
|
|
1665
1705
|
|
|
1666
1706
|
|
|
1667
|
-
var
|
|
1707
|
+
var ListPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1668
1708
|
return [
|
|
1669
1709
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1670
1710
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1671
1711
|
];
|
|
1672
1712
|
}).s("ACMPrivateCA", "ListPermissions", {}).n("ACMPCAClient", "ListPermissionsCommand").f(void 0, void 0).ser(se_ListPermissionsCommand).de(de_ListPermissionsCommand).build() {
|
|
1713
|
+
static {
|
|
1714
|
+
__name(this, "ListPermissionsCommand");
|
|
1715
|
+
}
|
|
1673
1716
|
};
|
|
1674
|
-
__name(_ListPermissionsCommand, "ListPermissionsCommand");
|
|
1675
|
-
var ListPermissionsCommand = _ListPermissionsCommand;
|
|
1676
1717
|
|
|
1677
1718
|
// src/commands/ListTagsCommand.ts
|
|
1678
1719
|
|
|
1679
1720
|
|
|
1680
1721
|
|
|
1681
|
-
var
|
|
1722
|
+
var ListTagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1682
1723
|
return [
|
|
1683
1724
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1684
1725
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1685
1726
|
];
|
|
1686
1727
|
}).s("ACMPrivateCA", "ListTags", {}).n("ACMPCAClient", "ListTagsCommand").f(void 0, void 0).ser(se_ListTagsCommand).de(de_ListTagsCommand).build() {
|
|
1728
|
+
static {
|
|
1729
|
+
__name(this, "ListTagsCommand");
|
|
1730
|
+
}
|
|
1687
1731
|
};
|
|
1688
|
-
__name(_ListTagsCommand, "ListTagsCommand");
|
|
1689
|
-
var ListTagsCommand = _ListTagsCommand;
|
|
1690
1732
|
|
|
1691
1733
|
// src/commands/PutPolicyCommand.ts
|
|
1692
1734
|
|
|
1693
1735
|
|
|
1694
1736
|
|
|
1695
|
-
var
|
|
1737
|
+
var PutPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1696
1738
|
return [
|
|
1697
1739
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1698
1740
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1699
1741
|
];
|
|
1700
1742
|
}).s("ACMPrivateCA", "PutPolicy", {}).n("ACMPCAClient", "PutPolicyCommand").f(void 0, void 0).ser(se_PutPolicyCommand).de(de_PutPolicyCommand).build() {
|
|
1743
|
+
static {
|
|
1744
|
+
__name(this, "PutPolicyCommand");
|
|
1745
|
+
}
|
|
1701
1746
|
};
|
|
1702
|
-
__name(_PutPolicyCommand, "PutPolicyCommand");
|
|
1703
|
-
var PutPolicyCommand = _PutPolicyCommand;
|
|
1704
1747
|
|
|
1705
1748
|
// src/commands/RestoreCertificateAuthorityCommand.ts
|
|
1706
1749
|
|
|
1707
1750
|
|
|
1708
1751
|
|
|
1709
|
-
var
|
|
1752
|
+
var RestoreCertificateAuthorityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1710
1753
|
return [
|
|
1711
1754
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1712
1755
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1713
1756
|
];
|
|
1714
1757
|
}).s("ACMPrivateCA", "RestoreCertificateAuthority", {}).n("ACMPCAClient", "RestoreCertificateAuthorityCommand").f(void 0, void 0).ser(se_RestoreCertificateAuthorityCommand).de(de_RestoreCertificateAuthorityCommand).build() {
|
|
1758
|
+
static {
|
|
1759
|
+
__name(this, "RestoreCertificateAuthorityCommand");
|
|
1760
|
+
}
|
|
1715
1761
|
};
|
|
1716
|
-
__name(_RestoreCertificateAuthorityCommand, "RestoreCertificateAuthorityCommand");
|
|
1717
|
-
var RestoreCertificateAuthorityCommand = _RestoreCertificateAuthorityCommand;
|
|
1718
1762
|
|
|
1719
1763
|
// src/commands/RevokeCertificateCommand.ts
|
|
1720
1764
|
|
|
1721
1765
|
|
|
1722
1766
|
|
|
1723
|
-
var
|
|
1767
|
+
var RevokeCertificateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1724
1768
|
return [
|
|
1725
1769
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1726
1770
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1727
1771
|
];
|
|
1728
1772
|
}).s("ACMPrivateCA", "RevokeCertificate", {}).n("ACMPCAClient", "RevokeCertificateCommand").f(void 0, void 0).ser(se_RevokeCertificateCommand).de(de_RevokeCertificateCommand).build() {
|
|
1773
|
+
static {
|
|
1774
|
+
__name(this, "RevokeCertificateCommand");
|
|
1775
|
+
}
|
|
1729
1776
|
};
|
|
1730
|
-
__name(_RevokeCertificateCommand, "RevokeCertificateCommand");
|
|
1731
|
-
var RevokeCertificateCommand = _RevokeCertificateCommand;
|
|
1732
1777
|
|
|
1733
1778
|
// src/commands/TagCertificateAuthorityCommand.ts
|
|
1734
1779
|
|
|
1735
1780
|
|
|
1736
1781
|
|
|
1737
|
-
var
|
|
1782
|
+
var TagCertificateAuthorityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1738
1783
|
return [
|
|
1739
1784
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1740
1785
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1741
1786
|
];
|
|
1742
1787
|
}).s("ACMPrivateCA", "TagCertificateAuthority", {}).n("ACMPCAClient", "TagCertificateAuthorityCommand").f(void 0, void 0).ser(se_TagCertificateAuthorityCommand).de(de_TagCertificateAuthorityCommand).build() {
|
|
1788
|
+
static {
|
|
1789
|
+
__name(this, "TagCertificateAuthorityCommand");
|
|
1790
|
+
}
|
|
1743
1791
|
};
|
|
1744
|
-
__name(_TagCertificateAuthorityCommand, "TagCertificateAuthorityCommand");
|
|
1745
|
-
var TagCertificateAuthorityCommand = _TagCertificateAuthorityCommand;
|
|
1746
1792
|
|
|
1747
1793
|
// src/commands/UntagCertificateAuthorityCommand.ts
|
|
1748
1794
|
|
|
1749
1795
|
|
|
1750
1796
|
|
|
1751
|
-
var
|
|
1797
|
+
var UntagCertificateAuthorityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1752
1798
|
return [
|
|
1753
1799
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1754
1800
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1755
1801
|
];
|
|
1756
1802
|
}).s("ACMPrivateCA", "UntagCertificateAuthority", {}).n("ACMPCAClient", "UntagCertificateAuthorityCommand").f(void 0, void 0).ser(se_UntagCertificateAuthorityCommand).de(de_UntagCertificateAuthorityCommand).build() {
|
|
1803
|
+
static {
|
|
1804
|
+
__name(this, "UntagCertificateAuthorityCommand");
|
|
1805
|
+
}
|
|
1757
1806
|
};
|
|
1758
|
-
__name(_UntagCertificateAuthorityCommand, "UntagCertificateAuthorityCommand");
|
|
1759
|
-
var UntagCertificateAuthorityCommand = _UntagCertificateAuthorityCommand;
|
|
1760
1807
|
|
|
1761
1808
|
// src/commands/UpdateCertificateAuthorityCommand.ts
|
|
1762
1809
|
|
|
1763
1810
|
|
|
1764
1811
|
|
|
1765
|
-
var
|
|
1812
|
+
var UpdateCertificateAuthorityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1766
1813
|
return [
|
|
1767
1814
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1768
1815
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1769
1816
|
];
|
|
1770
1817
|
}).s("ACMPrivateCA", "UpdateCertificateAuthority", {}).n("ACMPCAClient", "UpdateCertificateAuthorityCommand").f(void 0, void 0).ser(se_UpdateCertificateAuthorityCommand).de(de_UpdateCertificateAuthorityCommand).build() {
|
|
1818
|
+
static {
|
|
1819
|
+
__name(this, "UpdateCertificateAuthorityCommand");
|
|
1820
|
+
}
|
|
1771
1821
|
};
|
|
1772
|
-
__name(_UpdateCertificateAuthorityCommand, "UpdateCertificateAuthorityCommand");
|
|
1773
|
-
var UpdateCertificateAuthorityCommand = _UpdateCertificateAuthorityCommand;
|
|
1774
1822
|
|
|
1775
1823
|
// src/ACMPCA.ts
|
|
1776
1824
|
var commands = {
|
|
@@ -1798,10 +1846,11 @@ var commands = {
|
|
|
1798
1846
|
UntagCertificateAuthorityCommand,
|
|
1799
1847
|
UpdateCertificateAuthorityCommand
|
|
1800
1848
|
};
|
|
1801
|
-
var
|
|
1849
|
+
var ACMPCA = class extends ACMPCAClient {
|
|
1850
|
+
static {
|
|
1851
|
+
__name(this, "ACMPCA");
|
|
1852
|
+
}
|
|
1802
1853
|
};
|
|
1803
|
-
__name(_ACMPCA, "ACMPCA");
|
|
1804
|
-
var ACMPCA = _ACMPCA;
|
|
1805
1854
|
(0, import_smithy_client.createAggregatedClient)(commands, ACMPCA);
|
|
1806
1855
|
|
|
1807
1856
|
// src/pagination/ListCertificateAuthoritiesPaginator.ts
|