@aws-sdk/client-signer 3.721.0 → 3.723.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -165,7 +165,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
165
165
  }, "resolveRuntimeExtensions");
166
166
 
167
167
  // src/SignerClient.ts
168
- var _SignerClient = class _SignerClient extends import_smithy_client.Client {
168
+ var SignerClient = class extends import_smithy_client.Client {
169
+ static {
170
+ __name(this, "SignerClient");
171
+ }
172
+ /**
173
+ * The resolved configuration of SignerClient class. This is resolved and normalized from the {@link SignerClientConfig | constructor configuration interface}.
174
+ */
175
+ config;
169
176
  constructor(...[configuration]) {
170
177
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
171
178
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -175,7 +182,7 @@ var _SignerClient = class _SignerClient extends import_smithy_client.Client {
175
182
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
176
183
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
177
184
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
178
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
185
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
179
186
  super(_config_8);
180
187
  this.config = _config_8;
181
188
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -203,8 +210,6 @@ var _SignerClient = class _SignerClient extends import_smithy_client.Client {
203
210
  super.destroy();
204
211
  }
205
212
  };
206
- __name(_SignerClient, "SignerClient");
207
- var SignerClient = _SignerClient;
208
213
 
209
214
  // src/Signer.ts
210
215
 
@@ -223,7 +228,10 @@ var import_uuid = require("uuid");
223
228
 
224
229
  // src/models/SignerServiceException.ts
225
230
 
226
- var _SignerServiceException = class _SignerServiceException extends import_smithy_client.ServiceException {
231
+ var SignerServiceException = class _SignerServiceException extends import_smithy_client.ServiceException {
232
+ static {
233
+ __name(this, "SignerServiceException");
234
+ }
227
235
  /**
228
236
  * @internal
229
237
  */
@@ -232,11 +240,15 @@ var _SignerServiceException = class _SignerServiceException extends import_smith
232
240
  Object.setPrototypeOf(this, _SignerServiceException.prototype);
233
241
  }
234
242
  };
235
- __name(_SignerServiceException, "SignerServiceException");
236
- var SignerServiceException = _SignerServiceException;
237
243
 
238
244
  // src/models/models_0.ts
239
- var _AccessDeniedException = class _AccessDeniedException extends SignerServiceException {
245
+ var AccessDeniedException = class _AccessDeniedException extends SignerServiceException {
246
+ static {
247
+ __name(this, "AccessDeniedException");
248
+ }
249
+ name = "AccessDeniedException";
250
+ $fault = "client";
251
+ code;
240
252
  /**
241
253
  * @internal
242
254
  */
@@ -246,15 +258,17 @@ var _AccessDeniedException = class _AccessDeniedException extends SignerServiceE
246
258
  $fault: "client",
247
259
  ...opts
248
260
  });
249
- this.name = "AccessDeniedException";
250
- this.$fault = "client";
251
261
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
252
262
  this.code = opts.code;
253
263
  }
254
264
  };
255
- __name(_AccessDeniedException, "AccessDeniedException");
256
- var AccessDeniedException = _AccessDeniedException;
257
- var _ConflictException = class _ConflictException extends SignerServiceException {
265
+ var ConflictException = class _ConflictException extends SignerServiceException {
266
+ static {
267
+ __name(this, "ConflictException");
268
+ }
269
+ name = "ConflictException";
270
+ $fault = "client";
271
+ code;
258
272
  /**
259
273
  * @internal
260
274
  */
@@ -264,15 +278,17 @@ var _ConflictException = class _ConflictException extends SignerServiceException
264
278
  $fault: "client",
265
279
  ...opts
266
280
  });
267
- this.name = "ConflictException";
268
- this.$fault = "client";
269
281
  Object.setPrototypeOf(this, _ConflictException.prototype);
270
282
  this.code = opts.code;
271
283
  }
272
284
  };
273
- __name(_ConflictException, "ConflictException");
274
- var ConflictException = _ConflictException;
275
- var _InternalServiceErrorException = class _InternalServiceErrorException extends SignerServiceException {
285
+ var InternalServiceErrorException = class _InternalServiceErrorException extends SignerServiceException {
286
+ static {
287
+ __name(this, "InternalServiceErrorException");
288
+ }
289
+ name = "InternalServiceErrorException";
290
+ $fault = "server";
291
+ code;
276
292
  /**
277
293
  * @internal
278
294
  */
@@ -282,15 +298,17 @@ var _InternalServiceErrorException = class _InternalServiceErrorException extend
282
298
  $fault: "server",
283
299
  ...opts
284
300
  });
285
- this.name = "InternalServiceErrorException";
286
- this.$fault = "server";
287
301
  Object.setPrototypeOf(this, _InternalServiceErrorException.prototype);
288
302
  this.code = opts.code;
289
303
  }
290
304
  };
291
- __name(_InternalServiceErrorException, "InternalServiceErrorException");
292
- var InternalServiceErrorException = _InternalServiceErrorException;
293
- var _ResourceNotFoundException = class _ResourceNotFoundException extends SignerServiceException {
305
+ var ResourceNotFoundException = class _ResourceNotFoundException extends SignerServiceException {
306
+ static {
307
+ __name(this, "ResourceNotFoundException");
308
+ }
309
+ name = "ResourceNotFoundException";
310
+ $fault = "client";
311
+ code;
294
312
  /**
295
313
  * @internal
296
314
  */
@@ -300,15 +318,17 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Signer
300
318
  $fault: "client",
301
319
  ...opts
302
320
  });
303
- this.name = "ResourceNotFoundException";
304
- this.$fault = "client";
305
321
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
306
322
  this.code = opts.code;
307
323
  }
308
324
  };
309
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
310
- var ResourceNotFoundException = _ResourceNotFoundException;
311
- var _ServiceLimitExceededException = class _ServiceLimitExceededException extends SignerServiceException {
325
+ var ServiceLimitExceededException = class _ServiceLimitExceededException extends SignerServiceException {
326
+ static {
327
+ __name(this, "ServiceLimitExceededException");
328
+ }
329
+ name = "ServiceLimitExceededException";
330
+ $fault = "client";
331
+ code;
312
332
  /**
313
333
  * @internal
314
334
  */
@@ -318,15 +338,17 @@ var _ServiceLimitExceededException = class _ServiceLimitExceededException extend
318
338
  $fault: "client",
319
339
  ...opts
320
340
  });
321
- this.name = "ServiceLimitExceededException";
322
- this.$fault = "client";
323
341
  Object.setPrototypeOf(this, _ServiceLimitExceededException.prototype);
324
342
  this.code = opts.code;
325
343
  }
326
344
  };
327
- __name(_ServiceLimitExceededException, "ServiceLimitExceededException");
328
- var ServiceLimitExceededException = _ServiceLimitExceededException;
329
- var _TooManyRequestsException = class _TooManyRequestsException extends SignerServiceException {
345
+ var TooManyRequestsException = class _TooManyRequestsException extends SignerServiceException {
346
+ static {
347
+ __name(this, "TooManyRequestsException");
348
+ }
349
+ name = "TooManyRequestsException";
350
+ $fault = "client";
351
+ code;
330
352
  /**
331
353
  * @internal
332
354
  */
@@ -336,15 +358,17 @@ var _TooManyRequestsException = class _TooManyRequestsException extends SignerSe
336
358
  $fault: "client",
337
359
  ...opts
338
360
  });
339
- this.name = "TooManyRequestsException";
340
- this.$fault = "client";
341
361
  Object.setPrototypeOf(this, _TooManyRequestsException.prototype);
342
362
  this.code = opts.code;
343
363
  }
344
364
  };
345
- __name(_TooManyRequestsException, "TooManyRequestsException");
346
- var TooManyRequestsException = _TooManyRequestsException;
347
- var _ValidationException = class _ValidationException extends SignerServiceException {
365
+ var ValidationException = class _ValidationException extends SignerServiceException {
366
+ static {
367
+ __name(this, "ValidationException");
368
+ }
369
+ name = "ValidationException";
370
+ $fault = "client";
371
+ code;
348
372
  /**
349
373
  * @internal
350
374
  */
@@ -354,15 +378,17 @@ var _ValidationException = class _ValidationException extends SignerServiceExcep
354
378
  $fault: "client",
355
379
  ...opts
356
380
  });
357
- this.name = "ValidationException";
358
- this.$fault = "client";
359
381
  Object.setPrototypeOf(this, _ValidationException.prototype);
360
382
  this.code = opts.code;
361
383
  }
362
384
  };
363
- __name(_ValidationException, "ValidationException");
364
- var ValidationException = _ValidationException;
365
- var _BadRequestException = class _BadRequestException extends SignerServiceException {
385
+ var BadRequestException = class _BadRequestException extends SignerServiceException {
386
+ static {
387
+ __name(this, "BadRequestException");
388
+ }
389
+ name = "BadRequestException";
390
+ $fault = "client";
391
+ code;
366
392
  /**
367
393
  * @internal
368
394
  */
@@ -372,14 +398,10 @@ var _BadRequestException = class _BadRequestException extends SignerServiceExcep
372
398
  $fault: "client",
373
399
  ...opts
374
400
  });
375
- this.name = "BadRequestException";
376
- this.$fault = "client";
377
401
  Object.setPrototypeOf(this, _BadRequestException.prototype);
378
402
  this.code = opts.code;
379
403
  }
380
404
  };
381
- __name(_BadRequestException, "BadRequestException");
382
- var BadRequestException = _BadRequestException;
383
405
  var Category = {
384
406
  AWSIoT: "AWSIoT"
385
407
  };
@@ -411,7 +433,13 @@ var SigningProfileStatus = {
411
433
  Canceled: "Canceled",
412
434
  Revoked: "Revoked"
413
435
  };
414
- var _NotFoundException = class _NotFoundException extends SignerServiceException {
436
+ var NotFoundException = class _NotFoundException extends SignerServiceException {
437
+ static {
438
+ __name(this, "NotFoundException");
439
+ }
440
+ name = "NotFoundException";
441
+ $fault = "client";
442
+ code;
415
443
  /**
416
444
  * @internal
417
445
  */
@@ -421,15 +449,17 @@ var _NotFoundException = class _NotFoundException extends SignerServiceException
421
449
  $fault: "client",
422
450
  ...opts
423
451
  });
424
- this.name = "NotFoundException";
425
- this.$fault = "client";
426
452
  Object.setPrototypeOf(this, _NotFoundException.prototype);
427
453
  this.code = opts.code;
428
454
  }
429
455
  };
430
- __name(_NotFoundException, "NotFoundException");
431
- var NotFoundException = _NotFoundException;
432
- var _ThrottlingException = class _ThrottlingException extends SignerServiceException {
456
+ var ThrottlingException = class _ThrottlingException extends SignerServiceException {
457
+ static {
458
+ __name(this, "ThrottlingException");
459
+ }
460
+ name = "ThrottlingException";
461
+ $fault = "client";
462
+ code;
433
463
  /**
434
464
  * @internal
435
465
  */
@@ -439,14 +469,10 @@ var _ThrottlingException = class _ThrottlingException extends SignerServiceExcep
439
469
  $fault: "client",
440
470
  ...opts
441
471
  });
442
- this.name = "ThrottlingException";
443
- this.$fault = "client";
444
472
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
445
473
  this.code = opts.code;
446
474
  }
447
475
  };
448
- __name(_ThrottlingException, "ThrottlingException");
449
- var ThrottlingException = _ThrottlingException;
450
476
 
451
477
  // src/protocols/Aws_restJson1.ts
452
478
  var se_AddProfilePermissionCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -1289,267 +1315,286 @@ var _t = "target";
1289
1315
  var _tK = "tagKeys";
1290
1316
 
1291
1317
  // src/commands/AddProfilePermissionCommand.ts
1292
- var _AddProfilePermissionCommand = class _AddProfilePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1318
+ var AddProfilePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1293
1319
  return [
1294
1320
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1295
1321
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1296
1322
  ];
1297
1323
  }).s("WallabyService", "AddProfilePermission", {}).n("SignerClient", "AddProfilePermissionCommand").f(void 0, void 0).ser(se_AddProfilePermissionCommand).de(de_AddProfilePermissionCommand).build() {
1324
+ static {
1325
+ __name(this, "AddProfilePermissionCommand");
1326
+ }
1298
1327
  };
1299
- __name(_AddProfilePermissionCommand, "AddProfilePermissionCommand");
1300
- var AddProfilePermissionCommand = _AddProfilePermissionCommand;
1301
1328
 
1302
1329
  // src/commands/CancelSigningProfileCommand.ts
1303
1330
 
1304
1331
 
1305
1332
 
1306
- var _CancelSigningProfileCommand = class _CancelSigningProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1333
+ var CancelSigningProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1307
1334
  return [
1308
1335
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1309
1336
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1310
1337
  ];
1311
1338
  }).s("WallabyService", "CancelSigningProfile", {}).n("SignerClient", "CancelSigningProfileCommand").f(void 0, void 0).ser(se_CancelSigningProfileCommand).de(de_CancelSigningProfileCommand).build() {
1339
+ static {
1340
+ __name(this, "CancelSigningProfileCommand");
1341
+ }
1312
1342
  };
1313
- __name(_CancelSigningProfileCommand, "CancelSigningProfileCommand");
1314
- var CancelSigningProfileCommand = _CancelSigningProfileCommand;
1315
1343
 
1316
1344
  // src/commands/DescribeSigningJobCommand.ts
1317
1345
 
1318
1346
 
1319
1347
 
1320
- var _DescribeSigningJobCommand = class _DescribeSigningJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1348
+ var DescribeSigningJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1321
1349
  return [
1322
1350
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1323
1351
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1324
1352
  ];
1325
1353
  }).s("WallabyService", "DescribeSigningJob", {}).n("SignerClient", "DescribeSigningJobCommand").f(void 0, void 0).ser(se_DescribeSigningJobCommand).de(de_DescribeSigningJobCommand).build() {
1354
+ static {
1355
+ __name(this, "DescribeSigningJobCommand");
1356
+ }
1326
1357
  };
1327
- __name(_DescribeSigningJobCommand, "DescribeSigningJobCommand");
1328
- var DescribeSigningJobCommand = _DescribeSigningJobCommand;
1329
1358
 
1330
1359
  // src/commands/GetRevocationStatusCommand.ts
1331
1360
 
1332
1361
 
1333
1362
 
1334
- var _GetRevocationStatusCommand = class _GetRevocationStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1363
+ var GetRevocationStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1335
1364
  return [
1336
1365
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1337
1366
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1338
1367
  ];
1339
1368
  }).s("WallabyService", "GetRevocationStatus", {}).n("SignerClient", "GetRevocationStatusCommand").f(void 0, void 0).ser(se_GetRevocationStatusCommand).de(de_GetRevocationStatusCommand).build() {
1369
+ static {
1370
+ __name(this, "GetRevocationStatusCommand");
1371
+ }
1340
1372
  };
1341
- __name(_GetRevocationStatusCommand, "GetRevocationStatusCommand");
1342
- var GetRevocationStatusCommand = _GetRevocationStatusCommand;
1343
1373
 
1344
1374
  // src/commands/GetSigningPlatformCommand.ts
1345
1375
 
1346
1376
 
1347
1377
 
1348
- var _GetSigningPlatformCommand = class _GetSigningPlatformCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1378
+ var GetSigningPlatformCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1349
1379
  return [
1350
1380
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1351
1381
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1352
1382
  ];
1353
1383
  }).s("WallabyService", "GetSigningPlatform", {}).n("SignerClient", "GetSigningPlatformCommand").f(void 0, void 0).ser(se_GetSigningPlatformCommand).de(de_GetSigningPlatformCommand).build() {
1384
+ static {
1385
+ __name(this, "GetSigningPlatformCommand");
1386
+ }
1354
1387
  };
1355
- __name(_GetSigningPlatformCommand, "GetSigningPlatformCommand");
1356
- var GetSigningPlatformCommand = _GetSigningPlatformCommand;
1357
1388
 
1358
1389
  // src/commands/GetSigningProfileCommand.ts
1359
1390
 
1360
1391
 
1361
1392
 
1362
- var _GetSigningProfileCommand = class _GetSigningProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1393
+ var GetSigningProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1363
1394
  return [
1364
1395
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1365
1396
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1366
1397
  ];
1367
1398
  }).s("WallabyService", "GetSigningProfile", {}).n("SignerClient", "GetSigningProfileCommand").f(void 0, void 0).ser(se_GetSigningProfileCommand).de(de_GetSigningProfileCommand).build() {
1399
+ static {
1400
+ __name(this, "GetSigningProfileCommand");
1401
+ }
1368
1402
  };
1369
- __name(_GetSigningProfileCommand, "GetSigningProfileCommand");
1370
- var GetSigningProfileCommand = _GetSigningProfileCommand;
1371
1403
 
1372
1404
  // src/commands/ListProfilePermissionsCommand.ts
1373
1405
 
1374
1406
 
1375
1407
 
1376
- var _ListProfilePermissionsCommand = class _ListProfilePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1408
+ var ListProfilePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1377
1409
  return [
1378
1410
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1379
1411
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1380
1412
  ];
1381
1413
  }).s("WallabyService", "ListProfilePermissions", {}).n("SignerClient", "ListProfilePermissionsCommand").f(void 0, void 0).ser(se_ListProfilePermissionsCommand).de(de_ListProfilePermissionsCommand).build() {
1414
+ static {
1415
+ __name(this, "ListProfilePermissionsCommand");
1416
+ }
1382
1417
  };
1383
- __name(_ListProfilePermissionsCommand, "ListProfilePermissionsCommand");
1384
- var ListProfilePermissionsCommand = _ListProfilePermissionsCommand;
1385
1418
 
1386
1419
  // src/commands/ListSigningJobsCommand.ts
1387
1420
 
1388
1421
 
1389
1422
 
1390
- var _ListSigningJobsCommand = class _ListSigningJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1423
+ var ListSigningJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1391
1424
  return [
1392
1425
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1393
1426
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1394
1427
  ];
1395
1428
  }).s("WallabyService", "ListSigningJobs", {}).n("SignerClient", "ListSigningJobsCommand").f(void 0, void 0).ser(se_ListSigningJobsCommand).de(de_ListSigningJobsCommand).build() {
1429
+ static {
1430
+ __name(this, "ListSigningJobsCommand");
1431
+ }
1396
1432
  };
1397
- __name(_ListSigningJobsCommand, "ListSigningJobsCommand");
1398
- var ListSigningJobsCommand = _ListSigningJobsCommand;
1399
1433
 
1400
1434
  // src/commands/ListSigningPlatformsCommand.ts
1401
1435
 
1402
1436
 
1403
1437
 
1404
- var _ListSigningPlatformsCommand = class _ListSigningPlatformsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1438
+ var ListSigningPlatformsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1405
1439
  return [
1406
1440
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1407
1441
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1408
1442
  ];
1409
1443
  }).s("WallabyService", "ListSigningPlatforms", {}).n("SignerClient", "ListSigningPlatformsCommand").f(void 0, void 0).ser(se_ListSigningPlatformsCommand).de(de_ListSigningPlatformsCommand).build() {
1444
+ static {
1445
+ __name(this, "ListSigningPlatformsCommand");
1446
+ }
1410
1447
  };
1411
- __name(_ListSigningPlatformsCommand, "ListSigningPlatformsCommand");
1412
- var ListSigningPlatformsCommand = _ListSigningPlatformsCommand;
1413
1448
 
1414
1449
  // src/commands/ListSigningProfilesCommand.ts
1415
1450
 
1416
1451
 
1417
1452
 
1418
- var _ListSigningProfilesCommand = class _ListSigningProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1453
+ var ListSigningProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1419
1454
  return [
1420
1455
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1421
1456
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1422
1457
  ];
1423
1458
  }).s("WallabyService", "ListSigningProfiles", {}).n("SignerClient", "ListSigningProfilesCommand").f(void 0, void 0).ser(se_ListSigningProfilesCommand).de(de_ListSigningProfilesCommand).build() {
1459
+ static {
1460
+ __name(this, "ListSigningProfilesCommand");
1461
+ }
1424
1462
  };
1425
- __name(_ListSigningProfilesCommand, "ListSigningProfilesCommand");
1426
- var ListSigningProfilesCommand = _ListSigningProfilesCommand;
1427
1463
 
1428
1464
  // src/commands/ListTagsForResourceCommand.ts
1429
1465
 
1430
1466
 
1431
1467
 
1432
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1468
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1433
1469
  return [
1434
1470
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1435
1471
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1436
1472
  ];
1437
1473
  }).s("WallabyService", "ListTagsForResource", {}).n("SignerClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
1474
+ static {
1475
+ __name(this, "ListTagsForResourceCommand");
1476
+ }
1438
1477
  };
1439
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
1440
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1441
1478
 
1442
1479
  // src/commands/PutSigningProfileCommand.ts
1443
1480
 
1444
1481
 
1445
1482
 
1446
- var _PutSigningProfileCommand = class _PutSigningProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1483
+ var PutSigningProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1447
1484
  return [
1448
1485
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1449
1486
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1450
1487
  ];
1451
1488
  }).s("WallabyService", "PutSigningProfile", {}).n("SignerClient", "PutSigningProfileCommand").f(void 0, void 0).ser(se_PutSigningProfileCommand).de(de_PutSigningProfileCommand).build() {
1489
+ static {
1490
+ __name(this, "PutSigningProfileCommand");
1491
+ }
1452
1492
  };
1453
- __name(_PutSigningProfileCommand, "PutSigningProfileCommand");
1454
- var PutSigningProfileCommand = _PutSigningProfileCommand;
1455
1493
 
1456
1494
  // src/commands/RemoveProfilePermissionCommand.ts
1457
1495
 
1458
1496
 
1459
1497
 
1460
- var _RemoveProfilePermissionCommand = class _RemoveProfilePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1498
+ var RemoveProfilePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1461
1499
  return [
1462
1500
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1463
1501
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1464
1502
  ];
1465
1503
  }).s("WallabyService", "RemoveProfilePermission", {}).n("SignerClient", "RemoveProfilePermissionCommand").f(void 0, void 0).ser(se_RemoveProfilePermissionCommand).de(de_RemoveProfilePermissionCommand).build() {
1504
+ static {
1505
+ __name(this, "RemoveProfilePermissionCommand");
1506
+ }
1466
1507
  };
1467
- __name(_RemoveProfilePermissionCommand, "RemoveProfilePermissionCommand");
1468
- var RemoveProfilePermissionCommand = _RemoveProfilePermissionCommand;
1469
1508
 
1470
1509
  // src/commands/RevokeSignatureCommand.ts
1471
1510
 
1472
1511
 
1473
1512
 
1474
- var _RevokeSignatureCommand = class _RevokeSignatureCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1513
+ var RevokeSignatureCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1475
1514
  return [
1476
1515
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1477
1516
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1478
1517
  ];
1479
1518
  }).s("WallabyService", "RevokeSignature", {}).n("SignerClient", "RevokeSignatureCommand").f(void 0, void 0).ser(se_RevokeSignatureCommand).de(de_RevokeSignatureCommand).build() {
1519
+ static {
1520
+ __name(this, "RevokeSignatureCommand");
1521
+ }
1480
1522
  };
1481
- __name(_RevokeSignatureCommand, "RevokeSignatureCommand");
1482
- var RevokeSignatureCommand = _RevokeSignatureCommand;
1483
1523
 
1484
1524
  // src/commands/RevokeSigningProfileCommand.ts
1485
1525
 
1486
1526
 
1487
1527
 
1488
- var _RevokeSigningProfileCommand = class _RevokeSigningProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1528
+ var RevokeSigningProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1489
1529
  return [
1490
1530
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1491
1531
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1492
1532
  ];
1493
1533
  }).s("WallabyService", "RevokeSigningProfile", {}).n("SignerClient", "RevokeSigningProfileCommand").f(void 0, void 0).ser(se_RevokeSigningProfileCommand).de(de_RevokeSigningProfileCommand).build() {
1534
+ static {
1535
+ __name(this, "RevokeSigningProfileCommand");
1536
+ }
1494
1537
  };
1495
- __name(_RevokeSigningProfileCommand, "RevokeSigningProfileCommand");
1496
- var RevokeSigningProfileCommand = _RevokeSigningProfileCommand;
1497
1538
 
1498
1539
  // src/commands/SignPayloadCommand.ts
1499
1540
 
1500
1541
 
1501
1542
 
1502
- var _SignPayloadCommand = class _SignPayloadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1543
+ var SignPayloadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1503
1544
  return [
1504
1545
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1505
1546
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1506
1547
  ];
1507
1548
  }).s("WallabyService", "SignPayload", {}).n("SignerClient", "SignPayloadCommand").f(void 0, void 0).ser(se_SignPayloadCommand).de(de_SignPayloadCommand).build() {
1549
+ static {
1550
+ __name(this, "SignPayloadCommand");
1551
+ }
1508
1552
  };
1509
- __name(_SignPayloadCommand, "SignPayloadCommand");
1510
- var SignPayloadCommand = _SignPayloadCommand;
1511
1553
 
1512
1554
  // src/commands/StartSigningJobCommand.ts
1513
1555
 
1514
1556
 
1515
1557
 
1516
- var _StartSigningJobCommand = class _StartSigningJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1558
+ var StartSigningJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1517
1559
  return [
1518
1560
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1519
1561
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1520
1562
  ];
1521
1563
  }).s("WallabyService", "StartSigningJob", {}).n("SignerClient", "StartSigningJobCommand").f(void 0, void 0).ser(se_StartSigningJobCommand).de(de_StartSigningJobCommand).build() {
1564
+ static {
1565
+ __name(this, "StartSigningJobCommand");
1566
+ }
1522
1567
  };
1523
- __name(_StartSigningJobCommand, "StartSigningJobCommand");
1524
- var StartSigningJobCommand = _StartSigningJobCommand;
1525
1568
 
1526
1569
  // src/commands/TagResourceCommand.ts
1527
1570
 
1528
1571
 
1529
1572
 
1530
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1573
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1531
1574
  return [
1532
1575
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1533
1576
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1534
1577
  ];
1535
1578
  }).s("WallabyService", "TagResource", {}).n("SignerClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
1579
+ static {
1580
+ __name(this, "TagResourceCommand");
1581
+ }
1536
1582
  };
1537
- __name(_TagResourceCommand, "TagResourceCommand");
1538
- var TagResourceCommand = _TagResourceCommand;
1539
1583
 
1540
1584
  // src/commands/UntagResourceCommand.ts
1541
1585
 
1542
1586
 
1543
1587
 
1544
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1588
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1545
1589
  return [
1546
1590
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1547
1591
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1548
1592
  ];
1549
1593
  }).s("WallabyService", "UntagResource", {}).n("SignerClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
1594
+ static {
1595
+ __name(this, "UntagResourceCommand");
1596
+ }
1550
1597
  };
1551
- __name(_UntagResourceCommand, "UntagResourceCommand");
1552
- var UntagResourceCommand = _UntagResourceCommand;
1553
1598
 
1554
1599
  // src/Signer.ts
1555
1600
  var commands = {
@@ -1573,10 +1618,11 @@ var commands = {
1573
1618
  TagResourceCommand,
1574
1619
  UntagResourceCommand
1575
1620
  };
1576
- var _Signer = class _Signer extends SignerClient {
1621
+ var Signer = class extends SignerClient {
1622
+ static {
1623
+ __name(this, "Signer");
1624
+ }
1577
1625
  };
1578
- __name(_Signer, "Signer");
1579
- var Signer = _Signer;
1580
1626
  (0, import_smithy_client.createAggregatedClient)(commands, Signer);
1581
1627
 
1582
1628
  // src/pagination/ListSigningJobsPaginator.ts
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class SignerClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,104 +1,112 @@
1
1
  import { SignerServiceException as __BaseException } from "./SignerServiceException";
2
2
  export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ code;
3
6
  constructor(opts) {
4
7
  super({
5
8
  name: "AccessDeniedException",
6
9
  $fault: "client",
7
10
  ...opts,
8
11
  });
9
- this.name = "AccessDeniedException";
10
- this.$fault = "client";
11
12
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
13
  this.code = opts.code;
13
14
  }
14
15
  }
15
16
  export class ConflictException extends __BaseException {
17
+ name = "ConflictException";
18
+ $fault = "client";
19
+ code;
16
20
  constructor(opts) {
17
21
  super({
18
22
  name: "ConflictException",
19
23
  $fault: "client",
20
24
  ...opts,
21
25
  });
22
- this.name = "ConflictException";
23
- this.$fault = "client";
24
26
  Object.setPrototypeOf(this, ConflictException.prototype);
25
27
  this.code = opts.code;
26
28
  }
27
29
  }
28
30
  export class InternalServiceErrorException extends __BaseException {
31
+ name = "InternalServiceErrorException";
32
+ $fault = "server";
33
+ code;
29
34
  constructor(opts) {
30
35
  super({
31
36
  name: "InternalServiceErrorException",
32
37
  $fault: "server",
33
38
  ...opts,
34
39
  });
35
- this.name = "InternalServiceErrorException";
36
- this.$fault = "server";
37
40
  Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
38
41
  this.code = opts.code;
39
42
  }
40
43
  }
41
44
  export class ResourceNotFoundException extends __BaseException {
45
+ name = "ResourceNotFoundException";
46
+ $fault = "client";
47
+ code;
42
48
  constructor(opts) {
43
49
  super({
44
50
  name: "ResourceNotFoundException",
45
51
  $fault: "client",
46
52
  ...opts,
47
53
  });
48
- this.name = "ResourceNotFoundException";
49
- this.$fault = "client";
50
54
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
51
55
  this.code = opts.code;
52
56
  }
53
57
  }
54
58
  export class ServiceLimitExceededException extends __BaseException {
59
+ name = "ServiceLimitExceededException";
60
+ $fault = "client";
61
+ code;
55
62
  constructor(opts) {
56
63
  super({
57
64
  name: "ServiceLimitExceededException",
58
65
  $fault: "client",
59
66
  ...opts,
60
67
  });
61
- this.name = "ServiceLimitExceededException";
62
- this.$fault = "client";
63
68
  Object.setPrototypeOf(this, ServiceLimitExceededException.prototype);
64
69
  this.code = opts.code;
65
70
  }
66
71
  }
67
72
  export class TooManyRequestsException extends __BaseException {
73
+ name = "TooManyRequestsException";
74
+ $fault = "client";
75
+ code;
68
76
  constructor(opts) {
69
77
  super({
70
78
  name: "TooManyRequestsException",
71
79
  $fault: "client",
72
80
  ...opts,
73
81
  });
74
- this.name = "TooManyRequestsException";
75
- this.$fault = "client";
76
82
  Object.setPrototypeOf(this, TooManyRequestsException.prototype);
77
83
  this.code = opts.code;
78
84
  }
79
85
  }
80
86
  export class ValidationException extends __BaseException {
87
+ name = "ValidationException";
88
+ $fault = "client";
89
+ code;
81
90
  constructor(opts) {
82
91
  super({
83
92
  name: "ValidationException",
84
93
  $fault: "client",
85
94
  ...opts,
86
95
  });
87
- this.name = "ValidationException";
88
- this.$fault = "client";
89
96
  Object.setPrototypeOf(this, ValidationException.prototype);
90
97
  this.code = opts.code;
91
98
  }
92
99
  }
93
100
  export class BadRequestException extends __BaseException {
101
+ name = "BadRequestException";
102
+ $fault = "client";
103
+ code;
94
104
  constructor(opts) {
95
105
  super({
96
106
  name: "BadRequestException",
97
107
  $fault: "client",
98
108
  ...opts,
99
109
  });
100
- this.name = "BadRequestException";
101
- this.$fault = "client";
102
110
  Object.setPrototypeOf(this, BadRequestException.prototype);
103
111
  this.code = opts.code;
104
112
  }
@@ -135,27 +143,29 @@ export const SigningProfileStatus = {
135
143
  Revoked: "Revoked",
136
144
  };
137
145
  export class NotFoundException extends __BaseException {
146
+ name = "NotFoundException";
147
+ $fault = "client";
148
+ code;
138
149
  constructor(opts) {
139
150
  super({
140
151
  name: "NotFoundException",
141
152
  $fault: "client",
142
153
  ...opts,
143
154
  });
144
- this.name = "NotFoundException";
145
- this.$fault = "client";
146
155
  Object.setPrototypeOf(this, NotFoundException.prototype);
147
156
  this.code = opts.code;
148
157
  }
149
158
  }
150
159
  export class ThrottlingException extends __BaseException {
160
+ name = "ThrottlingException";
161
+ $fault = "client";
162
+ code;
151
163
  constructor(opts) {
152
164
  super({
153
165
  name: "ThrottlingException",
154
166
  $fault: "client",
155
167
  ...opts,
156
168
  });
157
- this.name = "ThrottlingException";
158
- this.$fault = "client";
159
169
  Object.setPrototypeOf(this, ThrottlingException.prototype);
160
170
  this.code = opts.code;
161
171
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- input: any
11
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ _: unknown
13
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
14
  defaultUserAgentProvider: (
13
15
  config?:
14
16
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- init?:
11
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
12
- | undefined
13
- ) => import("@smithy/types").MemoizedProvider<
14
- import("@smithy/types").AwsCredentialIdentity
15
- >;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ init?:
13
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
+ | undefined
15
+ ) => import("@smithy/types").MemoizedProvider<
16
+ import("@smithy/types").AwsCredentialIdentity
17
+ >);
16
18
  defaultUserAgentProvider: (
17
19
  config?:
18
20
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
28
28
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
29
  | undefined
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
- credentialDefaultProvider: (
32
- input: any
33
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
31
+ credentialDefaultProvider:
32
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
33
+ | ((
34
+ _: unknown
35
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
34
36
  maxAttempts: number | import("@smithy/types").Provider<number>;
35
37
  retryMode: string | import("@smithy/types").Provider<string>;
36
38
  logger: import("@smithy/types").Logger;
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: SignerClientConfig) => {
50
52
  | import("@smithy/types").RetryStrategyV2
51
53
  | undefined;
52
54
  endpoint?:
53
- | string
54
- | import("@smithy/types").Endpoint
55
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
- | import("@smithy/types").EndpointV2
57
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
55
+ | ((
56
+ | string
57
+ | import("@smithy/types").Endpoint
58
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
+ | import("@smithy/types").EndpointV2
60
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
+ ) &
62
+ (
63
+ | string
64
+ | import("@smithy/types").Provider<string>
65
+ | import("@smithy/types").Endpoint
66
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
+ | import("@smithy/types").EndpointV2
68
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
+ ))
58
70
  | undefined;
59
71
  endpointProvider: (
60
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-signer",
3
3
  "description": "AWS SDK for JavaScript Signer Client for Node.js, Browser and React Native",
4
- "version": "3.721.0",
4
+ "version": "3.723.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-signer",
@@ -20,59 +20,59 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.721.0",
24
- "@aws-sdk/client-sts": "3.721.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.721.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.721.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.721.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
61
- "@smithy/util-waiter": "^3.2.0",
23
+ "@aws-sdk/client-sso-oidc": "3.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
+ "@smithy/util-waiter": "^4.0.0",
62
62
  "@types/uuid": "^9.0.1",
63
63
  "tslib": "^2.6.2",
64
64
  "uuid": "^9.0.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@tsconfig/node16": "16.1.3",
68
- "@types/node": "^16.18.96",
67
+ "@tsconfig/node18": "18.2.4",
68
+ "@types/node": "^18.19.69",
69
69
  "concurrently": "7.0.0",
70
70
  "downlevel-dts": "0.10.1",
71
71
  "rimraf": "3.0.2",
72
- "typescript": "~4.9.5"
72
+ "typescript": "~5.2.2"
73
73
  },
74
74
  "engines": {
75
- "node": ">=16.0.0"
75
+ "node": ">=18.0.0"
76
76
  },
77
77
  "typesVersions": {
78
78
  "<4.0": {