@aws-sdk/client-signer 3.949.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist-cjs/index.js +297 -204
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AddProfilePermissionCommand.js +2 -2
  4. package/dist-es/commands/CancelSigningProfileCommand.js +2 -2
  5. package/dist-es/commands/DescribeSigningJobCommand.js +2 -2
  6. package/dist-es/commands/GetRevocationStatusCommand.js +2 -2
  7. package/dist-es/commands/GetSigningPlatformCommand.js +2 -2
  8. package/dist-es/commands/GetSigningProfileCommand.js +2 -2
  9. package/dist-es/commands/ListProfilePermissionsCommand.js +2 -2
  10. package/dist-es/commands/ListSigningJobsCommand.js +2 -2
  11. package/dist-es/commands/ListSigningPlatformsCommand.js +2 -2
  12. package/dist-es/commands/ListSigningProfilesCommand.js +2 -2
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  14. package/dist-es/commands/PutSigningProfileCommand.js +2 -2
  15. package/dist-es/commands/RemoveProfilePermissionCommand.js +2 -2
  16. package/dist-es/commands/RevokeSignatureCommand.js +2 -2
  17. package/dist-es/commands/RevokeSigningProfileCommand.js +2 -2
  18. package/dist-es/commands/SignPayloadCommand.js +2 -2
  19. package/dist-es/commands/StartSigningJobCommand.js +2 -2
  20. package/dist-es/commands/TagResourceCommand.js +2 -2
  21. package/dist-es/commands/UntagResourceCommand.js +2 -2
  22. package/dist-es/index.js +1 -0
  23. package/dist-es/runtimeConfig.shared.js +6 -1
  24. package/dist-es/schemas/schemas_0.js +174 -166
  25. package/dist-types/SignerClient.d.ts +1 -10
  26. package/dist-types/index.d.ts +1 -0
  27. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  28. package/dist-types/runtimeConfig.d.ts +6 -2
  29. package/dist-types/runtimeConfig.native.d.ts +6 -2
  30. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  31. package/dist-types/schemas/schemas_0.d.ts +86 -101
  32. package/dist-types/ts3.4/SignerClient.d.ts +0 -4
  33. package/dist-types/ts3.4/index.d.ts +1 -0
  34. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  38. package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -101
  39. package/package.json +35 -35
@@ -179,11 +179,11 @@ const _v = "version";
179
179
  const _va = "value";
180
180
  const n0 = "com.amazonaws.signer";
181
181
  import { TypeRegistry } from "@smithy/core/schema";
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
- import { SignerServiceException as __SignerServiceException } from "../models/SignerServiceException";
184
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m, _co], [0, 0]];
185
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
186
- export var AddProfilePermissionRequest = [
182
+ import { AccessDeniedException, BadRequestException, ConflictException, InternalServiceErrorException, NotFoundException, ResourceNotFoundException, ServiceLimitExceededException, ThrottlingException, TooManyRequestsException, ValidationException, } from "../models/errors";
183
+ import { SignerServiceException } from "../models/SignerServiceException";
184
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m, _co], [0, 0]];
185
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
186
+ export var AddProfilePermissionRequest$ = [
187
187
  3,
188
188
  n0,
189
189
  _APPR,
@@ -191,14 +191,14 @@ export var AddProfilePermissionRequest = [
191
191
  [_pN, _pV, _a, _p, _rI, _sI],
192
192
  [[0, 1], 0, 0, 0, 0, 0],
193
193
  ];
194
- export var AddProfilePermissionResponse = [3, n0, _APPRd, 0, [_rI], [0]];
195
- export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m, _co], [0, 0]];
196
- TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
197
- export var CancelSigningProfileRequest = [3, n0, _CSPR, 0, [_pN], [[0, 1]]];
198
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _co], [0, 0]];
199
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
200
- export var DescribeSigningJobRequest = [3, n0, _DSJR, 0, [_jI], [[0, 1]]];
201
- export var DescribeSigningJobResponse = [
194
+ export var AddProfilePermissionResponse$ = [3, n0, _APPRd, 0, [_rI], [0]];
195
+ export var BadRequestException$ = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m, _co], [0, 0]];
196
+ TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
197
+ export var CancelSigningProfileRequest$ = [3, n0, _CSPR, 0, [_pN], [[0, 1]]];
198
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _co], [0, 0]];
199
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
200
+ export var DescribeSigningJobRequest$ = [3, n0, _DSJR, 0, [_jI], [[0, 1]]];
201
+ export var DescribeSigningJobResponse$ = [
202
202
  3,
203
203
  n0,
204
204
  _DSJRe,
@@ -206,13 +206,13 @@ export var DescribeSigningJobResponse = [
206
206
  [_jI, _s, _sM, _pI, _pDN, _pN, _pV, _o, _sP, _cA, _cAo, _sEA, _rB, _st, _sR, _rR, _sO, _jO, _jIo],
207
207
  [
208
208
  0,
209
- () => Source,
210
- () => SigningMaterial,
209
+ () => Source$,
210
+ () => SigningMaterial$,
211
211
  0,
212
212
  0,
213
213
  0,
214
214
  0,
215
- () => SigningPlatformOverrides,
215
+ () => SigningPlatformOverrides$,
216
216
  128 | 0,
217
217
  4,
218
218
  4,
@@ -220,15 +220,15 @@ export var DescribeSigningJobResponse = [
220
220
  0,
221
221
  0,
222
222
  0,
223
- () => SigningJobRevocationRecord,
224
- () => SignedObject,
223
+ () => SigningJobRevocationRecord$,
224
+ () => SignedObject$,
225
225
  0,
226
226
  0,
227
227
  ],
228
228
  ];
229
- export var Destination = [3, n0, _D, 0, [_s_], [() => S3Destination]];
230
- export var EncryptionAlgorithmOptions = [3, n0, _EAO, 0, [_aV, _dV], [64 | 0, 0]];
231
- export var GetRevocationStatusRequest = [
229
+ export var Destination$ = [3, n0, _D, 0, [_s_], [() => S3Destination$]];
230
+ export var EncryptionAlgorithmOptions$ = [3, n0, _EAO, 0, [_aV, _dV], [64 | 0, 0]];
231
+ export var GetRevocationStatusRequest$ = [
232
232
  3,
233
233
  n0,
234
234
  _GRSR,
@@ -242,17 +242,17 @@ export var GetRevocationStatusRequest = [
242
242
  [64 | 0, { [_hQ]: _cH }],
243
243
  ],
244
244
  ];
245
- export var GetRevocationStatusResponse = [3, n0, _GRSRe, 0, [_rE], [64 | 0]];
246
- export var GetSigningPlatformRequest = [3, n0, _GSPR, 0, [_pI], [[0, 1]]];
247
- export var GetSigningPlatformResponse = [
245
+ export var GetRevocationStatusResponse$ = [3, n0, _GRSRe, 0, [_rE], [64 | 0]];
246
+ export var GetSigningPlatformRequest$ = [3, n0, _GSPR, 0, [_pI], [[0, 1]]];
247
+ export var GetSigningPlatformResponse$ = [
248
248
  3,
249
249
  n0,
250
250
  _GSPRe,
251
251
  0,
252
252
  [_pI, _dN, _pa, _t, _ca, _sC, _sIF, _mSIMB, _rS],
253
- [0, 0, 0, 0, 0, () => SigningConfiguration, () => SigningImageFormat, 1, 2],
253
+ [0, 0, 0, 0, 0, () => SigningConfiguration$, () => SigningImageFormat$, 1, 2],
254
254
  ];
255
- export var GetSigningProfileRequest = [
255
+ export var GetSigningProfileRequest$ = [
256
256
  3,
257
257
  n0,
258
258
  _GSPRet,
@@ -263,7 +263,7 @@ export var GetSigningProfileRequest = [
263
263
  [0, { [_hQ]: _pO }],
264
264
  ],
265
265
  ];
266
- export var GetSigningProfileResponse = [
266
+ export var GetSigningProfileResponse$ = [
267
267
  3,
268
268
  n0,
269
269
  _GSPReti,
@@ -273,12 +273,12 @@ export var GetSigningProfileResponse = [
273
273
  0,
274
274
  0,
275
275
  0,
276
- () => SigningProfileRevocationRecord,
277
- () => SigningMaterial,
276
+ () => SigningProfileRevocationRecord$,
277
+ () => SigningMaterial$,
278
278
  0,
279
279
  0,
280
- () => SignatureValidityPeriod,
281
- () => SigningPlatformOverrides,
280
+ () => SignatureValidityPeriod$,
281
+ () => SigningPlatformOverrides$,
282
282
  128 | 0,
283
283
  0,
284
284
  0,
@@ -286,8 +286,8 @@ export var GetSigningProfileResponse = [
286
286
  128 | 0,
287
287
  ],
288
288
  ];
289
- export var HashAlgorithmOptions = [3, n0, _HAO, 0, [_aV, _dV], [64 | 0, 0]];
290
- export var InternalServiceErrorException = [
289
+ export var HashAlgorithmOptions$ = [3, n0, _HAO, 0, [_aV, _dV], [64 | 0, 0]];
290
+ export var InternalServiceErrorException$ = [
291
291
  -3,
292
292
  n0,
293
293
  _ISEE,
@@ -295,8 +295,8 @@ export var InternalServiceErrorException = [
295
295
  [_m, _co],
296
296
  [0, 0],
297
297
  ];
298
- TypeRegistry.for(n0).registerError(InternalServiceErrorException, __InternalServiceErrorException);
299
- export var ListProfilePermissionsRequest = [
298
+ TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
299
+ export var ListProfilePermissionsRequest$ = [
300
300
  3,
301
301
  n0,
302
302
  _LPPR,
@@ -307,7 +307,7 @@ export var ListProfilePermissionsRequest = [
307
307
  [0, { [_hQ]: _nT }],
308
308
  ],
309
309
  ];
310
- export var ListProfilePermissionsResponse = [
310
+ export var ListProfilePermissionsResponse$ = [
311
311
  3,
312
312
  n0,
313
313
  _LPPRi,
@@ -315,7 +315,7 @@ export var ListProfilePermissionsResponse = [
315
315
  [_rI, _pSB, _pe, _nT],
316
316
  [0, 1, () => Permissions, 0],
317
317
  ];
318
- export var ListSigningJobsRequest = [
318
+ export var ListSigningJobsRequest$ = [
319
319
  3,
320
320
  n0,
321
321
  _LSJR,
@@ -333,8 +333,8 @@ export var ListSigningJobsRequest = [
333
333
  [0, { [_hQ]: _jIo }],
334
334
  ],
335
335
  ];
336
- export var ListSigningJobsResponse = [3, n0, _LSJRi, 0, [_j, _nT], [() => SigningJobs, 0]];
337
- export var ListSigningPlatformsRequest = [
336
+ export var ListSigningJobsResponse$ = [3, n0, _LSJRi, 0, [_j, _nT], [() => SigningJobs, 0]];
337
+ export var ListSigningPlatformsRequest$ = [
338
338
  3,
339
339
  n0,
340
340
  _LSPR,
@@ -348,7 +348,7 @@ export var ListSigningPlatformsRequest = [
348
348
  [0, { [_hQ]: _nT }],
349
349
  ],
350
350
  ];
351
- export var ListSigningPlatformsResponse = [
351
+ export var ListSigningPlatformsResponse$ = [
352
352
  3,
353
353
  n0,
354
354
  _LSPRi,
@@ -356,7 +356,7 @@ export var ListSigningPlatformsResponse = [
356
356
  [_pl, _nT],
357
357
  [() => SigningPlatforms, 0],
358
358
  ];
359
- export var ListSigningProfilesRequest = [
359
+ export var ListSigningProfilesRequest$ = [
360
360
  3,
361
361
  n0,
362
362
  _LSPRis,
@@ -370,7 +370,7 @@ export var ListSigningProfilesRequest = [
370
370
  [64 | 0, { [_hQ]: _sta }],
371
371
  ],
372
372
  ];
373
- export var ListSigningProfilesResponse = [
373
+ export var ListSigningProfilesResponse$ = [
374
374
  3,
375
375
  n0,
376
376
  _LSPRist,
@@ -378,21 +378,29 @@ export var ListSigningProfilesResponse = [
378
378
  [_pr, _nT],
379
379
  [() => SigningProfiles, 0],
380
380
  ];
381
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
382
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
383
- export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m, _co], [0, 0]];
384
- TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
385
- export var Permission = [3, n0, _P, 0, [_a, _p, _sI, _pV], [0, 0, 0, 0]];
386
- export var PutSigningProfileRequest = [
381
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
382
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
383
+ export var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m, _co], [0, 0]];
384
+ TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
385
+ export var Permission$ = [3, n0, _P, 0, [_a, _p, _sI, _pV], [0, 0, 0, 0]];
386
+ export var PutSigningProfileRequest$ = [
387
387
  3,
388
388
  n0,
389
389
  _PSPR,
390
390
  0,
391
391
  [_pN, _sM, _sVP, _pI, _o, _sP, _ta],
392
- [[0, 1], () => SigningMaterial, () => SignatureValidityPeriod, 0, () => SigningPlatformOverrides, 128 | 0, 128 | 0],
392
+ [
393
+ [0, 1],
394
+ () => SigningMaterial$,
395
+ () => SignatureValidityPeriod$,
396
+ 0,
397
+ () => SigningPlatformOverrides$,
398
+ 128 | 0,
399
+ 128 | 0,
400
+ ],
393
401
  ];
394
- export var PutSigningProfileResponse = [3, n0, _PSPRu, 0, [_ar, _pV, _pVA], [0, 0, 0]];
395
- export var RemoveProfilePermissionRequest = [
402
+ export var PutSigningProfileResponse$ = [3, n0, _PSPRu, 0, [_ar, _pV, _pVA], [0, 0, 0]];
403
+ export var RemoveProfilePermissionRequest$ = [
396
404
  3,
397
405
  n0,
398
406
  _RPPR,
@@ -404,11 +412,11 @@ export var RemoveProfilePermissionRequest = [
404
412
  [0, 1],
405
413
  ],
406
414
  ];
407
- export var RemoveProfilePermissionResponse = [3, n0, _RPPRe, 0, [_rI], [0]];
408
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _co], [0, 0]];
409
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
410
- export var RevokeSignatureRequest = [3, n0, _RSR, 0, [_jI, _jO, _r], [[0, 1], 0, 0]];
411
- export var RevokeSigningProfileRequest = [
415
+ export var RemoveProfilePermissionResponse$ = [3, n0, _RPPRe, 0, [_rI], [0]];
416
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _co], [0, 0]];
417
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
418
+ export var RevokeSignatureRequest$ = [3, n0, _RSR, 0, [_jI, _jO, _r], [[0, 1], 0, 0]];
419
+ export var RevokeSigningProfileRequest$ = [
412
420
  3,
413
421
  n0,
414
422
  _RSPR,
@@ -416,10 +424,10 @@ export var RevokeSigningProfileRequest = [
416
424
  [_pN, _pV, _r, _eT],
417
425
  [[0, 1], 0, 0, 4],
418
426
  ];
419
- export var S3Destination = [3, n0, _SD, 0, [_bN, _pre], [0, 0]];
420
- export var S3SignedObject = [3, n0, _SSO, 0, [_bN, _k], [0, 0]];
421
- export var S3Source = [3, n0, _SS, 0, [_bN, _k, _v], [0, 0, 0]];
422
- export var ServiceLimitExceededException = [
427
+ export var S3Destination$ = [3, n0, _SD, 0, [_bN, _pre], [0, 0]];
428
+ export var S3SignedObject$ = [3, n0, _SSO, 0, [_bN, _k], [0, 0]];
429
+ export var S3Source$ = [3, n0, _SS, 0, [_bN, _k, _v], [0, 0, 0]];
430
+ export var ServiceLimitExceededException$ = [
423
431
  -3,
424
432
  n0,
425
433
  _SLEE,
@@ -427,73 +435,73 @@ export var ServiceLimitExceededException = [
427
435
  [_m, _co],
428
436
  [0, 0],
429
437
  ];
430
- TypeRegistry.for(n0).registerError(ServiceLimitExceededException, __ServiceLimitExceededException);
431
- export var SignatureValidityPeriod = [3, n0, _SVP, 0, [_va, _ty], [1, 0]];
432
- export var SignedObject = [3, n0, _SO, 0, [_s_], [() => S3SignedObject]];
433
- export var SigningConfiguration = [
438
+ TypeRegistry.for(n0).registerError(ServiceLimitExceededException$, ServiceLimitExceededException);
439
+ export var SignatureValidityPeriod$ = [3, n0, _SVP, 0, [_va, _ty], [1, 0]];
440
+ export var SignedObject$ = [3, n0, _SO, 0, [_s_], [() => S3SignedObject$]];
441
+ export var SigningConfiguration$ = [
434
442
  3,
435
443
  n0,
436
444
  _SC,
437
445
  0,
438
446
  [_eAO, _hAO],
439
- [() => EncryptionAlgorithmOptions, () => HashAlgorithmOptions],
447
+ [() => EncryptionAlgorithmOptions$, () => HashAlgorithmOptions$],
440
448
  ];
441
- export var SigningConfigurationOverrides = [3, n0, _SCO, 0, [_eA, _hA], [0, 0]];
442
- export var SigningImageFormat = [3, n0, _SIF, 0, [_sF, _dF], [64 | 0, 0]];
443
- export var SigningJob = [
449
+ export var SigningConfigurationOverrides$ = [3, n0, _SCO, 0, [_eA, _hA], [0, 0]];
450
+ export var SigningImageFormat$ = [3, n0, _SIF, 0, [_sF, _dF], [64 | 0, 0]];
451
+ export var SigningJob$ = [
444
452
  3,
445
453
  n0,
446
454
  _SJ,
447
455
  0,
448
456
  [_jI, _s, _sO, _sM, _cA, _st, _iR, _pN, _pV, _pI, _pDN, _sEA, _jO, _jIo],
449
- [0, () => Source, () => SignedObject, () => SigningMaterial, 4, 0, 2, 0, 0, 0, 0, 4, 0, 0],
457
+ [0, () => Source$, () => SignedObject$, () => SigningMaterial$, 4, 0, 2, 0, 0, 0, 0, 4, 0, 0],
450
458
  ];
451
- export var SigningJobRevocationRecord = [3, n0, _SJRR, 0, [_r, _rAe, _rBe], [0, 4, 0]];
452
- export var SigningMaterial = [3, n0, _SM, 0, [_cAe], [0]];
453
- export var SigningPlatform = [
459
+ export var SigningJobRevocationRecord$ = [3, n0, _SJRR, 0, [_r, _rAe, _rBe], [0, 4, 0]];
460
+ export var SigningMaterial$ = [3, n0, _SM, 0, [_cAe], [0]];
461
+ export var SigningPlatform$ = [
454
462
  3,
455
463
  n0,
456
464
  _SP,
457
465
  0,
458
466
  [_pI, _dN, _pa, _t, _ca, _sC, _sIF, _mSIMB, _rS],
459
- [0, 0, 0, 0, 0, () => SigningConfiguration, () => SigningImageFormat, 1, 2],
467
+ [0, 0, 0, 0, 0, () => SigningConfiguration$, () => SigningImageFormat$, 1, 2],
460
468
  ];
461
- export var SigningPlatformOverrides = [
469
+ export var SigningPlatformOverrides$ = [
462
470
  3,
463
471
  n0,
464
472
  _SPO,
465
473
  0,
466
474
  [_sC, _sIF],
467
- [() => SigningConfigurationOverrides, 0],
475
+ [() => SigningConfigurationOverrides$, 0],
468
476
  ];
469
- export var SigningProfile = [
477
+ export var SigningProfile$ = [
470
478
  3,
471
479
  n0,
472
480
  _SPi,
473
481
  0,
474
482
  [_pN, _pV, _pVA, _sM, _sVP, _pI, _pDN, _sP, _st, _ar, _ta],
475
- [0, 0, 0, () => SigningMaterial, () => SignatureValidityPeriod, 0, 0, 128 | 0, 0, 0, 128 | 0],
483
+ [0, 0, 0, () => SigningMaterial$, () => SignatureValidityPeriod$, 0, 0, 128 | 0, 0, 0, 128 | 0],
476
484
  ];
477
- export var SigningProfileRevocationRecord = [3, n0, _SPRR, 0, [_rEF, _rAe, _rBe], [4, 4, 0]];
478
- export var SignPayloadRequest = [3, n0, _SPR, 0, [_pN, _pO, _pay, _pF], [0, 0, 21, 0]];
479
- export var SignPayloadResponse = [3, n0, _SPRi, 0, [_jI, _jO, _me, _si], [0, 0, 128 | 0, 21]];
480
- export var Source = [3, n0, _S, 0, [_s_], [() => S3Source]];
481
- export var StartSigningJobRequest = [
485
+ export var SigningProfileRevocationRecord$ = [3, n0, _SPRR, 0, [_rEF, _rAe, _rBe], [4, 4, 0]];
486
+ export var SignPayloadRequest$ = [3, n0, _SPR, 0, [_pN, _pO, _pay, _pF], [0, 0, 21, 0]];
487
+ export var SignPayloadResponse$ = [3, n0, _SPRi, 0, [_jI, _jO, _me, _si], [0, 0, 128 | 0, 21]];
488
+ export var Source$ = [3, n0, _S, 0, [_s_], [() => S3Source$]];
489
+ export var StartSigningJobRequest$ = [
482
490
  3,
483
491
  n0,
484
492
  _SSJR,
485
493
  0,
486
494
  [_s, _d, _pN, _cRT, _pO],
487
- [() => Source, () => Destination, 0, [0, 4], 0],
488
- ];
489
- export var StartSigningJobResponse = [3, n0, _SSJRt, 0, [_jI, _jO], [0, 0]];
490
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
491
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
492
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _co], [0, 0]];
493
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
494
- export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m, _co], [0, 0]];
495
- TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
496
- export var UntagResourceRequest = [
495
+ [() => Source$, () => Destination$, 0, [0, 4], 0],
496
+ ];
497
+ export var StartSigningJobResponse$ = [3, n0, _SSJRt, 0, [_jI, _jO], [0, 0]];
498
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
499
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
500
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _co], [0, 0]];
501
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
502
+ export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m, _co], [0, 0]];
503
+ TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
504
+ export var UntagResourceRequest$ = [
497
505
  3,
498
506
  n0,
499
507
  _URR,
@@ -504,175 +512,175 @@ export var UntagResourceRequest = [
504
512
  [64 | 0, { [_hQ]: _tK }],
505
513
  ],
506
514
  ];
507
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
508
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _co], [0, 0]];
509
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
510
- export var __Unit = "unit";
511
- export var SignerServiceException = [-3, _sm, "SignerServiceException", 0, [], []];
512
- TypeRegistry.for(_sm).registerError(SignerServiceException, __SignerServiceException);
513
- export var CertificateHashes = 64 | 0;
514
- export var EncryptionAlgorithms = 64 | 0;
515
- export var HashAlgorithms = 64 | 0;
516
- export var ImageFormats = 64 | 0;
517
- export var Permissions = [1, n0, _Pe, 0, () => Permission];
518
- export var RevokedEntities = 64 | 0;
519
- export var SigningJobs = [1, n0, _SJi, 0, () => SigningJob];
520
- export var SigningPlatforms = [1, n0, _SPig, 0, () => SigningPlatform];
521
- export var SigningProfiles = [1, n0, _SPign, 0, () => SigningProfile];
522
- export var Statuses = 64 | 0;
523
- export var TagKeyList = 64 | 0;
524
- export var Metadata = 128 | 0;
525
- export var SigningParameters = 128 | 0;
526
- export var TagMap = 128 | 0;
527
- export var AddProfilePermission = [
515
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
516
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _co], [0, 0]];
517
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
518
+ var __Unit = "unit";
519
+ export var SignerServiceException$ = [-3, _sm, "SignerServiceException", 0, [], []];
520
+ TypeRegistry.for(_sm).registerError(SignerServiceException$, SignerServiceException);
521
+ var CertificateHashes = 64 | 0;
522
+ var EncryptionAlgorithms = 64 | 0;
523
+ var HashAlgorithms = 64 | 0;
524
+ var ImageFormats = 64 | 0;
525
+ var Permissions = [1, n0, _Pe, 0, () => Permission$];
526
+ var RevokedEntities = 64 | 0;
527
+ var SigningJobs = [1, n0, _SJi, 0, () => SigningJob$];
528
+ var SigningPlatforms = [1, n0, _SPig, 0, () => SigningPlatform$];
529
+ var SigningProfiles = [1, n0, _SPign, 0, () => SigningProfile$];
530
+ var Statuses = 64 | 0;
531
+ var TagKeyList = 64 | 0;
532
+ var Metadata = 128 | 0;
533
+ var SigningParameters = 128 | 0;
534
+ var TagMap = 128 | 0;
535
+ export var AddProfilePermission$ = [
528
536
  9,
529
537
  n0,
530
538
  _APP,
531
539
  { [_h]: ["POST", "/signing-profiles/{profileName}/permissions", 200] },
532
- () => AddProfilePermissionRequest,
533
- () => AddProfilePermissionResponse,
540
+ () => AddProfilePermissionRequest$,
541
+ () => AddProfilePermissionResponse$,
534
542
  ];
535
- export var CancelSigningProfile = [
543
+ export var CancelSigningProfile$ = [
536
544
  9,
537
545
  n0,
538
546
  _CSP,
539
547
  { [_h]: ["DELETE", "/signing-profiles/{profileName}", 200] },
540
- () => CancelSigningProfileRequest,
548
+ () => CancelSigningProfileRequest$,
541
549
  () => __Unit,
542
550
  ];
543
- export var DescribeSigningJob = [
551
+ export var DescribeSigningJob$ = [
544
552
  9,
545
553
  n0,
546
554
  _DSJ,
547
555
  { [_h]: ["GET", "/signing-jobs/{jobId}", 200] },
548
- () => DescribeSigningJobRequest,
549
- () => DescribeSigningJobResponse,
556
+ () => DescribeSigningJobRequest$,
557
+ () => DescribeSigningJobResponse$,
550
558
  ];
551
- export var GetRevocationStatus = [
559
+ export var GetRevocationStatus$ = [
552
560
  9,
553
561
  n0,
554
562
  _GRS,
555
563
  { [_h]: ["GET", "/revocations", 200], [_en]: ["data-"] },
556
- () => GetRevocationStatusRequest,
557
- () => GetRevocationStatusResponse,
564
+ () => GetRevocationStatusRequest$,
565
+ () => GetRevocationStatusResponse$,
558
566
  ];
559
- export var GetSigningPlatform = [
567
+ export var GetSigningPlatform$ = [
560
568
  9,
561
569
  n0,
562
570
  _GSP,
563
571
  { [_h]: ["GET", "/signing-platforms/{platformId}", 200] },
564
- () => GetSigningPlatformRequest,
565
- () => GetSigningPlatformResponse,
572
+ () => GetSigningPlatformRequest$,
573
+ () => GetSigningPlatformResponse$,
566
574
  ];
567
- export var GetSigningProfile = [
575
+ export var GetSigningProfile$ = [
568
576
  9,
569
577
  n0,
570
578
  _GSPe,
571
579
  { [_h]: ["GET", "/signing-profiles/{profileName}", 200] },
572
- () => GetSigningProfileRequest,
573
- () => GetSigningProfileResponse,
580
+ () => GetSigningProfileRequest$,
581
+ () => GetSigningProfileResponse$,
574
582
  ];
575
- export var ListProfilePermissions = [
583
+ export var ListProfilePermissions$ = [
576
584
  9,
577
585
  n0,
578
586
  _LPP,
579
587
  { [_h]: ["GET", "/signing-profiles/{profileName}/permissions", 200] },
580
- () => ListProfilePermissionsRequest,
581
- () => ListProfilePermissionsResponse,
588
+ () => ListProfilePermissionsRequest$,
589
+ () => ListProfilePermissionsResponse$,
582
590
  ];
583
- export var ListSigningJobs = [
591
+ export var ListSigningJobs$ = [
584
592
  9,
585
593
  n0,
586
594
  _LSJ,
587
595
  { [_h]: ["GET", "/signing-jobs", 200] },
588
- () => ListSigningJobsRequest,
589
- () => ListSigningJobsResponse,
596
+ () => ListSigningJobsRequest$,
597
+ () => ListSigningJobsResponse$,
590
598
  ];
591
- export var ListSigningPlatforms = [
599
+ export var ListSigningPlatforms$ = [
592
600
  9,
593
601
  n0,
594
602
  _LSP,
595
603
  { [_h]: ["GET", "/signing-platforms", 200] },
596
- () => ListSigningPlatformsRequest,
597
- () => ListSigningPlatformsResponse,
604
+ () => ListSigningPlatformsRequest$,
605
+ () => ListSigningPlatformsResponse$,
598
606
  ];
599
- export var ListSigningProfiles = [
607
+ export var ListSigningProfiles$ = [
600
608
  9,
601
609
  n0,
602
610
  _LSPi,
603
611
  { [_h]: ["GET", "/signing-profiles", 200] },
604
- () => ListSigningProfilesRequest,
605
- () => ListSigningProfilesResponse,
612
+ () => ListSigningProfilesRequest$,
613
+ () => ListSigningProfilesResponse$,
606
614
  ];
607
- export var ListTagsForResource = [
615
+ export var ListTagsForResource$ = [
608
616
  9,
609
617
  n0,
610
618
  _LTFR,
611
619
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
612
- () => ListTagsForResourceRequest,
613
- () => ListTagsForResourceResponse,
620
+ () => ListTagsForResourceRequest$,
621
+ () => ListTagsForResourceResponse$,
614
622
  ];
615
- export var PutSigningProfile = [
623
+ export var PutSigningProfile$ = [
616
624
  9,
617
625
  n0,
618
626
  _PSP,
619
627
  { [_h]: ["PUT", "/signing-profiles/{profileName}", 200] },
620
- () => PutSigningProfileRequest,
621
- () => PutSigningProfileResponse,
628
+ () => PutSigningProfileRequest$,
629
+ () => PutSigningProfileResponse$,
622
630
  ];
623
- export var RemoveProfilePermission = [
631
+ export var RemoveProfilePermission$ = [
624
632
  9,
625
633
  n0,
626
634
  _RPP,
627
635
  { [_h]: ["DELETE", "/signing-profiles/{profileName}/permissions/{statementId}", 200] },
628
- () => RemoveProfilePermissionRequest,
629
- () => RemoveProfilePermissionResponse,
636
+ () => RemoveProfilePermissionRequest$,
637
+ () => RemoveProfilePermissionResponse$,
630
638
  ];
631
- export var RevokeSignature = [
639
+ export var RevokeSignature$ = [
632
640
  9,
633
641
  n0,
634
642
  _RS,
635
643
  { [_h]: ["PUT", "/signing-jobs/{jobId}/revoke", 200] },
636
- () => RevokeSignatureRequest,
644
+ () => RevokeSignatureRequest$,
637
645
  () => __Unit,
638
646
  ];
639
- export var RevokeSigningProfile = [
647
+ export var RevokeSigningProfile$ = [
640
648
  9,
641
649
  n0,
642
650
  _RSP,
643
651
  { [_h]: ["PUT", "/signing-profiles/{profileName}/revoke", 200] },
644
- () => RevokeSigningProfileRequest,
652
+ () => RevokeSigningProfileRequest$,
645
653
  () => __Unit,
646
654
  ];
647
- export var SignPayload = [
655
+ export var SignPayload$ = [
648
656
  9,
649
657
  n0,
650
658
  _SPigna,
651
659
  { [_h]: ["POST", "/signing-jobs/with-payload", 200] },
652
- () => SignPayloadRequest,
653
- () => SignPayloadResponse,
660
+ () => SignPayloadRequest$,
661
+ () => SignPayloadResponse$,
654
662
  ];
655
- export var StartSigningJob = [
663
+ export var StartSigningJob$ = [
656
664
  9,
657
665
  n0,
658
666
  _SSJ,
659
667
  { [_h]: ["POST", "/signing-jobs", 200] },
660
- () => StartSigningJobRequest,
661
- () => StartSigningJobResponse,
668
+ () => StartSigningJobRequest$,
669
+ () => StartSigningJobResponse$,
662
670
  ];
663
- export var TagResource = [
671
+ export var TagResource$ = [
664
672
  9,
665
673
  n0,
666
674
  _TR,
667
675
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
668
- () => TagResourceRequest,
669
- () => TagResourceResponse,
676
+ () => TagResourceRequest$,
677
+ () => TagResourceResponse$,
670
678
  ];
671
- export var UntagResource = [
679
+ export var UntagResource$ = [
672
680
  9,
673
681
  n0,
674
682
  _UR,
675
683
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
676
- () => UntagResourceRequest,
677
- () => UntagResourceResponse,
684
+ () => UntagResourceRequest$,
685
+ () => UntagResourceResponse$,
678
686
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AddProfilePermissionCommandInput, AddProfilePermissionCommandOutput } from "./commands/AddProfilePermissionCommand";
11
11
  import { CancelSigningProfileCommandInput, CancelSigningProfileCommandOutput } from "./commands/CancelSigningProfileCommand";
@@ -160,15 +160,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
160
160
  * Optional extensions
161
161
  */
162
162
  extensions?: RuntimeExtension[];
163
- /**
164
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
165
- * may be overridden. A default will always be set by the client.
166
- * Available options depend on the service's supported protocols and will not be validated by
167
- * the client.
168
- * @alpha
169
- *
170
- */
171
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
172
163
  /**
173
164
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
174
165
  */
@@ -26,6 +26,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
26
26
  export type { RuntimeExtension } from "./runtimeExtensions";
27
27
  export type { SignerExtensionConfiguration } from "./extensionConfiguration";
28
28
  export * from "./commands";
29
+ export * from "./schemas/schemas_0";
29
30
  export * from "./pagination";
30
31
  export * from "./waiters";
31
32
  export * from "./models/enums";