@aws-sdk/client-ses 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SES.d.ts +1396 -360
  3. package/dist-types/ts3.4/SESClient.d.ts +554 -144
  4. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +37 -17
  72. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +33 -17
  74. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +38 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +7 -7
  78. package/dist-types/ts3.4/models/SESServiceException.d.ts +8 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2151 -1868
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  82. package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  85. package/dist-types/ts3.4/protocols/Aws_query.d.ts +857 -215
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  90. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  91. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +13 -7
  92. package/package.json +35 -35
@@ -1,1868 +1,2151 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { SESServiceException as __BaseException } from "./SESServiceException";
3
-
4
- export declare class AccountSendingPausedException extends __BaseException {
5
- readonly name: "AccountSendingPausedException";
6
- readonly $fault: "client";
7
-
8
- constructor(opts: __ExceptionOptionType<AccountSendingPausedException, __BaseException>);
9
- }
10
-
11
- export interface AddHeaderAction {
12
-
13
- HeaderName: string | undefined;
14
-
15
- HeaderValue: string | undefined;
16
- }
17
-
18
- export declare class AlreadyExistsException extends __BaseException {
19
- readonly name: "AlreadyExistsException";
20
- readonly $fault: "client";
21
-
22
- Name?: string;
23
-
24
- constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
25
- }
26
- export declare enum BehaviorOnMXFailure {
27
- RejectMessage = "RejectMessage",
28
- UseDefaultValue = "UseDefaultValue"
29
- }
30
-
31
- export interface Content {
32
-
33
- Data: string | undefined;
34
-
35
- Charset?: string;
36
- }
37
-
38
- export interface Body {
39
-
40
- Text?: Content;
41
-
42
- Html?: Content;
43
- }
44
-
45
- export interface BounceAction {
46
-
47
- TopicArn?: string;
48
-
49
- SmtpReplyCode: string | undefined;
50
-
51
- StatusCode?: string;
52
-
53
- Message: string | undefined;
54
-
55
- Sender: string | undefined;
56
- }
57
- export declare enum BounceType {
58
- ContentRejected = "ContentRejected",
59
- DoesNotExist = "DoesNotExist",
60
- ExceededQuota = "ExceededQuota",
61
- MessageTooLarge = "MessageTooLarge",
62
- TemporaryFailure = "TemporaryFailure",
63
- Undefined = "Undefined"
64
- }
65
- export declare enum DsnAction {
66
- DELAYED = "delayed",
67
- DELIVERED = "delivered",
68
- EXPANDED = "expanded",
69
- FAILED = "failed",
70
- RELAYED = "relayed"
71
- }
72
-
73
- export interface ExtensionField {
74
-
75
- Name: string | undefined;
76
-
77
- Value: string | undefined;
78
- }
79
-
80
- export interface RecipientDsnFields {
81
-
82
- FinalRecipient?: string;
83
-
84
- Action: DsnAction | string | undefined;
85
-
86
- RemoteMta?: string;
87
-
88
- Status: string | undefined;
89
-
90
- DiagnosticCode?: string;
91
-
92
- LastAttemptDate?: Date;
93
-
94
- ExtensionFields?: ExtensionField[];
95
- }
96
-
97
- export interface BouncedRecipientInfo {
98
-
99
- Recipient: string | undefined;
100
-
101
- RecipientArn?: string;
102
-
103
- BounceType?: BounceType | string;
104
-
105
- RecipientDsnFields?: RecipientDsnFields;
106
- }
107
-
108
- export interface Destination {
109
-
110
- ToAddresses?: string[];
111
-
112
- CcAddresses?: string[];
113
-
114
- BccAddresses?: string[];
115
- }
116
-
117
- export interface MessageTag {
118
-
119
- Name: string | undefined;
120
-
121
- Value: string | undefined;
122
- }
123
-
124
- export interface BulkEmailDestination {
125
-
126
- Destination: Destination | undefined;
127
-
128
- ReplacementTags?: MessageTag[];
129
-
130
- ReplacementTemplateData?: string;
131
- }
132
- export declare enum BulkEmailStatus {
133
- AccountDailyQuotaExceeded = "AccountDailyQuotaExceeded",
134
- AccountSendingPaused = "AccountSendingPaused",
135
- AccountSuspended = "AccountSuspended",
136
- AccountThrottled = "AccountThrottled",
137
- ConfigurationSetDoesNotExist = "ConfigurationSetDoesNotExist",
138
- ConfigurationSetSendingPaused = "ConfigurationSetSendingPaused",
139
- Failed = "Failed",
140
- InvalidParameterValue = "InvalidParameterValue",
141
- InvalidSendingPoolName = "InvalidSendingPoolName",
142
- MailFromDomainNotVerified = "MailFromDomainNotVerified",
143
- MessageRejected = "MessageRejected",
144
- Success = "Success",
145
- TemplateDoesNotExist = "TemplateDoesNotExist",
146
- TransientFailure = "TransientFailure"
147
- }
148
-
149
- export interface BulkEmailDestinationStatus {
150
-
151
- Status?: BulkEmailStatus | string;
152
-
153
- Error?: string;
154
-
155
- MessageId?: string;
156
- }
157
-
158
- export declare class CannotDeleteException extends __BaseException {
159
- readonly name: "CannotDeleteException";
160
- readonly $fault: "client";
161
-
162
- Name?: string;
163
-
164
- constructor(opts: __ExceptionOptionType<CannotDeleteException, __BaseException>);
165
- }
166
-
167
- export interface CloneReceiptRuleSetRequest {
168
-
169
- RuleSetName: string | undefined;
170
-
171
- OriginalRuleSetName: string | undefined;
172
- }
173
-
174
- export interface CloneReceiptRuleSetResponse {
175
- }
176
-
177
- export declare class LimitExceededException extends __BaseException {
178
- readonly name: "LimitExceededException";
179
- readonly $fault: "client";
180
-
181
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
182
- }
183
-
184
- export declare class RuleSetDoesNotExistException extends __BaseException {
185
- readonly name: "RuleSetDoesNotExistException";
186
- readonly $fault: "client";
187
-
188
- Name?: string;
189
-
190
- constructor(opts: __ExceptionOptionType<RuleSetDoesNotExistException, __BaseException>);
191
- }
192
- export declare enum DimensionValueSource {
193
- EMAIL_HEADER = "emailHeader",
194
- LINK_TAG = "linkTag",
195
- MESSAGE_TAG = "messageTag"
196
- }
197
-
198
- export interface CloudWatchDimensionConfiguration {
199
-
200
- DimensionName: string | undefined;
201
-
202
- DimensionValueSource: DimensionValueSource | string | undefined;
203
-
204
- DefaultDimensionValue: string | undefined;
205
- }
206
-
207
- export interface CloudWatchDestination {
208
-
209
- DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
210
- }
211
-
212
- export interface ConfigurationSet {
213
-
214
- Name: string | undefined;
215
- }
216
-
217
- export declare class ConfigurationSetAlreadyExistsException extends __BaseException {
218
- readonly name: "ConfigurationSetAlreadyExistsException";
219
- readonly $fault: "client";
220
-
221
- ConfigurationSetName?: string;
222
-
223
- constructor(opts: __ExceptionOptionType<ConfigurationSetAlreadyExistsException, __BaseException>);
224
- }
225
- export declare enum ConfigurationSetAttribute {
226
- DELIVERY_OPTIONS = "deliveryOptions",
227
- EVENT_DESTINATIONS = "eventDestinations",
228
- REPUTATION_OPTIONS = "reputationOptions",
229
- TRACKING_OPTIONS = "trackingOptions"
230
- }
231
-
232
- export declare class ConfigurationSetDoesNotExistException extends __BaseException {
233
- readonly name: "ConfigurationSetDoesNotExistException";
234
- readonly $fault: "client";
235
-
236
- ConfigurationSetName?: string;
237
-
238
- constructor(opts: __ExceptionOptionType<ConfigurationSetDoesNotExistException, __BaseException>);
239
- }
240
-
241
- export declare class ConfigurationSetSendingPausedException extends __BaseException {
242
- readonly name: "ConfigurationSetSendingPausedException";
243
- readonly $fault: "client";
244
-
245
- ConfigurationSetName?: string;
246
-
247
- constructor(opts: __ExceptionOptionType<ConfigurationSetSendingPausedException, __BaseException>);
248
- }
249
-
250
- export interface CreateConfigurationSetRequest {
251
-
252
- ConfigurationSet: ConfigurationSet | undefined;
253
- }
254
-
255
- export interface CreateConfigurationSetResponse {
256
- }
257
-
258
- export declare class InvalidConfigurationSetException extends __BaseException {
259
- readonly name: "InvalidConfigurationSetException";
260
- readonly $fault: "client";
261
-
262
- constructor(opts: __ExceptionOptionType<InvalidConfigurationSetException, __BaseException>);
263
- }
264
-
265
- export interface KinesisFirehoseDestination {
266
-
267
- IAMRoleARN: string | undefined;
268
-
269
- DeliveryStreamARN: string | undefined;
270
- }
271
- export declare enum EventType {
272
- BOUNCE = "bounce",
273
- CLICK = "click",
274
- COMPLAINT = "complaint",
275
- DELIVERY = "delivery",
276
- OPEN = "open",
277
- REJECT = "reject",
278
- RENDERING_FAILURE = "renderingFailure",
279
- SEND = "send"
280
- }
281
-
282
- export interface SNSDestination {
283
-
284
- TopicARN: string | undefined;
285
- }
286
-
287
- export interface EventDestination {
288
-
289
- Name: string | undefined;
290
-
291
- Enabled?: boolean;
292
-
293
- MatchingEventTypes: (EventType | string)[] | undefined;
294
-
295
- KinesisFirehoseDestination?: KinesisFirehoseDestination;
296
-
297
- CloudWatchDestination?: CloudWatchDestination;
298
-
299
- SNSDestination?: SNSDestination;
300
- }
301
-
302
- export interface CreateConfigurationSetEventDestinationRequest {
303
-
304
- ConfigurationSetName: string | undefined;
305
-
306
- EventDestination: EventDestination | undefined;
307
- }
308
-
309
- export interface CreateConfigurationSetEventDestinationResponse {
310
- }
311
-
312
- export declare class EventDestinationAlreadyExistsException extends __BaseException {
313
- readonly name: "EventDestinationAlreadyExistsException";
314
- readonly $fault: "client";
315
-
316
- ConfigurationSetName?: string;
317
-
318
- EventDestinationName?: string;
319
-
320
- constructor(opts: __ExceptionOptionType<EventDestinationAlreadyExistsException, __BaseException>);
321
- }
322
-
323
- export declare class InvalidCloudWatchDestinationException extends __BaseException {
324
- readonly name: "InvalidCloudWatchDestinationException";
325
- readonly $fault: "client";
326
-
327
- ConfigurationSetName?: string;
328
-
329
- EventDestinationName?: string;
330
-
331
- constructor(opts: __ExceptionOptionType<InvalidCloudWatchDestinationException, __BaseException>);
332
- }
333
-
334
- export declare class InvalidFirehoseDestinationException extends __BaseException {
335
- readonly name: "InvalidFirehoseDestinationException";
336
- readonly $fault: "client";
337
-
338
- ConfigurationSetName?: string;
339
-
340
- EventDestinationName?: string;
341
-
342
- constructor(opts: __ExceptionOptionType<InvalidFirehoseDestinationException, __BaseException>);
343
- }
344
-
345
- export declare class InvalidSNSDestinationException extends __BaseException {
346
- readonly name: "InvalidSNSDestinationException";
347
- readonly $fault: "client";
348
-
349
- ConfigurationSetName?: string;
350
-
351
- EventDestinationName?: string;
352
-
353
- constructor(opts: __ExceptionOptionType<InvalidSNSDestinationException, __BaseException>);
354
- }
355
-
356
- export interface TrackingOptions {
357
-
358
- CustomRedirectDomain?: string;
359
- }
360
-
361
- export interface CreateConfigurationSetTrackingOptionsRequest {
362
-
363
- ConfigurationSetName: string | undefined;
364
-
365
- TrackingOptions: TrackingOptions | undefined;
366
- }
367
-
368
- export interface CreateConfigurationSetTrackingOptionsResponse {
369
- }
370
-
371
- export declare class InvalidTrackingOptionsException extends __BaseException {
372
- readonly name: "InvalidTrackingOptionsException";
373
- readonly $fault: "client";
374
-
375
- constructor(opts: __ExceptionOptionType<InvalidTrackingOptionsException, __BaseException>);
376
- }
377
-
378
- export declare class TrackingOptionsAlreadyExistsException extends __BaseException {
379
- readonly name: "TrackingOptionsAlreadyExistsException";
380
- readonly $fault: "client";
381
-
382
- ConfigurationSetName?: string;
383
-
384
- constructor(opts: __ExceptionOptionType<TrackingOptionsAlreadyExistsException, __BaseException>);
385
- }
386
-
387
- export interface CreateCustomVerificationEmailTemplateRequest {
388
-
389
- TemplateName: string | undefined;
390
-
391
- FromEmailAddress: string | undefined;
392
-
393
- TemplateSubject: string | undefined;
394
-
395
- TemplateContent: string | undefined;
396
-
397
- SuccessRedirectionURL: string | undefined;
398
-
399
- FailureRedirectionURL: string | undefined;
400
- }
401
-
402
- export declare class CustomVerificationEmailInvalidContentException extends __BaseException {
403
- readonly name: "CustomVerificationEmailInvalidContentException";
404
- readonly $fault: "client";
405
-
406
- constructor(opts: __ExceptionOptionType<CustomVerificationEmailInvalidContentException, __BaseException>);
407
- }
408
-
409
- export declare class CustomVerificationEmailTemplateAlreadyExistsException extends __BaseException {
410
- readonly name: "CustomVerificationEmailTemplateAlreadyExistsException";
411
- readonly $fault: "client";
412
-
413
- CustomVerificationEmailTemplateName?: string;
414
-
415
- constructor(opts: __ExceptionOptionType<CustomVerificationEmailTemplateAlreadyExistsException, __BaseException>);
416
- }
417
-
418
- export declare class FromEmailAddressNotVerifiedException extends __BaseException {
419
- readonly name: "FromEmailAddressNotVerifiedException";
420
- readonly $fault: "client";
421
-
422
- FromEmailAddress?: string;
423
-
424
- constructor(opts: __ExceptionOptionType<FromEmailAddressNotVerifiedException, __BaseException>);
425
- }
426
- export declare enum ReceiptFilterPolicy {
427
- Allow = "Allow",
428
- Block = "Block"
429
- }
430
-
431
- export interface ReceiptIpFilter {
432
-
433
- Policy: ReceiptFilterPolicy | string | undefined;
434
-
435
- Cidr: string | undefined;
436
- }
437
-
438
- export interface ReceiptFilter {
439
-
440
- Name: string | undefined;
441
-
442
- IpFilter: ReceiptIpFilter | undefined;
443
- }
444
-
445
- export interface CreateReceiptFilterRequest {
446
-
447
- Filter: ReceiptFilter | undefined;
448
- }
449
-
450
- export interface CreateReceiptFilterResponse {
451
- }
452
- export declare type InvocationType = "Event" | "RequestResponse";
453
-
454
- export interface LambdaAction {
455
-
456
- TopicArn?: string;
457
-
458
- FunctionArn: string | undefined;
459
-
460
- InvocationType?: InvocationType | string;
461
- }
462
-
463
- export interface S3Action {
464
-
465
- TopicArn?: string;
466
-
467
- BucketName: string | undefined;
468
-
469
- ObjectKeyPrefix?: string;
470
-
471
- KmsKeyArn?: string;
472
- }
473
- export declare enum SNSActionEncoding {
474
- Base64 = "Base64",
475
- UTF8 = "UTF-8"
476
- }
477
-
478
- export interface SNSAction {
479
-
480
- TopicArn: string | undefined;
481
-
482
- Encoding?: SNSActionEncoding | string;
483
- }
484
- export declare enum StopScope {
485
- RULE_SET = "RuleSet"
486
- }
487
-
488
- export interface StopAction {
489
-
490
- Scope: StopScope | string | undefined;
491
-
492
- TopicArn?: string;
493
- }
494
-
495
- export interface WorkmailAction {
496
-
497
- TopicArn?: string;
498
-
499
- OrganizationArn: string | undefined;
500
- }
501
-
502
- export interface ReceiptAction {
503
-
504
- S3Action?: S3Action;
505
-
506
- BounceAction?: BounceAction;
507
-
508
- WorkmailAction?: WorkmailAction;
509
-
510
- LambdaAction?: LambdaAction;
511
-
512
- StopAction?: StopAction;
513
-
514
- AddHeaderAction?: AddHeaderAction;
515
-
516
- SNSAction?: SNSAction;
517
- }
518
- export declare enum TlsPolicy {
519
- Optional = "Optional",
520
- Require = "Require"
521
- }
522
-
523
- export interface ReceiptRule {
524
-
525
- Name: string | undefined;
526
-
527
- Enabled?: boolean;
528
-
529
- TlsPolicy?: TlsPolicy | string;
530
-
531
- Recipients?: string[];
532
-
533
- Actions?: ReceiptAction[];
534
-
535
- ScanEnabled?: boolean;
536
- }
537
-
538
- export interface CreateReceiptRuleRequest {
539
-
540
- RuleSetName: string | undefined;
541
-
542
- After?: string;
543
-
544
- Rule: ReceiptRule | undefined;
545
- }
546
-
547
- export interface CreateReceiptRuleResponse {
548
- }
549
-
550
- export declare class InvalidLambdaFunctionException extends __BaseException {
551
- readonly name: "InvalidLambdaFunctionException";
552
- readonly $fault: "client";
553
-
554
- FunctionArn?: string;
555
-
556
- constructor(opts: __ExceptionOptionType<InvalidLambdaFunctionException, __BaseException>);
557
- }
558
-
559
- export declare class InvalidS3ConfigurationException extends __BaseException {
560
- readonly name: "InvalidS3ConfigurationException";
561
- readonly $fault: "client";
562
-
563
- Bucket?: string;
564
-
565
- constructor(opts: __ExceptionOptionType<InvalidS3ConfigurationException, __BaseException>);
566
- }
567
-
568
- export declare class InvalidSnsTopicException extends __BaseException {
569
- readonly name: "InvalidSnsTopicException";
570
- readonly $fault: "client";
571
-
572
- Topic?: string;
573
-
574
- constructor(opts: __ExceptionOptionType<InvalidSnsTopicException, __BaseException>);
575
- }
576
-
577
- export declare class RuleDoesNotExistException extends __BaseException {
578
- readonly name: "RuleDoesNotExistException";
579
- readonly $fault: "client";
580
-
581
- Name?: string;
582
-
583
- constructor(opts: __ExceptionOptionType<RuleDoesNotExistException, __BaseException>);
584
- }
585
-
586
- export interface CreateReceiptRuleSetRequest {
587
-
588
- RuleSetName: string | undefined;
589
- }
590
-
591
- export interface CreateReceiptRuleSetResponse {
592
- }
593
-
594
- export interface Template {
595
-
596
- TemplateName: string | undefined;
597
-
598
- SubjectPart?: string;
599
-
600
- TextPart?: string;
601
-
602
- HtmlPart?: string;
603
- }
604
-
605
- export interface CreateTemplateRequest {
606
-
607
- Template: Template | undefined;
608
- }
609
- export interface CreateTemplateResponse {
610
- }
611
-
612
- export declare class InvalidTemplateException extends __BaseException {
613
- readonly name: "InvalidTemplateException";
614
- readonly $fault: "client";
615
- TemplateName?: string;
616
-
617
- constructor(opts: __ExceptionOptionType<InvalidTemplateException, __BaseException>);
618
- }
619
- export declare enum CustomMailFromStatus {
620
- Failed = "Failed",
621
- Pending = "Pending",
622
- Success = "Success",
623
- TemporaryFailure = "TemporaryFailure"
624
- }
625
-
626
- export interface CustomVerificationEmailTemplate {
627
-
628
- TemplateName?: string;
629
-
630
- FromEmailAddress?: string;
631
-
632
- TemplateSubject?: string;
633
-
634
- SuccessRedirectionURL?: string;
635
-
636
- FailureRedirectionURL?: string;
637
- }
638
-
639
- export declare class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
640
- readonly name: "CustomVerificationEmailTemplateDoesNotExistException";
641
- readonly $fault: "client";
642
-
643
- CustomVerificationEmailTemplateName?: string;
644
-
645
- constructor(opts: __ExceptionOptionType<CustomVerificationEmailTemplateDoesNotExistException, __BaseException>);
646
- }
647
-
648
- export interface DeleteConfigurationSetRequest {
649
-
650
- ConfigurationSetName: string | undefined;
651
- }
652
-
653
- export interface DeleteConfigurationSetResponse {
654
- }
655
-
656
- export interface DeleteConfigurationSetEventDestinationRequest {
657
-
658
- ConfigurationSetName: string | undefined;
659
-
660
- EventDestinationName: string | undefined;
661
- }
662
-
663
- export interface DeleteConfigurationSetEventDestinationResponse {
664
- }
665
-
666
- export declare class EventDestinationDoesNotExistException extends __BaseException {
667
- readonly name: "EventDestinationDoesNotExistException";
668
- readonly $fault: "client";
669
-
670
- ConfigurationSetName?: string;
671
-
672
- EventDestinationName?: string;
673
-
674
- constructor(opts: __ExceptionOptionType<EventDestinationDoesNotExistException, __BaseException>);
675
- }
676
-
677
- export interface DeleteConfigurationSetTrackingOptionsRequest {
678
-
679
- ConfigurationSetName: string | undefined;
680
- }
681
-
682
- export interface DeleteConfigurationSetTrackingOptionsResponse {
683
- }
684
-
685
- export declare class TrackingOptionsDoesNotExistException extends __BaseException {
686
- readonly name: "TrackingOptionsDoesNotExistException";
687
- readonly $fault: "client";
688
-
689
- ConfigurationSetName?: string;
690
-
691
- constructor(opts: __ExceptionOptionType<TrackingOptionsDoesNotExistException, __BaseException>);
692
- }
693
-
694
- export interface DeleteCustomVerificationEmailTemplateRequest {
695
-
696
- TemplateName: string | undefined;
697
- }
698
-
699
- export interface DeleteIdentityRequest {
700
-
701
- Identity: string | undefined;
702
- }
703
-
704
- export interface DeleteIdentityResponse {
705
- }
706
-
707
- export interface DeleteIdentityPolicyRequest {
708
-
709
- Identity: string | undefined;
710
-
711
- PolicyName: string | undefined;
712
- }
713
-
714
- export interface DeleteIdentityPolicyResponse {
715
- }
716
-
717
- export interface DeleteReceiptFilterRequest {
718
-
719
- FilterName: string | undefined;
720
- }
721
-
722
- export interface DeleteReceiptFilterResponse {
723
- }
724
-
725
- export interface DeleteReceiptRuleRequest {
726
-
727
- RuleSetName: string | undefined;
728
-
729
- RuleName: string | undefined;
730
- }
731
-
732
- export interface DeleteReceiptRuleResponse {
733
- }
734
-
735
- export interface DeleteReceiptRuleSetRequest {
736
-
737
- RuleSetName: string | undefined;
738
- }
739
-
740
- export interface DeleteReceiptRuleSetResponse {
741
- }
742
-
743
- export interface DeleteTemplateRequest {
744
-
745
- TemplateName: string | undefined;
746
- }
747
- export interface DeleteTemplateResponse {
748
- }
749
-
750
- export interface DeleteVerifiedEmailAddressRequest {
751
-
752
- EmailAddress: string | undefined;
753
- }
754
-
755
- export interface DeliveryOptions {
756
-
757
- TlsPolicy?: TlsPolicy | string;
758
- }
759
-
760
- export interface DescribeActiveReceiptRuleSetRequest {
761
- }
762
-
763
- export interface ReceiptRuleSetMetadata {
764
-
765
- Name?: string;
766
-
767
- CreatedTimestamp?: Date;
768
- }
769
-
770
- export interface DescribeActiveReceiptRuleSetResponse {
771
-
772
- Metadata?: ReceiptRuleSetMetadata;
773
-
774
- Rules?: ReceiptRule[];
775
- }
776
-
777
- export interface DescribeConfigurationSetRequest {
778
-
779
- ConfigurationSetName: string | undefined;
780
-
781
- ConfigurationSetAttributeNames?: (ConfigurationSetAttribute | string)[];
782
- }
783
-
784
- export interface ReputationOptions {
785
-
786
- SendingEnabled?: boolean;
787
-
788
- ReputationMetricsEnabled?: boolean;
789
-
790
- LastFreshStart?: Date;
791
- }
792
-
793
- export interface DescribeConfigurationSetResponse {
794
-
795
- ConfigurationSet?: ConfigurationSet;
796
-
797
- EventDestinations?: EventDestination[];
798
-
799
- TrackingOptions?: TrackingOptions;
800
-
801
- DeliveryOptions?: DeliveryOptions;
802
-
803
- ReputationOptions?: ReputationOptions;
804
- }
805
-
806
- export interface DescribeReceiptRuleRequest {
807
-
808
- RuleSetName: string | undefined;
809
-
810
- RuleName: string | undefined;
811
- }
812
-
813
- export interface DescribeReceiptRuleResponse {
814
-
815
- Rule?: ReceiptRule;
816
- }
817
-
818
- export interface DescribeReceiptRuleSetRequest {
819
-
820
- RuleSetName: string | undefined;
821
- }
822
-
823
- export interface DescribeReceiptRuleSetResponse {
824
-
825
- Metadata?: ReceiptRuleSetMetadata;
826
-
827
- Rules?: ReceiptRule[];
828
- }
829
- export declare type VerificationStatus = "Failed" | "NotStarted" | "Pending" | "Success" | "TemporaryFailure";
830
-
831
- export interface IdentityDkimAttributes {
832
-
833
- DkimEnabled: boolean | undefined;
834
-
835
- DkimVerificationStatus: VerificationStatus | string | undefined;
836
-
837
- DkimTokens?: string[];
838
- }
839
-
840
- export interface GetAccountSendingEnabledResponse {
841
-
842
- Enabled?: boolean;
843
- }
844
-
845
- export interface GetCustomVerificationEmailTemplateRequest {
846
-
847
- TemplateName: string | undefined;
848
- }
849
-
850
- export interface GetCustomVerificationEmailTemplateResponse {
851
-
852
- TemplateName?: string;
853
-
854
- FromEmailAddress?: string;
855
-
856
- TemplateSubject?: string;
857
-
858
- TemplateContent?: string;
859
-
860
- SuccessRedirectionURL?: string;
861
-
862
- FailureRedirectionURL?: string;
863
- }
864
-
865
- export interface GetIdentityDkimAttributesRequest {
866
-
867
- Identities: string[] | undefined;
868
- }
869
-
870
- export interface GetIdentityDkimAttributesResponse {
871
-
872
- DkimAttributes: Record<string, IdentityDkimAttributes> | undefined;
873
- }
874
-
875
- export interface GetIdentityMailFromDomainAttributesRequest {
876
-
877
- Identities: string[] | undefined;
878
- }
879
-
880
- export interface IdentityMailFromDomainAttributes {
881
-
882
- MailFromDomain: string | undefined;
883
-
884
- MailFromDomainStatus: CustomMailFromStatus | string | undefined;
885
-
886
- BehaviorOnMXFailure: BehaviorOnMXFailure | string | undefined;
887
- }
888
-
889
- export interface GetIdentityMailFromDomainAttributesResponse {
890
-
891
- MailFromDomainAttributes: Record<string, IdentityMailFromDomainAttributes> | undefined;
892
- }
893
-
894
- export interface GetIdentityNotificationAttributesRequest {
895
-
896
- Identities: string[] | undefined;
897
- }
898
-
899
- export interface IdentityNotificationAttributes {
900
-
901
- BounceTopic: string | undefined;
902
-
903
- ComplaintTopic: string | undefined;
904
-
905
- DeliveryTopic: string | undefined;
906
-
907
- ForwardingEnabled: boolean | undefined;
908
-
909
- HeadersInBounceNotificationsEnabled?: boolean;
910
-
911
- HeadersInComplaintNotificationsEnabled?: boolean;
912
-
913
- HeadersInDeliveryNotificationsEnabled?: boolean;
914
- }
915
-
916
- export interface GetIdentityNotificationAttributesResponse {
917
-
918
- NotificationAttributes: Record<string, IdentityNotificationAttributes> | undefined;
919
- }
920
-
921
- export interface GetIdentityPoliciesRequest {
922
-
923
- Identity: string | undefined;
924
-
925
- PolicyNames: string[] | undefined;
926
- }
927
-
928
- export interface GetIdentityPoliciesResponse {
929
-
930
- Policies: Record<string, string> | undefined;
931
- }
932
-
933
- export interface GetIdentityVerificationAttributesRequest {
934
-
935
- Identities: string[] | undefined;
936
- }
937
-
938
- export interface IdentityVerificationAttributes {
939
-
940
- VerificationStatus: VerificationStatus | string | undefined;
941
-
942
- VerificationToken?: string;
943
- }
944
-
945
- export interface GetIdentityVerificationAttributesResponse {
946
-
947
- VerificationAttributes: Record<string, IdentityVerificationAttributes> | undefined;
948
- }
949
-
950
- export interface GetSendQuotaResponse {
951
-
952
- Max24HourSend?: number;
953
-
954
- MaxSendRate?: number;
955
-
956
- SentLast24Hours?: number;
957
- }
958
-
959
- export interface SendDataPoint {
960
-
961
- Timestamp?: Date;
962
-
963
- DeliveryAttempts?: number;
964
-
965
- Bounces?: number;
966
-
967
- Complaints?: number;
968
-
969
- Rejects?: number;
970
- }
971
-
972
- export interface GetSendStatisticsResponse {
973
-
974
- SendDataPoints?: SendDataPoint[];
975
- }
976
- export interface GetTemplateRequest {
977
-
978
- TemplateName: string | undefined;
979
- }
980
- export interface GetTemplateResponse {
981
-
982
- Template?: Template;
983
- }
984
-
985
- export declare class TemplateDoesNotExistException extends __BaseException {
986
- readonly name: "TemplateDoesNotExistException";
987
- readonly $fault: "client";
988
- TemplateName?: string;
989
-
990
- constructor(opts: __ExceptionOptionType<TemplateDoesNotExistException, __BaseException>);
991
- }
992
- export declare type IdentityType = "Domain" | "EmailAddress";
993
-
994
- export declare class InvalidDeliveryOptionsException extends __BaseException {
995
- readonly name: "InvalidDeliveryOptionsException";
996
- readonly $fault: "client";
997
-
998
- constructor(opts: __ExceptionOptionType<InvalidDeliveryOptionsException, __BaseException>);
999
- }
1000
-
1001
- export declare class InvalidPolicyException extends __BaseException {
1002
- readonly name: "InvalidPolicyException";
1003
- readonly $fault: "client";
1004
-
1005
- constructor(opts: __ExceptionOptionType<InvalidPolicyException, __BaseException>);
1006
- }
1007
-
1008
- export declare class InvalidRenderingParameterException extends __BaseException {
1009
- readonly name: "InvalidRenderingParameterException";
1010
- readonly $fault: "client";
1011
- TemplateName?: string;
1012
-
1013
- constructor(opts: __ExceptionOptionType<InvalidRenderingParameterException, __BaseException>);
1014
- }
1015
-
1016
- export interface ListConfigurationSetsRequest {
1017
-
1018
- NextToken?: string;
1019
-
1020
- MaxItems?: number;
1021
- }
1022
-
1023
- export interface ListConfigurationSetsResponse {
1024
-
1025
- ConfigurationSets?: ConfigurationSet[];
1026
-
1027
- NextToken?: string;
1028
- }
1029
-
1030
- export interface ListCustomVerificationEmailTemplatesRequest {
1031
-
1032
- NextToken?: string;
1033
-
1034
- MaxResults?: number;
1035
- }
1036
-
1037
- export interface ListCustomVerificationEmailTemplatesResponse {
1038
-
1039
- CustomVerificationEmailTemplates?: CustomVerificationEmailTemplate[];
1040
-
1041
- NextToken?: string;
1042
- }
1043
-
1044
- export interface ListIdentitiesRequest {
1045
-
1046
- IdentityType?: IdentityType | string;
1047
-
1048
- NextToken?: string;
1049
-
1050
- MaxItems?: number;
1051
- }
1052
-
1053
- export interface ListIdentitiesResponse {
1054
-
1055
- Identities: string[] | undefined;
1056
-
1057
- NextToken?: string;
1058
- }
1059
-
1060
- export interface ListIdentityPoliciesRequest {
1061
-
1062
- Identity: string | undefined;
1063
- }
1064
-
1065
- export interface ListIdentityPoliciesResponse {
1066
-
1067
- PolicyNames: string[] | undefined;
1068
- }
1069
-
1070
- export interface ListReceiptFiltersRequest {
1071
- }
1072
-
1073
- export interface ListReceiptFiltersResponse {
1074
-
1075
- Filters?: ReceiptFilter[];
1076
- }
1077
-
1078
- export interface ListReceiptRuleSetsRequest {
1079
-
1080
- NextToken?: string;
1081
- }
1082
-
1083
- export interface ListReceiptRuleSetsResponse {
1084
-
1085
- RuleSets?: ReceiptRuleSetMetadata[];
1086
-
1087
- NextToken?: string;
1088
- }
1089
- export interface ListTemplatesRequest {
1090
-
1091
- NextToken?: string;
1092
-
1093
- MaxItems?: number;
1094
- }
1095
-
1096
- export interface TemplateMetadata {
1097
-
1098
- Name?: string;
1099
-
1100
- CreatedTimestamp?: Date;
1101
- }
1102
- export interface ListTemplatesResponse {
1103
-
1104
- TemplatesMetadata?: TemplateMetadata[];
1105
-
1106
- NextToken?: string;
1107
- }
1108
-
1109
- export interface ListVerifiedEmailAddressesResponse {
1110
-
1111
- VerifiedEmailAddresses?: string[];
1112
- }
1113
-
1114
- export declare class MailFromDomainNotVerifiedException extends __BaseException {
1115
- readonly name: "MailFromDomainNotVerifiedException";
1116
- readonly $fault: "client";
1117
-
1118
- constructor(opts: __ExceptionOptionType<MailFromDomainNotVerifiedException, __BaseException>);
1119
- }
1120
-
1121
- export interface Message {
1122
-
1123
- Subject: Content | undefined;
1124
-
1125
- Body: Body | undefined;
1126
- }
1127
-
1128
- export interface MessageDsn {
1129
-
1130
- ReportingMta: string | undefined;
1131
-
1132
- ArrivalDate?: Date;
1133
-
1134
- ExtensionFields?: ExtensionField[];
1135
- }
1136
-
1137
- export declare class MessageRejected extends __BaseException {
1138
- readonly name: "MessageRejected";
1139
- readonly $fault: "client";
1140
-
1141
- constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
1142
- }
1143
-
1144
- export declare class MissingRenderingAttributeException extends __BaseException {
1145
- readonly name: "MissingRenderingAttributeException";
1146
- readonly $fault: "client";
1147
- TemplateName?: string;
1148
-
1149
- constructor(opts: __ExceptionOptionType<MissingRenderingAttributeException, __BaseException>);
1150
- }
1151
- export declare type NotificationType = "Bounce" | "Complaint" | "Delivery";
1152
-
1153
- export declare class ProductionAccessNotGrantedException extends __BaseException {
1154
- readonly name: "ProductionAccessNotGrantedException";
1155
- readonly $fault: "client";
1156
-
1157
- constructor(opts: __ExceptionOptionType<ProductionAccessNotGrantedException, __BaseException>);
1158
- }
1159
-
1160
- export interface PutConfigurationSetDeliveryOptionsRequest {
1161
-
1162
- ConfigurationSetName: string | undefined;
1163
-
1164
- DeliveryOptions?: DeliveryOptions;
1165
- }
1166
-
1167
- export interface PutConfigurationSetDeliveryOptionsResponse {
1168
- }
1169
-
1170
- export interface PutIdentityPolicyRequest {
1171
-
1172
- Identity: string | undefined;
1173
-
1174
- PolicyName: string | undefined;
1175
-
1176
- Policy: string | undefined;
1177
- }
1178
-
1179
- export interface PutIdentityPolicyResponse {
1180
- }
1181
-
1182
- export interface RawMessage {
1183
-
1184
- Data: Uint8Array | undefined;
1185
- }
1186
-
1187
- export interface ReorderReceiptRuleSetRequest {
1188
-
1189
- RuleSetName: string | undefined;
1190
-
1191
- RuleNames: string[] | undefined;
1192
- }
1193
-
1194
- export interface ReorderReceiptRuleSetResponse {
1195
- }
1196
-
1197
- export interface SendBounceRequest {
1198
-
1199
- OriginalMessageId: string | undefined;
1200
-
1201
- BounceSender: string | undefined;
1202
-
1203
- Explanation?: string;
1204
-
1205
- MessageDsn?: MessageDsn;
1206
-
1207
- BouncedRecipientInfoList: BouncedRecipientInfo[] | undefined;
1208
-
1209
- BounceSenderArn?: string;
1210
- }
1211
-
1212
- export interface SendBounceResponse {
1213
-
1214
- MessageId?: string;
1215
- }
1216
-
1217
- export interface SendBulkTemplatedEmailRequest {
1218
-
1219
- Source: string | undefined;
1220
-
1221
- SourceArn?: string;
1222
-
1223
- ReplyToAddresses?: string[];
1224
-
1225
- ReturnPath?: string;
1226
-
1227
- ReturnPathArn?: string;
1228
-
1229
- ConfigurationSetName?: string;
1230
-
1231
- DefaultTags?: MessageTag[];
1232
-
1233
- Template: string | undefined;
1234
-
1235
- TemplateArn?: string;
1236
-
1237
- DefaultTemplateData?: string;
1238
-
1239
- Destinations: BulkEmailDestination[] | undefined;
1240
- }
1241
- export interface SendBulkTemplatedEmailResponse {
1242
-
1243
- Status: BulkEmailDestinationStatus[] | undefined;
1244
- }
1245
-
1246
- export interface SendCustomVerificationEmailRequest {
1247
-
1248
- EmailAddress: string | undefined;
1249
-
1250
- TemplateName: string | undefined;
1251
-
1252
- ConfigurationSetName?: string;
1253
- }
1254
-
1255
- export interface SendCustomVerificationEmailResponse {
1256
-
1257
- MessageId?: string;
1258
- }
1259
-
1260
- export interface SendEmailRequest {
1261
-
1262
- Source: string | undefined;
1263
-
1264
- Destination: Destination | undefined;
1265
-
1266
- Message: Message | undefined;
1267
-
1268
- ReplyToAddresses?: string[];
1269
-
1270
- ReturnPath?: string;
1271
-
1272
- SourceArn?: string;
1273
-
1274
- ReturnPathArn?: string;
1275
-
1276
- Tags?: MessageTag[];
1277
-
1278
- ConfigurationSetName?: string;
1279
- }
1280
-
1281
- export interface SendEmailResponse {
1282
-
1283
- MessageId: string | undefined;
1284
- }
1285
-
1286
- export interface SendRawEmailRequest {
1287
-
1288
- Source?: string;
1289
-
1290
- Destinations?: string[];
1291
-
1292
- RawMessage: RawMessage | undefined;
1293
-
1294
- FromArn?: string;
1295
-
1296
- SourceArn?: string;
1297
-
1298
- ReturnPathArn?: string;
1299
-
1300
- Tags?: MessageTag[];
1301
-
1302
- ConfigurationSetName?: string;
1303
- }
1304
-
1305
- export interface SendRawEmailResponse {
1306
-
1307
- MessageId: string | undefined;
1308
- }
1309
-
1310
- export interface SendTemplatedEmailRequest {
1311
-
1312
- Source: string | undefined;
1313
-
1314
- Destination: Destination | undefined;
1315
-
1316
- ReplyToAddresses?: string[];
1317
-
1318
- ReturnPath?: string;
1319
-
1320
- SourceArn?: string;
1321
-
1322
- ReturnPathArn?: string;
1323
-
1324
- Tags?: MessageTag[];
1325
-
1326
- ConfigurationSetName?: string;
1327
-
1328
- Template: string | undefined;
1329
-
1330
- TemplateArn?: string;
1331
-
1332
- TemplateData: string | undefined;
1333
- }
1334
- export interface SendTemplatedEmailResponse {
1335
-
1336
- MessageId: string | undefined;
1337
- }
1338
-
1339
- export interface SetActiveReceiptRuleSetRequest {
1340
-
1341
- RuleSetName?: string;
1342
- }
1343
-
1344
- export interface SetActiveReceiptRuleSetResponse {
1345
- }
1346
-
1347
- export interface SetIdentityDkimEnabledRequest {
1348
-
1349
- Identity: string | undefined;
1350
-
1351
- DkimEnabled: boolean | undefined;
1352
- }
1353
-
1354
- export interface SetIdentityDkimEnabledResponse {
1355
- }
1356
-
1357
- export interface SetIdentityFeedbackForwardingEnabledRequest {
1358
-
1359
- Identity: string | undefined;
1360
-
1361
- ForwardingEnabled: boolean | undefined;
1362
- }
1363
-
1364
- export interface SetIdentityFeedbackForwardingEnabledResponse {
1365
- }
1366
-
1367
- export interface SetIdentityHeadersInNotificationsEnabledRequest {
1368
-
1369
- Identity: string | undefined;
1370
-
1371
- NotificationType: NotificationType | string | undefined;
1372
-
1373
- Enabled: boolean | undefined;
1374
- }
1375
-
1376
- export interface SetIdentityHeadersInNotificationsEnabledResponse {
1377
- }
1378
-
1379
- export interface SetIdentityMailFromDomainRequest {
1380
-
1381
- Identity: string | undefined;
1382
-
1383
- MailFromDomain?: string;
1384
-
1385
- BehaviorOnMXFailure?: BehaviorOnMXFailure | string;
1386
- }
1387
-
1388
- export interface SetIdentityMailFromDomainResponse {
1389
- }
1390
-
1391
- export interface SetIdentityNotificationTopicRequest {
1392
-
1393
- Identity: string | undefined;
1394
-
1395
- NotificationType: NotificationType | string | undefined;
1396
-
1397
- SnsTopic?: string;
1398
- }
1399
-
1400
- export interface SetIdentityNotificationTopicResponse {
1401
- }
1402
-
1403
- export interface SetReceiptRulePositionRequest {
1404
-
1405
- RuleSetName: string | undefined;
1406
-
1407
- RuleName: string | undefined;
1408
-
1409
- After?: string;
1410
- }
1411
-
1412
- export interface SetReceiptRulePositionResponse {
1413
- }
1414
- export interface TestRenderTemplateRequest {
1415
-
1416
- TemplateName: string | undefined;
1417
-
1418
- TemplateData: string | undefined;
1419
- }
1420
- export interface TestRenderTemplateResponse {
1421
-
1422
- RenderedTemplate?: string;
1423
- }
1424
-
1425
- export interface UpdateAccountSendingEnabledRequest {
1426
-
1427
- Enabled?: boolean;
1428
- }
1429
-
1430
- export interface UpdateConfigurationSetEventDestinationRequest {
1431
-
1432
- ConfigurationSetName: string | undefined;
1433
-
1434
- EventDestination: EventDestination | undefined;
1435
- }
1436
-
1437
- export interface UpdateConfigurationSetEventDestinationResponse {
1438
- }
1439
-
1440
- export interface UpdateConfigurationSetReputationMetricsEnabledRequest {
1441
-
1442
- ConfigurationSetName: string | undefined;
1443
-
1444
- Enabled: boolean | undefined;
1445
- }
1446
-
1447
- export interface UpdateConfigurationSetSendingEnabledRequest {
1448
-
1449
- ConfigurationSetName: string | undefined;
1450
-
1451
- Enabled: boolean | undefined;
1452
- }
1453
-
1454
- export interface UpdateConfigurationSetTrackingOptionsRequest {
1455
-
1456
- ConfigurationSetName: string | undefined;
1457
-
1458
- TrackingOptions: TrackingOptions | undefined;
1459
- }
1460
-
1461
- export interface UpdateConfigurationSetTrackingOptionsResponse {
1462
- }
1463
-
1464
- export interface UpdateCustomVerificationEmailTemplateRequest {
1465
-
1466
- TemplateName: string | undefined;
1467
-
1468
- FromEmailAddress?: string;
1469
-
1470
- TemplateSubject?: string;
1471
-
1472
- TemplateContent?: string;
1473
-
1474
- SuccessRedirectionURL?: string;
1475
-
1476
- FailureRedirectionURL?: string;
1477
- }
1478
-
1479
- export interface UpdateReceiptRuleRequest {
1480
-
1481
- RuleSetName: string | undefined;
1482
-
1483
- Rule: ReceiptRule | undefined;
1484
- }
1485
-
1486
- export interface UpdateReceiptRuleResponse {
1487
- }
1488
- export interface UpdateTemplateRequest {
1489
-
1490
- Template: Template | undefined;
1491
- }
1492
- export interface UpdateTemplateResponse {
1493
- }
1494
-
1495
- export interface VerifyDomainDkimRequest {
1496
-
1497
- Domain: string | undefined;
1498
- }
1499
-
1500
- export interface VerifyDomainDkimResponse {
1501
-
1502
- DkimTokens: string[] | undefined;
1503
- }
1504
-
1505
- export interface VerifyDomainIdentityRequest {
1506
-
1507
- Domain: string | undefined;
1508
- }
1509
-
1510
- export interface VerifyDomainIdentityResponse {
1511
-
1512
- VerificationToken: string | undefined;
1513
- }
1514
-
1515
- export interface VerifyEmailAddressRequest {
1516
-
1517
- EmailAddress: string | undefined;
1518
- }
1519
-
1520
- export interface VerifyEmailIdentityRequest {
1521
-
1522
- EmailAddress: string | undefined;
1523
- }
1524
-
1525
- export interface VerifyEmailIdentityResponse {
1526
- }
1527
-
1528
- export declare const AddHeaderActionFilterSensitiveLog: (obj: AddHeaderAction) => any;
1529
-
1530
- export declare const ContentFilterSensitiveLog: (obj: Content) => any;
1531
-
1532
- export declare const BodyFilterSensitiveLog: (obj: Body) => any;
1533
-
1534
- export declare const BounceActionFilterSensitiveLog: (obj: BounceAction) => any;
1535
-
1536
- export declare const ExtensionFieldFilterSensitiveLog: (obj: ExtensionField) => any;
1537
-
1538
- export declare const RecipientDsnFieldsFilterSensitiveLog: (obj: RecipientDsnFields) => any;
1539
-
1540
- export declare const BouncedRecipientInfoFilterSensitiveLog: (obj: BouncedRecipientInfo) => any;
1541
-
1542
- export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
1543
-
1544
- export declare const MessageTagFilterSensitiveLog: (obj: MessageTag) => any;
1545
-
1546
- export declare const BulkEmailDestinationFilterSensitiveLog: (obj: BulkEmailDestination) => any;
1547
-
1548
- export declare const BulkEmailDestinationStatusFilterSensitiveLog: (obj: BulkEmailDestinationStatus) => any;
1549
-
1550
- export declare const CloneReceiptRuleSetRequestFilterSensitiveLog: (obj: CloneReceiptRuleSetRequest) => any;
1551
-
1552
- export declare const CloneReceiptRuleSetResponseFilterSensitiveLog: (obj: CloneReceiptRuleSetResponse) => any;
1553
-
1554
- export declare const CloudWatchDimensionConfigurationFilterSensitiveLog: (obj: CloudWatchDimensionConfiguration) => any;
1555
-
1556
- export declare const CloudWatchDestinationFilterSensitiveLog: (obj: CloudWatchDestination) => any;
1557
-
1558
- export declare const ConfigurationSetFilterSensitiveLog: (obj: ConfigurationSet) => any;
1559
-
1560
- export declare const CreateConfigurationSetRequestFilterSensitiveLog: (obj: CreateConfigurationSetRequest) => any;
1561
-
1562
- export declare const CreateConfigurationSetResponseFilterSensitiveLog: (obj: CreateConfigurationSetResponse) => any;
1563
-
1564
- export declare const KinesisFirehoseDestinationFilterSensitiveLog: (obj: KinesisFirehoseDestination) => any;
1565
-
1566
- export declare const SNSDestinationFilterSensitiveLog: (obj: SNSDestination) => any;
1567
-
1568
- export declare const EventDestinationFilterSensitiveLog: (obj: EventDestination) => any;
1569
-
1570
- export declare const CreateConfigurationSetEventDestinationRequestFilterSensitiveLog: (obj: CreateConfigurationSetEventDestinationRequest) => any;
1571
-
1572
- export declare const CreateConfigurationSetEventDestinationResponseFilterSensitiveLog: (obj: CreateConfigurationSetEventDestinationResponse) => any;
1573
-
1574
- export declare const TrackingOptionsFilterSensitiveLog: (obj: TrackingOptions) => any;
1575
-
1576
- export declare const CreateConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (obj: CreateConfigurationSetTrackingOptionsRequest) => any;
1577
-
1578
- export declare const CreateConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (obj: CreateConfigurationSetTrackingOptionsResponse) => any;
1579
-
1580
- export declare const CreateCustomVerificationEmailTemplateRequestFilterSensitiveLog: (obj: CreateCustomVerificationEmailTemplateRequest) => any;
1581
-
1582
- export declare const ReceiptIpFilterFilterSensitiveLog: (obj: ReceiptIpFilter) => any;
1583
-
1584
- export declare const ReceiptFilterFilterSensitiveLog: (obj: ReceiptFilter) => any;
1585
-
1586
- export declare const CreateReceiptFilterRequestFilterSensitiveLog: (obj: CreateReceiptFilterRequest) => any;
1587
-
1588
- export declare const CreateReceiptFilterResponseFilterSensitiveLog: (obj: CreateReceiptFilterResponse) => any;
1589
-
1590
- export declare const LambdaActionFilterSensitiveLog: (obj: LambdaAction) => any;
1591
-
1592
- export declare const S3ActionFilterSensitiveLog: (obj: S3Action) => any;
1593
-
1594
- export declare const SNSActionFilterSensitiveLog: (obj: SNSAction) => any;
1595
-
1596
- export declare const StopActionFilterSensitiveLog: (obj: StopAction) => any;
1597
-
1598
- export declare const WorkmailActionFilterSensitiveLog: (obj: WorkmailAction) => any;
1599
-
1600
- export declare const ReceiptActionFilterSensitiveLog: (obj: ReceiptAction) => any;
1601
-
1602
- export declare const ReceiptRuleFilterSensitiveLog: (obj: ReceiptRule) => any;
1603
-
1604
- export declare const CreateReceiptRuleRequestFilterSensitiveLog: (obj: CreateReceiptRuleRequest) => any;
1605
-
1606
- export declare const CreateReceiptRuleResponseFilterSensitiveLog: (obj: CreateReceiptRuleResponse) => any;
1607
-
1608
- export declare const CreateReceiptRuleSetRequestFilterSensitiveLog: (obj: CreateReceiptRuleSetRequest) => any;
1609
-
1610
- export declare const CreateReceiptRuleSetResponseFilterSensitiveLog: (obj: CreateReceiptRuleSetResponse) => any;
1611
-
1612
- export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
1613
-
1614
- export declare const CreateTemplateRequestFilterSensitiveLog: (obj: CreateTemplateRequest) => any;
1615
-
1616
- export declare const CreateTemplateResponseFilterSensitiveLog: (obj: CreateTemplateResponse) => any;
1617
-
1618
- export declare const CustomVerificationEmailTemplateFilterSensitiveLog: (obj: CustomVerificationEmailTemplate) => any;
1619
-
1620
- export declare const DeleteConfigurationSetRequestFilterSensitiveLog: (obj: DeleteConfigurationSetRequest) => any;
1621
-
1622
- export declare const DeleteConfigurationSetResponseFilterSensitiveLog: (obj: DeleteConfigurationSetResponse) => any;
1623
-
1624
- export declare const DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog: (obj: DeleteConfigurationSetEventDestinationRequest) => any;
1625
-
1626
- export declare const DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog: (obj: DeleteConfigurationSetEventDestinationResponse) => any;
1627
-
1628
- export declare const DeleteConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (obj: DeleteConfigurationSetTrackingOptionsRequest) => any;
1629
-
1630
- export declare const DeleteConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (obj: DeleteConfigurationSetTrackingOptionsResponse) => any;
1631
-
1632
- export declare const DeleteCustomVerificationEmailTemplateRequestFilterSensitiveLog: (obj: DeleteCustomVerificationEmailTemplateRequest) => any;
1633
-
1634
- export declare const DeleteIdentityRequestFilterSensitiveLog: (obj: DeleteIdentityRequest) => any;
1635
-
1636
- export declare const DeleteIdentityResponseFilterSensitiveLog: (obj: DeleteIdentityResponse) => any;
1637
-
1638
- export declare const DeleteIdentityPolicyRequestFilterSensitiveLog: (obj: DeleteIdentityPolicyRequest) => any;
1639
-
1640
- export declare const DeleteIdentityPolicyResponseFilterSensitiveLog: (obj: DeleteIdentityPolicyResponse) => any;
1641
-
1642
- export declare const DeleteReceiptFilterRequestFilterSensitiveLog: (obj: DeleteReceiptFilterRequest) => any;
1643
-
1644
- export declare const DeleteReceiptFilterResponseFilterSensitiveLog: (obj: DeleteReceiptFilterResponse) => any;
1645
-
1646
- export declare const DeleteReceiptRuleRequestFilterSensitiveLog: (obj: DeleteReceiptRuleRequest) => any;
1647
-
1648
- export declare const DeleteReceiptRuleResponseFilterSensitiveLog: (obj: DeleteReceiptRuleResponse) => any;
1649
-
1650
- export declare const DeleteReceiptRuleSetRequestFilterSensitiveLog: (obj: DeleteReceiptRuleSetRequest) => any;
1651
-
1652
- export declare const DeleteReceiptRuleSetResponseFilterSensitiveLog: (obj: DeleteReceiptRuleSetResponse) => any;
1653
-
1654
- export declare const DeleteTemplateRequestFilterSensitiveLog: (obj: DeleteTemplateRequest) => any;
1655
-
1656
- export declare const DeleteTemplateResponseFilterSensitiveLog: (obj: DeleteTemplateResponse) => any;
1657
-
1658
- export declare const DeleteVerifiedEmailAddressRequestFilterSensitiveLog: (obj: DeleteVerifiedEmailAddressRequest) => any;
1659
-
1660
- export declare const DeliveryOptionsFilterSensitiveLog: (obj: DeliveryOptions) => any;
1661
-
1662
- export declare const DescribeActiveReceiptRuleSetRequestFilterSensitiveLog: (obj: DescribeActiveReceiptRuleSetRequest) => any;
1663
-
1664
- export declare const ReceiptRuleSetMetadataFilterSensitiveLog: (obj: ReceiptRuleSetMetadata) => any;
1665
-
1666
- export declare const DescribeActiveReceiptRuleSetResponseFilterSensitiveLog: (obj: DescribeActiveReceiptRuleSetResponse) => any;
1667
-
1668
- export declare const DescribeConfigurationSetRequestFilterSensitiveLog: (obj: DescribeConfigurationSetRequest) => any;
1669
-
1670
- export declare const ReputationOptionsFilterSensitiveLog: (obj: ReputationOptions) => any;
1671
-
1672
- export declare const DescribeConfigurationSetResponseFilterSensitiveLog: (obj: DescribeConfigurationSetResponse) => any;
1673
-
1674
- export declare const DescribeReceiptRuleRequestFilterSensitiveLog: (obj: DescribeReceiptRuleRequest) => any;
1675
-
1676
- export declare const DescribeReceiptRuleResponseFilterSensitiveLog: (obj: DescribeReceiptRuleResponse) => any;
1677
-
1678
- export declare const DescribeReceiptRuleSetRequestFilterSensitiveLog: (obj: DescribeReceiptRuleSetRequest) => any;
1679
-
1680
- export declare const DescribeReceiptRuleSetResponseFilterSensitiveLog: (obj: DescribeReceiptRuleSetResponse) => any;
1681
-
1682
- export declare const IdentityDkimAttributesFilterSensitiveLog: (obj: IdentityDkimAttributes) => any;
1683
-
1684
- export declare const GetAccountSendingEnabledResponseFilterSensitiveLog: (obj: GetAccountSendingEnabledResponse) => any;
1685
-
1686
- export declare const GetCustomVerificationEmailTemplateRequestFilterSensitiveLog: (obj: GetCustomVerificationEmailTemplateRequest) => any;
1687
-
1688
- export declare const GetCustomVerificationEmailTemplateResponseFilterSensitiveLog: (obj: GetCustomVerificationEmailTemplateResponse) => any;
1689
-
1690
- export declare const GetIdentityDkimAttributesRequestFilterSensitiveLog: (obj: GetIdentityDkimAttributesRequest) => any;
1691
-
1692
- export declare const GetIdentityDkimAttributesResponseFilterSensitiveLog: (obj: GetIdentityDkimAttributesResponse) => any;
1693
-
1694
- export declare const GetIdentityMailFromDomainAttributesRequestFilterSensitiveLog: (obj: GetIdentityMailFromDomainAttributesRequest) => any;
1695
-
1696
- export declare const IdentityMailFromDomainAttributesFilterSensitiveLog: (obj: IdentityMailFromDomainAttributes) => any;
1697
-
1698
- export declare const GetIdentityMailFromDomainAttributesResponseFilterSensitiveLog: (obj: GetIdentityMailFromDomainAttributesResponse) => any;
1699
-
1700
- export declare const GetIdentityNotificationAttributesRequestFilterSensitiveLog: (obj: GetIdentityNotificationAttributesRequest) => any;
1701
-
1702
- export declare const IdentityNotificationAttributesFilterSensitiveLog: (obj: IdentityNotificationAttributes) => any;
1703
-
1704
- export declare const GetIdentityNotificationAttributesResponseFilterSensitiveLog: (obj: GetIdentityNotificationAttributesResponse) => any;
1705
-
1706
- export declare const GetIdentityPoliciesRequestFilterSensitiveLog: (obj: GetIdentityPoliciesRequest) => any;
1707
-
1708
- export declare const GetIdentityPoliciesResponseFilterSensitiveLog: (obj: GetIdentityPoliciesResponse) => any;
1709
-
1710
- export declare const GetIdentityVerificationAttributesRequestFilterSensitiveLog: (obj: GetIdentityVerificationAttributesRequest) => any;
1711
-
1712
- export declare const IdentityVerificationAttributesFilterSensitiveLog: (obj: IdentityVerificationAttributes) => any;
1713
-
1714
- export declare const GetIdentityVerificationAttributesResponseFilterSensitiveLog: (obj: GetIdentityVerificationAttributesResponse) => any;
1715
-
1716
- export declare const GetSendQuotaResponseFilterSensitiveLog: (obj: GetSendQuotaResponse) => any;
1717
-
1718
- export declare const SendDataPointFilterSensitiveLog: (obj: SendDataPoint) => any;
1719
-
1720
- export declare const GetSendStatisticsResponseFilterSensitiveLog: (obj: GetSendStatisticsResponse) => any;
1721
-
1722
- export declare const GetTemplateRequestFilterSensitiveLog: (obj: GetTemplateRequest) => any;
1723
-
1724
- export declare const GetTemplateResponseFilterSensitiveLog: (obj: GetTemplateResponse) => any;
1725
-
1726
- export declare const ListConfigurationSetsRequestFilterSensitiveLog: (obj: ListConfigurationSetsRequest) => any;
1727
-
1728
- export declare const ListConfigurationSetsResponseFilterSensitiveLog: (obj: ListConfigurationSetsResponse) => any;
1729
-
1730
- export declare const ListCustomVerificationEmailTemplatesRequestFilterSensitiveLog: (obj: ListCustomVerificationEmailTemplatesRequest) => any;
1731
-
1732
- export declare const ListCustomVerificationEmailTemplatesResponseFilterSensitiveLog: (obj: ListCustomVerificationEmailTemplatesResponse) => any;
1733
-
1734
- export declare const ListIdentitiesRequestFilterSensitiveLog: (obj: ListIdentitiesRequest) => any;
1735
-
1736
- export declare const ListIdentitiesResponseFilterSensitiveLog: (obj: ListIdentitiesResponse) => any;
1737
-
1738
- export declare const ListIdentityPoliciesRequestFilterSensitiveLog: (obj: ListIdentityPoliciesRequest) => any;
1739
-
1740
- export declare const ListIdentityPoliciesResponseFilterSensitiveLog: (obj: ListIdentityPoliciesResponse) => any;
1741
-
1742
- export declare const ListReceiptFiltersRequestFilterSensitiveLog: (obj: ListReceiptFiltersRequest) => any;
1743
-
1744
- export declare const ListReceiptFiltersResponseFilterSensitiveLog: (obj: ListReceiptFiltersResponse) => any;
1745
-
1746
- export declare const ListReceiptRuleSetsRequestFilterSensitiveLog: (obj: ListReceiptRuleSetsRequest) => any;
1747
-
1748
- export declare const ListReceiptRuleSetsResponseFilterSensitiveLog: (obj: ListReceiptRuleSetsResponse) => any;
1749
-
1750
- export declare const ListTemplatesRequestFilterSensitiveLog: (obj: ListTemplatesRequest) => any;
1751
-
1752
- export declare const TemplateMetadataFilterSensitiveLog: (obj: TemplateMetadata) => any;
1753
-
1754
- export declare const ListTemplatesResponseFilterSensitiveLog: (obj: ListTemplatesResponse) => any;
1755
-
1756
- export declare const ListVerifiedEmailAddressesResponseFilterSensitiveLog: (obj: ListVerifiedEmailAddressesResponse) => any;
1757
-
1758
- export declare const MessageFilterSensitiveLog: (obj: Message) => any;
1759
-
1760
- export declare const MessageDsnFilterSensitiveLog: (obj: MessageDsn) => any;
1761
-
1762
- export declare const PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog: (obj: PutConfigurationSetDeliveryOptionsRequest) => any;
1763
-
1764
- export declare const PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog: (obj: PutConfigurationSetDeliveryOptionsResponse) => any;
1765
-
1766
- export declare const PutIdentityPolicyRequestFilterSensitiveLog: (obj: PutIdentityPolicyRequest) => any;
1767
-
1768
- export declare const PutIdentityPolicyResponseFilterSensitiveLog: (obj: PutIdentityPolicyResponse) => any;
1769
-
1770
- export declare const RawMessageFilterSensitiveLog: (obj: RawMessage) => any;
1771
-
1772
- export declare const ReorderReceiptRuleSetRequestFilterSensitiveLog: (obj: ReorderReceiptRuleSetRequest) => any;
1773
-
1774
- export declare const ReorderReceiptRuleSetResponseFilterSensitiveLog: (obj: ReorderReceiptRuleSetResponse) => any;
1775
-
1776
- export declare const SendBounceRequestFilterSensitiveLog: (obj: SendBounceRequest) => any;
1777
-
1778
- export declare const SendBounceResponseFilterSensitiveLog: (obj: SendBounceResponse) => any;
1779
-
1780
- export declare const SendBulkTemplatedEmailRequestFilterSensitiveLog: (obj: SendBulkTemplatedEmailRequest) => any;
1781
-
1782
- export declare const SendBulkTemplatedEmailResponseFilterSensitiveLog: (obj: SendBulkTemplatedEmailResponse) => any;
1783
-
1784
- export declare const SendCustomVerificationEmailRequestFilterSensitiveLog: (obj: SendCustomVerificationEmailRequest) => any;
1785
-
1786
- export declare const SendCustomVerificationEmailResponseFilterSensitiveLog: (obj: SendCustomVerificationEmailResponse) => any;
1787
-
1788
- export declare const SendEmailRequestFilterSensitiveLog: (obj: SendEmailRequest) => any;
1789
-
1790
- export declare const SendEmailResponseFilterSensitiveLog: (obj: SendEmailResponse) => any;
1791
-
1792
- export declare const SendRawEmailRequestFilterSensitiveLog: (obj: SendRawEmailRequest) => any;
1793
-
1794
- export declare const SendRawEmailResponseFilterSensitiveLog: (obj: SendRawEmailResponse) => any;
1795
-
1796
- export declare const SendTemplatedEmailRequestFilterSensitiveLog: (obj: SendTemplatedEmailRequest) => any;
1797
-
1798
- export declare const SendTemplatedEmailResponseFilterSensitiveLog: (obj: SendTemplatedEmailResponse) => any;
1799
-
1800
- export declare const SetActiveReceiptRuleSetRequestFilterSensitiveLog: (obj: SetActiveReceiptRuleSetRequest) => any;
1801
-
1802
- export declare const SetActiveReceiptRuleSetResponseFilterSensitiveLog: (obj: SetActiveReceiptRuleSetResponse) => any;
1803
-
1804
- export declare const SetIdentityDkimEnabledRequestFilterSensitiveLog: (obj: SetIdentityDkimEnabledRequest) => any;
1805
-
1806
- export declare const SetIdentityDkimEnabledResponseFilterSensitiveLog: (obj: SetIdentityDkimEnabledResponse) => any;
1807
-
1808
- export declare const SetIdentityFeedbackForwardingEnabledRequestFilterSensitiveLog: (obj: SetIdentityFeedbackForwardingEnabledRequest) => any;
1809
-
1810
- export declare const SetIdentityFeedbackForwardingEnabledResponseFilterSensitiveLog: (obj: SetIdentityFeedbackForwardingEnabledResponse) => any;
1811
-
1812
- export declare const SetIdentityHeadersInNotificationsEnabledRequestFilterSensitiveLog: (obj: SetIdentityHeadersInNotificationsEnabledRequest) => any;
1813
-
1814
- export declare const SetIdentityHeadersInNotificationsEnabledResponseFilterSensitiveLog: (obj: SetIdentityHeadersInNotificationsEnabledResponse) => any;
1815
-
1816
- export declare const SetIdentityMailFromDomainRequestFilterSensitiveLog: (obj: SetIdentityMailFromDomainRequest) => any;
1817
-
1818
- export declare const SetIdentityMailFromDomainResponseFilterSensitiveLog: (obj: SetIdentityMailFromDomainResponse) => any;
1819
-
1820
- export declare const SetIdentityNotificationTopicRequestFilterSensitiveLog: (obj: SetIdentityNotificationTopicRequest) => any;
1821
-
1822
- export declare const SetIdentityNotificationTopicResponseFilterSensitiveLog: (obj: SetIdentityNotificationTopicResponse) => any;
1823
-
1824
- export declare const SetReceiptRulePositionRequestFilterSensitiveLog: (obj: SetReceiptRulePositionRequest) => any;
1825
-
1826
- export declare const SetReceiptRulePositionResponseFilterSensitiveLog: (obj: SetReceiptRulePositionResponse) => any;
1827
-
1828
- export declare const TestRenderTemplateRequestFilterSensitiveLog: (obj: TestRenderTemplateRequest) => any;
1829
-
1830
- export declare const TestRenderTemplateResponseFilterSensitiveLog: (obj: TestRenderTemplateResponse) => any;
1831
-
1832
- export declare const UpdateAccountSendingEnabledRequestFilterSensitiveLog: (obj: UpdateAccountSendingEnabledRequest) => any;
1833
-
1834
- export declare const UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog: (obj: UpdateConfigurationSetEventDestinationRequest) => any;
1835
-
1836
- export declare const UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog: (obj: UpdateConfigurationSetEventDestinationResponse) => any;
1837
-
1838
- export declare const UpdateConfigurationSetReputationMetricsEnabledRequestFilterSensitiveLog: (obj: UpdateConfigurationSetReputationMetricsEnabledRequest) => any;
1839
-
1840
- export declare const UpdateConfigurationSetSendingEnabledRequestFilterSensitiveLog: (obj: UpdateConfigurationSetSendingEnabledRequest) => any;
1841
-
1842
- export declare const UpdateConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (obj: UpdateConfigurationSetTrackingOptionsRequest) => any;
1843
-
1844
- export declare const UpdateConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (obj: UpdateConfigurationSetTrackingOptionsResponse) => any;
1845
-
1846
- export declare const UpdateCustomVerificationEmailTemplateRequestFilterSensitiveLog: (obj: UpdateCustomVerificationEmailTemplateRequest) => any;
1847
-
1848
- export declare const UpdateReceiptRuleRequestFilterSensitiveLog: (obj: UpdateReceiptRuleRequest) => any;
1849
-
1850
- export declare const UpdateReceiptRuleResponseFilterSensitiveLog: (obj: UpdateReceiptRuleResponse) => any;
1851
-
1852
- export declare const UpdateTemplateRequestFilterSensitiveLog: (obj: UpdateTemplateRequest) => any;
1853
-
1854
- export declare const UpdateTemplateResponseFilterSensitiveLog: (obj: UpdateTemplateResponse) => any;
1855
-
1856
- export declare const VerifyDomainDkimRequestFilterSensitiveLog: (obj: VerifyDomainDkimRequest) => any;
1857
-
1858
- export declare const VerifyDomainDkimResponseFilterSensitiveLog: (obj: VerifyDomainDkimResponse) => any;
1859
-
1860
- export declare const VerifyDomainIdentityRequestFilterSensitiveLog: (obj: VerifyDomainIdentityRequest) => any;
1861
-
1862
- export declare const VerifyDomainIdentityResponseFilterSensitiveLog: (obj: VerifyDomainIdentityResponse) => any;
1863
-
1864
- export declare const VerifyEmailAddressRequestFilterSensitiveLog: (obj: VerifyEmailAddressRequest) => any;
1865
-
1866
- export declare const VerifyEmailIdentityRequestFilterSensitiveLog: (obj: VerifyEmailIdentityRequest) => any;
1867
-
1868
- export declare const VerifyEmailIdentityResponseFilterSensitiveLog: (obj: VerifyEmailIdentityResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { SESServiceException as __BaseException } from "./SESServiceException";
3
+
4
+ export declare class AccountSendingPausedException extends __BaseException {
5
+ readonly name: "AccountSendingPausedException";
6
+ readonly $fault: "client";
7
+
8
+ constructor(
9
+ opts: __ExceptionOptionType<AccountSendingPausedException, __BaseException>
10
+ );
11
+ }
12
+
13
+ export interface AddHeaderAction {
14
+ HeaderName: string | undefined;
15
+
16
+ HeaderValue: string | undefined;
17
+ }
18
+
19
+ export declare class AlreadyExistsException extends __BaseException {
20
+ readonly name: "AlreadyExistsException";
21
+ readonly $fault: "client";
22
+
23
+ Name?: string;
24
+
25
+ constructor(
26
+ opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
27
+ );
28
+ }
29
+ export declare enum BehaviorOnMXFailure {
30
+ RejectMessage = "RejectMessage",
31
+ UseDefaultValue = "UseDefaultValue",
32
+ }
33
+
34
+ export interface Content {
35
+ Data: string | undefined;
36
+
37
+ Charset?: string;
38
+ }
39
+
40
+ export interface Body {
41
+ Text?: Content;
42
+
43
+ Html?: Content;
44
+ }
45
+
46
+ export interface BounceAction {
47
+ TopicArn?: string;
48
+
49
+ SmtpReplyCode: string | undefined;
50
+
51
+ StatusCode?: string;
52
+
53
+ Message: string | undefined;
54
+
55
+ Sender: string | undefined;
56
+ }
57
+ export declare enum BounceType {
58
+ ContentRejected = "ContentRejected",
59
+ DoesNotExist = "DoesNotExist",
60
+ ExceededQuota = "ExceededQuota",
61
+ MessageTooLarge = "MessageTooLarge",
62
+ TemporaryFailure = "TemporaryFailure",
63
+ Undefined = "Undefined",
64
+ }
65
+ export declare enum DsnAction {
66
+ DELAYED = "delayed",
67
+ DELIVERED = "delivered",
68
+ EXPANDED = "expanded",
69
+ FAILED = "failed",
70
+ RELAYED = "relayed",
71
+ }
72
+
73
+ export interface ExtensionField {
74
+ Name: string | undefined;
75
+
76
+ Value: string | undefined;
77
+ }
78
+
79
+ export interface RecipientDsnFields {
80
+ FinalRecipient?: string;
81
+
82
+ Action: DsnAction | string | undefined;
83
+
84
+ RemoteMta?: string;
85
+
86
+ Status: string | undefined;
87
+
88
+ DiagnosticCode?: string;
89
+
90
+ LastAttemptDate?: Date;
91
+
92
+ ExtensionFields?: ExtensionField[];
93
+ }
94
+
95
+ export interface BouncedRecipientInfo {
96
+ Recipient: string | undefined;
97
+
98
+ RecipientArn?: string;
99
+
100
+ BounceType?: BounceType | string;
101
+
102
+ RecipientDsnFields?: RecipientDsnFields;
103
+ }
104
+
105
+ export interface Destination {
106
+ ToAddresses?: string[];
107
+
108
+ CcAddresses?: string[];
109
+
110
+ BccAddresses?: string[];
111
+ }
112
+
113
+ export interface MessageTag {
114
+ Name: string | undefined;
115
+
116
+ Value: string | undefined;
117
+ }
118
+
119
+ export interface BulkEmailDestination {
120
+ Destination: Destination | undefined;
121
+
122
+ ReplacementTags?: MessageTag[];
123
+
124
+ ReplacementTemplateData?: string;
125
+ }
126
+ export declare enum BulkEmailStatus {
127
+ AccountDailyQuotaExceeded = "AccountDailyQuotaExceeded",
128
+ AccountSendingPaused = "AccountSendingPaused",
129
+ AccountSuspended = "AccountSuspended",
130
+ AccountThrottled = "AccountThrottled",
131
+ ConfigurationSetDoesNotExist = "ConfigurationSetDoesNotExist",
132
+ ConfigurationSetSendingPaused = "ConfigurationSetSendingPaused",
133
+ Failed = "Failed",
134
+ InvalidParameterValue = "InvalidParameterValue",
135
+ InvalidSendingPoolName = "InvalidSendingPoolName",
136
+ MailFromDomainNotVerified = "MailFromDomainNotVerified",
137
+ MessageRejected = "MessageRejected",
138
+ Success = "Success",
139
+ TemplateDoesNotExist = "TemplateDoesNotExist",
140
+ TransientFailure = "TransientFailure",
141
+ }
142
+
143
+ export interface BulkEmailDestinationStatus {
144
+ Status?: BulkEmailStatus | string;
145
+
146
+ Error?: string;
147
+
148
+ MessageId?: string;
149
+ }
150
+
151
+ export declare class CannotDeleteException extends __BaseException {
152
+ readonly name: "CannotDeleteException";
153
+ readonly $fault: "client";
154
+
155
+ Name?: string;
156
+
157
+ constructor(
158
+ opts: __ExceptionOptionType<CannotDeleteException, __BaseException>
159
+ );
160
+ }
161
+
162
+ export interface CloneReceiptRuleSetRequest {
163
+ RuleSetName: string | undefined;
164
+
165
+ OriginalRuleSetName: string | undefined;
166
+ }
167
+
168
+ export interface CloneReceiptRuleSetResponse {}
169
+
170
+ export declare class LimitExceededException extends __BaseException {
171
+ readonly name: "LimitExceededException";
172
+ readonly $fault: "client";
173
+
174
+ constructor(
175
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
176
+ );
177
+ }
178
+
179
+ export declare class RuleSetDoesNotExistException extends __BaseException {
180
+ readonly name: "RuleSetDoesNotExistException";
181
+ readonly $fault: "client";
182
+
183
+ Name?: string;
184
+
185
+ constructor(
186
+ opts: __ExceptionOptionType<RuleSetDoesNotExistException, __BaseException>
187
+ );
188
+ }
189
+ export declare enum DimensionValueSource {
190
+ EMAIL_HEADER = "emailHeader",
191
+ LINK_TAG = "linkTag",
192
+ MESSAGE_TAG = "messageTag",
193
+ }
194
+
195
+ export interface CloudWatchDimensionConfiguration {
196
+ DimensionName: string | undefined;
197
+
198
+ DimensionValueSource: DimensionValueSource | string | undefined;
199
+
200
+ DefaultDimensionValue: string | undefined;
201
+ }
202
+
203
+ export interface CloudWatchDestination {
204
+ DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
205
+ }
206
+
207
+ export interface ConfigurationSet {
208
+ Name: string | undefined;
209
+ }
210
+
211
+ export declare class ConfigurationSetAlreadyExistsException extends __BaseException {
212
+ readonly name: "ConfigurationSetAlreadyExistsException";
213
+ readonly $fault: "client";
214
+
215
+ ConfigurationSetName?: string;
216
+
217
+ constructor(
218
+ opts: __ExceptionOptionType<
219
+ ConfigurationSetAlreadyExistsException,
220
+ __BaseException
221
+ >
222
+ );
223
+ }
224
+ export declare enum ConfigurationSetAttribute {
225
+ DELIVERY_OPTIONS = "deliveryOptions",
226
+ EVENT_DESTINATIONS = "eventDestinations",
227
+ REPUTATION_OPTIONS = "reputationOptions",
228
+ TRACKING_OPTIONS = "trackingOptions",
229
+ }
230
+
231
+ export declare class ConfigurationSetDoesNotExistException extends __BaseException {
232
+ readonly name: "ConfigurationSetDoesNotExistException";
233
+ readonly $fault: "client";
234
+
235
+ ConfigurationSetName?: string;
236
+
237
+ constructor(
238
+ opts: __ExceptionOptionType<
239
+ ConfigurationSetDoesNotExistException,
240
+ __BaseException
241
+ >
242
+ );
243
+ }
244
+
245
+ export declare class ConfigurationSetSendingPausedException extends __BaseException {
246
+ readonly name: "ConfigurationSetSendingPausedException";
247
+ readonly $fault: "client";
248
+
249
+ ConfigurationSetName?: string;
250
+
251
+ constructor(
252
+ opts: __ExceptionOptionType<
253
+ ConfigurationSetSendingPausedException,
254
+ __BaseException
255
+ >
256
+ );
257
+ }
258
+
259
+ export interface CreateConfigurationSetRequest {
260
+ ConfigurationSet: ConfigurationSet | undefined;
261
+ }
262
+
263
+ export interface CreateConfigurationSetResponse {}
264
+
265
+ export declare class InvalidConfigurationSetException extends __BaseException {
266
+ readonly name: "InvalidConfigurationSetException";
267
+ readonly $fault: "client";
268
+
269
+ constructor(
270
+ opts: __ExceptionOptionType<
271
+ InvalidConfigurationSetException,
272
+ __BaseException
273
+ >
274
+ );
275
+ }
276
+
277
+ export interface KinesisFirehoseDestination {
278
+ IAMRoleARN: string | undefined;
279
+
280
+ DeliveryStreamARN: string | undefined;
281
+ }
282
+ export declare enum EventType {
283
+ BOUNCE = "bounce",
284
+ CLICK = "click",
285
+ COMPLAINT = "complaint",
286
+ DELIVERY = "delivery",
287
+ OPEN = "open",
288
+ REJECT = "reject",
289
+ RENDERING_FAILURE = "renderingFailure",
290
+ SEND = "send",
291
+ }
292
+
293
+ export interface SNSDestination {
294
+ TopicARN: string | undefined;
295
+ }
296
+
297
+ export interface EventDestination {
298
+ Name: string | undefined;
299
+
300
+ Enabled?: boolean;
301
+
302
+ MatchingEventTypes: (EventType | string)[] | undefined;
303
+
304
+ KinesisFirehoseDestination?: KinesisFirehoseDestination;
305
+
306
+ CloudWatchDestination?: CloudWatchDestination;
307
+
308
+ SNSDestination?: SNSDestination;
309
+ }
310
+
311
+ export interface CreateConfigurationSetEventDestinationRequest {
312
+ ConfigurationSetName: string | undefined;
313
+
314
+ EventDestination: EventDestination | undefined;
315
+ }
316
+
317
+ export interface CreateConfigurationSetEventDestinationResponse {}
318
+
319
+ export declare class EventDestinationAlreadyExistsException extends __BaseException {
320
+ readonly name: "EventDestinationAlreadyExistsException";
321
+ readonly $fault: "client";
322
+
323
+ ConfigurationSetName?: string;
324
+
325
+ EventDestinationName?: string;
326
+
327
+ constructor(
328
+ opts: __ExceptionOptionType<
329
+ EventDestinationAlreadyExistsException,
330
+ __BaseException
331
+ >
332
+ );
333
+ }
334
+
335
+ export declare class InvalidCloudWatchDestinationException extends __BaseException {
336
+ readonly name: "InvalidCloudWatchDestinationException";
337
+ readonly $fault: "client";
338
+
339
+ ConfigurationSetName?: string;
340
+
341
+ EventDestinationName?: string;
342
+
343
+ constructor(
344
+ opts: __ExceptionOptionType<
345
+ InvalidCloudWatchDestinationException,
346
+ __BaseException
347
+ >
348
+ );
349
+ }
350
+
351
+ export declare class InvalidFirehoseDestinationException extends __BaseException {
352
+ readonly name: "InvalidFirehoseDestinationException";
353
+ readonly $fault: "client";
354
+
355
+ ConfigurationSetName?: string;
356
+
357
+ EventDestinationName?: string;
358
+
359
+ constructor(
360
+ opts: __ExceptionOptionType<
361
+ InvalidFirehoseDestinationException,
362
+ __BaseException
363
+ >
364
+ );
365
+ }
366
+
367
+ export declare class InvalidSNSDestinationException extends __BaseException {
368
+ readonly name: "InvalidSNSDestinationException";
369
+ readonly $fault: "client";
370
+
371
+ ConfigurationSetName?: string;
372
+
373
+ EventDestinationName?: string;
374
+
375
+ constructor(
376
+ opts: __ExceptionOptionType<InvalidSNSDestinationException, __BaseException>
377
+ );
378
+ }
379
+
380
+ export interface TrackingOptions {
381
+ CustomRedirectDomain?: string;
382
+ }
383
+
384
+ export interface CreateConfigurationSetTrackingOptionsRequest {
385
+ ConfigurationSetName: string | undefined;
386
+
387
+ TrackingOptions: TrackingOptions | undefined;
388
+ }
389
+
390
+ export interface CreateConfigurationSetTrackingOptionsResponse {}
391
+
392
+ export declare class InvalidTrackingOptionsException extends __BaseException {
393
+ readonly name: "InvalidTrackingOptionsException";
394
+ readonly $fault: "client";
395
+
396
+ constructor(
397
+ opts: __ExceptionOptionType<
398
+ InvalidTrackingOptionsException,
399
+ __BaseException
400
+ >
401
+ );
402
+ }
403
+
404
+ export declare class TrackingOptionsAlreadyExistsException extends __BaseException {
405
+ readonly name: "TrackingOptionsAlreadyExistsException";
406
+ readonly $fault: "client";
407
+
408
+ ConfigurationSetName?: string;
409
+
410
+ constructor(
411
+ opts: __ExceptionOptionType<
412
+ TrackingOptionsAlreadyExistsException,
413
+ __BaseException
414
+ >
415
+ );
416
+ }
417
+
418
+ export interface CreateCustomVerificationEmailTemplateRequest {
419
+ TemplateName: string | undefined;
420
+
421
+ FromEmailAddress: string | undefined;
422
+
423
+ TemplateSubject: string | undefined;
424
+
425
+ TemplateContent: string | undefined;
426
+
427
+ SuccessRedirectionURL: string | undefined;
428
+
429
+ FailureRedirectionURL: string | undefined;
430
+ }
431
+
432
+ export declare class CustomVerificationEmailInvalidContentException extends __BaseException {
433
+ readonly name: "CustomVerificationEmailInvalidContentException";
434
+ readonly $fault: "client";
435
+
436
+ constructor(
437
+ opts: __ExceptionOptionType<
438
+ CustomVerificationEmailInvalidContentException,
439
+ __BaseException
440
+ >
441
+ );
442
+ }
443
+
444
+ export declare class CustomVerificationEmailTemplateAlreadyExistsException extends __BaseException {
445
+ readonly name: "CustomVerificationEmailTemplateAlreadyExistsException";
446
+ readonly $fault: "client";
447
+
448
+ CustomVerificationEmailTemplateName?: string;
449
+
450
+ constructor(
451
+ opts: __ExceptionOptionType<
452
+ CustomVerificationEmailTemplateAlreadyExistsException,
453
+ __BaseException
454
+ >
455
+ );
456
+ }
457
+
458
+ export declare class FromEmailAddressNotVerifiedException extends __BaseException {
459
+ readonly name: "FromEmailAddressNotVerifiedException";
460
+ readonly $fault: "client";
461
+
462
+ FromEmailAddress?: string;
463
+
464
+ constructor(
465
+ opts: __ExceptionOptionType<
466
+ FromEmailAddressNotVerifiedException,
467
+ __BaseException
468
+ >
469
+ );
470
+ }
471
+ export declare enum ReceiptFilterPolicy {
472
+ Allow = "Allow",
473
+ Block = "Block",
474
+ }
475
+
476
+ export interface ReceiptIpFilter {
477
+ Policy: ReceiptFilterPolicy | string | undefined;
478
+
479
+ Cidr: string | undefined;
480
+ }
481
+
482
+ export interface ReceiptFilter {
483
+ Name: string | undefined;
484
+
485
+ IpFilter: ReceiptIpFilter | undefined;
486
+ }
487
+
488
+ export interface CreateReceiptFilterRequest {
489
+ Filter: ReceiptFilter | undefined;
490
+ }
491
+
492
+ export interface CreateReceiptFilterResponse {}
493
+ export declare type InvocationType = "Event" | "RequestResponse";
494
+
495
+ export interface LambdaAction {
496
+ TopicArn?: string;
497
+
498
+ FunctionArn: string | undefined;
499
+
500
+ InvocationType?: InvocationType | string;
501
+ }
502
+
503
+ export interface S3Action {
504
+ TopicArn?: string;
505
+
506
+ BucketName: string | undefined;
507
+
508
+ ObjectKeyPrefix?: string;
509
+
510
+ KmsKeyArn?: string;
511
+ }
512
+ export declare enum SNSActionEncoding {
513
+ Base64 = "Base64",
514
+ UTF8 = "UTF-8",
515
+ }
516
+
517
+ export interface SNSAction {
518
+ TopicArn: string | undefined;
519
+
520
+ Encoding?: SNSActionEncoding | string;
521
+ }
522
+ export declare enum StopScope {
523
+ RULE_SET = "RuleSet",
524
+ }
525
+
526
+ export interface StopAction {
527
+ Scope: StopScope | string | undefined;
528
+
529
+ TopicArn?: string;
530
+ }
531
+
532
+ export interface WorkmailAction {
533
+ TopicArn?: string;
534
+
535
+ OrganizationArn: string | undefined;
536
+ }
537
+
538
+ export interface ReceiptAction {
539
+ S3Action?: S3Action;
540
+
541
+ BounceAction?: BounceAction;
542
+
543
+ WorkmailAction?: WorkmailAction;
544
+
545
+ LambdaAction?: LambdaAction;
546
+
547
+ StopAction?: StopAction;
548
+
549
+ AddHeaderAction?: AddHeaderAction;
550
+
551
+ SNSAction?: SNSAction;
552
+ }
553
+ export declare enum TlsPolicy {
554
+ Optional = "Optional",
555
+ Require = "Require",
556
+ }
557
+
558
+ export interface ReceiptRule {
559
+ Name: string | undefined;
560
+
561
+ Enabled?: boolean;
562
+
563
+ TlsPolicy?: TlsPolicy | string;
564
+
565
+ Recipients?: string[];
566
+
567
+ Actions?: ReceiptAction[];
568
+
569
+ ScanEnabled?: boolean;
570
+ }
571
+
572
+ export interface CreateReceiptRuleRequest {
573
+ RuleSetName: string | undefined;
574
+
575
+ After?: string;
576
+
577
+ Rule: ReceiptRule | undefined;
578
+ }
579
+
580
+ export interface CreateReceiptRuleResponse {}
581
+
582
+ export declare class InvalidLambdaFunctionException extends __BaseException {
583
+ readonly name: "InvalidLambdaFunctionException";
584
+ readonly $fault: "client";
585
+
586
+ FunctionArn?: string;
587
+
588
+ constructor(
589
+ opts: __ExceptionOptionType<InvalidLambdaFunctionException, __BaseException>
590
+ );
591
+ }
592
+
593
+ export declare class InvalidS3ConfigurationException extends __BaseException {
594
+ readonly name: "InvalidS3ConfigurationException";
595
+ readonly $fault: "client";
596
+
597
+ Bucket?: string;
598
+
599
+ constructor(
600
+ opts: __ExceptionOptionType<
601
+ InvalidS3ConfigurationException,
602
+ __BaseException
603
+ >
604
+ );
605
+ }
606
+
607
+ export declare class InvalidSnsTopicException extends __BaseException {
608
+ readonly name: "InvalidSnsTopicException";
609
+ readonly $fault: "client";
610
+
611
+ Topic?: string;
612
+
613
+ constructor(
614
+ opts: __ExceptionOptionType<InvalidSnsTopicException, __BaseException>
615
+ );
616
+ }
617
+
618
+ export declare class RuleDoesNotExistException extends __BaseException {
619
+ readonly name: "RuleDoesNotExistException";
620
+ readonly $fault: "client";
621
+
622
+ Name?: string;
623
+
624
+ constructor(
625
+ opts: __ExceptionOptionType<RuleDoesNotExistException, __BaseException>
626
+ );
627
+ }
628
+
629
+ export interface CreateReceiptRuleSetRequest {
630
+ RuleSetName: string | undefined;
631
+ }
632
+
633
+ export interface CreateReceiptRuleSetResponse {}
634
+
635
+ export interface Template {
636
+ TemplateName: string | undefined;
637
+
638
+ SubjectPart?: string;
639
+
640
+ TextPart?: string;
641
+
642
+ HtmlPart?: string;
643
+ }
644
+
645
+ export interface CreateTemplateRequest {
646
+ Template: Template | undefined;
647
+ }
648
+ export interface CreateTemplateResponse {}
649
+
650
+ export declare class InvalidTemplateException extends __BaseException {
651
+ readonly name: "InvalidTemplateException";
652
+ readonly $fault: "client";
653
+ TemplateName?: string;
654
+
655
+ constructor(
656
+ opts: __ExceptionOptionType<InvalidTemplateException, __BaseException>
657
+ );
658
+ }
659
+ export declare enum CustomMailFromStatus {
660
+ Failed = "Failed",
661
+ Pending = "Pending",
662
+ Success = "Success",
663
+ TemporaryFailure = "TemporaryFailure",
664
+ }
665
+
666
+ export interface CustomVerificationEmailTemplate {
667
+ TemplateName?: string;
668
+
669
+ FromEmailAddress?: string;
670
+
671
+ TemplateSubject?: string;
672
+
673
+ SuccessRedirectionURL?: string;
674
+
675
+ FailureRedirectionURL?: string;
676
+ }
677
+
678
+ export declare class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
679
+ readonly name: "CustomVerificationEmailTemplateDoesNotExistException";
680
+ readonly $fault: "client";
681
+
682
+ CustomVerificationEmailTemplateName?: string;
683
+
684
+ constructor(
685
+ opts: __ExceptionOptionType<
686
+ CustomVerificationEmailTemplateDoesNotExistException,
687
+ __BaseException
688
+ >
689
+ );
690
+ }
691
+
692
+ export interface DeleteConfigurationSetRequest {
693
+ ConfigurationSetName: string | undefined;
694
+ }
695
+
696
+ export interface DeleteConfigurationSetResponse {}
697
+
698
+ export interface DeleteConfigurationSetEventDestinationRequest {
699
+ ConfigurationSetName: string | undefined;
700
+
701
+ EventDestinationName: string | undefined;
702
+ }
703
+
704
+ export interface DeleteConfigurationSetEventDestinationResponse {}
705
+
706
+ export declare class EventDestinationDoesNotExistException extends __BaseException {
707
+ readonly name: "EventDestinationDoesNotExistException";
708
+ readonly $fault: "client";
709
+
710
+ ConfigurationSetName?: string;
711
+
712
+ EventDestinationName?: string;
713
+
714
+ constructor(
715
+ opts: __ExceptionOptionType<
716
+ EventDestinationDoesNotExistException,
717
+ __BaseException
718
+ >
719
+ );
720
+ }
721
+
722
+ export interface DeleteConfigurationSetTrackingOptionsRequest {
723
+ ConfigurationSetName: string | undefined;
724
+ }
725
+
726
+ export interface DeleteConfigurationSetTrackingOptionsResponse {}
727
+
728
+ export declare class TrackingOptionsDoesNotExistException extends __BaseException {
729
+ readonly name: "TrackingOptionsDoesNotExistException";
730
+ readonly $fault: "client";
731
+
732
+ ConfigurationSetName?: string;
733
+
734
+ constructor(
735
+ opts: __ExceptionOptionType<
736
+ TrackingOptionsDoesNotExistException,
737
+ __BaseException
738
+ >
739
+ );
740
+ }
741
+
742
+ export interface DeleteCustomVerificationEmailTemplateRequest {
743
+ TemplateName: string | undefined;
744
+ }
745
+
746
+ export interface DeleteIdentityRequest {
747
+ Identity: string | undefined;
748
+ }
749
+
750
+ export interface DeleteIdentityResponse {}
751
+
752
+ export interface DeleteIdentityPolicyRequest {
753
+ Identity: string | undefined;
754
+
755
+ PolicyName: string | undefined;
756
+ }
757
+
758
+ export interface DeleteIdentityPolicyResponse {}
759
+
760
+ export interface DeleteReceiptFilterRequest {
761
+ FilterName: string | undefined;
762
+ }
763
+
764
+ export interface DeleteReceiptFilterResponse {}
765
+
766
+ export interface DeleteReceiptRuleRequest {
767
+ RuleSetName: string | undefined;
768
+
769
+ RuleName: string | undefined;
770
+ }
771
+
772
+ export interface DeleteReceiptRuleResponse {}
773
+
774
+ export interface DeleteReceiptRuleSetRequest {
775
+ RuleSetName: string | undefined;
776
+ }
777
+
778
+ export interface DeleteReceiptRuleSetResponse {}
779
+
780
+ export interface DeleteTemplateRequest {
781
+ TemplateName: string | undefined;
782
+ }
783
+ export interface DeleteTemplateResponse {}
784
+
785
+ export interface DeleteVerifiedEmailAddressRequest {
786
+ EmailAddress: string | undefined;
787
+ }
788
+
789
+ export interface DeliveryOptions {
790
+ TlsPolicy?: TlsPolicy | string;
791
+ }
792
+
793
+ export interface DescribeActiveReceiptRuleSetRequest {}
794
+
795
+ export interface ReceiptRuleSetMetadata {
796
+ Name?: string;
797
+
798
+ CreatedTimestamp?: Date;
799
+ }
800
+
801
+ export interface DescribeActiveReceiptRuleSetResponse {
802
+ Metadata?: ReceiptRuleSetMetadata;
803
+
804
+ Rules?: ReceiptRule[];
805
+ }
806
+
807
+ export interface DescribeConfigurationSetRequest {
808
+ ConfigurationSetName: string | undefined;
809
+
810
+ ConfigurationSetAttributeNames?: (ConfigurationSetAttribute | string)[];
811
+ }
812
+
813
+ export interface ReputationOptions {
814
+ SendingEnabled?: boolean;
815
+
816
+ ReputationMetricsEnabled?: boolean;
817
+
818
+ LastFreshStart?: Date;
819
+ }
820
+
821
+ export interface DescribeConfigurationSetResponse {
822
+ ConfigurationSet?: ConfigurationSet;
823
+
824
+ EventDestinations?: EventDestination[];
825
+
826
+ TrackingOptions?: TrackingOptions;
827
+
828
+ DeliveryOptions?: DeliveryOptions;
829
+
830
+ ReputationOptions?: ReputationOptions;
831
+ }
832
+
833
+ export interface DescribeReceiptRuleRequest {
834
+ RuleSetName: string | undefined;
835
+
836
+ RuleName: string | undefined;
837
+ }
838
+
839
+ export interface DescribeReceiptRuleResponse {
840
+ Rule?: ReceiptRule;
841
+ }
842
+
843
+ export interface DescribeReceiptRuleSetRequest {
844
+ RuleSetName: string | undefined;
845
+ }
846
+
847
+ export interface DescribeReceiptRuleSetResponse {
848
+ Metadata?: ReceiptRuleSetMetadata;
849
+
850
+ Rules?: ReceiptRule[];
851
+ }
852
+ export declare type VerificationStatus =
853
+ | "Failed"
854
+ | "NotStarted"
855
+ | "Pending"
856
+ | "Success"
857
+ | "TemporaryFailure";
858
+
859
+ export interface IdentityDkimAttributes {
860
+ DkimEnabled: boolean | undefined;
861
+
862
+ DkimVerificationStatus: VerificationStatus | string | undefined;
863
+
864
+ DkimTokens?: string[];
865
+ }
866
+
867
+ export interface GetAccountSendingEnabledResponse {
868
+ Enabled?: boolean;
869
+ }
870
+
871
+ export interface GetCustomVerificationEmailTemplateRequest {
872
+ TemplateName: string | undefined;
873
+ }
874
+
875
+ export interface GetCustomVerificationEmailTemplateResponse {
876
+ TemplateName?: string;
877
+
878
+ FromEmailAddress?: string;
879
+
880
+ TemplateSubject?: string;
881
+
882
+ TemplateContent?: string;
883
+
884
+ SuccessRedirectionURL?: string;
885
+
886
+ FailureRedirectionURL?: string;
887
+ }
888
+
889
+ export interface GetIdentityDkimAttributesRequest {
890
+ Identities: string[] | undefined;
891
+ }
892
+
893
+ export interface GetIdentityDkimAttributesResponse {
894
+ DkimAttributes: Record<string, IdentityDkimAttributes> | undefined;
895
+ }
896
+
897
+ export interface GetIdentityMailFromDomainAttributesRequest {
898
+ Identities: string[] | undefined;
899
+ }
900
+
901
+ export interface IdentityMailFromDomainAttributes {
902
+ MailFromDomain: string | undefined;
903
+
904
+ MailFromDomainStatus: CustomMailFromStatus | string | undefined;
905
+
906
+ BehaviorOnMXFailure: BehaviorOnMXFailure | string | undefined;
907
+ }
908
+
909
+ export interface GetIdentityMailFromDomainAttributesResponse {
910
+ MailFromDomainAttributes:
911
+ | Record<string, IdentityMailFromDomainAttributes>
912
+ | undefined;
913
+ }
914
+
915
+ export interface GetIdentityNotificationAttributesRequest {
916
+ Identities: string[] | undefined;
917
+ }
918
+
919
+ export interface IdentityNotificationAttributes {
920
+ BounceTopic: string | undefined;
921
+
922
+ ComplaintTopic: string | undefined;
923
+
924
+ DeliveryTopic: string | undefined;
925
+
926
+ ForwardingEnabled: boolean | undefined;
927
+
928
+ HeadersInBounceNotificationsEnabled?: boolean;
929
+
930
+ HeadersInComplaintNotificationsEnabled?: boolean;
931
+
932
+ HeadersInDeliveryNotificationsEnabled?: boolean;
933
+ }
934
+
935
+ export interface GetIdentityNotificationAttributesResponse {
936
+ NotificationAttributes:
937
+ | Record<string, IdentityNotificationAttributes>
938
+ | undefined;
939
+ }
940
+
941
+ export interface GetIdentityPoliciesRequest {
942
+ Identity: string | undefined;
943
+
944
+ PolicyNames: string[] | undefined;
945
+ }
946
+
947
+ export interface GetIdentityPoliciesResponse {
948
+ Policies: Record<string, string> | undefined;
949
+ }
950
+
951
+ export interface GetIdentityVerificationAttributesRequest {
952
+ Identities: string[] | undefined;
953
+ }
954
+
955
+ export interface IdentityVerificationAttributes {
956
+ VerificationStatus: VerificationStatus | string | undefined;
957
+
958
+ VerificationToken?: string;
959
+ }
960
+
961
+ export interface GetIdentityVerificationAttributesResponse {
962
+ VerificationAttributes:
963
+ | Record<string, IdentityVerificationAttributes>
964
+ | undefined;
965
+ }
966
+
967
+ export interface GetSendQuotaResponse {
968
+ Max24HourSend?: number;
969
+
970
+ MaxSendRate?: number;
971
+
972
+ SentLast24Hours?: number;
973
+ }
974
+
975
+ export interface SendDataPoint {
976
+ Timestamp?: Date;
977
+
978
+ DeliveryAttempts?: number;
979
+
980
+ Bounces?: number;
981
+
982
+ Complaints?: number;
983
+
984
+ Rejects?: number;
985
+ }
986
+
987
+ export interface GetSendStatisticsResponse {
988
+ SendDataPoints?: SendDataPoint[];
989
+ }
990
+ export interface GetTemplateRequest {
991
+ TemplateName: string | undefined;
992
+ }
993
+ export interface GetTemplateResponse {
994
+ Template?: Template;
995
+ }
996
+
997
+ export declare class TemplateDoesNotExistException extends __BaseException {
998
+ readonly name: "TemplateDoesNotExistException";
999
+ readonly $fault: "client";
1000
+ TemplateName?: string;
1001
+
1002
+ constructor(
1003
+ opts: __ExceptionOptionType<TemplateDoesNotExistException, __BaseException>
1004
+ );
1005
+ }
1006
+ export declare type IdentityType = "Domain" | "EmailAddress";
1007
+
1008
+ export declare class InvalidDeliveryOptionsException extends __BaseException {
1009
+ readonly name: "InvalidDeliveryOptionsException";
1010
+ readonly $fault: "client";
1011
+
1012
+ constructor(
1013
+ opts: __ExceptionOptionType<
1014
+ InvalidDeliveryOptionsException,
1015
+ __BaseException
1016
+ >
1017
+ );
1018
+ }
1019
+
1020
+ export declare class InvalidPolicyException extends __BaseException {
1021
+ readonly name: "InvalidPolicyException";
1022
+ readonly $fault: "client";
1023
+
1024
+ constructor(
1025
+ opts: __ExceptionOptionType<InvalidPolicyException, __BaseException>
1026
+ );
1027
+ }
1028
+
1029
+ export declare class InvalidRenderingParameterException extends __BaseException {
1030
+ readonly name: "InvalidRenderingParameterException";
1031
+ readonly $fault: "client";
1032
+ TemplateName?: string;
1033
+
1034
+ constructor(
1035
+ opts: __ExceptionOptionType<
1036
+ InvalidRenderingParameterException,
1037
+ __BaseException
1038
+ >
1039
+ );
1040
+ }
1041
+
1042
+ export interface ListConfigurationSetsRequest {
1043
+ NextToken?: string;
1044
+
1045
+ MaxItems?: number;
1046
+ }
1047
+
1048
+ export interface ListConfigurationSetsResponse {
1049
+ ConfigurationSets?: ConfigurationSet[];
1050
+
1051
+ NextToken?: string;
1052
+ }
1053
+
1054
+ export interface ListCustomVerificationEmailTemplatesRequest {
1055
+ NextToken?: string;
1056
+
1057
+ MaxResults?: number;
1058
+ }
1059
+
1060
+ export interface ListCustomVerificationEmailTemplatesResponse {
1061
+ CustomVerificationEmailTemplates?: CustomVerificationEmailTemplate[];
1062
+
1063
+ NextToken?: string;
1064
+ }
1065
+
1066
+ export interface ListIdentitiesRequest {
1067
+ IdentityType?: IdentityType | string;
1068
+
1069
+ NextToken?: string;
1070
+
1071
+ MaxItems?: number;
1072
+ }
1073
+
1074
+ export interface ListIdentitiesResponse {
1075
+ Identities: string[] | undefined;
1076
+
1077
+ NextToken?: string;
1078
+ }
1079
+
1080
+ export interface ListIdentityPoliciesRequest {
1081
+ Identity: string | undefined;
1082
+ }
1083
+
1084
+ export interface ListIdentityPoliciesResponse {
1085
+ PolicyNames: string[] | undefined;
1086
+ }
1087
+
1088
+ export interface ListReceiptFiltersRequest {}
1089
+
1090
+ export interface ListReceiptFiltersResponse {
1091
+ Filters?: ReceiptFilter[];
1092
+ }
1093
+
1094
+ export interface ListReceiptRuleSetsRequest {
1095
+ NextToken?: string;
1096
+ }
1097
+
1098
+ export interface ListReceiptRuleSetsResponse {
1099
+ RuleSets?: ReceiptRuleSetMetadata[];
1100
+
1101
+ NextToken?: string;
1102
+ }
1103
+ export interface ListTemplatesRequest {
1104
+ NextToken?: string;
1105
+
1106
+ MaxItems?: number;
1107
+ }
1108
+
1109
+ export interface TemplateMetadata {
1110
+ Name?: string;
1111
+
1112
+ CreatedTimestamp?: Date;
1113
+ }
1114
+ export interface ListTemplatesResponse {
1115
+ TemplatesMetadata?: TemplateMetadata[];
1116
+
1117
+ NextToken?: string;
1118
+ }
1119
+
1120
+ export interface ListVerifiedEmailAddressesResponse {
1121
+ VerifiedEmailAddresses?: string[];
1122
+ }
1123
+
1124
+ export declare class MailFromDomainNotVerifiedException extends __BaseException {
1125
+ readonly name: "MailFromDomainNotVerifiedException";
1126
+ readonly $fault: "client";
1127
+
1128
+ constructor(
1129
+ opts: __ExceptionOptionType<
1130
+ MailFromDomainNotVerifiedException,
1131
+ __BaseException
1132
+ >
1133
+ );
1134
+ }
1135
+
1136
+ export interface Message {
1137
+ Subject: Content | undefined;
1138
+
1139
+ Body: Body | undefined;
1140
+ }
1141
+
1142
+ export interface MessageDsn {
1143
+ ReportingMta: string | undefined;
1144
+
1145
+ ArrivalDate?: Date;
1146
+
1147
+ ExtensionFields?: ExtensionField[];
1148
+ }
1149
+
1150
+ export declare class MessageRejected extends __BaseException {
1151
+ readonly name: "MessageRejected";
1152
+ readonly $fault: "client";
1153
+
1154
+ constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
1155
+ }
1156
+
1157
+ export declare class MissingRenderingAttributeException extends __BaseException {
1158
+ readonly name: "MissingRenderingAttributeException";
1159
+ readonly $fault: "client";
1160
+ TemplateName?: string;
1161
+
1162
+ constructor(
1163
+ opts: __ExceptionOptionType<
1164
+ MissingRenderingAttributeException,
1165
+ __BaseException
1166
+ >
1167
+ );
1168
+ }
1169
+ export declare type NotificationType = "Bounce" | "Complaint" | "Delivery";
1170
+
1171
+ export declare class ProductionAccessNotGrantedException extends __BaseException {
1172
+ readonly name: "ProductionAccessNotGrantedException";
1173
+ readonly $fault: "client";
1174
+
1175
+ constructor(
1176
+ opts: __ExceptionOptionType<
1177
+ ProductionAccessNotGrantedException,
1178
+ __BaseException
1179
+ >
1180
+ );
1181
+ }
1182
+
1183
+ export interface PutConfigurationSetDeliveryOptionsRequest {
1184
+ ConfigurationSetName: string | undefined;
1185
+
1186
+ DeliveryOptions?: DeliveryOptions;
1187
+ }
1188
+
1189
+ export interface PutConfigurationSetDeliveryOptionsResponse {}
1190
+
1191
+ export interface PutIdentityPolicyRequest {
1192
+ Identity: string | undefined;
1193
+
1194
+ PolicyName: string | undefined;
1195
+
1196
+ Policy: string | undefined;
1197
+ }
1198
+
1199
+ export interface PutIdentityPolicyResponse {}
1200
+
1201
+ export interface RawMessage {
1202
+ Data: Uint8Array | undefined;
1203
+ }
1204
+
1205
+ export interface ReorderReceiptRuleSetRequest {
1206
+ RuleSetName: string | undefined;
1207
+
1208
+ RuleNames: string[] | undefined;
1209
+ }
1210
+
1211
+ export interface ReorderReceiptRuleSetResponse {}
1212
+
1213
+ export interface SendBounceRequest {
1214
+ OriginalMessageId: string | undefined;
1215
+
1216
+ BounceSender: string | undefined;
1217
+
1218
+ Explanation?: string;
1219
+
1220
+ MessageDsn?: MessageDsn;
1221
+
1222
+ BouncedRecipientInfoList: BouncedRecipientInfo[] | undefined;
1223
+
1224
+ BounceSenderArn?: string;
1225
+ }
1226
+
1227
+ export interface SendBounceResponse {
1228
+ MessageId?: string;
1229
+ }
1230
+
1231
+ export interface SendBulkTemplatedEmailRequest {
1232
+ Source: string | undefined;
1233
+
1234
+ SourceArn?: string;
1235
+
1236
+ ReplyToAddresses?: string[];
1237
+
1238
+ ReturnPath?: string;
1239
+
1240
+ ReturnPathArn?: string;
1241
+
1242
+ ConfigurationSetName?: string;
1243
+
1244
+ DefaultTags?: MessageTag[];
1245
+
1246
+ Template: string | undefined;
1247
+
1248
+ TemplateArn?: string;
1249
+
1250
+ DefaultTemplateData?: string;
1251
+
1252
+ Destinations: BulkEmailDestination[] | undefined;
1253
+ }
1254
+ export interface SendBulkTemplatedEmailResponse {
1255
+ Status: BulkEmailDestinationStatus[] | undefined;
1256
+ }
1257
+
1258
+ export interface SendCustomVerificationEmailRequest {
1259
+ EmailAddress: string | undefined;
1260
+
1261
+ TemplateName: string | undefined;
1262
+
1263
+ ConfigurationSetName?: string;
1264
+ }
1265
+
1266
+ export interface SendCustomVerificationEmailResponse {
1267
+ MessageId?: string;
1268
+ }
1269
+
1270
+ export interface SendEmailRequest {
1271
+ Source: string | undefined;
1272
+
1273
+ Destination: Destination | undefined;
1274
+
1275
+ Message: Message | undefined;
1276
+
1277
+ ReplyToAddresses?: string[];
1278
+
1279
+ ReturnPath?: string;
1280
+
1281
+ SourceArn?: string;
1282
+
1283
+ ReturnPathArn?: string;
1284
+
1285
+ Tags?: MessageTag[];
1286
+
1287
+ ConfigurationSetName?: string;
1288
+ }
1289
+
1290
+ export interface SendEmailResponse {
1291
+ MessageId: string | undefined;
1292
+ }
1293
+
1294
+ export interface SendRawEmailRequest {
1295
+ Source?: string;
1296
+
1297
+ Destinations?: string[];
1298
+
1299
+ RawMessage: RawMessage | undefined;
1300
+
1301
+ FromArn?: string;
1302
+
1303
+ SourceArn?: string;
1304
+
1305
+ ReturnPathArn?: string;
1306
+
1307
+ Tags?: MessageTag[];
1308
+
1309
+ ConfigurationSetName?: string;
1310
+ }
1311
+
1312
+ export interface SendRawEmailResponse {
1313
+ MessageId: string | undefined;
1314
+ }
1315
+
1316
+ export interface SendTemplatedEmailRequest {
1317
+ Source: string | undefined;
1318
+
1319
+ Destination: Destination | undefined;
1320
+
1321
+ ReplyToAddresses?: string[];
1322
+
1323
+ ReturnPath?: string;
1324
+
1325
+ SourceArn?: string;
1326
+
1327
+ ReturnPathArn?: string;
1328
+
1329
+ Tags?: MessageTag[];
1330
+
1331
+ ConfigurationSetName?: string;
1332
+
1333
+ Template: string | undefined;
1334
+
1335
+ TemplateArn?: string;
1336
+
1337
+ TemplateData: string | undefined;
1338
+ }
1339
+ export interface SendTemplatedEmailResponse {
1340
+ MessageId: string | undefined;
1341
+ }
1342
+
1343
+ export interface SetActiveReceiptRuleSetRequest {
1344
+ RuleSetName?: string;
1345
+ }
1346
+
1347
+ export interface SetActiveReceiptRuleSetResponse {}
1348
+
1349
+ export interface SetIdentityDkimEnabledRequest {
1350
+ Identity: string | undefined;
1351
+
1352
+ DkimEnabled: boolean | undefined;
1353
+ }
1354
+
1355
+ export interface SetIdentityDkimEnabledResponse {}
1356
+
1357
+ export interface SetIdentityFeedbackForwardingEnabledRequest {
1358
+ Identity: string | undefined;
1359
+
1360
+ ForwardingEnabled: boolean | undefined;
1361
+ }
1362
+
1363
+ export interface SetIdentityFeedbackForwardingEnabledResponse {}
1364
+
1365
+ export interface SetIdentityHeadersInNotificationsEnabledRequest {
1366
+ Identity: string | undefined;
1367
+
1368
+ NotificationType: NotificationType | string | undefined;
1369
+
1370
+ Enabled: boolean | undefined;
1371
+ }
1372
+
1373
+ export interface SetIdentityHeadersInNotificationsEnabledResponse {}
1374
+
1375
+ export interface SetIdentityMailFromDomainRequest {
1376
+ Identity: string | undefined;
1377
+
1378
+ MailFromDomain?: string;
1379
+
1380
+ BehaviorOnMXFailure?: BehaviorOnMXFailure | string;
1381
+ }
1382
+
1383
+ export interface SetIdentityMailFromDomainResponse {}
1384
+
1385
+ export interface SetIdentityNotificationTopicRequest {
1386
+ Identity: string | undefined;
1387
+
1388
+ NotificationType: NotificationType | string | undefined;
1389
+
1390
+ SnsTopic?: string;
1391
+ }
1392
+
1393
+ export interface SetIdentityNotificationTopicResponse {}
1394
+
1395
+ export interface SetReceiptRulePositionRequest {
1396
+ RuleSetName: string | undefined;
1397
+
1398
+ RuleName: string | undefined;
1399
+
1400
+ After?: string;
1401
+ }
1402
+
1403
+ export interface SetReceiptRulePositionResponse {}
1404
+ export interface TestRenderTemplateRequest {
1405
+ TemplateName: string | undefined;
1406
+
1407
+ TemplateData: string | undefined;
1408
+ }
1409
+ export interface TestRenderTemplateResponse {
1410
+ RenderedTemplate?: string;
1411
+ }
1412
+
1413
+ export interface UpdateAccountSendingEnabledRequest {
1414
+ Enabled?: boolean;
1415
+ }
1416
+
1417
+ export interface UpdateConfigurationSetEventDestinationRequest {
1418
+ ConfigurationSetName: string | undefined;
1419
+
1420
+ EventDestination: EventDestination | undefined;
1421
+ }
1422
+
1423
+ export interface UpdateConfigurationSetEventDestinationResponse {}
1424
+
1425
+ export interface UpdateConfigurationSetReputationMetricsEnabledRequest {
1426
+ ConfigurationSetName: string | undefined;
1427
+
1428
+ Enabled: boolean | undefined;
1429
+ }
1430
+
1431
+ export interface UpdateConfigurationSetSendingEnabledRequest {
1432
+ ConfigurationSetName: string | undefined;
1433
+
1434
+ Enabled: boolean | undefined;
1435
+ }
1436
+
1437
+ export interface UpdateConfigurationSetTrackingOptionsRequest {
1438
+ ConfigurationSetName: string | undefined;
1439
+
1440
+ TrackingOptions: TrackingOptions | undefined;
1441
+ }
1442
+
1443
+ export interface UpdateConfigurationSetTrackingOptionsResponse {}
1444
+
1445
+ export interface UpdateCustomVerificationEmailTemplateRequest {
1446
+ TemplateName: string | undefined;
1447
+
1448
+ FromEmailAddress?: string;
1449
+
1450
+ TemplateSubject?: string;
1451
+
1452
+ TemplateContent?: string;
1453
+
1454
+ SuccessRedirectionURL?: string;
1455
+
1456
+ FailureRedirectionURL?: string;
1457
+ }
1458
+
1459
+ export interface UpdateReceiptRuleRequest {
1460
+ RuleSetName: string | undefined;
1461
+
1462
+ Rule: ReceiptRule | undefined;
1463
+ }
1464
+
1465
+ export interface UpdateReceiptRuleResponse {}
1466
+ export interface UpdateTemplateRequest {
1467
+ Template: Template | undefined;
1468
+ }
1469
+ export interface UpdateTemplateResponse {}
1470
+
1471
+ export interface VerifyDomainDkimRequest {
1472
+ Domain: string | undefined;
1473
+ }
1474
+
1475
+ export interface VerifyDomainDkimResponse {
1476
+ DkimTokens: string[] | undefined;
1477
+ }
1478
+
1479
+ export interface VerifyDomainIdentityRequest {
1480
+ Domain: string | undefined;
1481
+ }
1482
+
1483
+ export interface VerifyDomainIdentityResponse {
1484
+ VerificationToken: string | undefined;
1485
+ }
1486
+
1487
+ export interface VerifyEmailAddressRequest {
1488
+ EmailAddress: string | undefined;
1489
+ }
1490
+
1491
+ export interface VerifyEmailIdentityRequest {
1492
+ EmailAddress: string | undefined;
1493
+ }
1494
+
1495
+ export interface VerifyEmailIdentityResponse {}
1496
+
1497
+ export declare const AddHeaderActionFilterSensitiveLog: (
1498
+ obj: AddHeaderAction
1499
+ ) => any;
1500
+
1501
+ export declare const ContentFilterSensitiveLog: (obj: Content) => any;
1502
+
1503
+ export declare const BodyFilterSensitiveLog: (obj: Body) => any;
1504
+
1505
+ export declare const BounceActionFilterSensitiveLog: (obj: BounceAction) => any;
1506
+
1507
+ export declare const ExtensionFieldFilterSensitiveLog: (
1508
+ obj: ExtensionField
1509
+ ) => any;
1510
+
1511
+ export declare const RecipientDsnFieldsFilterSensitiveLog: (
1512
+ obj: RecipientDsnFields
1513
+ ) => any;
1514
+
1515
+ export declare const BouncedRecipientInfoFilterSensitiveLog: (
1516
+ obj: BouncedRecipientInfo
1517
+ ) => any;
1518
+
1519
+ export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
1520
+
1521
+ export declare const MessageTagFilterSensitiveLog: (obj: MessageTag) => any;
1522
+
1523
+ export declare const BulkEmailDestinationFilterSensitiveLog: (
1524
+ obj: BulkEmailDestination
1525
+ ) => any;
1526
+
1527
+ export declare const BulkEmailDestinationStatusFilterSensitiveLog: (
1528
+ obj: BulkEmailDestinationStatus
1529
+ ) => any;
1530
+
1531
+ export declare const CloneReceiptRuleSetRequestFilterSensitiveLog: (
1532
+ obj: CloneReceiptRuleSetRequest
1533
+ ) => any;
1534
+
1535
+ export declare const CloneReceiptRuleSetResponseFilterSensitiveLog: (
1536
+ obj: CloneReceiptRuleSetResponse
1537
+ ) => any;
1538
+
1539
+ export declare const CloudWatchDimensionConfigurationFilterSensitiveLog: (
1540
+ obj: CloudWatchDimensionConfiguration
1541
+ ) => any;
1542
+
1543
+ export declare const CloudWatchDestinationFilterSensitiveLog: (
1544
+ obj: CloudWatchDestination
1545
+ ) => any;
1546
+
1547
+ export declare const ConfigurationSetFilterSensitiveLog: (
1548
+ obj: ConfigurationSet
1549
+ ) => any;
1550
+
1551
+ export declare const CreateConfigurationSetRequestFilterSensitiveLog: (
1552
+ obj: CreateConfigurationSetRequest
1553
+ ) => any;
1554
+
1555
+ export declare const CreateConfigurationSetResponseFilterSensitiveLog: (
1556
+ obj: CreateConfigurationSetResponse
1557
+ ) => any;
1558
+
1559
+ export declare const KinesisFirehoseDestinationFilterSensitiveLog: (
1560
+ obj: KinesisFirehoseDestination
1561
+ ) => any;
1562
+
1563
+ export declare const SNSDestinationFilterSensitiveLog: (
1564
+ obj: SNSDestination
1565
+ ) => any;
1566
+
1567
+ export declare const EventDestinationFilterSensitiveLog: (
1568
+ obj: EventDestination
1569
+ ) => any;
1570
+
1571
+ export declare const CreateConfigurationSetEventDestinationRequestFilterSensitiveLog: (
1572
+ obj: CreateConfigurationSetEventDestinationRequest
1573
+ ) => any;
1574
+
1575
+ export declare const CreateConfigurationSetEventDestinationResponseFilterSensitiveLog: (
1576
+ obj: CreateConfigurationSetEventDestinationResponse
1577
+ ) => any;
1578
+
1579
+ export declare const TrackingOptionsFilterSensitiveLog: (
1580
+ obj: TrackingOptions
1581
+ ) => any;
1582
+
1583
+ export declare const CreateConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (
1584
+ obj: CreateConfigurationSetTrackingOptionsRequest
1585
+ ) => any;
1586
+
1587
+ export declare const CreateConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (
1588
+ obj: CreateConfigurationSetTrackingOptionsResponse
1589
+ ) => any;
1590
+
1591
+ export declare const CreateCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
1592
+ obj: CreateCustomVerificationEmailTemplateRequest
1593
+ ) => any;
1594
+
1595
+ export declare const ReceiptIpFilterFilterSensitiveLog: (
1596
+ obj: ReceiptIpFilter
1597
+ ) => any;
1598
+
1599
+ export declare const ReceiptFilterFilterSensitiveLog: (
1600
+ obj: ReceiptFilter
1601
+ ) => any;
1602
+
1603
+ export declare const CreateReceiptFilterRequestFilterSensitiveLog: (
1604
+ obj: CreateReceiptFilterRequest
1605
+ ) => any;
1606
+
1607
+ export declare const CreateReceiptFilterResponseFilterSensitiveLog: (
1608
+ obj: CreateReceiptFilterResponse
1609
+ ) => any;
1610
+
1611
+ export declare const LambdaActionFilterSensitiveLog: (obj: LambdaAction) => any;
1612
+
1613
+ export declare const S3ActionFilterSensitiveLog: (obj: S3Action) => any;
1614
+
1615
+ export declare const SNSActionFilterSensitiveLog: (obj: SNSAction) => any;
1616
+
1617
+ export declare const StopActionFilterSensitiveLog: (obj: StopAction) => any;
1618
+
1619
+ export declare const WorkmailActionFilterSensitiveLog: (
1620
+ obj: WorkmailAction
1621
+ ) => any;
1622
+
1623
+ export declare const ReceiptActionFilterSensitiveLog: (
1624
+ obj: ReceiptAction
1625
+ ) => any;
1626
+
1627
+ export declare const ReceiptRuleFilterSensitiveLog: (obj: ReceiptRule) => any;
1628
+
1629
+ export declare const CreateReceiptRuleRequestFilterSensitiveLog: (
1630
+ obj: CreateReceiptRuleRequest
1631
+ ) => any;
1632
+
1633
+ export declare const CreateReceiptRuleResponseFilterSensitiveLog: (
1634
+ obj: CreateReceiptRuleResponse
1635
+ ) => any;
1636
+
1637
+ export declare const CreateReceiptRuleSetRequestFilterSensitiveLog: (
1638
+ obj: CreateReceiptRuleSetRequest
1639
+ ) => any;
1640
+
1641
+ export declare const CreateReceiptRuleSetResponseFilterSensitiveLog: (
1642
+ obj: CreateReceiptRuleSetResponse
1643
+ ) => any;
1644
+
1645
+ export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
1646
+
1647
+ export declare const CreateTemplateRequestFilterSensitiveLog: (
1648
+ obj: CreateTemplateRequest
1649
+ ) => any;
1650
+
1651
+ export declare const CreateTemplateResponseFilterSensitiveLog: (
1652
+ obj: CreateTemplateResponse
1653
+ ) => any;
1654
+
1655
+ export declare const CustomVerificationEmailTemplateFilterSensitiveLog: (
1656
+ obj: CustomVerificationEmailTemplate
1657
+ ) => any;
1658
+
1659
+ export declare const DeleteConfigurationSetRequestFilterSensitiveLog: (
1660
+ obj: DeleteConfigurationSetRequest
1661
+ ) => any;
1662
+
1663
+ export declare const DeleteConfigurationSetResponseFilterSensitiveLog: (
1664
+ obj: DeleteConfigurationSetResponse
1665
+ ) => any;
1666
+
1667
+ export declare const DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog: (
1668
+ obj: DeleteConfigurationSetEventDestinationRequest
1669
+ ) => any;
1670
+
1671
+ export declare const DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog: (
1672
+ obj: DeleteConfigurationSetEventDestinationResponse
1673
+ ) => any;
1674
+
1675
+ export declare const DeleteConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (
1676
+ obj: DeleteConfigurationSetTrackingOptionsRequest
1677
+ ) => any;
1678
+
1679
+ export declare const DeleteConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (
1680
+ obj: DeleteConfigurationSetTrackingOptionsResponse
1681
+ ) => any;
1682
+
1683
+ export declare const DeleteCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
1684
+ obj: DeleteCustomVerificationEmailTemplateRequest
1685
+ ) => any;
1686
+
1687
+ export declare const DeleteIdentityRequestFilterSensitiveLog: (
1688
+ obj: DeleteIdentityRequest
1689
+ ) => any;
1690
+
1691
+ export declare const DeleteIdentityResponseFilterSensitiveLog: (
1692
+ obj: DeleteIdentityResponse
1693
+ ) => any;
1694
+
1695
+ export declare const DeleteIdentityPolicyRequestFilterSensitiveLog: (
1696
+ obj: DeleteIdentityPolicyRequest
1697
+ ) => any;
1698
+
1699
+ export declare const DeleteIdentityPolicyResponseFilterSensitiveLog: (
1700
+ obj: DeleteIdentityPolicyResponse
1701
+ ) => any;
1702
+
1703
+ export declare const DeleteReceiptFilterRequestFilterSensitiveLog: (
1704
+ obj: DeleteReceiptFilterRequest
1705
+ ) => any;
1706
+
1707
+ export declare const DeleteReceiptFilterResponseFilterSensitiveLog: (
1708
+ obj: DeleteReceiptFilterResponse
1709
+ ) => any;
1710
+
1711
+ export declare const DeleteReceiptRuleRequestFilterSensitiveLog: (
1712
+ obj: DeleteReceiptRuleRequest
1713
+ ) => any;
1714
+
1715
+ export declare const DeleteReceiptRuleResponseFilterSensitiveLog: (
1716
+ obj: DeleteReceiptRuleResponse
1717
+ ) => any;
1718
+
1719
+ export declare const DeleteReceiptRuleSetRequestFilterSensitiveLog: (
1720
+ obj: DeleteReceiptRuleSetRequest
1721
+ ) => any;
1722
+
1723
+ export declare const DeleteReceiptRuleSetResponseFilterSensitiveLog: (
1724
+ obj: DeleteReceiptRuleSetResponse
1725
+ ) => any;
1726
+
1727
+ export declare const DeleteTemplateRequestFilterSensitiveLog: (
1728
+ obj: DeleteTemplateRequest
1729
+ ) => any;
1730
+
1731
+ export declare const DeleteTemplateResponseFilterSensitiveLog: (
1732
+ obj: DeleteTemplateResponse
1733
+ ) => any;
1734
+
1735
+ export declare const DeleteVerifiedEmailAddressRequestFilterSensitiveLog: (
1736
+ obj: DeleteVerifiedEmailAddressRequest
1737
+ ) => any;
1738
+
1739
+ export declare const DeliveryOptionsFilterSensitiveLog: (
1740
+ obj: DeliveryOptions
1741
+ ) => any;
1742
+
1743
+ export declare const DescribeActiveReceiptRuleSetRequestFilterSensitiveLog: (
1744
+ obj: DescribeActiveReceiptRuleSetRequest
1745
+ ) => any;
1746
+
1747
+ export declare const ReceiptRuleSetMetadataFilterSensitiveLog: (
1748
+ obj: ReceiptRuleSetMetadata
1749
+ ) => any;
1750
+
1751
+ export declare const DescribeActiveReceiptRuleSetResponseFilterSensitiveLog: (
1752
+ obj: DescribeActiveReceiptRuleSetResponse
1753
+ ) => any;
1754
+
1755
+ export declare const DescribeConfigurationSetRequestFilterSensitiveLog: (
1756
+ obj: DescribeConfigurationSetRequest
1757
+ ) => any;
1758
+
1759
+ export declare const ReputationOptionsFilterSensitiveLog: (
1760
+ obj: ReputationOptions
1761
+ ) => any;
1762
+
1763
+ export declare const DescribeConfigurationSetResponseFilterSensitiveLog: (
1764
+ obj: DescribeConfigurationSetResponse
1765
+ ) => any;
1766
+
1767
+ export declare const DescribeReceiptRuleRequestFilterSensitiveLog: (
1768
+ obj: DescribeReceiptRuleRequest
1769
+ ) => any;
1770
+
1771
+ export declare const DescribeReceiptRuleResponseFilterSensitiveLog: (
1772
+ obj: DescribeReceiptRuleResponse
1773
+ ) => any;
1774
+
1775
+ export declare const DescribeReceiptRuleSetRequestFilterSensitiveLog: (
1776
+ obj: DescribeReceiptRuleSetRequest
1777
+ ) => any;
1778
+
1779
+ export declare const DescribeReceiptRuleSetResponseFilterSensitiveLog: (
1780
+ obj: DescribeReceiptRuleSetResponse
1781
+ ) => any;
1782
+
1783
+ export declare const IdentityDkimAttributesFilterSensitiveLog: (
1784
+ obj: IdentityDkimAttributes
1785
+ ) => any;
1786
+
1787
+ export declare const GetAccountSendingEnabledResponseFilterSensitiveLog: (
1788
+ obj: GetAccountSendingEnabledResponse
1789
+ ) => any;
1790
+
1791
+ export declare const GetCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
1792
+ obj: GetCustomVerificationEmailTemplateRequest
1793
+ ) => any;
1794
+
1795
+ export declare const GetCustomVerificationEmailTemplateResponseFilterSensitiveLog: (
1796
+ obj: GetCustomVerificationEmailTemplateResponse
1797
+ ) => any;
1798
+
1799
+ export declare const GetIdentityDkimAttributesRequestFilterSensitiveLog: (
1800
+ obj: GetIdentityDkimAttributesRequest
1801
+ ) => any;
1802
+
1803
+ export declare const GetIdentityDkimAttributesResponseFilterSensitiveLog: (
1804
+ obj: GetIdentityDkimAttributesResponse
1805
+ ) => any;
1806
+
1807
+ export declare const GetIdentityMailFromDomainAttributesRequestFilterSensitiveLog: (
1808
+ obj: GetIdentityMailFromDomainAttributesRequest
1809
+ ) => any;
1810
+
1811
+ export declare const IdentityMailFromDomainAttributesFilterSensitiveLog: (
1812
+ obj: IdentityMailFromDomainAttributes
1813
+ ) => any;
1814
+
1815
+ export declare const GetIdentityMailFromDomainAttributesResponseFilterSensitiveLog: (
1816
+ obj: GetIdentityMailFromDomainAttributesResponse
1817
+ ) => any;
1818
+
1819
+ export declare const GetIdentityNotificationAttributesRequestFilterSensitiveLog: (
1820
+ obj: GetIdentityNotificationAttributesRequest
1821
+ ) => any;
1822
+
1823
+ export declare const IdentityNotificationAttributesFilterSensitiveLog: (
1824
+ obj: IdentityNotificationAttributes
1825
+ ) => any;
1826
+
1827
+ export declare const GetIdentityNotificationAttributesResponseFilterSensitiveLog: (
1828
+ obj: GetIdentityNotificationAttributesResponse
1829
+ ) => any;
1830
+
1831
+ export declare const GetIdentityPoliciesRequestFilterSensitiveLog: (
1832
+ obj: GetIdentityPoliciesRequest
1833
+ ) => any;
1834
+
1835
+ export declare const GetIdentityPoliciesResponseFilterSensitiveLog: (
1836
+ obj: GetIdentityPoliciesResponse
1837
+ ) => any;
1838
+
1839
+ export declare const GetIdentityVerificationAttributesRequestFilterSensitiveLog: (
1840
+ obj: GetIdentityVerificationAttributesRequest
1841
+ ) => any;
1842
+
1843
+ export declare const IdentityVerificationAttributesFilterSensitiveLog: (
1844
+ obj: IdentityVerificationAttributes
1845
+ ) => any;
1846
+
1847
+ export declare const GetIdentityVerificationAttributesResponseFilterSensitiveLog: (
1848
+ obj: GetIdentityVerificationAttributesResponse
1849
+ ) => any;
1850
+
1851
+ export declare const GetSendQuotaResponseFilterSensitiveLog: (
1852
+ obj: GetSendQuotaResponse
1853
+ ) => any;
1854
+
1855
+ export declare const SendDataPointFilterSensitiveLog: (
1856
+ obj: SendDataPoint
1857
+ ) => any;
1858
+
1859
+ export declare const GetSendStatisticsResponseFilterSensitiveLog: (
1860
+ obj: GetSendStatisticsResponse
1861
+ ) => any;
1862
+
1863
+ export declare const GetTemplateRequestFilterSensitiveLog: (
1864
+ obj: GetTemplateRequest
1865
+ ) => any;
1866
+
1867
+ export declare const GetTemplateResponseFilterSensitiveLog: (
1868
+ obj: GetTemplateResponse
1869
+ ) => any;
1870
+
1871
+ export declare const ListConfigurationSetsRequestFilterSensitiveLog: (
1872
+ obj: ListConfigurationSetsRequest
1873
+ ) => any;
1874
+
1875
+ export declare const ListConfigurationSetsResponseFilterSensitiveLog: (
1876
+ obj: ListConfigurationSetsResponse
1877
+ ) => any;
1878
+
1879
+ export declare const ListCustomVerificationEmailTemplatesRequestFilterSensitiveLog: (
1880
+ obj: ListCustomVerificationEmailTemplatesRequest
1881
+ ) => any;
1882
+
1883
+ export declare const ListCustomVerificationEmailTemplatesResponseFilterSensitiveLog: (
1884
+ obj: ListCustomVerificationEmailTemplatesResponse
1885
+ ) => any;
1886
+
1887
+ export declare const ListIdentitiesRequestFilterSensitiveLog: (
1888
+ obj: ListIdentitiesRequest
1889
+ ) => any;
1890
+
1891
+ export declare const ListIdentitiesResponseFilterSensitiveLog: (
1892
+ obj: ListIdentitiesResponse
1893
+ ) => any;
1894
+
1895
+ export declare const ListIdentityPoliciesRequestFilterSensitiveLog: (
1896
+ obj: ListIdentityPoliciesRequest
1897
+ ) => any;
1898
+
1899
+ export declare const ListIdentityPoliciesResponseFilterSensitiveLog: (
1900
+ obj: ListIdentityPoliciesResponse
1901
+ ) => any;
1902
+
1903
+ export declare const ListReceiptFiltersRequestFilterSensitiveLog: (
1904
+ obj: ListReceiptFiltersRequest
1905
+ ) => any;
1906
+
1907
+ export declare const ListReceiptFiltersResponseFilterSensitiveLog: (
1908
+ obj: ListReceiptFiltersResponse
1909
+ ) => any;
1910
+
1911
+ export declare const ListReceiptRuleSetsRequestFilterSensitiveLog: (
1912
+ obj: ListReceiptRuleSetsRequest
1913
+ ) => any;
1914
+
1915
+ export declare const ListReceiptRuleSetsResponseFilterSensitiveLog: (
1916
+ obj: ListReceiptRuleSetsResponse
1917
+ ) => any;
1918
+
1919
+ export declare const ListTemplatesRequestFilterSensitiveLog: (
1920
+ obj: ListTemplatesRequest
1921
+ ) => any;
1922
+
1923
+ export declare const TemplateMetadataFilterSensitiveLog: (
1924
+ obj: TemplateMetadata
1925
+ ) => any;
1926
+
1927
+ export declare const ListTemplatesResponseFilterSensitiveLog: (
1928
+ obj: ListTemplatesResponse
1929
+ ) => any;
1930
+
1931
+ export declare const ListVerifiedEmailAddressesResponseFilterSensitiveLog: (
1932
+ obj: ListVerifiedEmailAddressesResponse
1933
+ ) => any;
1934
+
1935
+ export declare const MessageFilterSensitiveLog: (obj: Message) => any;
1936
+
1937
+ export declare const MessageDsnFilterSensitiveLog: (obj: MessageDsn) => any;
1938
+
1939
+ export declare const PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog: (
1940
+ obj: PutConfigurationSetDeliveryOptionsRequest
1941
+ ) => any;
1942
+
1943
+ export declare const PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog: (
1944
+ obj: PutConfigurationSetDeliveryOptionsResponse
1945
+ ) => any;
1946
+
1947
+ export declare const PutIdentityPolicyRequestFilterSensitiveLog: (
1948
+ obj: PutIdentityPolicyRequest
1949
+ ) => any;
1950
+
1951
+ export declare const PutIdentityPolicyResponseFilterSensitiveLog: (
1952
+ obj: PutIdentityPolicyResponse
1953
+ ) => any;
1954
+
1955
+ export declare const RawMessageFilterSensitiveLog: (obj: RawMessage) => any;
1956
+
1957
+ export declare const ReorderReceiptRuleSetRequestFilterSensitiveLog: (
1958
+ obj: ReorderReceiptRuleSetRequest
1959
+ ) => any;
1960
+
1961
+ export declare const ReorderReceiptRuleSetResponseFilterSensitiveLog: (
1962
+ obj: ReorderReceiptRuleSetResponse
1963
+ ) => any;
1964
+
1965
+ export declare const SendBounceRequestFilterSensitiveLog: (
1966
+ obj: SendBounceRequest
1967
+ ) => any;
1968
+
1969
+ export declare const SendBounceResponseFilterSensitiveLog: (
1970
+ obj: SendBounceResponse
1971
+ ) => any;
1972
+
1973
+ export declare const SendBulkTemplatedEmailRequestFilterSensitiveLog: (
1974
+ obj: SendBulkTemplatedEmailRequest
1975
+ ) => any;
1976
+
1977
+ export declare const SendBulkTemplatedEmailResponseFilterSensitiveLog: (
1978
+ obj: SendBulkTemplatedEmailResponse
1979
+ ) => any;
1980
+
1981
+ export declare const SendCustomVerificationEmailRequestFilterSensitiveLog: (
1982
+ obj: SendCustomVerificationEmailRequest
1983
+ ) => any;
1984
+
1985
+ export declare const SendCustomVerificationEmailResponseFilterSensitiveLog: (
1986
+ obj: SendCustomVerificationEmailResponse
1987
+ ) => any;
1988
+
1989
+ export declare const SendEmailRequestFilterSensitiveLog: (
1990
+ obj: SendEmailRequest
1991
+ ) => any;
1992
+
1993
+ export declare const SendEmailResponseFilterSensitiveLog: (
1994
+ obj: SendEmailResponse
1995
+ ) => any;
1996
+
1997
+ export declare const SendRawEmailRequestFilterSensitiveLog: (
1998
+ obj: SendRawEmailRequest
1999
+ ) => any;
2000
+
2001
+ export declare const SendRawEmailResponseFilterSensitiveLog: (
2002
+ obj: SendRawEmailResponse
2003
+ ) => any;
2004
+
2005
+ export declare const SendTemplatedEmailRequestFilterSensitiveLog: (
2006
+ obj: SendTemplatedEmailRequest
2007
+ ) => any;
2008
+
2009
+ export declare const SendTemplatedEmailResponseFilterSensitiveLog: (
2010
+ obj: SendTemplatedEmailResponse
2011
+ ) => any;
2012
+
2013
+ export declare const SetActiveReceiptRuleSetRequestFilterSensitiveLog: (
2014
+ obj: SetActiveReceiptRuleSetRequest
2015
+ ) => any;
2016
+
2017
+ export declare const SetActiveReceiptRuleSetResponseFilterSensitiveLog: (
2018
+ obj: SetActiveReceiptRuleSetResponse
2019
+ ) => any;
2020
+
2021
+ export declare const SetIdentityDkimEnabledRequestFilterSensitiveLog: (
2022
+ obj: SetIdentityDkimEnabledRequest
2023
+ ) => any;
2024
+
2025
+ export declare const SetIdentityDkimEnabledResponseFilterSensitiveLog: (
2026
+ obj: SetIdentityDkimEnabledResponse
2027
+ ) => any;
2028
+
2029
+ export declare const SetIdentityFeedbackForwardingEnabledRequestFilterSensitiveLog: (
2030
+ obj: SetIdentityFeedbackForwardingEnabledRequest
2031
+ ) => any;
2032
+
2033
+ export declare const SetIdentityFeedbackForwardingEnabledResponseFilterSensitiveLog: (
2034
+ obj: SetIdentityFeedbackForwardingEnabledResponse
2035
+ ) => any;
2036
+
2037
+ export declare const SetIdentityHeadersInNotificationsEnabledRequestFilterSensitiveLog: (
2038
+ obj: SetIdentityHeadersInNotificationsEnabledRequest
2039
+ ) => any;
2040
+
2041
+ export declare const SetIdentityHeadersInNotificationsEnabledResponseFilterSensitiveLog: (
2042
+ obj: SetIdentityHeadersInNotificationsEnabledResponse
2043
+ ) => any;
2044
+
2045
+ export declare const SetIdentityMailFromDomainRequestFilterSensitiveLog: (
2046
+ obj: SetIdentityMailFromDomainRequest
2047
+ ) => any;
2048
+
2049
+ export declare const SetIdentityMailFromDomainResponseFilterSensitiveLog: (
2050
+ obj: SetIdentityMailFromDomainResponse
2051
+ ) => any;
2052
+
2053
+ export declare const SetIdentityNotificationTopicRequestFilterSensitiveLog: (
2054
+ obj: SetIdentityNotificationTopicRequest
2055
+ ) => any;
2056
+
2057
+ export declare const SetIdentityNotificationTopicResponseFilterSensitiveLog: (
2058
+ obj: SetIdentityNotificationTopicResponse
2059
+ ) => any;
2060
+
2061
+ export declare const SetReceiptRulePositionRequestFilterSensitiveLog: (
2062
+ obj: SetReceiptRulePositionRequest
2063
+ ) => any;
2064
+
2065
+ export declare const SetReceiptRulePositionResponseFilterSensitiveLog: (
2066
+ obj: SetReceiptRulePositionResponse
2067
+ ) => any;
2068
+
2069
+ export declare const TestRenderTemplateRequestFilterSensitiveLog: (
2070
+ obj: TestRenderTemplateRequest
2071
+ ) => any;
2072
+
2073
+ export declare const TestRenderTemplateResponseFilterSensitiveLog: (
2074
+ obj: TestRenderTemplateResponse
2075
+ ) => any;
2076
+
2077
+ export declare const UpdateAccountSendingEnabledRequestFilterSensitiveLog: (
2078
+ obj: UpdateAccountSendingEnabledRequest
2079
+ ) => any;
2080
+
2081
+ export declare const UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog: (
2082
+ obj: UpdateConfigurationSetEventDestinationRequest
2083
+ ) => any;
2084
+
2085
+ export declare const UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog: (
2086
+ obj: UpdateConfigurationSetEventDestinationResponse
2087
+ ) => any;
2088
+
2089
+ export declare const UpdateConfigurationSetReputationMetricsEnabledRequestFilterSensitiveLog: (
2090
+ obj: UpdateConfigurationSetReputationMetricsEnabledRequest
2091
+ ) => any;
2092
+
2093
+ export declare const UpdateConfigurationSetSendingEnabledRequestFilterSensitiveLog: (
2094
+ obj: UpdateConfigurationSetSendingEnabledRequest
2095
+ ) => any;
2096
+
2097
+ export declare const UpdateConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (
2098
+ obj: UpdateConfigurationSetTrackingOptionsRequest
2099
+ ) => any;
2100
+
2101
+ export declare const UpdateConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (
2102
+ obj: UpdateConfigurationSetTrackingOptionsResponse
2103
+ ) => any;
2104
+
2105
+ export declare const UpdateCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
2106
+ obj: UpdateCustomVerificationEmailTemplateRequest
2107
+ ) => any;
2108
+
2109
+ export declare const UpdateReceiptRuleRequestFilterSensitiveLog: (
2110
+ obj: UpdateReceiptRuleRequest
2111
+ ) => any;
2112
+
2113
+ export declare const UpdateReceiptRuleResponseFilterSensitiveLog: (
2114
+ obj: UpdateReceiptRuleResponse
2115
+ ) => any;
2116
+
2117
+ export declare const UpdateTemplateRequestFilterSensitiveLog: (
2118
+ obj: UpdateTemplateRequest
2119
+ ) => any;
2120
+
2121
+ export declare const UpdateTemplateResponseFilterSensitiveLog: (
2122
+ obj: UpdateTemplateResponse
2123
+ ) => any;
2124
+
2125
+ export declare const VerifyDomainDkimRequestFilterSensitiveLog: (
2126
+ obj: VerifyDomainDkimRequest
2127
+ ) => any;
2128
+
2129
+ export declare const VerifyDomainDkimResponseFilterSensitiveLog: (
2130
+ obj: VerifyDomainDkimResponse
2131
+ ) => any;
2132
+
2133
+ export declare const VerifyDomainIdentityRequestFilterSensitiveLog: (
2134
+ obj: VerifyDomainIdentityRequest
2135
+ ) => any;
2136
+
2137
+ export declare const VerifyDomainIdentityResponseFilterSensitiveLog: (
2138
+ obj: VerifyDomainIdentityResponse
2139
+ ) => any;
2140
+
2141
+ export declare const VerifyEmailAddressRequestFilterSensitiveLog: (
2142
+ obj: VerifyEmailAddressRequest
2143
+ ) => any;
2144
+
2145
+ export declare const VerifyEmailIdentityRequestFilterSensitiveLog: (
2146
+ obj: VerifyEmailIdentityRequest
2147
+ ) => any;
2148
+
2149
+ export declare const VerifyEmailIdentityResponseFilterSensitiveLog: (
2150
+ obj: VerifyEmailIdentityResponse
2151
+ ) => any;