@aws-sdk/client-sesv2 3.299.0 → 3.300.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/dist-types/commands/BatchGetMetricDataCommand.d.ts +14 -0
  2. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +36 -0
  3. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +29 -0
  4. package/dist-types/commands/CreateContactCommand.d.ts +12 -0
  5. package/dist-types/commands/CreateContactListCommand.d.ts +18 -0
  6. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +8 -0
  7. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +10 -0
  8. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +36 -0
  9. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +15 -0
  10. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +5 -0
  11. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +8 -0
  12. package/dist-types/commands/CreateImportJobCommand.d.ts +15 -0
  13. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -0
  14. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteContactCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteContactListCommand.d.ts +3 -0
  17. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +3 -0
  18. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +3 -0
  22. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +3 -0
  23. package/dist-types/commands/GetAccountCommand.d.ts +1 -0
  24. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +5 -0
  25. package/dist-types/commands/GetConfigurationSetCommand.d.ts +3 -0
  26. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -0
  27. package/dist-types/commands/GetContactCommand.d.ts +4 -0
  28. package/dist-types/commands/GetContactListCommand.d.ts +3 -0
  29. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +3 -0
  30. package/dist-types/commands/GetDedicatedIpCommand.d.ts +3 -0
  31. package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +3 -0
  32. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +5 -0
  33. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -0
  34. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +3 -0
  35. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -0
  36. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +5 -0
  37. package/dist-types/commands/GetEmailIdentityCommand.d.ts +3 -0
  38. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +3 -0
  39. package/dist-types/commands/GetEmailTemplateCommand.d.ts +3 -0
  40. package/dist-types/commands/GetImportJobCommand.d.ts +3 -0
  41. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +3 -0
  42. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +4 -0
  43. package/dist-types/commands/ListContactListsCommand.d.ts +4 -0
  44. package/dist-types/commands/ListContactsCommand.d.ts +12 -0
  45. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +4 -0
  46. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +4 -0
  47. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +4 -0
  48. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +7 -0
  49. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +4 -0
  50. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +4 -0
  51. package/dist-types/commands/ListImportJobsCommand.d.ts +5 -0
  52. package/dist-types/commands/ListRecommendationsCommand.d.ts +7 -0
  53. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +9 -0
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  55. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -0
  56. package/dist-types/commands/PutAccountDetailsCommand.d.ts +10 -0
  57. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +3 -0
  58. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +5 -0
  59. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +11 -0
  60. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +5 -0
  61. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +4 -0
  62. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +4 -0
  63. package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +6 -0
  64. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +4 -0
  65. package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +11 -0
  66. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +4 -0
  67. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +4 -0
  68. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +15 -0
  69. package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +4 -0
  70. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +4 -0
  71. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +9 -0
  72. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +4 -0
  73. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +5 -0
  74. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +4 -0
  75. package/dist-types/commands/SendBulkEmailCommand.d.ts +49 -0
  76. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +5 -0
  77. package/dist-types/commands/SendEmailCommand.d.ts +57 -0
  78. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  79. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +4 -0
  80. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  81. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +29 -0
  82. package/dist-types/commands/UpdateContactCommand.d.ts +12 -0
  83. package/dist-types/commands/UpdateContactListCommand.d.ts +12 -0
  84. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +8 -0
  85. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +5 -0
  86. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +8 -0
  87. package/package.json +8 -8
@@ -32,6 +32,10 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
32
32
  * import { SESv2Client, ListConfigurationSetsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
33
33
  * // const { SESv2Client, ListConfigurationSetsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
34
34
  * const client = new SESv2Client(config);
35
+ * const input = {
36
+ * NextToken: "STRING_VALUE",
37
+ * PageSize: Number("int"),
38
+ * };
35
39
  * const command = new ListConfigurationSetsCommand(input);
36
40
  * const response = await client.send(command);
37
41
  * ```
@@ -26,6 +26,10 @@ export interface ListContactListsCommandOutput extends ListContactListsResponse,
26
26
  * import { SESv2Client, ListContactListsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, ListContactListsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * PageSize: Number("int"),
31
+ * NextToken: "STRING_VALUE",
32
+ * };
29
33
  * const command = new ListContactListsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,18 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad
26
26
  * import { SESv2Client, ListContactsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, ListContactsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * ContactListName: "STRING_VALUE", // required
31
+ * Filter: {
32
+ * FilteredStatus: "OPT_IN" || "OPT_OUT",
33
+ * TopicFilter: {
34
+ * TopicName: "STRING_VALUE",
35
+ * UseDefaultIfPreferenceUnavailable: true || false,
36
+ * },
37
+ * },
38
+ * PageSize: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * };
29
41
  * const command = new ListContactsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -31,6 +31,10 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
31
31
  * import { SESv2Client, ListCustomVerificationEmailTemplatesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
32
32
  * // const { SESv2Client, ListCustomVerificationEmailTemplatesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
33
33
  * const client = new SESv2Client(config);
34
+ * const input = {
35
+ * NextToken: "STRING_VALUE",
36
+ * PageSize: Number("int"),
37
+ * };
34
38
  * const command = new ListCustomVerificationEmailTemplatesCommand(input);
35
39
  * const response = await client.send(command);
36
40
  * ```
@@ -27,6 +27,10 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
27
27
  * import { SESv2Client, ListDedicatedIpPoolsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
28
28
  * // const { SESv2Client, ListDedicatedIpPoolsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
29
29
  * const client = new SESv2Client(config);
30
+ * const input = {
31
+ * NextToken: "STRING_VALUE",
32
+ * PageSize: Number("int"),
33
+ * };
30
34
  * const command = new ListDedicatedIpPoolsCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -28,6 +28,10 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
28
28
  * import { SESv2Client, ListDeliverabilityTestReportsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
29
29
  * // const { SESv2Client, ListDeliverabilityTestReportsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
30
30
  * const client = new SESv2Client(config);
31
+ * const input = {
32
+ * NextToken: "STRING_VALUE",
33
+ * PageSize: Number("int"),
34
+ * };
31
35
  * const command = new ListDeliverabilityTestReportsCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -28,6 +28,13 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
28
28
  * import { SESv2Client, ListDomainDeliverabilityCampaignsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
29
29
  * // const { SESv2Client, ListDomainDeliverabilityCampaignsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
30
30
  * const client = new SESv2Client(config);
31
+ * const input = {
32
+ * StartDate: new Date("TIMESTAMP"), // required
33
+ * EndDate: new Date("TIMESTAMP"), // required
34
+ * SubscribedDomain: "STRING_VALUE", // required
35
+ * NextToken: "STRING_VALUE",
36
+ * PageSize: Number("int"),
37
+ * };
31
38
  * const command = new ListDomainDeliverabilityCampaignsCommand(input);
32
39
  * const response = await client.send(command);
33
40
  * ```
@@ -29,6 +29,10 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
29
29
  * import { SESv2Client, ListEmailIdentitiesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
30
30
  * // const { SESv2Client, ListEmailIdentitiesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
31
31
  * const client = new SESv2Client(config);
32
+ * const input = {
33
+ * NextToken: "STRING_VALUE",
34
+ * PageSize: Number("int"),
35
+ * };
32
36
  * const command = new ListEmailIdentitiesCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -28,6 +28,10 @@ export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesRespo
28
28
  * import { SESv2Client, ListEmailTemplatesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
29
29
  * // const { SESv2Client, ListEmailTemplatesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
30
30
  * const client = new SESv2Client(config);
31
+ * const input = {
32
+ * NextToken: "STRING_VALUE",
33
+ * PageSize: Number("int"),
34
+ * };
31
35
  * const command = new ListEmailTemplatesCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,11 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M
26
26
  * import { SESv2Client, ListImportJobsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, ListImportJobsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * ImportDestinationType: "SUPPRESSION_LIST" || "CONTACT_LIST",
31
+ * NextToken: "STRING_VALUE",
32
+ * PageSize: Number("int"),
33
+ * };
29
34
  * const command = new ListImportJobsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,13 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
27
27
  * import { SESv2Client, ListRecommendationsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
28
28
  * // const { SESv2Client, ListRecommendationsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
29
29
  * const client = new SESv2Client(config);
30
+ * const input = {
31
+ * Filter: {
32
+ * "<keys>": "STRING_VALUE",
33
+ * },
34
+ * NextToken: "STRING_VALUE",
35
+ * PageSize: Number("int"),
36
+ * };
30
37
  * const command = new ListRecommendationsCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -27,6 +27,15 @@ export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedD
27
27
  * import { SESv2Client, ListSuppressedDestinationsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
28
28
  * // const { SESv2Client, ListSuppressedDestinationsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
29
29
  * const client = new SESv2Client(config);
30
+ * const input = {
31
+ * Reasons: [
32
+ * "BOUNCE" || "COMPLAINT",
33
+ * ],
34
+ * StartDate: new Date("TIMESTAMP"),
35
+ * EndDate: new Date("TIMESTAMP"),
36
+ * NextToken: "STRING_VALUE",
37
+ * PageSize: Number("int"),
38
+ * };
30
39
  * const command = new ListSuppressedDestinationsCommand(input);
31
40
  * const response = await client.send(command);
32
41
  * ```
@@ -31,6 +31,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * import { SESv2Client, ListTagsForResourceCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
32
32
  * // const { SESv2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
33
33
  * const client = new SESv2Client(config);
34
+ * const input = {
35
+ * ResourceArn: "STRING_VALUE", // required
36
+ * };
34
37
  * const command = new ListTagsForResourceCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -26,6 +26,9 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
26
26
  * import { SESv2Client, PutAccountDedicatedIpWarmupAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, PutAccountDedicatedIpWarmupAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * AutoWarmupEnabled: true || false,
31
+ * };
29
32
  * const command = new PutAccountDedicatedIpWarmupAttributesCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,16 @@ export interface PutAccountDetailsCommandOutput extends PutAccountDetailsRespons
26
26
  * import { SESv2Client, PutAccountDetailsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, PutAccountDetailsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * MailType: "MARKETING" || "TRANSACTIONAL", // required
31
+ * WebsiteURL: "STRING_VALUE", // required
32
+ * ContactLanguage: "EN" || "JA",
33
+ * UseCaseDescription: "STRING_VALUE", // required
34
+ * AdditionalContactEmailAddresses: [
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * ProductionAccessEnabled: true || false,
38
+ * };
29
39
  * const command = new PutAccountDetailsCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,9 @@ export interface PutAccountSendingAttributesCommandOutput extends PutAccountSend
26
26
  * import { SESv2Client, PutAccountSendingAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, PutAccountSendingAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * SendingEnabled: true || false,
31
+ * };
29
32
  * const command = new PutAccountSendingAttributesCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,11 @@ export interface PutAccountSuppressionAttributesCommandOutput extends PutAccount
26
26
  * import { SESv2Client, PutAccountSuppressionAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, PutAccountSuppressionAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * SuppressedReasons: [
31
+ * "BOUNCE" || "COMPLAINT",
32
+ * ],
33
+ * };
29
34
  * const command = new PutAccountSuppressionAttributesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,17 @@ export interface PutAccountVdmAttributesCommandOutput extends PutAccountVdmAttri
27
27
  * import { SESv2Client, PutAccountVdmAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
28
28
  * // const { SESv2Client, PutAccountVdmAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
29
29
  * const client = new SESv2Client(config);
30
+ * const input = {
31
+ * VdmAttributes: {
32
+ * VdmEnabled: "ENABLED" || "DISABLED", // required
33
+ * DashboardAttributes: {
34
+ * EngagementMetrics: "ENABLED" || "DISABLED",
35
+ * },
36
+ * GuardianAttributes: {
37
+ * OptimizedSharedDelivery: "ENABLED" || "DISABLED",
38
+ * },
39
+ * },
40
+ * };
30
41
  * const command = new PutAccountVdmAttributesCommand(input);
31
42
  * const response = await client.send(command);
32
43
  * ```
@@ -27,6 +27,11 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
27
27
  * import { SESv2Client, PutConfigurationSetDeliveryOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
28
28
  * // const { SESv2Client, PutConfigurationSetDeliveryOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
29
29
  * const client = new SESv2Client(config);
30
+ * const input = {
31
+ * ConfigurationSetName: "STRING_VALUE", // required
32
+ * TlsPolicy: "REQUIRE" || "OPTIONAL",
33
+ * SendingPoolName: "STRING_VALUE",
34
+ * };
30
35
  * const command = new PutConfigurationSetDeliveryOptionsCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -27,6 +27,10 @@ export interface PutConfigurationSetReputationOptionsCommandOutput extends PutCo
27
27
  * import { SESv2Client, PutConfigurationSetReputationOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
28
28
  * // const { SESv2Client, PutConfigurationSetReputationOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
29
29
  * const client = new SESv2Client(config);
30
+ * const input = {
31
+ * ConfigurationSetName: "STRING_VALUE", // required
32
+ * ReputationMetricsEnabled: true || false,
33
+ * };
30
34
  * const command = new PutConfigurationSetReputationOptionsCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,10 @@ export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfi
27
27
  * import { SESv2Client, PutConfigurationSetSendingOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
28
28
  * // const { SESv2Client, PutConfigurationSetSendingOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
29
29
  * const client = new SESv2Client(config);
30
+ * const input = {
31
+ * ConfigurationSetName: "STRING_VALUE", // required
32
+ * SendingEnabled: true || false,
33
+ * };
30
34
  * const command = new PutConfigurationSetSendingOptionsCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,12 @@ export interface PutConfigurationSetSuppressionOptionsCommandOutput extends PutC
26
26
  * import { SESv2Client, PutConfigurationSetSuppressionOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, PutConfigurationSetSuppressionOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * ConfigurationSetName: "STRING_VALUE", // required
31
+ * SuppressedReasons: [
32
+ * "BOUNCE" || "COMPLAINT",
33
+ * ],
34
+ * };
29
35
  * const command = new PutConfigurationSetSuppressionOptionsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -27,6 +27,10 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConf
27
27
  * import { SESv2Client, PutConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
28
28
  * // const { SESv2Client, PutConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
29
29
  * const client = new SESv2Client(config);
30
+ * const input = {
31
+ * ConfigurationSetName: "STRING_VALUE", // required
32
+ * CustomRedirectDomain: "STRING_VALUE",
33
+ * };
30
34
  * const command = new PutConfigurationSetTrackingOptionsCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,17 @@ export interface PutConfigurationSetVdmOptionsCommandOutput extends PutConfigura
27
27
  * import { SESv2Client, PutConfigurationSetVdmOptionsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
28
28
  * // const { SESv2Client, PutConfigurationSetVdmOptionsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
29
29
  * const client = new SESv2Client(config);
30
+ * const input = {
31
+ * ConfigurationSetName: "STRING_VALUE", // required
32
+ * VdmOptions: {
33
+ * DashboardOptions: {
34
+ * EngagementMetrics: "ENABLED" || "DISABLED",
35
+ * },
36
+ * GuardianOptions: {
37
+ * OptimizedSharedDelivery: "ENABLED" || "DISABLED",
38
+ * },
39
+ * },
40
+ * };
30
41
  * const command = new PutConfigurationSetVdmOptionsCommand(input);
31
42
  * const response = await client.send(command);
32
43
  * ```
@@ -34,6 +34,10 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR
34
34
  * import { SESv2Client, PutDedicatedIpInPoolCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
35
35
  * // const { SESv2Client, PutDedicatedIpInPoolCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
36
36
  * const client = new SESv2Client(config);
37
+ * const input = {
38
+ * Ip: "STRING_VALUE", // required
39
+ * DestinationPoolName: "STRING_VALUE", // required
40
+ * };
37
41
  * const command = new PutDedicatedIpInPoolCommand(input);
38
42
  * const response = await client.send(command);
39
43
  * ```
@@ -26,6 +26,10 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicate
26
26
  * import { SESv2Client, PutDedicatedIpWarmupAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, PutDedicatedIpWarmupAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * Ip: "STRING_VALUE", // required
31
+ * WarmupPercentage: Number("int"), // required
32
+ * };
29
33
  * const command = new PutDedicatedIpWarmupAttributesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -31,6 +31,21 @@ export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDelive
31
31
  * import { SESv2Client, PutDeliverabilityDashboardOptionCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
32
32
  * // const { SESv2Client, PutDeliverabilityDashboardOptionCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
33
33
  * const client = new SESv2Client(config);
34
+ * const input = {
35
+ * DashboardEnabled: true || false, // required
36
+ * SubscribedDomains: [
37
+ * {
38
+ * Domain: "STRING_VALUE",
39
+ * SubscriptionStartDate: new Date("TIMESTAMP"),
40
+ * InboxPlacementTrackingOption: {
41
+ * Global: true || false,
42
+ * TrackedIsps: [
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * },
46
+ * },
47
+ * ],
48
+ * };
34
49
  * const command = new PutDeliverabilityDashboardOptionCommand(input);
35
50
  * const response = await client.send(command);
36
51
  * ```
@@ -26,6 +26,10 @@ export interface PutEmailIdentityConfigurationSetAttributesCommandOutput extends
26
26
  * import { SESv2Client, PutEmailIdentityConfigurationSetAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, PutEmailIdentityConfigurationSetAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * EmailIdentity: "STRING_VALUE", // required
31
+ * ConfigurationSetName: "STRING_VALUE",
32
+ * };
29
33
  * const command = new PutEmailIdentityConfigurationSetAttributesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIde
26
26
  * import { SESv2Client, PutEmailIdentityDkimAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, PutEmailIdentityDkimAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * EmailIdentity: "STRING_VALUE", // required
31
+ * SigningEnabled: true || false,
32
+ * };
29
33
  * const command = new PutEmailIdentityDkimAttributesCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -48,6 +48,15 @@ export interface PutEmailIdentityDkimSigningAttributesCommandOutput extends PutE
48
48
  * import { SESv2Client, PutEmailIdentityDkimSigningAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
49
49
  * // const { SESv2Client, PutEmailIdentityDkimSigningAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
50
50
  * const client = new SESv2Client(config);
51
+ * const input = {
52
+ * EmailIdentity: "STRING_VALUE", // required
53
+ * SigningAttributesOrigin: "AWS_SES" || "EXTERNAL", // required
54
+ * SigningAttributes: {
55
+ * DomainSigningSelector: "STRING_VALUE",
56
+ * DomainSigningPrivateKey: "STRING_VALUE",
57
+ * NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
58
+ * },
59
+ * };
51
60
  * const command = new PutEmailIdentityDkimSigningAttributesCommand(input);
52
61
  * const response = await client.send(command);
53
62
  * ```
@@ -35,6 +35,10 @@ export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmai
35
35
  * import { SESv2Client, PutEmailIdentityFeedbackAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
36
36
  * // const { SESv2Client, PutEmailIdentityFeedbackAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
37
37
  * const client = new SESv2Client(config);
38
+ * const input = {
39
+ * EmailIdentity: "STRING_VALUE", // required
40
+ * EmailForwardingEnabled: true || false,
41
+ * };
38
42
  * const command = new PutEmailIdentityFeedbackAttributesCommand(input);
39
43
  * const response = await client.send(command);
40
44
  * ```
@@ -27,6 +27,11 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
27
27
  * import { SESv2Client, PutEmailIdentityMailFromAttributesCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
28
28
  * // const { SESv2Client, PutEmailIdentityMailFromAttributesCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
29
29
  * const client = new SESv2Client(config);
30
+ * const input = {
31
+ * EmailIdentity: "STRING_VALUE", // required
32
+ * MailFromDomain: "STRING_VALUE",
33
+ * BehaviorOnMxFailure: "USE_DEFAULT_VALUE" || "REJECT_MESSAGE",
34
+ * };
30
35
  * const command = new PutEmailIdentityMailFromAttributesCommand(input);
31
36
  * const response = await client.send(command);
32
37
  * ```
@@ -26,6 +26,10 @@ export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDest
26
26
  * import { SESv2Client, PutSuppressedDestinationCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, PutSuppressedDestinationCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * EmailAddress: "STRING_VALUE", // required
31
+ * Reason: "BOUNCE" || "COMPLAINT", // required
32
+ * };
29
33
  * const command = new PutSuppressedDestinationCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,55 @@ export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __Met
26
26
  * import { SESv2Client, SendBulkEmailCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, SendBulkEmailCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * FromEmailAddress: "STRING_VALUE",
31
+ * FromEmailAddressIdentityArn: "STRING_VALUE",
32
+ * ReplyToAddresses: [
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * FeedbackForwardingEmailAddress: "STRING_VALUE",
36
+ * FeedbackForwardingEmailAddressIdentityArn: "STRING_VALUE",
37
+ * DefaultEmailTags: [
38
+ * {
39
+ * Name: "STRING_VALUE", // required
40
+ * Value: "STRING_VALUE", // required
41
+ * },
42
+ * ],
43
+ * DefaultContent: {
44
+ * Template: {
45
+ * TemplateName: "STRING_VALUE",
46
+ * TemplateArn: "STRING_VALUE",
47
+ * TemplateData: "STRING_VALUE",
48
+ * },
49
+ * },
50
+ * BulkEmailEntries: [ // required
51
+ * {
52
+ * Destination: {
53
+ * ToAddresses: [
54
+ * "STRING_VALUE",
55
+ * ],
56
+ * CcAddresses: [
57
+ * "STRING_VALUE",
58
+ * ],
59
+ * BccAddresses: [
60
+ * "STRING_VALUE",
61
+ * ],
62
+ * },
63
+ * ReplacementTags: [
64
+ * {
65
+ * Name: "STRING_VALUE", // required
66
+ * Value: "STRING_VALUE", // required
67
+ * },
68
+ * ],
69
+ * ReplacementEmailContent: {
70
+ * ReplacementTemplate: {
71
+ * ReplacementTemplateData: "STRING_VALUE",
72
+ * },
73
+ * },
74
+ * },
75
+ * ],
76
+ * ConfigurationSetName: "STRING_VALUE",
77
+ * };
29
78
  * const command = new SendBulkEmailCommand(input);
30
79
  * const response = await client.send(command);
31
80
  * ```
@@ -34,6 +34,11 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
34
34
  * import { SESv2Client, SendCustomVerificationEmailCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
35
35
  * // const { SESv2Client, SendCustomVerificationEmailCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
36
36
  * const client = new SESv2Client(config);
37
+ * const input = {
38
+ * EmailAddress: "STRING_VALUE", // required
39
+ * TemplateName: "STRING_VALUE", // required
40
+ * ConfigurationSetName: "STRING_VALUE",
41
+ * };
37
42
  * const command = new SendCustomVerificationEmailCommand(input);
38
43
  * const response = await client.send(command);
39
44
  * ```
@@ -49,6 +49,63 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
49
49
  * import { SESv2Client, SendEmailCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
50
50
  * // const { SESv2Client, SendEmailCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
51
51
  * const client = new SESv2Client(config);
52
+ * const input = {
53
+ * FromEmailAddress: "STRING_VALUE",
54
+ * FromEmailAddressIdentityArn: "STRING_VALUE",
55
+ * Destination: {
56
+ * ToAddresses: [
57
+ * "STRING_VALUE",
58
+ * ],
59
+ * CcAddresses: [
60
+ * "STRING_VALUE",
61
+ * ],
62
+ * BccAddresses: [
63
+ * "STRING_VALUE",
64
+ * ],
65
+ * },
66
+ * ReplyToAddresses: [
67
+ * "STRING_VALUE",
68
+ * ],
69
+ * FeedbackForwardingEmailAddress: "STRING_VALUE",
70
+ * FeedbackForwardingEmailAddressIdentityArn: "STRING_VALUE",
71
+ * Content: {
72
+ * Simple: {
73
+ * Subject: {
74
+ * Data: "STRING_VALUE", // required
75
+ * Charset: "STRING_VALUE",
76
+ * },
77
+ * Body: {
78
+ * Text: {
79
+ * Data: "STRING_VALUE", // required
80
+ * Charset: "STRING_VALUE",
81
+ * },
82
+ * Html: {
83
+ * Data: "STRING_VALUE", // required
84
+ * Charset: "STRING_VALUE",
85
+ * },
86
+ * },
87
+ * },
88
+ * Raw: {
89
+ * Data: "BLOB_VALUE", // required
90
+ * },
91
+ * Template: {
92
+ * TemplateName: "STRING_VALUE",
93
+ * TemplateArn: "STRING_VALUE",
94
+ * TemplateData: "STRING_VALUE",
95
+ * },
96
+ * },
97
+ * EmailTags: [
98
+ * {
99
+ * Name: "STRING_VALUE", // required
100
+ * Value: "STRING_VALUE", // required
101
+ * },
102
+ * ],
103
+ * ConfigurationSetName: "STRING_VALUE",
104
+ * ListManagementOptions: {
105
+ * ContactListName: "STRING_VALUE", // required
106
+ * TopicName: "STRING_VALUE",
107
+ * },
108
+ * };
52
109
  * const command = new SendEmailCommand(input);
53
110
  * const response = await client.send(command);
54
111
  * ```
@@ -34,6 +34,15 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
34
34
  * import { SESv2Client, TagResourceCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
35
35
  * // const { SESv2Client, TagResourceCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
36
36
  * const client = new SESv2Client(config);
37
+ * const input = {
38
+ * ResourceArn: "STRING_VALUE", // required
39
+ * Tags: [ // required
40
+ * {
41
+ * Key: "STRING_VALUE", // required
42
+ * Value: "STRING_VALUE", // required
43
+ * },
44
+ * ],
45
+ * };
37
46
  * const command = new TagResourceCommand(input);
38
47
  * const response = await client.send(command);
39
48
  * ```
@@ -28,6 +28,10 @@ export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTem
28
28
  * import { SESv2Client, TestRenderEmailTemplateCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
29
29
  * // const { SESv2Client, TestRenderEmailTemplateCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
30
30
  * const client = new SESv2Client(config);
31
+ * const input = {
32
+ * TemplateName: "STRING_VALUE", // required
33
+ * TemplateData: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new TestRenderEmailTemplateCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,12 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { SESv2Client, UntagResourceCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
27
27
  * // const { SESv2Client, UntagResourceCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
28
28
  * const client = new SESv2Client(config);
29
+ * const input = {
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * TagKeys: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new UntagResourceCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```