@aws-sdk/client-ses 3.169.0 → 3.171.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 +1325 -360
  3. package/dist-types/ts3.4/SESClient.d.ts +529 -144
  4. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +36 -17
  55. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +35 -17
  64. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +35 -17
  69. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +36 -17
  70. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +35 -17
  71. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +35 -17
  72. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +39 -17
  73. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +31 -17
  74. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +36 -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 +7 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +1540 -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 +65 -38
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  90. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  91. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +11 -7
  92. package/package.json +35 -35
@@ -1,1868 +1,1540 @@
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
+ export declare class AccountSendingPausedException extends __BaseException {
4
+ readonly name: "AccountSendingPausedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccountSendingPausedException, __BaseException>
8
+ );
9
+ }
10
+ export interface AddHeaderAction {
11
+ HeaderName: string | undefined;
12
+ HeaderValue: string | undefined;
13
+ }
14
+ export declare class AlreadyExistsException extends __BaseException {
15
+ readonly name: "AlreadyExistsException";
16
+ readonly $fault: "client";
17
+ Name?: string;
18
+ constructor(
19
+ opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
20
+ );
21
+ }
22
+ export declare enum BehaviorOnMXFailure {
23
+ RejectMessage = "RejectMessage",
24
+ UseDefaultValue = "UseDefaultValue",
25
+ }
26
+ export interface Content {
27
+ Data: string | undefined;
28
+ Charset?: string;
29
+ }
30
+ export interface Body {
31
+ Text?: Content;
32
+ Html?: Content;
33
+ }
34
+ export interface BounceAction {
35
+ TopicArn?: string;
36
+ SmtpReplyCode: string | undefined;
37
+ StatusCode?: string;
38
+ Message: string | undefined;
39
+ Sender: string | undefined;
40
+ }
41
+ export declare enum BounceType {
42
+ ContentRejected = "ContentRejected",
43
+ DoesNotExist = "DoesNotExist",
44
+ ExceededQuota = "ExceededQuota",
45
+ MessageTooLarge = "MessageTooLarge",
46
+ TemporaryFailure = "TemporaryFailure",
47
+ Undefined = "Undefined",
48
+ }
49
+ export declare enum DsnAction {
50
+ DELAYED = "delayed",
51
+ DELIVERED = "delivered",
52
+ EXPANDED = "expanded",
53
+ FAILED = "failed",
54
+ RELAYED = "relayed",
55
+ }
56
+ export interface ExtensionField {
57
+ Name: string | undefined;
58
+ Value: string | undefined;
59
+ }
60
+ export interface RecipientDsnFields {
61
+ FinalRecipient?: string;
62
+ Action: DsnAction | string | undefined;
63
+ RemoteMta?: string;
64
+ Status: string | undefined;
65
+ DiagnosticCode?: string;
66
+ LastAttemptDate?: Date;
67
+ ExtensionFields?: ExtensionField[];
68
+ }
69
+ export interface BouncedRecipientInfo {
70
+ Recipient: string | undefined;
71
+ RecipientArn?: string;
72
+ BounceType?: BounceType | string;
73
+ RecipientDsnFields?: RecipientDsnFields;
74
+ }
75
+ export interface Destination {
76
+ ToAddresses?: string[];
77
+ CcAddresses?: string[];
78
+ BccAddresses?: string[];
79
+ }
80
+ export interface MessageTag {
81
+ Name: string | undefined;
82
+ Value: string | undefined;
83
+ }
84
+ export interface BulkEmailDestination {
85
+ Destination: Destination | undefined;
86
+ ReplacementTags?: MessageTag[];
87
+ ReplacementTemplateData?: string;
88
+ }
89
+ export declare enum BulkEmailStatus {
90
+ AccountDailyQuotaExceeded = "AccountDailyQuotaExceeded",
91
+ AccountSendingPaused = "AccountSendingPaused",
92
+ AccountSuspended = "AccountSuspended",
93
+ AccountThrottled = "AccountThrottled",
94
+ ConfigurationSetDoesNotExist = "ConfigurationSetDoesNotExist",
95
+ ConfigurationSetSendingPaused = "ConfigurationSetSendingPaused",
96
+ Failed = "Failed",
97
+ InvalidParameterValue = "InvalidParameterValue",
98
+ InvalidSendingPoolName = "InvalidSendingPoolName",
99
+ MailFromDomainNotVerified = "MailFromDomainNotVerified",
100
+ MessageRejected = "MessageRejected",
101
+ Success = "Success",
102
+ TemplateDoesNotExist = "TemplateDoesNotExist",
103
+ TransientFailure = "TransientFailure",
104
+ }
105
+ export interface BulkEmailDestinationStatus {
106
+ Status?: BulkEmailStatus | string;
107
+ Error?: string;
108
+ MessageId?: string;
109
+ }
110
+ export declare class CannotDeleteException extends __BaseException {
111
+ readonly name: "CannotDeleteException";
112
+ readonly $fault: "client";
113
+ Name?: string;
114
+ constructor(
115
+ opts: __ExceptionOptionType<CannotDeleteException, __BaseException>
116
+ );
117
+ }
118
+ export interface CloneReceiptRuleSetRequest {
119
+ RuleSetName: string | undefined;
120
+ OriginalRuleSetName: string | undefined;
121
+ }
122
+ export interface CloneReceiptRuleSetResponse {}
123
+ export declare class LimitExceededException extends __BaseException {
124
+ readonly name: "LimitExceededException";
125
+ readonly $fault: "client";
126
+ constructor(
127
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
128
+ );
129
+ }
130
+ export declare class RuleSetDoesNotExistException extends __BaseException {
131
+ readonly name: "RuleSetDoesNotExistException";
132
+ readonly $fault: "client";
133
+ Name?: string;
134
+ constructor(
135
+ opts: __ExceptionOptionType<RuleSetDoesNotExistException, __BaseException>
136
+ );
137
+ }
138
+ export declare enum DimensionValueSource {
139
+ EMAIL_HEADER = "emailHeader",
140
+ LINK_TAG = "linkTag",
141
+ MESSAGE_TAG = "messageTag",
142
+ }
143
+ export interface CloudWatchDimensionConfiguration {
144
+ DimensionName: string | undefined;
145
+ DimensionValueSource: DimensionValueSource | string | undefined;
146
+ DefaultDimensionValue: string | undefined;
147
+ }
148
+ export interface CloudWatchDestination {
149
+ DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
150
+ }
151
+ export interface ConfigurationSet {
152
+ Name: string | undefined;
153
+ }
154
+ export declare class ConfigurationSetAlreadyExistsException extends __BaseException {
155
+ readonly name: "ConfigurationSetAlreadyExistsException";
156
+ readonly $fault: "client";
157
+ ConfigurationSetName?: string;
158
+ constructor(
159
+ opts: __ExceptionOptionType<
160
+ ConfigurationSetAlreadyExistsException,
161
+ __BaseException
162
+ >
163
+ );
164
+ }
165
+ export declare enum ConfigurationSetAttribute {
166
+ DELIVERY_OPTIONS = "deliveryOptions",
167
+ EVENT_DESTINATIONS = "eventDestinations",
168
+ REPUTATION_OPTIONS = "reputationOptions",
169
+ TRACKING_OPTIONS = "trackingOptions",
170
+ }
171
+ export declare class ConfigurationSetDoesNotExistException extends __BaseException {
172
+ readonly name: "ConfigurationSetDoesNotExistException";
173
+ readonly $fault: "client";
174
+ ConfigurationSetName?: string;
175
+ constructor(
176
+ opts: __ExceptionOptionType<
177
+ ConfigurationSetDoesNotExistException,
178
+ __BaseException
179
+ >
180
+ );
181
+ }
182
+ export declare class ConfigurationSetSendingPausedException extends __BaseException {
183
+ readonly name: "ConfigurationSetSendingPausedException";
184
+ readonly $fault: "client";
185
+ ConfigurationSetName?: string;
186
+ constructor(
187
+ opts: __ExceptionOptionType<
188
+ ConfigurationSetSendingPausedException,
189
+ __BaseException
190
+ >
191
+ );
192
+ }
193
+ export interface CreateConfigurationSetRequest {
194
+ ConfigurationSet: ConfigurationSet | undefined;
195
+ }
196
+ export interface CreateConfigurationSetResponse {}
197
+ export declare class InvalidConfigurationSetException extends __BaseException {
198
+ readonly name: "InvalidConfigurationSetException";
199
+ readonly $fault: "client";
200
+ constructor(
201
+ opts: __ExceptionOptionType<
202
+ InvalidConfigurationSetException,
203
+ __BaseException
204
+ >
205
+ );
206
+ }
207
+ export interface KinesisFirehoseDestination {
208
+ IAMRoleARN: string | undefined;
209
+ DeliveryStreamARN: string | undefined;
210
+ }
211
+ export declare enum EventType {
212
+ BOUNCE = "bounce",
213
+ CLICK = "click",
214
+ COMPLAINT = "complaint",
215
+ DELIVERY = "delivery",
216
+ OPEN = "open",
217
+ REJECT = "reject",
218
+ RENDERING_FAILURE = "renderingFailure",
219
+ SEND = "send",
220
+ }
221
+ export interface SNSDestination {
222
+ TopicARN: string | undefined;
223
+ }
224
+ export interface EventDestination {
225
+ Name: string | undefined;
226
+ Enabled?: boolean;
227
+ MatchingEventTypes: (EventType | string)[] | undefined;
228
+ KinesisFirehoseDestination?: KinesisFirehoseDestination;
229
+ CloudWatchDestination?: CloudWatchDestination;
230
+ SNSDestination?: SNSDestination;
231
+ }
232
+ export interface CreateConfigurationSetEventDestinationRequest {
233
+ ConfigurationSetName: string | undefined;
234
+ EventDestination: EventDestination | undefined;
235
+ }
236
+ export interface CreateConfigurationSetEventDestinationResponse {}
237
+ export declare class EventDestinationAlreadyExistsException extends __BaseException {
238
+ readonly name: "EventDestinationAlreadyExistsException";
239
+ readonly $fault: "client";
240
+ ConfigurationSetName?: string;
241
+ EventDestinationName?: string;
242
+ constructor(
243
+ opts: __ExceptionOptionType<
244
+ EventDestinationAlreadyExistsException,
245
+ __BaseException
246
+ >
247
+ );
248
+ }
249
+ export declare class InvalidCloudWatchDestinationException extends __BaseException {
250
+ readonly name: "InvalidCloudWatchDestinationException";
251
+ readonly $fault: "client";
252
+ ConfigurationSetName?: string;
253
+ EventDestinationName?: string;
254
+ constructor(
255
+ opts: __ExceptionOptionType<
256
+ InvalidCloudWatchDestinationException,
257
+ __BaseException
258
+ >
259
+ );
260
+ }
261
+ export declare class InvalidFirehoseDestinationException extends __BaseException {
262
+ readonly name: "InvalidFirehoseDestinationException";
263
+ readonly $fault: "client";
264
+ ConfigurationSetName?: string;
265
+ EventDestinationName?: string;
266
+ constructor(
267
+ opts: __ExceptionOptionType<
268
+ InvalidFirehoseDestinationException,
269
+ __BaseException
270
+ >
271
+ );
272
+ }
273
+ export declare class InvalidSNSDestinationException extends __BaseException {
274
+ readonly name: "InvalidSNSDestinationException";
275
+ readonly $fault: "client";
276
+ ConfigurationSetName?: string;
277
+ EventDestinationName?: string;
278
+ constructor(
279
+ opts: __ExceptionOptionType<InvalidSNSDestinationException, __BaseException>
280
+ );
281
+ }
282
+ export interface TrackingOptions {
283
+ CustomRedirectDomain?: string;
284
+ }
285
+ export interface CreateConfigurationSetTrackingOptionsRequest {
286
+ ConfigurationSetName: string | undefined;
287
+ TrackingOptions: TrackingOptions | undefined;
288
+ }
289
+ export interface CreateConfigurationSetTrackingOptionsResponse {}
290
+ export declare class InvalidTrackingOptionsException extends __BaseException {
291
+ readonly name: "InvalidTrackingOptionsException";
292
+ readonly $fault: "client";
293
+ constructor(
294
+ opts: __ExceptionOptionType<
295
+ InvalidTrackingOptionsException,
296
+ __BaseException
297
+ >
298
+ );
299
+ }
300
+ export declare class TrackingOptionsAlreadyExistsException extends __BaseException {
301
+ readonly name: "TrackingOptionsAlreadyExistsException";
302
+ readonly $fault: "client";
303
+ ConfigurationSetName?: string;
304
+ constructor(
305
+ opts: __ExceptionOptionType<
306
+ TrackingOptionsAlreadyExistsException,
307
+ __BaseException
308
+ >
309
+ );
310
+ }
311
+ export interface CreateCustomVerificationEmailTemplateRequest {
312
+ TemplateName: string | undefined;
313
+ FromEmailAddress: string | undefined;
314
+ TemplateSubject: string | undefined;
315
+ TemplateContent: string | undefined;
316
+ SuccessRedirectionURL: string | undefined;
317
+ FailureRedirectionURL: string | undefined;
318
+ }
319
+ export declare class CustomVerificationEmailInvalidContentException extends __BaseException {
320
+ readonly name: "CustomVerificationEmailInvalidContentException";
321
+ readonly $fault: "client";
322
+ constructor(
323
+ opts: __ExceptionOptionType<
324
+ CustomVerificationEmailInvalidContentException,
325
+ __BaseException
326
+ >
327
+ );
328
+ }
329
+ export declare class CustomVerificationEmailTemplateAlreadyExistsException extends __BaseException {
330
+ readonly name: "CustomVerificationEmailTemplateAlreadyExistsException";
331
+ readonly $fault: "client";
332
+ CustomVerificationEmailTemplateName?: string;
333
+ constructor(
334
+ opts: __ExceptionOptionType<
335
+ CustomVerificationEmailTemplateAlreadyExistsException,
336
+ __BaseException
337
+ >
338
+ );
339
+ }
340
+ export declare class FromEmailAddressNotVerifiedException extends __BaseException {
341
+ readonly name: "FromEmailAddressNotVerifiedException";
342
+ readonly $fault: "client";
343
+ FromEmailAddress?: string;
344
+ constructor(
345
+ opts: __ExceptionOptionType<
346
+ FromEmailAddressNotVerifiedException,
347
+ __BaseException
348
+ >
349
+ );
350
+ }
351
+ export declare enum ReceiptFilterPolicy {
352
+ Allow = "Allow",
353
+ Block = "Block",
354
+ }
355
+ export interface ReceiptIpFilter {
356
+ Policy: ReceiptFilterPolicy | string | undefined;
357
+ Cidr: string | undefined;
358
+ }
359
+ export interface ReceiptFilter {
360
+ Name: string | undefined;
361
+ IpFilter: ReceiptIpFilter | undefined;
362
+ }
363
+ export interface CreateReceiptFilterRequest {
364
+ Filter: ReceiptFilter | undefined;
365
+ }
366
+ export interface CreateReceiptFilterResponse {}
367
+ export declare type InvocationType = "Event" | "RequestResponse";
368
+ export interface LambdaAction {
369
+ TopicArn?: string;
370
+ FunctionArn: string | undefined;
371
+ InvocationType?: InvocationType | string;
372
+ }
373
+ export interface S3Action {
374
+ TopicArn?: string;
375
+ BucketName: string | undefined;
376
+ ObjectKeyPrefix?: string;
377
+ KmsKeyArn?: string;
378
+ }
379
+ export declare enum SNSActionEncoding {
380
+ Base64 = "Base64",
381
+ UTF8 = "UTF-8",
382
+ }
383
+ export interface SNSAction {
384
+ TopicArn: string | undefined;
385
+ Encoding?: SNSActionEncoding | string;
386
+ }
387
+ export declare enum StopScope {
388
+ RULE_SET = "RuleSet",
389
+ }
390
+ export interface StopAction {
391
+ Scope: StopScope | string | undefined;
392
+ TopicArn?: string;
393
+ }
394
+ export interface WorkmailAction {
395
+ TopicArn?: string;
396
+ OrganizationArn: string | undefined;
397
+ }
398
+ export interface ReceiptAction {
399
+ S3Action?: S3Action;
400
+ BounceAction?: BounceAction;
401
+ WorkmailAction?: WorkmailAction;
402
+ LambdaAction?: LambdaAction;
403
+ StopAction?: StopAction;
404
+ AddHeaderAction?: AddHeaderAction;
405
+ SNSAction?: SNSAction;
406
+ }
407
+ export declare enum TlsPolicy {
408
+ Optional = "Optional",
409
+ Require = "Require",
410
+ }
411
+ export interface ReceiptRule {
412
+ Name: string | undefined;
413
+ Enabled?: boolean;
414
+ TlsPolicy?: TlsPolicy | string;
415
+ Recipients?: string[];
416
+ Actions?: ReceiptAction[];
417
+ ScanEnabled?: boolean;
418
+ }
419
+ export interface CreateReceiptRuleRequest {
420
+ RuleSetName: string | undefined;
421
+ After?: string;
422
+ Rule: ReceiptRule | undefined;
423
+ }
424
+ export interface CreateReceiptRuleResponse {}
425
+ export declare class InvalidLambdaFunctionException extends __BaseException {
426
+ readonly name: "InvalidLambdaFunctionException";
427
+ readonly $fault: "client";
428
+ FunctionArn?: string;
429
+ constructor(
430
+ opts: __ExceptionOptionType<InvalidLambdaFunctionException, __BaseException>
431
+ );
432
+ }
433
+ export declare class InvalidS3ConfigurationException extends __BaseException {
434
+ readonly name: "InvalidS3ConfigurationException";
435
+ readonly $fault: "client";
436
+ Bucket?: string;
437
+ constructor(
438
+ opts: __ExceptionOptionType<
439
+ InvalidS3ConfigurationException,
440
+ __BaseException
441
+ >
442
+ );
443
+ }
444
+ export declare class InvalidSnsTopicException extends __BaseException {
445
+ readonly name: "InvalidSnsTopicException";
446
+ readonly $fault: "client";
447
+ Topic?: string;
448
+ constructor(
449
+ opts: __ExceptionOptionType<InvalidSnsTopicException, __BaseException>
450
+ );
451
+ }
452
+ export declare class RuleDoesNotExistException extends __BaseException {
453
+ readonly name: "RuleDoesNotExistException";
454
+ readonly $fault: "client";
455
+ Name?: string;
456
+ constructor(
457
+ opts: __ExceptionOptionType<RuleDoesNotExistException, __BaseException>
458
+ );
459
+ }
460
+ export interface CreateReceiptRuleSetRequest {
461
+ RuleSetName: string | undefined;
462
+ }
463
+ export interface CreateReceiptRuleSetResponse {}
464
+ export interface Template {
465
+ TemplateName: string | undefined;
466
+ SubjectPart?: string;
467
+ TextPart?: string;
468
+ HtmlPart?: string;
469
+ }
470
+ export interface CreateTemplateRequest {
471
+ Template: Template | undefined;
472
+ }
473
+ export interface CreateTemplateResponse {}
474
+ export declare class InvalidTemplateException extends __BaseException {
475
+ readonly name: "InvalidTemplateException";
476
+ readonly $fault: "client";
477
+ TemplateName?: string;
478
+ constructor(
479
+ opts: __ExceptionOptionType<InvalidTemplateException, __BaseException>
480
+ );
481
+ }
482
+ export declare enum CustomMailFromStatus {
483
+ Failed = "Failed",
484
+ Pending = "Pending",
485
+ Success = "Success",
486
+ TemporaryFailure = "TemporaryFailure",
487
+ }
488
+ export interface CustomVerificationEmailTemplate {
489
+ TemplateName?: string;
490
+ FromEmailAddress?: string;
491
+ TemplateSubject?: string;
492
+ SuccessRedirectionURL?: string;
493
+ FailureRedirectionURL?: string;
494
+ }
495
+ export declare class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
496
+ readonly name: "CustomVerificationEmailTemplateDoesNotExistException";
497
+ readonly $fault: "client";
498
+ CustomVerificationEmailTemplateName?: string;
499
+ constructor(
500
+ opts: __ExceptionOptionType<
501
+ CustomVerificationEmailTemplateDoesNotExistException,
502
+ __BaseException
503
+ >
504
+ );
505
+ }
506
+ export interface DeleteConfigurationSetRequest {
507
+ ConfigurationSetName: string | undefined;
508
+ }
509
+ export interface DeleteConfigurationSetResponse {}
510
+ export interface DeleteConfigurationSetEventDestinationRequest {
511
+ ConfigurationSetName: string | undefined;
512
+ EventDestinationName: string | undefined;
513
+ }
514
+ export interface DeleteConfigurationSetEventDestinationResponse {}
515
+ export declare class EventDestinationDoesNotExistException extends __BaseException {
516
+ readonly name: "EventDestinationDoesNotExistException";
517
+ readonly $fault: "client";
518
+ ConfigurationSetName?: string;
519
+ EventDestinationName?: string;
520
+ constructor(
521
+ opts: __ExceptionOptionType<
522
+ EventDestinationDoesNotExistException,
523
+ __BaseException
524
+ >
525
+ );
526
+ }
527
+ export interface DeleteConfigurationSetTrackingOptionsRequest {
528
+ ConfigurationSetName: string | undefined;
529
+ }
530
+ export interface DeleteConfigurationSetTrackingOptionsResponse {}
531
+ export declare class TrackingOptionsDoesNotExistException extends __BaseException {
532
+ readonly name: "TrackingOptionsDoesNotExistException";
533
+ readonly $fault: "client";
534
+ ConfigurationSetName?: string;
535
+ constructor(
536
+ opts: __ExceptionOptionType<
537
+ TrackingOptionsDoesNotExistException,
538
+ __BaseException
539
+ >
540
+ );
541
+ }
542
+ export interface DeleteCustomVerificationEmailTemplateRequest {
543
+ TemplateName: string | undefined;
544
+ }
545
+ export interface DeleteIdentityRequest {
546
+ Identity: string | undefined;
547
+ }
548
+ export interface DeleteIdentityResponse {}
549
+ export interface DeleteIdentityPolicyRequest {
550
+ Identity: string | undefined;
551
+ PolicyName: string | undefined;
552
+ }
553
+ export interface DeleteIdentityPolicyResponse {}
554
+ export interface DeleteReceiptFilterRequest {
555
+ FilterName: string | undefined;
556
+ }
557
+ export interface DeleteReceiptFilterResponse {}
558
+ export interface DeleteReceiptRuleRequest {
559
+ RuleSetName: string | undefined;
560
+ RuleName: string | undefined;
561
+ }
562
+ export interface DeleteReceiptRuleResponse {}
563
+ export interface DeleteReceiptRuleSetRequest {
564
+ RuleSetName: string | undefined;
565
+ }
566
+ export interface DeleteReceiptRuleSetResponse {}
567
+ export interface DeleteTemplateRequest {
568
+ TemplateName: string | undefined;
569
+ }
570
+ export interface DeleteTemplateResponse {}
571
+ export interface DeleteVerifiedEmailAddressRequest {
572
+ EmailAddress: string | undefined;
573
+ }
574
+ export interface DeliveryOptions {
575
+ TlsPolicy?: TlsPolicy | string;
576
+ }
577
+ export interface DescribeActiveReceiptRuleSetRequest {}
578
+ export interface ReceiptRuleSetMetadata {
579
+ Name?: string;
580
+ CreatedTimestamp?: Date;
581
+ }
582
+ export interface DescribeActiveReceiptRuleSetResponse {
583
+ Metadata?: ReceiptRuleSetMetadata;
584
+ Rules?: ReceiptRule[];
585
+ }
586
+ export interface DescribeConfigurationSetRequest {
587
+ ConfigurationSetName: string | undefined;
588
+ ConfigurationSetAttributeNames?: (ConfigurationSetAttribute | string)[];
589
+ }
590
+ export interface ReputationOptions {
591
+ SendingEnabled?: boolean;
592
+ ReputationMetricsEnabled?: boolean;
593
+ LastFreshStart?: Date;
594
+ }
595
+ export interface DescribeConfigurationSetResponse {
596
+ ConfigurationSet?: ConfigurationSet;
597
+ EventDestinations?: EventDestination[];
598
+ TrackingOptions?: TrackingOptions;
599
+ DeliveryOptions?: DeliveryOptions;
600
+ ReputationOptions?: ReputationOptions;
601
+ }
602
+ export interface DescribeReceiptRuleRequest {
603
+ RuleSetName: string | undefined;
604
+ RuleName: string | undefined;
605
+ }
606
+ export interface DescribeReceiptRuleResponse {
607
+ Rule?: ReceiptRule;
608
+ }
609
+ export interface DescribeReceiptRuleSetRequest {
610
+ RuleSetName: string | undefined;
611
+ }
612
+ export interface DescribeReceiptRuleSetResponse {
613
+ Metadata?: ReceiptRuleSetMetadata;
614
+ Rules?: ReceiptRule[];
615
+ }
616
+ export declare type VerificationStatus =
617
+ | "Failed"
618
+ | "NotStarted"
619
+ | "Pending"
620
+ | "Success"
621
+ | "TemporaryFailure";
622
+ export interface IdentityDkimAttributes {
623
+ DkimEnabled: boolean | undefined;
624
+ DkimVerificationStatus: VerificationStatus | string | undefined;
625
+ DkimTokens?: string[];
626
+ }
627
+ export interface GetAccountSendingEnabledResponse {
628
+ Enabled?: boolean;
629
+ }
630
+ export interface GetCustomVerificationEmailTemplateRequest {
631
+ TemplateName: string | undefined;
632
+ }
633
+ export interface GetCustomVerificationEmailTemplateResponse {
634
+ TemplateName?: string;
635
+ FromEmailAddress?: string;
636
+ TemplateSubject?: string;
637
+ TemplateContent?: string;
638
+ SuccessRedirectionURL?: string;
639
+ FailureRedirectionURL?: string;
640
+ }
641
+ export interface GetIdentityDkimAttributesRequest {
642
+ Identities: string[] | undefined;
643
+ }
644
+ export interface GetIdentityDkimAttributesResponse {
645
+ DkimAttributes: Record<string, IdentityDkimAttributes> | undefined;
646
+ }
647
+ export interface GetIdentityMailFromDomainAttributesRequest {
648
+ Identities: string[] | undefined;
649
+ }
650
+ export interface IdentityMailFromDomainAttributes {
651
+ MailFromDomain: string | undefined;
652
+ MailFromDomainStatus: CustomMailFromStatus | string | undefined;
653
+ BehaviorOnMXFailure: BehaviorOnMXFailure | string | undefined;
654
+ }
655
+ export interface GetIdentityMailFromDomainAttributesResponse {
656
+ MailFromDomainAttributes:
657
+ | Record<string, IdentityMailFromDomainAttributes>
658
+ | undefined;
659
+ }
660
+ export interface GetIdentityNotificationAttributesRequest {
661
+ Identities: string[] | undefined;
662
+ }
663
+ export interface IdentityNotificationAttributes {
664
+ BounceTopic: string | undefined;
665
+ ComplaintTopic: string | undefined;
666
+ DeliveryTopic: string | undefined;
667
+ ForwardingEnabled: boolean | undefined;
668
+ HeadersInBounceNotificationsEnabled?: boolean;
669
+ HeadersInComplaintNotificationsEnabled?: boolean;
670
+ HeadersInDeliveryNotificationsEnabled?: boolean;
671
+ }
672
+ export interface GetIdentityNotificationAttributesResponse {
673
+ NotificationAttributes:
674
+ | Record<string, IdentityNotificationAttributes>
675
+ | undefined;
676
+ }
677
+ export interface GetIdentityPoliciesRequest {
678
+ Identity: string | undefined;
679
+ PolicyNames: string[] | undefined;
680
+ }
681
+ export interface GetIdentityPoliciesResponse {
682
+ Policies: Record<string, string> | undefined;
683
+ }
684
+ export interface GetIdentityVerificationAttributesRequest {
685
+ Identities: string[] | undefined;
686
+ }
687
+ export interface IdentityVerificationAttributes {
688
+ VerificationStatus: VerificationStatus | string | undefined;
689
+ VerificationToken?: string;
690
+ }
691
+ export interface GetIdentityVerificationAttributesResponse {
692
+ VerificationAttributes:
693
+ | Record<string, IdentityVerificationAttributes>
694
+ | undefined;
695
+ }
696
+ export interface GetSendQuotaResponse {
697
+ Max24HourSend?: number;
698
+ MaxSendRate?: number;
699
+ SentLast24Hours?: number;
700
+ }
701
+ export interface SendDataPoint {
702
+ Timestamp?: Date;
703
+ DeliveryAttempts?: number;
704
+ Bounces?: number;
705
+ Complaints?: number;
706
+ Rejects?: number;
707
+ }
708
+ export interface GetSendStatisticsResponse {
709
+ SendDataPoints?: SendDataPoint[];
710
+ }
711
+ export interface GetTemplateRequest {
712
+ TemplateName: string | undefined;
713
+ }
714
+ export interface GetTemplateResponse {
715
+ Template?: Template;
716
+ }
717
+ export declare class TemplateDoesNotExistException extends __BaseException {
718
+ readonly name: "TemplateDoesNotExistException";
719
+ readonly $fault: "client";
720
+ TemplateName?: string;
721
+ constructor(
722
+ opts: __ExceptionOptionType<TemplateDoesNotExistException, __BaseException>
723
+ );
724
+ }
725
+ export declare type IdentityType = "Domain" | "EmailAddress";
726
+ export declare class InvalidDeliveryOptionsException extends __BaseException {
727
+ readonly name: "InvalidDeliveryOptionsException";
728
+ readonly $fault: "client";
729
+ constructor(
730
+ opts: __ExceptionOptionType<
731
+ InvalidDeliveryOptionsException,
732
+ __BaseException
733
+ >
734
+ );
735
+ }
736
+ export declare class InvalidPolicyException extends __BaseException {
737
+ readonly name: "InvalidPolicyException";
738
+ readonly $fault: "client";
739
+ constructor(
740
+ opts: __ExceptionOptionType<InvalidPolicyException, __BaseException>
741
+ );
742
+ }
743
+ export declare class InvalidRenderingParameterException extends __BaseException {
744
+ readonly name: "InvalidRenderingParameterException";
745
+ readonly $fault: "client";
746
+ TemplateName?: string;
747
+ constructor(
748
+ opts: __ExceptionOptionType<
749
+ InvalidRenderingParameterException,
750
+ __BaseException
751
+ >
752
+ );
753
+ }
754
+ export interface ListConfigurationSetsRequest {
755
+ NextToken?: string;
756
+ MaxItems?: number;
757
+ }
758
+ export interface ListConfigurationSetsResponse {
759
+ ConfigurationSets?: ConfigurationSet[];
760
+ NextToken?: string;
761
+ }
762
+ export interface ListCustomVerificationEmailTemplatesRequest {
763
+ NextToken?: string;
764
+ MaxResults?: number;
765
+ }
766
+ export interface ListCustomVerificationEmailTemplatesResponse {
767
+ CustomVerificationEmailTemplates?: CustomVerificationEmailTemplate[];
768
+ NextToken?: string;
769
+ }
770
+ export interface ListIdentitiesRequest {
771
+ IdentityType?: IdentityType | string;
772
+ NextToken?: string;
773
+ MaxItems?: number;
774
+ }
775
+ export interface ListIdentitiesResponse {
776
+ Identities: string[] | undefined;
777
+ NextToken?: string;
778
+ }
779
+ export interface ListIdentityPoliciesRequest {
780
+ Identity: string | undefined;
781
+ }
782
+ export interface ListIdentityPoliciesResponse {
783
+ PolicyNames: string[] | undefined;
784
+ }
785
+ export interface ListReceiptFiltersRequest {}
786
+ export interface ListReceiptFiltersResponse {
787
+ Filters?: ReceiptFilter[];
788
+ }
789
+ export interface ListReceiptRuleSetsRequest {
790
+ NextToken?: string;
791
+ }
792
+ export interface ListReceiptRuleSetsResponse {
793
+ RuleSets?: ReceiptRuleSetMetadata[];
794
+ NextToken?: string;
795
+ }
796
+ export interface ListTemplatesRequest {
797
+ NextToken?: string;
798
+ MaxItems?: number;
799
+ }
800
+ export interface TemplateMetadata {
801
+ Name?: string;
802
+ CreatedTimestamp?: Date;
803
+ }
804
+ export interface ListTemplatesResponse {
805
+ TemplatesMetadata?: TemplateMetadata[];
806
+ NextToken?: string;
807
+ }
808
+ export interface ListVerifiedEmailAddressesResponse {
809
+ VerifiedEmailAddresses?: string[];
810
+ }
811
+ export declare class MailFromDomainNotVerifiedException extends __BaseException {
812
+ readonly name: "MailFromDomainNotVerifiedException";
813
+ readonly $fault: "client";
814
+ constructor(
815
+ opts: __ExceptionOptionType<
816
+ MailFromDomainNotVerifiedException,
817
+ __BaseException
818
+ >
819
+ );
820
+ }
821
+ export interface Message {
822
+ Subject: Content | undefined;
823
+ Body: Body | undefined;
824
+ }
825
+ export interface MessageDsn {
826
+ ReportingMta: string | undefined;
827
+ ArrivalDate?: Date;
828
+ ExtensionFields?: ExtensionField[];
829
+ }
830
+ export declare class MessageRejected extends __BaseException {
831
+ readonly name: "MessageRejected";
832
+ readonly $fault: "client";
833
+ constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
834
+ }
835
+ export declare class MissingRenderingAttributeException extends __BaseException {
836
+ readonly name: "MissingRenderingAttributeException";
837
+ readonly $fault: "client";
838
+ TemplateName?: string;
839
+ constructor(
840
+ opts: __ExceptionOptionType<
841
+ MissingRenderingAttributeException,
842
+ __BaseException
843
+ >
844
+ );
845
+ }
846
+ export declare type NotificationType = "Bounce" | "Complaint" | "Delivery";
847
+ export declare class ProductionAccessNotGrantedException extends __BaseException {
848
+ readonly name: "ProductionAccessNotGrantedException";
849
+ readonly $fault: "client";
850
+ constructor(
851
+ opts: __ExceptionOptionType<
852
+ ProductionAccessNotGrantedException,
853
+ __BaseException
854
+ >
855
+ );
856
+ }
857
+ export interface PutConfigurationSetDeliveryOptionsRequest {
858
+ ConfigurationSetName: string | undefined;
859
+ DeliveryOptions?: DeliveryOptions;
860
+ }
861
+ export interface PutConfigurationSetDeliveryOptionsResponse {}
862
+ export interface PutIdentityPolicyRequest {
863
+ Identity: string | undefined;
864
+ PolicyName: string | undefined;
865
+ Policy: string | undefined;
866
+ }
867
+ export interface PutIdentityPolicyResponse {}
868
+ export interface RawMessage {
869
+ Data: Uint8Array | undefined;
870
+ }
871
+ export interface ReorderReceiptRuleSetRequest {
872
+ RuleSetName: string | undefined;
873
+ RuleNames: string[] | undefined;
874
+ }
875
+ export interface ReorderReceiptRuleSetResponse {}
876
+ export interface SendBounceRequest {
877
+ OriginalMessageId: string | undefined;
878
+ BounceSender: string | undefined;
879
+ Explanation?: string;
880
+ MessageDsn?: MessageDsn;
881
+ BouncedRecipientInfoList: BouncedRecipientInfo[] | undefined;
882
+ BounceSenderArn?: string;
883
+ }
884
+ export interface SendBounceResponse {
885
+ MessageId?: string;
886
+ }
887
+ export interface SendBulkTemplatedEmailRequest {
888
+ Source: string | undefined;
889
+ SourceArn?: string;
890
+ ReplyToAddresses?: string[];
891
+ ReturnPath?: string;
892
+ ReturnPathArn?: string;
893
+ ConfigurationSetName?: string;
894
+ DefaultTags?: MessageTag[];
895
+ Template: string | undefined;
896
+ TemplateArn?: string;
897
+ DefaultTemplateData?: string;
898
+ Destinations: BulkEmailDestination[] | undefined;
899
+ }
900
+ export interface SendBulkTemplatedEmailResponse {
901
+ Status: BulkEmailDestinationStatus[] | undefined;
902
+ }
903
+ export interface SendCustomVerificationEmailRequest {
904
+ EmailAddress: string | undefined;
905
+ TemplateName: string | undefined;
906
+ ConfigurationSetName?: string;
907
+ }
908
+ export interface SendCustomVerificationEmailResponse {
909
+ MessageId?: string;
910
+ }
911
+ export interface SendEmailRequest {
912
+ Source: string | undefined;
913
+ Destination: Destination | undefined;
914
+ Message: Message | undefined;
915
+ ReplyToAddresses?: string[];
916
+ ReturnPath?: string;
917
+ SourceArn?: string;
918
+ ReturnPathArn?: string;
919
+ Tags?: MessageTag[];
920
+ ConfigurationSetName?: string;
921
+ }
922
+ export interface SendEmailResponse {
923
+ MessageId: string | undefined;
924
+ }
925
+ export interface SendRawEmailRequest {
926
+ Source?: string;
927
+ Destinations?: string[];
928
+ RawMessage: RawMessage | undefined;
929
+ FromArn?: string;
930
+ SourceArn?: string;
931
+ ReturnPathArn?: string;
932
+ Tags?: MessageTag[];
933
+ ConfigurationSetName?: string;
934
+ }
935
+ export interface SendRawEmailResponse {
936
+ MessageId: string | undefined;
937
+ }
938
+ export interface SendTemplatedEmailRequest {
939
+ Source: string | undefined;
940
+ Destination: Destination | undefined;
941
+ ReplyToAddresses?: string[];
942
+ ReturnPath?: string;
943
+ SourceArn?: string;
944
+ ReturnPathArn?: string;
945
+ Tags?: MessageTag[];
946
+ ConfigurationSetName?: string;
947
+ Template: string | undefined;
948
+ TemplateArn?: string;
949
+ TemplateData: string | undefined;
950
+ }
951
+ export interface SendTemplatedEmailResponse {
952
+ MessageId: string | undefined;
953
+ }
954
+ export interface SetActiveReceiptRuleSetRequest {
955
+ RuleSetName?: string;
956
+ }
957
+ export interface SetActiveReceiptRuleSetResponse {}
958
+ export interface SetIdentityDkimEnabledRequest {
959
+ Identity: string | undefined;
960
+ DkimEnabled: boolean | undefined;
961
+ }
962
+ export interface SetIdentityDkimEnabledResponse {}
963
+ export interface SetIdentityFeedbackForwardingEnabledRequest {
964
+ Identity: string | undefined;
965
+ ForwardingEnabled: boolean | undefined;
966
+ }
967
+ export interface SetIdentityFeedbackForwardingEnabledResponse {}
968
+ export interface SetIdentityHeadersInNotificationsEnabledRequest {
969
+ Identity: string | undefined;
970
+ NotificationType: NotificationType | string | undefined;
971
+ Enabled: boolean | undefined;
972
+ }
973
+ export interface SetIdentityHeadersInNotificationsEnabledResponse {}
974
+ export interface SetIdentityMailFromDomainRequest {
975
+ Identity: string | undefined;
976
+ MailFromDomain?: string;
977
+ BehaviorOnMXFailure?: BehaviorOnMXFailure | string;
978
+ }
979
+ export interface SetIdentityMailFromDomainResponse {}
980
+ export interface SetIdentityNotificationTopicRequest {
981
+ Identity: string | undefined;
982
+ NotificationType: NotificationType | string | undefined;
983
+ SnsTopic?: string;
984
+ }
985
+ export interface SetIdentityNotificationTopicResponse {}
986
+ export interface SetReceiptRulePositionRequest {
987
+ RuleSetName: string | undefined;
988
+ RuleName: string | undefined;
989
+ After?: string;
990
+ }
991
+ export interface SetReceiptRulePositionResponse {}
992
+ export interface TestRenderTemplateRequest {
993
+ TemplateName: string | undefined;
994
+ TemplateData: string | undefined;
995
+ }
996
+ export interface TestRenderTemplateResponse {
997
+ RenderedTemplate?: string;
998
+ }
999
+ export interface UpdateAccountSendingEnabledRequest {
1000
+ Enabled?: boolean;
1001
+ }
1002
+ export interface UpdateConfigurationSetEventDestinationRequest {
1003
+ ConfigurationSetName: string | undefined;
1004
+ EventDestination: EventDestination | undefined;
1005
+ }
1006
+ export interface UpdateConfigurationSetEventDestinationResponse {}
1007
+ export interface UpdateConfigurationSetReputationMetricsEnabledRequest {
1008
+ ConfigurationSetName: string | undefined;
1009
+ Enabled: boolean | undefined;
1010
+ }
1011
+ export interface UpdateConfigurationSetSendingEnabledRequest {
1012
+ ConfigurationSetName: string | undefined;
1013
+ Enabled: boolean | undefined;
1014
+ }
1015
+ export interface UpdateConfigurationSetTrackingOptionsRequest {
1016
+ ConfigurationSetName: string | undefined;
1017
+ TrackingOptions: TrackingOptions | undefined;
1018
+ }
1019
+ export interface UpdateConfigurationSetTrackingOptionsResponse {}
1020
+ export interface UpdateCustomVerificationEmailTemplateRequest {
1021
+ TemplateName: string | undefined;
1022
+ FromEmailAddress?: string;
1023
+ TemplateSubject?: string;
1024
+ TemplateContent?: string;
1025
+ SuccessRedirectionURL?: string;
1026
+ FailureRedirectionURL?: string;
1027
+ }
1028
+ export interface UpdateReceiptRuleRequest {
1029
+ RuleSetName: string | undefined;
1030
+ Rule: ReceiptRule | undefined;
1031
+ }
1032
+ export interface UpdateReceiptRuleResponse {}
1033
+ export interface UpdateTemplateRequest {
1034
+ Template: Template | undefined;
1035
+ }
1036
+ export interface UpdateTemplateResponse {}
1037
+ export interface VerifyDomainDkimRequest {
1038
+ Domain: string | undefined;
1039
+ }
1040
+ export interface VerifyDomainDkimResponse {
1041
+ DkimTokens: string[] | undefined;
1042
+ }
1043
+ export interface VerifyDomainIdentityRequest {
1044
+ Domain: string | undefined;
1045
+ }
1046
+ export interface VerifyDomainIdentityResponse {
1047
+ VerificationToken: string | undefined;
1048
+ }
1049
+ export interface VerifyEmailAddressRequest {
1050
+ EmailAddress: string | undefined;
1051
+ }
1052
+ export interface VerifyEmailIdentityRequest {
1053
+ EmailAddress: string | undefined;
1054
+ }
1055
+ export interface VerifyEmailIdentityResponse {}
1056
+ export declare const AddHeaderActionFilterSensitiveLog: (
1057
+ obj: AddHeaderAction
1058
+ ) => any;
1059
+ export declare const ContentFilterSensitiveLog: (obj: Content) => any;
1060
+ export declare const BodyFilterSensitiveLog: (obj: Body) => any;
1061
+ export declare const BounceActionFilterSensitiveLog: (obj: BounceAction) => any;
1062
+ export declare const ExtensionFieldFilterSensitiveLog: (
1063
+ obj: ExtensionField
1064
+ ) => any;
1065
+ export declare const RecipientDsnFieldsFilterSensitiveLog: (
1066
+ obj: RecipientDsnFields
1067
+ ) => any;
1068
+ export declare const BouncedRecipientInfoFilterSensitiveLog: (
1069
+ obj: BouncedRecipientInfo
1070
+ ) => any;
1071
+ export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
1072
+ export declare const MessageTagFilterSensitiveLog: (obj: MessageTag) => any;
1073
+ export declare const BulkEmailDestinationFilterSensitiveLog: (
1074
+ obj: BulkEmailDestination
1075
+ ) => any;
1076
+ export declare const BulkEmailDestinationStatusFilterSensitiveLog: (
1077
+ obj: BulkEmailDestinationStatus
1078
+ ) => any;
1079
+ export declare const CloneReceiptRuleSetRequestFilterSensitiveLog: (
1080
+ obj: CloneReceiptRuleSetRequest
1081
+ ) => any;
1082
+ export declare const CloneReceiptRuleSetResponseFilterSensitiveLog: (
1083
+ obj: CloneReceiptRuleSetResponse
1084
+ ) => any;
1085
+ export declare const CloudWatchDimensionConfigurationFilterSensitiveLog: (
1086
+ obj: CloudWatchDimensionConfiguration
1087
+ ) => any;
1088
+ export declare const CloudWatchDestinationFilterSensitiveLog: (
1089
+ obj: CloudWatchDestination
1090
+ ) => any;
1091
+ export declare const ConfigurationSetFilterSensitiveLog: (
1092
+ obj: ConfigurationSet
1093
+ ) => any;
1094
+ export declare const CreateConfigurationSetRequestFilterSensitiveLog: (
1095
+ obj: CreateConfigurationSetRequest
1096
+ ) => any;
1097
+ export declare const CreateConfigurationSetResponseFilterSensitiveLog: (
1098
+ obj: CreateConfigurationSetResponse
1099
+ ) => any;
1100
+ export declare const KinesisFirehoseDestinationFilterSensitiveLog: (
1101
+ obj: KinesisFirehoseDestination
1102
+ ) => any;
1103
+ export declare const SNSDestinationFilterSensitiveLog: (
1104
+ obj: SNSDestination
1105
+ ) => any;
1106
+ export declare const EventDestinationFilterSensitiveLog: (
1107
+ obj: EventDestination
1108
+ ) => any;
1109
+ export declare const CreateConfigurationSetEventDestinationRequestFilterSensitiveLog: (
1110
+ obj: CreateConfigurationSetEventDestinationRequest
1111
+ ) => any;
1112
+ export declare const CreateConfigurationSetEventDestinationResponseFilterSensitiveLog: (
1113
+ obj: CreateConfigurationSetEventDestinationResponse
1114
+ ) => any;
1115
+ export declare const TrackingOptionsFilterSensitiveLog: (
1116
+ obj: TrackingOptions
1117
+ ) => any;
1118
+ export declare const CreateConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (
1119
+ obj: CreateConfigurationSetTrackingOptionsRequest
1120
+ ) => any;
1121
+ export declare const CreateConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (
1122
+ obj: CreateConfigurationSetTrackingOptionsResponse
1123
+ ) => any;
1124
+ export declare const CreateCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
1125
+ obj: CreateCustomVerificationEmailTemplateRequest
1126
+ ) => any;
1127
+ export declare const ReceiptIpFilterFilterSensitiveLog: (
1128
+ obj: ReceiptIpFilter
1129
+ ) => any;
1130
+ export declare const ReceiptFilterFilterSensitiveLog: (
1131
+ obj: ReceiptFilter
1132
+ ) => any;
1133
+ export declare const CreateReceiptFilterRequestFilterSensitiveLog: (
1134
+ obj: CreateReceiptFilterRequest
1135
+ ) => any;
1136
+ export declare const CreateReceiptFilterResponseFilterSensitiveLog: (
1137
+ obj: CreateReceiptFilterResponse
1138
+ ) => any;
1139
+ export declare const LambdaActionFilterSensitiveLog: (obj: LambdaAction) => any;
1140
+ export declare const S3ActionFilterSensitiveLog: (obj: S3Action) => any;
1141
+ export declare const SNSActionFilterSensitiveLog: (obj: SNSAction) => any;
1142
+ export declare const StopActionFilterSensitiveLog: (obj: StopAction) => any;
1143
+ export declare const WorkmailActionFilterSensitiveLog: (
1144
+ obj: WorkmailAction
1145
+ ) => any;
1146
+ export declare const ReceiptActionFilterSensitiveLog: (
1147
+ obj: ReceiptAction
1148
+ ) => any;
1149
+ export declare const ReceiptRuleFilterSensitiveLog: (obj: ReceiptRule) => any;
1150
+ export declare const CreateReceiptRuleRequestFilterSensitiveLog: (
1151
+ obj: CreateReceiptRuleRequest
1152
+ ) => any;
1153
+ export declare const CreateReceiptRuleResponseFilterSensitiveLog: (
1154
+ obj: CreateReceiptRuleResponse
1155
+ ) => any;
1156
+ export declare const CreateReceiptRuleSetRequestFilterSensitiveLog: (
1157
+ obj: CreateReceiptRuleSetRequest
1158
+ ) => any;
1159
+ export declare const CreateReceiptRuleSetResponseFilterSensitiveLog: (
1160
+ obj: CreateReceiptRuleSetResponse
1161
+ ) => any;
1162
+ export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
1163
+ export declare const CreateTemplateRequestFilterSensitiveLog: (
1164
+ obj: CreateTemplateRequest
1165
+ ) => any;
1166
+ export declare const CreateTemplateResponseFilterSensitiveLog: (
1167
+ obj: CreateTemplateResponse
1168
+ ) => any;
1169
+ export declare const CustomVerificationEmailTemplateFilterSensitiveLog: (
1170
+ obj: CustomVerificationEmailTemplate
1171
+ ) => any;
1172
+ export declare const DeleteConfigurationSetRequestFilterSensitiveLog: (
1173
+ obj: DeleteConfigurationSetRequest
1174
+ ) => any;
1175
+ export declare const DeleteConfigurationSetResponseFilterSensitiveLog: (
1176
+ obj: DeleteConfigurationSetResponse
1177
+ ) => any;
1178
+ export declare const DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog: (
1179
+ obj: DeleteConfigurationSetEventDestinationRequest
1180
+ ) => any;
1181
+ export declare const DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog: (
1182
+ obj: DeleteConfigurationSetEventDestinationResponse
1183
+ ) => any;
1184
+ export declare const DeleteConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (
1185
+ obj: DeleteConfigurationSetTrackingOptionsRequest
1186
+ ) => any;
1187
+ export declare const DeleteConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (
1188
+ obj: DeleteConfigurationSetTrackingOptionsResponse
1189
+ ) => any;
1190
+ export declare const DeleteCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
1191
+ obj: DeleteCustomVerificationEmailTemplateRequest
1192
+ ) => any;
1193
+ export declare const DeleteIdentityRequestFilterSensitiveLog: (
1194
+ obj: DeleteIdentityRequest
1195
+ ) => any;
1196
+ export declare const DeleteIdentityResponseFilterSensitiveLog: (
1197
+ obj: DeleteIdentityResponse
1198
+ ) => any;
1199
+ export declare const DeleteIdentityPolicyRequestFilterSensitiveLog: (
1200
+ obj: DeleteIdentityPolicyRequest
1201
+ ) => any;
1202
+ export declare const DeleteIdentityPolicyResponseFilterSensitiveLog: (
1203
+ obj: DeleteIdentityPolicyResponse
1204
+ ) => any;
1205
+ export declare const DeleteReceiptFilterRequestFilterSensitiveLog: (
1206
+ obj: DeleteReceiptFilterRequest
1207
+ ) => any;
1208
+ export declare const DeleteReceiptFilterResponseFilterSensitiveLog: (
1209
+ obj: DeleteReceiptFilterResponse
1210
+ ) => any;
1211
+ export declare const DeleteReceiptRuleRequestFilterSensitiveLog: (
1212
+ obj: DeleteReceiptRuleRequest
1213
+ ) => any;
1214
+ export declare const DeleteReceiptRuleResponseFilterSensitiveLog: (
1215
+ obj: DeleteReceiptRuleResponse
1216
+ ) => any;
1217
+ export declare const DeleteReceiptRuleSetRequestFilterSensitiveLog: (
1218
+ obj: DeleteReceiptRuleSetRequest
1219
+ ) => any;
1220
+ export declare const DeleteReceiptRuleSetResponseFilterSensitiveLog: (
1221
+ obj: DeleteReceiptRuleSetResponse
1222
+ ) => any;
1223
+ export declare const DeleteTemplateRequestFilterSensitiveLog: (
1224
+ obj: DeleteTemplateRequest
1225
+ ) => any;
1226
+ export declare const DeleteTemplateResponseFilterSensitiveLog: (
1227
+ obj: DeleteTemplateResponse
1228
+ ) => any;
1229
+ export declare const DeleteVerifiedEmailAddressRequestFilterSensitiveLog: (
1230
+ obj: DeleteVerifiedEmailAddressRequest
1231
+ ) => any;
1232
+ export declare const DeliveryOptionsFilterSensitiveLog: (
1233
+ obj: DeliveryOptions
1234
+ ) => any;
1235
+ export declare const DescribeActiveReceiptRuleSetRequestFilterSensitiveLog: (
1236
+ obj: DescribeActiveReceiptRuleSetRequest
1237
+ ) => any;
1238
+ export declare const ReceiptRuleSetMetadataFilterSensitiveLog: (
1239
+ obj: ReceiptRuleSetMetadata
1240
+ ) => any;
1241
+ export declare const DescribeActiveReceiptRuleSetResponseFilterSensitiveLog: (
1242
+ obj: DescribeActiveReceiptRuleSetResponse
1243
+ ) => any;
1244
+ export declare const DescribeConfigurationSetRequestFilterSensitiveLog: (
1245
+ obj: DescribeConfigurationSetRequest
1246
+ ) => any;
1247
+ export declare const ReputationOptionsFilterSensitiveLog: (
1248
+ obj: ReputationOptions
1249
+ ) => any;
1250
+ export declare const DescribeConfigurationSetResponseFilterSensitiveLog: (
1251
+ obj: DescribeConfigurationSetResponse
1252
+ ) => any;
1253
+ export declare const DescribeReceiptRuleRequestFilterSensitiveLog: (
1254
+ obj: DescribeReceiptRuleRequest
1255
+ ) => any;
1256
+ export declare const DescribeReceiptRuleResponseFilterSensitiveLog: (
1257
+ obj: DescribeReceiptRuleResponse
1258
+ ) => any;
1259
+ export declare const DescribeReceiptRuleSetRequestFilterSensitiveLog: (
1260
+ obj: DescribeReceiptRuleSetRequest
1261
+ ) => any;
1262
+ export declare const DescribeReceiptRuleSetResponseFilterSensitiveLog: (
1263
+ obj: DescribeReceiptRuleSetResponse
1264
+ ) => any;
1265
+ export declare const IdentityDkimAttributesFilterSensitiveLog: (
1266
+ obj: IdentityDkimAttributes
1267
+ ) => any;
1268
+ export declare const GetAccountSendingEnabledResponseFilterSensitiveLog: (
1269
+ obj: GetAccountSendingEnabledResponse
1270
+ ) => any;
1271
+ export declare const GetCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
1272
+ obj: GetCustomVerificationEmailTemplateRequest
1273
+ ) => any;
1274
+ export declare const GetCustomVerificationEmailTemplateResponseFilterSensitiveLog: (
1275
+ obj: GetCustomVerificationEmailTemplateResponse
1276
+ ) => any;
1277
+ export declare const GetIdentityDkimAttributesRequestFilterSensitiveLog: (
1278
+ obj: GetIdentityDkimAttributesRequest
1279
+ ) => any;
1280
+ export declare const GetIdentityDkimAttributesResponseFilterSensitiveLog: (
1281
+ obj: GetIdentityDkimAttributesResponse
1282
+ ) => any;
1283
+ export declare const GetIdentityMailFromDomainAttributesRequestFilterSensitiveLog: (
1284
+ obj: GetIdentityMailFromDomainAttributesRequest
1285
+ ) => any;
1286
+ export declare const IdentityMailFromDomainAttributesFilterSensitiveLog: (
1287
+ obj: IdentityMailFromDomainAttributes
1288
+ ) => any;
1289
+ export declare const GetIdentityMailFromDomainAttributesResponseFilterSensitiveLog: (
1290
+ obj: GetIdentityMailFromDomainAttributesResponse
1291
+ ) => any;
1292
+ export declare const GetIdentityNotificationAttributesRequestFilterSensitiveLog: (
1293
+ obj: GetIdentityNotificationAttributesRequest
1294
+ ) => any;
1295
+ export declare const IdentityNotificationAttributesFilterSensitiveLog: (
1296
+ obj: IdentityNotificationAttributes
1297
+ ) => any;
1298
+ export declare const GetIdentityNotificationAttributesResponseFilterSensitiveLog: (
1299
+ obj: GetIdentityNotificationAttributesResponse
1300
+ ) => any;
1301
+ export declare const GetIdentityPoliciesRequestFilterSensitiveLog: (
1302
+ obj: GetIdentityPoliciesRequest
1303
+ ) => any;
1304
+ export declare const GetIdentityPoliciesResponseFilterSensitiveLog: (
1305
+ obj: GetIdentityPoliciesResponse
1306
+ ) => any;
1307
+ export declare const GetIdentityVerificationAttributesRequestFilterSensitiveLog: (
1308
+ obj: GetIdentityVerificationAttributesRequest
1309
+ ) => any;
1310
+ export declare const IdentityVerificationAttributesFilterSensitiveLog: (
1311
+ obj: IdentityVerificationAttributes
1312
+ ) => any;
1313
+ export declare const GetIdentityVerificationAttributesResponseFilterSensitiveLog: (
1314
+ obj: GetIdentityVerificationAttributesResponse
1315
+ ) => any;
1316
+ export declare const GetSendQuotaResponseFilterSensitiveLog: (
1317
+ obj: GetSendQuotaResponse
1318
+ ) => any;
1319
+ export declare const SendDataPointFilterSensitiveLog: (
1320
+ obj: SendDataPoint
1321
+ ) => any;
1322
+ export declare const GetSendStatisticsResponseFilterSensitiveLog: (
1323
+ obj: GetSendStatisticsResponse
1324
+ ) => any;
1325
+ export declare const GetTemplateRequestFilterSensitiveLog: (
1326
+ obj: GetTemplateRequest
1327
+ ) => any;
1328
+ export declare const GetTemplateResponseFilterSensitiveLog: (
1329
+ obj: GetTemplateResponse
1330
+ ) => any;
1331
+ export declare const ListConfigurationSetsRequestFilterSensitiveLog: (
1332
+ obj: ListConfigurationSetsRequest
1333
+ ) => any;
1334
+ export declare const ListConfigurationSetsResponseFilterSensitiveLog: (
1335
+ obj: ListConfigurationSetsResponse
1336
+ ) => any;
1337
+ export declare const ListCustomVerificationEmailTemplatesRequestFilterSensitiveLog: (
1338
+ obj: ListCustomVerificationEmailTemplatesRequest
1339
+ ) => any;
1340
+ export declare const ListCustomVerificationEmailTemplatesResponseFilterSensitiveLog: (
1341
+ obj: ListCustomVerificationEmailTemplatesResponse
1342
+ ) => any;
1343
+ export declare const ListIdentitiesRequestFilterSensitiveLog: (
1344
+ obj: ListIdentitiesRequest
1345
+ ) => any;
1346
+ export declare const ListIdentitiesResponseFilterSensitiveLog: (
1347
+ obj: ListIdentitiesResponse
1348
+ ) => any;
1349
+ export declare const ListIdentityPoliciesRequestFilterSensitiveLog: (
1350
+ obj: ListIdentityPoliciesRequest
1351
+ ) => any;
1352
+ export declare const ListIdentityPoliciesResponseFilterSensitiveLog: (
1353
+ obj: ListIdentityPoliciesResponse
1354
+ ) => any;
1355
+ export declare const ListReceiptFiltersRequestFilterSensitiveLog: (
1356
+ obj: ListReceiptFiltersRequest
1357
+ ) => any;
1358
+ export declare const ListReceiptFiltersResponseFilterSensitiveLog: (
1359
+ obj: ListReceiptFiltersResponse
1360
+ ) => any;
1361
+ export declare const ListReceiptRuleSetsRequestFilterSensitiveLog: (
1362
+ obj: ListReceiptRuleSetsRequest
1363
+ ) => any;
1364
+ export declare const ListReceiptRuleSetsResponseFilterSensitiveLog: (
1365
+ obj: ListReceiptRuleSetsResponse
1366
+ ) => any;
1367
+ export declare const ListTemplatesRequestFilterSensitiveLog: (
1368
+ obj: ListTemplatesRequest
1369
+ ) => any;
1370
+ export declare const TemplateMetadataFilterSensitiveLog: (
1371
+ obj: TemplateMetadata
1372
+ ) => any;
1373
+ export declare const ListTemplatesResponseFilterSensitiveLog: (
1374
+ obj: ListTemplatesResponse
1375
+ ) => any;
1376
+ export declare const ListVerifiedEmailAddressesResponseFilterSensitiveLog: (
1377
+ obj: ListVerifiedEmailAddressesResponse
1378
+ ) => any;
1379
+ export declare const MessageFilterSensitiveLog: (obj: Message) => any;
1380
+ export declare const MessageDsnFilterSensitiveLog: (obj: MessageDsn) => any;
1381
+ export declare const PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog: (
1382
+ obj: PutConfigurationSetDeliveryOptionsRequest
1383
+ ) => any;
1384
+ export declare const PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog: (
1385
+ obj: PutConfigurationSetDeliveryOptionsResponse
1386
+ ) => any;
1387
+ export declare const PutIdentityPolicyRequestFilterSensitiveLog: (
1388
+ obj: PutIdentityPolicyRequest
1389
+ ) => any;
1390
+ export declare const PutIdentityPolicyResponseFilterSensitiveLog: (
1391
+ obj: PutIdentityPolicyResponse
1392
+ ) => any;
1393
+ export declare const RawMessageFilterSensitiveLog: (obj: RawMessage) => any;
1394
+ export declare const ReorderReceiptRuleSetRequestFilterSensitiveLog: (
1395
+ obj: ReorderReceiptRuleSetRequest
1396
+ ) => any;
1397
+ export declare const ReorderReceiptRuleSetResponseFilterSensitiveLog: (
1398
+ obj: ReorderReceiptRuleSetResponse
1399
+ ) => any;
1400
+ export declare const SendBounceRequestFilterSensitiveLog: (
1401
+ obj: SendBounceRequest
1402
+ ) => any;
1403
+ export declare const SendBounceResponseFilterSensitiveLog: (
1404
+ obj: SendBounceResponse
1405
+ ) => any;
1406
+ export declare const SendBulkTemplatedEmailRequestFilterSensitiveLog: (
1407
+ obj: SendBulkTemplatedEmailRequest
1408
+ ) => any;
1409
+ export declare const SendBulkTemplatedEmailResponseFilterSensitiveLog: (
1410
+ obj: SendBulkTemplatedEmailResponse
1411
+ ) => any;
1412
+ export declare const SendCustomVerificationEmailRequestFilterSensitiveLog: (
1413
+ obj: SendCustomVerificationEmailRequest
1414
+ ) => any;
1415
+ export declare const SendCustomVerificationEmailResponseFilterSensitiveLog: (
1416
+ obj: SendCustomVerificationEmailResponse
1417
+ ) => any;
1418
+ export declare const SendEmailRequestFilterSensitiveLog: (
1419
+ obj: SendEmailRequest
1420
+ ) => any;
1421
+ export declare const SendEmailResponseFilterSensitiveLog: (
1422
+ obj: SendEmailResponse
1423
+ ) => any;
1424
+ export declare const SendRawEmailRequestFilterSensitiveLog: (
1425
+ obj: SendRawEmailRequest
1426
+ ) => any;
1427
+ export declare const SendRawEmailResponseFilterSensitiveLog: (
1428
+ obj: SendRawEmailResponse
1429
+ ) => any;
1430
+ export declare const SendTemplatedEmailRequestFilterSensitiveLog: (
1431
+ obj: SendTemplatedEmailRequest
1432
+ ) => any;
1433
+ export declare const SendTemplatedEmailResponseFilterSensitiveLog: (
1434
+ obj: SendTemplatedEmailResponse
1435
+ ) => any;
1436
+ export declare const SetActiveReceiptRuleSetRequestFilterSensitiveLog: (
1437
+ obj: SetActiveReceiptRuleSetRequest
1438
+ ) => any;
1439
+ export declare const SetActiveReceiptRuleSetResponseFilterSensitiveLog: (
1440
+ obj: SetActiveReceiptRuleSetResponse
1441
+ ) => any;
1442
+ export declare const SetIdentityDkimEnabledRequestFilterSensitiveLog: (
1443
+ obj: SetIdentityDkimEnabledRequest
1444
+ ) => any;
1445
+ export declare const SetIdentityDkimEnabledResponseFilterSensitiveLog: (
1446
+ obj: SetIdentityDkimEnabledResponse
1447
+ ) => any;
1448
+ export declare const SetIdentityFeedbackForwardingEnabledRequestFilterSensitiveLog: (
1449
+ obj: SetIdentityFeedbackForwardingEnabledRequest
1450
+ ) => any;
1451
+ export declare const SetIdentityFeedbackForwardingEnabledResponseFilterSensitiveLog: (
1452
+ obj: SetIdentityFeedbackForwardingEnabledResponse
1453
+ ) => any;
1454
+ export declare const SetIdentityHeadersInNotificationsEnabledRequestFilterSensitiveLog: (
1455
+ obj: SetIdentityHeadersInNotificationsEnabledRequest
1456
+ ) => any;
1457
+ export declare const SetIdentityHeadersInNotificationsEnabledResponseFilterSensitiveLog: (
1458
+ obj: SetIdentityHeadersInNotificationsEnabledResponse
1459
+ ) => any;
1460
+ export declare const SetIdentityMailFromDomainRequestFilterSensitiveLog: (
1461
+ obj: SetIdentityMailFromDomainRequest
1462
+ ) => any;
1463
+ export declare const SetIdentityMailFromDomainResponseFilterSensitiveLog: (
1464
+ obj: SetIdentityMailFromDomainResponse
1465
+ ) => any;
1466
+ export declare const SetIdentityNotificationTopicRequestFilterSensitiveLog: (
1467
+ obj: SetIdentityNotificationTopicRequest
1468
+ ) => any;
1469
+ export declare const SetIdentityNotificationTopicResponseFilterSensitiveLog: (
1470
+ obj: SetIdentityNotificationTopicResponse
1471
+ ) => any;
1472
+ export declare const SetReceiptRulePositionRequestFilterSensitiveLog: (
1473
+ obj: SetReceiptRulePositionRequest
1474
+ ) => any;
1475
+ export declare const SetReceiptRulePositionResponseFilterSensitiveLog: (
1476
+ obj: SetReceiptRulePositionResponse
1477
+ ) => any;
1478
+ export declare const TestRenderTemplateRequestFilterSensitiveLog: (
1479
+ obj: TestRenderTemplateRequest
1480
+ ) => any;
1481
+ export declare const TestRenderTemplateResponseFilterSensitiveLog: (
1482
+ obj: TestRenderTemplateResponse
1483
+ ) => any;
1484
+ export declare const UpdateAccountSendingEnabledRequestFilterSensitiveLog: (
1485
+ obj: UpdateAccountSendingEnabledRequest
1486
+ ) => any;
1487
+ export declare const UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog: (
1488
+ obj: UpdateConfigurationSetEventDestinationRequest
1489
+ ) => any;
1490
+ export declare const UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog: (
1491
+ obj: UpdateConfigurationSetEventDestinationResponse
1492
+ ) => any;
1493
+ export declare const UpdateConfigurationSetReputationMetricsEnabledRequestFilterSensitiveLog: (
1494
+ obj: UpdateConfigurationSetReputationMetricsEnabledRequest
1495
+ ) => any;
1496
+ export declare const UpdateConfigurationSetSendingEnabledRequestFilterSensitiveLog: (
1497
+ obj: UpdateConfigurationSetSendingEnabledRequest
1498
+ ) => any;
1499
+ export declare const UpdateConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (
1500
+ obj: UpdateConfigurationSetTrackingOptionsRequest
1501
+ ) => any;
1502
+ export declare const UpdateConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (
1503
+ obj: UpdateConfigurationSetTrackingOptionsResponse
1504
+ ) => any;
1505
+ export declare const UpdateCustomVerificationEmailTemplateRequestFilterSensitiveLog: (
1506
+ obj: UpdateCustomVerificationEmailTemplateRequest
1507
+ ) => any;
1508
+ export declare const UpdateReceiptRuleRequestFilterSensitiveLog: (
1509
+ obj: UpdateReceiptRuleRequest
1510
+ ) => any;
1511
+ export declare const UpdateReceiptRuleResponseFilterSensitiveLog: (
1512
+ obj: UpdateReceiptRuleResponse
1513
+ ) => any;
1514
+ export declare const UpdateTemplateRequestFilterSensitiveLog: (
1515
+ obj: UpdateTemplateRequest
1516
+ ) => any;
1517
+ export declare const UpdateTemplateResponseFilterSensitiveLog: (
1518
+ obj: UpdateTemplateResponse
1519
+ ) => any;
1520
+ export declare const VerifyDomainDkimRequestFilterSensitiveLog: (
1521
+ obj: VerifyDomainDkimRequest
1522
+ ) => any;
1523
+ export declare const VerifyDomainDkimResponseFilterSensitiveLog: (
1524
+ obj: VerifyDomainDkimResponse
1525
+ ) => any;
1526
+ export declare const VerifyDomainIdentityRequestFilterSensitiveLog: (
1527
+ obj: VerifyDomainIdentityRequest
1528
+ ) => any;
1529
+ export declare const VerifyDomainIdentityResponseFilterSensitiveLog: (
1530
+ obj: VerifyDomainIdentityResponse
1531
+ ) => any;
1532
+ export declare const VerifyEmailAddressRequestFilterSensitiveLog: (
1533
+ obj: VerifyEmailAddressRequest
1534
+ ) => any;
1535
+ export declare const VerifyEmailIdentityRequestFilterSensitiveLog: (
1536
+ obj: VerifyEmailIdentityRequest
1537
+ ) => any;
1538
+ export declare const VerifyEmailIdentityResponseFilterSensitiveLog: (
1539
+ obj: VerifyEmailIdentityResponse
1540
+ ) => any;