@aws-sdk/client-mailmanager 3.1020.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.
- package/dist-cjs/index.js +29 -0
- package/dist-cjs/schemas/schemas_0.js +94 -44
- package/dist-es/models/enums.js +25 -0
- package/dist-es/schemas/schemas_0.js +88 -38
- package/dist-types/commands/CreateAddonSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/CreateIngressPointCommand.d.ts +9 -1
- package/dist-types/commands/CreateRuleSetCommand.d.ts +18 -0
- package/dist-types/commands/DeleteAddressListCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterMemberFromAddressListCommand.d.ts +3 -0
- package/dist-types/commands/GetIngressPointCommand.d.ts +11 -2
- package/dist-types/commands/GetRuleSetCommand.d.ts +18 -0
- package/dist-types/commands/ListIngressPointsCommand.d.ts +2 -2
- package/dist-types/commands/RegisterMemberToAddressListCommand.d.ts +3 -0
- package/dist-types/commands/UpdateIngressPointCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRuleSetCommand.d.ts +18 -0
- package/dist-types/models/enums.d.ts +57 -0
- package/dist-types/models/models_0.d.ts +225 -4
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +32 -0
- package/dist-types/ts3.4/models/models_0.d.ts +113 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +6 -6
|
@@ -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 = "
|
|
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 = "
|
|
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 = "
|
|
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 = "
|
|
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 = "
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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
|
-
[
|
|
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
|
-
[
|
|
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,
|
|
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,
|
|
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,
|
|
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
|
|
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 =
|
|
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,
|
|
@@ -66,6 +66,9 @@ declare const CreateAddonSubscriptionCommand_base: {
|
|
|
66
66
|
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
67
67
|
* <p>Occurs when an operation exceeds a predefined service quota or limit.</p>
|
|
68
68
|
*
|
|
69
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
+
* <p>Occurs when a service's request rate limit is exceeded, resulting in throttling of further requests.</p>
|
|
71
|
+
*
|
|
69
72
|
* @throws {@link ValidationException} (client fault)
|
|
70
73
|
* <p>The request validation has failed. For details, see the accompanying error message.</p>
|
|
71
74
|
*
|
|
@@ -39,12 +39,19 @@ declare const CreateIngressPointCommand_base: {
|
|
|
39
39
|
* const input = { // CreateIngressPointRequest
|
|
40
40
|
* ClientToken: "STRING_VALUE",
|
|
41
41
|
* IngressPointName: "STRING_VALUE", // required
|
|
42
|
-
* Type: "OPEN" || "AUTH", // required
|
|
42
|
+
* Type: "OPEN" || "AUTH" || "MTLS", // required
|
|
43
43
|
* RuleSetId: "STRING_VALUE", // required
|
|
44
44
|
* TrafficPolicyId: "STRING_VALUE", // required
|
|
45
45
|
* IngressPointConfiguration: { // IngressPointConfiguration Union: only one key present
|
|
46
46
|
* SmtpPassword: "STRING_VALUE",
|
|
47
47
|
* SecretArn: "STRING_VALUE",
|
|
48
|
+
* TlsAuthConfiguration: { // TlsAuthConfiguration
|
|
49
|
+
* TrustStore: { // TrustStore
|
|
50
|
+
* CAContent: "STRING_VALUE", // required
|
|
51
|
+
* CrlContent: "STRING_VALUE",
|
|
52
|
+
* KmsKeyArn: "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
48
55
|
* },
|
|
49
56
|
* NetworkConfiguration: { // NetworkConfiguration Union: only one key present
|
|
50
57
|
* PublicNetworkConfiguration: { // PublicNetworkConfiguration
|
|
@@ -54,6 +61,7 @@ declare const CreateIngressPointCommand_base: {
|
|
|
54
61
|
* VpcEndpointId: "STRING_VALUE", // required
|
|
55
62
|
* },
|
|
56
63
|
* },
|
|
64
|
+
* TlsPolicy: "REQUIRED" || "OPTIONAL" || "FIPS",
|
|
57
65
|
* Tags: [ // TagList
|
|
58
66
|
* { // Tag
|
|
59
67
|
* Key: "STRING_VALUE", // required
|
|
@@ -68,6 +68,7 @@ declare const CreateRuleSetCommand_base: {
|
|
|
68
68
|
* Analyzer: "STRING_VALUE", // required
|
|
69
69
|
* ResultField: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
71
|
+
* ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
71
72
|
* },
|
|
72
73
|
* Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
73
74
|
* Values: [ // RuleStringList // required
|
|
@@ -137,6 +138,7 @@ declare const CreateRuleSetCommand_base: {
|
|
|
137
138
|
* Analyzer: "STRING_VALUE", // required
|
|
138
139
|
* ResultField: "STRING_VALUE", // required
|
|
139
140
|
* },
|
|
141
|
+
* ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
140
142
|
* },
|
|
141
143
|
* Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
142
144
|
* Values: [ // required
|
|
@@ -227,6 +229,22 @@ declare const CreateRuleSetCommand_base: {
|
|
|
227
229
|
* Encoding: "UTF-8" || "BASE64",
|
|
228
230
|
* PayloadType: "HEADERS" || "CONTENT",
|
|
229
231
|
* },
|
|
232
|
+
* Bounce: { // BounceAction
|
|
233
|
+
* ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
234
|
+
* RoleArn: "STRING_VALUE", // required
|
|
235
|
+
* Sender: "STRING_VALUE", // required
|
|
236
|
+
* StatusCode: "STRING_VALUE", // required
|
|
237
|
+
* SmtpReplyCode: "STRING_VALUE", // required
|
|
238
|
+
* DiagnosticMessage: "STRING_VALUE", // required
|
|
239
|
+
* Message: "STRING_VALUE",
|
|
240
|
+
* },
|
|
241
|
+
* InvokeLambda: { // InvokeLambdaAction
|
|
242
|
+
* ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
243
|
+
* FunctionArn: "STRING_VALUE", // required
|
|
244
|
+
* InvocationType: "EVENT" || "REQUEST_RESPONSE", // required
|
|
245
|
+
* RoleArn: "STRING_VALUE", // required
|
|
246
|
+
* RetryTimeMinutes: Number("int"),
|
|
247
|
+
* },
|
|
230
248
|
* },
|
|
231
249
|
* ],
|
|
232
250
|
* },
|
|
@@ -60,6 +60,9 @@ declare const DeleteAddressListCommand_base: {
|
|
|
60
60
|
* @throws {@link ThrottlingException} (client fault)
|
|
61
61
|
* <p>Occurs when a service's request rate limit is exceeded, resulting in throttling of further requests.</p>
|
|
62
62
|
*
|
|
63
|
+
* @throws {@link ValidationException} (client fault)
|
|
64
|
+
* <p>The request validation has failed. For details, see the accompanying error message.</p>
|
|
65
|
+
*
|
|
63
66
|
* @throws {@link MailManagerServiceException}
|
|
64
67
|
* <p>Base exception class for all service exceptions from MailManager service.</p>
|
|
65
68
|
*
|
|
@@ -55,6 +55,9 @@ declare const DeregisterMemberFromAddressListCommand_base: {
|
|
|
55
55
|
* @throws {@link AccessDeniedException} (client fault)
|
|
56
56
|
* <p>Occurs when a user is denied access to a specific resource or action.</p>
|
|
57
57
|
*
|
|
58
|
+
* @throws {@link ConflictException} (client fault)
|
|
59
|
+
* <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
|
|
60
|
+
*
|
|
58
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
62
|
* <p>Occurs when a requested resource is not found.</p>
|
|
60
63
|
*
|
|
@@ -38,6 +38,7 @@ declare const GetIngressPointCommand_base: {
|
|
|
38
38
|
* const client = new MailManagerClient(config);
|
|
39
39
|
* const input = { // GetIngressPointRequest
|
|
40
40
|
* IngressPointId: "STRING_VALUE", // required
|
|
41
|
+
* IncludeTrustStoreContents: "EXCLUDE" || "INCLUDE",
|
|
41
42
|
* };
|
|
42
43
|
* const command = new GetIngressPointCommand(input);
|
|
43
44
|
* const response = await client.send(command);
|
|
@@ -45,8 +46,8 @@ declare const GetIngressPointCommand_base: {
|
|
|
45
46
|
* // IngressPointId: "STRING_VALUE", // required
|
|
46
47
|
* // IngressPointName: "STRING_VALUE", // required
|
|
47
48
|
* // IngressPointArn: "STRING_VALUE",
|
|
48
|
-
* // Status: "PROVISIONING" || "DEPROVISIONING" || "UPDATING" || "ACTIVE" || "CLOSED" || "FAILED",
|
|
49
|
-
* // Type: "OPEN" || "AUTH",
|
|
49
|
+
* // Status: "PROVISIONING" || "DEPROVISIONING" || "UPDATING" || "ACTIVE" || "CLOSED" || "FAILED" || "ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST",
|
|
50
|
+
* // Type: "OPEN" || "AUTH" || "MTLS",
|
|
50
51
|
* // ARecord: "STRING_VALUE",
|
|
51
52
|
* // RuleSetId: "STRING_VALUE",
|
|
52
53
|
* // TrafficPolicyId: "STRING_VALUE",
|
|
@@ -57,6 +58,13 @@ declare const GetIngressPointCommand_base: {
|
|
|
57
58
|
* // PreviousSmtpPasswordExpiryTimestamp: new Date("TIMESTAMP"),
|
|
58
59
|
* // },
|
|
59
60
|
* // SecretArn: "STRING_VALUE",
|
|
61
|
+
* // TlsAuthConfiguration: { // TlsAuthConfiguration
|
|
62
|
+
* // TrustStore: { // TrustStore
|
|
63
|
+
* // CAContent: "STRING_VALUE", // required
|
|
64
|
+
* // CrlContent: "STRING_VALUE",
|
|
65
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
60
68
|
* // },
|
|
61
69
|
* // NetworkConfiguration: { // NetworkConfiguration Union: only one key present
|
|
62
70
|
* // PublicNetworkConfiguration: { // PublicNetworkConfiguration
|
|
@@ -66,6 +74,7 @@ declare const GetIngressPointCommand_base: {
|
|
|
66
74
|
* // VpcEndpointId: "STRING_VALUE", // required
|
|
67
75
|
* // },
|
|
68
76
|
* // },
|
|
77
|
+
* // TlsPolicy: "REQUIRED" || "OPTIONAL" || "FIPS",
|
|
69
78
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
70
79
|
* // LastUpdatedTimestamp: new Date("TIMESTAMP"),
|
|
71
80
|
* // };
|
|
@@ -76,6 +76,7 @@ declare const GetRuleSetCommand_base: {
|
|
|
76
76
|
* // Analyzer: "STRING_VALUE", // required
|
|
77
77
|
* // ResultField: "STRING_VALUE", // required
|
|
78
78
|
* // },
|
|
79
|
+
* // ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
79
80
|
* // },
|
|
80
81
|
* // Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
81
82
|
* // Values: [ // RuleStringList // required
|
|
@@ -145,6 +146,7 @@ declare const GetRuleSetCommand_base: {
|
|
|
145
146
|
* // Analyzer: "STRING_VALUE", // required
|
|
146
147
|
* // ResultField: "STRING_VALUE", // required
|
|
147
148
|
* // },
|
|
149
|
+
* // ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
148
150
|
* // },
|
|
149
151
|
* // Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
150
152
|
* // Values: [ // required
|
|
@@ -235,6 +237,22 @@ declare const GetRuleSetCommand_base: {
|
|
|
235
237
|
* // Encoding: "UTF-8" || "BASE64",
|
|
236
238
|
* // PayloadType: "HEADERS" || "CONTENT",
|
|
237
239
|
* // },
|
|
240
|
+
* // Bounce: { // BounceAction
|
|
241
|
+
* // ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
242
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
243
|
+
* // Sender: "STRING_VALUE", // required
|
|
244
|
+
* // StatusCode: "STRING_VALUE", // required
|
|
245
|
+
* // SmtpReplyCode: "STRING_VALUE", // required
|
|
246
|
+
* // DiagnosticMessage: "STRING_VALUE", // required
|
|
247
|
+
* // Message: "STRING_VALUE",
|
|
248
|
+
* // },
|
|
249
|
+
* // InvokeLambda: { // InvokeLambdaAction
|
|
250
|
+
* // ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
251
|
+
* // FunctionArn: "STRING_VALUE", // required
|
|
252
|
+
* // InvocationType: "EVENT" || "REQUEST_RESPONSE", // required
|
|
253
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
254
|
+
* // RetryTimeMinutes: Number("int"),
|
|
255
|
+
* // },
|
|
238
256
|
* // },
|
|
239
257
|
* // ],
|
|
240
258
|
* // },
|
|
@@ -47,8 +47,8 @@ declare const ListIngressPointsCommand_base: {
|
|
|
47
47
|
* // { // IngressPoint
|
|
48
48
|
* // IngressPointName: "STRING_VALUE", // required
|
|
49
49
|
* // IngressPointId: "STRING_VALUE", // required
|
|
50
|
-
* // Status: "PROVISIONING" || "DEPROVISIONING" || "UPDATING" || "ACTIVE" || "CLOSED" || "FAILED", // required
|
|
51
|
-
* // Type: "OPEN" || "AUTH", // required
|
|
50
|
+
* // Status: "PROVISIONING" || "DEPROVISIONING" || "UPDATING" || "ACTIVE" || "CLOSED" || "FAILED" || "ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST", // required
|
|
51
|
+
* // Type: "OPEN" || "AUTH" || "MTLS", // required
|
|
52
52
|
* // ARecord: "STRING_VALUE",
|
|
53
53
|
* // },
|
|
54
54
|
* // ],
|
|
@@ -55,6 +55,9 @@ declare const RegisterMemberToAddressListCommand_base: {
|
|
|
55
55
|
* @throws {@link AccessDeniedException} (client fault)
|
|
56
56
|
* <p>Occurs when a user is denied access to a specific resource or action.</p>
|
|
57
57
|
*
|
|
58
|
+
* @throws {@link ConflictException} (client fault)
|
|
59
|
+
* <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
|
|
60
|
+
*
|
|
58
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
62
|
* <p>Occurs when a requested resource is not found.</p>
|
|
60
63
|
*
|
|
@@ -45,7 +45,15 @@ declare const UpdateIngressPointCommand_base: {
|
|
|
45
45
|
* IngressPointConfiguration: { // IngressPointConfiguration Union: only one key present
|
|
46
46
|
* SmtpPassword: "STRING_VALUE",
|
|
47
47
|
* SecretArn: "STRING_VALUE",
|
|
48
|
+
* TlsAuthConfiguration: { // TlsAuthConfiguration
|
|
49
|
+
* TrustStore: { // TrustStore
|
|
50
|
+
* CAContent: "STRING_VALUE", // required
|
|
51
|
+
* CrlContent: "STRING_VALUE",
|
|
52
|
+
* KmsKeyArn: "STRING_VALUE",
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
48
55
|
* },
|
|
56
|
+
* TlsPolicy: "REQUIRED" || "OPTIONAL" || "FIPS",
|
|
49
57
|
* };
|
|
50
58
|
* const command = new UpdateIngressPointCommand(input);
|
|
51
59
|
* const response = await client.send(command);
|
|
@@ -68,6 +68,7 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
68
68
|
* Analyzer: "STRING_VALUE", // required
|
|
69
69
|
* ResultField: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
71
|
+
* ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
71
72
|
* },
|
|
72
73
|
* Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
73
74
|
* Values: [ // RuleStringList // required
|
|
@@ -137,6 +138,7 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
137
138
|
* Analyzer: "STRING_VALUE", // required
|
|
138
139
|
* ResultField: "STRING_VALUE", // required
|
|
139
140
|
* },
|
|
141
|
+
* ClientCertificateAttribute: "CN" || "SAN_RFC822_NAME" || "SAN_DNS_NAME" || "SAN_DIRECTORY_NAME" || "SAN_UNIFORM_RESOURCE_IDENTIFIER" || "SAN_IP_ADDRESS" || "SAN_REGISTERED_ID" || "SERIAL_NUMBER",
|
|
140
142
|
* },
|
|
141
143
|
* Operator: "EQUALS" || "NOT_EQUALS" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS", // required
|
|
142
144
|
* Values: [ // required
|
|
@@ -227,6 +229,22 @@ declare const UpdateRuleSetCommand_base: {
|
|
|
227
229
|
* Encoding: "UTF-8" || "BASE64",
|
|
228
230
|
* PayloadType: "HEADERS" || "CONTENT",
|
|
229
231
|
* },
|
|
232
|
+
* Bounce: { // BounceAction
|
|
233
|
+
* ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
234
|
+
* RoleArn: "STRING_VALUE", // required
|
|
235
|
+
* Sender: "STRING_VALUE", // required
|
|
236
|
+
* StatusCode: "STRING_VALUE", // required
|
|
237
|
+
* SmtpReplyCode: "STRING_VALUE", // required
|
|
238
|
+
* DiagnosticMessage: "STRING_VALUE", // required
|
|
239
|
+
* Message: "STRING_VALUE",
|
|
240
|
+
* },
|
|
241
|
+
* InvokeLambda: { // InvokeLambdaAction
|
|
242
|
+
* ActionFailurePolicy: "CONTINUE" || "DROP",
|
|
243
|
+
* FunctionArn: "STRING_VALUE", // required
|
|
244
|
+
* InvocationType: "EVENT" || "REQUEST_RESPONSE", // required
|
|
245
|
+
* RoleArn: "STRING_VALUE", // required
|
|
246
|
+
* RetryTimeMinutes: Number("int"),
|
|
247
|
+
* },
|
|
230
248
|
* },
|
|
231
249
|
* ],
|
|
232
250
|
* },
|