@aws-sdk/client-guardduty 3.1122.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 +2 -2
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1121.0";
72
+ var version = "3.1123.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -241,6 +241,7 @@ const _ADI = "AdminDetectorId";
241
241
  const _ADc = "AccountDetails";
242
242
  const _ADd = "AddonDetails";
243
243
  const _ADg = "AgentDetails";
244
+ const _ADs = "AssociationDetail";
244
245
  const _AE = "AutoEnable";
245
246
  const _AEOM = "AutoEnableOrganizationMembers";
246
247
  const _AF = "AddressFamily";
@@ -257,6 +258,7 @@ const _AIcc = "AccountIds";
257
258
  const _AIcce = "AcceptInvitation";
258
259
  const _AIct = "ActorIds";
259
260
  const _AId = "AdditionalInfo";
261
+ const _AIs = "AssociationId";
260
262
  const _AK = "AccessKey";
261
263
  const _AKD = "AccessKeyDetails";
262
264
  const _AKI = "AccessKeyId";
@@ -277,9 +279,11 @@ const _APn = "AnomalyProfiles";
277
279
  const _AR = "AffectedResources";
278
280
  const _AS = "AccountStatistics";
279
281
  const _ASC = "ActiveServicesCount";
282
+ const _ASL = "AssociationSummaryList";
280
283
  const _AST = "AdditionalSequenceTypes";
281
284
  const _ASd = "AddonStatus";
282
285
  const _ASdm = "AdminStatus";
286
+ const _ASs = "AssociationSummary";
283
287
  const _ASu = "AutonomousSystem";
284
288
  const _AT = "ActionType";
285
289
  const _AU = "AnomalyUnusual";
@@ -320,13 +324,19 @@ const _BVN = "BackupVaultName";
320
324
  const _Bl = "Blocked";
321
325
  const _Bu = "Bucket";
322
326
  const _C = "City";
323
- const _CA = "ClusterArn";
324
- const _CAr = "CreatedAt";
327
+ const _CA = "CreatedAt";
328
+ const _CAl = "ClusterArn";
325
329
  const _CBCS = "CountByCoverageStatus";
326
330
  const _CBF = "CountByFeature";
327
331
  const _CBRT = "CountByResourceType";
328
332
  const _CBS = "CountBySeverity";
329
333
  const _CC = "CountryCode";
334
+ const _CCDRA = "CreateCustomDetectionRuleAssociation";
335
+ const _CCDRAR = "CreateCustomDetectionRuleAssociationRequest";
336
+ const _CCDRARr = "CreateCustomDetectionRuleAssociationResponse";
337
+ const _CCDROC = "CreateCustomDetectionRuleOrgConfiguration";
338
+ const _CCDROCR = "CreateCustomDetectionRuleOrgConfigurationRequest";
339
+ const _CCDROCRr = "CreateCustomDetectionRuleOrgConfigurationResponse";
330
340
  const _CCI = "CoveredContainerInstances";
331
341
  const _CCIo = "CompatibleContainerInstances";
332
342
  const _CD = "CloudDetails";
@@ -409,6 +419,8 @@ const _Cod = "Code";
409
419
  const _Com = "Comments";
410
420
  const _Con = "Container";
411
421
  const _Conf = "Confidence";
422
+ const _Confi = "Configuration";
423
+ const _Config = "Configurations";
412
424
  const _Conn = "Connection";
413
425
  const _Cont = "Containers";
414
426
  const _Conte = "Context";
@@ -422,6 +434,12 @@ const _DACR = "DetectorAdditionalConfigurationResult";
422
434
  const _DACRe = "DetectorAdditionalConfigurationResults";
423
435
  const _DACe = "DetectorAdditionalConfigurations";
424
436
  const _DAe = "DefinitionArn";
437
+ const _DCDRA = "DeleteCustomDetectionRuleAssociation";
438
+ const _DCDRAR = "DeleteCustomDetectionRuleAssociationRequest";
439
+ const _DCDRARe = "DeleteCustomDetectionRuleAssociationResponse";
440
+ const _DCDROC = "DeleteCustomDetectionRuleOrgConfiguration";
441
+ const _DCDROCR = "DeleteCustomDetectionRuleOrgConfigurationRequest";
442
+ const _DCDROCRe = "DeleteCustomDetectionRuleOrgConfigurationResponse";
425
443
  const _DCI = "DbClusterIdentifier";
426
444
  const _DD = "DomainDetails";
427
445
  const _DDR = "DeleteDetectorRequest";
@@ -484,7 +502,12 @@ const _DPDRes = "DescribePublishingDestinationRequest";
484
502
  const _DPDResc = "DescribePublishingDestinationResponse";
485
503
  const _DPDe = "DescribePublishingDestination";
486
504
  const _DRA = "DnsRequestAction";
505
+ const _DRF = "DetectionRuleFilter";
506
+ const _DRFL = "DetectionRuleFilterList";
487
507
  const _DRI = "DbiResourceId";
508
+ const _DROC = "DetectionRuleOrgConfiguration";
509
+ const _DROCS = "DetectionRuleOrgConfigurationSummary";
510
+ const _DROCSL = "DetectionRuleOrgConfigurationSummaryList";
488
511
  const _DS = "DataSources";
489
512
  const _DSC = "DataSourceConfigurations";
490
513
  const _DSCR = "DataSourceConfigurationsResult";
@@ -511,12 +534,15 @@ const _Da = "Date";
511
534
  const _Dat = "Database";
512
535
  const _Data = "Data";
513
536
  const _De = "Destination";
537
+ const _Def = "Definition";
514
538
  const _Des = "Destinations";
515
539
  const _Det = "Detection";
516
540
  const _Di = "Direction";
517
541
  const _Do = "Domain";
518
542
  const _E = "Email";
543
+ const _EA = "ExpiresAt";
519
544
  const _EAC = "EnabledAccountsCount";
545
+ const _EAI = "ExcludeAccountIds";
520
546
  const _EBO = "ExpectedBucketOwner";
521
547
  const _EC = "ErrorCode";
522
548
  const _ECD = "EksClusterDetails";
@@ -566,7 +592,8 @@ const _Equ = "Equals";
566
592
  const _Er = "Error";
567
593
  const _Eu = "Euid";
568
594
  const _Ev = "Evidence";
569
- const _Ex = "Exclude";
595
+ const _Ex = "Expression";
596
+ const _Exc = "Exclude";
570
597
  const _F = "Features";
571
598
  const _FA = "FunctionArn";
572
599
  const _FC = "FilterCriterion";
@@ -606,7 +633,8 @@ const _FV = "FunctionVersion";
606
633
  const _Fe = "Feature";
607
634
  const _Fee = "Feedback";
608
635
  const _Fi = "Finding";
609
- const _Fil = "Files";
636
+ const _Fil = "Filters";
637
+ const _File = "Files";
610
638
  const _Fin = "Findings";
611
639
  const _Fl = "Flags";
612
640
  const _Fo = "Format";
@@ -622,6 +650,15 @@ const _GBD = "GroupedByDate";
622
650
  const _GBFT = "GroupedByFindingType";
623
651
  const _GBR = "GroupedByResource";
624
652
  const _GBS = "GroupedBySeverity";
653
+ const _GCDR = "GetCustomDetectionRule";
654
+ const _GCDRA = "GetCustomDetectionRuleAssociation";
655
+ const _GCDRAR = "GetCustomDetectionRuleAssociationRequest";
656
+ const _GCDRARe = "GetCustomDetectionRuleAssociationResponse";
657
+ const _GCDROC = "GetCustomDetectionRuleOrgConfiguration";
658
+ const _GCDROCR = "GetCustomDetectionRuleOrgConfigurationRequest";
659
+ const _GCDROCRe = "GetCustomDetectionRuleOrgConfigurationResponse";
660
+ const _GCDRR = "GetCustomDetectionRuleRequest";
661
+ const _GCDRRe = "GetCustomDetectionRuleResponse";
625
662
  const _GCS = "GetCoverageStatistics";
626
663
  const _GCSR = "GetCoverageStatisticsRequest";
627
664
  const _GCSRe = "GetCoverageStatisticsResponse";
@@ -702,6 +739,7 @@ const _HPID = "HostPID";
702
739
  const _HSTD = "HighestSeverityThreatDetails";
703
740
  const _I = "Id";
704
741
  const _IA = "InvitedAt";
742
+ const _IAI = "IncludeAccountIds";
705
743
  const _IAV = "IpAddressV4";
706
744
  const _IAVp = "IpAddressV6";
707
745
  const _IAm = "ImageArn";
@@ -775,6 +813,15 @@ const _L = "Lt";
775
813
  const _LA = "LoginAttribute";
776
814
  const _LAo = "LoginAttributes";
777
815
  const _LC = "ListCoverage";
816
+ const _LCDR = "ListCustomDetectionRules";
817
+ const _LCDRA = "ListCustomDetectionRuleAssociations";
818
+ const _LCDRAR = "ListCustomDetectionRuleAssociationsRequest";
819
+ const _LCDRARi = "ListCustomDetectionRuleAssociationsResponse";
820
+ const _LCDROC = "ListCustomDetectionRuleOrgConfigurations";
821
+ const _LCDROCR = "ListCustomDetectionRuleOrgConfigurationsRequest";
822
+ const _LCDROCRi = "ListCustomDetectionRuleOrgConfigurationsResponse";
823
+ const _LCDRR = "ListCustomDetectionRulesRequest";
824
+ const _LCDRRi = "ListCustomDetectionRulesResponse";
778
825
  const _LCR = "ListCoverageRequest";
779
826
  const _LCRi = "ListCoverageResponse";
780
827
  const _LD = "LambdaDetails";
@@ -841,6 +888,7 @@ const _LTOE = "LessThanOrEqual";
841
888
  const _LTa = "LaunchType";
842
889
  const _LTau = "LaunchTime";
843
890
  const _La = "Lat";
891
+ const _Lan = "Language";
844
892
  const _Lat = "Latitude";
845
893
  const _Li = "Lineage";
846
894
  const _Lo = "Location";
@@ -898,6 +946,7 @@ const _Mas = "Master";
898
946
  const _Me = "Members";
899
947
  const _Mem = "Member";
900
948
  const _Met = "Metadata";
949
+ const _Mo = "Mode";
901
950
  const _N = "Name";
902
951
  const _NC = "NetworkConnection";
903
952
  const _NCA = "NetworkConnectionAction";
@@ -996,9 +1045,11 @@ const _Prod = "Product";
996
1045
  const _Prot = "Protocol";
997
1046
  const _Pw = "Pwd";
998
1047
  const _R = "Region";
999
- const _RA = "ResourceArn";
1048
+ const _RA = "RuleAssociation";
1000
1049
  const _RAD = "RemoteAccountDetails";
1001
1050
  const _RAP = "ReleaseAgentPath";
1051
+ const _RAe = "ResourceArn";
1052
+ const _RAu = "RuleAssociations";
1002
1053
  const _RBP = "RuncBinaryPath";
1003
1054
  const _RC = "RuntimeContext";
1004
1055
  const _RCIC = "RegisteredContainerInstancesCount";
@@ -1006,11 +1057,14 @@ const _RD = "ResourceDetails";
1006
1057
  const _RDID = "RdsDbInstanceDetails";
1007
1058
  const _RDUD = "RdsDbUserDetails";
1008
1059
  const _RDe = "ResourceData";
1009
- const _RDu = "RuntimeDetails";
1060
+ const _RDu = "RuleDefinition";
1061
+ const _RDul = "RuleDetail";
1062
+ const _RDun = "RuntimeDetails";
1010
1063
  const _RFP = "RelatedFilePaths";
1011
- const _RI = "ResourceId";
1064
+ const _RI = "RuleId";
1012
1065
  const _RID = "RemoteIpDetails";
1013
- const _RIe = "RevisionId";
1066
+ const _RIe = "ResourceId";
1067
+ const _RIev = "RevisionId";
1014
1068
  const _RL = "RiskLevel";
1015
1069
  const _RLAA = "RdsLoginAttemptAction";
1016
1070
  const _RLDD = "RdsLimitlessDbDetails";
@@ -1025,7 +1079,9 @@ const _RR = "ResourceRole";
1025
1079
  const _RRK = "RoleRefKind";
1026
1080
  const _RRN = "RoleRefName";
1027
1081
  const _RS = "RelationshipStatus";
1082
+ const _RSL = "RuleSummaryList";
1028
1083
  const _RSe = "ResourceStatistics";
1084
+ const _RSu = "RuleSummary";
1029
1085
  const _RT = "ResourceType";
1030
1086
  const _RTC = "RunningTasksCount";
1031
1087
  const _RU = "RequestUri";
@@ -1038,6 +1094,8 @@ const _Reso = "Resources";
1038
1094
  const _Resu = "Result";
1039
1095
  const _Ri = "Risk";
1040
1096
  const _Ro = "Role";
1097
+ const _Ru = "Rule";
1098
+ const _Rul = "Rules";
1041
1099
  const _S = "Session";
1042
1100
  const _SA = "SnapshotArn";
1043
1101
  const _SAI = "ServiceAdditionalInfo";
@@ -1105,7 +1163,7 @@ const _SOMSRe = "SendObjectMalwareScanResponse";
1105
1163
  const _SOU = "S3ObjectUids";
1106
1164
  const _SP = "ScriptPath";
1107
1165
  const _SPo = "SocketPath";
1108
- const _SR = "ServiceRole";
1166
+ const _SR = "StatusReason";
1109
1167
  const _SRA = "ScannedResourceArn";
1110
1168
  const _SRC = "ScannedResourcesCount";
1111
1169
  const _SRCc = "ScanResourceCriteria";
@@ -1120,6 +1178,7 @@ const _SRTca = "ScanResultThreats";
1120
1178
  const _SRc = "ScannedResources";
1121
1179
  const _SRca = "ScannedResource";
1122
1180
  const _SRcan = "ScanResult";
1181
+ const _SRe = "ServiceRole";
1123
1182
  const _SRt = "StatusReasons";
1124
1183
  const _SS = "SensitiveString";
1125
1184
  const _SSA = "ScanStartedAt";
@@ -1137,6 +1196,7 @@ const _SVD = "ScannedVolumeDetails";
1137
1196
  const _SVDk = "SkippedVolumeDetails";
1138
1197
  const _Sc = "Scans";
1139
1198
  const _Sca = "Scan";
1199
+ const _Sch = "Schema";
1140
1200
  const _Se = "Severity";
1141
1201
  const _Seq = "Sequence";
1142
1202
  const _Ser = "Service";
@@ -1190,21 +1250,29 @@ const _TRRa = "TagResourceResponse";
1190
1250
  const _TRa = "TagResource";
1191
1251
  const _TT = "TriggerType";
1192
1252
  const _Ta = "Tags";
1253
+ const _Tac = "Tactic";
1193
1254
  const _Tag = "Tagging";
1194
1255
  const _Tag_ = "Tag";
1195
1256
  const _Te = "Text";
1257
+ const _Tec = "Technique";
1196
1258
  const _Th = "Threats";
1197
1259
  const _Thr = "Threat";
1198
1260
  const _Ti = "Title";
1199
1261
  const _To = "Total";
1200
1262
  const _U = "Uid";
1201
- const _UA = "UserAgent";
1263
+ const _UA = "UpdatedAt";
1202
1264
  const _UAR = "UsageAccountResult";
1203
1265
  const _UARL = "UsageAccountResultList";
1204
1266
  const _UAn = "UnprocessedAccounts";
1205
1267
  const _UAnp = "UnprocessedAccount";
1206
- const _UAp = "UpdatedAt";
1268
+ const _UAs = "UserAgent";
1207
1269
  const _UC = "UsageCriteria";
1270
+ const _UCDRA = "UpdateCustomDetectionRuleAssociation";
1271
+ const _UCDRAR = "UpdateCustomDetectionRuleAssociationRequest";
1272
+ const _UCDRARp = "UpdateCustomDetectionRuleAssociationResponse";
1273
+ const _UCDROC = "UpdateCustomDetectionRuleOrgConfiguration";
1274
+ const _UCDROCR = "UpdateCustomDetectionRuleOrgConfigurationRequest";
1275
+ const _UCDROCRp = "UpdateCustomDetectionRuleOrgConfigurationResponse";
1208
1276
  const _UD = "UpdateDetector";
1209
1277
  const _UDR = "UpdateDetectorRequest";
1210
1278
  const _UDRp = "UpdateDetectorResponse";
@@ -1311,6 +1379,7 @@ const _aIc = "accountId";
1311
1379
  const _aIcc = "accountIds";
1312
1380
  const _aIct = "actorIds";
1313
1381
  const _aId = "additionalInfo";
1382
+ const _aIs = "associationId";
1314
1383
  const _aK = "accessKey";
1315
1384
  const _aKD = "accessKeyDetails";
1316
1385
  const _aKI = "accessKeyId";
@@ -1362,8 +1431,8 @@ const _bVN = "backupVaultName";
1362
1431
  const _bl = "blocked";
1363
1432
  const _bu = "bucket";
1364
1433
  const _c = "client";
1365
- const _cA = "clusterArn";
1366
- const _cAr = "createdAt";
1434
+ const _cA = "createdAt";
1435
+ const _cAl = "clusterArn";
1367
1436
  const _cBCS = "countByCoverageStatus";
1368
1437
  const _cBF = "countByFeature";
1369
1438
  const _cBRT = "countByResourceType";
@@ -1399,9 +1468,12 @@ const _cl = "cloud";
1399
1468
  const _co = "confidence";
1400
1469
  const _cod = "code";
1401
1470
  const _com = "comments";
1402
- const _con = "containers";
1471
+ const _con = "condition";
1472
+ const _conf = "configuration";
1473
+ const _confi = "configurations";
1403
1474
  const _conn = "connection";
1404
- const _cont = "container";
1475
+ const _cont = "containers";
1476
+ const _conta = "container";
1405
1477
  const _conte = "context";
1406
1478
  const _cou = "count";
1407
1479
  const _coun = "country";
@@ -1434,11 +1506,14 @@ const _da = "date";
1434
1506
  const _dat = "database";
1435
1507
  const _data = "data";
1436
1508
  const _de = "destinations";
1509
+ const _def = "definition";
1437
1510
  const _det = "detection";
1438
1511
  const _di = "direction";
1439
1512
  const _do = "domain";
1440
1513
  const _e = "error";
1514
+ const _eA = "expiresAt";
1441
1515
  const _eAC = "enabledAccountsCount";
1516
+ const _eAI = "excludeAccountIds";
1442
1517
  const _eBO = "expectedBucketOwner";
1443
1518
  const _eC = "errorCode";
1444
1519
  const _eCD = "eksClusterDetails";
@@ -1483,7 +1558,8 @@ const _eq = "eq";
1483
1558
  const _equ = "equals";
1484
1559
  const _eu = "euid";
1485
1560
  const _ev = "evidence";
1486
- const _ex = "exclude";
1561
+ const _ex = "expression";
1562
+ const _exc = "exclude";
1487
1563
  const _f = "features";
1488
1564
  const _fA = "functionArn";
1489
1565
  const _fC = "filterCriterion";
@@ -1517,7 +1593,8 @@ const _fV = "functionVersion";
1517
1593
  const _fe = "feature";
1518
1594
  const _fee = "feedback";
1519
1595
  const _fi = "findings";
1520
- const _fil = "files";
1596
+ const _fil = "filters";
1597
+ const _file = "files";
1521
1598
  const _fl = "flags";
1522
1599
  const _fo = "format";
1523
1600
  const _g = "guardrails";
@@ -1552,6 +1629,7 @@ const _hSTD = "highestSeverityThreatDetails";
1552
1629
  const _ht = "http";
1553
1630
  const _i = "id";
1554
1631
  const _iA = "invitedAt";
1632
+ const _iAI = "includeAccountIds";
1555
1633
  const _iAV = "ipAddressV4";
1556
1634
  const _iAVp = "ipAddressV6";
1557
1635
  const _iAm = "imageArn";
@@ -1619,6 +1697,7 @@ const _lTOE = "lessThanOrEqual";
1619
1697
  const _lTa = "launchType";
1620
1698
  const _lTau = "launchTime";
1621
1699
  const _la = "lat";
1700
+ const _lan = "language";
1622
1701
  const _li = "lineage";
1623
1702
  const _lo = "location";
1624
1703
  const _lon = "lon";
@@ -1650,6 +1729,7 @@ const _ma = "matches";
1650
1729
  const _mas = "master";
1651
1730
  const _me = "members";
1652
1731
  const _met = "metadata";
1732
+ const _mo = "mode";
1653
1733
  const _n = "name";
1654
1734
  const _nCA = "networkConnectionAction";
1655
1735
  const _nE = "notEquals";
@@ -1713,9 +1793,11 @@ const _prod = "product";
1713
1793
  const _prot = "protocol";
1714
1794
  const _pw = "pwd";
1715
1795
  const _r = "region";
1716
- const _rA = "resourceArn";
1796
+ const _rA = "ruleAssociation";
1717
1797
  const _rAD = "remoteAccountDetails";
1718
1798
  const _rAP = "releaseAgentPath";
1799
+ const _rAe = "resourceArn";
1800
+ const _rAu = "ruleAssociations";
1719
1801
  const _rBP = "runcBinaryPath";
1720
1802
  const _rCIC = "registeredContainerInstancesCount";
1721
1803
  const _rD = "resourceDetails";
@@ -1723,9 +1805,10 @@ const _rDID = "rdsDbInstanceDetails";
1723
1805
  const _rDUD = "rdsDbUserDetails";
1724
1806
  const _rDu = "runtimeDetails";
1725
1807
  const _rFP = "relatedFilePaths";
1726
- const _rI = "resourceId";
1808
+ const _rI = "ruleId";
1727
1809
  const _rID = "remoteIpDetails";
1728
- const _rIe = "revisionId";
1810
+ const _rIe = "resourceId";
1811
+ const _rIev = "revisionId";
1729
1812
  const _rL = "riskLevel";
1730
1813
  const _rLAA = "rdsLoginAttemptAction";
1731
1814
  const _rLDD = "rdsLimitlessDbDetails";
@@ -1750,6 +1833,8 @@ const _reso = "resources";
1750
1833
  const _resu = "result";
1751
1834
  const _ri = "risk";
1752
1835
  const _ro = "role";
1836
+ const _ru = "rule";
1837
+ const _rul = "rules";
1753
1838
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.guardduty";
1754
1839
  const _sA = "snapshotArn";
1755
1840
  const _sAN = "serviceAccountName";
@@ -1790,7 +1875,7 @@ const _sOD = "s3ObjectDetails";
1790
1875
  const _sOU = "s3ObjectUids";
1791
1876
  const _sP = "scriptPath";
1792
1877
  const _sPo = "socketPath";
1793
- const _sR = "serviceRole";
1878
+ const _sR = "statusReason";
1794
1879
  const _sRA = "scannedResourceArn";
1795
1880
  const _sRC = "scannedResourcesCount";
1796
1881
  const _sRCc = "scanResourceCriteria";
@@ -1801,6 +1886,7 @@ const _sRSc = "scannedResourceStatus";
1801
1886
  const _sRT = "scannedResourceType";
1802
1887
  const _sRc = "scannedResources";
1803
1888
  const _sRca = "scanResult";
1889
+ const _sRe = "serviceRole";
1804
1890
  const _sRt = "statusReasons";
1805
1891
  const _sS = "scanStatus";
1806
1892
  const _sSA = "scanStartedAt";
@@ -1813,6 +1899,7 @@ const _sV = "schemaVersion";
1813
1899
  const _sVD = "scannedVolumeDetails";
1814
1900
  const _sVDk = "skippedVolumeDetails";
1815
1901
  const _sc = "scans";
1902
+ const _sch = "schema";
1816
1903
  const _se = "server";
1817
1904
  const _seq = "sequence";
1818
1905
  const _ser = "service";
@@ -1862,15 +1949,17 @@ const _tPa = "targetProcess";
1862
1949
  const _tR = "topResources";
1863
1950
  const _tT = "triggerType";
1864
1951
  const _ta = "tags";
1952
+ const _tac = "tactic";
1865
1953
  const _tag = "tagging";
1866
1954
  const _te = "text";
1955
+ const _tec = "technique";
1867
1956
  const _th = "threats";
1868
1957
  const _ti = "title";
1869
1958
  const _to = "total";
1870
1959
  const _u = "uid";
1871
- const _uA = "userAgent";
1960
+ const _uA = "updatedAt";
1872
1961
  const _uAn = "unprocessedAccounts";
1873
- const _uAp = "updatedAt";
1962
+ const _uAs = "userAgent";
1874
1963
  const _uC = "usageCriteria";
1875
1964
  const _uDS = "unprocessedDataSources";
1876
1965
  const _uF = "userFeedback";
@@ -2065,6 +2154,16 @@ var ArchiveFindingsResponse$ = [3, n0, _AFRr,
2065
2154
  [],
2066
2155
  []
2067
2156
  ];
2157
+ var AssociationDetail$ = [3, n0, _ADs,
2158
+ 0,
2159
+ [_AIs, _Ar, _RI, _AIc, _Mo, _CA, _UA, _EA],
2160
+ [[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
2161
+ ];
2162
+ var AssociationSummary$ = [3, n0, _ASs,
2163
+ 0,
2164
+ [_AIs, _Ar, _RI, _Mo, _CA, _UA, _EA],
2165
+ [[0, { [_jN]: _aIs }], [0, { [_jN]: _ar }], [0, { [_jN]: _rI }], [0, { [_jN]: _mo }], [4, { [_jN]: _cA }], [4, { [_jN]: _uA }], [4, { [_jN]: _eA }]], 6
2166
+ ];
2068
2167
  var AutonomousSystem$ = [3, n0, _ASu,
2069
2168
  0,
2070
2169
  [_N, _Nu],
@@ -2077,8 +2176,8 @@ var AutoscalingAutoScalingGroup$ = [3, n0, _AASG,
2077
2176
  ];
2078
2177
  var AwsApiCallAction$ = [3, n0, _AACA,
2079
2178
  0,
2080
- [_Ap, _CT, _DD, _EC, _UA, _RID, _SN, _RAD, _AR],
2081
- [[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 }]]
2179
+ [_Ap, _CT, _DD, _EC, _UAs, _RID, _SN, _RAD, _AR],
2180
+ [[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 }]]
2082
2181
  ];
2083
2182
  var BedrockGuardrail$ = [3, n0, _BG,
2084
2183
  0,
@@ -2162,8 +2261,8 @@ var Country$ = [3, n0, _Cou,
2162
2261
  ];
2163
2262
  var CoverageEc2InstanceDetails$ = [3, n0, _CEID,
2164
2263
  0,
2165
- [_IIn, _IT, _CA, _ADg, _MT],
2166
- [[0, { [_jN]: _iIn }], [0, { [_jN]: _iT }], [0, { [_jN]: _cA }], [() => AgentDetails$, { [_jN]: _aD }], [0, { [_jN]: _mT }]]
2264
+ [_IIn, _IT, _CAl, _ADg, _MT],
2265
+ [[0, { [_jN]: _iIn }], [0, { [_jN]: _iT }], [0, { [_jN]: _cAl }], [() => AgentDetails$, { [_jN]: _aD }], [0, { [_jN]: _mT }]]
2167
2266
  ];
2168
2267
  var CoverageEcsClusterDetails$ = [3, n0, _CECD,
2169
2268
  0,
@@ -2192,8 +2291,8 @@ var CoverageFilterCriterion$ = [3, n0, _CFCov,
2192
2291
  ];
2193
2292
  var CoverageResource$ = [3, n0, _CRo,
2194
2293
  0,
2195
- [_RI, _DI, _AIc, _RD, _CSo, _Is, _UAp],
2196
- [[0, { [_jN]: _rI }], [0, { [_jN]: _dI }], [0, { [_jN]: _aIc }], [() => CoverageResourceDetails$, { [_jN]: _rD }], [0, { [_jN]: _cS }], [0, { [_jN]: _is }], [4, { [_jN]: _uAp }]]
2294
+ [_RIe, _DI, _AIc, _RD, _CSo, _Is, _UA],
2295
+ [[0, { [_jN]: _rIe }], [0, { [_jN]: _dI }], [0, { [_jN]: _aIc }], [() => CoverageResourceDetails$, { [_jN]: _rD }], [0, { [_jN]: _cS }], [0, { [_jN]: _is }], [4, { [_jN]: _uA }]]
2197
2296
  ];
2198
2297
  var CoverageResourceDetails$ = [3, n0, _CRD,
2199
2298
  0,
@@ -2210,6 +2309,26 @@ var CoverageStatistics$ = [3, n0, _CSov,
2210
2309
  [_CBRT, _CBCS],
2211
2310
  [[128 | 1, { [_jN]: _cBRT }], [128 | 1, { [_jN]: _cBCS }]]
2212
2311
  ];
2312
+ var CreateCustomDetectionRuleAssociationRequest$ = [3, n0, _CCDRAR,
2313
+ 0,
2314
+ [_RI, _Mo, _CTl, _Ta],
2315
+ [[0, { [_jN]: _rI }], [0, { [_jN]: _mo }], [0, { [_iTd]: 1, [_jN]: _cTl }], [128 | 0, { [_jN]: _ta }]], 2
2316
+ ];
2317
+ var CreateCustomDetectionRuleAssociationResponse$ = [3, n0, _CCDRARr,
2318
+ 0,
2319
+ [_RA],
2320
+ [[() => AssociationDetail$, { [_jN]: _rA }]], 1
2321
+ ];
2322
+ var CreateCustomDetectionRuleOrgConfigurationRequest$ = [3, n0, _CCDROCR,
2323
+ 0,
2324
+ [_RI, _Mo, _IAI, _EAI, _CTl],
2325
+ [[0, { [_jN]: _rI }], [0, { [_jN]: _mo }], [64 | 0, { [_jN]: _iAI }], [64 | 0, { [_jN]: _eAI }], [0, { [_iTd]: 1, [_jN]: _cTl }]], 2
2326
+ ];
2327
+ var CreateCustomDetectionRuleOrgConfigurationResponse$ = [3, n0, _CCDROCRr,
2328
+ 0,
2329
+ [],
2330
+ []
2331
+ ];
2213
2332
  var CreateDetectorRequest$ = [3, n0, _CDR,
2214
2333
  0,
2215
2334
  [_En, _CTl, _FPF, _DS, _Ta, _F],
@@ -2370,6 +2489,26 @@ var DefaultServerSideEncryption$ = [3, n0, _DSSE,
2370
2489
  [_ETn, _KMKA],
2371
2490
  [[0, { [_jN]: _eTn }], [0, { [_jN]: _kMKA }]]
2372
2491
  ];
2492
+ var DeleteCustomDetectionRuleAssociationRequest$ = [3, n0, _DCDRAR,
2493
+ 0,
2494
+ [_RI, _AIs],
2495
+ [[0, 1], [0, 1]], 2
2496
+ ];
2497
+ var DeleteCustomDetectionRuleAssociationResponse$ = [3, n0, _DCDRARe,
2498
+ 0,
2499
+ [],
2500
+ []
2501
+ ];
2502
+ var DeleteCustomDetectionRuleOrgConfigurationRequest$ = [3, n0, _DCDROCR,
2503
+ 0,
2504
+ [_RI, _Mo],
2505
+ [[0, 1], [0, { [_hQ]: _mo }]], 2
2506
+ ];
2507
+ var DeleteCustomDetectionRuleOrgConfigurationResponse$ = [3, n0, _DCDROCRe,
2508
+ 0,
2509
+ [],
2510
+ []
2511
+ ];
2373
2512
  var DeleteDetectorRequest$ = [3, n0, _DDR,
2374
2513
  0,
2375
2514
  [_DI],
@@ -2510,6 +2649,21 @@ var Detection$ = [3, n0, _Det,
2510
2649
  [_An, _Seq],
2511
2650
  [[() => Anomaly$, { [_jN]: _an }], [() => Sequence$, { [_jN]: _seq }]]
2512
2651
  ];
2652
+ var DetectionRuleFilter$ = [3, n0, _DRF,
2653
+ 0,
2654
+ [_N, _Va, _Co],
2655
+ [[0, { [_jN]: _n }], [64 | 0, { [_jN]: _va }], [0, { [_jN]: _con }]], 2
2656
+ ];
2657
+ var DetectionRuleOrgConfiguration$ = [3, n0, _DROC,
2658
+ 0,
2659
+ [_RI, _Mo, _St, _IAI, _EAI, _CA, _UA, _SR, _EA],
2660
+ [[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
2661
+ ];
2662
+ var DetectionRuleOrgConfigurationSummary$ = [3, n0, _DROCS,
2663
+ 0,
2664
+ [_RI, _Mo, _St, _CA, _UA, _SR, _EA],
2665
+ [[0, { [_jN]: _rI }], [0, { [_jN]: _mo }], [0, { [_jN]: _st }], [4, { [_jN]: _cA }], [4, { [_jN]: _uA }], [0, { [_jN]: _sR }], [4, { [_jN]: _eA }]], 5
2666
+ ];
2513
2667
  var DetectorAdditionalConfiguration$ = [3, n0, _DAC,
2514
2668
  0,
2515
2669
  [_N, _St],
@@ -2517,8 +2671,8 @@ var DetectorAdditionalConfiguration$ = [3, n0, _DAC,
2517
2671
  ];
2518
2672
  var DetectorAdditionalConfigurationResult$ = [3, n0, _DACR,
2519
2673
  0,
2520
- [_N, _St, _UAp],
2521
- [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uAp }]]
2674
+ [_N, _St, _UA],
2675
+ [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uA }]]
2522
2676
  ];
2523
2677
  var DetectorFeatureConfiguration$ = [3, n0, _DFC,
2524
2678
  0,
@@ -2527,8 +2681,8 @@ var DetectorFeatureConfiguration$ = [3, n0, _DFC,
2527
2681
  ];
2528
2682
  var DetectorFeatureConfigurationResult$ = [3, n0, _DFCR,
2529
2683
  0,
2530
- [_N, _St, _UAp, _AC],
2531
- [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uAp }], [() => DetectorAdditionalConfigurationResults, { [_jN]: _aC }]]
2684
+ [_N, _St, _UA, _AC],
2685
+ [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uA }], [() => DetectorAdditionalConfigurationResults, { [_jN]: _aC }]]
2532
2686
  ];
2533
2687
  var DisableOrganizationAdminAccountRequest$ = [3, n0, _DOAAR,
2534
2688
  0,
@@ -2652,23 +2806,23 @@ var EcsClusterDetails$ = [3, n0, _ECDc,
2652
2806
  ];
2653
2807
  var EcsTask$ = [3, n0, _ETc,
2654
2808
  0,
2655
- [_CAr, _TDA, _LTa, _CU],
2656
- [[4, { [_jN]: _cAr }], [0, { [_jN]: _tDA }], [0, { [_jN]: _lTa }], [64 | 0, { [_jN]: _cU }]]
2809
+ [_CA, _TDA, _LTa, _CU],
2810
+ [[4, { [_jN]: _cA }], [0, { [_jN]: _tDA }], [0, { [_jN]: _lTa }], [64 | 0, { [_jN]: _cU }]]
2657
2811
  ];
2658
2812
  var EcsTaskDetails$ = [3, n0, _ETD,
2659
2813
  0,
2660
2814
  [_Ar, _DAe, _V, _TCA, _SAt, _SBt, _Ta, _Vo, _Cont, _Gr, _LTa],
2661
- [[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 }]]
2815
+ [[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 }]]
2662
2816
  ];
2663
2817
  var EksCluster$ = [3, n0, _ECk,
2664
2818
  0,
2665
- [_Ar, _CAr, _St, _VIp, _EIU],
2666
- [[0, { [_jN]: _ar }], [4, { [_jN]: _cAr }], [0, { [_jN]: _st }], [0, { [_jN]: _vIp }], [64 | 0, { [_jN]: _eIU }]]
2819
+ [_Ar, _CA, _St, _VIp, _EIU],
2820
+ [[0, { [_jN]: _ar }], [4, { [_jN]: _cA }], [0, { [_jN]: _st }], [0, { [_jN]: _vIp }], [64 | 0, { [_jN]: _eIU }]]
2667
2821
  ];
2668
2822
  var EksClusterDetails$ = [3, n0, _ECD,
2669
2823
  0,
2670
- [_N, _Ar, _VIp, _St, _Ta, _CAr],
2671
- [[0, { [_jN]: _n }], [0, { [_jN]: _ar }], [0, { [_jN]: _vIp }], [0, { [_jN]: _st }], [() => Tags, { [_jN]: _ta }], [4, { [_jN]: _cAr }]]
2824
+ [_N, _Ar, _VIp, _St, _Ta, _CA],
2825
+ [[0, { [_jN]: _n }], [0, { [_jN]: _ar }], [0, { [_jN]: _vIp }], [0, { [_jN]: _st }], [() => Tags, { [_jN]: _ta }], [4, { [_jN]: _cA }]]
2672
2826
  ];
2673
2827
  var EnableOrganizationAdminAccountRequest$ = [3, n0, _EOAAR,
2674
2828
  0,
@@ -2707,8 +2861,8 @@ var FilterCriterion$ = [3, n0, _FC,
2707
2861
  ];
2708
2862
  var Finding$ = [3, n0, _Fi,
2709
2863
  0,
2710
- [_AIc, _Ar, _CAr, _I, _R, _Res, _SV, _Se, _T, _UAp, _Conf, _D, _Par, _Ser, _Ti, _AASA],
2711
- [[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
2864
+ [_AIc, _Ar, _CA, _I, _R, _Res, _SV, _Se, _T, _UA, _Conf, _D, _Par, _Ser, _Ti, _AASA],
2865
+ [[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
2712
2866
  ];
2713
2867
  var FindingCriteria$ = [3, n0, _FCin,
2714
2868
  0,
@@ -2760,6 +2914,36 @@ var GetCoverageStatisticsResponse$ = [3, n0, _GCSRe,
2760
2914
  [_CSov],
2761
2915
  [[() => CoverageStatistics$, { [_jN]: _cSo }]]
2762
2916
  ];
2917
+ var GetCustomDetectionRuleAssociationRequest$ = [3, n0, _GCDRAR,
2918
+ 0,
2919
+ [_RI, _AIs],
2920
+ [[0, 1], [0, 1]], 2
2921
+ ];
2922
+ var GetCustomDetectionRuleAssociationResponse$ = [3, n0, _GCDRARe,
2923
+ 0,
2924
+ [_RA, _Ta],
2925
+ [[() => AssociationDetail$, { [_jN]: _rA }], [128 | 0, { [_jN]: _ta }]], 1
2926
+ ];
2927
+ var GetCustomDetectionRuleOrgConfigurationRequest$ = [3, n0, _GCDROCR,
2928
+ 0,
2929
+ [_RI, _Mo],
2930
+ [[0, 1], [0, { [_hQ]: _mo }]], 2
2931
+ ];
2932
+ var GetCustomDetectionRuleOrgConfigurationResponse$ = [3, n0, _GCDROCRe,
2933
+ 0,
2934
+ [_Confi],
2935
+ [[() => DetectionRuleOrgConfiguration$, { [_jN]: _conf }]], 1
2936
+ ];
2937
+ var GetCustomDetectionRuleRequest$ = [3, n0, _GCDRR,
2938
+ 0,
2939
+ [_RI],
2940
+ [[0, 1]], 1
2941
+ ];
2942
+ var GetCustomDetectionRuleResponse$ = [3, n0, _GCDRRe,
2943
+ 0,
2944
+ [_Ru],
2945
+ [[() => RuleDetail$, { [_jN]: _ru }]], 1
2946
+ ];
2763
2947
  var GetDetectorRequest$ = [3, n0, _GDR,
2764
2948
  0,
2765
2949
  [_DI],
@@ -2767,8 +2951,8 @@ var GetDetectorRequest$ = [3, n0, _GDR,
2767
2951
  ];
2768
2952
  var GetDetectorResponse$ = [3, n0, _GDRe,
2769
2953
  0,
2770
- [_SR, _St, _CAr, _FPF, _UAp, _DS, _Ta, _F],
2771
- [[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
2954
+ [_SRe, _St, _CA, _FPF, _UA, _DS, _Ta, _F],
2955
+ [[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
2772
2956
  ];
2773
2957
  var GetFilterRequest$ = [3, n0, _GFR,
2774
2958
  0,
@@ -2777,8 +2961,8 @@ var GetFilterRequest$ = [3, n0, _GFR,
2777
2961
  ];
2778
2962
  var GetFilterResponse$ = [3, n0, _GFRe,
2779
2963
  0,
2780
- [_N, _Ac, _FCin, _D, _Ra, _Ta, _CAr, _UAp, _V],
2781
- [[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
2964
+ [_N, _Ac, _FCin, _D, _Ra, _Ta, _CA, _UA, _V],
2965
+ [[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
2782
2966
  ];
2783
2967
  var GetFindingsRequest$ = [3, n0, _GFRet,
2784
2968
  0,
@@ -2837,8 +3021,8 @@ var GetMalwareProtectionPlanRequest$ = [3, n0, _GMPPR,
2837
3021
  ];
2838
3022
  var GetMalwareProtectionPlanResponse$ = [3, n0, _GMPPRe,
2839
3023
  0,
2840
- [_Ar, _Ro, _PR, _Actio, _CAr, _St, _SRt, _Ta],
2841
- [[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 }]]
3024
+ [_Ar, _Ro, _PR, _Actio, _CA, _St, _SRt, _Ta],
3025
+ [[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 }]]
2842
3026
  ];
2843
3027
  var GetMalwareScanRequest$ = [3, n0, _GMSR,
2844
3028
  0,
@@ -2847,8 +3031,8 @@ var GetMalwareScanRequest$ = [3, n0, _GMSR,
2847
3031
  ];
2848
3032
  var GetMalwareScanResponse$ = [3, n0, _GMSRe,
2849
3033
  0,
2850
- [_SI, _DI, _ADI, _RA, _RT, _SRC, _SRCk, _FRC, _SRc, _SCc, _SCca, _SSc, _SSR, _STc, _SSA, _SCA, _SRD],
2851
- [[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 }]]
3034
+ [_SI, _DI, _ADI, _RAe, _RT, _SRC, _SRCk, _FRC, _SRc, _SCc, _SCca, _SSc, _SSR, _STc, _SSA, _SCA, _SRD],
3035
+ [[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 }]]
2852
3036
  ];
2853
3037
  var GetMalwareScanResultDetails$ = [3, n0, _GMSRD,
2854
3038
  0,
@@ -2917,8 +3101,8 @@ var GetThreatEntitySetRequest$ = [3, n0, _GTESR,
2917
3101
  ];
2918
3102
  var GetThreatEntitySetResponse$ = [3, n0, _GTESRe,
2919
3103
  0,
2920
- [_N, _Fo, _Lo, _St, _EBO, _Ta, _CAr, _UAp, _ED],
2921
- [[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
3104
+ [_N, _Fo, _Lo, _St, _EBO, _Ta, _CA, _UA, _ED],
3105
+ [[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
2922
3106
  ];
2923
3107
  var GetThreatIntelSetRequest$ = [3, n0, _GTISR,
2924
3108
  0,
@@ -2937,8 +3121,8 @@ var GetTrustedEntitySetRequest$ = [3, n0, _GTESRet,
2937
3121
  ];
2938
3122
  var GetTrustedEntitySetResponse$ = [3, n0, _GTESRetr,
2939
3123
  0,
2940
- [_N, _Fo, _Lo, _St, _EBO, _Ta, _CAr, _UAp, _ED],
2941
- [[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
3124
+ [_N, _Fo, _Lo, _St, _EBO, _Ta, _CA, _UA, _ED],
3125
+ [[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
2942
3126
  ];
2943
3127
  var GetUsageStatisticsRequest$ = [3, n0, _GUSR,
2944
3128
  0,
@@ -3027,8 +3211,8 @@ var InviteMembersResponse$ = [3, n0, _IMRn,
3027
3211
  ];
3028
3212
  var ItemDetails$ = [3, n0, _IDt,
3029
3213
  0,
3030
- [_RA, _IPt, _H, _AId],
3031
- [[0, { [_jN]: _rA }], [0, { [_jN]: _iPt }], [0, { [_jN]: _h }], [() => AdditionalInfo$, { [_jN]: _aId }]]
3214
+ [_RAe, _IPt, _H, _AId],
3215
+ [[0, { [_jN]: _rAe }], [0, { [_jN]: _iPt }], [0, { [_jN]: _h }], [() => AdditionalInfo$, { [_jN]: _aId }]]
3032
3216
  ];
3033
3217
  var ItemPath$ = [3, n0, _IPt,
3034
3218
  0,
@@ -3037,8 +3221,8 @@ var ItemPath$ = [3, n0, _IPt,
3037
3221
  ];
3038
3222
  var KubernetesApiCallAction$ = [3, n0, _KACA,
3039
3223
  0,
3040
- [_RU, _Ve, _Res, _Sub, _Na, _RN, _SIo, _UA, _RID, _SCt, _Para],
3041
- [[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 }]]
3224
+ [_RU, _Ve, _Res, _Sub, _Na, _RN, _SIo, _UAs, _RID, _SCt, _Para],
3225
+ [[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 }]]
3042
3226
  ];
3043
3227
  var KubernetesAuditLogsConfiguration$ = [3, n0, _KALC,
3044
3228
  0,
@@ -3098,12 +3282,12 @@ var KubernetesWorkload$ = [3, n0, _KW,
3098
3282
  var KubernetesWorkloadDetails$ = [3, n0, _KWD,
3099
3283
  0,
3100
3284
  [_N, _T, _U, _Na, _HN, _SAN, _Cont, _Vo, _HIPC, _HPID],
3101
- [[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 }]]
3285
+ [[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 }]]
3102
3286
  ];
3103
3287
  var LambdaDetails$ = [3, n0, _LD,
3104
3288
  0,
3105
- [_FA, _FNu, _D, _LMA, _RIe, _FV, _Ro, _VC, _Ta],
3106
- [[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 }]]
3289
+ [_FA, _FNu, _D, _LMA, _RIev, _FV, _Ro, _VC, _Ta],
3290
+ [[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 }]]
3107
3291
  ];
3108
3292
  var LineageObject$ = [3, n0, _LO,
3109
3293
  0,
@@ -3120,6 +3304,36 @@ var ListCoverageResponse$ = [3, n0, _LCRi,
3120
3304
  [_Reso, _NT],
3121
3305
  [[() => CoverageResources, { [_jN]: _reso }], [0, { [_jN]: _nT }]], 1
3122
3306
  ];
3307
+ var ListCustomDetectionRuleAssociationsRequest$ = [3, n0, _LCDRAR,
3308
+ 0,
3309
+ [_MR, _NT, _RI, _Mo],
3310
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _rI }], [0, { [_hQ]: _mo }]]
3311
+ ];
3312
+ var ListCustomDetectionRuleAssociationsResponse$ = [3, n0, _LCDRARi,
3313
+ 0,
3314
+ [_RAu, _NT],
3315
+ [[() => AssociationSummaryList, { [_jN]: _rAu }], [0, { [_jN]: _nT }]], 1
3316
+ ];
3317
+ var ListCustomDetectionRuleOrgConfigurationsRequest$ = [3, n0, _LCDROCR,
3318
+ 0,
3319
+ [_MR, _NT, _St],
3320
+ [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _st }]]
3321
+ ];
3322
+ var ListCustomDetectionRuleOrgConfigurationsResponse$ = [3, n0, _LCDROCRi,
3323
+ 0,
3324
+ [_Config, _NT],
3325
+ [[() => DetectionRuleOrgConfigurationSummaryList, { [_jN]: _confi }], [0, { [_jN]: _nT }]], 1
3326
+ ];
3327
+ var ListCustomDetectionRulesRequest$ = [3, n0, _LCDRR,
3328
+ 0,
3329
+ [_MR, _NT, _Fil],
3330
+ [[1, { [_jN]: _mR }], [0, { [_jN]: _nT }], [() => DetectionRuleFilterList, { [_jN]: _fil }]]
3331
+ ];
3332
+ var ListCustomDetectionRulesResponse$ = [3, n0, _LCDRRi,
3333
+ 0,
3334
+ [_Rul, _NT],
3335
+ [[() => RuleSummaryList, { [_jN]: _rul }], [0, { [_jN]: _nT }]], 1
3336
+ ];
3123
3337
  var ListDetectorsRequest$ = [3, n0, _LDR,
3124
3338
  0,
3125
3339
  [_MR, _NT],
@@ -3242,7 +3456,7 @@ var ListPublishingDestinationsResponse$ = [3, n0, _LPDRi,
3242
3456
  ];
3243
3457
  var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
3244
3458
  0,
3245
- [_RA],
3459
+ [_RAe],
3246
3460
  [[0, 1]], 1
3247
3461
  ];
3248
3462
  var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
@@ -3302,8 +3516,8 @@ var MalwareProtectionConfiguration$ = [3, n0, _MPC,
3302
3516
  ];
3303
3517
  var MalwareProtectionConfigurationResult$ = [3, n0, _MPCR,
3304
3518
  0,
3305
- [_SEIWF, _SR],
3306
- [[() => ScanEc2InstanceWithFindingsResult$, { [_jN]: _sEIWF }], [0, { [_jN]: _sR }]]
3519
+ [_SEIWF, _SRe],
3520
+ [[() => ScanEc2InstanceWithFindingsResult$, { [_jN]: _sEIWF }], [0, { [_jN]: _sRe }]]
3307
3521
  ];
3308
3522
  var MalwareProtectionDataSourceFreeTrial$ = [3, n0, _MPDSFT,
3309
3523
  0,
@@ -3337,8 +3551,8 @@ var MalwareProtectionPlanTaggingAction$ = [3, n0, _MPPTA,
3337
3551
  ];
3338
3552
  var MalwareScan$ = [3, n0, _MS,
3339
3553
  0,
3340
- [_RA, _RT, _SI, _SSc, _SRS, _STc, _SSA, _SCA],
3341
- [[0, { [_jN]: _rA }], [0, { [_jN]: _rT }], [0, { [_jN]: _sI }], [0, { [_jN]: _sS }], [0, { [_jN]: _sRS }], [0, { [_jN]: _sTc }], [4, { [_jN]: _sSA }], [4, { [_jN]: _sCA }]]
3554
+ [_RAe, _RT, _SI, _SSc, _SRS, _STc, _SSA, _SCA],
3555
+ [[0, { [_jN]: _rAe }], [0, { [_jN]: _rT }], [0, { [_jN]: _sI }], [0, { [_jN]: _sS }], [0, { [_jN]: _sRS }], [0, { [_jN]: _sTc }], [4, { [_jN]: _sSA }], [4, { [_jN]: _sCA }]]
3342
3556
  ];
3343
3557
  var MalwareScanDetails$ = [3, n0, _MSD,
3344
3558
  0,
@@ -3352,8 +3566,8 @@ var Master$ = [3, n0, _Mas,
3352
3566
  ];
3353
3567
  var Member$ = [3, n0, _Mem,
3354
3568
  0,
3355
- [_AIc, _MI, _E, _RS, _UAp, _DI, _IA, _AI],
3356
- [[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
3569
+ [_AIc, _MI, _E, _RS, _UA, _DI, _IA, _AI],
3570
+ [[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
3357
3571
  ];
3358
3572
  var MemberAdditionalConfiguration$ = [3, n0, _MAC,
3359
3573
  0,
@@ -3362,8 +3576,8 @@ var MemberAdditionalConfiguration$ = [3, n0, _MAC,
3362
3576
  ];
3363
3577
  var MemberAdditionalConfigurationResult$ = [3, n0, _MACR,
3364
3578
  0,
3365
- [_N, _St, _UAp],
3366
- [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uAp }]]
3579
+ [_N, _St, _UA],
3580
+ [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uA }]]
3367
3581
  ];
3368
3582
  var MemberDataSourceConfiguration$ = [3, n0, _MDSCe,
3369
3583
  0,
@@ -3377,8 +3591,8 @@ var MemberFeaturesConfiguration$ = [3, n0, _MFC,
3377
3591
  ];
3378
3592
  var MemberFeaturesConfigurationResult$ = [3, n0, _MFCR,
3379
3593
  0,
3380
- [_N, _St, _UAp, _AC],
3381
- [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uAp }], [() => MemberAdditionalConfigurationResults, { [_jN]: _aC }]]
3594
+ [_N, _St, _UA, _AC],
3595
+ [[0, { [_jN]: _n }], [0, { [_jN]: _st }], [4, { [_jN]: _uA }], [() => MemberAdditionalConfigurationResults, { [_jN]: _aC }]]
3382
3596
  ];
3383
3597
  var ModelDetail$ = [3, n0, _MD,
3384
3598
  0,
@@ -3442,8 +3656,8 @@ var OrganizationDataSourceConfigurationsResult$ = [3, n0, _ODSCR,
3442
3656
  ];
3443
3657
  var OrganizationDetails$ = [3, n0, _OD,
3444
3658
  0,
3445
- [_UAp, _OS],
3446
- [[4, { [_jN]: _uAp }], [() => OrganizationStatistics$, { [_jN]: _oS }]]
3659
+ [_UA, _OS],
3660
+ [[4, { [_jN]: _uA }], [() => OrganizationStatistics$, { [_jN]: _oS }]]
3447
3661
  ];
3448
3662
  var OrganizationEbsVolumes$ = [3, n0, _OEV,
3449
3663
  0,
@@ -3633,7 +3847,7 @@ var Resource$ = [3, n0, _Res,
3633
3847
  var ResourceData$ = [3, n0, _RDe,
3634
3848
  0,
3635
3849
  [_SB, _EIc, _AK, _ENI, _SO, _ECk, _KW, _Con, _ECc, _ETc, _IIP, _AASG, _ELT, _EV, _EI, _CS],
3636
- [[() => 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 }]]
3850
+ [[() => 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 }]]
3637
3851
  ];
3638
3852
  var ResourceDetails$ = [3, n0, _RD,
3639
3853
  0,
@@ -3642,33 +3856,48 @@ var ResourceDetails$ = [3, n0, _RD,
3642
3856
  ];
3643
3857
  var ResourceStatistics$ = [3, n0, _RSe,
3644
3858
  0,
3645
- [_AIc, _LGA, _RI, _RT, _TF],
3646
- [[0, { [_jN]: _aIc }], [4, { [_jN]: _lGA }], [0, { [_jN]: _rI }], [0, { [_jN]: _rT }], [1, { [_jN]: _tF }]]
3859
+ [_AIc, _LGA, _RIe, _RT, _TF],
3860
+ [[0, { [_jN]: _aIc }], [4, { [_jN]: _lGA }], [0, { [_jN]: _rIe }], [0, { [_jN]: _rT }], [1, { [_jN]: _tF }]]
3647
3861
  ];
3648
3862
  var ResourceV2$ = [3, n0, _RV,
3649
3863
  0,
3650
3864
  [_U, _RT, _N, _AIc, _R, _Ser, _CP, _Ta, _Data],
3651
3865
  [[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
3652
3866
  ];
3867
+ var RuleDefinition$ = [3, n0, _RDu,
3868
+ 0,
3869
+ [_Ex],
3870
+ [[0, { [_jN]: _ex }]], 1
3871
+ ];
3872
+ var RuleDetail$ = [3, n0, _RDul,
3873
+ 0,
3874
+ [_RI, _Ar, _N, _D, _Se, _DSat, _Tac, _Tec, _Ser, _Def, _CA, _Lan, _Sch, _UA],
3875
+ [[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
3876
+ ];
3877
+ var RuleSummary$ = [3, n0, _RSu,
3878
+ 0,
3879
+ [_RI, _Ar, _N, _D, _Se, _DSat, _Tac, _Tec, _Ser, _CA, _Lan, _Sch, _UA],
3880
+ [[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
3881
+ ];
3653
3882
  var RuntimeContext$ = [3, n0, _RC,
3654
3883
  0,
3655
3884
  [_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],
3656
3885
  [[() => 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 }]]
3657
3886
  ];
3658
- var RuntimeDetails$ = [3, n0, _RDu,
3887
+ var RuntimeDetails$ = [3, n0, _RDun,
3659
3888
  0,
3660
3889
  [_P, _Conte],
3661
3890
  [[() => ProcessDetails$, { [_jN]: _p }], [() => RuntimeContext$, { [_jN]: _conte }]]
3662
3891
  ];
3663
3892
  var S3Bucket$ = [3, n0, _SB,
3664
3893
  0,
3665
- [_OI, _CAr, _ETn, _EKA, _EPf, _PRA, _PWA, _APA, _BPAu, _SOU],
3666
- [[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 }]]
3894
+ [_OI, _CA, _ETn, _EKA, _EPf, _PRA, _PWA, _APA, _BPAu, _SOU],
3895
+ [[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 }]]
3667
3896
  ];
3668
3897
  var S3BucketDetail$ = [3, n0, _SBDu,
3669
3898
  0,
3670
- [_Ar, _N, _T, _CAr, _Ow, _Ta, _DSSE, _PA, _SOD],
3671
- [[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 }]]
3899
+ [_Ar, _N, _T, _CA, _Ow, _Ta, _DSSE, _PA, _SOD],
3900
+ [[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 }]]
3672
3901
  ];
3673
3902
  var S3LogsConfiguration$ = [3, n0, _SLC,
3674
3903
  0,
@@ -3747,8 +3976,8 @@ var ScanFilePath$ = [3, n0, _SFP,
3747
3976
  ];
3748
3977
  var ScannedItemCount$ = [3, n0, _SIC,
3749
3978
  0,
3750
- [_TG, _Fil, _Vo],
3751
- [[1, { [_jN]: _tG }], [1, { [_jN]: _fil }], [1, { [_jN]: _vo }]]
3979
+ [_TG, _File, _Vo],
3980
+ [[1, { [_jN]: _tG }], [1, { [_jN]: _file }], [1, { [_jN]: _vo }]]
3752
3981
  ];
3753
3982
  var ScannedResource$ = [3, n0, _SRca,
3754
3983
  0,
@@ -3762,8 +3991,8 @@ var ScannedResourceDetails$ = [3, n0, _SRDc,
3762
3991
  ];
3763
3992
  var ScanResourceCriteria$ = [3, n0, _SRCc,
3764
3993
  0,
3765
- [_Inc, _Ex],
3766
- [[() => ScanCriterion, { [_jN]: _inc }], [() => ScanCriterion, { [_jN]: _ex }]]
3994
+ [_Inc, _Exc],
3995
+ [[() => ScanCriterion, { [_jN]: _inc }], [() => ScanCriterion, { [_jN]: _exc }]]
3767
3996
  ];
3768
3997
  var ScanResultDetails$ = [3, n0, _SRD,
3769
3998
  0,
@@ -3807,7 +4036,7 @@ var Sequence$ = [3, n0, _Seq,
3807
4036
  ];
3808
4037
  var Service$ = [3, n0, _Ser,
3809
4038
  0,
3810
- [_Ac, _Ev, _Arc, _Coun, _DI, _EFS, _ELS, _RR, _SN, _UF, _AId, _FNe, _EVSD, _RDu, _Det, _MSD],
4039
+ [_Ac, _Ev, _Arc, _Coun, _DI, _EFS, _ELS, _RR, _SN, _UF, _AId, _FNe, _EVSD, _RDun, _Det, _MSD],
3811
4040
  [[() => 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 }]]
3812
4041
  ];
3813
4042
  var ServiceAdditionalInfo$ = [3, n0, _SAI,
@@ -3827,8 +4056,8 @@ var SeverityStatistics$ = [3, n0, _SSe,
3827
4056
  ];
3828
4057
  var Signal$ = [3, n0, _Sig,
3829
4058
  0,
3830
- [_U, _T, _N, _CAr, _UAp, _FSA, _LSA, _Coun, _D, _Se, _RUe, _AIct, _EIn, _SIi],
3831
- [[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
4059
+ [_U, _T, _N, _CA, _UA, _FSA, _LSA, _Coun, _D, _Se, _RUe, _AIct, _EIn, _SIi],
4060
+ [[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
3832
4061
  ];
3833
4062
  var SortCriteria$ = [3, n0, _SCo,
3834
4063
  0,
@@ -3842,8 +4071,8 @@ var StartMalwareScanConfiguration$ = [3, n0, _SMSC,
3842
4071
  ];
3843
4072
  var StartMalwareScanRequest$ = [3, n0, _SMSR,
3844
4073
  0,
3845
- [_RA, _CTl, _SCc],
3846
- [[0, { [_jN]: _rA }], [0, { [_iTd]: 1, [_jN]: _cTl }], [() => StartMalwareScanConfiguration$, { [_jN]: _sCc }]], 1
4074
+ [_RAe, _CTl, _SCc],
4075
+ [[0, { [_jN]: _rAe }], [0, { [_iTd]: 1, [_jN]: _cTl }], [() => StartMalwareScanConfiguration$, { [_jN]: _sCc }]], 1
3847
4076
  ];
3848
4077
  var StartMalwareScanResponse$ = [3, n0, _SMSRt,
3849
4078
  0,
@@ -3877,7 +4106,7 @@ var Tag$ = [3, n0, _Tag_,
3877
4106
  ];
3878
4107
  var TagResourceRequest$ = [3, n0, _TRR,
3879
4108
  0,
3880
- [_RA, _Ta],
4109
+ [_RAe, _Ta],
3881
4110
  [[0, 1], [128 | 0, { [_jN]: _ta }]], 2
3882
4111
  ];
3883
4112
  var TagResourceResponse$ = [3, n0, _TRRa,
@@ -3902,8 +4131,8 @@ var ThreatIntelligenceDetail$ = [3, n0, _TIDh,
3902
4131
  ];
3903
4132
  var ThreatsDetectedItemCount$ = [3, n0, _TDIC,
3904
4133
  0,
3905
- [_Fil],
3906
- [[1, { [_jN]: _fil }]]
4134
+ [_File],
4135
+ [[1, { [_jN]: _file }]]
3907
4136
  ];
3908
4137
  var Total$ = [3, n0, _To,
3909
4138
  0,
@@ -3937,7 +4166,7 @@ var UnprocessedDataSourcesResult$ = [3, n0, _UDSR,
3937
4166
  ];
3938
4167
  var UntagResourceRequest$ = [3, n0, _URR,
3939
4168
  0,
3940
- [_RA, _TK],
4169
+ [_RAe, _TK],
3941
4170
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
3942
4171
  ];
3943
4172
  var UntagResourceResponse$ = [3, n0, _URRn,
@@ -3945,6 +4174,26 @@ var UntagResourceResponse$ = [3, n0, _URRn,
3945
4174
  [],
3946
4175
  []
3947
4176
  ];
4177
+ var UpdateCustomDetectionRuleAssociationRequest$ = [3, n0, _UCDRAR,
4178
+ 0,
4179
+ [_RI, _AIs, _Mo],
4180
+ [[0, 1], [0, 1], [0, { [_jN]: _mo }]], 3
4181
+ ];
4182
+ var UpdateCustomDetectionRuleAssociationResponse$ = [3, n0, _UCDRARp,
4183
+ 0,
4184
+ [],
4185
+ []
4186
+ ];
4187
+ var UpdateCustomDetectionRuleOrgConfigurationRequest$ = [3, n0, _UCDROCR,
4188
+ 0,
4189
+ [_RI, _Mo, _IAI, _EAI],
4190
+ [[0, 1], [0, { [_jN]: _mo }], [64 | 0, { [_jN]: _iAI }], [64 | 0, { [_jN]: _eAI }]], 2
4191
+ ];
4192
+ var UpdateCustomDetectionRuleOrgConfigurationResponse$ = [3, n0, _UCDROCRp,
4193
+ 0,
4194
+ [],
4195
+ []
4196
+ ];
3948
4197
  var UpdateDetectorRequest$ = [3, n0, _UDR,
3949
4198
  0,
3950
4199
  [_DI, _En, _FPF, _DS, _F],
@@ -4156,6 +4405,10 @@ var AnomalyProfileFeatureObjects = [1, n0, _APFO,
4156
4405
  0, [() => AnomalyObject$,
4157
4406
  0]
4158
4407
  ];
4408
+ var AssociationSummaryList = [1, n0, _ASL,
4409
+ 0, [() => AssociationSummary$,
4410
+ 0]
4411
+ ];
4159
4412
  var BedrockGuardrails = [1, n0, _BGe,
4160
4413
  0, [() => BedrockGuardrail$,
4161
4414
  0]
@@ -4180,6 +4433,14 @@ var Destinations = [1, n0, _Des,
4180
4433
  0, [() => Destination$,
4181
4434
  0]
4182
4435
  ];
4436
+ var DetectionRuleFilterList = [1, n0, _DRFL,
4437
+ 0, [() => DetectionRuleFilter$,
4438
+ 0]
4439
+ ];
4440
+ var DetectionRuleOrgConfigurationSummaryList = [1, n0, _DROCSL,
4441
+ 0, [() => DetectionRuleOrgConfigurationSummary$,
4442
+ 0]
4443
+ ];
4183
4444
  var DetectorAdditionalConfigurationResults = [1, n0, _DACRe,
4184
4445
  0, [() => DetectorAdditionalConfigurationResult$,
4185
4446
  0]
@@ -4356,6 +4617,10 @@ var Resources = [1, n0, _Reso,
4356
4617
  0, [() => ResourceV2$,
4357
4618
  0]
4358
4619
  ];
4620
+ var RuleSummaryList = [1, n0, _RSL,
4621
+ 0, [() => RuleSummary$,
4622
+ 0]
4623
+ ];
4359
4624
  var S3BucketDetails = [1, n0, _SBD,
4360
4625
  0, [() => S3BucketDetail$,
4361
4626
  0]
@@ -4485,6 +4750,12 @@ var AcceptInvitation$ = [9, n0, _AIcce,
4485
4750
  var ArchiveFindings$ = [9, n0, _AFr,
4486
4751
  { [_ht]: ["POST", "/detector/{DetectorId}/findings/archive", 200] }, () => ArchiveFindingsRequest$, () => ArchiveFindingsResponse$
4487
4752
  ];
4753
+ var CreateCustomDetectionRuleAssociation$ = [9, n0, _CCDRA,
4754
+ { [_ht]: ["POST", "/custom-detection-rule/association", 200] }, () => CreateCustomDetectionRuleAssociationRequest$, () => CreateCustomDetectionRuleAssociationResponse$
4755
+ ];
4756
+ var CreateCustomDetectionRuleOrgConfiguration$ = [9, n0, _CCDROC,
4757
+ { [_ht]: ["POST", "/custom-detection-rule/org-configuration", 200] }, () => CreateCustomDetectionRuleOrgConfigurationRequest$, () => CreateCustomDetectionRuleOrgConfigurationResponse$
4758
+ ];
4488
4759
  var CreateDetector$ = [9, n0, _CDr,
4489
4760
  { [_ht]: ["POST", "/detector", 200] }, () => CreateDetectorRequest$, () => CreateDetectorResponse$
4490
4761
  ];
@@ -4521,6 +4792,12 @@ var CreateTrustedEntitySet$ = [9, n0, _CTESr,
4521
4792
  var DeclineInvitations$ = [9, n0, _DIec,
4522
4793
  { [_ht]: ["POST", "/invitation/decline", 200] }, () => DeclineInvitationsRequest$, () => DeclineInvitationsResponse$
4523
4794
  ];
4795
+ var DeleteCustomDetectionRuleAssociation$ = [9, n0, _DCDRA,
4796
+ { [_ht]: ["DELETE", "/custom-detection-rule/rule/{RuleId}/association/{AssociationId}", 200] }, () => DeleteCustomDetectionRuleAssociationRequest$, () => DeleteCustomDetectionRuleAssociationResponse$
4797
+ ];
4798
+ var DeleteCustomDetectionRuleOrgConfiguration$ = [9, n0, _DCDROC,
4799
+ { [_ht]: ["DELETE", "/custom-detection-rule/org-configuration/{RuleId}", 200] }, () => DeleteCustomDetectionRuleOrgConfigurationRequest$, () => DeleteCustomDetectionRuleOrgConfigurationResponse$
4800
+ ];
4524
4801
  var DeleteDetector$ = [9, n0, _DDe,
4525
4802
  { [_ht]: ["DELETE", "/detector/{DetectorId}", 200] }, () => DeleteDetectorRequest$, () => DeleteDetectorResponse$
4526
4803
  ];
@@ -4581,6 +4858,15 @@ var GetAdministratorAccount$ = [9, n0, _GAA,
4581
4858
  var GetCoverageStatistics$ = [9, n0, _GCS,
4582
4859
  { [_ht]: ["POST", "/detector/{DetectorId}/coverage/statistics", 200] }, () => GetCoverageStatisticsRequest$, () => GetCoverageStatisticsResponse$
4583
4860
  ];
4861
+ var GetCustomDetectionRule$ = [9, n0, _GCDR,
4862
+ { [_ht]: ["GET", "/custom-detection-rule/rule/{RuleId}", 200] }, () => GetCustomDetectionRuleRequest$, () => GetCustomDetectionRuleResponse$
4863
+ ];
4864
+ var GetCustomDetectionRuleAssociation$ = [9, n0, _GCDRA,
4865
+ { [_ht]: ["GET", "/custom-detection-rule/rule/{RuleId}/association/{AssociationId}", 200] }, () => GetCustomDetectionRuleAssociationRequest$, () => GetCustomDetectionRuleAssociationResponse$
4866
+ ];
4867
+ var GetCustomDetectionRuleOrgConfiguration$ = [9, n0, _GCDROC,
4868
+ { [_ht]: ["GET", "/custom-detection-rule/org-configuration/{RuleId}", 200] }, () => GetCustomDetectionRuleOrgConfigurationRequest$, () => GetCustomDetectionRuleOrgConfigurationResponse$
4869
+ ];
4584
4870
  var GetDetector$ = [9, n0, _GD,
4585
4871
  { [_ht]: ["GET", "/detector/{DetectorId}", 200] }, () => GetDetectorRequest$, () => GetDetectorResponse$
4586
4872
  ];
@@ -4644,6 +4930,15 @@ var InviteMembers$ = [9, n0, _IMn,
4644
4930
  var ListCoverage$ = [9, n0, _LC,
4645
4931
  { [_ht]: ["POST", "/detector/{DetectorId}/coverage", 200] }, () => ListCoverageRequest$, () => ListCoverageResponse$
4646
4932
  ];
4933
+ var ListCustomDetectionRuleAssociations$ = [9, n0, _LCDRA,
4934
+ { [_ht]: ["GET", "/custom-detection-rule/association", 200] }, () => ListCustomDetectionRuleAssociationsRequest$, () => ListCustomDetectionRuleAssociationsResponse$
4935
+ ];
4936
+ var ListCustomDetectionRuleOrgConfigurations$ = [9, n0, _LCDROC,
4937
+ { [_ht]: ["GET", "/custom-detection-rule/org-configuration", 200] }, () => ListCustomDetectionRuleOrgConfigurationsRequest$, () => ListCustomDetectionRuleOrgConfigurationsResponse$
4938
+ ];
4939
+ var ListCustomDetectionRules$ = [9, n0, _LCDR,
4940
+ { [_ht]: ["POST", "/custom-detection-rule/rule", 200] }, () => ListCustomDetectionRulesRequest$, () => ListCustomDetectionRulesResponse$
4941
+ ];
4647
4942
  var ListDetectors$ = [9, n0, _LDi,
4648
4943
  { [_ht]: ["GET", "/detector", 200] }, () => ListDetectorsRequest$, () => ListDetectorsResponse$
4649
4944
  ];
@@ -4710,6 +5005,12 @@ var UnarchiveFindings$ = [9, n0, _UFn,
4710
5005
  var UntagResource$ = [9, n0, _UR,
4711
5006
  { [_ht]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
4712
5007
  ];
5008
+ var UpdateCustomDetectionRuleAssociation$ = [9, n0, _UCDRA,
5009
+ { [_ht]: ["PUT", "/custom-detection-rule/rule/{RuleId}/association/{AssociationId}", 200] }, () => UpdateCustomDetectionRuleAssociationRequest$, () => UpdateCustomDetectionRuleAssociationResponse$
5010
+ ];
5011
+ var UpdateCustomDetectionRuleOrgConfiguration$ = [9, n0, _UCDROC,
5012
+ { [_ht]: ["PUT", "/custom-detection-rule/org-configuration/{RuleId}", 200] }, () => UpdateCustomDetectionRuleOrgConfigurationRequest$, () => UpdateCustomDetectionRuleOrgConfigurationResponse$
5013
+ ];
4713
5014
  var UpdateDetector$ = [9, n0, _UD,
4714
5015
  { [_ht]: ["POST", "/detector/{DetectorId}", 200] }, () => UpdateDetectorRequest$, () => UpdateDetectorResponse$
4715
5016
  ];
@@ -4906,6 +5207,12 @@ class AcceptInvitationCommand extends command(_ep0, _mw0, "AcceptInvitation", Ac
4906
5207
  class ArchiveFindingsCommand extends command(_ep0, _mw0, "ArchiveFindings", ArchiveFindings$) {
4907
5208
  }
4908
5209
 
5210
+ class CreateCustomDetectionRuleAssociationCommand extends command(_ep0, _mw0, "CreateCustomDetectionRuleAssociation", CreateCustomDetectionRuleAssociation$) {
5211
+ }
5212
+
5213
+ class CreateCustomDetectionRuleOrgConfigurationCommand extends command(_ep0, _mw0, "CreateCustomDetectionRuleOrgConfiguration", CreateCustomDetectionRuleOrgConfiguration$) {
5214
+ }
5215
+
4909
5216
  class CreateDetectorCommand extends command(_ep0, _mw0, "CreateDetector", CreateDetector$) {
4910
5217
  }
4911
5218
 
@@ -4942,6 +5249,12 @@ class CreateTrustedEntitySetCommand extends command(_ep0, _mw0, "CreateTrustedEn
4942
5249
  class DeclineInvitationsCommand extends command(_ep0, _mw0, "DeclineInvitations", DeclineInvitations$) {
4943
5250
  }
4944
5251
 
5252
+ class DeleteCustomDetectionRuleAssociationCommand extends command(_ep0, _mw0, "DeleteCustomDetectionRuleAssociation", DeleteCustomDetectionRuleAssociation$) {
5253
+ }
5254
+
5255
+ class DeleteCustomDetectionRuleOrgConfigurationCommand extends command(_ep0, _mw0, "DeleteCustomDetectionRuleOrgConfiguration", DeleteCustomDetectionRuleOrgConfiguration$) {
5256
+ }
5257
+
4945
5258
  class DeleteDetectorCommand extends command(_ep0, _mw0, "DeleteDetector", DeleteDetector$) {
4946
5259
  }
4947
5260
 
@@ -5002,6 +5315,15 @@ class GetAdministratorAccountCommand extends command(_ep0, _mw0, "GetAdministrat
5002
5315
  class GetCoverageStatisticsCommand extends command(_ep0, _mw0, "GetCoverageStatistics", GetCoverageStatistics$) {
5003
5316
  }
5004
5317
 
5318
+ class GetCustomDetectionRuleAssociationCommand extends command(_ep0, _mw0, "GetCustomDetectionRuleAssociation", GetCustomDetectionRuleAssociation$) {
5319
+ }
5320
+
5321
+ class GetCustomDetectionRuleCommand extends command(_ep0, _mw0, "GetCustomDetectionRule", GetCustomDetectionRule$) {
5322
+ }
5323
+
5324
+ class GetCustomDetectionRuleOrgConfigurationCommand extends command(_ep0, _mw0, "GetCustomDetectionRuleOrgConfiguration", GetCustomDetectionRuleOrgConfiguration$) {
5325
+ }
5326
+
5005
5327
  class GetDetectorCommand extends command(_ep0, _mw0, "GetDetector", GetDetector$) {
5006
5328
  }
5007
5329
 
@@ -5065,6 +5387,15 @@ class InviteMembersCommand extends command(_ep0, _mw0, "InviteMembers", InviteMe
5065
5387
  class ListCoverageCommand extends command(_ep0, _mw0, "ListCoverage", ListCoverage$) {
5066
5388
  }
5067
5389
 
5390
+ class ListCustomDetectionRuleAssociationsCommand extends command(_ep0, _mw0, "ListCustomDetectionRuleAssociations", ListCustomDetectionRuleAssociations$) {
5391
+ }
5392
+
5393
+ class ListCustomDetectionRuleOrgConfigurationsCommand extends command(_ep0, _mw0, "ListCustomDetectionRuleOrgConfigurations", ListCustomDetectionRuleOrgConfigurations$) {
5394
+ }
5395
+
5396
+ class ListCustomDetectionRulesCommand extends command(_ep0, _mw0, "ListCustomDetectionRules", ListCustomDetectionRules$) {
5397
+ }
5398
+
5068
5399
  class ListDetectorsCommand extends command(_ep0, _mw0, "ListDetectors", ListDetectors$) {
5069
5400
  }
5070
5401
 
@@ -5131,6 +5462,12 @@ class UnarchiveFindingsCommand extends command(_ep0, _mw0, "UnarchiveFindings",
5131
5462
  class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
5132
5463
  }
5133
5464
 
5465
+ class UpdateCustomDetectionRuleAssociationCommand extends command(_ep0, _mw0, "UpdateCustomDetectionRuleAssociation", UpdateCustomDetectionRuleAssociation$) {
5466
+ }
5467
+
5468
+ class UpdateCustomDetectionRuleOrgConfigurationCommand extends command(_ep0, _mw0, "UpdateCustomDetectionRuleOrgConfiguration", UpdateCustomDetectionRuleOrgConfiguration$) {
5469
+ }
5470
+
5134
5471
  class UpdateDetectorCommand extends command(_ep0, _mw0, "UpdateDetector", UpdateDetector$) {
5135
5472
  }
5136
5473
 
@@ -5175,6 +5512,12 @@ const paginateGetUsageStatistics = createPaginator(GuardDutyClient, GetUsageStat
5175
5512
 
5176
5513
  const paginateListCoverage = createPaginator(GuardDutyClient, ListCoverageCommand, "NextToken", "NextToken", "MaxResults");
5177
5514
 
5515
+ const paginateListCustomDetectionRuleAssociations = createPaginator(GuardDutyClient, ListCustomDetectionRuleAssociationsCommand, "NextToken", "NextToken", "MaxResults");
5516
+
5517
+ const paginateListCustomDetectionRuleOrgConfigurations = createPaginator(GuardDutyClient, ListCustomDetectionRuleOrgConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
5518
+
5519
+ const paginateListCustomDetectionRules = createPaginator(GuardDutyClient, ListCustomDetectionRulesCommand, "NextToken", "NextToken", "MaxResults");
5520
+
5178
5521
  const paginateListDetectors = createPaginator(GuardDutyClient, ListDetectorsCommand, "NextToken", "NextToken", "MaxResults");
5179
5522
 
5180
5523
  const paginateListFilters = createPaginator(GuardDutyClient, ListFiltersCommand, "NextToken", "NextToken", "MaxResults");
@@ -5205,6 +5548,8 @@ const commands = {
5205
5548
  AcceptAdministratorInvitationCommand,
5206
5549
  AcceptInvitationCommand,
5207
5550
  ArchiveFindingsCommand,
5551
+ CreateCustomDetectionRuleAssociationCommand,
5552
+ CreateCustomDetectionRuleOrgConfigurationCommand,
5208
5553
  CreateDetectorCommand,
5209
5554
  CreateFilterCommand,
5210
5555
  CreateInvestigationCommand,
@@ -5217,6 +5562,8 @@ const commands = {
5217
5562
  CreateThreatIntelSetCommand,
5218
5563
  CreateTrustedEntitySetCommand,
5219
5564
  DeclineInvitationsCommand,
5565
+ DeleteCustomDetectionRuleAssociationCommand,
5566
+ DeleteCustomDetectionRuleOrgConfigurationCommand,
5220
5567
  DeleteDetectorCommand,
5221
5568
  DeleteFilterCommand,
5222
5569
  DeleteInvitationsCommand,
@@ -5237,6 +5584,9 @@ const commands = {
5237
5584
  EnableOrganizationAdminAccountCommand,
5238
5585
  GetAdministratorAccountCommand,
5239
5586
  GetCoverageStatisticsCommand,
5587
+ GetCustomDetectionRuleCommand,
5588
+ GetCustomDetectionRuleAssociationCommand,
5589
+ GetCustomDetectionRuleOrgConfigurationCommand,
5240
5590
  GetDetectorCommand,
5241
5591
  GetFilterCommand,
5242
5592
  GetFindingsCommand,
@@ -5258,6 +5608,9 @@ const commands = {
5258
5608
  GetUsageStatisticsCommand,
5259
5609
  InviteMembersCommand,
5260
5610
  ListCoverageCommand,
5611
+ ListCustomDetectionRuleAssociationsCommand,
5612
+ ListCustomDetectionRuleOrgConfigurationsCommand,
5613
+ ListCustomDetectionRulesCommand,
5261
5614
  ListDetectorsCommand,
5262
5615
  ListFiltersCommand,
5263
5616
  ListFindingsCommand,
@@ -5280,6 +5633,8 @@ const commands = {
5280
5633
  TagResourceCommand,
5281
5634
  UnarchiveFindingsCommand,
5282
5635
  UntagResourceCommand,
5636
+ UpdateCustomDetectionRuleAssociationCommand,
5637
+ UpdateCustomDetectionRuleOrgConfigurationCommand,
5283
5638
  UpdateDetectorCommand,
5284
5639
  UpdateFilterCommand,
5285
5640
  UpdateFindingsFeedbackCommand,
@@ -5298,6 +5653,9 @@ const paginators = {
5298
5653
  paginateDescribeOrganizationConfiguration,
5299
5654
  paginateGetUsageStatistics,
5300
5655
  paginateListCoverage,
5656
+ paginateListCustomDetectionRuleAssociations,
5657
+ paginateListCustomDetectionRuleOrgConfigurations,
5658
+ paginateListCustomDetectionRules,
5301
5659
  paginateListDetectors,
5302
5660
  paginateListFilters,
5303
5661
  paginateListFindings,
@@ -5350,6 +5708,10 @@ const ProfileType = {
5350
5708
  FREQUENCY: "FREQUENCY",
5351
5709
  VOLUME: "VOLUME",
5352
5710
  };
5711
+ const AssociationMode = {
5712
+ DRY_RUN: "DRY_RUN",
5713
+ LIVE: "LIVE",
5714
+ };
5353
5715
  const AutoEnableMembers = {
5354
5716
  ALL: "ALL",
5355
5717
  NEW: "NEW",
@@ -5666,6 +6028,33 @@ const SignalType = {
5666
6028
  RUNTIME_MONITORING: "RUNTIME_MONITORING",
5667
6029
  S3_DATA_EVENTS: "S3_DATA_EVENTS",
5668
6030
  };
6031
+ const DetectionRuleConfigurationStatus = {
6032
+ ACTIVE: "ACTIVE",
6033
+ FAILED: "FAILED",
6034
+ PROCESSING: "PROCESSING",
6035
+ };
6036
+ const DetectionRuleDataSource = {
6037
+ CLOUDTRAIL_MANAGEMENT_EVENT: "CloudTrailManagementEvent",
6038
+ };
6039
+ const DetectionRuleFilterCondition = {
6040
+ CONTAINS: "CONTAINS",
6041
+ EQUALS: "EQUALS",
6042
+ };
6043
+ const FilterFieldName = {
6044
+ DATA_SOURCE: "dataSource",
6045
+ DESCRIPTION: "description",
6046
+ NAME: "name",
6047
+ SERVICE: "service",
6048
+ SEVERITY: "severity",
6049
+ TACTIC: "tactic",
6050
+ TECHNIQUE: "technique",
6051
+ };
6052
+ const DetectionRuleSeverity = {
6053
+ CRITICAL: "CRITICAL",
6054
+ HIGH: "HIGH",
6055
+ LOW: "LOW",
6056
+ MEDIUM: "MEDIUM",
6057
+ };
5669
6058
  const DetectionSource = {
5670
6059
  AMAZON: "AMAZON",
5671
6060
  BITDEFENDER: "BITDEFENDER",
@@ -5708,6 +6097,12 @@ const MalwareProtectionScanType = {
5708
6097
  const FindingStatisticType = {
5709
6098
  COUNT_BY_SEVERITY: "COUNT_BY_SEVERITY",
5710
6099
  };
6100
+ const RuleLanguage = {
6101
+ SQL: "SQL",
6102
+ };
6103
+ const RuleSchema = {
6104
+ CLOUD_TRAIL: "CloudTrail",
6105
+ };
5711
6106
  const GroupByType = {
5712
6107
  ACCOUNT: "ACCOUNT",
5713
6108
  DATE: "DATE",
@@ -5888,6 +6283,9 @@ exports.ArchiveFindings$ = ArchiveFindings$;
5888
6283
  exports.ArchiveFindingsCommand = ArchiveFindingsCommand;
5889
6284
  exports.ArchiveFindingsRequest$ = ArchiveFindingsRequest$;
5890
6285
  exports.ArchiveFindingsResponse$ = ArchiveFindingsResponse$;
6286
+ exports.AssociationDetail$ = AssociationDetail$;
6287
+ exports.AssociationMode = AssociationMode;
6288
+ exports.AssociationSummary$ = AssociationSummary$;
5891
6289
  exports.AutoEnableMembers = AutoEnableMembers;
5892
6290
  exports.AutonomousSystem$ = AutonomousSystem$;
5893
6291
  exports.AutoscalingAutoScalingGroup$ = AutoscalingAutoScalingGroup$;
@@ -5932,6 +6330,14 @@ exports.CoverageSortKey = CoverageSortKey;
5932
6330
  exports.CoverageStatistics$ = CoverageStatistics$;
5933
6331
  exports.CoverageStatisticsType = CoverageStatisticsType;
5934
6332
  exports.CoverageStatus = CoverageStatus;
6333
+ exports.CreateCustomDetectionRuleAssociation$ = CreateCustomDetectionRuleAssociation$;
6334
+ exports.CreateCustomDetectionRuleAssociationCommand = CreateCustomDetectionRuleAssociationCommand;
6335
+ exports.CreateCustomDetectionRuleAssociationRequest$ = CreateCustomDetectionRuleAssociationRequest$;
6336
+ exports.CreateCustomDetectionRuleAssociationResponse$ = CreateCustomDetectionRuleAssociationResponse$;
6337
+ exports.CreateCustomDetectionRuleOrgConfiguration$ = CreateCustomDetectionRuleOrgConfiguration$;
6338
+ exports.CreateCustomDetectionRuleOrgConfigurationCommand = CreateCustomDetectionRuleOrgConfigurationCommand;
6339
+ exports.CreateCustomDetectionRuleOrgConfigurationRequest$ = CreateCustomDetectionRuleOrgConfigurationRequest$;
6340
+ exports.CreateCustomDetectionRuleOrgConfigurationResponse$ = CreateCustomDetectionRuleOrgConfigurationResponse$;
5935
6341
  exports.CreateDetector$ = CreateDetector$;
5936
6342
  exports.CreateDetectorCommand = CreateDetectorCommand;
5937
6343
  exports.CreateDetectorRequest$ = CreateDetectorRequest$;
@@ -5992,6 +6398,14 @@ exports.DeclineInvitationsCommand = DeclineInvitationsCommand;
5992
6398
  exports.DeclineInvitationsRequest$ = DeclineInvitationsRequest$;
5993
6399
  exports.DeclineInvitationsResponse$ = DeclineInvitationsResponse$;
5994
6400
  exports.DefaultServerSideEncryption$ = DefaultServerSideEncryption$;
6401
+ exports.DeleteCustomDetectionRuleAssociation$ = DeleteCustomDetectionRuleAssociation$;
6402
+ exports.DeleteCustomDetectionRuleAssociationCommand = DeleteCustomDetectionRuleAssociationCommand;
6403
+ exports.DeleteCustomDetectionRuleAssociationRequest$ = DeleteCustomDetectionRuleAssociationRequest$;
6404
+ exports.DeleteCustomDetectionRuleAssociationResponse$ = DeleteCustomDetectionRuleAssociationResponse$;
6405
+ exports.DeleteCustomDetectionRuleOrgConfiguration$ = DeleteCustomDetectionRuleOrgConfiguration$;
6406
+ exports.DeleteCustomDetectionRuleOrgConfigurationCommand = DeleteCustomDetectionRuleOrgConfigurationCommand;
6407
+ exports.DeleteCustomDetectionRuleOrgConfigurationRequest$ = DeleteCustomDetectionRuleOrgConfigurationRequest$;
6408
+ exports.DeleteCustomDetectionRuleOrgConfigurationResponse$ = DeleteCustomDetectionRuleOrgConfigurationResponse$;
5995
6409
  exports.DeleteDetector$ = DeleteDetector$;
5996
6410
  exports.DeleteDetectorCommand = DeleteDetectorCommand;
5997
6411
  exports.DeleteDetectorRequest$ = DeleteDetectorRequest$;
@@ -6047,6 +6461,13 @@ exports.Destination$ = Destination$;
6047
6461
  exports.DestinationProperties$ = DestinationProperties$;
6048
6462
  exports.DestinationType = DestinationType;
6049
6463
  exports.Detection$ = Detection$;
6464
+ exports.DetectionRuleConfigurationStatus = DetectionRuleConfigurationStatus;
6465
+ exports.DetectionRuleDataSource = DetectionRuleDataSource;
6466
+ exports.DetectionRuleFilter$ = DetectionRuleFilter$;
6467
+ exports.DetectionRuleFilterCondition = DetectionRuleFilterCondition;
6468
+ exports.DetectionRuleOrgConfiguration$ = DetectionRuleOrgConfiguration$;
6469
+ exports.DetectionRuleOrgConfigurationSummary$ = DetectionRuleOrgConfigurationSummary$;
6470
+ exports.DetectionRuleSeverity = DetectionRuleSeverity;
6050
6471
  exports.DetectionSource = DetectionSource;
6051
6472
  exports.DetectorAdditionalConfiguration$ = DetectorAdditionalConfiguration$;
6052
6473
  exports.DetectorAdditionalConfigurationResult$ = DetectorAdditionalConfigurationResult$;
@@ -6106,6 +6527,7 @@ exports.FilterAction = FilterAction;
6106
6527
  exports.FilterCondition$ = FilterCondition$;
6107
6528
  exports.FilterCriteria$ = FilterCriteria$;
6108
6529
  exports.FilterCriterion$ = FilterCriterion$;
6530
+ exports.FilterFieldName = FilterFieldName;
6109
6531
  exports.Finding$ = Finding$;
6110
6532
  exports.FindingCriteria$ = FindingCriteria$;
6111
6533
  exports.FindingPublishingFrequency = FindingPublishingFrequency;
@@ -6125,6 +6547,18 @@ exports.GetCoverageStatistics$ = GetCoverageStatistics$;
6125
6547
  exports.GetCoverageStatisticsCommand = GetCoverageStatisticsCommand;
6126
6548
  exports.GetCoverageStatisticsRequest$ = GetCoverageStatisticsRequest$;
6127
6549
  exports.GetCoverageStatisticsResponse$ = GetCoverageStatisticsResponse$;
6550
+ exports.GetCustomDetectionRule$ = GetCustomDetectionRule$;
6551
+ exports.GetCustomDetectionRuleAssociation$ = GetCustomDetectionRuleAssociation$;
6552
+ exports.GetCustomDetectionRuleAssociationCommand = GetCustomDetectionRuleAssociationCommand;
6553
+ exports.GetCustomDetectionRuleAssociationRequest$ = GetCustomDetectionRuleAssociationRequest$;
6554
+ exports.GetCustomDetectionRuleAssociationResponse$ = GetCustomDetectionRuleAssociationResponse$;
6555
+ exports.GetCustomDetectionRuleCommand = GetCustomDetectionRuleCommand;
6556
+ exports.GetCustomDetectionRuleOrgConfiguration$ = GetCustomDetectionRuleOrgConfiguration$;
6557
+ exports.GetCustomDetectionRuleOrgConfigurationCommand = GetCustomDetectionRuleOrgConfigurationCommand;
6558
+ exports.GetCustomDetectionRuleOrgConfigurationRequest$ = GetCustomDetectionRuleOrgConfigurationRequest$;
6559
+ exports.GetCustomDetectionRuleOrgConfigurationResponse$ = GetCustomDetectionRuleOrgConfigurationResponse$;
6560
+ exports.GetCustomDetectionRuleRequest$ = GetCustomDetectionRuleRequest$;
6561
+ exports.GetCustomDetectionRuleResponse$ = GetCustomDetectionRuleResponse$;
6128
6562
  exports.GetDetector$ = GetDetector$;
6129
6563
  exports.GetDetectorCommand = GetDetectorCommand;
6130
6564
  exports.GetDetectorRequest$ = GetDetectorRequest$;
@@ -6254,6 +6688,18 @@ exports.ListCoverage$ = ListCoverage$;
6254
6688
  exports.ListCoverageCommand = ListCoverageCommand;
6255
6689
  exports.ListCoverageRequest$ = ListCoverageRequest$;
6256
6690
  exports.ListCoverageResponse$ = ListCoverageResponse$;
6691
+ exports.ListCustomDetectionRuleAssociations$ = ListCustomDetectionRuleAssociations$;
6692
+ exports.ListCustomDetectionRuleAssociationsCommand = ListCustomDetectionRuleAssociationsCommand;
6693
+ exports.ListCustomDetectionRuleAssociationsRequest$ = ListCustomDetectionRuleAssociationsRequest$;
6694
+ exports.ListCustomDetectionRuleAssociationsResponse$ = ListCustomDetectionRuleAssociationsResponse$;
6695
+ exports.ListCustomDetectionRuleOrgConfigurations$ = ListCustomDetectionRuleOrgConfigurations$;
6696
+ exports.ListCustomDetectionRuleOrgConfigurationsCommand = ListCustomDetectionRuleOrgConfigurationsCommand;
6697
+ exports.ListCustomDetectionRuleOrgConfigurationsRequest$ = ListCustomDetectionRuleOrgConfigurationsRequest$;
6698
+ exports.ListCustomDetectionRuleOrgConfigurationsResponse$ = ListCustomDetectionRuleOrgConfigurationsResponse$;
6699
+ exports.ListCustomDetectionRules$ = ListCustomDetectionRules$;
6700
+ exports.ListCustomDetectionRulesCommand = ListCustomDetectionRulesCommand;
6701
+ exports.ListCustomDetectionRulesRequest$ = ListCustomDetectionRulesRequest$;
6702
+ exports.ListCustomDetectionRulesResponse$ = ListCustomDetectionRulesResponse$;
6257
6703
  exports.ListDetectors$ = ListDetectors$;
6258
6704
  exports.ListDetectorsCommand = ListDetectorsCommand;
6259
6705
  exports.ListDetectorsRequest$ = ListDetectorsRequest$;
@@ -6413,6 +6859,11 @@ exports.ResourceStatistics$ = ResourceStatistics$;
6413
6859
  exports.ResourceType = ResourceType;
6414
6860
  exports.ResourceV2$ = ResourceV2$;
6415
6861
  exports.RiskLevel = RiskLevel;
6862
+ exports.RuleDefinition$ = RuleDefinition$;
6863
+ exports.RuleDetail$ = RuleDetail$;
6864
+ exports.RuleLanguage = RuleLanguage;
6865
+ exports.RuleSchema = RuleSchema;
6866
+ exports.RuleSummary$ = RuleSummary$;
6416
6867
  exports.RuntimeContext$ = RuntimeContext$;
6417
6868
  exports.RuntimeDetails$ = RuntimeDetails$;
6418
6869
  exports.S3Bucket$ = S3Bucket$;
@@ -6501,6 +6952,14 @@ exports.UntagResource$ = UntagResource$;
6501
6952
  exports.UntagResourceCommand = UntagResourceCommand;
6502
6953
  exports.UntagResourceRequest$ = UntagResourceRequest$;
6503
6954
  exports.UntagResourceResponse$ = UntagResourceResponse$;
6955
+ exports.UpdateCustomDetectionRuleAssociation$ = UpdateCustomDetectionRuleAssociation$;
6956
+ exports.UpdateCustomDetectionRuleAssociationCommand = UpdateCustomDetectionRuleAssociationCommand;
6957
+ exports.UpdateCustomDetectionRuleAssociationRequest$ = UpdateCustomDetectionRuleAssociationRequest$;
6958
+ exports.UpdateCustomDetectionRuleAssociationResponse$ = UpdateCustomDetectionRuleAssociationResponse$;
6959
+ exports.UpdateCustomDetectionRuleOrgConfiguration$ = UpdateCustomDetectionRuleOrgConfiguration$;
6960
+ exports.UpdateCustomDetectionRuleOrgConfigurationCommand = UpdateCustomDetectionRuleOrgConfigurationCommand;
6961
+ exports.UpdateCustomDetectionRuleOrgConfigurationRequest$ = UpdateCustomDetectionRuleOrgConfigurationRequest$;
6962
+ exports.UpdateCustomDetectionRuleOrgConfigurationResponse$ = UpdateCustomDetectionRuleOrgConfigurationResponse$;
6504
6963
  exports.UpdateDetector$ = UpdateDetector$;
6505
6964
  exports.UpdateDetectorCommand = UpdateDetectorCommand;
6506
6965
  exports.UpdateDetectorRequest$ = UpdateDetectorRequest$;
@@ -6570,6 +7029,9 @@ exports.paginateDescribeMalwareScans = paginateDescribeMalwareScans;
6570
7029
  exports.paginateDescribeOrganizationConfiguration = paginateDescribeOrganizationConfiguration;
6571
7030
  exports.paginateGetUsageStatistics = paginateGetUsageStatistics;
6572
7031
  exports.paginateListCoverage = paginateListCoverage;
7032
+ exports.paginateListCustomDetectionRuleAssociations = paginateListCustomDetectionRuleAssociations;
7033
+ exports.paginateListCustomDetectionRuleOrgConfigurations = paginateListCustomDetectionRuleOrgConfigurations;
7034
+ exports.paginateListCustomDetectionRules = paginateListCustomDetectionRules;
6573
7035
  exports.paginateListDetectors = paginateListDetectors;
6574
7036
  exports.paginateListFilters = paginateListFilters;
6575
7037
  exports.paginateListFindings = paginateListFindings;