@aws-sdk/client-ses 3.289.0 → 3.290.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 (72) hide show
  1. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +12 -0
  2. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +14 -0
  3. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +25 -0
  4. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +21 -0
  5. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +17 -0
  6. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +9 -0
  7. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +33 -0
  8. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +9 -0
  9. package/dist-types/commands/CreateTemplateCommand.d.ts +13 -0
  10. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +4 -0
  11. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -0
  12. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +7 -0
  13. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -0
  14. package/dist-types/commands/DeleteIdentityCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +1 -0
  21. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +4 -0
  23. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +7 -0
  24. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +4 -0
  25. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +1 -0
  26. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +5 -0
  27. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +1 -0
  28. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +1 -0
  29. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +1 -0
  30. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +1 -0
  31. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +1 -0
  32. package/dist-types/commands/GetSendQuotaCommand.d.ts +1 -0
  33. package/dist-types/commands/GetSendStatisticsCommand.d.ts +1 -0
  34. package/dist-types/commands/GetTemplateCommand.d.ts +5 -0
  35. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -0
  36. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -0
  37. package/dist-types/commands/ListIdentitiesCommand.d.ts +1 -0
  38. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +1 -0
  39. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +1 -0
  40. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +1 -0
  41. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
  42. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +1 -0
  43. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -0
  44. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +5 -0
  45. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +7 -0
  46. package/dist-types/commands/SendBounceCommand.d.ts +5 -0
  47. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +26 -0
  48. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +19 -0
  49. package/dist-types/commands/SendEmailCommand.d.ts +22 -0
  50. package/dist-types/commands/SendRawEmailCommand.d.ts +22 -0
  51. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +26 -0
  52. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +4 -0
  53. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +1 -0
  54. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +1 -0
  55. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +1 -0
  56. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +1 -0
  57. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +1 -0
  58. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +7 -0
  59. package/dist-types/commands/TestRenderTemplateCommand.d.ts +14 -0
  60. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +1 -0
  61. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +19 -0
  62. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +20 -0
  65. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +12 -0
  66. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +30 -0
  67. package/dist-types/commands/UpdateTemplateCommand.d.ts +9 -0
  68. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +1 -0
  69. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +1 -0
  70. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +1 -0
  71. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +1 -0
  72. package/package.json +30 -30
@@ -37,6 +37,11 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB
37
37
  * @see {@link SendBounceCommandOutput} for command's `response` shape.
38
38
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
39
39
  *
40
+ * @throws {@link MessageRejected} (client fault)
41
+ * <p>Indicates that the action failed, and the message could not be sent. Check the error
42
+ * stack for more information about what caused the error.</p>
43
+ *
44
+ *
40
45
  */
41
46
  export declare class SendBounceCommand extends $Command<SendBounceCommandInput, SendBounceCommandOutput, SESClientResolvedConfig> {
42
47
  readonly input: SendBounceCommandInput;
@@ -71,6 +71,32 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm
71
71
  * @see {@link SendBulkTemplatedEmailCommandOutput} for command's `response` shape.
72
72
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
73
73
  *
74
+ * @throws {@link AccountSendingPausedException} (client fault)
75
+ * <p>Indicates that email sending is disabled for your entire Amazon SES account.</p>
76
+ * <p>You can enable or disable email sending for your Amazon SES account using <a>UpdateAccountSendingEnabled</a>.</p>
77
+ *
78
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
79
+ * <p>Indicates that the configuration set does not exist.</p>
80
+ *
81
+ * @throws {@link ConfigurationSetSendingPausedException} (client fault)
82
+ * <p>Indicates that email sending is disabled for the configuration set.</p>
83
+ * <p>You can enable or disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
84
+ *
85
+ * @throws {@link MailFromDomainNotVerifiedException} (client fault)
86
+ * <p> Indicates that the message could not be sent because Amazon SES could not read the MX
87
+ * record required to use the specified MAIL FROM domain. For information about editing the
88
+ * custom MAIL FROM domain settings for an identity, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-edit.html">Amazon SES Developer
89
+ * Guide</a>.</p>
90
+ *
91
+ * @throws {@link MessageRejected} (client fault)
92
+ * <p>Indicates that the action failed, and the message could not be sent. Check the error
93
+ * stack for more information about what caused the error.</p>
94
+ *
95
+ * @throws {@link TemplateDoesNotExistException} (client fault)
96
+ * <p>Indicates that the Template object you specified does not exist in your Amazon SES
97
+ * account.</p>
98
+ *
99
+ *
74
100
  */
75
101
  export declare class SendBulkTemplatedEmailCommand extends $Command<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput, SESClientResolvedConfig> {
76
102
  readonly input: SendBulkTemplatedEmailCommandInput;
@@ -37,6 +37,25 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
37
37
  * @see {@link SendCustomVerificationEmailCommandOutput} for command's `response` shape.
38
38
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
39
39
  *
40
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
41
+ * <p>Indicates that the configuration set does not exist.</p>
42
+ *
43
+ * @throws {@link CustomVerificationEmailTemplateDoesNotExistException} (client fault)
44
+ * <p>Indicates that a custom verification email template with the name you specified does
45
+ * not exist.</p>
46
+ *
47
+ * @throws {@link FromEmailAddressNotVerifiedException} (client fault)
48
+ * <p>Indicates that the sender address specified for a custom verification email is not
49
+ * verified, and is therefore not eligible to send the custom verification email. </p>
50
+ *
51
+ * @throws {@link MessageRejected} (client fault)
52
+ * <p>Indicates that the action failed, and the message could not be sent. Check the error
53
+ * stack for more information about what caused the error.</p>
54
+ *
55
+ * @throws {@link ProductionAccessNotGrantedException} (client fault)
56
+ * <p>Indicates that the account has not been granted production access.</p>
57
+ *
58
+ *
40
59
  */
41
60
  export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESClientResolvedConfig> {
42
61
  readonly input: SendCustomVerificationEmailCommandInput;
@@ -73,6 +73,28 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
73
73
  * @see {@link SendEmailCommandOutput} for command's `response` shape.
74
74
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
75
75
  *
76
+ * @throws {@link AccountSendingPausedException} (client fault)
77
+ * <p>Indicates that email sending is disabled for your entire Amazon SES account.</p>
78
+ * <p>You can enable or disable email sending for your Amazon SES account using <a>UpdateAccountSendingEnabled</a>.</p>
79
+ *
80
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
81
+ * <p>Indicates that the configuration set does not exist.</p>
82
+ *
83
+ * @throws {@link ConfigurationSetSendingPausedException} (client fault)
84
+ * <p>Indicates that email sending is disabled for the configuration set.</p>
85
+ * <p>You can enable or disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
86
+ *
87
+ * @throws {@link MailFromDomainNotVerifiedException} (client fault)
88
+ * <p> Indicates that the message could not be sent because Amazon SES could not read the MX
89
+ * record required to use the specified MAIL FROM domain. For information about editing the
90
+ * custom MAIL FROM domain settings for an identity, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-edit.html">Amazon SES Developer
91
+ * Guide</a>.</p>
92
+ *
93
+ * @throws {@link MessageRejected} (client fault)
94
+ * <p>Indicates that the action failed, and the message could not be sent. Check the error
95
+ * stack for more information about what caused the error.</p>
96
+ *
97
+ *
76
98
  * @example SendEmail
77
99
  * ```javascript
78
100
  * // The following example sends a formatted email:
@@ -137,6 +137,28 @@ export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __Metad
137
137
  * @see {@link SendRawEmailCommandOutput} for command's `response` shape.
138
138
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
139
139
  *
140
+ * @throws {@link AccountSendingPausedException} (client fault)
141
+ * <p>Indicates that email sending is disabled for your entire Amazon SES account.</p>
142
+ * <p>You can enable or disable email sending for your Amazon SES account using <a>UpdateAccountSendingEnabled</a>.</p>
143
+ *
144
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
145
+ * <p>Indicates that the configuration set does not exist.</p>
146
+ *
147
+ * @throws {@link ConfigurationSetSendingPausedException} (client fault)
148
+ * <p>Indicates that email sending is disabled for the configuration set.</p>
149
+ * <p>You can enable or disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
150
+ *
151
+ * @throws {@link MailFromDomainNotVerifiedException} (client fault)
152
+ * <p> Indicates that the message could not be sent because Amazon SES could not read the MX
153
+ * record required to use the specified MAIL FROM domain. For information about editing the
154
+ * custom MAIL FROM domain settings for an identity, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-edit.html">Amazon SES Developer
155
+ * Guide</a>.</p>
156
+ *
157
+ * @throws {@link MessageRejected} (client fault)
158
+ * <p>Indicates that the action failed, and the message could not be sent. Check the error
159
+ * stack for more information about what caused the error.</p>
160
+ *
161
+ *
140
162
  * @example SendRawEmail
141
163
  * ```javascript
142
164
  * // The following example sends an email with an attachment:
@@ -78,6 +78,32 @@ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailRespo
78
78
  * @see {@link SendTemplatedEmailCommandOutput} for command's `response` shape.
79
79
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
80
80
  *
81
+ * @throws {@link AccountSendingPausedException} (client fault)
82
+ * <p>Indicates that email sending is disabled for your entire Amazon SES account.</p>
83
+ * <p>You can enable or disable email sending for your Amazon SES account using <a>UpdateAccountSendingEnabled</a>.</p>
84
+ *
85
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
86
+ * <p>Indicates that the configuration set does not exist.</p>
87
+ *
88
+ * @throws {@link ConfigurationSetSendingPausedException} (client fault)
89
+ * <p>Indicates that email sending is disabled for the configuration set.</p>
90
+ * <p>You can enable or disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
91
+ *
92
+ * @throws {@link MailFromDomainNotVerifiedException} (client fault)
93
+ * <p> Indicates that the message could not be sent because Amazon SES could not read the MX
94
+ * record required to use the specified MAIL FROM domain. For information about editing the
95
+ * custom MAIL FROM domain settings for an identity, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-edit.html">Amazon SES Developer
96
+ * Guide</a>.</p>
97
+ *
98
+ * @throws {@link MessageRejected} (client fault)
99
+ * <p>Indicates that the action failed, and the message could not be sent. Check the error
100
+ * stack for more information about what caused the error.</p>
101
+ *
102
+ * @throws {@link TemplateDoesNotExistException} (client fault)
103
+ * <p>Indicates that the Template object you specified does not exist in your Amazon SES
104
+ * account.</p>
105
+ *
106
+ *
81
107
  */
82
108
  export declare class SendTemplatedEmailCommand extends $Command<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput, SESClientResolvedConfig> {
83
109
  readonly input: SendTemplatedEmailCommandInput;
@@ -35,6 +35,10 @@ export interface SetActiveReceiptRuleSetCommandOutput extends SetActiveReceiptRu
35
35
  * @see {@link SetActiveReceiptRuleSetCommandOutput} for command's `response` shape.
36
36
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
37
37
  *
38
+ * @throws {@link RuleSetDoesNotExistException} (client fault)
39
+ * <p>Indicates that the provided receipt rule set does not exist.</p>
40
+ *
41
+ *
38
42
  * @example SetActiveReceiptRuleSet
39
43
  * ```javascript
40
44
  * // The following example sets the active receipt rule set:
@@ -41,6 +41,7 @@ export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnab
41
41
  * @see {@link SetIdentityDkimEnabledCommandOutput} for command's `response` shape.
42
42
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
43
43
  *
44
+ *
44
45
  * @example SetIdentityDkimEnabled
45
46
  * ```javascript
46
47
  * // The following example configures Amazon SES to Easy DKIM-sign the email sent from an identity:
@@ -39,6 +39,7 @@ export interface SetIdentityFeedbackForwardingEnabledCommandOutput extends SetId
39
39
  * @see {@link SetIdentityFeedbackForwardingEnabledCommandOutput} for command's `response` shape.
40
40
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
41
41
  *
42
+ *
42
43
  * @example SetIdentityFeedbackForwardingEnabled
43
44
  * ```javascript
44
45
  * // The following example configures Amazon SES to forward an identity's bounces and complaints via email:
@@ -34,6 +34,7 @@ export interface SetIdentityHeadersInNotificationsEnabledCommandOutput extends S
34
34
  * @see {@link SetIdentityHeadersInNotificationsEnabledCommandOutput} for command's `response` shape.
35
35
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
36
36
  *
37
+ *
37
38
  * @example SetIdentityHeadersInNotificationsEnabled
38
39
  * ```javascript
39
40
  * // The following example configures Amazon SES to include the original email headers in the Amazon SNS bounce notifications for an identity:
@@ -38,6 +38,7 @@ export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailF
38
38
  * @see {@link SetIdentityMailFromDomainCommandOutput} for command's `response` shape.
39
39
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
40
40
  *
41
+ *
41
42
  * @example SetIdentityMailFromDomain
42
43
  * ```javascript
43
44
  * // The following example configures Amazon SES to use a custom MAIL FROM domain for an identity:
@@ -37,6 +37,7 @@ export interface SetIdentityNotificationTopicCommandOutput extends SetIdentityNo
37
37
  * @see {@link SetIdentityNotificationTopicCommandOutput} for command's `response` shape.
38
38
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
39
39
  *
40
+ *
40
41
  * @example SetIdentityNotificationTopic
41
42
  * ```javascript
42
43
  * // The following example sets the Amazon SNS topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with the specified identity as the Source:
@@ -32,6 +32,13 @@ export interface SetReceiptRulePositionCommandOutput extends SetReceiptRulePosit
32
32
  * @see {@link SetReceiptRulePositionCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ * @throws {@link RuleDoesNotExistException} (client fault)
36
+ * <p>Indicates that the provided receipt rule does not exist.</p>
37
+ *
38
+ * @throws {@link RuleSetDoesNotExistException} (client fault)
39
+ * <p>Indicates that the provided receipt rule set does not exist.</p>
40
+ *
41
+ *
35
42
  * @example SetReceiptRulePosition
36
43
  * ```javascript
37
44
  * // The following example sets the position of a receipt rule in a receipt rule set:
@@ -31,6 +31,20 @@ export interface TestRenderTemplateCommandOutput extends TestRenderTemplateRespo
31
31
  * @see {@link TestRenderTemplateCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidRenderingParameterException} (client fault)
35
+ * <p>Indicates that one or more of the replacement values you provided is invalid. This
36
+ * error may occur when the TemplateData object contains invalid JSON.</p>
37
+ *
38
+ * @throws {@link MissingRenderingAttributeException} (client fault)
39
+ * <p>Indicates that one or more of the replacement values for the specified template was
40
+ * not specified. Ensure that the TemplateData object contains references to all of the
41
+ * replacement tags in the specified template.</p>
42
+ *
43
+ * @throws {@link TemplateDoesNotExistException} (client fault)
44
+ * <p>Indicates that the Template object you specified does not exist in your Amazon SES
45
+ * account.</p>
46
+ *
47
+ *
34
48
  */
35
49
  export declare class TestRenderTemplateCommand extends $Command<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput, SESClientResolvedConfig> {
36
50
  readonly input: TestRenderTemplateCommandInput;
@@ -34,6 +34,7 @@ export interface UpdateAccountSendingEnabledCommandOutput extends __MetadataBear
34
34
  * @see {@link UpdateAccountSendingEnabledCommandOutput} for command's `response` shape.
35
35
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
36
36
  *
37
+ *
37
38
  * @example UpdateAccountSendingEnabled
38
39
  * ```javascript
39
40
  * // The following example updated the sending status for this account.
@@ -40,6 +40,25 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
40
40
  * @see {@link UpdateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
41
41
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
42
42
  *
43
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
44
+ * <p>Indicates that the configuration set does not exist.</p>
45
+ *
46
+ * @throws {@link EventDestinationDoesNotExistException} (client fault)
47
+ * <p>Indicates that the event destination does not exist.</p>
48
+ *
49
+ * @throws {@link InvalidCloudWatchDestinationException} (client fault)
50
+ * <p>Indicates that the Amazon CloudWatch destination is invalid. See the error message for
51
+ * details.</p>
52
+ *
53
+ * @throws {@link InvalidFirehoseDestinationException} (client fault)
54
+ * <p>Indicates that the Amazon Kinesis Firehose destination is invalid. See the error
55
+ * message for details.</p>
56
+ *
57
+ * @throws {@link InvalidSNSDestinationException} (client fault)
58
+ * <p>Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is
59
+ * invalid. See the error message for details.</p>
60
+ *
61
+ *
43
62
  */
44
63
  export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
45
64
  readonly input: UpdateConfigurationSetEventDestinationCommandInput;
@@ -33,6 +33,10 @@ export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput ext
33
33
  * @see {@link UpdateConfigurationSetReputationMetricsEnabledCommandOutput} for command's `response` shape.
34
34
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
35
35
  *
36
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
37
+ * <p>Indicates that the configuration set does not exist.</p>
38
+ *
39
+ *
36
40
  * @example UpdateConfigurationSetReputationMetricsEnabled
37
41
  * ```javascript
38
42
  * // Set the reputationMetricsEnabled flag for a specific configuration set.
@@ -34,6 +34,10 @@ export interface UpdateConfigurationSetSendingEnabledCommandOutput extends __Met
34
34
  * @see {@link UpdateConfigurationSetSendingEnabledCommandOutput} for command's `response` shape.
35
35
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
36
36
  *
37
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
38
+ * <p>Indicates that the configuration set does not exist.</p>
39
+ *
40
+ *
37
41
  * @example UpdateConfigurationSetReputationMetricsEnabled
38
42
  * ```javascript
39
43
  * // Set the sending enabled flag for a specific configuration set.
@@ -33,6 +33,26 @@ export interface UpdateConfigurationSetTrackingOptionsCommandOutput extends Upda
33
33
  * @see {@link UpdateConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
34
34
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
35
35
  *
36
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
37
+ * <p>Indicates that the configuration set does not exist.</p>
38
+ *
39
+ * @throws {@link InvalidTrackingOptionsException} (client fault)
40
+ * <p>Indicates that the custom domain to be used for open and click tracking redirects is
41
+ * invalid. This error appears most often in the following situations:</p>
42
+ * <ul>
43
+ * <li>
44
+ * <p>When the tracking domain you specified is not verified in Amazon SES.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>When the tracking domain you specified is not a valid domain or
48
+ * subdomain.</p>
49
+ * </li>
50
+ * </ul>
51
+ *
52
+ * @throws {@link TrackingOptionsDoesNotExistException} (client fault)
53
+ * <p>Indicates that the TrackingOptions object you specified does not exist.</p>
54
+ *
55
+ *
36
56
  */
37
57
  export declare class UpdateConfigurationSetTrackingOptionsCommand extends $Command<UpdateConfigurationSetTrackingOptionsCommandInput, UpdateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
38
58
  readonly input: UpdateConfigurationSetTrackingOptionsCommandInput;
@@ -32,6 +32,18 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends __Me
32
32
  * @see {@link UpdateCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ * @throws {@link CustomVerificationEmailInvalidContentException} (client fault)
36
+ * <p>Indicates that custom verification email template provided content is invalid.</p>
37
+ *
38
+ * @throws {@link CustomVerificationEmailTemplateDoesNotExistException} (client fault)
39
+ * <p>Indicates that a custom verification email template with the name you specified does
40
+ * not exist.</p>
41
+ *
42
+ * @throws {@link FromEmailAddressNotVerifiedException} (client fault)
43
+ * <p>Indicates that the sender address specified for a custom verification email is not
44
+ * verified, and is therefore not eligible to send the custom verification email. </p>
45
+ *
46
+ *
35
47
  */
36
48
  export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
37
49
  readonly input: UpdateCustomVerificationEmailTemplateCommandInput;
@@ -32,6 +32,36 @@ export interface UpdateReceiptRuleCommandOutput extends UpdateReceiptRuleRespons
32
32
  * @see {@link UpdateReceiptRuleCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidLambdaFunctionException} (client fault)
36
+ * <p>Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could
37
+ * not execute the provided function, possibly due to permissions issues. For information
38
+ * about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
39
+ * Developer Guide</a>.</p>
40
+ *
41
+ * @throws {@link InvalidS3ConfigurationException} (client fault)
42
+ * <p>Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or
43
+ * that Amazon SES could not publish to the bucket, possibly due to permissions issues. For
44
+ * information about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
45
+ * Developer Guide</a>.</p>
46
+ *
47
+ * @throws {@link InvalidSnsTopicException} (client fault)
48
+ * <p>Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not
49
+ * publish to the topic, possibly due to permissions issues. For information about giving
50
+ * permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
51
+ * Developer Guide</a>.</p>
52
+ *
53
+ * @throws {@link LimitExceededException} (client fault)
54
+ * <p>Indicates that a resource could not be created because of service limits. For a list
55
+ * of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
56
+ * Guide</a>.</p>
57
+ *
58
+ * @throws {@link RuleDoesNotExistException} (client fault)
59
+ * <p>Indicates that the provided receipt rule does not exist.</p>
60
+ *
61
+ * @throws {@link RuleSetDoesNotExistException} (client fault)
62
+ * <p>Indicates that the provided receipt rule set does not exist.</p>
63
+ *
64
+ *
35
65
  * @example UpdateReceiptRule
36
66
  * ```javascript
37
67
  * // The following example updates a receipt rule to use an Amazon S3 action:
@@ -32,6 +32,15 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
32
32
  * @see {@link UpdateTemplateCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidTemplateException} (client fault)
36
+ * <p>Indicates that the template that you specified could not be rendered. This issue may
37
+ * occur when a template refers to a partial that does not exist.</p>
38
+ *
39
+ * @throws {@link TemplateDoesNotExistException} (client fault)
40
+ * <p>Indicates that the Template object you specified does not exist in your Amazon SES
41
+ * account.</p>
42
+ *
43
+ *
35
44
  */
36
45
  export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, SESClientResolvedConfig> {
37
46
  readonly input: UpdateTemplateCommandInput;
@@ -67,6 +67,7 @@ export interface VerifyDomainDkimCommandOutput extends VerifyDomainDkimResponse,
67
67
  * @see {@link VerifyDomainDkimCommandOutput} for command's `response` shape.
68
68
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
69
69
  *
70
+ *
70
71
  * @example VerifyDomainDkim
71
72
  * ```javascript
72
73
  * // The following example generates DKIM tokens for a domain that has been verified with Amazon SES:
@@ -35,6 +35,7 @@ export interface VerifyDomainIdentityCommandOutput extends VerifyDomainIdentityR
35
35
  * @see {@link VerifyDomainIdentityCommandOutput} for command's `response` shape.
36
36
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
37
37
  *
38
+ *
38
39
  * @example VerifyDomainIdentity
39
40
  * ```javascript
40
41
  * // The following example starts the domain verification process with Amazon SES:
@@ -30,6 +30,7 @@ export interface VerifyEmailAddressCommandOutput extends __MetadataBearer {
30
30
  * @see {@link VerifyEmailAddressCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
32
32
  *
33
+ *
33
34
  * @example VerifyEmailAddress
34
35
  * ```javascript
35
36
  * // The following example starts the email address verification process with Amazon SES:
@@ -32,6 +32,7 @@ export interface VerifyEmailIdentityCommandOutput extends VerifyEmailIdentityRes
32
32
  * @see {@link VerifyEmailIdentityCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ *
35
36
  * @example VerifyEmailIdentity
36
37
  * ```javascript
37
38
  * // The following example starts the email address verification process with Amazon SES:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ses",
3
3
  "description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,39 +20,39 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
- "@aws-sdk/util-waiter": "3.289.0",
55
+ "@aws-sdk/util-waiter": "3.290.0",
56
56
  "fast-xml-parser": "4.1.2",
57
57
  "tslib": "^2.3.1"
58
58
  },