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