@aws-sdk/client-mailmanager 3.929.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +0 -226
- package/dist-es/models/models_0.js +0 -226
- package/dist-types/models/models_0.d.ts +84 -21
- package/dist-types/ts3.4/models/models_0.d.ts +0 -27
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -216,14 +216,6 @@ const ArchiveState = {
|
|
|
216
216
|
const ArchiveBooleanEmailAttribute = {
|
|
217
217
|
HAS_ATTACHMENTS: "HAS_ATTACHMENTS",
|
|
218
218
|
};
|
|
219
|
-
exports.ArchiveBooleanToEvaluate = void 0;
|
|
220
|
-
(function (ArchiveBooleanToEvaluate) {
|
|
221
|
-
ArchiveBooleanToEvaluate.visit = (value, visitor) => {
|
|
222
|
-
if (value.Attribute !== undefined)
|
|
223
|
-
return visitor.Attribute(value.Attribute);
|
|
224
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
225
|
-
};
|
|
226
|
-
})(exports.ArchiveBooleanToEvaluate || (exports.ArchiveBooleanToEvaluate = {}));
|
|
227
219
|
const ArchiveBooleanOperator = {
|
|
228
220
|
IS_FALSE: "IS_FALSE",
|
|
229
221
|
IS_TRUE: "IS_TRUE",
|
|
@@ -236,27 +228,9 @@ const ArchiveStringEmailAttribute = {
|
|
|
236
228
|
SUBJECT: "SUBJECT",
|
|
237
229
|
TO: "TO",
|
|
238
230
|
};
|
|
239
|
-
exports.ArchiveStringToEvaluate = void 0;
|
|
240
|
-
(function (ArchiveStringToEvaluate) {
|
|
241
|
-
ArchiveStringToEvaluate.visit = (value, visitor) => {
|
|
242
|
-
if (value.Attribute !== undefined)
|
|
243
|
-
return visitor.Attribute(value.Attribute);
|
|
244
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
245
|
-
};
|
|
246
|
-
})(exports.ArchiveStringToEvaluate || (exports.ArchiveStringToEvaluate = {}));
|
|
247
231
|
const ArchiveStringOperator = {
|
|
248
232
|
CONTAINS: "CONTAINS",
|
|
249
233
|
};
|
|
250
|
-
exports.ArchiveFilterCondition = void 0;
|
|
251
|
-
(function (ArchiveFilterCondition) {
|
|
252
|
-
ArchiveFilterCondition.visit = (value, visitor) => {
|
|
253
|
-
if (value.StringExpression !== undefined)
|
|
254
|
-
return visitor.StringExpression(value.StringExpression);
|
|
255
|
-
if (value.BooleanExpression !== undefined)
|
|
256
|
-
return visitor.BooleanExpression(value.BooleanExpression);
|
|
257
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
258
|
-
};
|
|
259
|
-
})(exports.ArchiveFilterCondition || (exports.ArchiveFilterCondition = {}));
|
|
260
234
|
const RetentionPeriod = {
|
|
261
235
|
EIGHTEEN_MONTHS: "EIGHTEEN_MONTHS",
|
|
262
236
|
EIGHT_YEARS: "EIGHT_YEARS",
|
|
@@ -275,56 +249,18 @@ const RetentionPeriod = {
|
|
|
275
249
|
THREE_YEARS: "THREE_YEARS",
|
|
276
250
|
TWO_YEARS: "TWO_YEARS",
|
|
277
251
|
};
|
|
278
|
-
exports.ArchiveRetention = void 0;
|
|
279
|
-
(function (ArchiveRetention) {
|
|
280
|
-
ArchiveRetention.visit = (value, visitor) => {
|
|
281
|
-
if (value.RetentionPeriod !== undefined)
|
|
282
|
-
return visitor.RetentionPeriod(value.RetentionPeriod);
|
|
283
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
284
|
-
};
|
|
285
|
-
})(exports.ArchiveRetention || (exports.ArchiveRetention = {}));
|
|
286
252
|
const ImportDataType = {
|
|
287
253
|
CSV: "CSV",
|
|
288
254
|
JSON: "JSON",
|
|
289
255
|
};
|
|
290
|
-
exports.IngressPointConfiguration = void 0;
|
|
291
|
-
(function (IngressPointConfiguration) {
|
|
292
|
-
IngressPointConfiguration.visit = (value, visitor) => {
|
|
293
|
-
if (value.SmtpPassword !== undefined)
|
|
294
|
-
return visitor.SmtpPassword(value.SmtpPassword);
|
|
295
|
-
if (value.SecretArn !== undefined)
|
|
296
|
-
return visitor.SecretArn(value.SecretArn);
|
|
297
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
298
|
-
};
|
|
299
|
-
})(exports.IngressPointConfiguration || (exports.IngressPointConfiguration = {}));
|
|
300
256
|
const IpType = {
|
|
301
257
|
DUAL_STACK: "DUAL_STACK",
|
|
302
258
|
IPV4: "IPV4",
|
|
303
259
|
};
|
|
304
|
-
exports.NetworkConfiguration = void 0;
|
|
305
|
-
(function (NetworkConfiguration) {
|
|
306
|
-
NetworkConfiguration.visit = (value, visitor) => {
|
|
307
|
-
if (value.PublicNetworkConfiguration !== undefined)
|
|
308
|
-
return visitor.PublicNetworkConfiguration(value.PublicNetworkConfiguration);
|
|
309
|
-
if (value.PrivateNetworkConfiguration !== undefined)
|
|
310
|
-
return visitor.PrivateNetworkConfiguration(value.PrivateNetworkConfiguration);
|
|
311
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
312
|
-
};
|
|
313
|
-
})(exports.NetworkConfiguration || (exports.NetworkConfiguration = {}));
|
|
314
260
|
const IngressPointType = {
|
|
315
261
|
AUTH: "AUTH",
|
|
316
262
|
OPEN: "OPEN",
|
|
317
263
|
};
|
|
318
|
-
exports.RelayAuthentication = void 0;
|
|
319
|
-
(function (RelayAuthentication) {
|
|
320
|
-
RelayAuthentication.visit = (value, visitor) => {
|
|
321
|
-
if (value.SecretArn !== undefined)
|
|
322
|
-
return visitor.SecretArn(value.SecretArn);
|
|
323
|
-
if (value.NoAuthentication !== undefined)
|
|
324
|
-
return visitor.NoAuthentication(value.NoAuthentication);
|
|
325
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
326
|
-
};
|
|
327
|
-
})(exports.RelayAuthentication || (exports.RelayAuthentication = {}));
|
|
328
264
|
const SnsNotificationEncoding = {
|
|
329
265
|
BASE64: "BASE64",
|
|
330
266
|
UTF_8: "UTF-8",
|
|
@@ -337,32 +273,6 @@ const MailFrom = {
|
|
|
337
273
|
PRESERVE: "PRESERVE",
|
|
338
274
|
REPLACE: "REPLACE",
|
|
339
275
|
};
|
|
340
|
-
exports.RuleAction = void 0;
|
|
341
|
-
(function (RuleAction) {
|
|
342
|
-
RuleAction.visit = (value, visitor) => {
|
|
343
|
-
if (value.Drop !== undefined)
|
|
344
|
-
return visitor.Drop(value.Drop);
|
|
345
|
-
if (value.Relay !== undefined)
|
|
346
|
-
return visitor.Relay(value.Relay);
|
|
347
|
-
if (value.Archive !== undefined)
|
|
348
|
-
return visitor.Archive(value.Archive);
|
|
349
|
-
if (value.WriteToS3 !== undefined)
|
|
350
|
-
return visitor.WriteToS3(value.WriteToS3);
|
|
351
|
-
if (value.Send !== undefined)
|
|
352
|
-
return visitor.Send(value.Send);
|
|
353
|
-
if (value.AddHeader !== undefined)
|
|
354
|
-
return visitor.AddHeader(value.AddHeader);
|
|
355
|
-
if (value.ReplaceRecipient !== undefined)
|
|
356
|
-
return visitor.ReplaceRecipient(value.ReplaceRecipient);
|
|
357
|
-
if (value.DeliverToMailbox !== undefined)
|
|
358
|
-
return visitor.DeliverToMailbox(value.DeliverToMailbox);
|
|
359
|
-
if (value.DeliverToQBusiness !== undefined)
|
|
360
|
-
return visitor.DeliverToQBusiness(value.DeliverToQBusiness);
|
|
361
|
-
if (value.PublishToSns !== undefined)
|
|
362
|
-
return visitor.PublishToSns(value.PublishToSns);
|
|
363
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
364
|
-
};
|
|
365
|
-
})(exports.RuleAction || (exports.RuleAction = {}));
|
|
366
276
|
const RuleBooleanEmailAttribute = {
|
|
367
277
|
READ_RECEIPT_REQUESTED: "READ_RECEIPT_REQUESTED",
|
|
368
278
|
TLS: "TLS",
|
|
@@ -376,18 +286,6 @@ const RuleAddressListEmailAttribute = {
|
|
|
376
286
|
SENDER: "SENDER",
|
|
377
287
|
TO: "TO",
|
|
378
288
|
};
|
|
379
|
-
exports.RuleBooleanToEvaluate = void 0;
|
|
380
|
-
(function (RuleBooleanToEvaluate) {
|
|
381
|
-
RuleBooleanToEvaluate.visit = (value, visitor) => {
|
|
382
|
-
if (value.Attribute !== undefined)
|
|
383
|
-
return visitor.Attribute(value.Attribute);
|
|
384
|
-
if (value.Analysis !== undefined)
|
|
385
|
-
return visitor.Analysis(value.Analysis);
|
|
386
|
-
if (value.IsInAddressList !== undefined)
|
|
387
|
-
return visitor.IsInAddressList(value.IsInAddressList);
|
|
388
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
389
|
-
};
|
|
390
|
-
})(exports.RuleBooleanToEvaluate || (exports.RuleBooleanToEvaluate = {}));
|
|
391
289
|
const RuleBooleanOperator = {
|
|
392
290
|
IS_FALSE: "IS_FALSE",
|
|
393
291
|
IS_TRUE: "IS_TRUE",
|
|
@@ -404,14 +302,6 @@ const RuleDmarcPolicy = {
|
|
|
404
302
|
const RuleIpEmailAttribute = {
|
|
405
303
|
SOURCE_IP: "SOURCE_IP",
|
|
406
304
|
};
|
|
407
|
-
exports.RuleIpToEvaluate = void 0;
|
|
408
|
-
(function (RuleIpToEvaluate) {
|
|
409
|
-
RuleIpToEvaluate.visit = (value, visitor) => {
|
|
410
|
-
if (value.Attribute !== undefined)
|
|
411
|
-
return visitor.Attribute(value.Attribute);
|
|
412
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
413
|
-
};
|
|
414
|
-
})(exports.RuleIpToEvaluate || (exports.RuleIpToEvaluate = {}));
|
|
415
305
|
const RuleIpOperator = {
|
|
416
306
|
CIDR_MATCHES: "CIDR_MATCHES",
|
|
417
307
|
NOT_CIDR_MATCHES: "NOT_CIDR_MATCHES",
|
|
@@ -419,14 +309,6 @@ const RuleIpOperator = {
|
|
|
419
309
|
const RuleNumberEmailAttribute = {
|
|
420
310
|
MESSAGE_SIZE: "MESSAGE_SIZE",
|
|
421
311
|
};
|
|
422
|
-
exports.RuleNumberToEvaluate = void 0;
|
|
423
|
-
(function (RuleNumberToEvaluate) {
|
|
424
|
-
RuleNumberToEvaluate.visit = (value, visitor) => {
|
|
425
|
-
if (value.Attribute !== undefined)
|
|
426
|
-
return visitor.Attribute(value.Attribute);
|
|
427
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
428
|
-
};
|
|
429
|
-
})(exports.RuleNumberToEvaluate || (exports.RuleNumberToEvaluate = {}));
|
|
430
312
|
const RuleNumberOperator = {
|
|
431
313
|
EQUALS: "EQUALS",
|
|
432
314
|
GREATER_THAN: "GREATER_THAN",
|
|
@@ -445,18 +327,6 @@ const RuleStringEmailAttribute = {
|
|
|
445
327
|
SUBJECT: "SUBJECT",
|
|
446
328
|
TO: "TO",
|
|
447
329
|
};
|
|
448
|
-
exports.RuleStringToEvaluate = void 0;
|
|
449
|
-
(function (RuleStringToEvaluate) {
|
|
450
|
-
RuleStringToEvaluate.visit = (value, visitor) => {
|
|
451
|
-
if (value.Attribute !== undefined)
|
|
452
|
-
return visitor.Attribute(value.Attribute);
|
|
453
|
-
if (value.MimeHeaderAttribute !== undefined)
|
|
454
|
-
return visitor.MimeHeaderAttribute(value.MimeHeaderAttribute);
|
|
455
|
-
if (value.Analysis !== undefined)
|
|
456
|
-
return visitor.Analysis(value.Analysis);
|
|
457
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
458
|
-
};
|
|
459
|
-
})(exports.RuleStringToEvaluate || (exports.RuleStringToEvaluate = {}));
|
|
460
330
|
const RuleStringOperator = {
|
|
461
331
|
CONTAINS: "CONTAINS",
|
|
462
332
|
ENDS_WITH: "ENDS_WITH",
|
|
@@ -468,16 +338,6 @@ const RuleVerdictAttribute = {
|
|
|
468
338
|
DKIM: "DKIM",
|
|
469
339
|
SPF: "SPF",
|
|
470
340
|
};
|
|
471
|
-
exports.RuleVerdictToEvaluate = void 0;
|
|
472
|
-
(function (RuleVerdictToEvaluate) {
|
|
473
|
-
RuleVerdictToEvaluate.visit = (value, visitor) => {
|
|
474
|
-
if (value.Attribute !== undefined)
|
|
475
|
-
return visitor.Attribute(value.Attribute);
|
|
476
|
-
if (value.Analysis !== undefined)
|
|
477
|
-
return visitor.Analysis(value.Analysis);
|
|
478
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
479
|
-
};
|
|
480
|
-
})(exports.RuleVerdictToEvaluate || (exports.RuleVerdictToEvaluate = {}));
|
|
481
341
|
const RuleVerdictOperator = {
|
|
482
342
|
EQUALS: "EQUALS",
|
|
483
343
|
NOT_EQUALS: "NOT_EQUALS",
|
|
@@ -488,37 +348,9 @@ const RuleVerdict = {
|
|
|
488
348
|
PASS: "PASS",
|
|
489
349
|
PROCESSING_FAILED: "PROCESSING_FAILED",
|
|
490
350
|
};
|
|
491
|
-
exports.RuleCondition = void 0;
|
|
492
|
-
(function (RuleCondition) {
|
|
493
|
-
RuleCondition.visit = (value, visitor) => {
|
|
494
|
-
if (value.BooleanExpression !== undefined)
|
|
495
|
-
return visitor.BooleanExpression(value.BooleanExpression);
|
|
496
|
-
if (value.StringExpression !== undefined)
|
|
497
|
-
return visitor.StringExpression(value.StringExpression);
|
|
498
|
-
if (value.NumberExpression !== undefined)
|
|
499
|
-
return visitor.NumberExpression(value.NumberExpression);
|
|
500
|
-
if (value.IpExpression !== undefined)
|
|
501
|
-
return visitor.IpExpression(value.IpExpression);
|
|
502
|
-
if (value.VerdictExpression !== undefined)
|
|
503
|
-
return visitor.VerdictExpression(value.VerdictExpression);
|
|
504
|
-
if (value.DmarcExpression !== undefined)
|
|
505
|
-
return visitor.DmarcExpression(value.DmarcExpression);
|
|
506
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
507
|
-
};
|
|
508
|
-
})(exports.RuleCondition || (exports.RuleCondition = {}));
|
|
509
351
|
const IngressAddressListEmailAttribute = {
|
|
510
352
|
RECIPIENT: "RECIPIENT",
|
|
511
353
|
};
|
|
512
|
-
exports.IngressBooleanToEvaluate = void 0;
|
|
513
|
-
(function (IngressBooleanToEvaluate) {
|
|
514
|
-
IngressBooleanToEvaluate.visit = (value, visitor) => {
|
|
515
|
-
if (value.Analysis !== undefined)
|
|
516
|
-
return visitor.Analysis(value.Analysis);
|
|
517
|
-
if (value.IsInAddressList !== undefined)
|
|
518
|
-
return visitor.IsInAddressList(value.IsInAddressList);
|
|
519
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
520
|
-
};
|
|
521
|
-
})(exports.IngressBooleanToEvaluate || (exports.IngressBooleanToEvaluate = {}));
|
|
522
354
|
const IngressBooleanOperator = {
|
|
523
355
|
IS_FALSE: "IS_FALSE",
|
|
524
356
|
IS_TRUE: "IS_TRUE",
|
|
@@ -526,14 +358,6 @@ const IngressBooleanOperator = {
|
|
|
526
358
|
const IngressIpv4Attribute = {
|
|
527
359
|
SENDER_IP: "SENDER_IP",
|
|
528
360
|
};
|
|
529
|
-
exports.IngressIpToEvaluate = void 0;
|
|
530
|
-
(function (IngressIpToEvaluate) {
|
|
531
|
-
IngressIpToEvaluate.visit = (value, visitor) => {
|
|
532
|
-
if (value.Attribute !== undefined)
|
|
533
|
-
return visitor.Attribute(value.Attribute);
|
|
534
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
535
|
-
};
|
|
536
|
-
})(exports.IngressIpToEvaluate || (exports.IngressIpToEvaluate = {}));
|
|
537
361
|
const IngressIpOperator = {
|
|
538
362
|
CIDR_MATCHES: "CIDR_MATCHES",
|
|
539
363
|
NOT_CIDR_MATCHES: "NOT_CIDR_MATCHES",
|
|
@@ -541,27 +365,9 @@ const IngressIpOperator = {
|
|
|
541
365
|
const IngressIpv6Attribute = {
|
|
542
366
|
SENDER_IPV6: "SENDER_IPV6",
|
|
543
367
|
};
|
|
544
|
-
exports.IngressIpv6ToEvaluate = void 0;
|
|
545
|
-
(function (IngressIpv6ToEvaluate) {
|
|
546
|
-
IngressIpv6ToEvaluate.visit = (value, visitor) => {
|
|
547
|
-
if (value.Attribute !== undefined)
|
|
548
|
-
return visitor.Attribute(value.Attribute);
|
|
549
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
550
|
-
};
|
|
551
|
-
})(exports.IngressIpv6ToEvaluate || (exports.IngressIpv6ToEvaluate = {}));
|
|
552
368
|
const IngressStringEmailAttribute = {
|
|
553
369
|
RECIPIENT: "RECIPIENT",
|
|
554
370
|
};
|
|
555
|
-
exports.IngressStringToEvaluate = void 0;
|
|
556
|
-
(function (IngressStringToEvaluate) {
|
|
557
|
-
IngressStringToEvaluate.visit = (value, visitor) => {
|
|
558
|
-
if (value.Attribute !== undefined)
|
|
559
|
-
return visitor.Attribute(value.Attribute);
|
|
560
|
-
if (value.Analysis !== undefined)
|
|
561
|
-
return visitor.Analysis(value.Analysis);
|
|
562
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
563
|
-
};
|
|
564
|
-
})(exports.IngressStringToEvaluate || (exports.IngressStringToEvaluate = {}));
|
|
565
371
|
const IngressStringOperator = {
|
|
566
372
|
CONTAINS: "CONTAINS",
|
|
567
373
|
ENDS_WITH: "ENDS_WITH",
|
|
@@ -572,14 +378,6 @@ const IngressStringOperator = {
|
|
|
572
378
|
const IngressTlsAttribute = {
|
|
573
379
|
TLS_PROTOCOL: "TLS_PROTOCOL",
|
|
574
380
|
};
|
|
575
|
-
exports.IngressTlsProtocolToEvaluate = void 0;
|
|
576
|
-
(function (IngressTlsProtocolToEvaluate) {
|
|
577
|
-
IngressTlsProtocolToEvaluate.visit = (value, visitor) => {
|
|
578
|
-
if (value.Attribute !== undefined)
|
|
579
|
-
return visitor.Attribute(value.Attribute);
|
|
580
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
581
|
-
};
|
|
582
|
-
})(exports.IngressTlsProtocolToEvaluate || (exports.IngressTlsProtocolToEvaluate = {}));
|
|
583
381
|
const IngressTlsProtocolOperator = {
|
|
584
382
|
IS: "IS",
|
|
585
383
|
MINIMUM_TLS_VERSION: "MINIMUM_TLS_VERSION",
|
|
@@ -588,30 +386,6 @@ const IngressTlsProtocolAttribute = {
|
|
|
588
386
|
TLS1_2: "TLS1_2",
|
|
589
387
|
TLS1_3: "TLS1_3",
|
|
590
388
|
};
|
|
591
|
-
exports.PolicyCondition = void 0;
|
|
592
|
-
(function (PolicyCondition) {
|
|
593
|
-
PolicyCondition.visit = (value, visitor) => {
|
|
594
|
-
if (value.StringExpression !== undefined)
|
|
595
|
-
return visitor.StringExpression(value.StringExpression);
|
|
596
|
-
if (value.IpExpression !== undefined)
|
|
597
|
-
return visitor.IpExpression(value.IpExpression);
|
|
598
|
-
if (value.Ipv6Expression !== undefined)
|
|
599
|
-
return visitor.Ipv6Expression(value.Ipv6Expression);
|
|
600
|
-
if (value.TlsExpression !== undefined)
|
|
601
|
-
return visitor.TlsExpression(value.TlsExpression);
|
|
602
|
-
if (value.BooleanExpression !== undefined)
|
|
603
|
-
return visitor.BooleanExpression(value.BooleanExpression);
|
|
604
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
605
|
-
};
|
|
606
|
-
})(exports.PolicyCondition || (exports.PolicyCondition = {}));
|
|
607
|
-
exports.ExportDestinationConfiguration = void 0;
|
|
608
|
-
(function (ExportDestinationConfiguration) {
|
|
609
|
-
ExportDestinationConfiguration.visit = (value, visitor) => {
|
|
610
|
-
if (value.S3 !== undefined)
|
|
611
|
-
return visitor.S3(value.S3);
|
|
612
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
613
|
-
};
|
|
614
|
-
})(exports.ExportDestinationConfiguration || (exports.ExportDestinationConfiguration = {}));
|
|
615
389
|
const ExportState = {
|
|
616
390
|
CANCELLED: "CANCELLED",
|
|
617
391
|
COMPLETED: "COMPLETED",
|
|
@@ -98,14 +98,6 @@ export const ArchiveState = {
|
|
|
98
98
|
export const ArchiveBooleanEmailAttribute = {
|
|
99
99
|
HAS_ATTACHMENTS: "HAS_ATTACHMENTS",
|
|
100
100
|
};
|
|
101
|
-
export var ArchiveBooleanToEvaluate;
|
|
102
|
-
(function (ArchiveBooleanToEvaluate) {
|
|
103
|
-
ArchiveBooleanToEvaluate.visit = (value, visitor) => {
|
|
104
|
-
if (value.Attribute !== undefined)
|
|
105
|
-
return visitor.Attribute(value.Attribute);
|
|
106
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
107
|
-
};
|
|
108
|
-
})(ArchiveBooleanToEvaluate || (ArchiveBooleanToEvaluate = {}));
|
|
109
101
|
export const ArchiveBooleanOperator = {
|
|
110
102
|
IS_FALSE: "IS_FALSE",
|
|
111
103
|
IS_TRUE: "IS_TRUE",
|
|
@@ -118,27 +110,9 @@ export const ArchiveStringEmailAttribute = {
|
|
|
118
110
|
SUBJECT: "SUBJECT",
|
|
119
111
|
TO: "TO",
|
|
120
112
|
};
|
|
121
|
-
export var ArchiveStringToEvaluate;
|
|
122
|
-
(function (ArchiveStringToEvaluate) {
|
|
123
|
-
ArchiveStringToEvaluate.visit = (value, visitor) => {
|
|
124
|
-
if (value.Attribute !== undefined)
|
|
125
|
-
return visitor.Attribute(value.Attribute);
|
|
126
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
127
|
-
};
|
|
128
|
-
})(ArchiveStringToEvaluate || (ArchiveStringToEvaluate = {}));
|
|
129
113
|
export const ArchiveStringOperator = {
|
|
130
114
|
CONTAINS: "CONTAINS",
|
|
131
115
|
};
|
|
132
|
-
export var ArchiveFilterCondition;
|
|
133
|
-
(function (ArchiveFilterCondition) {
|
|
134
|
-
ArchiveFilterCondition.visit = (value, visitor) => {
|
|
135
|
-
if (value.StringExpression !== undefined)
|
|
136
|
-
return visitor.StringExpression(value.StringExpression);
|
|
137
|
-
if (value.BooleanExpression !== undefined)
|
|
138
|
-
return visitor.BooleanExpression(value.BooleanExpression);
|
|
139
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
140
|
-
};
|
|
141
|
-
})(ArchiveFilterCondition || (ArchiveFilterCondition = {}));
|
|
142
116
|
export const RetentionPeriod = {
|
|
143
117
|
EIGHTEEN_MONTHS: "EIGHTEEN_MONTHS",
|
|
144
118
|
EIGHT_YEARS: "EIGHT_YEARS",
|
|
@@ -157,56 +131,18 @@ export const RetentionPeriod = {
|
|
|
157
131
|
THREE_YEARS: "THREE_YEARS",
|
|
158
132
|
TWO_YEARS: "TWO_YEARS",
|
|
159
133
|
};
|
|
160
|
-
export var ArchiveRetention;
|
|
161
|
-
(function (ArchiveRetention) {
|
|
162
|
-
ArchiveRetention.visit = (value, visitor) => {
|
|
163
|
-
if (value.RetentionPeriod !== undefined)
|
|
164
|
-
return visitor.RetentionPeriod(value.RetentionPeriod);
|
|
165
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
166
|
-
};
|
|
167
|
-
})(ArchiveRetention || (ArchiveRetention = {}));
|
|
168
134
|
export const ImportDataType = {
|
|
169
135
|
CSV: "CSV",
|
|
170
136
|
JSON: "JSON",
|
|
171
137
|
};
|
|
172
|
-
export var IngressPointConfiguration;
|
|
173
|
-
(function (IngressPointConfiguration) {
|
|
174
|
-
IngressPointConfiguration.visit = (value, visitor) => {
|
|
175
|
-
if (value.SmtpPassword !== undefined)
|
|
176
|
-
return visitor.SmtpPassword(value.SmtpPassword);
|
|
177
|
-
if (value.SecretArn !== undefined)
|
|
178
|
-
return visitor.SecretArn(value.SecretArn);
|
|
179
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
180
|
-
};
|
|
181
|
-
})(IngressPointConfiguration || (IngressPointConfiguration = {}));
|
|
182
138
|
export const IpType = {
|
|
183
139
|
DUAL_STACK: "DUAL_STACK",
|
|
184
140
|
IPV4: "IPV4",
|
|
185
141
|
};
|
|
186
|
-
export var NetworkConfiguration;
|
|
187
|
-
(function (NetworkConfiguration) {
|
|
188
|
-
NetworkConfiguration.visit = (value, visitor) => {
|
|
189
|
-
if (value.PublicNetworkConfiguration !== undefined)
|
|
190
|
-
return visitor.PublicNetworkConfiguration(value.PublicNetworkConfiguration);
|
|
191
|
-
if (value.PrivateNetworkConfiguration !== undefined)
|
|
192
|
-
return visitor.PrivateNetworkConfiguration(value.PrivateNetworkConfiguration);
|
|
193
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
194
|
-
};
|
|
195
|
-
})(NetworkConfiguration || (NetworkConfiguration = {}));
|
|
196
142
|
export const IngressPointType = {
|
|
197
143
|
AUTH: "AUTH",
|
|
198
144
|
OPEN: "OPEN",
|
|
199
145
|
};
|
|
200
|
-
export var RelayAuthentication;
|
|
201
|
-
(function (RelayAuthentication) {
|
|
202
|
-
RelayAuthentication.visit = (value, visitor) => {
|
|
203
|
-
if (value.SecretArn !== undefined)
|
|
204
|
-
return visitor.SecretArn(value.SecretArn);
|
|
205
|
-
if (value.NoAuthentication !== undefined)
|
|
206
|
-
return visitor.NoAuthentication(value.NoAuthentication);
|
|
207
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
208
|
-
};
|
|
209
|
-
})(RelayAuthentication || (RelayAuthentication = {}));
|
|
210
146
|
export const SnsNotificationEncoding = {
|
|
211
147
|
BASE64: "BASE64",
|
|
212
148
|
UTF_8: "UTF-8",
|
|
@@ -219,32 +155,6 @@ export const MailFrom = {
|
|
|
219
155
|
PRESERVE: "PRESERVE",
|
|
220
156
|
REPLACE: "REPLACE",
|
|
221
157
|
};
|
|
222
|
-
export var RuleAction;
|
|
223
|
-
(function (RuleAction) {
|
|
224
|
-
RuleAction.visit = (value, visitor) => {
|
|
225
|
-
if (value.Drop !== undefined)
|
|
226
|
-
return visitor.Drop(value.Drop);
|
|
227
|
-
if (value.Relay !== undefined)
|
|
228
|
-
return visitor.Relay(value.Relay);
|
|
229
|
-
if (value.Archive !== undefined)
|
|
230
|
-
return visitor.Archive(value.Archive);
|
|
231
|
-
if (value.WriteToS3 !== undefined)
|
|
232
|
-
return visitor.WriteToS3(value.WriteToS3);
|
|
233
|
-
if (value.Send !== undefined)
|
|
234
|
-
return visitor.Send(value.Send);
|
|
235
|
-
if (value.AddHeader !== undefined)
|
|
236
|
-
return visitor.AddHeader(value.AddHeader);
|
|
237
|
-
if (value.ReplaceRecipient !== undefined)
|
|
238
|
-
return visitor.ReplaceRecipient(value.ReplaceRecipient);
|
|
239
|
-
if (value.DeliverToMailbox !== undefined)
|
|
240
|
-
return visitor.DeliverToMailbox(value.DeliverToMailbox);
|
|
241
|
-
if (value.DeliverToQBusiness !== undefined)
|
|
242
|
-
return visitor.DeliverToQBusiness(value.DeliverToQBusiness);
|
|
243
|
-
if (value.PublishToSns !== undefined)
|
|
244
|
-
return visitor.PublishToSns(value.PublishToSns);
|
|
245
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
246
|
-
};
|
|
247
|
-
})(RuleAction || (RuleAction = {}));
|
|
248
158
|
export const RuleBooleanEmailAttribute = {
|
|
249
159
|
READ_RECEIPT_REQUESTED: "READ_RECEIPT_REQUESTED",
|
|
250
160
|
TLS: "TLS",
|
|
@@ -258,18 +168,6 @@ export const RuleAddressListEmailAttribute = {
|
|
|
258
168
|
SENDER: "SENDER",
|
|
259
169
|
TO: "TO",
|
|
260
170
|
};
|
|
261
|
-
export var RuleBooleanToEvaluate;
|
|
262
|
-
(function (RuleBooleanToEvaluate) {
|
|
263
|
-
RuleBooleanToEvaluate.visit = (value, visitor) => {
|
|
264
|
-
if (value.Attribute !== undefined)
|
|
265
|
-
return visitor.Attribute(value.Attribute);
|
|
266
|
-
if (value.Analysis !== undefined)
|
|
267
|
-
return visitor.Analysis(value.Analysis);
|
|
268
|
-
if (value.IsInAddressList !== undefined)
|
|
269
|
-
return visitor.IsInAddressList(value.IsInAddressList);
|
|
270
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
271
|
-
};
|
|
272
|
-
})(RuleBooleanToEvaluate || (RuleBooleanToEvaluate = {}));
|
|
273
171
|
export const RuleBooleanOperator = {
|
|
274
172
|
IS_FALSE: "IS_FALSE",
|
|
275
173
|
IS_TRUE: "IS_TRUE",
|
|
@@ -286,14 +184,6 @@ export const RuleDmarcPolicy = {
|
|
|
286
184
|
export const RuleIpEmailAttribute = {
|
|
287
185
|
SOURCE_IP: "SOURCE_IP",
|
|
288
186
|
};
|
|
289
|
-
export var RuleIpToEvaluate;
|
|
290
|
-
(function (RuleIpToEvaluate) {
|
|
291
|
-
RuleIpToEvaluate.visit = (value, visitor) => {
|
|
292
|
-
if (value.Attribute !== undefined)
|
|
293
|
-
return visitor.Attribute(value.Attribute);
|
|
294
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
295
|
-
};
|
|
296
|
-
})(RuleIpToEvaluate || (RuleIpToEvaluate = {}));
|
|
297
187
|
export const RuleIpOperator = {
|
|
298
188
|
CIDR_MATCHES: "CIDR_MATCHES",
|
|
299
189
|
NOT_CIDR_MATCHES: "NOT_CIDR_MATCHES",
|
|
@@ -301,14 +191,6 @@ export const RuleIpOperator = {
|
|
|
301
191
|
export const RuleNumberEmailAttribute = {
|
|
302
192
|
MESSAGE_SIZE: "MESSAGE_SIZE",
|
|
303
193
|
};
|
|
304
|
-
export var RuleNumberToEvaluate;
|
|
305
|
-
(function (RuleNumberToEvaluate) {
|
|
306
|
-
RuleNumberToEvaluate.visit = (value, visitor) => {
|
|
307
|
-
if (value.Attribute !== undefined)
|
|
308
|
-
return visitor.Attribute(value.Attribute);
|
|
309
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
310
|
-
};
|
|
311
|
-
})(RuleNumberToEvaluate || (RuleNumberToEvaluate = {}));
|
|
312
194
|
export const RuleNumberOperator = {
|
|
313
195
|
EQUALS: "EQUALS",
|
|
314
196
|
GREATER_THAN: "GREATER_THAN",
|
|
@@ -327,18 +209,6 @@ export const RuleStringEmailAttribute = {
|
|
|
327
209
|
SUBJECT: "SUBJECT",
|
|
328
210
|
TO: "TO",
|
|
329
211
|
};
|
|
330
|
-
export var RuleStringToEvaluate;
|
|
331
|
-
(function (RuleStringToEvaluate) {
|
|
332
|
-
RuleStringToEvaluate.visit = (value, visitor) => {
|
|
333
|
-
if (value.Attribute !== undefined)
|
|
334
|
-
return visitor.Attribute(value.Attribute);
|
|
335
|
-
if (value.MimeHeaderAttribute !== undefined)
|
|
336
|
-
return visitor.MimeHeaderAttribute(value.MimeHeaderAttribute);
|
|
337
|
-
if (value.Analysis !== undefined)
|
|
338
|
-
return visitor.Analysis(value.Analysis);
|
|
339
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
340
|
-
};
|
|
341
|
-
})(RuleStringToEvaluate || (RuleStringToEvaluate = {}));
|
|
342
212
|
export const RuleStringOperator = {
|
|
343
213
|
CONTAINS: "CONTAINS",
|
|
344
214
|
ENDS_WITH: "ENDS_WITH",
|
|
@@ -350,16 +220,6 @@ export const RuleVerdictAttribute = {
|
|
|
350
220
|
DKIM: "DKIM",
|
|
351
221
|
SPF: "SPF",
|
|
352
222
|
};
|
|
353
|
-
export var RuleVerdictToEvaluate;
|
|
354
|
-
(function (RuleVerdictToEvaluate) {
|
|
355
|
-
RuleVerdictToEvaluate.visit = (value, visitor) => {
|
|
356
|
-
if (value.Attribute !== undefined)
|
|
357
|
-
return visitor.Attribute(value.Attribute);
|
|
358
|
-
if (value.Analysis !== undefined)
|
|
359
|
-
return visitor.Analysis(value.Analysis);
|
|
360
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
361
|
-
};
|
|
362
|
-
})(RuleVerdictToEvaluate || (RuleVerdictToEvaluate = {}));
|
|
363
223
|
export const RuleVerdictOperator = {
|
|
364
224
|
EQUALS: "EQUALS",
|
|
365
225
|
NOT_EQUALS: "NOT_EQUALS",
|
|
@@ -370,37 +230,9 @@ export const RuleVerdict = {
|
|
|
370
230
|
PASS: "PASS",
|
|
371
231
|
PROCESSING_FAILED: "PROCESSING_FAILED",
|
|
372
232
|
};
|
|
373
|
-
export var RuleCondition;
|
|
374
|
-
(function (RuleCondition) {
|
|
375
|
-
RuleCondition.visit = (value, visitor) => {
|
|
376
|
-
if (value.BooleanExpression !== undefined)
|
|
377
|
-
return visitor.BooleanExpression(value.BooleanExpression);
|
|
378
|
-
if (value.StringExpression !== undefined)
|
|
379
|
-
return visitor.StringExpression(value.StringExpression);
|
|
380
|
-
if (value.NumberExpression !== undefined)
|
|
381
|
-
return visitor.NumberExpression(value.NumberExpression);
|
|
382
|
-
if (value.IpExpression !== undefined)
|
|
383
|
-
return visitor.IpExpression(value.IpExpression);
|
|
384
|
-
if (value.VerdictExpression !== undefined)
|
|
385
|
-
return visitor.VerdictExpression(value.VerdictExpression);
|
|
386
|
-
if (value.DmarcExpression !== undefined)
|
|
387
|
-
return visitor.DmarcExpression(value.DmarcExpression);
|
|
388
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
389
|
-
};
|
|
390
|
-
})(RuleCondition || (RuleCondition = {}));
|
|
391
233
|
export const IngressAddressListEmailAttribute = {
|
|
392
234
|
RECIPIENT: "RECIPIENT",
|
|
393
235
|
};
|
|
394
|
-
export var IngressBooleanToEvaluate;
|
|
395
|
-
(function (IngressBooleanToEvaluate) {
|
|
396
|
-
IngressBooleanToEvaluate.visit = (value, visitor) => {
|
|
397
|
-
if (value.Analysis !== undefined)
|
|
398
|
-
return visitor.Analysis(value.Analysis);
|
|
399
|
-
if (value.IsInAddressList !== undefined)
|
|
400
|
-
return visitor.IsInAddressList(value.IsInAddressList);
|
|
401
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
402
|
-
};
|
|
403
|
-
})(IngressBooleanToEvaluate || (IngressBooleanToEvaluate = {}));
|
|
404
236
|
export const IngressBooleanOperator = {
|
|
405
237
|
IS_FALSE: "IS_FALSE",
|
|
406
238
|
IS_TRUE: "IS_TRUE",
|
|
@@ -408,14 +240,6 @@ export const IngressBooleanOperator = {
|
|
|
408
240
|
export const IngressIpv4Attribute = {
|
|
409
241
|
SENDER_IP: "SENDER_IP",
|
|
410
242
|
};
|
|
411
|
-
export var IngressIpToEvaluate;
|
|
412
|
-
(function (IngressIpToEvaluate) {
|
|
413
|
-
IngressIpToEvaluate.visit = (value, visitor) => {
|
|
414
|
-
if (value.Attribute !== undefined)
|
|
415
|
-
return visitor.Attribute(value.Attribute);
|
|
416
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
417
|
-
};
|
|
418
|
-
})(IngressIpToEvaluate || (IngressIpToEvaluate = {}));
|
|
419
243
|
export const IngressIpOperator = {
|
|
420
244
|
CIDR_MATCHES: "CIDR_MATCHES",
|
|
421
245
|
NOT_CIDR_MATCHES: "NOT_CIDR_MATCHES",
|
|
@@ -423,27 +247,9 @@ export const IngressIpOperator = {
|
|
|
423
247
|
export const IngressIpv6Attribute = {
|
|
424
248
|
SENDER_IPV6: "SENDER_IPV6",
|
|
425
249
|
};
|
|
426
|
-
export var IngressIpv6ToEvaluate;
|
|
427
|
-
(function (IngressIpv6ToEvaluate) {
|
|
428
|
-
IngressIpv6ToEvaluate.visit = (value, visitor) => {
|
|
429
|
-
if (value.Attribute !== undefined)
|
|
430
|
-
return visitor.Attribute(value.Attribute);
|
|
431
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
432
|
-
};
|
|
433
|
-
})(IngressIpv6ToEvaluate || (IngressIpv6ToEvaluate = {}));
|
|
434
250
|
export const IngressStringEmailAttribute = {
|
|
435
251
|
RECIPIENT: "RECIPIENT",
|
|
436
252
|
};
|
|
437
|
-
export var IngressStringToEvaluate;
|
|
438
|
-
(function (IngressStringToEvaluate) {
|
|
439
|
-
IngressStringToEvaluate.visit = (value, visitor) => {
|
|
440
|
-
if (value.Attribute !== undefined)
|
|
441
|
-
return visitor.Attribute(value.Attribute);
|
|
442
|
-
if (value.Analysis !== undefined)
|
|
443
|
-
return visitor.Analysis(value.Analysis);
|
|
444
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
445
|
-
};
|
|
446
|
-
})(IngressStringToEvaluate || (IngressStringToEvaluate = {}));
|
|
447
253
|
export const IngressStringOperator = {
|
|
448
254
|
CONTAINS: "CONTAINS",
|
|
449
255
|
ENDS_WITH: "ENDS_WITH",
|
|
@@ -454,14 +260,6 @@ export const IngressStringOperator = {
|
|
|
454
260
|
export const IngressTlsAttribute = {
|
|
455
261
|
TLS_PROTOCOL: "TLS_PROTOCOL",
|
|
456
262
|
};
|
|
457
|
-
export var IngressTlsProtocolToEvaluate;
|
|
458
|
-
(function (IngressTlsProtocolToEvaluate) {
|
|
459
|
-
IngressTlsProtocolToEvaluate.visit = (value, visitor) => {
|
|
460
|
-
if (value.Attribute !== undefined)
|
|
461
|
-
return visitor.Attribute(value.Attribute);
|
|
462
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
463
|
-
};
|
|
464
|
-
})(IngressTlsProtocolToEvaluate || (IngressTlsProtocolToEvaluate = {}));
|
|
465
263
|
export const IngressTlsProtocolOperator = {
|
|
466
264
|
IS: "IS",
|
|
467
265
|
MINIMUM_TLS_VERSION: "MINIMUM_TLS_VERSION",
|
|
@@ -470,30 +268,6 @@ export const IngressTlsProtocolAttribute = {
|
|
|
470
268
|
TLS1_2: "TLS1_2",
|
|
471
269
|
TLS1_3: "TLS1_3",
|
|
472
270
|
};
|
|
473
|
-
export var PolicyCondition;
|
|
474
|
-
(function (PolicyCondition) {
|
|
475
|
-
PolicyCondition.visit = (value, visitor) => {
|
|
476
|
-
if (value.StringExpression !== undefined)
|
|
477
|
-
return visitor.StringExpression(value.StringExpression);
|
|
478
|
-
if (value.IpExpression !== undefined)
|
|
479
|
-
return visitor.IpExpression(value.IpExpression);
|
|
480
|
-
if (value.Ipv6Expression !== undefined)
|
|
481
|
-
return visitor.Ipv6Expression(value.Ipv6Expression);
|
|
482
|
-
if (value.TlsExpression !== undefined)
|
|
483
|
-
return visitor.TlsExpression(value.TlsExpression);
|
|
484
|
-
if (value.BooleanExpression !== undefined)
|
|
485
|
-
return visitor.BooleanExpression(value.BooleanExpression);
|
|
486
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
487
|
-
};
|
|
488
|
-
})(PolicyCondition || (PolicyCondition = {}));
|
|
489
|
-
export var ExportDestinationConfiguration;
|
|
490
|
-
(function (ExportDestinationConfiguration) {
|
|
491
|
-
ExportDestinationConfiguration.visit = (value, visitor) => {
|
|
492
|
-
if (value.S3 !== undefined)
|
|
493
|
-
return visitor.S3(value.S3);
|
|
494
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
495
|
-
};
|
|
496
|
-
})(ExportDestinationConfiguration || (ExportDestinationConfiguration = {}));
|
|
497
271
|
export const ExportState = {
|
|
498
272
|
CANCELLED: "CANCELLED",
|
|
499
273
|
COMPLETED: "COMPLETED",
|
|
@@ -668,11 +668,14 @@ export declare namespace ArchiveBooleanToEvaluate {
|
|
|
668
668
|
Attribute?: never;
|
|
669
669
|
$unknown: [string, any];
|
|
670
670
|
}
|
|
671
|
+
/**
|
|
672
|
+
* @deprecated unused in schema-serde mode.
|
|
673
|
+
*
|
|
674
|
+
*/
|
|
671
675
|
interface Visitor<T> {
|
|
672
676
|
Attribute: (value: ArchiveBooleanEmailAttribute) => T;
|
|
673
677
|
_: (name: string, value: any) => T;
|
|
674
678
|
}
|
|
675
|
-
const visit: <T>(value: ArchiveBooleanToEvaluate, visitor: Visitor<T>) => T;
|
|
676
679
|
}
|
|
677
680
|
/**
|
|
678
681
|
* @public
|
|
@@ -742,11 +745,14 @@ export declare namespace ArchiveStringToEvaluate {
|
|
|
742
745
|
Attribute?: never;
|
|
743
746
|
$unknown: [string, any];
|
|
744
747
|
}
|
|
748
|
+
/**
|
|
749
|
+
* @deprecated unused in schema-serde mode.
|
|
750
|
+
*
|
|
751
|
+
*/
|
|
745
752
|
interface Visitor<T> {
|
|
746
753
|
Attribute: (value: ArchiveStringEmailAttribute) => T;
|
|
747
754
|
_: (name: string, value: any) => T;
|
|
748
755
|
}
|
|
749
|
-
const visit: <T>(value: ArchiveStringToEvaluate, visitor: Visitor<T>) => T;
|
|
750
756
|
}
|
|
751
757
|
/**
|
|
752
758
|
* @public
|
|
@@ -815,12 +821,15 @@ export declare namespace ArchiveFilterCondition {
|
|
|
815
821
|
BooleanExpression?: never;
|
|
816
822
|
$unknown: [string, any];
|
|
817
823
|
}
|
|
824
|
+
/**
|
|
825
|
+
* @deprecated unused in schema-serde mode.
|
|
826
|
+
*
|
|
827
|
+
*/
|
|
818
828
|
interface Visitor<T> {
|
|
819
829
|
StringExpression: (value: ArchiveStringExpression) => T;
|
|
820
830
|
BooleanExpression: (value: ArchiveBooleanExpression) => T;
|
|
821
831
|
_: (name: string, value: any) => T;
|
|
822
832
|
}
|
|
823
|
-
const visit: <T>(value: ArchiveFilterCondition, visitor: Visitor<T>) => T;
|
|
824
833
|
}
|
|
825
834
|
/**
|
|
826
835
|
* <p>A set of filter conditions to include and/or exclude emails.</p>
|
|
@@ -888,11 +897,14 @@ export declare namespace ArchiveRetention {
|
|
|
888
897
|
RetentionPeriod?: never;
|
|
889
898
|
$unknown: [string, any];
|
|
890
899
|
}
|
|
900
|
+
/**
|
|
901
|
+
* @deprecated unused in schema-serde mode.
|
|
902
|
+
*
|
|
903
|
+
*/
|
|
891
904
|
interface Visitor<T> {
|
|
892
905
|
RetentionPeriod: (value: RetentionPeriod) => T;
|
|
893
906
|
_: (name: string, value: any) => T;
|
|
894
907
|
}
|
|
895
|
-
const visit: <T>(value: ArchiveRetention, visitor: Visitor<T>) => T;
|
|
896
908
|
}
|
|
897
909
|
/**
|
|
898
910
|
* <p>The request to create a new email archive.</p>
|
|
@@ -1167,12 +1179,15 @@ export declare namespace IngressPointConfiguration {
|
|
|
1167
1179
|
SecretArn?: never;
|
|
1168
1180
|
$unknown: [string, any];
|
|
1169
1181
|
}
|
|
1182
|
+
/**
|
|
1183
|
+
* @deprecated unused in schema-serde mode.
|
|
1184
|
+
*
|
|
1185
|
+
*/
|
|
1170
1186
|
interface Visitor<T> {
|
|
1171
1187
|
SmtpPassword: (value: string) => T;
|
|
1172
1188
|
SecretArn: (value: string) => T;
|
|
1173
1189
|
_: (name: string, value: any) => T;
|
|
1174
1190
|
}
|
|
1175
|
-
const visit: <T>(value: IngressPointConfiguration, visitor: Visitor<T>) => T;
|
|
1176
1191
|
}
|
|
1177
1192
|
/**
|
|
1178
1193
|
* <p>Specifies the network configuration for the private ingress point.</p>
|
|
@@ -1243,12 +1258,15 @@ export declare namespace NetworkConfiguration {
|
|
|
1243
1258
|
PrivateNetworkConfiguration?: never;
|
|
1244
1259
|
$unknown: [string, any];
|
|
1245
1260
|
}
|
|
1261
|
+
/**
|
|
1262
|
+
* @deprecated unused in schema-serde mode.
|
|
1263
|
+
*
|
|
1264
|
+
*/
|
|
1246
1265
|
interface Visitor<T> {
|
|
1247
1266
|
PublicNetworkConfiguration: (value: PublicNetworkConfiguration) => T;
|
|
1248
1267
|
PrivateNetworkConfiguration: (value: PrivateNetworkConfiguration) => T;
|
|
1249
1268
|
_: (name: string, value: any) => T;
|
|
1250
1269
|
}
|
|
1251
|
-
const visit: <T>(value: NetworkConfiguration, visitor: Visitor<T>) => T;
|
|
1252
1270
|
}
|
|
1253
1271
|
/**
|
|
1254
1272
|
* @public
|
|
@@ -1358,12 +1376,15 @@ export declare namespace RelayAuthentication {
|
|
|
1358
1376
|
NoAuthentication?: never;
|
|
1359
1377
|
$unknown: [string, any];
|
|
1360
1378
|
}
|
|
1379
|
+
/**
|
|
1380
|
+
* @deprecated unused in schema-serde mode.
|
|
1381
|
+
*
|
|
1382
|
+
*/
|
|
1361
1383
|
interface Visitor<T> {
|
|
1362
1384
|
SecretArn: (value: string) => T;
|
|
1363
1385
|
NoAuthentication: (value: NoAuthentication) => T;
|
|
1364
1386
|
_: (name: string, value: any) => T;
|
|
1365
1387
|
}
|
|
1366
|
-
const visit: <T>(value: RelayAuthentication, visitor: Visitor<T>) => T;
|
|
1367
1388
|
}
|
|
1368
1389
|
/**
|
|
1369
1390
|
* @public
|
|
@@ -1804,6 +1825,10 @@ export declare namespace RuleAction {
|
|
|
1804
1825
|
PublishToSns?: never;
|
|
1805
1826
|
$unknown: [string, any];
|
|
1806
1827
|
}
|
|
1828
|
+
/**
|
|
1829
|
+
* @deprecated unused in schema-serde mode.
|
|
1830
|
+
*
|
|
1831
|
+
*/
|
|
1807
1832
|
interface Visitor<T> {
|
|
1808
1833
|
Drop: (value: DropAction) => T;
|
|
1809
1834
|
Relay: (value: RelayAction) => T;
|
|
@@ -1817,7 +1842,6 @@ export declare namespace RuleAction {
|
|
|
1817
1842
|
PublishToSns: (value: SnsAction) => T;
|
|
1818
1843
|
_: (name: string, value: any) => T;
|
|
1819
1844
|
}
|
|
1820
|
-
const visit: <T>(value: RuleAction, visitor: Visitor<T>) => T;
|
|
1821
1845
|
}
|
|
1822
1846
|
/**
|
|
1823
1847
|
* @public
|
|
@@ -1912,13 +1936,16 @@ export declare namespace RuleBooleanToEvaluate {
|
|
|
1912
1936
|
IsInAddressList?: never;
|
|
1913
1937
|
$unknown: [string, any];
|
|
1914
1938
|
}
|
|
1939
|
+
/**
|
|
1940
|
+
* @deprecated unused in schema-serde mode.
|
|
1941
|
+
*
|
|
1942
|
+
*/
|
|
1915
1943
|
interface Visitor<T> {
|
|
1916
1944
|
Attribute: (value: RuleBooleanEmailAttribute) => T;
|
|
1917
1945
|
Analysis: (value: Analysis) => T;
|
|
1918
1946
|
IsInAddressList: (value: RuleIsInAddressList) => T;
|
|
1919
1947
|
_: (name: string, value: any) => T;
|
|
1920
1948
|
}
|
|
1921
|
-
const visit: <T>(value: RuleBooleanToEvaluate, visitor: Visitor<T>) => T;
|
|
1922
1949
|
}
|
|
1923
1950
|
/**
|
|
1924
1951
|
* @public
|
|
@@ -2024,11 +2051,14 @@ export declare namespace RuleIpToEvaluate {
|
|
|
2024
2051
|
Attribute?: never;
|
|
2025
2052
|
$unknown: [string, any];
|
|
2026
2053
|
}
|
|
2054
|
+
/**
|
|
2055
|
+
* @deprecated unused in schema-serde mode.
|
|
2056
|
+
*
|
|
2057
|
+
*/
|
|
2027
2058
|
interface Visitor<T> {
|
|
2028
2059
|
Attribute: (value: RuleIpEmailAttribute) => T;
|
|
2029
2060
|
_: (name: string, value: any) => T;
|
|
2030
2061
|
}
|
|
2031
|
-
const visit: <T>(value: RuleIpToEvaluate, visitor: Visitor<T>) => T;
|
|
2032
2062
|
}
|
|
2033
2063
|
/**
|
|
2034
2064
|
* @public
|
|
@@ -2098,11 +2128,14 @@ export declare namespace RuleNumberToEvaluate {
|
|
|
2098
2128
|
Attribute?: never;
|
|
2099
2129
|
$unknown: [string, any];
|
|
2100
2130
|
}
|
|
2131
|
+
/**
|
|
2132
|
+
* @deprecated unused in schema-serde mode.
|
|
2133
|
+
*
|
|
2134
|
+
*/
|
|
2101
2135
|
interface Visitor<T> {
|
|
2102
2136
|
Attribute: (value: RuleNumberEmailAttribute) => T;
|
|
2103
2137
|
_: (name: string, value: any) => T;
|
|
2104
2138
|
}
|
|
2105
|
-
const visit: <T>(value: RuleNumberToEvaluate, visitor: Visitor<T>) => T;
|
|
2106
2139
|
}
|
|
2107
2140
|
/**
|
|
2108
2141
|
* @public
|
|
@@ -2207,13 +2240,16 @@ export declare namespace RuleStringToEvaluate {
|
|
|
2207
2240
|
Analysis?: never;
|
|
2208
2241
|
$unknown: [string, any];
|
|
2209
2242
|
}
|
|
2243
|
+
/**
|
|
2244
|
+
* @deprecated unused in schema-serde mode.
|
|
2245
|
+
*
|
|
2246
|
+
*/
|
|
2210
2247
|
interface Visitor<T> {
|
|
2211
2248
|
Attribute: (value: RuleStringEmailAttribute) => T;
|
|
2212
2249
|
MimeHeaderAttribute: (value: string) => T;
|
|
2213
2250
|
Analysis: (value: Analysis) => T;
|
|
2214
2251
|
_: (name: string, value: any) => T;
|
|
2215
2252
|
}
|
|
2216
|
-
const visit: <T>(value: RuleStringToEvaluate, visitor: Visitor<T>) => T;
|
|
2217
2253
|
}
|
|
2218
2254
|
/**
|
|
2219
2255
|
* @public
|
|
@@ -2298,12 +2334,15 @@ export declare namespace RuleVerdictToEvaluate {
|
|
|
2298
2334
|
Analysis?: never;
|
|
2299
2335
|
$unknown: [string, any];
|
|
2300
2336
|
}
|
|
2337
|
+
/**
|
|
2338
|
+
* @deprecated unused in schema-serde mode.
|
|
2339
|
+
*
|
|
2340
|
+
*/
|
|
2301
2341
|
interface Visitor<T> {
|
|
2302
2342
|
Attribute: (value: RuleVerdictAttribute) => T;
|
|
2303
2343
|
Analysis: (value: Analysis) => T;
|
|
2304
2344
|
_: (name: string, value: any) => T;
|
|
2305
2345
|
}
|
|
2306
|
-
const visit: <T>(value: RuleVerdictToEvaluate, visitor: Visitor<T>) => T;
|
|
2307
2346
|
}
|
|
2308
2347
|
/**
|
|
2309
2348
|
* @public
|
|
@@ -2451,6 +2490,10 @@ export declare namespace RuleCondition {
|
|
|
2451
2490
|
DmarcExpression?: never;
|
|
2452
2491
|
$unknown: [string, any];
|
|
2453
2492
|
}
|
|
2493
|
+
/**
|
|
2494
|
+
* @deprecated unused in schema-serde mode.
|
|
2495
|
+
*
|
|
2496
|
+
*/
|
|
2454
2497
|
interface Visitor<T> {
|
|
2455
2498
|
BooleanExpression: (value: RuleBooleanExpression) => T;
|
|
2456
2499
|
StringExpression: (value: RuleStringExpression) => T;
|
|
@@ -2460,7 +2503,6 @@ export declare namespace RuleCondition {
|
|
|
2460
2503
|
DmarcExpression: (value: RuleDmarcExpression) => T;
|
|
2461
2504
|
_: (name: string, value: any) => T;
|
|
2462
2505
|
}
|
|
2463
|
-
const visit: <T>(value: RuleCondition, visitor: Visitor<T>) => T;
|
|
2464
2506
|
}
|
|
2465
2507
|
/**
|
|
2466
2508
|
* <p>A rule contains conditions, "unless conditions" and actions. For each envelope recipient of an email, if all conditions match and none of the "unless conditions" match, then all of the actions are executed sequentially. If no conditions are provided, the rule always applies and the actions are implicitly executed. If only "unless conditions" are provided, the rule applies if the email does not match the evaluation of the "unless conditions".</p>
|
|
@@ -2601,12 +2643,15 @@ export declare namespace IngressBooleanToEvaluate {
|
|
|
2601
2643
|
IsInAddressList?: never;
|
|
2602
2644
|
$unknown: [string, any];
|
|
2603
2645
|
}
|
|
2646
|
+
/**
|
|
2647
|
+
* @deprecated unused in schema-serde mode.
|
|
2648
|
+
*
|
|
2649
|
+
*/
|
|
2604
2650
|
interface Visitor<T> {
|
|
2605
2651
|
Analysis: (value: IngressAnalysis) => T;
|
|
2606
2652
|
IsInAddressList: (value: IngressIsInAddressList) => T;
|
|
2607
2653
|
_: (name: string, value: any) => T;
|
|
2608
2654
|
}
|
|
2609
|
-
const visit: <T>(value: IngressBooleanToEvaluate, visitor: Visitor<T>) => T;
|
|
2610
2655
|
}
|
|
2611
2656
|
/**
|
|
2612
2657
|
* @public
|
|
@@ -2671,11 +2716,14 @@ export declare namespace IngressIpToEvaluate {
|
|
|
2671
2716
|
Attribute?: never;
|
|
2672
2717
|
$unknown: [string, any];
|
|
2673
2718
|
}
|
|
2719
|
+
/**
|
|
2720
|
+
* @deprecated unused in schema-serde mode.
|
|
2721
|
+
*
|
|
2722
|
+
*/
|
|
2674
2723
|
interface Visitor<T> {
|
|
2675
2724
|
Attribute: (value: IngressIpv4Attribute) => T;
|
|
2676
2725
|
_: (name: string, value: any) => T;
|
|
2677
2726
|
}
|
|
2678
|
-
const visit: <T>(value: IngressIpToEvaluate, visitor: Visitor<T>) => T;
|
|
2679
2727
|
}
|
|
2680
2728
|
/**
|
|
2681
2729
|
* @public
|
|
@@ -2745,11 +2793,14 @@ export declare namespace IngressIpv6ToEvaluate {
|
|
|
2745
2793
|
Attribute?: never;
|
|
2746
2794
|
$unknown: [string, any];
|
|
2747
2795
|
}
|
|
2796
|
+
/**
|
|
2797
|
+
* @deprecated unused in schema-serde mode.
|
|
2798
|
+
*
|
|
2799
|
+
*/
|
|
2748
2800
|
interface Visitor<T> {
|
|
2749
2801
|
Attribute: (value: IngressIpv6Attribute) => T;
|
|
2750
2802
|
_: (name: string, value: any) => T;
|
|
2751
2803
|
}
|
|
2752
|
-
const visit: <T>(value: IngressIpv6ToEvaluate, visitor: Visitor<T>) => T;
|
|
2753
2804
|
}
|
|
2754
2805
|
/**
|
|
2755
2806
|
* <p>The union type representing the allowed types for the left hand side of an IPv6 condition.</p>
|
|
@@ -2818,12 +2869,15 @@ export declare namespace IngressStringToEvaluate {
|
|
|
2818
2869
|
Analysis?: never;
|
|
2819
2870
|
$unknown: [string, any];
|
|
2820
2871
|
}
|
|
2872
|
+
/**
|
|
2873
|
+
* @deprecated unused in schema-serde mode.
|
|
2874
|
+
*
|
|
2875
|
+
*/
|
|
2821
2876
|
interface Visitor<T> {
|
|
2822
2877
|
Attribute: (value: IngressStringEmailAttribute) => T;
|
|
2823
2878
|
Analysis: (value: IngressAnalysis) => T;
|
|
2824
2879
|
_: (name: string, value: any) => T;
|
|
2825
2880
|
}
|
|
2826
|
-
const visit: <T>(value: IngressStringToEvaluate, visitor: Visitor<T>) => T;
|
|
2827
2881
|
}
|
|
2828
2882
|
/**
|
|
2829
2883
|
* @public
|
|
@@ -2896,11 +2950,14 @@ export declare namespace IngressTlsProtocolToEvaluate {
|
|
|
2896
2950
|
Attribute?: never;
|
|
2897
2951
|
$unknown: [string, any];
|
|
2898
2952
|
}
|
|
2953
|
+
/**
|
|
2954
|
+
* @deprecated unused in schema-serde mode.
|
|
2955
|
+
*
|
|
2956
|
+
*/
|
|
2899
2957
|
interface Visitor<T> {
|
|
2900
2958
|
Attribute: (value: IngressTlsAttribute) => T;
|
|
2901
2959
|
_: (name: string, value: any) => T;
|
|
2902
2960
|
}
|
|
2903
|
-
const visit: <T>(value: IngressTlsProtocolToEvaluate, visitor: Visitor<T>) => T;
|
|
2904
2961
|
}
|
|
2905
2962
|
/**
|
|
2906
2963
|
* @public
|
|
@@ -3027,6 +3084,10 @@ export declare namespace PolicyCondition {
|
|
|
3027
3084
|
BooleanExpression?: never;
|
|
3028
3085
|
$unknown: [string, any];
|
|
3029
3086
|
}
|
|
3087
|
+
/**
|
|
3088
|
+
* @deprecated unused in schema-serde mode.
|
|
3089
|
+
*
|
|
3090
|
+
*/
|
|
3030
3091
|
interface Visitor<T> {
|
|
3031
3092
|
StringExpression: (value: IngressStringExpression) => T;
|
|
3032
3093
|
IpExpression: (value: IngressIpv4Expression) => T;
|
|
@@ -3035,7 +3096,6 @@ export declare namespace PolicyCondition {
|
|
|
3035
3096
|
BooleanExpression: (value: IngressBooleanExpression) => T;
|
|
3036
3097
|
_: (name: string, value: any) => T;
|
|
3037
3098
|
}
|
|
3038
|
-
const visit: <T>(value: PolicyCondition, visitor: Visitor<T>) => T;
|
|
3039
3099
|
}
|
|
3040
3100
|
/**
|
|
3041
3101
|
* <p>The structure containing traffic policy conditions and actions.</p>
|
|
@@ -3234,11 +3294,14 @@ export declare namespace ExportDestinationConfiguration {
|
|
|
3234
3294
|
S3?: never;
|
|
3235
3295
|
$unknown: [string, any];
|
|
3236
3296
|
}
|
|
3297
|
+
/**
|
|
3298
|
+
* @deprecated unused in schema-serde mode.
|
|
3299
|
+
*
|
|
3300
|
+
*/
|
|
3237
3301
|
interface Visitor<T> {
|
|
3238
3302
|
S3: (value: S3ExportDestinationConfiguration) => T;
|
|
3239
3303
|
_: (name: string, value: any) => T;
|
|
3240
3304
|
}
|
|
3241
|
-
const visit: <T>(value: ExportDestinationConfiguration, visitor: Visitor<T>) => T;
|
|
3242
3305
|
}
|
|
3243
3306
|
/**
|
|
3244
3307
|
* @public
|
|
@@ -215,7 +215,6 @@ export declare namespace ArchiveBooleanToEvaluate {
|
|
|
215
215
|
Attribute: (value: ArchiveBooleanEmailAttribute) => T;
|
|
216
216
|
_: (name: string, value: any) => T;
|
|
217
217
|
}
|
|
218
|
-
const visit: <T>(value: ArchiveBooleanToEvaluate, visitor: Visitor<T>) => T;
|
|
219
218
|
}
|
|
220
219
|
export declare const ArchiveBooleanOperator: {
|
|
221
220
|
readonly IS_FALSE: "IS_FALSE";
|
|
@@ -253,7 +252,6 @@ export declare namespace ArchiveStringToEvaluate {
|
|
|
253
252
|
Attribute: (value: ArchiveStringEmailAttribute) => T;
|
|
254
253
|
_: (name: string, value: any) => T;
|
|
255
254
|
}
|
|
256
|
-
const visit: <T>(value: ArchiveStringToEvaluate, visitor: Visitor<T>) => T;
|
|
257
255
|
}
|
|
258
256
|
export declare const ArchiveStringOperator: {
|
|
259
257
|
readonly CONTAINS: "CONTAINS";
|
|
@@ -290,7 +288,6 @@ export declare namespace ArchiveFilterCondition {
|
|
|
290
288
|
BooleanExpression: (value: ArchiveBooleanExpression) => T;
|
|
291
289
|
_: (name: string, value: any) => T;
|
|
292
290
|
}
|
|
293
|
-
const visit: <T>(value: ArchiveFilterCondition, visitor: Visitor<T>) => T;
|
|
294
291
|
}
|
|
295
292
|
export interface ArchiveFilters {
|
|
296
293
|
Include?: ArchiveFilterCondition[] | undefined;
|
|
@@ -332,7 +329,6 @@ export declare namespace ArchiveRetention {
|
|
|
332
329
|
RetentionPeriod: (value: RetentionPeriod) => T;
|
|
333
330
|
_: (name: string, value: any) => T;
|
|
334
331
|
}
|
|
335
|
-
const visit: <T>(value: ArchiveRetention, visitor: Visitor<T>) => T;
|
|
336
332
|
}
|
|
337
333
|
export interface CreateArchiveRequest {
|
|
338
334
|
ClientToken?: string | undefined;
|
|
@@ -419,7 +415,6 @@ export declare namespace IngressPointConfiguration {
|
|
|
419
415
|
SecretArn: (value: string) => T;
|
|
420
416
|
_: (name: string, value: any) => T;
|
|
421
417
|
}
|
|
422
|
-
const visit: <T>(value: IngressPointConfiguration, visitor: Visitor<T>) => T;
|
|
423
418
|
}
|
|
424
419
|
export interface PrivateNetworkConfiguration {
|
|
425
420
|
VpcEndpointId: string | undefined;
|
|
@@ -457,7 +452,6 @@ export declare namespace NetworkConfiguration {
|
|
|
457
452
|
PrivateNetworkConfiguration: (value: PrivateNetworkConfiguration) => T;
|
|
458
453
|
_: (name: string, value: any) => T;
|
|
459
454
|
}
|
|
460
|
-
const visit: <T>(value: NetworkConfiguration, visitor: Visitor<T>) => T;
|
|
461
455
|
}
|
|
462
456
|
export declare const IngressPointType: {
|
|
463
457
|
readonly AUTH: "AUTH";
|
|
@@ -504,7 +498,6 @@ export declare namespace RelayAuthentication {
|
|
|
504
498
|
NoAuthentication: (value: NoAuthentication) => T;
|
|
505
499
|
_: (name: string, value: any) => T;
|
|
506
500
|
}
|
|
507
|
-
const visit: <T>(value: RelayAuthentication, visitor: Visitor<T>) => T;
|
|
508
501
|
}
|
|
509
502
|
export interface CreateRelayRequest {
|
|
510
503
|
ClientToken?: string | undefined;
|
|
@@ -741,7 +734,6 @@ export declare namespace RuleAction {
|
|
|
741
734
|
PublishToSns: (value: SnsAction) => T;
|
|
742
735
|
_: (name: string, value: any) => T;
|
|
743
736
|
}
|
|
744
|
-
const visit: <T>(value: RuleAction, visitor: Visitor<T>) => T;
|
|
745
737
|
}
|
|
746
738
|
export declare const RuleBooleanEmailAttribute: {
|
|
747
739
|
readonly READ_RECEIPT_REQUESTED: "READ_RECEIPT_REQUESTED";
|
|
@@ -800,7 +792,6 @@ export declare namespace RuleBooleanToEvaluate {
|
|
|
800
792
|
IsInAddressList: (value: RuleIsInAddressList) => T;
|
|
801
793
|
_: (name: string, value: any) => T;
|
|
802
794
|
}
|
|
803
|
-
const visit: <T>(value: RuleBooleanToEvaluate, visitor: Visitor<T>) => T;
|
|
804
795
|
}
|
|
805
796
|
export declare const RuleBooleanOperator: {
|
|
806
797
|
readonly IS_FALSE: "IS_FALSE";
|
|
@@ -850,7 +841,6 @@ export declare namespace RuleIpToEvaluate {
|
|
|
850
841
|
Attribute: (value: RuleIpEmailAttribute) => T;
|
|
851
842
|
_: (name: string, value: any) => T;
|
|
852
843
|
}
|
|
853
|
-
const visit: <T>(value: RuleIpToEvaluate, visitor: Visitor<T>) => T;
|
|
854
844
|
}
|
|
855
845
|
export declare const RuleIpOperator: {
|
|
856
846
|
readonly CIDR_MATCHES: "CIDR_MATCHES";
|
|
@@ -884,7 +874,6 @@ export declare namespace RuleNumberToEvaluate {
|
|
|
884
874
|
Attribute: (value: RuleNumberEmailAttribute) => T;
|
|
885
875
|
_: (name: string, value: any) => T;
|
|
886
876
|
}
|
|
887
|
-
const visit: <T>(value: RuleNumberToEvaluate, visitor: Visitor<T>) => T;
|
|
888
877
|
}
|
|
889
878
|
export declare const RuleNumberOperator: {
|
|
890
879
|
readonly EQUALS: "EQUALS";
|
|
@@ -949,7 +938,6 @@ export declare namespace RuleStringToEvaluate {
|
|
|
949
938
|
Analysis: (value: Analysis) => T;
|
|
950
939
|
_: (name: string, value: any) => T;
|
|
951
940
|
}
|
|
952
|
-
const visit: <T>(value: RuleStringToEvaluate, visitor: Visitor<T>) => T;
|
|
953
941
|
}
|
|
954
942
|
export declare const RuleStringOperator: {
|
|
955
943
|
readonly CONTAINS: "CONTAINS";
|
|
@@ -996,7 +984,6 @@ export declare namespace RuleVerdictToEvaluate {
|
|
|
996
984
|
Analysis: (value: Analysis) => T;
|
|
997
985
|
_: (name: string, value: any) => T;
|
|
998
986
|
}
|
|
999
|
-
const visit: <T>(value: RuleVerdictToEvaluate, visitor: Visitor<T>) => T;
|
|
1000
987
|
}
|
|
1001
988
|
export declare const RuleVerdictOperator: {
|
|
1002
989
|
readonly EQUALS: "EQUALS";
|
|
@@ -1097,7 +1084,6 @@ export declare namespace RuleCondition {
|
|
|
1097
1084
|
DmarcExpression: (value: RuleDmarcExpression) => T;
|
|
1098
1085
|
_: (name: string, value: any) => T;
|
|
1099
1086
|
}
|
|
1100
|
-
const visit: <T>(value: RuleCondition, visitor: Visitor<T>) => T;
|
|
1101
1087
|
}
|
|
1102
1088
|
export interface Rule {
|
|
1103
1089
|
Name?: string | undefined;
|
|
@@ -1152,7 +1138,6 @@ export declare namespace IngressBooleanToEvaluate {
|
|
|
1152
1138
|
IsInAddressList: (value: IngressIsInAddressList) => T;
|
|
1153
1139
|
_: (name: string, value: any) => T;
|
|
1154
1140
|
}
|
|
1155
|
-
const visit: <T>(value: IngressBooleanToEvaluate, visitor: Visitor<T>) => T;
|
|
1156
1141
|
}
|
|
1157
1142
|
export declare const IngressBooleanOperator: {
|
|
1158
1143
|
readonly IS_FALSE: "IS_FALSE";
|
|
@@ -1185,7 +1170,6 @@ export declare namespace IngressIpToEvaluate {
|
|
|
1185
1170
|
Attribute: (value: IngressIpv4Attribute) => T;
|
|
1186
1171
|
_: (name: string, value: any) => T;
|
|
1187
1172
|
}
|
|
1188
|
-
const visit: <T>(value: IngressIpToEvaluate, visitor: Visitor<T>) => T;
|
|
1189
1173
|
}
|
|
1190
1174
|
export declare const IngressIpOperator: {
|
|
1191
1175
|
readonly CIDR_MATCHES: "CIDR_MATCHES";
|
|
@@ -1219,7 +1203,6 @@ export declare namespace IngressIpv6ToEvaluate {
|
|
|
1219
1203
|
Attribute: (value: IngressIpv6Attribute) => T;
|
|
1220
1204
|
_: (name: string, value: any) => T;
|
|
1221
1205
|
}
|
|
1222
|
-
const visit: <T>(value: IngressIpv6ToEvaluate, visitor: Visitor<T>) => T;
|
|
1223
1206
|
}
|
|
1224
1207
|
export interface IngressIpv6Expression {
|
|
1225
1208
|
Evaluate: IngressIpv6ToEvaluate | undefined;
|
|
@@ -1256,7 +1239,6 @@ export declare namespace IngressStringToEvaluate {
|
|
|
1256
1239
|
Analysis: (value: IngressAnalysis) => T;
|
|
1257
1240
|
_: (name: string, value: any) => T;
|
|
1258
1241
|
}
|
|
1259
|
-
const visit: <T>(value: IngressStringToEvaluate, visitor: Visitor<T>) => T;
|
|
1260
1242
|
}
|
|
1261
1243
|
export declare const IngressStringOperator: {
|
|
1262
1244
|
readonly CONTAINS: "CONTAINS";
|
|
@@ -1293,10 +1275,6 @@ export declare namespace IngressTlsProtocolToEvaluate {
|
|
|
1293
1275
|
Attribute: (value: IngressTlsAttribute) => T;
|
|
1294
1276
|
_: (name: string, value: any) => T;
|
|
1295
1277
|
}
|
|
1296
|
-
const visit: <T>(
|
|
1297
|
-
value: IngressTlsProtocolToEvaluate,
|
|
1298
|
-
visitor: Visitor<T>
|
|
1299
|
-
) => T;
|
|
1300
1278
|
}
|
|
1301
1279
|
export declare const IngressTlsProtocolOperator: {
|
|
1302
1280
|
readonly IS: "IS";
|
|
@@ -1379,7 +1357,6 @@ export declare namespace PolicyCondition {
|
|
|
1379
1357
|
BooleanExpression: (value: IngressBooleanExpression) => T;
|
|
1380
1358
|
_: (name: string, value: any) => T;
|
|
1381
1359
|
}
|
|
1382
|
-
const visit: <T>(value: PolicyCondition, visitor: Visitor<T>) => T;
|
|
1383
1360
|
}
|
|
1384
1361
|
export interface PolicyStatement {
|
|
1385
1362
|
Conditions: PolicyCondition[] | undefined;
|
|
@@ -1441,10 +1418,6 @@ export declare namespace ExportDestinationConfiguration {
|
|
|
1441
1418
|
S3: (value: S3ExportDestinationConfiguration) => T;
|
|
1442
1419
|
_: (name: string, value: any) => T;
|
|
1443
1420
|
}
|
|
1444
|
-
const visit: <T>(
|
|
1445
|
-
value: ExportDestinationConfiguration,
|
|
1446
|
-
visitor: Visitor<T>
|
|
1447
|
-
) => T;
|
|
1448
1421
|
}
|
|
1449
1422
|
export declare const ExportState: {
|
|
1450
1423
|
readonly CANCELLED: "CANCELLED";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mailmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mailmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.930.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mailmanager",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|