@aws-sdk/client-sesv2 3.957.0 → 3.962.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 +1 -116
- package/dist-cjs/auth/httpAuthSchemeProvider.js +8 -9
- package/dist-cjs/index.js +1916 -2126
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +8 -9
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1923 -2131
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
AWS SDK for JavaScript SESv2 Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>Amazon SES API v2</fullname>
|
|
10
|
-
|
|
11
10
|
<p>
|
|
12
11
|
<a href="http://aws.amazon.com/ses">Amazon SES</a> is an Amazon Web Services service that
|
|
13
12
|
you can use to send email messages to your customers.</p>
|
|
@@ -16,10 +15,8 @@ Guide</a>. The <i>Amazon SES Developer Guide</i> provides information
|
|
|
16
15
|
and code samples that demonstrate how to use Amazon SES API v2 features programmatically.</p>
|
|
17
16
|
|
|
18
17
|
## Installing
|
|
19
|
-
|
|
20
18
|
To install this package, simply type add or install @aws-sdk/client-sesv2
|
|
21
19
|
using your favorite package manager:
|
|
22
|
-
|
|
23
20
|
- `npm install @aws-sdk/client-sesv2`
|
|
24
21
|
- `yarn add @aws-sdk/client-sesv2`
|
|
25
22
|
- `pnpm add @aws-sdk/client-sesv2`
|
|
@@ -55,9 +52,7 @@ To send a request, you:
|
|
|
55
52
|
// a client can be shared by different commands.
|
|
56
53
|
const client = new SESv2Client({ region: "REGION" });
|
|
57
54
|
|
|
58
|
-
const params = {
|
|
59
|
-
/** input parameters */
|
|
60
|
-
};
|
|
55
|
+
const params = { /** input parameters */ };
|
|
61
56
|
const command = new ListTenantsCommand(params);
|
|
62
57
|
```
|
|
63
58
|
|
|
@@ -216,7 +211,6 @@ BatchGetMetricData
|
|
|
216
211
|
</summary>
|
|
217
212
|
|
|
218
213
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/BatchGetMetricDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/BatchGetMetricDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/BatchGetMetricDataCommandOutput/)
|
|
219
|
-
|
|
220
214
|
</details>
|
|
221
215
|
<details>
|
|
222
216
|
<summary>
|
|
@@ -224,7 +218,6 @@ CancelExportJob
|
|
|
224
218
|
</summary>
|
|
225
219
|
|
|
226
220
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CancelExportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CancelExportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CancelExportJobCommandOutput/)
|
|
227
|
-
|
|
228
221
|
</details>
|
|
229
222
|
<details>
|
|
230
223
|
<summary>
|
|
@@ -232,7 +225,6 @@ CreateConfigurationSet
|
|
|
232
225
|
</summary>
|
|
233
226
|
|
|
234
227
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateConfigurationSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateConfigurationSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateConfigurationSetCommandOutput/)
|
|
235
|
-
|
|
236
228
|
</details>
|
|
237
229
|
<details>
|
|
238
230
|
<summary>
|
|
@@ -240,7 +232,6 @@ CreateConfigurationSetEventDestination
|
|
|
240
232
|
</summary>
|
|
241
233
|
|
|
242
234
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateConfigurationSetEventDestinationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateConfigurationSetEventDestinationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateConfigurationSetEventDestinationCommandOutput/)
|
|
243
|
-
|
|
244
235
|
</details>
|
|
245
236
|
<details>
|
|
246
237
|
<summary>
|
|
@@ -248,7 +239,6 @@ CreateContact
|
|
|
248
239
|
</summary>
|
|
249
240
|
|
|
250
241
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateContactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateContactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateContactCommandOutput/)
|
|
251
|
-
|
|
252
242
|
</details>
|
|
253
243
|
<details>
|
|
254
244
|
<summary>
|
|
@@ -256,7 +246,6 @@ CreateContactList
|
|
|
256
246
|
</summary>
|
|
257
247
|
|
|
258
248
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateContactListCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateContactListCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateContactListCommandOutput/)
|
|
259
|
-
|
|
260
249
|
</details>
|
|
261
250
|
<details>
|
|
262
251
|
<summary>
|
|
@@ -264,7 +253,6 @@ CreateCustomVerificationEmailTemplate
|
|
|
264
253
|
</summary>
|
|
265
254
|
|
|
266
255
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateCustomVerificationEmailTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateCustomVerificationEmailTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateCustomVerificationEmailTemplateCommandOutput/)
|
|
267
|
-
|
|
268
256
|
</details>
|
|
269
257
|
<details>
|
|
270
258
|
<summary>
|
|
@@ -272,7 +260,6 @@ CreateDedicatedIpPool
|
|
|
272
260
|
</summary>
|
|
273
261
|
|
|
274
262
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateDedicatedIpPoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateDedicatedIpPoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateDedicatedIpPoolCommandOutput/)
|
|
275
|
-
|
|
276
263
|
</details>
|
|
277
264
|
<details>
|
|
278
265
|
<summary>
|
|
@@ -280,7 +267,6 @@ CreateDeliverabilityTestReport
|
|
|
280
267
|
</summary>
|
|
281
268
|
|
|
282
269
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateDeliverabilityTestReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateDeliverabilityTestReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateDeliverabilityTestReportCommandOutput/)
|
|
283
|
-
|
|
284
270
|
</details>
|
|
285
271
|
<details>
|
|
286
272
|
<summary>
|
|
@@ -288,7 +274,6 @@ CreateEmailIdentity
|
|
|
288
274
|
</summary>
|
|
289
275
|
|
|
290
276
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateEmailIdentityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateEmailIdentityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateEmailIdentityCommandOutput/)
|
|
291
|
-
|
|
292
277
|
</details>
|
|
293
278
|
<details>
|
|
294
279
|
<summary>
|
|
@@ -296,7 +281,6 @@ CreateEmailIdentityPolicy
|
|
|
296
281
|
</summary>
|
|
297
282
|
|
|
298
283
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateEmailIdentityPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateEmailIdentityPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateEmailIdentityPolicyCommandOutput/)
|
|
299
|
-
|
|
300
284
|
</details>
|
|
301
285
|
<details>
|
|
302
286
|
<summary>
|
|
@@ -304,7 +288,6 @@ CreateEmailTemplate
|
|
|
304
288
|
</summary>
|
|
305
289
|
|
|
306
290
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateEmailTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateEmailTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateEmailTemplateCommandOutput/)
|
|
307
|
-
|
|
308
291
|
</details>
|
|
309
292
|
<details>
|
|
310
293
|
<summary>
|
|
@@ -312,7 +295,6 @@ CreateExportJob
|
|
|
312
295
|
</summary>
|
|
313
296
|
|
|
314
297
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateExportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateExportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateExportJobCommandOutput/)
|
|
315
|
-
|
|
316
298
|
</details>
|
|
317
299
|
<details>
|
|
318
300
|
<summary>
|
|
@@ -320,7 +302,6 @@ CreateImportJob
|
|
|
320
302
|
</summary>
|
|
321
303
|
|
|
322
304
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateImportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateImportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateImportJobCommandOutput/)
|
|
323
|
-
|
|
324
305
|
</details>
|
|
325
306
|
<details>
|
|
326
307
|
<summary>
|
|
@@ -328,7 +309,6 @@ CreateMultiRegionEndpoint
|
|
|
328
309
|
</summary>
|
|
329
310
|
|
|
330
311
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateMultiRegionEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateMultiRegionEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateMultiRegionEndpointCommandOutput/)
|
|
331
|
-
|
|
332
312
|
</details>
|
|
333
313
|
<details>
|
|
334
314
|
<summary>
|
|
@@ -336,7 +316,6 @@ CreateTenant
|
|
|
336
316
|
</summary>
|
|
337
317
|
|
|
338
318
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateTenantCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateTenantCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateTenantCommandOutput/)
|
|
339
|
-
|
|
340
319
|
</details>
|
|
341
320
|
<details>
|
|
342
321
|
<summary>
|
|
@@ -344,7 +323,6 @@ CreateTenantResourceAssociation
|
|
|
344
323
|
</summary>
|
|
345
324
|
|
|
346
325
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/CreateTenantResourceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateTenantResourceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/CreateTenantResourceAssociationCommandOutput/)
|
|
347
|
-
|
|
348
326
|
</details>
|
|
349
327
|
<details>
|
|
350
328
|
<summary>
|
|
@@ -352,7 +330,6 @@ DeleteConfigurationSet
|
|
|
352
330
|
</summary>
|
|
353
331
|
|
|
354
332
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteConfigurationSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteConfigurationSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteConfigurationSetCommandOutput/)
|
|
355
|
-
|
|
356
333
|
</details>
|
|
357
334
|
<details>
|
|
358
335
|
<summary>
|
|
@@ -360,7 +337,6 @@ DeleteConfigurationSetEventDestination
|
|
|
360
337
|
</summary>
|
|
361
338
|
|
|
362
339
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteConfigurationSetEventDestinationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteConfigurationSetEventDestinationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteConfigurationSetEventDestinationCommandOutput/)
|
|
363
|
-
|
|
364
340
|
</details>
|
|
365
341
|
<details>
|
|
366
342
|
<summary>
|
|
@@ -368,7 +344,6 @@ DeleteContact
|
|
|
368
344
|
</summary>
|
|
369
345
|
|
|
370
346
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteContactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteContactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteContactCommandOutput/)
|
|
371
|
-
|
|
372
347
|
</details>
|
|
373
348
|
<details>
|
|
374
349
|
<summary>
|
|
@@ -376,7 +351,6 @@ DeleteContactList
|
|
|
376
351
|
</summary>
|
|
377
352
|
|
|
378
353
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteContactListCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteContactListCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteContactListCommandOutput/)
|
|
379
|
-
|
|
380
354
|
</details>
|
|
381
355
|
<details>
|
|
382
356
|
<summary>
|
|
@@ -384,7 +358,6 @@ DeleteCustomVerificationEmailTemplate
|
|
|
384
358
|
</summary>
|
|
385
359
|
|
|
386
360
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteCustomVerificationEmailTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteCustomVerificationEmailTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteCustomVerificationEmailTemplateCommandOutput/)
|
|
387
|
-
|
|
388
361
|
</details>
|
|
389
362
|
<details>
|
|
390
363
|
<summary>
|
|
@@ -392,7 +365,6 @@ DeleteDedicatedIpPool
|
|
|
392
365
|
</summary>
|
|
393
366
|
|
|
394
367
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteDedicatedIpPoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteDedicatedIpPoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteDedicatedIpPoolCommandOutput/)
|
|
395
|
-
|
|
396
368
|
</details>
|
|
397
369
|
<details>
|
|
398
370
|
<summary>
|
|
@@ -400,7 +372,6 @@ DeleteEmailIdentity
|
|
|
400
372
|
</summary>
|
|
401
373
|
|
|
402
374
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteEmailIdentityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteEmailIdentityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteEmailIdentityCommandOutput/)
|
|
403
|
-
|
|
404
375
|
</details>
|
|
405
376
|
<details>
|
|
406
377
|
<summary>
|
|
@@ -408,7 +379,6 @@ DeleteEmailIdentityPolicy
|
|
|
408
379
|
</summary>
|
|
409
380
|
|
|
410
381
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteEmailIdentityPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteEmailIdentityPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteEmailIdentityPolicyCommandOutput/)
|
|
411
|
-
|
|
412
382
|
</details>
|
|
413
383
|
<details>
|
|
414
384
|
<summary>
|
|
@@ -416,7 +386,6 @@ DeleteEmailTemplate
|
|
|
416
386
|
</summary>
|
|
417
387
|
|
|
418
388
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteEmailTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteEmailTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteEmailTemplateCommandOutput/)
|
|
419
|
-
|
|
420
389
|
</details>
|
|
421
390
|
<details>
|
|
422
391
|
<summary>
|
|
@@ -424,7 +393,6 @@ DeleteMultiRegionEndpoint
|
|
|
424
393
|
</summary>
|
|
425
394
|
|
|
426
395
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteMultiRegionEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteMultiRegionEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteMultiRegionEndpointCommandOutput/)
|
|
427
|
-
|
|
428
396
|
</details>
|
|
429
397
|
<details>
|
|
430
398
|
<summary>
|
|
@@ -432,7 +400,6 @@ DeleteSuppressedDestination
|
|
|
432
400
|
</summary>
|
|
433
401
|
|
|
434
402
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteSuppressedDestinationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteSuppressedDestinationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteSuppressedDestinationCommandOutput/)
|
|
435
|
-
|
|
436
403
|
</details>
|
|
437
404
|
<details>
|
|
438
405
|
<summary>
|
|
@@ -440,7 +407,6 @@ DeleteTenant
|
|
|
440
407
|
</summary>
|
|
441
408
|
|
|
442
409
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteTenantCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteTenantCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteTenantCommandOutput/)
|
|
443
|
-
|
|
444
410
|
</details>
|
|
445
411
|
<details>
|
|
446
412
|
<summary>
|
|
@@ -448,7 +414,6 @@ DeleteTenantResourceAssociation
|
|
|
448
414
|
</summary>
|
|
449
415
|
|
|
450
416
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/DeleteTenantResourceAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteTenantResourceAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/DeleteTenantResourceAssociationCommandOutput/)
|
|
451
|
-
|
|
452
417
|
</details>
|
|
453
418
|
<details>
|
|
454
419
|
<summary>
|
|
@@ -456,7 +421,6 @@ GetAccount
|
|
|
456
421
|
</summary>
|
|
457
422
|
|
|
458
423
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetAccountCommandOutput/)
|
|
459
|
-
|
|
460
424
|
</details>
|
|
461
425
|
<details>
|
|
462
426
|
<summary>
|
|
@@ -464,7 +428,6 @@ GetBlacklistReports
|
|
|
464
428
|
</summary>
|
|
465
429
|
|
|
466
430
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetBlacklistReportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetBlacklistReportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetBlacklistReportsCommandOutput/)
|
|
467
|
-
|
|
468
431
|
</details>
|
|
469
432
|
<details>
|
|
470
433
|
<summary>
|
|
@@ -472,7 +435,6 @@ GetConfigurationSet
|
|
|
472
435
|
</summary>
|
|
473
436
|
|
|
474
437
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetConfigurationSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetConfigurationSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetConfigurationSetCommandOutput/)
|
|
475
|
-
|
|
476
438
|
</details>
|
|
477
439
|
<details>
|
|
478
440
|
<summary>
|
|
@@ -480,7 +442,6 @@ GetConfigurationSetEventDestinations
|
|
|
480
442
|
</summary>
|
|
481
443
|
|
|
482
444
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetConfigurationSetEventDestinationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetConfigurationSetEventDestinationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetConfigurationSetEventDestinationsCommandOutput/)
|
|
483
|
-
|
|
484
445
|
</details>
|
|
485
446
|
<details>
|
|
486
447
|
<summary>
|
|
@@ -488,7 +449,6 @@ GetContact
|
|
|
488
449
|
</summary>
|
|
489
450
|
|
|
490
451
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetContactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetContactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetContactCommandOutput/)
|
|
491
|
-
|
|
492
452
|
</details>
|
|
493
453
|
<details>
|
|
494
454
|
<summary>
|
|
@@ -496,7 +456,6 @@ GetContactList
|
|
|
496
456
|
</summary>
|
|
497
457
|
|
|
498
458
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetContactListCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetContactListCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetContactListCommandOutput/)
|
|
499
|
-
|
|
500
459
|
</details>
|
|
501
460
|
<details>
|
|
502
461
|
<summary>
|
|
@@ -504,7 +463,6 @@ GetCustomVerificationEmailTemplate
|
|
|
504
463
|
</summary>
|
|
505
464
|
|
|
506
465
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetCustomVerificationEmailTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetCustomVerificationEmailTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetCustomVerificationEmailTemplateCommandOutput/)
|
|
507
|
-
|
|
508
466
|
</details>
|
|
509
467
|
<details>
|
|
510
468
|
<summary>
|
|
@@ -512,7 +470,6 @@ GetDedicatedIp
|
|
|
512
470
|
</summary>
|
|
513
471
|
|
|
514
472
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetDedicatedIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDedicatedIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDedicatedIpCommandOutput/)
|
|
515
|
-
|
|
516
473
|
</details>
|
|
517
474
|
<details>
|
|
518
475
|
<summary>
|
|
@@ -520,7 +477,6 @@ GetDedicatedIpPool
|
|
|
520
477
|
</summary>
|
|
521
478
|
|
|
522
479
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetDedicatedIpPoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDedicatedIpPoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDedicatedIpPoolCommandOutput/)
|
|
523
|
-
|
|
524
480
|
</details>
|
|
525
481
|
<details>
|
|
526
482
|
<summary>
|
|
@@ -528,7 +484,6 @@ GetDedicatedIps
|
|
|
528
484
|
</summary>
|
|
529
485
|
|
|
530
486
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetDedicatedIpsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDedicatedIpsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDedicatedIpsCommandOutput/)
|
|
531
|
-
|
|
532
487
|
</details>
|
|
533
488
|
<details>
|
|
534
489
|
<summary>
|
|
@@ -536,7 +491,6 @@ GetDeliverabilityDashboardOptions
|
|
|
536
491
|
</summary>
|
|
537
492
|
|
|
538
493
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetDeliverabilityDashboardOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDeliverabilityDashboardOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDeliverabilityDashboardOptionsCommandOutput/)
|
|
539
|
-
|
|
540
494
|
</details>
|
|
541
495
|
<details>
|
|
542
496
|
<summary>
|
|
@@ -544,7 +498,6 @@ GetDeliverabilityTestReport
|
|
|
544
498
|
</summary>
|
|
545
499
|
|
|
546
500
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetDeliverabilityTestReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDeliverabilityTestReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDeliverabilityTestReportCommandOutput/)
|
|
547
|
-
|
|
548
501
|
</details>
|
|
549
502
|
<details>
|
|
550
503
|
<summary>
|
|
@@ -552,7 +505,6 @@ GetDomainDeliverabilityCampaign
|
|
|
552
505
|
</summary>
|
|
553
506
|
|
|
554
507
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetDomainDeliverabilityCampaignCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDomainDeliverabilityCampaignCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDomainDeliverabilityCampaignCommandOutput/)
|
|
555
|
-
|
|
556
508
|
</details>
|
|
557
509
|
<details>
|
|
558
510
|
<summary>
|
|
@@ -560,7 +512,6 @@ GetDomainStatisticsReport
|
|
|
560
512
|
</summary>
|
|
561
513
|
|
|
562
514
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetDomainStatisticsReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDomainStatisticsReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetDomainStatisticsReportCommandOutput/)
|
|
563
|
-
|
|
564
515
|
</details>
|
|
565
516
|
<details>
|
|
566
517
|
<summary>
|
|
@@ -568,7 +519,6 @@ GetEmailAddressInsights
|
|
|
568
519
|
</summary>
|
|
569
520
|
|
|
570
521
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetEmailAddressInsightsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetEmailAddressInsightsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetEmailAddressInsightsCommandOutput/)
|
|
571
|
-
|
|
572
522
|
</details>
|
|
573
523
|
<details>
|
|
574
524
|
<summary>
|
|
@@ -576,7 +526,6 @@ GetEmailIdentity
|
|
|
576
526
|
</summary>
|
|
577
527
|
|
|
578
528
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetEmailIdentityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetEmailIdentityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetEmailIdentityCommandOutput/)
|
|
579
|
-
|
|
580
529
|
</details>
|
|
581
530
|
<details>
|
|
582
531
|
<summary>
|
|
@@ -584,7 +533,6 @@ GetEmailIdentityPolicies
|
|
|
584
533
|
</summary>
|
|
585
534
|
|
|
586
535
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetEmailIdentityPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetEmailIdentityPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetEmailIdentityPoliciesCommandOutput/)
|
|
587
|
-
|
|
588
536
|
</details>
|
|
589
537
|
<details>
|
|
590
538
|
<summary>
|
|
@@ -592,7 +540,6 @@ GetEmailTemplate
|
|
|
592
540
|
</summary>
|
|
593
541
|
|
|
594
542
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetEmailTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetEmailTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetEmailTemplateCommandOutput/)
|
|
595
|
-
|
|
596
543
|
</details>
|
|
597
544
|
<details>
|
|
598
545
|
<summary>
|
|
@@ -600,7 +547,6 @@ GetExportJob
|
|
|
600
547
|
</summary>
|
|
601
548
|
|
|
602
549
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetExportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetExportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetExportJobCommandOutput/)
|
|
603
|
-
|
|
604
550
|
</details>
|
|
605
551
|
<details>
|
|
606
552
|
<summary>
|
|
@@ -608,7 +554,6 @@ GetImportJob
|
|
|
608
554
|
</summary>
|
|
609
555
|
|
|
610
556
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetImportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetImportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetImportJobCommandOutput/)
|
|
611
|
-
|
|
612
557
|
</details>
|
|
613
558
|
<details>
|
|
614
559
|
<summary>
|
|
@@ -616,7 +561,6 @@ GetMessageInsights
|
|
|
616
561
|
</summary>
|
|
617
562
|
|
|
618
563
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetMessageInsightsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetMessageInsightsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetMessageInsightsCommandOutput/)
|
|
619
|
-
|
|
620
564
|
</details>
|
|
621
565
|
<details>
|
|
622
566
|
<summary>
|
|
@@ -624,7 +568,6 @@ GetMultiRegionEndpoint
|
|
|
624
568
|
</summary>
|
|
625
569
|
|
|
626
570
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetMultiRegionEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetMultiRegionEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetMultiRegionEndpointCommandOutput/)
|
|
627
|
-
|
|
628
571
|
</details>
|
|
629
572
|
<details>
|
|
630
573
|
<summary>
|
|
@@ -632,7 +575,6 @@ GetReputationEntity
|
|
|
632
575
|
</summary>
|
|
633
576
|
|
|
634
577
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetReputationEntityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetReputationEntityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetReputationEntityCommandOutput/)
|
|
635
|
-
|
|
636
578
|
</details>
|
|
637
579
|
<details>
|
|
638
580
|
<summary>
|
|
@@ -640,7 +582,6 @@ GetSuppressedDestination
|
|
|
640
582
|
</summary>
|
|
641
583
|
|
|
642
584
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetSuppressedDestinationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetSuppressedDestinationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetSuppressedDestinationCommandOutput/)
|
|
643
|
-
|
|
644
585
|
</details>
|
|
645
586
|
<details>
|
|
646
587
|
<summary>
|
|
@@ -648,7 +589,6 @@ GetTenant
|
|
|
648
589
|
</summary>
|
|
649
590
|
|
|
650
591
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/GetTenantCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetTenantCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/GetTenantCommandOutput/)
|
|
651
|
-
|
|
652
592
|
</details>
|
|
653
593
|
<details>
|
|
654
594
|
<summary>
|
|
@@ -656,7 +596,6 @@ ListConfigurationSets
|
|
|
656
596
|
</summary>
|
|
657
597
|
|
|
658
598
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListConfigurationSetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListConfigurationSetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListConfigurationSetsCommandOutput/)
|
|
659
|
-
|
|
660
599
|
</details>
|
|
661
600
|
<details>
|
|
662
601
|
<summary>
|
|
@@ -664,7 +603,6 @@ ListContactLists
|
|
|
664
603
|
</summary>
|
|
665
604
|
|
|
666
605
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListContactListsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListContactListsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListContactListsCommandOutput/)
|
|
667
|
-
|
|
668
606
|
</details>
|
|
669
607
|
<details>
|
|
670
608
|
<summary>
|
|
@@ -672,7 +610,6 @@ ListContacts
|
|
|
672
610
|
</summary>
|
|
673
611
|
|
|
674
612
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListContactsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListContactsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListContactsCommandOutput/)
|
|
675
|
-
|
|
676
613
|
</details>
|
|
677
614
|
<details>
|
|
678
615
|
<summary>
|
|
@@ -680,7 +617,6 @@ ListCustomVerificationEmailTemplates
|
|
|
680
617
|
</summary>
|
|
681
618
|
|
|
682
619
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListCustomVerificationEmailTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListCustomVerificationEmailTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListCustomVerificationEmailTemplatesCommandOutput/)
|
|
683
|
-
|
|
684
620
|
</details>
|
|
685
621
|
<details>
|
|
686
622
|
<summary>
|
|
@@ -688,7 +624,6 @@ ListDedicatedIpPools
|
|
|
688
624
|
</summary>
|
|
689
625
|
|
|
690
626
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListDedicatedIpPoolsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListDedicatedIpPoolsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListDedicatedIpPoolsCommandOutput/)
|
|
691
|
-
|
|
692
627
|
</details>
|
|
693
628
|
<details>
|
|
694
629
|
<summary>
|
|
@@ -696,7 +631,6 @@ ListDeliverabilityTestReports
|
|
|
696
631
|
</summary>
|
|
697
632
|
|
|
698
633
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListDeliverabilityTestReportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListDeliverabilityTestReportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListDeliverabilityTestReportsCommandOutput/)
|
|
699
|
-
|
|
700
634
|
</details>
|
|
701
635
|
<details>
|
|
702
636
|
<summary>
|
|
@@ -704,7 +638,6 @@ ListDomainDeliverabilityCampaigns
|
|
|
704
638
|
</summary>
|
|
705
639
|
|
|
706
640
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListDomainDeliverabilityCampaignsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListDomainDeliverabilityCampaignsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListDomainDeliverabilityCampaignsCommandOutput/)
|
|
707
|
-
|
|
708
641
|
</details>
|
|
709
642
|
<details>
|
|
710
643
|
<summary>
|
|
@@ -712,7 +645,6 @@ ListEmailIdentities
|
|
|
712
645
|
</summary>
|
|
713
646
|
|
|
714
647
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListEmailIdentitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListEmailIdentitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListEmailIdentitiesCommandOutput/)
|
|
715
|
-
|
|
716
648
|
</details>
|
|
717
649
|
<details>
|
|
718
650
|
<summary>
|
|
@@ -720,7 +652,6 @@ ListEmailTemplates
|
|
|
720
652
|
</summary>
|
|
721
653
|
|
|
722
654
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListEmailTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListEmailTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListEmailTemplatesCommandOutput/)
|
|
723
|
-
|
|
724
655
|
</details>
|
|
725
656
|
<details>
|
|
726
657
|
<summary>
|
|
@@ -728,7 +659,6 @@ ListExportJobs
|
|
|
728
659
|
</summary>
|
|
729
660
|
|
|
730
661
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListExportJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListExportJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListExportJobsCommandOutput/)
|
|
731
|
-
|
|
732
662
|
</details>
|
|
733
663
|
<details>
|
|
734
664
|
<summary>
|
|
@@ -736,7 +666,6 @@ ListImportJobs
|
|
|
736
666
|
</summary>
|
|
737
667
|
|
|
738
668
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListImportJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListImportJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListImportJobsCommandOutput/)
|
|
739
|
-
|
|
740
669
|
</details>
|
|
741
670
|
<details>
|
|
742
671
|
<summary>
|
|
@@ -744,7 +673,6 @@ ListMultiRegionEndpoints
|
|
|
744
673
|
</summary>
|
|
745
674
|
|
|
746
675
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListMultiRegionEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListMultiRegionEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListMultiRegionEndpointsCommandOutput/)
|
|
747
|
-
|
|
748
676
|
</details>
|
|
749
677
|
<details>
|
|
750
678
|
<summary>
|
|
@@ -752,7 +680,6 @@ ListRecommendations
|
|
|
752
680
|
</summary>
|
|
753
681
|
|
|
754
682
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListRecommendationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListRecommendationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListRecommendationsCommandOutput/)
|
|
755
|
-
|
|
756
683
|
</details>
|
|
757
684
|
<details>
|
|
758
685
|
<summary>
|
|
@@ -760,7 +687,6 @@ ListReputationEntities
|
|
|
760
687
|
</summary>
|
|
761
688
|
|
|
762
689
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListReputationEntitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListReputationEntitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListReputationEntitiesCommandOutput/)
|
|
763
|
-
|
|
764
690
|
</details>
|
|
765
691
|
<details>
|
|
766
692
|
<summary>
|
|
@@ -768,7 +694,6 @@ ListResourceTenants
|
|
|
768
694
|
</summary>
|
|
769
695
|
|
|
770
696
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListResourceTenantsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListResourceTenantsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListResourceTenantsCommandOutput/)
|
|
771
|
-
|
|
772
697
|
</details>
|
|
773
698
|
<details>
|
|
774
699
|
<summary>
|
|
@@ -776,7 +701,6 @@ ListSuppressedDestinations
|
|
|
776
701
|
</summary>
|
|
777
702
|
|
|
778
703
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListSuppressedDestinationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListSuppressedDestinationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListSuppressedDestinationsCommandOutput/)
|
|
779
|
-
|
|
780
704
|
</details>
|
|
781
705
|
<details>
|
|
782
706
|
<summary>
|
|
@@ -784,7 +708,6 @@ ListTagsForResource
|
|
|
784
708
|
</summary>
|
|
785
709
|
|
|
786
710
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListTagsForResourceCommandOutput/)
|
|
787
|
-
|
|
788
711
|
</details>
|
|
789
712
|
<details>
|
|
790
713
|
<summary>
|
|
@@ -792,7 +715,6 @@ ListTenantResources
|
|
|
792
715
|
</summary>
|
|
793
716
|
|
|
794
717
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListTenantResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListTenantResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListTenantResourcesCommandOutput/)
|
|
795
|
-
|
|
796
718
|
</details>
|
|
797
719
|
<details>
|
|
798
720
|
<summary>
|
|
@@ -800,7 +722,6 @@ ListTenants
|
|
|
800
722
|
</summary>
|
|
801
723
|
|
|
802
724
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/ListTenantsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListTenantsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/ListTenantsCommandOutput/)
|
|
803
|
-
|
|
804
725
|
</details>
|
|
805
726
|
<details>
|
|
806
727
|
<summary>
|
|
@@ -808,7 +729,6 @@ PutAccountDedicatedIpWarmupAttributes
|
|
|
808
729
|
</summary>
|
|
809
730
|
|
|
810
731
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutAccountDedicatedIpWarmupAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutAccountDedicatedIpWarmupAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutAccountDedicatedIpWarmupAttributesCommandOutput/)
|
|
811
|
-
|
|
812
732
|
</details>
|
|
813
733
|
<details>
|
|
814
734
|
<summary>
|
|
@@ -816,7 +736,6 @@ PutAccountDetails
|
|
|
816
736
|
</summary>
|
|
817
737
|
|
|
818
738
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutAccountDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutAccountDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutAccountDetailsCommandOutput/)
|
|
819
|
-
|
|
820
739
|
</details>
|
|
821
740
|
<details>
|
|
822
741
|
<summary>
|
|
@@ -824,7 +743,6 @@ PutAccountSendingAttributes
|
|
|
824
743
|
</summary>
|
|
825
744
|
|
|
826
745
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutAccountSendingAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutAccountSendingAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutAccountSendingAttributesCommandOutput/)
|
|
827
|
-
|
|
828
746
|
</details>
|
|
829
747
|
<details>
|
|
830
748
|
<summary>
|
|
@@ -832,7 +750,6 @@ PutAccountSuppressionAttributes
|
|
|
832
750
|
</summary>
|
|
833
751
|
|
|
834
752
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutAccountSuppressionAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutAccountSuppressionAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutAccountSuppressionAttributesCommandOutput/)
|
|
835
|
-
|
|
836
753
|
</details>
|
|
837
754
|
<details>
|
|
838
755
|
<summary>
|
|
@@ -840,7 +757,6 @@ PutAccountVdmAttributes
|
|
|
840
757
|
</summary>
|
|
841
758
|
|
|
842
759
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutAccountVdmAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutAccountVdmAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutAccountVdmAttributesCommandOutput/)
|
|
843
|
-
|
|
844
760
|
</details>
|
|
845
761
|
<details>
|
|
846
762
|
<summary>
|
|
@@ -848,7 +764,6 @@ PutConfigurationSetArchivingOptions
|
|
|
848
764
|
</summary>
|
|
849
765
|
|
|
850
766
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutConfigurationSetArchivingOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetArchivingOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetArchivingOptionsCommandOutput/)
|
|
851
|
-
|
|
852
767
|
</details>
|
|
853
768
|
<details>
|
|
854
769
|
<summary>
|
|
@@ -856,7 +771,6 @@ PutConfigurationSetDeliveryOptions
|
|
|
856
771
|
</summary>
|
|
857
772
|
|
|
858
773
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutConfigurationSetDeliveryOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetDeliveryOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetDeliveryOptionsCommandOutput/)
|
|
859
|
-
|
|
860
774
|
</details>
|
|
861
775
|
<details>
|
|
862
776
|
<summary>
|
|
@@ -864,7 +778,6 @@ PutConfigurationSetReputationOptions
|
|
|
864
778
|
</summary>
|
|
865
779
|
|
|
866
780
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutConfigurationSetReputationOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetReputationOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetReputationOptionsCommandOutput/)
|
|
867
|
-
|
|
868
781
|
</details>
|
|
869
782
|
<details>
|
|
870
783
|
<summary>
|
|
@@ -872,7 +785,6 @@ PutConfigurationSetSendingOptions
|
|
|
872
785
|
</summary>
|
|
873
786
|
|
|
874
787
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutConfigurationSetSendingOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetSendingOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetSendingOptionsCommandOutput/)
|
|
875
|
-
|
|
876
788
|
</details>
|
|
877
789
|
<details>
|
|
878
790
|
<summary>
|
|
@@ -880,7 +792,6 @@ PutConfigurationSetSuppressionOptions
|
|
|
880
792
|
</summary>
|
|
881
793
|
|
|
882
794
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutConfigurationSetSuppressionOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetSuppressionOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetSuppressionOptionsCommandOutput/)
|
|
883
|
-
|
|
884
795
|
</details>
|
|
885
796
|
<details>
|
|
886
797
|
<summary>
|
|
@@ -888,7 +799,6 @@ PutConfigurationSetTrackingOptions
|
|
|
888
799
|
</summary>
|
|
889
800
|
|
|
890
801
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutConfigurationSetTrackingOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetTrackingOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetTrackingOptionsCommandOutput/)
|
|
891
|
-
|
|
892
802
|
</details>
|
|
893
803
|
<details>
|
|
894
804
|
<summary>
|
|
@@ -896,7 +806,6 @@ PutConfigurationSetVdmOptions
|
|
|
896
806
|
</summary>
|
|
897
807
|
|
|
898
808
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutConfigurationSetVdmOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetVdmOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutConfigurationSetVdmOptionsCommandOutput/)
|
|
899
|
-
|
|
900
809
|
</details>
|
|
901
810
|
<details>
|
|
902
811
|
<summary>
|
|
@@ -904,7 +813,6 @@ PutDedicatedIpInPool
|
|
|
904
813
|
</summary>
|
|
905
814
|
|
|
906
815
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutDedicatedIpInPoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutDedicatedIpInPoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutDedicatedIpInPoolCommandOutput/)
|
|
907
|
-
|
|
908
816
|
</details>
|
|
909
817
|
<details>
|
|
910
818
|
<summary>
|
|
@@ -912,7 +820,6 @@ PutDedicatedIpPoolScalingAttributes
|
|
|
912
820
|
</summary>
|
|
913
821
|
|
|
914
822
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutDedicatedIpPoolScalingAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutDedicatedIpPoolScalingAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutDedicatedIpPoolScalingAttributesCommandOutput/)
|
|
915
|
-
|
|
916
823
|
</details>
|
|
917
824
|
<details>
|
|
918
825
|
<summary>
|
|
@@ -920,7 +827,6 @@ PutDedicatedIpWarmupAttributes
|
|
|
920
827
|
</summary>
|
|
921
828
|
|
|
922
829
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutDedicatedIpWarmupAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutDedicatedIpWarmupAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutDedicatedIpWarmupAttributesCommandOutput/)
|
|
923
|
-
|
|
924
830
|
</details>
|
|
925
831
|
<details>
|
|
926
832
|
<summary>
|
|
@@ -928,7 +834,6 @@ PutDeliverabilityDashboardOption
|
|
|
928
834
|
</summary>
|
|
929
835
|
|
|
930
836
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutDeliverabilityDashboardOptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutDeliverabilityDashboardOptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutDeliverabilityDashboardOptionCommandOutput/)
|
|
931
|
-
|
|
932
837
|
</details>
|
|
933
838
|
<details>
|
|
934
839
|
<summary>
|
|
@@ -936,7 +841,6 @@ PutEmailIdentityConfigurationSetAttributes
|
|
|
936
841
|
</summary>
|
|
937
842
|
|
|
938
843
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutEmailIdentityConfigurationSetAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutEmailIdentityConfigurationSetAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutEmailIdentityConfigurationSetAttributesCommandOutput/)
|
|
939
|
-
|
|
940
844
|
</details>
|
|
941
845
|
<details>
|
|
942
846
|
<summary>
|
|
@@ -944,7 +848,6 @@ PutEmailIdentityDkimAttributes
|
|
|
944
848
|
</summary>
|
|
945
849
|
|
|
946
850
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutEmailIdentityDkimAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutEmailIdentityDkimAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutEmailIdentityDkimAttributesCommandOutput/)
|
|
947
|
-
|
|
948
851
|
</details>
|
|
949
852
|
<details>
|
|
950
853
|
<summary>
|
|
@@ -952,7 +855,6 @@ PutEmailIdentityDkimSigningAttributes
|
|
|
952
855
|
</summary>
|
|
953
856
|
|
|
954
857
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutEmailIdentityDkimSigningAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutEmailIdentityDkimSigningAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutEmailIdentityDkimSigningAttributesCommandOutput/)
|
|
955
|
-
|
|
956
858
|
</details>
|
|
957
859
|
<details>
|
|
958
860
|
<summary>
|
|
@@ -960,7 +862,6 @@ PutEmailIdentityFeedbackAttributes
|
|
|
960
862
|
</summary>
|
|
961
863
|
|
|
962
864
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutEmailIdentityFeedbackAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutEmailIdentityFeedbackAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutEmailIdentityFeedbackAttributesCommandOutput/)
|
|
963
|
-
|
|
964
865
|
</details>
|
|
965
866
|
<details>
|
|
966
867
|
<summary>
|
|
@@ -968,7 +869,6 @@ PutEmailIdentityMailFromAttributes
|
|
|
968
869
|
</summary>
|
|
969
870
|
|
|
970
871
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutEmailIdentityMailFromAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutEmailIdentityMailFromAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutEmailIdentityMailFromAttributesCommandOutput/)
|
|
971
|
-
|
|
972
872
|
</details>
|
|
973
873
|
<details>
|
|
974
874
|
<summary>
|
|
@@ -976,7 +876,6 @@ PutSuppressedDestination
|
|
|
976
876
|
</summary>
|
|
977
877
|
|
|
978
878
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/PutSuppressedDestinationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutSuppressedDestinationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/PutSuppressedDestinationCommandOutput/)
|
|
979
|
-
|
|
980
879
|
</details>
|
|
981
880
|
<details>
|
|
982
881
|
<summary>
|
|
@@ -984,7 +883,6 @@ SendBulkEmail
|
|
|
984
883
|
</summary>
|
|
985
884
|
|
|
986
885
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/SendBulkEmailCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/SendBulkEmailCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/SendBulkEmailCommandOutput/)
|
|
987
|
-
|
|
988
886
|
</details>
|
|
989
887
|
<details>
|
|
990
888
|
<summary>
|
|
@@ -992,7 +890,6 @@ SendCustomVerificationEmail
|
|
|
992
890
|
</summary>
|
|
993
891
|
|
|
994
892
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/SendCustomVerificationEmailCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/SendCustomVerificationEmailCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/SendCustomVerificationEmailCommandOutput/)
|
|
995
|
-
|
|
996
893
|
</details>
|
|
997
894
|
<details>
|
|
998
895
|
<summary>
|
|
@@ -1000,7 +897,6 @@ SendEmail
|
|
|
1000
897
|
</summary>
|
|
1001
898
|
|
|
1002
899
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/SendEmailCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/SendEmailCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/SendEmailCommandOutput/)
|
|
1003
|
-
|
|
1004
900
|
</details>
|
|
1005
901
|
<details>
|
|
1006
902
|
<summary>
|
|
@@ -1008,7 +904,6 @@ TagResource
|
|
|
1008
904
|
</summary>
|
|
1009
905
|
|
|
1010
906
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/TagResourceCommandOutput/)
|
|
1011
|
-
|
|
1012
907
|
</details>
|
|
1013
908
|
<details>
|
|
1014
909
|
<summary>
|
|
@@ -1016,7 +911,6 @@ TestRenderEmailTemplate
|
|
|
1016
911
|
</summary>
|
|
1017
912
|
|
|
1018
913
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/TestRenderEmailTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/TestRenderEmailTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/TestRenderEmailTemplateCommandOutput/)
|
|
1019
|
-
|
|
1020
914
|
</details>
|
|
1021
915
|
<details>
|
|
1022
916
|
<summary>
|
|
@@ -1024,7 +918,6 @@ UntagResource
|
|
|
1024
918
|
</summary>
|
|
1025
919
|
|
|
1026
920
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UntagResourceCommandOutput/)
|
|
1027
|
-
|
|
1028
921
|
</details>
|
|
1029
922
|
<details>
|
|
1030
923
|
<summary>
|
|
@@ -1032,7 +925,6 @@ UpdateConfigurationSetEventDestination
|
|
|
1032
925
|
</summary>
|
|
1033
926
|
|
|
1034
927
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/UpdateConfigurationSetEventDestinationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateConfigurationSetEventDestinationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateConfigurationSetEventDestinationCommandOutput/)
|
|
1035
|
-
|
|
1036
928
|
</details>
|
|
1037
929
|
<details>
|
|
1038
930
|
<summary>
|
|
@@ -1040,7 +932,6 @@ UpdateContact
|
|
|
1040
932
|
</summary>
|
|
1041
933
|
|
|
1042
934
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/UpdateContactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateContactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateContactCommandOutput/)
|
|
1043
|
-
|
|
1044
935
|
</details>
|
|
1045
936
|
<details>
|
|
1046
937
|
<summary>
|
|
@@ -1048,7 +939,6 @@ UpdateContactList
|
|
|
1048
939
|
</summary>
|
|
1049
940
|
|
|
1050
941
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/UpdateContactListCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateContactListCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateContactListCommandOutput/)
|
|
1051
|
-
|
|
1052
942
|
</details>
|
|
1053
943
|
<details>
|
|
1054
944
|
<summary>
|
|
@@ -1056,7 +946,6 @@ UpdateCustomVerificationEmailTemplate
|
|
|
1056
946
|
</summary>
|
|
1057
947
|
|
|
1058
948
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/UpdateCustomVerificationEmailTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateCustomVerificationEmailTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateCustomVerificationEmailTemplateCommandOutput/)
|
|
1059
|
-
|
|
1060
949
|
</details>
|
|
1061
950
|
<details>
|
|
1062
951
|
<summary>
|
|
@@ -1064,7 +953,6 @@ UpdateEmailIdentityPolicy
|
|
|
1064
953
|
</summary>
|
|
1065
954
|
|
|
1066
955
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/UpdateEmailIdentityPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateEmailIdentityPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateEmailIdentityPolicyCommandOutput/)
|
|
1067
|
-
|
|
1068
956
|
</details>
|
|
1069
957
|
<details>
|
|
1070
958
|
<summary>
|
|
@@ -1072,7 +960,6 @@ UpdateEmailTemplate
|
|
|
1072
960
|
</summary>
|
|
1073
961
|
|
|
1074
962
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/UpdateEmailTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateEmailTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateEmailTemplateCommandOutput/)
|
|
1075
|
-
|
|
1076
963
|
</details>
|
|
1077
964
|
<details>
|
|
1078
965
|
<summary>
|
|
@@ -1080,7 +967,6 @@ UpdateReputationEntityCustomerManagedStatus
|
|
|
1080
967
|
</summary>
|
|
1081
968
|
|
|
1082
969
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/UpdateReputationEntityCustomerManagedStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateReputationEntityCustomerManagedStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateReputationEntityCustomerManagedStatusCommandOutput/)
|
|
1083
|
-
|
|
1084
970
|
</details>
|
|
1085
971
|
<details>
|
|
1086
972
|
<summary>
|
|
@@ -1088,5 +974,4 @@ UpdateReputationEntityPolicy
|
|
|
1088
974
|
</summary>
|
|
1089
975
|
|
|
1090
976
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sesv2/command/UpdateReputationEntityPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateReputationEntityPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sesv2/Interface/UpdateReputationEntityPolicyCommandOutput/)
|
|
1091
|
-
|
|
1092
977
|
</details>
|