@aws-sdk/client-pinpoint-email 3.278.0 → 3.281.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 (44) hide show
  1. package/README.md +339 -0
  2. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +6 -0
  11. package/dist-types/commands/GetAccountCommand.d.ts +6 -0
  12. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +6 -0
  13. package/dist-types/commands/GetConfigurationSetCommand.d.ts +6 -0
  14. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +6 -0
  15. package/dist-types/commands/GetDedicatedIpCommand.d.ts +6 -0
  16. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +6 -0
  17. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +6 -0
  18. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +6 -0
  19. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +6 -0
  20. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +6 -0
  21. package/dist-types/commands/GetEmailIdentityCommand.d.ts +6 -0
  22. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -0
  23. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +6 -0
  24. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +6 -0
  25. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +6 -0
  26. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +6 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  28. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +6 -0
  29. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +6 -0
  30. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -0
  31. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +6 -0
  32. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +6 -0
  33. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +6 -0
  34. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +6 -0
  35. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +6 -0
  36. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +6 -0
  37. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +6 -0
  38. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +6 -0
  39. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +6 -0
  40. package/dist-types/commands/SendEmailCommand.d.ts +6 -0
  41. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  42. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  43. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -0
  44. package/package.json +6 -6
package/README.md CHANGED
@@ -232,3 +232,342 @@ To contribute to client you can check our [generate clients scripts](https://git
232
232
  This SDK is distributed under the
233
233
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
234
234
  see LICENSE for more information.
235
+
236
+ ## Client Commands (Operations List)
237
+
238
+ <details>
239
+ <summary>
240
+ CreateConfigurationSet
241
+ </summary>
242
+
243
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/createconfigurationsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/createconfigurationsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/createconfigurationsetcommandoutput.html)
244
+
245
+ </details>
246
+ <details>
247
+ <summary>
248
+ CreateConfigurationSetEventDestination
249
+ </summary>
250
+
251
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/createconfigurationseteventdestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/createconfigurationseteventdestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/createconfigurationseteventdestinationcommandoutput.html)
252
+
253
+ </details>
254
+ <details>
255
+ <summary>
256
+ CreateDedicatedIpPool
257
+ </summary>
258
+
259
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/creatededicatedippoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/creatededicatedippoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/creatededicatedippoolcommandoutput.html)
260
+
261
+ </details>
262
+ <details>
263
+ <summary>
264
+ CreateDeliverabilityTestReport
265
+ </summary>
266
+
267
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/createdeliverabilitytestreportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/createdeliverabilitytestreportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/createdeliverabilitytestreportcommandoutput.html)
268
+
269
+ </details>
270
+ <details>
271
+ <summary>
272
+ CreateEmailIdentity
273
+ </summary>
274
+
275
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/createemailidentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/createemailidentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/createemailidentitycommandoutput.html)
276
+
277
+ </details>
278
+ <details>
279
+ <summary>
280
+ DeleteConfigurationSet
281
+ </summary>
282
+
283
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/deleteconfigurationsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/deleteconfigurationsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/deleteconfigurationsetcommandoutput.html)
284
+
285
+ </details>
286
+ <details>
287
+ <summary>
288
+ DeleteConfigurationSetEventDestination
289
+ </summary>
290
+
291
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/deleteconfigurationseteventdestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/deleteconfigurationseteventdestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/deleteconfigurationseteventdestinationcommandoutput.html)
292
+
293
+ </details>
294
+ <details>
295
+ <summary>
296
+ DeleteDedicatedIpPool
297
+ </summary>
298
+
299
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/deletededicatedippoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/deletededicatedippoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/deletededicatedippoolcommandoutput.html)
300
+
301
+ </details>
302
+ <details>
303
+ <summary>
304
+ DeleteEmailIdentity
305
+ </summary>
306
+
307
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/deleteemailidentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/deleteemailidentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/deleteemailidentitycommandoutput.html)
308
+
309
+ </details>
310
+ <details>
311
+ <summary>
312
+ GetAccount
313
+ </summary>
314
+
315
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getaccountcommandoutput.html)
316
+
317
+ </details>
318
+ <details>
319
+ <summary>
320
+ GetBlacklistReports
321
+ </summary>
322
+
323
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getblacklistreportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getblacklistreportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getblacklistreportscommandoutput.html)
324
+
325
+ </details>
326
+ <details>
327
+ <summary>
328
+ GetConfigurationSet
329
+ </summary>
330
+
331
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getconfigurationsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getconfigurationsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getconfigurationsetcommandoutput.html)
332
+
333
+ </details>
334
+ <details>
335
+ <summary>
336
+ GetConfigurationSetEventDestinations
337
+ </summary>
338
+
339
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getconfigurationseteventdestinationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getconfigurationseteventdestinationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getconfigurationseteventdestinationscommandoutput.html)
340
+
341
+ </details>
342
+ <details>
343
+ <summary>
344
+ GetDedicatedIp
345
+ </summary>
346
+
347
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getdedicatedipcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdedicatedipcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdedicatedipcommandoutput.html)
348
+
349
+ </details>
350
+ <details>
351
+ <summary>
352
+ GetDedicatedIps
353
+ </summary>
354
+
355
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getdedicatedipscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdedicatedipscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdedicatedipscommandoutput.html)
356
+
357
+ </details>
358
+ <details>
359
+ <summary>
360
+ GetDeliverabilityDashboardOptions
361
+ </summary>
362
+
363
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getdeliverabilitydashboardoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdeliverabilitydashboardoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdeliverabilitydashboardoptionscommandoutput.html)
364
+
365
+ </details>
366
+ <details>
367
+ <summary>
368
+ GetDeliverabilityTestReport
369
+ </summary>
370
+
371
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getdeliverabilitytestreportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdeliverabilitytestreportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdeliverabilitytestreportcommandoutput.html)
372
+
373
+ </details>
374
+ <details>
375
+ <summary>
376
+ GetDomainDeliverabilityCampaign
377
+ </summary>
378
+
379
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getdomaindeliverabilitycampaigncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdomaindeliverabilitycampaigncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdomaindeliverabilitycampaigncommandoutput.html)
380
+
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ GetDomainStatisticsReport
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getdomainstatisticsreportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdomainstatisticsreportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getdomainstatisticsreportcommandoutput.html)
388
+
389
+ </details>
390
+ <details>
391
+ <summary>
392
+ GetEmailIdentity
393
+ </summary>
394
+
395
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/getemailidentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getemailidentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/getemailidentitycommandoutput.html)
396
+
397
+ </details>
398
+ <details>
399
+ <summary>
400
+ ListConfigurationSets
401
+ </summary>
402
+
403
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/listconfigurationsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listconfigurationsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listconfigurationsetscommandoutput.html)
404
+
405
+ </details>
406
+ <details>
407
+ <summary>
408
+ ListDedicatedIpPools
409
+ </summary>
410
+
411
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/listdedicatedippoolscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listdedicatedippoolscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listdedicatedippoolscommandoutput.html)
412
+
413
+ </details>
414
+ <details>
415
+ <summary>
416
+ ListDeliverabilityTestReports
417
+ </summary>
418
+
419
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/listdeliverabilitytestreportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listdeliverabilitytestreportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listdeliverabilitytestreportscommandoutput.html)
420
+
421
+ </details>
422
+ <details>
423
+ <summary>
424
+ ListDomainDeliverabilityCampaigns
425
+ </summary>
426
+
427
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/listdomaindeliverabilitycampaignscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listdomaindeliverabilitycampaignscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listdomaindeliverabilitycampaignscommandoutput.html)
428
+
429
+ </details>
430
+ <details>
431
+ <summary>
432
+ ListEmailIdentities
433
+ </summary>
434
+
435
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/listemailidentitiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listemailidentitiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listemailidentitiescommandoutput.html)
436
+
437
+ </details>
438
+ <details>
439
+ <summary>
440
+ ListTagsForResource
441
+ </summary>
442
+
443
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/listtagsforresourcecommandoutput.html)
444
+
445
+ </details>
446
+ <details>
447
+ <summary>
448
+ PutAccountDedicatedIpWarmupAttributes
449
+ </summary>
450
+
451
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putaccountdedicatedipwarmupattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putaccountdedicatedipwarmupattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putaccountdedicatedipwarmupattributescommandoutput.html)
452
+
453
+ </details>
454
+ <details>
455
+ <summary>
456
+ PutAccountSendingAttributes
457
+ </summary>
458
+
459
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putaccountsendingattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putaccountsendingattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putaccountsendingattributescommandoutput.html)
460
+
461
+ </details>
462
+ <details>
463
+ <summary>
464
+ PutConfigurationSetDeliveryOptions
465
+ </summary>
466
+
467
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putconfigurationsetdeliveryoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putconfigurationsetdeliveryoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putconfigurationsetdeliveryoptionscommandoutput.html)
468
+
469
+ </details>
470
+ <details>
471
+ <summary>
472
+ PutConfigurationSetReputationOptions
473
+ </summary>
474
+
475
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putconfigurationsetreputationoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putconfigurationsetreputationoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putconfigurationsetreputationoptionscommandoutput.html)
476
+
477
+ </details>
478
+ <details>
479
+ <summary>
480
+ PutConfigurationSetSendingOptions
481
+ </summary>
482
+
483
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putconfigurationsetsendingoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putconfigurationsetsendingoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putconfigurationsetsendingoptionscommandoutput.html)
484
+
485
+ </details>
486
+ <details>
487
+ <summary>
488
+ PutConfigurationSetTrackingOptions
489
+ </summary>
490
+
491
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putconfigurationsettrackingoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putconfigurationsettrackingoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putconfigurationsettrackingoptionscommandoutput.html)
492
+
493
+ </details>
494
+ <details>
495
+ <summary>
496
+ PutDedicatedIpInPool
497
+ </summary>
498
+
499
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putdedicatedipinpoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putdedicatedipinpoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putdedicatedipinpoolcommandoutput.html)
500
+
501
+ </details>
502
+ <details>
503
+ <summary>
504
+ PutDedicatedIpWarmupAttributes
505
+ </summary>
506
+
507
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putdedicatedipwarmupattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putdedicatedipwarmupattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putdedicatedipwarmupattributescommandoutput.html)
508
+
509
+ </details>
510
+ <details>
511
+ <summary>
512
+ PutDeliverabilityDashboardOption
513
+ </summary>
514
+
515
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putdeliverabilitydashboardoptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putdeliverabilitydashboardoptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putdeliverabilitydashboardoptioncommandoutput.html)
516
+
517
+ </details>
518
+ <details>
519
+ <summary>
520
+ PutEmailIdentityDkimAttributes
521
+ </summary>
522
+
523
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putemailidentitydkimattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putemailidentitydkimattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putemailidentitydkimattributescommandoutput.html)
524
+
525
+ </details>
526
+ <details>
527
+ <summary>
528
+ PutEmailIdentityFeedbackAttributes
529
+ </summary>
530
+
531
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putemailidentityfeedbackattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putemailidentityfeedbackattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putemailidentityfeedbackattributescommandoutput.html)
532
+
533
+ </details>
534
+ <details>
535
+ <summary>
536
+ PutEmailIdentityMailFromAttributes
537
+ </summary>
538
+
539
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/putemailidentitymailfromattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putemailidentitymailfromattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/putemailidentitymailfromattributescommandoutput.html)
540
+
541
+ </details>
542
+ <details>
543
+ <summary>
544
+ SendEmail
545
+ </summary>
546
+
547
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/sendemailcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/sendemailcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/sendemailcommandoutput.html)
548
+
549
+ </details>
550
+ <details>
551
+ <summary>
552
+ TagResource
553
+ </summary>
554
+
555
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/tagresourcecommandoutput.html)
556
+
557
+ </details>
558
+ <details>
559
+ <summary>
560
+ UntagResource
561
+ </summary>
562
+
563
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/untagresourcecommandoutput.html)
564
+
565
+ </details>
566
+ <details>
567
+ <summary>
568
+ UpdateConfigurationSetEventDestination
569
+ </summary>
570
+
571
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/classes/updateconfigurationseteventdestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/updateconfigurationseteventdestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-pinpoint-email/interfaces/updateconfigurationseteventdestinationcommandoutput.html)
572
+
573
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link CreateConfigurationSetCommand}.
8
+ */
6
9
  export interface CreateConfigurationSetCommandInput extends CreateConfigurationSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConfigurationSetCommand}.
13
+ */
8
14
  export interface CreateConfigurationSetCommandOutput extends CreateConfigurationSetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link CreateConfigurationSetEventDestinationCommand}.
8
+ */
6
9
  export interface CreateConfigurationSetEventDestinationCommandInput extends CreateConfigurationSetEventDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConfigurationSetEventDestinationCommand}.
13
+ */
8
14
  export interface CreateConfigurationSetEventDestinationCommandOutput extends CreateConfigurationSetEventDestinationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateDedicatedIpPoolRequest, CreateDedicatedIpPoolResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link CreateDedicatedIpPoolCommand}.
8
+ */
6
9
  export interface CreateDedicatedIpPoolCommandInput extends CreateDedicatedIpPoolRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDedicatedIpPoolCommand}.
13
+ */
8
14
  export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoolResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateDeliverabilityTestReportRequest, CreateDeliverabilityTestReportResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link CreateDeliverabilityTestReportCommand}.
8
+ */
6
9
  export interface CreateDeliverabilityTestReportCommandInput extends CreateDeliverabilityTestReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDeliverabilityTestReportCommand}.
13
+ */
8
14
  export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliverabilityTestReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateEmailIdentityRequest, CreateEmailIdentityResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link CreateEmailIdentityCommand}.
8
+ */
6
9
  export interface CreateEmailIdentityCommandInput extends CreateEmailIdentityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEmailIdentityCommand}.
13
+ */
8
14
  export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link DeleteConfigurationSetCommand}.
8
+ */
6
9
  export interface DeleteConfigurationSetCommandInput extends DeleteConfigurationSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConfigurationSetCommand}.
13
+ */
8
14
  export interface DeleteConfigurationSetCommandOutput extends DeleteConfigurationSetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link DeleteConfigurationSetEventDestinationCommand}.
8
+ */
6
9
  export interface DeleteConfigurationSetEventDestinationCommandInput extends DeleteConfigurationSetEventDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConfigurationSetEventDestinationCommand}.
13
+ */
8
14
  export interface DeleteConfigurationSetEventDestinationCommandOutput extends DeleteConfigurationSetEventDestinationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteDedicatedIpPoolRequest, DeleteDedicatedIpPoolResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link DeleteDedicatedIpPoolCommand}.
8
+ */
6
9
  export interface DeleteDedicatedIpPoolCommandInput extends DeleteDedicatedIpPoolRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDedicatedIpPoolCommand}.
13
+ */
8
14
  export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoolResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteEmailIdentityRequest, DeleteEmailIdentityResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link DeleteEmailIdentityCommand}.
8
+ */
6
9
  export interface DeleteEmailIdentityCommandInput extends DeleteEmailIdentityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEmailIdentityCommand}.
13
+ */
8
14
  export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAccountRequest, GetAccountResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetAccountCommand}.
8
+ */
6
9
  export interface GetAccountCommandInput extends GetAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccountCommand}.
13
+ */
8
14
  export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetBlacklistReportsCommand}.
8
+ */
6
9
  export interface GetBlacklistReportsCommandInput extends GetBlacklistReportsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBlacklistReportsCommand}.
13
+ */
8
14
  export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetConfigurationSetCommand}.
8
+ */
6
9
  export interface GetConfigurationSetCommandInput extends GetConfigurationSetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetConfigurationSetCommand}.
13
+ */
8
14
  export interface GetConfigurationSetCommandOutput extends GetConfigurationSetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetConfigurationSetEventDestinationsRequest, GetConfigurationSetEventDestinationsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetConfigurationSetEventDestinationsCommand}.
8
+ */
6
9
  export interface GetConfigurationSetEventDestinationsCommandInput extends GetConfigurationSetEventDestinationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetConfigurationSetEventDestinationsCommand}.
13
+ */
8
14
  export interface GetConfigurationSetEventDestinationsCommandOutput extends GetConfigurationSetEventDestinationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDedicatedIpRequest, GetDedicatedIpResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetDedicatedIpCommand}.
8
+ */
6
9
  export interface GetDedicatedIpCommandInput extends GetDedicatedIpRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDedicatedIpCommand}.
13
+ */
8
14
  export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDedicatedIpsRequest, GetDedicatedIpsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetDedicatedIpsCommand}.
8
+ */
6
9
  export interface GetDedicatedIpsCommandInput extends GetDedicatedIpsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDedicatedIpsCommand}.
13
+ */
8
14
  export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDeliverabilityDashboardOptionsRequest, GetDeliverabilityDashboardOptionsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetDeliverabilityDashboardOptionsCommand}.
8
+ */
6
9
  export interface GetDeliverabilityDashboardOptionsCommandInput extends GetDeliverabilityDashboardOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeliverabilityDashboardOptionsCommand}.
13
+ */
8
14
  export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliverabilityDashboardOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDeliverabilityTestReportRequest, GetDeliverabilityTestReportResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetDeliverabilityTestReportCommand}.
8
+ */
6
9
  export interface GetDeliverabilityTestReportCommandInput extends GetDeliverabilityTestReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeliverabilityTestReportCommand}.
13
+ */
8
14
  export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabilityTestReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDomainDeliverabilityCampaignRequest, GetDomainDeliverabilityCampaignResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetDomainDeliverabilityCampaignCommand}.
8
+ */
6
9
  export interface GetDomainDeliverabilityCampaignCommandInput extends GetDomainDeliverabilityCampaignRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDomainDeliverabilityCampaignCommand}.
13
+ */
8
14
  export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainDeliverabilityCampaignResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetDomainStatisticsReportRequest, GetDomainStatisticsReportResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetDomainStatisticsReportCommand}.
8
+ */
6
9
  export interface GetDomainStatisticsReportCommandInput extends GetDomainStatisticsReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDomainStatisticsReportCommand}.
13
+ */
8
14
  export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatisticsReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetEmailIdentityRequest, GetEmailIdentityResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link GetEmailIdentityCommand}.
8
+ */
6
9
  export interface GetEmailIdentityCommandInput extends GetEmailIdentityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEmailIdentityCommand}.
13
+ */
8
14
  export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link ListConfigurationSetsCommand}.
8
+ */
6
9
  export interface ListConfigurationSetsCommandInput extends ListConfigurationSetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListConfigurationSetsCommand}.
13
+ */
8
14
  export interface ListConfigurationSetsCommandOutput extends ListConfigurationSetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link ListDedicatedIpPoolsCommand}.
8
+ */
6
9
  export interface ListDedicatedIpPoolsCommandInput extends ListDedicatedIpPoolsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDedicatedIpPoolsCommand}.
13
+ */
8
14
  export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDeliverabilityTestReportsRequest, ListDeliverabilityTestReportsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link ListDeliverabilityTestReportsCommand}.
8
+ */
6
9
  export interface ListDeliverabilityTestReportsCommandInput extends ListDeliverabilityTestReportsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDeliverabilityTestReportsCommand}.
13
+ */
8
14
  export interface ListDeliverabilityTestReportsCommandOutput extends ListDeliverabilityTestReportsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListDomainDeliverabilityCampaignsRequest, ListDomainDeliverabilityCampaignsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link ListDomainDeliverabilityCampaignsCommand}.
8
+ */
6
9
  export interface ListDomainDeliverabilityCampaignsCommandInput extends ListDomainDeliverabilityCampaignsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDomainDeliverabilityCampaignsCommand}.
13
+ */
8
14
  export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDomainDeliverabilityCampaignsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListEmailIdentitiesRequest, ListEmailIdentitiesResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link ListEmailIdentitiesCommand}.
8
+ */
6
9
  export interface ListEmailIdentitiesCommandInput extends ListEmailIdentitiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEmailIdentitiesCommand}.
13
+ */
8
14
  export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutAccountDedicatedIpWarmupAttributesRequest, PutAccountDedicatedIpWarmupAttributesResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutAccountDedicatedIpWarmupAttributesCommand}.
8
+ */
6
9
  export interface PutAccountDedicatedIpWarmupAttributesCommandInput extends PutAccountDedicatedIpWarmupAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAccountDedicatedIpWarmupAttributesCommand}.
13
+ */
8
14
  export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutAccountDedicatedIpWarmupAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutAccountSendingAttributesRequest, PutAccountSendingAttributesResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutAccountSendingAttributesCommand}.
8
+ */
6
9
  export interface PutAccountSendingAttributesCommandInput extends PutAccountSendingAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAccountSendingAttributesCommand}.
13
+ */
8
14
  export interface PutAccountSendingAttributesCommandOutput extends PutAccountSendingAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutConfigurationSetDeliveryOptionsCommand}.
8
+ */
6
9
  export interface PutConfigurationSetDeliveryOptionsCommandInput extends PutConfigurationSetDeliveryOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutConfigurationSetDeliveryOptionsCommand}.
13
+ */
8
14
  export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConfigurationSetDeliveryOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationSetReputationOptionsRequest, PutConfigurationSetReputationOptionsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutConfigurationSetReputationOptionsCommand}.
8
+ */
6
9
  export interface PutConfigurationSetReputationOptionsCommandInput extends PutConfigurationSetReputationOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutConfigurationSetReputationOptionsCommand}.
13
+ */
8
14
  export interface PutConfigurationSetReputationOptionsCommandOutput extends PutConfigurationSetReputationOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationSetSendingOptionsRequest, PutConfigurationSetSendingOptionsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutConfigurationSetSendingOptionsCommand}.
8
+ */
6
9
  export interface PutConfigurationSetSendingOptionsCommandInput extends PutConfigurationSetSendingOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutConfigurationSetSendingOptionsCommand}.
13
+ */
8
14
  export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfigurationSetSendingOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutConfigurationSetTrackingOptionsRequest, PutConfigurationSetTrackingOptionsResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutConfigurationSetTrackingOptionsCommand}.
8
+ */
6
9
  export interface PutConfigurationSetTrackingOptionsCommandInput extends PutConfigurationSetTrackingOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutConfigurationSetTrackingOptionsCommand}.
13
+ */
8
14
  export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConfigurationSetTrackingOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutDedicatedIpInPoolCommand}.
8
+ */
6
9
  export interface PutDedicatedIpInPoolCommandInput extends PutDedicatedIpInPoolRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutDedicatedIpInPoolCommand}.
13
+ */
8
14
  export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutDedicatedIpWarmupAttributesRequest, PutDedicatedIpWarmupAttributesResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutDedicatedIpWarmupAttributesCommand}.
8
+ */
6
9
  export interface PutDedicatedIpWarmupAttributesCommandInput extends PutDedicatedIpWarmupAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutDedicatedIpWarmupAttributesCommand}.
13
+ */
8
14
  export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicatedIpWarmupAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutDeliverabilityDashboardOptionRequest, PutDeliverabilityDashboardOptionResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutDeliverabilityDashboardOptionCommand}.
8
+ */
6
9
  export interface PutDeliverabilityDashboardOptionCommandInput extends PutDeliverabilityDashboardOptionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutDeliverabilityDashboardOptionCommand}.
13
+ */
8
14
  export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDeliverabilityDashboardOptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutEmailIdentityDkimAttributesRequest, PutEmailIdentityDkimAttributesResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutEmailIdentityDkimAttributesCommand}.
8
+ */
6
9
  export interface PutEmailIdentityDkimAttributesCommandInput extends PutEmailIdentityDkimAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutEmailIdentityDkimAttributesCommand}.
13
+ */
8
14
  export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIdentityDkimAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutEmailIdentityFeedbackAttributesRequest, PutEmailIdentityFeedbackAttributesResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutEmailIdentityFeedbackAttributesCommand}.
8
+ */
6
9
  export interface PutEmailIdentityFeedbackAttributesCommandInput extends PutEmailIdentityFeedbackAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutEmailIdentityFeedbackAttributesCommand}.
13
+ */
8
14
  export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmailIdentityFeedbackAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutEmailIdentityMailFromAttributesRequest, PutEmailIdentityMailFromAttributesResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link PutEmailIdentityMailFromAttributesCommand}.
8
+ */
6
9
  export interface PutEmailIdentityMailFromAttributesCommandInput extends PutEmailIdentityMailFromAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutEmailIdentityMailFromAttributesCommand}.
13
+ */
8
14
  export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmailIdentityMailFromAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendEmailRequest, SendEmailResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link SendEmailCommand}.
8
+ */
6
9
  export interface SendEmailCommandInput extends SendEmailRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SendEmailCommand}.
13
+ */
8
14
  export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
+ /**
7
+ * The input for {@link UpdateConfigurationSetEventDestinationCommand}.
8
+ */
6
9
  export interface UpdateConfigurationSetEventDestinationCommandInput extends UpdateConfigurationSetEventDestinationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConfigurationSetEventDestinationCommand}.
13
+ */
8
14
  export interface UpdateConfigurationSetEventDestinationCommandOutput extends UpdateConfigurationSetEventDestinationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pinpoint-email",
3
3
  "description": "AWS SDK for JavaScript Pinpoint Email Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",