@aws-sdk/client-sesv2 3.321.1 → 3.326.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 +23 -0
  2. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +4 -0
  3. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -0
  4. package/dist-types/commands/CreateContactCommand.d.ts +4 -0
  5. package/dist-types/commands/CreateContactListCommand.d.ts +4 -0
  6. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -0
  7. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +4 -0
  8. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -0
  9. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +18 -0
  10. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +4 -0
  11. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +4 -0
  12. package/dist-types/commands/CreateImportJobCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +4 -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 +4 -0
  17. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +4 -0
  23. package/dist-types/commands/GetAccountCommand.d.ts +41 -0
  24. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +14 -0
  25. package/dist-types/commands/GetConfigurationSetCommand.d.ts +39 -0
  26. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +33 -0
  27. package/dist-types/commands/GetContactCommand.d.ts +23 -0
  28. package/dist-types/commands/GetContactListCommand.d.ts +23 -0
  29. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +11 -0
  30. package/dist-types/commands/GetDedicatedIpCommand.d.ts +11 -0
  31. package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +9 -0
  32. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +14 -0
  33. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +32 -0
  34. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +39 -0
  35. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +25 -0
  36. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +43 -0
  37. package/dist-types/commands/GetEmailIdentityCommand.d.ts +35 -0
  38. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +8 -0
  39. package/dist-types/commands/GetEmailTemplateCommand.d.ts +11 -0
  40. package/dist-types/commands/GetImportJobCommand.d.ts +28 -0
  41. package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +14 -0
  42. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +9 -0
  43. package/dist-types/commands/ListContactListsCommand.d.ts +12 -0
  44. package/dist-types/commands/ListContactsCommand.d.ts +25 -0
  45. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +15 -0
  46. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +9 -0
  47. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +28 -0
  49. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +14 -0
  50. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +12 -0
  51. package/dist-types/commands/ListImportJobsCommand.d.ts +24 -0
  52. package/dist-types/commands/ListRecommendationsCommand.d.ts +17 -0
  53. package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +13 -0
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  55. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +4 -0
  56. package/dist-types/commands/PutAccountDetailsCommand.d.ts +4 -0
  57. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +4 -0
  58. package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +4 -0
  59. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +4 -0
  60. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -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 +4 -0
  64. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +4 -0
  65. package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +4 -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 +4 -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 +4 -0
  74. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +4 -0
  75. package/dist-types/commands/SendBulkEmailCommand.d.ts +12 -0
  76. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -0
  77. package/dist-types/commands/SendEmailCommand.d.ts +6 -0
  78. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  79. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +6 -0
  80. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  81. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -0
  82. package/dist-types/commands/UpdateContactCommand.d.ts +4 -0
  83. package/dist-types/commands/UpdateContactListCommand.d.ts +4 -0
  84. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -0
  85. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +4 -0
  86. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +4 -0
  87. package/package.json +16 -16
@@ -37,6 +37,19 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
37
37
  * };
38
38
  * const command = new ListCustomVerificationEmailTemplatesCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListCustomVerificationEmailTemplatesResponse
41
+ * // CustomVerificationEmailTemplates: [ // CustomVerificationEmailTemplatesList
42
+ * // { // CustomVerificationEmailTemplateMetadata
43
+ * // TemplateName: "STRING_VALUE",
44
+ * // FromEmailAddress: "STRING_VALUE",
45
+ * // TemplateSubject: "STRING_VALUE",
46
+ * // SuccessRedirectionURL: "STRING_VALUE",
47
+ * // FailureRedirectionURL: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
40
53
  * ```
41
54
  *
42
55
  * @param ListCustomVerificationEmailTemplatesCommandInput - {@link ListCustomVerificationEmailTemplatesCommandInput}
@@ -51,6 +64,8 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
51
64
  * @throws {@link TooManyRequestsException} (client fault)
52
65
  * <p>Too many requests have been made to the operation.</p>
53
66
  *
67
+ * @throws {@link SESv2ServiceException}
68
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
54
69
  *
55
70
  */
56
71
  export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESv2ClientResolvedConfig> {
@@ -33,6 +33,13 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
33
33
  * };
34
34
  * const command = new ListDedicatedIpPoolsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDedicatedIpPoolsResponse
37
+ * // DedicatedIpPools: [ // ListOfDedicatedIpPools
38
+ * // "STRING_VALUE",
39
+ * // ],
40
+ * // NextToken: "STRING_VALUE",
41
+ * // };
42
+ *
36
43
  * ```
37
44
  *
38
45
  * @param ListDedicatedIpPoolsCommandInput - {@link ListDedicatedIpPoolsCommandInput}
@@ -47,6 +54,8 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
47
54
  * @throws {@link TooManyRequestsException} (client fault)
48
55
  * <p>Too many requests have been made to the operation.</p>
49
56
  *
57
+ * @throws {@link SESv2ServiceException}
58
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
50
59
  *
51
60
  */
52
61
  export declare class ListDedicatedIpPoolsCommand extends $Command<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, SESv2ClientResolvedConfig> {
@@ -34,6 +34,20 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
34
34
  * };
35
35
  * const command = new ListDeliverabilityTestReportsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListDeliverabilityTestReportsResponse
38
+ * // DeliverabilityTestReports: [ // DeliverabilityTestReports // required
39
+ * // { // DeliverabilityTestReport
40
+ * // ReportId: "STRING_VALUE",
41
+ * // ReportName: "STRING_VALUE",
42
+ * // Subject: "STRING_VALUE",
43
+ * // FromEmailAddress: "STRING_VALUE",
44
+ * // CreateDate: new Date("TIMESTAMP"),
45
+ * // DeliverabilityTestStatus: "IN_PROGRESS" || "COMPLETED",
46
+ * // },
47
+ * // ],
48
+ * // NextToken: "STRING_VALUE",
49
+ * // };
50
+ *
37
51
  * ```
38
52
  *
39
53
  * @param ListDeliverabilityTestReportsCommandInput - {@link ListDeliverabilityTestReportsCommandInput}
@@ -51,6 +65,8 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
51
65
  * @throws {@link TooManyRequestsException} (client fault)
52
66
  * <p>Too many requests have been made to the operation.</p>
53
67
  *
68
+ * @throws {@link SESv2ServiceException}
69
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
54
70
  *
55
71
  */
56
72
  export declare class ListDeliverabilityTestReportsCommand extends $Command<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, SESv2ClientResolvedConfig> {
@@ -37,6 +37,32 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
37
37
  * };
38
38
  * const command = new ListDomainDeliverabilityCampaignsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListDomainDeliverabilityCampaignsResponse
41
+ * // DomainDeliverabilityCampaigns: [ // DomainDeliverabilityCampaignList // required
42
+ * // { // DomainDeliverabilityCampaign
43
+ * // CampaignId: "STRING_VALUE",
44
+ * // ImageUrl: "STRING_VALUE",
45
+ * // Subject: "STRING_VALUE",
46
+ * // FromAddress: "STRING_VALUE",
47
+ * // SendingIps: [ // IpList
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // FirstSeenDateTime: new Date("TIMESTAMP"),
51
+ * // LastSeenDateTime: new Date("TIMESTAMP"),
52
+ * // InboxCount: Number("long"),
53
+ * // SpamCount: Number("long"),
54
+ * // ReadRate: Number("double"),
55
+ * // DeleteRate: Number("double"),
56
+ * // ReadDeleteRate: Number("double"),
57
+ * // ProjectedVolume: Number("long"),
58
+ * // Esps: [ // Esps
59
+ * // "STRING_VALUE",
60
+ * // ],
61
+ * // },
62
+ * // ],
63
+ * // NextToken: "STRING_VALUE",
64
+ * // };
65
+ *
40
66
  * ```
41
67
  *
42
68
  * @param ListDomainDeliverabilityCampaignsCommandInput - {@link ListDomainDeliverabilityCampaignsCommandInput}
@@ -54,6 +80,8 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
54
80
  * @throws {@link TooManyRequestsException} (client fault)
55
81
  * <p>Too many requests have been made to the operation.</p>
56
82
  *
83
+ * @throws {@link SESv2ServiceException}
84
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
57
85
  *
58
86
  */
59
87
  export declare class ListDomainDeliverabilityCampaignsCommand extends $Command<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, SESv2ClientResolvedConfig> {
@@ -35,6 +35,18 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
35
35
  * };
36
36
  * const command = new ListEmailIdentitiesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListEmailIdentitiesResponse
39
+ * // EmailIdentities: [ // IdentityInfoList
40
+ * // { // IdentityInfo
41
+ * // IdentityType: "EMAIL_ADDRESS" || "DOMAIN" || "MANAGED_DOMAIN",
42
+ * // IdentityName: "STRING_VALUE",
43
+ * // SendingEnabled: true || false,
44
+ * // VerificationStatus: "PENDING" || "SUCCESS" || "FAILED" || "TEMPORARY_FAILURE" || "NOT_STARTED",
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
38
50
  * ```
39
51
  *
40
52
  * @param ListEmailIdentitiesCommandInput - {@link ListEmailIdentitiesCommandInput}
@@ -49,6 +61,8 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
49
61
  * @throws {@link TooManyRequestsException} (client fault)
50
62
  * <p>Too many requests have been made to the operation.</p>
51
63
  *
64
+ * @throws {@link SESv2ServiceException}
65
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
52
66
  *
53
67
  */
54
68
  export declare class ListEmailIdentitiesCommand extends $Command<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, SESv2ClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesRespo
34
34
  * };
35
35
  * const command = new ListEmailTemplatesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListEmailTemplatesResponse
38
+ * // TemplatesMetadata: [ // EmailTemplateMetadataList
39
+ * // { // EmailTemplateMetadata
40
+ * // TemplateName: "STRING_VALUE",
41
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
42
+ * // },
43
+ * // ],
44
+ * // NextToken: "STRING_VALUE",
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param ListEmailTemplatesCommandInput - {@link ListEmailTemplatesCommandInput}
@@ -48,6 +58,8 @@ export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesRespo
48
58
  * @throws {@link TooManyRequestsException} (client fault)
49
59
  * <p>Too many requests have been made to the operation.</p>
50
60
  *
61
+ * @throws {@link SESv2ServiceException}
62
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
51
63
  *
52
64
  */
53
65
  export declare class ListEmailTemplatesCommand extends $Command<ListEmailTemplatesCommandInput, ListEmailTemplatesCommandOutput, SESv2ClientResolvedConfig> {
@@ -33,6 +33,28 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M
33
33
  * };
34
34
  * const command = new ListImportJobsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListImportJobsResponse
37
+ * // ImportJobs: [ // ImportJobSummaryList
38
+ * // { // ImportJobSummary
39
+ * // JobId: "STRING_VALUE",
40
+ * // ImportDestination: { // ImportDestination
41
+ * // SuppressionListDestination: { // SuppressionListDestination
42
+ * // SuppressionListImportAction: "DELETE" || "PUT", // required
43
+ * // },
44
+ * // ContactListDestination: { // ContactListDestination
45
+ * // ContactListName: "STRING_VALUE", // required
46
+ * // ContactListImportAction: "DELETE" || "PUT", // required
47
+ * // },
48
+ * // },
49
+ * // JobStatus: "CREATED" || "PROCESSING" || "COMPLETED" || "FAILED",
50
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
51
+ * // ProcessedRecordsCount: Number("int"),
52
+ * // FailedRecordsCount: Number("int"),
53
+ * // },
54
+ * // ],
55
+ * // NextToken: "STRING_VALUE",
56
+ * // };
57
+ *
36
58
  * ```
37
59
  *
38
60
  * @param ListImportJobsCommandInput - {@link ListImportJobsCommandInput}
@@ -47,6 +69,8 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M
47
69
  * @throws {@link TooManyRequestsException} (client fault)
48
70
  * <p>Too many requests have been made to the operation.</p>
49
71
  *
72
+ * @throws {@link SESv2ServiceException}
73
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
50
74
  *
51
75
  */
52
76
  export declare class ListImportJobsCommand extends $Command<ListImportJobsCommandInput, ListImportJobsCommandOutput, SESv2ClientResolvedConfig> {
@@ -36,6 +36,21 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
36
36
  * };
37
37
  * const command = new ListRecommendationsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListRecommendationsResponse
40
+ * // Recommendations: [ // RecommendationsList
41
+ * // { // Recommendation
42
+ * // ResourceArn: "STRING_VALUE",
43
+ * // Type: "DKIM" || "DMARC" || "SPF" || "BIMI",
44
+ * // Description: "STRING_VALUE",
45
+ * // Status: "OPEN" || "FIXED",
46
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
47
+ * // LastUpdatedTimestamp: new Date("TIMESTAMP"),
48
+ * // Impact: "LOW" || "HIGH",
49
+ * // },
50
+ * // ],
51
+ * // NextToken: "STRING_VALUE",
52
+ * // };
53
+ *
39
54
  * ```
40
55
  *
41
56
  * @param ListRecommendationsCommandInput - {@link ListRecommendationsCommandInput}
@@ -53,6 +68,8 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
53
68
  * @throws {@link TooManyRequestsException} (client fault)
54
69
  * <p>Too many requests have been made to the operation.</p>
55
70
  *
71
+ * @throws {@link SESv2ServiceException}
72
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
56
73
  *
57
74
  */
58
75
  export declare class ListRecommendationsCommand extends $Command<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, SESv2ClientResolvedConfig> {
@@ -38,6 +38,17 @@ export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedD
38
38
  * };
39
39
  * const command = new ListSuppressedDestinationsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // ListSuppressedDestinationsResponse
42
+ * // SuppressedDestinationSummaries: [ // SuppressedDestinationSummaries
43
+ * // { // SuppressedDestinationSummary
44
+ * // EmailAddress: "STRING_VALUE", // required
45
+ * // Reason: "BOUNCE" || "COMPLAINT", // required
46
+ * // LastUpdateTime: new Date("TIMESTAMP"), // required
47
+ * // },
48
+ * // ],
49
+ * // NextToken: "STRING_VALUE",
50
+ * // };
51
+ *
41
52
  * ```
42
53
  *
43
54
  * @param ListSuppressedDestinationsCommandInput - {@link ListSuppressedDestinationsCommandInput}
@@ -55,6 +66,8 @@ export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedD
55
66
  * @throws {@link TooManyRequestsException} (client fault)
56
67
  * <p>Too many requests have been made to the operation.</p>
57
68
  *
69
+ * @throws {@link SESv2ServiceException}
70
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
58
71
  *
59
72
  */
60
73
  export declare class ListSuppressedDestinationsCommand extends $Command<ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput, SESv2ClientResolvedConfig> {
@@ -36,6 +36,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
36
36
  * };
37
37
  * const command = new ListTagsForResourceCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListTagsForResourceResponse
40
+ * // Tags: [ // TagList // required
41
+ * // { // Tag
42
+ * // Key: "STRING_VALUE", // required
43
+ * // Value: "STRING_VALUE", // required
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
39
48
  * ```
40
49
  *
41
50
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -53,6 +62,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
53
62
  * @throws {@link TooManyRequestsException} (client fault)
54
63
  * <p>Too many requests have been made to the operation.</p>
55
64
  *
65
+ * @throws {@link SESv2ServiceException}
66
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
56
67
  *
57
68
  */
58
69
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SESv2ClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
31
31
  * };
32
32
  * const command = new PutAccountDedicatedIpWarmupAttributesCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param PutAccountDedicatedIpWarmupAttributesCommandInput - {@link PutAccountDedicatedIpWarmupAttributesCommandInput}
@@ -45,6 +47,8 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
45
47
  * @throws {@link TooManyRequestsException} (client fault)
46
48
  * <p>Too many requests have been made to the operation.</p>
47
49
  *
50
+ * @throws {@link SESv2ServiceException}
51
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
48
52
  *
49
53
  */
50
54
  export declare class PutAccountDedicatedIpWarmupAttributesCommand extends $Command<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface PutAccountDetailsCommandOutput extends PutAccountDetailsRespons
38
38
  * };
39
39
  * const command = new PutAccountDetailsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param PutAccountDetailsCommandInput - {@link PutAccountDetailsCommandInput}
@@ -55,6 +57,8 @@ export interface PutAccountDetailsCommandOutput extends PutAccountDetailsRespons
55
57
  * @throws {@link TooManyRequestsException} (client fault)
56
58
  * <p>Too many requests have been made to the operation.</p>
57
59
  *
60
+ * @throws {@link SESv2ServiceException}
61
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
58
62
  *
59
63
  */
60
64
  export declare class PutAccountDetailsCommand extends $Command<PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput, SESv2ClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface PutAccountSendingAttributesCommandOutput extends PutAccountSend
31
31
  * };
32
32
  * const command = new PutAccountSendingAttributesCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param PutAccountSendingAttributesCommandInput - {@link PutAccountSendingAttributesCommandInput}
@@ -45,6 +47,8 @@ export interface PutAccountSendingAttributesCommandOutput extends PutAccountSend
45
47
  * @throws {@link TooManyRequestsException} (client fault)
46
48
  * <p>Too many requests have been made to the operation.</p>
47
49
  *
50
+ * @throws {@link SESv2ServiceException}
51
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
48
52
  *
49
53
  */
50
54
  export declare class PutAccountSendingAttributesCommand extends $Command<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface PutAccountSuppressionAttributesCommandOutput extends PutAccount
33
33
  * };
34
34
  * const command = new PutAccountSuppressionAttributesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param PutAccountSuppressionAttributesCommandInput - {@link PutAccountSuppressionAttributesCommandInput}
@@ -47,6 +49,8 @@ export interface PutAccountSuppressionAttributesCommandOutput extends PutAccount
47
49
  * @throws {@link TooManyRequestsException} (client fault)
48
50
  * <p>Too many requests have been made to the operation.</p>
49
51
  *
52
+ * @throws {@link SESv2ServiceException}
53
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
50
54
  *
51
55
  */
52
56
  export declare class PutAccountSuppressionAttributesCommand extends $Command<PutAccountSuppressionAttributesCommandInput, PutAccountSuppressionAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface PutAccountVdmAttributesCommandOutput extends PutAccountVdmAttri
40
40
  * };
41
41
  * const command = new PutAccountVdmAttributesCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param PutAccountVdmAttributesCommandInput - {@link PutAccountVdmAttributesCommandInput}
@@ -54,6 +56,8 @@ export interface PutAccountVdmAttributesCommandOutput extends PutAccountVdmAttri
54
56
  * @throws {@link TooManyRequestsException} (client fault)
55
57
  * <p>Too many requests have been made to the operation.</p>
56
58
  *
59
+ * @throws {@link SESv2ServiceException}
60
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
57
61
  *
58
62
  */
59
63
  export declare class PutAccountVdmAttributesCommand extends $Command<PutAccountVdmAttributesCommandInput, PutAccountVdmAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
34
34
  * };
35
35
  * const command = new PutConfigurationSetDeliveryOptionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param PutConfigurationSetDeliveryOptionsCommandInput - {@link PutConfigurationSetDeliveryOptionsCommandInput}
@@ -51,6 +53,8 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
51
53
  * @throws {@link TooManyRequestsException} (client fault)
52
54
  * <p>Too many requests have been made to the operation.</p>
53
55
  *
56
+ * @throws {@link SESv2ServiceException}
57
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
54
58
  *
55
59
  */
56
60
  export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface PutConfigurationSetReputationOptionsCommandOutput extends PutCo
33
33
  * };
34
34
  * const command = new PutConfigurationSetReputationOptionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param PutConfigurationSetReputationOptionsCommandInput - {@link PutConfigurationSetReputationOptionsCommandInput}
@@ -50,6 +52,8 @@ export interface PutConfigurationSetReputationOptionsCommandOutput extends PutCo
50
52
  * @throws {@link TooManyRequestsException} (client fault)
51
53
  * <p>Too many requests have been made to the operation.</p>
52
54
  *
55
+ * @throws {@link SESv2ServiceException}
56
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
53
57
  *
54
58
  */
55
59
  export declare class PutConfigurationSetReputationOptionsCommand extends $Command<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfi
33
33
  * };
34
34
  * const command = new PutConfigurationSetSendingOptionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param PutConfigurationSetSendingOptionsCommandInput - {@link PutConfigurationSetSendingOptionsCommandInput}
@@ -50,6 +52,8 @@ export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfi
50
52
  * @throws {@link TooManyRequestsException} (client fault)
51
53
  * <p>Too many requests have been made to the operation.</p>
52
54
  *
55
+ * @throws {@link SESv2ServiceException}
56
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
53
57
  *
54
58
  */
55
59
  export declare class PutConfigurationSetSendingOptionsCommand extends $Command<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface PutConfigurationSetSuppressionOptionsCommandOutput extends PutC
34
34
  * };
35
35
  * const command = new PutConfigurationSetSuppressionOptionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param PutConfigurationSetSuppressionOptionsCommandInput - {@link PutConfigurationSetSuppressionOptionsCommandInput}
@@ -51,6 +53,8 @@ export interface PutConfigurationSetSuppressionOptionsCommandOutput extends PutC
51
53
  * @throws {@link TooManyRequestsException} (client fault)
52
54
  * <p>Too many requests have been made to the operation.</p>
53
55
  *
56
+ * @throws {@link SESv2ServiceException}
57
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
54
58
  *
55
59
  */
56
60
  export declare class PutConfigurationSetSuppressionOptionsCommand extends $Command<PutConfigurationSetSuppressionOptionsCommandInput, PutConfigurationSetSuppressionOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConf
33
33
  * };
34
34
  * const command = new PutConfigurationSetTrackingOptionsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param PutConfigurationSetTrackingOptionsCommandInput - {@link PutConfigurationSetTrackingOptionsCommandInput}
@@ -50,6 +52,8 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConf
50
52
  * @throws {@link TooManyRequestsException} (client fault)
51
53
  * <p>Too many requests have been made to the operation.</p>
52
54
  *
55
+ * @throws {@link SESv2ServiceException}
56
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
53
57
  *
54
58
  */
55
59
  export declare class PutConfigurationSetTrackingOptionsCommand extends $Command<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface PutConfigurationSetVdmOptionsCommandOutput extends PutConfigura
40
40
  * };
41
41
  * const command = new PutConfigurationSetVdmOptionsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param PutConfigurationSetVdmOptionsCommandInput - {@link PutConfigurationSetVdmOptionsCommandInput}
@@ -57,6 +59,8 @@ export interface PutConfigurationSetVdmOptionsCommandOutput extends PutConfigura
57
59
  * @throws {@link TooManyRequestsException} (client fault)
58
60
  * <p>Too many requests have been made to the operation.</p>
59
61
  *
62
+ * @throws {@link SESv2ServiceException}
63
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
60
64
  *
61
65
  */
62
66
  export declare class PutConfigurationSetVdmOptionsCommand extends $Command<PutConfigurationSetVdmOptionsCommandInput, PutConfigurationSetVdmOptionsCommandOutput, SESv2ClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR
40
40
  * };
41
41
  * const command = new PutDedicatedIpInPoolCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param PutDedicatedIpInPoolCommandInput - {@link PutDedicatedIpInPoolCommandInput}
@@ -57,6 +59,8 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR
57
59
  * @throws {@link TooManyRequestsException} (client fault)
58
60
  * <p>Too many requests have been made to the operation.</p>
59
61
  *
62
+ * @throws {@link SESv2ServiceException}
63
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
60
64
  *
61
65
  */
62
66
  export declare class PutDedicatedIpInPoolCommand extends $Command<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, SESv2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicate
32
32
  * };
33
33
  * const command = new PutDedicatedIpWarmupAttributesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param PutDedicatedIpWarmupAttributesCommandInput - {@link PutDedicatedIpWarmupAttributesCommandInput}
@@ -49,6 +51,8 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicate
49
51
  * @throws {@link TooManyRequestsException} (client fault)
50
52
  * <p>Too many requests have been made to the operation.</p>
51
53
  *
54
+ * @throws {@link SESv2ServiceException}
55
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
52
56
  *
53
57
  */
54
58
  export declare class PutDedicatedIpWarmupAttributesCommand extends $Command<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -48,6 +48,8 @@ export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDelive
48
48
  * };
49
49
  * const command = new PutDeliverabilityDashboardOptionCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // {};
52
+ *
51
53
  * ```
52
54
  *
53
55
  * @param PutDeliverabilityDashboardOptionCommandInput - {@link PutDeliverabilityDashboardOptionCommandInput}
@@ -71,6 +73,8 @@ export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDelive
71
73
  * @throws {@link TooManyRequestsException} (client fault)
72
74
  * <p>Too many requests have been made to the operation.</p>
73
75
  *
76
+ * @throws {@link SESv2ServiceException}
77
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
74
78
  *
75
79
  */
76
80
  export declare class PutDeliverabilityDashboardOptionCommand extends $Command<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, SESv2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface PutEmailIdentityConfigurationSetAttributesCommandOutput extends
32
32
  * };
33
33
  * const command = new PutEmailIdentityConfigurationSetAttributesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param PutEmailIdentityConfigurationSetAttributesCommandInput - {@link PutEmailIdentityConfigurationSetAttributesCommandInput}
@@ -49,6 +51,8 @@ export interface PutEmailIdentityConfigurationSetAttributesCommandOutput extends
49
51
  * @throws {@link TooManyRequestsException} (client fault)
50
52
  * <p>Too many requests have been made to the operation.</p>
51
53
  *
54
+ * @throws {@link SESv2ServiceException}
55
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
52
56
  *
53
57
  */
54
58
  export declare class PutEmailIdentityConfigurationSetAttributesCommand extends $Command<PutEmailIdentityConfigurationSetAttributesCommandInput, PutEmailIdentityConfigurationSetAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIde
32
32
  * };
33
33
  * const command = new PutEmailIdentityDkimAttributesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param PutEmailIdentityDkimAttributesCommandInput - {@link PutEmailIdentityDkimAttributesCommandInput}
@@ -49,6 +51,8 @@ export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIde
49
51
  * @throws {@link TooManyRequestsException} (client fault)
50
52
  * <p>Too many requests have been made to the operation.</p>
51
53
  *
54
+ * @throws {@link SESv2ServiceException}
55
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
52
56
  *
53
57
  */
54
58
  export declare class PutEmailIdentityDkimAttributesCommand extends $Command<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -59,6 +59,13 @@ export interface PutEmailIdentityDkimSigningAttributesCommandOutput extends PutE
59
59
  * };
60
60
  * const command = new PutEmailIdentityDkimSigningAttributesCommand(input);
61
61
  * const response = await client.send(command);
62
+ * // { // PutEmailIdentityDkimSigningAttributesResponse
63
+ * // DkimStatus: "PENDING" || "SUCCESS" || "FAILED" || "TEMPORARY_FAILURE" || "NOT_STARTED",
64
+ * // DkimTokens: [ // DnsTokenList
65
+ * // "STRING_VALUE",
66
+ * // ],
67
+ * // };
68
+ *
62
69
  * ```
63
70
  *
64
71
  * @param PutEmailIdentityDkimSigningAttributesCommandInput - {@link PutEmailIdentityDkimSigningAttributesCommandInput}
@@ -76,6 +83,8 @@ export interface PutEmailIdentityDkimSigningAttributesCommandOutput extends PutE
76
83
  * @throws {@link TooManyRequestsException} (client fault)
77
84
  * <p>Too many requests have been made to the operation.</p>
78
85
  *
86
+ * @throws {@link SESv2ServiceException}
87
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
79
88
  *
80
89
  */
81
90
  export declare class PutEmailIdentityDkimSigningAttributesCommand extends $Command<PutEmailIdentityDkimSigningAttributesCommandInput, PutEmailIdentityDkimSigningAttributesCommandOutput, SESv2ClientResolvedConfig> {
@@ -41,6 +41,8 @@ export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmai
41
41
  * };
42
42
  * const command = new PutEmailIdentityFeedbackAttributesCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // {};
45
+ *
44
46
  * ```
45
47
  *
46
48
  * @param PutEmailIdentityFeedbackAttributesCommandInput - {@link PutEmailIdentityFeedbackAttributesCommandInput}
@@ -58,6 +60,8 @@ export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmai
58
60
  * @throws {@link TooManyRequestsException} (client fault)
59
61
  * <p>Too many requests have been made to the operation.</p>
60
62
  *
63
+ * @throws {@link SESv2ServiceException}
64
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
61
65
  *
62
66
  */
63
67
  export declare class PutEmailIdentityFeedbackAttributesCommand extends $Command<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, SESv2ClientResolvedConfig> {