@aws-sdk/client-ses 3.295.0 → 3.297.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.
- package/dist-cjs/protocols/Aws_query.js +95 -394
- package/dist-es/protocols/Aws_query.js +95 -394
- package/dist-types/SES.d.ts +72 -0
- package/dist-types/SESClient.d.ts +24 -4
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +16 -0
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +16 -0
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIdentityCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +16 -0
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +16 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +16 -0
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +16 -0
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/GetSendQuotaCommand.d.ts +16 -0
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListIdentitiesCommand.d.ts +16 -0
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +16 -0
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +16 -0
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +16 -0
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +16 -0
- package/dist-types/commands/SendBounceCommand.d.ts +16 -0
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +16 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +16 -0
- package/dist-types/commands/SendEmailCommand.d.ts +16 -0
- package/dist-types/commands/SendRawEmailCommand.d.ts +16 -0
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +16 -0
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +16 -0
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +16 -0
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +16 -0
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +16 -0
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +16 -0
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +16 -0
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +16 -0
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +16 -0
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +16 -0
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +16 -0
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +16 -0
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +16 -0
- package/dist-types/models/SESServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +277 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIdentitiesPaginator.d.ts +3 -0
- package/package.json +30 -30
package/dist-types/SES.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ import { VerifyEmailAddressCommandInput, VerifyEmailAddressCommandOutput } from
|
|
|
72
72
|
import { VerifyEmailIdentityCommandInput, VerifyEmailIdentityCommandOutput } from "./commands/VerifyEmailIdentityCommand";
|
|
73
73
|
import { SESClient } from "./SESClient";
|
|
74
74
|
/**
|
|
75
|
+
* @public
|
|
75
76
|
* <fullname>Amazon Simple Email Service</fullname>
|
|
76
77
|
* <p> This document contains reference information for the <a href="https://aws.amazon.com/ses/">Amazon Simple Email Service</a> (Amazon SES) API, version
|
|
77
78
|
* 2010-12-01. This document is best used in conjunction with the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
|
|
@@ -84,6 +85,7 @@ import { SESClient } from "./SESClient";
|
|
|
84
85
|
*/
|
|
85
86
|
export declare class SES extends SESClient {
|
|
86
87
|
/**
|
|
88
|
+
* @public
|
|
87
89
|
* <p>Creates a receipt rule set by cloning an existing one. All receipt rules and
|
|
88
90
|
* configurations are copied to the new receipt rule set and are completely independent of
|
|
89
91
|
* the source rule set.</p>
|
|
@@ -95,6 +97,7 @@ export declare class SES extends SESClient {
|
|
|
95
97
|
cloneReceiptRuleSet(args: CloneReceiptRuleSetCommandInput, cb: (err: any, data?: CloneReceiptRuleSetCommandOutput) => void): void;
|
|
96
98
|
cloneReceiptRuleSet(args: CloneReceiptRuleSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CloneReceiptRuleSetCommandOutput) => void): void;
|
|
97
99
|
/**
|
|
100
|
+
* @public
|
|
98
101
|
* <p>Creates a configuration set.</p>
|
|
99
102
|
* <p>Configuration sets enable you to publish email sending events. For information about
|
|
100
103
|
* using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer
|
|
@@ -105,6 +108,7 @@ export declare class SES extends SESClient {
|
|
|
105
108
|
createConfigurationSet(args: CreateConfigurationSetCommandInput, cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void): void;
|
|
106
109
|
createConfigurationSet(args: CreateConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void): void;
|
|
107
110
|
/**
|
|
111
|
+
* @public
|
|
108
112
|
* <p>Creates a configuration set event destination.</p>
|
|
109
113
|
* <note>
|
|
110
114
|
* <p>When you create or update an event destination, you must provide one, and only
|
|
@@ -120,6 +124,7 @@ export declare class SES extends SESClient {
|
|
|
120
124
|
createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void): void;
|
|
121
125
|
createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void): void;
|
|
122
126
|
/**
|
|
127
|
+
* @public
|
|
123
128
|
* <p>Creates an association between a configuration set and a custom domain for open and
|
|
124
129
|
* click event tracking. </p>
|
|
125
130
|
* <p>By default, images and links used for tracking open and click events are hosted on
|
|
@@ -130,6 +135,7 @@ export declare class SES extends SESClient {
|
|
|
130
135
|
createConfigurationSetTrackingOptions(args: CreateConfigurationSetTrackingOptionsCommandInput, cb: (err: any, data?: CreateConfigurationSetTrackingOptionsCommandOutput) => void): void;
|
|
131
136
|
createConfigurationSetTrackingOptions(args: CreateConfigurationSetTrackingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationSetTrackingOptionsCommandOutput) => void): void;
|
|
132
137
|
/**
|
|
138
|
+
* @public
|
|
133
139
|
* <p>Creates a new custom verification email template.</p>
|
|
134
140
|
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
135
141
|
* Guide</i>.</p>
|
|
@@ -139,6 +145,7 @@ export declare class SES extends SESClient {
|
|
|
139
145
|
createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void): void;
|
|
140
146
|
createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void): void;
|
|
141
147
|
/**
|
|
148
|
+
* @public
|
|
142
149
|
* <p>Creates a new IP address filter.</p>
|
|
143
150
|
* <p>For information about setting up IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html">Amazon SES Developer Guide</a>.</p>
|
|
144
151
|
* <p>You can execute this operation no more than once per second.</p>
|
|
@@ -147,6 +154,7 @@ export declare class SES extends SESClient {
|
|
|
147
154
|
createReceiptFilter(args: CreateReceiptFilterCommandInput, cb: (err: any, data?: CreateReceiptFilterCommandOutput) => void): void;
|
|
148
155
|
createReceiptFilter(args: CreateReceiptFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReceiptFilterCommandOutput) => void): void;
|
|
149
156
|
/**
|
|
157
|
+
* @public
|
|
150
158
|
* <p>Creates a receipt rule.</p>
|
|
151
159
|
* <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html">Amazon SES Developer
|
|
152
160
|
* Guide</a>.</p>
|
|
@@ -156,6 +164,7 @@ export declare class SES extends SESClient {
|
|
|
156
164
|
createReceiptRule(args: CreateReceiptRuleCommandInput, cb: (err: any, data?: CreateReceiptRuleCommandOutput) => void): void;
|
|
157
165
|
createReceiptRule(args: CreateReceiptRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReceiptRuleCommandOutput) => void): void;
|
|
158
166
|
/**
|
|
167
|
+
* @public
|
|
159
168
|
* <p>Creates an empty receipt rule set.</p>
|
|
160
169
|
* <p>For information about setting up receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html">Amazon SES
|
|
161
170
|
* Developer Guide</a>.</p>
|
|
@@ -165,6 +174,7 @@ export declare class SES extends SESClient {
|
|
|
165
174
|
createReceiptRuleSet(args: CreateReceiptRuleSetCommandInput, cb: (err: any, data?: CreateReceiptRuleSetCommandOutput) => void): void;
|
|
166
175
|
createReceiptRuleSet(args: CreateReceiptRuleSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReceiptRuleSetCommandOutput) => void): void;
|
|
167
176
|
/**
|
|
177
|
+
* @public
|
|
168
178
|
* <p>Creates an email template. Email templates enable you to send personalized email to
|
|
169
179
|
* one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
|
|
170
180
|
* Guide</a>.</p>
|
|
@@ -174,6 +184,7 @@ export declare class SES extends SESClient {
|
|
|
174
184
|
createTemplate(args: CreateTemplateCommandInput, cb: (err: any, data?: CreateTemplateCommandOutput) => void): void;
|
|
175
185
|
createTemplate(args: CreateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTemplateCommandOutput) => void): void;
|
|
176
186
|
/**
|
|
187
|
+
* @public
|
|
177
188
|
* <p>Deletes a configuration set. Configuration sets enable you to publish email sending
|
|
178
189
|
* events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer Guide</a>.</p>
|
|
179
190
|
* <p>You can execute this operation no more than once per second.</p>
|
|
@@ -182,6 +193,7 @@ export declare class SES extends SESClient {
|
|
|
182
193
|
deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void): void;
|
|
183
194
|
deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void): void;
|
|
184
195
|
/**
|
|
196
|
+
* @public
|
|
185
197
|
* <p>Deletes a configuration set event destination. Configuration set event destinations
|
|
186
198
|
* are associated with configuration sets, which enable you to publish email sending
|
|
187
199
|
* events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer Guide</a>.</p>
|
|
@@ -191,6 +203,7 @@ export declare class SES extends SESClient {
|
|
|
191
203
|
deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void): void;
|
|
192
204
|
deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void): void;
|
|
193
205
|
/**
|
|
206
|
+
* @public
|
|
194
207
|
* <p>Deletes an association between a configuration set and a custom domain for open and
|
|
195
208
|
* click event tracking.</p>
|
|
196
209
|
* <p>By default, images and links used for tracking open and click events are hosted on
|
|
@@ -206,6 +219,7 @@ export declare class SES extends SESClient {
|
|
|
206
219
|
deleteConfigurationSetTrackingOptions(args: DeleteConfigurationSetTrackingOptionsCommandInput, cb: (err: any, data?: DeleteConfigurationSetTrackingOptionsCommandOutput) => void): void;
|
|
207
220
|
deleteConfigurationSetTrackingOptions(args: DeleteConfigurationSetTrackingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationSetTrackingOptionsCommandOutput) => void): void;
|
|
208
221
|
/**
|
|
222
|
+
* @public
|
|
209
223
|
* <p>Deletes an existing custom verification email template. </p>
|
|
210
224
|
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
211
225
|
* Guide</i>.</p>
|
|
@@ -215,6 +229,7 @@ export declare class SES extends SESClient {
|
|
|
215
229
|
deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void): void;
|
|
216
230
|
deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void): void;
|
|
217
231
|
/**
|
|
232
|
+
* @public
|
|
218
233
|
* <p>Deletes the specified identity (an email address or a domain) from the list of
|
|
219
234
|
* verified identities.</p>
|
|
220
235
|
* <p>You can execute this operation no more than once per second.</p>
|
|
@@ -223,6 +238,7 @@ export declare class SES extends SESClient {
|
|
|
223
238
|
deleteIdentity(args: DeleteIdentityCommandInput, cb: (err: any, data?: DeleteIdentityCommandOutput) => void): void;
|
|
224
239
|
deleteIdentity(args: DeleteIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentityCommandOutput) => void): void;
|
|
225
240
|
/**
|
|
241
|
+
* @public
|
|
226
242
|
* <p>Deletes the specified sending authorization policy for the given identity (an email
|
|
227
243
|
* address or a domain). This API returns successfully even if a policy with the specified
|
|
228
244
|
* name does not exist.</p>
|
|
@@ -240,6 +256,7 @@ export declare class SES extends SESClient {
|
|
|
240
256
|
deleteIdentityPolicy(args: DeleteIdentityPolicyCommandInput, cb: (err: any, data?: DeleteIdentityPolicyCommandOutput) => void): void;
|
|
241
257
|
deleteIdentityPolicy(args: DeleteIdentityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentityPolicyCommandOutput) => void): void;
|
|
242
258
|
/**
|
|
259
|
+
* @public
|
|
243
260
|
* <p>Deletes the specified IP address filter.</p>
|
|
244
261
|
* <p>For information about managing IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-ip-filters.html">Amazon SES
|
|
245
262
|
* Developer Guide</a>.</p>
|
|
@@ -249,6 +266,7 @@ export declare class SES extends SESClient {
|
|
|
249
266
|
deleteReceiptFilter(args: DeleteReceiptFilterCommandInput, cb: (err: any, data?: DeleteReceiptFilterCommandOutput) => void): void;
|
|
250
267
|
deleteReceiptFilter(args: DeleteReceiptFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReceiptFilterCommandOutput) => void): void;
|
|
251
268
|
/**
|
|
269
|
+
* @public
|
|
252
270
|
* <p>Deletes the specified receipt rule.</p>
|
|
253
271
|
* <p>For information about managing receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html">Amazon SES
|
|
254
272
|
* Developer Guide</a>.</p>
|
|
@@ -258,6 +276,7 @@ export declare class SES extends SESClient {
|
|
|
258
276
|
deleteReceiptRule(args: DeleteReceiptRuleCommandInput, cb: (err: any, data?: DeleteReceiptRuleCommandOutput) => void): void;
|
|
259
277
|
deleteReceiptRule(args: DeleteReceiptRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReceiptRuleCommandOutput) => void): void;
|
|
260
278
|
/**
|
|
279
|
+
* @public
|
|
261
280
|
* <p>Deletes the specified receipt rule set and all of the receipt rules it
|
|
262
281
|
* contains.</p>
|
|
263
282
|
* <note>
|
|
@@ -270,6 +289,7 @@ export declare class SES extends SESClient {
|
|
|
270
289
|
deleteReceiptRuleSet(args: DeleteReceiptRuleSetCommandInput, cb: (err: any, data?: DeleteReceiptRuleSetCommandOutput) => void): void;
|
|
271
290
|
deleteReceiptRuleSet(args: DeleteReceiptRuleSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReceiptRuleSetCommandOutput) => void): void;
|
|
272
291
|
/**
|
|
292
|
+
* @public
|
|
273
293
|
* <p>Deletes an email template.</p>
|
|
274
294
|
* <p>You can execute this operation no more than once per second.</p>
|
|
275
295
|
*/
|
|
@@ -277,6 +297,7 @@ export declare class SES extends SESClient {
|
|
|
277
297
|
deleteTemplate(args: DeleteTemplateCommandInput, cb: (err: any, data?: DeleteTemplateCommandOutput) => void): void;
|
|
278
298
|
deleteTemplate(args: DeleteTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTemplateCommandOutput) => void): void;
|
|
279
299
|
/**
|
|
300
|
+
* @public
|
|
280
301
|
* <p>Deprecated. Use the <code>DeleteIdentity</code> operation to delete email addresses
|
|
281
302
|
* and domains.</p>
|
|
282
303
|
*/
|
|
@@ -284,6 +305,7 @@ export declare class SES extends SESClient {
|
|
|
284
305
|
deleteVerifiedEmailAddress(args: DeleteVerifiedEmailAddressCommandInput, cb: (err: any, data?: DeleteVerifiedEmailAddressCommandOutput) => void): void;
|
|
285
306
|
deleteVerifiedEmailAddress(args: DeleteVerifiedEmailAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVerifiedEmailAddressCommandOutput) => void): void;
|
|
286
307
|
/**
|
|
308
|
+
* @public
|
|
287
309
|
* <p>Returns the metadata and receipt rules for the receipt rule set that is currently
|
|
288
310
|
* active.</p>
|
|
289
311
|
* <p>For information about setting up receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html">Amazon SES
|
|
@@ -294,6 +316,7 @@ export declare class SES extends SESClient {
|
|
|
294
316
|
describeActiveReceiptRuleSet(args: DescribeActiveReceiptRuleSetCommandInput, cb: (err: any, data?: DescribeActiveReceiptRuleSetCommandOutput) => void): void;
|
|
295
317
|
describeActiveReceiptRuleSet(args: DescribeActiveReceiptRuleSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeActiveReceiptRuleSetCommandOutput) => void): void;
|
|
296
318
|
/**
|
|
319
|
+
* @public
|
|
297
320
|
* <p>Returns the details of the specified configuration set. For information about using
|
|
298
321
|
* configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer
|
|
299
322
|
* Guide</a>.</p>
|
|
@@ -303,6 +326,7 @@ export declare class SES extends SESClient {
|
|
|
303
326
|
describeConfigurationSet(args: DescribeConfigurationSetCommandInput, cb: (err: any, data?: DescribeConfigurationSetCommandOutput) => void): void;
|
|
304
327
|
describeConfigurationSet(args: DescribeConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationSetCommandOutput) => void): void;
|
|
305
328
|
/**
|
|
329
|
+
* @public
|
|
306
330
|
* <p>Returns the details of the specified receipt rule.</p>
|
|
307
331
|
* <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html">Amazon SES Developer
|
|
308
332
|
* Guide</a>.</p>
|
|
@@ -312,6 +336,7 @@ export declare class SES extends SESClient {
|
|
|
312
336
|
describeReceiptRule(args: DescribeReceiptRuleCommandInput, cb: (err: any, data?: DescribeReceiptRuleCommandOutput) => void): void;
|
|
313
337
|
describeReceiptRule(args: DescribeReceiptRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReceiptRuleCommandOutput) => void): void;
|
|
314
338
|
/**
|
|
339
|
+
* @public
|
|
315
340
|
* <p>Returns the details of the specified receipt rule set.</p>
|
|
316
341
|
* <p>For information about managing receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html">Amazon SES Developer Guide</a>.</p>
|
|
317
342
|
* <p>You can execute this operation no more than once per second.</p>
|
|
@@ -320,6 +345,7 @@ export declare class SES extends SESClient {
|
|
|
320
345
|
describeReceiptRuleSet(args: DescribeReceiptRuleSetCommandInput, cb: (err: any, data?: DescribeReceiptRuleSetCommandOutput) => void): void;
|
|
321
346
|
describeReceiptRuleSet(args: DescribeReceiptRuleSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReceiptRuleSetCommandOutput) => void): void;
|
|
322
347
|
/**
|
|
348
|
+
* @public
|
|
323
349
|
* <p>Returns the email sending status of the Amazon SES account for the current region.</p>
|
|
324
350
|
* <p>You can execute this operation no more than once per second.</p>
|
|
325
351
|
*/
|
|
@@ -327,6 +353,7 @@ export declare class SES extends SESClient {
|
|
|
327
353
|
getAccountSendingEnabled(args: GetAccountSendingEnabledCommandInput, cb: (err: any, data?: GetAccountSendingEnabledCommandOutput) => void): void;
|
|
328
354
|
getAccountSendingEnabled(args: GetAccountSendingEnabledCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSendingEnabledCommandOutput) => void): void;
|
|
329
355
|
/**
|
|
356
|
+
* @public
|
|
330
357
|
* <p>Returns the custom email verification template for the template name you
|
|
331
358
|
* specify.</p>
|
|
332
359
|
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
@@ -337,6 +364,7 @@ export declare class SES extends SESClient {
|
|
|
337
364
|
getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void): void;
|
|
338
365
|
getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void): void;
|
|
339
366
|
/**
|
|
367
|
+
* @public
|
|
340
368
|
* <p>Returns the current status of Easy DKIM signing for an entity. For domain name
|
|
341
369
|
* identities, this operation also returns the DKIM tokens that are required for Easy DKIM
|
|
342
370
|
* signing, and whether Amazon SES has successfully verified that these tokens have been
|
|
@@ -365,6 +393,7 @@ export declare class SES extends SESClient {
|
|
|
365
393
|
getIdentityDkimAttributes(args: GetIdentityDkimAttributesCommandInput, cb: (err: any, data?: GetIdentityDkimAttributesCommandOutput) => void): void;
|
|
366
394
|
getIdentityDkimAttributes(args: GetIdentityDkimAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityDkimAttributesCommandOutput) => void): void;
|
|
367
395
|
/**
|
|
396
|
+
* @public
|
|
368
397
|
* <p>Returns the custom MAIL FROM attributes for a list of identities (email addresses :
|
|
369
398
|
* domains).</p>
|
|
370
399
|
* <p>This operation is throttled at one request per second and can only get custom MAIL
|
|
@@ -374,6 +403,7 @@ export declare class SES extends SESClient {
|
|
|
374
403
|
getIdentityMailFromDomainAttributes(args: GetIdentityMailFromDomainAttributesCommandInput, cb: (err: any, data?: GetIdentityMailFromDomainAttributesCommandOutput) => void): void;
|
|
375
404
|
getIdentityMailFromDomainAttributes(args: GetIdentityMailFromDomainAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityMailFromDomainAttributesCommandOutput) => void): void;
|
|
376
405
|
/**
|
|
406
|
+
* @public
|
|
377
407
|
* <p>Given a list of verified identities (email addresses and/or domains), returns a
|
|
378
408
|
* structure describing identity notification attributes.</p>
|
|
379
409
|
* <p>This operation is throttled at one request per second and can only get notification
|
|
@@ -385,6 +415,7 @@ export declare class SES extends SESClient {
|
|
|
385
415
|
getIdentityNotificationAttributes(args: GetIdentityNotificationAttributesCommandInput, cb: (err: any, data?: GetIdentityNotificationAttributesCommandOutput) => void): void;
|
|
386
416
|
getIdentityNotificationAttributes(args: GetIdentityNotificationAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityNotificationAttributesCommandOutput) => void): void;
|
|
387
417
|
/**
|
|
418
|
+
* @public
|
|
388
419
|
* <p>Returns the requested sending authorization policies for the given identity (an email
|
|
389
420
|
* address or a domain). The policies are returned as a map of policy names to policy
|
|
390
421
|
* contents. You can retrieve a maximum of 20 policies at a time.</p>
|
|
@@ -402,6 +433,7 @@ export declare class SES extends SESClient {
|
|
|
402
433
|
getIdentityPolicies(args: GetIdentityPoliciesCommandInput, cb: (err: any, data?: GetIdentityPoliciesCommandOutput) => void): void;
|
|
403
434
|
getIdentityPolicies(args: GetIdentityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityPoliciesCommandOutput) => void): void;
|
|
404
435
|
/**
|
|
436
|
+
* @public
|
|
405
437
|
* <p>Given a list of identities (email addresses and/or domains), returns the verification
|
|
406
438
|
* status and (for domain identities) the verification token for each identity.</p>
|
|
407
439
|
* <p>The verification status of an email address is "Pending" until the email address owner
|
|
@@ -423,6 +455,7 @@ export declare class SES extends SESClient {
|
|
|
423
455
|
getIdentityVerificationAttributes(args: GetIdentityVerificationAttributesCommandInput, cb: (err: any, data?: GetIdentityVerificationAttributesCommandOutput) => void): void;
|
|
424
456
|
getIdentityVerificationAttributes(args: GetIdentityVerificationAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityVerificationAttributesCommandOutput) => void): void;
|
|
425
457
|
/**
|
|
458
|
+
* @public
|
|
426
459
|
* <p>Provides the sending limits for the Amazon SES account. </p>
|
|
427
460
|
* <p>You can execute this operation no more than once per second.</p>
|
|
428
461
|
*/
|
|
@@ -430,6 +463,7 @@ export declare class SES extends SESClient {
|
|
|
430
463
|
getSendQuota(args: GetSendQuotaCommandInput, cb: (err: any, data?: GetSendQuotaCommandOutput) => void): void;
|
|
431
464
|
getSendQuota(args: GetSendQuotaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSendQuotaCommandOutput) => void): void;
|
|
432
465
|
/**
|
|
466
|
+
* @public
|
|
433
467
|
* <p>Provides sending statistics for the current AWS Region. The result is a list of data
|
|
434
468
|
* points, representing the last two weeks of sending activity. Each data point in the list
|
|
435
469
|
* contains statistics for a 15-minute period of time.</p>
|
|
@@ -439,6 +473,7 @@ export declare class SES extends SESClient {
|
|
|
439
473
|
getSendStatistics(args: GetSendStatisticsCommandInput, cb: (err: any, data?: GetSendStatisticsCommandOutput) => void): void;
|
|
440
474
|
getSendStatistics(args: GetSendStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSendStatisticsCommandOutput) => void): void;
|
|
441
475
|
/**
|
|
476
|
+
* @public
|
|
442
477
|
* <p>Displays the template object (which includes the Subject line, HTML part and text
|
|
443
478
|
* part) for the template you specify.</p>
|
|
444
479
|
* <p>You can execute this operation no more than once per second.</p>
|
|
@@ -447,6 +482,7 @@ export declare class SES extends SESClient {
|
|
|
447
482
|
getTemplate(args: GetTemplateCommandInput, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
448
483
|
getTemplate(args: GetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
449
484
|
/**
|
|
485
|
+
* @public
|
|
450
486
|
* <p>Provides a list of the configuration sets associated with your Amazon SES account in the
|
|
451
487
|
* current AWS Region. For information about using configuration sets, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Monitoring Your Amazon SES Sending Activity</a> in the <i>Amazon SES Developer
|
|
452
488
|
* Guide.</i>
|
|
@@ -462,6 +498,7 @@ export declare class SES extends SESClient {
|
|
|
462
498
|
listConfigurationSets(args: ListConfigurationSetsCommandInput, cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void): void;
|
|
463
499
|
listConfigurationSets(args: ListConfigurationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void): void;
|
|
464
500
|
/**
|
|
501
|
+
* @public
|
|
465
502
|
* <p>Lists the existing custom verification email templates for your account in the current
|
|
466
503
|
* AWS Region.</p>
|
|
467
504
|
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
@@ -472,6 +509,7 @@ export declare class SES extends SESClient {
|
|
|
472
509
|
listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void): void;
|
|
473
510
|
listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void): void;
|
|
474
511
|
/**
|
|
512
|
+
* @public
|
|
475
513
|
* <p>Returns a list containing all of the identities (email addresses and domains) for your
|
|
476
514
|
* AWS account in the current AWS Region, regardless of verification status.</p>
|
|
477
515
|
* <p>You can execute this operation no more than once per second.</p>
|
|
@@ -480,6 +518,7 @@ export declare class SES extends SESClient {
|
|
|
480
518
|
listIdentities(args: ListIdentitiesCommandInput, cb: (err: any, data?: ListIdentitiesCommandOutput) => void): void;
|
|
481
519
|
listIdentities(args: ListIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentitiesCommandOutput) => void): void;
|
|
482
520
|
/**
|
|
521
|
+
* @public
|
|
483
522
|
* <p>Returns a list of sending authorization policies that are attached to the given
|
|
484
523
|
* identity (an email address or a domain). This API returns only a list. If you want the
|
|
485
524
|
* actual policy content, you can use <code>GetIdentityPolicies</code>.</p>
|
|
@@ -497,6 +536,7 @@ export declare class SES extends SESClient {
|
|
|
497
536
|
listIdentityPolicies(args: ListIdentityPoliciesCommandInput, cb: (err: any, data?: ListIdentityPoliciesCommandOutput) => void): void;
|
|
498
537
|
listIdentityPolicies(args: ListIdentityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityPoliciesCommandOutput) => void): void;
|
|
499
538
|
/**
|
|
539
|
+
* @public
|
|
500
540
|
* <p>Lists the IP address filters associated with your AWS account in the current AWS
|
|
501
541
|
* Region.</p>
|
|
502
542
|
* <p>For information about managing IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-ip-filters.html">Amazon SES
|
|
@@ -507,6 +547,7 @@ export declare class SES extends SESClient {
|
|
|
507
547
|
listReceiptFilters(args: ListReceiptFiltersCommandInput, cb: (err: any, data?: ListReceiptFiltersCommandOutput) => void): void;
|
|
508
548
|
listReceiptFilters(args: ListReceiptFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReceiptFiltersCommandOutput) => void): void;
|
|
509
549
|
/**
|
|
550
|
+
* @public
|
|
510
551
|
* <p>Lists the receipt rule sets that exist under your AWS account in the current AWS
|
|
511
552
|
* Region. If there are additional receipt rule sets to be retrieved, you will receive a
|
|
512
553
|
* <code>NextToken</code> that you can provide to the next call to
|
|
@@ -518,6 +559,7 @@ export declare class SES extends SESClient {
|
|
|
518
559
|
listReceiptRuleSets(args: ListReceiptRuleSetsCommandInput, cb: (err: any, data?: ListReceiptRuleSetsCommandOutput) => void): void;
|
|
519
560
|
listReceiptRuleSets(args: ListReceiptRuleSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReceiptRuleSetsCommandOutput) => void): void;
|
|
520
561
|
/**
|
|
562
|
+
* @public
|
|
521
563
|
* <p>Lists the email templates present in your Amazon SES account in the current AWS
|
|
522
564
|
* Region.</p>
|
|
523
565
|
* <p>You can execute this operation no more than once per second.</p>
|
|
@@ -526,6 +568,7 @@ export declare class SES extends SESClient {
|
|
|
526
568
|
listTemplates(args: ListTemplatesCommandInput, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
|
|
527
569
|
listTemplates(args: ListTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
|
|
528
570
|
/**
|
|
571
|
+
* @public
|
|
529
572
|
* <p>Deprecated. Use the <code>ListIdentities</code> operation to list the email addresses
|
|
530
573
|
* and domains associated with your account.</p>
|
|
531
574
|
*/
|
|
@@ -533,12 +576,14 @@ export declare class SES extends SESClient {
|
|
|
533
576
|
listVerifiedEmailAddresses(args: ListVerifiedEmailAddressesCommandInput, cb: (err: any, data?: ListVerifiedEmailAddressesCommandOutput) => void): void;
|
|
534
577
|
listVerifiedEmailAddresses(args: ListVerifiedEmailAddressesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVerifiedEmailAddressesCommandOutput) => void): void;
|
|
535
578
|
/**
|
|
579
|
+
* @public
|
|
536
580
|
* <p>Adds or updates the delivery options for a configuration set.</p>
|
|
537
581
|
*/
|
|
538
582
|
putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutConfigurationSetDeliveryOptionsCommandOutput>;
|
|
539
583
|
putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void): void;
|
|
540
584
|
putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void): void;
|
|
541
585
|
/**
|
|
586
|
+
* @public
|
|
542
587
|
* <p>Adds or updates a sending authorization policy for the specified identity (an email
|
|
543
588
|
* address or a domain).</p>
|
|
544
589
|
* <note>
|
|
@@ -555,6 +600,7 @@ export declare class SES extends SESClient {
|
|
|
555
600
|
putIdentityPolicy(args: PutIdentityPolicyCommandInput, cb: (err: any, data?: PutIdentityPolicyCommandOutput) => void): void;
|
|
556
601
|
putIdentityPolicy(args: PutIdentityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutIdentityPolicyCommandOutput) => void): void;
|
|
557
602
|
/**
|
|
603
|
+
* @public
|
|
558
604
|
* <p>Reorders the receipt rules within a receipt rule set.</p>
|
|
559
605
|
* <note>
|
|
560
606
|
* <p>All of the rules in the rule set must be represented in this request. That is,
|
|
@@ -568,6 +614,7 @@ export declare class SES extends SESClient {
|
|
|
568
614
|
reorderReceiptRuleSet(args: ReorderReceiptRuleSetCommandInput, cb: (err: any, data?: ReorderReceiptRuleSetCommandOutput) => void): void;
|
|
569
615
|
reorderReceiptRuleSet(args: ReorderReceiptRuleSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReorderReceiptRuleSetCommandOutput) => void): void;
|
|
570
616
|
/**
|
|
617
|
+
* @public
|
|
571
618
|
* <p>Generates and sends a bounce message to the sender of an email you received through
|
|
572
619
|
* Amazon SES. You can only use this API on an email up to 24 hours after you receive it.</p>
|
|
573
620
|
* <note>
|
|
@@ -582,6 +629,7 @@ export declare class SES extends SESClient {
|
|
|
582
629
|
sendBounce(args: SendBounceCommandInput, cb: (err: any, data?: SendBounceCommandOutput) => void): void;
|
|
583
630
|
sendBounce(args: SendBounceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendBounceCommandOutput) => void): void;
|
|
584
631
|
/**
|
|
632
|
+
* @public
|
|
585
633
|
* <p>Composes an email message to multiple destinations. The message body is created using
|
|
586
634
|
* an email template.</p>
|
|
587
635
|
* <p>In order to send email using the <code>SendBulkTemplatedEmail</code> operation, your
|
|
@@ -630,6 +678,7 @@ export declare class SES extends SESClient {
|
|
|
630
678
|
sendBulkTemplatedEmail(args: SendBulkTemplatedEmailCommandInput, cb: (err: any, data?: SendBulkTemplatedEmailCommandOutput) => void): void;
|
|
631
679
|
sendBulkTemplatedEmail(args: SendBulkTemplatedEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendBulkTemplatedEmailCommandOutput) => void): void;
|
|
632
680
|
/**
|
|
681
|
+
* @public
|
|
633
682
|
* <p>Adds an email address to the list of identities for your Amazon SES account in the current
|
|
634
683
|
* AWS Region and attempts to verify it. As a result of executing this operation, a
|
|
635
684
|
* customized verification email is sent to the specified address.</p>
|
|
@@ -644,6 +693,7 @@ export declare class SES extends SESClient {
|
|
|
644
693
|
sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void): void;
|
|
645
694
|
sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void): void;
|
|
646
695
|
/**
|
|
696
|
+
* @public
|
|
647
697
|
* <p>Composes an email message and immediately queues it for sending. In order to send
|
|
648
698
|
* email using the <code>SendEmail</code> operation, your message must meet the following
|
|
649
699
|
* requirements:</p>
|
|
@@ -694,6 +744,7 @@ export declare class SES extends SESClient {
|
|
|
694
744
|
sendEmail(args: SendEmailCommandInput, cb: (err: any, data?: SendEmailCommandOutput) => void): void;
|
|
695
745
|
sendEmail(args: SendEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendEmailCommandOutput) => void): void;
|
|
696
746
|
/**
|
|
747
|
+
* @public
|
|
697
748
|
* <p>Composes an email message and immediately queues it for sending.</p>
|
|
698
749
|
*
|
|
699
750
|
* <p>This operation is more flexible than the <code>SendEmail</code> API operation. When
|
|
@@ -808,6 +859,7 @@ export declare class SES extends SESClient {
|
|
|
808
859
|
sendRawEmail(args: SendRawEmailCommandInput, cb: (err: any, data?: SendRawEmailCommandOutput) => void): void;
|
|
809
860
|
sendRawEmail(args: SendRawEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendRawEmailCommandOutput) => void): void;
|
|
810
861
|
/**
|
|
862
|
+
* @public
|
|
811
863
|
* <p>Composes an email message using an email template and immediately queues it for
|
|
812
864
|
* sending.</p>
|
|
813
865
|
* <p>In order to send email using the <code>SendTemplatedEmail</code> operation, your call
|
|
@@ -863,6 +915,7 @@ export declare class SES extends SESClient {
|
|
|
863
915
|
sendTemplatedEmail(args: SendTemplatedEmailCommandInput, cb: (err: any, data?: SendTemplatedEmailCommandOutput) => void): void;
|
|
864
916
|
sendTemplatedEmail(args: SendTemplatedEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendTemplatedEmailCommandOutput) => void): void;
|
|
865
917
|
/**
|
|
918
|
+
* @public
|
|
866
919
|
* <p>Sets the specified receipt rule set as the active receipt rule set.</p>
|
|
867
920
|
* <note>
|
|
868
921
|
* <p>To disable your email-receiving through Amazon SES completely, you can call this API
|
|
@@ -875,6 +928,7 @@ export declare class SES extends SESClient {
|
|
|
875
928
|
setActiveReceiptRuleSet(args: SetActiveReceiptRuleSetCommandInput, cb: (err: any, data?: SetActiveReceiptRuleSetCommandOutput) => void): void;
|
|
876
929
|
setActiveReceiptRuleSet(args: SetActiveReceiptRuleSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetActiveReceiptRuleSetCommandOutput) => void): void;
|
|
877
930
|
/**
|
|
931
|
+
* @public
|
|
878
932
|
* <p>Enables or disables Easy DKIM signing of email sent from an identity. If Easy DKIM
|
|
879
933
|
* signing is enabled for a domain, then Amazon SES uses DKIM to sign all email that it sends
|
|
880
934
|
* from addresses on that domain. If Easy DKIM signing is enabled for an email address,
|
|
@@ -893,6 +947,7 @@ export declare class SES extends SESClient {
|
|
|
893
947
|
setIdentityDkimEnabled(args: SetIdentityDkimEnabledCommandInput, cb: (err: any, data?: SetIdentityDkimEnabledCommandOutput) => void): void;
|
|
894
948
|
setIdentityDkimEnabled(args: SetIdentityDkimEnabledCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIdentityDkimEnabledCommandOutput) => void): void;
|
|
895
949
|
/**
|
|
950
|
+
* @public
|
|
896
951
|
* <p>Given an identity (an email address or a domain), enables or disables whether Amazon SES
|
|
897
952
|
* forwards bounce and complaint notifications as email. Feedback forwarding can only be
|
|
898
953
|
* disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and
|
|
@@ -909,6 +964,7 @@ export declare class SES extends SESClient {
|
|
|
909
964
|
setIdentityFeedbackForwardingEnabled(args: SetIdentityFeedbackForwardingEnabledCommandInput, cb: (err: any, data?: SetIdentityFeedbackForwardingEnabledCommandOutput) => void): void;
|
|
910
965
|
setIdentityFeedbackForwardingEnabled(args: SetIdentityFeedbackForwardingEnabledCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIdentityFeedbackForwardingEnabledCommandOutput) => void): void;
|
|
911
966
|
/**
|
|
967
|
+
* @public
|
|
912
968
|
* <p>Given an identity (an email address or a domain), sets whether Amazon SES includes the
|
|
913
969
|
* original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified
|
|
914
970
|
* type.</p>
|
|
@@ -920,6 +976,7 @@ export declare class SES extends SESClient {
|
|
|
920
976
|
setIdentityHeadersInNotificationsEnabled(args: SetIdentityHeadersInNotificationsEnabledCommandInput, cb: (err: any, data?: SetIdentityHeadersInNotificationsEnabledCommandOutput) => void): void;
|
|
921
977
|
setIdentityHeadersInNotificationsEnabled(args: SetIdentityHeadersInNotificationsEnabledCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIdentityHeadersInNotificationsEnabledCommandOutput) => void): void;
|
|
922
978
|
/**
|
|
979
|
+
* @public
|
|
923
980
|
* <p>Enables or disables the custom MAIL FROM domain setup for a verified identity (an
|
|
924
981
|
* email address or a domain).</p>
|
|
925
982
|
* <important>
|
|
@@ -935,6 +992,7 @@ export declare class SES extends SESClient {
|
|
|
935
992
|
setIdentityMailFromDomain(args: SetIdentityMailFromDomainCommandInput, cb: (err: any, data?: SetIdentityMailFromDomainCommandOutput) => void): void;
|
|
936
993
|
setIdentityMailFromDomain(args: SetIdentityMailFromDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIdentityMailFromDomainCommandOutput) => void): void;
|
|
937
994
|
/**
|
|
995
|
+
* @public
|
|
938
996
|
* <p>Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications. When you use
|
|
939
997
|
* this operation, you specify a verified identity, such as an email address or domain.
|
|
940
998
|
* When you send an email that uses the chosen identity in the Source field, Amazon SES sends
|
|
@@ -949,6 +1007,7 @@ export declare class SES extends SESClient {
|
|
|
949
1007
|
setIdentityNotificationTopic(args: SetIdentityNotificationTopicCommandInput, cb: (err: any, data?: SetIdentityNotificationTopicCommandOutput) => void): void;
|
|
950
1008
|
setIdentityNotificationTopic(args: SetIdentityNotificationTopicCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIdentityNotificationTopicCommandOutput) => void): void;
|
|
951
1009
|
/**
|
|
1010
|
+
* @public
|
|
952
1011
|
* <p>Sets the position of the specified receipt rule in the receipt rule set.</p>
|
|
953
1012
|
* <p>For information about managing receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html">Amazon SES
|
|
954
1013
|
* Developer Guide</a>.</p>
|
|
@@ -958,6 +1017,7 @@ export declare class SES extends SESClient {
|
|
|
958
1017
|
setReceiptRulePosition(args: SetReceiptRulePositionCommandInput, cb: (err: any, data?: SetReceiptRulePositionCommandOutput) => void): void;
|
|
959
1018
|
setReceiptRulePosition(args: SetReceiptRulePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetReceiptRulePositionCommandOutput) => void): void;
|
|
960
1019
|
/**
|
|
1020
|
+
* @public
|
|
961
1021
|
* <p>Creates a preview of the MIME content of an email when provided with a template and a
|
|
962
1022
|
* set of replacement data.</p>
|
|
963
1023
|
* <p>You can execute this operation no more than once per second.</p>
|
|
@@ -966,6 +1026,7 @@ export declare class SES extends SESClient {
|
|
|
966
1026
|
testRenderTemplate(args: TestRenderTemplateCommandInput, cb: (err: any, data?: TestRenderTemplateCommandOutput) => void): void;
|
|
967
1027
|
testRenderTemplate(args: TestRenderTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestRenderTemplateCommandOutput) => void): void;
|
|
968
1028
|
/**
|
|
1029
|
+
* @public
|
|
969
1030
|
* <p>Enables or disables email sending across your entire Amazon SES account in the current
|
|
970
1031
|
* AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to
|
|
971
1032
|
* temporarily pause email sending across your Amazon SES account in a given AWS Region when
|
|
@@ -977,6 +1038,7 @@ export declare class SES extends SESClient {
|
|
|
977
1038
|
updateAccountSendingEnabled(args: UpdateAccountSendingEnabledCommandInput, cb: (err: any, data?: UpdateAccountSendingEnabledCommandOutput) => void): void;
|
|
978
1039
|
updateAccountSendingEnabled(args: UpdateAccountSendingEnabledCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountSendingEnabledCommandOutput) => void): void;
|
|
979
1040
|
/**
|
|
1041
|
+
* @public
|
|
980
1042
|
* <p>Updates the event destination of a configuration set. Event destinations are
|
|
981
1043
|
* associated with configuration sets, which enable you to publish email sending events to
|
|
982
1044
|
* Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets,
|
|
@@ -994,6 +1056,7 @@ export declare class SES extends SESClient {
|
|
|
994
1056
|
updateConfigurationSetEventDestination(args: UpdateConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void): void;
|
|
995
1057
|
updateConfigurationSetEventDestination(args: UpdateConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void): void;
|
|
996
1058
|
/**
|
|
1059
|
+
* @public
|
|
997
1060
|
* <p>Enables or disables the publishing of reputation metrics for emails sent using a
|
|
998
1061
|
* specific configuration set in a given AWS Region. Reputation metrics include bounce
|
|
999
1062
|
* and complaint rates. These metrics are published to Amazon CloudWatch. By using CloudWatch, you can
|
|
@@ -1004,6 +1067,7 @@ export declare class SES extends SESClient {
|
|
|
1004
1067
|
updateConfigurationSetReputationMetricsEnabled(args: UpdateConfigurationSetReputationMetricsEnabledCommandInput, cb: (err: any, data?: UpdateConfigurationSetReputationMetricsEnabledCommandOutput) => void): void;
|
|
1005
1068
|
updateConfigurationSetReputationMetricsEnabled(args: UpdateConfigurationSetReputationMetricsEnabledCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationSetReputationMetricsEnabledCommandOutput) => void): void;
|
|
1006
1069
|
/**
|
|
1070
|
+
* @public
|
|
1007
1071
|
* <p>Enables or disables email sending for messages sent using a specific configuration set
|
|
1008
1072
|
* in a given AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms
|
|
1009
1073
|
* to temporarily pause email sending for a configuration set when the reputation metrics
|
|
@@ -1015,6 +1079,7 @@ export declare class SES extends SESClient {
|
|
|
1015
1079
|
updateConfigurationSetSendingEnabled(args: UpdateConfigurationSetSendingEnabledCommandInput, cb: (err: any, data?: UpdateConfigurationSetSendingEnabledCommandOutput) => void): void;
|
|
1016
1080
|
updateConfigurationSetSendingEnabled(args: UpdateConfigurationSetSendingEnabledCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationSetSendingEnabledCommandOutput) => void): void;
|
|
1017
1081
|
/**
|
|
1082
|
+
* @public
|
|
1018
1083
|
* <p>Modifies an association between a configuration set and a custom domain for open and
|
|
1019
1084
|
* click event tracking. </p>
|
|
1020
1085
|
* <p>By default, images and links used for tracking open and click events are hosted on
|
|
@@ -1025,6 +1090,7 @@ export declare class SES extends SESClient {
|
|
|
1025
1090
|
updateConfigurationSetTrackingOptions(args: UpdateConfigurationSetTrackingOptionsCommandInput, cb: (err: any, data?: UpdateConfigurationSetTrackingOptionsCommandOutput) => void): void;
|
|
1026
1091
|
updateConfigurationSetTrackingOptions(args: UpdateConfigurationSetTrackingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationSetTrackingOptionsCommandOutput) => void): void;
|
|
1027
1092
|
/**
|
|
1093
|
+
* @public
|
|
1028
1094
|
* <p>Updates an existing custom verification email template.</p>
|
|
1029
1095
|
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
1030
1096
|
* Guide</i>.</p>
|
|
@@ -1034,6 +1100,7 @@ export declare class SES extends SESClient {
|
|
|
1034
1100
|
updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void): void;
|
|
1035
1101
|
updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void): void;
|
|
1036
1102
|
/**
|
|
1103
|
+
* @public
|
|
1037
1104
|
* <p>Updates a receipt rule.</p>
|
|
1038
1105
|
* <p>For information about managing receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html">Amazon SES
|
|
1039
1106
|
* Developer Guide</a>.</p>
|
|
@@ -1043,6 +1110,7 @@ export declare class SES extends SESClient {
|
|
|
1043
1110
|
updateReceiptRule(args: UpdateReceiptRuleCommandInput, cb: (err: any, data?: UpdateReceiptRuleCommandOutput) => void): void;
|
|
1044
1111
|
updateReceiptRule(args: UpdateReceiptRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReceiptRuleCommandOutput) => void): void;
|
|
1045
1112
|
/**
|
|
1113
|
+
* @public
|
|
1046
1114
|
* <p>Updates an email template. Email templates enable you to send personalized email to
|
|
1047
1115
|
* one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
|
|
1048
1116
|
* Guide</a>.</p>
|
|
@@ -1052,6 +1120,7 @@ export declare class SES extends SESClient {
|
|
|
1052
1120
|
updateTemplate(args: UpdateTemplateCommandInput, cb: (err: any, data?: UpdateTemplateCommandOutput) => void): void;
|
|
1053
1121
|
updateTemplate(args: UpdateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateCommandOutput) => void): void;
|
|
1054
1122
|
/**
|
|
1123
|
+
* @public
|
|
1055
1124
|
* <p>Returns a set of DKIM tokens for a domain identity.</p>
|
|
1056
1125
|
* <important>
|
|
1057
1126
|
* <p>When you execute the <code>VerifyDomainDkim</code> operation, the domain that you
|
|
@@ -1096,6 +1165,7 @@ export declare class SES extends SESClient {
|
|
|
1096
1165
|
verifyDomainDkim(args: VerifyDomainDkimCommandInput, cb: (err: any, data?: VerifyDomainDkimCommandOutput) => void): void;
|
|
1097
1166
|
verifyDomainDkim(args: VerifyDomainDkimCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifyDomainDkimCommandOutput) => void): void;
|
|
1098
1167
|
/**
|
|
1168
|
+
* @public
|
|
1099
1169
|
* <p>Adds a domain to the list of identities for your Amazon SES account in the current AWS
|
|
1100
1170
|
* Region and attempts to verify it. For more information about verifying domains, see
|
|
1101
1171
|
* <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html">Verifying Email
|
|
@@ -1108,6 +1178,7 @@ export declare class SES extends SESClient {
|
|
|
1108
1178
|
verifyDomainIdentity(args: VerifyDomainIdentityCommandInput, cb: (err: any, data?: VerifyDomainIdentityCommandOutput) => void): void;
|
|
1109
1179
|
verifyDomainIdentity(args: VerifyDomainIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifyDomainIdentityCommandOutput) => void): void;
|
|
1110
1180
|
/**
|
|
1181
|
+
* @public
|
|
1111
1182
|
* <p>Deprecated. Use the <code>VerifyEmailIdentity</code> operation to verify a new email
|
|
1112
1183
|
* address.</p>
|
|
1113
1184
|
*/
|
|
@@ -1115,6 +1186,7 @@ export declare class SES extends SESClient {
|
|
|
1115
1186
|
verifyEmailAddress(args: VerifyEmailAddressCommandInput, cb: (err: any, data?: VerifyEmailAddressCommandOutput) => void): void;
|
|
1116
1187
|
verifyEmailAddress(args: VerifyEmailAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifyEmailAddressCommandOutput) => void): void;
|
|
1117
1188
|
/**
|
|
1189
|
+
* @public
|
|
1118
1190
|
* <p>Adds an email address to the list of identities for your Amazon SES account in the current
|
|
1119
1191
|
* AWS region and attempts to verify it. As a result of executing this operation, a
|
|
1120
1192
|
* verification email is sent to the specified address.</p>
|