@aws-sdk/client-pinpoint-email 3.533.0 → 3.535.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 (89) hide show
  1. package/dist-types/PinpointEmail.d.ts +10 -1
  2. package/dist-types/PinpointEmailClient.d.ts +1 -1
  3. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +2 -1
  12. package/dist-types/commands/GetAccountCommand.d.ts +2 -1
  13. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +2 -1
  14. package/dist-types/commands/GetConfigurationSetCommand.d.ts +2 -1
  15. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetDedicatedIpCommand.d.ts +2 -1
  17. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +2 -1
  18. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +2 -1
  19. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +2 -1
  21. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +2 -1
  22. package/dist-types/commands/GetEmailIdentityCommand.d.ts +2 -1
  23. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +2 -1
  30. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +2 -1
  31. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -1
  32. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +2 -1
  33. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +2 -1
  34. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +2 -1
  35. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +2 -1
  36. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +2 -1
  37. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +2 -1
  38. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +2 -1
  39. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +2 -1
  40. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +2 -1
  41. package/dist-types/commands/SendEmailCommand.d.ts +2 -1
  42. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -1
  45. package/dist-types/models/models_0.d.ts +374 -374
  46. package/dist-types/ts3.4/PinpointEmail.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +9 -0
  89. package/package.json +40 -40
@@ -298,6 +298,7 @@ export interface PinpointEmail {
298
298
  options: __HttpHandlerOptions,
299
299
  cb: (err: any, data?: DeleteEmailIdentityCommandOutput) => void
300
300
  ): void;
301
+ getAccount(): Promise<GetAccountCommandOutput>;
301
302
  getAccount(
302
303
  args: GetAccountCommandInput,
303
304
  options?: __HttpHandlerOptions
@@ -369,6 +370,7 @@ export interface PinpointEmail {
369
370
  options: __HttpHandlerOptions,
370
371
  cb: (err: any, data?: GetDedicatedIpCommandOutput) => void
371
372
  ): void;
373
+ getDedicatedIps(): Promise<GetDedicatedIpsCommandOutput>;
372
374
  getDedicatedIps(
373
375
  args: GetDedicatedIpsCommandInput,
374
376
  options?: __HttpHandlerOptions
@@ -382,6 +384,7 @@ export interface PinpointEmail {
382
384
  options: __HttpHandlerOptions,
383
385
  cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void
384
386
  ): void;
387
+ getDeliverabilityDashboardOptions(): Promise<GetDeliverabilityDashboardOptionsCommandOutput>;
385
388
  getDeliverabilityDashboardOptions(
386
389
  args: GetDeliverabilityDashboardOptionsCommandInput,
387
390
  options?: __HttpHandlerOptions
@@ -453,6 +456,7 @@ export interface PinpointEmail {
453
456
  options: __HttpHandlerOptions,
454
457
  cb: (err: any, data?: GetEmailIdentityCommandOutput) => void
455
458
  ): void;
459
+ listConfigurationSets(): Promise<ListConfigurationSetsCommandOutput>;
456
460
  listConfigurationSets(
457
461
  args: ListConfigurationSetsCommandInput,
458
462
  options?: __HttpHandlerOptions
@@ -466,6 +470,7 @@ export interface PinpointEmail {
466
470
  options: __HttpHandlerOptions,
467
471
  cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
468
472
  ): void;
473
+ listDedicatedIpPools(): Promise<ListDedicatedIpPoolsCommandOutput>;
469
474
  listDedicatedIpPools(
470
475
  args: ListDedicatedIpPoolsCommandInput,
471
476
  options?: __HttpHandlerOptions
@@ -479,6 +484,7 @@ export interface PinpointEmail {
479
484
  options: __HttpHandlerOptions,
480
485
  cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void
481
486
  ): void;
487
+ listDeliverabilityTestReports(): Promise<ListDeliverabilityTestReportsCommandOutput>;
482
488
  listDeliverabilityTestReports(
483
489
  args: ListDeliverabilityTestReportsCommandInput,
484
490
  options?: __HttpHandlerOptions
@@ -511,6 +517,7 @@ export interface PinpointEmail {
511
517
  data?: ListDomainDeliverabilityCampaignsCommandOutput
512
518
  ) => void
513
519
  ): void;
520
+ listEmailIdentities(): Promise<ListEmailIdentitiesCommandOutput>;
514
521
  listEmailIdentities(
515
522
  args: ListEmailIdentitiesCommandInput,
516
523
  options?: __HttpHandlerOptions
@@ -537,6 +544,7 @@ export interface PinpointEmail {
537
544
  options: __HttpHandlerOptions,
538
545
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
539
546
  ): void;
547
+ putAccountDedicatedIpWarmupAttributes(): Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
540
548
  putAccountDedicatedIpWarmupAttributes(
541
549
  args: PutAccountDedicatedIpWarmupAttributesCommandInput,
542
550
  options?: __HttpHandlerOptions
@@ -556,6 +564,7 @@ export interface PinpointEmail {
556
564
  data?: PutAccountDedicatedIpWarmupAttributesCommandOutput
557
565
  ) => void
558
566
  ): void;
567
+ putAccountSendingAttributes(): Promise<PutAccountSendingAttributesCommandOutput>;
559
568
  putAccountSendingAttributes(
560
569
  args: PutAccountSendingAttributesCommandInput,
561
570
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const CreateConfigurationSetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateConfigurationSetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateConfigurationSetCommandInput,
32
+ CreateConfigurationSetCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateConfigurationSetCommand extends CreateConfigurationSetCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateConfigurationSetEventDestinationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateConfigurationSetEventDestinationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateConfigurationSetEventDestinationCommandInput,
32
+ CreateConfigurationSetEventDestinationCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateConfigurationSetEventDestinationCommand extends CreateConfigurationSetEventDestinationCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDedicatedIpPoolCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDedicatedIpPoolCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDedicatedIpPoolCommandInput,
32
+ CreateDedicatedIpPoolCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDedicatedIpPoolCommand extends CreateDedicatedIpPoolCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateDeliverabilityTestReportCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateDeliverabilityTestReportCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateDeliverabilityTestReportCommandInput,
32
+ CreateDeliverabilityTestReportCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateDeliverabilityTestReportCommand extends CreateDeliverabilityTestReportCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateEmailIdentityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateEmailIdentityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateEmailIdentityCommandInput,
32
+ CreateEmailIdentityCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateEmailIdentityCommand extends CreateEmailIdentityCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteConfigurationSetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteConfigurationSetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteConfigurationSetCommandInput,
32
+ DeleteConfigurationSetCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteConfigurationSetCommand extends DeleteConfigurationSetCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteConfigurationSetEventDestinationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteConfigurationSetEventDestinationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteConfigurationSetEventDestinationCommandInput,
32
+ DeleteConfigurationSetEventDestinationCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteConfigurationSetEventDestinationCommand extends DeleteConfigurationSetEventDestinationCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteDedicatedIpPoolCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteDedicatedIpPoolCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteDedicatedIpPoolCommandInput,
32
+ DeleteDedicatedIpPoolCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteDedicatedIpPoolCommand extends DeleteDedicatedIpPoolCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteEmailIdentityCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteEmailIdentityCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteEmailIdentityCommandInput,
32
+ DeleteEmailIdentityCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteEmailIdentityCommand extends DeleteEmailIdentityCommand_base {}
@@ -21,6 +21,15 @@ declare const GetAccountCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetAccountCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetAccountCommandInput,
28
+ GetAccountCommandOutput,
29
+ PinpointEmailClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetAccountCommand extends GetAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const GetBlacklistReportsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetBlacklistReportsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetBlacklistReportsCommandInput,
32
+ GetBlacklistReportsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetBlacklistReportsCommand extends GetBlacklistReportsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetConfigurationSetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetConfigurationSetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetConfigurationSetCommandInput,
32
+ GetConfigurationSetCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetConfigurationSetCommand extends GetConfigurationSetCommand_base {}
@@ -25,6 +25,15 @@ declare const GetConfigurationSetEventDestinationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetConfigurationSetEventDestinationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetConfigurationSetEventDestinationsCommandInput,
32
+ GetConfigurationSetEventDestinationsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetConfigurationSetEventDestinationsCommand extends GetConfigurationSetEventDestinationsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetDedicatedIpCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetDedicatedIpCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetDedicatedIpCommandInput,
31
+ GetDedicatedIpCommandOutput,
32
+ PinpointEmailClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetDedicatedIpCommand extends GetDedicatedIpCommand_base {}
@@ -24,6 +24,15 @@ declare const GetDedicatedIpsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetDedicatedIpsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetDedicatedIpsCommandInput,
31
+ GetDedicatedIpsCommandOutput,
32
+ PinpointEmailClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetDedicatedIpsCommand extends GetDedicatedIpsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDeliverabilityDashboardOptionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetDeliverabilityDashboardOptionsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDeliverabilityDashboardOptionsCommandInput,
32
+ GetDeliverabilityDashboardOptionsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDeliverabilityDashboardOptionsCommand extends GetDeliverabilityDashboardOptionsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDeliverabilityTestReportCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDeliverabilityTestReportCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDeliverabilityTestReportCommandInput,
32
+ GetDeliverabilityTestReportCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDeliverabilityTestReportCommand extends GetDeliverabilityTestReportCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDomainDeliverabilityCampaignCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDomainDeliverabilityCampaignCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDomainDeliverabilityCampaignCommandInput,
32
+ GetDomainDeliverabilityCampaignCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDomainDeliverabilityCampaignCommand extends GetDomainDeliverabilityCampaignCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDomainStatisticsReportCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDomainStatisticsReportCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDomainStatisticsReportCommandInput,
32
+ GetDomainStatisticsReportCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDomainStatisticsReportCommand extends GetDomainStatisticsReportCommand_base {}
@@ -24,6 +24,15 @@ declare const GetEmailIdentityCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetEmailIdentityCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetEmailIdentityCommandInput,
31
+ GetEmailIdentityCommandOutput,
32
+ PinpointEmailClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetEmailIdentityCommand extends GetEmailIdentityCommand_base {}
@@ -25,6 +25,15 @@ declare const ListConfigurationSetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListConfigurationSetsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListConfigurationSetsCommandInput,
32
+ ListConfigurationSetsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListConfigurationSetsCommand extends ListConfigurationSetsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDedicatedIpPoolsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListDedicatedIpPoolsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDedicatedIpPoolsCommandInput,
32
+ ListDedicatedIpPoolsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDedicatedIpPoolsCommand extends ListDedicatedIpPoolsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDeliverabilityTestReportsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListDeliverabilityTestReportsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDeliverabilityTestReportsCommandInput,
32
+ ListDeliverabilityTestReportsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDeliverabilityTestReportsCommand extends ListDeliverabilityTestReportsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListDomainDeliverabilityCampaignsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListDomainDeliverabilityCampaignsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListDomainDeliverabilityCampaignsCommandInput,
32
+ ListDomainDeliverabilityCampaignsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListDomainDeliverabilityCampaignsCommand extends ListDomainDeliverabilityCampaignsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListEmailIdentitiesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListEmailIdentitiesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListEmailIdentitiesCommandInput,
32
+ ListEmailIdentitiesCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListEmailIdentitiesCommand extends ListEmailIdentitiesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const PutAccountDedicatedIpWarmupAttributesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [PutAccountDedicatedIpWarmupAttributesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutAccountDedicatedIpWarmupAttributesCommandInput,
32
+ PutAccountDedicatedIpWarmupAttributesCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutAccountDedicatedIpWarmupAttributesCommand extends PutAccountDedicatedIpWarmupAttributesCommand_base {}
@@ -25,6 +25,15 @@ declare const PutAccountSendingAttributesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [PutAccountSendingAttributesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutAccountSendingAttributesCommandInput,
32
+ PutAccountSendingAttributesCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutAccountSendingAttributesCommand extends PutAccountSendingAttributesCommand_base {}
@@ -25,6 +25,15 @@ declare const PutConfigurationSetDeliveryOptionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutConfigurationSetDeliveryOptionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutConfigurationSetDeliveryOptionsCommandInput,
32
+ PutConfigurationSetDeliveryOptionsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutConfigurationSetDeliveryOptionsCommand extends PutConfigurationSetDeliveryOptionsCommand_base {}
@@ -25,6 +25,15 @@ declare const PutConfigurationSetReputationOptionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutConfigurationSetReputationOptionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutConfigurationSetReputationOptionsCommandInput,
32
+ PutConfigurationSetReputationOptionsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutConfigurationSetReputationOptionsCommand extends PutConfigurationSetReputationOptionsCommand_base {}
@@ -25,6 +25,15 @@ declare const PutConfigurationSetSendingOptionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutConfigurationSetSendingOptionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutConfigurationSetSendingOptionsCommandInput,
32
+ PutConfigurationSetSendingOptionsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutConfigurationSetSendingOptionsCommand extends PutConfigurationSetSendingOptionsCommand_base {}
@@ -25,6 +25,15 @@ declare const PutConfigurationSetTrackingOptionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutConfigurationSetTrackingOptionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutConfigurationSetTrackingOptionsCommandInput,
32
+ PutConfigurationSetTrackingOptionsCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutConfigurationSetTrackingOptionsCommand extends PutConfigurationSetTrackingOptionsCommand_base {}
@@ -25,6 +25,15 @@ declare const PutDedicatedIpInPoolCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutDedicatedIpInPoolCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutDedicatedIpInPoolCommandInput,
32
+ PutDedicatedIpInPoolCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutDedicatedIpInPoolCommand extends PutDedicatedIpInPoolCommand_base {}
@@ -25,6 +25,15 @@ declare const PutDedicatedIpWarmupAttributesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutDedicatedIpWarmupAttributesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutDedicatedIpWarmupAttributesCommandInput,
32
+ PutDedicatedIpWarmupAttributesCommandOutput,
33
+ PinpointEmailClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutDedicatedIpWarmupAttributesCommand extends PutDedicatedIpWarmupAttributesCommand_base {}