@aws-sdk/client-mailmanager 3.934.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,563 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AcceptAction: {
6
+ readonly ALLOW: "ALLOW";
7
+ readonly DENY: "DENY";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type AcceptAction = (typeof AcceptAction)[keyof typeof AcceptAction];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const ActionFailurePolicy: {
18
+ readonly CONTINUE: "CONTINUE";
19
+ readonly DROP: "DROP";
20
+ };
21
+ /**
22
+ * @public
23
+ */
24
+ export type ActionFailurePolicy = (typeof ActionFailurePolicy)[keyof typeof ActionFailurePolicy];
25
+ /**
26
+ * @public
27
+ * @enum
28
+ */
29
+ export declare const ArchiveState: {
30
+ readonly ACTIVE: "ACTIVE";
31
+ readonly PENDING_DELETION: "PENDING_DELETION";
32
+ };
33
+ /**
34
+ * @public
35
+ */
36
+ export type ArchiveState = (typeof ArchiveState)[keyof typeof ArchiveState];
37
+ /**
38
+ * @public
39
+ * @enum
40
+ */
41
+ export declare const ArchiveBooleanEmailAttribute: {
42
+ readonly HAS_ATTACHMENTS: "HAS_ATTACHMENTS";
43
+ };
44
+ /**
45
+ * @public
46
+ */
47
+ export type ArchiveBooleanEmailAttribute = (typeof ArchiveBooleanEmailAttribute)[keyof typeof ArchiveBooleanEmailAttribute];
48
+ /**
49
+ * @public
50
+ * @enum
51
+ */
52
+ export declare const ArchiveBooleanOperator: {
53
+ readonly IS_FALSE: "IS_FALSE";
54
+ readonly IS_TRUE: "IS_TRUE";
55
+ };
56
+ /**
57
+ * @public
58
+ */
59
+ export type ArchiveBooleanOperator = (typeof ArchiveBooleanOperator)[keyof typeof ArchiveBooleanOperator];
60
+ /**
61
+ * @public
62
+ * @enum
63
+ */
64
+ export declare const ArchiveStringEmailAttribute: {
65
+ readonly CC: "CC";
66
+ readonly ENVELOPE_FROM: "ENVELOPE_FROM";
67
+ readonly ENVELOPE_TO: "ENVELOPE_TO";
68
+ readonly FROM: "FROM";
69
+ readonly SUBJECT: "SUBJECT";
70
+ readonly TO: "TO";
71
+ };
72
+ /**
73
+ * @public
74
+ */
75
+ export type ArchiveStringEmailAttribute = (typeof ArchiveStringEmailAttribute)[keyof typeof ArchiveStringEmailAttribute];
76
+ /**
77
+ * @public
78
+ * @enum
79
+ */
80
+ export declare const ArchiveStringOperator: {
81
+ readonly CONTAINS: "CONTAINS";
82
+ };
83
+ /**
84
+ * @public
85
+ */
86
+ export type ArchiveStringOperator = (typeof ArchiveStringOperator)[keyof typeof ArchiveStringOperator];
87
+ /**
88
+ * @public
89
+ * @enum
90
+ */
91
+ export declare const RetentionPeriod: {
92
+ readonly EIGHTEEN_MONTHS: "EIGHTEEN_MONTHS";
93
+ readonly EIGHT_YEARS: "EIGHT_YEARS";
94
+ readonly FIVE_YEARS: "FIVE_YEARS";
95
+ readonly FOUR_YEARS: "FOUR_YEARS";
96
+ readonly NINE_MONTHS: "NINE_MONTHS";
97
+ readonly NINE_YEARS: "NINE_YEARS";
98
+ readonly ONE_YEAR: "ONE_YEAR";
99
+ readonly PERMANENT: "PERMANENT";
100
+ readonly SEVEN_YEARS: "SEVEN_YEARS";
101
+ readonly SIX_MONTHS: "SIX_MONTHS";
102
+ readonly SIX_YEARS: "SIX_YEARS";
103
+ readonly TEN_YEARS: "TEN_YEARS";
104
+ readonly THIRTY_MONTHS: "THIRTY_MONTHS";
105
+ readonly THREE_MONTHS: "THREE_MONTHS";
106
+ readonly THREE_YEARS: "THREE_YEARS";
107
+ readonly TWO_YEARS: "TWO_YEARS";
108
+ };
109
+ /**
110
+ * @public
111
+ */
112
+ export type RetentionPeriod = (typeof RetentionPeriod)[keyof typeof RetentionPeriod];
113
+ /**
114
+ * @public
115
+ * @enum
116
+ */
117
+ export declare const ImportDataType: {
118
+ readonly CSV: "CSV";
119
+ readonly JSON: "JSON";
120
+ };
121
+ /**
122
+ * @public
123
+ */
124
+ export type ImportDataType = (typeof ImportDataType)[keyof typeof ImportDataType];
125
+ /**
126
+ * @public
127
+ * @enum
128
+ */
129
+ export declare const IpType: {
130
+ readonly DUAL_STACK: "DUAL_STACK";
131
+ readonly IPV4: "IPV4";
132
+ };
133
+ /**
134
+ * @public
135
+ */
136
+ export type IpType = (typeof IpType)[keyof typeof IpType];
137
+ /**
138
+ * @public
139
+ * @enum
140
+ */
141
+ export declare const IngressPointType: {
142
+ readonly AUTH: "AUTH";
143
+ readonly OPEN: "OPEN";
144
+ };
145
+ /**
146
+ * @public
147
+ */
148
+ export type IngressPointType = (typeof IngressPointType)[keyof typeof IngressPointType];
149
+ /**
150
+ * @public
151
+ * @enum
152
+ */
153
+ export declare const SnsNotificationEncoding: {
154
+ readonly BASE64: "BASE64";
155
+ readonly UTF_8: "UTF-8";
156
+ };
157
+ /**
158
+ * @public
159
+ */
160
+ export type SnsNotificationEncoding = (typeof SnsNotificationEncoding)[keyof typeof SnsNotificationEncoding];
161
+ /**
162
+ * @public
163
+ * @enum
164
+ */
165
+ export declare const SnsNotificationPayloadType: {
166
+ readonly CONTENT: "CONTENT";
167
+ readonly HEADERS: "HEADERS";
168
+ };
169
+ /**
170
+ * @public
171
+ */
172
+ export type SnsNotificationPayloadType = (typeof SnsNotificationPayloadType)[keyof typeof SnsNotificationPayloadType];
173
+ /**
174
+ * @public
175
+ * @enum
176
+ */
177
+ export declare const MailFrom: {
178
+ readonly PRESERVE: "PRESERVE";
179
+ readonly REPLACE: "REPLACE";
180
+ };
181
+ /**
182
+ * @public
183
+ */
184
+ export type MailFrom = (typeof MailFrom)[keyof typeof MailFrom];
185
+ /**
186
+ * @public
187
+ * @enum
188
+ */
189
+ export declare const RuleBooleanEmailAttribute: {
190
+ readonly READ_RECEIPT_REQUESTED: "READ_RECEIPT_REQUESTED";
191
+ readonly TLS: "TLS";
192
+ readonly TLS_WRAPPED: "TLS_WRAPPED";
193
+ };
194
+ /**
195
+ * @public
196
+ */
197
+ export type RuleBooleanEmailAttribute = (typeof RuleBooleanEmailAttribute)[keyof typeof RuleBooleanEmailAttribute];
198
+ /**
199
+ * @public
200
+ * @enum
201
+ */
202
+ export declare const RuleAddressListEmailAttribute: {
203
+ readonly CC: "CC";
204
+ readonly FROM: "FROM";
205
+ readonly MAIL_FROM: "MAIL_FROM";
206
+ readonly RECIPIENT: "RECIPIENT";
207
+ readonly SENDER: "SENDER";
208
+ readonly TO: "TO";
209
+ };
210
+ /**
211
+ * @public
212
+ */
213
+ export type RuleAddressListEmailAttribute = (typeof RuleAddressListEmailAttribute)[keyof typeof RuleAddressListEmailAttribute];
214
+ /**
215
+ * @public
216
+ * @enum
217
+ */
218
+ export declare const RuleBooleanOperator: {
219
+ readonly IS_FALSE: "IS_FALSE";
220
+ readonly IS_TRUE: "IS_TRUE";
221
+ };
222
+ /**
223
+ * @public
224
+ */
225
+ export type RuleBooleanOperator = (typeof RuleBooleanOperator)[keyof typeof RuleBooleanOperator];
226
+ /**
227
+ * @public
228
+ * @enum
229
+ */
230
+ export declare const RuleDmarcOperator: {
231
+ readonly EQUALS: "EQUALS";
232
+ readonly NOT_EQUALS: "NOT_EQUALS";
233
+ };
234
+ /**
235
+ * @public
236
+ */
237
+ export type RuleDmarcOperator = (typeof RuleDmarcOperator)[keyof typeof RuleDmarcOperator];
238
+ /**
239
+ * @public
240
+ * @enum
241
+ */
242
+ export declare const RuleDmarcPolicy: {
243
+ readonly NONE: "NONE";
244
+ readonly QUARANTINE: "QUARANTINE";
245
+ readonly REJECT: "REJECT";
246
+ };
247
+ /**
248
+ * @public
249
+ */
250
+ export type RuleDmarcPolicy = (typeof RuleDmarcPolicy)[keyof typeof RuleDmarcPolicy];
251
+ /**
252
+ * @public
253
+ * @enum
254
+ */
255
+ export declare const RuleIpEmailAttribute: {
256
+ readonly SOURCE_IP: "SOURCE_IP";
257
+ };
258
+ /**
259
+ * @public
260
+ */
261
+ export type RuleIpEmailAttribute = (typeof RuleIpEmailAttribute)[keyof typeof RuleIpEmailAttribute];
262
+ /**
263
+ * @public
264
+ * @enum
265
+ */
266
+ export declare const RuleIpOperator: {
267
+ readonly CIDR_MATCHES: "CIDR_MATCHES";
268
+ readonly NOT_CIDR_MATCHES: "NOT_CIDR_MATCHES";
269
+ };
270
+ /**
271
+ * @public
272
+ */
273
+ export type RuleIpOperator = (typeof RuleIpOperator)[keyof typeof RuleIpOperator];
274
+ /**
275
+ * @public
276
+ * @enum
277
+ */
278
+ export declare const RuleNumberEmailAttribute: {
279
+ readonly MESSAGE_SIZE: "MESSAGE_SIZE";
280
+ };
281
+ /**
282
+ * @public
283
+ */
284
+ export type RuleNumberEmailAttribute = (typeof RuleNumberEmailAttribute)[keyof typeof RuleNumberEmailAttribute];
285
+ /**
286
+ * @public
287
+ * @enum
288
+ */
289
+ export declare const RuleNumberOperator: {
290
+ readonly EQUALS: "EQUALS";
291
+ readonly GREATER_THAN: "GREATER_THAN";
292
+ readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
293
+ readonly LESS_THAN: "LESS_THAN";
294
+ readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
295
+ readonly NOT_EQUALS: "NOT_EQUALS";
296
+ };
297
+ /**
298
+ * @public
299
+ */
300
+ export type RuleNumberOperator = (typeof RuleNumberOperator)[keyof typeof RuleNumberOperator];
301
+ /**
302
+ * @public
303
+ * @enum
304
+ */
305
+ export declare const RuleStringEmailAttribute: {
306
+ readonly CC: "CC";
307
+ readonly FROM: "FROM";
308
+ readonly HELO: "HELO";
309
+ readonly MAIL_FROM: "MAIL_FROM";
310
+ readonly RECIPIENT: "RECIPIENT";
311
+ readonly SENDER: "SENDER";
312
+ readonly SUBJECT: "SUBJECT";
313
+ readonly TO: "TO";
314
+ };
315
+ /**
316
+ * @public
317
+ */
318
+ export type RuleStringEmailAttribute = (typeof RuleStringEmailAttribute)[keyof typeof RuleStringEmailAttribute];
319
+ /**
320
+ * @public
321
+ * @enum
322
+ */
323
+ export declare const RuleStringOperator: {
324
+ readonly CONTAINS: "CONTAINS";
325
+ readonly ENDS_WITH: "ENDS_WITH";
326
+ readonly EQUALS: "EQUALS";
327
+ readonly NOT_EQUALS: "NOT_EQUALS";
328
+ readonly STARTS_WITH: "STARTS_WITH";
329
+ };
330
+ /**
331
+ * @public
332
+ */
333
+ export type RuleStringOperator = (typeof RuleStringOperator)[keyof typeof RuleStringOperator];
334
+ /**
335
+ * @public
336
+ * @enum
337
+ */
338
+ export declare const RuleVerdictAttribute: {
339
+ readonly DKIM: "DKIM";
340
+ readonly SPF: "SPF";
341
+ };
342
+ /**
343
+ * @public
344
+ */
345
+ export type RuleVerdictAttribute = (typeof RuleVerdictAttribute)[keyof typeof RuleVerdictAttribute];
346
+ /**
347
+ * @public
348
+ * @enum
349
+ */
350
+ export declare const RuleVerdictOperator: {
351
+ readonly EQUALS: "EQUALS";
352
+ readonly NOT_EQUALS: "NOT_EQUALS";
353
+ };
354
+ /**
355
+ * @public
356
+ */
357
+ export type RuleVerdictOperator = (typeof RuleVerdictOperator)[keyof typeof RuleVerdictOperator];
358
+ /**
359
+ * @public
360
+ * @enum
361
+ */
362
+ export declare const RuleVerdict: {
363
+ readonly FAIL: "FAIL";
364
+ readonly GRAY: "GRAY";
365
+ readonly PASS: "PASS";
366
+ readonly PROCESSING_FAILED: "PROCESSING_FAILED";
367
+ };
368
+ /**
369
+ * @public
370
+ */
371
+ export type RuleVerdict = (typeof RuleVerdict)[keyof typeof RuleVerdict];
372
+ /**
373
+ * @public
374
+ * @enum
375
+ */
376
+ export declare const IngressAddressListEmailAttribute: {
377
+ readonly RECIPIENT: "RECIPIENT";
378
+ };
379
+ /**
380
+ * @public
381
+ */
382
+ export type IngressAddressListEmailAttribute = (typeof IngressAddressListEmailAttribute)[keyof typeof IngressAddressListEmailAttribute];
383
+ /**
384
+ * @public
385
+ * @enum
386
+ */
387
+ export declare const IngressBooleanOperator: {
388
+ readonly IS_FALSE: "IS_FALSE";
389
+ readonly IS_TRUE: "IS_TRUE";
390
+ };
391
+ /**
392
+ * @public
393
+ */
394
+ export type IngressBooleanOperator = (typeof IngressBooleanOperator)[keyof typeof IngressBooleanOperator];
395
+ /**
396
+ * @public
397
+ * @enum
398
+ */
399
+ export declare const IngressIpv4Attribute: {
400
+ readonly SENDER_IP: "SENDER_IP";
401
+ };
402
+ /**
403
+ * @public
404
+ */
405
+ export type IngressIpv4Attribute = (typeof IngressIpv4Attribute)[keyof typeof IngressIpv4Attribute];
406
+ /**
407
+ * @public
408
+ * @enum
409
+ */
410
+ export declare const IngressIpOperator: {
411
+ readonly CIDR_MATCHES: "CIDR_MATCHES";
412
+ readonly NOT_CIDR_MATCHES: "NOT_CIDR_MATCHES";
413
+ };
414
+ /**
415
+ * @public
416
+ */
417
+ export type IngressIpOperator = (typeof IngressIpOperator)[keyof typeof IngressIpOperator];
418
+ /**
419
+ * @public
420
+ * @enum
421
+ */
422
+ export declare const IngressIpv6Attribute: {
423
+ readonly SENDER_IPV6: "SENDER_IPV6";
424
+ };
425
+ /**
426
+ * @public
427
+ */
428
+ export type IngressIpv6Attribute = (typeof IngressIpv6Attribute)[keyof typeof IngressIpv6Attribute];
429
+ /**
430
+ * @public
431
+ * @enum
432
+ */
433
+ export declare const IngressStringEmailAttribute: {
434
+ readonly RECIPIENT: "RECIPIENT";
435
+ };
436
+ /**
437
+ * @public
438
+ */
439
+ export type IngressStringEmailAttribute = (typeof IngressStringEmailAttribute)[keyof typeof IngressStringEmailAttribute];
440
+ /**
441
+ * @public
442
+ * @enum
443
+ */
444
+ export declare const IngressStringOperator: {
445
+ readonly CONTAINS: "CONTAINS";
446
+ readonly ENDS_WITH: "ENDS_WITH";
447
+ readonly EQUALS: "EQUALS";
448
+ readonly NOT_EQUALS: "NOT_EQUALS";
449
+ readonly STARTS_WITH: "STARTS_WITH";
450
+ };
451
+ /**
452
+ * @public
453
+ */
454
+ export type IngressStringOperator = (typeof IngressStringOperator)[keyof typeof IngressStringOperator];
455
+ /**
456
+ * @public
457
+ * @enum
458
+ */
459
+ export declare const IngressTlsAttribute: {
460
+ readonly TLS_PROTOCOL: "TLS_PROTOCOL";
461
+ };
462
+ /**
463
+ * @public
464
+ */
465
+ export type IngressTlsAttribute = (typeof IngressTlsAttribute)[keyof typeof IngressTlsAttribute];
466
+ /**
467
+ * @public
468
+ * @enum
469
+ */
470
+ export declare const IngressTlsProtocolOperator: {
471
+ readonly IS: "IS";
472
+ readonly MINIMUM_TLS_VERSION: "MINIMUM_TLS_VERSION";
473
+ };
474
+ /**
475
+ * @public
476
+ */
477
+ export type IngressTlsProtocolOperator = (typeof IngressTlsProtocolOperator)[keyof typeof IngressTlsProtocolOperator];
478
+ /**
479
+ * @public
480
+ * @enum
481
+ */
482
+ export declare const IngressTlsProtocolAttribute: {
483
+ readonly TLS1_2: "TLS1_2";
484
+ readonly TLS1_3: "TLS1_3";
485
+ };
486
+ /**
487
+ * @public
488
+ */
489
+ export type IngressTlsProtocolAttribute = (typeof IngressTlsProtocolAttribute)[keyof typeof IngressTlsProtocolAttribute];
490
+ /**
491
+ * @public
492
+ * @enum
493
+ */
494
+ export declare const ExportState: {
495
+ readonly CANCELLED: "CANCELLED";
496
+ readonly COMPLETED: "COMPLETED";
497
+ readonly FAILED: "FAILED";
498
+ readonly PREPROCESSING: "PREPROCESSING";
499
+ readonly PROCESSING: "PROCESSING";
500
+ readonly QUEUED: "QUEUED";
501
+ };
502
+ /**
503
+ * @public
504
+ */
505
+ export type ExportState = (typeof ExportState)[keyof typeof ExportState];
506
+ /**
507
+ * @public
508
+ * @enum
509
+ */
510
+ export declare const ImportJobStatus: {
511
+ readonly COMPLETED: "COMPLETED";
512
+ readonly CREATED: "CREATED";
513
+ readonly FAILED: "FAILED";
514
+ readonly PROCESSING: "PROCESSING";
515
+ readonly STOPPED: "STOPPED";
516
+ };
517
+ /**
518
+ * @public
519
+ */
520
+ export type ImportJobStatus = (typeof ImportJobStatus)[keyof typeof ImportJobStatus];
521
+ /**
522
+ * @public
523
+ * @enum
524
+ */
525
+ export declare const SearchState: {
526
+ readonly CANCELLED: "CANCELLED";
527
+ readonly COMPLETED: "COMPLETED";
528
+ readonly FAILED: "FAILED";
529
+ readonly QUEUED: "QUEUED";
530
+ readonly RUNNING: "RUNNING";
531
+ };
532
+ /**
533
+ * @public
534
+ */
535
+ export type SearchState = (typeof SearchState)[keyof typeof SearchState];
536
+ /**
537
+ * @public
538
+ * @enum
539
+ */
540
+ export declare const IngressPointStatus: {
541
+ readonly ACTIVE: "ACTIVE";
542
+ readonly CLOSED: "CLOSED";
543
+ readonly DEPROVISIONING: "DEPROVISIONING";
544
+ readonly FAILED: "FAILED";
545
+ readonly PROVISIONING: "PROVISIONING";
546
+ readonly UPDATING: "UPDATING";
547
+ };
548
+ /**
549
+ * @public
550
+ */
551
+ export type IngressPointStatus = (typeof IngressPointStatus)[keyof typeof IngressPointStatus];
552
+ /**
553
+ * @public
554
+ * @enum
555
+ */
556
+ export declare const IngressPointStatusToUpdate: {
557
+ readonly ACTIVE: "ACTIVE";
558
+ readonly CLOSED: "CLOSED";
559
+ };
560
+ /**
561
+ * @public
562
+ */
563
+ export type IngressPointStatusToUpdate = (typeof IngressPointStatusToUpdate)[keyof typeof IngressPointStatusToUpdate];
@@ -0,0 +1,80 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { MailManagerServiceException as __BaseException } from "./MailManagerServiceException";
3
+ /**
4
+ * <p>Occurs when a user is denied access to a specific resource or action.</p>
5
+ * @public
6
+ */
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
+ Message?: string | undefined;
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
15
+ }
16
+ /**
17
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
18
+ * @public
19
+ */
20
+ export declare class ConflictException extends __BaseException {
21
+ readonly name: "ConflictException";
22
+ readonly $fault: "client";
23
+ Message?: string | undefined;
24
+ /**
25
+ * @internal
26
+ */
27
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
28
+ }
29
+ /**
30
+ * <p>Occurs when a requested resource is not found.</p>
31
+ * @public
32
+ */
33
+ export declare class ResourceNotFoundException extends __BaseException {
34
+ readonly name: "ResourceNotFoundException";
35
+ readonly $fault: "client";
36
+ Message?: string | undefined;
37
+ /**
38
+ * @internal
39
+ */
40
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
41
+ }
42
+ /**
43
+ * <p>Occurs when an operation exceeds a predefined service quota or limit.</p>
44
+ * @public
45
+ */
46
+ export declare class ServiceQuotaExceededException extends __BaseException {
47
+ readonly name: "ServiceQuotaExceededException";
48
+ readonly $fault: "client";
49
+ Message?: string | undefined;
50
+ /**
51
+ * @internal
52
+ */
53
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
54
+ }
55
+ /**
56
+ * <p>The request validation has failed. For details, see the accompanying error message.</p>
57
+ * @public
58
+ */
59
+ export declare class ValidationException extends __BaseException {
60
+ readonly name: "ValidationException";
61
+ readonly $fault: "client";
62
+ Message?: string | undefined;
63
+ /**
64
+ * @internal
65
+ */
66
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
67
+ }
68
+ /**
69
+ * <p>Occurs when a service's request rate limit is exceeded, resulting in throttling of further requests.</p>
70
+ * @public
71
+ */
72
+ export declare class ThrottlingException extends __BaseException {
73
+ readonly name: "ThrottlingException";
74
+ readonly $fault: "client";
75
+ Message?: string | undefined;
76
+ /**
77
+ * @internal
78
+ */
79
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
80
+ }