@aws-sdk/client-ses 3.300.0 → 3.303.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 (70) hide show
  1. package/dist-cjs/models/models_0.js +77 -89
  2. package/dist-es/models/models_0.js +77 -89
  3. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +8 -8
  6. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -2
  7. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +12 -12
  10. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -2
  12. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteIdentityCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +2 -2
  24. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +1 -1
  26. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
  27. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +2 -2
  28. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -2
  29. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -2
  30. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +2 -2
  31. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -2
  32. package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  33. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListIdentitiesCommand.d.ts +1 -1
  36. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +1 -1
  37. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  39. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -2
  40. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +1 -1
  41. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +2 -2
  42. package/dist-types/commands/SendBounceCommand.d.ts +7 -7
  43. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +7 -7
  44. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
  45. package/dist-types/commands/SendEmailCommand.d.ts +8 -8
  46. package/dist-types/commands/SendRawEmailCommand.d.ts +5 -5
  47. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +5 -5
  48. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +1 -1
  49. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +1 -1
  50. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +1 -1
  51. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +1 -1
  52. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +1 -1
  53. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +1 -1
  54. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +1 -1
  55. package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +8 -8
  58. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -2
  61. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +12 -12
  63. package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -2
  64. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +1 -1
  65. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +1 -1
  66. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +1 -1
  67. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +1 -1
  68. package/dist-types/models/models_0.d.ts +137 -77
  69. package/dist-types/ts3.4/models/models_0.d.ts +96 -77
  70. package/package.json +35 -35
@@ -29,45 +29,41 @@ class AlreadyExistsException extends SESServiceException_1.SESServiceException {
29
29
  }
30
30
  }
31
31
  exports.AlreadyExistsException = AlreadyExistsException;
32
- var BehaviorOnMXFailure;
33
- (function (BehaviorOnMXFailure) {
34
- BehaviorOnMXFailure["RejectMessage"] = "RejectMessage";
35
- BehaviorOnMXFailure["UseDefaultValue"] = "UseDefaultValue";
36
- })(BehaviorOnMXFailure = exports.BehaviorOnMXFailure || (exports.BehaviorOnMXFailure = {}));
37
- var BounceType;
38
- (function (BounceType) {
39
- BounceType["ContentRejected"] = "ContentRejected";
40
- BounceType["DoesNotExist"] = "DoesNotExist";
41
- BounceType["ExceededQuota"] = "ExceededQuota";
42
- BounceType["MessageTooLarge"] = "MessageTooLarge";
43
- BounceType["TemporaryFailure"] = "TemporaryFailure";
44
- BounceType["Undefined"] = "Undefined";
45
- })(BounceType = exports.BounceType || (exports.BounceType = {}));
46
- var DsnAction;
47
- (function (DsnAction) {
48
- DsnAction["DELAYED"] = "delayed";
49
- DsnAction["DELIVERED"] = "delivered";
50
- DsnAction["EXPANDED"] = "expanded";
51
- DsnAction["FAILED"] = "failed";
52
- DsnAction["RELAYED"] = "relayed";
53
- })(DsnAction = exports.DsnAction || (exports.DsnAction = {}));
54
- var BulkEmailStatus;
55
- (function (BulkEmailStatus) {
56
- BulkEmailStatus["AccountDailyQuotaExceeded"] = "AccountDailyQuotaExceeded";
57
- BulkEmailStatus["AccountSendingPaused"] = "AccountSendingPaused";
58
- BulkEmailStatus["AccountSuspended"] = "AccountSuspended";
59
- BulkEmailStatus["AccountThrottled"] = "AccountThrottled";
60
- BulkEmailStatus["ConfigurationSetDoesNotExist"] = "ConfigurationSetDoesNotExist";
61
- BulkEmailStatus["ConfigurationSetSendingPaused"] = "ConfigurationSetSendingPaused";
62
- BulkEmailStatus["Failed"] = "Failed";
63
- BulkEmailStatus["InvalidParameterValue"] = "InvalidParameterValue";
64
- BulkEmailStatus["InvalidSendingPoolName"] = "InvalidSendingPoolName";
65
- BulkEmailStatus["MailFromDomainNotVerified"] = "MailFromDomainNotVerified";
66
- BulkEmailStatus["MessageRejected"] = "MessageRejected";
67
- BulkEmailStatus["Success"] = "Success";
68
- BulkEmailStatus["TemplateDoesNotExist"] = "TemplateDoesNotExist";
69
- BulkEmailStatus["TransientFailure"] = "TransientFailure";
70
- })(BulkEmailStatus = exports.BulkEmailStatus || (exports.BulkEmailStatus = {}));
32
+ exports.BehaviorOnMXFailure = {
33
+ RejectMessage: "RejectMessage",
34
+ UseDefaultValue: "UseDefaultValue",
35
+ };
36
+ exports.BounceType = {
37
+ ContentRejected: "ContentRejected",
38
+ DoesNotExist: "DoesNotExist",
39
+ ExceededQuota: "ExceededQuota",
40
+ MessageTooLarge: "MessageTooLarge",
41
+ TemporaryFailure: "TemporaryFailure",
42
+ Undefined: "Undefined",
43
+ };
44
+ exports.DsnAction = {
45
+ DELAYED: "delayed",
46
+ DELIVERED: "delivered",
47
+ EXPANDED: "expanded",
48
+ FAILED: "failed",
49
+ RELAYED: "relayed",
50
+ };
51
+ exports.BulkEmailStatus = {
52
+ AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded",
53
+ AccountSendingPaused: "AccountSendingPaused",
54
+ AccountSuspended: "AccountSuspended",
55
+ AccountThrottled: "AccountThrottled",
56
+ ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist",
57
+ ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused",
58
+ Failed: "Failed",
59
+ InvalidParameterValue: "InvalidParameterValue",
60
+ InvalidSendingPoolName: "InvalidSendingPoolName",
61
+ MailFromDomainNotVerified: "MailFromDomainNotVerified",
62
+ MessageRejected: "MessageRejected",
63
+ Success: "Success",
64
+ TemplateDoesNotExist: "TemplateDoesNotExist",
65
+ TransientFailure: "TransientFailure",
66
+ };
71
67
  class CannotDeleteException extends SESServiceException_1.SESServiceException {
72
68
  constructor(opts) {
73
69
  super({
@@ -109,12 +105,11 @@ class RuleSetDoesNotExistException extends SESServiceException_1.SESServiceExcep
109
105
  }
110
106
  }
111
107
  exports.RuleSetDoesNotExistException = RuleSetDoesNotExistException;
112
- var DimensionValueSource;
113
- (function (DimensionValueSource) {
114
- DimensionValueSource["EMAIL_HEADER"] = "emailHeader";
115
- DimensionValueSource["LINK_TAG"] = "linkTag";
116
- DimensionValueSource["MESSAGE_TAG"] = "messageTag";
117
- })(DimensionValueSource = exports.DimensionValueSource || (exports.DimensionValueSource = {}));
108
+ exports.DimensionValueSource = {
109
+ EMAIL_HEADER: "emailHeader",
110
+ LINK_TAG: "linkTag",
111
+ MESSAGE_TAG: "messageTag",
112
+ };
118
113
  class ConfigurationSetAlreadyExistsException extends SESServiceException_1.SESServiceException {
119
114
  constructor(opts) {
120
115
  super({
@@ -129,13 +124,12 @@ class ConfigurationSetAlreadyExistsException extends SESServiceException_1.SESSe
129
124
  }
130
125
  }
131
126
  exports.ConfigurationSetAlreadyExistsException = ConfigurationSetAlreadyExistsException;
132
- var ConfigurationSetAttribute;
133
- (function (ConfigurationSetAttribute) {
134
- ConfigurationSetAttribute["DELIVERY_OPTIONS"] = "deliveryOptions";
135
- ConfigurationSetAttribute["EVENT_DESTINATIONS"] = "eventDestinations";
136
- ConfigurationSetAttribute["REPUTATION_OPTIONS"] = "reputationOptions";
137
- ConfigurationSetAttribute["TRACKING_OPTIONS"] = "trackingOptions";
138
- })(ConfigurationSetAttribute = exports.ConfigurationSetAttribute || (exports.ConfigurationSetAttribute = {}));
127
+ exports.ConfigurationSetAttribute = {
128
+ DELIVERY_OPTIONS: "deliveryOptions",
129
+ EVENT_DESTINATIONS: "eventDestinations",
130
+ REPUTATION_OPTIONS: "reputationOptions",
131
+ TRACKING_OPTIONS: "trackingOptions",
132
+ };
139
133
  class ConfigurationSetDoesNotExistException extends SESServiceException_1.SESServiceException {
140
134
  constructor(opts) {
141
135
  super({
@@ -177,17 +171,16 @@ class InvalidConfigurationSetException extends SESServiceException_1.SESServiceE
177
171
  }
178
172
  }
179
173
  exports.InvalidConfigurationSetException = InvalidConfigurationSetException;
180
- var EventType;
181
- (function (EventType) {
182
- EventType["BOUNCE"] = "bounce";
183
- EventType["CLICK"] = "click";
184
- EventType["COMPLAINT"] = "complaint";
185
- EventType["DELIVERY"] = "delivery";
186
- EventType["OPEN"] = "open";
187
- EventType["REJECT"] = "reject";
188
- EventType["RENDERING_FAILURE"] = "renderingFailure";
189
- EventType["SEND"] = "send";
190
- })(EventType = exports.EventType || (exports.EventType = {}));
174
+ exports.EventType = {
175
+ BOUNCE: "bounce",
176
+ CLICK: "click",
177
+ COMPLAINT: "complaint",
178
+ DELIVERY: "delivery",
179
+ OPEN: "open",
180
+ REJECT: "reject",
181
+ RENDERING_FAILURE: "renderingFailure",
182
+ SEND: "send",
183
+ };
191
184
  class EventDestinationAlreadyExistsException extends SESServiceException_1.SESServiceException {
192
185
  constructor(opts) {
193
186
  super({
@@ -316,25 +309,21 @@ class FromEmailAddressNotVerifiedException extends SESServiceException_1.SESServ
316
309
  }
317
310
  }
318
311
  exports.FromEmailAddressNotVerifiedException = FromEmailAddressNotVerifiedException;
319
- var ReceiptFilterPolicy;
320
- (function (ReceiptFilterPolicy) {
321
- ReceiptFilterPolicy["Allow"] = "Allow";
322
- ReceiptFilterPolicy["Block"] = "Block";
323
- })(ReceiptFilterPolicy = exports.ReceiptFilterPolicy || (exports.ReceiptFilterPolicy = {}));
324
- var SNSActionEncoding;
325
- (function (SNSActionEncoding) {
326
- SNSActionEncoding["Base64"] = "Base64";
327
- SNSActionEncoding["UTF8"] = "UTF-8";
328
- })(SNSActionEncoding = exports.SNSActionEncoding || (exports.SNSActionEncoding = {}));
329
- var StopScope;
330
- (function (StopScope) {
331
- StopScope["RULE_SET"] = "RuleSet";
332
- })(StopScope = exports.StopScope || (exports.StopScope = {}));
333
- var TlsPolicy;
334
- (function (TlsPolicy) {
335
- TlsPolicy["Optional"] = "Optional";
336
- TlsPolicy["Require"] = "Require";
337
- })(TlsPolicy = exports.TlsPolicy || (exports.TlsPolicy = {}));
312
+ exports.ReceiptFilterPolicy = {
313
+ Allow: "Allow",
314
+ Block: "Block",
315
+ };
316
+ exports.SNSActionEncoding = {
317
+ Base64: "Base64",
318
+ UTF8: "UTF-8",
319
+ };
320
+ exports.StopScope = {
321
+ RULE_SET: "RuleSet",
322
+ };
323
+ exports.TlsPolicy = {
324
+ Optional: "Optional",
325
+ Require: "Require",
326
+ };
338
327
  class InvalidLambdaFunctionException extends SESServiceException_1.SESServiceException {
339
328
  constructor(opts) {
340
329
  super({
@@ -405,13 +394,12 @@ class InvalidTemplateException extends SESServiceException_1.SESServiceException
405
394
  }
406
395
  }
407
396
  exports.InvalidTemplateException = InvalidTemplateException;
408
- var CustomMailFromStatus;
409
- (function (CustomMailFromStatus) {
410
- CustomMailFromStatus["Failed"] = "Failed";
411
- CustomMailFromStatus["Pending"] = "Pending";
412
- CustomMailFromStatus["Success"] = "Success";
413
- CustomMailFromStatus["TemporaryFailure"] = "TemporaryFailure";
414
- })(CustomMailFromStatus = exports.CustomMailFromStatus || (exports.CustomMailFromStatus = {}));
397
+ exports.CustomMailFromStatus = {
398
+ Failed: "Failed",
399
+ Pending: "Pending",
400
+ Success: "Success",
401
+ TemporaryFailure: "TemporaryFailure",
402
+ };
415
403
  class CustomVerificationEmailTemplateDoesNotExistException extends SESServiceException_1.SESServiceException {
416
404
  constructor(opts) {
417
405
  super({
@@ -24,45 +24,41 @@ export class AlreadyExistsException extends __BaseException {
24
24
  this.Name = opts.Name;
25
25
  }
26
26
  }
27
- export var BehaviorOnMXFailure;
28
- (function (BehaviorOnMXFailure) {
29
- BehaviorOnMXFailure["RejectMessage"] = "RejectMessage";
30
- BehaviorOnMXFailure["UseDefaultValue"] = "UseDefaultValue";
31
- })(BehaviorOnMXFailure || (BehaviorOnMXFailure = {}));
32
- export var BounceType;
33
- (function (BounceType) {
34
- BounceType["ContentRejected"] = "ContentRejected";
35
- BounceType["DoesNotExist"] = "DoesNotExist";
36
- BounceType["ExceededQuota"] = "ExceededQuota";
37
- BounceType["MessageTooLarge"] = "MessageTooLarge";
38
- BounceType["TemporaryFailure"] = "TemporaryFailure";
39
- BounceType["Undefined"] = "Undefined";
40
- })(BounceType || (BounceType = {}));
41
- export var DsnAction;
42
- (function (DsnAction) {
43
- DsnAction["DELAYED"] = "delayed";
44
- DsnAction["DELIVERED"] = "delivered";
45
- DsnAction["EXPANDED"] = "expanded";
46
- DsnAction["FAILED"] = "failed";
47
- DsnAction["RELAYED"] = "relayed";
48
- })(DsnAction || (DsnAction = {}));
49
- export var BulkEmailStatus;
50
- (function (BulkEmailStatus) {
51
- BulkEmailStatus["AccountDailyQuotaExceeded"] = "AccountDailyQuotaExceeded";
52
- BulkEmailStatus["AccountSendingPaused"] = "AccountSendingPaused";
53
- BulkEmailStatus["AccountSuspended"] = "AccountSuspended";
54
- BulkEmailStatus["AccountThrottled"] = "AccountThrottled";
55
- BulkEmailStatus["ConfigurationSetDoesNotExist"] = "ConfigurationSetDoesNotExist";
56
- BulkEmailStatus["ConfigurationSetSendingPaused"] = "ConfigurationSetSendingPaused";
57
- BulkEmailStatus["Failed"] = "Failed";
58
- BulkEmailStatus["InvalidParameterValue"] = "InvalidParameterValue";
59
- BulkEmailStatus["InvalidSendingPoolName"] = "InvalidSendingPoolName";
60
- BulkEmailStatus["MailFromDomainNotVerified"] = "MailFromDomainNotVerified";
61
- BulkEmailStatus["MessageRejected"] = "MessageRejected";
62
- BulkEmailStatus["Success"] = "Success";
63
- BulkEmailStatus["TemplateDoesNotExist"] = "TemplateDoesNotExist";
64
- BulkEmailStatus["TransientFailure"] = "TransientFailure";
65
- })(BulkEmailStatus || (BulkEmailStatus = {}));
27
+ export const BehaviorOnMXFailure = {
28
+ RejectMessage: "RejectMessage",
29
+ UseDefaultValue: "UseDefaultValue",
30
+ };
31
+ export const BounceType = {
32
+ ContentRejected: "ContentRejected",
33
+ DoesNotExist: "DoesNotExist",
34
+ ExceededQuota: "ExceededQuota",
35
+ MessageTooLarge: "MessageTooLarge",
36
+ TemporaryFailure: "TemporaryFailure",
37
+ Undefined: "Undefined",
38
+ };
39
+ export const DsnAction = {
40
+ DELAYED: "delayed",
41
+ DELIVERED: "delivered",
42
+ EXPANDED: "expanded",
43
+ FAILED: "failed",
44
+ RELAYED: "relayed",
45
+ };
46
+ export const BulkEmailStatus = {
47
+ AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded",
48
+ AccountSendingPaused: "AccountSendingPaused",
49
+ AccountSuspended: "AccountSuspended",
50
+ AccountThrottled: "AccountThrottled",
51
+ ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist",
52
+ ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused",
53
+ Failed: "Failed",
54
+ InvalidParameterValue: "InvalidParameterValue",
55
+ InvalidSendingPoolName: "InvalidSendingPoolName",
56
+ MailFromDomainNotVerified: "MailFromDomainNotVerified",
57
+ MessageRejected: "MessageRejected",
58
+ Success: "Success",
59
+ TemplateDoesNotExist: "TemplateDoesNotExist",
60
+ TransientFailure: "TransientFailure",
61
+ };
66
62
  export class CannotDeleteException extends __BaseException {
67
63
  constructor(opts) {
68
64
  super({
@@ -101,12 +97,11 @@ export class RuleSetDoesNotExistException extends __BaseException {
101
97
  this.Name = opts.Name;
102
98
  }
103
99
  }
104
- export var DimensionValueSource;
105
- (function (DimensionValueSource) {
106
- DimensionValueSource["EMAIL_HEADER"] = "emailHeader";
107
- DimensionValueSource["LINK_TAG"] = "linkTag";
108
- DimensionValueSource["MESSAGE_TAG"] = "messageTag";
109
- })(DimensionValueSource || (DimensionValueSource = {}));
100
+ export const DimensionValueSource = {
101
+ EMAIL_HEADER: "emailHeader",
102
+ LINK_TAG: "linkTag",
103
+ MESSAGE_TAG: "messageTag",
104
+ };
110
105
  export class ConfigurationSetAlreadyExistsException extends __BaseException {
111
106
  constructor(opts) {
112
107
  super({
@@ -120,13 +115,12 @@ export class ConfigurationSetAlreadyExistsException extends __BaseException {
120
115
  this.ConfigurationSetName = opts.ConfigurationSetName;
121
116
  }
122
117
  }
123
- export var ConfigurationSetAttribute;
124
- (function (ConfigurationSetAttribute) {
125
- ConfigurationSetAttribute["DELIVERY_OPTIONS"] = "deliveryOptions";
126
- ConfigurationSetAttribute["EVENT_DESTINATIONS"] = "eventDestinations";
127
- ConfigurationSetAttribute["REPUTATION_OPTIONS"] = "reputationOptions";
128
- ConfigurationSetAttribute["TRACKING_OPTIONS"] = "trackingOptions";
129
- })(ConfigurationSetAttribute || (ConfigurationSetAttribute = {}));
118
+ export const ConfigurationSetAttribute = {
119
+ DELIVERY_OPTIONS: "deliveryOptions",
120
+ EVENT_DESTINATIONS: "eventDestinations",
121
+ REPUTATION_OPTIONS: "reputationOptions",
122
+ TRACKING_OPTIONS: "trackingOptions",
123
+ };
130
124
  export class ConfigurationSetDoesNotExistException extends __BaseException {
131
125
  constructor(opts) {
132
126
  super({
@@ -165,17 +159,16 @@ export class InvalidConfigurationSetException extends __BaseException {
165
159
  Object.setPrototypeOf(this, InvalidConfigurationSetException.prototype);
166
160
  }
167
161
  }
168
- export var EventType;
169
- (function (EventType) {
170
- EventType["BOUNCE"] = "bounce";
171
- EventType["CLICK"] = "click";
172
- EventType["COMPLAINT"] = "complaint";
173
- EventType["DELIVERY"] = "delivery";
174
- EventType["OPEN"] = "open";
175
- EventType["REJECT"] = "reject";
176
- EventType["RENDERING_FAILURE"] = "renderingFailure";
177
- EventType["SEND"] = "send";
178
- })(EventType || (EventType = {}));
162
+ export const EventType = {
163
+ BOUNCE: "bounce",
164
+ CLICK: "click",
165
+ COMPLAINT: "complaint",
166
+ DELIVERY: "delivery",
167
+ OPEN: "open",
168
+ REJECT: "reject",
169
+ RENDERING_FAILURE: "renderingFailure",
170
+ SEND: "send",
171
+ };
179
172
  export class EventDestinationAlreadyExistsException extends __BaseException {
180
173
  constructor(opts) {
181
174
  super({
@@ -295,25 +288,21 @@ export class FromEmailAddressNotVerifiedException extends __BaseException {
295
288
  this.FromEmailAddress = opts.FromEmailAddress;
296
289
  }
297
290
  }
298
- export var ReceiptFilterPolicy;
299
- (function (ReceiptFilterPolicy) {
300
- ReceiptFilterPolicy["Allow"] = "Allow";
301
- ReceiptFilterPolicy["Block"] = "Block";
302
- })(ReceiptFilterPolicy || (ReceiptFilterPolicy = {}));
303
- export var SNSActionEncoding;
304
- (function (SNSActionEncoding) {
305
- SNSActionEncoding["Base64"] = "Base64";
306
- SNSActionEncoding["UTF8"] = "UTF-8";
307
- })(SNSActionEncoding || (SNSActionEncoding = {}));
308
- export var StopScope;
309
- (function (StopScope) {
310
- StopScope["RULE_SET"] = "RuleSet";
311
- })(StopScope || (StopScope = {}));
312
- export var TlsPolicy;
313
- (function (TlsPolicy) {
314
- TlsPolicy["Optional"] = "Optional";
315
- TlsPolicy["Require"] = "Require";
316
- })(TlsPolicy || (TlsPolicy = {}));
291
+ export const ReceiptFilterPolicy = {
292
+ Allow: "Allow",
293
+ Block: "Block",
294
+ };
295
+ export const SNSActionEncoding = {
296
+ Base64: "Base64",
297
+ UTF8: "UTF-8",
298
+ };
299
+ export const StopScope = {
300
+ RULE_SET: "RuleSet",
301
+ };
302
+ export const TlsPolicy = {
303
+ Optional: "Optional",
304
+ Require: "Require",
305
+ };
317
306
  export class InvalidLambdaFunctionException extends __BaseException {
318
307
  constructor(opts) {
319
308
  super({
@@ -379,13 +368,12 @@ export class InvalidTemplateException extends __BaseException {
379
368
  this.TemplateName = opts.TemplateName;
380
369
  }
381
370
  }
382
- export var CustomMailFromStatus;
383
- (function (CustomMailFromStatus) {
384
- CustomMailFromStatus["Failed"] = "Failed";
385
- CustomMailFromStatus["Pending"] = "Pending";
386
- CustomMailFromStatus["Success"] = "Success";
387
- CustomMailFromStatus["TemporaryFailure"] = "TemporaryFailure";
388
- })(CustomMailFromStatus || (CustomMailFromStatus = {}));
371
+ export const CustomMailFromStatus = {
372
+ Failed: "Failed",
373
+ Pending: "Pending",
374
+ Success: "Success",
375
+ TemporaryFailure: "TemporaryFailure",
376
+ };
389
377
  export class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
390
378
  constructor(opts) {
391
379
  super({
@@ -31,7 +31,7 @@ export interface CloneReceiptRuleSetCommandOutput extends CloneReceiptRuleSetRes
31
31
  * import { SESClient, CloneReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
32
32
  * // const { SESClient, CloneReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
33
33
  * const client = new SESClient(config);
34
- * const input = {
34
+ * const input = { // CloneReceiptRuleSetRequest
35
35
  * RuleSetName: "STRING_VALUE", // required
36
36
  * OriginalRuleSetName: "STRING_VALUE", // required
37
37
  * };
@@ -30,8 +30,8 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
30
30
  * import { SESClient, CreateConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
31
31
  * // const { SESClient, CreateConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
32
32
  * const client = new SESClient(config);
33
- * const input = {
34
- * ConfigurationSet: {
33
+ * const input = { // CreateConfigurationSetRequest
34
+ * ConfigurationSet: { // ConfigurationSet
35
35
  * Name: "STRING_VALUE", // required
36
36
  * },
37
37
  * };
@@ -35,28 +35,28 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
35
35
  * import { SESClient, CreateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-ses"; // ES Modules import
36
36
  * // const { SESClient, CreateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-ses"); // CommonJS import
37
37
  * const client = new SESClient(config);
38
- * const input = {
38
+ * const input = { // CreateConfigurationSetEventDestinationRequest
39
39
  * ConfigurationSetName: "STRING_VALUE", // required
40
- * EventDestination: {
40
+ * EventDestination: { // EventDestination
41
41
  * Name: "STRING_VALUE", // required
42
42
  * Enabled: true || false,
43
- * MatchingEventTypes: [ // required
43
+ * MatchingEventTypes: [ // EventTypes // required
44
44
  * "STRING_VALUE",
45
45
  * ],
46
- * KinesisFirehoseDestination: {
46
+ * KinesisFirehoseDestination: { // KinesisFirehoseDestination
47
47
  * IAMRoleARN: "STRING_VALUE", // required
48
48
  * DeliveryStreamARN: "STRING_VALUE", // required
49
49
  * },
50
- * CloudWatchDestination: {
51
- * DimensionConfigurations: [ // required
52
- * {
50
+ * CloudWatchDestination: { // CloudWatchDestination
51
+ * DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required
52
+ * { // CloudWatchDimensionConfiguration
53
53
  * DimensionName: "STRING_VALUE", // required
54
54
  * DimensionValueSource: "STRING_VALUE", // required
55
55
  * DefaultDimensionValue: "STRING_VALUE", // required
56
56
  * },
57
57
  * ],
58
58
  * },
59
- * SNSDestination: {
59
+ * SNSDestination: { // SNSDestination
60
60
  * TopicARN: "STRING_VALUE", // required
61
61
  * },
62
62
  * },
@@ -30,9 +30,9 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput extends Crea
30
30
  * import { SESClient, CreateConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import
31
31
  * // const { SESClient, CreateConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
32
32
  * const client = new SESClient(config);
33
- * const input = {
33
+ * const input = { // CreateConfigurationSetTrackingOptionsRequest
34
34
  * ConfigurationSetName: "STRING_VALUE", // required
35
- * TrackingOptions: {
35
+ * TrackingOptions: { // TrackingOptions
36
36
  * CustomRedirectDomain: "STRING_VALUE",
37
37
  * },
38
38
  * };
@@ -29,7 +29,7 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends __Me
29
29
  * import { SESClient, CreateCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, CreateCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
- * const input = {
32
+ * const input = { // CreateCustomVerificationEmailTemplateRequest
33
33
  * TemplateName: "STRING_VALUE", // required
34
34
  * FromEmailAddress: "STRING_VALUE", // required
35
35
  * TemplateSubject: "STRING_VALUE", // required
@@ -28,10 +28,10 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes
28
28
  * import { SESClient, CreateReceiptFilterCommand } from "@aws-sdk/client-ses"; // ES Modules import
29
29
  * // const { SESClient, CreateReceiptFilterCommand } = require("@aws-sdk/client-ses"); // CommonJS import
30
30
  * const client = new SESClient(config);
31
- * const input = {
32
- * Filter: {
31
+ * const input = { // CreateReceiptFilterRequest
32
+ * Filter: { // ReceiptFilter
33
33
  * Name: "STRING_VALUE", // required
34
- * IpFilter: {
34
+ * IpFilter: { // ReceiptIpFilter
35
35
  * Policy: "STRING_VALUE", // required
36
36
  * Cidr: "STRING_VALUE", // required
37
37
  * },
@@ -29,49 +29,49 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
29
29
  * import { SESClient, CreateReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, CreateReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
- * const input = {
32
+ * const input = { // CreateReceiptRuleRequest
33
33
  * RuleSetName: "STRING_VALUE", // required
34
34
  * After: "STRING_VALUE",
35
- * Rule: {
35
+ * Rule: { // ReceiptRule
36
36
  * Name: "STRING_VALUE", // required
37
37
  * Enabled: true || false,
38
38
  * TlsPolicy: "STRING_VALUE",
39
- * Recipients: [
39
+ * Recipients: [ // RecipientsList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
- * Actions: [
43
- * {
44
- * S3Action: {
42
+ * Actions: [ // ReceiptActionsList
43
+ * { // ReceiptAction
44
+ * S3Action: { // S3Action
45
45
  * TopicArn: "STRING_VALUE",
46
46
  * BucketName: "STRING_VALUE", // required
47
47
  * ObjectKeyPrefix: "STRING_VALUE",
48
48
  * KmsKeyArn: "STRING_VALUE",
49
49
  * },
50
- * BounceAction: {
50
+ * BounceAction: { // BounceAction
51
51
  * TopicArn: "STRING_VALUE",
52
52
  * SmtpReplyCode: "STRING_VALUE", // required
53
53
  * StatusCode: "STRING_VALUE",
54
54
  * Message: "STRING_VALUE", // required
55
55
  * Sender: "STRING_VALUE", // required
56
56
  * },
57
- * WorkmailAction: {
57
+ * WorkmailAction: { // WorkmailAction
58
58
  * TopicArn: "STRING_VALUE",
59
59
  * OrganizationArn: "STRING_VALUE", // required
60
60
  * },
61
- * LambdaAction: {
61
+ * LambdaAction: { // LambdaAction
62
62
  * TopicArn: "STRING_VALUE",
63
63
  * FunctionArn: "STRING_VALUE", // required
64
64
  * InvocationType: "STRING_VALUE",
65
65
  * },
66
- * StopAction: {
66
+ * StopAction: { // StopAction
67
67
  * Scope: "STRING_VALUE", // required
68
68
  * TopicArn: "STRING_VALUE",
69
69
  * },
70
- * AddHeaderAction: {
70
+ * AddHeaderAction: { // AddHeaderAction
71
71
  * HeaderName: "STRING_VALUE", // required
72
72
  * HeaderValue: "STRING_VALUE", // required
73
73
  * },
74
- * SNSAction: {
74
+ * SNSAction: { // SNSAction
75
75
  * TopicArn: "STRING_VALUE", // required
76
76
  * Encoding: "STRING_VALUE",
77
77
  * },
@@ -29,7 +29,7 @@ export interface CreateReceiptRuleSetCommandOutput extends CreateReceiptRuleSetR
29
29
  * import { SESClient, CreateReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, CreateReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
- * const input = {
32
+ * const input = { // CreateReceiptRuleSetRequest
33
33
  * RuleSetName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new CreateReceiptRuleSetCommand(input);
@@ -29,8 +29,8 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
29
29
  * import { SESClient, CreateTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, CreateTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
- * const input = {
33
- * Template: {
32
+ * const input = { // CreateTemplateRequest
33
+ * Template: { // Template
34
34
  * TemplateName: "STRING_VALUE", // required
35
35
  * SubjectPart: "STRING_VALUE",
36
36
  * TextPart: "STRING_VALUE",
@@ -28,7 +28,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
28
28
  * import { SESClient, DeleteConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
29
29
  * // const { SESClient, DeleteConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
30
30
  * const client = new SESClient(config);
31
- * const input = {
31
+ * const input = { // DeleteConfigurationSetRequest
32
32
  * ConfigurationSetName: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteConfigurationSetCommand(input);
@@ -29,7 +29,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
29
29
  * import { SESClient, DeleteConfigurationSetEventDestinationCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, DeleteConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
- * const input = {
32
+ * const input = { // DeleteConfigurationSetEventDestinationRequest
33
33
  * ConfigurationSetName: "STRING_VALUE", // required
34
34
  * EventDestinationName: "STRING_VALUE", // required
35
35
  * };
@@ -35,7 +35,7 @@ export interface DeleteConfigurationSetTrackingOptionsCommandOutput extends Dele
35
35
  * import { SESClient, DeleteConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import
36
36
  * // const { SESClient, DeleteConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
37
37
  * const client = new SESClient(config);
38
- * const input = {
38
+ * const input = { // DeleteConfigurationSetTrackingOptionsRequest
39
39
  * ConfigurationSetName: "STRING_VALUE", // required
40
40
  * };
41
41
  * const command = new DeleteConfigurationSetTrackingOptionsCommand(input);