@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
@@ -34,6 +34,18 @@ export interface CloneReceiptRuleSetCommandOutput extends CloneReceiptRuleSetRes
34
34
  * @see {@link CloneReceiptRuleSetCommandOutput} for command's `response` shape.
35
35
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
36
36
  *
37
+ * @throws {@link AlreadyExistsException} (client fault)
38
+ * <p>Indicates that a resource could not be created because of a naming conflict.</p>
39
+ *
40
+ * @throws {@link LimitExceededException} (client fault)
41
+ * <p>Indicates that a resource could not be created because of service limits. For a list
42
+ * of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
43
+ * Guide</a>.</p>
44
+ *
45
+ * @throws {@link RuleSetDoesNotExistException} (client fault)
46
+ * <p>Indicates that the provided receipt rule set does not exist.</p>
47
+ *
48
+ *
37
49
  * @example CloneReceiptRuleSet
38
50
  * ```javascript
39
51
  * // The following example creates a receipt rule set by cloning an existing one:
@@ -33,6 +33,20 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
33
33
  * @see {@link CreateConfigurationSetCommandOutput} for command's `response` shape.
34
34
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
35
35
  *
36
+ * @throws {@link ConfigurationSetAlreadyExistsException} (client fault)
37
+ * <p>Indicates that the configuration set could not be created because of a naming
38
+ * conflict.</p>
39
+ *
40
+ * @throws {@link InvalidConfigurationSetException} (client fault)
41
+ * <p>Indicates that the configuration set is invalid. See the error message for
42
+ * details.</p>
43
+ *
44
+ * @throws {@link LimitExceededException} (client fault)
45
+ * <p>Indicates that a resource could not be created because of service limits. For a list
46
+ * of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
47
+ * Guide</a>.</p>
48
+ *
49
+ *
36
50
  */
37
51
  export declare class CreateConfigurationSetCommand extends $Command<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, SESClientResolvedConfig> {
38
52
  readonly input: CreateConfigurationSetCommandInput;
@@ -38,6 +38,31 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
38
38
  * @see {@link CreateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
39
39
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
40
40
  *
41
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
42
+ * <p>Indicates that the configuration set does not exist.</p>
43
+ *
44
+ * @throws {@link EventDestinationAlreadyExistsException} (client fault)
45
+ * <p>Indicates that the event destination could not be created because of a naming
46
+ * conflict.</p>
47
+ *
48
+ * @throws {@link InvalidCloudWatchDestinationException} (client fault)
49
+ * <p>Indicates that the Amazon CloudWatch destination is invalid. See the error message for
50
+ * details.</p>
51
+ *
52
+ * @throws {@link InvalidFirehoseDestinationException} (client fault)
53
+ * <p>Indicates that the Amazon Kinesis Firehose destination is invalid. See the error
54
+ * message for details.</p>
55
+ *
56
+ * @throws {@link InvalidSNSDestinationException} (client fault)
57
+ * <p>Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is
58
+ * invalid. See the error message for details.</p>
59
+ *
60
+ * @throws {@link LimitExceededException} (client fault)
61
+ * <p>Indicates that a resource could not be created because of service limits. For a list
62
+ * of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
63
+ * Guide</a>.</p>
64
+ *
65
+ *
41
66
  */
42
67
  export declare class CreateConfigurationSetEventDestinationCommand extends $Command<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
43
68
  readonly input: CreateConfigurationSetEventDestinationCommandInput;
@@ -33,6 +33,27 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput extends Crea
33
33
  * @see {@link CreateConfigurationSetTrackingOptionsCommandOutput} 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 TrackingOptionsAlreadyExistsException} (client fault)
53
+ * <p>Indicates that the configuration set you specified already contains a TrackingOptions
54
+ * object.</p>
55
+ *
56
+ *
36
57
  */
37
58
  export declare class CreateConfigurationSetTrackingOptionsCommand extends $Command<CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
38
59
  readonly input: CreateConfigurationSetTrackingOptionsCommandInput;
@@ -32,6 +32,23 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends __Me
32
32
  * @see {@link CreateCustomVerificationEmailTemplateCommandOutput} 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 CustomVerificationEmailTemplateAlreadyExistsException} (client fault)
39
+ * <p>Indicates that a custom verification email template with the name you specified
40
+ * already exists.</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
+ * @throws {@link LimitExceededException} (client fault)
47
+ * <p>Indicates that a resource could not be created because of service limits. For a list
48
+ * of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
49
+ * Guide</a>.</p>
50
+ *
51
+ *
35
52
  */
36
53
  export declare class CreateCustomVerificationEmailTemplateCommand extends $Command<CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
37
54
  readonly input: CreateCustomVerificationEmailTemplateCommandInput;
@@ -31,6 +31,15 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes
31
31
  * @see {@link CreateReceiptFilterCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
33
33
  *
34
+ * @throws {@link AlreadyExistsException} (client fault)
35
+ * <p>Indicates that a resource could not be created because of a naming conflict.</p>
36
+ *
37
+ * @throws {@link LimitExceededException} (client fault)
38
+ * <p>Indicates that a resource could not be created because of service limits. For a list
39
+ * of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
40
+ * Guide</a>.</p>
41
+ *
42
+ *
34
43
  * @example CreateReceiptFilter
35
44
  * ```javascript
36
45
  * // The following example creates a new IP address filter:
@@ -32,6 +32,39 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
32
32
  * @see {@link CreateReceiptRuleCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ * @throws {@link AlreadyExistsException} (client fault)
36
+ * <p>Indicates that a resource could not be created because of a naming conflict.</p>
37
+ *
38
+ * @throws {@link InvalidLambdaFunctionException} (client fault)
39
+ * <p>Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could
40
+ * not execute the provided function, possibly due to permissions issues. For information
41
+ * about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
42
+ * Developer Guide</a>.</p>
43
+ *
44
+ * @throws {@link InvalidS3ConfigurationException} (client fault)
45
+ * <p>Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or
46
+ * that Amazon SES could not publish to the bucket, possibly due to permissions issues. For
47
+ * information about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
48
+ * Developer Guide</a>.</p>
49
+ *
50
+ * @throws {@link InvalidSnsTopicException} (client fault)
51
+ * <p>Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not
52
+ * publish to the topic, possibly due to permissions issues. For information about giving
53
+ * permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
54
+ * Developer Guide</a>.</p>
55
+ *
56
+ * @throws {@link LimitExceededException} (client fault)
57
+ * <p>Indicates that a resource could not be created because of service limits. For a list
58
+ * of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
59
+ * Guide</a>.</p>
60
+ *
61
+ * @throws {@link RuleDoesNotExistException} (client fault)
62
+ * <p>Indicates that the provided receipt rule does not exist.</p>
63
+ *
64
+ * @throws {@link RuleSetDoesNotExistException} (client fault)
65
+ * <p>Indicates that the provided receipt rule set does not exist.</p>
66
+ *
67
+ *
35
68
  * @example CreateReceiptRule
36
69
  * ```javascript
37
70
  * // The following example creates a new receipt rule:
@@ -32,6 +32,15 @@ export interface CreateReceiptRuleSetCommandOutput extends CreateReceiptRuleSetR
32
32
  * @see {@link CreateReceiptRuleSetCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ * @throws {@link AlreadyExistsException} (client fault)
36
+ * <p>Indicates that a resource could not be created because of a naming conflict.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>Indicates that a resource could not be created because of service limits. For a list
40
+ * of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
41
+ * Guide</a>.</p>
42
+ *
43
+ *
35
44
  * @example CreateReceiptRuleSet
36
45
  * ```javascript
37
46
  * // The following example creates an empty receipt rule set:
@@ -32,6 +32,19 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
32
32
  * @see {@link CreateTemplateCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ * @throws {@link AlreadyExistsException} (client fault)
36
+ * <p>Indicates that a resource could not be created because of a naming conflict.</p>
37
+ *
38
+ * @throws {@link InvalidTemplateException} (client fault)
39
+ * <p>Indicates that the template that you specified could not be rendered. This issue may
40
+ * occur when a template refers to a partial that does not exist.</p>
41
+ *
42
+ * @throws {@link LimitExceededException} (client fault)
43
+ * <p>Indicates that a resource could not be created because of service limits. For a list
44
+ * of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
45
+ * Guide</a>.</p>
46
+ *
47
+ *
35
48
  */
36
49
  export declare class CreateTemplateCommand extends $Command<CreateTemplateCommandInput, CreateTemplateCommandOutput, SESClientResolvedConfig> {
37
50
  readonly input: CreateTemplateCommandInput;
@@ -31,6 +31,10 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
31
31
  * @see {@link DeleteConfigurationSetCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
33
33
  *
34
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
35
+ * <p>Indicates that the configuration set does not exist.</p>
36
+ *
37
+ *
34
38
  */
35
39
  export declare class DeleteConfigurationSetCommand extends $Command<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESClientResolvedConfig> {
36
40
  readonly input: DeleteConfigurationSetCommandInput;
@@ -32,6 +32,13 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
32
32
  * @see {@link DeleteConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
36
+ * <p>Indicates that the configuration set does not exist.</p>
37
+ *
38
+ * @throws {@link EventDestinationDoesNotExistException} (client fault)
39
+ * <p>Indicates that the event destination does not exist.</p>
40
+ *
41
+ *
35
42
  */
36
43
  export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
37
44
  readonly input: DeleteConfigurationSetEventDestinationCommandInput;
@@ -38,6 +38,13 @@ export interface DeleteConfigurationSetTrackingOptionsCommandOutput extends Dele
38
38
  * @see {@link DeleteConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
39
39
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
40
40
  *
41
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
42
+ * <p>Indicates that the configuration set does not exist.</p>
43
+ *
44
+ * @throws {@link TrackingOptionsDoesNotExistException} (client fault)
45
+ * <p>Indicates that the TrackingOptions object you specified does not exist.</p>
46
+ *
47
+ *
41
48
  */
42
49
  export declare class DeleteConfigurationSetTrackingOptionsCommand extends $Command<DeleteConfigurationSetTrackingOptionsCommandInput, DeleteConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
43
50
  readonly input: DeleteConfigurationSetTrackingOptionsCommandInput;
@@ -32,6 +32,7 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __Me
32
32
  * @see {@link DeleteCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ *
35
36
  */
36
37
  export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
37
38
  readonly input: DeleteCustomVerificationEmailTemplateCommandInput;
@@ -31,6 +31,7 @@ export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __M
31
31
  * @see {@link DeleteIdentityCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
33
33
  *
34
+ *
34
35
  * @example DeleteIdentity
35
36
  * ```javascript
36
37
  * // The following example deletes an identity from the list of identities that have been submitted for verification with Amazon SES:
@@ -40,6 +40,7 @@ export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyR
40
40
  * @see {@link DeleteIdentityPolicyCommandOutput} for command's `response` shape.
41
41
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
42
42
  *
43
+ *
43
44
  * @example DeleteIdentityPolicy
44
45
  * ```javascript
45
46
  * // The following example deletes a sending authorization policy for an identity:
@@ -32,6 +32,7 @@ export interface DeleteReceiptFilterCommandOutput extends DeleteReceiptFilterRes
32
32
  * @see {@link DeleteReceiptFilterCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ *
35
36
  * @example DeleteReceiptFilter
36
37
  * ```javascript
37
38
  * // The following example deletes an IP address filter:
@@ -32,6 +32,10 @@ export interface DeleteReceiptRuleCommandOutput extends DeleteReceiptRuleRespons
32
32
  * @see {@link DeleteReceiptRuleCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ * @throws {@link RuleSetDoesNotExistException} (client fault)
36
+ * <p>Indicates that the provided receipt rule set does not exist.</p>
37
+ *
38
+ *
35
39
  * @example DeleteReceiptRule
36
40
  * ```javascript
37
41
  * // The following example deletes a receipt rule:
@@ -35,6 +35,10 @@ export interface DeleteReceiptRuleSetCommandOutput extends DeleteReceiptRuleSetR
35
35
  * @see {@link DeleteReceiptRuleSetCommandOutput} for command's `response` shape.
36
36
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
37
37
  *
38
+ * @throws {@link CannotDeleteException} (client fault)
39
+ * <p>Indicates that the delete operation could not be completed.</p>
40
+ *
41
+ *
38
42
  * @example DeleteReceiptRuleSet
39
43
  * ```javascript
40
44
  * // The following example deletes a receipt rule set:
@@ -30,6 +30,7 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
30
30
  * @see {@link DeleteTemplateCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
32
32
  *
33
+ *
33
34
  */
34
35
  export declare class DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, SESClientResolvedConfig> {
35
36
  readonly input: DeleteTemplateCommandInput;
@@ -30,6 +30,7 @@ export interface DeleteVerifiedEmailAddressCommandOutput extends __MetadataBeare
30
30
  * @see {@link DeleteVerifiedEmailAddressCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
32
32
  *
33
+ *
33
34
  * @example DeleteVerifiedEmailAddress
34
35
  * ```javascript
35
36
  * // The following example deletes an email address from the list of identities that have been submitted for verification with Amazon SES:
@@ -33,6 +33,7 @@ export interface DescribeActiveReceiptRuleSetCommandOutput extends DescribeActiv
33
33
  * @see {@link DescribeActiveReceiptRuleSetCommandOutput} for command's `response` shape.
34
34
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
35
35
  *
36
+ *
36
37
  * @example DescribeActiveReceiptRuleSet
37
38
  * ```javascript
38
39
  * // The following example returns the metadata and receipt rules for the receipt rule set that is currently active:
@@ -32,6 +32,10 @@ export interface DescribeConfigurationSetCommandOutput extends DescribeConfigura
32
32
  * @see {@link DescribeConfigurationSetCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
36
+ * <p>Indicates that the configuration set does not exist.</p>
37
+ *
38
+ *
35
39
  */
36
40
  export declare class DescribeConfigurationSetCommand extends $Command<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput, SESClientResolvedConfig> {
37
41
  readonly input: DescribeConfigurationSetCommandInput;
@@ -32,6 +32,13 @@ export interface DescribeReceiptRuleCommandOutput extends DescribeReceiptRuleRes
32
32
  * @see {@link DescribeReceiptRuleCommandOutput} 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 DescribeReceiptRule
36
43
  * ```javascript
37
44
  * // The following example returns the details of a receipt rule:
@@ -31,6 +31,10 @@ export interface DescribeReceiptRuleSetCommandOutput extends DescribeReceiptRule
31
31
  * @see {@link DescribeReceiptRuleSetCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
33
33
  *
34
+ * @throws {@link RuleSetDoesNotExistException} (client fault)
35
+ * <p>Indicates that the provided receipt rule set does not exist.</p>
36
+ *
37
+ *
34
38
  * @example DescribeReceiptRuleSet
35
39
  * ```javascript
36
40
  * // The following example returns the metadata and receipt rules of a receipt rule set:
@@ -30,6 +30,7 @@ export interface GetAccountSendingEnabledCommandOutput extends GetAccountSending
30
30
  * @see {@link GetAccountSendingEnabledCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
32
32
  *
33
+ *
33
34
  * @example GetAccountSendingEnabled
34
35
  * ```javascript
35
36
  * // The following example returns if sending status for an account is enabled. (true / false):
@@ -33,6 +33,11 @@ export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCust
33
33
  * @see {@link GetCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
34
34
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
35
35
  *
36
+ * @throws {@link CustomVerificationEmailTemplateDoesNotExistException} (client fault)
37
+ * <p>Indicates that a custom verification email template with the name you specified does
38
+ * not exist.</p>
39
+ *
40
+ *
36
41
  */
37
42
  export declare class GetCustomVerificationEmailTemplateCommand extends $Command<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
38
43
  readonly input: GetCustomVerificationEmailTemplateCommandInput;
@@ -51,6 +51,7 @@ export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimA
51
51
  * @see {@link GetIdentityDkimAttributesCommandOutput} for command's `response` shape.
52
52
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
53
53
  *
54
+ *
54
55
  * @example GetIdentityDkimAttributes
55
56
  * ```javascript
56
57
  * // The following example retrieves the Amazon SES Easy DKIM attributes for a list of identities:
@@ -32,6 +32,7 @@ export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIde
32
32
  * @see {@link GetIdentityMailFromDomainAttributesCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ *
35
36
  * @example GetIdentityMailFromDomainAttributes
36
37
  * ```javascript
37
38
  * // The following example returns the custom MAIL FROM attributes for an identity:
@@ -34,6 +34,7 @@ export interface GetIdentityNotificationAttributesCommandOutput extends GetIdent
34
34
  * @see {@link GetIdentityNotificationAttributesCommandOutput} for command's `response` shape.
35
35
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
36
36
  *
37
+ *
37
38
  * @example GetIdentityNotificationAttributes
38
39
  * ```javascript
39
40
  * // The following example returns the notification attributes for an identity:
@@ -40,6 +40,7 @@ export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesRes
40
40
  * @see {@link GetIdentityPoliciesCommandOutput} for command's `response` shape.
41
41
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
42
42
  *
43
+ *
43
44
  * @example GetIdentityPolicies
44
45
  * ```javascript
45
46
  * // The following example returns a sending authorization policy for an identity:
@@ -44,6 +44,7 @@ export interface GetIdentityVerificationAttributesCommandOutput extends GetIdent
44
44
  * @see {@link GetIdentityVerificationAttributesCommandOutput} for command's `response` shape.
45
45
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
46
46
  *
47
+ *
47
48
  * @example GetIdentityVerificationAttributes
48
49
  * ```javascript
49
50
  * // The following example returns the verification status and the verification token for a domain identity:
@@ -30,6 +30,7 @@ export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __Metad
30
30
  * @see {@link GetSendQuotaCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
32
32
  *
33
+ *
33
34
  * @example GetSendQuota
34
35
  * ```javascript
35
36
  * // The following example returns the Amazon SES sending limits for an AWS account:
@@ -32,6 +32,7 @@ export interface GetSendStatisticsCommandOutput extends GetSendStatisticsRespons
32
32
  * @see {@link GetSendStatisticsCommandOutput} for command's `response` shape.
33
33
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
34
34
  *
35
+ *
35
36
  * @example GetSendStatistics
36
37
  * ```javascript
37
38
  * // The following example returns Amazon SES sending statistics:
@@ -31,6 +31,11 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
31
31
  * @see {@link GetTemplateCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
33
33
  *
34
+ * @throws {@link TemplateDoesNotExistException} (client fault)
35
+ * <p>Indicates that the Template object you specified does not exist in your Amazon SES
36
+ * account.</p>
37
+ *
38
+ *
34
39
  */
35
40
  export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, SESClientResolvedConfig> {
36
41
  readonly input: GetTemplateCommandInput;
@@ -38,6 +38,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
38
38
  * @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
39
39
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
40
40
  *
41
+ *
41
42
  */
42
43
  export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESClientResolvedConfig> {
43
44
  readonly input: ListConfigurationSetsCommandInput;
@@ -33,6 +33,7 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
33
33
  * @see {@link ListCustomVerificationEmailTemplatesCommandOutput} for command's `response` shape.
34
34
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
35
35
  *
36
+ *
36
37
  */
37
38
  export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig> {
38
39
  readonly input: ListCustomVerificationEmailTemplatesCommandInput;
@@ -31,6 +31,7 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M
31
31
  * @see {@link ListIdentitiesCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
33
33
  *
34
+ *
34
35
  * @example ListIdentities
35
36
  * ```javascript
36
37
  * // The following example lists the email address identities that have been submitted for verification with Amazon SES:
@@ -40,6 +40,7 @@ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesR
40
40
  * @see {@link ListIdentityPoliciesCommandOutput} for command's `response` shape.
41
41
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
42
42
  *
43
+ *
43
44
  * @example ListIdentityPolicies
44
45
  * ```javascript
45
46
  * // The following example returns a list of sending authorization policies that are attached to an identity:
@@ -33,6 +33,7 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo
33
33
  * @see {@link ListReceiptFiltersCommandOutput} for command's `response` shape.
34
34
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
35
35
  *
36
+ *
36
37
  * @example ListReceiptFilters
37
38
  * ```javascript
38
39
  * // The following example lists the IP address filters that are associated with an AWS account:
@@ -34,6 +34,7 @@ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsRes
34
34
  * @see {@link ListReceiptRuleSetsCommandOutput} for command's `response` shape.
35
35
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
36
36
  *
37
+ *
37
38
  * @example ListReceiptRuleSets
38
39
  * ```javascript
39
40
  * // The following example lists the receipt rule sets that exist under an AWS account:
@@ -31,6 +31,7 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
31
31
  * @see {@link ListTemplatesCommandOutput} for command's `response` shape.
32
32
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
33
33
  *
34
+ *
34
35
  */
35
36
  export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig> {
36
37
  readonly input: ListTemplatesCommandInput;
@@ -30,6 +30,7 @@ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEma
30
30
  * @see {@link ListVerifiedEmailAddressesCommandOutput} for command's `response` shape.
31
31
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
32
32
  *
33
+ *
33
34
  * @example ListVerifiedEmailAddresses
34
35
  * ```javascript
35
36
  * // The following example lists all email addresses that have been submitted for verification with Amazon SES:
@@ -29,6 +29,13 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
29
29
  * @see {@link PutConfigurationSetDeliveryOptionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConfigurationSetDoesNotExistException} (client fault)
33
+ * <p>Indicates that the configuration set does not exist.</p>
34
+ *
35
+ * @throws {@link InvalidDeliveryOptionsException} (client fault)
36
+ * <p>Indicates that provided delivery option is invalid.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig> {
34
41
  readonly input: PutConfigurationSetDeliveryOptionsCommandInput;
@@ -39,6 +39,11 @@ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyRespons
39
39
  * @see {@link PutIdentityPolicyCommandOutput} for command's `response` shape.
40
40
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
41
41
  *
42
+ * @throws {@link InvalidPolicyException} (client fault)
43
+ * <p>Indicates that the provided policy is invalid. Check the error stack for more
44
+ * information about what caused the error.</p>
45
+ *
46
+ *
42
47
  * @example PutIdentityPolicy
43
48
  * ```javascript
44
49
  * // The following example adds a sending authorization policy to an identity:
@@ -36,6 +36,13 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe
36
36
  * @see {@link ReorderReceiptRuleSetCommandOutput} for command's `response` shape.
37
37
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
38
38
  *
39
+ * @throws {@link RuleDoesNotExistException} (client fault)
40
+ * <p>Indicates that the provided receipt rule does not exist.</p>
41
+ *
42
+ * @throws {@link RuleSetDoesNotExistException} (client fault)
43
+ * <p>Indicates that the provided receipt rule set does not exist.</p>
44
+ *
45
+ *
39
46
  * @example ReorderReceiptRuleSet
40
47
  * ```javascript
41
48
  * // The following example reorders the receipt rules within a receipt rule set: