@aws-sdk/client-ses 3.301.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/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({
|
|
@@ -51,11 +51,16 @@ export declare class AlreadyExistsException extends __BaseException {
|
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* @public
|
|
54
|
+
* @enum
|
|
54
55
|
*/
|
|
55
|
-
export declare
|
|
56
|
-
RejectMessage
|
|
57
|
-
UseDefaultValue
|
|
58
|
-
}
|
|
56
|
+
export declare const BehaviorOnMXFailure: {
|
|
57
|
+
readonly RejectMessage: "RejectMessage";
|
|
58
|
+
readonly UseDefaultValue: "UseDefaultValue";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export type BehaviorOnMXFailure = (typeof BehaviorOnMXFailure)[keyof typeof BehaviorOnMXFailure];
|
|
59
64
|
/**
|
|
60
65
|
* @public
|
|
61
66
|
* <p>Represents textual data, plus an optional character set specification.</p>
|
|
@@ -129,25 +134,35 @@ export interface BounceAction {
|
|
|
129
134
|
}
|
|
130
135
|
/**
|
|
131
136
|
* @public
|
|
137
|
+
* @enum
|
|
132
138
|
*/
|
|
133
|
-
export declare
|
|
134
|
-
ContentRejected
|
|
135
|
-
DoesNotExist
|
|
136
|
-
ExceededQuota
|
|
137
|
-
MessageTooLarge
|
|
138
|
-
TemporaryFailure
|
|
139
|
-
Undefined
|
|
140
|
-
}
|
|
139
|
+
export declare const BounceType: {
|
|
140
|
+
readonly ContentRejected: "ContentRejected";
|
|
141
|
+
readonly DoesNotExist: "DoesNotExist";
|
|
142
|
+
readonly ExceededQuota: "ExceededQuota";
|
|
143
|
+
readonly MessageTooLarge: "MessageTooLarge";
|
|
144
|
+
readonly TemporaryFailure: "TemporaryFailure";
|
|
145
|
+
readonly Undefined: "Undefined";
|
|
146
|
+
};
|
|
141
147
|
/**
|
|
142
148
|
* @public
|
|
143
149
|
*/
|
|
144
|
-
export
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
150
|
+
export type BounceType = (typeof BounceType)[keyof typeof BounceType];
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
* @enum
|
|
154
|
+
*/
|
|
155
|
+
export declare const DsnAction: {
|
|
156
|
+
readonly DELAYED: "delayed";
|
|
157
|
+
readonly DELIVERED: "delivered";
|
|
158
|
+
readonly EXPANDED: "expanded";
|
|
159
|
+
readonly FAILED: "failed";
|
|
160
|
+
readonly RELAYED: "relayed";
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
export type DsnAction = (typeof DsnAction)[keyof typeof DsnAction];
|
|
151
166
|
/**
|
|
152
167
|
* @public
|
|
153
168
|
* <p>Additional X-headers to include in the Delivery Status Notification (DSN) when an
|
|
@@ -347,23 +362,28 @@ export interface BulkEmailDestination {
|
|
|
347
362
|
}
|
|
348
363
|
/**
|
|
349
364
|
* @public
|
|
365
|
+
* @enum
|
|
350
366
|
*/
|
|
351
|
-
export declare
|
|
352
|
-
AccountDailyQuotaExceeded
|
|
353
|
-
AccountSendingPaused
|
|
354
|
-
AccountSuspended
|
|
355
|
-
AccountThrottled
|
|
356
|
-
ConfigurationSetDoesNotExist
|
|
357
|
-
ConfigurationSetSendingPaused
|
|
358
|
-
Failed
|
|
359
|
-
InvalidParameterValue
|
|
360
|
-
InvalidSendingPoolName
|
|
361
|
-
MailFromDomainNotVerified
|
|
362
|
-
MessageRejected
|
|
363
|
-
Success
|
|
364
|
-
TemplateDoesNotExist
|
|
365
|
-
TransientFailure
|
|
366
|
-
}
|
|
367
|
+
export declare const BulkEmailStatus: {
|
|
368
|
+
readonly AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded";
|
|
369
|
+
readonly AccountSendingPaused: "AccountSendingPaused";
|
|
370
|
+
readonly AccountSuspended: "AccountSuspended";
|
|
371
|
+
readonly AccountThrottled: "AccountThrottled";
|
|
372
|
+
readonly ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist";
|
|
373
|
+
readonly ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused";
|
|
374
|
+
readonly Failed: "Failed";
|
|
375
|
+
readonly InvalidParameterValue: "InvalidParameterValue";
|
|
376
|
+
readonly InvalidSendingPoolName: "InvalidSendingPoolName";
|
|
377
|
+
readonly MailFromDomainNotVerified: "MailFromDomainNotVerified";
|
|
378
|
+
readonly MessageRejected: "MessageRejected";
|
|
379
|
+
readonly Success: "Success";
|
|
380
|
+
readonly TemplateDoesNotExist: "TemplateDoesNotExist";
|
|
381
|
+
readonly TransientFailure: "TransientFailure";
|
|
382
|
+
};
|
|
383
|
+
/**
|
|
384
|
+
* @public
|
|
385
|
+
*/
|
|
386
|
+
export type BulkEmailStatus = (typeof BulkEmailStatus)[keyof typeof BulkEmailStatus];
|
|
367
387
|
/**
|
|
368
388
|
* @public
|
|
369
389
|
* <p>An object that contains the response from the <code>SendBulkTemplatedEmail</code>
|
|
@@ -544,12 +564,17 @@ export declare class RuleSetDoesNotExistException extends __BaseException {
|
|
|
544
564
|
}
|
|
545
565
|
/**
|
|
546
566
|
* @public
|
|
567
|
+
* @enum
|
|
547
568
|
*/
|
|
548
|
-
export declare
|
|
549
|
-
EMAIL_HEADER
|
|
550
|
-
LINK_TAG
|
|
551
|
-
MESSAGE_TAG
|
|
552
|
-
}
|
|
569
|
+
export declare const DimensionValueSource: {
|
|
570
|
+
readonly EMAIL_HEADER: "emailHeader";
|
|
571
|
+
readonly LINK_TAG: "linkTag";
|
|
572
|
+
readonly MESSAGE_TAG: "messageTag";
|
|
573
|
+
};
|
|
574
|
+
/**
|
|
575
|
+
* @public
|
|
576
|
+
*/
|
|
577
|
+
export type DimensionValueSource = (typeof DimensionValueSource)[keyof typeof DimensionValueSource];
|
|
553
578
|
/**
|
|
554
579
|
* @public
|
|
555
580
|
* <p>Contains the dimension configuration to use when you publish email sending events to
|
|
@@ -652,13 +677,18 @@ export declare class ConfigurationSetAlreadyExistsException extends __BaseExcept
|
|
|
652
677
|
}
|
|
653
678
|
/**
|
|
654
679
|
* @public
|
|
680
|
+
* @enum
|
|
655
681
|
*/
|
|
656
|
-
export declare
|
|
657
|
-
DELIVERY_OPTIONS
|
|
658
|
-
EVENT_DESTINATIONS
|
|
659
|
-
REPUTATION_OPTIONS
|
|
660
|
-
TRACKING_OPTIONS
|
|
661
|
-
}
|
|
682
|
+
export declare const ConfigurationSetAttribute: {
|
|
683
|
+
readonly DELIVERY_OPTIONS: "deliveryOptions";
|
|
684
|
+
readonly EVENT_DESTINATIONS: "eventDestinations";
|
|
685
|
+
readonly REPUTATION_OPTIONS: "reputationOptions";
|
|
686
|
+
readonly TRACKING_OPTIONS: "trackingOptions";
|
|
687
|
+
};
|
|
688
|
+
/**
|
|
689
|
+
* @public
|
|
690
|
+
*/
|
|
691
|
+
export type ConfigurationSetAttribute = (typeof ConfigurationSetAttribute)[keyof typeof ConfigurationSetAttribute];
|
|
662
692
|
/**
|
|
663
693
|
* @public
|
|
664
694
|
* <p>Indicates that the configuration set does not exist.</p>
|
|
@@ -746,17 +776,22 @@ export interface KinesisFirehoseDestination {
|
|
|
746
776
|
}
|
|
747
777
|
/**
|
|
748
778
|
* @public
|
|
779
|
+
* @enum
|
|
749
780
|
*/
|
|
750
|
-
export declare
|
|
751
|
-
BOUNCE
|
|
752
|
-
CLICK
|
|
753
|
-
COMPLAINT
|
|
754
|
-
DELIVERY
|
|
755
|
-
OPEN
|
|
756
|
-
REJECT
|
|
757
|
-
RENDERING_FAILURE
|
|
758
|
-
SEND
|
|
759
|
-
}
|
|
781
|
+
export declare const EventType: {
|
|
782
|
+
readonly BOUNCE: "bounce";
|
|
783
|
+
readonly CLICK: "click";
|
|
784
|
+
readonly COMPLAINT: "complaint";
|
|
785
|
+
readonly DELIVERY: "delivery";
|
|
786
|
+
readonly OPEN: "open";
|
|
787
|
+
readonly REJECT: "reject";
|
|
788
|
+
readonly RENDERING_FAILURE: "renderingFailure";
|
|
789
|
+
readonly SEND: "send";
|
|
790
|
+
};
|
|
791
|
+
/**
|
|
792
|
+
* @public
|
|
793
|
+
*/
|
|
794
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
760
795
|
/**
|
|
761
796
|
* @public
|
|
762
797
|
* <p>Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.</p>
|
|
@@ -1103,11 +1138,16 @@ export declare class FromEmailAddressNotVerifiedException extends __BaseExceptio
|
|
|
1103
1138
|
}
|
|
1104
1139
|
/**
|
|
1105
1140
|
* @public
|
|
1141
|
+
* @enum
|
|
1106
1142
|
*/
|
|
1107
|
-
export declare
|
|
1108
|
-
Allow
|
|
1109
|
-
Block
|
|
1110
|
-
}
|
|
1143
|
+
export declare const ReceiptFilterPolicy: {
|
|
1144
|
+
readonly Allow: "Allow";
|
|
1145
|
+
readonly Block: "Block";
|
|
1146
|
+
};
|
|
1147
|
+
/**
|
|
1148
|
+
* @public
|
|
1149
|
+
*/
|
|
1150
|
+
export type ReceiptFilterPolicy = (typeof ReceiptFilterPolicy)[keyof typeof ReceiptFilterPolicy];
|
|
1111
1151
|
/**
|
|
1112
1152
|
* @public
|
|
1113
1153
|
* <p>A receipt IP address filter enables you to specify whether to accept or reject mail
|
|
@@ -1288,11 +1328,16 @@ export interface S3Action {
|
|
|
1288
1328
|
}
|
|
1289
1329
|
/**
|
|
1290
1330
|
* @public
|
|
1331
|
+
* @enum
|
|
1291
1332
|
*/
|
|
1292
|
-
export declare
|
|
1293
|
-
Base64
|
|
1294
|
-
UTF8
|
|
1295
|
-
}
|
|
1333
|
+
export declare const SNSActionEncoding: {
|
|
1334
|
+
readonly Base64: "Base64";
|
|
1335
|
+
readonly UTF8: "UTF-8";
|
|
1336
|
+
};
|
|
1337
|
+
/**
|
|
1338
|
+
* @public
|
|
1339
|
+
*/
|
|
1340
|
+
export type SNSActionEncoding = (typeof SNSActionEncoding)[keyof typeof SNSActionEncoding];
|
|
1296
1341
|
/**
|
|
1297
1342
|
* @public
|
|
1298
1343
|
* <p>When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service
|
|
@@ -1330,10 +1375,15 @@ export interface SNSAction {
|
|
|
1330
1375
|
}
|
|
1331
1376
|
/**
|
|
1332
1377
|
* @public
|
|
1378
|
+
* @enum
|
|
1333
1379
|
*/
|
|
1334
|
-
export declare
|
|
1335
|
-
RULE_SET
|
|
1336
|
-
}
|
|
1380
|
+
export declare const StopScope: {
|
|
1381
|
+
readonly RULE_SET: "RuleSet";
|
|
1382
|
+
};
|
|
1383
|
+
/**
|
|
1384
|
+
* @public
|
|
1385
|
+
*/
|
|
1386
|
+
export type StopScope = (typeof StopScope)[keyof typeof StopScope];
|
|
1337
1387
|
/**
|
|
1338
1388
|
* @public
|
|
1339
1389
|
* <p>When included in a receipt rule, this action terminates the evaluation of the receipt
|
|
@@ -1424,11 +1474,16 @@ export interface ReceiptAction {
|
|
|
1424
1474
|
}
|
|
1425
1475
|
/**
|
|
1426
1476
|
* @public
|
|
1477
|
+
* @enum
|
|
1427
1478
|
*/
|
|
1428
|
-
export declare
|
|
1429
|
-
Optional
|
|
1430
|
-
Require
|
|
1431
|
-
}
|
|
1479
|
+
export declare const TlsPolicy: {
|
|
1480
|
+
readonly Optional: "Optional";
|
|
1481
|
+
readonly Require: "Require";
|
|
1482
|
+
};
|
|
1483
|
+
/**
|
|
1484
|
+
* @public
|
|
1485
|
+
*/
|
|
1486
|
+
export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
|
|
1432
1487
|
/**
|
|
1433
1488
|
* @public
|
|
1434
1489
|
* <p>Receipt rules enable you to specify which actions Amazon SES should take when it receives
|
|
@@ -1676,13 +1731,18 @@ export declare class InvalidTemplateException extends __BaseException {
|
|
|
1676
1731
|
}
|
|
1677
1732
|
/**
|
|
1678
1733
|
* @public
|
|
1734
|
+
* @enum
|
|
1679
1735
|
*/
|
|
1680
|
-
export declare
|
|
1681
|
-
Failed
|
|
1682
|
-
Pending
|
|
1683
|
-
Success
|
|
1684
|
-
TemporaryFailure
|
|
1685
|
-
}
|
|
1736
|
+
export declare const CustomMailFromStatus: {
|
|
1737
|
+
readonly Failed: "Failed";
|
|
1738
|
+
readonly Pending: "Pending";
|
|
1739
|
+
readonly Success: "Success";
|
|
1740
|
+
readonly TemporaryFailure: "TemporaryFailure";
|
|
1741
|
+
};
|
|
1742
|
+
/**
|
|
1743
|
+
* @public
|
|
1744
|
+
*/
|
|
1745
|
+
export type CustomMailFromStatus = (typeof CustomMailFromStatus)[keyof typeof CustomMailFromStatus];
|
|
1686
1746
|
/**
|
|
1687
1747
|
* @public
|
|
1688
1748
|
* <p>Contains information about a custom verification email template.</p>
|
|
@@ -19,10 +19,12 @@ export declare class AlreadyExistsException extends __BaseException {
|
|
|
19
19
|
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
20
20
|
);
|
|
21
21
|
}
|
|
22
|
-
export declare
|
|
23
|
-
RejectMessage
|
|
24
|
-
UseDefaultValue
|
|
25
|
-
}
|
|
22
|
+
export declare const BehaviorOnMXFailure: {
|
|
23
|
+
readonly RejectMessage: "RejectMessage";
|
|
24
|
+
readonly UseDefaultValue: "UseDefaultValue";
|
|
25
|
+
};
|
|
26
|
+
export type BehaviorOnMXFailure =
|
|
27
|
+
(typeof BehaviorOnMXFailure)[keyof typeof BehaviorOnMXFailure];
|
|
26
28
|
export interface Content {
|
|
27
29
|
Data: string | undefined;
|
|
28
30
|
Charset?: string;
|
|
@@ -38,21 +40,23 @@ export interface BounceAction {
|
|
|
38
40
|
Message: string | undefined;
|
|
39
41
|
Sender: string | undefined;
|
|
40
42
|
}
|
|
41
|
-
export declare
|
|
42
|
-
ContentRejected
|
|
43
|
-
DoesNotExist
|
|
44
|
-
ExceededQuota
|
|
45
|
-
MessageTooLarge
|
|
46
|
-
TemporaryFailure
|
|
47
|
-
Undefined
|
|
48
|
-
}
|
|
49
|
-
export
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
43
|
+
export declare const BounceType: {
|
|
44
|
+
readonly ContentRejected: "ContentRejected";
|
|
45
|
+
readonly DoesNotExist: "DoesNotExist";
|
|
46
|
+
readonly ExceededQuota: "ExceededQuota";
|
|
47
|
+
readonly MessageTooLarge: "MessageTooLarge";
|
|
48
|
+
readonly TemporaryFailure: "TemporaryFailure";
|
|
49
|
+
readonly Undefined: "Undefined";
|
|
50
|
+
};
|
|
51
|
+
export type BounceType = (typeof BounceType)[keyof typeof BounceType];
|
|
52
|
+
export declare const DsnAction: {
|
|
53
|
+
readonly DELAYED: "delayed";
|
|
54
|
+
readonly DELIVERED: "delivered";
|
|
55
|
+
readonly EXPANDED: "expanded";
|
|
56
|
+
readonly FAILED: "failed";
|
|
57
|
+
readonly RELAYED: "relayed";
|
|
58
|
+
};
|
|
59
|
+
export type DsnAction = (typeof DsnAction)[keyof typeof DsnAction];
|
|
56
60
|
export interface ExtensionField {
|
|
57
61
|
Name: string | undefined;
|
|
58
62
|
Value: string | undefined;
|
|
@@ -86,22 +90,24 @@ export interface BulkEmailDestination {
|
|
|
86
90
|
ReplacementTags?: MessageTag[];
|
|
87
91
|
ReplacementTemplateData?: string;
|
|
88
92
|
}
|
|
89
|
-
export declare
|
|
90
|
-
AccountDailyQuotaExceeded
|
|
91
|
-
AccountSendingPaused
|
|
92
|
-
AccountSuspended
|
|
93
|
-
AccountThrottled
|
|
94
|
-
ConfigurationSetDoesNotExist
|
|
95
|
-
ConfigurationSetSendingPaused
|
|
96
|
-
Failed
|
|
97
|
-
InvalidParameterValue
|
|
98
|
-
InvalidSendingPoolName
|
|
99
|
-
MailFromDomainNotVerified
|
|
100
|
-
MessageRejected
|
|
101
|
-
Success
|
|
102
|
-
TemplateDoesNotExist
|
|
103
|
-
TransientFailure
|
|
104
|
-
}
|
|
93
|
+
export declare const BulkEmailStatus: {
|
|
94
|
+
readonly AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded";
|
|
95
|
+
readonly AccountSendingPaused: "AccountSendingPaused";
|
|
96
|
+
readonly AccountSuspended: "AccountSuspended";
|
|
97
|
+
readonly AccountThrottled: "AccountThrottled";
|
|
98
|
+
readonly ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist";
|
|
99
|
+
readonly ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused";
|
|
100
|
+
readonly Failed: "Failed";
|
|
101
|
+
readonly InvalidParameterValue: "InvalidParameterValue";
|
|
102
|
+
readonly InvalidSendingPoolName: "InvalidSendingPoolName";
|
|
103
|
+
readonly MailFromDomainNotVerified: "MailFromDomainNotVerified";
|
|
104
|
+
readonly MessageRejected: "MessageRejected";
|
|
105
|
+
readonly Success: "Success";
|
|
106
|
+
readonly TemplateDoesNotExist: "TemplateDoesNotExist";
|
|
107
|
+
readonly TransientFailure: "TransientFailure";
|
|
108
|
+
};
|
|
109
|
+
export type BulkEmailStatus =
|
|
110
|
+
(typeof BulkEmailStatus)[keyof typeof BulkEmailStatus];
|
|
105
111
|
export interface BulkEmailDestinationStatus {
|
|
106
112
|
Status?: BulkEmailStatus | string;
|
|
107
113
|
Error?: string;
|
|
@@ -135,11 +141,13 @@ export declare class RuleSetDoesNotExistException extends __BaseException {
|
|
|
135
141
|
opts: __ExceptionOptionType<RuleSetDoesNotExistException, __BaseException>
|
|
136
142
|
);
|
|
137
143
|
}
|
|
138
|
-
export declare
|
|
139
|
-
EMAIL_HEADER
|
|
140
|
-
LINK_TAG
|
|
141
|
-
MESSAGE_TAG
|
|
142
|
-
}
|
|
144
|
+
export declare const DimensionValueSource: {
|
|
145
|
+
readonly EMAIL_HEADER: "emailHeader";
|
|
146
|
+
readonly LINK_TAG: "linkTag";
|
|
147
|
+
readonly MESSAGE_TAG: "messageTag";
|
|
148
|
+
};
|
|
149
|
+
export type DimensionValueSource =
|
|
150
|
+
(typeof DimensionValueSource)[keyof typeof DimensionValueSource];
|
|
143
151
|
export interface CloudWatchDimensionConfiguration {
|
|
144
152
|
DimensionName: string | undefined;
|
|
145
153
|
DimensionValueSource: DimensionValueSource | string | undefined;
|
|
@@ -162,12 +170,14 @@ export declare class ConfigurationSetAlreadyExistsException extends __BaseExcept
|
|
|
162
170
|
>
|
|
163
171
|
);
|
|
164
172
|
}
|
|
165
|
-
export declare
|
|
166
|
-
DELIVERY_OPTIONS
|
|
167
|
-
EVENT_DESTINATIONS
|
|
168
|
-
REPUTATION_OPTIONS
|
|
169
|
-
TRACKING_OPTIONS
|
|
170
|
-
}
|
|
173
|
+
export declare const ConfigurationSetAttribute: {
|
|
174
|
+
readonly DELIVERY_OPTIONS: "deliveryOptions";
|
|
175
|
+
readonly EVENT_DESTINATIONS: "eventDestinations";
|
|
176
|
+
readonly REPUTATION_OPTIONS: "reputationOptions";
|
|
177
|
+
readonly TRACKING_OPTIONS: "trackingOptions";
|
|
178
|
+
};
|
|
179
|
+
export type ConfigurationSetAttribute =
|
|
180
|
+
(typeof ConfigurationSetAttribute)[keyof typeof ConfigurationSetAttribute];
|
|
171
181
|
export declare class ConfigurationSetDoesNotExistException extends __BaseException {
|
|
172
182
|
readonly name: "ConfigurationSetDoesNotExistException";
|
|
173
183
|
readonly $fault: "client";
|
|
@@ -208,16 +218,17 @@ export interface KinesisFirehoseDestination {
|
|
|
208
218
|
IAMRoleARN: string | undefined;
|
|
209
219
|
DeliveryStreamARN: string | undefined;
|
|
210
220
|
}
|
|
211
|
-
export declare
|
|
212
|
-
BOUNCE
|
|
213
|
-
CLICK
|
|
214
|
-
COMPLAINT
|
|
215
|
-
DELIVERY
|
|
216
|
-
OPEN
|
|
217
|
-
REJECT
|
|
218
|
-
RENDERING_FAILURE
|
|
219
|
-
SEND
|
|
220
|
-
}
|
|
221
|
+
export declare const EventType: {
|
|
222
|
+
readonly BOUNCE: "bounce";
|
|
223
|
+
readonly CLICK: "click";
|
|
224
|
+
readonly COMPLAINT: "complaint";
|
|
225
|
+
readonly DELIVERY: "delivery";
|
|
226
|
+
readonly OPEN: "open";
|
|
227
|
+
readonly REJECT: "reject";
|
|
228
|
+
readonly RENDERING_FAILURE: "renderingFailure";
|
|
229
|
+
readonly SEND: "send";
|
|
230
|
+
};
|
|
231
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
221
232
|
export interface SNSDestination {
|
|
222
233
|
TopicARN: string | undefined;
|
|
223
234
|
}
|
|
@@ -348,10 +359,12 @@ export declare class FromEmailAddressNotVerifiedException extends __BaseExceptio
|
|
|
348
359
|
>
|
|
349
360
|
);
|
|
350
361
|
}
|
|
351
|
-
export declare
|
|
352
|
-
Allow
|
|
353
|
-
Block
|
|
354
|
-
}
|
|
362
|
+
export declare const ReceiptFilterPolicy: {
|
|
363
|
+
readonly Allow: "Allow";
|
|
364
|
+
readonly Block: "Block";
|
|
365
|
+
};
|
|
366
|
+
export type ReceiptFilterPolicy =
|
|
367
|
+
(typeof ReceiptFilterPolicy)[keyof typeof ReceiptFilterPolicy];
|
|
355
368
|
export interface ReceiptIpFilter {
|
|
356
369
|
Policy: ReceiptFilterPolicy | string | undefined;
|
|
357
370
|
Cidr: string | undefined;
|
|
@@ -376,17 +389,20 @@ export interface S3Action {
|
|
|
376
389
|
ObjectKeyPrefix?: string;
|
|
377
390
|
KmsKeyArn?: string;
|
|
378
391
|
}
|
|
379
|
-
export declare
|
|
380
|
-
Base64
|
|
381
|
-
UTF8
|
|
382
|
-
}
|
|
392
|
+
export declare const SNSActionEncoding: {
|
|
393
|
+
readonly Base64: "Base64";
|
|
394
|
+
readonly UTF8: "UTF-8";
|
|
395
|
+
};
|
|
396
|
+
export type SNSActionEncoding =
|
|
397
|
+
(typeof SNSActionEncoding)[keyof typeof SNSActionEncoding];
|
|
383
398
|
export interface SNSAction {
|
|
384
399
|
TopicArn: string | undefined;
|
|
385
400
|
Encoding?: SNSActionEncoding | string;
|
|
386
401
|
}
|
|
387
|
-
export declare
|
|
388
|
-
RULE_SET
|
|
389
|
-
}
|
|
402
|
+
export declare const StopScope: {
|
|
403
|
+
readonly RULE_SET: "RuleSet";
|
|
404
|
+
};
|
|
405
|
+
export type StopScope = (typeof StopScope)[keyof typeof StopScope];
|
|
390
406
|
export interface StopAction {
|
|
391
407
|
Scope: StopScope | string | undefined;
|
|
392
408
|
TopicArn?: string;
|
|
@@ -404,10 +420,11 @@ export interface ReceiptAction {
|
|
|
404
420
|
AddHeaderAction?: AddHeaderAction;
|
|
405
421
|
SNSAction?: SNSAction;
|
|
406
422
|
}
|
|
407
|
-
export declare
|
|
408
|
-
Optional
|
|
409
|
-
Require
|
|
410
|
-
}
|
|
423
|
+
export declare const TlsPolicy: {
|
|
424
|
+
readonly Optional: "Optional";
|
|
425
|
+
readonly Require: "Require";
|
|
426
|
+
};
|
|
427
|
+
export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
|
|
411
428
|
export interface ReceiptRule {
|
|
412
429
|
Name: string | undefined;
|
|
413
430
|
Enabled?: boolean;
|
|
@@ -479,12 +496,14 @@ export declare class InvalidTemplateException extends __BaseException {
|
|
|
479
496
|
opts: __ExceptionOptionType<InvalidTemplateException, __BaseException>
|
|
480
497
|
);
|
|
481
498
|
}
|
|
482
|
-
export declare
|
|
483
|
-
Failed
|
|
484
|
-
Pending
|
|
485
|
-
Success
|
|
486
|
-
TemporaryFailure
|
|
487
|
-
}
|
|
499
|
+
export declare const CustomMailFromStatus: {
|
|
500
|
+
readonly Failed: "Failed";
|
|
501
|
+
readonly Pending: "Pending";
|
|
502
|
+
readonly Success: "Success";
|
|
503
|
+
readonly TemporaryFailure: "TemporaryFailure";
|
|
504
|
+
};
|
|
505
|
+
export type CustomMailFromStatus =
|
|
506
|
+
(typeof CustomMailFromStatus)[keyof typeof CustomMailFromStatus];
|
|
488
507
|
export interface CustomVerificationEmailTemplate {
|
|
489
508
|
TemplateName?: string;
|
|
490
509
|
FromEmailAddress?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ses",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
56
|
-
"@aws-sdk/util-waiter": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
|
+
"@aws-sdk/util-waiter": "3.303.0",
|
|
57
57
|
"fast-xml-parser": "4.1.2",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
62
62
|
"@tsconfig/node14": "1.0.3",
|
|
63
63
|
"@types/node": "^14.14.31",
|
|
64
64
|
"concurrently": "7.0.0",
|