@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.
- package/dist-cjs/models/models_0.js +77 -89
- package/dist-es/models/models_0.js +77 -89
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -2
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +8 -8
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -2
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +3 -3
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +12 -12
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -2
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +2 -2
- package/dist-types/commands/SendBounceCommand.d.ts +7 -7
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +7 -7
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendEmailCommand.d.ts +8 -8
- package/dist-types/commands/SendRawEmailCommand.d.ts +5 -5
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +5 -5
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +1 -1
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +1 -1
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +8 -8
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +12 -12
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +1 -1
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +137 -77
- package/dist-types/ts3.4/models/models_0.d.ts +96 -77
- 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
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
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
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
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
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
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
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
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
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
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
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
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
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
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
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
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
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
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
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
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
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
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);
|