@aws-sdk/client-ses 3.388.0 → 3.391.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 (79) hide show
  1. package/README.md +25 -0
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/models/models_0.js +21 -1
  4. package/dist-es/endpoint/ruleset.js +3 -3
  5. package/dist-es/models/models_0.js +20 -0
  6. package/dist-types/SES.d.ts +28 -3
  7. package/dist-types/SESClient.d.ts +28 -3
  8. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +2 -3
  9. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +4 -4
  10. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +8 -8
  11. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +5 -5
  12. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +3 -2
  13. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +4 -3
  14. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +11 -11
  15. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +2 -3
  16. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -2
  18. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -2
  19. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +5 -5
  20. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +3 -2
  21. package/dist-types/commands/DeleteIdentityCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +10 -10
  23. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +2 -2
  24. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +2 -2
  25. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +5 -4
  26. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +6 -7
  28. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +7 -7
  29. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +7 -7
  30. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +7 -6
  31. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +2 -2
  32. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +3 -2
  33. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +9 -8
  34. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +3 -3
  35. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -2
  36. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +8 -8
  37. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +8 -8
  38. package/dist-types/commands/GetSendQuotaCommand.d.ts +1 -1
  39. package/dist-types/commands/GetSendStatisticsCommand.d.ts +2 -2
  40. package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  41. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -5
  42. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +4 -3
  43. package/dist-types/commands/ListIdentitiesCommand.d.ts +13 -3
  44. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +10 -10
  45. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +5 -5
  46. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +5 -4
  47. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -3
  48. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
  49. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +8 -8
  50. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +7 -7
  51. package/dist-types/commands/SendBounceCommand.d.ts +11 -10
  52. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +19 -19
  53. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +5 -5
  54. package/dist-types/commands/SendEmailCommand.d.ts +19 -21
  55. package/dist-types/commands/SendRawEmailCommand.d.ts +50 -58
  56. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +21 -22
  57. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +7 -6
  58. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +6 -5
  59. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -4
  60. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +3 -3
  61. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +6 -7
  62. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +4 -4
  63. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +2 -2
  64. package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -3
  66. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -7
  67. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +2 -2
  68. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +2 -2
  69. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +5 -5
  70. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +3 -2
  71. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +10 -10
  72. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
  73. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +13 -13
  74. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +5 -6
  75. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +2 -2
  76. package/dist-types/index.d.ts +28 -3
  77. package/dist-types/models/models_0.d.ts +710 -639
  78. package/dist-types/ts3.4/models/models_0.d.ts +26 -8
  79. package/package.json +29 -29
package/README.md CHANGED
@@ -16,6 +16,31 @@ Guide</a>. </p>
16
16
  Amazon SES</a> in the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
17
17
  Guide</a>.</p>
18
18
  </note>
19
+ <p>This documentation contains reference information related to the following:</p>
20
+ <ul>
21
+ <li>
22
+ <p>
23
+ <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_Operations.html">Amazon SES API Actions</a>
24
+ </p>
25
+ </li>
26
+ <li>
27
+ <p>
28
+ <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_Types.html">Amazon SES
29
+ API Data Types</a>
30
+ </p>
31
+ </li>
32
+ <li>
33
+ <p>
34
+ <a href="https://docs.aws.amazon.com/ses/latest/APIReference/CommonParameters.html">Common
35
+ Parameters</a>
36
+ </p>
37
+ </li>
38
+ <li>
39
+ <p>
40
+ <a href="https://docs.aws.amazon.com/ses/latest/APIReference/CommonErrors.html">Common Errors</a>
41
+ </p>
42
+ </li>
43
+ </ul>
19
44
 
20
45
  ## Installing
21
46
 
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const p = "required", q = "fn", r = "argv", s = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
6
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://email.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProductionAccessNotGrantedException = exports.MissingRenderingAttributeException = exports.MessageRejected = exports.MailFromDomainNotVerifiedException = exports.InvalidRenderingParameterException = exports.InvalidPolicyException = exports.InvalidDeliveryOptionsException = exports.TemplateDoesNotExistException = exports.TrackingOptionsDoesNotExistException = exports.EventDestinationDoesNotExistException = exports.CustomVerificationEmailTemplateDoesNotExistException = exports.CustomMailFromStatus = exports.InvalidTemplateException = exports.RuleDoesNotExistException = exports.InvalidSnsTopicException = exports.InvalidS3ConfigurationException = exports.InvalidLambdaFunctionException = exports.TlsPolicy = exports.StopScope = exports.SNSActionEncoding = exports.ReceiptFilterPolicy = exports.FromEmailAddressNotVerifiedException = exports.CustomVerificationEmailTemplateAlreadyExistsException = exports.CustomVerificationEmailInvalidContentException = exports.TrackingOptionsAlreadyExistsException = exports.InvalidTrackingOptionsException = exports.InvalidSNSDestinationException = exports.InvalidFirehoseDestinationException = exports.InvalidCloudWatchDestinationException = exports.EventDestinationAlreadyExistsException = exports.EventType = exports.InvalidConfigurationSetException = exports.ConfigurationSetSendingPausedException = exports.ConfigurationSetDoesNotExistException = exports.ConfigurationSetAttribute = exports.ConfigurationSetAlreadyExistsException = exports.DimensionValueSource = exports.RuleSetDoesNotExistException = exports.LimitExceededException = exports.CannotDeleteException = exports.BulkEmailStatus = exports.DsnAction = exports.BounceType = exports.BehaviorOnMXFailure = exports.AlreadyExistsException = exports.AccountSendingPausedException = void 0;
3
+ exports.ProductionAccessNotGrantedException = exports.NotificationType = exports.MissingRenderingAttributeException = exports.MessageRejected = exports.MailFromDomainNotVerifiedException = exports.InvalidRenderingParameterException = exports.InvalidPolicyException = exports.InvalidDeliveryOptionsException = exports.IdentityType = exports.TemplateDoesNotExistException = exports.VerificationStatus = exports.TrackingOptionsDoesNotExistException = exports.EventDestinationDoesNotExistException = exports.CustomVerificationEmailTemplateDoesNotExistException = exports.CustomMailFromStatus = exports.InvalidTemplateException = exports.RuleDoesNotExistException = exports.InvalidSnsTopicException = exports.InvalidS3ConfigurationException = exports.InvalidLambdaFunctionException = exports.TlsPolicy = exports.StopScope = exports.SNSActionEncoding = exports.InvocationType = exports.ReceiptFilterPolicy = exports.FromEmailAddressNotVerifiedException = exports.CustomVerificationEmailTemplateAlreadyExistsException = exports.CustomVerificationEmailInvalidContentException = exports.TrackingOptionsAlreadyExistsException = exports.InvalidTrackingOptionsException = exports.InvalidSNSDestinationException = exports.InvalidFirehoseDestinationException = exports.InvalidCloudWatchDestinationException = exports.EventDestinationAlreadyExistsException = exports.EventType = exports.InvalidConfigurationSetException = exports.ConfigurationSetSendingPausedException = exports.ConfigurationSetDoesNotExistException = exports.ConfigurationSetAttribute = exports.ConfigurationSetAlreadyExistsException = exports.DimensionValueSource = exports.RuleSetDoesNotExistException = exports.LimitExceededException = exports.CannotDeleteException = exports.BulkEmailStatus = exports.DsnAction = exports.BounceType = exports.BehaviorOnMXFailure = exports.AlreadyExistsException = exports.AccountSendingPausedException = void 0;
4
4
  const SESServiceException_1 = require("./SESServiceException");
5
5
  class AccountSendingPausedException extends SESServiceException_1.SESServiceException {
6
6
  constructor(opts) {
@@ -313,6 +313,10 @@ exports.ReceiptFilterPolicy = {
313
313
  Allow: "Allow",
314
314
  Block: "Block",
315
315
  };
316
+ exports.InvocationType = {
317
+ Event: "Event",
318
+ RequestResponse: "RequestResponse",
319
+ };
316
320
  exports.SNSActionEncoding = {
317
321
  Base64: "Base64",
318
322
  UTF8: "UTF-8",
@@ -443,6 +447,13 @@ class TrackingOptionsDoesNotExistException extends SESServiceException_1.SESServ
443
447
  }
444
448
  }
445
449
  exports.TrackingOptionsDoesNotExistException = TrackingOptionsDoesNotExistException;
450
+ exports.VerificationStatus = {
451
+ Failed: "Failed",
452
+ NotStarted: "NotStarted",
453
+ Pending: "Pending",
454
+ Success: "Success",
455
+ TemporaryFailure: "TemporaryFailure",
456
+ };
446
457
  class TemplateDoesNotExistException extends SESServiceException_1.SESServiceException {
447
458
  constructor(opts) {
448
459
  super({
@@ -457,6 +468,10 @@ class TemplateDoesNotExistException extends SESServiceException_1.SESServiceExce
457
468
  }
458
469
  }
459
470
  exports.TemplateDoesNotExistException = TemplateDoesNotExistException;
471
+ exports.IdentityType = {
472
+ Domain: "Domain",
473
+ EmailAddress: "EmailAddress",
474
+ };
460
475
  class InvalidDeliveryOptionsException extends SESServiceException_1.SESServiceException {
461
476
  constructor(opts) {
462
477
  super({
@@ -537,6 +552,11 @@ class MissingRenderingAttributeException extends SESServiceException_1.SESServic
537
552
  }
538
553
  }
539
554
  exports.MissingRenderingAttributeException = MissingRenderingAttributeException;
555
+ exports.NotificationType = {
556
+ Bounce: "Bounce",
557
+ Complaint: "Complaint",
558
+ Delivery: "Delivery",
559
+ };
540
560
  class ProductionAccessNotGrantedException extends SESServiceException_1.SESServiceException {
541
561
  constructor(opts) {
542
562
  super({
@@ -1,4 +1,4 @@
1
- const p = "required", q = "fn", r = "argv", s = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
3
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://email.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
1
+ const q = "required", r = "fn", s = "argv", t = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
4
4
  export const ruleSet = _data;
@@ -292,6 +292,10 @@ export const ReceiptFilterPolicy = {
292
292
  Allow: "Allow",
293
293
  Block: "Block",
294
294
  };
295
+ export const InvocationType = {
296
+ Event: "Event",
297
+ RequestResponse: "RequestResponse",
298
+ };
295
299
  export const SNSActionEncoding = {
296
300
  Base64: "Base64",
297
301
  UTF8: "UTF-8",
@@ -414,6 +418,13 @@ export class TrackingOptionsDoesNotExistException extends __BaseException {
414
418
  this.ConfigurationSetName = opts.ConfigurationSetName;
415
419
  }
416
420
  }
421
+ export const VerificationStatus = {
422
+ Failed: "Failed",
423
+ NotStarted: "NotStarted",
424
+ Pending: "Pending",
425
+ Success: "Success",
426
+ TemporaryFailure: "TemporaryFailure",
427
+ };
417
428
  export class TemplateDoesNotExistException extends __BaseException {
418
429
  constructor(opts) {
419
430
  super({
@@ -427,6 +438,10 @@ export class TemplateDoesNotExistException extends __BaseException {
427
438
  this.TemplateName = opts.TemplateName;
428
439
  }
429
440
  }
441
+ export const IdentityType = {
442
+ Domain: "Domain",
443
+ EmailAddress: "EmailAddress",
444
+ };
430
445
  export class InvalidDeliveryOptionsException extends __BaseException {
431
446
  constructor(opts) {
432
447
  super({
@@ -501,6 +516,11 @@ export class MissingRenderingAttributeException extends __BaseException {
501
516
  this.TemplateName = opts.TemplateName;
502
517
  }
503
518
  }
519
+ export const NotificationType = {
520
+ Bounce: "Bounce",
521
+ Complaint: "Complaint",
522
+ Delivery: "Delivery",
523
+ };
504
524
  export class ProductionAccessNotGrantedException extends __BaseException {
505
525
  constructor(opts) {
506
526
  super({
@@ -502,14 +502,39 @@ export interface SES {
502
502
  /**
503
503
  * @public
504
504
  * <fullname>Amazon Simple Email Service</fullname>
505
- * <p> This document contains reference information for the <a href="https://aws.amazon.com/ses/">Amazon Simple Email Service</a> (Amazon SES) API, version
505
+ * <p> This document contains reference information for the <a href="https://aws.amazon.com/ses/">Amazon Simple Email Service</a> (Amazon SES) API, version
506
506
  * 2010-12-01. This document is best used in conjunction with the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
507
507
  * Guide</a>. </p>
508
- * <note>
508
+ * <note>
509
509
  * <p> For a list of Amazon SES endpoints to use in service requests, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html">Regions and
510
510
  * Amazon SES</a> in the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
511
511
  * Guide</a>.</p>
512
- * </note>
512
+ * </note>
513
+ * <p>This documentation contains reference information related to the following:</p>
514
+ * <ul>
515
+ * <li>
516
+ * <p>
517
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_Operations.html">Amazon SES API Actions</a>
518
+ * </p>
519
+ * </li>
520
+ * <li>
521
+ * <p>
522
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_Types.html">Amazon SES
523
+ * API Data Types</a>
524
+ * </p>
525
+ * </li>
526
+ * <li>
527
+ * <p>
528
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/CommonParameters.html">Common
529
+ * Parameters</a>
530
+ * </p>
531
+ * </li>
532
+ * <li>
533
+ * <p>
534
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/CommonErrors.html">Common Errors</a>
535
+ * </p>
536
+ * </li>
537
+ * </ul>
513
538
  */
514
539
  export declare class SES extends SESClient implements SES {
515
540
  }
@@ -217,14 +217,39 @@ export interface SESClientResolvedConfig extends SESClientResolvedConfigType {
217
217
  /**
218
218
  * @public
219
219
  * <fullname>Amazon Simple Email Service</fullname>
220
- * <p> This document contains reference information for the <a href="https://aws.amazon.com/ses/">Amazon Simple Email Service</a> (Amazon SES) API, version
220
+ * <p> This document contains reference information for the <a href="https://aws.amazon.com/ses/">Amazon Simple Email Service</a> (Amazon SES) API, version
221
221
  * 2010-12-01. This document is best used in conjunction with the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
222
222
  * Guide</a>. </p>
223
- * <note>
223
+ * <note>
224
224
  * <p> For a list of Amazon SES endpoints to use in service requests, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html">Regions and
225
225
  * Amazon SES</a> in the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer
226
226
  * Guide</a>.</p>
227
- * </note>
227
+ * </note>
228
+ * <p>This documentation contains reference information related to the following:</p>
229
+ * <ul>
230
+ * <li>
231
+ * <p>
232
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_Operations.html">Amazon SES API Actions</a>
233
+ * </p>
234
+ * </li>
235
+ * <li>
236
+ * <p>
237
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/API_Types.html">Amazon SES
238
+ * API Data Types</a>
239
+ * </p>
240
+ * </li>
241
+ * <li>
242
+ * <p>
243
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/CommonParameters.html">Common
244
+ * Parameters</a>
245
+ * </p>
246
+ * </li>
247
+ * <li>
248
+ * <p>
249
+ * <a href="https://docs.aws.amazon.com/ses/latest/APIReference/CommonErrors.html">Common Errors</a>
250
+ * </p>
251
+ * </li>
252
+ * </ul>
228
253
  */
229
254
  export declare class SESClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig> {
230
255
  /**
@@ -26,9 +26,8 @@ export interface CloneReceiptRuleSetCommandOutput extends CloneReceiptRuleSetRes
26
26
  * <p>Creates a receipt rule set by cloning an existing one. All receipt rules and
27
27
  * configurations are copied to the new receipt rule set and are completely independent of
28
28
  * the source rule set.</p>
29
- * <p>For information about setting up rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html">Amazon SES
30
- * Developer Guide</a>.</p>
31
- * <p>You can execute this operation no more than once per second.</p>
29
+ * <p>For information about setting up rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html#receiving-email-concepts-rules">Amazon SES Developer Guide</a>.</p>
30
+ * <p>You can execute this operation no more than once per second.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -24,10 +24,10 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a configuration set.</p>
27
- * <p>Configuration sets enable you to publish email sending events. For information about
28
- * using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer
29
- * Guide</a>.</p>
30
- * <p>You can execute this operation no more than once per second.</p>
27
+ * <p>Configuration sets enable you to publish email sending events. For information about
28
+ * using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
29
+ * Guide</a>.</p>
30
+ * <p>You can execute this operation no more than once per second.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -24,15 +24,15 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a configuration set event destination.</p>
27
- * <note>
27
+ * <note>
28
28
  * <p>When you create or update an event destination, you must provide one, and only
29
29
  * one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).</p>
30
- * </note>
31
- * <p>An event destination is the AWS service to which Amazon SES publishes the email sending
30
+ * </note>
31
+ * <p>An event destination is the Amazon Web Services service to which Amazon SES publishes the email sending
32
32
  * events associated with a configuration set. For information about using configuration
33
- * sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer
34
- * Guide</a>.</p>
35
- * <p>You can execute this operation no more than once per second.</p>
33
+ * sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
34
+ * Guide</a>.</p>
35
+ * <p>You can execute this operation no more than once per second.</p>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
38
38
  * ```javascript
@@ -45,7 +45,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
45
45
  * Name: "STRING_VALUE", // required
46
46
  * Enabled: true || false,
47
47
  * MatchingEventTypes: [ // EventTypes // required
48
- * "STRING_VALUE",
48
+ * "send" || "reject" || "bounce" || "complaint" || "delivery" || "open" || "click" || "renderingFailure",
49
49
  * ],
50
50
  * KinesisFirehoseDestination: { // KinesisFirehoseDestination
51
51
  * IAMRoleARN: "STRING_VALUE", // required
@@ -55,7 +55,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
55
55
  * DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required
56
56
  * { // CloudWatchDimensionConfiguration
57
57
  * DimensionName: "STRING_VALUE", // required
58
- * DimensionValueSource: "STRING_VALUE", // required
58
+ * DimensionValueSource: "messageTag" || "emailHeader" || "linkTag", // required
59
59
  * DefaultDimensionValue: "STRING_VALUE", // required
60
60
  * },
61
61
  * ],
@@ -25,9 +25,9 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput extends Crea
25
25
  * @public
26
26
  * <p>Creates an association between a configuration set and a custom domain for open and
27
27
  * click event tracking. </p>
28
- * <p>By default, images and links used for tracking open and click events are hosted on
28
+ * <p>By default, images and links used for tracking open and click events are hosted on
29
29
  * domains operated by Amazon SES. You can configure a subdomain of your own to handle these
30
- * events. For information about using custom domains, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html">Amazon SES Developer Guide</a>.</p>
30
+ * events. For information about using custom domains, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Amazon SES Developer Guide</a>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -58,12 +58,12 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput extends Crea
58
58
  * @throws {@link InvalidTrackingOptionsException} (client fault)
59
59
  * <p>Indicates that the custom domain to be used for open and click tracking redirects is
60
60
  * invalid. This error appears most often in the following situations:</p>
61
- * <ul>
61
+ * <ul>
62
62
  * <li>
63
- * <p>When the tracking domain you specified is not verified in Amazon SES.</p>
63
+ * <p>When the tracking domain you specified is not verified in Amazon SES.</p>
64
64
  * </li>
65
65
  * <li>
66
- * <p>When the tracking domain you specified is not a valid domain or
66
+ * <p>When the tracking domain you specified is not a valid domain or
67
67
  * subdomain.</p>
68
68
  * </li>
69
69
  * </ul>
@@ -24,9 +24,10 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends __Me
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a new custom verification email template.</p>
27
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
27
+ * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
28
+ * Custom Verification Email Templates</a> in the <i>Amazon SES Developer
28
29
  * Guide</i>.</p>
29
- * <p>You can execute this operation no more than once per second.</p>
30
+ * <p>You can execute this operation no more than once per second.</p>
30
31
  * @example
31
32
  * Use a bare-bones client and the command you need to make an API call.
32
33
  * ```javascript
@@ -24,8 +24,9 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a new IP address filter.</p>
27
- * <p>For information about setting up IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html">Amazon SES Developer Guide</a>.</p>
28
- * <p>You can execute this operation no more than once per second.</p>
27
+ * <p>For information about setting up IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html">Amazon SES
28
+ * Developer Guide</a>.</p>
29
+ * <p>You can execute this operation no more than once per second.</p>
29
30
  * @example
30
31
  * Use a bare-bones client and the command you need to make an API call.
31
32
  * ```javascript
@@ -36,7 +37,7 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes
36
37
  * Filter: { // ReceiptFilter
37
38
  * Name: "STRING_VALUE", // required
38
39
  * IpFilter: { // ReceiptIpFilter
39
- * Policy: "STRING_VALUE", // required
40
+ * Policy: "Block" || "Allow", // required
40
41
  * Cidr: "STRING_VALUE", // required
41
42
  * },
42
43
  * },
@@ -24,9 +24,9 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a receipt rule.</p>
27
- * <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html">Amazon SES Developer
28
- * Guide</a>.</p>
29
- * <p>You can execute this operation no more than once per second.</p>
27
+ * <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html">Amazon SES
28
+ * Developer Guide</a>.</p>
29
+ * <p>You can execute this operation no more than once per second.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -39,7 +39,7 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
39
39
  * Rule: { // ReceiptRule
40
40
  * Name: "STRING_VALUE", // required
41
41
  * Enabled: true || false,
42
- * TlsPolicy: "STRING_VALUE",
42
+ * TlsPolicy: "Require" || "Optional",
43
43
  * Recipients: [ // RecipientsList
44
44
  * "STRING_VALUE",
45
45
  * ],
@@ -65,10 +65,10 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
65
65
  * LambdaAction: { // LambdaAction
66
66
  * TopicArn: "STRING_VALUE",
67
67
  * FunctionArn: "STRING_VALUE", // required
68
- * InvocationType: "STRING_VALUE",
68
+ * InvocationType: "Event" || "RequestResponse",
69
69
  * },
70
70
  * StopAction: { // StopAction
71
- * Scope: "STRING_VALUE", // required
71
+ * Scope: "RuleSet", // required
72
72
  * TopicArn: "STRING_VALUE",
73
73
  * },
74
74
  * AddHeaderAction: { // AddHeaderAction
@@ -77,7 +77,7 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
77
77
  * },
78
78
  * SNSAction: { // SNSAction
79
79
  * TopicArn: "STRING_VALUE", // required
80
- * Encoding: "STRING_VALUE",
80
+ * Encoding: "UTF-8" || "Base64",
81
81
  * },
82
82
  * },
83
83
  * ],
@@ -100,15 +100,15 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
100
100
  * <p>Indicates that a resource could not be created because of a naming conflict.</p>
101
101
  *
102
102
  * @throws {@link InvalidLambdaFunctionException} (client fault)
103
- * <p>Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could
103
+ * <p>Indicates that the provided Amazon Web Services Lambda function is invalid, or that Amazon SES could
104
104
  * not execute the provided function, possibly due to permissions issues. For information
105
105
  * about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
106
106
  * Developer Guide</a>.</p>
107
107
  *
108
108
  * @throws {@link InvalidS3ConfigurationException} (client fault)
109
- * <p>Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or
110
- * that Amazon SES could not publish to the bucket, possibly due to permissions issues. For
111
- * information about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
109
+ * <p>Indicates that the provided Amazon S3 bucket or Amazon Web Services KMS encryption key is invalid,
110
+ * or that Amazon SES could not publish to the bucket, possibly due to permissions issues.
111
+ * For information about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
112
112
  * Developer Guide</a>.</p>
113
113
  *
114
114
  * @throws {@link InvalidSnsTopicException} (client fault)
@@ -24,9 +24,8 @@ export interface CreateReceiptRuleSetCommandOutput extends CreateReceiptRuleSetR
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates an empty receipt rule set.</p>
27
- * <p>For information about setting up receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html">Amazon SES
28
- * Developer Guide</a>.</p>
29
- * <p>You can execute this operation no more than once per second.</p>
27
+ * <p>For information about setting up receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html#receiving-email-concepts-rules">Amazon SES Developer Guide</a>.</p>
28
+ * <p>You can execute this operation no more than once per second.</p>
30
29
  * @example
31
30
  * Use a bare-bones client and the command you need to make an API call.
32
31
  * ```javascript
@@ -24,9 +24,9 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates an email template. Email templates enable you to send personalized email to
27
- * one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
28
- * Guide</a>.</p>
29
- * <p>You can execute this operation no more than once per second.</p>
27
+ * one or more destinations in a single operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES
28
+ * Developer Guide</a>.</p>
29
+ * <p>You can execute this operation no more than once per second.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
32
32
  * ```javascript
@@ -24,8 +24,9 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
24
24
  /**
25
25
  * @public
26
26
  * <p>Deletes a configuration set. Configuration sets enable you to publish email sending
27
- * events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer Guide</a>.</p>
28
- * <p>You can execute this operation no more than once per second.</p>
27
+ * events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
28
+ * Developer Guide</a>.</p>
29
+ * <p>You can execute this operation no more than once per second.</p>
29
30
  * @example
30
31
  * Use a bare-bones client and the command you need to make an API call.
31
32
  * ```javascript
@@ -25,8 +25,9 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
25
25
  * @public
26
26
  * <p>Deletes a configuration set event destination. Configuration set event destinations
27
27
  * are associated with configuration sets, which enable you to publish email sending
28
- * events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer Guide</a>.</p>
29
- * <p>You can execute this operation no more than once per second.</p>
28
+ * events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
29
+ * Developer Guide</a>.</p>
30
+ * <p>You can execute this operation no more than once per second.</p>
30
31
  * @example
31
32
  * Use a bare-bones client and the command you need to make an API call.
32
33
  * ```javascript
@@ -25,14 +25,14 @@ export interface DeleteConfigurationSetTrackingOptionsCommandOutput extends Dele
25
25
  * @public
26
26
  * <p>Deletes an association between a configuration set and a custom domain for open and
27
27
  * click event tracking.</p>
28
- * <p>By default, images and links used for tracking open and click events are hosted on
28
+ * <p>By default, images and links used for tracking open and click events are hosted on
29
29
  * domains operated by Amazon SES. You can configure a subdomain of your own to handle these
30
- * events. For information about using custom domains, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html">Amazon SES Developer Guide</a>.</p>
31
- * <note>
32
- * <p>Deleting this kind of association will result in emails sent using the specified
30
+ * events. For information about using custom domains, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Amazon SES Developer Guide</a>.</p>
31
+ * <note>
32
+ * <p>Deleting this kind of association results in emails sent using the specified
33
33
  * configuration set to capture open and click events using the standard,
34
34
  * Amazon SES-operated domains.</p>
35
- * </note>
35
+ * </note>
36
36
  * @example
37
37
  * Use a bare-bones client and the command you need to make an API call.
38
38
  * ```javascript
@@ -24,9 +24,10 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __Me
24
24
  /**
25
25
  * @public
26
26
  * <p>Deletes an existing custom verification email template. </p>
27
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer
27
+ * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
28
+ * Custom Verification Email Templates</a> in the <i>Amazon SES Developer
28
29
  * Guide</i>.</p>
29
- * <p>You can execute this operation no more than once per second.</p>
30
+ * <p>You can execute this operation no more than once per second.</p>
30
31
  * @example
31
32
  * Use a bare-bones client and the command you need to make an API call.
32
33
  * ```javascript
@@ -25,7 +25,7 @@ export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __M
25
25
  * @public
26
26
  * <p>Deletes the specified identity (an email address or a domain) from the list of
27
27
  * verified identities.</p>
28
- * <p>You can execute this operation no more than once per second.</p>
28
+ * <p>You can execute this operation no more than once per second.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -24,17 +24,17 @@ export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyR
24
24
  /**
25
25
  * @public
26
26
  * <p>Deletes the specified sending authorization policy for the given identity (an email
27
- * address or a domain). This API returns successfully even if a policy with the specified
28
- * name does not exist.</p>
29
- * <note>
30
- * <p>This API is for the identity owner only. If you have not verified the identity,
31
- * this API will return an error.</p>
32
- * </note>
33
- * <p>Sending authorization is a feature that enables an identity owner to authorize other
27
+ * address or a domain). This operation returns successfully even if a policy with the
28
+ * specified name does not exist.</p>
29
+ * <note>
30
+ * <p>This operation is for the identity owner only. If you have not verified the
31
+ * identity, it returns an error.</p>
32
+ * </note>
33
+ * <p>Sending authorization is a feature that enables an identity owner to authorize other
34
34
  * senders to use its identities. For information about using sending authorization, see
35
- * the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
36
- * Guide</a>.</p>
37
- * <p>You can execute this operation no more than once per second.</p>
35
+ * the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES
36
+ * Developer Guide</a>.</p>
37
+ * <p>You can execute this operation no more than once per second.</p>
38
38
  * @example
39
39
  * Use a bare-bones client and the command you need to make an API call.
40
40
  * ```javascript