@aws-sdk/client-ses 3.1086.0 → 3.1088.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 (91) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/SES.d.ts +219 -345
  3. package/dist-types/ts3.4/SESClient.d.ts +16 -32
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
  32. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
  40. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
  44. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
  48. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
  49. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
  56. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
  74. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
  77. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  79. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  80. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  81. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  82. package/dist-types/ts3.4/models/errors.d.ts +33 -150
  83. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  89. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  90. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
  91. package/package.json +40 -40
@@ -137,10 +137,7 @@ import {
137
137
  GetSendStatisticsCommandInput,
138
138
  GetSendStatisticsCommandOutput,
139
139
  } from "./commands/GetSendStatisticsCommand";
140
- import {
141
- GetTemplateCommandInput,
142
- GetTemplateCommandOutput,
143
- } from "./commands/GetTemplateCommand";
140
+ import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
144
141
  import {
145
142
  ListConfigurationSetsCommandInput,
146
143
  ListConfigurationSetsCommandOutput,
@@ -185,10 +182,7 @@ import {
185
182
  ReorderReceiptRuleSetCommandInput,
186
183
  ReorderReceiptRuleSetCommandOutput,
187
184
  } from "./commands/ReorderReceiptRuleSetCommand";
188
- import {
189
- SendBounceCommandInput,
190
- SendBounceCommandOutput,
191
- } from "./commands/SendBounceCommand";
185
+ import { SendBounceCommandInput, SendBounceCommandOutput } from "./commands/SendBounceCommand";
192
186
  import {
193
187
  SendBulkTemplatedEmailCommandInput,
194
188
  SendBulkTemplatedEmailCommandOutput,
@@ -197,10 +191,7 @@ import {
197
191
  SendCustomVerificationEmailCommandInput,
198
192
  SendCustomVerificationEmailCommandOutput,
199
193
  } from "./commands/SendCustomVerificationEmailCommand";
200
- import {
201
- SendEmailCommandInput,
202
- SendEmailCommandOutput,
203
- } from "./commands/SendEmailCommand";
194
+ import { SendEmailCommandInput, SendEmailCommandOutput } from "./commands/SendEmailCommand";
204
195
  import {
205
196
  SendRawEmailCommandInput,
206
197
  SendRawEmailCommandOutput,
@@ -293,1076 +284,959 @@ import { SESClient } from "./SESClient";
293
284
  export interface SES {
294
285
  cloneReceiptRuleSet(
295
286
  args: CloneReceiptRuleSetCommandInput,
296
- options?: __HttpHandlerOptions
287
+ options?: __HttpHandlerOptions,
297
288
  ): Promise<CloneReceiptRuleSetCommandOutput>;
298
289
  cloneReceiptRuleSet(
299
290
  args: CloneReceiptRuleSetCommandInput,
300
- cb: (err: any, data?: CloneReceiptRuleSetCommandOutput) => void
291
+ cb: (err: any, data?: CloneReceiptRuleSetCommandOutput) => void,
301
292
  ): void;
302
293
  cloneReceiptRuleSet(
303
294
  args: CloneReceiptRuleSetCommandInput,
304
295
  options: __HttpHandlerOptions,
305
- cb: (err: any, data?: CloneReceiptRuleSetCommandOutput) => void
296
+ cb: (err: any, data?: CloneReceiptRuleSetCommandOutput) => void,
306
297
  ): void;
307
298
  createConfigurationSet(
308
299
  args: CreateConfigurationSetCommandInput,
309
- options?: __HttpHandlerOptions
300
+ options?: __HttpHandlerOptions,
310
301
  ): Promise<CreateConfigurationSetCommandOutput>;
311
302
  createConfigurationSet(
312
303
  args: CreateConfigurationSetCommandInput,
313
- cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void
304
+ cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void,
314
305
  ): void;
315
306
  createConfigurationSet(
316
307
  args: CreateConfigurationSetCommandInput,
317
308
  options: __HttpHandlerOptions,
318
- cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void
309
+ cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void,
319
310
  ): void;
320
311
  createConfigurationSetEventDestination(
321
312
  args: CreateConfigurationSetEventDestinationCommandInput,
322
- options?: __HttpHandlerOptions
313
+ options?: __HttpHandlerOptions,
323
314
  ): Promise<CreateConfigurationSetEventDestinationCommandOutput>;
324
315
  createConfigurationSetEventDestination(
325
316
  args: CreateConfigurationSetEventDestinationCommandInput,
326
- cb: (
327
- err: any,
328
- data?: CreateConfigurationSetEventDestinationCommandOutput
329
- ) => void
317
+ cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void,
330
318
  ): void;
331
319
  createConfigurationSetEventDestination(
332
320
  args: CreateConfigurationSetEventDestinationCommandInput,
333
321
  options: __HttpHandlerOptions,
334
- cb: (
335
- err: any,
336
- data?: CreateConfigurationSetEventDestinationCommandOutput
337
- ) => void
322
+ cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void,
338
323
  ): void;
339
324
  createConfigurationSetTrackingOptions(
340
325
  args: CreateConfigurationSetTrackingOptionsCommandInput,
341
- options?: __HttpHandlerOptions
326
+ options?: __HttpHandlerOptions,
342
327
  ): Promise<CreateConfigurationSetTrackingOptionsCommandOutput>;
343
328
  createConfigurationSetTrackingOptions(
344
329
  args: CreateConfigurationSetTrackingOptionsCommandInput,
345
- cb: (
346
- err: any,
347
- data?: CreateConfigurationSetTrackingOptionsCommandOutput
348
- ) => void
330
+ cb: (err: any, data?: CreateConfigurationSetTrackingOptionsCommandOutput) => void,
349
331
  ): void;
350
332
  createConfigurationSetTrackingOptions(
351
333
  args: CreateConfigurationSetTrackingOptionsCommandInput,
352
334
  options: __HttpHandlerOptions,
353
- cb: (
354
- err: any,
355
- data?: CreateConfigurationSetTrackingOptionsCommandOutput
356
- ) => void
335
+ cb: (err: any, data?: CreateConfigurationSetTrackingOptionsCommandOutput) => void,
357
336
  ): void;
358
337
  createCustomVerificationEmailTemplate(
359
338
  args: CreateCustomVerificationEmailTemplateCommandInput,
360
- options?: __HttpHandlerOptions
339
+ options?: __HttpHandlerOptions,
361
340
  ): Promise<CreateCustomVerificationEmailTemplateCommandOutput>;
362
341
  createCustomVerificationEmailTemplate(
363
342
  args: CreateCustomVerificationEmailTemplateCommandInput,
364
- cb: (
365
- err: any,
366
- data?: CreateCustomVerificationEmailTemplateCommandOutput
367
- ) => void
343
+ cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void,
368
344
  ): void;
369
345
  createCustomVerificationEmailTemplate(
370
346
  args: CreateCustomVerificationEmailTemplateCommandInput,
371
347
  options: __HttpHandlerOptions,
372
- cb: (
373
- err: any,
374
- data?: CreateCustomVerificationEmailTemplateCommandOutput
375
- ) => void
348
+ cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void,
376
349
  ): void;
377
350
  createReceiptFilter(
378
351
  args: CreateReceiptFilterCommandInput,
379
- options?: __HttpHandlerOptions
352
+ options?: __HttpHandlerOptions,
380
353
  ): Promise<CreateReceiptFilterCommandOutput>;
381
354
  createReceiptFilter(
382
355
  args: CreateReceiptFilterCommandInput,
383
- cb: (err: any, data?: CreateReceiptFilterCommandOutput) => void
356
+ cb: (err: any, data?: CreateReceiptFilterCommandOutput) => void,
384
357
  ): void;
385
358
  createReceiptFilter(
386
359
  args: CreateReceiptFilterCommandInput,
387
360
  options: __HttpHandlerOptions,
388
- cb: (err: any, data?: CreateReceiptFilterCommandOutput) => void
361
+ cb: (err: any, data?: CreateReceiptFilterCommandOutput) => void,
389
362
  ): void;
390
363
  createReceiptRule(
391
364
  args: CreateReceiptRuleCommandInput,
392
- options?: __HttpHandlerOptions
365
+ options?: __HttpHandlerOptions,
393
366
  ): Promise<CreateReceiptRuleCommandOutput>;
394
367
  createReceiptRule(
395
368
  args: CreateReceiptRuleCommandInput,
396
- cb: (err: any, data?: CreateReceiptRuleCommandOutput) => void
369
+ cb: (err: any, data?: CreateReceiptRuleCommandOutput) => void,
397
370
  ): void;
398
371
  createReceiptRule(
399
372
  args: CreateReceiptRuleCommandInput,
400
373
  options: __HttpHandlerOptions,
401
- cb: (err: any, data?: CreateReceiptRuleCommandOutput) => void
374
+ cb: (err: any, data?: CreateReceiptRuleCommandOutput) => void,
402
375
  ): void;
403
376
  createReceiptRuleSet(
404
377
  args: CreateReceiptRuleSetCommandInput,
405
- options?: __HttpHandlerOptions
378
+ options?: __HttpHandlerOptions,
406
379
  ): Promise<CreateReceiptRuleSetCommandOutput>;
407
380
  createReceiptRuleSet(
408
381
  args: CreateReceiptRuleSetCommandInput,
409
- cb: (err: any, data?: CreateReceiptRuleSetCommandOutput) => void
382
+ cb: (err: any, data?: CreateReceiptRuleSetCommandOutput) => void,
410
383
  ): void;
411
384
  createReceiptRuleSet(
412
385
  args: CreateReceiptRuleSetCommandInput,
413
386
  options: __HttpHandlerOptions,
414
- cb: (err: any, data?: CreateReceiptRuleSetCommandOutput) => void
387
+ cb: (err: any, data?: CreateReceiptRuleSetCommandOutput) => void,
415
388
  ): void;
416
389
  createTemplate(
417
390
  args: CreateTemplateCommandInput,
418
- options?: __HttpHandlerOptions
391
+ options?: __HttpHandlerOptions,
419
392
  ): Promise<CreateTemplateCommandOutput>;
420
393
  createTemplate(
421
394
  args: CreateTemplateCommandInput,
422
- cb: (err: any, data?: CreateTemplateCommandOutput) => void
395
+ cb: (err: any, data?: CreateTemplateCommandOutput) => void,
423
396
  ): void;
424
397
  createTemplate(
425
398
  args: CreateTemplateCommandInput,
426
399
  options: __HttpHandlerOptions,
427
- cb: (err: any, data?: CreateTemplateCommandOutput) => void
400
+ cb: (err: any, data?: CreateTemplateCommandOutput) => void,
428
401
  ): void;
429
402
  deleteConfigurationSet(
430
403
  args: DeleteConfigurationSetCommandInput,
431
- options?: __HttpHandlerOptions
404
+ options?: __HttpHandlerOptions,
432
405
  ): Promise<DeleteConfigurationSetCommandOutput>;
433
406
  deleteConfigurationSet(
434
407
  args: DeleteConfigurationSetCommandInput,
435
- cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
408
+ cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void,
436
409
  ): void;
437
410
  deleteConfigurationSet(
438
411
  args: DeleteConfigurationSetCommandInput,
439
412
  options: __HttpHandlerOptions,
440
- cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
413
+ cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void,
441
414
  ): void;
442
415
  deleteConfigurationSetEventDestination(
443
416
  args: DeleteConfigurationSetEventDestinationCommandInput,
444
- options?: __HttpHandlerOptions
417
+ options?: __HttpHandlerOptions,
445
418
  ): Promise<DeleteConfigurationSetEventDestinationCommandOutput>;
446
419
  deleteConfigurationSetEventDestination(
447
420
  args: DeleteConfigurationSetEventDestinationCommandInput,
448
- cb: (
449
- err: any,
450
- data?: DeleteConfigurationSetEventDestinationCommandOutput
451
- ) => void
421
+ cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void,
452
422
  ): void;
453
423
  deleteConfigurationSetEventDestination(
454
424
  args: DeleteConfigurationSetEventDestinationCommandInput,
455
425
  options: __HttpHandlerOptions,
456
- cb: (
457
- err: any,
458
- data?: DeleteConfigurationSetEventDestinationCommandOutput
459
- ) => void
426
+ cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void,
460
427
  ): void;
461
428
  deleteConfigurationSetTrackingOptions(
462
429
  args: DeleteConfigurationSetTrackingOptionsCommandInput,
463
- options?: __HttpHandlerOptions
430
+ options?: __HttpHandlerOptions,
464
431
  ): Promise<DeleteConfigurationSetTrackingOptionsCommandOutput>;
465
432
  deleteConfigurationSetTrackingOptions(
466
433
  args: DeleteConfigurationSetTrackingOptionsCommandInput,
467
- cb: (
468
- err: any,
469
- data?: DeleteConfigurationSetTrackingOptionsCommandOutput
470
- ) => void
434
+ cb: (err: any, data?: DeleteConfigurationSetTrackingOptionsCommandOutput) => void,
471
435
  ): void;
472
436
  deleteConfigurationSetTrackingOptions(
473
437
  args: DeleteConfigurationSetTrackingOptionsCommandInput,
474
438
  options: __HttpHandlerOptions,
475
- cb: (
476
- err: any,
477
- data?: DeleteConfigurationSetTrackingOptionsCommandOutput
478
- ) => void
439
+ cb: (err: any, data?: DeleteConfigurationSetTrackingOptionsCommandOutput) => void,
479
440
  ): void;
480
441
  deleteCustomVerificationEmailTemplate(
481
442
  args: DeleteCustomVerificationEmailTemplateCommandInput,
482
- options?: __HttpHandlerOptions
443
+ options?: __HttpHandlerOptions,
483
444
  ): Promise<DeleteCustomVerificationEmailTemplateCommandOutput>;
484
445
  deleteCustomVerificationEmailTemplate(
485
446
  args: DeleteCustomVerificationEmailTemplateCommandInput,
486
- cb: (
487
- err: any,
488
- data?: DeleteCustomVerificationEmailTemplateCommandOutput
489
- ) => void
447
+ cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void,
490
448
  ): void;
491
449
  deleteCustomVerificationEmailTemplate(
492
450
  args: DeleteCustomVerificationEmailTemplateCommandInput,
493
451
  options: __HttpHandlerOptions,
494
- cb: (
495
- err: any,
496
- data?: DeleteCustomVerificationEmailTemplateCommandOutput
497
- ) => void
452
+ cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void,
498
453
  ): void;
499
454
  deleteIdentity(
500
455
  args: DeleteIdentityCommandInput,
501
- options?: __HttpHandlerOptions
456
+ options?: __HttpHandlerOptions,
502
457
  ): Promise<DeleteIdentityCommandOutput>;
503
458
  deleteIdentity(
504
459
  args: DeleteIdentityCommandInput,
505
- cb: (err: any, data?: DeleteIdentityCommandOutput) => void
460
+ cb: (err: any, data?: DeleteIdentityCommandOutput) => void,
506
461
  ): void;
507
462
  deleteIdentity(
508
463
  args: DeleteIdentityCommandInput,
509
464
  options: __HttpHandlerOptions,
510
- cb: (err: any, data?: DeleteIdentityCommandOutput) => void
465
+ cb: (err: any, data?: DeleteIdentityCommandOutput) => void,
511
466
  ): void;
512
467
  deleteIdentityPolicy(
513
468
  args: DeleteIdentityPolicyCommandInput,
514
- options?: __HttpHandlerOptions
469
+ options?: __HttpHandlerOptions,
515
470
  ): Promise<DeleteIdentityPolicyCommandOutput>;
516
471
  deleteIdentityPolicy(
517
472
  args: DeleteIdentityPolicyCommandInput,
518
- cb: (err: any, data?: DeleteIdentityPolicyCommandOutput) => void
473
+ cb: (err: any, data?: DeleteIdentityPolicyCommandOutput) => void,
519
474
  ): void;
520
475
  deleteIdentityPolicy(
521
476
  args: DeleteIdentityPolicyCommandInput,
522
477
  options: __HttpHandlerOptions,
523
- cb: (err: any, data?: DeleteIdentityPolicyCommandOutput) => void
478
+ cb: (err: any, data?: DeleteIdentityPolicyCommandOutput) => void,
524
479
  ): void;
525
480
  deleteReceiptFilter(
526
481
  args: DeleteReceiptFilterCommandInput,
527
- options?: __HttpHandlerOptions
482
+ options?: __HttpHandlerOptions,
528
483
  ): Promise<DeleteReceiptFilterCommandOutput>;
529
484
  deleteReceiptFilter(
530
485
  args: DeleteReceiptFilterCommandInput,
531
- cb: (err: any, data?: DeleteReceiptFilterCommandOutput) => void
486
+ cb: (err: any, data?: DeleteReceiptFilterCommandOutput) => void,
532
487
  ): void;
533
488
  deleteReceiptFilter(
534
489
  args: DeleteReceiptFilterCommandInput,
535
490
  options: __HttpHandlerOptions,
536
- cb: (err: any, data?: DeleteReceiptFilterCommandOutput) => void
491
+ cb: (err: any, data?: DeleteReceiptFilterCommandOutput) => void,
537
492
  ): void;
538
493
  deleteReceiptRule(
539
494
  args: DeleteReceiptRuleCommandInput,
540
- options?: __HttpHandlerOptions
495
+ options?: __HttpHandlerOptions,
541
496
  ): Promise<DeleteReceiptRuleCommandOutput>;
542
497
  deleteReceiptRule(
543
498
  args: DeleteReceiptRuleCommandInput,
544
- cb: (err: any, data?: DeleteReceiptRuleCommandOutput) => void
499
+ cb: (err: any, data?: DeleteReceiptRuleCommandOutput) => void,
545
500
  ): void;
546
501
  deleteReceiptRule(
547
502
  args: DeleteReceiptRuleCommandInput,
548
503
  options: __HttpHandlerOptions,
549
- cb: (err: any, data?: DeleteReceiptRuleCommandOutput) => void
504
+ cb: (err: any, data?: DeleteReceiptRuleCommandOutput) => void,
550
505
  ): void;
551
506
  deleteReceiptRuleSet(
552
507
  args: DeleteReceiptRuleSetCommandInput,
553
- options?: __HttpHandlerOptions
508
+ options?: __HttpHandlerOptions,
554
509
  ): Promise<DeleteReceiptRuleSetCommandOutput>;
555
510
  deleteReceiptRuleSet(
556
511
  args: DeleteReceiptRuleSetCommandInput,
557
- cb: (err: any, data?: DeleteReceiptRuleSetCommandOutput) => void
512
+ cb: (err: any, data?: DeleteReceiptRuleSetCommandOutput) => void,
558
513
  ): void;
559
514
  deleteReceiptRuleSet(
560
515
  args: DeleteReceiptRuleSetCommandInput,
561
516
  options: __HttpHandlerOptions,
562
- cb: (err: any, data?: DeleteReceiptRuleSetCommandOutput) => void
517
+ cb: (err: any, data?: DeleteReceiptRuleSetCommandOutput) => void,
563
518
  ): void;
564
519
  deleteTemplate(
565
520
  args: DeleteTemplateCommandInput,
566
- options?: __HttpHandlerOptions
521
+ options?: __HttpHandlerOptions,
567
522
  ): Promise<DeleteTemplateCommandOutput>;
568
523
  deleteTemplate(
569
524
  args: DeleteTemplateCommandInput,
570
- cb: (err: any, data?: DeleteTemplateCommandOutput) => void
525
+ cb: (err: any, data?: DeleteTemplateCommandOutput) => void,
571
526
  ): void;
572
527
  deleteTemplate(
573
528
  args: DeleteTemplateCommandInput,
574
529
  options: __HttpHandlerOptions,
575
- cb: (err: any, data?: DeleteTemplateCommandOutput) => void
530
+ cb: (err: any, data?: DeleteTemplateCommandOutput) => void,
576
531
  ): void;
577
532
  deleteVerifiedEmailAddress(
578
533
  args: DeleteVerifiedEmailAddressCommandInput,
579
- options?: __HttpHandlerOptions
534
+ options?: __HttpHandlerOptions,
580
535
  ): Promise<DeleteVerifiedEmailAddressCommandOutput>;
581
536
  deleteVerifiedEmailAddress(
582
537
  args: DeleteVerifiedEmailAddressCommandInput,
583
- cb: (err: any, data?: DeleteVerifiedEmailAddressCommandOutput) => void
538
+ cb: (err: any, data?: DeleteVerifiedEmailAddressCommandOutput) => void,
584
539
  ): void;
585
540
  deleteVerifiedEmailAddress(
586
541
  args: DeleteVerifiedEmailAddressCommandInput,
587
542
  options: __HttpHandlerOptions,
588
- cb: (err: any, data?: DeleteVerifiedEmailAddressCommandOutput) => void
543
+ cb: (err: any, data?: DeleteVerifiedEmailAddressCommandOutput) => void,
589
544
  ): void;
590
545
  describeActiveReceiptRuleSet(): Promise<DescribeActiveReceiptRuleSetCommandOutput>;
591
546
  describeActiveReceiptRuleSet(
592
547
  args: DescribeActiveReceiptRuleSetCommandInput,
593
- options?: __HttpHandlerOptions
548
+ options?: __HttpHandlerOptions,
594
549
  ): Promise<DescribeActiveReceiptRuleSetCommandOutput>;
595
550
  describeActiveReceiptRuleSet(
596
551
  args: DescribeActiveReceiptRuleSetCommandInput,
597
- cb: (err: any, data?: DescribeActiveReceiptRuleSetCommandOutput) => void
552
+ cb: (err: any, data?: DescribeActiveReceiptRuleSetCommandOutput) => void,
598
553
  ): void;
599
554
  describeActiveReceiptRuleSet(
600
555
  args: DescribeActiveReceiptRuleSetCommandInput,
601
556
  options: __HttpHandlerOptions,
602
- cb: (err: any, data?: DescribeActiveReceiptRuleSetCommandOutput) => void
557
+ cb: (err: any, data?: DescribeActiveReceiptRuleSetCommandOutput) => void,
603
558
  ): void;
604
559
  describeConfigurationSet(
605
560
  args: DescribeConfigurationSetCommandInput,
606
- options?: __HttpHandlerOptions
561
+ options?: __HttpHandlerOptions,
607
562
  ): Promise<DescribeConfigurationSetCommandOutput>;
608
563
  describeConfigurationSet(
609
564
  args: DescribeConfigurationSetCommandInput,
610
- cb: (err: any, data?: DescribeConfigurationSetCommandOutput) => void
565
+ cb: (err: any, data?: DescribeConfigurationSetCommandOutput) => void,
611
566
  ): void;
612
567
  describeConfigurationSet(
613
568
  args: DescribeConfigurationSetCommandInput,
614
569
  options: __HttpHandlerOptions,
615
- cb: (err: any, data?: DescribeConfigurationSetCommandOutput) => void
570
+ cb: (err: any, data?: DescribeConfigurationSetCommandOutput) => void,
616
571
  ): void;
617
572
  describeReceiptRule(
618
573
  args: DescribeReceiptRuleCommandInput,
619
- options?: __HttpHandlerOptions
574
+ options?: __HttpHandlerOptions,
620
575
  ): Promise<DescribeReceiptRuleCommandOutput>;
621
576
  describeReceiptRule(
622
577
  args: DescribeReceiptRuleCommandInput,
623
- cb: (err: any, data?: DescribeReceiptRuleCommandOutput) => void
578
+ cb: (err: any, data?: DescribeReceiptRuleCommandOutput) => void,
624
579
  ): void;
625
580
  describeReceiptRule(
626
581
  args: DescribeReceiptRuleCommandInput,
627
582
  options: __HttpHandlerOptions,
628
- cb: (err: any, data?: DescribeReceiptRuleCommandOutput) => void
583
+ cb: (err: any, data?: DescribeReceiptRuleCommandOutput) => void,
629
584
  ): void;
630
585
  describeReceiptRuleSet(
631
586
  args: DescribeReceiptRuleSetCommandInput,
632
- options?: __HttpHandlerOptions
587
+ options?: __HttpHandlerOptions,
633
588
  ): Promise<DescribeReceiptRuleSetCommandOutput>;
634
589
  describeReceiptRuleSet(
635
590
  args: DescribeReceiptRuleSetCommandInput,
636
- cb: (err: any, data?: DescribeReceiptRuleSetCommandOutput) => void
591
+ cb: (err: any, data?: DescribeReceiptRuleSetCommandOutput) => void,
637
592
  ): void;
638
593
  describeReceiptRuleSet(
639
594
  args: DescribeReceiptRuleSetCommandInput,
640
595
  options: __HttpHandlerOptions,
641
- cb: (err: any, data?: DescribeReceiptRuleSetCommandOutput) => void
596
+ cb: (err: any, data?: DescribeReceiptRuleSetCommandOutput) => void,
642
597
  ): void;
643
598
  getAccountSendingEnabled(): Promise<GetAccountSendingEnabledCommandOutput>;
644
599
  getAccountSendingEnabled(
645
600
  args: GetAccountSendingEnabledCommandInput,
646
- options?: __HttpHandlerOptions
601
+ options?: __HttpHandlerOptions,
647
602
  ): Promise<GetAccountSendingEnabledCommandOutput>;
648
603
  getAccountSendingEnabled(
649
604
  args: GetAccountSendingEnabledCommandInput,
650
- cb: (err: any, data?: GetAccountSendingEnabledCommandOutput) => void
605
+ cb: (err: any, data?: GetAccountSendingEnabledCommandOutput) => void,
651
606
  ): void;
652
607
  getAccountSendingEnabled(
653
608
  args: GetAccountSendingEnabledCommandInput,
654
609
  options: __HttpHandlerOptions,
655
- cb: (err: any, data?: GetAccountSendingEnabledCommandOutput) => void
610
+ cb: (err: any, data?: GetAccountSendingEnabledCommandOutput) => void,
656
611
  ): void;
657
612
  getCustomVerificationEmailTemplate(
658
613
  args: GetCustomVerificationEmailTemplateCommandInput,
659
- options?: __HttpHandlerOptions
614
+ options?: __HttpHandlerOptions,
660
615
  ): Promise<GetCustomVerificationEmailTemplateCommandOutput>;
661
616
  getCustomVerificationEmailTemplate(
662
617
  args: GetCustomVerificationEmailTemplateCommandInput,
663
- cb: (
664
- err: any,
665
- data?: GetCustomVerificationEmailTemplateCommandOutput
666
- ) => void
618
+ cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void,
667
619
  ): void;
668
620
  getCustomVerificationEmailTemplate(
669
621
  args: GetCustomVerificationEmailTemplateCommandInput,
670
622
  options: __HttpHandlerOptions,
671
- cb: (
672
- err: any,
673
- data?: GetCustomVerificationEmailTemplateCommandOutput
674
- ) => void
623
+ cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void,
675
624
  ): void;
676
625
  getIdentityDkimAttributes(
677
626
  args: GetIdentityDkimAttributesCommandInput,
678
- options?: __HttpHandlerOptions
627
+ options?: __HttpHandlerOptions,
679
628
  ): Promise<GetIdentityDkimAttributesCommandOutput>;
680
629
  getIdentityDkimAttributes(
681
630
  args: GetIdentityDkimAttributesCommandInput,
682
- cb: (err: any, data?: GetIdentityDkimAttributesCommandOutput) => void
631
+ cb: (err: any, data?: GetIdentityDkimAttributesCommandOutput) => void,
683
632
  ): void;
684
633
  getIdentityDkimAttributes(
685
634
  args: GetIdentityDkimAttributesCommandInput,
686
635
  options: __HttpHandlerOptions,
687
- cb: (err: any, data?: GetIdentityDkimAttributesCommandOutput) => void
636
+ cb: (err: any, data?: GetIdentityDkimAttributesCommandOutput) => void,
688
637
  ): void;
689
638
  getIdentityMailFromDomainAttributes(
690
639
  args: GetIdentityMailFromDomainAttributesCommandInput,
691
- options?: __HttpHandlerOptions
640
+ options?: __HttpHandlerOptions,
692
641
  ): Promise<GetIdentityMailFromDomainAttributesCommandOutput>;
693
642
  getIdentityMailFromDomainAttributes(
694
643
  args: GetIdentityMailFromDomainAttributesCommandInput,
695
- cb: (
696
- err: any,
697
- data?: GetIdentityMailFromDomainAttributesCommandOutput
698
- ) => void
644
+ cb: (err: any, data?: GetIdentityMailFromDomainAttributesCommandOutput) => void,
699
645
  ): void;
700
646
  getIdentityMailFromDomainAttributes(
701
647
  args: GetIdentityMailFromDomainAttributesCommandInput,
702
648
  options: __HttpHandlerOptions,
703
- cb: (
704
- err: any,
705
- data?: GetIdentityMailFromDomainAttributesCommandOutput
706
- ) => void
649
+ cb: (err: any, data?: GetIdentityMailFromDomainAttributesCommandOutput) => void,
707
650
  ): void;
708
651
  getIdentityNotificationAttributes(
709
652
  args: GetIdentityNotificationAttributesCommandInput,
710
- options?: __HttpHandlerOptions
653
+ options?: __HttpHandlerOptions,
711
654
  ): Promise<GetIdentityNotificationAttributesCommandOutput>;
712
655
  getIdentityNotificationAttributes(
713
656
  args: GetIdentityNotificationAttributesCommandInput,
714
- cb: (
715
- err: any,
716
- data?: GetIdentityNotificationAttributesCommandOutput
717
- ) => void
657
+ cb: (err: any, data?: GetIdentityNotificationAttributesCommandOutput) => void,
718
658
  ): void;
719
659
  getIdentityNotificationAttributes(
720
660
  args: GetIdentityNotificationAttributesCommandInput,
721
661
  options: __HttpHandlerOptions,
722
- cb: (
723
- err: any,
724
- data?: GetIdentityNotificationAttributesCommandOutput
725
- ) => void
662
+ cb: (err: any, data?: GetIdentityNotificationAttributesCommandOutput) => void,
726
663
  ): void;
727
664
  getIdentityPolicies(
728
665
  args: GetIdentityPoliciesCommandInput,
729
- options?: __HttpHandlerOptions
666
+ options?: __HttpHandlerOptions,
730
667
  ): Promise<GetIdentityPoliciesCommandOutput>;
731
668
  getIdentityPolicies(
732
669
  args: GetIdentityPoliciesCommandInput,
733
- cb: (err: any, data?: GetIdentityPoliciesCommandOutput) => void
670
+ cb: (err: any, data?: GetIdentityPoliciesCommandOutput) => void,
734
671
  ): void;
735
672
  getIdentityPolicies(
736
673
  args: GetIdentityPoliciesCommandInput,
737
674
  options: __HttpHandlerOptions,
738
- cb: (err: any, data?: GetIdentityPoliciesCommandOutput) => void
675
+ cb: (err: any, data?: GetIdentityPoliciesCommandOutput) => void,
739
676
  ): void;
740
677
  getIdentityVerificationAttributes(
741
678
  args: GetIdentityVerificationAttributesCommandInput,
742
- options?: __HttpHandlerOptions
679
+ options?: __HttpHandlerOptions,
743
680
  ): Promise<GetIdentityVerificationAttributesCommandOutput>;
744
681
  getIdentityVerificationAttributes(
745
682
  args: GetIdentityVerificationAttributesCommandInput,
746
- cb: (
747
- err: any,
748
- data?: GetIdentityVerificationAttributesCommandOutput
749
- ) => void
683
+ cb: (err: any, data?: GetIdentityVerificationAttributesCommandOutput) => void,
750
684
  ): void;
751
685
  getIdentityVerificationAttributes(
752
686
  args: GetIdentityVerificationAttributesCommandInput,
753
687
  options: __HttpHandlerOptions,
754
- cb: (
755
- err: any,
756
- data?: GetIdentityVerificationAttributesCommandOutput
757
- ) => void
688
+ cb: (err: any, data?: GetIdentityVerificationAttributesCommandOutput) => void,
758
689
  ): void;
759
690
  getSendQuota(): Promise<GetSendQuotaCommandOutput>;
760
691
  getSendQuota(
761
692
  args: GetSendQuotaCommandInput,
762
- options?: __HttpHandlerOptions
693
+ options?: __HttpHandlerOptions,
763
694
  ): Promise<GetSendQuotaCommandOutput>;
764
695
  getSendQuota(
765
696
  args: GetSendQuotaCommandInput,
766
- cb: (err: any, data?: GetSendQuotaCommandOutput) => void
697
+ cb: (err: any, data?: GetSendQuotaCommandOutput) => void,
767
698
  ): void;
768
699
  getSendQuota(
769
700
  args: GetSendQuotaCommandInput,
770
701
  options: __HttpHandlerOptions,
771
- cb: (err: any, data?: GetSendQuotaCommandOutput) => void
702
+ cb: (err: any, data?: GetSendQuotaCommandOutput) => void,
772
703
  ): void;
773
704
  getSendStatistics(): Promise<GetSendStatisticsCommandOutput>;
774
705
  getSendStatistics(
775
706
  args: GetSendStatisticsCommandInput,
776
- options?: __HttpHandlerOptions
707
+ options?: __HttpHandlerOptions,
777
708
  ): Promise<GetSendStatisticsCommandOutput>;
778
709
  getSendStatistics(
779
710
  args: GetSendStatisticsCommandInput,
780
- cb: (err: any, data?: GetSendStatisticsCommandOutput) => void
711
+ cb: (err: any, data?: GetSendStatisticsCommandOutput) => void,
781
712
  ): void;
782
713
  getSendStatistics(
783
714
  args: GetSendStatisticsCommandInput,
784
715
  options: __HttpHandlerOptions,
785
- cb: (err: any, data?: GetSendStatisticsCommandOutput) => void
716
+ cb: (err: any, data?: GetSendStatisticsCommandOutput) => void,
786
717
  ): void;
787
718
  getTemplate(
788
719
  args: GetTemplateCommandInput,
789
- options?: __HttpHandlerOptions
720
+ options?: __HttpHandlerOptions,
790
721
  ): Promise<GetTemplateCommandOutput>;
791
722
  getTemplate(
792
723
  args: GetTemplateCommandInput,
793
- cb: (err: any, data?: GetTemplateCommandOutput) => void
724
+ cb: (err: any, data?: GetTemplateCommandOutput) => void,
794
725
  ): void;
795
726
  getTemplate(
796
727
  args: GetTemplateCommandInput,
797
728
  options: __HttpHandlerOptions,
798
- cb: (err: any, data?: GetTemplateCommandOutput) => void
729
+ cb: (err: any, data?: GetTemplateCommandOutput) => void,
799
730
  ): void;
800
731
  listConfigurationSets(): Promise<ListConfigurationSetsCommandOutput>;
801
732
  listConfigurationSets(
802
733
  args: ListConfigurationSetsCommandInput,
803
- options?: __HttpHandlerOptions
734
+ options?: __HttpHandlerOptions,
804
735
  ): Promise<ListConfigurationSetsCommandOutput>;
805
736
  listConfigurationSets(
806
737
  args: ListConfigurationSetsCommandInput,
807
- cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
738
+ cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void,
808
739
  ): void;
809
740
  listConfigurationSets(
810
741
  args: ListConfigurationSetsCommandInput,
811
742
  options: __HttpHandlerOptions,
812
- cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
743
+ cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void,
813
744
  ): void;
814
745
  listCustomVerificationEmailTemplates(): Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
815
746
  listCustomVerificationEmailTemplates(
816
747
  args: ListCustomVerificationEmailTemplatesCommandInput,
817
- options?: __HttpHandlerOptions
748
+ options?: __HttpHandlerOptions,
818
749
  ): Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
819
750
  listCustomVerificationEmailTemplates(
820
751
  args: ListCustomVerificationEmailTemplatesCommandInput,
821
- cb: (
822
- err: any,
823
- data?: ListCustomVerificationEmailTemplatesCommandOutput
824
- ) => void
752
+ cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void,
825
753
  ): void;
826
754
  listCustomVerificationEmailTemplates(
827
755
  args: ListCustomVerificationEmailTemplatesCommandInput,
828
756
  options: __HttpHandlerOptions,
829
- cb: (
830
- err: any,
831
- data?: ListCustomVerificationEmailTemplatesCommandOutput
832
- ) => void
757
+ cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void,
833
758
  ): void;
834
759
  listIdentities(): Promise<ListIdentitiesCommandOutput>;
835
760
  listIdentities(
836
761
  args: ListIdentitiesCommandInput,
837
- options?: __HttpHandlerOptions
762
+ options?: __HttpHandlerOptions,
838
763
  ): Promise<ListIdentitiesCommandOutput>;
839
764
  listIdentities(
840
765
  args: ListIdentitiesCommandInput,
841
- cb: (err: any, data?: ListIdentitiesCommandOutput) => void
766
+ cb: (err: any, data?: ListIdentitiesCommandOutput) => void,
842
767
  ): void;
843
768
  listIdentities(
844
769
  args: ListIdentitiesCommandInput,
845
770
  options: __HttpHandlerOptions,
846
- cb: (err: any, data?: ListIdentitiesCommandOutput) => void
771
+ cb: (err: any, data?: ListIdentitiesCommandOutput) => void,
847
772
  ): void;
848
773
  listIdentityPolicies(
849
774
  args: ListIdentityPoliciesCommandInput,
850
- options?: __HttpHandlerOptions
775
+ options?: __HttpHandlerOptions,
851
776
  ): Promise<ListIdentityPoliciesCommandOutput>;
852
777
  listIdentityPolicies(
853
778
  args: ListIdentityPoliciesCommandInput,
854
- cb: (err: any, data?: ListIdentityPoliciesCommandOutput) => void
779
+ cb: (err: any, data?: ListIdentityPoliciesCommandOutput) => void,
855
780
  ): void;
856
781
  listIdentityPolicies(
857
782
  args: ListIdentityPoliciesCommandInput,
858
783
  options: __HttpHandlerOptions,
859
- cb: (err: any, data?: ListIdentityPoliciesCommandOutput) => void
784
+ cb: (err: any, data?: ListIdentityPoliciesCommandOutput) => void,
860
785
  ): void;
861
786
  listReceiptFilters(): Promise<ListReceiptFiltersCommandOutput>;
862
787
  listReceiptFilters(
863
788
  args: ListReceiptFiltersCommandInput,
864
- options?: __HttpHandlerOptions
789
+ options?: __HttpHandlerOptions,
865
790
  ): Promise<ListReceiptFiltersCommandOutput>;
866
791
  listReceiptFilters(
867
792
  args: ListReceiptFiltersCommandInput,
868
- cb: (err: any, data?: ListReceiptFiltersCommandOutput) => void
793
+ cb: (err: any, data?: ListReceiptFiltersCommandOutput) => void,
869
794
  ): void;
870
795
  listReceiptFilters(
871
796
  args: ListReceiptFiltersCommandInput,
872
797
  options: __HttpHandlerOptions,
873
- cb: (err: any, data?: ListReceiptFiltersCommandOutput) => void
798
+ cb: (err: any, data?: ListReceiptFiltersCommandOutput) => void,
874
799
  ): void;
875
800
  listReceiptRuleSets(): Promise<ListReceiptRuleSetsCommandOutput>;
876
801
  listReceiptRuleSets(
877
802
  args: ListReceiptRuleSetsCommandInput,
878
- options?: __HttpHandlerOptions
803
+ options?: __HttpHandlerOptions,
879
804
  ): Promise<ListReceiptRuleSetsCommandOutput>;
880
805
  listReceiptRuleSets(
881
806
  args: ListReceiptRuleSetsCommandInput,
882
- cb: (err: any, data?: ListReceiptRuleSetsCommandOutput) => void
807
+ cb: (err: any, data?: ListReceiptRuleSetsCommandOutput) => void,
883
808
  ): void;
884
809
  listReceiptRuleSets(
885
810
  args: ListReceiptRuleSetsCommandInput,
886
811
  options: __HttpHandlerOptions,
887
- cb: (err: any, data?: ListReceiptRuleSetsCommandOutput) => void
812
+ cb: (err: any, data?: ListReceiptRuleSetsCommandOutput) => void,
888
813
  ): void;
889
814
  listTemplates(): Promise<ListTemplatesCommandOutput>;
890
815
  listTemplates(
891
816
  args: ListTemplatesCommandInput,
892
- options?: __HttpHandlerOptions
817
+ options?: __HttpHandlerOptions,
893
818
  ): Promise<ListTemplatesCommandOutput>;
894
819
  listTemplates(
895
820
  args: ListTemplatesCommandInput,
896
- cb: (err: any, data?: ListTemplatesCommandOutput) => void
821
+ cb: (err: any, data?: ListTemplatesCommandOutput) => void,
897
822
  ): void;
898
823
  listTemplates(
899
824
  args: ListTemplatesCommandInput,
900
825
  options: __HttpHandlerOptions,
901
- cb: (err: any, data?: ListTemplatesCommandOutput) => void
826
+ cb: (err: any, data?: ListTemplatesCommandOutput) => void,
902
827
  ): void;
903
828
  listVerifiedEmailAddresses(): Promise<ListVerifiedEmailAddressesCommandOutput>;
904
829
  listVerifiedEmailAddresses(
905
830
  args: ListVerifiedEmailAddressesCommandInput,
906
- options?: __HttpHandlerOptions
831
+ options?: __HttpHandlerOptions,
907
832
  ): Promise<ListVerifiedEmailAddressesCommandOutput>;
908
833
  listVerifiedEmailAddresses(
909
834
  args: ListVerifiedEmailAddressesCommandInput,
910
- cb: (err: any, data?: ListVerifiedEmailAddressesCommandOutput) => void
835
+ cb: (err: any, data?: ListVerifiedEmailAddressesCommandOutput) => void,
911
836
  ): void;
912
837
  listVerifiedEmailAddresses(
913
838
  args: ListVerifiedEmailAddressesCommandInput,
914
839
  options: __HttpHandlerOptions,
915
- cb: (err: any, data?: ListVerifiedEmailAddressesCommandOutput) => void
840
+ cb: (err: any, data?: ListVerifiedEmailAddressesCommandOutput) => void,
916
841
  ): void;
917
842
  putConfigurationSetDeliveryOptions(
918
843
  args: PutConfigurationSetDeliveryOptionsCommandInput,
919
- options?: __HttpHandlerOptions
844
+ options?: __HttpHandlerOptions,
920
845
  ): Promise<PutConfigurationSetDeliveryOptionsCommandOutput>;
921
846
  putConfigurationSetDeliveryOptions(
922
847
  args: PutConfigurationSetDeliveryOptionsCommandInput,
923
- cb: (
924
- err: any,
925
- data?: PutConfigurationSetDeliveryOptionsCommandOutput
926
- ) => void
848
+ cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void,
927
849
  ): void;
928
850
  putConfigurationSetDeliveryOptions(
929
851
  args: PutConfigurationSetDeliveryOptionsCommandInput,
930
852
  options: __HttpHandlerOptions,
931
- cb: (
932
- err: any,
933
- data?: PutConfigurationSetDeliveryOptionsCommandOutput
934
- ) => void
853
+ cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void,
935
854
  ): void;
936
855
  putIdentityPolicy(
937
856
  args: PutIdentityPolicyCommandInput,
938
- options?: __HttpHandlerOptions
857
+ options?: __HttpHandlerOptions,
939
858
  ): Promise<PutIdentityPolicyCommandOutput>;
940
859
  putIdentityPolicy(
941
860
  args: PutIdentityPolicyCommandInput,
942
- cb: (err: any, data?: PutIdentityPolicyCommandOutput) => void
861
+ cb: (err: any, data?: PutIdentityPolicyCommandOutput) => void,
943
862
  ): void;
944
863
  putIdentityPolicy(
945
864
  args: PutIdentityPolicyCommandInput,
946
865
  options: __HttpHandlerOptions,
947
- cb: (err: any, data?: PutIdentityPolicyCommandOutput) => void
866
+ cb: (err: any, data?: PutIdentityPolicyCommandOutput) => void,
948
867
  ): void;
949
868
  reorderReceiptRuleSet(
950
869
  args: ReorderReceiptRuleSetCommandInput,
951
- options?: __HttpHandlerOptions
870
+ options?: __HttpHandlerOptions,
952
871
  ): Promise<ReorderReceiptRuleSetCommandOutput>;
953
872
  reorderReceiptRuleSet(
954
873
  args: ReorderReceiptRuleSetCommandInput,
955
- cb: (err: any, data?: ReorderReceiptRuleSetCommandOutput) => void
874
+ cb: (err: any, data?: ReorderReceiptRuleSetCommandOutput) => void,
956
875
  ): void;
957
876
  reorderReceiptRuleSet(
958
877
  args: ReorderReceiptRuleSetCommandInput,
959
878
  options: __HttpHandlerOptions,
960
- cb: (err: any, data?: ReorderReceiptRuleSetCommandOutput) => void
879
+ cb: (err: any, data?: ReorderReceiptRuleSetCommandOutput) => void,
961
880
  ): void;
962
881
  sendBounce(
963
882
  args: SendBounceCommandInput,
964
- options?: __HttpHandlerOptions
883
+ options?: __HttpHandlerOptions,
965
884
  ): Promise<SendBounceCommandOutput>;
966
885
  sendBounce(
967
886
  args: SendBounceCommandInput,
968
- cb: (err: any, data?: SendBounceCommandOutput) => void
887
+ cb: (err: any, data?: SendBounceCommandOutput) => void,
969
888
  ): void;
970
889
  sendBounce(
971
890
  args: SendBounceCommandInput,
972
891
  options: __HttpHandlerOptions,
973
- cb: (err: any, data?: SendBounceCommandOutput) => void
892
+ cb: (err: any, data?: SendBounceCommandOutput) => void,
974
893
  ): void;
975
894
  sendBulkTemplatedEmail(
976
895
  args: SendBulkTemplatedEmailCommandInput,
977
- options?: __HttpHandlerOptions
896
+ options?: __HttpHandlerOptions,
978
897
  ): Promise<SendBulkTemplatedEmailCommandOutput>;
979
898
  sendBulkTemplatedEmail(
980
899
  args: SendBulkTemplatedEmailCommandInput,
981
- cb: (err: any, data?: SendBulkTemplatedEmailCommandOutput) => void
900
+ cb: (err: any, data?: SendBulkTemplatedEmailCommandOutput) => void,
982
901
  ): void;
983
902
  sendBulkTemplatedEmail(
984
903
  args: SendBulkTemplatedEmailCommandInput,
985
904
  options: __HttpHandlerOptions,
986
- cb: (err: any, data?: SendBulkTemplatedEmailCommandOutput) => void
905
+ cb: (err: any, data?: SendBulkTemplatedEmailCommandOutput) => void,
987
906
  ): void;
988
907
  sendCustomVerificationEmail(
989
908
  args: SendCustomVerificationEmailCommandInput,
990
- options?: __HttpHandlerOptions
909
+ options?: __HttpHandlerOptions,
991
910
  ): Promise<SendCustomVerificationEmailCommandOutput>;
992
911
  sendCustomVerificationEmail(
993
912
  args: SendCustomVerificationEmailCommandInput,
994
- cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void
913
+ cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void,
995
914
  ): void;
996
915
  sendCustomVerificationEmail(
997
916
  args: SendCustomVerificationEmailCommandInput,
998
917
  options: __HttpHandlerOptions,
999
- cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void
918
+ cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void,
1000
919
  ): void;
1001
920
  sendEmail(
1002
921
  args: SendEmailCommandInput,
1003
- options?: __HttpHandlerOptions
922
+ options?: __HttpHandlerOptions,
1004
923
  ): Promise<SendEmailCommandOutput>;
1005
924
  sendEmail(
1006
925
  args: SendEmailCommandInput,
1007
- cb: (err: any, data?: SendEmailCommandOutput) => void
926
+ cb: (err: any, data?: SendEmailCommandOutput) => void,
1008
927
  ): void;
1009
928
  sendEmail(
1010
929
  args: SendEmailCommandInput,
1011
930
  options: __HttpHandlerOptions,
1012
- cb: (err: any, data?: SendEmailCommandOutput) => void
931
+ cb: (err: any, data?: SendEmailCommandOutput) => void,
1013
932
  ): void;
1014
933
  sendRawEmail(
1015
934
  args: SendRawEmailCommandInput,
1016
- options?: __HttpHandlerOptions
935
+ options?: __HttpHandlerOptions,
1017
936
  ): Promise<SendRawEmailCommandOutput>;
1018
937
  sendRawEmail(
1019
938
  args: SendRawEmailCommandInput,
1020
- cb: (err: any, data?: SendRawEmailCommandOutput) => void
939
+ cb: (err: any, data?: SendRawEmailCommandOutput) => void,
1021
940
  ): void;
1022
941
  sendRawEmail(
1023
942
  args: SendRawEmailCommandInput,
1024
943
  options: __HttpHandlerOptions,
1025
- cb: (err: any, data?: SendRawEmailCommandOutput) => void
944
+ cb: (err: any, data?: SendRawEmailCommandOutput) => void,
1026
945
  ): void;
1027
946
  sendTemplatedEmail(
1028
947
  args: SendTemplatedEmailCommandInput,
1029
- options?: __HttpHandlerOptions
948
+ options?: __HttpHandlerOptions,
1030
949
  ): Promise<SendTemplatedEmailCommandOutput>;
1031
950
  sendTemplatedEmail(
1032
951
  args: SendTemplatedEmailCommandInput,
1033
- cb: (err: any, data?: SendTemplatedEmailCommandOutput) => void
952
+ cb: (err: any, data?: SendTemplatedEmailCommandOutput) => void,
1034
953
  ): void;
1035
954
  sendTemplatedEmail(
1036
955
  args: SendTemplatedEmailCommandInput,
1037
956
  options: __HttpHandlerOptions,
1038
- cb: (err: any, data?: SendTemplatedEmailCommandOutput) => void
957
+ cb: (err: any, data?: SendTemplatedEmailCommandOutput) => void,
1039
958
  ): void;
1040
959
  setActiveReceiptRuleSet(): Promise<SetActiveReceiptRuleSetCommandOutput>;
1041
960
  setActiveReceiptRuleSet(
1042
961
  args: SetActiveReceiptRuleSetCommandInput,
1043
- options?: __HttpHandlerOptions
962
+ options?: __HttpHandlerOptions,
1044
963
  ): Promise<SetActiveReceiptRuleSetCommandOutput>;
1045
964
  setActiveReceiptRuleSet(
1046
965
  args: SetActiveReceiptRuleSetCommandInput,
1047
- cb: (err: any, data?: SetActiveReceiptRuleSetCommandOutput) => void
966
+ cb: (err: any, data?: SetActiveReceiptRuleSetCommandOutput) => void,
1048
967
  ): void;
1049
968
  setActiveReceiptRuleSet(
1050
969
  args: SetActiveReceiptRuleSetCommandInput,
1051
970
  options: __HttpHandlerOptions,
1052
- cb: (err: any, data?: SetActiveReceiptRuleSetCommandOutput) => void
971
+ cb: (err: any, data?: SetActiveReceiptRuleSetCommandOutput) => void,
1053
972
  ): void;
1054
973
  setIdentityDkimEnabled(
1055
974
  args: SetIdentityDkimEnabledCommandInput,
1056
- options?: __HttpHandlerOptions
975
+ options?: __HttpHandlerOptions,
1057
976
  ): Promise<SetIdentityDkimEnabledCommandOutput>;
1058
977
  setIdentityDkimEnabled(
1059
978
  args: SetIdentityDkimEnabledCommandInput,
1060
- cb: (err: any, data?: SetIdentityDkimEnabledCommandOutput) => void
979
+ cb: (err: any, data?: SetIdentityDkimEnabledCommandOutput) => void,
1061
980
  ): void;
1062
981
  setIdentityDkimEnabled(
1063
982
  args: SetIdentityDkimEnabledCommandInput,
1064
983
  options: __HttpHandlerOptions,
1065
- cb: (err: any, data?: SetIdentityDkimEnabledCommandOutput) => void
984
+ cb: (err: any, data?: SetIdentityDkimEnabledCommandOutput) => void,
1066
985
  ): void;
1067
986
  setIdentityFeedbackForwardingEnabled(
1068
987
  args: SetIdentityFeedbackForwardingEnabledCommandInput,
1069
- options?: __HttpHandlerOptions
988
+ options?: __HttpHandlerOptions,
1070
989
  ): Promise<SetIdentityFeedbackForwardingEnabledCommandOutput>;
1071
990
  setIdentityFeedbackForwardingEnabled(
1072
991
  args: SetIdentityFeedbackForwardingEnabledCommandInput,
1073
- cb: (
1074
- err: any,
1075
- data?: SetIdentityFeedbackForwardingEnabledCommandOutput
1076
- ) => void
992
+ cb: (err: any, data?: SetIdentityFeedbackForwardingEnabledCommandOutput) => void,
1077
993
  ): void;
1078
994
  setIdentityFeedbackForwardingEnabled(
1079
995
  args: SetIdentityFeedbackForwardingEnabledCommandInput,
1080
996
  options: __HttpHandlerOptions,
1081
- cb: (
1082
- err: any,
1083
- data?: SetIdentityFeedbackForwardingEnabledCommandOutput
1084
- ) => void
997
+ cb: (err: any, data?: SetIdentityFeedbackForwardingEnabledCommandOutput) => void,
1085
998
  ): void;
1086
999
  setIdentityHeadersInNotificationsEnabled(
1087
1000
  args: SetIdentityHeadersInNotificationsEnabledCommandInput,
1088
- options?: __HttpHandlerOptions
1001
+ options?: __HttpHandlerOptions,
1089
1002
  ): Promise<SetIdentityHeadersInNotificationsEnabledCommandOutput>;
1090
1003
  setIdentityHeadersInNotificationsEnabled(
1091
1004
  args: SetIdentityHeadersInNotificationsEnabledCommandInput,
1092
- cb: (
1093
- err: any,
1094
- data?: SetIdentityHeadersInNotificationsEnabledCommandOutput
1095
- ) => void
1005
+ cb: (err: any, data?: SetIdentityHeadersInNotificationsEnabledCommandOutput) => void,
1096
1006
  ): void;
1097
1007
  setIdentityHeadersInNotificationsEnabled(
1098
1008
  args: SetIdentityHeadersInNotificationsEnabledCommandInput,
1099
1009
  options: __HttpHandlerOptions,
1100
- cb: (
1101
- err: any,
1102
- data?: SetIdentityHeadersInNotificationsEnabledCommandOutput
1103
- ) => void
1010
+ cb: (err: any, data?: SetIdentityHeadersInNotificationsEnabledCommandOutput) => void,
1104
1011
  ): void;
1105
1012
  setIdentityMailFromDomain(
1106
1013
  args: SetIdentityMailFromDomainCommandInput,
1107
- options?: __HttpHandlerOptions
1014
+ options?: __HttpHandlerOptions,
1108
1015
  ): Promise<SetIdentityMailFromDomainCommandOutput>;
1109
1016
  setIdentityMailFromDomain(
1110
1017
  args: SetIdentityMailFromDomainCommandInput,
1111
- cb: (err: any, data?: SetIdentityMailFromDomainCommandOutput) => void
1018
+ cb: (err: any, data?: SetIdentityMailFromDomainCommandOutput) => void,
1112
1019
  ): void;
1113
1020
  setIdentityMailFromDomain(
1114
1021
  args: SetIdentityMailFromDomainCommandInput,
1115
1022
  options: __HttpHandlerOptions,
1116
- cb: (err: any, data?: SetIdentityMailFromDomainCommandOutput) => void
1023
+ cb: (err: any, data?: SetIdentityMailFromDomainCommandOutput) => void,
1117
1024
  ): void;
1118
1025
  setIdentityNotificationTopic(
1119
1026
  args: SetIdentityNotificationTopicCommandInput,
1120
- options?: __HttpHandlerOptions
1027
+ options?: __HttpHandlerOptions,
1121
1028
  ): Promise<SetIdentityNotificationTopicCommandOutput>;
1122
1029
  setIdentityNotificationTopic(
1123
1030
  args: SetIdentityNotificationTopicCommandInput,
1124
- cb: (err: any, data?: SetIdentityNotificationTopicCommandOutput) => void
1031
+ cb: (err: any, data?: SetIdentityNotificationTopicCommandOutput) => void,
1125
1032
  ): void;
1126
1033
  setIdentityNotificationTopic(
1127
1034
  args: SetIdentityNotificationTopicCommandInput,
1128
1035
  options: __HttpHandlerOptions,
1129
- cb: (err: any, data?: SetIdentityNotificationTopicCommandOutput) => void
1036
+ cb: (err: any, data?: SetIdentityNotificationTopicCommandOutput) => void,
1130
1037
  ): void;
1131
1038
  setReceiptRulePosition(
1132
1039
  args: SetReceiptRulePositionCommandInput,
1133
- options?: __HttpHandlerOptions
1040
+ options?: __HttpHandlerOptions,
1134
1041
  ): Promise<SetReceiptRulePositionCommandOutput>;
1135
1042
  setReceiptRulePosition(
1136
1043
  args: SetReceiptRulePositionCommandInput,
1137
- cb: (err: any, data?: SetReceiptRulePositionCommandOutput) => void
1044
+ cb: (err: any, data?: SetReceiptRulePositionCommandOutput) => void,
1138
1045
  ): void;
1139
1046
  setReceiptRulePosition(
1140
1047
  args: SetReceiptRulePositionCommandInput,
1141
1048
  options: __HttpHandlerOptions,
1142
- cb: (err: any, data?: SetReceiptRulePositionCommandOutput) => void
1049
+ cb: (err: any, data?: SetReceiptRulePositionCommandOutput) => void,
1143
1050
  ): void;
1144
1051
  testRenderTemplate(
1145
1052
  args: TestRenderTemplateCommandInput,
1146
- options?: __HttpHandlerOptions
1053
+ options?: __HttpHandlerOptions,
1147
1054
  ): Promise<TestRenderTemplateCommandOutput>;
1148
1055
  testRenderTemplate(
1149
1056
  args: TestRenderTemplateCommandInput,
1150
- cb: (err: any, data?: TestRenderTemplateCommandOutput) => void
1057
+ cb: (err: any, data?: TestRenderTemplateCommandOutput) => void,
1151
1058
  ): void;
1152
1059
  testRenderTemplate(
1153
1060
  args: TestRenderTemplateCommandInput,
1154
1061
  options: __HttpHandlerOptions,
1155
- cb: (err: any, data?: TestRenderTemplateCommandOutput) => void
1062
+ cb: (err: any, data?: TestRenderTemplateCommandOutput) => void,
1156
1063
  ): void;
1157
1064
  updateAccountSendingEnabled(): Promise<UpdateAccountSendingEnabledCommandOutput>;
1158
1065
  updateAccountSendingEnabled(
1159
1066
  args: UpdateAccountSendingEnabledCommandInput,
1160
- options?: __HttpHandlerOptions
1067
+ options?: __HttpHandlerOptions,
1161
1068
  ): Promise<UpdateAccountSendingEnabledCommandOutput>;
1162
1069
  updateAccountSendingEnabled(
1163
1070
  args: UpdateAccountSendingEnabledCommandInput,
1164
- cb: (err: any, data?: UpdateAccountSendingEnabledCommandOutput) => void
1071
+ cb: (err: any, data?: UpdateAccountSendingEnabledCommandOutput) => void,
1165
1072
  ): void;
1166
1073
  updateAccountSendingEnabled(
1167
1074
  args: UpdateAccountSendingEnabledCommandInput,
1168
1075
  options: __HttpHandlerOptions,
1169
- cb: (err: any, data?: UpdateAccountSendingEnabledCommandOutput) => void
1076
+ cb: (err: any, data?: UpdateAccountSendingEnabledCommandOutput) => void,
1170
1077
  ): void;
1171
1078
  updateConfigurationSetEventDestination(
1172
1079
  args: UpdateConfigurationSetEventDestinationCommandInput,
1173
- options?: __HttpHandlerOptions
1080
+ options?: __HttpHandlerOptions,
1174
1081
  ): Promise<UpdateConfigurationSetEventDestinationCommandOutput>;
1175
1082
  updateConfigurationSetEventDestination(
1176
1083
  args: UpdateConfigurationSetEventDestinationCommandInput,
1177
- cb: (
1178
- err: any,
1179
- data?: UpdateConfigurationSetEventDestinationCommandOutput
1180
- ) => void
1084
+ cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void,
1181
1085
  ): void;
1182
1086
  updateConfigurationSetEventDestination(
1183
1087
  args: UpdateConfigurationSetEventDestinationCommandInput,
1184
1088
  options: __HttpHandlerOptions,
1185
- cb: (
1186
- err: any,
1187
- data?: UpdateConfigurationSetEventDestinationCommandOutput
1188
- ) => void
1089
+ cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void,
1189
1090
  ): void;
1190
1091
  updateConfigurationSetReputationMetricsEnabled(
1191
1092
  args: UpdateConfigurationSetReputationMetricsEnabledCommandInput,
1192
- options?: __HttpHandlerOptions
1093
+ options?: __HttpHandlerOptions,
1193
1094
  ): Promise<UpdateConfigurationSetReputationMetricsEnabledCommandOutput>;
1194
1095
  updateConfigurationSetReputationMetricsEnabled(
1195
1096
  args: UpdateConfigurationSetReputationMetricsEnabledCommandInput,
1196
- cb: (
1197
- err: any,
1198
- data?: UpdateConfigurationSetReputationMetricsEnabledCommandOutput
1199
- ) => void
1097
+ cb: (err: any, data?: UpdateConfigurationSetReputationMetricsEnabledCommandOutput) => void,
1200
1098
  ): void;
1201
1099
  updateConfigurationSetReputationMetricsEnabled(
1202
1100
  args: UpdateConfigurationSetReputationMetricsEnabledCommandInput,
1203
1101
  options: __HttpHandlerOptions,
1204
- cb: (
1205
- err: any,
1206
- data?: UpdateConfigurationSetReputationMetricsEnabledCommandOutput
1207
- ) => void
1102
+ cb: (err: any, data?: UpdateConfigurationSetReputationMetricsEnabledCommandOutput) => void,
1208
1103
  ): void;
1209
1104
  updateConfigurationSetSendingEnabled(
1210
1105
  args: UpdateConfigurationSetSendingEnabledCommandInput,
1211
- options?: __HttpHandlerOptions
1106
+ options?: __HttpHandlerOptions,
1212
1107
  ): Promise<UpdateConfigurationSetSendingEnabledCommandOutput>;
1213
1108
  updateConfigurationSetSendingEnabled(
1214
1109
  args: UpdateConfigurationSetSendingEnabledCommandInput,
1215
- cb: (
1216
- err: any,
1217
- data?: UpdateConfigurationSetSendingEnabledCommandOutput
1218
- ) => void
1110
+ cb: (err: any, data?: UpdateConfigurationSetSendingEnabledCommandOutput) => void,
1219
1111
  ): void;
1220
1112
  updateConfigurationSetSendingEnabled(
1221
1113
  args: UpdateConfigurationSetSendingEnabledCommandInput,
1222
1114
  options: __HttpHandlerOptions,
1223
- cb: (
1224
- err: any,
1225
- data?: UpdateConfigurationSetSendingEnabledCommandOutput
1226
- ) => void
1115
+ cb: (err: any, data?: UpdateConfigurationSetSendingEnabledCommandOutput) => void,
1227
1116
  ): void;
1228
1117
  updateConfigurationSetTrackingOptions(
1229
1118
  args: UpdateConfigurationSetTrackingOptionsCommandInput,
1230
- options?: __HttpHandlerOptions
1119
+ options?: __HttpHandlerOptions,
1231
1120
  ): Promise<UpdateConfigurationSetTrackingOptionsCommandOutput>;
1232
1121
  updateConfigurationSetTrackingOptions(
1233
1122
  args: UpdateConfigurationSetTrackingOptionsCommandInput,
1234
- cb: (
1235
- err: any,
1236
- data?: UpdateConfigurationSetTrackingOptionsCommandOutput
1237
- ) => void
1123
+ cb: (err: any, data?: UpdateConfigurationSetTrackingOptionsCommandOutput) => void,
1238
1124
  ): void;
1239
1125
  updateConfigurationSetTrackingOptions(
1240
1126
  args: UpdateConfigurationSetTrackingOptionsCommandInput,
1241
1127
  options: __HttpHandlerOptions,
1242
- cb: (
1243
- err: any,
1244
- data?: UpdateConfigurationSetTrackingOptionsCommandOutput
1245
- ) => void
1128
+ cb: (err: any, data?: UpdateConfigurationSetTrackingOptionsCommandOutput) => void,
1246
1129
  ): void;
1247
1130
  updateCustomVerificationEmailTemplate(
1248
1131
  args: UpdateCustomVerificationEmailTemplateCommandInput,
1249
- options?: __HttpHandlerOptions
1132
+ options?: __HttpHandlerOptions,
1250
1133
  ): Promise<UpdateCustomVerificationEmailTemplateCommandOutput>;
1251
1134
  updateCustomVerificationEmailTemplate(
1252
1135
  args: UpdateCustomVerificationEmailTemplateCommandInput,
1253
- cb: (
1254
- err: any,
1255
- data?: UpdateCustomVerificationEmailTemplateCommandOutput
1256
- ) => void
1136
+ cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void,
1257
1137
  ): void;
1258
1138
  updateCustomVerificationEmailTemplate(
1259
1139
  args: UpdateCustomVerificationEmailTemplateCommandInput,
1260
1140
  options: __HttpHandlerOptions,
1261
- cb: (
1262
- err: any,
1263
- data?: UpdateCustomVerificationEmailTemplateCommandOutput
1264
- ) => void
1141
+ cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void,
1265
1142
  ): void;
1266
1143
  updateReceiptRule(
1267
1144
  args: UpdateReceiptRuleCommandInput,
1268
- options?: __HttpHandlerOptions
1145
+ options?: __HttpHandlerOptions,
1269
1146
  ): Promise<UpdateReceiptRuleCommandOutput>;
1270
1147
  updateReceiptRule(
1271
1148
  args: UpdateReceiptRuleCommandInput,
1272
- cb: (err: any, data?: UpdateReceiptRuleCommandOutput) => void
1149
+ cb: (err: any, data?: UpdateReceiptRuleCommandOutput) => void,
1273
1150
  ): void;
1274
1151
  updateReceiptRule(
1275
1152
  args: UpdateReceiptRuleCommandInput,
1276
1153
  options: __HttpHandlerOptions,
1277
- cb: (err: any, data?: UpdateReceiptRuleCommandOutput) => void
1154
+ cb: (err: any, data?: UpdateReceiptRuleCommandOutput) => void,
1278
1155
  ): void;
1279
1156
  updateTemplate(
1280
1157
  args: UpdateTemplateCommandInput,
1281
- options?: __HttpHandlerOptions
1158
+ options?: __HttpHandlerOptions,
1282
1159
  ): Promise<UpdateTemplateCommandOutput>;
1283
1160
  updateTemplate(
1284
1161
  args: UpdateTemplateCommandInput,
1285
- cb: (err: any, data?: UpdateTemplateCommandOutput) => void
1162
+ cb: (err: any, data?: UpdateTemplateCommandOutput) => void,
1286
1163
  ): void;
1287
1164
  updateTemplate(
1288
1165
  args: UpdateTemplateCommandInput,
1289
1166
  options: __HttpHandlerOptions,
1290
- cb: (err: any, data?: UpdateTemplateCommandOutput) => void
1167
+ cb: (err: any, data?: UpdateTemplateCommandOutput) => void,
1291
1168
  ): void;
1292
1169
  verifyDomainDkim(
1293
1170
  args: VerifyDomainDkimCommandInput,
1294
- options?: __HttpHandlerOptions
1171
+ options?: __HttpHandlerOptions,
1295
1172
  ): Promise<VerifyDomainDkimCommandOutput>;
1296
1173
  verifyDomainDkim(
1297
1174
  args: VerifyDomainDkimCommandInput,
1298
- cb: (err: any, data?: VerifyDomainDkimCommandOutput) => void
1175
+ cb: (err: any, data?: VerifyDomainDkimCommandOutput) => void,
1299
1176
  ): void;
1300
1177
  verifyDomainDkim(
1301
1178
  args: VerifyDomainDkimCommandInput,
1302
1179
  options: __HttpHandlerOptions,
1303
- cb: (err: any, data?: VerifyDomainDkimCommandOutput) => void
1180
+ cb: (err: any, data?: VerifyDomainDkimCommandOutput) => void,
1304
1181
  ): void;
1305
1182
  verifyDomainIdentity(
1306
1183
  args: VerifyDomainIdentityCommandInput,
1307
- options?: __HttpHandlerOptions
1184
+ options?: __HttpHandlerOptions,
1308
1185
  ): Promise<VerifyDomainIdentityCommandOutput>;
1309
1186
  verifyDomainIdentity(
1310
1187
  args: VerifyDomainIdentityCommandInput,
1311
- cb: (err: any, data?: VerifyDomainIdentityCommandOutput) => void
1188
+ cb: (err: any, data?: VerifyDomainIdentityCommandOutput) => void,
1312
1189
  ): void;
1313
1190
  verifyDomainIdentity(
1314
1191
  args: VerifyDomainIdentityCommandInput,
1315
1192
  options: __HttpHandlerOptions,
1316
- cb: (err: any, data?: VerifyDomainIdentityCommandOutput) => void
1193
+ cb: (err: any, data?: VerifyDomainIdentityCommandOutput) => void,
1317
1194
  ): void;
1318
1195
  verifyEmailAddress(
1319
1196
  args: VerifyEmailAddressCommandInput,
1320
- options?: __HttpHandlerOptions
1197
+ options?: __HttpHandlerOptions,
1321
1198
  ): Promise<VerifyEmailAddressCommandOutput>;
1322
1199
  verifyEmailAddress(
1323
1200
  args: VerifyEmailAddressCommandInput,
1324
- cb: (err: any, data?: VerifyEmailAddressCommandOutput) => void
1201
+ cb: (err: any, data?: VerifyEmailAddressCommandOutput) => void,
1325
1202
  ): void;
1326
1203
  verifyEmailAddress(
1327
1204
  args: VerifyEmailAddressCommandInput,
1328
1205
  options: __HttpHandlerOptions,
1329
- cb: (err: any, data?: VerifyEmailAddressCommandOutput) => void
1206
+ cb: (err: any, data?: VerifyEmailAddressCommandOutput) => void,
1330
1207
  ): void;
1331
1208
  verifyEmailIdentity(
1332
1209
  args: VerifyEmailIdentityCommandInput,
1333
- options?: __HttpHandlerOptions
1210
+ options?: __HttpHandlerOptions,
1334
1211
  ): Promise<VerifyEmailIdentityCommandOutput>;
1335
1212
  verifyEmailIdentity(
1336
1213
  args: VerifyEmailIdentityCommandInput,
1337
- cb: (err: any, data?: VerifyEmailIdentityCommandOutput) => void
1214
+ cb: (err: any, data?: VerifyEmailIdentityCommandOutput) => void,
1338
1215
  ): void;
1339
1216
  verifyEmailIdentity(
1340
1217
  args: VerifyEmailIdentityCommandInput,
1341
1218
  options: __HttpHandlerOptions,
1342
- cb: (err: any, data?: VerifyEmailIdentityCommandOutput) => void
1219
+ cb: (err: any, data?: VerifyEmailIdentityCommandOutput) => void,
1343
1220
  ): void;
1344
1221
  paginateListCustomVerificationEmailTemplates(
1345
1222
  args?: ListCustomVerificationEmailTemplatesCommandInput,
1346
1223
  paginationConfig?: Pick<
1347
1224
  PaginationConfiguration,
1348
1225
  Exclude<keyof PaginationConfiguration, "client">
1349
- >
1226
+ >,
1350
1227
  ): Paginator<ListCustomVerificationEmailTemplatesCommandOutput>;
1351
1228
  paginateListIdentities(
1352
1229
  args?: ListIdentitiesCommandInput,
1353
1230
  paginationConfig?: Pick<
1354
1231
  PaginationConfiguration,
1355
1232
  Exclude<keyof PaginationConfiguration, "client">
1356
- >
1233
+ >,
1357
1234
  ): Paginator<ListIdentitiesCommandOutput>;
1358
1235
  waitUntilIdentityExists(
1359
1236
  args: GetIdentityVerificationAttributesCommandInput,
1360
1237
  waiterConfig:
1361
1238
  | number
1362
- | Pick<
1363
- WaiterConfiguration<SES>,
1364
- Exclude<keyof WaiterConfiguration<SES>, "client">
1365
- >
1239
+ | Pick<WaiterConfiguration<SES>, Exclude<keyof WaiterConfiguration<SES>, "client">>,
1366
1240
  ): Promise<WaiterResult<GetIdentityVerificationAttributesCommandOutput>>;
1367
1241
  }
1368
1242
  export declare class SES extends SESClient implements SES {}