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