@aws-sdk/client-guardduty 3.1123.0 → 3.1124.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 (85) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +558 -96
  3. package/dist-es/GuardDuty.js +30 -0
  4. package/dist-es/commands/CreateCustomDetectionRuleAssociationCommand.js +4 -0
  5. package/dist-es/commands/CreateCustomDetectionRuleOrgConfigurationCommand.js +4 -0
  6. package/dist-es/commands/DeleteCustomDetectionRuleAssociationCommand.js +4 -0
  7. package/dist-es/commands/DeleteCustomDetectionRuleOrgConfigurationCommand.js +4 -0
  8. package/dist-es/commands/GetCustomDetectionRuleAssociationCommand.js +4 -0
  9. package/dist-es/commands/GetCustomDetectionRuleCommand.js +4 -0
  10. package/dist-es/commands/GetCustomDetectionRuleOrgConfigurationCommand.js +4 -0
  11. package/dist-es/commands/ListCustomDetectionRuleAssociationsCommand.js +4 -0
  12. package/dist-es/commands/ListCustomDetectionRuleOrgConfigurationsCommand.js +4 -0
  13. package/dist-es/commands/ListCustomDetectionRulesCommand.js +4 -0
  14. package/dist-es/commands/UpdateCustomDetectionRuleAssociationCommand.js +4 -0
  15. package/dist-es/commands/UpdateCustomDetectionRuleOrgConfigurationCommand.js +4 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/enums.js +37 -0
  18. package/dist-es/pagination/ListCustomDetectionRuleAssociationsPaginator.js +4 -0
  19. package/dist-es/pagination/ListCustomDetectionRuleOrgConfigurationsPaginator.js +4 -0
  20. package/dist-es/pagination/ListCustomDetectionRulesPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +3 -0
  22. package/dist-es/schemas/schemas_0.js +398 -95
  23. package/dist-types/GuardDuty.d.ts +108 -0
  24. package/dist-types/GuardDutyClient.d.ts +14 -2
  25. package/dist-types/commands/CreateCustomDetectionRuleAssociationCommand.d.ts +100 -0
  26. package/dist-types/commands/CreateCustomDetectionRuleOrgConfigurationCommand.d.ts +92 -0
  27. package/dist-types/commands/DeleteCustomDetectionRuleAssociationCommand.d.ts +82 -0
  28. package/dist-types/commands/DeleteCustomDetectionRuleOrgConfigurationCommand.d.ts +85 -0
  29. package/dist-types/commands/GetCustomDetectionRuleAssociationCommand.d.ts +96 -0
  30. package/dist-types/commands/GetCustomDetectionRuleCommand.d.ts +100 -0
  31. package/dist-types/commands/GetCustomDetectionRuleOrgConfigurationCommand.d.ts +98 -0
  32. package/dist-types/commands/GetFilterCommand.d.ts +1 -1
  33. package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
  34. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +1 -1
  35. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  36. package/dist-types/commands/GetInvestigationCommand.d.ts +1 -1
  37. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  38. package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
  39. package/dist-types/commands/GetMalwareScanCommand.d.ts +1 -2
  40. package/dist-types/commands/ListCustomDetectionRuleAssociationsCommand.d.ts +94 -0
  41. package/dist-types/commands/ListCustomDetectionRuleOrgConfigurationsCommand.d.ts +93 -0
  42. package/dist-types/commands/ListCustomDetectionRulesCommand.d.ts +107 -0
  43. package/dist-types/commands/UpdateCustomDetectionRuleAssociationCommand.d.ts +86 -0
  44. package/dist-types/commands/UpdateCustomDetectionRuleOrgConfigurationCommand.d.ts +91 -0
  45. package/dist-types/commands/index.d.ts +12 -0
  46. package/dist-types/models/enums.d.ts +101 -0
  47. package/dist-types/models/models_0.d.ts +388 -379
  48. package/dist-types/models/models_1.d.ts +701 -2
  49. package/dist-types/pagination/ListCustomDetectionRuleAssociationsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListCustomDetectionRuleOrgConfigurationsPaginator.d.ts +7 -0
  51. package/dist-types/pagination/ListCustomDetectionRulesPaginator.d.ts +7 -0
  52. package/dist-types/pagination/index.d.ts +3 -0
  53. package/dist-types/schemas/schemas_0.d.ts +44 -0
  54. package/dist-types/ts3.4/GuardDuty.d.ts +228 -0
  55. package/dist-types/ts3.4/GuardDutyClient.d.ts +72 -0
  56. package/dist-types/ts3.4/commands/CreateCustomDetectionRuleAssociationCommand.d.ts +42 -0
  57. package/dist-types/ts3.4/commands/CreateCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
  58. package/dist-types/ts3.4/commands/DeleteCustomDetectionRuleAssociationCommand.d.ts +42 -0
  59. package/dist-types/ts3.4/commands/DeleteCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
  60. package/dist-types/ts3.4/commands/GetCustomDetectionRuleAssociationCommand.d.ts +42 -0
  61. package/dist-types/ts3.4/commands/GetCustomDetectionRuleCommand.d.ts +39 -0
  62. package/dist-types/ts3.4/commands/GetCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
  63. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +1 -2
  71. package/dist-types/ts3.4/commands/ListCustomDetectionRuleAssociationsCommand.d.ts +42 -0
  72. package/dist-types/ts3.4/commands/ListCustomDetectionRuleOrgConfigurationsCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/ListCustomDetectionRulesCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/UpdateCustomDetectionRuleAssociationCommand.d.ts +42 -0
  75. package/dist-types/ts3.4/commands/UpdateCustomDetectionRuleOrgConfigurationCommand.d.ts +42 -0
  76. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  77. package/dist-types/ts3.4/models/enums.d.ts +49 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +118 -117
  79. package/dist-types/ts3.4/models/models_1.d.ts +187 -1
  80. package/dist-types/ts3.4/pagination/ListCustomDetectionRuleAssociationsPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/ListCustomDetectionRuleOrgConfigurationsPaginator.d.ts +11 -0
  82. package/dist-types/ts3.4/pagination/ListCustomDetectionRulesPaginator.d.ts +11 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +44 -0
  85. package/package.json +1 -1
@@ -17,6 +17,7 @@ const _ADI = "AdminDetectorId";
17
17
  const _ADc = "AccountDetails";
18
18
  const _ADd = "AddonDetails";
19
19
  const _ADg = "AgentDetails";
20
+ const _ADs = "AssociationDetail";
20
21
  const _AE = "AutoEnable";
21
22
  const _AEOM = "AutoEnableOrganizationMembers";
22
23
  const _AF = "AddressFamily";
@@ -33,6 +34,7 @@ const _AIcc = "AccountIds";
33
34
  const _AIcce = "AcceptInvitation";
34
35
  const _AIct = "ActorIds";
35
36
  const _AId = "AdditionalInfo";
37
+ const _AIs = "AssociationId";
36
38
  const _AK = "AccessKey";
37
39
  const _AKD = "AccessKeyDetails";
38
40
  const _AKI = "AccessKeyId";
@@ -53,9 +55,11 @@ const _APn = "AnomalyProfiles";
53
55
  const _AR = "AffectedResources";
54
56
  const _AS = "AccountStatistics";
55
57
  const _ASC = "ActiveServicesCount";
58
+ const _ASL = "AssociationSummaryList";
56
59
  const _AST = "AdditionalSequenceTypes";
57
60
  const _ASd = "AddonStatus";
58
61
  const _ASdm = "AdminStatus";
62
+ const _ASs = "AssociationSummary";
59
63
  const _ASu = "AutonomousSystem";
60
64
  const _AT = "ActionType";
61
65
  const _AU = "AnomalyUnusual";
@@ -96,13 +100,19 @@ const _BVN = "BackupVaultName";
96
100
  const _Bl = "Blocked";
97
101
  const _Bu = "Bucket";
98
102
  const _C = "City";
99
- const _CA = "ClusterArn";
100
- const _CAr = "CreatedAt";
103
+ const _CA = "CreatedAt";
104
+ const _CAl = "ClusterArn";
101
105
  const _CBCS = "CountByCoverageStatus";
102
106
  const _CBF = "CountByFeature";
103
107
  const _CBRT = "CountByResourceType";
104
108
  const _CBS = "CountBySeverity";
105
109
  const _CC = "CountryCode";
110
+ const _CCDRA = "CreateCustomDetectionRuleAssociation";
111
+ const _CCDRAR = "CreateCustomDetectionRuleAssociationRequest";
112
+ const _CCDRARr = "CreateCustomDetectionRuleAssociationResponse";
113
+ const _CCDROC = "CreateCustomDetectionRuleOrgConfiguration";
114
+ const _CCDROCR = "CreateCustomDetectionRuleOrgConfigurationRequest";
115
+ const _CCDROCRr = "CreateCustomDetectionRuleOrgConfigurationResponse";
106
116
  const _CCI = "CoveredContainerInstances";
107
117
  const _CCIo = "CompatibleContainerInstances";
108
118
  const _CD = "CloudDetails";
@@ -185,6 +195,8 @@ const _Cod = "Code";
185
195
  const _Com = "Comments";
186
196
  const _Con = "Container";
187
197
  const _Conf = "Confidence";
198
+ const _Confi = "Configuration";
199
+ const _Config = "Configurations";
188
200
  const _Conn = "Connection";
189
201
  const _Cont = "Containers";
190
202
  const _Conte = "Context";
@@ -198,6 +210,12 @@ const _DACR = "DetectorAdditionalConfigurationResult";
198
210
  const _DACRe = "DetectorAdditionalConfigurationResults";
199
211
  const _DACe = "DetectorAdditionalConfigurations";
200
212
  const _DAe = "DefinitionArn";
213
+ const _DCDRA = "DeleteCustomDetectionRuleAssociation";
214
+ const _DCDRAR = "DeleteCustomDetectionRuleAssociationRequest";
215
+ const _DCDRARe = "DeleteCustomDetectionRuleAssociationResponse";
216
+ const _DCDROC = "DeleteCustomDetectionRuleOrgConfiguration";
217
+ const _DCDROCR = "DeleteCustomDetectionRuleOrgConfigurationRequest";
218
+ const _DCDROCRe = "DeleteCustomDetectionRuleOrgConfigurationResponse";
201
219
  const _DCI = "DbClusterIdentifier";
202
220
  const _DD = "DomainDetails";
203
221
  const _DDR = "DeleteDetectorRequest";
@@ -260,7 +278,12 @@ const _DPDRes = "DescribePublishingDestinationRequest";
260
278
  const _DPDResc = "DescribePublishingDestinationResponse";
261
279
  const _DPDe = "DescribePublishingDestination";
262
280
  const _DRA = "DnsRequestAction";
281
+ const _DRF = "DetectionRuleFilter";
282
+ const _DRFL = "DetectionRuleFilterList";
263
283
  const _DRI = "DbiResourceId";
284
+ const _DROC = "DetectionRuleOrgConfiguration";
285
+ const _DROCS = "DetectionRuleOrgConfigurationSummary";
286
+ const _DROCSL = "DetectionRuleOrgConfigurationSummaryList";
264
287
  const _DS = "DataSources";
265
288
  const _DSC = "DataSourceConfigurations";
266
289
  const _DSCR = "DataSourceConfigurationsResult";
@@ -287,12 +310,15 @@ const _Da = "Date";
287
310
  const _Dat = "Database";
288
311
  const _Data = "Data";
289
312
  const _De = "Destination";
313
+ const _Def = "Definition";
290
314
  const _Des = "Destinations";
291
315
  const _Det = "Detection";
292
316
  const _Di = "Direction";
293
317
  const _Do = "Domain";
294
318
  const _E = "Email";
319
+ const _EA = "ExpiresAt";
295
320
  const _EAC = "EnabledAccountsCount";
321
+ const _EAI = "ExcludeAccountIds";
296
322
  const _EBO = "ExpectedBucketOwner";
297
323
  const _EC = "ErrorCode";
298
324
  const _ECD = "EksClusterDetails";
@@ -342,7 +368,8 @@ const _Equ = "Equals";
342
368
  const _Er = "Error";
343
369
  const _Eu = "Euid";
344
370
  const _Ev = "Evidence";
345
- const _Ex = "Exclude";
371
+ const _Ex = "Expression";
372
+ const _Exc = "Exclude";
346
373
  const _F = "Features";
347
374
  const _FA = "FunctionArn";
348
375
  const _FC = "FilterCriterion";
@@ -382,7 +409,8 @@ const _FV = "FunctionVersion";
382
409
  const _Fe = "Feature";
383
410
  const _Fee = "Feedback";
384
411
  const _Fi = "Finding";
385
- const _Fil = "Files";
412
+ const _Fil = "Filters";
413
+ const _File = "Files";
386
414
  const _Fin = "Findings";
387
415
  const _Fl = "Flags";
388
416
  const _Fo = "Format";
@@ -398,6 +426,15 @@ const _GBD = "GroupedByDate";
398
426
  const _GBFT = "GroupedByFindingType";
399
427
  const _GBR = "GroupedByResource";
400
428
  const _GBS = "GroupedBySeverity";
429
+ const _GCDR = "GetCustomDetectionRule";
430
+ const _GCDRA = "GetCustomDetectionRuleAssociation";
431
+ const _GCDRAR = "GetCustomDetectionRuleAssociationRequest";
432
+ const _GCDRARe = "GetCustomDetectionRuleAssociationResponse";
433
+ const _GCDROC = "GetCustomDetectionRuleOrgConfiguration";
434
+ const _GCDROCR = "GetCustomDetectionRuleOrgConfigurationRequest";
435
+ const _GCDROCRe = "GetCustomDetectionRuleOrgConfigurationResponse";
436
+ const _GCDRR = "GetCustomDetectionRuleRequest";
437
+ const _GCDRRe = "GetCustomDetectionRuleResponse";
401
438
  const _GCS = "GetCoverageStatistics";
402
439
  const _GCSR = "GetCoverageStatisticsRequest";
403
440
  const _GCSRe = "GetCoverageStatisticsResponse";
@@ -478,6 +515,7 @@ const _HPID = "HostPID";
478
515
  const _HSTD = "HighestSeverityThreatDetails";
479
516
  const _I = "Id";
480
517
  const _IA = "InvitedAt";
518
+ const _IAI = "IncludeAccountIds";
481
519
  const _IAV = "IpAddressV4";
482
520
  const _IAVp = "IpAddressV6";
483
521
  const _IAm = "ImageArn";
@@ -551,6 +589,15 @@ const _L = "Lt";
551
589
  const _LA = "LoginAttribute";
552
590
  const _LAo = "LoginAttributes";
553
591
  const _LC = "ListCoverage";
592
+ const _LCDR = "ListCustomDetectionRules";
593
+ const _LCDRA = "ListCustomDetectionRuleAssociations";
594
+ const _LCDRAR = "ListCustomDetectionRuleAssociationsRequest";
595
+ const _LCDRARi = "ListCustomDetectionRuleAssociationsResponse";
596
+ const _LCDROC = "ListCustomDetectionRuleOrgConfigurations";
597
+ const _LCDROCR = "ListCustomDetectionRuleOrgConfigurationsRequest";
598
+ const _LCDROCRi = "ListCustomDetectionRuleOrgConfigurationsResponse";
599
+ const _LCDRR = "ListCustomDetectionRulesRequest";
600
+ const _LCDRRi = "ListCustomDetectionRulesResponse";
554
601
  const _LCR = "ListCoverageRequest";
555
602
  const _LCRi = "ListCoverageResponse";
556
603
  const _LD = "LambdaDetails";
@@ -617,6 +664,7 @@ const _LTOE = "LessThanOrEqual";
617
664
  const _LTa = "LaunchType";
618
665
  const _LTau = "LaunchTime";
619
666
  const _La = "Lat";
667
+ const _Lan = "Language";
620
668
  const _Lat = "Latitude";
621
669
  const _Li = "Lineage";
622
670
  const _Lo = "Location";
@@ -674,6 +722,7 @@ const _Mas = "Master";
674
722
  const _Me = "Members";
675
723
  const _Mem = "Member";
676
724
  const _Met = "Metadata";
725
+ const _Mo = "Mode";
677
726
  const _N = "Name";
678
727
  const _NC = "NetworkConnection";
679
728
  const _NCA = "NetworkConnectionAction";
@@ -772,9 +821,11 @@ const _Prod = "Product";
772
821
  const _Prot = "Protocol";
773
822
  const _Pw = "Pwd";
774
823
  const _R = "Region";
775
- const _RA = "ResourceArn";
824
+ const _RA = "RuleAssociation";
776
825
  const _RAD = "RemoteAccountDetails";
777
826
  const _RAP = "ReleaseAgentPath";
827
+ const _RAe = "ResourceArn";
828
+ const _RAu = "RuleAssociations";
778
829
  const _RBP = "RuncBinaryPath";
779
830
  const _RC = "RuntimeContext";
780
831
  const _RCIC = "RegisteredContainerInstancesCount";
@@ -782,11 +833,14 @@ const _RD = "ResourceDetails";
782
833
  const _RDID = "RdsDbInstanceDetails";
783
834
  const _RDUD = "RdsDbUserDetails";
784
835
  const _RDe = "ResourceData";
785
- const _RDu = "RuntimeDetails";
836
+ const _RDu = "RuleDefinition";
837
+ const _RDul = "RuleDetail";
838
+ const _RDun = "RuntimeDetails";
786
839
  const _RFP = "RelatedFilePaths";
787
- const _RI = "ResourceId";
840
+ const _RI = "RuleId";
788
841
  const _RID = "RemoteIpDetails";
789
- const _RIe = "RevisionId";
842
+ const _RIe = "ResourceId";
843
+ const _RIev = "RevisionId";
790
844
  const _RL = "RiskLevel";
791
845
  const _RLAA = "RdsLoginAttemptAction";
792
846
  const _RLDD = "RdsLimitlessDbDetails";
@@ -801,7 +855,9 @@ const _RR = "ResourceRole";
801
855
  const _RRK = "RoleRefKind";
802
856
  const _RRN = "RoleRefName";
803
857
  const _RS = "RelationshipStatus";
858
+ const _RSL = "RuleSummaryList";
804
859
  const _RSe = "ResourceStatistics";
860
+ const _RSu = "RuleSummary";
805
861
  const _RT = "ResourceType";
806
862
  const _RTC = "RunningTasksCount";
807
863
  const _RU = "RequestUri";
@@ -814,6 +870,8 @@ const _Reso = "Resources";
814
870
  const _Resu = "Result";
815
871
  const _Ri = "Risk";
816
872
  const _Ro = "Role";
873
+ const _Ru = "Rule";
874
+ const _Rul = "Rules";
817
875
  const _S = "Session";
818
876
  const _SA = "SnapshotArn";
819
877
  const _SAI = "ServiceAdditionalInfo";
@@ -881,7 +939,7 @@ const _SOMSRe = "SendObjectMalwareScanResponse";
881
939
  const _SOU = "S3ObjectUids";
882
940
  const _SP = "ScriptPath";
883
941
  const _SPo = "SocketPath";
884
- const _SR = "ServiceRole";
942
+ const _SR = "StatusReason";
885
943
  const _SRA = "ScannedResourceArn";
886
944
  const _SRC = "ScannedResourcesCount";
887
945
  const _SRCc = "ScanResourceCriteria";
@@ -896,6 +954,7 @@ const _SRTca = "ScanResultThreats";
896
954
  const _SRc = "ScannedResources";
897
955
  const _SRca = "ScannedResource";
898
956
  const _SRcan = "ScanResult";
957
+ const _SRe = "ServiceRole";
899
958
  const _SRt = "StatusReasons";
900
959
  const _SS = "SensitiveString";
901
960
  const _SSA = "ScanStartedAt";
@@ -913,6 +972,7 @@ const _SVD = "ScannedVolumeDetails";
913
972
  const _SVDk = "SkippedVolumeDetails";
914
973
  const _Sc = "Scans";
915
974
  const _Sca = "Scan";
975
+ const _Sch = "Schema";
916
976
  const _Se = "Severity";
917
977
  const _Seq = "Sequence";
918
978
  const _Ser = "Service";
@@ -966,21 +1026,29 @@ const _TRRa = "TagResourceResponse";
966
1026
  const _TRa = "TagResource";
967
1027
  const _TT = "TriggerType";
968
1028
  const _Ta = "Tags";
1029
+ const _Tac = "Tactic";
969
1030
  const _Tag = "Tagging";
970
1031
  const _Tag_ = "Tag";
971
1032
  const _Te = "Text";
1033
+ const _Tec = "Technique";
972
1034
  const _Th = "Threats";
973
1035
  const _Thr = "Threat";
974
1036
  const _Ti = "Title";
975
1037
  const _To = "Total";
976
1038
  const _U = "Uid";
977
- const _UA = "UserAgent";
1039
+ const _UA = "UpdatedAt";
978
1040
  const _UAR = "UsageAccountResult";
979
1041
  const _UARL = "UsageAccountResultList";
980
1042
  const _UAn = "UnprocessedAccounts";
981
1043
  const _UAnp = "UnprocessedAccount";
982
- const _UAp = "UpdatedAt";
1044
+ const _UAs = "UserAgent";
983
1045
  const _UC = "UsageCriteria";
1046
+ const _UCDRA = "UpdateCustomDetectionRuleAssociation";
1047
+ const _UCDRAR = "UpdateCustomDetectionRuleAssociationRequest";
1048
+ const _UCDRARp = "UpdateCustomDetectionRuleAssociationResponse";
1049
+ const _UCDROC = "UpdateCustomDetectionRuleOrgConfiguration";
1050
+ const _UCDROCR = "UpdateCustomDetectionRuleOrgConfigurationRequest";
1051
+ const _UCDROCRp = "UpdateCustomDetectionRuleOrgConfigurationResponse";
984
1052
  const _UD = "UpdateDetector";
985
1053
  const _UDR = "UpdateDetectorRequest";
986
1054
  const _UDRp = "UpdateDetectorResponse";
@@ -1087,6 +1155,7 @@ const _aIc = "accountId";
1087
1155
  const _aIcc = "accountIds";
1088
1156
  const _aIct = "actorIds";
1089
1157
  const _aId = "additionalInfo";
1158
+ const _aIs = "associationId";
1090
1159
  const _aK = "accessKey";
1091
1160
  const _aKD = "accessKeyDetails";
1092
1161
  const _aKI = "accessKeyId";
@@ -1138,8 +1207,8 @@ const _bVN = "backupVaultName";
1138
1207
  const _bl = "blocked";
1139
1208
  const _bu = "bucket";
1140
1209
  const _c = "client";
1141
- const _cA = "clusterArn";
1142
- const _cAr = "createdAt";
1210
+ const _cA = "createdAt";
1211
+ const _cAl = "clusterArn";
1143
1212
  const _cBCS = "countByCoverageStatus";
1144
1213
  const _cBF = "countByFeature";
1145
1214
  const _cBRT = "countByResourceType";
@@ -1175,9 +1244,12 @@ const _cl = "cloud";
1175
1244
  const _co = "confidence";
1176
1245
  const _cod = "code";
1177
1246
  const _com = "comments";
1178
- const _con = "containers";
1247
+ const _con = "condition";
1248
+ const _conf = "configuration";
1249
+ const _confi = "configurations";
1179
1250
  const _conn = "connection";
1180
- const _cont = "container";
1251
+ const _cont = "containers";
1252
+ const _conta = "container";
1181
1253
  const _conte = "context";
1182
1254
  const _cou = "count";
1183
1255
  const _coun = "country";
@@ -1210,11 +1282,14 @@ const _da = "date";
1210
1282
  const _dat = "database";
1211
1283
  const _data = "data";
1212
1284
  const _de = "destinations";
1285
+ const _def = "definition";
1213
1286
  const _det = "detection";
1214
1287
  const _di = "direction";
1215
1288
  const _do = "domain";
1216
1289
  const _e = "error";
1290
+ const _eA = "expiresAt";
1217
1291
  const _eAC = "enabledAccountsCount";
1292
+ const _eAI = "excludeAccountIds";
1218
1293
  const _eBO = "expectedBucketOwner";
1219
1294
  const _eC = "errorCode";
1220
1295
  const _eCD = "eksClusterDetails";
@@ -1259,7 +1334,8 @@ const _eq = "eq";
1259
1334
  const _equ = "equals";
1260
1335
  const _eu = "euid";
1261
1336
  const _ev = "evidence";
1262
- const _ex = "exclude";
1337
+ const _ex = "expression";
1338
+ const _exc = "exclude";
1263
1339
  const _f = "features";
1264
1340
  const _fA = "functionArn";
1265
1341
  const _fC = "filterCriterion";
@@ -1293,7 +1369,8 @@ const _fV = "functionVersion";
1293
1369
  const _fe = "feature";
1294
1370
  const _fee = "feedback";
1295
1371
  const _fi = "findings";
1296
- const _fil = "files";
1372
+ const _fil = "filters";
1373
+ const _file = "files";
1297
1374
  const _fl = "flags";
1298
1375
  const _fo = "format";
1299
1376
  const _g = "guardrails";
@@ -1328,6 +1405,7 @@ const _hSTD = "highestSeverityThreatDetails";
1328
1405
  const _ht = "http";
1329
1406
  const _i = "id";
1330
1407
  const _iA = "invitedAt";
1408
+ const _iAI = "includeAccountIds";
1331
1409
  const _iAV = "ipAddressV4";
1332
1410
  const _iAVp = "ipAddressV6";
1333
1411
  const _iAm = "imageArn";
@@ -1395,6 +1473,7 @@ const _lTOE = "lessThanOrEqual";
1395
1473
  const _lTa = "launchType";
1396
1474
  const _lTau = "launchTime";
1397
1475
  const _la = "lat";
1476
+ const _lan = "language";
1398
1477
  const _li = "lineage";
1399
1478
  const _lo = "location";
1400
1479
  const _lon = "lon";
@@ -1426,6 +1505,7 @@ const _ma = "matches";
1426
1505
  const _mas = "master";
1427
1506
  const _me = "members";
1428
1507
  const _met = "metadata";
1508
+ const _mo = "mode";
1429
1509
  const _n = "name";
1430
1510
  const _nCA = "networkConnectionAction";
1431
1511
  const _nE = "notEquals";
@@ -1489,9 +1569,11 @@ const _prod = "product";
1489
1569
  const _prot = "protocol";
1490
1570
  const _pw = "pwd";
1491
1571
  const _r = "region";
1492
- const _rA = "resourceArn";
1572
+ const _rA = "ruleAssociation";
1493
1573
  const _rAD = "remoteAccountDetails";
1494
1574
  const _rAP = "releaseAgentPath";
1575
+ const _rAe = "resourceArn";
1576
+ const _rAu = "ruleAssociations";
1495
1577
  const _rBP = "runcBinaryPath";
1496
1578
  const _rCIC = "registeredContainerInstancesCount";
1497
1579
  const _rD = "resourceDetails";
@@ -1499,9 +1581,10 @@ const _rDID = "rdsDbInstanceDetails";
1499
1581
  const _rDUD = "rdsDbUserDetails";
1500
1582
  const _rDu = "runtimeDetails";
1501
1583
  const _rFP = "relatedFilePaths";
1502
- const _rI = "resourceId";
1584
+ const _rI = "ruleId";
1503
1585
  const _rID = "remoteIpDetails";
1504
- const _rIe = "revisionId";
1586
+ const _rIe = "resourceId";
1587
+ const _rIev = "revisionId";
1505
1588
  const _rL = "riskLevel";
1506
1589
  const _rLAA = "rdsLoginAttemptAction";
1507
1590
  const _rLDD = "rdsLimitlessDbDetails";
@@ -1526,6 +1609,8 @@ const _reso = "resources";
1526
1609
  const _resu = "result";
1527
1610
  const _ri = "risk";
1528
1611
  const _ro = "role";
1612
+ const _ru = "rule";
1613
+ const _rul = "rules";
1529
1614
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.guardduty";
1530
1615
  const _sA = "snapshotArn";
1531
1616
  const _sAN = "serviceAccountName";
@@ -1566,7 +1651,7 @@ const _sOD = "s3ObjectDetails";
1566
1651
  const _sOU = "s3ObjectUids";
1567
1652
  const _sP = "scriptPath";
1568
1653
  const _sPo = "socketPath";
1569
- const _sR = "serviceRole";
1654
+ const _sR = "statusReason";
1570
1655
  const _sRA = "scannedResourceArn";
1571
1656
  const _sRC = "scannedResourcesCount";
1572
1657
  const _sRCc = "scanResourceCriteria";
@@ -1577,6 +1662,7 @@ const _sRSc = "scannedResourceStatus";
1577
1662
  const _sRT = "scannedResourceType";
1578
1663
  const _sRc = "scannedResources";
1579
1664
  const _sRca = "scanResult";
1665
+ const _sRe = "serviceRole";
1580
1666
  const _sRt = "statusReasons";
1581
1667
  const _sS = "scanStatus";
1582
1668
  const _sSA = "scanStartedAt";
@@ -1589,6 +1675,7 @@ const _sV = "schemaVersion";
1589
1675
  const _sVD = "scannedVolumeDetails";
1590
1676
  const _sVDk = "skippedVolumeDetails";
1591
1677
  const _sc = "scans";
1678
+ const _sch = "schema";
1592
1679
  const _se = "server";
1593
1680
  const _seq = "sequence";
1594
1681
  const _ser = "service";
@@ -1638,15 +1725,17 @@ const _tPa = "targetProcess";
1638
1725
  const _tR = "topResources";
1639
1726
  const _tT = "triggerType";
1640
1727
  const _ta = "tags";
1728
+ const _tac = "tactic";
1641
1729
  const _tag = "tagging";
1642
1730
  const _te = "text";
1731
+ const _tec = "technique";
1643
1732
  const _th = "threats";
1644
1733
  const _ti = "title";
1645
1734
  const _to = "total";
1646
1735
  const _u = "uid";
1647
- const _uA = "userAgent";
1736
+ const _uA = "updatedAt";
1648
1737
  const _uAn = "unprocessedAccounts";
1649
- const _uAp = "updatedAt";
1738
+ const _uAs = "userAgent";
1650
1739
  const _uC = "usageCriteria";
1651
1740
  const _uDS = "unprocessedDataSources";
1652
1741
  const _uF = "userFeedback";
@@ -1844,6 +1933,16 @@ export var ArchiveFindingsResponse$ = [3, n0, _AFRr,
1844
1933
  [],
1845
1934
  []
1846
1935
  ];
1936
+ export var AssociationDetail$ = [3, n0, _ADs,
1937
+ 0,
1938
+ [_AIs, _Ar, _RI, _AIc, _Mo, _CA, _UA, _EA],
1939
+ [[0, { [_jN]: _aIs }], [0, { [_jN]: _ar }], [0, { [_jN]: _rI }], [0, { [_jN]: _aIc }], [0, { [_jN]: _mo }], [4, { [_jN]: _cA }], [4, { [_jN]: _uA }], [4, { [_jN]: _eA }]], 7
1940
+ ];
1941
+ export var AssociationSummary$ = [3, n0, _ASs,
1942
+ 0,
1943
+ [_AIs, _Ar, _RI, _Mo, _CA, _UA, _EA],
1944
+ [[0, { [_jN]: _aIs }], [0, { [_jN]: _ar }], [0, { [_jN]: _rI }], [0, { [_jN]: _mo }], [4, { [_jN]: _cA }], [4, { [_jN]: _uA }], [4, { [_jN]: _eA }]], 6
1945
+ ];
1847
1946
  export var AutonomousSystem$ = [3, n0, _ASu,
1848
1947
  0,
1849
1948
  [_N, _Nu],
@@ -1856,8 +1955,8 @@ export var AutoscalingAutoScalingGroup$ = [3, n0, _AASG,
1856
1955
  ];
1857
1956
  export var AwsApiCallAction$ = [3, n0, _AACA,
1858
1957
  0,
1859
- [_Ap, _CT, _DD, _EC, _UA, _RID, _SN, _RAD, _AR],
1860
- [[0, { [_jN]: _ap }], [0, { [_jN]: _cT }], [() => DomainDetails$, { [_jN]: _dD }], [0, { [_jN]: _eC }], [0, { [_jN]: _uA }], [() => RemoteIpDetails$, { [_jN]: _rID }], [0, { [_jN]: _sN }], [() => RemoteAccountDetails$, { [_jN]: _rAD }], [128 | 0, { [_jN]: _aR }]]
1958
+ [_Ap, _CT, _DD, _EC, _UAs, _RID, _SN, _RAD, _AR],
1959
+ [[0, { [_jN]: _ap }], [0, { [_jN]: _cT }], [() => DomainDetails$, { [_jN]: _dD }], [0, { [_jN]: _eC }], [0, { [_jN]: _uAs }], [() => RemoteIpDetails$, { [_jN]: _rID }], [0, { [_jN]: _sN }], [() => RemoteAccountDetails$, { [_jN]: _rAD }], [128 | 0, { [_jN]: _aR }]]
1861
1960
  ];
1862
1961
  export var BedrockGuardrail$ = [3, n0, _BG,
1863
1962
  0,
@@ -1941,8 +2040,8 @@ export var Country$ = [3, n0, _Cou,
1941
2040
  ];
1942
2041
  export var CoverageEc2InstanceDetails$ = [3, n0, _CEID,
1943
2042
  0,
1944
- [_IIn, _IT, _CA, _ADg, _MT],
1945
- [[0, { [_jN]: _iIn }], [0, { [_jN]: _iT }], [0, { [_jN]: _cA }], [() => AgentDetails$, { [_jN]: _aD }], [0, { [_jN]: _mT }]]
2043
+ [_IIn, _IT, _CAl, _ADg, _MT],
2044
+ [[0, { [_jN]: _iIn }], [0, { [_jN]: _iT }], [0, { [_jN]: _cAl }], [() => AgentDetails$, { [_jN]: _aD }], [0, { [_jN]: _mT }]]
1946
2045
  ];
1947
2046
  export var CoverageEcsClusterDetails$ = [3, n0, _CECD,
1948
2047
  0,
@@ -1971,8 +2070,8 @@ export var CoverageFilterCriterion$ = [3, n0, _CFCov,
1971
2070
  ];
1972
2071
  export var CoverageResource$ = [3, n0, _CRo,
1973
2072
  0,
1974
- [_RI, _DI, _AIc, _RD, _CSo, _Is, _UAp],
1975
- [[0, { [_jN]: _rI }], [0, { [_jN]: _dI }], [0, { [_jN]: _aIc }], [() => CoverageResourceDetails$, { [_jN]: _rD }], [0, { [_jN]: _cS }], [0, { [_jN]: _is }], [4, { [_jN]: _uAp }]]
2073
+ [_RIe, _DI, _AIc, _RD, _CSo, _Is, _UA],
2074
+ [[0, { [_jN]: _rIe }], [0, { [_jN]: _dI }], [0, { [_jN]: _aIc }], [() => CoverageResourceDetails$, { [_jN]: _rD }], [0, { [_jN]: _cS }], [0, { [_jN]: _is }], [4, { [_jN]: _uA }]]
1976
2075
  ];
1977
2076
  export var CoverageResourceDetails$ = [3, n0, _CRD,
1978
2077
  0,
@@ -1989,6 +2088,26 @@ export var CoverageStatistics$ = [3, n0, _CSov,
1989
2088
  [_CBRT, _CBCS],
1990
2089
  [[128 | 1, { [_jN]: _cBRT }], [128 | 1, { [_jN]: _cBCS }]]
1991
2090
  ];
2091
+ export var CreateCustomDetectionRuleAssociationRequest$ = [3, n0, _CCDRAR,
2092
+ 0,
2093
+ [_RI, _Mo, _CTl, _Ta],
2094
+ [[0, { [_jN]: _rI }], [0, { [_jN]: _mo }], [0, { [_iTd]: 1, [_jN]: _cTl }], [128 | 0, { [_jN]: _ta }]], 2
2095
+ ];
2096
+ export var CreateCustomDetectionRuleAssociationResponse$ = [3, n0, _CCDRARr,
2097
+ 0,
2098
+ [_RA],
2099
+ [[() => AssociationDetail$, { [_jN]: _rA }]], 1
2100
+ ];
2101
+ export var CreateCustomDetectionRuleOrgConfigurationRequest$ = [3, n0, _CCDROCR,
2102
+ 0,
2103
+ [_RI, _Mo, _IAI, _EAI, _CTl],
2104
+ [[0, { [_jN]: _rI }], [0, { [_jN]: _mo }], [64 | 0, { [_jN]: _iAI }], [64 | 0, { [_jN]: _eAI }], [0, { [_iTd]: 1, [_jN]: _cTl }]], 2
2105
+ ];
2106
+ export var CreateCustomDetectionRuleOrgConfigurationResponse$ = [3, n0, _CCDROCRr,
2107
+ 0,
2108
+ [],
2109
+ []
2110
+ ];
1992
2111
  export var CreateDetectorRequest$ = [3, n0, _CDR,
1993
2112
  0,
1994
2113
  [_En, _CTl, _FPF, _DS, _Ta, _F],
@@ -2149,6 +2268,26 @@ export var DefaultServerSideEncryption$ = [3, n0, _DSSE,
2149
2268
  [_ETn, _KMKA],
2150
2269
  [[0, { [_jN]: _eTn }], [0, { [_jN]: _kMKA }]]
2151
2270
  ];
2271
+ export var DeleteCustomDetectionRuleAssociationRequest$ = [3, n0, _DCDRAR,
2272
+ 0,
2273
+ [_RI, _AIs],
2274
+ [[0, 1], [0, 1]], 2
2275
+ ];
2276
+ export var DeleteCustomDetectionRuleAssociationResponse$ = [3, n0, _DCDRARe,
2277
+ 0,
2278
+ [],
2279
+ []
2280
+ ];
2281
+ export var DeleteCustomDetectionRuleOrgConfigurationRequest$ = [3, n0, _DCDROCR,
2282
+ 0,
2283
+ [_RI, _Mo],
2284
+ [[0, 1], [0, { [_hQ]: _mo }]], 2
2285
+ ];
2286
+ export var DeleteCustomDetectionRuleOrgConfigurationResponse$ = [3, n0, _DCDROCRe,
2287
+ 0,
2288
+ [],
2289
+ []
2290
+ ];
2152
2291
  export var DeleteDetectorRequest$ = [3, n0, _DDR,
2153
2292
  0,
2154
2293
  [_DI],
@@ -2289,6 +2428,21 @@ export var Detection$ = [3, n0, _Det,
2289
2428
  [_An, _Seq],
2290
2429
  [[() => Anomaly$, { [_jN]: _an }], [() => Sequence$, { [_jN]: _seq }]]
2291
2430
  ];
2431
+ export var DetectionRuleFilter$ = [3, n0, _DRF,
2432
+ 0,
2433
+ [_N, _Va, _Co],
2434
+ [[0, { [_jN]: _n }], [64 | 0, { [_jN]: _va }], [0, { [_jN]: _con }]], 2
2435
+ ];
2436
+ export var DetectionRuleOrgConfiguration$ = [3, n0, _DROC,
2437
+ 0,
2438
+ [_RI, _Mo, _St, _IAI, _EAI, _CA, _UA, _SR, _EA],
2439
+ [[0, { [_jN]: _rI }], [0, { [_jN]: _mo }], [0, { [_jN]: _st }], [64 | 0, { [_jN]: _iAI }], [64 | 0, { [_jN]: _eAI }], [4, { [_jN]: _cA }], [4, { [_jN]: _uA }], [0, { [_jN]: _sR }], [4, { [_jN]: _eA }]], 7
2440
+ ];
2441
+ export var DetectionRuleOrgConfigurationSummary$ = [3, n0, _DROCS,
2442
+ 0,
2443
+ [_RI, _Mo, _St, _CA, _UA, _SR, _EA],
2444
+ [[0, { [_jN]: _rI }], [0, { [_jN]: _mo }], [0, { [_jN]: _st }], [4, { [_jN]: _cA }], [4, { [_jN]: _uA }], [0, { [_jN]: _sR }], [4, { [_jN]: _eA }]], 5
2445
+ ];
2292
2446
  export var DetectorAdditionalConfiguration$ = [3, n0, _DAC,
2293
2447
  0,
2294
2448
  [_N, _St],
@@ -2296,8 +2450,8 @@ export var DetectorAdditionalConfiguration$ = [3, n0, _DAC,
2296
2450
  ];
2297
2451
  export var DetectorAdditionalConfigurationResult$ = [3, n0, _DACR,
2298
2452
  0,
2299
- [_N, _St, _UAp],
2300
- [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uAp }]]
2453
+ [_N, _St, _UA],
2454
+ [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uA }]]
2301
2455
  ];
2302
2456
  export var DetectorFeatureConfiguration$ = [3, n0, _DFC,
2303
2457
  0,
@@ -2306,8 +2460,8 @@ export var DetectorFeatureConfiguration$ = [3, n0, _DFC,
2306
2460
  ];
2307
2461
  export var DetectorFeatureConfigurationResult$ = [3, n0, _DFCR,
2308
2462
  0,
2309
- [_N, _St, _UAp, _AC],
2310
- [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uAp }], [() => DetectorAdditionalConfigurationResults, { [_jN]: _aC }]]
2463
+ [_N, _St, _UA, _AC],
2464
+ [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uA }], [() => DetectorAdditionalConfigurationResults, { [_jN]: _aC }]]
2311
2465
  ];
2312
2466
  export var DisableOrganizationAdminAccountRequest$ = [3, n0, _DOAAR,
2313
2467
  0,
@@ -2431,23 +2585,23 @@ export var EcsClusterDetails$ = [3, n0, _ECDc,
2431
2585
  ];
2432
2586
  export var EcsTask$ = [3, n0, _ETc,
2433
2587
  0,
2434
- [_CAr, _TDA, _LTa, _CU],
2435
- [[4, { [_jN]: _cAr }], [0, { [_jN]: _tDA }], [0, { [_jN]: _lTa }], [64 | 0, { [_jN]: _cU }]]
2588
+ [_CA, _TDA, _LTa, _CU],
2589
+ [[4, { [_jN]: _cA }], [0, { [_jN]: _tDA }], [0, { [_jN]: _lTa }], [64 | 0, { [_jN]: _cU }]]
2436
2590
  ];
2437
2591
  export var EcsTaskDetails$ = [3, n0, _ETD,
2438
2592
  0,
2439
2593
  [_Ar, _DAe, _V, _TCA, _SAt, _SBt, _Ta, _Vo, _Cont, _Gr, _LTa],
2440
- [[0, { [_jN]: _ar }], [0, { [_jN]: _dAe }], [0, { [_jN]: _v }], [4, { [_jN]: _cAr }], [4, { [_jN]: _sAt }], [0, { [_jN]: _sBt }], [() => Tags, { [_jN]: _ta }], [() => Volumes, { [_jN]: _vo }], [() => Containers, { [_jN]: _con }], [0, { [_jN]: _gr }], [0, { [_jN]: _lTa }]]
2594
+ [[0, { [_jN]: _ar }], [0, { [_jN]: _dAe }], [0, { [_jN]: _v }], [4, { [_jN]: _cA }], [4, { [_jN]: _sAt }], [0, { [_jN]: _sBt }], [() => Tags, { [_jN]: _ta }], [() => Volumes, { [_jN]: _vo }], [() => Containers, { [_jN]: _cont }], [0, { [_jN]: _gr }], [0, { [_jN]: _lTa }]]
2441
2595
  ];
2442
2596
  export var EksCluster$ = [3, n0, _ECk,
2443
2597
  0,
2444
- [_Ar, _CAr, _St, _VIp, _EIU],
2445
- [[0, { [_jN]: _ar }], [4, { [_jN]: _cAr }], [0, { [_jN]: _st }], [0, { [_jN]: _vIp }], [64 | 0, { [_jN]: _eIU }]]
2598
+ [_Ar, _CA, _St, _VIp, _EIU],
2599
+ [[0, { [_jN]: _ar }], [4, { [_jN]: _cA }], [0, { [_jN]: _st }], [0, { [_jN]: _vIp }], [64 | 0, { [_jN]: _eIU }]]
2446
2600
  ];
2447
2601
  export var EksClusterDetails$ = [3, n0, _ECD,
2448
2602
  0,
2449
- [_N, _Ar, _VIp, _St, _Ta, _CAr],
2450
- [[0, { [_jN]: _n }], [0, { [_jN]: _ar }], [0, { [_jN]: _vIp }], [0, { [_jN]: _st }], [() => Tags, { [_jN]: _ta }], [4, { [_jN]: _cAr }]]
2603
+ [_N, _Ar, _VIp, _St, _Ta, _CA],
2604
+ [[0, { [_jN]: _n }], [0, { [_jN]: _ar }], [0, { [_jN]: _vIp }], [0, { [_jN]: _st }], [() => Tags, { [_jN]: _ta }], [4, { [_jN]: _cA }]]
2451
2605
  ];
2452
2606
  export var EnableOrganizationAdminAccountRequest$ = [3, n0, _EOAAR,
2453
2607
  0,
@@ -2486,8 +2640,8 @@ export var FilterCriterion$ = [3, n0, _FC,
2486
2640
  ];
2487
2641
  export var Finding$ = [3, n0, _Fi,
2488
2642
  0,
2489
- [_AIc, _Ar, _CAr, _I, _R, _Res, _SV, _Se, _T, _UAp, _Conf, _D, _Par, _Ser, _Ti, _AASA],
2490
- [[0, { [_jN]: _aIc }], [0, { [_jN]: _ar }], [0, { [_jN]: _cAr }], [0, { [_jN]: _i }], [0, { [_jN]: _r }], [() => Resource$, { [_jN]: _res }], [0, { [_jN]: _sV }], [1, { [_jN]: _sev }], [0, { [_jN]: _t }], [0, { [_jN]: _uAp }], [1, { [_jN]: _co }], [0, { [_jN]: _d }], [0, { [_jN]: _par }], [() => Service$, { [_jN]: _ser }], [0, { [_jN]: _ti }], [0, { [_jN]: _aASA }]], 10
2643
+ [_AIc, _Ar, _CA, _I, _R, _Res, _SV, _Se, _T, _UA, _Conf, _D, _Par, _Ser, _Ti, _AASA],
2644
+ [[0, { [_jN]: _aIc }], [0, { [_jN]: _ar }], [0, { [_jN]: _cA }], [0, { [_jN]: _i }], [0, { [_jN]: _r }], [() => Resource$, { [_jN]: _res }], [0, { [_jN]: _sV }], [1, { [_jN]: _sev }], [0, { [_jN]: _t }], [0, { [_jN]: _uA }], [1, { [_jN]: _co }], [0, { [_jN]: _d }], [0, { [_jN]: _par }], [() => Service$, { [_jN]: _ser }], [0, { [_jN]: _ti }], [0, { [_jN]: _aASA }]], 10
2491
2645
  ];
2492
2646
  export var FindingCriteria$ = [3, n0, _FCin,
2493
2647
  0,
@@ -2539,6 +2693,36 @@ export var GetCoverageStatisticsResponse$ = [3, n0, _GCSRe,
2539
2693
  [_CSov],
2540
2694
  [[() => CoverageStatistics$, { [_jN]: _cSo }]]
2541
2695
  ];
2696
+ export var GetCustomDetectionRuleAssociationRequest$ = [3, n0, _GCDRAR,
2697
+ 0,
2698
+ [_RI, _AIs],
2699
+ [[0, 1], [0, 1]], 2
2700
+ ];
2701
+ export var GetCustomDetectionRuleAssociationResponse$ = [3, n0, _GCDRARe,
2702
+ 0,
2703
+ [_RA, _Ta],
2704
+ [[() => AssociationDetail$, { [_jN]: _rA }], [128 | 0, { [_jN]: _ta }]], 1
2705
+ ];
2706
+ export var GetCustomDetectionRuleOrgConfigurationRequest$ = [3, n0, _GCDROCR,
2707
+ 0,
2708
+ [_RI, _Mo],
2709
+ [[0, 1], [0, { [_hQ]: _mo }]], 2
2710
+ ];
2711
+ export var GetCustomDetectionRuleOrgConfigurationResponse$ = [3, n0, _GCDROCRe,
2712
+ 0,
2713
+ [_Confi],
2714
+ [[() => DetectionRuleOrgConfiguration$, { [_jN]: _conf }]], 1
2715
+ ];
2716
+ export var GetCustomDetectionRuleRequest$ = [3, n0, _GCDRR,
2717
+ 0,
2718
+ [_RI],
2719
+ [[0, 1]], 1
2720
+ ];
2721
+ export var GetCustomDetectionRuleResponse$ = [3, n0, _GCDRRe,
2722
+ 0,
2723
+ [_Ru],
2724
+ [[() => RuleDetail$, { [_jN]: _ru }]], 1
2725
+ ];
2542
2726
  export var GetDetectorRequest$ = [3, n0, _GDR,
2543
2727
  0,
2544
2728
  [_DI],
@@ -2546,8 +2730,8 @@ export var GetDetectorRequest$ = [3, n0, _GDR,
2546
2730
  ];
2547
2731
  export var GetDetectorResponse$ = [3, n0, _GDRe,
2548
2732
  0,
2549
- [_SR, _St, _CAr, _FPF, _UAp, _DS, _Ta, _F],
2550
- [[0, { [_jN]: _sR }], [0, { [_jN]: _st }], [0, { [_jN]: _cAr }], [0, { [_jN]: _fPF }], [0, { [_jN]: _uAp }], [() => DataSourceConfigurationsResult$, { [_jN]: _dS }], [128 | 0, { [_jN]: _ta }], [() => DetectorFeatureConfigurationsResults, { [_jN]: _f }]], 2
2733
+ [_SRe, _St, _CA, _FPF, _UA, _DS, _Ta, _F],
2734
+ [[0, { [_jN]: _sRe }], [0, { [_jN]: _st }], [0, { [_jN]: _cA }], [0, { [_jN]: _fPF }], [0, { [_jN]: _uA }], [() => DataSourceConfigurationsResult$, { [_jN]: _dS }], [128 | 0, { [_jN]: _ta }], [() => DetectorFeatureConfigurationsResults, { [_jN]: _f }]], 2
2551
2735
  ];
2552
2736
  export var GetFilterRequest$ = [3, n0, _GFR,
2553
2737
  0,
@@ -2556,8 +2740,8 @@ export var GetFilterRequest$ = [3, n0, _GFR,
2556
2740
  ];
2557
2741
  export var GetFilterResponse$ = [3, n0, _GFRe,
2558
2742
  0,
2559
- [_N, _Ac, _FCin, _D, _Ra, _Ta, _CAr, _UAp, _V],
2560
- [[0, { [_jN]: _n }], [0, { [_jN]: _ac }], [() => FindingCriteria$, { [_jN]: _fCin }], [0, { [_jN]: _d }], [1, { [_jN]: _ra }], [128 | 0, { [_jN]: _ta }], [4, { [_jN]: _cAr }], [4, { [_jN]: _uAp }], [1, { [_jN]: _v }]], 3
2743
+ [_N, _Ac, _FCin, _D, _Ra, _Ta, _CA, _UA, _V],
2744
+ [[0, { [_jN]: _n }], [0, { [_jN]: _ac }], [() => FindingCriteria$, { [_jN]: _fCin }], [0, { [_jN]: _d }], [1, { [_jN]: _ra }], [128 | 0, { [_jN]: _ta }], [4, { [_jN]: _cA }], [4, { [_jN]: _uA }], [1, { [_jN]: _v }]], 3
2561
2745
  ];
2562
2746
  export var GetFindingsRequest$ = [3, n0, _GFRet,
2563
2747
  0,
@@ -2616,8 +2800,8 @@ export var GetMalwareProtectionPlanRequest$ = [3, n0, _GMPPR,
2616
2800
  ];
2617
2801
  export var GetMalwareProtectionPlanResponse$ = [3, n0, _GMPPRe,
2618
2802
  0,
2619
- [_Ar, _Ro, _PR, _Actio, _CAr, _St, _SRt, _Ta],
2620
- [[0, { [_jN]: _ar }], [0, { [_jN]: _ro }], [() => CreateProtectedResource$, { [_jN]: _pR }], [() => MalwareProtectionPlanActions$, { [_jN]: _acti }], [4, { [_jN]: _cAr }], [0, { [_jN]: _st }], [() => MalwareProtectionPlanStatusReasonsList, { [_jN]: _sRt }], [128 | 0, { [_jN]: _ta }]]
2803
+ [_Ar, _Ro, _PR, _Actio, _CA, _St, _SRt, _Ta],
2804
+ [[0, { [_jN]: _ar }], [0, { [_jN]: _ro }], [() => CreateProtectedResource$, { [_jN]: _pR }], [() => MalwareProtectionPlanActions$, { [_jN]: _acti }], [4, { [_jN]: _cA }], [0, { [_jN]: _st }], [() => MalwareProtectionPlanStatusReasonsList, { [_jN]: _sRt }], [128 | 0, { [_jN]: _ta }]]
2621
2805
  ];
2622
2806
  export var GetMalwareScanRequest$ = [3, n0, _GMSR,
2623
2807
  0,
@@ -2626,8 +2810,8 @@ export var GetMalwareScanRequest$ = [3, n0, _GMSR,
2626
2810
  ];
2627
2811
  export var GetMalwareScanResponse$ = [3, n0, _GMSRe,
2628
2812
  0,
2629
- [_SI, _DI, _ADI, _RA, _RT, _SRC, _SRCk, _FRC, _SRc, _SCc, _SCca, _SSc, _SSR, _STc, _SSA, _SCA, _SRD],
2630
- [[0, { [_jN]: _sI }], [0, { [_jN]: _dI }], [0, { [_jN]: _aDI }], [0, { [_jN]: _rA }], [0, { [_jN]: _rT }], [1, { [_jN]: _sRC }], [1, { [_jN]: _sRCk }], [1, { [_jN]: _fRC }], [() => ScannedResources, { [_jN]: _sRc }], [() => ScanConfiguration$, { [_jN]: _sCc }], [0, { [_jN]: _sCca }], [0, { [_jN]: _sS }], [0, { [_jN]: _sSR }], [0, { [_jN]: _sTc }], [4, { [_jN]: _sSA }], [4, { [_jN]: _sCA }], [() => GetMalwareScanResultDetails$, { [_jN]: _sRD }]]
2813
+ [_SI, _DI, _ADI, _RAe, _RT, _SRC, _SRCk, _FRC, _SRc, _SCc, _SCca, _SSc, _SSR, _STc, _SSA, _SCA, _SRD],
2814
+ [[0, { [_jN]: _sI }], [0, { [_jN]: _dI }], [0, { [_jN]: _aDI }], [0, { [_jN]: _rAe }], [0, { [_jN]: _rT }], [1, { [_jN]: _sRC }], [1, { [_jN]: _sRCk }], [1, { [_jN]: _fRC }], [() => ScannedResources, { [_jN]: _sRc }], [() => ScanConfiguration$, { [_jN]: _sCc }], [0, { [_jN]: _sCca }], [0, { [_jN]: _sS }], [0, { [_jN]: _sSR }], [0, { [_jN]: _sTc }], [4, { [_jN]: _sSA }], [4, { [_jN]: _sCA }], [() => GetMalwareScanResultDetails$, { [_jN]: _sRD }]]
2631
2815
  ];
2632
2816
  export var GetMalwareScanResultDetails$ = [3, n0, _GMSRD,
2633
2817
  0,
@@ -2696,8 +2880,8 @@ export var GetThreatEntitySetRequest$ = [3, n0, _GTESR,
2696
2880
  ];
2697
2881
  export var GetThreatEntitySetResponse$ = [3, n0, _GTESRe,
2698
2882
  0,
2699
- [_N, _Fo, _Lo, _St, _EBO, _Ta, _CAr, _UAp, _ED],
2700
- [[0, { [_jN]: _n }], [0, { [_jN]: _fo }], [0, { [_jN]: _lo }], [0, { [_jN]: _st }], [0, { [_jN]: _eBO }], [128 | 0, { [_jN]: _ta }], [4, { [_jN]: _cAr }], [4, { [_jN]: _uAp }], [0, { [_jN]: _eD }]], 4
2883
+ [_N, _Fo, _Lo, _St, _EBO, _Ta, _CA, _UA, _ED],
2884
+ [[0, { [_jN]: _n }], [0, { [_jN]: _fo }], [0, { [_jN]: _lo }], [0, { [_jN]: _st }], [0, { [_jN]: _eBO }], [128 | 0, { [_jN]: _ta }], [4, { [_jN]: _cA }], [4, { [_jN]: _uA }], [0, { [_jN]: _eD }]], 4
2701
2885
  ];
2702
2886
  export var GetThreatIntelSetRequest$ = [3, n0, _GTISR,
2703
2887
  0,
@@ -2716,8 +2900,8 @@ export var GetTrustedEntitySetRequest$ = [3, n0, _GTESRet,
2716
2900
  ];
2717
2901
  export var GetTrustedEntitySetResponse$ = [3, n0, _GTESRetr,
2718
2902
  0,
2719
- [_N, _Fo, _Lo, _St, _EBO, _Ta, _CAr, _UAp, _ED],
2720
- [[0, { [_jN]: _n }], [0, { [_jN]: _fo }], [0, { [_jN]: _lo }], [0, { [_jN]: _st }], [0, { [_jN]: _eBO }], [128 | 0, { [_jN]: _ta }], [4, { [_jN]: _cAr }], [4, { [_jN]: _uAp }], [0, { [_jN]: _eD }]], 4
2903
+ [_N, _Fo, _Lo, _St, _EBO, _Ta, _CA, _UA, _ED],
2904
+ [[0, { [_jN]: _n }], [0, { [_jN]: _fo }], [0, { [_jN]: _lo }], [0, { [_jN]: _st }], [0, { [_jN]: _eBO }], [128 | 0, { [_jN]: _ta }], [4, { [_jN]: _cA }], [4, { [_jN]: _uA }], [0, { [_jN]: _eD }]], 4
2721
2905
  ];
2722
2906
  export var GetUsageStatisticsRequest$ = [3, n0, _GUSR,
2723
2907
  0,
@@ -2806,8 +2990,8 @@ export var InviteMembersResponse$ = [3, n0, _IMRn,
2806
2990
  ];
2807
2991
  export var ItemDetails$ = [3, n0, _IDt,
2808
2992
  0,
2809
- [_RA, _IPt, _H, _AId],
2810
- [[0, { [_jN]: _rA }], [0, { [_jN]: _iPt }], [0, { [_jN]: _h }], [() => AdditionalInfo$, { [_jN]: _aId }]]
2993
+ [_RAe, _IPt, _H, _AId],
2994
+ [[0, { [_jN]: _rAe }], [0, { [_jN]: _iPt }], [0, { [_jN]: _h }], [() => AdditionalInfo$, { [_jN]: _aId }]]
2811
2995
  ];
2812
2996
  export var ItemPath$ = [3, n0, _IPt,
2813
2997
  0,
@@ -2816,8 +3000,8 @@ export var ItemPath$ = [3, n0, _IPt,
2816
3000
  ];
2817
3001
  export var KubernetesApiCallAction$ = [3, n0, _KACA,
2818
3002
  0,
2819
- [_RU, _Ve, _Res, _Sub, _Na, _RN, _SIo, _UA, _RID, _SCt, _Para],
2820
- [[0, { [_jN]: _rU }], [0, { [_jN]: _ve }], [0, { [_jN]: _res }], [0, { [_jN]: _sub }], [0, { [_jN]: _na }], [0, { [_jN]: _rN }], [64 | 0, { [_jN]: _sIP }], [0, { [_jN]: _uA }], [() => RemoteIpDetails$, { [_jN]: _rID }], [1, { [_jN]: _sCt }], [0, { [_jN]: _para }]]
3003
+ [_RU, _Ve, _Res, _Sub, _Na, _RN, _SIo, _UAs, _RID, _SCt, _Para],
3004
+ [[0, { [_jN]: _rU }], [0, { [_jN]: _ve }], [0, { [_jN]: _res }], [0, { [_jN]: _sub }], [0, { [_jN]: _na }], [0, { [_jN]: _rN }], [64 | 0, { [_jN]: _sIP }], [0, { [_jN]: _uAs }], [() => RemoteIpDetails$, { [_jN]: _rID }], [1, { [_jN]: _sCt }], [0, { [_jN]: _para }]]
2821
3005
  ];
2822
3006
  export var KubernetesAuditLogsConfiguration$ = [3, n0, _KALC,
2823
3007
  0,
@@ -2877,12 +3061,12 @@ export var KubernetesWorkload$ = [3, n0, _KW,
2877
3061
  export var KubernetesWorkloadDetails$ = [3, n0, _KWD,
2878
3062
  0,
2879
3063
  [_N, _T, _U, _Na, _HN, _SAN, _Cont, _Vo, _HIPC, _HPID],
2880
- [[0, { [_jN]: _n }], [0, { [_jN]: _t }], [0, { [_jN]: _u }], [0, { [_jN]: _na }], [2, { [_jN]: _hN }], [0, { [_jN]: _sAN }], [() => Containers, { [_jN]: _con }], [() => Volumes, { [_jN]: _vo }], [2, { [_jN]: _hIPC }], [2, { [_jN]: _hPID }]]
3064
+ [[0, { [_jN]: _n }], [0, { [_jN]: _t }], [0, { [_jN]: _u }], [0, { [_jN]: _na }], [2, { [_jN]: _hN }], [0, { [_jN]: _sAN }], [() => Containers, { [_jN]: _cont }], [() => Volumes, { [_jN]: _vo }], [2, { [_jN]: _hIPC }], [2, { [_jN]: _hPID }]]
2881
3065
  ];
2882
3066
  export var LambdaDetails$ = [3, n0, _LD,
2883
3067
  0,
2884
- [_FA, _FNu, _D, _LMA, _RIe, _FV, _Ro, _VC, _Ta],
2885
- [[0, { [_jN]: _fA }], [0, { [_jN]: _fN }], [0, { [_jN]: _d }], [4, { [_jN]: _lMA }], [0, { [_jN]: _rIe }], [0, { [_jN]: _fV }], [0, { [_jN]: _ro }], [() => VpcConfig$, { [_jN]: _vC }], [() => Tags, { [_jN]: _ta }]]
3068
+ [_FA, _FNu, _D, _LMA, _RIev, _FV, _Ro, _VC, _Ta],
3069
+ [[0, { [_jN]: _fA }], [0, { [_jN]: _fN }], [0, { [_jN]: _d }], [4, { [_jN]: _lMA }], [0, { [_jN]: _rIev }], [0, { [_jN]: _fV }], [0, { [_jN]: _ro }], [() => VpcConfig$, { [_jN]: _vC }], [() => Tags, { [_jN]: _ta }]]
2886
3070
  ];
2887
3071
  export var LineageObject$ = [3, n0, _LO,
2888
3072
  0,
@@ -2899,6 +3083,36 @@ export var ListCoverageResponse$ = [3, n0, _LCRi,
2899
3083
  [_Reso, _NT],
2900
3084
  [[() => CoverageResources, { [_jN]: _reso }], [0, { [_jN]: _nT }]], 1
2901
3085
  ];
3086
+ export var ListCustomDetectionRuleAssociationsRequest$ = [3, n0, _LCDRAR,
3087
+ 0,
3088
+ [_MR, _NT, _RI, _Mo],
3089
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _rI }], [0, { [_hQ]: _mo }]]
3090
+ ];
3091
+ export var ListCustomDetectionRuleAssociationsResponse$ = [3, n0, _LCDRARi,
3092
+ 0,
3093
+ [_RAu, _NT],
3094
+ [[() => AssociationSummaryList, { [_jN]: _rAu }], [0, { [_jN]: _nT }]], 1
3095
+ ];
3096
+ export var ListCustomDetectionRuleOrgConfigurationsRequest$ = [3, n0, _LCDROCR,
3097
+ 0,
3098
+ [_MR, _NT, _St],
3099
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _st }]]
3100
+ ];
3101
+ export var ListCustomDetectionRuleOrgConfigurationsResponse$ = [3, n0, _LCDROCRi,
3102
+ 0,
3103
+ [_Config, _NT],
3104
+ [[() => DetectionRuleOrgConfigurationSummaryList, { [_jN]: _confi }], [0, { [_jN]: _nT }]], 1
3105
+ ];
3106
+ export var ListCustomDetectionRulesRequest$ = [3, n0, _LCDRR,
3107
+ 0,
3108
+ [_MR, _NT, _Fil],
3109
+ [[1, { [_jN]: _mR }], [0, { [_jN]: _nT }], [() => DetectionRuleFilterList, { [_jN]: _fil }]]
3110
+ ];
3111
+ export var ListCustomDetectionRulesResponse$ = [3, n0, _LCDRRi,
3112
+ 0,
3113
+ [_Rul, _NT],
3114
+ [[() => RuleSummaryList, { [_jN]: _rul }], [0, { [_jN]: _nT }]], 1
3115
+ ];
2902
3116
  export var ListDetectorsRequest$ = [3, n0, _LDR,
2903
3117
  0,
2904
3118
  [_MR, _NT],
@@ -3021,7 +3235,7 @@ export var ListPublishingDestinationsResponse$ = [3, n0, _LPDRi,
3021
3235
  ];
3022
3236
  export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
3023
3237
  0,
3024
- [_RA],
3238
+ [_RAe],
3025
3239
  [[0, 1]], 1
3026
3240
  ];
3027
3241
  export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
@@ -3081,8 +3295,8 @@ export var MalwareProtectionConfiguration$ = [3, n0, _MPC,
3081
3295
  ];
3082
3296
  export var MalwareProtectionConfigurationResult$ = [3, n0, _MPCR,
3083
3297
  0,
3084
- [_SEIWF, _SR],
3085
- [[() => ScanEc2InstanceWithFindingsResult$, { [_jN]: _sEIWF }], [0, { [_jN]: _sR }]]
3298
+ [_SEIWF, _SRe],
3299
+ [[() => ScanEc2InstanceWithFindingsResult$, { [_jN]: _sEIWF }], [0, { [_jN]: _sRe }]]
3086
3300
  ];
3087
3301
  export var MalwareProtectionDataSourceFreeTrial$ = [3, n0, _MPDSFT,
3088
3302
  0,
@@ -3116,8 +3330,8 @@ export var MalwareProtectionPlanTaggingAction$ = [3, n0, _MPPTA,
3116
3330
  ];
3117
3331
  export var MalwareScan$ = [3, n0, _MS,
3118
3332
  0,
3119
- [_RA, _RT, _SI, _SSc, _SRS, _STc, _SSA, _SCA],
3120
- [[0, { [_jN]: _rA }], [0, { [_jN]: _rT }], [0, { [_jN]: _sI }], [0, { [_jN]: _sS }], [0, { [_jN]: _sRS }], [0, { [_jN]: _sTc }], [4, { [_jN]: _sSA }], [4, { [_jN]: _sCA }]]
3333
+ [_RAe, _RT, _SI, _SSc, _SRS, _STc, _SSA, _SCA],
3334
+ [[0, { [_jN]: _rAe }], [0, { [_jN]: _rT }], [0, { [_jN]: _sI }], [0, { [_jN]: _sS }], [0, { [_jN]: _sRS }], [0, { [_jN]: _sTc }], [4, { [_jN]: _sSA }], [4, { [_jN]: _sCA }]]
3121
3335
  ];
3122
3336
  export var MalwareScanDetails$ = [3, n0, _MSD,
3123
3337
  0,
@@ -3131,8 +3345,8 @@ export var Master$ = [3, n0, _Mas,
3131
3345
  ];
3132
3346
  export var Member$ = [3, n0, _Mem,
3133
3347
  0,
3134
- [_AIc, _MI, _E, _RS, _UAp, _DI, _IA, _AI],
3135
- [[0, { [_jN]: _aIc }], [0, { [_jN]: _mI }], [() => Email, { [_jN]: _em }], [0, { [_jN]: _rS }], [0, { [_jN]: _uAp }], [0, { [_jN]: _dI }], [0, { [_jN]: _iA }], [0, { [_jN]: _aI }]], 5
3348
+ [_AIc, _MI, _E, _RS, _UA, _DI, _IA, _AI],
3349
+ [[0, { [_jN]: _aIc }], [0, { [_jN]: _mI }], [() => Email, { [_jN]: _em }], [0, { [_jN]: _rS }], [0, { [_jN]: _uA }], [0, { [_jN]: _dI }], [0, { [_jN]: _iA }], [0, { [_jN]: _aI }]], 5
3136
3350
  ];
3137
3351
  export var MemberAdditionalConfiguration$ = [3, n0, _MAC,
3138
3352
  0,
@@ -3141,8 +3355,8 @@ export var MemberAdditionalConfiguration$ = [3, n0, _MAC,
3141
3355
  ];
3142
3356
  export var MemberAdditionalConfigurationResult$ = [3, n0, _MACR,
3143
3357
  0,
3144
- [_N, _St, _UAp],
3145
- [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uAp }]]
3358
+ [_N, _St, _UA],
3359
+ [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uA }]]
3146
3360
  ];
3147
3361
  export var MemberDataSourceConfiguration$ = [3, n0, _MDSCe,
3148
3362
  0,
@@ -3156,8 +3370,8 @@ export var MemberFeaturesConfiguration$ = [3, n0, _MFC,
3156
3370
  ];
3157
3371
  export var MemberFeaturesConfigurationResult$ = [3, n0, _MFCR,
3158
3372
  0,
3159
- [_N, _St, _UAp, _AC],
3160
- [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uAp }], [() => MemberAdditionalConfigurationResults, { [_jN]: _aC }]]
3373
+ [_N, _St, _UA, _AC],
3374
+ [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uA }], [() => MemberAdditionalConfigurationResults, { [_jN]: _aC }]]
3161
3375
  ];
3162
3376
  export var ModelDetail$ = [3, n0, _MD,
3163
3377
  0,
@@ -3221,8 +3435,8 @@ export var OrganizationDataSourceConfigurationsResult$ = [3, n0, _ODSCR,
3221
3435
  ];
3222
3436
  export var OrganizationDetails$ = [3, n0, _OD,
3223
3437
  0,
3224
- [_UAp, _OS],
3225
- [[4, { [_jN]: _uAp }], [() => OrganizationStatistics$, { [_jN]: _oS }]]
3438
+ [_UA, _OS],
3439
+ [[4, { [_jN]: _uA }], [() => OrganizationStatistics$, { [_jN]: _oS }]]
3226
3440
  ];
3227
3441
  export var OrganizationEbsVolumes$ = [3, n0, _OEV,
3228
3442
  0,
@@ -3412,7 +3626,7 @@ export var Resource$ = [3, n0, _Res,
3412
3626
  export var ResourceData$ = [3, n0, _RDe,
3413
3627
  0,
3414
3628
  [_SB, _EIc, _AK, _ENI, _SO, _ECk, _KW, _Con, _ECc, _ETc, _IIP, _AASG, _ELT, _EV, _EI, _CS],
3415
- [[() => S3Bucket$, { [_jN]: _sB }], [() => Ec2Instance$, { [_jN]: _eI }], [() => AccessKey$, { [_jN]: _aK }], [() => Ec2NetworkInterface$, { [_jN]: _eNI }], [() => S3Object$, { [_jN]: _sO }], [() => EksCluster$, { [_jN]: _eCk }], [() => KubernetesWorkload$, { [_jN]: _kW }], [() => ContainerFindingResource$, { [_jN]: _cont }], [() => EcsCluster$, { [_jN]: _eCc }], [() => EcsTask$, { [_jN]: _eTc }], [() => IamInstanceProfileV2$, { [_jN]: _iIP }], [() => AutoscalingAutoScalingGroup$, { [_jN]: _aASG }], [() => Ec2LaunchTemplate$, { [_jN]: _eLT }], [() => Ec2Vpc$, { [_jN]: _eVc }], [() => Ec2Image$, { [_jN]: _eIc }], [() => CloudformationStack$, { [_jN]: _cSl }]]
3629
+ [[() => S3Bucket$, { [_jN]: _sB }], [() => Ec2Instance$, { [_jN]: _eI }], [() => AccessKey$, { [_jN]: _aK }], [() => Ec2NetworkInterface$, { [_jN]: _eNI }], [() => S3Object$, { [_jN]: _sO }], [() => EksCluster$, { [_jN]: _eCk }], [() => KubernetesWorkload$, { [_jN]: _kW }], [() => ContainerFindingResource$, { [_jN]: _conta }], [() => EcsCluster$, { [_jN]: _eCc }], [() => EcsTask$, { [_jN]: _eTc }], [() => IamInstanceProfileV2$, { [_jN]: _iIP }], [() => AutoscalingAutoScalingGroup$, { [_jN]: _aASG }], [() => Ec2LaunchTemplate$, { [_jN]: _eLT }], [() => Ec2Vpc$, { [_jN]: _eVc }], [() => Ec2Image$, { [_jN]: _eIc }], [() => CloudformationStack$, { [_jN]: _cSl }]]
3416
3630
  ];
3417
3631
  export var ResourceDetails$ = [3, n0, _RD,
3418
3632
  0,
@@ -3421,33 +3635,48 @@ export var ResourceDetails$ = [3, n0, _RD,
3421
3635
  ];
3422
3636
  export var ResourceStatistics$ = [3, n0, _RSe,
3423
3637
  0,
3424
- [_AIc, _LGA, _RI, _RT, _TF],
3425
- [[0, { [_jN]: _aIc }], [4, { [_jN]: _lGA }], [0, { [_jN]: _rI }], [0, { [_jN]: _rT }], [1, { [_jN]: _tF }]]
3638
+ [_AIc, _LGA, _RIe, _RT, _TF],
3639
+ [[0, { [_jN]: _aIc }], [4, { [_jN]: _lGA }], [0, { [_jN]: _rIe }], [0, { [_jN]: _rT }], [1, { [_jN]: _tF }]]
3426
3640
  ];
3427
3641
  export var ResourceV2$ = [3, n0, _RV,
3428
3642
  0,
3429
3643
  [_U, _RT, _N, _AIc, _R, _Ser, _CP, _Ta, _Data],
3430
3644
  [[0, { [_jN]: _u }], [0, { [_jN]: _rT }], [0, { [_jN]: _n }], [0, { [_jN]: _aIc }], [0, { [_jN]: _r }], [0, { [_jN]: _ser }], [0, { [_jN]: _cP }], [() => Tags, { [_jN]: _ta }], [() => ResourceData$, { [_jN]: _data }]], 2
3431
3645
  ];
3646
+ export var RuleDefinition$ = [3, n0, _RDu,
3647
+ 0,
3648
+ [_Ex],
3649
+ [[0, { [_jN]: _ex }]], 1
3650
+ ];
3651
+ export var RuleDetail$ = [3, n0, _RDul,
3652
+ 0,
3653
+ [_RI, _Ar, _N, _D, _Se, _DSat, _Tac, _Tec, _Ser, _Def, _CA, _Lan, _Sch, _UA],
3654
+ [[0, { [_jN]: _rI }], [0, { [_jN]: _ar }], [0, { [_jN]: _n }], [0, { [_jN]: _d }], [0, { [_jN]: _sev }], [0, { [_jN]: _dSa }], [0, { [_jN]: _tac }], [0, { [_jN]: _tec }], [0, { [_jN]: _ser }], [() => RuleDefinition$, { [_jN]: _def }], [4, { [_jN]: _cA }], [0, { [_jN]: _lan }], [0, { [_jN]: _sch }], [4, { [_jN]: _uA }]], 11
3655
+ ];
3656
+ export var RuleSummary$ = [3, n0, _RSu,
3657
+ 0,
3658
+ [_RI, _Ar, _N, _D, _Se, _DSat, _Tac, _Tec, _Ser, _CA, _Lan, _Sch, _UA],
3659
+ [[0, { [_jN]: _rI }], [0, { [_jN]: _ar }], [0, { [_jN]: _n }], [0, { [_jN]: _d }], [0, { [_jN]: _sev }], [0, { [_jN]: _dSa }], [0, { [_jN]: _tac }], [0, { [_jN]: _tec }], [0, { [_jN]: _ser }], [4, { [_jN]: _cA }], [0, { [_jN]: _lan }], [0, { [_jN]: _sch }], [4, { [_jN]: _uA }]], 10
3660
+ ];
3432
3661
  export var RuntimeContext$ = [3, n0, _RC,
3433
3662
  0,
3434
3663
  [_MPo, _MA, _SP, _LP, _LPV, _SPo, _RBP, _RAP, _MSo, _MTo, _FSTi, _Fl, _MN, _MFP, _MSod, _SHFP, _TPa, _AF, _IPN, _MRe, _TNo, _TC, _SN, _CLE, _TFP, _FO, _FP, _RFP],
3435
3664
  [[() => ProcessDetails$, { [_jN]: _mPo }], [4, { [_jN]: _mA }], [0, { [_jN]: _sP }], [0, { [_jN]: _lP }], [0, { [_jN]: _lPV }], [0, { [_jN]: _sPo }], [0, { [_jN]: _rBP }], [0, { [_jN]: _rAP }], [0, { [_jN]: _mS }], [0, { [_jN]: _mTo }], [0, { [_jN]: _fSTi }], [64 | 0, { [_jN]: _fl }], [0, { [_jN]: _mN }], [0, { [_jN]: _mFP }], [0, { [_jN]: _mSo }], [0, { [_jN]: _sHFP }], [() => ProcessDetails$, { [_jN]: _tPa }], [0, { [_jN]: _aF }], [1, { [_jN]: _iPN }], [64 | 0, { [_jN]: _mRe }], [0, { [_jN]: _tNo }], [0, { [_jN]: _tC }], [0, { [_jN]: _sN }], [0, { [_jN]: _cLE }], [0, { [_jN]: _tFP }], [0, { [_jN]: _fO }], [0, { [_jN]: _fP }], [64 | 0, { [_jN]: _rFP }]]
3436
3665
  ];
3437
- export var RuntimeDetails$ = [3, n0, _RDu,
3666
+ export var RuntimeDetails$ = [3, n0, _RDun,
3438
3667
  0,
3439
3668
  [_P, _Conte],
3440
3669
  [[() => ProcessDetails$, { [_jN]: _p }], [() => RuntimeContext$, { [_jN]: _conte }]]
3441
3670
  ];
3442
3671
  export var S3Bucket$ = [3, n0, _SB,
3443
3672
  0,
3444
- [_OI, _CAr, _ETn, _EKA, _EPf, _PRA, _PWA, _APA, _BPAu, _SOU],
3445
- [[0, { [_jN]: _oI }], [4, { [_jN]: _cAr }], [0, { [_jN]: _eTn }], [0, { [_jN]: _eKA }], [0, { [_jN]: _ePf }], [0, { [_jN]: _pRA }], [0, { [_jN]: _pWA }], [() => PublicAccessConfiguration$, { [_jN]: _aPA }], [() => PublicAccessConfiguration$, { [_jN]: _bPAu }], [64 | 0, { [_jN]: _sOU }]]
3673
+ [_OI, _CA, _ETn, _EKA, _EPf, _PRA, _PWA, _APA, _BPAu, _SOU],
3674
+ [[0, { [_jN]: _oI }], [4, { [_jN]: _cA }], [0, { [_jN]: _eTn }], [0, { [_jN]: _eKA }], [0, { [_jN]: _ePf }], [0, { [_jN]: _pRA }], [0, { [_jN]: _pWA }], [() => PublicAccessConfiguration$, { [_jN]: _aPA }], [() => PublicAccessConfiguration$, { [_jN]: _bPAu }], [64 | 0, { [_jN]: _sOU }]]
3446
3675
  ];
3447
3676
  export var S3BucketDetail$ = [3, n0, _SBDu,
3448
3677
  0,
3449
- [_Ar, _N, _T, _CAr, _Ow, _Ta, _DSSE, _PA, _SOD],
3450
- [[0, { [_jN]: _ar }], [0, { [_jN]: _n }], [0, { [_jN]: _t }], [4, { [_jN]: _cAr }], [() => Owner$, { [_jN]: _ow }], [() => Tags, { [_jN]: _ta }], [() => DefaultServerSideEncryption$, { [_jN]: _dSSE }], [() => PublicAccess$, { [_jN]: _pA }], [() => S3ObjectDetails, { [_jN]: _sOD }]]
3678
+ [_Ar, _N, _T, _CA, _Ow, _Ta, _DSSE, _PA, _SOD],
3679
+ [[0, { [_jN]: _ar }], [0, { [_jN]: _n }], [0, { [_jN]: _t }], [4, { [_jN]: _cA }], [() => Owner$, { [_jN]: _ow }], [() => Tags, { [_jN]: _ta }], [() => DefaultServerSideEncryption$, { [_jN]: _dSSE }], [() => PublicAccess$, { [_jN]: _pA }], [() => S3ObjectDetails, { [_jN]: _sOD }]]
3451
3680
  ];
3452
3681
  export var S3LogsConfiguration$ = [3, n0, _SLC,
3453
3682
  0,
@@ -3526,8 +3755,8 @@ export var ScanFilePath$ = [3, n0, _SFP,
3526
3755
  ];
3527
3756
  export var ScannedItemCount$ = [3, n0, _SIC,
3528
3757
  0,
3529
- [_TG, _Fil, _Vo],
3530
- [[1, { [_jN]: _tG }], [1, { [_jN]: _fil }], [1, { [_jN]: _vo }]]
3758
+ [_TG, _File, _Vo],
3759
+ [[1, { [_jN]: _tG }], [1, { [_jN]: _file }], [1, { [_jN]: _vo }]]
3531
3760
  ];
3532
3761
  export var ScannedResource$ = [3, n0, _SRca,
3533
3762
  0,
@@ -3541,8 +3770,8 @@ export var ScannedResourceDetails$ = [3, n0, _SRDc,
3541
3770
  ];
3542
3771
  export var ScanResourceCriteria$ = [3, n0, _SRCc,
3543
3772
  0,
3544
- [_Inc, _Ex],
3545
- [[() => ScanCriterion, { [_jN]: _inc }], [() => ScanCriterion, { [_jN]: _ex }]]
3773
+ [_Inc, _Exc],
3774
+ [[() => ScanCriterion, { [_jN]: _inc }], [() => ScanCriterion, { [_jN]: _exc }]]
3546
3775
  ];
3547
3776
  export var ScanResultDetails$ = [3, n0, _SRD,
3548
3777
  0,
@@ -3586,7 +3815,7 @@ export var Sequence$ = [3, n0, _Seq,
3586
3815
  ];
3587
3816
  export var Service$ = [3, n0, _Ser,
3588
3817
  0,
3589
- [_Ac, _Ev, _Arc, _Coun, _DI, _EFS, _ELS, _RR, _SN, _UF, _AId, _FNe, _EVSD, _RDu, _Det, _MSD],
3818
+ [_Ac, _Ev, _Arc, _Coun, _DI, _EFS, _ELS, _RR, _SN, _UF, _AId, _FNe, _EVSD, _RDun, _Det, _MSD],
3590
3819
  [[() => Action$, { [_jN]: _ac }], [() => Evidence$, { [_jN]: _ev }], [2, { [_jN]: _arc }], [1, { [_jN]: _cou }], [0, { [_jN]: _dI }], [0, { [_jN]: _eFS }], [0, { [_jN]: _eLS }], [0, { [_jN]: _rR }], [0, { [_jN]: _sN }], [0, { [_jN]: _uF }], [() => ServiceAdditionalInfo$, { [_jN]: _aId }], [0, { [_jN]: _fNe }], [() => EbsVolumeScanDetails$, { [_jN]: _eVSD }], [() => RuntimeDetails$, { [_jN]: _rDu }], [() => Detection$, { [_jN]: _det }], [() => MalwareScanDetails$, { [_jN]: _mSD }]]
3591
3820
  ];
3592
3821
  export var ServiceAdditionalInfo$ = [3, n0, _SAI,
@@ -3606,8 +3835,8 @@ export var SeverityStatistics$ = [3, n0, _SSe,
3606
3835
  ];
3607
3836
  export var Signal$ = [3, n0, _Sig,
3608
3837
  0,
3609
- [_U, _T, _N, _CAr, _UAp, _FSA, _LSA, _Coun, _D, _Se, _RUe, _AIct, _EIn, _SIi],
3610
- [[0, { [_jN]: _u }], [0, { [_jN]: _t }], [0, { [_jN]: _n }], [4, { [_jN]: _cAr }], [4, { [_jN]: _uAp }], [4, { [_jN]: _fSA }], [4, { [_jN]: _lSA }], [1, { [_jN]: _cou }], [0, { [_jN]: _d }], [1, { [_jN]: _sev }], [64 | 0, { [_jN]: _rUe }], [64 | 0, { [_jN]: _aIct }], [64 | 0, { [_jN]: _eIn }], [() => Indicators, { [_jN]: _sIi }]], 8
3838
+ [_U, _T, _N, _CA, _UA, _FSA, _LSA, _Coun, _D, _Se, _RUe, _AIct, _EIn, _SIi],
3839
+ [[0, { [_jN]: _u }], [0, { [_jN]: _t }], [0, { [_jN]: _n }], [4, { [_jN]: _cA }], [4, { [_jN]: _uA }], [4, { [_jN]: _fSA }], [4, { [_jN]: _lSA }], [1, { [_jN]: _cou }], [0, { [_jN]: _d }], [1, { [_jN]: _sev }], [64 | 0, { [_jN]: _rUe }], [64 | 0, { [_jN]: _aIct }], [64 | 0, { [_jN]: _eIn }], [() => Indicators, { [_jN]: _sIi }]], 8
3611
3840
  ];
3612
3841
  export var SortCriteria$ = [3, n0, _SCo,
3613
3842
  0,
@@ -3621,8 +3850,8 @@ export var StartMalwareScanConfiguration$ = [3, n0, _SMSC,
3621
3850
  ];
3622
3851
  export var StartMalwareScanRequest$ = [3, n0, _SMSR,
3623
3852
  0,
3624
- [_RA, _CTl, _SCc],
3625
- [[0, { [_jN]: _rA }], [0, { [_iTd]: 1, [_jN]: _cTl }], [() => StartMalwareScanConfiguration$, { [_jN]: _sCc }]], 1
3853
+ [_RAe, _CTl, _SCc],
3854
+ [[0, { [_jN]: _rAe }], [0, { [_iTd]: 1, [_jN]: _cTl }], [() => StartMalwareScanConfiguration$, { [_jN]: _sCc }]], 1
3626
3855
  ];
3627
3856
  export var StartMalwareScanResponse$ = [3, n0, _SMSRt,
3628
3857
  0,
@@ -3656,7 +3885,7 @@ export var Tag$ = [3, n0, _Tag_,
3656
3885
  ];
3657
3886
  export var TagResourceRequest$ = [3, n0, _TRR,
3658
3887
  0,
3659
- [_RA, _Ta],
3888
+ [_RAe, _Ta],
3660
3889
  [[0, 1], [128 | 0, { [_jN]: _ta }]], 2
3661
3890
  ];
3662
3891
  export var TagResourceResponse$ = [3, n0, _TRRa,
@@ -3681,8 +3910,8 @@ export var ThreatIntelligenceDetail$ = [3, n0, _TIDh,
3681
3910
  ];
3682
3911
  export var ThreatsDetectedItemCount$ = [3, n0, _TDIC,
3683
3912
  0,
3684
- [_Fil],
3685
- [[1, { [_jN]: _fil }]]
3913
+ [_File],
3914
+ [[1, { [_jN]: _file }]]
3686
3915
  ];
3687
3916
  export var Total$ = [3, n0, _To,
3688
3917
  0,
@@ -3716,7 +3945,7 @@ export var UnprocessedDataSourcesResult$ = [3, n0, _UDSR,
3716
3945
  ];
3717
3946
  export var UntagResourceRequest$ = [3, n0, _URR,
3718
3947
  0,
3719
- [_RA, _TK],
3948
+ [_RAe, _TK],
3720
3949
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
3721
3950
  ];
3722
3951
  export var UntagResourceResponse$ = [3, n0, _URRn,
@@ -3724,6 +3953,26 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
3724
3953
  [],
3725
3954
  []
3726
3955
  ];
3956
+ export var UpdateCustomDetectionRuleAssociationRequest$ = [3, n0, _UCDRAR,
3957
+ 0,
3958
+ [_RI, _AIs, _Mo],
3959
+ [[0, 1], [0, 1], [0, { [_jN]: _mo }]], 3
3960
+ ];
3961
+ export var UpdateCustomDetectionRuleAssociationResponse$ = [3, n0, _UCDRARp,
3962
+ 0,
3963
+ [],
3964
+ []
3965
+ ];
3966
+ export var UpdateCustomDetectionRuleOrgConfigurationRequest$ = [3, n0, _UCDROCR,
3967
+ 0,
3968
+ [_RI, _Mo, _IAI, _EAI],
3969
+ [[0, 1], [0, { [_jN]: _mo }], [64 | 0, { [_jN]: _iAI }], [64 | 0, { [_jN]: _eAI }]], 2
3970
+ ];
3971
+ export var UpdateCustomDetectionRuleOrgConfigurationResponse$ = [3, n0, _UCDROCRp,
3972
+ 0,
3973
+ [],
3974
+ []
3975
+ ];
3727
3976
  export var UpdateDetectorRequest$ = [3, n0, _UDR,
3728
3977
  0,
3729
3978
  [_DI, _En, _FPF, _DS, _F],
@@ -3938,6 +4187,10 @@ var AnomalyProfileFeatureObjects = [1, n0, _APFO,
3938
4187
  0, [() => AnomalyObject$,
3939
4188
  0]
3940
4189
  ];
4190
+ var AssociationSummaryList = [1, n0, _ASL,
4191
+ 0, [() => AssociationSummary$,
4192
+ 0]
4193
+ ];
3941
4194
  var BedrockGuardrails = [1, n0, _BGe,
3942
4195
  0, [() => BedrockGuardrail$,
3943
4196
  0]
@@ -3965,6 +4218,16 @@ var Destinations = [1, n0, _Des,
3965
4218
  0, [() => Destination$,
3966
4219
  0]
3967
4220
  ];
4221
+ var DetectionRuleAccountIds = 64 | 0;
4222
+ var DetectionRuleFilterList = [1, n0, _DRFL,
4223
+ 0, [() => DetectionRuleFilter$,
4224
+ 0]
4225
+ ];
4226
+ var DetectionRuleFilterValues = 64 | 0;
4227
+ var DetectionRuleOrgConfigurationSummaryList = [1, n0, _DROCSL,
4228
+ 0, [() => DetectionRuleOrgConfigurationSummary$,
4229
+ 0]
4230
+ ];
3968
4231
  var DetectorAdditionalConfigurationResults = [1, n0, _DACRe,
3969
4232
  0, [() => DetectorAdditionalConfigurationResult$,
3970
4233
  0]
@@ -4168,6 +4431,10 @@ var Resources = [1, n0, _Reso,
4168
4431
  0]
4169
4432
  ];
4170
4433
  var ResourceUids = 64 | 0;
4434
+ var RuleSummaryList = [1, n0, _RSL,
4435
+ 0, [() => RuleSummary$,
4436
+ 0]
4437
+ ];
4171
4438
  var S3BucketDetails = [1, n0, _SBD,
4172
4439
  0, [() => S3BucketDetail$,
4173
4440
  0]
@@ -4313,6 +4580,12 @@ export var AcceptInvitation$ = [9, n0, _AIcce,
4313
4580
  export var ArchiveFindings$ = [9, n0, _AFr,
4314
4581
  { [_ht]: ["POST", "/detector/{DetectorId}/findings/archive", 200] }, () => ArchiveFindingsRequest$, () => ArchiveFindingsResponse$
4315
4582
  ];
4583
+ export var CreateCustomDetectionRuleAssociation$ = [9, n0, _CCDRA,
4584
+ { [_ht]: ["POST", "/custom-detection-rule/association", 200] }, () => CreateCustomDetectionRuleAssociationRequest$, () => CreateCustomDetectionRuleAssociationResponse$
4585
+ ];
4586
+ export var CreateCustomDetectionRuleOrgConfiguration$ = [9, n0, _CCDROC,
4587
+ { [_ht]: ["POST", "/custom-detection-rule/org-configuration", 200] }, () => CreateCustomDetectionRuleOrgConfigurationRequest$, () => CreateCustomDetectionRuleOrgConfigurationResponse$
4588
+ ];
4316
4589
  export var CreateDetector$ = [9, n0, _CDr,
4317
4590
  { [_ht]: ["POST", "/detector", 200] }, () => CreateDetectorRequest$, () => CreateDetectorResponse$
4318
4591
  ];
@@ -4349,6 +4622,12 @@ export var CreateTrustedEntitySet$ = [9, n0, _CTESr,
4349
4622
  export var DeclineInvitations$ = [9, n0, _DIec,
4350
4623
  { [_ht]: ["POST", "/invitation/decline", 200] }, () => DeclineInvitationsRequest$, () => DeclineInvitationsResponse$
4351
4624
  ];
4625
+ export var DeleteCustomDetectionRuleAssociation$ = [9, n0, _DCDRA,
4626
+ { [_ht]: ["DELETE", "/custom-detection-rule/rule/{RuleId}/association/{AssociationId}", 200] }, () => DeleteCustomDetectionRuleAssociationRequest$, () => DeleteCustomDetectionRuleAssociationResponse$
4627
+ ];
4628
+ export var DeleteCustomDetectionRuleOrgConfiguration$ = [9, n0, _DCDROC,
4629
+ { [_ht]: ["DELETE", "/custom-detection-rule/org-configuration/{RuleId}", 200] }, () => DeleteCustomDetectionRuleOrgConfigurationRequest$, () => DeleteCustomDetectionRuleOrgConfigurationResponse$
4630
+ ];
4352
4631
  export var DeleteDetector$ = [9, n0, _DDe,
4353
4632
  { [_ht]: ["DELETE", "/detector/{DetectorId}", 200] }, () => DeleteDetectorRequest$, () => DeleteDetectorResponse$
4354
4633
  ];
@@ -4409,6 +4688,15 @@ export var GetAdministratorAccount$ = [9, n0, _GAA,
4409
4688
  export var GetCoverageStatistics$ = [9, n0, _GCS,
4410
4689
  { [_ht]: ["POST", "/detector/{DetectorId}/coverage/statistics", 200] }, () => GetCoverageStatisticsRequest$, () => GetCoverageStatisticsResponse$
4411
4690
  ];
4691
+ export var GetCustomDetectionRule$ = [9, n0, _GCDR,
4692
+ { [_ht]: ["GET", "/custom-detection-rule/rule/{RuleId}", 200] }, () => GetCustomDetectionRuleRequest$, () => GetCustomDetectionRuleResponse$
4693
+ ];
4694
+ export var GetCustomDetectionRuleAssociation$ = [9, n0, _GCDRA,
4695
+ { [_ht]: ["GET", "/custom-detection-rule/rule/{RuleId}/association/{AssociationId}", 200] }, () => GetCustomDetectionRuleAssociationRequest$, () => GetCustomDetectionRuleAssociationResponse$
4696
+ ];
4697
+ export var GetCustomDetectionRuleOrgConfiguration$ = [9, n0, _GCDROC,
4698
+ { [_ht]: ["GET", "/custom-detection-rule/org-configuration/{RuleId}", 200] }, () => GetCustomDetectionRuleOrgConfigurationRequest$, () => GetCustomDetectionRuleOrgConfigurationResponse$
4699
+ ];
4412
4700
  export var GetDetector$ = [9, n0, _GD,
4413
4701
  { [_ht]: ["GET", "/detector/{DetectorId}", 200] }, () => GetDetectorRequest$, () => GetDetectorResponse$
4414
4702
  ];
@@ -4472,6 +4760,15 @@ export var InviteMembers$ = [9, n0, _IMn,
4472
4760
  export var ListCoverage$ = [9, n0, _LC,
4473
4761
  { [_ht]: ["POST", "/detector/{DetectorId}/coverage", 200] }, () => ListCoverageRequest$, () => ListCoverageResponse$
4474
4762
  ];
4763
+ export var ListCustomDetectionRuleAssociations$ = [9, n0, _LCDRA,
4764
+ { [_ht]: ["GET", "/custom-detection-rule/association", 200] }, () => ListCustomDetectionRuleAssociationsRequest$, () => ListCustomDetectionRuleAssociationsResponse$
4765
+ ];
4766
+ export var ListCustomDetectionRuleOrgConfigurations$ = [9, n0, _LCDROC,
4767
+ { [_ht]: ["GET", "/custom-detection-rule/org-configuration", 200] }, () => ListCustomDetectionRuleOrgConfigurationsRequest$, () => ListCustomDetectionRuleOrgConfigurationsResponse$
4768
+ ];
4769
+ export var ListCustomDetectionRules$ = [9, n0, _LCDR,
4770
+ { [_ht]: ["POST", "/custom-detection-rule/rule", 200] }, () => ListCustomDetectionRulesRequest$, () => ListCustomDetectionRulesResponse$
4771
+ ];
4475
4772
  export var ListDetectors$ = [9, n0, _LDi,
4476
4773
  { [_ht]: ["GET", "/detector", 200] }, () => ListDetectorsRequest$, () => ListDetectorsResponse$
4477
4774
  ];
@@ -4538,6 +4835,12 @@ export var UnarchiveFindings$ = [9, n0, _UFn,
4538
4835
  export var UntagResource$ = [9, n0, _UR,
4539
4836
  { [_ht]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
4540
4837
  ];
4838
+ export var UpdateCustomDetectionRuleAssociation$ = [9, n0, _UCDRA,
4839
+ { [_ht]: ["PUT", "/custom-detection-rule/rule/{RuleId}/association/{AssociationId}", 200] }, () => UpdateCustomDetectionRuleAssociationRequest$, () => UpdateCustomDetectionRuleAssociationResponse$
4840
+ ];
4841
+ export var UpdateCustomDetectionRuleOrgConfiguration$ = [9, n0, _UCDROC,
4842
+ { [_ht]: ["PUT", "/custom-detection-rule/org-configuration/{RuleId}", 200] }, () => UpdateCustomDetectionRuleOrgConfigurationRequest$, () => UpdateCustomDetectionRuleOrgConfigurationResponse$
4843
+ ];
4541
4844
  export var UpdateDetector$ = [9, n0, _UD,
4542
4845
  { [_ht]: ["POST", "/detector/{DetectorId}", 200] }, () => UpdateDetectorRequest$, () => UpdateDetectorResponse$
4543
4846
  ];