@aws-sdk/client-ses 3.987.0 → 3.989.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 +90 -2645
- package/dist-cjs/models/SESServiceException.js +12 -0
- package/dist-cjs/models/errors.js +504 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1812 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +226 -220
- package/dist-types/schemas/schemas_0.d.ts +41 -34
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +36 -34
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
18
19
|
var utilWaiter = require('@smithy/util-waiter');
|
|
20
|
+
var errors = require('./models/errors');
|
|
21
|
+
var SESServiceException = require('./models/SESServiceException');
|
|
19
22
|
|
|
20
23
|
const resolveClientEndpointParameters = (options) => {
|
|
21
24
|
return Object.assign(options, {
|
|
@@ -111,2267 +114,6 @@ class SESClient extends smithyClient.Client {
|
|
|
111
114
|
}
|
|
112
115
|
}
|
|
113
116
|
|
|
114
|
-
class SESServiceException extends smithyClient.ServiceException {
|
|
115
|
-
constructor(options) {
|
|
116
|
-
super(options);
|
|
117
|
-
Object.setPrototypeOf(this, SESServiceException.prototype);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
class AccountSendingPausedException extends SESServiceException {
|
|
122
|
-
name = "AccountSendingPausedException";
|
|
123
|
-
$fault = "client";
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "AccountSendingPausedException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, AccountSendingPausedException.prototype);
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
class AlreadyExistsException extends SESServiceException {
|
|
134
|
-
name = "AlreadyExistsException";
|
|
135
|
-
$fault = "client";
|
|
136
|
-
Name;
|
|
137
|
-
constructor(opts) {
|
|
138
|
-
super({
|
|
139
|
-
name: "AlreadyExistsException",
|
|
140
|
-
$fault: "client",
|
|
141
|
-
...opts,
|
|
142
|
-
});
|
|
143
|
-
Object.setPrototypeOf(this, AlreadyExistsException.prototype);
|
|
144
|
-
this.Name = opts.Name;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
class CannotDeleteException extends SESServiceException {
|
|
148
|
-
name = "CannotDeleteException";
|
|
149
|
-
$fault = "client";
|
|
150
|
-
Name;
|
|
151
|
-
constructor(opts) {
|
|
152
|
-
super({
|
|
153
|
-
name: "CannotDeleteException",
|
|
154
|
-
$fault: "client",
|
|
155
|
-
...opts,
|
|
156
|
-
});
|
|
157
|
-
Object.setPrototypeOf(this, CannotDeleteException.prototype);
|
|
158
|
-
this.Name = opts.Name;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
class LimitExceededException extends SESServiceException {
|
|
162
|
-
name = "LimitExceededException";
|
|
163
|
-
$fault = "client";
|
|
164
|
-
constructor(opts) {
|
|
165
|
-
super({
|
|
166
|
-
name: "LimitExceededException",
|
|
167
|
-
$fault: "client",
|
|
168
|
-
...opts,
|
|
169
|
-
});
|
|
170
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
class RuleSetDoesNotExistException extends SESServiceException {
|
|
174
|
-
name = "RuleSetDoesNotExistException";
|
|
175
|
-
$fault = "client";
|
|
176
|
-
Name;
|
|
177
|
-
constructor(opts) {
|
|
178
|
-
super({
|
|
179
|
-
name: "RuleSetDoesNotExistException",
|
|
180
|
-
$fault: "client",
|
|
181
|
-
...opts,
|
|
182
|
-
});
|
|
183
|
-
Object.setPrototypeOf(this, RuleSetDoesNotExistException.prototype);
|
|
184
|
-
this.Name = opts.Name;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
class ConfigurationSetAlreadyExistsException extends SESServiceException {
|
|
188
|
-
name = "ConfigurationSetAlreadyExistsException";
|
|
189
|
-
$fault = "client";
|
|
190
|
-
ConfigurationSetName;
|
|
191
|
-
constructor(opts) {
|
|
192
|
-
super({
|
|
193
|
-
name: "ConfigurationSetAlreadyExistsException",
|
|
194
|
-
$fault: "client",
|
|
195
|
-
...opts,
|
|
196
|
-
});
|
|
197
|
-
Object.setPrototypeOf(this, ConfigurationSetAlreadyExistsException.prototype);
|
|
198
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
class ConfigurationSetDoesNotExistException extends SESServiceException {
|
|
202
|
-
name = "ConfigurationSetDoesNotExistException";
|
|
203
|
-
$fault = "client";
|
|
204
|
-
ConfigurationSetName;
|
|
205
|
-
constructor(opts) {
|
|
206
|
-
super({
|
|
207
|
-
name: "ConfigurationSetDoesNotExistException",
|
|
208
|
-
$fault: "client",
|
|
209
|
-
...opts,
|
|
210
|
-
});
|
|
211
|
-
Object.setPrototypeOf(this, ConfigurationSetDoesNotExistException.prototype);
|
|
212
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
class ConfigurationSetSendingPausedException extends SESServiceException {
|
|
216
|
-
name = "ConfigurationSetSendingPausedException";
|
|
217
|
-
$fault = "client";
|
|
218
|
-
ConfigurationSetName;
|
|
219
|
-
constructor(opts) {
|
|
220
|
-
super({
|
|
221
|
-
name: "ConfigurationSetSendingPausedException",
|
|
222
|
-
$fault: "client",
|
|
223
|
-
...opts,
|
|
224
|
-
});
|
|
225
|
-
Object.setPrototypeOf(this, ConfigurationSetSendingPausedException.prototype);
|
|
226
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
class InvalidConfigurationSetException extends SESServiceException {
|
|
230
|
-
name = "InvalidConfigurationSetException";
|
|
231
|
-
$fault = "client";
|
|
232
|
-
constructor(opts) {
|
|
233
|
-
super({
|
|
234
|
-
name: "InvalidConfigurationSetException",
|
|
235
|
-
$fault: "client",
|
|
236
|
-
...opts,
|
|
237
|
-
});
|
|
238
|
-
Object.setPrototypeOf(this, InvalidConfigurationSetException.prototype);
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
class EventDestinationAlreadyExistsException extends SESServiceException {
|
|
242
|
-
name = "EventDestinationAlreadyExistsException";
|
|
243
|
-
$fault = "client";
|
|
244
|
-
ConfigurationSetName;
|
|
245
|
-
EventDestinationName;
|
|
246
|
-
constructor(opts) {
|
|
247
|
-
super({
|
|
248
|
-
name: "EventDestinationAlreadyExistsException",
|
|
249
|
-
$fault: "client",
|
|
250
|
-
...opts,
|
|
251
|
-
});
|
|
252
|
-
Object.setPrototypeOf(this, EventDestinationAlreadyExistsException.prototype);
|
|
253
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
254
|
-
this.EventDestinationName = opts.EventDestinationName;
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
class InvalidCloudWatchDestinationException extends SESServiceException {
|
|
258
|
-
name = "InvalidCloudWatchDestinationException";
|
|
259
|
-
$fault = "client";
|
|
260
|
-
ConfigurationSetName;
|
|
261
|
-
EventDestinationName;
|
|
262
|
-
constructor(opts) {
|
|
263
|
-
super({
|
|
264
|
-
name: "InvalidCloudWatchDestinationException",
|
|
265
|
-
$fault: "client",
|
|
266
|
-
...opts,
|
|
267
|
-
});
|
|
268
|
-
Object.setPrototypeOf(this, InvalidCloudWatchDestinationException.prototype);
|
|
269
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
270
|
-
this.EventDestinationName = opts.EventDestinationName;
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
class InvalidFirehoseDestinationException extends SESServiceException {
|
|
274
|
-
name = "InvalidFirehoseDestinationException";
|
|
275
|
-
$fault = "client";
|
|
276
|
-
ConfigurationSetName;
|
|
277
|
-
EventDestinationName;
|
|
278
|
-
constructor(opts) {
|
|
279
|
-
super({
|
|
280
|
-
name: "InvalidFirehoseDestinationException",
|
|
281
|
-
$fault: "client",
|
|
282
|
-
...opts,
|
|
283
|
-
});
|
|
284
|
-
Object.setPrototypeOf(this, InvalidFirehoseDestinationException.prototype);
|
|
285
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
286
|
-
this.EventDestinationName = opts.EventDestinationName;
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
class InvalidSNSDestinationException extends SESServiceException {
|
|
290
|
-
name = "InvalidSNSDestinationException";
|
|
291
|
-
$fault = "client";
|
|
292
|
-
ConfigurationSetName;
|
|
293
|
-
EventDestinationName;
|
|
294
|
-
constructor(opts) {
|
|
295
|
-
super({
|
|
296
|
-
name: "InvalidSNSDestinationException",
|
|
297
|
-
$fault: "client",
|
|
298
|
-
...opts,
|
|
299
|
-
});
|
|
300
|
-
Object.setPrototypeOf(this, InvalidSNSDestinationException.prototype);
|
|
301
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
302
|
-
this.EventDestinationName = opts.EventDestinationName;
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
class InvalidTrackingOptionsException extends SESServiceException {
|
|
306
|
-
name = "InvalidTrackingOptionsException";
|
|
307
|
-
$fault = "client";
|
|
308
|
-
constructor(opts) {
|
|
309
|
-
super({
|
|
310
|
-
name: "InvalidTrackingOptionsException",
|
|
311
|
-
$fault: "client",
|
|
312
|
-
...opts,
|
|
313
|
-
});
|
|
314
|
-
Object.setPrototypeOf(this, InvalidTrackingOptionsException.prototype);
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
class TrackingOptionsAlreadyExistsException extends SESServiceException {
|
|
318
|
-
name = "TrackingOptionsAlreadyExistsException";
|
|
319
|
-
$fault = "client";
|
|
320
|
-
ConfigurationSetName;
|
|
321
|
-
constructor(opts) {
|
|
322
|
-
super({
|
|
323
|
-
name: "TrackingOptionsAlreadyExistsException",
|
|
324
|
-
$fault: "client",
|
|
325
|
-
...opts,
|
|
326
|
-
});
|
|
327
|
-
Object.setPrototypeOf(this, TrackingOptionsAlreadyExistsException.prototype);
|
|
328
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
class CustomVerificationEmailInvalidContentException extends SESServiceException {
|
|
332
|
-
name = "CustomVerificationEmailInvalidContentException";
|
|
333
|
-
$fault = "client";
|
|
334
|
-
constructor(opts) {
|
|
335
|
-
super({
|
|
336
|
-
name: "CustomVerificationEmailInvalidContentException",
|
|
337
|
-
$fault: "client",
|
|
338
|
-
...opts,
|
|
339
|
-
});
|
|
340
|
-
Object.setPrototypeOf(this, CustomVerificationEmailInvalidContentException.prototype);
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
class CustomVerificationEmailTemplateAlreadyExistsException extends SESServiceException {
|
|
344
|
-
name = "CustomVerificationEmailTemplateAlreadyExistsException";
|
|
345
|
-
$fault = "client";
|
|
346
|
-
CustomVerificationEmailTemplateName;
|
|
347
|
-
constructor(opts) {
|
|
348
|
-
super({
|
|
349
|
-
name: "CustomVerificationEmailTemplateAlreadyExistsException",
|
|
350
|
-
$fault: "client",
|
|
351
|
-
...opts,
|
|
352
|
-
});
|
|
353
|
-
Object.setPrototypeOf(this, CustomVerificationEmailTemplateAlreadyExistsException.prototype);
|
|
354
|
-
this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
class FromEmailAddressNotVerifiedException extends SESServiceException {
|
|
358
|
-
name = "FromEmailAddressNotVerifiedException";
|
|
359
|
-
$fault = "client";
|
|
360
|
-
FromEmailAddress;
|
|
361
|
-
constructor(opts) {
|
|
362
|
-
super({
|
|
363
|
-
name: "FromEmailAddressNotVerifiedException",
|
|
364
|
-
$fault: "client",
|
|
365
|
-
...opts,
|
|
366
|
-
});
|
|
367
|
-
Object.setPrototypeOf(this, FromEmailAddressNotVerifiedException.prototype);
|
|
368
|
-
this.FromEmailAddress = opts.FromEmailAddress;
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
class InvalidLambdaFunctionException extends SESServiceException {
|
|
372
|
-
name = "InvalidLambdaFunctionException";
|
|
373
|
-
$fault = "client";
|
|
374
|
-
FunctionArn;
|
|
375
|
-
constructor(opts) {
|
|
376
|
-
super({
|
|
377
|
-
name: "InvalidLambdaFunctionException",
|
|
378
|
-
$fault: "client",
|
|
379
|
-
...opts,
|
|
380
|
-
});
|
|
381
|
-
Object.setPrototypeOf(this, InvalidLambdaFunctionException.prototype);
|
|
382
|
-
this.FunctionArn = opts.FunctionArn;
|
|
383
|
-
}
|
|
384
|
-
}
|
|
385
|
-
class InvalidS3ConfigurationException extends SESServiceException {
|
|
386
|
-
name = "InvalidS3ConfigurationException";
|
|
387
|
-
$fault = "client";
|
|
388
|
-
Bucket;
|
|
389
|
-
constructor(opts) {
|
|
390
|
-
super({
|
|
391
|
-
name: "InvalidS3ConfigurationException",
|
|
392
|
-
$fault: "client",
|
|
393
|
-
...opts,
|
|
394
|
-
});
|
|
395
|
-
Object.setPrototypeOf(this, InvalidS3ConfigurationException.prototype);
|
|
396
|
-
this.Bucket = opts.Bucket;
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
class InvalidSnsTopicException extends SESServiceException {
|
|
400
|
-
name = "InvalidSnsTopicException";
|
|
401
|
-
$fault = "client";
|
|
402
|
-
Topic;
|
|
403
|
-
constructor(opts) {
|
|
404
|
-
super({
|
|
405
|
-
name: "InvalidSnsTopicException",
|
|
406
|
-
$fault: "client",
|
|
407
|
-
...opts,
|
|
408
|
-
});
|
|
409
|
-
Object.setPrototypeOf(this, InvalidSnsTopicException.prototype);
|
|
410
|
-
this.Topic = opts.Topic;
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
class RuleDoesNotExistException extends SESServiceException {
|
|
414
|
-
name = "RuleDoesNotExistException";
|
|
415
|
-
$fault = "client";
|
|
416
|
-
Name;
|
|
417
|
-
constructor(opts) {
|
|
418
|
-
super({
|
|
419
|
-
name: "RuleDoesNotExistException",
|
|
420
|
-
$fault: "client",
|
|
421
|
-
...opts,
|
|
422
|
-
});
|
|
423
|
-
Object.setPrototypeOf(this, RuleDoesNotExistException.prototype);
|
|
424
|
-
this.Name = opts.Name;
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
class InvalidTemplateException extends SESServiceException {
|
|
428
|
-
name = "InvalidTemplateException";
|
|
429
|
-
$fault = "client";
|
|
430
|
-
TemplateName;
|
|
431
|
-
constructor(opts) {
|
|
432
|
-
super({
|
|
433
|
-
name: "InvalidTemplateException",
|
|
434
|
-
$fault: "client",
|
|
435
|
-
...opts,
|
|
436
|
-
});
|
|
437
|
-
Object.setPrototypeOf(this, InvalidTemplateException.prototype);
|
|
438
|
-
this.TemplateName = opts.TemplateName;
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
class CustomVerificationEmailTemplateDoesNotExistException extends SESServiceException {
|
|
442
|
-
name = "CustomVerificationEmailTemplateDoesNotExistException";
|
|
443
|
-
$fault = "client";
|
|
444
|
-
CustomVerificationEmailTemplateName;
|
|
445
|
-
constructor(opts) {
|
|
446
|
-
super({
|
|
447
|
-
name: "CustomVerificationEmailTemplateDoesNotExistException",
|
|
448
|
-
$fault: "client",
|
|
449
|
-
...opts,
|
|
450
|
-
});
|
|
451
|
-
Object.setPrototypeOf(this, CustomVerificationEmailTemplateDoesNotExistException.prototype);
|
|
452
|
-
this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
class EventDestinationDoesNotExistException extends SESServiceException {
|
|
456
|
-
name = "EventDestinationDoesNotExistException";
|
|
457
|
-
$fault = "client";
|
|
458
|
-
ConfigurationSetName;
|
|
459
|
-
EventDestinationName;
|
|
460
|
-
constructor(opts) {
|
|
461
|
-
super({
|
|
462
|
-
name: "EventDestinationDoesNotExistException",
|
|
463
|
-
$fault: "client",
|
|
464
|
-
...opts,
|
|
465
|
-
});
|
|
466
|
-
Object.setPrototypeOf(this, EventDestinationDoesNotExistException.prototype);
|
|
467
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
468
|
-
this.EventDestinationName = opts.EventDestinationName;
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
class TrackingOptionsDoesNotExistException extends SESServiceException {
|
|
472
|
-
name = "TrackingOptionsDoesNotExistException";
|
|
473
|
-
$fault = "client";
|
|
474
|
-
ConfigurationSetName;
|
|
475
|
-
constructor(opts) {
|
|
476
|
-
super({
|
|
477
|
-
name: "TrackingOptionsDoesNotExistException",
|
|
478
|
-
$fault: "client",
|
|
479
|
-
...opts,
|
|
480
|
-
});
|
|
481
|
-
Object.setPrototypeOf(this, TrackingOptionsDoesNotExistException.prototype);
|
|
482
|
-
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
class TemplateDoesNotExistException extends SESServiceException {
|
|
486
|
-
name = "TemplateDoesNotExistException";
|
|
487
|
-
$fault = "client";
|
|
488
|
-
TemplateName;
|
|
489
|
-
constructor(opts) {
|
|
490
|
-
super({
|
|
491
|
-
name: "TemplateDoesNotExistException",
|
|
492
|
-
$fault: "client",
|
|
493
|
-
...opts,
|
|
494
|
-
});
|
|
495
|
-
Object.setPrototypeOf(this, TemplateDoesNotExistException.prototype);
|
|
496
|
-
this.TemplateName = opts.TemplateName;
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
class InvalidDeliveryOptionsException extends SESServiceException {
|
|
500
|
-
name = "InvalidDeliveryOptionsException";
|
|
501
|
-
$fault = "client";
|
|
502
|
-
constructor(opts) {
|
|
503
|
-
super({
|
|
504
|
-
name: "InvalidDeliveryOptionsException",
|
|
505
|
-
$fault: "client",
|
|
506
|
-
...opts,
|
|
507
|
-
});
|
|
508
|
-
Object.setPrototypeOf(this, InvalidDeliveryOptionsException.prototype);
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
class InvalidPolicyException extends SESServiceException {
|
|
512
|
-
name = "InvalidPolicyException";
|
|
513
|
-
$fault = "client";
|
|
514
|
-
constructor(opts) {
|
|
515
|
-
super({
|
|
516
|
-
name: "InvalidPolicyException",
|
|
517
|
-
$fault: "client",
|
|
518
|
-
...opts,
|
|
519
|
-
});
|
|
520
|
-
Object.setPrototypeOf(this, InvalidPolicyException.prototype);
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
class InvalidRenderingParameterException extends SESServiceException {
|
|
524
|
-
name = "InvalidRenderingParameterException";
|
|
525
|
-
$fault = "client";
|
|
526
|
-
TemplateName;
|
|
527
|
-
constructor(opts) {
|
|
528
|
-
super({
|
|
529
|
-
name: "InvalidRenderingParameterException",
|
|
530
|
-
$fault: "client",
|
|
531
|
-
...opts,
|
|
532
|
-
});
|
|
533
|
-
Object.setPrototypeOf(this, InvalidRenderingParameterException.prototype);
|
|
534
|
-
this.TemplateName = opts.TemplateName;
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
class MailFromDomainNotVerifiedException extends SESServiceException {
|
|
538
|
-
name = "MailFromDomainNotVerifiedException";
|
|
539
|
-
$fault = "client";
|
|
540
|
-
constructor(opts) {
|
|
541
|
-
super({
|
|
542
|
-
name: "MailFromDomainNotVerifiedException",
|
|
543
|
-
$fault: "client",
|
|
544
|
-
...opts,
|
|
545
|
-
});
|
|
546
|
-
Object.setPrototypeOf(this, MailFromDomainNotVerifiedException.prototype);
|
|
547
|
-
}
|
|
548
|
-
}
|
|
549
|
-
class MessageRejected extends SESServiceException {
|
|
550
|
-
name = "MessageRejected";
|
|
551
|
-
$fault = "client";
|
|
552
|
-
constructor(opts) {
|
|
553
|
-
super({
|
|
554
|
-
name: "MessageRejected",
|
|
555
|
-
$fault: "client",
|
|
556
|
-
...opts,
|
|
557
|
-
});
|
|
558
|
-
Object.setPrototypeOf(this, MessageRejected.prototype);
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
class MissingRenderingAttributeException extends SESServiceException {
|
|
562
|
-
name = "MissingRenderingAttributeException";
|
|
563
|
-
$fault = "client";
|
|
564
|
-
TemplateName;
|
|
565
|
-
constructor(opts) {
|
|
566
|
-
super({
|
|
567
|
-
name: "MissingRenderingAttributeException",
|
|
568
|
-
$fault: "client",
|
|
569
|
-
...opts,
|
|
570
|
-
});
|
|
571
|
-
Object.setPrototypeOf(this, MissingRenderingAttributeException.prototype);
|
|
572
|
-
this.TemplateName = opts.TemplateName;
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
class ProductionAccessNotGrantedException extends SESServiceException {
|
|
576
|
-
name = "ProductionAccessNotGrantedException";
|
|
577
|
-
$fault = "client";
|
|
578
|
-
constructor(opts) {
|
|
579
|
-
super({
|
|
580
|
-
name: "ProductionAccessNotGrantedException",
|
|
581
|
-
$fault: "client",
|
|
582
|
-
...opts,
|
|
583
|
-
});
|
|
584
|
-
Object.setPrototypeOf(this, ProductionAccessNotGrantedException.prototype);
|
|
585
|
-
}
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
const _A = "After";
|
|
589
|
-
const _AD = "ArrivalDate";
|
|
590
|
-
const _AEE = "AlreadyExistsException";
|
|
591
|
-
const _AHA = "AddHeaderAction";
|
|
592
|
-
const _ASPE = "AccountSendingPausedException";
|
|
593
|
-
const _Ac = "Actions";
|
|
594
|
-
const _Act = "Action";
|
|
595
|
-
const _B = "Body";
|
|
596
|
-
const _BA = "BounceAction";
|
|
597
|
-
const _BAc = "BccAddresses";
|
|
598
|
-
const _BED = "BulkEmailDestination";
|
|
599
|
-
const _BEDL = "BulkEmailDestinationList";
|
|
600
|
-
const _BEDS = "BulkEmailDestinationStatus";
|
|
601
|
-
const _BEDSL = "BulkEmailDestinationStatusList";
|
|
602
|
-
const _BN = "BucketName";
|
|
603
|
-
const _BOMXF = "BehaviorOnMXFailure";
|
|
604
|
-
const _BRI = "BouncedRecipientInfo";
|
|
605
|
-
const _BRIL = "BouncedRecipientInfoList";
|
|
606
|
-
const _BS = "BounceSender";
|
|
607
|
-
const _BSA = "BounceSenderArn";
|
|
608
|
-
const _BT = "BounceType";
|
|
609
|
-
const _BTo = "BounceTopic";
|
|
610
|
-
const _Bo = "Bounces";
|
|
611
|
-
const _Bu = "Bucket";
|
|
612
|
-
const _C = "Content";
|
|
613
|
-
const _CA = "ConnectAction";
|
|
614
|
-
const _CAc = "CcAddresses";
|
|
615
|
-
const _CCS = "CreateConfigurationSet";
|
|
616
|
-
const _CCSED = "CreateConfigurationSetEventDestination";
|
|
617
|
-
const _CCSEDR = "CreateConfigurationSetEventDestinationRequest";
|
|
618
|
-
const _CCSEDRr = "CreateConfigurationSetEventDestinationResponse";
|
|
619
|
-
const _CCSR = "CreateConfigurationSetRequest";
|
|
620
|
-
const _CCSRr = "CreateConfigurationSetResponse";
|
|
621
|
-
const _CCSTO = "CreateConfigurationSetTrackingOptions";
|
|
622
|
-
const _CCSTOR = "CreateConfigurationSetTrackingOptionsRequest";
|
|
623
|
-
const _CCSTORr = "CreateConfigurationSetTrackingOptionsResponse";
|
|
624
|
-
const _CCVET = "CreateCustomVerificationEmailTemplate";
|
|
625
|
-
const _CCVETR = "CreateCustomVerificationEmailTemplateRequest";
|
|
626
|
-
const _CDE = "CannotDeleteException";
|
|
627
|
-
const _CRD = "CustomRedirectDomain";
|
|
628
|
-
const _CRF = "CreateReceiptFilter";
|
|
629
|
-
const _CRFR = "CreateReceiptFilterRequest";
|
|
630
|
-
const _CRFRr = "CreateReceiptFilterResponse";
|
|
631
|
-
const _CRR = "CreateReceiptRule";
|
|
632
|
-
const _CRRR = "CreateReceiptRuleRequest";
|
|
633
|
-
const _CRRRr = "CreateReceiptRuleResponse";
|
|
634
|
-
const _CRRS = "CloneReceiptRuleSet";
|
|
635
|
-
const _CRRSR = "CloneReceiptRuleSetRequest";
|
|
636
|
-
const _CRRSRl = "CloneReceiptRuleSetResponse";
|
|
637
|
-
const _CRRSRr = "CreateReceiptRuleSetRequest";
|
|
638
|
-
const _CRRSRre = "CreateReceiptRuleSetResponse";
|
|
639
|
-
const _CRRSr = "CreateReceiptRuleSet";
|
|
640
|
-
const _CS = "ConfigurationSet";
|
|
641
|
-
const _CSAEE = "ConfigurationSetAlreadyExistsException";
|
|
642
|
-
const _CSAN = "ConfigurationSetAttributeNames";
|
|
643
|
-
const _CSDNEE = "ConfigurationSetDoesNotExistException";
|
|
644
|
-
const _CSN = "ConfigurationSetName";
|
|
645
|
-
const _CSSPE = "ConfigurationSetSendingPausedException";
|
|
646
|
-
const _CSo = "ConfigurationSets";
|
|
647
|
-
const _CT = "ComplaintTopic";
|
|
648
|
-
const _CTR = "CreateTemplateRequest";
|
|
649
|
-
const _CTRr = "CreateTemplateResponse";
|
|
650
|
-
const _CTr = "CreatedTimestamp";
|
|
651
|
-
const _CTre = "CreateTemplate";
|
|
652
|
-
const _CVEICE = "CustomVerificationEmailInvalidContentException";
|
|
653
|
-
const _CVET = "CustomVerificationEmailTemplate";
|
|
654
|
-
const _CVETAEE = "CustomVerificationEmailTemplateAlreadyExistsException";
|
|
655
|
-
const _CVETDNEE = "CustomVerificationEmailTemplateDoesNotExistException";
|
|
656
|
-
const _CVETN = "CustomVerificationEmailTemplateName";
|
|
657
|
-
const _CVETu = "CustomVerificationEmailTemplates";
|
|
658
|
-
const _CWD = "CloudWatchDestination";
|
|
659
|
-
const _CWDC = "CloudWatchDimensionConfiguration";
|
|
660
|
-
const _CWDCl = "CloudWatchDimensionConfigurations";
|
|
661
|
-
const _Ch = "Charset";
|
|
662
|
-
const _Ci = "Cidr";
|
|
663
|
-
const _Co = "Complaints";
|
|
664
|
-
const _D = "Destination";
|
|
665
|
-
const _DA = "DkimAttributes";
|
|
666
|
-
const _DARRS = "DescribeActiveReceiptRuleSet";
|
|
667
|
-
const _DARRSR = "DescribeActiveReceiptRuleSetRequest";
|
|
668
|
-
const _DARRSRe = "DescribeActiveReceiptRuleSetResponse";
|
|
669
|
-
const _DAe = "DeliveryAttempts";
|
|
670
|
-
const _DC = "DimensionConfigurations";
|
|
671
|
-
const _DCS = "DeleteConfigurationSet";
|
|
672
|
-
const _DCSED = "DeleteConfigurationSetEventDestination";
|
|
673
|
-
const _DCSEDR = "DeleteConfigurationSetEventDestinationRequest";
|
|
674
|
-
const _DCSEDRe = "DeleteConfigurationSetEventDestinationResponse";
|
|
675
|
-
const _DCSR = "DeleteConfigurationSetRequest";
|
|
676
|
-
const _DCSRe = "DeleteConfigurationSetResponse";
|
|
677
|
-
const _DCSRes = "DescribeConfigurationSetRequest";
|
|
678
|
-
const _DCSResc = "DescribeConfigurationSetResponse";
|
|
679
|
-
const _DCSTO = "DeleteConfigurationSetTrackingOptions";
|
|
680
|
-
const _DCSTOR = "DeleteConfigurationSetTrackingOptionsRequest";
|
|
681
|
-
const _DCSTORe = "DeleteConfigurationSetTrackingOptionsResponse";
|
|
682
|
-
const _DCSe = "DescribeConfigurationSet";
|
|
683
|
-
const _DCVET = "DeleteCustomVerificationEmailTemplate";
|
|
684
|
-
const _DCVETR = "DeleteCustomVerificationEmailTemplateRequest";
|
|
685
|
-
const _DCi = "DiagnosticCode";
|
|
686
|
-
const _DDV = "DefaultDimensionValue";
|
|
687
|
-
const _DE = "DkimEnabled";
|
|
688
|
-
const _DI = "DeleteIdentity";
|
|
689
|
-
const _DIP = "DeleteIdentityPolicy";
|
|
690
|
-
const _DIPR = "DeleteIdentityPolicyRequest";
|
|
691
|
-
const _DIPRe = "DeleteIdentityPolicyResponse";
|
|
692
|
-
const _DIR = "DeleteIdentityRequest";
|
|
693
|
-
const _DIRe = "DeleteIdentityResponse";
|
|
694
|
-
const _DN = "DimensionName";
|
|
695
|
-
const _DO = "DeliveryOptions";
|
|
696
|
-
const _DRF = "DeleteReceiptFilter";
|
|
697
|
-
const _DRFR = "DeleteReceiptFilterRequest";
|
|
698
|
-
const _DRFRe = "DeleteReceiptFilterResponse";
|
|
699
|
-
const _DRR = "DeleteReceiptRule";
|
|
700
|
-
const _DRRR = "DeleteReceiptRuleRequest";
|
|
701
|
-
const _DRRRe = "DeleteReceiptRuleResponse";
|
|
702
|
-
const _DRRRes = "DescribeReceiptRuleRequest";
|
|
703
|
-
const _DRRResc = "DescribeReceiptRuleResponse";
|
|
704
|
-
const _DRRS = "DeleteReceiptRuleSet";
|
|
705
|
-
const _DRRSR = "DeleteReceiptRuleSetRequest";
|
|
706
|
-
const _DRRSRe = "DeleteReceiptRuleSetResponse";
|
|
707
|
-
const _DRRSRes = "DescribeReceiptRuleSetRequest";
|
|
708
|
-
const _DRRSResc = "DescribeReceiptRuleSetResponse";
|
|
709
|
-
const _DRRSe = "DescribeReceiptRuleSet";
|
|
710
|
-
const _DRRe = "DescribeReceiptRule";
|
|
711
|
-
const _DSARN = "DeliveryStreamARN";
|
|
712
|
-
const _DT = "DkimTokens";
|
|
713
|
-
const _DTD = "DefaultTemplateData";
|
|
714
|
-
const _DTR = "DeleteTemplateRequest";
|
|
715
|
-
const _DTRe = "DeleteTemplateResponse";
|
|
716
|
-
const _DTe = "DeliveryTopic";
|
|
717
|
-
const _DTef = "DefaultTags";
|
|
718
|
-
const _DTel = "DeleteTemplate";
|
|
719
|
-
const _DVEA = "DeleteVerifiedEmailAddress";
|
|
720
|
-
const _DVEAR = "DeleteVerifiedEmailAddressRequest";
|
|
721
|
-
const _DVS = "DimensionValueSource";
|
|
722
|
-
const _DVSk = "DkimVerificationStatus";
|
|
723
|
-
const _Da = "Data";
|
|
724
|
-
const _De = "Destinations";
|
|
725
|
-
const _Do = "Domain";
|
|
726
|
-
const _E = "Error";
|
|
727
|
-
const _EA = "EmailAddress";
|
|
728
|
-
const _ED = "EventDestination";
|
|
729
|
-
const _EDAEE = "EventDestinationAlreadyExistsException";
|
|
730
|
-
const _EDDNEE = "EventDestinationDoesNotExistException";
|
|
731
|
-
const _EDN = "EventDestinationName";
|
|
732
|
-
const _EDv = "EventDestinations";
|
|
733
|
-
const _EF = "ExtensionField";
|
|
734
|
-
const _EFL = "ExtensionFieldList";
|
|
735
|
-
const _EFx = "ExtensionFields";
|
|
736
|
-
const _En = "Enabled";
|
|
737
|
-
const _Enc = "Encoding";
|
|
738
|
-
const _Ex = "Explanation";
|
|
739
|
-
const _F = "Filter";
|
|
740
|
-
const _FA = "FunctionArn";
|
|
741
|
-
const _FAr = "FromArn";
|
|
742
|
-
const _FE = "ForwardingEnabled";
|
|
743
|
-
const _FEA = "FromEmailAddress";
|
|
744
|
-
const _FEANVE = "FromEmailAddressNotVerifiedException";
|
|
745
|
-
const _FN = "FilterName";
|
|
746
|
-
const _FR = "FinalRecipient";
|
|
747
|
-
const _FRURL = "FailureRedirectionURL";
|
|
748
|
-
const _Fi = "Filters";
|
|
749
|
-
const _GASE = "GetAccountSendingEnabled";
|
|
750
|
-
const _GASER = "GetAccountSendingEnabledResponse";
|
|
751
|
-
const _GCVET = "GetCustomVerificationEmailTemplate";
|
|
752
|
-
const _GCVETR = "GetCustomVerificationEmailTemplateRequest";
|
|
753
|
-
const _GCVETRe = "GetCustomVerificationEmailTemplateResponse";
|
|
754
|
-
const _GIDA = "GetIdentityDkimAttributes";
|
|
755
|
-
const _GIDAR = "GetIdentityDkimAttributesRequest";
|
|
756
|
-
const _GIDARe = "GetIdentityDkimAttributesResponse";
|
|
757
|
-
const _GIMFDA = "GetIdentityMailFromDomainAttributes";
|
|
758
|
-
const _GIMFDAR = "GetIdentityMailFromDomainAttributesRequest";
|
|
759
|
-
const _GIMFDARe = "GetIdentityMailFromDomainAttributesResponse";
|
|
760
|
-
const _GINA = "GetIdentityNotificationAttributes";
|
|
761
|
-
const _GINAR = "GetIdentityNotificationAttributesRequest";
|
|
762
|
-
const _GINARe = "GetIdentityNotificationAttributesResponse";
|
|
763
|
-
const _GIP = "GetIdentityPolicies";
|
|
764
|
-
const _GIPR = "GetIdentityPoliciesRequest";
|
|
765
|
-
const _GIPRe = "GetIdentityPoliciesResponse";
|
|
766
|
-
const _GIVA = "GetIdentityVerificationAttributes";
|
|
767
|
-
const _GIVAR = "GetIdentityVerificationAttributesRequest";
|
|
768
|
-
const _GIVARe = "GetIdentityVerificationAttributesResponse";
|
|
769
|
-
const _GSQ = "GetSendQuota";
|
|
770
|
-
const _GSQR = "GetSendQuotaResponse";
|
|
771
|
-
const _GSS = "GetSendStatistics";
|
|
772
|
-
const _GSSR = "GetSendStatisticsResponse";
|
|
773
|
-
const _GT = "GetTemplate";
|
|
774
|
-
const _GTR = "GetTemplateRequest";
|
|
775
|
-
const _GTRe = "GetTemplateResponse";
|
|
776
|
-
const _H = "Html";
|
|
777
|
-
const _HIBNE = "HeadersInBounceNotificationsEnabled";
|
|
778
|
-
const _HICNE = "HeadersInComplaintNotificationsEnabled";
|
|
779
|
-
const _HIDNE = "HeadersInDeliveryNotificationsEnabled";
|
|
780
|
-
const _HN = "HeaderName";
|
|
781
|
-
const _HP = "HtmlPart";
|
|
782
|
-
const _HV = "HeaderValue";
|
|
783
|
-
const _I = "Identity";
|
|
784
|
-
const _IAMRARN = "IAMRoleARN";
|
|
785
|
-
const _IARN = "InstanceARN";
|
|
786
|
-
const _ICSE = "InvalidConfigurationSetException";
|
|
787
|
-
const _ICWDE = "InvalidCloudWatchDestinationException";
|
|
788
|
-
const _IDA = "IdentityDkimAttributes";
|
|
789
|
-
const _IDOE = "InvalidDeliveryOptionsException";
|
|
790
|
-
const _IF = "IpFilter";
|
|
791
|
-
const _IFDE = "InvalidFirehoseDestinationException";
|
|
792
|
-
const _ILFE = "InvalidLambdaFunctionException";
|
|
793
|
-
const _IMFDA = "IdentityMailFromDomainAttributes";
|
|
794
|
-
const _INA = "IdentityNotificationAttributes";
|
|
795
|
-
const _IPE = "InvalidPolicyException";
|
|
796
|
-
const _IRA = "IamRoleArn";
|
|
797
|
-
const _IRPE = "InvalidRenderingParameterException";
|
|
798
|
-
const _ISCE = "InvalidS3ConfigurationException";
|
|
799
|
-
const _ISNSDE = "InvalidSNSDestinationException";
|
|
800
|
-
const _ISTE = "InvalidSnsTopicException";
|
|
801
|
-
const _IT = "InvocationType";
|
|
802
|
-
const _ITE = "InvalidTemplateException";
|
|
803
|
-
const _ITOE = "InvalidTrackingOptionsException";
|
|
804
|
-
const _ITd = "IdentityType";
|
|
805
|
-
const _IVA = "IdentityVerificationAttributes";
|
|
806
|
-
const _Id = "Identities";
|
|
807
|
-
const _KFD = "KinesisFirehoseDestination";
|
|
808
|
-
const _KKA = "KmsKeyArn";
|
|
809
|
-
const _LA = "LambdaAction";
|
|
810
|
-
const _LAD = "LastAttemptDate";
|
|
811
|
-
const _LCS = "ListConfigurationSets";
|
|
812
|
-
const _LCSR = "ListConfigurationSetsRequest";
|
|
813
|
-
const _LCSRi = "ListConfigurationSetsResponse";
|
|
814
|
-
const _LCVET = "ListCustomVerificationEmailTemplates";
|
|
815
|
-
const _LCVETR = "ListCustomVerificationEmailTemplatesRequest";
|
|
816
|
-
const _LCVETRi = "ListCustomVerificationEmailTemplatesResponse";
|
|
817
|
-
const _LEE = "LimitExceededException";
|
|
818
|
-
const _LFS = "LastFreshStart";
|
|
819
|
-
const _LI = "ListIdentities";
|
|
820
|
-
const _LIP = "ListIdentityPolicies";
|
|
821
|
-
const _LIPR = "ListIdentityPoliciesRequest";
|
|
822
|
-
const _LIPRi = "ListIdentityPoliciesResponse";
|
|
823
|
-
const _LIR = "ListIdentitiesRequest";
|
|
824
|
-
const _LIRi = "ListIdentitiesResponse";
|
|
825
|
-
const _LRF = "ListReceiptFilters";
|
|
826
|
-
const _LRFR = "ListReceiptFiltersRequest";
|
|
827
|
-
const _LRFRi = "ListReceiptFiltersResponse";
|
|
828
|
-
const _LRRS = "ListReceiptRuleSets";
|
|
829
|
-
const _LRRSR = "ListReceiptRuleSetsRequest";
|
|
830
|
-
const _LRRSRi = "ListReceiptRuleSetsResponse";
|
|
831
|
-
const _LT = "ListTemplates";
|
|
832
|
-
const _LTR = "ListTemplatesRequest";
|
|
833
|
-
const _LTRi = "ListTemplatesResponse";
|
|
834
|
-
const _LVEA = "ListVerifiedEmailAddresses";
|
|
835
|
-
const _LVEAR = "ListVerifiedEmailAddressesResponse";
|
|
836
|
-
const _M = "Message";
|
|
837
|
-
const _MD = "MessageDsn";
|
|
838
|
-
const _MET = "MatchingEventTypes";
|
|
839
|
-
const _MFD = "MailFromDomain";
|
|
840
|
-
const _MFDA = "MailFromDomainAttributes";
|
|
841
|
-
const _MFDNVE = "MailFromDomainNotVerifiedException";
|
|
842
|
-
const _MFDS = "MailFromDomainStatus";
|
|
843
|
-
const _MHS = "Max24HourSend";
|
|
844
|
-
const _MI = "MessageId";
|
|
845
|
-
const _MIa = "MaxItems";
|
|
846
|
-
const _MR = "MaxResults";
|
|
847
|
-
const _MRAE = "MissingRenderingAttributeException";
|
|
848
|
-
const _MRe = "MessageRejected";
|
|
849
|
-
const _MSR = "MaxSendRate";
|
|
850
|
-
const _MT = "MessageTag";
|
|
851
|
-
const _MTL = "MessageTagList";
|
|
852
|
-
const _Me = "Metadata";
|
|
853
|
-
const _N = "Name";
|
|
854
|
-
const _NA = "NotificationAttributes";
|
|
855
|
-
const _NT = "NextToken";
|
|
856
|
-
const _NTo = "NotificationType";
|
|
857
|
-
const _OA = "OrganizationArn";
|
|
858
|
-
const _OKP = "ObjectKeyPrefix";
|
|
859
|
-
const _OMI = "OriginalMessageId";
|
|
860
|
-
const _ORSN = "OriginalRuleSetName";
|
|
861
|
-
const _P = "Policies";
|
|
862
|
-
const _PANGE = "ProductionAccessNotGrantedException";
|
|
863
|
-
const _PCSDO = "PutConfigurationSetDeliveryOptions";
|
|
864
|
-
const _PCSDOR = "PutConfigurationSetDeliveryOptionsRequest";
|
|
865
|
-
const _PCSDORu = "PutConfigurationSetDeliveryOptionsResponse";
|
|
866
|
-
const _PIP = "PutIdentityPolicy";
|
|
867
|
-
const _PIPR = "PutIdentityPolicyRequest";
|
|
868
|
-
const _PIPRu = "PutIdentityPolicyResponse";
|
|
869
|
-
const _PN = "PolicyName";
|
|
870
|
-
const _PNo = "PolicyNames";
|
|
871
|
-
const _Po = "Policy";
|
|
872
|
-
const _R = "Recipient";
|
|
873
|
-
const _RA = "RecipientArn";
|
|
874
|
-
const _RAL = "ReceiptActionsList";
|
|
875
|
-
const _RAe = "ReceiptAction";
|
|
876
|
-
const _RDF = "RecipientDsnFields";
|
|
877
|
-
const _RDNEE = "RuleDoesNotExistException";
|
|
878
|
-
const _RF = "ReceiptFilter";
|
|
879
|
-
const _RFL = "ReceiptFilterList";
|
|
880
|
-
const _RIF = "ReceiptIpFilter";
|
|
881
|
-
const _RM = "ReportingMta";
|
|
882
|
-
const _RME = "ReputationMetricsEnabled";
|
|
883
|
-
const _RMa = "RawMessage";
|
|
884
|
-
const _RMe = "RemoteMta";
|
|
885
|
-
const _RN = "RuleName";
|
|
886
|
-
const _RNu = "RuleNames";
|
|
887
|
-
const _RO = "ReputationOptions";
|
|
888
|
-
const _RP = "ReturnPath";
|
|
889
|
-
const _RPA = "ReturnPathArn";
|
|
890
|
-
const _RR = "ReceiptRule";
|
|
891
|
-
const _RRL = "ReceiptRulesList";
|
|
892
|
-
const _RRRS = "ReorderReceiptRuleSet";
|
|
893
|
-
const _RRRSR = "ReorderReceiptRuleSetRequest";
|
|
894
|
-
const _RRRSRe = "ReorderReceiptRuleSetResponse";
|
|
895
|
-
const _RRSL = "ReceiptRuleSetsLists";
|
|
896
|
-
const _RRSM = "ReceiptRuleSetMetadata";
|
|
897
|
-
const _RS = "RuleSets";
|
|
898
|
-
const _RSDNEE = "RuleSetDoesNotExistException";
|
|
899
|
-
const _RSN = "RuleSetName";
|
|
900
|
-
const _RT = "ReplacementTags";
|
|
901
|
-
const _RTA = "ReplyToAddresses";
|
|
902
|
-
const _RTD = "ReplacementTemplateData";
|
|
903
|
-
const _RTe = "RenderedTemplate";
|
|
904
|
-
const _Re = "Recipients";
|
|
905
|
-
const _Rej = "Rejects";
|
|
906
|
-
const _Ru = "Rule";
|
|
907
|
-
const _Rul = "Rules";
|
|
908
|
-
const _S = "Sender";
|
|
909
|
-
const _SA = "S3Action";
|
|
910
|
-
const _SARRS = "SetActiveReceiptRuleSet";
|
|
911
|
-
const _SARRSR = "SetActiveReceiptRuleSetRequest";
|
|
912
|
-
const _SARRSRe = "SetActiveReceiptRuleSetResponse";
|
|
913
|
-
const _SAo = "SourceArn";
|
|
914
|
-
const _SAt = "StopAction";
|
|
915
|
-
const _SB = "SendBounce";
|
|
916
|
-
const _SBR = "SendBounceRequest";
|
|
917
|
-
const _SBRe = "SendBounceResponse";
|
|
918
|
-
const _SBTE = "SendBulkTemplatedEmail";
|
|
919
|
-
const _SBTER = "SendBulkTemplatedEmailRequest";
|
|
920
|
-
const _SBTERe = "SendBulkTemplatedEmailResponse";
|
|
921
|
-
const _SC = "StatusCode";
|
|
922
|
-
const _SCVE = "SendCustomVerificationEmail";
|
|
923
|
-
const _SCVER = "SendCustomVerificationEmailRequest";
|
|
924
|
-
const _SCVERe = "SendCustomVerificationEmailResponse";
|
|
925
|
-
const _SDP = "SendDataPoints";
|
|
926
|
-
const _SDPL = "SendDataPointList";
|
|
927
|
-
const _SDPe = "SendDataPoint";
|
|
928
|
-
const _SE = "ScanEnabled";
|
|
929
|
-
const _SER = "SendEmailRequest";
|
|
930
|
-
const _SERe = "SendEmailResponse";
|
|
931
|
-
const _SEe = "SendingEnabled";
|
|
932
|
-
const _SEen = "SendEmail";
|
|
933
|
-
const _SIDE = "SetIdentityDkimEnabled";
|
|
934
|
-
const _SIDER = "SetIdentityDkimEnabledRequest";
|
|
935
|
-
const _SIDERe = "SetIdentityDkimEnabledResponse";
|
|
936
|
-
const _SIFFE = "SetIdentityFeedbackForwardingEnabled";
|
|
937
|
-
const _SIFFER = "SetIdentityFeedbackForwardingEnabledRequest";
|
|
938
|
-
const _SIFFERe = "SetIdentityFeedbackForwardingEnabledResponse";
|
|
939
|
-
const _SIHINE = "SetIdentityHeadersInNotificationsEnabled";
|
|
940
|
-
const _SIHINER = "SetIdentityHeadersInNotificationsEnabledRequest";
|
|
941
|
-
const _SIHINERe = "SetIdentityHeadersInNotificationsEnabledResponse";
|
|
942
|
-
const _SIMFD = "SetIdentityMailFromDomain";
|
|
943
|
-
const _SIMFDR = "SetIdentityMailFromDomainRequest";
|
|
944
|
-
const _SIMFDRe = "SetIdentityMailFromDomainResponse";
|
|
945
|
-
const _SINT = "SetIdentityNotificationTopic";
|
|
946
|
-
const _SINTR = "SetIdentityNotificationTopicRequest";
|
|
947
|
-
const _SINTRe = "SetIdentityNotificationTopicResponse";
|
|
948
|
-
const _SLH = "SentLast24Hours";
|
|
949
|
-
const _SNSA = "SNSAction";
|
|
950
|
-
const _SNSD = "SNSDestination";
|
|
951
|
-
const _SP = "SubjectPart";
|
|
952
|
-
const _SRC = "SmtpReplyCode";
|
|
953
|
-
const _SRE = "SendRawEmail";
|
|
954
|
-
const _SRER = "SendRawEmailRequest";
|
|
955
|
-
const _SRERe = "SendRawEmailResponse";
|
|
956
|
-
const _SRRP = "SetReceiptRulePosition";
|
|
957
|
-
const _SRRPR = "SetReceiptRulePositionRequest";
|
|
958
|
-
const _SRRPRe = "SetReceiptRulePositionResponse";
|
|
959
|
-
const _SRURL = "SuccessRedirectionURL";
|
|
960
|
-
const _ST = "SnsTopic";
|
|
961
|
-
const _STE = "SendTemplatedEmail";
|
|
962
|
-
const _STER = "SendTemplatedEmailRequest";
|
|
963
|
-
const _STERe = "SendTemplatedEmailResponse";
|
|
964
|
-
const _Sc = "Scope";
|
|
965
|
-
const _So = "Source";
|
|
966
|
-
const _St = "Status";
|
|
967
|
-
const _Su = "Subject";
|
|
968
|
-
const _T = "Text";
|
|
969
|
-
const _TA = "TopicArn";
|
|
970
|
-
const _TARN = "TopicARN";
|
|
971
|
-
const _TAe = "TemplateArn";
|
|
972
|
-
const _TAo = "ToAddresses";
|
|
973
|
-
const _TC = "TemplateContent";
|
|
974
|
-
const _TD = "TemplateData";
|
|
975
|
-
const _TDNEE = "TemplateDoesNotExistException";
|
|
976
|
-
const _TM = "TemplatesMetadata";
|
|
977
|
-
const _TML = "TemplateMetadataList";
|
|
978
|
-
const _TMe = "TemplateMetadata";
|
|
979
|
-
const _TN = "TemplateName";
|
|
980
|
-
const _TO = "TrackingOptions";
|
|
981
|
-
const _TOAEE = "TrackingOptionsAlreadyExistsException";
|
|
982
|
-
const _TODNEE = "TrackingOptionsDoesNotExistException";
|
|
983
|
-
const _TP = "TlsPolicy";
|
|
984
|
-
const _TPe = "TextPart";
|
|
985
|
-
const _TRT = "TestRenderTemplate";
|
|
986
|
-
const _TRTR = "TestRenderTemplateRequest";
|
|
987
|
-
const _TRTRe = "TestRenderTemplateResponse";
|
|
988
|
-
const _TS = "TemplateSubject";
|
|
989
|
-
const _Ta = "Tags";
|
|
990
|
-
const _Te = "Template";
|
|
991
|
-
const _Ti = "Timestamp";
|
|
992
|
-
const _To = "Topic";
|
|
993
|
-
const _UASE = "UpdateAccountSendingEnabled";
|
|
994
|
-
const _UASER = "UpdateAccountSendingEnabledRequest";
|
|
995
|
-
const _UCSED = "UpdateConfigurationSetEventDestination";
|
|
996
|
-
const _UCSEDR = "UpdateConfigurationSetEventDestinationRequest";
|
|
997
|
-
const _UCSEDRp = "UpdateConfigurationSetEventDestinationResponse";
|
|
998
|
-
const _UCSRME = "UpdateConfigurationSetReputationMetricsEnabled";
|
|
999
|
-
const _UCSRMER = "UpdateConfigurationSetReputationMetricsEnabledRequest";
|
|
1000
|
-
const _UCSSE = "UpdateConfigurationSetSendingEnabled";
|
|
1001
|
-
const _UCSSER = "UpdateConfigurationSetSendingEnabledRequest";
|
|
1002
|
-
const _UCSTO = "UpdateConfigurationSetTrackingOptions";
|
|
1003
|
-
const _UCSTOR = "UpdateConfigurationSetTrackingOptionsRequest";
|
|
1004
|
-
const _UCSTORp = "UpdateConfigurationSetTrackingOptionsResponse";
|
|
1005
|
-
const _UCVET = "UpdateCustomVerificationEmailTemplate";
|
|
1006
|
-
const _UCVETR = "UpdateCustomVerificationEmailTemplateRequest";
|
|
1007
|
-
const _URR = "UpdateReceiptRule";
|
|
1008
|
-
const _URRR = "UpdateReceiptRuleRequest";
|
|
1009
|
-
const _URRRp = "UpdateReceiptRuleResponse";
|
|
1010
|
-
const _UT = "UpdateTemplate";
|
|
1011
|
-
const _UTR = "UpdateTemplateRequest";
|
|
1012
|
-
const _UTRp = "UpdateTemplateResponse";
|
|
1013
|
-
const _V = "Value";
|
|
1014
|
-
const _VA = "VerificationAttributes";
|
|
1015
|
-
const _VDD = "VerifyDomainDkim";
|
|
1016
|
-
const _VDDR = "VerifyDomainDkimRequest";
|
|
1017
|
-
const _VDDRe = "VerifyDomainDkimResponse";
|
|
1018
|
-
const _VDI = "VerifyDomainIdentity";
|
|
1019
|
-
const _VDIR = "VerifyDomainIdentityRequest";
|
|
1020
|
-
const _VDIRe = "VerifyDomainIdentityResponse";
|
|
1021
|
-
const _VEA = "VerifiedEmailAddresses";
|
|
1022
|
-
const _VEAR = "VerifyEmailAddressRequest";
|
|
1023
|
-
const _VEAe = "VerifyEmailAddress";
|
|
1024
|
-
const _VEI = "VerifyEmailIdentity";
|
|
1025
|
-
const _VEIR = "VerifyEmailIdentityRequest";
|
|
1026
|
-
const _VEIRe = "VerifyEmailIdentityResponse";
|
|
1027
|
-
const _VS = "VerificationStatus";
|
|
1028
|
-
const _VT = "VerificationToken";
|
|
1029
|
-
const _WA = "WorkmailAction";
|
|
1030
|
-
const _aQE = "awsQueryError";
|
|
1031
|
-
const _c = "client";
|
|
1032
|
-
const _e = "error";
|
|
1033
|
-
const _hE = "httpError";
|
|
1034
|
-
const _m = "message";
|
|
1035
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ses";
|
|
1036
|
-
const n0 = "com.amazonaws.ses";
|
|
1037
|
-
var AccountSendingPausedException$ = [-3, n0, _ASPE,
|
|
1038
|
-
{ [_aQE]: [`AccountSendingPausedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1039
|
-
[_m],
|
|
1040
|
-
[0]
|
|
1041
|
-
];
|
|
1042
|
-
schema.TypeRegistry.for(n0).registerError(AccountSendingPausedException$, AccountSendingPausedException);
|
|
1043
|
-
var AddHeaderAction$ = [3, n0, _AHA,
|
|
1044
|
-
0,
|
|
1045
|
-
[_HN, _HV],
|
|
1046
|
-
[0, 0], 2
|
|
1047
|
-
];
|
|
1048
|
-
var AlreadyExistsException$ = [-3, n0, _AEE,
|
|
1049
|
-
{ [_aQE]: [`AlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1050
|
-
[_N, _m],
|
|
1051
|
-
[0, 0]
|
|
1052
|
-
];
|
|
1053
|
-
schema.TypeRegistry.for(n0).registerError(AlreadyExistsException$, AlreadyExistsException);
|
|
1054
|
-
var Body$ = [3, n0, _B,
|
|
1055
|
-
0,
|
|
1056
|
-
[_T, _H],
|
|
1057
|
-
[() => Content$, () => Content$]
|
|
1058
|
-
];
|
|
1059
|
-
var BounceAction$ = [3, n0, _BA,
|
|
1060
|
-
0,
|
|
1061
|
-
[_SRC, _M, _S, _TA, _SC],
|
|
1062
|
-
[0, 0, 0, 0, 0], 3
|
|
1063
|
-
];
|
|
1064
|
-
var BouncedRecipientInfo$ = [3, n0, _BRI,
|
|
1065
|
-
0,
|
|
1066
|
-
[_R, _RA, _BT, _RDF],
|
|
1067
|
-
[0, 0, 0, () => RecipientDsnFields$], 1
|
|
1068
|
-
];
|
|
1069
|
-
var BulkEmailDestination$ = [3, n0, _BED,
|
|
1070
|
-
0,
|
|
1071
|
-
[_D, _RT, _RTD],
|
|
1072
|
-
[() => Destination$, () => MessageTagList, 0], 1
|
|
1073
|
-
];
|
|
1074
|
-
var BulkEmailDestinationStatus$ = [3, n0, _BEDS,
|
|
1075
|
-
0,
|
|
1076
|
-
[_St, _E, _MI],
|
|
1077
|
-
[0, 0, 0]
|
|
1078
|
-
];
|
|
1079
|
-
var CannotDeleteException$ = [-3, n0, _CDE,
|
|
1080
|
-
{ [_aQE]: [`CannotDelete`, 400], [_e]: _c, [_hE]: 400 },
|
|
1081
|
-
[_N, _m],
|
|
1082
|
-
[0, 0]
|
|
1083
|
-
];
|
|
1084
|
-
schema.TypeRegistry.for(n0).registerError(CannotDeleteException$, CannotDeleteException);
|
|
1085
|
-
var CloneReceiptRuleSetRequest$ = [3, n0, _CRRSR,
|
|
1086
|
-
0,
|
|
1087
|
-
[_RSN, _ORSN],
|
|
1088
|
-
[0, 0], 2
|
|
1089
|
-
];
|
|
1090
|
-
var CloneReceiptRuleSetResponse$ = [3, n0, _CRRSRl,
|
|
1091
|
-
0,
|
|
1092
|
-
[],
|
|
1093
|
-
[]
|
|
1094
|
-
];
|
|
1095
|
-
var CloudWatchDestination$ = [3, n0, _CWD,
|
|
1096
|
-
0,
|
|
1097
|
-
[_DC],
|
|
1098
|
-
[() => CloudWatchDimensionConfigurations], 1
|
|
1099
|
-
];
|
|
1100
|
-
var CloudWatchDimensionConfiguration$ = [3, n0, _CWDC,
|
|
1101
|
-
0,
|
|
1102
|
-
[_DN, _DVS, _DDV],
|
|
1103
|
-
[0, 0, 0], 3
|
|
1104
|
-
];
|
|
1105
|
-
var ConfigurationSet$ = [3, n0, _CS,
|
|
1106
|
-
0,
|
|
1107
|
-
[_N],
|
|
1108
|
-
[0], 1
|
|
1109
|
-
];
|
|
1110
|
-
var ConfigurationSetAlreadyExistsException$ = [-3, n0, _CSAEE,
|
|
1111
|
-
{ [_aQE]: [`ConfigurationSetAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1112
|
-
[_CSN, _m],
|
|
1113
|
-
[0, 0]
|
|
1114
|
-
];
|
|
1115
|
-
schema.TypeRegistry.for(n0).registerError(ConfigurationSetAlreadyExistsException$, ConfigurationSetAlreadyExistsException);
|
|
1116
|
-
var ConfigurationSetDoesNotExistException$ = [-3, n0, _CSDNEE,
|
|
1117
|
-
{ [_aQE]: [`ConfigurationSetDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
1118
|
-
[_CSN, _m],
|
|
1119
|
-
[0, 0]
|
|
1120
|
-
];
|
|
1121
|
-
schema.TypeRegistry.for(n0).registerError(ConfigurationSetDoesNotExistException$, ConfigurationSetDoesNotExistException);
|
|
1122
|
-
var ConfigurationSetSendingPausedException$ = [-3, n0, _CSSPE,
|
|
1123
|
-
{ [_aQE]: [`ConfigurationSetSendingPausedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1124
|
-
[_CSN, _m],
|
|
1125
|
-
[0, 0]
|
|
1126
|
-
];
|
|
1127
|
-
schema.TypeRegistry.for(n0).registerError(ConfigurationSetSendingPausedException$, ConfigurationSetSendingPausedException);
|
|
1128
|
-
var ConnectAction$ = [3, n0, _CA,
|
|
1129
|
-
0,
|
|
1130
|
-
[_IARN, _IAMRARN],
|
|
1131
|
-
[0, 0], 2
|
|
1132
|
-
];
|
|
1133
|
-
var Content$ = [3, n0, _C,
|
|
1134
|
-
0,
|
|
1135
|
-
[_Da, _Ch],
|
|
1136
|
-
[0, 0], 1
|
|
1137
|
-
];
|
|
1138
|
-
var CreateConfigurationSetEventDestinationRequest$ = [3, n0, _CCSEDR,
|
|
1139
|
-
0,
|
|
1140
|
-
[_CSN, _ED],
|
|
1141
|
-
[0, () => EventDestination$], 2
|
|
1142
|
-
];
|
|
1143
|
-
var CreateConfigurationSetEventDestinationResponse$ = [3, n0, _CCSEDRr,
|
|
1144
|
-
0,
|
|
1145
|
-
[],
|
|
1146
|
-
[]
|
|
1147
|
-
];
|
|
1148
|
-
var CreateConfigurationSetRequest$ = [3, n0, _CCSR,
|
|
1149
|
-
0,
|
|
1150
|
-
[_CS],
|
|
1151
|
-
[() => ConfigurationSet$], 1
|
|
1152
|
-
];
|
|
1153
|
-
var CreateConfigurationSetResponse$ = [3, n0, _CCSRr,
|
|
1154
|
-
0,
|
|
1155
|
-
[],
|
|
1156
|
-
[]
|
|
1157
|
-
];
|
|
1158
|
-
var CreateConfigurationSetTrackingOptionsRequest$ = [3, n0, _CCSTOR,
|
|
1159
|
-
0,
|
|
1160
|
-
[_CSN, _TO],
|
|
1161
|
-
[0, () => TrackingOptions$], 2
|
|
1162
|
-
];
|
|
1163
|
-
var CreateConfigurationSetTrackingOptionsResponse$ = [3, n0, _CCSTORr,
|
|
1164
|
-
0,
|
|
1165
|
-
[],
|
|
1166
|
-
[]
|
|
1167
|
-
];
|
|
1168
|
-
var CreateCustomVerificationEmailTemplateRequest$ = [3, n0, _CCVETR,
|
|
1169
|
-
0,
|
|
1170
|
-
[_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
|
|
1171
|
-
[0, 0, 0, 0, 0, 0], 6
|
|
1172
|
-
];
|
|
1173
|
-
var CreateReceiptFilterRequest$ = [3, n0, _CRFR,
|
|
1174
|
-
0,
|
|
1175
|
-
[_F],
|
|
1176
|
-
[() => ReceiptFilter$], 1
|
|
1177
|
-
];
|
|
1178
|
-
var CreateReceiptFilterResponse$ = [3, n0, _CRFRr,
|
|
1179
|
-
0,
|
|
1180
|
-
[],
|
|
1181
|
-
[]
|
|
1182
|
-
];
|
|
1183
|
-
var CreateReceiptRuleRequest$ = [3, n0, _CRRR,
|
|
1184
|
-
0,
|
|
1185
|
-
[_RSN, _Ru, _A],
|
|
1186
|
-
[0, () => ReceiptRule$, 0], 2
|
|
1187
|
-
];
|
|
1188
|
-
var CreateReceiptRuleResponse$ = [3, n0, _CRRRr,
|
|
1189
|
-
0,
|
|
1190
|
-
[],
|
|
1191
|
-
[]
|
|
1192
|
-
];
|
|
1193
|
-
var CreateReceiptRuleSetRequest$ = [3, n0, _CRRSRr,
|
|
1194
|
-
0,
|
|
1195
|
-
[_RSN],
|
|
1196
|
-
[0], 1
|
|
1197
|
-
];
|
|
1198
|
-
var CreateReceiptRuleSetResponse$ = [3, n0, _CRRSRre,
|
|
1199
|
-
0,
|
|
1200
|
-
[],
|
|
1201
|
-
[]
|
|
1202
|
-
];
|
|
1203
|
-
var CreateTemplateRequest$ = [3, n0, _CTR,
|
|
1204
|
-
0,
|
|
1205
|
-
[_Te],
|
|
1206
|
-
[() => Template$], 1
|
|
1207
|
-
];
|
|
1208
|
-
var CreateTemplateResponse$ = [3, n0, _CTRr,
|
|
1209
|
-
0,
|
|
1210
|
-
[],
|
|
1211
|
-
[]
|
|
1212
|
-
];
|
|
1213
|
-
var CustomVerificationEmailInvalidContentException$ = [-3, n0, _CVEICE,
|
|
1214
|
-
{ [_aQE]: [`CustomVerificationEmailInvalidContent`, 400], [_e]: _c, [_hE]: 400 },
|
|
1215
|
-
[_m],
|
|
1216
|
-
[0]
|
|
1217
|
-
];
|
|
1218
|
-
schema.TypeRegistry.for(n0).registerError(CustomVerificationEmailInvalidContentException$, CustomVerificationEmailInvalidContentException);
|
|
1219
|
-
var CustomVerificationEmailTemplate$ = [3, n0, _CVET,
|
|
1220
|
-
0,
|
|
1221
|
-
[_TN, _FEA, _TS, _SRURL, _FRURL],
|
|
1222
|
-
[0, 0, 0, 0, 0]
|
|
1223
|
-
];
|
|
1224
|
-
var CustomVerificationEmailTemplateAlreadyExistsException$ = [-3, n0, _CVETAEE,
|
|
1225
|
-
{ [_aQE]: [`CustomVerificationEmailTemplateAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1226
|
-
[_CVETN, _m],
|
|
1227
|
-
[0, 0]
|
|
1228
|
-
];
|
|
1229
|
-
schema.TypeRegistry.for(n0).registerError(CustomVerificationEmailTemplateAlreadyExistsException$, CustomVerificationEmailTemplateAlreadyExistsException);
|
|
1230
|
-
var CustomVerificationEmailTemplateDoesNotExistException$ = [-3, n0, _CVETDNEE,
|
|
1231
|
-
{ [_aQE]: [`CustomVerificationEmailTemplateDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
1232
|
-
[_CVETN, _m],
|
|
1233
|
-
[0, 0]
|
|
1234
|
-
];
|
|
1235
|
-
schema.TypeRegistry.for(n0).registerError(CustomVerificationEmailTemplateDoesNotExistException$, CustomVerificationEmailTemplateDoesNotExistException);
|
|
1236
|
-
var DeleteConfigurationSetEventDestinationRequest$ = [3, n0, _DCSEDR,
|
|
1237
|
-
0,
|
|
1238
|
-
[_CSN, _EDN],
|
|
1239
|
-
[0, 0], 2
|
|
1240
|
-
];
|
|
1241
|
-
var DeleteConfigurationSetEventDestinationResponse$ = [3, n0, _DCSEDRe,
|
|
1242
|
-
0,
|
|
1243
|
-
[],
|
|
1244
|
-
[]
|
|
1245
|
-
];
|
|
1246
|
-
var DeleteConfigurationSetRequest$ = [3, n0, _DCSR,
|
|
1247
|
-
0,
|
|
1248
|
-
[_CSN],
|
|
1249
|
-
[0], 1
|
|
1250
|
-
];
|
|
1251
|
-
var DeleteConfigurationSetResponse$ = [3, n0, _DCSRe,
|
|
1252
|
-
0,
|
|
1253
|
-
[],
|
|
1254
|
-
[]
|
|
1255
|
-
];
|
|
1256
|
-
var DeleteConfigurationSetTrackingOptionsRequest$ = [3, n0, _DCSTOR,
|
|
1257
|
-
0,
|
|
1258
|
-
[_CSN],
|
|
1259
|
-
[0], 1
|
|
1260
|
-
];
|
|
1261
|
-
var DeleteConfigurationSetTrackingOptionsResponse$ = [3, n0, _DCSTORe,
|
|
1262
|
-
0,
|
|
1263
|
-
[],
|
|
1264
|
-
[]
|
|
1265
|
-
];
|
|
1266
|
-
var DeleteCustomVerificationEmailTemplateRequest$ = [3, n0, _DCVETR,
|
|
1267
|
-
0,
|
|
1268
|
-
[_TN],
|
|
1269
|
-
[0], 1
|
|
1270
|
-
];
|
|
1271
|
-
var DeleteIdentityPolicyRequest$ = [3, n0, _DIPR,
|
|
1272
|
-
0,
|
|
1273
|
-
[_I, _PN],
|
|
1274
|
-
[0, 0], 2
|
|
1275
|
-
];
|
|
1276
|
-
var DeleteIdentityPolicyResponse$ = [3, n0, _DIPRe,
|
|
1277
|
-
0,
|
|
1278
|
-
[],
|
|
1279
|
-
[]
|
|
1280
|
-
];
|
|
1281
|
-
var DeleteIdentityRequest$ = [3, n0, _DIR,
|
|
1282
|
-
0,
|
|
1283
|
-
[_I],
|
|
1284
|
-
[0], 1
|
|
1285
|
-
];
|
|
1286
|
-
var DeleteIdentityResponse$ = [3, n0, _DIRe,
|
|
1287
|
-
0,
|
|
1288
|
-
[],
|
|
1289
|
-
[]
|
|
1290
|
-
];
|
|
1291
|
-
var DeleteReceiptFilterRequest$ = [3, n0, _DRFR,
|
|
1292
|
-
0,
|
|
1293
|
-
[_FN],
|
|
1294
|
-
[0], 1
|
|
1295
|
-
];
|
|
1296
|
-
var DeleteReceiptFilterResponse$ = [3, n0, _DRFRe,
|
|
1297
|
-
0,
|
|
1298
|
-
[],
|
|
1299
|
-
[]
|
|
1300
|
-
];
|
|
1301
|
-
var DeleteReceiptRuleRequest$ = [3, n0, _DRRR,
|
|
1302
|
-
0,
|
|
1303
|
-
[_RSN, _RN],
|
|
1304
|
-
[0, 0], 2
|
|
1305
|
-
];
|
|
1306
|
-
var DeleteReceiptRuleResponse$ = [3, n0, _DRRRe,
|
|
1307
|
-
0,
|
|
1308
|
-
[],
|
|
1309
|
-
[]
|
|
1310
|
-
];
|
|
1311
|
-
var DeleteReceiptRuleSetRequest$ = [3, n0, _DRRSR,
|
|
1312
|
-
0,
|
|
1313
|
-
[_RSN],
|
|
1314
|
-
[0], 1
|
|
1315
|
-
];
|
|
1316
|
-
var DeleteReceiptRuleSetResponse$ = [3, n0, _DRRSRe,
|
|
1317
|
-
0,
|
|
1318
|
-
[],
|
|
1319
|
-
[]
|
|
1320
|
-
];
|
|
1321
|
-
var DeleteTemplateRequest$ = [3, n0, _DTR,
|
|
1322
|
-
0,
|
|
1323
|
-
[_TN],
|
|
1324
|
-
[0], 1
|
|
1325
|
-
];
|
|
1326
|
-
var DeleteTemplateResponse$ = [3, n0, _DTRe,
|
|
1327
|
-
0,
|
|
1328
|
-
[],
|
|
1329
|
-
[]
|
|
1330
|
-
];
|
|
1331
|
-
var DeleteVerifiedEmailAddressRequest$ = [3, n0, _DVEAR,
|
|
1332
|
-
0,
|
|
1333
|
-
[_EA],
|
|
1334
|
-
[0], 1
|
|
1335
|
-
];
|
|
1336
|
-
var DeliveryOptions$ = [3, n0, _DO,
|
|
1337
|
-
0,
|
|
1338
|
-
[_TP],
|
|
1339
|
-
[0]
|
|
1340
|
-
];
|
|
1341
|
-
var DescribeActiveReceiptRuleSetRequest$ = [3, n0, _DARRSR,
|
|
1342
|
-
0,
|
|
1343
|
-
[],
|
|
1344
|
-
[]
|
|
1345
|
-
];
|
|
1346
|
-
var DescribeActiveReceiptRuleSetResponse$ = [3, n0, _DARRSRe,
|
|
1347
|
-
0,
|
|
1348
|
-
[_Me, _Rul],
|
|
1349
|
-
[() => ReceiptRuleSetMetadata$, () => ReceiptRulesList]
|
|
1350
|
-
];
|
|
1351
|
-
var DescribeConfigurationSetRequest$ = [3, n0, _DCSRes,
|
|
1352
|
-
0,
|
|
1353
|
-
[_CSN, _CSAN],
|
|
1354
|
-
[0, 64 | 0], 1
|
|
1355
|
-
];
|
|
1356
|
-
var DescribeConfigurationSetResponse$ = [3, n0, _DCSResc,
|
|
1357
|
-
0,
|
|
1358
|
-
[_CS, _EDv, _TO, _DO, _RO],
|
|
1359
|
-
[() => ConfigurationSet$, () => EventDestinations, () => TrackingOptions$, () => DeliveryOptions$, () => ReputationOptions$]
|
|
1360
|
-
];
|
|
1361
|
-
var DescribeReceiptRuleRequest$ = [3, n0, _DRRRes,
|
|
1362
|
-
0,
|
|
1363
|
-
[_RSN, _RN],
|
|
1364
|
-
[0, 0], 2
|
|
1365
|
-
];
|
|
1366
|
-
var DescribeReceiptRuleResponse$ = [3, n0, _DRRResc,
|
|
1367
|
-
0,
|
|
1368
|
-
[_Ru],
|
|
1369
|
-
[() => ReceiptRule$]
|
|
1370
|
-
];
|
|
1371
|
-
var DescribeReceiptRuleSetRequest$ = [3, n0, _DRRSRes,
|
|
1372
|
-
0,
|
|
1373
|
-
[_RSN],
|
|
1374
|
-
[0], 1
|
|
1375
|
-
];
|
|
1376
|
-
var DescribeReceiptRuleSetResponse$ = [3, n0, _DRRSResc,
|
|
1377
|
-
0,
|
|
1378
|
-
[_Me, _Rul],
|
|
1379
|
-
[() => ReceiptRuleSetMetadata$, () => ReceiptRulesList]
|
|
1380
|
-
];
|
|
1381
|
-
var Destination$ = [3, n0, _D,
|
|
1382
|
-
0,
|
|
1383
|
-
[_TAo, _CAc, _BAc],
|
|
1384
|
-
[64 | 0, 64 | 0, 64 | 0]
|
|
1385
|
-
];
|
|
1386
|
-
var EventDestination$ = [3, n0, _ED,
|
|
1387
|
-
0,
|
|
1388
|
-
[_N, _MET, _En, _KFD, _CWD, _SNSD],
|
|
1389
|
-
[0, 64 | 0, 2, () => KinesisFirehoseDestination$, () => CloudWatchDestination$, () => SNSDestination$], 2
|
|
1390
|
-
];
|
|
1391
|
-
var EventDestinationAlreadyExistsException$ = [-3, n0, _EDAEE,
|
|
1392
|
-
{ [_aQE]: [`EventDestinationAlreadyExists`, 400], [_e]: _c, [_hE]: 400 },
|
|
1393
|
-
[_CSN, _EDN, _m],
|
|
1394
|
-
[0, 0, 0]
|
|
1395
|
-
];
|
|
1396
|
-
schema.TypeRegistry.for(n0).registerError(EventDestinationAlreadyExistsException$, EventDestinationAlreadyExistsException);
|
|
1397
|
-
var EventDestinationDoesNotExistException$ = [-3, n0, _EDDNEE,
|
|
1398
|
-
{ [_aQE]: [`EventDestinationDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
1399
|
-
[_CSN, _EDN, _m],
|
|
1400
|
-
[0, 0, 0]
|
|
1401
|
-
];
|
|
1402
|
-
schema.TypeRegistry.for(n0).registerError(EventDestinationDoesNotExistException$, EventDestinationDoesNotExistException);
|
|
1403
|
-
var ExtensionField$ = [3, n0, _EF,
|
|
1404
|
-
0,
|
|
1405
|
-
[_N, _V],
|
|
1406
|
-
[0, 0], 2
|
|
1407
|
-
];
|
|
1408
|
-
var FromEmailAddressNotVerifiedException$ = [-3, n0, _FEANVE,
|
|
1409
|
-
{ [_aQE]: [`FromEmailAddressNotVerified`, 400], [_e]: _c, [_hE]: 400 },
|
|
1410
|
-
[_FEA, _m],
|
|
1411
|
-
[0, 0]
|
|
1412
|
-
];
|
|
1413
|
-
schema.TypeRegistry.for(n0).registerError(FromEmailAddressNotVerifiedException$, FromEmailAddressNotVerifiedException);
|
|
1414
|
-
var GetAccountSendingEnabledResponse$ = [3, n0, _GASER,
|
|
1415
|
-
0,
|
|
1416
|
-
[_En],
|
|
1417
|
-
[2]
|
|
1418
|
-
];
|
|
1419
|
-
var GetCustomVerificationEmailTemplateRequest$ = [3, n0, _GCVETR,
|
|
1420
|
-
0,
|
|
1421
|
-
[_TN],
|
|
1422
|
-
[0], 1
|
|
1423
|
-
];
|
|
1424
|
-
var GetCustomVerificationEmailTemplateResponse$ = [3, n0, _GCVETRe,
|
|
1425
|
-
0,
|
|
1426
|
-
[_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
|
|
1427
|
-
[0, 0, 0, 0, 0, 0]
|
|
1428
|
-
];
|
|
1429
|
-
var GetIdentityDkimAttributesRequest$ = [3, n0, _GIDAR,
|
|
1430
|
-
0,
|
|
1431
|
-
[_Id],
|
|
1432
|
-
[64 | 0], 1
|
|
1433
|
-
];
|
|
1434
|
-
var GetIdentityDkimAttributesResponse$ = [3, n0, _GIDARe,
|
|
1435
|
-
0,
|
|
1436
|
-
[_DA],
|
|
1437
|
-
[() => DkimAttributes], 1
|
|
1438
|
-
];
|
|
1439
|
-
var GetIdentityMailFromDomainAttributesRequest$ = [3, n0, _GIMFDAR,
|
|
1440
|
-
0,
|
|
1441
|
-
[_Id],
|
|
1442
|
-
[64 | 0], 1
|
|
1443
|
-
];
|
|
1444
|
-
var GetIdentityMailFromDomainAttributesResponse$ = [3, n0, _GIMFDARe,
|
|
1445
|
-
0,
|
|
1446
|
-
[_MFDA],
|
|
1447
|
-
[() => MailFromDomainAttributes], 1
|
|
1448
|
-
];
|
|
1449
|
-
var GetIdentityNotificationAttributesRequest$ = [3, n0, _GINAR,
|
|
1450
|
-
0,
|
|
1451
|
-
[_Id],
|
|
1452
|
-
[64 | 0], 1
|
|
1453
|
-
];
|
|
1454
|
-
var GetIdentityNotificationAttributesResponse$ = [3, n0, _GINARe,
|
|
1455
|
-
0,
|
|
1456
|
-
[_NA],
|
|
1457
|
-
[() => NotificationAttributes], 1
|
|
1458
|
-
];
|
|
1459
|
-
var GetIdentityPoliciesRequest$ = [3, n0, _GIPR,
|
|
1460
|
-
0,
|
|
1461
|
-
[_I, _PNo],
|
|
1462
|
-
[0, 64 | 0], 2
|
|
1463
|
-
];
|
|
1464
|
-
var GetIdentityPoliciesResponse$ = [3, n0, _GIPRe,
|
|
1465
|
-
0,
|
|
1466
|
-
[_P],
|
|
1467
|
-
[128 | 0], 1
|
|
1468
|
-
];
|
|
1469
|
-
var GetIdentityVerificationAttributesRequest$ = [3, n0, _GIVAR,
|
|
1470
|
-
0,
|
|
1471
|
-
[_Id],
|
|
1472
|
-
[64 | 0], 1
|
|
1473
|
-
];
|
|
1474
|
-
var GetIdentityVerificationAttributesResponse$ = [3, n0, _GIVARe,
|
|
1475
|
-
0,
|
|
1476
|
-
[_VA],
|
|
1477
|
-
[() => VerificationAttributes], 1
|
|
1478
|
-
];
|
|
1479
|
-
var GetSendQuotaResponse$ = [3, n0, _GSQR,
|
|
1480
|
-
0,
|
|
1481
|
-
[_MHS, _MSR, _SLH],
|
|
1482
|
-
[1, 1, 1]
|
|
1483
|
-
];
|
|
1484
|
-
var GetSendStatisticsResponse$ = [3, n0, _GSSR,
|
|
1485
|
-
0,
|
|
1486
|
-
[_SDP],
|
|
1487
|
-
[() => SendDataPointList]
|
|
1488
|
-
];
|
|
1489
|
-
var GetTemplateRequest$ = [3, n0, _GTR,
|
|
1490
|
-
0,
|
|
1491
|
-
[_TN],
|
|
1492
|
-
[0], 1
|
|
1493
|
-
];
|
|
1494
|
-
var GetTemplateResponse$ = [3, n0, _GTRe,
|
|
1495
|
-
0,
|
|
1496
|
-
[_Te],
|
|
1497
|
-
[() => Template$]
|
|
1498
|
-
];
|
|
1499
|
-
var IdentityDkimAttributes$ = [3, n0, _IDA,
|
|
1500
|
-
0,
|
|
1501
|
-
[_DE, _DVSk, _DT],
|
|
1502
|
-
[2, 0, 64 | 0], 2
|
|
1503
|
-
];
|
|
1504
|
-
var IdentityMailFromDomainAttributes$ = [3, n0, _IMFDA,
|
|
1505
|
-
0,
|
|
1506
|
-
[_MFD, _MFDS, _BOMXF],
|
|
1507
|
-
[0, 0, 0], 3
|
|
1508
|
-
];
|
|
1509
|
-
var IdentityNotificationAttributes$ = [3, n0, _INA,
|
|
1510
|
-
0,
|
|
1511
|
-
[_BTo, _CT, _DTe, _FE, _HIBNE, _HICNE, _HIDNE],
|
|
1512
|
-
[0, 0, 0, 2, 2, 2, 2], 4
|
|
1513
|
-
];
|
|
1514
|
-
var IdentityVerificationAttributes$ = [3, n0, _IVA,
|
|
1515
|
-
0,
|
|
1516
|
-
[_VS, _VT],
|
|
1517
|
-
[0, 0], 1
|
|
1518
|
-
];
|
|
1519
|
-
var InvalidCloudWatchDestinationException$ = [-3, n0, _ICWDE,
|
|
1520
|
-
{ [_aQE]: [`InvalidCloudWatchDestination`, 400], [_e]: _c, [_hE]: 400 },
|
|
1521
|
-
[_CSN, _EDN, _m],
|
|
1522
|
-
[0, 0, 0]
|
|
1523
|
-
];
|
|
1524
|
-
schema.TypeRegistry.for(n0).registerError(InvalidCloudWatchDestinationException$, InvalidCloudWatchDestinationException);
|
|
1525
|
-
var InvalidConfigurationSetException$ = [-3, n0, _ICSE,
|
|
1526
|
-
{ [_aQE]: [`InvalidConfigurationSet`, 400], [_e]: _c, [_hE]: 400 },
|
|
1527
|
-
[_m],
|
|
1528
|
-
[0]
|
|
1529
|
-
];
|
|
1530
|
-
schema.TypeRegistry.for(n0).registerError(InvalidConfigurationSetException$, InvalidConfigurationSetException);
|
|
1531
|
-
var InvalidDeliveryOptionsException$ = [-3, n0, _IDOE,
|
|
1532
|
-
{ [_aQE]: [`InvalidDeliveryOptions`, 400], [_e]: _c, [_hE]: 400 },
|
|
1533
|
-
[_m],
|
|
1534
|
-
[0]
|
|
1535
|
-
];
|
|
1536
|
-
schema.TypeRegistry.for(n0).registerError(InvalidDeliveryOptionsException$, InvalidDeliveryOptionsException);
|
|
1537
|
-
var InvalidFirehoseDestinationException$ = [-3, n0, _IFDE,
|
|
1538
|
-
{ [_aQE]: [`InvalidFirehoseDestination`, 400], [_e]: _c, [_hE]: 400 },
|
|
1539
|
-
[_CSN, _EDN, _m],
|
|
1540
|
-
[0, 0, 0]
|
|
1541
|
-
];
|
|
1542
|
-
schema.TypeRegistry.for(n0).registerError(InvalidFirehoseDestinationException$, InvalidFirehoseDestinationException);
|
|
1543
|
-
var InvalidLambdaFunctionException$ = [-3, n0, _ILFE,
|
|
1544
|
-
{ [_aQE]: [`InvalidLambdaFunction`, 400], [_e]: _c, [_hE]: 400 },
|
|
1545
|
-
[_FA, _m],
|
|
1546
|
-
[0, 0]
|
|
1547
|
-
];
|
|
1548
|
-
schema.TypeRegistry.for(n0).registerError(InvalidLambdaFunctionException$, InvalidLambdaFunctionException);
|
|
1549
|
-
var InvalidPolicyException$ = [-3, n0, _IPE,
|
|
1550
|
-
{ [_aQE]: [`InvalidPolicy`, 400], [_e]: _c, [_hE]: 400 },
|
|
1551
|
-
[_m],
|
|
1552
|
-
[0]
|
|
1553
|
-
];
|
|
1554
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPolicyException$, InvalidPolicyException);
|
|
1555
|
-
var InvalidRenderingParameterException$ = [-3, n0, _IRPE,
|
|
1556
|
-
{ [_aQE]: [`InvalidRenderingParameter`, 400], [_e]: _c, [_hE]: 400 },
|
|
1557
|
-
[_TN, _m],
|
|
1558
|
-
[0, 0]
|
|
1559
|
-
];
|
|
1560
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRenderingParameterException$, InvalidRenderingParameterException);
|
|
1561
|
-
var InvalidS3ConfigurationException$ = [-3, n0, _ISCE,
|
|
1562
|
-
{ [_aQE]: [`InvalidS3Configuration`, 400], [_e]: _c, [_hE]: 400 },
|
|
1563
|
-
[_Bu, _m],
|
|
1564
|
-
[0, 0]
|
|
1565
|
-
];
|
|
1566
|
-
schema.TypeRegistry.for(n0).registerError(InvalidS3ConfigurationException$, InvalidS3ConfigurationException);
|
|
1567
|
-
var InvalidSNSDestinationException$ = [-3, n0, _ISNSDE,
|
|
1568
|
-
{ [_aQE]: [`InvalidSNSDestination`, 400], [_e]: _c, [_hE]: 400 },
|
|
1569
|
-
[_CSN, _EDN, _m],
|
|
1570
|
-
[0, 0, 0]
|
|
1571
|
-
];
|
|
1572
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSNSDestinationException$, InvalidSNSDestinationException);
|
|
1573
|
-
var InvalidSnsTopicException$ = [-3, n0, _ISTE,
|
|
1574
|
-
{ [_aQE]: [`InvalidSnsTopic`, 400], [_e]: _c, [_hE]: 400 },
|
|
1575
|
-
[_To, _m],
|
|
1576
|
-
[0, 0]
|
|
1577
|
-
];
|
|
1578
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSnsTopicException$, InvalidSnsTopicException);
|
|
1579
|
-
var InvalidTemplateException$ = [-3, n0, _ITE,
|
|
1580
|
-
{ [_aQE]: [`InvalidTemplate`, 400], [_e]: _c, [_hE]: 400 },
|
|
1581
|
-
[_TN, _m],
|
|
1582
|
-
[0, 0]
|
|
1583
|
-
];
|
|
1584
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTemplateException$, InvalidTemplateException);
|
|
1585
|
-
var InvalidTrackingOptionsException$ = [-3, n0, _ITOE,
|
|
1586
|
-
{ [_aQE]: [`InvalidTrackingOptions`, 400], [_e]: _c, [_hE]: 400 },
|
|
1587
|
-
[_m],
|
|
1588
|
-
[0]
|
|
1589
|
-
];
|
|
1590
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTrackingOptionsException$, InvalidTrackingOptionsException);
|
|
1591
|
-
var KinesisFirehoseDestination$ = [3, n0, _KFD,
|
|
1592
|
-
0,
|
|
1593
|
-
[_IAMRARN, _DSARN],
|
|
1594
|
-
[0, 0], 2
|
|
1595
|
-
];
|
|
1596
|
-
var LambdaAction$ = [3, n0, _LA,
|
|
1597
|
-
0,
|
|
1598
|
-
[_FA, _TA, _IT],
|
|
1599
|
-
[0, 0, 0], 1
|
|
1600
|
-
];
|
|
1601
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
1602
|
-
{ [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
1603
|
-
[_m],
|
|
1604
|
-
[0]
|
|
1605
|
-
];
|
|
1606
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1607
|
-
var ListConfigurationSetsRequest$ = [3, n0, _LCSR,
|
|
1608
|
-
0,
|
|
1609
|
-
[_NT, _MIa],
|
|
1610
|
-
[0, 1]
|
|
1611
|
-
];
|
|
1612
|
-
var ListConfigurationSetsResponse$ = [3, n0, _LCSRi,
|
|
1613
|
-
0,
|
|
1614
|
-
[_CSo, _NT],
|
|
1615
|
-
[() => ConfigurationSets, 0]
|
|
1616
|
-
];
|
|
1617
|
-
var ListCustomVerificationEmailTemplatesRequest$ = [3, n0, _LCVETR,
|
|
1618
|
-
0,
|
|
1619
|
-
[_NT, _MR],
|
|
1620
|
-
[0, 1]
|
|
1621
|
-
];
|
|
1622
|
-
var ListCustomVerificationEmailTemplatesResponse$ = [3, n0, _LCVETRi,
|
|
1623
|
-
0,
|
|
1624
|
-
[_CVETu, _NT],
|
|
1625
|
-
[() => CustomVerificationEmailTemplates, 0]
|
|
1626
|
-
];
|
|
1627
|
-
var ListIdentitiesRequest$ = [3, n0, _LIR,
|
|
1628
|
-
0,
|
|
1629
|
-
[_ITd, _NT, _MIa],
|
|
1630
|
-
[0, 0, 1]
|
|
1631
|
-
];
|
|
1632
|
-
var ListIdentitiesResponse$ = [3, n0, _LIRi,
|
|
1633
|
-
0,
|
|
1634
|
-
[_Id, _NT],
|
|
1635
|
-
[64 | 0, 0], 1
|
|
1636
|
-
];
|
|
1637
|
-
var ListIdentityPoliciesRequest$ = [3, n0, _LIPR,
|
|
1638
|
-
0,
|
|
1639
|
-
[_I],
|
|
1640
|
-
[0], 1
|
|
1641
|
-
];
|
|
1642
|
-
var ListIdentityPoliciesResponse$ = [3, n0, _LIPRi,
|
|
1643
|
-
0,
|
|
1644
|
-
[_PNo],
|
|
1645
|
-
[64 | 0], 1
|
|
1646
|
-
];
|
|
1647
|
-
var ListReceiptFiltersRequest$ = [3, n0, _LRFR,
|
|
1648
|
-
0,
|
|
1649
|
-
[],
|
|
1650
|
-
[]
|
|
1651
|
-
];
|
|
1652
|
-
var ListReceiptFiltersResponse$ = [3, n0, _LRFRi,
|
|
1653
|
-
0,
|
|
1654
|
-
[_Fi],
|
|
1655
|
-
[() => ReceiptFilterList]
|
|
1656
|
-
];
|
|
1657
|
-
var ListReceiptRuleSetsRequest$ = [3, n0, _LRRSR,
|
|
1658
|
-
0,
|
|
1659
|
-
[_NT],
|
|
1660
|
-
[0]
|
|
1661
|
-
];
|
|
1662
|
-
var ListReceiptRuleSetsResponse$ = [3, n0, _LRRSRi,
|
|
1663
|
-
0,
|
|
1664
|
-
[_RS, _NT],
|
|
1665
|
-
[() => ReceiptRuleSetsLists, 0]
|
|
1666
|
-
];
|
|
1667
|
-
var ListTemplatesRequest$ = [3, n0, _LTR,
|
|
1668
|
-
0,
|
|
1669
|
-
[_NT, _MIa],
|
|
1670
|
-
[0, 1]
|
|
1671
|
-
];
|
|
1672
|
-
var ListTemplatesResponse$ = [3, n0, _LTRi,
|
|
1673
|
-
0,
|
|
1674
|
-
[_TM, _NT],
|
|
1675
|
-
[() => TemplateMetadataList, 0]
|
|
1676
|
-
];
|
|
1677
|
-
var ListVerifiedEmailAddressesResponse$ = [3, n0, _LVEAR,
|
|
1678
|
-
0,
|
|
1679
|
-
[_VEA],
|
|
1680
|
-
[64 | 0]
|
|
1681
|
-
];
|
|
1682
|
-
var MailFromDomainNotVerifiedException$ = [-3, n0, _MFDNVE,
|
|
1683
|
-
{ [_aQE]: [`MailFromDomainNotVerifiedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1684
|
-
[_m],
|
|
1685
|
-
[0]
|
|
1686
|
-
];
|
|
1687
|
-
schema.TypeRegistry.for(n0).registerError(MailFromDomainNotVerifiedException$, MailFromDomainNotVerifiedException);
|
|
1688
|
-
var Message$ = [3, n0, _M,
|
|
1689
|
-
0,
|
|
1690
|
-
[_Su, _B],
|
|
1691
|
-
[() => Content$, () => Body$], 2
|
|
1692
|
-
];
|
|
1693
|
-
var MessageDsn$ = [3, n0, _MD,
|
|
1694
|
-
0,
|
|
1695
|
-
[_RM, _AD, _EFx],
|
|
1696
|
-
[0, 4, () => ExtensionFieldList], 1
|
|
1697
|
-
];
|
|
1698
|
-
var MessageRejected$ = [-3, n0, _MRe,
|
|
1699
|
-
{ [_aQE]: [`MessageRejected`, 400], [_e]: _c, [_hE]: 400 },
|
|
1700
|
-
[_m],
|
|
1701
|
-
[0]
|
|
1702
|
-
];
|
|
1703
|
-
schema.TypeRegistry.for(n0).registerError(MessageRejected$, MessageRejected);
|
|
1704
|
-
var MessageTag$ = [3, n0, _MT,
|
|
1705
|
-
0,
|
|
1706
|
-
[_N, _V],
|
|
1707
|
-
[0, 0], 2
|
|
1708
|
-
];
|
|
1709
|
-
var MissingRenderingAttributeException$ = [-3, n0, _MRAE,
|
|
1710
|
-
{ [_aQE]: [`MissingRenderingAttribute`, 400], [_e]: _c, [_hE]: 400 },
|
|
1711
|
-
[_TN, _m],
|
|
1712
|
-
[0, 0]
|
|
1713
|
-
];
|
|
1714
|
-
schema.TypeRegistry.for(n0).registerError(MissingRenderingAttributeException$, MissingRenderingAttributeException);
|
|
1715
|
-
var ProductionAccessNotGrantedException$ = [-3, n0, _PANGE,
|
|
1716
|
-
{ [_aQE]: [`ProductionAccessNotGranted`, 400], [_e]: _c, [_hE]: 400 },
|
|
1717
|
-
[_m],
|
|
1718
|
-
[0]
|
|
1719
|
-
];
|
|
1720
|
-
schema.TypeRegistry.for(n0).registerError(ProductionAccessNotGrantedException$, ProductionAccessNotGrantedException);
|
|
1721
|
-
var PutConfigurationSetDeliveryOptionsRequest$ = [3, n0, _PCSDOR,
|
|
1722
|
-
0,
|
|
1723
|
-
[_CSN, _DO],
|
|
1724
|
-
[0, () => DeliveryOptions$], 1
|
|
1725
|
-
];
|
|
1726
|
-
var PutConfigurationSetDeliveryOptionsResponse$ = [3, n0, _PCSDORu,
|
|
1727
|
-
0,
|
|
1728
|
-
[],
|
|
1729
|
-
[]
|
|
1730
|
-
];
|
|
1731
|
-
var PutIdentityPolicyRequest$ = [3, n0, _PIPR,
|
|
1732
|
-
0,
|
|
1733
|
-
[_I, _PN, _Po],
|
|
1734
|
-
[0, 0, 0], 3
|
|
1735
|
-
];
|
|
1736
|
-
var PutIdentityPolicyResponse$ = [3, n0, _PIPRu,
|
|
1737
|
-
0,
|
|
1738
|
-
[],
|
|
1739
|
-
[]
|
|
1740
|
-
];
|
|
1741
|
-
var RawMessage$ = [3, n0, _RMa,
|
|
1742
|
-
0,
|
|
1743
|
-
[_Da],
|
|
1744
|
-
[21], 1
|
|
1745
|
-
];
|
|
1746
|
-
var ReceiptAction$ = [3, n0, _RAe,
|
|
1747
|
-
0,
|
|
1748
|
-
[_SA, _BA, _WA, _LA, _SAt, _AHA, _SNSA, _CA],
|
|
1749
|
-
[() => S3Action$, () => BounceAction$, () => WorkmailAction$, () => LambdaAction$, () => StopAction$, () => AddHeaderAction$, () => SNSAction$, () => ConnectAction$]
|
|
1750
|
-
];
|
|
1751
|
-
var ReceiptFilter$ = [3, n0, _RF,
|
|
1752
|
-
0,
|
|
1753
|
-
[_N, _IF],
|
|
1754
|
-
[0, () => ReceiptIpFilter$], 2
|
|
1755
|
-
];
|
|
1756
|
-
var ReceiptIpFilter$ = [3, n0, _RIF,
|
|
1757
|
-
0,
|
|
1758
|
-
[_Po, _Ci],
|
|
1759
|
-
[0, 0], 2
|
|
1760
|
-
];
|
|
1761
|
-
var ReceiptRule$ = [3, n0, _RR,
|
|
1762
|
-
0,
|
|
1763
|
-
[_N, _En, _TP, _Re, _Ac, _SE],
|
|
1764
|
-
[0, 2, 0, 64 | 0, () => ReceiptActionsList, 2], 1
|
|
1765
|
-
];
|
|
1766
|
-
var ReceiptRuleSetMetadata$ = [3, n0, _RRSM,
|
|
1767
|
-
0,
|
|
1768
|
-
[_N, _CTr],
|
|
1769
|
-
[0, 4]
|
|
1770
|
-
];
|
|
1771
|
-
var RecipientDsnFields$ = [3, n0, _RDF,
|
|
1772
|
-
0,
|
|
1773
|
-
[_Act, _St, _FR, _RMe, _DCi, _LAD, _EFx],
|
|
1774
|
-
[0, 0, 0, 0, 0, 4, () => ExtensionFieldList], 2
|
|
1775
|
-
];
|
|
1776
|
-
var ReorderReceiptRuleSetRequest$ = [3, n0, _RRRSR,
|
|
1777
|
-
0,
|
|
1778
|
-
[_RSN, _RNu],
|
|
1779
|
-
[0, 64 | 0], 2
|
|
1780
|
-
];
|
|
1781
|
-
var ReorderReceiptRuleSetResponse$ = [3, n0, _RRRSRe,
|
|
1782
|
-
0,
|
|
1783
|
-
[],
|
|
1784
|
-
[]
|
|
1785
|
-
];
|
|
1786
|
-
var ReputationOptions$ = [3, n0, _RO,
|
|
1787
|
-
0,
|
|
1788
|
-
[_SEe, _RME, _LFS],
|
|
1789
|
-
[2, 2, 4]
|
|
1790
|
-
];
|
|
1791
|
-
var RuleDoesNotExistException$ = [-3, n0, _RDNEE,
|
|
1792
|
-
{ [_aQE]: [`RuleDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
1793
|
-
[_N, _m],
|
|
1794
|
-
[0, 0]
|
|
1795
|
-
];
|
|
1796
|
-
schema.TypeRegistry.for(n0).registerError(RuleDoesNotExistException$, RuleDoesNotExistException);
|
|
1797
|
-
var RuleSetDoesNotExistException$ = [-3, n0, _RSDNEE,
|
|
1798
|
-
{ [_aQE]: [`RuleSetDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
1799
|
-
[_N, _m],
|
|
1800
|
-
[0, 0]
|
|
1801
|
-
];
|
|
1802
|
-
schema.TypeRegistry.for(n0).registerError(RuleSetDoesNotExistException$, RuleSetDoesNotExistException);
|
|
1803
|
-
var S3Action$ = [3, n0, _SA,
|
|
1804
|
-
0,
|
|
1805
|
-
[_BN, _TA, _OKP, _KKA, _IRA],
|
|
1806
|
-
[0, 0, 0, 0, 0], 1
|
|
1807
|
-
];
|
|
1808
|
-
var SendBounceRequest$ = [3, n0, _SBR,
|
|
1809
|
-
0,
|
|
1810
|
-
[_OMI, _BS, _BRIL, _Ex, _MD, _BSA],
|
|
1811
|
-
[0, 0, () => BouncedRecipientInfoList, 0, () => MessageDsn$, 0], 3
|
|
1812
|
-
];
|
|
1813
|
-
var SendBounceResponse$ = [3, n0, _SBRe,
|
|
1814
|
-
0,
|
|
1815
|
-
[_MI],
|
|
1816
|
-
[0]
|
|
1817
|
-
];
|
|
1818
|
-
var SendBulkTemplatedEmailRequest$ = [3, n0, _SBTER,
|
|
1819
|
-
0,
|
|
1820
|
-
[_So, _Te, _DTD, _De, _SAo, _RTA, _RP, _RPA, _CSN, _DTef, _TAe],
|
|
1821
|
-
[0, 0, 0, () => BulkEmailDestinationList, 0, 64 | 0, 0, 0, 0, () => MessageTagList, 0], 4
|
|
1822
|
-
];
|
|
1823
|
-
var SendBulkTemplatedEmailResponse$ = [3, n0, _SBTERe,
|
|
1824
|
-
0,
|
|
1825
|
-
[_St],
|
|
1826
|
-
[() => BulkEmailDestinationStatusList], 1
|
|
1827
|
-
];
|
|
1828
|
-
var SendCustomVerificationEmailRequest$ = [3, n0, _SCVER,
|
|
1829
|
-
0,
|
|
1830
|
-
[_EA, _TN, _CSN],
|
|
1831
|
-
[0, 0, 0], 2
|
|
1832
|
-
];
|
|
1833
|
-
var SendCustomVerificationEmailResponse$ = [3, n0, _SCVERe,
|
|
1834
|
-
0,
|
|
1835
|
-
[_MI],
|
|
1836
|
-
[0]
|
|
1837
|
-
];
|
|
1838
|
-
var SendDataPoint$ = [3, n0, _SDPe,
|
|
1839
|
-
0,
|
|
1840
|
-
[_Ti, _DAe, _Bo, _Co, _Rej],
|
|
1841
|
-
[4, 1, 1, 1, 1]
|
|
1842
|
-
];
|
|
1843
|
-
var SendEmailRequest$ = [3, n0, _SER,
|
|
1844
|
-
0,
|
|
1845
|
-
[_So, _D, _M, _RTA, _RP, _SAo, _RPA, _Ta, _CSN],
|
|
1846
|
-
[0, () => Destination$, () => Message$, 64 | 0, 0, 0, 0, () => MessageTagList, 0], 3
|
|
1847
|
-
];
|
|
1848
|
-
var SendEmailResponse$ = [3, n0, _SERe,
|
|
1849
|
-
0,
|
|
1850
|
-
[_MI],
|
|
1851
|
-
[0], 1
|
|
1852
|
-
];
|
|
1853
|
-
var SendRawEmailRequest$ = [3, n0, _SRER,
|
|
1854
|
-
0,
|
|
1855
|
-
[_RMa, _So, _De, _FAr, _SAo, _RPA, _Ta, _CSN],
|
|
1856
|
-
[() => RawMessage$, 0, 64 | 0, 0, 0, 0, () => MessageTagList, 0], 1
|
|
1857
|
-
];
|
|
1858
|
-
var SendRawEmailResponse$ = [3, n0, _SRERe,
|
|
1859
|
-
0,
|
|
1860
|
-
[_MI],
|
|
1861
|
-
[0], 1
|
|
1862
|
-
];
|
|
1863
|
-
var SendTemplatedEmailRequest$ = [3, n0, _STER,
|
|
1864
|
-
0,
|
|
1865
|
-
[_So, _D, _Te, _TD, _RTA, _RP, _SAo, _RPA, _Ta, _CSN, _TAe],
|
|
1866
|
-
[0, () => Destination$, 0, 0, 64 | 0, 0, 0, 0, () => MessageTagList, 0, 0], 4
|
|
1867
|
-
];
|
|
1868
|
-
var SendTemplatedEmailResponse$ = [3, n0, _STERe,
|
|
1869
|
-
0,
|
|
1870
|
-
[_MI],
|
|
1871
|
-
[0], 1
|
|
1872
|
-
];
|
|
1873
|
-
var SetActiveReceiptRuleSetRequest$ = [3, n0, _SARRSR,
|
|
1874
|
-
0,
|
|
1875
|
-
[_RSN],
|
|
1876
|
-
[0]
|
|
1877
|
-
];
|
|
1878
|
-
var SetActiveReceiptRuleSetResponse$ = [3, n0, _SARRSRe,
|
|
1879
|
-
0,
|
|
1880
|
-
[],
|
|
1881
|
-
[]
|
|
1882
|
-
];
|
|
1883
|
-
var SetIdentityDkimEnabledRequest$ = [3, n0, _SIDER,
|
|
1884
|
-
0,
|
|
1885
|
-
[_I, _DE],
|
|
1886
|
-
[0, 2], 2
|
|
1887
|
-
];
|
|
1888
|
-
var SetIdentityDkimEnabledResponse$ = [3, n0, _SIDERe,
|
|
1889
|
-
0,
|
|
1890
|
-
[],
|
|
1891
|
-
[]
|
|
1892
|
-
];
|
|
1893
|
-
var SetIdentityFeedbackForwardingEnabledRequest$ = [3, n0, _SIFFER,
|
|
1894
|
-
0,
|
|
1895
|
-
[_I, _FE],
|
|
1896
|
-
[0, 2], 2
|
|
1897
|
-
];
|
|
1898
|
-
var SetIdentityFeedbackForwardingEnabledResponse$ = [3, n0, _SIFFERe,
|
|
1899
|
-
0,
|
|
1900
|
-
[],
|
|
1901
|
-
[]
|
|
1902
|
-
];
|
|
1903
|
-
var SetIdentityHeadersInNotificationsEnabledRequest$ = [3, n0, _SIHINER,
|
|
1904
|
-
0,
|
|
1905
|
-
[_I, _NTo, _En],
|
|
1906
|
-
[0, 0, 2], 3
|
|
1907
|
-
];
|
|
1908
|
-
var SetIdentityHeadersInNotificationsEnabledResponse$ = [3, n0, _SIHINERe,
|
|
1909
|
-
0,
|
|
1910
|
-
[],
|
|
1911
|
-
[]
|
|
1912
|
-
];
|
|
1913
|
-
var SetIdentityMailFromDomainRequest$ = [3, n0, _SIMFDR,
|
|
1914
|
-
0,
|
|
1915
|
-
[_I, _MFD, _BOMXF],
|
|
1916
|
-
[0, 0, 0], 1
|
|
1917
|
-
];
|
|
1918
|
-
var SetIdentityMailFromDomainResponse$ = [3, n0, _SIMFDRe,
|
|
1919
|
-
0,
|
|
1920
|
-
[],
|
|
1921
|
-
[]
|
|
1922
|
-
];
|
|
1923
|
-
var SetIdentityNotificationTopicRequest$ = [3, n0, _SINTR,
|
|
1924
|
-
0,
|
|
1925
|
-
[_I, _NTo, _ST],
|
|
1926
|
-
[0, 0, 0], 2
|
|
1927
|
-
];
|
|
1928
|
-
var SetIdentityNotificationTopicResponse$ = [3, n0, _SINTRe,
|
|
1929
|
-
0,
|
|
1930
|
-
[],
|
|
1931
|
-
[]
|
|
1932
|
-
];
|
|
1933
|
-
var SetReceiptRulePositionRequest$ = [3, n0, _SRRPR,
|
|
1934
|
-
0,
|
|
1935
|
-
[_RSN, _RN, _A],
|
|
1936
|
-
[0, 0, 0], 2
|
|
1937
|
-
];
|
|
1938
|
-
var SetReceiptRulePositionResponse$ = [3, n0, _SRRPRe,
|
|
1939
|
-
0,
|
|
1940
|
-
[],
|
|
1941
|
-
[]
|
|
1942
|
-
];
|
|
1943
|
-
var SNSAction$ = [3, n0, _SNSA,
|
|
1944
|
-
0,
|
|
1945
|
-
[_TA, _Enc],
|
|
1946
|
-
[0, 0], 1
|
|
1947
|
-
];
|
|
1948
|
-
var SNSDestination$ = [3, n0, _SNSD,
|
|
1949
|
-
0,
|
|
1950
|
-
[_TARN],
|
|
1951
|
-
[0], 1
|
|
1952
|
-
];
|
|
1953
|
-
var StopAction$ = [3, n0, _SAt,
|
|
1954
|
-
0,
|
|
1955
|
-
[_Sc, _TA],
|
|
1956
|
-
[0, 0], 1
|
|
1957
|
-
];
|
|
1958
|
-
var Template$ = [3, n0, _Te,
|
|
1959
|
-
0,
|
|
1960
|
-
[_TN, _SP, _TPe, _HP],
|
|
1961
|
-
[0, 0, 0, 0], 1
|
|
1962
|
-
];
|
|
1963
|
-
var TemplateDoesNotExistException$ = [-3, n0, _TDNEE,
|
|
1964
|
-
{ [_aQE]: [`TemplateDoesNotExist`, 400], [_e]: _c, [_hE]: 400 },
|
|
1965
|
-
[_TN, _m],
|
|
1966
|
-
[0, 0]
|
|
1967
|
-
];
|
|
1968
|
-
schema.TypeRegistry.for(n0).registerError(TemplateDoesNotExistException$, TemplateDoesNotExistException);
|
|
1969
|
-
var TemplateMetadata$ = [3, n0, _TMe,
|
|
1970
|
-
0,
|
|
1971
|
-
[_N, _CTr],
|
|
1972
|
-
[0, 4]
|
|
1973
|
-
];
|
|
1974
|
-
var TestRenderTemplateRequest$ = [3, n0, _TRTR,
|
|
1975
|
-
0,
|
|
1976
|
-
[_TN, _TD],
|
|
1977
|
-
[0, 0], 2
|
|
1978
|
-
];
|
|
1979
|
-
var TestRenderTemplateResponse$ = [3, n0, _TRTRe,
|
|
1980
|
-
0,
|
|
1981
|
-
[_RTe],
|
|
1982
|
-
[0]
|
|
1983
|
-
];
|
|
1984
|
-
var TrackingOptions$ = [3, n0, _TO,
|
|
1985
|
-
0,
|
|
1986
|
-
[_CRD],
|
|
1987
|
-
[0]
|
|
1988
|
-
];
|
|
1989
|
-
var TrackingOptionsAlreadyExistsException$ = [-3, n0, _TOAEE,
|
|
1990
|
-
{ [_aQE]: [`TrackingOptionsAlreadyExistsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1991
|
-
[_CSN, _m],
|
|
1992
|
-
[0, 0]
|
|
1993
|
-
];
|
|
1994
|
-
schema.TypeRegistry.for(n0).registerError(TrackingOptionsAlreadyExistsException$, TrackingOptionsAlreadyExistsException);
|
|
1995
|
-
var TrackingOptionsDoesNotExistException$ = [-3, n0, _TODNEE,
|
|
1996
|
-
{ [_aQE]: [`TrackingOptionsDoesNotExistException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1997
|
-
[_CSN, _m],
|
|
1998
|
-
[0, 0]
|
|
1999
|
-
];
|
|
2000
|
-
schema.TypeRegistry.for(n0).registerError(TrackingOptionsDoesNotExistException$, TrackingOptionsDoesNotExistException);
|
|
2001
|
-
var UpdateAccountSendingEnabledRequest$ = [3, n0, _UASER,
|
|
2002
|
-
0,
|
|
2003
|
-
[_En],
|
|
2004
|
-
[2]
|
|
2005
|
-
];
|
|
2006
|
-
var UpdateConfigurationSetEventDestinationRequest$ = [3, n0, _UCSEDR,
|
|
2007
|
-
0,
|
|
2008
|
-
[_CSN, _ED],
|
|
2009
|
-
[0, () => EventDestination$], 2
|
|
2010
|
-
];
|
|
2011
|
-
var UpdateConfigurationSetEventDestinationResponse$ = [3, n0, _UCSEDRp,
|
|
2012
|
-
0,
|
|
2013
|
-
[],
|
|
2014
|
-
[]
|
|
2015
|
-
];
|
|
2016
|
-
var UpdateConfigurationSetReputationMetricsEnabledRequest$ = [3, n0, _UCSRMER,
|
|
2017
|
-
0,
|
|
2018
|
-
[_CSN, _En],
|
|
2019
|
-
[0, 2], 2
|
|
2020
|
-
];
|
|
2021
|
-
var UpdateConfigurationSetSendingEnabledRequest$ = [3, n0, _UCSSER,
|
|
2022
|
-
0,
|
|
2023
|
-
[_CSN, _En],
|
|
2024
|
-
[0, 2], 2
|
|
2025
|
-
];
|
|
2026
|
-
var UpdateConfigurationSetTrackingOptionsRequest$ = [3, n0, _UCSTOR,
|
|
2027
|
-
0,
|
|
2028
|
-
[_CSN, _TO],
|
|
2029
|
-
[0, () => TrackingOptions$], 2
|
|
2030
|
-
];
|
|
2031
|
-
var UpdateConfigurationSetTrackingOptionsResponse$ = [3, n0, _UCSTORp,
|
|
2032
|
-
0,
|
|
2033
|
-
[],
|
|
2034
|
-
[]
|
|
2035
|
-
];
|
|
2036
|
-
var UpdateCustomVerificationEmailTemplateRequest$ = [3, n0, _UCVETR,
|
|
2037
|
-
0,
|
|
2038
|
-
[_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
|
|
2039
|
-
[0, 0, 0, 0, 0, 0], 1
|
|
2040
|
-
];
|
|
2041
|
-
var UpdateReceiptRuleRequest$ = [3, n0, _URRR,
|
|
2042
|
-
0,
|
|
2043
|
-
[_RSN, _Ru],
|
|
2044
|
-
[0, () => ReceiptRule$], 2
|
|
2045
|
-
];
|
|
2046
|
-
var UpdateReceiptRuleResponse$ = [3, n0, _URRRp,
|
|
2047
|
-
0,
|
|
2048
|
-
[],
|
|
2049
|
-
[]
|
|
2050
|
-
];
|
|
2051
|
-
var UpdateTemplateRequest$ = [3, n0, _UTR,
|
|
2052
|
-
0,
|
|
2053
|
-
[_Te],
|
|
2054
|
-
[() => Template$], 1
|
|
2055
|
-
];
|
|
2056
|
-
var UpdateTemplateResponse$ = [3, n0, _UTRp,
|
|
2057
|
-
0,
|
|
2058
|
-
[],
|
|
2059
|
-
[]
|
|
2060
|
-
];
|
|
2061
|
-
var VerifyDomainDkimRequest$ = [3, n0, _VDDR,
|
|
2062
|
-
0,
|
|
2063
|
-
[_Do],
|
|
2064
|
-
[0], 1
|
|
2065
|
-
];
|
|
2066
|
-
var VerifyDomainDkimResponse$ = [3, n0, _VDDRe,
|
|
2067
|
-
0,
|
|
2068
|
-
[_DT],
|
|
2069
|
-
[64 | 0], 1
|
|
2070
|
-
];
|
|
2071
|
-
var VerifyDomainIdentityRequest$ = [3, n0, _VDIR,
|
|
2072
|
-
0,
|
|
2073
|
-
[_Do],
|
|
2074
|
-
[0], 1
|
|
2075
|
-
];
|
|
2076
|
-
var VerifyDomainIdentityResponse$ = [3, n0, _VDIRe,
|
|
2077
|
-
0,
|
|
2078
|
-
[_VT],
|
|
2079
|
-
[0], 1
|
|
2080
|
-
];
|
|
2081
|
-
var VerifyEmailAddressRequest$ = [3, n0, _VEAR,
|
|
2082
|
-
0,
|
|
2083
|
-
[_EA],
|
|
2084
|
-
[0], 1
|
|
2085
|
-
];
|
|
2086
|
-
var VerifyEmailIdentityRequest$ = [3, n0, _VEIR,
|
|
2087
|
-
0,
|
|
2088
|
-
[_EA],
|
|
2089
|
-
[0], 1
|
|
2090
|
-
];
|
|
2091
|
-
var VerifyEmailIdentityResponse$ = [3, n0, _VEIRe,
|
|
2092
|
-
0,
|
|
2093
|
-
[],
|
|
2094
|
-
[]
|
|
2095
|
-
];
|
|
2096
|
-
var WorkmailAction$ = [3, n0, _WA,
|
|
2097
|
-
0,
|
|
2098
|
-
[_OA, _TA],
|
|
2099
|
-
[0, 0], 1
|
|
2100
|
-
];
|
|
2101
|
-
var __Unit = "unit";
|
|
2102
|
-
var SESServiceException$ = [-3, _s, "SESServiceException", 0, [], []];
|
|
2103
|
-
schema.TypeRegistry.for(_s).registerError(SESServiceException$, SESServiceException);
|
|
2104
|
-
var BouncedRecipientInfoList = [1, n0, _BRIL,
|
|
2105
|
-
0, () => BouncedRecipientInfo$
|
|
2106
|
-
];
|
|
2107
|
-
var BulkEmailDestinationList = [1, n0, _BEDL,
|
|
2108
|
-
0, () => BulkEmailDestination$
|
|
2109
|
-
];
|
|
2110
|
-
var BulkEmailDestinationStatusList = [1, n0, _BEDSL,
|
|
2111
|
-
0, () => BulkEmailDestinationStatus$
|
|
2112
|
-
];
|
|
2113
|
-
var CloudWatchDimensionConfigurations = [1, n0, _CWDCl,
|
|
2114
|
-
0, () => CloudWatchDimensionConfiguration$
|
|
2115
|
-
];
|
|
2116
|
-
var ConfigurationSets = [1, n0, _CSo,
|
|
2117
|
-
0, () => ConfigurationSet$
|
|
2118
|
-
];
|
|
2119
|
-
var CustomVerificationEmailTemplates = [1, n0, _CVETu,
|
|
2120
|
-
0, () => CustomVerificationEmailTemplate$
|
|
2121
|
-
];
|
|
2122
|
-
var EventDestinations = [1, n0, _EDv,
|
|
2123
|
-
0, () => EventDestination$
|
|
2124
|
-
];
|
|
2125
|
-
var ExtensionFieldList = [1, n0, _EFL,
|
|
2126
|
-
0, () => ExtensionField$
|
|
2127
|
-
];
|
|
2128
|
-
var MessageTagList = [1, n0, _MTL,
|
|
2129
|
-
0, () => MessageTag$
|
|
2130
|
-
];
|
|
2131
|
-
var ReceiptActionsList = [1, n0, _RAL,
|
|
2132
|
-
0, () => ReceiptAction$
|
|
2133
|
-
];
|
|
2134
|
-
var ReceiptFilterList = [1, n0, _RFL,
|
|
2135
|
-
0, () => ReceiptFilter$
|
|
2136
|
-
];
|
|
2137
|
-
var ReceiptRuleSetsLists = [1, n0, _RRSL,
|
|
2138
|
-
0, () => ReceiptRuleSetMetadata$
|
|
2139
|
-
];
|
|
2140
|
-
var ReceiptRulesList = [1, n0, _RRL,
|
|
2141
|
-
0, () => ReceiptRule$
|
|
2142
|
-
];
|
|
2143
|
-
var SendDataPointList = [1, n0, _SDPL,
|
|
2144
|
-
0, () => SendDataPoint$
|
|
2145
|
-
];
|
|
2146
|
-
var TemplateMetadataList = [1, n0, _TML,
|
|
2147
|
-
0, () => TemplateMetadata$
|
|
2148
|
-
];
|
|
2149
|
-
var DkimAttributes = [2, n0, _DA,
|
|
2150
|
-
0, 0, () => IdentityDkimAttributes$
|
|
2151
|
-
];
|
|
2152
|
-
var MailFromDomainAttributes = [2, n0, _MFDA,
|
|
2153
|
-
0, 0, () => IdentityMailFromDomainAttributes$
|
|
2154
|
-
];
|
|
2155
|
-
var NotificationAttributes = [2, n0, _NA,
|
|
2156
|
-
0, 0, () => IdentityNotificationAttributes$
|
|
2157
|
-
];
|
|
2158
|
-
var VerificationAttributes = [2, n0, _VA,
|
|
2159
|
-
0, 0, () => IdentityVerificationAttributes$
|
|
2160
|
-
];
|
|
2161
|
-
var CloneReceiptRuleSet$ = [9, n0, _CRRS,
|
|
2162
|
-
0, () => CloneReceiptRuleSetRequest$, () => CloneReceiptRuleSetResponse$
|
|
2163
|
-
];
|
|
2164
|
-
var CreateConfigurationSet$ = [9, n0, _CCS,
|
|
2165
|
-
0, () => CreateConfigurationSetRequest$, () => CreateConfigurationSetResponse$
|
|
2166
|
-
];
|
|
2167
|
-
var CreateConfigurationSetEventDestination$ = [9, n0, _CCSED,
|
|
2168
|
-
0, () => CreateConfigurationSetEventDestinationRequest$, () => CreateConfigurationSetEventDestinationResponse$
|
|
2169
|
-
];
|
|
2170
|
-
var CreateConfigurationSetTrackingOptions$ = [9, n0, _CCSTO,
|
|
2171
|
-
0, () => CreateConfigurationSetTrackingOptionsRequest$, () => CreateConfigurationSetTrackingOptionsResponse$
|
|
2172
|
-
];
|
|
2173
|
-
var CreateCustomVerificationEmailTemplate$ = [9, n0, _CCVET,
|
|
2174
|
-
0, () => CreateCustomVerificationEmailTemplateRequest$, () => __Unit
|
|
2175
|
-
];
|
|
2176
|
-
var CreateReceiptFilter$ = [9, n0, _CRF,
|
|
2177
|
-
0, () => CreateReceiptFilterRequest$, () => CreateReceiptFilterResponse$
|
|
2178
|
-
];
|
|
2179
|
-
var CreateReceiptRule$ = [9, n0, _CRR,
|
|
2180
|
-
0, () => CreateReceiptRuleRequest$, () => CreateReceiptRuleResponse$
|
|
2181
|
-
];
|
|
2182
|
-
var CreateReceiptRuleSet$ = [9, n0, _CRRSr,
|
|
2183
|
-
0, () => CreateReceiptRuleSetRequest$, () => CreateReceiptRuleSetResponse$
|
|
2184
|
-
];
|
|
2185
|
-
var CreateTemplate$ = [9, n0, _CTre,
|
|
2186
|
-
0, () => CreateTemplateRequest$, () => CreateTemplateResponse$
|
|
2187
|
-
];
|
|
2188
|
-
var DeleteConfigurationSet$ = [9, n0, _DCS,
|
|
2189
|
-
0, () => DeleteConfigurationSetRequest$, () => DeleteConfigurationSetResponse$
|
|
2190
|
-
];
|
|
2191
|
-
var DeleteConfigurationSetEventDestination$ = [9, n0, _DCSED,
|
|
2192
|
-
0, () => DeleteConfigurationSetEventDestinationRequest$, () => DeleteConfigurationSetEventDestinationResponse$
|
|
2193
|
-
];
|
|
2194
|
-
var DeleteConfigurationSetTrackingOptions$ = [9, n0, _DCSTO,
|
|
2195
|
-
0, () => DeleteConfigurationSetTrackingOptionsRequest$, () => DeleteConfigurationSetTrackingOptionsResponse$
|
|
2196
|
-
];
|
|
2197
|
-
var DeleteCustomVerificationEmailTemplate$ = [9, n0, _DCVET,
|
|
2198
|
-
0, () => DeleteCustomVerificationEmailTemplateRequest$, () => __Unit
|
|
2199
|
-
];
|
|
2200
|
-
var DeleteIdentity$ = [9, n0, _DI,
|
|
2201
|
-
0, () => DeleteIdentityRequest$, () => DeleteIdentityResponse$
|
|
2202
|
-
];
|
|
2203
|
-
var DeleteIdentityPolicy$ = [9, n0, _DIP,
|
|
2204
|
-
0, () => DeleteIdentityPolicyRequest$, () => DeleteIdentityPolicyResponse$
|
|
2205
|
-
];
|
|
2206
|
-
var DeleteReceiptFilter$ = [9, n0, _DRF,
|
|
2207
|
-
0, () => DeleteReceiptFilterRequest$, () => DeleteReceiptFilterResponse$
|
|
2208
|
-
];
|
|
2209
|
-
var DeleteReceiptRule$ = [9, n0, _DRR,
|
|
2210
|
-
0, () => DeleteReceiptRuleRequest$, () => DeleteReceiptRuleResponse$
|
|
2211
|
-
];
|
|
2212
|
-
var DeleteReceiptRuleSet$ = [9, n0, _DRRS,
|
|
2213
|
-
0, () => DeleteReceiptRuleSetRequest$, () => DeleteReceiptRuleSetResponse$
|
|
2214
|
-
];
|
|
2215
|
-
var DeleteTemplate$ = [9, n0, _DTel,
|
|
2216
|
-
0, () => DeleteTemplateRequest$, () => DeleteTemplateResponse$
|
|
2217
|
-
];
|
|
2218
|
-
var DeleteVerifiedEmailAddress$ = [9, n0, _DVEA,
|
|
2219
|
-
0, () => DeleteVerifiedEmailAddressRequest$, () => __Unit
|
|
2220
|
-
];
|
|
2221
|
-
var DescribeActiveReceiptRuleSet$ = [9, n0, _DARRS,
|
|
2222
|
-
0, () => DescribeActiveReceiptRuleSetRequest$, () => DescribeActiveReceiptRuleSetResponse$
|
|
2223
|
-
];
|
|
2224
|
-
var DescribeConfigurationSet$ = [9, n0, _DCSe,
|
|
2225
|
-
0, () => DescribeConfigurationSetRequest$, () => DescribeConfigurationSetResponse$
|
|
2226
|
-
];
|
|
2227
|
-
var DescribeReceiptRule$ = [9, n0, _DRRe,
|
|
2228
|
-
0, () => DescribeReceiptRuleRequest$, () => DescribeReceiptRuleResponse$
|
|
2229
|
-
];
|
|
2230
|
-
var DescribeReceiptRuleSet$ = [9, n0, _DRRSe,
|
|
2231
|
-
0, () => DescribeReceiptRuleSetRequest$, () => DescribeReceiptRuleSetResponse$
|
|
2232
|
-
];
|
|
2233
|
-
var GetAccountSendingEnabled$ = [9, n0, _GASE,
|
|
2234
|
-
0, () => __Unit, () => GetAccountSendingEnabledResponse$
|
|
2235
|
-
];
|
|
2236
|
-
var GetCustomVerificationEmailTemplate$ = [9, n0, _GCVET,
|
|
2237
|
-
0, () => GetCustomVerificationEmailTemplateRequest$, () => GetCustomVerificationEmailTemplateResponse$
|
|
2238
|
-
];
|
|
2239
|
-
var GetIdentityDkimAttributes$ = [9, n0, _GIDA,
|
|
2240
|
-
0, () => GetIdentityDkimAttributesRequest$, () => GetIdentityDkimAttributesResponse$
|
|
2241
|
-
];
|
|
2242
|
-
var GetIdentityMailFromDomainAttributes$ = [9, n0, _GIMFDA,
|
|
2243
|
-
0, () => GetIdentityMailFromDomainAttributesRequest$, () => GetIdentityMailFromDomainAttributesResponse$
|
|
2244
|
-
];
|
|
2245
|
-
var GetIdentityNotificationAttributes$ = [9, n0, _GINA,
|
|
2246
|
-
0, () => GetIdentityNotificationAttributesRequest$, () => GetIdentityNotificationAttributesResponse$
|
|
2247
|
-
];
|
|
2248
|
-
var GetIdentityPolicies$ = [9, n0, _GIP,
|
|
2249
|
-
0, () => GetIdentityPoliciesRequest$, () => GetIdentityPoliciesResponse$
|
|
2250
|
-
];
|
|
2251
|
-
var GetIdentityVerificationAttributes$ = [9, n0, _GIVA,
|
|
2252
|
-
0, () => GetIdentityVerificationAttributesRequest$, () => GetIdentityVerificationAttributesResponse$
|
|
2253
|
-
];
|
|
2254
|
-
var GetSendQuota$ = [9, n0, _GSQ,
|
|
2255
|
-
0, () => __Unit, () => GetSendQuotaResponse$
|
|
2256
|
-
];
|
|
2257
|
-
var GetSendStatistics$ = [9, n0, _GSS,
|
|
2258
|
-
0, () => __Unit, () => GetSendStatisticsResponse$
|
|
2259
|
-
];
|
|
2260
|
-
var GetTemplate$ = [9, n0, _GT,
|
|
2261
|
-
0, () => GetTemplateRequest$, () => GetTemplateResponse$
|
|
2262
|
-
];
|
|
2263
|
-
var ListConfigurationSets$ = [9, n0, _LCS,
|
|
2264
|
-
0, () => ListConfigurationSetsRequest$, () => ListConfigurationSetsResponse$
|
|
2265
|
-
];
|
|
2266
|
-
var ListCustomVerificationEmailTemplates$ = [9, n0, _LCVET,
|
|
2267
|
-
0, () => ListCustomVerificationEmailTemplatesRequest$, () => ListCustomVerificationEmailTemplatesResponse$
|
|
2268
|
-
];
|
|
2269
|
-
var ListIdentities$ = [9, n0, _LI,
|
|
2270
|
-
0, () => ListIdentitiesRequest$, () => ListIdentitiesResponse$
|
|
2271
|
-
];
|
|
2272
|
-
var ListIdentityPolicies$ = [9, n0, _LIP,
|
|
2273
|
-
0, () => ListIdentityPoliciesRequest$, () => ListIdentityPoliciesResponse$
|
|
2274
|
-
];
|
|
2275
|
-
var ListReceiptFilters$ = [9, n0, _LRF,
|
|
2276
|
-
0, () => ListReceiptFiltersRequest$, () => ListReceiptFiltersResponse$
|
|
2277
|
-
];
|
|
2278
|
-
var ListReceiptRuleSets$ = [9, n0, _LRRS,
|
|
2279
|
-
0, () => ListReceiptRuleSetsRequest$, () => ListReceiptRuleSetsResponse$
|
|
2280
|
-
];
|
|
2281
|
-
var ListTemplates$ = [9, n0, _LT,
|
|
2282
|
-
0, () => ListTemplatesRequest$, () => ListTemplatesResponse$
|
|
2283
|
-
];
|
|
2284
|
-
var ListVerifiedEmailAddresses$ = [9, n0, _LVEA,
|
|
2285
|
-
0, () => __Unit, () => ListVerifiedEmailAddressesResponse$
|
|
2286
|
-
];
|
|
2287
|
-
var PutConfigurationSetDeliveryOptions$ = [9, n0, _PCSDO,
|
|
2288
|
-
0, () => PutConfigurationSetDeliveryOptionsRequest$, () => PutConfigurationSetDeliveryOptionsResponse$
|
|
2289
|
-
];
|
|
2290
|
-
var PutIdentityPolicy$ = [9, n0, _PIP,
|
|
2291
|
-
0, () => PutIdentityPolicyRequest$, () => PutIdentityPolicyResponse$
|
|
2292
|
-
];
|
|
2293
|
-
var ReorderReceiptRuleSet$ = [9, n0, _RRRS,
|
|
2294
|
-
0, () => ReorderReceiptRuleSetRequest$, () => ReorderReceiptRuleSetResponse$
|
|
2295
|
-
];
|
|
2296
|
-
var SendBounce$ = [9, n0, _SB,
|
|
2297
|
-
0, () => SendBounceRequest$, () => SendBounceResponse$
|
|
2298
|
-
];
|
|
2299
|
-
var SendBulkTemplatedEmail$ = [9, n0, _SBTE,
|
|
2300
|
-
0, () => SendBulkTemplatedEmailRequest$, () => SendBulkTemplatedEmailResponse$
|
|
2301
|
-
];
|
|
2302
|
-
var SendCustomVerificationEmail$ = [9, n0, _SCVE,
|
|
2303
|
-
0, () => SendCustomVerificationEmailRequest$, () => SendCustomVerificationEmailResponse$
|
|
2304
|
-
];
|
|
2305
|
-
var SendEmail$ = [9, n0, _SEen,
|
|
2306
|
-
0, () => SendEmailRequest$, () => SendEmailResponse$
|
|
2307
|
-
];
|
|
2308
|
-
var SendRawEmail$ = [9, n0, _SRE,
|
|
2309
|
-
0, () => SendRawEmailRequest$, () => SendRawEmailResponse$
|
|
2310
|
-
];
|
|
2311
|
-
var SendTemplatedEmail$ = [9, n0, _STE,
|
|
2312
|
-
0, () => SendTemplatedEmailRequest$, () => SendTemplatedEmailResponse$
|
|
2313
|
-
];
|
|
2314
|
-
var SetActiveReceiptRuleSet$ = [9, n0, _SARRS,
|
|
2315
|
-
0, () => SetActiveReceiptRuleSetRequest$, () => SetActiveReceiptRuleSetResponse$
|
|
2316
|
-
];
|
|
2317
|
-
var SetIdentityDkimEnabled$ = [9, n0, _SIDE,
|
|
2318
|
-
0, () => SetIdentityDkimEnabledRequest$, () => SetIdentityDkimEnabledResponse$
|
|
2319
|
-
];
|
|
2320
|
-
var SetIdentityFeedbackForwardingEnabled$ = [9, n0, _SIFFE,
|
|
2321
|
-
0, () => SetIdentityFeedbackForwardingEnabledRequest$, () => SetIdentityFeedbackForwardingEnabledResponse$
|
|
2322
|
-
];
|
|
2323
|
-
var SetIdentityHeadersInNotificationsEnabled$ = [9, n0, _SIHINE,
|
|
2324
|
-
0, () => SetIdentityHeadersInNotificationsEnabledRequest$, () => SetIdentityHeadersInNotificationsEnabledResponse$
|
|
2325
|
-
];
|
|
2326
|
-
var SetIdentityMailFromDomain$ = [9, n0, _SIMFD,
|
|
2327
|
-
0, () => SetIdentityMailFromDomainRequest$, () => SetIdentityMailFromDomainResponse$
|
|
2328
|
-
];
|
|
2329
|
-
var SetIdentityNotificationTopic$ = [9, n0, _SINT,
|
|
2330
|
-
0, () => SetIdentityNotificationTopicRequest$, () => SetIdentityNotificationTopicResponse$
|
|
2331
|
-
];
|
|
2332
|
-
var SetReceiptRulePosition$ = [9, n0, _SRRP,
|
|
2333
|
-
0, () => SetReceiptRulePositionRequest$, () => SetReceiptRulePositionResponse$
|
|
2334
|
-
];
|
|
2335
|
-
var TestRenderTemplate$ = [9, n0, _TRT,
|
|
2336
|
-
0, () => TestRenderTemplateRequest$, () => TestRenderTemplateResponse$
|
|
2337
|
-
];
|
|
2338
|
-
var UpdateAccountSendingEnabled$ = [9, n0, _UASE,
|
|
2339
|
-
0, () => UpdateAccountSendingEnabledRequest$, () => __Unit
|
|
2340
|
-
];
|
|
2341
|
-
var UpdateConfigurationSetEventDestination$ = [9, n0, _UCSED,
|
|
2342
|
-
0, () => UpdateConfigurationSetEventDestinationRequest$, () => UpdateConfigurationSetEventDestinationResponse$
|
|
2343
|
-
];
|
|
2344
|
-
var UpdateConfigurationSetReputationMetricsEnabled$ = [9, n0, _UCSRME,
|
|
2345
|
-
0, () => UpdateConfigurationSetReputationMetricsEnabledRequest$, () => __Unit
|
|
2346
|
-
];
|
|
2347
|
-
var UpdateConfigurationSetSendingEnabled$ = [9, n0, _UCSSE,
|
|
2348
|
-
0, () => UpdateConfigurationSetSendingEnabledRequest$, () => __Unit
|
|
2349
|
-
];
|
|
2350
|
-
var UpdateConfigurationSetTrackingOptions$ = [9, n0, _UCSTO,
|
|
2351
|
-
0, () => UpdateConfigurationSetTrackingOptionsRequest$, () => UpdateConfigurationSetTrackingOptionsResponse$
|
|
2352
|
-
];
|
|
2353
|
-
var UpdateCustomVerificationEmailTemplate$ = [9, n0, _UCVET,
|
|
2354
|
-
0, () => UpdateCustomVerificationEmailTemplateRequest$, () => __Unit
|
|
2355
|
-
];
|
|
2356
|
-
var UpdateReceiptRule$ = [9, n0, _URR,
|
|
2357
|
-
0, () => UpdateReceiptRuleRequest$, () => UpdateReceiptRuleResponse$
|
|
2358
|
-
];
|
|
2359
|
-
var UpdateTemplate$ = [9, n0, _UT,
|
|
2360
|
-
0, () => UpdateTemplateRequest$, () => UpdateTemplateResponse$
|
|
2361
|
-
];
|
|
2362
|
-
var VerifyDomainDkim$ = [9, n0, _VDD,
|
|
2363
|
-
0, () => VerifyDomainDkimRequest$, () => VerifyDomainDkimResponse$
|
|
2364
|
-
];
|
|
2365
|
-
var VerifyDomainIdentity$ = [9, n0, _VDI,
|
|
2366
|
-
0, () => VerifyDomainIdentityRequest$, () => VerifyDomainIdentityResponse$
|
|
2367
|
-
];
|
|
2368
|
-
var VerifyEmailAddress$ = [9, n0, _VEAe,
|
|
2369
|
-
0, () => VerifyEmailAddressRequest$, () => __Unit
|
|
2370
|
-
];
|
|
2371
|
-
var VerifyEmailIdentity$ = [9, n0, _VEI,
|
|
2372
|
-
0, () => VerifyEmailIdentityRequest$, () => VerifyEmailIdentityResponse$
|
|
2373
|
-
];
|
|
2374
|
-
|
|
2375
117
|
class CloneReceiptRuleSetCommand extends smithyClient.Command
|
|
2376
118
|
.classBuilder()
|
|
2377
119
|
.ep(commonParams)
|
|
@@ -2380,7 +122,7 @@ class CloneReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2380
122
|
})
|
|
2381
123
|
.s("SimpleEmailService", "CloneReceiptRuleSet", {})
|
|
2382
124
|
.n("SESClient", "CloneReceiptRuleSetCommand")
|
|
2383
|
-
.sc(CloneReceiptRuleSet$)
|
|
125
|
+
.sc(schemas_0.CloneReceiptRuleSet$)
|
|
2384
126
|
.build() {
|
|
2385
127
|
}
|
|
2386
128
|
|
|
@@ -2392,7 +134,7 @@ class CreateConfigurationSetCommand extends smithyClient.Command
|
|
|
2392
134
|
})
|
|
2393
135
|
.s("SimpleEmailService", "CreateConfigurationSet", {})
|
|
2394
136
|
.n("SESClient", "CreateConfigurationSetCommand")
|
|
2395
|
-
.sc(CreateConfigurationSet$)
|
|
137
|
+
.sc(schemas_0.CreateConfigurationSet$)
|
|
2396
138
|
.build() {
|
|
2397
139
|
}
|
|
2398
140
|
|
|
@@ -2404,7 +146,7 @@ class CreateConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
2404
146
|
})
|
|
2405
147
|
.s("SimpleEmailService", "CreateConfigurationSetEventDestination", {})
|
|
2406
148
|
.n("SESClient", "CreateConfigurationSetEventDestinationCommand")
|
|
2407
|
-
.sc(CreateConfigurationSetEventDestination$)
|
|
149
|
+
.sc(schemas_0.CreateConfigurationSetEventDestination$)
|
|
2408
150
|
.build() {
|
|
2409
151
|
}
|
|
2410
152
|
|
|
@@ -2416,7 +158,7 @@ class CreateConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
|
2416
158
|
})
|
|
2417
159
|
.s("SimpleEmailService", "CreateConfigurationSetTrackingOptions", {})
|
|
2418
160
|
.n("SESClient", "CreateConfigurationSetTrackingOptionsCommand")
|
|
2419
|
-
.sc(CreateConfigurationSetTrackingOptions$)
|
|
161
|
+
.sc(schemas_0.CreateConfigurationSetTrackingOptions$)
|
|
2420
162
|
.build() {
|
|
2421
163
|
}
|
|
2422
164
|
|
|
@@ -2428,7 +170,7 @@ class CreateCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
2428
170
|
})
|
|
2429
171
|
.s("SimpleEmailService", "CreateCustomVerificationEmailTemplate", {})
|
|
2430
172
|
.n("SESClient", "CreateCustomVerificationEmailTemplateCommand")
|
|
2431
|
-
.sc(CreateCustomVerificationEmailTemplate$)
|
|
173
|
+
.sc(schemas_0.CreateCustomVerificationEmailTemplate$)
|
|
2432
174
|
.build() {
|
|
2433
175
|
}
|
|
2434
176
|
|
|
@@ -2440,7 +182,7 @@ class CreateReceiptFilterCommand extends smithyClient.Command
|
|
|
2440
182
|
})
|
|
2441
183
|
.s("SimpleEmailService", "CreateReceiptFilter", {})
|
|
2442
184
|
.n("SESClient", "CreateReceiptFilterCommand")
|
|
2443
|
-
.sc(CreateReceiptFilter$)
|
|
185
|
+
.sc(schemas_0.CreateReceiptFilter$)
|
|
2444
186
|
.build() {
|
|
2445
187
|
}
|
|
2446
188
|
|
|
@@ -2452,7 +194,7 @@ class CreateReceiptRuleCommand extends smithyClient.Command
|
|
|
2452
194
|
})
|
|
2453
195
|
.s("SimpleEmailService", "CreateReceiptRule", {})
|
|
2454
196
|
.n("SESClient", "CreateReceiptRuleCommand")
|
|
2455
|
-
.sc(CreateReceiptRule$)
|
|
197
|
+
.sc(schemas_0.CreateReceiptRule$)
|
|
2456
198
|
.build() {
|
|
2457
199
|
}
|
|
2458
200
|
|
|
@@ -2464,7 +206,7 @@ class CreateReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2464
206
|
})
|
|
2465
207
|
.s("SimpleEmailService", "CreateReceiptRuleSet", {})
|
|
2466
208
|
.n("SESClient", "CreateReceiptRuleSetCommand")
|
|
2467
|
-
.sc(CreateReceiptRuleSet$)
|
|
209
|
+
.sc(schemas_0.CreateReceiptRuleSet$)
|
|
2468
210
|
.build() {
|
|
2469
211
|
}
|
|
2470
212
|
|
|
@@ -2476,7 +218,7 @@ class CreateTemplateCommand extends smithyClient.Command
|
|
|
2476
218
|
})
|
|
2477
219
|
.s("SimpleEmailService", "CreateTemplate", {})
|
|
2478
220
|
.n("SESClient", "CreateTemplateCommand")
|
|
2479
|
-
.sc(CreateTemplate$)
|
|
221
|
+
.sc(schemas_0.CreateTemplate$)
|
|
2480
222
|
.build() {
|
|
2481
223
|
}
|
|
2482
224
|
|
|
@@ -2488,7 +230,7 @@ class DeleteConfigurationSetCommand extends smithyClient.Command
|
|
|
2488
230
|
})
|
|
2489
231
|
.s("SimpleEmailService", "DeleteConfigurationSet", {})
|
|
2490
232
|
.n("SESClient", "DeleteConfigurationSetCommand")
|
|
2491
|
-
.sc(DeleteConfigurationSet$)
|
|
233
|
+
.sc(schemas_0.DeleteConfigurationSet$)
|
|
2492
234
|
.build() {
|
|
2493
235
|
}
|
|
2494
236
|
|
|
@@ -2500,7 +242,7 @@ class DeleteConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
2500
242
|
})
|
|
2501
243
|
.s("SimpleEmailService", "DeleteConfigurationSetEventDestination", {})
|
|
2502
244
|
.n("SESClient", "DeleteConfigurationSetEventDestinationCommand")
|
|
2503
|
-
.sc(DeleteConfigurationSetEventDestination$)
|
|
245
|
+
.sc(schemas_0.DeleteConfigurationSetEventDestination$)
|
|
2504
246
|
.build() {
|
|
2505
247
|
}
|
|
2506
248
|
|
|
@@ -2512,7 +254,7 @@ class DeleteConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
|
2512
254
|
})
|
|
2513
255
|
.s("SimpleEmailService", "DeleteConfigurationSetTrackingOptions", {})
|
|
2514
256
|
.n("SESClient", "DeleteConfigurationSetTrackingOptionsCommand")
|
|
2515
|
-
.sc(DeleteConfigurationSetTrackingOptions$)
|
|
257
|
+
.sc(schemas_0.DeleteConfigurationSetTrackingOptions$)
|
|
2516
258
|
.build() {
|
|
2517
259
|
}
|
|
2518
260
|
|
|
@@ -2524,7 +266,7 @@ class DeleteCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
2524
266
|
})
|
|
2525
267
|
.s("SimpleEmailService", "DeleteCustomVerificationEmailTemplate", {})
|
|
2526
268
|
.n("SESClient", "DeleteCustomVerificationEmailTemplateCommand")
|
|
2527
|
-
.sc(DeleteCustomVerificationEmailTemplate$)
|
|
269
|
+
.sc(schemas_0.DeleteCustomVerificationEmailTemplate$)
|
|
2528
270
|
.build() {
|
|
2529
271
|
}
|
|
2530
272
|
|
|
@@ -2536,7 +278,7 @@ class DeleteIdentityCommand extends smithyClient.Command
|
|
|
2536
278
|
})
|
|
2537
279
|
.s("SimpleEmailService", "DeleteIdentity", {})
|
|
2538
280
|
.n("SESClient", "DeleteIdentityCommand")
|
|
2539
|
-
.sc(DeleteIdentity$)
|
|
281
|
+
.sc(schemas_0.DeleteIdentity$)
|
|
2540
282
|
.build() {
|
|
2541
283
|
}
|
|
2542
284
|
|
|
@@ -2548,7 +290,7 @@ class DeleteIdentityPolicyCommand extends smithyClient.Command
|
|
|
2548
290
|
})
|
|
2549
291
|
.s("SimpleEmailService", "DeleteIdentityPolicy", {})
|
|
2550
292
|
.n("SESClient", "DeleteIdentityPolicyCommand")
|
|
2551
|
-
.sc(DeleteIdentityPolicy$)
|
|
293
|
+
.sc(schemas_0.DeleteIdentityPolicy$)
|
|
2552
294
|
.build() {
|
|
2553
295
|
}
|
|
2554
296
|
|
|
@@ -2560,7 +302,7 @@ class DeleteReceiptFilterCommand extends smithyClient.Command
|
|
|
2560
302
|
})
|
|
2561
303
|
.s("SimpleEmailService", "DeleteReceiptFilter", {})
|
|
2562
304
|
.n("SESClient", "DeleteReceiptFilterCommand")
|
|
2563
|
-
.sc(DeleteReceiptFilter$)
|
|
305
|
+
.sc(schemas_0.DeleteReceiptFilter$)
|
|
2564
306
|
.build() {
|
|
2565
307
|
}
|
|
2566
308
|
|
|
@@ -2572,7 +314,7 @@ class DeleteReceiptRuleCommand extends smithyClient.Command
|
|
|
2572
314
|
})
|
|
2573
315
|
.s("SimpleEmailService", "DeleteReceiptRule", {})
|
|
2574
316
|
.n("SESClient", "DeleteReceiptRuleCommand")
|
|
2575
|
-
.sc(DeleteReceiptRule$)
|
|
317
|
+
.sc(schemas_0.DeleteReceiptRule$)
|
|
2576
318
|
.build() {
|
|
2577
319
|
}
|
|
2578
320
|
|
|
@@ -2584,7 +326,7 @@ class DeleteReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2584
326
|
})
|
|
2585
327
|
.s("SimpleEmailService", "DeleteReceiptRuleSet", {})
|
|
2586
328
|
.n("SESClient", "DeleteReceiptRuleSetCommand")
|
|
2587
|
-
.sc(DeleteReceiptRuleSet$)
|
|
329
|
+
.sc(schemas_0.DeleteReceiptRuleSet$)
|
|
2588
330
|
.build() {
|
|
2589
331
|
}
|
|
2590
332
|
|
|
@@ -2596,7 +338,7 @@ class DeleteTemplateCommand extends smithyClient.Command
|
|
|
2596
338
|
})
|
|
2597
339
|
.s("SimpleEmailService", "DeleteTemplate", {})
|
|
2598
340
|
.n("SESClient", "DeleteTemplateCommand")
|
|
2599
|
-
.sc(DeleteTemplate$)
|
|
341
|
+
.sc(schemas_0.DeleteTemplate$)
|
|
2600
342
|
.build() {
|
|
2601
343
|
}
|
|
2602
344
|
|
|
@@ -2608,7 +350,7 @@ class DeleteVerifiedEmailAddressCommand extends smithyClient.Command
|
|
|
2608
350
|
})
|
|
2609
351
|
.s("SimpleEmailService", "DeleteVerifiedEmailAddress", {})
|
|
2610
352
|
.n("SESClient", "DeleteVerifiedEmailAddressCommand")
|
|
2611
|
-
.sc(DeleteVerifiedEmailAddress$)
|
|
353
|
+
.sc(schemas_0.DeleteVerifiedEmailAddress$)
|
|
2612
354
|
.build() {
|
|
2613
355
|
}
|
|
2614
356
|
|
|
@@ -2620,7 +362,7 @@ class DescribeActiveReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2620
362
|
})
|
|
2621
363
|
.s("SimpleEmailService", "DescribeActiveReceiptRuleSet", {})
|
|
2622
364
|
.n("SESClient", "DescribeActiveReceiptRuleSetCommand")
|
|
2623
|
-
.sc(DescribeActiveReceiptRuleSet$)
|
|
365
|
+
.sc(schemas_0.DescribeActiveReceiptRuleSet$)
|
|
2624
366
|
.build() {
|
|
2625
367
|
}
|
|
2626
368
|
|
|
@@ -2632,7 +374,7 @@ class DescribeConfigurationSetCommand extends smithyClient.Command
|
|
|
2632
374
|
})
|
|
2633
375
|
.s("SimpleEmailService", "DescribeConfigurationSet", {})
|
|
2634
376
|
.n("SESClient", "DescribeConfigurationSetCommand")
|
|
2635
|
-
.sc(DescribeConfigurationSet$)
|
|
377
|
+
.sc(schemas_0.DescribeConfigurationSet$)
|
|
2636
378
|
.build() {
|
|
2637
379
|
}
|
|
2638
380
|
|
|
@@ -2644,7 +386,7 @@ class DescribeReceiptRuleCommand extends smithyClient.Command
|
|
|
2644
386
|
})
|
|
2645
387
|
.s("SimpleEmailService", "DescribeReceiptRule", {})
|
|
2646
388
|
.n("SESClient", "DescribeReceiptRuleCommand")
|
|
2647
|
-
.sc(DescribeReceiptRule$)
|
|
389
|
+
.sc(schemas_0.DescribeReceiptRule$)
|
|
2648
390
|
.build() {
|
|
2649
391
|
}
|
|
2650
392
|
|
|
@@ -2656,7 +398,7 @@ class DescribeReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2656
398
|
})
|
|
2657
399
|
.s("SimpleEmailService", "DescribeReceiptRuleSet", {})
|
|
2658
400
|
.n("SESClient", "DescribeReceiptRuleSetCommand")
|
|
2659
|
-
.sc(DescribeReceiptRuleSet$)
|
|
401
|
+
.sc(schemas_0.DescribeReceiptRuleSet$)
|
|
2660
402
|
.build() {
|
|
2661
403
|
}
|
|
2662
404
|
|
|
@@ -2668,7 +410,7 @@ class GetAccountSendingEnabledCommand extends smithyClient.Command
|
|
|
2668
410
|
})
|
|
2669
411
|
.s("SimpleEmailService", "GetAccountSendingEnabled", {})
|
|
2670
412
|
.n("SESClient", "GetAccountSendingEnabledCommand")
|
|
2671
|
-
.sc(GetAccountSendingEnabled$)
|
|
413
|
+
.sc(schemas_0.GetAccountSendingEnabled$)
|
|
2672
414
|
.build() {
|
|
2673
415
|
}
|
|
2674
416
|
|
|
@@ -2680,7 +422,7 @@ class GetCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
2680
422
|
})
|
|
2681
423
|
.s("SimpleEmailService", "GetCustomVerificationEmailTemplate", {})
|
|
2682
424
|
.n("SESClient", "GetCustomVerificationEmailTemplateCommand")
|
|
2683
|
-
.sc(GetCustomVerificationEmailTemplate$)
|
|
425
|
+
.sc(schemas_0.GetCustomVerificationEmailTemplate$)
|
|
2684
426
|
.build() {
|
|
2685
427
|
}
|
|
2686
428
|
|
|
@@ -2692,7 +434,7 @@ class GetIdentityDkimAttributesCommand extends smithyClient.Command
|
|
|
2692
434
|
})
|
|
2693
435
|
.s("SimpleEmailService", "GetIdentityDkimAttributes", {})
|
|
2694
436
|
.n("SESClient", "GetIdentityDkimAttributesCommand")
|
|
2695
|
-
.sc(GetIdentityDkimAttributes$)
|
|
437
|
+
.sc(schemas_0.GetIdentityDkimAttributes$)
|
|
2696
438
|
.build() {
|
|
2697
439
|
}
|
|
2698
440
|
|
|
@@ -2704,7 +446,7 @@ class GetIdentityMailFromDomainAttributesCommand extends smithyClient.Command
|
|
|
2704
446
|
})
|
|
2705
447
|
.s("SimpleEmailService", "GetIdentityMailFromDomainAttributes", {})
|
|
2706
448
|
.n("SESClient", "GetIdentityMailFromDomainAttributesCommand")
|
|
2707
|
-
.sc(GetIdentityMailFromDomainAttributes$)
|
|
449
|
+
.sc(schemas_0.GetIdentityMailFromDomainAttributes$)
|
|
2708
450
|
.build() {
|
|
2709
451
|
}
|
|
2710
452
|
|
|
@@ -2716,7 +458,7 @@ class GetIdentityNotificationAttributesCommand extends smithyClient.Command
|
|
|
2716
458
|
})
|
|
2717
459
|
.s("SimpleEmailService", "GetIdentityNotificationAttributes", {})
|
|
2718
460
|
.n("SESClient", "GetIdentityNotificationAttributesCommand")
|
|
2719
|
-
.sc(GetIdentityNotificationAttributes$)
|
|
461
|
+
.sc(schemas_0.GetIdentityNotificationAttributes$)
|
|
2720
462
|
.build() {
|
|
2721
463
|
}
|
|
2722
464
|
|
|
@@ -2728,7 +470,7 @@ class GetIdentityPoliciesCommand extends smithyClient.Command
|
|
|
2728
470
|
})
|
|
2729
471
|
.s("SimpleEmailService", "GetIdentityPolicies", {})
|
|
2730
472
|
.n("SESClient", "GetIdentityPoliciesCommand")
|
|
2731
|
-
.sc(GetIdentityPolicies$)
|
|
473
|
+
.sc(schemas_0.GetIdentityPolicies$)
|
|
2732
474
|
.build() {
|
|
2733
475
|
}
|
|
2734
476
|
|
|
@@ -2740,7 +482,7 @@ class GetIdentityVerificationAttributesCommand extends smithyClient.Command
|
|
|
2740
482
|
})
|
|
2741
483
|
.s("SimpleEmailService", "GetIdentityVerificationAttributes", {})
|
|
2742
484
|
.n("SESClient", "GetIdentityVerificationAttributesCommand")
|
|
2743
|
-
.sc(GetIdentityVerificationAttributes$)
|
|
485
|
+
.sc(schemas_0.GetIdentityVerificationAttributes$)
|
|
2744
486
|
.build() {
|
|
2745
487
|
}
|
|
2746
488
|
|
|
@@ -2752,7 +494,7 @@ class GetSendQuotaCommand extends smithyClient.Command
|
|
|
2752
494
|
})
|
|
2753
495
|
.s("SimpleEmailService", "GetSendQuota", {})
|
|
2754
496
|
.n("SESClient", "GetSendQuotaCommand")
|
|
2755
|
-
.sc(GetSendQuota$)
|
|
497
|
+
.sc(schemas_0.GetSendQuota$)
|
|
2756
498
|
.build() {
|
|
2757
499
|
}
|
|
2758
500
|
|
|
@@ -2764,7 +506,7 @@ class GetSendStatisticsCommand extends smithyClient.Command
|
|
|
2764
506
|
})
|
|
2765
507
|
.s("SimpleEmailService", "GetSendStatistics", {})
|
|
2766
508
|
.n("SESClient", "GetSendStatisticsCommand")
|
|
2767
|
-
.sc(GetSendStatistics$)
|
|
509
|
+
.sc(schemas_0.GetSendStatistics$)
|
|
2768
510
|
.build() {
|
|
2769
511
|
}
|
|
2770
512
|
|
|
@@ -2776,7 +518,7 @@ class GetTemplateCommand extends smithyClient.Command
|
|
|
2776
518
|
})
|
|
2777
519
|
.s("SimpleEmailService", "GetTemplate", {})
|
|
2778
520
|
.n("SESClient", "GetTemplateCommand")
|
|
2779
|
-
.sc(GetTemplate$)
|
|
521
|
+
.sc(schemas_0.GetTemplate$)
|
|
2780
522
|
.build() {
|
|
2781
523
|
}
|
|
2782
524
|
|
|
@@ -2788,7 +530,7 @@ class ListConfigurationSetsCommand extends smithyClient.Command
|
|
|
2788
530
|
})
|
|
2789
531
|
.s("SimpleEmailService", "ListConfigurationSets", {})
|
|
2790
532
|
.n("SESClient", "ListConfigurationSetsCommand")
|
|
2791
|
-
.sc(ListConfigurationSets$)
|
|
533
|
+
.sc(schemas_0.ListConfigurationSets$)
|
|
2792
534
|
.build() {
|
|
2793
535
|
}
|
|
2794
536
|
|
|
@@ -2800,7 +542,7 @@ class ListCustomVerificationEmailTemplatesCommand extends smithyClient.Command
|
|
|
2800
542
|
})
|
|
2801
543
|
.s("SimpleEmailService", "ListCustomVerificationEmailTemplates", {})
|
|
2802
544
|
.n("SESClient", "ListCustomVerificationEmailTemplatesCommand")
|
|
2803
|
-
.sc(ListCustomVerificationEmailTemplates$)
|
|
545
|
+
.sc(schemas_0.ListCustomVerificationEmailTemplates$)
|
|
2804
546
|
.build() {
|
|
2805
547
|
}
|
|
2806
548
|
|
|
@@ -2812,7 +554,7 @@ class ListIdentitiesCommand extends smithyClient.Command
|
|
|
2812
554
|
})
|
|
2813
555
|
.s("SimpleEmailService", "ListIdentities", {})
|
|
2814
556
|
.n("SESClient", "ListIdentitiesCommand")
|
|
2815
|
-
.sc(ListIdentities$)
|
|
557
|
+
.sc(schemas_0.ListIdentities$)
|
|
2816
558
|
.build() {
|
|
2817
559
|
}
|
|
2818
560
|
|
|
@@ -2824,7 +566,7 @@ class ListIdentityPoliciesCommand extends smithyClient.Command
|
|
|
2824
566
|
})
|
|
2825
567
|
.s("SimpleEmailService", "ListIdentityPolicies", {})
|
|
2826
568
|
.n("SESClient", "ListIdentityPoliciesCommand")
|
|
2827
|
-
.sc(ListIdentityPolicies$)
|
|
569
|
+
.sc(schemas_0.ListIdentityPolicies$)
|
|
2828
570
|
.build() {
|
|
2829
571
|
}
|
|
2830
572
|
|
|
@@ -2836,7 +578,7 @@ class ListReceiptFiltersCommand extends smithyClient.Command
|
|
|
2836
578
|
})
|
|
2837
579
|
.s("SimpleEmailService", "ListReceiptFilters", {})
|
|
2838
580
|
.n("SESClient", "ListReceiptFiltersCommand")
|
|
2839
|
-
.sc(ListReceiptFilters$)
|
|
581
|
+
.sc(schemas_0.ListReceiptFilters$)
|
|
2840
582
|
.build() {
|
|
2841
583
|
}
|
|
2842
584
|
|
|
@@ -2848,7 +590,7 @@ class ListReceiptRuleSetsCommand extends smithyClient.Command
|
|
|
2848
590
|
})
|
|
2849
591
|
.s("SimpleEmailService", "ListReceiptRuleSets", {})
|
|
2850
592
|
.n("SESClient", "ListReceiptRuleSetsCommand")
|
|
2851
|
-
.sc(ListReceiptRuleSets$)
|
|
593
|
+
.sc(schemas_0.ListReceiptRuleSets$)
|
|
2852
594
|
.build() {
|
|
2853
595
|
}
|
|
2854
596
|
|
|
@@ -2860,7 +602,7 @@ class ListTemplatesCommand extends smithyClient.Command
|
|
|
2860
602
|
})
|
|
2861
603
|
.s("SimpleEmailService", "ListTemplates", {})
|
|
2862
604
|
.n("SESClient", "ListTemplatesCommand")
|
|
2863
|
-
.sc(ListTemplates$)
|
|
605
|
+
.sc(schemas_0.ListTemplates$)
|
|
2864
606
|
.build() {
|
|
2865
607
|
}
|
|
2866
608
|
|
|
@@ -2872,7 +614,7 @@ class ListVerifiedEmailAddressesCommand extends smithyClient.Command
|
|
|
2872
614
|
})
|
|
2873
615
|
.s("SimpleEmailService", "ListVerifiedEmailAddresses", {})
|
|
2874
616
|
.n("SESClient", "ListVerifiedEmailAddressesCommand")
|
|
2875
|
-
.sc(ListVerifiedEmailAddresses$)
|
|
617
|
+
.sc(schemas_0.ListVerifiedEmailAddresses$)
|
|
2876
618
|
.build() {
|
|
2877
619
|
}
|
|
2878
620
|
|
|
@@ -2884,7 +626,7 @@ class PutConfigurationSetDeliveryOptionsCommand extends smithyClient.Command
|
|
|
2884
626
|
})
|
|
2885
627
|
.s("SimpleEmailService", "PutConfigurationSetDeliveryOptions", {})
|
|
2886
628
|
.n("SESClient", "PutConfigurationSetDeliveryOptionsCommand")
|
|
2887
|
-
.sc(PutConfigurationSetDeliveryOptions$)
|
|
629
|
+
.sc(schemas_0.PutConfigurationSetDeliveryOptions$)
|
|
2888
630
|
.build() {
|
|
2889
631
|
}
|
|
2890
632
|
|
|
@@ -2896,7 +638,7 @@ class PutIdentityPolicyCommand extends smithyClient.Command
|
|
|
2896
638
|
})
|
|
2897
639
|
.s("SimpleEmailService", "PutIdentityPolicy", {})
|
|
2898
640
|
.n("SESClient", "PutIdentityPolicyCommand")
|
|
2899
|
-
.sc(PutIdentityPolicy$)
|
|
641
|
+
.sc(schemas_0.PutIdentityPolicy$)
|
|
2900
642
|
.build() {
|
|
2901
643
|
}
|
|
2902
644
|
|
|
@@ -2908,7 +650,7 @@ class ReorderReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2908
650
|
})
|
|
2909
651
|
.s("SimpleEmailService", "ReorderReceiptRuleSet", {})
|
|
2910
652
|
.n("SESClient", "ReorderReceiptRuleSetCommand")
|
|
2911
|
-
.sc(ReorderReceiptRuleSet$)
|
|
653
|
+
.sc(schemas_0.ReorderReceiptRuleSet$)
|
|
2912
654
|
.build() {
|
|
2913
655
|
}
|
|
2914
656
|
|
|
@@ -2920,7 +662,7 @@ class SendBounceCommand extends smithyClient.Command
|
|
|
2920
662
|
})
|
|
2921
663
|
.s("SimpleEmailService", "SendBounce", {})
|
|
2922
664
|
.n("SESClient", "SendBounceCommand")
|
|
2923
|
-
.sc(SendBounce$)
|
|
665
|
+
.sc(schemas_0.SendBounce$)
|
|
2924
666
|
.build() {
|
|
2925
667
|
}
|
|
2926
668
|
|
|
@@ -2932,7 +674,7 @@ class SendBulkTemplatedEmailCommand extends smithyClient.Command
|
|
|
2932
674
|
})
|
|
2933
675
|
.s("SimpleEmailService", "SendBulkTemplatedEmail", {})
|
|
2934
676
|
.n("SESClient", "SendBulkTemplatedEmailCommand")
|
|
2935
|
-
.sc(SendBulkTemplatedEmail$)
|
|
677
|
+
.sc(schemas_0.SendBulkTemplatedEmail$)
|
|
2936
678
|
.build() {
|
|
2937
679
|
}
|
|
2938
680
|
|
|
@@ -2944,7 +686,7 @@ class SendCustomVerificationEmailCommand extends smithyClient.Command
|
|
|
2944
686
|
})
|
|
2945
687
|
.s("SimpleEmailService", "SendCustomVerificationEmail", {})
|
|
2946
688
|
.n("SESClient", "SendCustomVerificationEmailCommand")
|
|
2947
|
-
.sc(SendCustomVerificationEmail$)
|
|
689
|
+
.sc(schemas_0.SendCustomVerificationEmail$)
|
|
2948
690
|
.build() {
|
|
2949
691
|
}
|
|
2950
692
|
|
|
@@ -2956,7 +698,7 @@ class SendEmailCommand extends smithyClient.Command
|
|
|
2956
698
|
})
|
|
2957
699
|
.s("SimpleEmailService", "SendEmail", {})
|
|
2958
700
|
.n("SESClient", "SendEmailCommand")
|
|
2959
|
-
.sc(SendEmail$)
|
|
701
|
+
.sc(schemas_0.SendEmail$)
|
|
2960
702
|
.build() {
|
|
2961
703
|
}
|
|
2962
704
|
|
|
@@ -2968,7 +710,7 @@ class SendRawEmailCommand extends smithyClient.Command
|
|
|
2968
710
|
})
|
|
2969
711
|
.s("SimpleEmailService", "SendRawEmail", {})
|
|
2970
712
|
.n("SESClient", "SendRawEmailCommand")
|
|
2971
|
-
.sc(SendRawEmail$)
|
|
713
|
+
.sc(schemas_0.SendRawEmail$)
|
|
2972
714
|
.build() {
|
|
2973
715
|
}
|
|
2974
716
|
|
|
@@ -2980,7 +722,7 @@ class SendTemplatedEmailCommand extends smithyClient.Command
|
|
|
2980
722
|
})
|
|
2981
723
|
.s("SimpleEmailService", "SendTemplatedEmail", {})
|
|
2982
724
|
.n("SESClient", "SendTemplatedEmailCommand")
|
|
2983
|
-
.sc(SendTemplatedEmail$)
|
|
725
|
+
.sc(schemas_0.SendTemplatedEmail$)
|
|
2984
726
|
.build() {
|
|
2985
727
|
}
|
|
2986
728
|
|
|
@@ -2992,7 +734,7 @@ class SetActiveReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2992
734
|
})
|
|
2993
735
|
.s("SimpleEmailService", "SetActiveReceiptRuleSet", {})
|
|
2994
736
|
.n("SESClient", "SetActiveReceiptRuleSetCommand")
|
|
2995
|
-
.sc(SetActiveReceiptRuleSet$)
|
|
737
|
+
.sc(schemas_0.SetActiveReceiptRuleSet$)
|
|
2996
738
|
.build() {
|
|
2997
739
|
}
|
|
2998
740
|
|
|
@@ -3004,7 +746,7 @@ class SetIdentityDkimEnabledCommand extends smithyClient.Command
|
|
|
3004
746
|
})
|
|
3005
747
|
.s("SimpleEmailService", "SetIdentityDkimEnabled", {})
|
|
3006
748
|
.n("SESClient", "SetIdentityDkimEnabledCommand")
|
|
3007
|
-
.sc(SetIdentityDkimEnabled$)
|
|
749
|
+
.sc(schemas_0.SetIdentityDkimEnabled$)
|
|
3008
750
|
.build() {
|
|
3009
751
|
}
|
|
3010
752
|
|
|
@@ -3016,7 +758,7 @@ class SetIdentityFeedbackForwardingEnabledCommand extends smithyClient.Command
|
|
|
3016
758
|
})
|
|
3017
759
|
.s("SimpleEmailService", "SetIdentityFeedbackForwardingEnabled", {})
|
|
3018
760
|
.n("SESClient", "SetIdentityFeedbackForwardingEnabledCommand")
|
|
3019
|
-
.sc(SetIdentityFeedbackForwardingEnabled$)
|
|
761
|
+
.sc(schemas_0.SetIdentityFeedbackForwardingEnabled$)
|
|
3020
762
|
.build() {
|
|
3021
763
|
}
|
|
3022
764
|
|
|
@@ -3028,7 +770,7 @@ class SetIdentityHeadersInNotificationsEnabledCommand extends smithyClient.Comma
|
|
|
3028
770
|
})
|
|
3029
771
|
.s("SimpleEmailService", "SetIdentityHeadersInNotificationsEnabled", {})
|
|
3030
772
|
.n("SESClient", "SetIdentityHeadersInNotificationsEnabledCommand")
|
|
3031
|
-
.sc(SetIdentityHeadersInNotificationsEnabled$)
|
|
773
|
+
.sc(schemas_0.SetIdentityHeadersInNotificationsEnabled$)
|
|
3032
774
|
.build() {
|
|
3033
775
|
}
|
|
3034
776
|
|
|
@@ -3040,7 +782,7 @@ class SetIdentityMailFromDomainCommand extends smithyClient.Command
|
|
|
3040
782
|
})
|
|
3041
783
|
.s("SimpleEmailService", "SetIdentityMailFromDomain", {})
|
|
3042
784
|
.n("SESClient", "SetIdentityMailFromDomainCommand")
|
|
3043
|
-
.sc(SetIdentityMailFromDomain$)
|
|
785
|
+
.sc(schemas_0.SetIdentityMailFromDomain$)
|
|
3044
786
|
.build() {
|
|
3045
787
|
}
|
|
3046
788
|
|
|
@@ -3052,7 +794,7 @@ class SetIdentityNotificationTopicCommand extends smithyClient.Command
|
|
|
3052
794
|
})
|
|
3053
795
|
.s("SimpleEmailService", "SetIdentityNotificationTopic", {})
|
|
3054
796
|
.n("SESClient", "SetIdentityNotificationTopicCommand")
|
|
3055
|
-
.sc(SetIdentityNotificationTopic$)
|
|
797
|
+
.sc(schemas_0.SetIdentityNotificationTopic$)
|
|
3056
798
|
.build() {
|
|
3057
799
|
}
|
|
3058
800
|
|
|
@@ -3064,7 +806,7 @@ class SetReceiptRulePositionCommand extends smithyClient.Command
|
|
|
3064
806
|
})
|
|
3065
807
|
.s("SimpleEmailService", "SetReceiptRulePosition", {})
|
|
3066
808
|
.n("SESClient", "SetReceiptRulePositionCommand")
|
|
3067
|
-
.sc(SetReceiptRulePosition$)
|
|
809
|
+
.sc(schemas_0.SetReceiptRulePosition$)
|
|
3068
810
|
.build() {
|
|
3069
811
|
}
|
|
3070
812
|
|
|
@@ -3076,7 +818,7 @@ class TestRenderTemplateCommand extends smithyClient.Command
|
|
|
3076
818
|
})
|
|
3077
819
|
.s("SimpleEmailService", "TestRenderTemplate", {})
|
|
3078
820
|
.n("SESClient", "TestRenderTemplateCommand")
|
|
3079
|
-
.sc(TestRenderTemplate$)
|
|
821
|
+
.sc(schemas_0.TestRenderTemplate$)
|
|
3080
822
|
.build() {
|
|
3081
823
|
}
|
|
3082
824
|
|
|
@@ -3088,7 +830,7 @@ class UpdateAccountSendingEnabledCommand extends smithyClient.Command
|
|
|
3088
830
|
})
|
|
3089
831
|
.s("SimpleEmailService", "UpdateAccountSendingEnabled", {})
|
|
3090
832
|
.n("SESClient", "UpdateAccountSendingEnabledCommand")
|
|
3091
|
-
.sc(UpdateAccountSendingEnabled$)
|
|
833
|
+
.sc(schemas_0.UpdateAccountSendingEnabled$)
|
|
3092
834
|
.build() {
|
|
3093
835
|
}
|
|
3094
836
|
|
|
@@ -3100,7 +842,7 @@ class UpdateConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
3100
842
|
})
|
|
3101
843
|
.s("SimpleEmailService", "UpdateConfigurationSetEventDestination", {})
|
|
3102
844
|
.n("SESClient", "UpdateConfigurationSetEventDestinationCommand")
|
|
3103
|
-
.sc(UpdateConfigurationSetEventDestination$)
|
|
845
|
+
.sc(schemas_0.UpdateConfigurationSetEventDestination$)
|
|
3104
846
|
.build() {
|
|
3105
847
|
}
|
|
3106
848
|
|
|
@@ -3112,7 +854,7 @@ class UpdateConfigurationSetReputationMetricsEnabledCommand extends smithyClient
|
|
|
3112
854
|
})
|
|
3113
855
|
.s("SimpleEmailService", "UpdateConfigurationSetReputationMetricsEnabled", {})
|
|
3114
856
|
.n("SESClient", "UpdateConfigurationSetReputationMetricsEnabledCommand")
|
|
3115
|
-
.sc(UpdateConfigurationSetReputationMetricsEnabled$)
|
|
857
|
+
.sc(schemas_0.UpdateConfigurationSetReputationMetricsEnabled$)
|
|
3116
858
|
.build() {
|
|
3117
859
|
}
|
|
3118
860
|
|
|
@@ -3124,7 +866,7 @@ class UpdateConfigurationSetSendingEnabledCommand extends smithyClient.Command
|
|
|
3124
866
|
})
|
|
3125
867
|
.s("SimpleEmailService", "UpdateConfigurationSetSendingEnabled", {})
|
|
3126
868
|
.n("SESClient", "UpdateConfigurationSetSendingEnabledCommand")
|
|
3127
|
-
.sc(UpdateConfigurationSetSendingEnabled$)
|
|
869
|
+
.sc(schemas_0.UpdateConfigurationSetSendingEnabled$)
|
|
3128
870
|
.build() {
|
|
3129
871
|
}
|
|
3130
872
|
|
|
@@ -3136,7 +878,7 @@ class UpdateConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
|
3136
878
|
})
|
|
3137
879
|
.s("SimpleEmailService", "UpdateConfigurationSetTrackingOptions", {})
|
|
3138
880
|
.n("SESClient", "UpdateConfigurationSetTrackingOptionsCommand")
|
|
3139
|
-
.sc(UpdateConfigurationSetTrackingOptions$)
|
|
881
|
+
.sc(schemas_0.UpdateConfigurationSetTrackingOptions$)
|
|
3140
882
|
.build() {
|
|
3141
883
|
}
|
|
3142
884
|
|
|
@@ -3148,7 +890,7 @@ class UpdateCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
3148
890
|
})
|
|
3149
891
|
.s("SimpleEmailService", "UpdateCustomVerificationEmailTemplate", {})
|
|
3150
892
|
.n("SESClient", "UpdateCustomVerificationEmailTemplateCommand")
|
|
3151
|
-
.sc(UpdateCustomVerificationEmailTemplate$)
|
|
893
|
+
.sc(schemas_0.UpdateCustomVerificationEmailTemplate$)
|
|
3152
894
|
.build() {
|
|
3153
895
|
}
|
|
3154
896
|
|
|
@@ -3160,7 +902,7 @@ class UpdateReceiptRuleCommand extends smithyClient.Command
|
|
|
3160
902
|
})
|
|
3161
903
|
.s("SimpleEmailService", "UpdateReceiptRule", {})
|
|
3162
904
|
.n("SESClient", "UpdateReceiptRuleCommand")
|
|
3163
|
-
.sc(UpdateReceiptRule$)
|
|
905
|
+
.sc(schemas_0.UpdateReceiptRule$)
|
|
3164
906
|
.build() {
|
|
3165
907
|
}
|
|
3166
908
|
|
|
@@ -3172,7 +914,7 @@ class UpdateTemplateCommand extends smithyClient.Command
|
|
|
3172
914
|
})
|
|
3173
915
|
.s("SimpleEmailService", "UpdateTemplate", {})
|
|
3174
916
|
.n("SESClient", "UpdateTemplateCommand")
|
|
3175
|
-
.sc(UpdateTemplate$)
|
|
917
|
+
.sc(schemas_0.UpdateTemplate$)
|
|
3176
918
|
.build() {
|
|
3177
919
|
}
|
|
3178
920
|
|
|
@@ -3184,7 +926,7 @@ class VerifyDomainDkimCommand extends smithyClient.Command
|
|
|
3184
926
|
})
|
|
3185
927
|
.s("SimpleEmailService", "VerifyDomainDkim", {})
|
|
3186
928
|
.n("SESClient", "VerifyDomainDkimCommand")
|
|
3187
|
-
.sc(VerifyDomainDkim$)
|
|
929
|
+
.sc(schemas_0.VerifyDomainDkim$)
|
|
3188
930
|
.build() {
|
|
3189
931
|
}
|
|
3190
932
|
|
|
@@ -3196,7 +938,7 @@ class VerifyDomainIdentityCommand extends smithyClient.Command
|
|
|
3196
938
|
})
|
|
3197
939
|
.s("SimpleEmailService", "VerifyDomainIdentity", {})
|
|
3198
940
|
.n("SESClient", "VerifyDomainIdentityCommand")
|
|
3199
|
-
.sc(VerifyDomainIdentity$)
|
|
941
|
+
.sc(schemas_0.VerifyDomainIdentity$)
|
|
3200
942
|
.build() {
|
|
3201
943
|
}
|
|
3202
944
|
|
|
@@ -3208,7 +950,7 @@ class VerifyEmailAddressCommand extends smithyClient.Command
|
|
|
3208
950
|
})
|
|
3209
951
|
.s("SimpleEmailService", "VerifyEmailAddress", {})
|
|
3210
952
|
.n("SESClient", "VerifyEmailAddressCommand")
|
|
3211
|
-
.sc(VerifyEmailAddress$)
|
|
953
|
+
.sc(schemas_0.VerifyEmailAddress$)
|
|
3212
954
|
.build() {
|
|
3213
955
|
}
|
|
3214
956
|
|
|
@@ -3220,7 +962,7 @@ class VerifyEmailIdentityCommand extends smithyClient.Command
|
|
|
3220
962
|
})
|
|
3221
963
|
.s("SimpleEmailService", "VerifyEmailIdentity", {})
|
|
3222
964
|
.n("SESClient", "VerifyEmailIdentityCommand")
|
|
3223
|
-
.sc(VerifyEmailIdentity$)
|
|
965
|
+
.sc(schemas_0.VerifyEmailIdentity$)
|
|
3224
966
|
.build() {
|
|
3225
967
|
}
|
|
3226
968
|
|
|
@@ -3455,409 +1197,112 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3455
1197
|
enumerable: true,
|
|
3456
1198
|
get: function () { return smithyClient.Client; }
|
|
3457
1199
|
});
|
|
3458
|
-
exports
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
exports.AlreadyExistsException$ = AlreadyExistsException$;
|
|
1200
|
+
Object.defineProperty(exports, "SESServiceException", {
|
|
1201
|
+
enumerable: true,
|
|
1202
|
+
get: function () { return SESServiceException.SESServiceException; }
|
|
1203
|
+
});
|
|
3463
1204
|
exports.BehaviorOnMXFailure = BehaviorOnMXFailure;
|
|
3464
|
-
exports.Body$ = Body$;
|
|
3465
|
-
exports.BounceAction$ = BounceAction$;
|
|
3466
1205
|
exports.BounceType = BounceType;
|
|
3467
|
-
exports.BouncedRecipientInfo$ = BouncedRecipientInfo$;
|
|
3468
|
-
exports.BulkEmailDestination$ = BulkEmailDestination$;
|
|
3469
|
-
exports.BulkEmailDestinationStatus$ = BulkEmailDestinationStatus$;
|
|
3470
1206
|
exports.BulkEmailStatus = BulkEmailStatus;
|
|
3471
|
-
exports.CannotDeleteException = CannotDeleteException;
|
|
3472
|
-
exports.CannotDeleteException$ = CannotDeleteException$;
|
|
3473
|
-
exports.CloneReceiptRuleSet$ = CloneReceiptRuleSet$;
|
|
3474
1207
|
exports.CloneReceiptRuleSetCommand = CloneReceiptRuleSetCommand;
|
|
3475
|
-
exports.CloneReceiptRuleSetRequest$ = CloneReceiptRuleSetRequest$;
|
|
3476
|
-
exports.CloneReceiptRuleSetResponse$ = CloneReceiptRuleSetResponse$;
|
|
3477
|
-
exports.CloudWatchDestination$ = CloudWatchDestination$;
|
|
3478
|
-
exports.CloudWatchDimensionConfiguration$ = CloudWatchDimensionConfiguration$;
|
|
3479
|
-
exports.ConfigurationSet$ = ConfigurationSet$;
|
|
3480
|
-
exports.ConfigurationSetAlreadyExistsException = ConfigurationSetAlreadyExistsException;
|
|
3481
|
-
exports.ConfigurationSetAlreadyExistsException$ = ConfigurationSetAlreadyExistsException$;
|
|
3482
1208
|
exports.ConfigurationSetAttribute = ConfigurationSetAttribute;
|
|
3483
|
-
exports.ConfigurationSetDoesNotExistException = ConfigurationSetDoesNotExistException;
|
|
3484
|
-
exports.ConfigurationSetDoesNotExistException$ = ConfigurationSetDoesNotExistException$;
|
|
3485
|
-
exports.ConfigurationSetSendingPausedException = ConfigurationSetSendingPausedException;
|
|
3486
|
-
exports.ConfigurationSetSendingPausedException$ = ConfigurationSetSendingPausedException$;
|
|
3487
|
-
exports.ConnectAction$ = ConnectAction$;
|
|
3488
|
-
exports.Content$ = Content$;
|
|
3489
|
-
exports.CreateConfigurationSet$ = CreateConfigurationSet$;
|
|
3490
1209
|
exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
|
|
3491
|
-
exports.CreateConfigurationSetEventDestination$ = CreateConfigurationSetEventDestination$;
|
|
3492
1210
|
exports.CreateConfigurationSetEventDestinationCommand = CreateConfigurationSetEventDestinationCommand;
|
|
3493
|
-
exports.CreateConfigurationSetEventDestinationRequest$ = CreateConfigurationSetEventDestinationRequest$;
|
|
3494
|
-
exports.CreateConfigurationSetEventDestinationResponse$ = CreateConfigurationSetEventDestinationResponse$;
|
|
3495
|
-
exports.CreateConfigurationSetRequest$ = CreateConfigurationSetRequest$;
|
|
3496
|
-
exports.CreateConfigurationSetResponse$ = CreateConfigurationSetResponse$;
|
|
3497
|
-
exports.CreateConfigurationSetTrackingOptions$ = CreateConfigurationSetTrackingOptions$;
|
|
3498
1211
|
exports.CreateConfigurationSetTrackingOptionsCommand = CreateConfigurationSetTrackingOptionsCommand;
|
|
3499
|
-
exports.CreateConfigurationSetTrackingOptionsRequest$ = CreateConfigurationSetTrackingOptionsRequest$;
|
|
3500
|
-
exports.CreateConfigurationSetTrackingOptionsResponse$ = CreateConfigurationSetTrackingOptionsResponse$;
|
|
3501
|
-
exports.CreateCustomVerificationEmailTemplate$ = CreateCustomVerificationEmailTemplate$;
|
|
3502
1212
|
exports.CreateCustomVerificationEmailTemplateCommand = CreateCustomVerificationEmailTemplateCommand;
|
|
3503
|
-
exports.CreateCustomVerificationEmailTemplateRequest$ = CreateCustomVerificationEmailTemplateRequest$;
|
|
3504
|
-
exports.CreateReceiptFilter$ = CreateReceiptFilter$;
|
|
3505
1213
|
exports.CreateReceiptFilterCommand = CreateReceiptFilterCommand;
|
|
3506
|
-
exports.CreateReceiptFilterRequest$ = CreateReceiptFilterRequest$;
|
|
3507
|
-
exports.CreateReceiptFilterResponse$ = CreateReceiptFilterResponse$;
|
|
3508
|
-
exports.CreateReceiptRule$ = CreateReceiptRule$;
|
|
3509
1214
|
exports.CreateReceiptRuleCommand = CreateReceiptRuleCommand;
|
|
3510
|
-
exports.CreateReceiptRuleRequest$ = CreateReceiptRuleRequest$;
|
|
3511
|
-
exports.CreateReceiptRuleResponse$ = CreateReceiptRuleResponse$;
|
|
3512
|
-
exports.CreateReceiptRuleSet$ = CreateReceiptRuleSet$;
|
|
3513
1215
|
exports.CreateReceiptRuleSetCommand = CreateReceiptRuleSetCommand;
|
|
3514
|
-
exports.CreateReceiptRuleSetRequest$ = CreateReceiptRuleSetRequest$;
|
|
3515
|
-
exports.CreateReceiptRuleSetResponse$ = CreateReceiptRuleSetResponse$;
|
|
3516
|
-
exports.CreateTemplate$ = CreateTemplate$;
|
|
3517
1216
|
exports.CreateTemplateCommand = CreateTemplateCommand;
|
|
3518
|
-
exports.CreateTemplateRequest$ = CreateTemplateRequest$;
|
|
3519
|
-
exports.CreateTemplateResponse$ = CreateTemplateResponse$;
|
|
3520
1217
|
exports.CustomMailFromStatus = CustomMailFromStatus;
|
|
3521
|
-
exports.CustomVerificationEmailInvalidContentException = CustomVerificationEmailInvalidContentException;
|
|
3522
|
-
exports.CustomVerificationEmailInvalidContentException$ = CustomVerificationEmailInvalidContentException$;
|
|
3523
|
-
exports.CustomVerificationEmailTemplate$ = CustomVerificationEmailTemplate$;
|
|
3524
|
-
exports.CustomVerificationEmailTemplateAlreadyExistsException = CustomVerificationEmailTemplateAlreadyExistsException;
|
|
3525
|
-
exports.CustomVerificationEmailTemplateAlreadyExistsException$ = CustomVerificationEmailTemplateAlreadyExistsException$;
|
|
3526
|
-
exports.CustomVerificationEmailTemplateDoesNotExistException = CustomVerificationEmailTemplateDoesNotExistException;
|
|
3527
|
-
exports.CustomVerificationEmailTemplateDoesNotExistException$ = CustomVerificationEmailTemplateDoesNotExistException$;
|
|
3528
|
-
exports.DeleteConfigurationSet$ = DeleteConfigurationSet$;
|
|
3529
1218
|
exports.DeleteConfigurationSetCommand = DeleteConfigurationSetCommand;
|
|
3530
|
-
exports.DeleteConfigurationSetEventDestination$ = DeleteConfigurationSetEventDestination$;
|
|
3531
1219
|
exports.DeleteConfigurationSetEventDestinationCommand = DeleteConfigurationSetEventDestinationCommand;
|
|
3532
|
-
exports.DeleteConfigurationSetEventDestinationRequest$ = DeleteConfigurationSetEventDestinationRequest$;
|
|
3533
|
-
exports.DeleteConfigurationSetEventDestinationResponse$ = DeleteConfigurationSetEventDestinationResponse$;
|
|
3534
|
-
exports.DeleteConfigurationSetRequest$ = DeleteConfigurationSetRequest$;
|
|
3535
|
-
exports.DeleteConfigurationSetResponse$ = DeleteConfigurationSetResponse$;
|
|
3536
|
-
exports.DeleteConfigurationSetTrackingOptions$ = DeleteConfigurationSetTrackingOptions$;
|
|
3537
1220
|
exports.DeleteConfigurationSetTrackingOptionsCommand = DeleteConfigurationSetTrackingOptionsCommand;
|
|
3538
|
-
exports.DeleteConfigurationSetTrackingOptionsRequest$ = DeleteConfigurationSetTrackingOptionsRequest$;
|
|
3539
|
-
exports.DeleteConfigurationSetTrackingOptionsResponse$ = DeleteConfigurationSetTrackingOptionsResponse$;
|
|
3540
|
-
exports.DeleteCustomVerificationEmailTemplate$ = DeleteCustomVerificationEmailTemplate$;
|
|
3541
1221
|
exports.DeleteCustomVerificationEmailTemplateCommand = DeleteCustomVerificationEmailTemplateCommand;
|
|
3542
|
-
exports.DeleteCustomVerificationEmailTemplateRequest$ = DeleteCustomVerificationEmailTemplateRequest$;
|
|
3543
|
-
exports.DeleteIdentity$ = DeleteIdentity$;
|
|
3544
1222
|
exports.DeleteIdentityCommand = DeleteIdentityCommand;
|
|
3545
|
-
exports.DeleteIdentityPolicy$ = DeleteIdentityPolicy$;
|
|
3546
1223
|
exports.DeleteIdentityPolicyCommand = DeleteIdentityPolicyCommand;
|
|
3547
|
-
exports.DeleteIdentityPolicyRequest$ = DeleteIdentityPolicyRequest$;
|
|
3548
|
-
exports.DeleteIdentityPolicyResponse$ = DeleteIdentityPolicyResponse$;
|
|
3549
|
-
exports.DeleteIdentityRequest$ = DeleteIdentityRequest$;
|
|
3550
|
-
exports.DeleteIdentityResponse$ = DeleteIdentityResponse$;
|
|
3551
|
-
exports.DeleteReceiptFilter$ = DeleteReceiptFilter$;
|
|
3552
1224
|
exports.DeleteReceiptFilterCommand = DeleteReceiptFilterCommand;
|
|
3553
|
-
exports.DeleteReceiptFilterRequest$ = DeleteReceiptFilterRequest$;
|
|
3554
|
-
exports.DeleteReceiptFilterResponse$ = DeleteReceiptFilterResponse$;
|
|
3555
|
-
exports.DeleteReceiptRule$ = DeleteReceiptRule$;
|
|
3556
1225
|
exports.DeleteReceiptRuleCommand = DeleteReceiptRuleCommand;
|
|
3557
|
-
exports.DeleteReceiptRuleRequest$ = DeleteReceiptRuleRequest$;
|
|
3558
|
-
exports.DeleteReceiptRuleResponse$ = DeleteReceiptRuleResponse$;
|
|
3559
|
-
exports.DeleteReceiptRuleSet$ = DeleteReceiptRuleSet$;
|
|
3560
1226
|
exports.DeleteReceiptRuleSetCommand = DeleteReceiptRuleSetCommand;
|
|
3561
|
-
exports.DeleteReceiptRuleSetRequest$ = DeleteReceiptRuleSetRequest$;
|
|
3562
|
-
exports.DeleteReceiptRuleSetResponse$ = DeleteReceiptRuleSetResponse$;
|
|
3563
|
-
exports.DeleteTemplate$ = DeleteTemplate$;
|
|
3564
1227
|
exports.DeleteTemplateCommand = DeleteTemplateCommand;
|
|
3565
|
-
exports.DeleteTemplateRequest$ = DeleteTemplateRequest$;
|
|
3566
|
-
exports.DeleteTemplateResponse$ = DeleteTemplateResponse$;
|
|
3567
|
-
exports.DeleteVerifiedEmailAddress$ = DeleteVerifiedEmailAddress$;
|
|
3568
1228
|
exports.DeleteVerifiedEmailAddressCommand = DeleteVerifiedEmailAddressCommand;
|
|
3569
|
-
exports.DeleteVerifiedEmailAddressRequest$ = DeleteVerifiedEmailAddressRequest$;
|
|
3570
|
-
exports.DeliveryOptions$ = DeliveryOptions$;
|
|
3571
|
-
exports.DescribeActiveReceiptRuleSet$ = DescribeActiveReceiptRuleSet$;
|
|
3572
1229
|
exports.DescribeActiveReceiptRuleSetCommand = DescribeActiveReceiptRuleSetCommand;
|
|
3573
|
-
exports.DescribeActiveReceiptRuleSetRequest$ = DescribeActiveReceiptRuleSetRequest$;
|
|
3574
|
-
exports.DescribeActiveReceiptRuleSetResponse$ = DescribeActiveReceiptRuleSetResponse$;
|
|
3575
|
-
exports.DescribeConfigurationSet$ = DescribeConfigurationSet$;
|
|
3576
1230
|
exports.DescribeConfigurationSetCommand = DescribeConfigurationSetCommand;
|
|
3577
|
-
exports.DescribeConfigurationSetRequest$ = DescribeConfigurationSetRequest$;
|
|
3578
|
-
exports.DescribeConfigurationSetResponse$ = DescribeConfigurationSetResponse$;
|
|
3579
|
-
exports.DescribeReceiptRule$ = DescribeReceiptRule$;
|
|
3580
1231
|
exports.DescribeReceiptRuleCommand = DescribeReceiptRuleCommand;
|
|
3581
|
-
exports.DescribeReceiptRuleRequest$ = DescribeReceiptRuleRequest$;
|
|
3582
|
-
exports.DescribeReceiptRuleResponse$ = DescribeReceiptRuleResponse$;
|
|
3583
|
-
exports.DescribeReceiptRuleSet$ = DescribeReceiptRuleSet$;
|
|
3584
1232
|
exports.DescribeReceiptRuleSetCommand = DescribeReceiptRuleSetCommand;
|
|
3585
|
-
exports.DescribeReceiptRuleSetRequest$ = DescribeReceiptRuleSetRequest$;
|
|
3586
|
-
exports.DescribeReceiptRuleSetResponse$ = DescribeReceiptRuleSetResponse$;
|
|
3587
|
-
exports.Destination$ = Destination$;
|
|
3588
1233
|
exports.DimensionValueSource = DimensionValueSource;
|
|
3589
1234
|
exports.DsnAction = DsnAction;
|
|
3590
|
-
exports.EventDestination$ = EventDestination$;
|
|
3591
|
-
exports.EventDestinationAlreadyExistsException = EventDestinationAlreadyExistsException;
|
|
3592
|
-
exports.EventDestinationAlreadyExistsException$ = EventDestinationAlreadyExistsException$;
|
|
3593
|
-
exports.EventDestinationDoesNotExistException = EventDestinationDoesNotExistException;
|
|
3594
|
-
exports.EventDestinationDoesNotExistException$ = EventDestinationDoesNotExistException$;
|
|
3595
1235
|
exports.EventType = EventType;
|
|
3596
|
-
exports.ExtensionField$ = ExtensionField$;
|
|
3597
|
-
exports.FromEmailAddressNotVerifiedException = FromEmailAddressNotVerifiedException;
|
|
3598
|
-
exports.FromEmailAddressNotVerifiedException$ = FromEmailAddressNotVerifiedException$;
|
|
3599
|
-
exports.GetAccountSendingEnabled$ = GetAccountSendingEnabled$;
|
|
3600
1236
|
exports.GetAccountSendingEnabledCommand = GetAccountSendingEnabledCommand;
|
|
3601
|
-
exports.GetAccountSendingEnabledResponse$ = GetAccountSendingEnabledResponse$;
|
|
3602
|
-
exports.GetCustomVerificationEmailTemplate$ = GetCustomVerificationEmailTemplate$;
|
|
3603
1237
|
exports.GetCustomVerificationEmailTemplateCommand = GetCustomVerificationEmailTemplateCommand;
|
|
3604
|
-
exports.GetCustomVerificationEmailTemplateRequest$ = GetCustomVerificationEmailTemplateRequest$;
|
|
3605
|
-
exports.GetCustomVerificationEmailTemplateResponse$ = GetCustomVerificationEmailTemplateResponse$;
|
|
3606
|
-
exports.GetIdentityDkimAttributes$ = GetIdentityDkimAttributes$;
|
|
3607
1238
|
exports.GetIdentityDkimAttributesCommand = GetIdentityDkimAttributesCommand;
|
|
3608
|
-
exports.GetIdentityDkimAttributesRequest$ = GetIdentityDkimAttributesRequest$;
|
|
3609
|
-
exports.GetIdentityDkimAttributesResponse$ = GetIdentityDkimAttributesResponse$;
|
|
3610
|
-
exports.GetIdentityMailFromDomainAttributes$ = GetIdentityMailFromDomainAttributes$;
|
|
3611
1239
|
exports.GetIdentityMailFromDomainAttributesCommand = GetIdentityMailFromDomainAttributesCommand;
|
|
3612
|
-
exports.GetIdentityMailFromDomainAttributesRequest$ = GetIdentityMailFromDomainAttributesRequest$;
|
|
3613
|
-
exports.GetIdentityMailFromDomainAttributesResponse$ = GetIdentityMailFromDomainAttributesResponse$;
|
|
3614
|
-
exports.GetIdentityNotificationAttributes$ = GetIdentityNotificationAttributes$;
|
|
3615
1240
|
exports.GetIdentityNotificationAttributesCommand = GetIdentityNotificationAttributesCommand;
|
|
3616
|
-
exports.GetIdentityNotificationAttributesRequest$ = GetIdentityNotificationAttributesRequest$;
|
|
3617
|
-
exports.GetIdentityNotificationAttributesResponse$ = GetIdentityNotificationAttributesResponse$;
|
|
3618
|
-
exports.GetIdentityPolicies$ = GetIdentityPolicies$;
|
|
3619
1241
|
exports.GetIdentityPoliciesCommand = GetIdentityPoliciesCommand;
|
|
3620
|
-
exports.GetIdentityPoliciesRequest$ = GetIdentityPoliciesRequest$;
|
|
3621
|
-
exports.GetIdentityPoliciesResponse$ = GetIdentityPoliciesResponse$;
|
|
3622
|
-
exports.GetIdentityVerificationAttributes$ = GetIdentityVerificationAttributes$;
|
|
3623
1242
|
exports.GetIdentityVerificationAttributesCommand = GetIdentityVerificationAttributesCommand;
|
|
3624
|
-
exports.GetIdentityVerificationAttributesRequest$ = GetIdentityVerificationAttributesRequest$;
|
|
3625
|
-
exports.GetIdentityVerificationAttributesResponse$ = GetIdentityVerificationAttributesResponse$;
|
|
3626
|
-
exports.GetSendQuota$ = GetSendQuota$;
|
|
3627
1243
|
exports.GetSendQuotaCommand = GetSendQuotaCommand;
|
|
3628
|
-
exports.GetSendQuotaResponse$ = GetSendQuotaResponse$;
|
|
3629
|
-
exports.GetSendStatistics$ = GetSendStatistics$;
|
|
3630
1244
|
exports.GetSendStatisticsCommand = GetSendStatisticsCommand;
|
|
3631
|
-
exports.GetSendStatisticsResponse$ = GetSendStatisticsResponse$;
|
|
3632
|
-
exports.GetTemplate$ = GetTemplate$;
|
|
3633
1245
|
exports.GetTemplateCommand = GetTemplateCommand;
|
|
3634
|
-
exports.GetTemplateRequest$ = GetTemplateRequest$;
|
|
3635
|
-
exports.GetTemplateResponse$ = GetTemplateResponse$;
|
|
3636
|
-
exports.IdentityDkimAttributes$ = IdentityDkimAttributes$;
|
|
3637
|
-
exports.IdentityMailFromDomainAttributes$ = IdentityMailFromDomainAttributes$;
|
|
3638
|
-
exports.IdentityNotificationAttributes$ = IdentityNotificationAttributes$;
|
|
3639
1246
|
exports.IdentityType = IdentityType;
|
|
3640
|
-
exports.IdentityVerificationAttributes$ = IdentityVerificationAttributes$;
|
|
3641
|
-
exports.InvalidCloudWatchDestinationException = InvalidCloudWatchDestinationException;
|
|
3642
|
-
exports.InvalidCloudWatchDestinationException$ = InvalidCloudWatchDestinationException$;
|
|
3643
|
-
exports.InvalidConfigurationSetException = InvalidConfigurationSetException;
|
|
3644
|
-
exports.InvalidConfigurationSetException$ = InvalidConfigurationSetException$;
|
|
3645
|
-
exports.InvalidDeliveryOptionsException = InvalidDeliveryOptionsException;
|
|
3646
|
-
exports.InvalidDeliveryOptionsException$ = InvalidDeliveryOptionsException$;
|
|
3647
|
-
exports.InvalidFirehoseDestinationException = InvalidFirehoseDestinationException;
|
|
3648
|
-
exports.InvalidFirehoseDestinationException$ = InvalidFirehoseDestinationException$;
|
|
3649
|
-
exports.InvalidLambdaFunctionException = InvalidLambdaFunctionException;
|
|
3650
|
-
exports.InvalidLambdaFunctionException$ = InvalidLambdaFunctionException$;
|
|
3651
|
-
exports.InvalidPolicyException = InvalidPolicyException;
|
|
3652
|
-
exports.InvalidPolicyException$ = InvalidPolicyException$;
|
|
3653
|
-
exports.InvalidRenderingParameterException = InvalidRenderingParameterException;
|
|
3654
|
-
exports.InvalidRenderingParameterException$ = InvalidRenderingParameterException$;
|
|
3655
|
-
exports.InvalidS3ConfigurationException = InvalidS3ConfigurationException;
|
|
3656
|
-
exports.InvalidS3ConfigurationException$ = InvalidS3ConfigurationException$;
|
|
3657
|
-
exports.InvalidSNSDestinationException = InvalidSNSDestinationException;
|
|
3658
|
-
exports.InvalidSNSDestinationException$ = InvalidSNSDestinationException$;
|
|
3659
|
-
exports.InvalidSnsTopicException = InvalidSnsTopicException;
|
|
3660
|
-
exports.InvalidSnsTopicException$ = InvalidSnsTopicException$;
|
|
3661
|
-
exports.InvalidTemplateException = InvalidTemplateException;
|
|
3662
|
-
exports.InvalidTemplateException$ = InvalidTemplateException$;
|
|
3663
|
-
exports.InvalidTrackingOptionsException = InvalidTrackingOptionsException;
|
|
3664
|
-
exports.InvalidTrackingOptionsException$ = InvalidTrackingOptionsException$;
|
|
3665
1247
|
exports.InvocationType = InvocationType;
|
|
3666
|
-
exports.KinesisFirehoseDestination$ = KinesisFirehoseDestination$;
|
|
3667
|
-
exports.LambdaAction$ = LambdaAction$;
|
|
3668
|
-
exports.LimitExceededException = LimitExceededException;
|
|
3669
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
3670
|
-
exports.ListConfigurationSets$ = ListConfigurationSets$;
|
|
3671
1248
|
exports.ListConfigurationSetsCommand = ListConfigurationSetsCommand;
|
|
3672
|
-
exports.ListConfigurationSetsRequest$ = ListConfigurationSetsRequest$;
|
|
3673
|
-
exports.ListConfigurationSetsResponse$ = ListConfigurationSetsResponse$;
|
|
3674
|
-
exports.ListCustomVerificationEmailTemplates$ = ListCustomVerificationEmailTemplates$;
|
|
3675
1249
|
exports.ListCustomVerificationEmailTemplatesCommand = ListCustomVerificationEmailTemplatesCommand;
|
|
3676
|
-
exports.ListCustomVerificationEmailTemplatesRequest$ = ListCustomVerificationEmailTemplatesRequest$;
|
|
3677
|
-
exports.ListCustomVerificationEmailTemplatesResponse$ = ListCustomVerificationEmailTemplatesResponse$;
|
|
3678
|
-
exports.ListIdentities$ = ListIdentities$;
|
|
3679
1250
|
exports.ListIdentitiesCommand = ListIdentitiesCommand;
|
|
3680
|
-
exports.ListIdentitiesRequest$ = ListIdentitiesRequest$;
|
|
3681
|
-
exports.ListIdentitiesResponse$ = ListIdentitiesResponse$;
|
|
3682
|
-
exports.ListIdentityPolicies$ = ListIdentityPolicies$;
|
|
3683
1251
|
exports.ListIdentityPoliciesCommand = ListIdentityPoliciesCommand;
|
|
3684
|
-
exports.ListIdentityPoliciesRequest$ = ListIdentityPoliciesRequest$;
|
|
3685
|
-
exports.ListIdentityPoliciesResponse$ = ListIdentityPoliciesResponse$;
|
|
3686
|
-
exports.ListReceiptFilters$ = ListReceiptFilters$;
|
|
3687
1252
|
exports.ListReceiptFiltersCommand = ListReceiptFiltersCommand;
|
|
3688
|
-
exports.ListReceiptFiltersRequest$ = ListReceiptFiltersRequest$;
|
|
3689
|
-
exports.ListReceiptFiltersResponse$ = ListReceiptFiltersResponse$;
|
|
3690
|
-
exports.ListReceiptRuleSets$ = ListReceiptRuleSets$;
|
|
3691
1253
|
exports.ListReceiptRuleSetsCommand = ListReceiptRuleSetsCommand;
|
|
3692
|
-
exports.ListReceiptRuleSetsRequest$ = ListReceiptRuleSetsRequest$;
|
|
3693
|
-
exports.ListReceiptRuleSetsResponse$ = ListReceiptRuleSetsResponse$;
|
|
3694
|
-
exports.ListTemplates$ = ListTemplates$;
|
|
3695
1254
|
exports.ListTemplatesCommand = ListTemplatesCommand;
|
|
3696
|
-
exports.ListTemplatesRequest$ = ListTemplatesRequest$;
|
|
3697
|
-
exports.ListTemplatesResponse$ = ListTemplatesResponse$;
|
|
3698
|
-
exports.ListVerifiedEmailAddresses$ = ListVerifiedEmailAddresses$;
|
|
3699
1255
|
exports.ListVerifiedEmailAddressesCommand = ListVerifiedEmailAddressesCommand;
|
|
3700
|
-
exports.ListVerifiedEmailAddressesResponse$ = ListVerifiedEmailAddressesResponse$;
|
|
3701
|
-
exports.MailFromDomainNotVerifiedException = MailFromDomainNotVerifiedException;
|
|
3702
|
-
exports.MailFromDomainNotVerifiedException$ = MailFromDomainNotVerifiedException$;
|
|
3703
|
-
exports.Message$ = Message$;
|
|
3704
|
-
exports.MessageDsn$ = MessageDsn$;
|
|
3705
|
-
exports.MessageRejected = MessageRejected;
|
|
3706
|
-
exports.MessageRejected$ = MessageRejected$;
|
|
3707
|
-
exports.MessageTag$ = MessageTag$;
|
|
3708
|
-
exports.MissingRenderingAttributeException = MissingRenderingAttributeException;
|
|
3709
|
-
exports.MissingRenderingAttributeException$ = MissingRenderingAttributeException$;
|
|
3710
1256
|
exports.NotificationType = NotificationType;
|
|
3711
|
-
exports.ProductionAccessNotGrantedException = ProductionAccessNotGrantedException;
|
|
3712
|
-
exports.ProductionAccessNotGrantedException$ = ProductionAccessNotGrantedException$;
|
|
3713
|
-
exports.PutConfigurationSetDeliveryOptions$ = PutConfigurationSetDeliveryOptions$;
|
|
3714
1257
|
exports.PutConfigurationSetDeliveryOptionsCommand = PutConfigurationSetDeliveryOptionsCommand;
|
|
3715
|
-
exports.PutConfigurationSetDeliveryOptionsRequest$ = PutConfigurationSetDeliveryOptionsRequest$;
|
|
3716
|
-
exports.PutConfigurationSetDeliveryOptionsResponse$ = PutConfigurationSetDeliveryOptionsResponse$;
|
|
3717
|
-
exports.PutIdentityPolicy$ = PutIdentityPolicy$;
|
|
3718
1258
|
exports.PutIdentityPolicyCommand = PutIdentityPolicyCommand;
|
|
3719
|
-
exports.PutIdentityPolicyRequest$ = PutIdentityPolicyRequest$;
|
|
3720
|
-
exports.PutIdentityPolicyResponse$ = PutIdentityPolicyResponse$;
|
|
3721
|
-
exports.RawMessage$ = RawMessage$;
|
|
3722
|
-
exports.ReceiptAction$ = ReceiptAction$;
|
|
3723
|
-
exports.ReceiptFilter$ = ReceiptFilter$;
|
|
3724
1259
|
exports.ReceiptFilterPolicy = ReceiptFilterPolicy;
|
|
3725
|
-
exports.ReceiptIpFilter$ = ReceiptIpFilter$;
|
|
3726
|
-
exports.ReceiptRule$ = ReceiptRule$;
|
|
3727
|
-
exports.ReceiptRuleSetMetadata$ = ReceiptRuleSetMetadata$;
|
|
3728
|
-
exports.RecipientDsnFields$ = RecipientDsnFields$;
|
|
3729
|
-
exports.ReorderReceiptRuleSet$ = ReorderReceiptRuleSet$;
|
|
3730
1260
|
exports.ReorderReceiptRuleSetCommand = ReorderReceiptRuleSetCommand;
|
|
3731
|
-
exports.ReorderReceiptRuleSetRequest$ = ReorderReceiptRuleSetRequest$;
|
|
3732
|
-
exports.ReorderReceiptRuleSetResponse$ = ReorderReceiptRuleSetResponse$;
|
|
3733
|
-
exports.ReputationOptions$ = ReputationOptions$;
|
|
3734
|
-
exports.RuleDoesNotExistException = RuleDoesNotExistException;
|
|
3735
|
-
exports.RuleDoesNotExistException$ = RuleDoesNotExistException$;
|
|
3736
|
-
exports.RuleSetDoesNotExistException = RuleSetDoesNotExistException;
|
|
3737
|
-
exports.RuleSetDoesNotExistException$ = RuleSetDoesNotExistException$;
|
|
3738
|
-
exports.S3Action$ = S3Action$;
|
|
3739
1261
|
exports.SES = SES;
|
|
3740
1262
|
exports.SESClient = SESClient;
|
|
3741
|
-
exports.SESServiceException = SESServiceException;
|
|
3742
|
-
exports.SESServiceException$ = SESServiceException$;
|
|
3743
|
-
exports.SNSAction$ = SNSAction$;
|
|
3744
1263
|
exports.SNSActionEncoding = SNSActionEncoding;
|
|
3745
|
-
exports.SNSDestination$ = SNSDestination$;
|
|
3746
|
-
exports.SendBounce$ = SendBounce$;
|
|
3747
1264
|
exports.SendBounceCommand = SendBounceCommand;
|
|
3748
|
-
exports.SendBounceRequest$ = SendBounceRequest$;
|
|
3749
|
-
exports.SendBounceResponse$ = SendBounceResponse$;
|
|
3750
|
-
exports.SendBulkTemplatedEmail$ = SendBulkTemplatedEmail$;
|
|
3751
1265
|
exports.SendBulkTemplatedEmailCommand = SendBulkTemplatedEmailCommand;
|
|
3752
|
-
exports.SendBulkTemplatedEmailRequest$ = SendBulkTemplatedEmailRequest$;
|
|
3753
|
-
exports.SendBulkTemplatedEmailResponse$ = SendBulkTemplatedEmailResponse$;
|
|
3754
|
-
exports.SendCustomVerificationEmail$ = SendCustomVerificationEmail$;
|
|
3755
1266
|
exports.SendCustomVerificationEmailCommand = SendCustomVerificationEmailCommand;
|
|
3756
|
-
exports.SendCustomVerificationEmailRequest$ = SendCustomVerificationEmailRequest$;
|
|
3757
|
-
exports.SendCustomVerificationEmailResponse$ = SendCustomVerificationEmailResponse$;
|
|
3758
|
-
exports.SendDataPoint$ = SendDataPoint$;
|
|
3759
|
-
exports.SendEmail$ = SendEmail$;
|
|
3760
1267
|
exports.SendEmailCommand = SendEmailCommand;
|
|
3761
|
-
exports.SendEmailRequest$ = SendEmailRequest$;
|
|
3762
|
-
exports.SendEmailResponse$ = SendEmailResponse$;
|
|
3763
|
-
exports.SendRawEmail$ = SendRawEmail$;
|
|
3764
1268
|
exports.SendRawEmailCommand = SendRawEmailCommand;
|
|
3765
|
-
exports.SendRawEmailRequest$ = SendRawEmailRequest$;
|
|
3766
|
-
exports.SendRawEmailResponse$ = SendRawEmailResponse$;
|
|
3767
|
-
exports.SendTemplatedEmail$ = SendTemplatedEmail$;
|
|
3768
1269
|
exports.SendTemplatedEmailCommand = SendTemplatedEmailCommand;
|
|
3769
|
-
exports.SendTemplatedEmailRequest$ = SendTemplatedEmailRequest$;
|
|
3770
|
-
exports.SendTemplatedEmailResponse$ = SendTemplatedEmailResponse$;
|
|
3771
|
-
exports.SetActiveReceiptRuleSet$ = SetActiveReceiptRuleSet$;
|
|
3772
1270
|
exports.SetActiveReceiptRuleSetCommand = SetActiveReceiptRuleSetCommand;
|
|
3773
|
-
exports.SetActiveReceiptRuleSetRequest$ = SetActiveReceiptRuleSetRequest$;
|
|
3774
|
-
exports.SetActiveReceiptRuleSetResponse$ = SetActiveReceiptRuleSetResponse$;
|
|
3775
|
-
exports.SetIdentityDkimEnabled$ = SetIdentityDkimEnabled$;
|
|
3776
1271
|
exports.SetIdentityDkimEnabledCommand = SetIdentityDkimEnabledCommand;
|
|
3777
|
-
exports.SetIdentityDkimEnabledRequest$ = SetIdentityDkimEnabledRequest$;
|
|
3778
|
-
exports.SetIdentityDkimEnabledResponse$ = SetIdentityDkimEnabledResponse$;
|
|
3779
|
-
exports.SetIdentityFeedbackForwardingEnabled$ = SetIdentityFeedbackForwardingEnabled$;
|
|
3780
1272
|
exports.SetIdentityFeedbackForwardingEnabledCommand = SetIdentityFeedbackForwardingEnabledCommand;
|
|
3781
|
-
exports.SetIdentityFeedbackForwardingEnabledRequest$ = SetIdentityFeedbackForwardingEnabledRequest$;
|
|
3782
|
-
exports.SetIdentityFeedbackForwardingEnabledResponse$ = SetIdentityFeedbackForwardingEnabledResponse$;
|
|
3783
|
-
exports.SetIdentityHeadersInNotificationsEnabled$ = SetIdentityHeadersInNotificationsEnabled$;
|
|
3784
1273
|
exports.SetIdentityHeadersInNotificationsEnabledCommand = SetIdentityHeadersInNotificationsEnabledCommand;
|
|
3785
|
-
exports.SetIdentityHeadersInNotificationsEnabledRequest$ = SetIdentityHeadersInNotificationsEnabledRequest$;
|
|
3786
|
-
exports.SetIdentityHeadersInNotificationsEnabledResponse$ = SetIdentityHeadersInNotificationsEnabledResponse$;
|
|
3787
|
-
exports.SetIdentityMailFromDomain$ = SetIdentityMailFromDomain$;
|
|
3788
1274
|
exports.SetIdentityMailFromDomainCommand = SetIdentityMailFromDomainCommand;
|
|
3789
|
-
exports.SetIdentityMailFromDomainRequest$ = SetIdentityMailFromDomainRequest$;
|
|
3790
|
-
exports.SetIdentityMailFromDomainResponse$ = SetIdentityMailFromDomainResponse$;
|
|
3791
|
-
exports.SetIdentityNotificationTopic$ = SetIdentityNotificationTopic$;
|
|
3792
1275
|
exports.SetIdentityNotificationTopicCommand = SetIdentityNotificationTopicCommand;
|
|
3793
|
-
exports.SetIdentityNotificationTopicRequest$ = SetIdentityNotificationTopicRequest$;
|
|
3794
|
-
exports.SetIdentityNotificationTopicResponse$ = SetIdentityNotificationTopicResponse$;
|
|
3795
|
-
exports.SetReceiptRulePosition$ = SetReceiptRulePosition$;
|
|
3796
1276
|
exports.SetReceiptRulePositionCommand = SetReceiptRulePositionCommand;
|
|
3797
|
-
exports.SetReceiptRulePositionRequest$ = SetReceiptRulePositionRequest$;
|
|
3798
|
-
exports.SetReceiptRulePositionResponse$ = SetReceiptRulePositionResponse$;
|
|
3799
|
-
exports.StopAction$ = StopAction$;
|
|
3800
1277
|
exports.StopScope = StopScope;
|
|
3801
|
-
exports.Template$ = Template$;
|
|
3802
|
-
exports.TemplateDoesNotExistException = TemplateDoesNotExistException;
|
|
3803
|
-
exports.TemplateDoesNotExistException$ = TemplateDoesNotExistException$;
|
|
3804
|
-
exports.TemplateMetadata$ = TemplateMetadata$;
|
|
3805
|
-
exports.TestRenderTemplate$ = TestRenderTemplate$;
|
|
3806
1278
|
exports.TestRenderTemplateCommand = TestRenderTemplateCommand;
|
|
3807
|
-
exports.TestRenderTemplateRequest$ = TestRenderTemplateRequest$;
|
|
3808
|
-
exports.TestRenderTemplateResponse$ = TestRenderTemplateResponse$;
|
|
3809
1279
|
exports.TlsPolicy = TlsPolicy;
|
|
3810
|
-
exports.TrackingOptions$ = TrackingOptions$;
|
|
3811
|
-
exports.TrackingOptionsAlreadyExistsException = TrackingOptionsAlreadyExistsException;
|
|
3812
|
-
exports.TrackingOptionsAlreadyExistsException$ = TrackingOptionsAlreadyExistsException$;
|
|
3813
|
-
exports.TrackingOptionsDoesNotExistException = TrackingOptionsDoesNotExistException;
|
|
3814
|
-
exports.TrackingOptionsDoesNotExistException$ = TrackingOptionsDoesNotExistException$;
|
|
3815
|
-
exports.UpdateAccountSendingEnabled$ = UpdateAccountSendingEnabled$;
|
|
3816
1280
|
exports.UpdateAccountSendingEnabledCommand = UpdateAccountSendingEnabledCommand;
|
|
3817
|
-
exports.UpdateAccountSendingEnabledRequest$ = UpdateAccountSendingEnabledRequest$;
|
|
3818
|
-
exports.UpdateConfigurationSetEventDestination$ = UpdateConfigurationSetEventDestination$;
|
|
3819
1281
|
exports.UpdateConfigurationSetEventDestinationCommand = UpdateConfigurationSetEventDestinationCommand;
|
|
3820
|
-
exports.UpdateConfigurationSetEventDestinationRequest$ = UpdateConfigurationSetEventDestinationRequest$;
|
|
3821
|
-
exports.UpdateConfigurationSetEventDestinationResponse$ = UpdateConfigurationSetEventDestinationResponse$;
|
|
3822
|
-
exports.UpdateConfigurationSetReputationMetricsEnabled$ = UpdateConfigurationSetReputationMetricsEnabled$;
|
|
3823
1282
|
exports.UpdateConfigurationSetReputationMetricsEnabledCommand = UpdateConfigurationSetReputationMetricsEnabledCommand;
|
|
3824
|
-
exports.UpdateConfigurationSetReputationMetricsEnabledRequest$ = UpdateConfigurationSetReputationMetricsEnabledRequest$;
|
|
3825
|
-
exports.UpdateConfigurationSetSendingEnabled$ = UpdateConfigurationSetSendingEnabled$;
|
|
3826
1283
|
exports.UpdateConfigurationSetSendingEnabledCommand = UpdateConfigurationSetSendingEnabledCommand;
|
|
3827
|
-
exports.UpdateConfigurationSetSendingEnabledRequest$ = UpdateConfigurationSetSendingEnabledRequest$;
|
|
3828
|
-
exports.UpdateConfigurationSetTrackingOptions$ = UpdateConfigurationSetTrackingOptions$;
|
|
3829
1284
|
exports.UpdateConfigurationSetTrackingOptionsCommand = UpdateConfigurationSetTrackingOptionsCommand;
|
|
3830
|
-
exports.UpdateConfigurationSetTrackingOptionsRequest$ = UpdateConfigurationSetTrackingOptionsRequest$;
|
|
3831
|
-
exports.UpdateConfigurationSetTrackingOptionsResponse$ = UpdateConfigurationSetTrackingOptionsResponse$;
|
|
3832
|
-
exports.UpdateCustomVerificationEmailTemplate$ = UpdateCustomVerificationEmailTemplate$;
|
|
3833
1285
|
exports.UpdateCustomVerificationEmailTemplateCommand = UpdateCustomVerificationEmailTemplateCommand;
|
|
3834
|
-
exports.UpdateCustomVerificationEmailTemplateRequest$ = UpdateCustomVerificationEmailTemplateRequest$;
|
|
3835
|
-
exports.UpdateReceiptRule$ = UpdateReceiptRule$;
|
|
3836
1286
|
exports.UpdateReceiptRuleCommand = UpdateReceiptRuleCommand;
|
|
3837
|
-
exports.UpdateReceiptRuleRequest$ = UpdateReceiptRuleRequest$;
|
|
3838
|
-
exports.UpdateReceiptRuleResponse$ = UpdateReceiptRuleResponse$;
|
|
3839
|
-
exports.UpdateTemplate$ = UpdateTemplate$;
|
|
3840
1287
|
exports.UpdateTemplateCommand = UpdateTemplateCommand;
|
|
3841
|
-
exports.UpdateTemplateRequest$ = UpdateTemplateRequest$;
|
|
3842
|
-
exports.UpdateTemplateResponse$ = UpdateTemplateResponse$;
|
|
3843
1288
|
exports.VerificationStatus = VerificationStatus;
|
|
3844
|
-
exports.VerifyDomainDkim$ = VerifyDomainDkim$;
|
|
3845
1289
|
exports.VerifyDomainDkimCommand = VerifyDomainDkimCommand;
|
|
3846
|
-
exports.VerifyDomainDkimRequest$ = VerifyDomainDkimRequest$;
|
|
3847
|
-
exports.VerifyDomainDkimResponse$ = VerifyDomainDkimResponse$;
|
|
3848
|
-
exports.VerifyDomainIdentity$ = VerifyDomainIdentity$;
|
|
3849
1290
|
exports.VerifyDomainIdentityCommand = VerifyDomainIdentityCommand;
|
|
3850
|
-
exports.VerifyDomainIdentityRequest$ = VerifyDomainIdentityRequest$;
|
|
3851
|
-
exports.VerifyDomainIdentityResponse$ = VerifyDomainIdentityResponse$;
|
|
3852
|
-
exports.VerifyEmailAddress$ = VerifyEmailAddress$;
|
|
3853
1291
|
exports.VerifyEmailAddressCommand = VerifyEmailAddressCommand;
|
|
3854
|
-
exports.VerifyEmailAddressRequest$ = VerifyEmailAddressRequest$;
|
|
3855
|
-
exports.VerifyEmailIdentity$ = VerifyEmailIdentity$;
|
|
3856
1292
|
exports.VerifyEmailIdentityCommand = VerifyEmailIdentityCommand;
|
|
3857
|
-
exports.VerifyEmailIdentityRequest$ = VerifyEmailIdentityRequest$;
|
|
3858
|
-
exports.VerifyEmailIdentityResponse$ = VerifyEmailIdentityResponse$;
|
|
3859
|
-
exports.WorkmailAction$ = WorkmailAction$;
|
|
3860
1293
|
exports.paginateListCustomVerificationEmailTemplates = paginateListCustomVerificationEmailTemplates;
|
|
3861
1294
|
exports.paginateListIdentities = paginateListIdentities;
|
|
3862
1295
|
exports.waitForIdentityExists = waitForIdentityExists;
|
|
3863
1296
|
exports.waitUntilIdentityExists = waitUntilIdentityExists;
|
|
1297
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
1298
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1299
|
+
enumerable: true,
|
|
1300
|
+
get: function () { return schemas_0[k]; }
|
|
1301
|
+
});
|
|
1302
|
+
});
|
|
1303
|
+
Object.keys(errors).forEach(function (k) {
|
|
1304
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1305
|
+
enumerable: true,
|
|
1306
|
+
get: function () { return errors[k]; }
|
|
1307
|
+
});
|
|
1308
|
+
});
|