@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
@@ -44,6 +44,27 @@ export interface BatchGetMetricDataCommandOutput extends BatchGetMetricDataRespo
44
44
  * };
45
45
  * const command = new BatchGetMetricDataCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // BatchGetMetricDataResponse
48
+ * // Results: [ // MetricDataResultList
49
+ * // { // MetricDataResult
50
+ * // Id: "STRING_VALUE",
51
+ * // Timestamps: [ // TimestampList
52
+ * // new Date("TIMESTAMP"),
53
+ * // ],
54
+ * // Values: [ // MetricValueList
55
+ * // Number("long"),
56
+ * // ],
57
+ * // },
58
+ * // ],
59
+ * // Errors: [ // MetricDataErrorList
60
+ * // { // MetricDataError
61
+ * // Id: "STRING_VALUE",
62
+ * // Code: "INTERNAL_FAILURE" || "ACCESS_DENIED",
63
+ * // Message: "STRING_VALUE",
64
+ * // },
65
+ * // ],
66
+ * // };
67
+ *
47
68
  * ```
48
69
  *
49
70
  * @param BatchGetMetricDataCommandInput - {@link BatchGetMetricDataCommandInput}
@@ -64,6 +85,8 @@ export interface BatchGetMetricDataCommandOutput extends BatchGetMetricDataRespo
64
85
  * @throws {@link TooManyRequestsException} (client fault)
65
86
  * <p>Too many requests have been made to the operation.</p>
66
87
  *
88
+ * @throws {@link SESv2ServiceException}
89
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
67
90
  *
68
91
  */
69
92
  export declare class BatchGetMetricDataCommand extends $Command<BatchGetMetricDataCommandInput, BatchGetMetricDataCommandOutput, SESv2ClientResolvedConfig> {
@@ -68,6 +68,8 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
68
68
  * };
69
69
  * const command = new CreateConfigurationSetCommand(input);
70
70
  * const response = await client.send(command);
71
+ * // {};
72
+ *
71
73
  * ```
72
74
  *
73
75
  * @param CreateConfigurationSetCommandInput - {@link CreateConfigurationSetCommandInput}
@@ -94,6 +96,8 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
94
96
  * @throws {@link TooManyRequestsException} (client fault)
95
97
  * <p>Too many requests have been made to the operation.</p>
96
98
  *
99
+ * @throws {@link SESv2ServiceException}
100
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
97
101
  *
98
102
  */
99
103
  export declare class CreateConfigurationSetCommand extends $Command<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, SESv2ClientResolvedConfig> {
@@ -63,6 +63,8 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
63
63
  * };
64
64
  * const command = new CreateConfigurationSetEventDestinationCommand(input);
65
65
  * const response = await client.send(command);
66
+ * // {};
67
+ *
66
68
  * ```
67
69
  *
68
70
  * @param CreateConfigurationSetEventDestinationCommandInput - {@link CreateConfigurationSetEventDestinationCommandInput}
@@ -86,6 +88,8 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
86
88
  * @throws {@link TooManyRequestsException} (client fault)
87
89
  * <p>Too many requests have been made to the operation.</p>
88
90
  *
91
+ * @throws {@link SESv2ServiceException}
92
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
89
93
  *
90
94
  */
91
95
  export declare class CreateConfigurationSetEventDestinationCommand extends $Command<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
@@ -41,6 +41,8 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met
41
41
  * };
42
42
  * const command = new CreateContactCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // {};
45
+ *
44
46
  * ```
45
47
  *
46
48
  * @param CreateContactCommandInput - {@link CreateContactCommandInput}
@@ -61,6 +63,8 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met
61
63
  * @throws {@link TooManyRequestsException} (client fault)
62
64
  * <p>Too many requests have been made to the operation.</p>
63
65
  *
66
+ * @throws {@link SESv2ServiceException}
67
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
64
68
  *
65
69
  */
66
70
  export declare class CreateContactCommand extends $Command<CreateContactCommandInput, CreateContactCommandOutput, SESv2ClientResolvedConfig> {
@@ -46,6 +46,8 @@ export interface CreateContactListCommandOutput extends CreateContactListRespons
46
46
  * };
47
47
  * const command = new CreateContactListCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // {};
50
+ *
49
51
  * ```
50
52
  *
51
53
  * @param CreateContactListCommandInput - {@link CreateContactListCommandInput}
@@ -66,6 +68,8 @@ export interface CreateContactListCommandOutput extends CreateContactListRespons
66
68
  * @throws {@link TooManyRequestsException} (client fault)
67
69
  * <p>Too many requests have been made to the operation.</p>
68
70
  *
71
+ * @throws {@link SESv2ServiceException}
72
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
69
73
  *
70
74
  */
71
75
  export declare class CreateContactListCommand extends $Command<CreateContactListCommandInput, CreateContactListCommandOutput, SESv2ClientResolvedConfig> {
@@ -40,6 +40,8 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends Crea
40
40
  * };
41
41
  * const command = new CreateCustomVerificationEmailTemplateCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // {};
44
+ *
43
45
  * ```
44
46
  *
45
47
  * @param CreateCustomVerificationEmailTemplateCommandInput - {@link CreateCustomVerificationEmailTemplateCommandInput}
@@ -63,6 +65,8 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends Crea
63
65
  * @throws {@link TooManyRequestsException} (client fault)
64
66
  * <p>Too many requests have been made to the operation.</p>
65
67
  *
68
+ * @throws {@link SESv2ServiceException}
69
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
66
70
  *
67
71
  */
68
72
  export declare class CreateCustomVerificationEmailTemplateCommand extends $Command<CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
@@ -41,6 +41,8 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo
41
41
  * };
42
42
  * const command = new CreateDedicatedIpPoolCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // {};
45
+ *
44
46
  * ```
45
47
  *
46
48
  * @param CreateDedicatedIpPoolCommandInput - {@link CreateDedicatedIpPoolCommandInput}
@@ -64,6 +66,8 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo
64
66
  * @throws {@link TooManyRequestsException} (client fault)
65
67
  * <p>Too many requests have been made to the operation.</p>
66
68
  *
69
+ * @throws {@link SESv2ServiceException}
70
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
67
71
  *
68
72
  */
69
73
  export declare class CreateDedicatedIpPoolCommand extends $Command<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, SESv2ClientResolvedConfig> {
@@ -70,6 +70,11 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
70
70
  * };
71
71
  * const command = new CreateDeliverabilityTestReportCommand(input);
72
72
  * const response = await client.send(command);
73
+ * // { // CreateDeliverabilityTestReportResponse
74
+ * // ReportId: "STRING_VALUE", // required
75
+ * // DeliverabilityTestStatus: "IN_PROGRESS" || "COMPLETED", // required
76
+ * // };
77
+ *
73
78
  * ```
74
79
  *
75
80
  * @param CreateDeliverabilityTestReportCommandInput - {@link CreateDeliverabilityTestReportCommandInput}
@@ -107,6 +112,8 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
107
112
  * @throws {@link TooManyRequestsException} (client fault)
108
113
  * <p>Too many requests have been made to the operation.</p>
109
114
  *
115
+ * @throws {@link SESv2ServiceException}
116
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
110
117
  *
111
118
  */
112
119
  export declare class CreateDeliverabilityTestReportCommand extends $Command<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, SESv2ClientResolvedConfig> {
@@ -68,6 +68,22 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes
68
68
  * };
69
69
  * const command = new CreateEmailIdentityCommand(input);
70
70
  * const response = await client.send(command);
71
+ * // { // CreateEmailIdentityResponse
72
+ * // IdentityType: "EMAIL_ADDRESS" || "DOMAIN" || "MANAGED_DOMAIN",
73
+ * // VerifiedForSendingStatus: true || false,
74
+ * // DkimAttributes: { // DkimAttributes
75
+ * // SigningEnabled: true || false,
76
+ * // Status: "PENDING" || "SUCCESS" || "FAILED" || "TEMPORARY_FAILURE" || "NOT_STARTED",
77
+ * // Tokens: [ // DnsTokenList
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // SigningAttributesOrigin: "AWS_SES" || "EXTERNAL",
81
+ * // NextSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
82
+ * // CurrentSigningKeyLength: "RSA_1024_BIT" || "RSA_2048_BIT",
83
+ * // LastKeyGenerationTimestamp: new Date("TIMESTAMP"),
84
+ * // },
85
+ * // };
86
+ *
71
87
  * ```
72
88
  *
73
89
  * @param CreateEmailIdentityCommandInput - {@link CreateEmailIdentityCommandInput}
@@ -94,6 +110,8 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes
94
110
  * @throws {@link TooManyRequestsException} (client fault)
95
111
  * <p>Too many requests have been made to the operation.</p>
96
112
  *
113
+ * @throws {@link SESv2ServiceException}
114
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
97
115
  *
98
116
  */
99
117
  export declare class CreateEmailIdentityCommand extends $Command<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, SESv2ClientResolvedConfig> {
@@ -43,6 +43,8 @@ export interface CreateEmailIdentityPolicyCommandOutput extends CreateEmailIdent
43
43
  * };
44
44
  * const command = new CreateEmailIdentityPolicyCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // {};
47
+ *
46
48
  * ```
47
49
  *
48
50
  * @param CreateEmailIdentityPolicyCommandInput - {@link CreateEmailIdentityPolicyCommandInput}
@@ -66,6 +68,8 @@ export interface CreateEmailIdentityPolicyCommandOutput extends CreateEmailIdent
66
68
  * @throws {@link TooManyRequestsException} (client fault)
67
69
  * <p>Too many requests have been made to the operation.</p>
68
70
  *
71
+ * @throws {@link SESv2ServiceException}
72
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
69
73
  *
70
74
  */
71
75
  export declare class CreateEmailIdentityPolicyCommand extends $Command<CreateEmailIdentityPolicyCommandInput, CreateEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface CreateEmailTemplateCommandOutput extends CreateEmailTemplateRes
39
39
  * };
40
40
  * const command = new CreateEmailTemplateCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param CreateEmailTemplateCommandInput - {@link CreateEmailTemplateCommandInput}
@@ -59,6 +61,8 @@ export interface CreateEmailTemplateCommandOutput extends CreateEmailTemplateRes
59
61
  * @throws {@link TooManyRequestsException} (client fault)
60
62
  * <p>Too many requests have been made to the operation.</p>
61
63
  *
64
+ * @throws {@link SESv2ServiceException}
65
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
62
66
  *
63
67
  */
64
68
  export declare class CreateEmailTemplateCommand extends $Command<CreateEmailTemplateCommandInput, CreateEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
@@ -43,6 +43,10 @@ export interface CreateImportJobCommandOutput extends CreateImportJobResponse, _
43
43
  * };
44
44
  * const command = new CreateImportJobCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // CreateImportJobResponse
47
+ * // JobId: "STRING_VALUE",
48
+ * // };
49
+ *
46
50
  * ```
47
51
  *
48
52
  * @param CreateImportJobCommandInput - {@link CreateImportJobCommandInput}
@@ -60,6 +64,8 @@ export interface CreateImportJobCommandOutput extends CreateImportJobResponse, _
60
64
  * @throws {@link TooManyRequestsException} (client fault)
61
65
  * <p>Too many requests have been made to the operation.</p>
62
66
  *
67
+ * @throws {@link SESv2ServiceException}
68
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
63
69
  *
64
70
  */
65
71
  export declare class CreateImportJobCommand extends $Command<CreateImportJobCommandInput, CreateImportJobCommandOutput, SESv2ClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
36
36
  * };
37
37
  * const command = new DeleteConfigurationSetCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param DeleteConfigurationSetCommandInput - {@link DeleteConfigurationSetCommandInput}
@@ -56,6 +58,8 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
56
58
  * @throws {@link TooManyRequestsException} (client fault)
57
59
  * <p>Too many requests have been made to the operation.</p>
58
60
  *
61
+ * @throws {@link SESv2ServiceException}
62
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
59
63
  *
60
64
  */
61
65
  export declare class DeleteConfigurationSetCommand extends $Command<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESv2ClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
38
38
  * };
39
39
  * const command = new DeleteConfigurationSetEventDestinationCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param DeleteConfigurationSetEventDestinationCommandInput - {@link DeleteConfigurationSetEventDestinationCommandInput}
@@ -55,6 +57,8 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
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 DeleteConfigurationSetEventDestinationCommand extends $Command<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met
32
32
  * };
33
33
  * const command = new DeleteContactCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteContactCommandInput - {@link DeleteContactCommandInput}
@@ -49,6 +51,8 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met
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 DeleteContactCommand extends $Command<DeleteContactCommandInput, DeleteContactCommandOutput, SESv2ClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteContactListCommandOutput extends DeleteContactListRespons
31
31
  * };
32
32
  * const command = new DeleteContactListCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteContactListCommandInput - {@link DeleteContactListCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteContactListCommandOutput extends DeleteContactListRespons
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 DeleteContactListCommand extends $Command<DeleteContactListCommandInput, DeleteContactListCommandOutput, SESv2ClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends Dele
35
35
  * };
36
36
  * const command = new DeleteCustomVerificationEmailTemplateCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param DeleteCustomVerificationEmailTemplateCommandInput - {@link DeleteCustomVerificationEmailTemplateCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends Dele
52
54
  * @throws {@link TooManyRequestsException} (client fault)
53
55
  * <p>Too many requests have been made to the operation.</p>
54
56
  *
57
+ * @throws {@link SESv2ServiceException}
58
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo
31
31
  * };
32
32
  * const command = new DeleteDedicatedIpPoolCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteDedicatedIpPoolCommandInput - {@link DeleteDedicatedIpPoolCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo
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 DeleteDedicatedIpPoolCommand extends $Command<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, SESv2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes
32
32
  * };
33
33
  * const command = new DeleteEmailIdentityCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteEmailIdentityCommandInput - {@link DeleteEmailIdentityCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes
52
54
  * @throws {@link TooManyRequestsException} (client fault)
53
55
  * <p>Too many requests have been made to the operation.</p>
54
56
  *
57
+ * @throws {@link SESv2ServiceException}
58
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DeleteEmailIdentityCommand extends $Command<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, SESv2ClientResolvedConfig> {
@@ -43,6 +43,8 @@ export interface DeleteEmailIdentityPolicyCommandOutput extends DeleteEmailIdent
43
43
  * };
44
44
  * const command = new DeleteEmailIdentityPolicyCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // {};
47
+ *
46
48
  * ```
47
49
  *
48
50
  * @param DeleteEmailIdentityPolicyCommandInput - {@link DeleteEmailIdentityPolicyCommandInput}
@@ -60,6 +62,8 @@ export interface DeleteEmailIdentityPolicyCommandOutput extends DeleteEmailIdent
60
62
  * @throws {@link TooManyRequestsException} (client fault)
61
63
  * <p>Too many requests have been made to the operation.</p>
62
64
  *
65
+ * @throws {@link SESv2ServiceException}
66
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
63
67
  *
64
68
  */
65
69
  export declare class DeleteEmailIdentityPolicyCommand extends $Command<DeleteEmailIdentityPolicyCommandInput, DeleteEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateRes
32
32
  * };
33
33
  * const command = new DeleteEmailTemplateCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteEmailTemplateCommandInput - {@link DeleteEmailTemplateCommandInput}
@@ -49,6 +51,8 @@ export interface DeleteEmailTemplateCommandOutput extends DeleteEmailTemplateRes
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 DeleteEmailTemplateCommand extends $Command<DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteSuppressedDestinationCommandOutput extends DeleteSuppress
31
31
  * };
32
32
  * const command = new DeleteSuppressedDestinationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteSuppressedDestinationCommandInput - {@link DeleteSuppressedDestinationCommandInput}
@@ -48,6 +50,8 @@ export interface DeleteSuppressedDestinationCommandOutput extends DeleteSuppress
48
50
  * @throws {@link TooManyRequestsException} (client fault)
49
51
  * <p>Too many requests have been made to the operation.</p>
50
52
  *
53
+ * @throws {@link SESv2ServiceException}
54
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
51
55
  *
52
56
  */
53
57
  export declare class DeleteSuppressedDestinationCommand extends $Command<DeleteSuppressedDestinationCommandInput, DeleteSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
@@ -30,6 +30,45 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
30
30
  * const input = {};
31
31
  * const command = new GetAccountCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // GetAccountResponse
34
+ * // DedicatedIpAutoWarmupEnabled: true || false,
35
+ * // EnforcementStatus: "STRING_VALUE",
36
+ * // ProductionAccessEnabled: true || false,
37
+ * // SendQuota: { // SendQuota
38
+ * // Max24HourSend: Number("double"),
39
+ * // MaxSendRate: Number("double"),
40
+ * // SentLast24Hours: Number("double"),
41
+ * // },
42
+ * // SendingEnabled: true || false,
43
+ * // SuppressionAttributes: { // SuppressionAttributes
44
+ * // SuppressedReasons: [ // SuppressionListReasons
45
+ * // "BOUNCE" || "COMPLAINT",
46
+ * // ],
47
+ * // },
48
+ * // Details: { // AccountDetails
49
+ * // MailType: "MARKETING" || "TRANSACTIONAL",
50
+ * // WebsiteURL: "STRING_VALUE",
51
+ * // ContactLanguage: "EN" || "JA",
52
+ * // UseCaseDescription: "STRING_VALUE",
53
+ * // AdditionalContactEmailAddresses: [ // AdditionalContactEmailAddresses
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // ReviewDetails: { // ReviewDetails
57
+ * // Status: "PENDING" || "FAILED" || "GRANTED" || "DENIED",
58
+ * // CaseId: "STRING_VALUE",
59
+ * // },
60
+ * // },
61
+ * // VdmAttributes: { // VdmAttributes
62
+ * // VdmEnabled: "ENABLED" || "DISABLED", // required
63
+ * // DashboardAttributes: { // DashboardAttributes
64
+ * // EngagementMetrics: "ENABLED" || "DISABLED",
65
+ * // },
66
+ * // GuardianAttributes: { // GuardianAttributes
67
+ * // OptimizedSharedDelivery: "ENABLED" || "DISABLED",
68
+ * // },
69
+ * // },
70
+ * // };
71
+ *
33
72
  * ```
34
73
  *
35
74
  * @param GetAccountCommandInput - {@link GetAccountCommandInput}
@@ -44,6 +83,8 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
44
83
  * @throws {@link TooManyRequestsException} (client fault)
45
84
  * <p>Too many requests have been made to the operation.</p>
46
85
  *
86
+ * @throws {@link SESv2ServiceException}
87
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
47
88
  *
48
89
  */
49
90
  export declare class GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, SESv2ClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
33
33
  * };
34
34
  * const command = new GetBlacklistReportsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetBlacklistReportsResponse
37
+ * // BlacklistReport: { // BlacklistReport // required
38
+ * // "<keys>": [ // BlacklistEntries
39
+ * // { // BlacklistEntry
40
+ * // RblName: "STRING_VALUE",
41
+ * // ListingTime: new Date("TIMESTAMP"),
42
+ * // Description: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // },
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param GetBlacklistReportsCommandInput - {@link GetBlacklistReportsCommandInput}
@@ -50,6 +62,8 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
50
62
  * @throws {@link TooManyRequestsException} (client fault)
51
63
  * <p>Too many requests have been made to the operation.</p>
52
64
  *
65
+ * @throws {@link SESv2ServiceException}
66
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
53
67
  *
54
68
  */
55
69
  export declare class GetBlacklistReportsCommand extends $Command<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, SESv2ClientResolvedConfig> {
@@ -38,6 +38,43 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes
38
38
  * };
39
39
  * const command = new GetConfigurationSetCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetConfigurationSetResponse
42
+ * // ConfigurationSetName: "STRING_VALUE",
43
+ * // TrackingOptions: { // TrackingOptions
44
+ * // CustomRedirectDomain: "STRING_VALUE", // required
45
+ * // },
46
+ * // DeliveryOptions: { // DeliveryOptions
47
+ * // TlsPolicy: "REQUIRE" || "OPTIONAL",
48
+ * // SendingPoolName: "STRING_VALUE",
49
+ * // },
50
+ * // ReputationOptions: { // ReputationOptions
51
+ * // ReputationMetricsEnabled: true || false,
52
+ * // LastFreshStart: new Date("TIMESTAMP"),
53
+ * // },
54
+ * // SendingOptions: { // SendingOptions
55
+ * // SendingEnabled: true || false,
56
+ * // },
57
+ * // Tags: [ // TagList
58
+ * // { // Tag
59
+ * // Key: "STRING_VALUE", // required
60
+ * // Value: "STRING_VALUE", // required
61
+ * // },
62
+ * // ],
63
+ * // SuppressionOptions: { // SuppressionOptions
64
+ * // SuppressedReasons: [ // SuppressionListReasons
65
+ * // "BOUNCE" || "COMPLAINT",
66
+ * // ],
67
+ * // },
68
+ * // VdmOptions: { // VdmOptions
69
+ * // DashboardOptions: { // DashboardOptions
70
+ * // EngagementMetrics: "ENABLED" || "DISABLED",
71
+ * // },
72
+ * // GuardianOptions: { // GuardianOptions
73
+ * // OptimizedSharedDelivery: "ENABLED" || "DISABLED",
74
+ * // },
75
+ * // },
76
+ * // };
77
+ *
41
78
  * ```
42
79
  *
43
80
  * @param GetConfigurationSetCommandInput - {@link GetConfigurationSetCommandInput}
@@ -55,6 +92,8 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes
55
92
  * @throws {@link TooManyRequestsException} (client fault)
56
93
  * <p>Too many requests have been made to the operation.</p>
57
94
  *
95
+ * @throws {@link SESv2ServiceException}
96
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
58
97
  *
59
98
  */
60
99
  export declare class GetConfigurationSetCommand extends $Command<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, SESv2ClientResolvedConfig> {
@@ -38,6 +38,37 @@ export interface GetConfigurationSetEventDestinationsCommandOutput extends GetCo
38
38
  * };
39
39
  * const command = new GetConfigurationSetEventDestinationsCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetConfigurationSetEventDestinationsResponse
42
+ * // EventDestinations: [ // EventDestinations
43
+ * // { // EventDestination
44
+ * // Name: "STRING_VALUE", // required
45
+ * // Enabled: true || false,
46
+ * // MatchingEventTypes: [ // EventTypes // required
47
+ * // "SEND" || "REJECT" || "BOUNCE" || "COMPLAINT" || "DELIVERY" || "OPEN" || "CLICK" || "RENDERING_FAILURE" || "DELIVERY_DELAY" || "SUBSCRIPTION",
48
+ * // ],
49
+ * // KinesisFirehoseDestination: { // KinesisFirehoseDestination
50
+ * // IamRoleArn: "STRING_VALUE", // required
51
+ * // DeliveryStreamArn: "STRING_VALUE", // required
52
+ * // },
53
+ * // CloudWatchDestination: { // CloudWatchDestination
54
+ * // DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required
55
+ * // { // CloudWatchDimensionConfiguration
56
+ * // DimensionName: "STRING_VALUE", // required
57
+ * // DimensionValueSource: "MESSAGE_TAG" || "EMAIL_HEADER" || "LINK_TAG", // required
58
+ * // DefaultDimensionValue: "STRING_VALUE", // required
59
+ * // },
60
+ * // ],
61
+ * // },
62
+ * // SnsDestination: { // SnsDestination
63
+ * // TopicArn: "STRING_VALUE", // required
64
+ * // },
65
+ * // PinpointDestination: { // PinpointDestination
66
+ * // ApplicationArn: "STRING_VALUE",
67
+ * // },
68
+ * // },
69
+ * // ],
70
+ * // };
71
+ *
41
72
  * ```
42
73
  *
43
74
  * @param GetConfigurationSetEventDestinationsCommandInput - {@link GetConfigurationSetEventDestinationsCommandInput}
@@ -55,6 +86,8 @@ export interface GetConfigurationSetEventDestinationsCommandOutput extends GetCo
55
86
  * @throws {@link TooManyRequestsException} (client fault)
56
87
  * <p>Too many requests have been made to the operation.</p>
57
88
  *
89
+ * @throws {@link SESv2ServiceException}
90
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
58
91
  *
59
92
  */
60
93
  export declare class GetConfigurationSetEventDestinationsCommand extends $Command<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, SESv2ClientResolvedConfig> {