@aws-sdk/client-ses 3.278.0 → 3.281.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +571 -0
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +6 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -0
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +6 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -0
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +6 -0
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +6 -0
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +6 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIdentityCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +6 -0
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +6 -0
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +6 -0
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +6 -0
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +6 -0
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +6 -0
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +6 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -0
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +6 -0
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +6 -0
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +6 -0
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +6 -0
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +6 -0
- package/dist-types/commands/GetSendQuotaCommand.d.ts +6 -0
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +6 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +6 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +6 -0
- package/dist-types/commands/ListIdentitiesCommand.d.ts +6 -0
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +6 -0
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +6 -0
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +6 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +6 -0
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +6 -0
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -0
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +6 -0
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +6 -0
- package/dist-types/commands/SendBounceCommand.d.ts +6 -0
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +6 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -0
- package/dist-types/commands/SendEmailCommand.d.ts +6 -0
- package/dist-types/commands/SendRawEmailCommand.d.ts +6 -0
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +6 -0
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +6 -0
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +6 -0
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +6 -0
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +6 -0
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +6 -0
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +6 -0
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +6 -0
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +6 -0
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +6 -0
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +6 -0
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +6 -0
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +6 -0
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +6 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -212,3 +212,574 @@ To contribute to client you can check our [generate clients scripts](https://git
|
|
|
212
212
|
This SDK is distributed under the
|
|
213
213
|
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
|
|
214
214
|
see LICENSE for more information.
|
|
215
|
+
|
|
216
|
+
## Client Commands (Operations List)
|
|
217
|
+
|
|
218
|
+
<details>
|
|
219
|
+
<summary>
|
|
220
|
+
CloneReceiptRuleSet
|
|
221
|
+
</summary>
|
|
222
|
+
|
|
223
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/clonereceiptrulesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/clonereceiptrulesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/clonereceiptrulesetcommandoutput.html)
|
|
224
|
+
|
|
225
|
+
</details>
|
|
226
|
+
<details>
|
|
227
|
+
<summary>
|
|
228
|
+
CreateConfigurationSet
|
|
229
|
+
</summary>
|
|
230
|
+
|
|
231
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/createconfigurationsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createconfigurationsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createconfigurationsetcommandoutput.html)
|
|
232
|
+
|
|
233
|
+
</details>
|
|
234
|
+
<details>
|
|
235
|
+
<summary>
|
|
236
|
+
CreateConfigurationSetEventDestination
|
|
237
|
+
</summary>
|
|
238
|
+
|
|
239
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/createconfigurationseteventdestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createconfigurationseteventdestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createconfigurationseteventdestinationcommandoutput.html)
|
|
240
|
+
|
|
241
|
+
</details>
|
|
242
|
+
<details>
|
|
243
|
+
<summary>
|
|
244
|
+
CreateConfigurationSetTrackingOptions
|
|
245
|
+
</summary>
|
|
246
|
+
|
|
247
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/createconfigurationsettrackingoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createconfigurationsettrackingoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createconfigurationsettrackingoptionscommandoutput.html)
|
|
248
|
+
|
|
249
|
+
</details>
|
|
250
|
+
<details>
|
|
251
|
+
<summary>
|
|
252
|
+
CreateCustomVerificationEmailTemplate
|
|
253
|
+
</summary>
|
|
254
|
+
|
|
255
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/createcustomverificationemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createcustomverificationemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createcustomverificationemailtemplatecommandoutput.html)
|
|
256
|
+
|
|
257
|
+
</details>
|
|
258
|
+
<details>
|
|
259
|
+
<summary>
|
|
260
|
+
CreateReceiptFilter
|
|
261
|
+
</summary>
|
|
262
|
+
|
|
263
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/createreceiptfiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createreceiptfiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createreceiptfiltercommandoutput.html)
|
|
264
|
+
|
|
265
|
+
</details>
|
|
266
|
+
<details>
|
|
267
|
+
<summary>
|
|
268
|
+
CreateReceiptRule
|
|
269
|
+
</summary>
|
|
270
|
+
|
|
271
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/createreceiptrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createreceiptrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createreceiptrulecommandoutput.html)
|
|
272
|
+
|
|
273
|
+
</details>
|
|
274
|
+
<details>
|
|
275
|
+
<summary>
|
|
276
|
+
CreateReceiptRuleSet
|
|
277
|
+
</summary>
|
|
278
|
+
|
|
279
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/createreceiptrulesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createreceiptrulesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createreceiptrulesetcommandoutput.html)
|
|
280
|
+
|
|
281
|
+
</details>
|
|
282
|
+
<details>
|
|
283
|
+
<summary>
|
|
284
|
+
CreateTemplate
|
|
285
|
+
</summary>
|
|
286
|
+
|
|
287
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/createtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/createtemplatecommandoutput.html)
|
|
288
|
+
|
|
289
|
+
</details>
|
|
290
|
+
<details>
|
|
291
|
+
<summary>
|
|
292
|
+
DeleteConfigurationSet
|
|
293
|
+
</summary>
|
|
294
|
+
|
|
295
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deleteconfigurationsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteconfigurationsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteconfigurationsetcommandoutput.html)
|
|
296
|
+
|
|
297
|
+
</details>
|
|
298
|
+
<details>
|
|
299
|
+
<summary>
|
|
300
|
+
DeleteConfigurationSetEventDestination
|
|
301
|
+
</summary>
|
|
302
|
+
|
|
303
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deleteconfigurationseteventdestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteconfigurationseteventdestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteconfigurationseteventdestinationcommandoutput.html)
|
|
304
|
+
|
|
305
|
+
</details>
|
|
306
|
+
<details>
|
|
307
|
+
<summary>
|
|
308
|
+
DeleteConfigurationSetTrackingOptions
|
|
309
|
+
</summary>
|
|
310
|
+
|
|
311
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deleteconfigurationsettrackingoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteconfigurationsettrackingoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteconfigurationsettrackingoptionscommandoutput.html)
|
|
312
|
+
|
|
313
|
+
</details>
|
|
314
|
+
<details>
|
|
315
|
+
<summary>
|
|
316
|
+
DeleteCustomVerificationEmailTemplate
|
|
317
|
+
</summary>
|
|
318
|
+
|
|
319
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deletecustomverificationemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deletecustomverificationemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deletecustomverificationemailtemplatecommandoutput.html)
|
|
320
|
+
|
|
321
|
+
</details>
|
|
322
|
+
<details>
|
|
323
|
+
<summary>
|
|
324
|
+
DeleteIdentity
|
|
325
|
+
</summary>
|
|
326
|
+
|
|
327
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deleteidentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteidentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteidentitycommandoutput.html)
|
|
328
|
+
|
|
329
|
+
</details>
|
|
330
|
+
<details>
|
|
331
|
+
<summary>
|
|
332
|
+
DeleteIdentityPolicy
|
|
333
|
+
</summary>
|
|
334
|
+
|
|
335
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deleteidentitypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteidentitypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteidentitypolicycommandoutput.html)
|
|
336
|
+
|
|
337
|
+
</details>
|
|
338
|
+
<details>
|
|
339
|
+
<summary>
|
|
340
|
+
DeleteReceiptFilter
|
|
341
|
+
</summary>
|
|
342
|
+
|
|
343
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deletereceiptfiltercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deletereceiptfiltercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deletereceiptfiltercommandoutput.html)
|
|
344
|
+
|
|
345
|
+
</details>
|
|
346
|
+
<details>
|
|
347
|
+
<summary>
|
|
348
|
+
DeleteReceiptRule
|
|
349
|
+
</summary>
|
|
350
|
+
|
|
351
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deletereceiptrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deletereceiptrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deletereceiptrulecommandoutput.html)
|
|
352
|
+
|
|
353
|
+
</details>
|
|
354
|
+
<details>
|
|
355
|
+
<summary>
|
|
356
|
+
DeleteReceiptRuleSet
|
|
357
|
+
</summary>
|
|
358
|
+
|
|
359
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deletereceiptrulesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deletereceiptrulesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deletereceiptrulesetcommandoutput.html)
|
|
360
|
+
|
|
361
|
+
</details>
|
|
362
|
+
<details>
|
|
363
|
+
<summary>
|
|
364
|
+
DeleteTemplate
|
|
365
|
+
</summary>
|
|
366
|
+
|
|
367
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deletetemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deletetemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deletetemplatecommandoutput.html)
|
|
368
|
+
|
|
369
|
+
</details>
|
|
370
|
+
<details>
|
|
371
|
+
<summary>
|
|
372
|
+
DeleteVerifiedEmailAddress
|
|
373
|
+
</summary>
|
|
374
|
+
|
|
375
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/deleteverifiedemailaddresscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteverifiedemailaddresscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/deleteverifiedemailaddresscommandoutput.html)
|
|
376
|
+
|
|
377
|
+
</details>
|
|
378
|
+
<details>
|
|
379
|
+
<summary>
|
|
380
|
+
DescribeActiveReceiptRuleSet
|
|
381
|
+
</summary>
|
|
382
|
+
|
|
383
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/describeactivereceiptrulesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/describeactivereceiptrulesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/describeactivereceiptrulesetcommandoutput.html)
|
|
384
|
+
|
|
385
|
+
</details>
|
|
386
|
+
<details>
|
|
387
|
+
<summary>
|
|
388
|
+
DescribeConfigurationSet
|
|
389
|
+
</summary>
|
|
390
|
+
|
|
391
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/describeconfigurationsetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/describeconfigurationsetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/describeconfigurationsetcommandoutput.html)
|
|
392
|
+
|
|
393
|
+
</details>
|
|
394
|
+
<details>
|
|
395
|
+
<summary>
|
|
396
|
+
DescribeReceiptRule
|
|
397
|
+
</summary>
|
|
398
|
+
|
|
399
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/describereceiptrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/describereceiptrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/describereceiptrulecommandoutput.html)
|
|
400
|
+
|
|
401
|
+
</details>
|
|
402
|
+
<details>
|
|
403
|
+
<summary>
|
|
404
|
+
DescribeReceiptRuleSet
|
|
405
|
+
</summary>
|
|
406
|
+
|
|
407
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/describereceiptrulesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/describereceiptrulesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/describereceiptrulesetcommandoutput.html)
|
|
408
|
+
|
|
409
|
+
</details>
|
|
410
|
+
<details>
|
|
411
|
+
<summary>
|
|
412
|
+
GetAccountSendingEnabled
|
|
413
|
+
</summary>
|
|
414
|
+
|
|
415
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/getaccountsendingenabledcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getaccountsendingenabledcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getaccountsendingenabledcommandoutput.html)
|
|
416
|
+
|
|
417
|
+
</details>
|
|
418
|
+
<details>
|
|
419
|
+
<summary>
|
|
420
|
+
GetCustomVerificationEmailTemplate
|
|
421
|
+
</summary>
|
|
422
|
+
|
|
423
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/getcustomverificationemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getcustomverificationemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getcustomverificationemailtemplatecommandoutput.html)
|
|
424
|
+
|
|
425
|
+
</details>
|
|
426
|
+
<details>
|
|
427
|
+
<summary>
|
|
428
|
+
GetIdentityDkimAttributes
|
|
429
|
+
</summary>
|
|
430
|
+
|
|
431
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/getidentitydkimattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getidentitydkimattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getidentitydkimattributescommandoutput.html)
|
|
432
|
+
|
|
433
|
+
</details>
|
|
434
|
+
<details>
|
|
435
|
+
<summary>
|
|
436
|
+
GetIdentityMailFromDomainAttributes
|
|
437
|
+
</summary>
|
|
438
|
+
|
|
439
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/getidentitymailfromdomainattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getidentitymailfromdomainattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getidentitymailfromdomainattributescommandoutput.html)
|
|
440
|
+
|
|
441
|
+
</details>
|
|
442
|
+
<details>
|
|
443
|
+
<summary>
|
|
444
|
+
GetIdentityNotificationAttributes
|
|
445
|
+
</summary>
|
|
446
|
+
|
|
447
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/getidentitynotificationattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getidentitynotificationattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getidentitynotificationattributescommandoutput.html)
|
|
448
|
+
|
|
449
|
+
</details>
|
|
450
|
+
<details>
|
|
451
|
+
<summary>
|
|
452
|
+
GetIdentityPolicies
|
|
453
|
+
</summary>
|
|
454
|
+
|
|
455
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/getidentitypoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getidentitypoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getidentitypoliciescommandoutput.html)
|
|
456
|
+
|
|
457
|
+
</details>
|
|
458
|
+
<details>
|
|
459
|
+
<summary>
|
|
460
|
+
GetIdentityVerificationAttributes
|
|
461
|
+
</summary>
|
|
462
|
+
|
|
463
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/getidentityverificationattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getidentityverificationattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getidentityverificationattributescommandoutput.html)
|
|
464
|
+
|
|
465
|
+
</details>
|
|
466
|
+
<details>
|
|
467
|
+
<summary>
|
|
468
|
+
GetSendQuota
|
|
469
|
+
</summary>
|
|
470
|
+
|
|
471
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/getsendquotacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getsendquotacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getsendquotacommandoutput.html)
|
|
472
|
+
|
|
473
|
+
</details>
|
|
474
|
+
<details>
|
|
475
|
+
<summary>
|
|
476
|
+
GetSendStatistics
|
|
477
|
+
</summary>
|
|
478
|
+
|
|
479
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/getsendstatisticscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getsendstatisticscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/getsendstatisticscommandoutput.html)
|
|
480
|
+
|
|
481
|
+
</details>
|
|
482
|
+
<details>
|
|
483
|
+
<summary>
|
|
484
|
+
GetTemplate
|
|
485
|
+
</summary>
|
|
486
|
+
|
|
487
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/gettemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/gettemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/gettemplatecommandoutput.html)
|
|
488
|
+
|
|
489
|
+
</details>
|
|
490
|
+
<details>
|
|
491
|
+
<summary>
|
|
492
|
+
ListConfigurationSets
|
|
493
|
+
</summary>
|
|
494
|
+
|
|
495
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/listconfigurationsetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listconfigurationsetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listconfigurationsetscommandoutput.html)
|
|
496
|
+
|
|
497
|
+
</details>
|
|
498
|
+
<details>
|
|
499
|
+
<summary>
|
|
500
|
+
ListCustomVerificationEmailTemplates
|
|
501
|
+
</summary>
|
|
502
|
+
|
|
503
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/listcustomverificationemailtemplatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listcustomverificationemailtemplatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listcustomverificationemailtemplatescommandoutput.html)
|
|
504
|
+
|
|
505
|
+
</details>
|
|
506
|
+
<details>
|
|
507
|
+
<summary>
|
|
508
|
+
ListIdentities
|
|
509
|
+
</summary>
|
|
510
|
+
|
|
511
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/listidentitiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listidentitiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listidentitiescommandoutput.html)
|
|
512
|
+
|
|
513
|
+
</details>
|
|
514
|
+
<details>
|
|
515
|
+
<summary>
|
|
516
|
+
ListIdentityPolicies
|
|
517
|
+
</summary>
|
|
518
|
+
|
|
519
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/listidentitypoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listidentitypoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listidentitypoliciescommandoutput.html)
|
|
520
|
+
|
|
521
|
+
</details>
|
|
522
|
+
<details>
|
|
523
|
+
<summary>
|
|
524
|
+
ListReceiptFilters
|
|
525
|
+
</summary>
|
|
526
|
+
|
|
527
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/listreceiptfilterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listreceiptfilterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listreceiptfilterscommandoutput.html)
|
|
528
|
+
|
|
529
|
+
</details>
|
|
530
|
+
<details>
|
|
531
|
+
<summary>
|
|
532
|
+
ListReceiptRuleSets
|
|
533
|
+
</summary>
|
|
534
|
+
|
|
535
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/listreceiptrulesetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listreceiptrulesetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listreceiptrulesetscommandoutput.html)
|
|
536
|
+
|
|
537
|
+
</details>
|
|
538
|
+
<details>
|
|
539
|
+
<summary>
|
|
540
|
+
ListTemplates
|
|
541
|
+
</summary>
|
|
542
|
+
|
|
543
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/listtemplatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listtemplatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listtemplatescommandoutput.html)
|
|
544
|
+
|
|
545
|
+
</details>
|
|
546
|
+
<details>
|
|
547
|
+
<summary>
|
|
548
|
+
ListVerifiedEmailAddresses
|
|
549
|
+
</summary>
|
|
550
|
+
|
|
551
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/listverifiedemailaddressescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listverifiedemailaddressescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/listverifiedemailaddressescommandoutput.html)
|
|
552
|
+
|
|
553
|
+
</details>
|
|
554
|
+
<details>
|
|
555
|
+
<summary>
|
|
556
|
+
PutConfigurationSetDeliveryOptions
|
|
557
|
+
</summary>
|
|
558
|
+
|
|
559
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/putconfigurationsetdeliveryoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/putconfigurationsetdeliveryoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/putconfigurationsetdeliveryoptionscommandoutput.html)
|
|
560
|
+
|
|
561
|
+
</details>
|
|
562
|
+
<details>
|
|
563
|
+
<summary>
|
|
564
|
+
PutIdentityPolicy
|
|
565
|
+
</summary>
|
|
566
|
+
|
|
567
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/putidentitypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/putidentitypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/putidentitypolicycommandoutput.html)
|
|
568
|
+
|
|
569
|
+
</details>
|
|
570
|
+
<details>
|
|
571
|
+
<summary>
|
|
572
|
+
ReorderReceiptRuleSet
|
|
573
|
+
</summary>
|
|
574
|
+
|
|
575
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/reorderreceiptrulesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/reorderreceiptrulesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/reorderreceiptrulesetcommandoutput.html)
|
|
576
|
+
|
|
577
|
+
</details>
|
|
578
|
+
<details>
|
|
579
|
+
<summary>
|
|
580
|
+
SendBounce
|
|
581
|
+
</summary>
|
|
582
|
+
|
|
583
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/sendbouncecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendbouncecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendbouncecommandoutput.html)
|
|
584
|
+
|
|
585
|
+
</details>
|
|
586
|
+
<details>
|
|
587
|
+
<summary>
|
|
588
|
+
SendBulkTemplatedEmail
|
|
589
|
+
</summary>
|
|
590
|
+
|
|
591
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/sendbulktemplatedemailcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendbulktemplatedemailcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendbulktemplatedemailcommandoutput.html)
|
|
592
|
+
|
|
593
|
+
</details>
|
|
594
|
+
<details>
|
|
595
|
+
<summary>
|
|
596
|
+
SendCustomVerificationEmail
|
|
597
|
+
</summary>
|
|
598
|
+
|
|
599
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/sendcustomverificationemailcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendcustomverificationemailcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendcustomverificationemailcommandoutput.html)
|
|
600
|
+
|
|
601
|
+
</details>
|
|
602
|
+
<details>
|
|
603
|
+
<summary>
|
|
604
|
+
SendEmail
|
|
605
|
+
</summary>
|
|
606
|
+
|
|
607
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/sendemailcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendemailcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendemailcommandoutput.html)
|
|
608
|
+
|
|
609
|
+
</details>
|
|
610
|
+
<details>
|
|
611
|
+
<summary>
|
|
612
|
+
SendRawEmail
|
|
613
|
+
</summary>
|
|
614
|
+
|
|
615
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/sendrawemailcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendrawemailcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendrawemailcommandoutput.html)
|
|
616
|
+
|
|
617
|
+
</details>
|
|
618
|
+
<details>
|
|
619
|
+
<summary>
|
|
620
|
+
SendTemplatedEmail
|
|
621
|
+
</summary>
|
|
622
|
+
|
|
623
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/sendtemplatedemailcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendtemplatedemailcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/sendtemplatedemailcommandoutput.html)
|
|
624
|
+
|
|
625
|
+
</details>
|
|
626
|
+
<details>
|
|
627
|
+
<summary>
|
|
628
|
+
SetActiveReceiptRuleSet
|
|
629
|
+
</summary>
|
|
630
|
+
|
|
631
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/setactivereceiptrulesetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setactivereceiptrulesetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setactivereceiptrulesetcommandoutput.html)
|
|
632
|
+
|
|
633
|
+
</details>
|
|
634
|
+
<details>
|
|
635
|
+
<summary>
|
|
636
|
+
SetIdentityDkimEnabled
|
|
637
|
+
</summary>
|
|
638
|
+
|
|
639
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/setidentitydkimenabledcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setidentitydkimenabledcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setidentitydkimenabledcommandoutput.html)
|
|
640
|
+
|
|
641
|
+
</details>
|
|
642
|
+
<details>
|
|
643
|
+
<summary>
|
|
644
|
+
SetIdentityFeedbackForwardingEnabled
|
|
645
|
+
</summary>
|
|
646
|
+
|
|
647
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/setidentityfeedbackforwardingenabledcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setidentityfeedbackforwardingenabledcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setidentityfeedbackforwardingenabledcommandoutput.html)
|
|
648
|
+
|
|
649
|
+
</details>
|
|
650
|
+
<details>
|
|
651
|
+
<summary>
|
|
652
|
+
SetIdentityHeadersInNotificationsEnabled
|
|
653
|
+
</summary>
|
|
654
|
+
|
|
655
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/setidentityheadersinnotificationsenabledcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setidentityheadersinnotificationsenabledcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setidentityheadersinnotificationsenabledcommandoutput.html)
|
|
656
|
+
|
|
657
|
+
</details>
|
|
658
|
+
<details>
|
|
659
|
+
<summary>
|
|
660
|
+
SetIdentityMailFromDomain
|
|
661
|
+
</summary>
|
|
662
|
+
|
|
663
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/setidentitymailfromdomaincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setidentitymailfromdomaincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setidentitymailfromdomaincommandoutput.html)
|
|
664
|
+
|
|
665
|
+
</details>
|
|
666
|
+
<details>
|
|
667
|
+
<summary>
|
|
668
|
+
SetIdentityNotificationTopic
|
|
669
|
+
</summary>
|
|
670
|
+
|
|
671
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/setidentitynotificationtopiccommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setidentitynotificationtopiccommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setidentitynotificationtopiccommandoutput.html)
|
|
672
|
+
|
|
673
|
+
</details>
|
|
674
|
+
<details>
|
|
675
|
+
<summary>
|
|
676
|
+
SetReceiptRulePosition
|
|
677
|
+
</summary>
|
|
678
|
+
|
|
679
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/setreceiptrulepositioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setreceiptrulepositioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/setreceiptrulepositioncommandoutput.html)
|
|
680
|
+
|
|
681
|
+
</details>
|
|
682
|
+
<details>
|
|
683
|
+
<summary>
|
|
684
|
+
TestRenderTemplate
|
|
685
|
+
</summary>
|
|
686
|
+
|
|
687
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/testrendertemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/testrendertemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/testrendertemplatecommandoutput.html)
|
|
688
|
+
|
|
689
|
+
</details>
|
|
690
|
+
<details>
|
|
691
|
+
<summary>
|
|
692
|
+
UpdateAccountSendingEnabled
|
|
693
|
+
</summary>
|
|
694
|
+
|
|
695
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/updateaccountsendingenabledcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updateaccountsendingenabledcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updateaccountsendingenabledcommandoutput.html)
|
|
696
|
+
|
|
697
|
+
</details>
|
|
698
|
+
<details>
|
|
699
|
+
<summary>
|
|
700
|
+
UpdateConfigurationSetEventDestination
|
|
701
|
+
</summary>
|
|
702
|
+
|
|
703
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/updateconfigurationseteventdestinationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updateconfigurationseteventdestinationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updateconfigurationseteventdestinationcommandoutput.html)
|
|
704
|
+
|
|
705
|
+
</details>
|
|
706
|
+
<details>
|
|
707
|
+
<summary>
|
|
708
|
+
UpdateConfigurationSetReputationMetricsEnabled
|
|
709
|
+
</summary>
|
|
710
|
+
|
|
711
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/updateconfigurationsetreputationmetricsenabledcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updateconfigurationsetreputationmetricsenabledcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updateconfigurationsetreputationmetricsenabledcommandoutput.html)
|
|
712
|
+
|
|
713
|
+
</details>
|
|
714
|
+
<details>
|
|
715
|
+
<summary>
|
|
716
|
+
UpdateConfigurationSetSendingEnabled
|
|
717
|
+
</summary>
|
|
718
|
+
|
|
719
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/updateconfigurationsetsendingenabledcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updateconfigurationsetsendingenabledcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updateconfigurationsetsendingenabledcommandoutput.html)
|
|
720
|
+
|
|
721
|
+
</details>
|
|
722
|
+
<details>
|
|
723
|
+
<summary>
|
|
724
|
+
UpdateConfigurationSetTrackingOptions
|
|
725
|
+
</summary>
|
|
726
|
+
|
|
727
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/updateconfigurationsettrackingoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updateconfigurationsettrackingoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updateconfigurationsettrackingoptionscommandoutput.html)
|
|
728
|
+
|
|
729
|
+
</details>
|
|
730
|
+
<details>
|
|
731
|
+
<summary>
|
|
732
|
+
UpdateCustomVerificationEmailTemplate
|
|
733
|
+
</summary>
|
|
734
|
+
|
|
735
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/updatecustomverificationemailtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updatecustomverificationemailtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updatecustomverificationemailtemplatecommandoutput.html)
|
|
736
|
+
|
|
737
|
+
</details>
|
|
738
|
+
<details>
|
|
739
|
+
<summary>
|
|
740
|
+
UpdateReceiptRule
|
|
741
|
+
</summary>
|
|
742
|
+
|
|
743
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/updatereceiptrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updatereceiptrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updatereceiptrulecommandoutput.html)
|
|
744
|
+
|
|
745
|
+
</details>
|
|
746
|
+
<details>
|
|
747
|
+
<summary>
|
|
748
|
+
UpdateTemplate
|
|
749
|
+
</summary>
|
|
750
|
+
|
|
751
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/updatetemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updatetemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/updatetemplatecommandoutput.html)
|
|
752
|
+
|
|
753
|
+
</details>
|
|
754
|
+
<details>
|
|
755
|
+
<summary>
|
|
756
|
+
VerifyDomainDkim
|
|
757
|
+
</summary>
|
|
758
|
+
|
|
759
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/verifydomaindkimcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/verifydomaindkimcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/verifydomaindkimcommandoutput.html)
|
|
760
|
+
|
|
761
|
+
</details>
|
|
762
|
+
<details>
|
|
763
|
+
<summary>
|
|
764
|
+
VerifyDomainIdentity
|
|
765
|
+
</summary>
|
|
766
|
+
|
|
767
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/verifydomainidentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/verifydomainidentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/verifydomainidentitycommandoutput.html)
|
|
768
|
+
|
|
769
|
+
</details>
|
|
770
|
+
<details>
|
|
771
|
+
<summary>
|
|
772
|
+
VerifyEmailAddress
|
|
773
|
+
</summary>
|
|
774
|
+
|
|
775
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/verifyemailaddresscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/verifyemailaddresscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/verifyemailaddresscommandoutput.html)
|
|
776
|
+
|
|
777
|
+
</details>
|
|
778
|
+
<details>
|
|
779
|
+
<summary>
|
|
780
|
+
VerifyEmailIdentity
|
|
781
|
+
</summary>
|
|
782
|
+
|
|
783
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/verifyemailidentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/verifyemailidentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/interfaces/verifyemailidentitycommandoutput.html)
|
|
784
|
+
|
|
785
|
+
</details>
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloneReceiptRuleSetRequest, CloneReceiptRuleSetResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CloneReceiptRuleSetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CloneReceiptRuleSetCommandInput extends CloneReceiptRuleSetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CloneReceiptRuleSetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CloneReceiptRuleSetCommandOutput extends CloneReceiptRuleSetResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateConfigurationSetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateConfigurationSetCommandInput extends CreateConfigurationSetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateConfigurationSetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateConfigurationSetCommandOutput extends CreateConfigurationSetResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateConfigurationSetEventDestinationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateConfigurationSetEventDestinationCommandInput extends CreateConfigurationSetEventDestinationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateConfigurationSetEventDestinationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateConfigurationSetEventDestinationCommandOutput extends CreateConfigurationSetEventDestinationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|