@aws-sdk/client-signer 3.943.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist-cjs/index.js +57 -322
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SignerClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +57 -322
  8. package/dist-types/Signer.d.ts +1 -1
  9. package/dist-types/SignerClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AddProfilePermissionCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelSigningProfileCommand.d.ts +3 -3
  14. package/dist-types/commands/DescribeSigningJobCommand.d.ts +3 -3
  15. package/dist-types/commands/GetRevocationStatusCommand.d.ts +3 -3
  16. package/dist-types/commands/GetSigningPlatformCommand.d.ts +3 -3
  17. package/dist-types/commands/GetSigningProfileCommand.d.ts +3 -3
  18. package/dist-types/commands/ListProfilePermissionsCommand.d.ts +3 -3
  19. package/dist-types/commands/ListSigningJobsCommand.d.ts +3 -3
  20. package/dist-types/commands/ListSigningPlatformsCommand.d.ts +3 -3
  21. package/dist-types/commands/ListSigningProfilesCommand.d.ts +3 -3
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  23. package/dist-types/commands/PutSigningProfileCommand.d.ts +3 -3
  24. package/dist-types/commands/RemoveProfilePermissionCommand.d.ts +3 -3
  25. package/dist-types/commands/RevokeSignatureCommand.d.ts +3 -3
  26. package/dist-types/commands/RevokeSigningProfileCommand.d.ts +3 -3
  27. package/dist-types/commands/SignPayloadCommand.d.ts +3 -3
  28. package/dist-types/commands/StartSigningJobCommand.d.ts +3 -3
  29. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  30. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  31. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  32. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  33. package/dist-types/extensionConfiguration.d.ts +4 -4
  34. package/dist-types/models/SignerServiceException.d.ts +1 -1
  35. package/dist-types/models/errors.d.ts +1 -1
  36. package/dist-types/pagination/Interfaces.d.ts +1 -1
  37. package/dist-types/pagination/ListSigningJobsPaginator.d.ts +1 -1
  38. package/dist-types/pagination/ListSigningPlatformsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/ListSigningProfilesPaginator.d.ts +1 -1
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  41. package/dist-types/runtimeConfig.d.ts +1 -1
  42. package/dist-types/runtimeConfig.native.d.ts +1 -1
  43. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  44. package/dist-types/runtimeExtensions.d.ts +1 -1
  45. package/dist-types/schemas/schemas_0.d.ts +1 -1
  46. package/dist-types/ts3.4/SignerClient.d.ts +3 -3
  47. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  48. package/dist-types/ts3.4/models/SignerServiceException.d.ts +1 -1
  49. package/package.json +13 -12
@@ -181,17 +181,7 @@ const n0 = "com.amazonaws.signer";
181
181
  import { TypeRegistry } from "@smithy/core/schema";
182
182
  import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, InternalServiceErrorException as __InternalServiceErrorException, NotFoundException as __NotFoundException, ResourceNotFoundException as __ResourceNotFoundException, ServiceLimitExceededException as __ServiceLimitExceededException, ThrottlingException as __ThrottlingException, TooManyRequestsException as __TooManyRequestsException, ValidationException as __ValidationException, } from "../models/errors";
183
183
  import { SignerServiceException as __SignerServiceException } from "../models/SignerServiceException";
184
- export var AccessDeniedException = [
185
- -3,
186
- n0,
187
- _ADE,
188
- {
189
- [_e]: _c,
190
- [_hE]: 403,
191
- },
192
- [_m, _co],
193
- [0, 0],
194
- ];
184
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m, _co], [0, 0]];
195
185
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
196
186
  export var AddProfilePermissionRequest = [
197
187
  3,
@@ -202,30 +192,10 @@ export var AddProfilePermissionRequest = [
202
192
  [[0, 1], 0, 0, 0, 0, 0],
203
193
  ];
204
194
  export var AddProfilePermissionResponse = [3, n0, _APPRd, 0, [_rI], [0]];
205
- export var BadRequestException = [
206
- -3,
207
- n0,
208
- _BRE,
209
- {
210
- [_e]: _c,
211
- [_hE]: 400,
212
- },
213
- [_m, _co],
214
- [0, 0],
215
- ];
195
+ export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m, _co], [0, 0]];
216
196
  TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
217
197
  export var CancelSigningProfileRequest = [3, n0, _CSPR, 0, [_pN], [[0, 1]]];
218
- export var ConflictException = [
219
- -3,
220
- n0,
221
- _CE,
222
- {
223
- [_e]: _c,
224
- [_hE]: 409,
225
- },
226
- [_m, _co],
227
- [0, 0],
228
- ];
198
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _co], [0, 0]];
229
199
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
230
200
  export var DescribeSigningJobRequest = [3, n0, _DSJR, 0, [_jI], [[0, 1]]];
231
201
  export var DescribeSigningJobResponse = [
@@ -265,36 +235,11 @@ export var GetRevocationStatusRequest = [
265
235
  0,
266
236
  [_sT, _pI, _pVA, _jA, _cH],
267
237
  [
268
- [
269
- 4,
270
- {
271
- [_hQ]: _sT,
272
- },
273
- ],
274
- [
275
- 0,
276
- {
277
- [_hQ]: _pI,
278
- },
279
- ],
280
- [
281
- 0,
282
- {
283
- [_hQ]: _pVA,
284
- },
285
- ],
286
- [
287
- 0,
288
- {
289
- [_hQ]: _jA,
290
- },
291
- ],
292
- [
293
- 64 | 0,
294
- {
295
- [_hQ]: _cH,
296
- },
297
- ],
238
+ [4, { [_hQ]: _sT }],
239
+ [0, { [_hQ]: _pI }],
240
+ [0, { [_hQ]: _pVA }],
241
+ [0, { [_hQ]: _jA }],
242
+ [64 | 0, { [_hQ]: _cH }],
298
243
  ],
299
244
  ];
300
245
  export var GetRevocationStatusResponse = [3, n0, _GRSRe, 0, [_rE], [64 | 0]];
@@ -315,12 +260,7 @@ export var GetSigningProfileRequest = [
315
260
  [_pN, _pO],
316
261
  [
317
262
  [0, 1],
318
- [
319
- 0,
320
- {
321
- [_hQ]: _pO,
322
- },
323
- ],
263
+ [0, { [_hQ]: _pO }],
324
264
  ],
325
265
  ];
326
266
  export var GetSigningProfileResponse = [
@@ -351,10 +291,7 @@ export var InternalServiceErrorException = [
351
291
  -3,
352
292
  n0,
353
293
  _ISEE,
354
- {
355
- [_e]: _se,
356
- [_hE]: 500,
357
- },
294
+ { [_e]: _se, [_hE]: 500 },
358
295
  [_m, _co],
359
296
  [0, 0],
360
297
  ];
@@ -367,12 +304,7 @@ export var ListProfilePermissionsRequest = [
367
304
  [_pN, _nT],
368
305
  [
369
306
  [0, 1],
370
- [
371
- 0,
372
- {
373
- [_hQ]: _nT,
374
- },
375
- ],
307
+ [0, { [_hQ]: _nT }],
376
308
  ],
377
309
  ];
378
310
  export var ListProfilePermissionsResponse = [
@@ -390,60 +322,15 @@ export var ListSigningJobsRequest = [
390
322
  0,
391
323
  [_st, _pI, _rB, _mR, _nT, _iR, _sEB, _sEAi, _jIo],
392
324
  [
393
- [
394
- 0,
395
- {
396
- [_hQ]: _st,
397
- },
398
- ],
399
- [
400
- 0,
401
- {
402
- [_hQ]: _pI,
403
- },
404
- ],
405
- [
406
- 0,
407
- {
408
- [_hQ]: _rB,
409
- },
410
- ],
411
- [
412
- 1,
413
- {
414
- [_hQ]: _mR,
415
- },
416
- ],
417
- [
418
- 0,
419
- {
420
- [_hQ]: _nT,
421
- },
422
- ],
423
- [
424
- 2,
425
- {
426
- [_hQ]: _iR,
427
- },
428
- ],
429
- [
430
- 4,
431
- {
432
- [_hQ]: _sEB,
433
- },
434
- ],
435
- [
436
- 4,
437
- {
438
- [_hQ]: _sEAi,
439
- },
440
- ],
441
- [
442
- 0,
443
- {
444
- [_hQ]: _jIo,
445
- },
446
- ],
325
+ [0, { [_hQ]: _st }],
326
+ [0, { [_hQ]: _pI }],
327
+ [0, { [_hQ]: _rB }],
328
+ [1, { [_hQ]: _mR }],
329
+ [0, { [_hQ]: _nT }],
330
+ [2, { [_hQ]: _iR }],
331
+ [4, { [_hQ]: _sEB }],
332
+ [4, { [_hQ]: _sEAi }],
333
+ [0, { [_hQ]: _jIo }],
447
334
  ],
448
335
  ];
449
336
  export var ListSigningJobsResponse = [3, n0, _LSJRi, 0, [_j, _nT], [() => SigningJobs, 0]];
@@ -454,36 +341,11 @@ export var ListSigningPlatformsRequest = [
454
341
  0,
455
342
  [_ca, _pa, _t, _mR, _nT],
456
343
  [
457
- [
458
- 0,
459
- {
460
- [_hQ]: _ca,
461
- },
462
- ],
463
- [
464
- 0,
465
- {
466
- [_hQ]: _pa,
467
- },
468
- ],
469
- [
470
- 0,
471
- {
472
- [_hQ]: _t,
473
- },
474
- ],
475
- [
476
- 1,
477
- {
478
- [_hQ]: _mR,
479
- },
480
- ],
481
- [
482
- 0,
483
- {
484
- [_hQ]: _nT,
485
- },
486
- ],
344
+ [0, { [_hQ]: _ca }],
345
+ [0, { [_hQ]: _pa }],
346
+ [0, { [_hQ]: _t }],
347
+ [1, { [_hQ]: _mR }],
348
+ [0, { [_hQ]: _nT }],
487
349
  ],
488
350
  ];
489
351
  export var ListSigningPlatformsResponse = [
@@ -501,36 +363,11 @@ export var ListSigningProfilesRequest = [
501
363
  0,
502
364
  [_iC, _mR, _nT, _pI, _sta],
503
365
  [
504
- [
505
- 2,
506
- {
507
- [_hQ]: _iC,
508
- },
509
- ],
510
- [
511
- 1,
512
- {
513
- [_hQ]: _mR,
514
- },
515
- ],
516
- [
517
- 0,
518
- {
519
- [_hQ]: _nT,
520
- },
521
- ],
522
- [
523
- 0,
524
- {
525
- [_hQ]: _pI,
526
- },
527
- ],
528
- [
529
- 64 | 0,
530
- {
531
- [_hQ]: _sta,
532
- },
533
- ],
366
+ [2, { [_hQ]: _iC }],
367
+ [1, { [_hQ]: _mR }],
368
+ [0, { [_hQ]: _nT }],
369
+ [0, { [_hQ]: _pI }],
370
+ [64 | 0, { [_hQ]: _sta }],
534
371
  ],
535
372
  ];
536
373
  export var ListSigningProfilesResponse = [
@@ -543,17 +380,7 @@ export var ListSigningProfilesResponse = [
543
380
  ];
544
381
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
545
382
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
546
- export var NotFoundException = [
547
- -3,
548
- n0,
549
- _NFE,
550
- {
551
- [_e]: _c,
552
- [_hE]: 404,
553
- },
554
- [_m, _co],
555
- [0, 0],
556
- ];
383
+ export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m, _co], [0, 0]];
557
384
  TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
558
385
  export var Permission = [3, n0, _P, 0, [_a, _p, _sI, _pV], [0, 0, 0, 0]];
559
386
  export var PutSigningProfileRequest = [
@@ -573,27 +400,12 @@ export var RemoveProfilePermissionRequest = [
573
400
  [_pN, _rI, _sI],
574
401
  [
575
402
  [0, 1],
576
- [
577
- 0,
578
- {
579
- [_hQ]: _rI,
580
- },
581
- ],
403
+ [0, { [_hQ]: _rI }],
582
404
  [0, 1],
583
405
  ],
584
406
  ];
585
407
  export var RemoveProfilePermissionResponse = [3, n0, _RPPRe, 0, [_rI], [0]];
586
- export var ResourceNotFoundException = [
587
- -3,
588
- n0,
589
- _RNFE,
590
- {
591
- [_e]: _c,
592
- [_hE]: 404,
593
- },
594
- [_m, _co],
595
- [0, 0],
596
- ];
408
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _co], [0, 0]];
597
409
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
598
410
  export var RevokeSignatureRequest = [3, n0, _RSR, 0, [_jI, _jO, _r], [[0, 1], 0, 0]];
599
411
  export var RevokeSigningProfileRequest = [
@@ -611,10 +423,7 @@ export var ServiceLimitExceededException = [
611
423
  -3,
612
424
  n0,
613
425
  _SLEE,
614
- {
615
- [_e]: _c,
616
- [_hE]: 402,
617
- },
426
+ { [_e]: _c, [_hE]: 402 },
618
427
  [_m, _co],
619
428
  [0, 0],
620
429
  ];
@@ -680,29 +489,9 @@ export var StartSigningJobRequest = [
680
489
  export var StartSigningJobResponse = [3, n0, _SSJRt, 0, [_jI, _jO], [0, 0]];
681
490
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
682
491
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
683
- export var ThrottlingException = [
684
- -3,
685
- n0,
686
- _TE,
687
- {
688
- [_e]: _c,
689
- [_hE]: 429,
690
- },
691
- [_m, _co],
692
- [0, 0],
693
- ];
492
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _co], [0, 0]];
694
493
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
695
- export var TooManyRequestsException = [
696
- -3,
697
- n0,
698
- _TMRE,
699
- {
700
- [_e]: _c,
701
- [_hE]: 429,
702
- },
703
- [_m, _co],
704
- [0, 0],
705
- ];
494
+ export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m, _co], [0, 0]];
706
495
  TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
707
496
  export var UntagResourceRequest = [
708
497
  3,
@@ -712,26 +501,11 @@ export var UntagResourceRequest = [
712
501
  [_rA, _tK],
713
502
  [
714
503
  [0, 1],
715
- [
716
- 64 | 0,
717
- {
718
- [_hQ]: _tK,
719
- },
720
- ],
504
+ [64 | 0, { [_hQ]: _tK }],
721
505
  ],
722
506
  ];
723
507
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
724
- export var ValidationException = [
725
- -3,
726
- n0,
727
- _VE,
728
- {
729
- [_e]: _c,
730
- [_hE]: 400,
731
- },
732
- [_m, _co],
733
- [0, 0],
734
- ];
508
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _co], [0, 0]];
735
509
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
736
510
  export var __Unit = "unit";
737
511
  export var SignerServiceException = [-3, _sm, "SignerServiceException", 0, [], []];
@@ -754,9 +528,7 @@ export var AddProfilePermission = [
754
528
  9,
755
529
  n0,
756
530
  _APP,
757
- {
758
- [_h]: ["POST", "/signing-profiles/{profileName}/permissions", 200],
759
- },
531
+ { [_h]: ["POST", "/signing-profiles/{profileName}/permissions", 200] },
760
532
  () => AddProfilePermissionRequest,
761
533
  () => AddProfilePermissionResponse,
762
534
  ];
@@ -764,9 +536,7 @@ export var CancelSigningProfile = [
764
536
  9,
765
537
  n0,
766
538
  _CSP,
767
- {
768
- [_h]: ["DELETE", "/signing-profiles/{profileName}", 200],
769
- },
539
+ { [_h]: ["DELETE", "/signing-profiles/{profileName}", 200] },
770
540
  () => CancelSigningProfileRequest,
771
541
  () => __Unit,
772
542
  ];
@@ -774,9 +544,7 @@ export var DescribeSigningJob = [
774
544
  9,
775
545
  n0,
776
546
  _DSJ,
777
- {
778
- [_h]: ["GET", "/signing-jobs/{jobId}", 200],
779
- },
547
+ { [_h]: ["GET", "/signing-jobs/{jobId}", 200] },
780
548
  () => DescribeSigningJobRequest,
781
549
  () => DescribeSigningJobResponse,
782
550
  ];
@@ -784,10 +552,7 @@ export var GetRevocationStatus = [
784
552
  9,
785
553
  n0,
786
554
  _GRS,
787
- {
788
- [_h]: ["GET", "/revocations", 200],
789
- [_en]: ["verification."],
790
- },
555
+ { [_h]: ["GET", "/revocations", 200], [_en]: ["verification."] },
791
556
  () => GetRevocationStatusRequest,
792
557
  () => GetRevocationStatusResponse,
793
558
  ];
@@ -795,9 +560,7 @@ export var GetSigningPlatform = [
795
560
  9,
796
561
  n0,
797
562
  _GSP,
798
- {
799
- [_h]: ["GET", "/signing-platforms/{platformId}", 200],
800
- },
563
+ { [_h]: ["GET", "/signing-platforms/{platformId}", 200] },
801
564
  () => GetSigningPlatformRequest,
802
565
  () => GetSigningPlatformResponse,
803
566
  ];
@@ -805,9 +568,7 @@ export var GetSigningProfile = [
805
568
  9,
806
569
  n0,
807
570
  _GSPe,
808
- {
809
- [_h]: ["GET", "/signing-profiles/{profileName}", 200],
810
- },
571
+ { [_h]: ["GET", "/signing-profiles/{profileName}", 200] },
811
572
  () => GetSigningProfileRequest,
812
573
  () => GetSigningProfileResponse,
813
574
  ];
@@ -815,9 +576,7 @@ export var ListProfilePermissions = [
815
576
  9,
816
577
  n0,
817
578
  _LPP,
818
- {
819
- [_h]: ["GET", "/signing-profiles/{profileName}/permissions", 200],
820
- },
579
+ { [_h]: ["GET", "/signing-profiles/{profileName}/permissions", 200] },
821
580
  () => ListProfilePermissionsRequest,
822
581
  () => ListProfilePermissionsResponse,
823
582
  ];
@@ -825,9 +584,7 @@ export var ListSigningJobs = [
825
584
  9,
826
585
  n0,
827
586
  _LSJ,
828
- {
829
- [_h]: ["GET", "/signing-jobs", 200],
830
- },
587
+ { [_h]: ["GET", "/signing-jobs", 200] },
831
588
  () => ListSigningJobsRequest,
832
589
  () => ListSigningJobsResponse,
833
590
  ];
@@ -835,9 +592,7 @@ export var ListSigningPlatforms = [
835
592
  9,
836
593
  n0,
837
594
  _LSP,
838
- {
839
- [_h]: ["GET", "/signing-platforms", 200],
840
- },
595
+ { [_h]: ["GET", "/signing-platforms", 200] },
841
596
  () => ListSigningPlatformsRequest,
842
597
  () => ListSigningPlatformsResponse,
843
598
  ];
@@ -845,9 +600,7 @@ export var ListSigningProfiles = [
845
600
  9,
846
601
  n0,
847
602
  _LSPi,
848
- {
849
- [_h]: ["GET", "/signing-profiles", 200],
850
- },
603
+ { [_h]: ["GET", "/signing-profiles", 200] },
851
604
  () => ListSigningProfilesRequest,
852
605
  () => ListSigningProfilesResponse,
853
606
  ];
@@ -855,9 +608,7 @@ export var ListTagsForResource = [
855
608
  9,
856
609
  n0,
857
610
  _LTFR,
858
- {
859
- [_h]: ["GET", "/tags/{resourceArn}", 200],
860
- },
611
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
861
612
  () => ListTagsForResourceRequest,
862
613
  () => ListTagsForResourceResponse,
863
614
  ];
@@ -865,9 +616,7 @@ export var PutSigningProfile = [
865
616
  9,
866
617
  n0,
867
618
  _PSP,
868
- {
869
- [_h]: ["PUT", "/signing-profiles/{profileName}", 200],
870
- },
619
+ { [_h]: ["PUT", "/signing-profiles/{profileName}", 200] },
871
620
  () => PutSigningProfileRequest,
872
621
  () => PutSigningProfileResponse,
873
622
  ];
@@ -875,9 +624,7 @@ export var RemoveProfilePermission = [
875
624
  9,
876
625
  n0,
877
626
  _RPP,
878
- {
879
- [_h]: ["DELETE", "/signing-profiles/{profileName}/permissions/{statementId}", 200],
880
- },
627
+ { [_h]: ["DELETE", "/signing-profiles/{profileName}/permissions/{statementId}", 200] },
881
628
  () => RemoveProfilePermissionRequest,
882
629
  () => RemoveProfilePermissionResponse,
883
630
  ];
@@ -885,9 +632,7 @@ export var RevokeSignature = [
885
632
  9,
886
633
  n0,
887
634
  _RS,
888
- {
889
- [_h]: ["PUT", "/signing-jobs/{jobId}/revoke", 200],
890
- },
635
+ { [_h]: ["PUT", "/signing-jobs/{jobId}/revoke", 200] },
891
636
  () => RevokeSignatureRequest,
892
637
  () => __Unit,
893
638
  ];
@@ -895,9 +640,7 @@ export var RevokeSigningProfile = [
895
640
  9,
896
641
  n0,
897
642
  _RSP,
898
- {
899
- [_h]: ["PUT", "/signing-profiles/{profileName}/revoke", 200],
900
- },
643
+ { [_h]: ["PUT", "/signing-profiles/{profileName}/revoke", 200] },
901
644
  () => RevokeSigningProfileRequest,
902
645
  () => __Unit,
903
646
  ];
@@ -905,9 +648,7 @@ export var SignPayload = [
905
648
  9,
906
649
  n0,
907
650
  _SPigna,
908
- {
909
- [_h]: ["POST", "/signing-jobs/with-payload", 200],
910
- },
651
+ { [_h]: ["POST", "/signing-jobs/with-payload", 200] },
911
652
  () => SignPayloadRequest,
912
653
  () => SignPayloadResponse,
913
654
  ];
@@ -915,9 +656,7 @@ export var StartSigningJob = [
915
656
  9,
916
657
  n0,
917
658
  _SSJ,
918
- {
919
- [_h]: ["POST", "/signing-jobs", 200],
920
- },
659
+ { [_h]: ["POST", "/signing-jobs", 200] },
921
660
  () => StartSigningJobRequest,
922
661
  () => StartSigningJobResponse,
923
662
  ];
@@ -925,9 +664,7 @@ export var TagResource = [
925
664
  9,
926
665
  n0,
927
666
  _TR,
928
- {
929
- [_h]: ["POST", "/tags/{resourceArn}", 200],
930
- },
667
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
931
668
  () => TagResourceRequest,
932
669
  () => TagResourceResponse,
933
670
  ];
@@ -935,9 +672,7 @@ export var UntagResource = [
935
672
  9,
936
673
  n0,
937
674
  _UR,
938
- {
939
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
940
- },
675
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
941
676
  () => UntagResourceRequest,
942
677
  () => UntagResourceResponse,
943
678
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput } from "./commands/AddProfilePermissionCommand";
3
3
  import { CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput } from "./commands/CancelSigningProfileCommand";
4
4
  import { DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput } from "./commands/DescribeSigningJobCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput } from "./commands/AddProfilePermissionCommand";
11
11
  import { CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput } from "./commands/CancelSigningProfileCommand";
12
12
  import { DescribeSigningJobCommandInput, DescribeSigningJobCommandOutput } from "./commands/DescribeSigningJobCommand";
@@ -27,7 +27,7 @@ import { StartSigningJobCommandInput, StartSigningJobCommandOutput } from "./com
27
27
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
28
28
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
29
29
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
30
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
30
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
31
31
  export { __Client };
32
32
  /**
33
33
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SignerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SignerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { SignerClientResolvedConfig } from "../SignerClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SignerClientResolvedConfig } from "../SignerClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AddProfilePermissionRequest, AddProfilePermissionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AddProfilePermissionRequest, AddProfilePermissionResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CancelSigningProfileRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CancelSigningProfileRequest } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient";
5
5
  /**
6
6
  * @public
7
7
  */