@aws-sdk/client-mailmanager 3.1019.0 → 3.1021.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 (41) hide show
  1. package/dist-cjs/index.js +29 -0
  2. package/dist-cjs/schemas/schemas_0.js +94 -44
  3. package/dist-es/MailManager.js +7 -7
  4. package/dist-es/models/enums.js +25 -0
  5. package/dist-es/schemas/schemas_0.js +88 -38
  6. package/dist-types/MailManager.d.ts +60 -60
  7. package/dist-types/MailManagerClient.d.ts +63 -63
  8. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  9. package/dist-types/commands/CreateAddonSubscriptionCommand.d.ts +3 -0
  10. package/dist-types/commands/CreateIngressPointCommand.d.ts +9 -1
  11. package/dist-types/commands/CreateRuleSetCommand.d.ts +18 -0
  12. package/dist-types/commands/DeleteAddressListCommand.d.ts +3 -0
  13. package/dist-types/commands/DeregisterMemberFromAddressListCommand.d.ts +3 -0
  14. package/dist-types/commands/GetIngressPointCommand.d.ts +11 -2
  15. package/dist-types/commands/GetRuleSetCommand.d.ts +18 -0
  16. package/dist-types/commands/ListIngressPointsCommand.d.ts +2 -2
  17. package/dist-types/commands/RegisterMemberToAddressListCommand.d.ts +3 -0
  18. package/dist-types/commands/UpdateIngressPointCommand.d.ts +8 -0
  19. package/dist-types/commands/UpdateRuleSetCommand.d.ts +18 -0
  20. package/dist-types/index.d.ts +1 -1
  21. package/dist-types/models/enums.d.ts +57 -0
  22. package/dist-types/models/models_0.d.ts +225 -4
  23. package/dist-types/pagination/ListAddonInstancesPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListAddonSubscriptionsPaginator.d.ts +1 -1
  25. package/dist-types/pagination/ListAddressListImportJobsPaginator.d.ts +1 -1
  26. package/dist-types/pagination/ListAddressListsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/ListArchiveExportsPaginator.d.ts +1 -1
  28. package/dist-types/pagination/ListArchiveSearchesPaginator.d.ts +1 -1
  29. package/dist-types/pagination/ListArchivesPaginator.d.ts +1 -1
  30. package/dist-types/pagination/ListIngressPointsPaginator.d.ts +1 -1
  31. package/dist-types/pagination/ListMembersOfAddressListPaginator.d.ts +1 -1
  32. package/dist-types/pagination/ListRelaysPaginator.d.ts +1 -1
  33. package/dist-types/pagination/ListRuleSetsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListTrafficPoliciesPaginator.d.ts +1 -1
  35. package/dist-types/schemas/schemas_0.d.ts +4 -0
  36. package/dist-types/ts3.4/MailManagerClient.d.ts +2 -3
  37. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  38. package/dist-types/ts3.4/models/enums.d.ts +32 -0
  39. package/dist-types/ts3.4/models/models_0.d.ts +113 -0
  40. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  41. package/package.json +14 -14
@@ -46,9 +46,13 @@ const _Arc = "Archives";
46
46
  const _At = "Attribute";
47
47
  const _Au = "Authentication";
48
48
  const _B = "Body";
49
+ const _BA = "BounceAction";
49
50
  const _BE = "BooleanExpression";
51
+ const _BM = "BounceMessage";
52
+ const _Bo = "Bounce";
50
53
  const _C = "Conditions";
51
54
  const _CA = "CreateArchive";
55
+ const _CAC = "CAContent";
52
56
  const _CAI = "CreateAddonInstance";
53
57
  const _CAIR = "CreateAddonInstanceRequest";
54
58
  const _CAIRr = "CreateAddonInstanceResponse";
@@ -63,6 +67,8 @@ const _CARr = "CreateArchiveResponse";
63
67
  const _CAS = "CreateAddonSubscription";
64
68
  const _CASR = "CreateAddonSubscriptionRequest";
65
69
  const _CASRr = "CreateAddonSubscriptionResponse";
70
+ const _CC = "CrlContent";
71
+ const _CCA = "ClientCertificateAttribute";
66
72
  const _CD = "CreatedDate";
67
73
  const _CE = "ConflictException";
68
74
  const _CIP = "CreateIngressPoint";
@@ -102,6 +108,7 @@ const _DE = "DmarcExpression";
102
108
  const _DIP = "DeleteIngressPoint";
103
109
  const _DIPR = "DeleteIngressPointRequest";
104
110
  const _DIPRe = "DeleteIngressPointResponse";
111
+ const _DM = "DiagnosticMessage";
105
112
  const _DMFAL = "DeregisterMemberFromAddressList";
106
113
  const _DMFALR = "DeregisterMemberFromAddressListRequest";
107
114
  const _DMFALRe = "DeregisterMemberFromAddressListResponse";
@@ -132,6 +139,7 @@ const _Enc = "Encoding";
132
139
  const _Er = "Error";
133
140
  const _Ex = "Exports";
134
141
  const _F = "From";
142
+ const _FA = "FunctionArn";
135
143
  const _FIC = "FailedItemsCount";
136
144
  const _FT = "FromTimestamp";
137
145
  const _Fi = "Filters";
@@ -204,6 +212,8 @@ const _IITE = "IngressIpToEvaluate";
204
212
  const _IITEn = "IngressIpv6ToEvaluate";
205
213
  const _IJ = "ImportJob";
206
214
  const _IJm = "ImportJobs";
215
+ const _IL = "InvokeLambda";
216
+ const _ILA = "InvokeLambdaAction";
207
217
  const _IM = "IncludeMetadata";
208
218
  const _IP = "IngressPoint";
209
219
  const _IPA = "IngressPointArn";
@@ -217,9 +227,11 @@ const _IPn = "IngressPoints";
217
227
  const _IRT = "InReplyTo";
218
228
  const _ISE = "IngressStringExpression";
219
229
  const _ISTE = "IngressStringToEvaluate";
220
- const _IT = "IpType";
230
+ const _IT = "InvocationType";
221
231
  const _ITPE = "IngressTlsProtocolExpression";
222
232
  const _ITPTE = "IngressTlsProtocolToEvaluate";
233
+ const _ITSC = "IncludeTrustStoreContents";
234
+ const _ITp = "IpType";
223
235
  const _JI = "JobId";
224
236
  const _K = "Key";
225
237
  const _KKA = "KmsKeyArn";
@@ -329,10 +341,13 @@ const _RS = "RuleSets";
329
341
  const _RSA = "RuleSetArn";
330
342
  const _RSE = "RuleStringExpression";
331
343
  const _RSI = "RuleSetId";
344
+ const _RSL = "RuleStringList";
332
345
  const _RSN = "RuleSetName";
333
346
  const _RSTE = "RuleStringToEvaluate";
347
+ const _RSV = "RuleStringValue";
334
348
  const _RSu = "RuleSet";
335
349
  const _RT = "ReceivedTimestamp";
350
+ const _RTM = "RetryTimeMinutes";
336
351
  const _RVE = "RuleVerdictExpression";
337
352
  const _RVTE = "RuleVerdictToEvaluate";
338
353
  const _RW = "ReplaceWith";
@@ -343,7 +358,7 @@ const _Ro = "Rows";
343
358
  const _Row = "Row";
344
359
  const _Ru = "Rules";
345
360
  const _Rul = "Rule";
346
- const _S = "State";
361
+ const _S = "Sender";
347
362
  const _SA = "SecretArn";
348
363
  const _SAE = "StartArchiveExport";
349
364
  const _SAER = "StartArchiveExportRequest";
@@ -370,6 +385,7 @@ const _SAe = "SendAction";
370
385
  const _SAn = "SnsAction";
371
386
  const _SAo = "SourceArn";
372
387
  const _SB = "S3Bucket";
388
+ const _SC = "StatusCode";
373
389
  const _SE = "StringExpression";
374
390
  const _SEDC = "S3ExportDestinationConfiguration";
375
391
  const _SH = "SenderHostname";
@@ -385,6 +401,7 @@ const _SPe = "ServerPort";
385
401
  const _SPen = "SendingPool";
386
402
  const _SPr = "S3Prefix";
387
403
  const _SQEE = "ServiceQuotaExceededException";
404
+ const _SRC = "SmtpReplyCode";
388
405
  const _SS = "SearchStatus";
389
406
  const _SSKKI = "S3SseKmsKeyId";
390
407
  const _SSL = "SearchSummaryList";
@@ -395,26 +412,30 @@ const _STt = "StartTimestamp";
395
412
  const _S_ = "S3";
396
413
  const _Se = "Searches";
397
414
  const _Sen = "Send";
398
- const _St = "Status";
415
+ const _St = "State";
416
+ const _Sta = "Status";
399
417
  const _Su = "Subject";
400
418
  const _T = "Tags";
401
419
  const _TA = "TargetArchive";
420
+ const _TAC = "TlsAuthConfiguration";
402
421
  const _TAo = "TopicArn";
403
422
  const _TCS = "TlsCipherSuite";
404
423
  const _TE = "ThrottlingException";
405
424
  const _TEl = "TlsExpression";
406
425
  const _TK = "TagKeys";
407
426
  const _TL = "TagList";
408
- const _TP = "TrafficPolicies";
427
+ const _TP = "TlsPolicy";
409
428
  const _TPA = "TrafficPolicyArn";
410
429
  const _TPI = "TrafficPolicyId";
411
430
  const _TPL = "TrafficPolicyList";
412
431
  const _TPN = "TrafficPolicyName";
413
432
  const _TPl = "TlsProtocol";
414
- const _TPr = "TrafficPolicy";
433
+ const _TPr = "TrafficPolicies";
434
+ const _TPra = "TrafficPolicy";
415
435
  const _TR = "TagResource";
416
436
  const _TRR = "TagResourceRequest";
417
437
  const _TRRa = "TagResourceResponse";
438
+ const _TS = "TrustStore";
418
439
  const _TT = "ToTimestamp";
419
440
  const _Ta = "Tag";
420
441
  const _Te = "Text";
@@ -503,8 +524,13 @@ export const errorTypeRegistries = [
503
524
  ];
504
525
  var Address = [0, n0, _A, 8, 0];
505
526
  var AddressPrefix = [0, n0, _AP, 8, 0];
527
+ var BounceMessage = [0, n0, _BM, 8, 0];
528
+ var CAContent = [0, n0, _CAC, 8, 0];
529
+ var CrlContent = [0, n0, _CC, 8, 0];
530
+ var DiagnosticMessage = [0, n0, _DM, 8, 0];
506
531
  var EmailAddress = [0, n0, _EA, 8, 0];
507
532
  var PreSignedUrl = [0, n0, _PSU, 8, 0];
533
+ var RuleStringValue = [0, n0, _RSV, 8, 0];
508
534
  var SenderIpAddress = [0, n0, _SIA, 8, 0];
509
535
  var SmtpPassword = [0, n0, _SP, 8, 0];
510
536
  export var AddHeaderAction$ = [3, n0, _AHA,
@@ -562,6 +588,11 @@ export var ArchiveStringExpression$ = [3, n0, _ASE,
562
588
  [_E, _O, _V],
563
589
  [() => ArchiveStringToEvaluate$, 0, 64 | 0], 3
564
590
  ];
591
+ export var BounceAction$ = [3, n0, _BA,
592
+ 0,
593
+ [_RA, _S, _SC, _SRC, _DM, _AFP, _M],
594
+ [0, [() => EmailAddress, 0], 0, 0, [() => DiagnosticMessage, 0], 0, [() => BounceMessage, 0]], 5
595
+ ];
565
596
  export var CreateAddonInstanceRequest$ = [3, n0, _CAIR,
566
597
  0,
567
598
  [_ASI, _CTl, _T],
@@ -614,8 +645,8 @@ export var CreateArchiveResponse$ = [3, n0, _CARr,
614
645
  ];
615
646
  export var CreateIngressPointRequest$ = [3, n0, _CIPR,
616
647
  0,
617
- [_IPN, _Ty, _RSI, _TPI, _CTl, _IPC, _NC, _T],
618
- [0, 0, 0, 0, [0, 4], [() => IngressPointConfiguration$, 0], () => NetworkConfiguration$, () => TagList], 4
648
+ [_IPN, _Ty, _RSI, _TPI, _CTl, _IPC, _NC, _TP, _T],
649
+ [0, 0, 0, 0, [0, 4], [() => IngressPointConfiguration$, 0], () => NetworkConfiguration$, 0, () => TagList], 4
619
650
  ];
620
651
  export var CreateIngressPointResponse$ = [3, n0, _CIPRr,
621
652
  0,
@@ -764,12 +795,12 @@ export var Envelope$ = [3, n0, _En,
764
795
  ];
765
796
  export var ExportStatus$ = [3, n0, _ES,
766
797
  0,
767
- [_ST, _CTo, _S, _EM],
798
+ [_ST, _CTo, _St, _EM],
768
799
  [4, 4, 0, 0]
769
800
  ];
770
801
  export var ExportSummary$ = [3, n0, _ESx,
771
802
  0,
772
- [_EI, _St],
803
+ [_EI, _Sta],
773
804
  [0, () => ExportStatus$]
774
805
  ];
775
806
  export var GetAddonInstanceRequest$ = [3, n0, _GAIR,
@@ -799,7 +830,7 @@ export var GetAddressListImportJobRequest$ = [3, n0, _GALIJR,
799
830
  ];
800
831
  export var GetAddressListImportJobResponse$ = [3, n0, _GALIJRe,
801
832
  0,
802
- [_JI, _N, _St, _PSU, _IDF, _ALI, _CT, _IIC, _FIC, _STt, _CTom, _Er],
833
+ [_JI, _N, _Sta, _PSU, _IDF, _ALI, _CT, _IIC, _FIC, _STt, _CTom, _Er],
803
834
  [0, 0, 0, [() => PreSignedUrl, 0], () => ImportDataFormat$, 0, 4, 1, 1, 4, 4, 0], 7
804
835
  ];
805
836
  export var GetAddressListRequest$ = [3, n0, _GALR,
@@ -819,7 +850,7 @@ export var GetArchiveExportRequest$ = [3, n0, _GAER,
819
850
  ];
820
851
  export var GetArchiveExportResponse$ = [3, n0, _GAERe,
821
852
  0,
822
- [_AIr, _Fi, _FT, _TT, _MR, _EDC, _St],
853
+ [_AIr, _Fi, _FT, _TT, _MR, _EDC, _Sta],
823
854
  [0, () => ArchiveFilters$, 4, 4, 1, () => ExportDestinationConfiguration$, () => ExportStatus$]
824
855
  ];
825
856
  export var GetArchiveMessageContentRequest$ = [3, n0, _GAMCR,
@@ -859,7 +890,7 @@ export var GetArchiveSearchRequest$ = [3, n0, _GASRet,
859
890
  ];
860
891
  export var GetArchiveSearchResponse$ = [3, n0, _GASRetr,
861
892
  0,
862
- [_AIr, _Fi, _FT, _TT, _MR, _St],
893
+ [_AIr, _Fi, _FT, _TT, _MR, _Sta],
863
894
  [0, () => ArchiveFilters$, 4, 4, 1, () => SearchStatus$]
864
895
  ];
865
896
  export var GetArchiveSearchResultsRequest$ = [3, n0, _GASRR,
@@ -874,13 +905,13 @@ export var GetArchiveSearchResultsResponse$ = [3, n0, _GASRRe,
874
905
  ];
875
906
  export var GetIngressPointRequest$ = [3, n0, _GIPR,
876
907
  0,
877
- [_IPI],
878
- [0], 1
908
+ [_IPI, _ITSC],
909
+ [0, 0], 1
879
910
  ];
880
911
  export var GetIngressPointResponse$ = [3, n0, _GIPRe,
881
912
  0,
882
- [_IPI, _IPN, _IPA, _St, _Ty, _AR, _RSI, _TPI, _IPAC, _NC, _CT, _LUT],
883
- [0, 0, 0, 0, 0, 0, 0, 0, () => IngressPointAuthConfiguration$, () => NetworkConfiguration$, 4, 4], 2
913
+ [_IPI, _IPN, _IPA, _Sta, _Ty, _AR, _RSI, _TPI, _IPAC, _NC, _TP, _CT, _LUT],
914
+ [0, 0, 0, 0, 0, 0, 0, 0, [() => IngressPointAuthConfiguration$, 0], () => NetworkConfiguration$, 0, 4, 4], 2
884
915
  ];
885
916
  export var GetMemberOfAddressListRequest$ = [3, n0, _GMOALR,
886
917
  0,
@@ -929,7 +960,7 @@ export var ImportDataFormat$ = [3, n0, _IDF,
929
960
  ];
930
961
  export var ImportJob$ = [3, n0, _IJ,
931
962
  0,
932
- [_JI, _N, _St, _PSU, _IDF, _ALI, _CT, _IIC, _FIC, _STt, _CTom, _Er],
963
+ [_JI, _N, _Sta, _PSU, _IDF, _ALI, _CT, _IIC, _FIC, _STt, _CTom, _Er],
933
964
  [0, 0, 0, [() => PreSignedUrl, 0], () => ImportDataFormat$, 0, 4, 1, 1, 4, 4, 0], 7
934
965
  ];
935
966
  export var IngressAnalysis$ = [3, n0, _IA,
@@ -959,13 +990,13 @@ export var IngressIsInAddressList$ = [3, n0, _IIIAL,
959
990
  ];
960
991
  export var IngressPoint$ = [3, n0, _IP,
961
992
  0,
962
- [_IPN, _IPI, _St, _Ty, _AR],
993
+ [_IPN, _IPI, _Sta, _Ty, _AR],
963
994
  [0, 0, 0, 0, 0], 4
964
995
  ];
965
996
  export var IngressPointAuthConfiguration$ = [3, n0, _IPAC,
966
997
  0,
967
- [_IPPC, _SA],
968
- [() => IngressPointPasswordConfiguration$, 0]
998
+ [_IPPC, _SA, _TAC],
999
+ [() => IngressPointPasswordConfiguration$, 0, [() => TlsAuthConfiguration$, 0]]
969
1000
  ];
970
1001
  export var IngressPointPasswordConfiguration$ = [3, n0, _IPPC,
971
1002
  0,
@@ -982,6 +1013,11 @@ export var IngressTlsProtocolExpression$ = [3, n0, _ITPE,
982
1013
  [_E, _O, _Va],
983
1014
  [() => IngressTlsProtocolToEvaluate$, 0, 0], 3
984
1015
  ];
1016
+ export var InvokeLambdaAction$ = [3, n0, _ILA,
1017
+ 0,
1018
+ [_FA, _IT, _RA, _AFP, _RTM],
1019
+ [0, 0, 0, 0, 1], 3
1020
+ ];
985
1021
  export var ListAddonInstancesRequest$ = [3, n0, _LAIR,
986
1022
  0,
987
1023
  [_NT, _PSa],
@@ -1109,7 +1145,7 @@ export var ListTrafficPoliciesRequest$ = [3, n0, _LTPR,
1109
1145
  ];
1110
1146
  export var ListTrafficPoliciesResponse$ = [3, n0, _LTPRi,
1111
1147
  0,
1112
- [_TP, _NT],
1148
+ [_TPr, _NT],
1113
1149
  [() => TrafficPolicyList, 0]
1114
1150
  ];
1115
1151
  export var MessageBody$ = [3, n0, _MB,
@@ -1139,7 +1175,7 @@ export var PrivateNetworkConfiguration$ = [3, n0, _PNC,
1139
1175
  ];
1140
1176
  export var PublicNetworkConfiguration$ = [3, n0, _PNCu,
1141
1177
  0,
1142
- [_IT],
1178
+ [_ITp],
1143
1179
  [0], 1
1144
1180
  ];
1145
1181
  export var RegisterMemberToAddressListRequest$ = [3, n0, _RMTALR,
@@ -1175,7 +1211,7 @@ export var Row$ = [3, n0, _Row,
1175
1211
  export var Rule$ = [3, n0, _Rul,
1176
1212
  0,
1177
1213
  [_Act, _N, _C, _U],
1178
- [[() => RuleActions, 0], 0, () => RuleConditions, () => RuleConditions], 1
1214
+ [[() => RuleActions, 0], 0, [() => RuleConditions, 0], [() => RuleConditions, 0]], 1
1179
1215
  ];
1180
1216
  export var RuleBooleanExpression$ = [3, n0, _RBE,
1181
1217
  0,
@@ -1210,7 +1246,7 @@ export var RuleSet$ = [3, n0, _RSu,
1210
1246
  export var RuleStringExpression$ = [3, n0, _RSE,
1211
1247
  0,
1212
1248
  [_E, _O, _V],
1213
- [() => RuleStringToEvaluate$, 0, 64 | 0], 3
1249
+ [() => RuleStringToEvaluate$, 0, [() => RuleStringList, 0]], 3
1214
1250
  ];
1215
1251
  export var RuleVerdictExpression$ = [3, n0, _RVE,
1216
1252
  0,
@@ -1234,12 +1270,12 @@ export var SavedAddress$ = [3, n0, _SAa,
1234
1270
  ];
1235
1271
  export var SearchStatus$ = [3, n0, _SS,
1236
1272
  0,
1237
- [_ST, _CTo, _S, _EM],
1273
+ [_ST, _CTo, _St, _EM],
1238
1274
  [4, 4, 0, 0]
1239
1275
  ];
1240
1276
  export var SearchSummary$ = [3, n0, _SSe,
1241
1277
  0,
1242
- [_SI, _St],
1278
+ [_SI, _Sta],
1243
1279
  [0, () => SearchStatus$]
1244
1280
  ];
1245
1281
  export var SendAction$ = [3, n0, _SAe,
@@ -1327,11 +1363,21 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
1327
1363
  [],
1328
1364
  []
1329
1365
  ];
1330
- export var TrafficPolicy$ = [3, n0, _TPr,
1366
+ export var TlsAuthConfiguration$ = [3, n0, _TAC,
1367
+ 0,
1368
+ [_TS],
1369
+ [[() => TrustStore$, 0]]
1370
+ ];
1371
+ export var TrafficPolicy$ = [3, n0, _TPra,
1331
1372
  0,
1332
1373
  [_TPN, _TPI, _DA],
1333
1374
  [0, 0, 0], 3
1334
1375
  ];
1376
+ export var TrustStore$ = [3, n0, _TS,
1377
+ 0,
1378
+ [_CAC, _CC, _KKA],
1379
+ [[() => CAContent, 0], [() => CrlContent, 0], 0], 1
1380
+ ];
1335
1381
  export var UntagResourceRequest$ = [3, n0, _URR,
1336
1382
  0,
1337
1383
  [_RAes, _TK],
@@ -1354,8 +1400,8 @@ export var UpdateArchiveResponse$ = [3, n0, _UARp,
1354
1400
  ];
1355
1401
  export var UpdateIngressPointRequest$ = [3, n0, _UIPR,
1356
1402
  0,
1357
- [_IPI, _IPN, _STU, _RSI, _TPI, _IPC],
1358
- [0, 0, 0, 0, 0, [() => IngressPointConfiguration$, 0]], 1
1403
+ [_IPI, _IPN, _STU, _RSI, _TPI, _IPC, _TP],
1404
+ [0, 0, 0, 0, 0, [() => IngressPointConfiguration$, 0], 0], 1
1359
1405
  ];
1360
1406
  export var UpdateIngressPointResponse$ = [3, n0, _UIPRp,
1361
1407
  0,
@@ -1444,7 +1490,8 @@ var RuleActions = [1, n0, _RAu,
1444
1490
  ];
1445
1491
  var RuleAddressListArnList = 64 | 0;
1446
1492
  var RuleConditions = [1, n0, _RC,
1447
- 0, () => RuleCondition$
1493
+ 0, [() => RuleCondition$,
1494
+ 0]
1448
1495
  ];
1449
1496
  var RuleDmarcValueList = 64 | 0;
1450
1497
  var RuleIpValueList = 64 | 0;
@@ -1455,7 +1502,10 @@ var Rules = [1, n0, _Ru,
1455
1502
  var RuleSets = [1, n0, _RS,
1456
1503
  0, () => RuleSet$
1457
1504
  ];
1458
- var RuleStringList = 64 | 0;
1505
+ var RuleStringList = [1, n0, _RSL,
1506
+ 0, [() => RuleStringValue,
1507
+ 0]
1508
+ ];
1459
1509
  var RuleVerdictValueList = 64 | 0;
1460
1510
  var SavedAddresses = [1, n0, _SAav,
1461
1511
  0, [() => SavedAddress$,
@@ -1515,8 +1565,8 @@ export var IngressIpv6ToEvaluate$ = [4, n0, _IITEn,
1515
1565
  ];
1516
1566
  export var IngressPointConfiguration$ = [4, n0, _IPC,
1517
1567
  0,
1518
- [_SP, _SA],
1519
- [[() => SmtpPassword, 0], 0]
1568
+ [_SP, _SA, _TAC],
1569
+ [[() => SmtpPassword, 0], 0, [() => TlsAuthConfiguration$, 0]]
1520
1570
  ];
1521
1571
  export var IngressStringToEvaluate$ = [4, n0, _ISTE,
1522
1572
  0,
@@ -1545,8 +1595,8 @@ export var RelayAuthentication$ = [4, n0, _RAela,
1545
1595
  ];
1546
1596
  export var RuleAction$ = [4, n0, _RAul,
1547
1597
  0,
1548
- [_Dr, _Rel, _Ar, _WTS, _Sen, _AH, _RR, _DTM, _DTQB, _PTS],
1549
- [() => DropAction$, () => RelayAction$, () => ArchiveAction$, () => S3Action$, () => SendAction$, () => AddHeaderAction$, [() => ReplaceRecipientAction$, 0], () => DeliverToMailboxAction$, () => DeliverToQBusinessAction$, () => SnsAction$]
1598
+ [_Dr, _Rel, _Ar, _WTS, _Sen, _AH, _RR, _DTM, _DTQB, _PTS, _Bo, _IL],
1599
+ [() => DropAction$, () => RelayAction$, () => ArchiveAction$, () => S3Action$, () => SendAction$, () => AddHeaderAction$, [() => ReplaceRecipientAction$, 0], () => DeliverToMailboxAction$, () => DeliverToQBusinessAction$, () => SnsAction$, [() => BounceAction$, 0], () => InvokeLambdaAction$]
1550
1600
  ];
1551
1601
  export var RuleBooleanToEvaluate$ = [4, n0, _RBTE,
1552
1602
  0,
@@ -1556,7 +1606,7 @@ export var RuleBooleanToEvaluate$ = [4, n0, _RBTE,
1556
1606
  export var RuleCondition$ = [4, n0, _RCu,
1557
1607
  0,
1558
1608
  [_BE, _SE, _NE, _IE, _VEe, _DE],
1559
- [() => RuleBooleanExpression$, () => RuleStringExpression$, () => RuleNumberExpression$, () => RuleIpExpression$, () => RuleVerdictExpression$, () => RuleDmarcExpression$]
1609
+ [() => RuleBooleanExpression$, [() => RuleStringExpression$, 0], () => RuleNumberExpression$, () => RuleIpExpression$, () => RuleVerdictExpression$, () => RuleDmarcExpression$]
1560
1610
  ];
1561
1611
  export var RuleIpToEvaluate$ = [4, n0, _RITE,
1562
1612
  0,
@@ -1570,8 +1620,8 @@ export var RuleNumberToEvaluate$ = [4, n0, _RNTE,
1570
1620
  ];
1571
1621
  export var RuleStringToEvaluate$ = [4, n0, _RSTE,
1572
1622
  0,
1573
- [_At, _MHA, _An],
1574
- [0, 0, () => Analysis$]
1623
+ [_At, _MHA, _An, _CCA],
1624
+ [0, 0, () => Analysis$, 0]
1575
1625
  ];
1576
1626
  export var RuleVerdictToEvaluate$ = [4, n0, _RVTE,
1577
1627
  0,
@@ -1,64 +1,64 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { CreateAddonInstanceCommandInput, CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
3
- import { CreateAddonSubscriptionCommandInput, CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
4
- import { CreateAddressListCommandInput, CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
5
- import { CreateAddressListImportJobCommandInput, CreateAddressListImportJobCommandOutput } from "./commands/CreateAddressListImportJobCommand";
6
- import { CreateArchiveCommandInput, CreateArchiveCommandOutput } from "./commands/CreateArchiveCommand";
7
- import { CreateIngressPointCommandInput, CreateIngressPointCommandOutput } from "./commands/CreateIngressPointCommand";
8
- import { CreateRelayCommandInput, CreateRelayCommandOutput } from "./commands/CreateRelayCommand";
9
- import { CreateRuleSetCommandInput, CreateRuleSetCommandOutput } from "./commands/CreateRuleSetCommand";
10
- import { CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput } from "./commands/CreateTrafficPolicyCommand";
11
- import { DeleteAddonInstanceCommandInput, DeleteAddonInstanceCommandOutput } from "./commands/DeleteAddonInstanceCommand";
12
- import { DeleteAddonSubscriptionCommandInput, DeleteAddonSubscriptionCommandOutput } from "./commands/DeleteAddonSubscriptionCommand";
13
- import { DeleteAddressListCommandInput, DeleteAddressListCommandOutput } from "./commands/DeleteAddressListCommand";
14
- import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
15
- import { DeleteIngressPointCommandInput, DeleteIngressPointCommandOutput } from "./commands/DeleteIngressPointCommand";
16
- import { DeleteRelayCommandInput, DeleteRelayCommandOutput } from "./commands/DeleteRelayCommand";
17
- import { DeleteRuleSetCommandInput, DeleteRuleSetCommandOutput } from "./commands/DeleteRuleSetCommand";
18
- import { DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput } from "./commands/DeleteTrafficPolicyCommand";
19
- import { DeregisterMemberFromAddressListCommandInput, DeregisterMemberFromAddressListCommandOutput } from "./commands/DeregisterMemberFromAddressListCommand";
20
- import { GetAddonInstanceCommandInput, GetAddonInstanceCommandOutput } from "./commands/GetAddonInstanceCommand";
21
- import { GetAddonSubscriptionCommandInput, GetAddonSubscriptionCommandOutput } from "./commands/GetAddonSubscriptionCommand";
22
- import { GetAddressListCommandInput, GetAddressListCommandOutput } from "./commands/GetAddressListCommand";
23
- import { GetAddressListImportJobCommandInput, GetAddressListImportJobCommandOutput } from "./commands/GetAddressListImportJobCommand";
24
- import { GetArchiveCommandInput, GetArchiveCommandOutput } from "./commands/GetArchiveCommand";
25
- import { GetArchiveExportCommandInput, GetArchiveExportCommandOutput } from "./commands/GetArchiveExportCommand";
26
- import { GetArchiveMessageCommandInput, GetArchiveMessageCommandOutput } from "./commands/GetArchiveMessageCommand";
27
- import { GetArchiveMessageContentCommandInput, GetArchiveMessageContentCommandOutput } from "./commands/GetArchiveMessageContentCommand";
28
- import { GetArchiveSearchCommandInput, GetArchiveSearchCommandOutput } from "./commands/GetArchiveSearchCommand";
29
- import { GetArchiveSearchResultsCommandInput, GetArchiveSearchResultsCommandOutput } from "./commands/GetArchiveSearchResultsCommand";
30
- import { GetIngressPointCommandInput, GetIngressPointCommandOutput } from "./commands/GetIngressPointCommand";
31
- import { GetMemberOfAddressListCommandInput, GetMemberOfAddressListCommandOutput } from "./commands/GetMemberOfAddressListCommand";
32
- import { GetRelayCommandInput, GetRelayCommandOutput } from "./commands/GetRelayCommand";
33
- import { GetRuleSetCommandInput, GetRuleSetCommandOutput } from "./commands/GetRuleSetCommand";
34
- import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
35
- import { ListAddonInstancesCommandInput, ListAddonInstancesCommandOutput } from "./commands/ListAddonInstancesCommand";
36
- import { ListAddonSubscriptionsCommandInput, ListAddonSubscriptionsCommandOutput } from "./commands/ListAddonSubscriptionsCommand";
37
- import { ListAddressListImportJobsCommandInput, ListAddressListImportJobsCommandOutput } from "./commands/ListAddressListImportJobsCommand";
38
- import { ListAddressListsCommandInput, ListAddressListsCommandOutput } from "./commands/ListAddressListsCommand";
39
- import { ListArchiveExportsCommandInput, ListArchiveExportsCommandOutput } from "./commands/ListArchiveExportsCommand";
40
- import { ListArchivesCommandInput, ListArchivesCommandOutput } from "./commands/ListArchivesCommand";
41
- import { ListArchiveSearchesCommandInput, ListArchiveSearchesCommandOutput } from "./commands/ListArchiveSearchesCommand";
42
- import { ListIngressPointsCommandInput, ListIngressPointsCommandOutput } from "./commands/ListIngressPointsCommand";
43
- import { ListMembersOfAddressListCommandInput, ListMembersOfAddressListCommandOutput } from "./commands/ListMembersOfAddressListCommand";
44
- import { ListRelaysCommandInput, ListRelaysCommandOutput } from "./commands/ListRelaysCommand";
45
- import { ListRuleSetsCommandInput, ListRuleSetsCommandOutput } from "./commands/ListRuleSetsCommand";
46
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
47
- import { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "./commands/ListTrafficPoliciesCommand";
48
- import { RegisterMemberToAddressListCommandInput, RegisterMemberToAddressListCommandOutput } from "./commands/RegisterMemberToAddressListCommand";
49
- import { StartAddressListImportJobCommandInput, StartAddressListImportJobCommandOutput } from "./commands/StartAddressListImportJobCommand";
50
- import { StartArchiveExportCommandInput, StartArchiveExportCommandOutput } from "./commands/StartArchiveExportCommand";
51
- import { StartArchiveSearchCommandInput, StartArchiveSearchCommandOutput } from "./commands/StartArchiveSearchCommand";
52
- import { StopAddressListImportJobCommandInput, StopAddressListImportJobCommandOutput } from "./commands/StopAddressListImportJobCommand";
53
- import { StopArchiveExportCommandInput, StopArchiveExportCommandOutput } from "./commands/StopArchiveExportCommand";
54
- import { StopArchiveSearchCommandInput, StopArchiveSearchCommandOutput } from "./commands/StopArchiveSearchCommand";
55
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
56
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
57
- import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
58
- import { UpdateIngressPointCommandInput, UpdateIngressPointCommandOutput } from "./commands/UpdateIngressPointCommand";
59
- import { UpdateRelayCommandInput, UpdateRelayCommandOutput } from "./commands/UpdateRelayCommand";
60
- import { UpdateRuleSetCommandInput, UpdateRuleSetCommandOutput } from "./commands/UpdateRuleSetCommand";
61
- import { UpdateTrafficPolicyCommandInput, UpdateTrafficPolicyCommandOutput } from "./commands/UpdateTrafficPolicyCommand";
2
+ import { type CreateAddonInstanceCommandInput, type CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
3
+ import { type CreateAddonSubscriptionCommandInput, type CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
4
+ import { type CreateAddressListCommandInput, type CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
5
+ import { type CreateAddressListImportJobCommandInput, type CreateAddressListImportJobCommandOutput } from "./commands/CreateAddressListImportJobCommand";
6
+ import { type CreateArchiveCommandInput, type CreateArchiveCommandOutput } from "./commands/CreateArchiveCommand";
7
+ import { type CreateIngressPointCommandInput, type CreateIngressPointCommandOutput } from "./commands/CreateIngressPointCommand";
8
+ import { type CreateRelayCommandInput, type CreateRelayCommandOutput } from "./commands/CreateRelayCommand";
9
+ import { type CreateRuleSetCommandInput, type CreateRuleSetCommandOutput } from "./commands/CreateRuleSetCommand";
10
+ import { type CreateTrafficPolicyCommandInput, type CreateTrafficPolicyCommandOutput } from "./commands/CreateTrafficPolicyCommand";
11
+ import { type DeleteAddonInstanceCommandInput, type DeleteAddonInstanceCommandOutput } from "./commands/DeleteAddonInstanceCommand";
12
+ import { type DeleteAddonSubscriptionCommandInput, type DeleteAddonSubscriptionCommandOutput } from "./commands/DeleteAddonSubscriptionCommand";
13
+ import { type DeleteAddressListCommandInput, type DeleteAddressListCommandOutput } from "./commands/DeleteAddressListCommand";
14
+ import { type DeleteArchiveCommandInput, type DeleteArchiveCommandOutput } from "./commands/DeleteArchiveCommand";
15
+ import { type DeleteIngressPointCommandInput, type DeleteIngressPointCommandOutput } from "./commands/DeleteIngressPointCommand";
16
+ import { type DeleteRelayCommandInput, type DeleteRelayCommandOutput } from "./commands/DeleteRelayCommand";
17
+ import { type DeleteRuleSetCommandInput, type DeleteRuleSetCommandOutput } from "./commands/DeleteRuleSetCommand";
18
+ import { type DeleteTrafficPolicyCommandInput, type DeleteTrafficPolicyCommandOutput } from "./commands/DeleteTrafficPolicyCommand";
19
+ import { type DeregisterMemberFromAddressListCommandInput, type DeregisterMemberFromAddressListCommandOutput } from "./commands/DeregisterMemberFromAddressListCommand";
20
+ import { type GetAddonInstanceCommandInput, type GetAddonInstanceCommandOutput } from "./commands/GetAddonInstanceCommand";
21
+ import { type GetAddonSubscriptionCommandInput, type GetAddonSubscriptionCommandOutput } from "./commands/GetAddonSubscriptionCommand";
22
+ import { type GetAddressListCommandInput, type GetAddressListCommandOutput } from "./commands/GetAddressListCommand";
23
+ import { type GetAddressListImportJobCommandInput, type GetAddressListImportJobCommandOutput } from "./commands/GetAddressListImportJobCommand";
24
+ import { type GetArchiveCommandInput, type GetArchiveCommandOutput } from "./commands/GetArchiveCommand";
25
+ import { type GetArchiveExportCommandInput, type GetArchiveExportCommandOutput } from "./commands/GetArchiveExportCommand";
26
+ import { type GetArchiveMessageCommandInput, type GetArchiveMessageCommandOutput } from "./commands/GetArchiveMessageCommand";
27
+ import { type GetArchiveMessageContentCommandInput, type GetArchiveMessageContentCommandOutput } from "./commands/GetArchiveMessageContentCommand";
28
+ import { type GetArchiveSearchCommandInput, type GetArchiveSearchCommandOutput } from "./commands/GetArchiveSearchCommand";
29
+ import { type GetArchiveSearchResultsCommandInput, type GetArchiveSearchResultsCommandOutput } from "./commands/GetArchiveSearchResultsCommand";
30
+ import { type GetIngressPointCommandInput, type GetIngressPointCommandOutput } from "./commands/GetIngressPointCommand";
31
+ import { type GetMemberOfAddressListCommandInput, type GetMemberOfAddressListCommandOutput } from "./commands/GetMemberOfAddressListCommand";
32
+ import { type GetRelayCommandInput, type GetRelayCommandOutput } from "./commands/GetRelayCommand";
33
+ import { type GetRuleSetCommandInput, type GetRuleSetCommandOutput } from "./commands/GetRuleSetCommand";
34
+ import { type GetTrafficPolicyCommandInput, type GetTrafficPolicyCommandOutput } from "./commands/GetTrafficPolicyCommand";
35
+ import { type ListAddonInstancesCommandInput, type ListAddonInstancesCommandOutput } from "./commands/ListAddonInstancesCommand";
36
+ import { type ListAddonSubscriptionsCommandInput, type ListAddonSubscriptionsCommandOutput } from "./commands/ListAddonSubscriptionsCommand";
37
+ import { type ListAddressListImportJobsCommandInput, type ListAddressListImportJobsCommandOutput } from "./commands/ListAddressListImportJobsCommand";
38
+ import { type ListAddressListsCommandInput, type ListAddressListsCommandOutput } from "./commands/ListAddressListsCommand";
39
+ import { type ListArchiveExportsCommandInput, type ListArchiveExportsCommandOutput } from "./commands/ListArchiveExportsCommand";
40
+ import { type ListArchivesCommandInput, type ListArchivesCommandOutput } from "./commands/ListArchivesCommand";
41
+ import { type ListArchiveSearchesCommandInput, type ListArchiveSearchesCommandOutput } from "./commands/ListArchiveSearchesCommand";
42
+ import { type ListIngressPointsCommandInput, type ListIngressPointsCommandOutput } from "./commands/ListIngressPointsCommand";
43
+ import { type ListMembersOfAddressListCommandInput, type ListMembersOfAddressListCommandOutput } from "./commands/ListMembersOfAddressListCommand";
44
+ import { type ListRelaysCommandInput, type ListRelaysCommandOutput } from "./commands/ListRelaysCommand";
45
+ import { type ListRuleSetsCommandInput, type ListRuleSetsCommandOutput } from "./commands/ListRuleSetsCommand";
46
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
47
+ import { type ListTrafficPoliciesCommandInput, type ListTrafficPoliciesCommandOutput } from "./commands/ListTrafficPoliciesCommand";
48
+ import { type RegisterMemberToAddressListCommandInput, type RegisterMemberToAddressListCommandOutput } from "./commands/RegisterMemberToAddressListCommand";
49
+ import { type StartAddressListImportJobCommandInput, type StartAddressListImportJobCommandOutput } from "./commands/StartAddressListImportJobCommand";
50
+ import { type StartArchiveExportCommandInput, type StartArchiveExportCommandOutput } from "./commands/StartArchiveExportCommand";
51
+ import { type StartArchiveSearchCommandInput, type StartArchiveSearchCommandOutput } from "./commands/StartArchiveSearchCommand";
52
+ import { type StopAddressListImportJobCommandInput, type StopAddressListImportJobCommandOutput } from "./commands/StopAddressListImportJobCommand";
53
+ import { type StopArchiveExportCommandInput, type StopArchiveExportCommandOutput } from "./commands/StopArchiveExportCommand";
54
+ import { type StopArchiveSearchCommandInput, type StopArchiveSearchCommandOutput } from "./commands/StopArchiveSearchCommand";
55
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
56
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
57
+ import { type UpdateArchiveCommandInput, type UpdateArchiveCommandOutput } from "./commands/UpdateArchiveCommand";
58
+ import { type UpdateIngressPointCommandInput, type UpdateIngressPointCommandOutput } from "./commands/UpdateIngressPointCommand";
59
+ import { type UpdateRelayCommandInput, type UpdateRelayCommandOutput } from "./commands/UpdateRelayCommand";
60
+ import { type UpdateRuleSetCommandInput, type UpdateRuleSetCommandOutput } from "./commands/UpdateRuleSetCommand";
61
+ import { type UpdateTrafficPolicyCommandInput, type UpdateTrafficPolicyCommandOutput } from "./commands/UpdateTrafficPolicyCommand";
62
62
  import { MailManagerClient } from "./MailManagerClient";
63
63
  export interface MailManager {
64
64
  /**