@aws-sdk/client-ses 3.934.0 → 3.935.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/index.js +98 -97
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +97 -0
- package/dist-es/models/errors.js +467 -0
- package/dist-es/models/models_0.js +1 -564
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +225 -0
- package/dist-types/models/errors.d.ts +588 -0
- package/dist-types/models/models_0.d.ts +1 -813
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +123 -0
- package/dist-types/ts3.4/models/errors.d.ts +330 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -453
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,564 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class AccountSendingPausedException extends __BaseException {
|
|
3
|
-
name = "AccountSendingPausedException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "AccountSendingPausedException",
|
|
8
|
-
$fault: "client",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, AccountSendingPausedException.prototype);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export class AlreadyExistsException extends __BaseException {
|
|
15
|
-
name = "AlreadyExistsException";
|
|
16
|
-
$fault = "client";
|
|
17
|
-
Name;
|
|
18
|
-
constructor(opts) {
|
|
19
|
-
super({
|
|
20
|
-
name: "AlreadyExistsException",
|
|
21
|
-
$fault: "client",
|
|
22
|
-
...opts,
|
|
23
|
-
});
|
|
24
|
-
Object.setPrototypeOf(this, AlreadyExistsException.prototype);
|
|
25
|
-
this.Name = opts.Name;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
export const BehaviorOnMXFailure = {
|
|
29
|
-
RejectMessage: "RejectMessage",
|
|
30
|
-
UseDefaultValue: "UseDefaultValue",
|
|
31
|
-
};
|
|
32
|
-
export const BounceType = {
|
|
33
|
-
ContentRejected: "ContentRejected",
|
|
34
|
-
DoesNotExist: "DoesNotExist",
|
|
35
|
-
ExceededQuota: "ExceededQuota",
|
|
36
|
-
MessageTooLarge: "MessageTooLarge",
|
|
37
|
-
TemporaryFailure: "TemporaryFailure",
|
|
38
|
-
Undefined: "Undefined",
|
|
39
|
-
};
|
|
40
|
-
export const DsnAction = {
|
|
41
|
-
DELAYED: "delayed",
|
|
42
|
-
DELIVERED: "delivered",
|
|
43
|
-
EXPANDED: "expanded",
|
|
44
|
-
FAILED: "failed",
|
|
45
|
-
RELAYED: "relayed",
|
|
46
|
-
};
|
|
47
|
-
export const BulkEmailStatus = {
|
|
48
|
-
AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded",
|
|
49
|
-
AccountSendingPaused: "AccountSendingPaused",
|
|
50
|
-
AccountSuspended: "AccountSuspended",
|
|
51
|
-
AccountThrottled: "AccountThrottled",
|
|
52
|
-
ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist",
|
|
53
|
-
ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused",
|
|
54
|
-
Failed: "Failed",
|
|
55
|
-
InvalidParameterValue: "InvalidParameterValue",
|
|
56
|
-
InvalidSendingPoolName: "InvalidSendingPoolName",
|
|
57
|
-
MailFromDomainNotVerified: "MailFromDomainNotVerified",
|
|
58
|
-
MessageRejected: "MessageRejected",
|
|
59
|
-
Success: "Success",
|
|
60
|
-
TemplateDoesNotExist: "TemplateDoesNotExist",
|
|
61
|
-
TransientFailure: "TransientFailure",
|
|
62
|
-
};
|
|
63
|
-
export class CannotDeleteException extends __BaseException {
|
|
64
|
-
name = "CannotDeleteException";
|
|
65
|
-
$fault = "client";
|
|
66
|
-
Name;
|
|
67
|
-
constructor(opts) {
|
|
68
|
-
super({
|
|
69
|
-
name: "CannotDeleteException",
|
|
70
|
-
$fault: "client",
|
|
71
|
-
...opts,
|
|
72
|
-
});
|
|
73
|
-
Object.setPrototypeOf(this, CannotDeleteException.prototype);
|
|
74
|
-
this.Name = opts.Name;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
export class LimitExceededException extends __BaseException {
|
|
78
|
-
name = "LimitExceededException";
|
|
79
|
-
$fault = "client";
|
|
80
|
-
constructor(opts) {
|
|
81
|
-
super({
|
|
82
|
-
name: "LimitExceededException",
|
|
83
|
-
$fault: "client",
|
|
84
|
-
...opts,
|
|
85
|
-
});
|
|
86
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
export class RuleSetDoesNotExistException extends __BaseException {
|
|
90
|
-
name = "RuleSetDoesNotExistException";
|
|
91
|
-
$fault = "client";
|
|
92
|
-
Name;
|
|
93
|
-
constructor(opts) {
|
|
94
|
-
super({
|
|
95
|
-
name: "RuleSetDoesNotExistException",
|
|
96
|
-
$fault: "client",
|
|
97
|
-
...opts,
|
|
98
|
-
});
|
|
99
|
-
Object.setPrototypeOf(this, RuleSetDoesNotExistException.prototype);
|
|
100
|
-
this.Name = opts.Name;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
export const DimensionValueSource = {
|
|
104
|
-
EMAIL_HEADER: "emailHeader",
|
|
105
|
-
LINK_TAG: "linkTag",
|
|
106
|
-
MESSAGE_TAG: "messageTag",
|
|
107
|
-
};
|
|
108
|
-
export class ConfigurationSetAlreadyExistsException extends __BaseException {
|
|
109
|
-
name = "ConfigurationSetAlreadyExistsException";
|
|
110
|
-
$fault = "client";
|
|
111
|
-
ConfigurationSetName;
|
|
112
|
-
constructor(opts) {
|
|
113
|
-
super({
|
|
114
|
-
name: "ConfigurationSetAlreadyExistsException",
|
|
115
|
-
$fault: "client",
|
|
116
|
-
...opts,
|
|
117
|
-
});
|
|
118
|
-
Object.setPrototypeOf(this, ConfigurationSetAlreadyExistsException.prototype);
|
|
119
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
export const ConfigurationSetAttribute = {
|
|
123
|
-
DELIVERY_OPTIONS: "deliveryOptions",
|
|
124
|
-
EVENT_DESTINATIONS: "eventDestinations",
|
|
125
|
-
REPUTATION_OPTIONS: "reputationOptions",
|
|
126
|
-
TRACKING_OPTIONS: "trackingOptions",
|
|
127
|
-
};
|
|
128
|
-
export class ConfigurationSetDoesNotExistException extends __BaseException {
|
|
129
|
-
name = "ConfigurationSetDoesNotExistException";
|
|
130
|
-
$fault = "client";
|
|
131
|
-
ConfigurationSetName;
|
|
132
|
-
constructor(opts) {
|
|
133
|
-
super({
|
|
134
|
-
name: "ConfigurationSetDoesNotExistException",
|
|
135
|
-
$fault: "client",
|
|
136
|
-
...opts,
|
|
137
|
-
});
|
|
138
|
-
Object.setPrototypeOf(this, ConfigurationSetDoesNotExistException.prototype);
|
|
139
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
export class ConfigurationSetSendingPausedException extends __BaseException {
|
|
143
|
-
name = "ConfigurationSetSendingPausedException";
|
|
144
|
-
$fault = "client";
|
|
145
|
-
ConfigurationSetName;
|
|
146
|
-
constructor(opts) {
|
|
147
|
-
super({
|
|
148
|
-
name: "ConfigurationSetSendingPausedException",
|
|
149
|
-
$fault: "client",
|
|
150
|
-
...opts,
|
|
151
|
-
});
|
|
152
|
-
Object.setPrototypeOf(this, ConfigurationSetSendingPausedException.prototype);
|
|
153
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
export class InvalidConfigurationSetException extends __BaseException {
|
|
157
|
-
name = "InvalidConfigurationSetException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "InvalidConfigurationSetException",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, InvalidConfigurationSetException.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
export const EventType = {
|
|
169
|
-
BOUNCE: "bounce",
|
|
170
|
-
CLICK: "click",
|
|
171
|
-
COMPLAINT: "complaint",
|
|
172
|
-
DELIVERY: "delivery",
|
|
173
|
-
OPEN: "open",
|
|
174
|
-
REJECT: "reject",
|
|
175
|
-
RENDERING_FAILURE: "renderingFailure",
|
|
176
|
-
SEND: "send",
|
|
177
|
-
};
|
|
178
|
-
export class EventDestinationAlreadyExistsException extends __BaseException {
|
|
179
|
-
name = "EventDestinationAlreadyExistsException";
|
|
180
|
-
$fault = "client";
|
|
181
|
-
ConfigurationSetName;
|
|
182
|
-
EventDestinationName;
|
|
183
|
-
constructor(opts) {
|
|
184
|
-
super({
|
|
185
|
-
name: "EventDestinationAlreadyExistsException",
|
|
186
|
-
$fault: "client",
|
|
187
|
-
...opts,
|
|
188
|
-
});
|
|
189
|
-
Object.setPrototypeOf(this, EventDestinationAlreadyExistsException.prototype);
|
|
190
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
191
|
-
this.EventDestinationName = opts.EventDestinationName;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
export class InvalidCloudWatchDestinationException extends __BaseException {
|
|
195
|
-
name = "InvalidCloudWatchDestinationException";
|
|
196
|
-
$fault = "client";
|
|
197
|
-
ConfigurationSetName;
|
|
198
|
-
EventDestinationName;
|
|
199
|
-
constructor(opts) {
|
|
200
|
-
super({
|
|
201
|
-
name: "InvalidCloudWatchDestinationException",
|
|
202
|
-
$fault: "client",
|
|
203
|
-
...opts,
|
|
204
|
-
});
|
|
205
|
-
Object.setPrototypeOf(this, InvalidCloudWatchDestinationException.prototype);
|
|
206
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
207
|
-
this.EventDestinationName = opts.EventDestinationName;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
export class InvalidFirehoseDestinationException extends __BaseException {
|
|
211
|
-
name = "InvalidFirehoseDestinationException";
|
|
212
|
-
$fault = "client";
|
|
213
|
-
ConfigurationSetName;
|
|
214
|
-
EventDestinationName;
|
|
215
|
-
constructor(opts) {
|
|
216
|
-
super({
|
|
217
|
-
name: "InvalidFirehoseDestinationException",
|
|
218
|
-
$fault: "client",
|
|
219
|
-
...opts,
|
|
220
|
-
});
|
|
221
|
-
Object.setPrototypeOf(this, InvalidFirehoseDestinationException.prototype);
|
|
222
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
223
|
-
this.EventDestinationName = opts.EventDestinationName;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
export class InvalidSNSDestinationException extends __BaseException {
|
|
227
|
-
name = "InvalidSNSDestinationException";
|
|
228
|
-
$fault = "client";
|
|
229
|
-
ConfigurationSetName;
|
|
230
|
-
EventDestinationName;
|
|
231
|
-
constructor(opts) {
|
|
232
|
-
super({
|
|
233
|
-
name: "InvalidSNSDestinationException",
|
|
234
|
-
$fault: "client",
|
|
235
|
-
...opts,
|
|
236
|
-
});
|
|
237
|
-
Object.setPrototypeOf(this, InvalidSNSDestinationException.prototype);
|
|
238
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
239
|
-
this.EventDestinationName = opts.EventDestinationName;
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
export class InvalidTrackingOptionsException extends __BaseException {
|
|
243
|
-
name = "InvalidTrackingOptionsException";
|
|
244
|
-
$fault = "client";
|
|
245
|
-
constructor(opts) {
|
|
246
|
-
super({
|
|
247
|
-
name: "InvalidTrackingOptionsException",
|
|
248
|
-
$fault: "client",
|
|
249
|
-
...opts,
|
|
250
|
-
});
|
|
251
|
-
Object.setPrototypeOf(this, InvalidTrackingOptionsException.prototype);
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
export class TrackingOptionsAlreadyExistsException extends __BaseException {
|
|
255
|
-
name = "TrackingOptionsAlreadyExistsException";
|
|
256
|
-
$fault = "client";
|
|
257
|
-
ConfigurationSetName;
|
|
258
|
-
constructor(opts) {
|
|
259
|
-
super({
|
|
260
|
-
name: "TrackingOptionsAlreadyExistsException",
|
|
261
|
-
$fault: "client",
|
|
262
|
-
...opts,
|
|
263
|
-
});
|
|
264
|
-
Object.setPrototypeOf(this, TrackingOptionsAlreadyExistsException.prototype);
|
|
265
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
export class CustomVerificationEmailInvalidContentException extends __BaseException {
|
|
269
|
-
name = "CustomVerificationEmailInvalidContentException";
|
|
270
|
-
$fault = "client";
|
|
271
|
-
constructor(opts) {
|
|
272
|
-
super({
|
|
273
|
-
name: "CustomVerificationEmailInvalidContentException",
|
|
274
|
-
$fault: "client",
|
|
275
|
-
...opts,
|
|
276
|
-
});
|
|
277
|
-
Object.setPrototypeOf(this, CustomVerificationEmailInvalidContentException.prototype);
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
export class CustomVerificationEmailTemplateAlreadyExistsException extends __BaseException {
|
|
281
|
-
name = "CustomVerificationEmailTemplateAlreadyExistsException";
|
|
282
|
-
$fault = "client";
|
|
283
|
-
CustomVerificationEmailTemplateName;
|
|
284
|
-
constructor(opts) {
|
|
285
|
-
super({
|
|
286
|
-
name: "CustomVerificationEmailTemplateAlreadyExistsException",
|
|
287
|
-
$fault: "client",
|
|
288
|
-
...opts,
|
|
289
|
-
});
|
|
290
|
-
Object.setPrototypeOf(this, CustomVerificationEmailTemplateAlreadyExistsException.prototype);
|
|
291
|
-
this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
export class FromEmailAddressNotVerifiedException extends __BaseException {
|
|
295
|
-
name = "FromEmailAddressNotVerifiedException";
|
|
296
|
-
$fault = "client";
|
|
297
|
-
FromEmailAddress;
|
|
298
|
-
constructor(opts) {
|
|
299
|
-
super({
|
|
300
|
-
name: "FromEmailAddressNotVerifiedException",
|
|
301
|
-
$fault: "client",
|
|
302
|
-
...opts,
|
|
303
|
-
});
|
|
304
|
-
Object.setPrototypeOf(this, FromEmailAddressNotVerifiedException.prototype);
|
|
305
|
-
this.FromEmailAddress = opts.FromEmailAddress;
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
export const ReceiptFilterPolicy = {
|
|
309
|
-
Allow: "Allow",
|
|
310
|
-
Block: "Block",
|
|
311
|
-
};
|
|
312
|
-
export const InvocationType = {
|
|
313
|
-
Event: "Event",
|
|
314
|
-
RequestResponse: "RequestResponse",
|
|
315
|
-
};
|
|
316
|
-
export const SNSActionEncoding = {
|
|
317
|
-
Base64: "Base64",
|
|
318
|
-
UTF8: "UTF-8",
|
|
319
|
-
};
|
|
320
|
-
export const StopScope = {
|
|
321
|
-
RULE_SET: "RuleSet",
|
|
322
|
-
};
|
|
323
|
-
export const TlsPolicy = {
|
|
324
|
-
Optional: "Optional",
|
|
325
|
-
Require: "Require",
|
|
326
|
-
};
|
|
327
|
-
export class InvalidLambdaFunctionException extends __BaseException {
|
|
328
|
-
name = "InvalidLambdaFunctionException";
|
|
329
|
-
$fault = "client";
|
|
330
|
-
FunctionArn;
|
|
331
|
-
constructor(opts) {
|
|
332
|
-
super({
|
|
333
|
-
name: "InvalidLambdaFunctionException",
|
|
334
|
-
$fault: "client",
|
|
335
|
-
...opts,
|
|
336
|
-
});
|
|
337
|
-
Object.setPrototypeOf(this, InvalidLambdaFunctionException.prototype);
|
|
338
|
-
this.FunctionArn = opts.FunctionArn;
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
export class InvalidS3ConfigurationException extends __BaseException {
|
|
342
|
-
name = "InvalidS3ConfigurationException";
|
|
343
|
-
$fault = "client";
|
|
344
|
-
Bucket;
|
|
345
|
-
constructor(opts) {
|
|
346
|
-
super({
|
|
347
|
-
name: "InvalidS3ConfigurationException",
|
|
348
|
-
$fault: "client",
|
|
349
|
-
...opts,
|
|
350
|
-
});
|
|
351
|
-
Object.setPrototypeOf(this, InvalidS3ConfigurationException.prototype);
|
|
352
|
-
this.Bucket = opts.Bucket;
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
export class InvalidSnsTopicException extends __BaseException {
|
|
356
|
-
name = "InvalidSnsTopicException";
|
|
357
|
-
$fault = "client";
|
|
358
|
-
Topic;
|
|
359
|
-
constructor(opts) {
|
|
360
|
-
super({
|
|
361
|
-
name: "InvalidSnsTopicException",
|
|
362
|
-
$fault: "client",
|
|
363
|
-
...opts,
|
|
364
|
-
});
|
|
365
|
-
Object.setPrototypeOf(this, InvalidSnsTopicException.prototype);
|
|
366
|
-
this.Topic = opts.Topic;
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
export class RuleDoesNotExistException extends __BaseException {
|
|
370
|
-
name = "RuleDoesNotExistException";
|
|
371
|
-
$fault = "client";
|
|
372
|
-
Name;
|
|
373
|
-
constructor(opts) {
|
|
374
|
-
super({
|
|
375
|
-
name: "RuleDoesNotExistException",
|
|
376
|
-
$fault: "client",
|
|
377
|
-
...opts,
|
|
378
|
-
});
|
|
379
|
-
Object.setPrototypeOf(this, RuleDoesNotExistException.prototype);
|
|
380
|
-
this.Name = opts.Name;
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
export class InvalidTemplateException extends __BaseException {
|
|
384
|
-
name = "InvalidTemplateException";
|
|
385
|
-
$fault = "client";
|
|
386
|
-
TemplateName;
|
|
387
|
-
constructor(opts) {
|
|
388
|
-
super({
|
|
389
|
-
name: "InvalidTemplateException",
|
|
390
|
-
$fault: "client",
|
|
391
|
-
...opts,
|
|
392
|
-
});
|
|
393
|
-
Object.setPrototypeOf(this, InvalidTemplateException.prototype);
|
|
394
|
-
this.TemplateName = opts.TemplateName;
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
export const CustomMailFromStatus = {
|
|
398
|
-
Failed: "Failed",
|
|
399
|
-
Pending: "Pending",
|
|
400
|
-
Success: "Success",
|
|
401
|
-
TemporaryFailure: "TemporaryFailure",
|
|
402
|
-
};
|
|
403
|
-
export class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
|
|
404
|
-
name = "CustomVerificationEmailTemplateDoesNotExistException";
|
|
405
|
-
$fault = "client";
|
|
406
|
-
CustomVerificationEmailTemplateName;
|
|
407
|
-
constructor(opts) {
|
|
408
|
-
super({
|
|
409
|
-
name: "CustomVerificationEmailTemplateDoesNotExistException",
|
|
410
|
-
$fault: "client",
|
|
411
|
-
...opts,
|
|
412
|
-
});
|
|
413
|
-
Object.setPrototypeOf(this, CustomVerificationEmailTemplateDoesNotExistException.prototype);
|
|
414
|
-
this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
export class EventDestinationDoesNotExistException extends __BaseException {
|
|
418
|
-
name = "EventDestinationDoesNotExistException";
|
|
419
|
-
$fault = "client";
|
|
420
|
-
ConfigurationSetName;
|
|
421
|
-
EventDestinationName;
|
|
422
|
-
constructor(opts) {
|
|
423
|
-
super({
|
|
424
|
-
name: "EventDestinationDoesNotExistException",
|
|
425
|
-
$fault: "client",
|
|
426
|
-
...opts,
|
|
427
|
-
});
|
|
428
|
-
Object.setPrototypeOf(this, EventDestinationDoesNotExistException.prototype);
|
|
429
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
430
|
-
this.EventDestinationName = opts.EventDestinationName;
|
|
431
|
-
}
|
|
432
|
-
}
|
|
433
|
-
export class TrackingOptionsDoesNotExistException extends __BaseException {
|
|
434
|
-
name = "TrackingOptionsDoesNotExistException";
|
|
435
|
-
$fault = "client";
|
|
436
|
-
ConfigurationSetName;
|
|
437
|
-
constructor(opts) {
|
|
438
|
-
super({
|
|
439
|
-
name: "TrackingOptionsDoesNotExistException",
|
|
440
|
-
$fault: "client",
|
|
441
|
-
...opts,
|
|
442
|
-
});
|
|
443
|
-
Object.setPrototypeOf(this, TrackingOptionsDoesNotExistException.prototype);
|
|
444
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
export const VerificationStatus = {
|
|
448
|
-
Failed: "Failed",
|
|
449
|
-
NotStarted: "NotStarted",
|
|
450
|
-
Pending: "Pending",
|
|
451
|
-
Success: "Success",
|
|
452
|
-
TemporaryFailure: "TemporaryFailure",
|
|
453
|
-
};
|
|
454
|
-
export class TemplateDoesNotExistException extends __BaseException {
|
|
455
|
-
name = "TemplateDoesNotExistException";
|
|
456
|
-
$fault = "client";
|
|
457
|
-
TemplateName;
|
|
458
|
-
constructor(opts) {
|
|
459
|
-
super({
|
|
460
|
-
name: "TemplateDoesNotExistException",
|
|
461
|
-
$fault: "client",
|
|
462
|
-
...opts,
|
|
463
|
-
});
|
|
464
|
-
Object.setPrototypeOf(this, TemplateDoesNotExistException.prototype);
|
|
465
|
-
this.TemplateName = opts.TemplateName;
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
export const IdentityType = {
|
|
469
|
-
Domain: "Domain",
|
|
470
|
-
EmailAddress: "EmailAddress",
|
|
471
|
-
};
|
|
472
|
-
export class InvalidDeliveryOptionsException extends __BaseException {
|
|
473
|
-
name = "InvalidDeliveryOptionsException";
|
|
474
|
-
$fault = "client";
|
|
475
|
-
constructor(opts) {
|
|
476
|
-
super({
|
|
477
|
-
name: "InvalidDeliveryOptionsException",
|
|
478
|
-
$fault: "client",
|
|
479
|
-
...opts,
|
|
480
|
-
});
|
|
481
|
-
Object.setPrototypeOf(this, InvalidDeliveryOptionsException.prototype);
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
export class InvalidPolicyException extends __BaseException {
|
|
485
|
-
name = "InvalidPolicyException";
|
|
486
|
-
$fault = "client";
|
|
487
|
-
constructor(opts) {
|
|
488
|
-
super({
|
|
489
|
-
name: "InvalidPolicyException",
|
|
490
|
-
$fault: "client",
|
|
491
|
-
...opts,
|
|
492
|
-
});
|
|
493
|
-
Object.setPrototypeOf(this, InvalidPolicyException.prototype);
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
export class InvalidRenderingParameterException extends __BaseException {
|
|
497
|
-
name = "InvalidRenderingParameterException";
|
|
498
|
-
$fault = "client";
|
|
499
|
-
TemplateName;
|
|
500
|
-
constructor(opts) {
|
|
501
|
-
super({
|
|
502
|
-
name: "InvalidRenderingParameterException",
|
|
503
|
-
$fault: "client",
|
|
504
|
-
...opts,
|
|
505
|
-
});
|
|
506
|
-
Object.setPrototypeOf(this, InvalidRenderingParameterException.prototype);
|
|
507
|
-
this.TemplateName = opts.TemplateName;
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
export class MailFromDomainNotVerifiedException extends __BaseException {
|
|
511
|
-
name = "MailFromDomainNotVerifiedException";
|
|
512
|
-
$fault = "client";
|
|
513
|
-
constructor(opts) {
|
|
514
|
-
super({
|
|
515
|
-
name: "MailFromDomainNotVerifiedException",
|
|
516
|
-
$fault: "client",
|
|
517
|
-
...opts,
|
|
518
|
-
});
|
|
519
|
-
Object.setPrototypeOf(this, MailFromDomainNotVerifiedException.prototype);
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
export class MessageRejected extends __BaseException {
|
|
523
|
-
name = "MessageRejected";
|
|
524
|
-
$fault = "client";
|
|
525
|
-
constructor(opts) {
|
|
526
|
-
super({
|
|
527
|
-
name: "MessageRejected",
|
|
528
|
-
$fault: "client",
|
|
529
|
-
...opts,
|
|
530
|
-
});
|
|
531
|
-
Object.setPrototypeOf(this, MessageRejected.prototype);
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
export class MissingRenderingAttributeException extends __BaseException {
|
|
535
|
-
name = "MissingRenderingAttributeException";
|
|
536
|
-
$fault = "client";
|
|
537
|
-
TemplateName;
|
|
538
|
-
constructor(opts) {
|
|
539
|
-
super({
|
|
540
|
-
name: "MissingRenderingAttributeException",
|
|
541
|
-
$fault: "client",
|
|
542
|
-
...opts,
|
|
543
|
-
});
|
|
544
|
-
Object.setPrototypeOf(this, MissingRenderingAttributeException.prototype);
|
|
545
|
-
this.TemplateName = opts.TemplateName;
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
export const NotificationType = {
|
|
549
|
-
Bounce: "Bounce",
|
|
550
|
-
Complaint: "Complaint",
|
|
551
|
-
Delivery: "Delivery",
|
|
552
|
-
};
|
|
553
|
-
export class ProductionAccessNotGrantedException extends __BaseException {
|
|
554
|
-
name = "ProductionAccessNotGrantedException";
|
|
555
|
-
$fault = "client";
|
|
556
|
-
constructor(opts) {
|
|
557
|
-
super({
|
|
558
|
-
name: "ProductionAccessNotGrantedException",
|
|
559
|
-
$fault: "client",
|
|
560
|
-
...opts,
|
|
561
|
-
});
|
|
562
|
-
Object.setPrototypeOf(this, ProductionAccessNotGrantedException.prototype);
|
|
563
|
-
}
|
|
564
|
-
}
|
|
1
|
+
export {};
|
|
@@ -448,7 +448,7 @@ const _m = "message";
|
|
|
448
448
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ses";
|
|
449
449
|
const n0 = "com.amazonaws.ses";
|
|
450
450
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
451
|
-
import { AccountSendingPausedException as __AccountSendingPausedException, AlreadyExistsException as __AlreadyExistsException, CannotDeleteException as __CannotDeleteException, ConfigurationSetAlreadyExistsException as __ConfigurationSetAlreadyExistsException, ConfigurationSetDoesNotExistException as __ConfigurationSetDoesNotExistException, ConfigurationSetSendingPausedException as __ConfigurationSetSendingPausedException, CustomVerificationEmailInvalidContentException as __CustomVerificationEmailInvalidContentException, CustomVerificationEmailTemplateAlreadyExistsException as __CustomVerificationEmailTemplateAlreadyExistsException, CustomVerificationEmailTemplateDoesNotExistException as __CustomVerificationEmailTemplateDoesNotExistException, EventDestinationAlreadyExistsException as __EventDestinationAlreadyExistsException, EventDestinationDoesNotExistException as __EventDestinationDoesNotExistException, FromEmailAddressNotVerifiedException as __FromEmailAddressNotVerifiedException, InvalidCloudWatchDestinationException as __InvalidCloudWatchDestinationException, InvalidConfigurationSetException as __InvalidConfigurationSetException, InvalidDeliveryOptionsException as __InvalidDeliveryOptionsException, InvalidFirehoseDestinationException as __InvalidFirehoseDestinationException, InvalidLambdaFunctionException as __InvalidLambdaFunctionException, InvalidPolicyException as __InvalidPolicyException, InvalidRenderingParameterException as __InvalidRenderingParameterException, InvalidS3ConfigurationException as __InvalidS3ConfigurationException, InvalidSNSDestinationException as __InvalidSNSDestinationException, InvalidSnsTopicException as __InvalidSnsTopicException, InvalidTemplateException as __InvalidTemplateException, InvalidTrackingOptionsException as __InvalidTrackingOptionsException, LimitExceededException as __LimitExceededException, MailFromDomainNotVerifiedException as __MailFromDomainNotVerifiedException, MessageRejected as __MessageRejected, MissingRenderingAttributeException as __MissingRenderingAttributeException, ProductionAccessNotGrantedException as __ProductionAccessNotGrantedException, RuleDoesNotExistException as __RuleDoesNotExistException, RuleSetDoesNotExistException as __RuleSetDoesNotExistException, TemplateDoesNotExistException as __TemplateDoesNotExistException, TrackingOptionsAlreadyExistsException as __TrackingOptionsAlreadyExistsException, TrackingOptionsDoesNotExistException as __TrackingOptionsDoesNotExistException, } from "../models/
|
|
451
|
+
import { AccountSendingPausedException as __AccountSendingPausedException, AlreadyExistsException as __AlreadyExistsException, CannotDeleteException as __CannotDeleteException, ConfigurationSetAlreadyExistsException as __ConfigurationSetAlreadyExistsException, ConfigurationSetDoesNotExistException as __ConfigurationSetDoesNotExistException, ConfigurationSetSendingPausedException as __ConfigurationSetSendingPausedException, CustomVerificationEmailInvalidContentException as __CustomVerificationEmailInvalidContentException, CustomVerificationEmailTemplateAlreadyExistsException as __CustomVerificationEmailTemplateAlreadyExistsException, CustomVerificationEmailTemplateDoesNotExistException as __CustomVerificationEmailTemplateDoesNotExistException, EventDestinationAlreadyExistsException as __EventDestinationAlreadyExistsException, EventDestinationDoesNotExistException as __EventDestinationDoesNotExistException, FromEmailAddressNotVerifiedException as __FromEmailAddressNotVerifiedException, InvalidCloudWatchDestinationException as __InvalidCloudWatchDestinationException, InvalidConfigurationSetException as __InvalidConfigurationSetException, InvalidDeliveryOptionsException as __InvalidDeliveryOptionsException, InvalidFirehoseDestinationException as __InvalidFirehoseDestinationException, InvalidLambdaFunctionException as __InvalidLambdaFunctionException, InvalidPolicyException as __InvalidPolicyException, InvalidRenderingParameterException as __InvalidRenderingParameterException, InvalidS3ConfigurationException as __InvalidS3ConfigurationException, InvalidSNSDestinationException as __InvalidSNSDestinationException, InvalidSnsTopicException as __InvalidSnsTopicException, InvalidTemplateException as __InvalidTemplateException, InvalidTrackingOptionsException as __InvalidTrackingOptionsException, LimitExceededException as __LimitExceededException, MailFromDomainNotVerifiedException as __MailFromDomainNotVerifiedException, MessageRejected as __MessageRejected, MissingRenderingAttributeException as __MissingRenderingAttributeException, ProductionAccessNotGrantedException as __ProductionAccessNotGrantedException, RuleDoesNotExistException as __RuleDoesNotExistException, RuleSetDoesNotExistException as __RuleSetDoesNotExistException, TemplateDoesNotExistException as __TemplateDoesNotExistException, TrackingOptionsAlreadyExistsException as __TrackingOptionsAlreadyExistsException, TrackingOptionsDoesNotExistException as __TrackingOptionsDoesNotExistException, } from "../models/errors";
|
|
452
452
|
import { SESServiceException as __SESServiceException } from "../models/SESServiceException";
|
|
453
453
|
export var AccountSendingPausedException = [
|
|
454
454
|
-3,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -44,5 +44,7 @@ export type { SESExtensionConfiguration } from "./extensionConfiguration";
|
|
|
44
44
|
export * from "./commands";
|
|
45
45
|
export * from "./pagination";
|
|
46
46
|
export * from "./waiters";
|
|
47
|
-
export * from "./models";
|
|
47
|
+
export * from "./models/enums";
|
|
48
|
+
export * from "./models/errors";
|
|
49
|
+
export type * from "./models/models_0";
|
|
48
50
|
export { SESServiceException } from "./models/SESServiceException";
|