@aws-sdk/client-signer 3.1068.0 → 3.1070.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SigningConfigurationOverrides$ = exports.SigningConfiguration$ = exports.SignedObject$ = exports.SignatureValidityPeriod$ = exports.S3Source$ = exports.S3SignedObject$ = exports.S3Destination$ = exports.RevokeSigningProfileRequest$ = exports.RevokeSignatureRequest$ = exports.RemoveProfilePermissionResponse$ = exports.RemoveProfilePermissionRequest$ = exports.PutSigningProfileResponse$ = exports.PutSigningProfileRequest$ = exports.Permission$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSigningProfilesResponse$ = exports.ListSigningProfilesRequest$ = exports.ListSigningPlatformsResponse$ = exports.ListSigningPlatformsRequest$ = exports.ListSigningJobsResponse$ = exports.ListSigningJobsRequest$ = exports.ListProfilePermissionsResponse$ = exports.ListProfilePermissionsRequest$ = exports.HashAlgorithmOptions$ = exports.GetSigningProfileResponse$ = exports.GetSigningProfileRequest$ = exports.GetSigningPlatformResponse$ = exports.GetSigningPlatformRequest$ = exports.GetRevocationStatusResponse$ = exports.GetRevocationStatusRequest$ = exports.EncryptionAlgorithmOptions$ = exports.Destination$ = exports.DescribeSigningJobResponse$ = exports.DescribeSigningJobRequest$ = exports.CancelSigningProfileRequest$ = exports.AddProfilePermissionResponse$ = exports.AddProfilePermissionRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyRequestsException$ = exports.ThrottlingException$ = exports.ServiceLimitExceededException$ = exports.ResourceNotFoundException$ = exports.NotFoundException$ = exports.InternalServiceErrorException$ = exports.ConflictException$ = exports.BadRequestException$ = exports.AccessDeniedException$ = exports.SignerServiceException$ = void 0;
4
- exports.UntagResource$ = exports.TagResource$ = exports.StartSigningJob$ = exports.SignPayload$ = exports.RevokeSigningProfile$ = exports.RevokeSignature$ = exports.RemoveProfilePermission$ = exports.PutSigningProfile$ = exports.ListTagsForResource$ = exports.ListSigningProfiles$ = exports.ListSigningPlatforms$ = exports.ListSigningJobs$ = exports.ListProfilePermissions$ = exports.GetSigningProfile$ = exports.GetSigningPlatform$ = exports.GetRevocationStatus$ = exports.DescribeSigningJob$ = exports.CancelSigningProfile$ = exports.AddProfilePermission$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StartSigningJobResponse$ = exports.StartSigningJobRequest$ = exports.Source$ = exports.SignPayloadResponse$ = exports.SignPayloadRequest$ = exports.SigningProfileRevocationRecord$ = exports.SigningProfile$ = exports.SigningPlatformOverrides$ = exports.SigningPlatform$ = exports.SigningMaterial$ = exports.SigningJobRevocationRecord$ = exports.SigningJob$ = exports.SigningImageFormat$ = void 0;
5
1
  const _ADE = "AccessDeniedException";
6
2
  const _APP = "AddProfilePermission";
7
3
  const _APPR = "AddProfilePermissionRequest";
@@ -182,369 +178,435 @@ const _ty = "type";
182
178
  const _v = "version";
183
179
  const _va = "value";
184
180
  const n0 = "com.amazonaws.signer";
185
- const schema_1 = require("@smithy/core/schema");
186
- const errors_1 = require("../models/errors");
187
- const SignerServiceException_1 = require("../models/SignerServiceException");
188
- const _s_registry = schema_1.TypeRegistry.for(_s);
189
- exports.SignerServiceException$ = [-3, _s, "SignerServiceException", 0, [], []];
190
- _s_registry.registerError(exports.SignerServiceException$, SignerServiceException_1.SignerServiceException);
191
- const n0_registry = schema_1.TypeRegistry.for(n0);
192
- exports.AccessDeniedException$ = [-3, n0, _ADE,
181
+ const { TypeRegistry } = require("@smithy/core/schema");
182
+ const { AccessDeniedException, BadRequestException, ConflictException, InternalServiceErrorException, NotFoundException, ResourceNotFoundException, ServiceLimitExceededException, ThrottlingException, TooManyRequestsException, ValidationException } = require("../models/errors");
183
+ const { SignerServiceException } = require("../models/SignerServiceException");
184
+ const _s_registry = TypeRegistry.for(_s);
185
+ const SignerServiceException$ = [-3, _s, "SignerServiceException", 0, [], []];
186
+ exports.SignerServiceException$ = SignerServiceException$;
187
+ _s_registry.registerError(SignerServiceException$, SignerServiceException);
188
+ const n0_registry = TypeRegistry.for(n0);
189
+ const AccessDeniedException$ = [-3, n0, _ADE,
193
190
  { [_e]: _c, [_hE]: 403 },
194
191
  [_m, _co],
195
192
  [0, 0]
196
193
  ];
197
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
198
- exports.BadRequestException$ = [-3, n0, _BRE,
194
+ exports.AccessDeniedException$ = AccessDeniedException$;
195
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
196
+ const BadRequestException$ = [-3, n0, _BRE,
199
197
  { [_e]: _c, [_hE]: 400 },
200
198
  [_m, _co],
201
199
  [0, 0]
202
200
  ];
203
- n0_registry.registerError(exports.BadRequestException$, errors_1.BadRequestException);
204
- exports.ConflictException$ = [-3, n0, _CE,
201
+ exports.BadRequestException$ = BadRequestException$;
202
+ n0_registry.registerError(BadRequestException$, BadRequestException);
203
+ const ConflictException$ = [-3, n0, _CE,
205
204
  { [_e]: _c, [_hE]: 409 },
206
205
  [_m, _co],
207
206
  [0, 0]
208
207
  ];
209
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
210
- exports.InternalServiceErrorException$ = [-3, n0, _ISEE,
208
+ exports.ConflictException$ = ConflictException$;
209
+ n0_registry.registerError(ConflictException$, ConflictException);
210
+ const InternalServiceErrorException$ = [-3, n0, _ISEE,
211
211
  { [_e]: _se, [_hE]: 500 },
212
212
  [_m, _co],
213
213
  [0, 0]
214
214
  ];
215
- n0_registry.registerError(exports.InternalServiceErrorException$, errors_1.InternalServiceErrorException);
216
- exports.NotFoundException$ = [-3, n0, _NFE,
215
+ exports.InternalServiceErrorException$ = InternalServiceErrorException$;
216
+ n0_registry.registerError(InternalServiceErrorException$, InternalServiceErrorException);
217
+ const NotFoundException$ = [-3, n0, _NFE,
217
218
  { [_e]: _c, [_hE]: 404 },
218
219
  [_m, _co],
219
220
  [0, 0]
220
221
  ];
221
- n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
222
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
222
+ exports.NotFoundException$ = NotFoundException$;
223
+ n0_registry.registerError(NotFoundException$, NotFoundException);
224
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
223
225
  { [_e]: _c, [_hE]: 404 },
224
226
  [_m, _co],
225
227
  [0, 0]
226
228
  ];
227
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
228
- exports.ServiceLimitExceededException$ = [-3, n0, _SLEE,
229
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
230
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
231
+ const ServiceLimitExceededException$ = [-3, n0, _SLEE,
229
232
  { [_e]: _c, [_hE]: 402 },
230
233
  [_m, _co],
231
234
  [0, 0]
232
235
  ];
233
- n0_registry.registerError(exports.ServiceLimitExceededException$, errors_1.ServiceLimitExceededException);
234
- exports.ThrottlingException$ = [-3, n0, _TE,
236
+ exports.ServiceLimitExceededException$ = ServiceLimitExceededException$;
237
+ n0_registry.registerError(ServiceLimitExceededException$, ServiceLimitExceededException);
238
+ const ThrottlingException$ = [-3, n0, _TE,
235
239
  { [_e]: _c, [_hE]: 429 },
236
240
  [_m, _co],
237
241
  [0, 0]
238
242
  ];
239
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
240
- exports.TooManyRequestsException$ = [-3, n0, _TMRE,
243
+ exports.ThrottlingException$ = ThrottlingException$;
244
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
245
+ const TooManyRequestsException$ = [-3, n0, _TMRE,
241
246
  { [_e]: _c, [_hE]: 429 },
242
247
  [_m, _co],
243
248
  [0, 0]
244
249
  ];
245
- n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
246
- exports.ValidationException$ = [-3, n0, _VE,
250
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
251
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
252
+ const ValidationException$ = [-3, n0, _VE,
247
253
  { [_e]: _c, [_hE]: 400 },
248
254
  [_m, _co],
249
255
  [0, 0]
250
256
  ];
251
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
257
+ exports.ValidationException$ = ValidationException$;
258
+ n0_registry.registerError(ValidationException$, ValidationException);
252
259
  exports.errorTypeRegistries = [
253
260
  _s_registry,
254
261
  n0_registry,
255
262
  ];
256
- exports.AddProfilePermissionRequest$ = [3, n0, _APPR,
263
+ const AddProfilePermissionRequest$ = [3, n0, _APPR,
257
264
  0,
258
265
  [_pN, _a, _p, _sI, _pV, _rI],
259
266
  [[0, 1], 0, 0, 0, 0, 0], 4
260
267
  ];
261
- exports.AddProfilePermissionResponse$ = [3, n0, _APPRd,
268
+ exports.AddProfilePermissionRequest$ = AddProfilePermissionRequest$;
269
+ const AddProfilePermissionResponse$ = [3, n0, _APPRd,
262
270
  0,
263
271
  [_rI],
264
272
  [0]
265
273
  ];
266
- exports.CancelSigningProfileRequest$ = [3, n0, _CSPR,
274
+ exports.AddProfilePermissionResponse$ = AddProfilePermissionResponse$;
275
+ const CancelSigningProfileRequest$ = [3, n0, _CSPR,
267
276
  0,
268
277
  [_pN],
269
278
  [[0, 1]], 1
270
279
  ];
271
- exports.DescribeSigningJobRequest$ = [3, n0, _DSJR,
280
+ exports.CancelSigningProfileRequest$ = CancelSigningProfileRequest$;
281
+ const DescribeSigningJobRequest$ = [3, n0, _DSJR,
272
282
  0,
273
283
  [_jI],
274
284
  [[0, 1]], 1
275
285
  ];
276
- exports.DescribeSigningJobResponse$ = [3, n0, _DSJRe,
286
+ exports.DescribeSigningJobRequest$ = DescribeSigningJobRequest$;
287
+ const DescribeSigningJobResponse$ = [3, n0, _DSJRe,
277
288
  0,
278
289
  [_jI, _so, _sM, _pI, _pDN, _pN, _pV, _o, _sP, _cA, _cAo, _sEA, _rB, _st, _sR, _rR, _sO, _jO, _jIo],
279
- [0, () => exports.Source$, () => exports.SigningMaterial$, 0, 0, 0, 0, () => exports.SigningPlatformOverrides$, 128 | 0, 4, 4, 4, 0, 0, 0, () => exports.SigningJobRevocationRecord$, () => exports.SignedObject$, 0, 0]
290
+ [0, () => Source$, () => SigningMaterial$, 0, 0, 0, 0, () => SigningPlatformOverrides$, 128 | 0, 4, 4, 4, 0, 0, 0, () => SigningJobRevocationRecord$, () => SignedObject$, 0, 0]
280
291
  ];
281
- exports.Destination$ = [3, n0, _D,
292
+ exports.DescribeSigningJobResponse$ = DescribeSigningJobResponse$;
293
+ const Destination$ = [3, n0, _D,
282
294
  0,
283
295
  [_s_],
284
- [() => exports.S3Destination$]
296
+ [() => S3Destination$]
285
297
  ];
286
- exports.EncryptionAlgorithmOptions$ = [3, n0, _EAO,
298
+ exports.Destination$ = Destination$;
299
+ const EncryptionAlgorithmOptions$ = [3, n0, _EAO,
287
300
  0,
288
301
  [_aV, _dV],
289
302
  [64 | 0, 0], 2
290
303
  ];
291
- exports.GetRevocationStatusRequest$ = [3, n0, _GRSR,
304
+ exports.EncryptionAlgorithmOptions$ = EncryptionAlgorithmOptions$;
305
+ const GetRevocationStatusRequest$ = [3, n0, _GRSR,
292
306
  0,
293
307
  [_sT, _pI, _pVA, _jA, _cH],
294
308
  [[4, { [_hQ]: _sT }], [0, { [_hQ]: _pI }], [0, { [_hQ]: _pVA }], [0, { [_hQ]: _jA }], [64 | 0, { [_hQ]: _cH }]], 5
295
309
  ];
296
- exports.GetRevocationStatusResponse$ = [3, n0, _GRSRe,
310
+ exports.GetRevocationStatusRequest$ = GetRevocationStatusRequest$;
311
+ const GetRevocationStatusResponse$ = [3, n0, _GRSRe,
297
312
  0,
298
313
  [_rE],
299
314
  [64 | 0]
300
315
  ];
301
- exports.GetSigningPlatformRequest$ = [3, n0, _GSPR,
316
+ exports.GetRevocationStatusResponse$ = GetRevocationStatusResponse$;
317
+ const GetSigningPlatformRequest$ = [3, n0, _GSPR,
302
318
  0,
303
319
  [_pI],
304
320
  [[0, 1]], 1
305
321
  ];
306
- exports.GetSigningPlatformResponse$ = [3, n0, _GSPRe,
322
+ exports.GetSigningPlatformRequest$ = GetSigningPlatformRequest$;
323
+ const GetSigningPlatformResponse$ = [3, n0, _GSPRe,
307
324
  0,
308
325
  [_pI, _dN, _pa, _t, _ca, _sC, _sIF, _mSIMB, _rS],
309
- [0, 0, 0, 0, 0, () => exports.SigningConfiguration$, () => exports.SigningImageFormat$, 1, 2]
326
+ [0, 0, 0, 0, 0, () => SigningConfiguration$, () => SigningImageFormat$, 1, 2]
310
327
  ];
311
- exports.GetSigningProfileRequest$ = [3, n0, _GSPRet,
328
+ exports.GetSigningPlatformResponse$ = GetSigningPlatformResponse$;
329
+ const GetSigningProfileRequest$ = [3, n0, _GSPRet,
312
330
  0,
313
331
  [_pN, _pO],
314
332
  [[0, 1], [0, { [_hQ]: _pO }]], 1
315
333
  ];
316
- exports.GetSigningProfileResponse$ = [3, n0, _GSPReti,
334
+ exports.GetSigningProfileRequest$ = GetSigningProfileRequest$;
335
+ const GetSigningProfileResponse$ = [3, n0, _GSPReti,
317
336
  0,
318
337
  [_pN, _pV, _pVA, _rR, _sM, _pI, _pDN, _sVP, _o, _sP, _st, _sR, _ar, _ta],
319
- [0, 0, 0, () => exports.SigningProfileRevocationRecord$, () => exports.SigningMaterial$, 0, 0, () => exports.SignatureValidityPeriod$, () => exports.SigningPlatformOverrides$, 128 | 0, 0, 0, 0, 128 | 0]
338
+ [0, 0, 0, () => SigningProfileRevocationRecord$, () => SigningMaterial$, 0, 0, () => SignatureValidityPeriod$, () => SigningPlatformOverrides$, 128 | 0, 0, 0, 0, 128 | 0]
320
339
  ];
321
- exports.HashAlgorithmOptions$ = [3, n0, _HAO,
340
+ exports.GetSigningProfileResponse$ = GetSigningProfileResponse$;
341
+ const HashAlgorithmOptions$ = [3, n0, _HAO,
322
342
  0,
323
343
  [_aV, _dV],
324
344
  [64 | 0, 0], 2
325
345
  ];
326
- exports.ListProfilePermissionsRequest$ = [3, n0, _LPPR,
346
+ exports.HashAlgorithmOptions$ = HashAlgorithmOptions$;
347
+ const ListProfilePermissionsRequest$ = [3, n0, _LPPR,
327
348
  0,
328
349
  [_pN, _nT],
329
350
  [[0, 1], [0, { [_hQ]: _nT }]], 1
330
351
  ];
331
- exports.ListProfilePermissionsResponse$ = [3, n0, _LPPRi,
352
+ exports.ListProfilePermissionsRequest$ = ListProfilePermissionsRequest$;
353
+ const ListProfilePermissionsResponse$ = [3, n0, _LPPRi,
332
354
  0,
333
355
  [_rI, _pSB, _pe, _nT],
334
356
  [0, 1, () => Permissions, 0]
335
357
  ];
336
- exports.ListSigningJobsRequest$ = [3, n0, _LSJR,
358
+ exports.ListProfilePermissionsResponse$ = ListProfilePermissionsResponse$;
359
+ const ListSigningJobsRequest$ = [3, n0, _LSJR,
337
360
  0,
338
361
  [_st, _pI, _rB, _mR, _nT, _iR, _sEB, _sEAi, _jIo],
339
362
  [[0, { [_hQ]: _st }], [0, { [_hQ]: _pI }], [0, { [_hQ]: _rB }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [2, { [_hQ]: _iR }], [4, { [_hQ]: _sEB }], [4, { [_hQ]: _sEAi }], [0, { [_hQ]: _jIo }]]
340
363
  ];
341
- exports.ListSigningJobsResponse$ = [3, n0, _LSJRi,
364
+ exports.ListSigningJobsRequest$ = ListSigningJobsRequest$;
365
+ const ListSigningJobsResponse$ = [3, n0, _LSJRi,
342
366
  0,
343
367
  [_j, _nT],
344
368
  [() => SigningJobs, 0]
345
369
  ];
346
- exports.ListSigningPlatformsRequest$ = [3, n0, _LSPR,
370
+ exports.ListSigningJobsResponse$ = ListSigningJobsResponse$;
371
+ const ListSigningPlatformsRequest$ = [3, n0, _LSPR,
347
372
  0,
348
373
  [_ca, _pa, _t, _mR, _nT],
349
374
  [[0, { [_hQ]: _ca }], [0, { [_hQ]: _pa }], [0, { [_hQ]: _t }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
350
375
  ];
351
- exports.ListSigningPlatformsResponse$ = [3, n0, _LSPRi,
376
+ exports.ListSigningPlatformsRequest$ = ListSigningPlatformsRequest$;
377
+ const ListSigningPlatformsResponse$ = [3, n0, _LSPRi,
352
378
  0,
353
379
  [_pl, _nT],
354
380
  [() => SigningPlatforms, 0]
355
381
  ];
356
- exports.ListSigningProfilesRequest$ = [3, n0, _LSPRis,
382
+ exports.ListSigningPlatformsResponse$ = ListSigningPlatformsResponse$;
383
+ const ListSigningProfilesRequest$ = [3, n0, _LSPRis,
357
384
  0,
358
385
  [_iC, _mR, _nT, _pI, _sta],
359
386
  [[2, { [_hQ]: _iC }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _pI }], [64 | 0, { [_hQ]: _sta }]]
360
387
  ];
361
- exports.ListSigningProfilesResponse$ = [3, n0, _LSPRist,
388
+ exports.ListSigningProfilesRequest$ = ListSigningProfilesRequest$;
389
+ const ListSigningProfilesResponse$ = [3, n0, _LSPRist,
362
390
  0,
363
391
  [_pr, _nT],
364
392
  [() => SigningProfiles, 0]
365
393
  ];
366
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
394
+ exports.ListSigningProfilesResponse$ = ListSigningProfilesResponse$;
395
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
367
396
  0,
368
397
  [_rA],
369
398
  [[0, 1]], 1
370
399
  ];
371
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
400
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
401
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
372
402
  0,
373
403
  [_ta],
374
404
  [128 | 0]
375
405
  ];
376
- exports.Permission$ = [3, n0, _P,
406
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
407
+ const Permission$ = [3, n0, _P,
377
408
  0,
378
409
  [_a, _p, _sI, _pV],
379
410
  [0, 0, 0, 0]
380
411
  ];
381
- exports.PutSigningProfileRequest$ = [3, n0, _PSPR,
412
+ exports.Permission$ = Permission$;
413
+ const PutSigningProfileRequest$ = [3, n0, _PSPR,
382
414
  0,
383
415
  [_pN, _pI, _sM, _sVP, _o, _sP, _ta],
384
- [[0, 1], 0, () => exports.SigningMaterial$, () => exports.SignatureValidityPeriod$, () => exports.SigningPlatformOverrides$, 128 | 0, 128 | 0], 2
416
+ [[0, 1], 0, () => SigningMaterial$, () => SignatureValidityPeriod$, () => SigningPlatformOverrides$, 128 | 0, 128 | 0], 2
385
417
  ];
386
- exports.PutSigningProfileResponse$ = [3, n0, _PSPRu,
418
+ exports.PutSigningProfileRequest$ = PutSigningProfileRequest$;
419
+ const PutSigningProfileResponse$ = [3, n0, _PSPRu,
387
420
  0,
388
421
  [_ar, _pV, _pVA],
389
422
  [0, 0, 0]
390
423
  ];
391
- exports.RemoveProfilePermissionRequest$ = [3, n0, _RPPR,
424
+ exports.PutSigningProfileResponse$ = PutSigningProfileResponse$;
425
+ const RemoveProfilePermissionRequest$ = [3, n0, _RPPR,
392
426
  0,
393
427
  [_pN, _rI, _sI],
394
428
  [[0, 1], [0, { [_hQ]: _rI }], [0, 1]], 3
395
429
  ];
396
- exports.RemoveProfilePermissionResponse$ = [3, n0, _RPPRe,
430
+ exports.RemoveProfilePermissionRequest$ = RemoveProfilePermissionRequest$;
431
+ const RemoveProfilePermissionResponse$ = [3, n0, _RPPRe,
397
432
  0,
398
433
  [_rI],
399
434
  [0]
400
435
  ];
401
- exports.RevokeSignatureRequest$ = [3, n0, _RSR,
436
+ exports.RemoveProfilePermissionResponse$ = RemoveProfilePermissionResponse$;
437
+ const RevokeSignatureRequest$ = [3, n0, _RSR,
402
438
  0,
403
439
  [_jI, _r, _jO],
404
440
  [[0, 1], 0, 0], 2
405
441
  ];
406
- exports.RevokeSigningProfileRequest$ = [3, n0, _RSPR,
442
+ exports.RevokeSignatureRequest$ = RevokeSignatureRequest$;
443
+ const RevokeSigningProfileRequest$ = [3, n0, _RSPR,
407
444
  0,
408
445
  [_pN, _pV, _r, _eT],
409
446
  [[0, 1], 0, 0, 4], 4
410
447
  ];
411
- exports.S3Destination$ = [3, n0, _SD,
448
+ exports.RevokeSigningProfileRequest$ = RevokeSigningProfileRequest$;
449
+ const S3Destination$ = [3, n0, _SD,
412
450
  0,
413
451
  [_bN, _pre],
414
452
  [0, 0]
415
453
  ];
416
- exports.S3SignedObject$ = [3, n0, _SSO,
454
+ exports.S3Destination$ = S3Destination$;
455
+ const S3SignedObject$ = [3, n0, _SSO,
417
456
  0,
418
457
  [_bN, _k],
419
458
  [0, 0]
420
459
  ];
421
- exports.S3Source$ = [3, n0, _SS,
460
+ exports.S3SignedObject$ = S3SignedObject$;
461
+ const S3Source$ = [3, n0, _SS,
422
462
  0,
423
463
  [_bN, _k, _v],
424
464
  [0, 0, 0], 3
425
465
  ];
426
- exports.SignatureValidityPeriod$ = [3, n0, _SVP,
466
+ exports.S3Source$ = S3Source$;
467
+ const SignatureValidityPeriod$ = [3, n0, _SVP,
427
468
  0,
428
469
  [_va, _ty],
429
470
  [1, 0]
430
471
  ];
431
- exports.SignedObject$ = [3, n0, _SO,
472
+ exports.SignatureValidityPeriod$ = SignatureValidityPeriod$;
473
+ const SignedObject$ = [3, n0, _SO,
432
474
  0,
433
475
  [_s_],
434
- [() => exports.S3SignedObject$]
476
+ [() => S3SignedObject$]
435
477
  ];
436
- exports.SigningConfiguration$ = [3, n0, _SC,
478
+ exports.SignedObject$ = SignedObject$;
479
+ const SigningConfiguration$ = [3, n0, _SC,
437
480
  0,
438
481
  [_eAO, _hAO],
439
- [() => exports.EncryptionAlgorithmOptions$, () => exports.HashAlgorithmOptions$], 2
482
+ [() => EncryptionAlgorithmOptions$, () => HashAlgorithmOptions$], 2
440
483
  ];
441
- exports.SigningConfigurationOverrides$ = [3, n0, _SCO,
484
+ exports.SigningConfiguration$ = SigningConfiguration$;
485
+ const SigningConfigurationOverrides$ = [3, n0, _SCO,
442
486
  0,
443
487
  [_eA, _hA],
444
488
  [0, 0]
445
489
  ];
446
- exports.SigningImageFormat$ = [3, n0, _SIF,
490
+ exports.SigningConfigurationOverrides$ = SigningConfigurationOverrides$;
491
+ const SigningImageFormat$ = [3, n0, _SIF,
447
492
  0,
448
493
  [_sF, _dF],
449
494
  [64 | 0, 0], 2
450
495
  ];
451
- exports.SigningJob$ = [3, n0, _SJ,
496
+ exports.SigningImageFormat$ = SigningImageFormat$;
497
+ const SigningJob$ = [3, n0, _SJ,
452
498
  0,
453
499
  [_jI, _so, _sO, _sM, _cA, _st, _iR, _pN, _pV, _pI, _pDN, _sEA, _jO, _jIo],
454
- [0, () => exports.Source$, () => exports.SignedObject$, () => exports.SigningMaterial$, 4, 0, 2, 0, 0, 0, 0, 4, 0, 0]
500
+ [0, () => Source$, () => SignedObject$, () => SigningMaterial$, 4, 0, 2, 0, 0, 0, 0, 4, 0, 0]
455
501
  ];
456
- exports.SigningJobRevocationRecord$ = [3, n0, _SJRR,
502
+ exports.SigningJob$ = SigningJob$;
503
+ const SigningJobRevocationRecord$ = [3, n0, _SJRR,
457
504
  0,
458
505
  [_r, _rAe, _rBe],
459
506
  [0, 4, 0]
460
507
  ];
461
- exports.SigningMaterial$ = [3, n0, _SM,
508
+ exports.SigningJobRevocationRecord$ = SigningJobRevocationRecord$;
509
+ const SigningMaterial$ = [3, n0, _SM,
462
510
  0,
463
511
  [_cAe],
464
512
  [0], 1
465
513
  ];
466
- exports.SigningPlatform$ = [3, n0, _SP,
514
+ exports.SigningMaterial$ = SigningMaterial$;
515
+ const SigningPlatform$ = [3, n0, _SP,
467
516
  0,
468
517
  [_pI, _dN, _pa, _t, _ca, _sC, _sIF, _mSIMB, _rS],
469
- [0, 0, 0, 0, 0, () => exports.SigningConfiguration$, () => exports.SigningImageFormat$, 1, 2]
518
+ [0, 0, 0, 0, 0, () => SigningConfiguration$, () => SigningImageFormat$, 1, 2]
470
519
  ];
471
- exports.SigningPlatformOverrides$ = [3, n0, _SPO,
520
+ exports.SigningPlatform$ = SigningPlatform$;
521
+ const SigningPlatformOverrides$ = [3, n0, _SPO,
472
522
  0,
473
523
  [_sC, _sIF],
474
- [() => exports.SigningConfigurationOverrides$, 0]
524
+ [() => SigningConfigurationOverrides$, 0]
475
525
  ];
476
- exports.SigningProfile$ = [3, n0, _SPi,
526
+ exports.SigningPlatformOverrides$ = SigningPlatformOverrides$;
527
+ const SigningProfile$ = [3, n0, _SPi,
477
528
  0,
478
529
  [_pN, _pV, _pVA, _sM, _sVP, _pI, _pDN, _sP, _st, _ar, _ta],
479
- [0, 0, 0, () => exports.SigningMaterial$, () => exports.SignatureValidityPeriod$, 0, 0, 128 | 0, 0, 0, 128 | 0]
530
+ [0, 0, 0, () => SigningMaterial$, () => SignatureValidityPeriod$, 0, 0, 128 | 0, 0, 0, 128 | 0]
480
531
  ];
481
- exports.SigningProfileRevocationRecord$ = [3, n0, _SPRR,
532
+ exports.SigningProfile$ = SigningProfile$;
533
+ const SigningProfileRevocationRecord$ = [3, n0, _SPRR,
482
534
  0,
483
535
  [_rEF, _rAe, _rBe],
484
536
  [4, 4, 0]
485
537
  ];
486
- exports.SignPayloadRequest$ = [3, n0, _SPR,
538
+ exports.SigningProfileRevocationRecord$ = SigningProfileRevocationRecord$;
539
+ const SignPayloadRequest$ = [3, n0, _SPR,
487
540
  0,
488
541
  [_pN, _pay, _pF, _pO],
489
542
  [0, 21, 0, 0], 3
490
543
  ];
491
- exports.SignPayloadResponse$ = [3, n0, _SPRi,
544
+ exports.SignPayloadRequest$ = SignPayloadRequest$;
545
+ const SignPayloadResponse$ = [3, n0, _SPRi,
492
546
  0,
493
547
  [_jI, _jO, _me, _si],
494
548
  [0, 0, 128 | 0, 21]
495
549
  ];
496
- exports.Source$ = [3, n0, _S,
550
+ exports.SignPayloadResponse$ = SignPayloadResponse$;
551
+ const Source$ = [3, n0, _S,
497
552
  0,
498
553
  [_s_],
499
- [() => exports.S3Source$]
554
+ [() => S3Source$]
500
555
  ];
501
- exports.StartSigningJobRequest$ = [3, n0, _SSJR,
556
+ exports.Source$ = Source$;
557
+ const StartSigningJobRequest$ = [3, n0, _SSJR,
502
558
  0,
503
559
  [_so, _d, _pN, _cRT, _pO],
504
- [() => exports.Source$, () => exports.Destination$, 0, [0, 4], 0], 3
560
+ [() => Source$, () => Destination$, 0, [0, 4], 0], 3
505
561
  ];
506
- exports.StartSigningJobResponse$ = [3, n0, _SSJRt,
562
+ exports.StartSigningJobRequest$ = StartSigningJobRequest$;
563
+ const StartSigningJobResponse$ = [3, n0, _SSJRt,
507
564
  0,
508
565
  [_jI, _jO],
509
566
  [0, 0]
510
567
  ];
511
- exports.TagResourceRequest$ = [3, n0, _TRR,
568
+ exports.StartSigningJobResponse$ = StartSigningJobResponse$;
569
+ const TagResourceRequest$ = [3, n0, _TRR,
512
570
  0,
513
571
  [_rA, _ta],
514
572
  [[0, 1], 128 | 0], 2
515
573
  ];
516
- exports.TagResourceResponse$ = [3, n0, _TRRa,
574
+ exports.TagResourceRequest$ = TagResourceRequest$;
575
+ const TagResourceResponse$ = [3, n0, _TRRa,
517
576
  0,
518
577
  [],
519
578
  []
520
579
  ];
521
- exports.UntagResourceRequest$ = [3, n0, _URR,
580
+ exports.TagResourceResponse$ = TagResourceResponse$;
581
+ const UntagResourceRequest$ = [3, n0, _URR,
522
582
  0,
523
583
  [_rA, _tK],
524
584
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
525
585
  ];
526
- exports.UntagResourceResponse$ = [3, n0, _URRn,
586
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
587
+ const UntagResourceResponse$ = [3, n0, _URRn,
527
588
  0,
528
589
  [],
529
590
  []
530
591
  ];
592
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
531
593
  var __Unit = "unit";
532
594
  var CertificateHashes = 64 | 0;
533
595
  var EncryptionAlgorithms = 64 | 0;
534
596
  var HashAlgorithms = 64 | 0;
535
597
  var ImageFormats = 64 | 0;
536
598
  var Permissions = [1, n0, _Pe,
537
- 0, () => exports.Permission$
599
+ 0, () => Permission$
538
600
  ];
539
601
  var RevokedEntities = 64 | 0;
540
602
  var SigningJobs = [1, n0, _SJi,
541
- 0, () => exports.SigningJob$
603
+ 0, () => SigningJob$
542
604
  ];
543
605
  var SigningPlatforms = [1, n0, _SPig,
544
- 0, () => exports.SigningPlatform$
606
+ 0, () => SigningPlatform$
545
607
  ];
546
608
  var SigningProfiles = [1, n0, _SPign,
547
- 0, () => exports.SigningProfile$
609
+ 0, () => SigningProfile$
548
610
  ];
549
611
  var Statuses = 64 | 0;
550
612
  var TagKeyList = 64 | 0;
@@ -552,59 +614,59 @@ var Metadata = 128 | 0;
552
614
  var SigningParameters = 128 | 0;
553
615
  var TagMap = 128 | 0;
554
616
  exports.AddProfilePermission$ = [9, n0, _APP,
555
- { [_h]: ["POST", "/signing-profiles/{profileName}/permissions", 200] }, () => exports.AddProfilePermissionRequest$, () => exports.AddProfilePermissionResponse$
617
+ { [_h]: ["POST", "/signing-profiles/{profileName}/permissions", 200] }, () => AddProfilePermissionRequest$, () => AddProfilePermissionResponse$
556
618
  ];
557
619
  exports.CancelSigningProfile$ = [9, n0, _CSP,
558
- { [_h]: ["DELETE", "/signing-profiles/{profileName}", 200] }, () => exports.CancelSigningProfileRequest$, () => __Unit
620
+ { [_h]: ["DELETE", "/signing-profiles/{profileName}", 200] }, () => CancelSigningProfileRequest$, () => __Unit
559
621
  ];
560
622
  exports.DescribeSigningJob$ = [9, n0, _DSJ,
561
- { [_h]: ["GET", "/signing-jobs/{jobId}", 200] }, () => exports.DescribeSigningJobRequest$, () => exports.DescribeSigningJobResponse$
623
+ { [_h]: ["GET", "/signing-jobs/{jobId}", 200] }, () => DescribeSigningJobRequest$, () => DescribeSigningJobResponse$
562
624
  ];
563
625
  exports.GetRevocationStatus$ = [9, n0, _GRS,
564
- { [_en]: ["data-"], [_h]: ["GET", "/revocations", 200] }, () => exports.GetRevocationStatusRequest$, () => exports.GetRevocationStatusResponse$
626
+ { [_en]: ["data-"], [_h]: ["GET", "/revocations", 200] }, () => GetRevocationStatusRequest$, () => GetRevocationStatusResponse$
565
627
  ];
566
628
  exports.GetSigningPlatform$ = [9, n0, _GSP,
567
- { [_h]: ["GET", "/signing-platforms/{platformId}", 200] }, () => exports.GetSigningPlatformRequest$, () => exports.GetSigningPlatformResponse$
629
+ { [_h]: ["GET", "/signing-platforms/{platformId}", 200] }, () => GetSigningPlatformRequest$, () => GetSigningPlatformResponse$
568
630
  ];
569
631
  exports.GetSigningProfile$ = [9, n0, _GSPe,
570
- { [_h]: ["GET", "/signing-profiles/{profileName}", 200] }, () => exports.GetSigningProfileRequest$, () => exports.GetSigningProfileResponse$
632
+ { [_h]: ["GET", "/signing-profiles/{profileName}", 200] }, () => GetSigningProfileRequest$, () => GetSigningProfileResponse$
571
633
  ];
572
634
  exports.ListProfilePermissions$ = [9, n0, _LPP,
573
- { [_h]: ["GET", "/signing-profiles/{profileName}/permissions", 200] }, () => exports.ListProfilePermissionsRequest$, () => exports.ListProfilePermissionsResponse$
635
+ { [_h]: ["GET", "/signing-profiles/{profileName}/permissions", 200] }, () => ListProfilePermissionsRequest$, () => ListProfilePermissionsResponse$
574
636
  ];
575
637
  exports.ListSigningJobs$ = [9, n0, _LSJ,
576
- { [_h]: ["GET", "/signing-jobs", 200] }, () => exports.ListSigningJobsRequest$, () => exports.ListSigningJobsResponse$
638
+ { [_h]: ["GET", "/signing-jobs", 200] }, () => ListSigningJobsRequest$, () => ListSigningJobsResponse$
577
639
  ];
578
640
  exports.ListSigningPlatforms$ = [9, n0, _LSP,
579
- { [_h]: ["GET", "/signing-platforms", 200] }, () => exports.ListSigningPlatformsRequest$, () => exports.ListSigningPlatformsResponse$
641
+ { [_h]: ["GET", "/signing-platforms", 200] }, () => ListSigningPlatformsRequest$, () => ListSigningPlatformsResponse$
580
642
  ];
581
643
  exports.ListSigningProfiles$ = [9, n0, _LSPi,
582
- { [_h]: ["GET", "/signing-profiles", 200] }, () => exports.ListSigningProfilesRequest$, () => exports.ListSigningProfilesResponse$
644
+ { [_h]: ["GET", "/signing-profiles", 200] }, () => ListSigningProfilesRequest$, () => ListSigningProfilesResponse$
583
645
  ];
584
646
  exports.ListTagsForResource$ = [9, n0, _LTFR,
585
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
647
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
586
648
  ];
587
649
  exports.PutSigningProfile$ = [9, n0, _PSP,
588
- { [_h]: ["PUT", "/signing-profiles/{profileName}", 200] }, () => exports.PutSigningProfileRequest$, () => exports.PutSigningProfileResponse$
650
+ { [_h]: ["PUT", "/signing-profiles/{profileName}", 200] }, () => PutSigningProfileRequest$, () => PutSigningProfileResponse$
589
651
  ];
590
652
  exports.RemoveProfilePermission$ = [9, n0, _RPP,
591
- { [_h]: ["DELETE", "/signing-profiles/{profileName}/permissions/{statementId}", 200] }, () => exports.RemoveProfilePermissionRequest$, () => exports.RemoveProfilePermissionResponse$
653
+ { [_h]: ["DELETE", "/signing-profiles/{profileName}/permissions/{statementId}", 200] }, () => RemoveProfilePermissionRequest$, () => RemoveProfilePermissionResponse$
592
654
  ];
593
655
  exports.RevokeSignature$ = [9, n0, _RS,
594
- { [_h]: ["PUT", "/signing-jobs/{jobId}/revoke", 200] }, () => exports.RevokeSignatureRequest$, () => __Unit
656
+ { [_h]: ["PUT", "/signing-jobs/{jobId}/revoke", 200] }, () => RevokeSignatureRequest$, () => __Unit
595
657
  ];
596
658
  exports.RevokeSigningProfile$ = [9, n0, _RSP,
597
- { [_h]: ["PUT", "/signing-profiles/{profileName}/revoke", 200] }, () => exports.RevokeSigningProfileRequest$, () => __Unit
659
+ { [_h]: ["PUT", "/signing-profiles/{profileName}/revoke", 200] }, () => RevokeSigningProfileRequest$, () => __Unit
598
660
  ];
599
661
  exports.SignPayload$ = [9, n0, _SPigna,
600
- { [_h]: ["POST", "/signing-jobs/with-payload", 200] }, () => exports.SignPayloadRequest$, () => exports.SignPayloadResponse$
662
+ { [_h]: ["POST", "/signing-jobs/with-payload", 200] }, () => SignPayloadRequest$, () => SignPayloadResponse$
601
663
  ];
602
664
  exports.StartSigningJob$ = [9, n0, _SSJ,
603
- { [_h]: ["POST", "/signing-jobs", 200] }, () => exports.StartSigningJobRequest$, () => exports.StartSigningJobResponse$
665
+ { [_h]: ["POST", "/signing-jobs", 200] }, () => StartSigningJobRequest$, () => StartSigningJobResponse$
604
666
  ];
605
667
  exports.TagResource$ = [9, n0, _TR,
606
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
668
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
607
669
  ];
608
670
  exports.UntagResource$ = [9, n0, _UR,
609
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
671
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
610
672
  ];