@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
@@ -1,4 +1,4 @@
1
- import type { AdminStatus, AutoEnableMembers, CloudProvider, ClusterStatus, Confidence, ConfidenceLevel, ContentPolicyFilterAction, ContentPolicyFilterType, CoverageFilterCriterionKey, CoverageSortKey, CoverageStatisticsType, CoverageStatus, CriterionKey, DataSourceStatus, DestinationType, DetectorFeature, DetectorFeatureResult, DetectorStatus, EcsClusterStatus, EcsLaunchType, FeatureAdditionalConfiguration, FeatureStatus, FilterAction, FindingPublishingFrequency, FindingResourceType, FindingStatisticType, FreeTrialFeatureResult, GroupByType, GuardrailAction, GuardrailSource, IndicatorType, InvestigationStatus, IpSetFormat, IpSetStatus, KubernetesResourcesTypes, MalwareProtectionPlanStatus, MalwareProtectionPlanTaggingActionStatus, MalwareProtectionScanType, ManagementType, MfaStatus, NetworkDirection, OrderBy, OrgFeature, OrgFeatureAdditionalConfiguration, OrgFeatureStatus, ProfileSubtype, ProfileType, PublicAccessStatus, PublicAclIgnoreBehavior, PublicBucketRestrictBehavior, PublishingStatus, ResourceType, RiskLevel, ScanCategory, ScanResult, ScanStatus, ScanType, SignalType, ThreatEntitySetFormat, ThreatIntelSetFormat, TriggerType, TrustedEntitySetFormat } from "./enums";
1
+ import type { AdminStatus, AssociationMode, AutoEnableMembers, CloudProvider, ClusterStatus, ConfidenceLevel, ContentPolicyFilterAction, ContentPolicyFilterType, CoverageFilterCriterionKey, CoverageSortKey, CoverageStatisticsType, CoverageStatus, CriterionKey, DataSourceStatus, DestinationType, DetectionRuleConfigurationStatus, DetectionRuleDataSource, DetectionRuleFilterCondition, DetectionRuleSeverity, DetectorFeature, DetectorFeatureResult, DetectorStatus, EcsClusterStatus, EcsLaunchType, FeatureAdditionalConfiguration, FeatureStatus, FilterAction, FilterFieldName, FindingPublishingFrequency, FindingResourceType, FreeTrialFeatureResult, GuardrailAction, GuardrailSource, IndicatorType, IpSetFormat, KubernetesResourcesTypes, MalwareProtectionPlanTaggingActionStatus, MalwareProtectionScanType, ManagementType, MfaStatus, NetworkDirection, OrderBy, OrgFeature, OrgFeatureAdditionalConfiguration, OrgFeatureStatus, ProfileSubtype, ProfileType, PublicAccessStatus, PublicAclIgnoreBehavior, PublicBucketRestrictBehavior, PublishingStatus, ResourceType, RuleLanguage, RuleSchema, ScanCategory, ScanResult, ScanStatus, ScanType, SignalType, ThreatEntitySetFormat, ThreatIntelSetFormat, TriggerType, TrustedEntitySetFormat } from "./enums";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1167,6 +1167,93 @@ export interface ArchiveFindingsRequest {
1167
1167
  */
1168
1168
  export interface ArchiveFindingsResponse {
1169
1169
  }
1170
+ /**
1171
+ * <p>Contains the full details of a custom detection rule association.</p>
1172
+ * @public
1173
+ */
1174
+ export interface AssociationDetail {
1175
+ /**
1176
+ * <p>The unique identifier for the association.</p>
1177
+ * @public
1178
+ */
1179
+ AssociationId: string | undefined;
1180
+ /**
1181
+ * <p>The Amazon Resource Name (ARN) of the association.</p>
1182
+ * @public
1183
+ */
1184
+ Arn: string | undefined;
1185
+ /**
1186
+ * <p>The unique identifier for the custom detection rule.</p>
1187
+ * @public
1188
+ */
1189
+ RuleId: string | undefined;
1190
+ /**
1191
+ * <p>The Amazon Web Services account ID associated with this rule association.</p>
1192
+ * @public
1193
+ */
1194
+ AccountId: string | undefined;
1195
+ /**
1196
+ * <p>The rule execution mode. Valid values: <code>LIVE</code> | <code>DRY_RUN</code>.</p>
1197
+ * @public
1198
+ */
1199
+ Mode: AssociationMode | undefined;
1200
+ /**
1201
+ * <p>The timestamp when the association was created.</p>
1202
+ * @public
1203
+ */
1204
+ CreatedAt: Date | undefined;
1205
+ /**
1206
+ * <p>The timestamp when the association was last updated.</p>
1207
+ * @public
1208
+ */
1209
+ UpdatedAt: Date | undefined;
1210
+ /**
1211
+ * <p>The timestamp when the association expires.</p>
1212
+ * @public
1213
+ */
1214
+ ExpiresAt?: Date | undefined;
1215
+ }
1216
+ /**
1217
+ * <p>Contains summary information about a custom detection rule association.</p>
1218
+ * @public
1219
+ */
1220
+ export interface AssociationSummary {
1221
+ /**
1222
+ * <p>The unique identifier for the association.</p>
1223
+ * @public
1224
+ */
1225
+ AssociationId: string | undefined;
1226
+ /**
1227
+ * <p>The Amazon Resource Name (ARN) of the association.</p>
1228
+ * @public
1229
+ */
1230
+ Arn: string | undefined;
1231
+ /**
1232
+ * <p>The unique identifier for the custom detection rule.</p>
1233
+ * @public
1234
+ */
1235
+ RuleId: string | undefined;
1236
+ /**
1237
+ * <p>The rule execution mode. Valid values: <code>LIVE</code> | <code>DRY_RUN</code>.</p>
1238
+ * @public
1239
+ */
1240
+ Mode: AssociationMode | undefined;
1241
+ /**
1242
+ * <p>The timestamp when the association was created.</p>
1243
+ * @public
1244
+ */
1245
+ CreatedAt: Date | undefined;
1246
+ /**
1247
+ * <p>The timestamp when the association was last updated.</p>
1248
+ * @public
1249
+ */
1250
+ UpdatedAt: Date | undefined;
1251
+ /**
1252
+ * <p>The timestamp when the association expires.</p>
1253
+ * @public
1254
+ */
1255
+ ExpiresAt?: Date | undefined;
1256
+ }
1170
1257
  /**
1171
1258
  * <p>Contains information about the Autonomous System (AS) associated with the network endpoints involved in an attack sequence.</p>
1172
1259
  * @public
@@ -1801,6 +1888,76 @@ export interface CoverageStatistics {
1801
1888
  */
1802
1889
  CountByCoverageStatus?: Partial<Record<CoverageStatus, number>> | undefined;
1803
1890
  }
1891
+ /**
1892
+ * @public
1893
+ */
1894
+ export interface CreateCustomDetectionRuleAssociationRequest {
1895
+ /**
1896
+ * <p>The unique identifier for the custom detection rule.</p>
1897
+ * @public
1898
+ */
1899
+ RuleId: string | undefined;
1900
+ /**
1901
+ * <p>The rule execution mode. Valid values: <code>LIVE</code> | <code>DRY_RUN</code>.</p>
1902
+ * @public
1903
+ */
1904
+ Mode: AssociationMode | undefined;
1905
+ /**
1906
+ * <p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. Maximum 64 characters.</p>
1907
+ * @public
1908
+ */
1909
+ ClientToken?: string | undefined;
1910
+ /**
1911
+ * <p>The tags to be added to the new custom detection rule association resource.</p>
1912
+ * @public
1913
+ */
1914
+ Tags?: Record<string, string> | undefined;
1915
+ }
1916
+ /**
1917
+ * @public
1918
+ */
1919
+ export interface CreateCustomDetectionRuleAssociationResponse {
1920
+ /**
1921
+ * <p>The details of the newly created custom detection rule association.</p>
1922
+ * @public
1923
+ */
1924
+ RuleAssociation: AssociationDetail | undefined;
1925
+ }
1926
+ /**
1927
+ * @public
1928
+ */
1929
+ export interface CreateCustomDetectionRuleOrgConfigurationRequest {
1930
+ /**
1931
+ * <p>The unique identifier for the custom detection rule.</p>
1932
+ * @public
1933
+ */
1934
+ RuleId: string | undefined;
1935
+ /**
1936
+ * <p>The execution mode of the organization configuration. Valid values: <code>LIVE</code> | <code>DRY_RUN</code>.</p>
1937
+ * @public
1938
+ */
1939
+ Mode: AssociationMode | undefined;
1940
+ /**
1941
+ * <p>The account IDs to include in the organization configuration. Mutually exclusive with <code>ExcludeAccountIds</code>.</p>
1942
+ * @public
1943
+ */
1944
+ IncludeAccountIds?: string[] | undefined;
1945
+ /**
1946
+ * <p>The account IDs to exclude from the organization configuration. Mutually exclusive with <code>IncludeAccountIds</code>.</p>
1947
+ * @public
1948
+ */
1949
+ ExcludeAccountIds?: string[] | undefined;
1950
+ /**
1951
+ * <p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time.</p>
1952
+ * @public
1953
+ */
1954
+ ClientToken?: string | undefined;
1955
+ }
1956
+ /**
1957
+ * @public
1958
+ */
1959
+ export interface CreateCustomDetectionRuleOrgConfigurationResponse {
1960
+ }
1804
1961
  /**
1805
1962
  * <p>Describes whether Kubernetes audit logs are enabled as a data source.</p>
1806
1963
  * @public
@@ -2695,6 +2852,46 @@ export interface DefaultServerSideEncryption {
2695
2852
  */
2696
2853
  KmsMasterKeyArn?: string | undefined;
2697
2854
  }
2855
+ /**
2856
+ * @public
2857
+ */
2858
+ export interface DeleteCustomDetectionRuleAssociationRequest {
2859
+ /**
2860
+ * <p>The unique identifier for the custom detection rule.</p>
2861
+ * @public
2862
+ */
2863
+ RuleId: string | undefined;
2864
+ /**
2865
+ * <p>The unique identifier for the association to delete.</p>
2866
+ * @public
2867
+ */
2868
+ AssociationId: string | undefined;
2869
+ }
2870
+ /**
2871
+ * @public
2872
+ */
2873
+ export interface DeleteCustomDetectionRuleAssociationResponse {
2874
+ }
2875
+ /**
2876
+ * @public
2877
+ */
2878
+ export interface DeleteCustomDetectionRuleOrgConfigurationRequest {
2879
+ /**
2880
+ * <p>The unique identifier for the custom detection rule.</p>
2881
+ * @public
2882
+ */
2883
+ RuleId: string | undefined;
2884
+ /**
2885
+ * <p>The execution mode of the organization configuration to delete. Valid values: <code>LIVE</code> | <code>DRY_RUN</code>.</p>
2886
+ * @public
2887
+ */
2888
+ Mode: AssociationMode | undefined;
2889
+ }
2890
+ /**
2891
+ * @public
2892
+ */
2893
+ export interface DeleteCustomDetectionRuleOrgConfigurationResponse {
2894
+ }
2698
2895
  /**
2699
2896
  * @public
2700
2897
  */
@@ -4200,6 +4397,119 @@ export interface Detection {
4200
4397
  */
4201
4398
  Sequence?: Sequence | undefined;
4202
4399
  }
4400
+ /**
4401
+ * <p>Contains filter criteria for listing custom detection rules or associations.</p>
4402
+ * @public
4403
+ */
4404
+ export interface DetectionRuleFilter {
4405
+ /**
4406
+ * <p>The name of the field to filter by.</p>
4407
+ * @public
4408
+ */
4409
+ Name: FilterFieldName | undefined;
4410
+ /**
4411
+ * <p>The values to match against the specified filter name.</p>
4412
+ * @public
4413
+ */
4414
+ Values: string[] | undefined;
4415
+ /**
4416
+ * <p>The condition to apply to the filter. For example, <code>EQUALS</code> or <code>CONTAINS</code>.</p>
4417
+ * @public
4418
+ */
4419
+ Condition?: DetectionRuleFilterCondition | undefined;
4420
+ }
4421
+ /**
4422
+ * <p>Contains the organization-level configuration for a custom detection rule.</p>
4423
+ * @public
4424
+ */
4425
+ export interface DetectionRuleOrgConfiguration {
4426
+ /**
4427
+ * <p>The unique identifier for the custom detection rule.</p>
4428
+ * @public
4429
+ */
4430
+ RuleId: string | undefined;
4431
+ /**
4432
+ * <p>The execution mode of the organization configuration. Valid values: <code>LIVE</code> | <code>DRY_RUN</code>.</p>
4433
+ * @public
4434
+ */
4435
+ Mode: AssociationMode | undefined;
4436
+ /**
4437
+ * <p>The configuration status. Valid values: <code>ACTIVE</code> | <code>PROCESSING</code> | <code>FAILED</code>.</p>
4438
+ * @public
4439
+ */
4440
+ Status: DetectionRuleConfigurationStatus | undefined;
4441
+ /**
4442
+ * <p>The reason for the current configuration status.</p>
4443
+ * @public
4444
+ */
4445
+ StatusReason?: string | undefined;
4446
+ /**
4447
+ * <p>A list of member account IDs included in the organization configuration. Mutually exclusive with <code>ExcludeAccountIds</code>.</p>
4448
+ * @public
4449
+ */
4450
+ IncludeAccountIds: string[] | undefined;
4451
+ /**
4452
+ * <p>A list of member account IDs excluded from the organization configuration. Mutually exclusive with <code>IncludeAccountIds</code>.</p>
4453
+ * @public
4454
+ */
4455
+ ExcludeAccountIds: string[] | undefined;
4456
+ /**
4457
+ * <p>The timestamp when the organization configuration was created.</p>
4458
+ * @public
4459
+ */
4460
+ CreatedAt: Date | undefined;
4461
+ /**
4462
+ * <p>The timestamp when the organization configuration was last updated.</p>
4463
+ * @public
4464
+ */
4465
+ UpdatedAt: Date | undefined;
4466
+ /**
4467
+ * <p>The timestamp when the organization configuration expires.</p>
4468
+ * @public
4469
+ */
4470
+ ExpiresAt?: Date | undefined;
4471
+ }
4472
+ /**
4473
+ * <p>Contains summary information about an organization-level configuration for a custom detection rule.</p>
4474
+ * @public
4475
+ */
4476
+ export interface DetectionRuleOrgConfigurationSummary {
4477
+ /**
4478
+ * <p>The unique identifier for the custom detection rule.</p>
4479
+ * @public
4480
+ */
4481
+ RuleId: string | undefined;
4482
+ /**
4483
+ * <p>The rule execution mode.</p>
4484
+ * @public
4485
+ */
4486
+ Mode: AssociationMode | undefined;
4487
+ /**
4488
+ * <p>The configuration status.</p>
4489
+ * @public
4490
+ */
4491
+ Status: DetectionRuleConfigurationStatus | undefined;
4492
+ /**
4493
+ * <p>The reason for the current configuration status.</p>
4494
+ * @public
4495
+ */
4496
+ StatusReason?: string | undefined;
4497
+ /**
4498
+ * <p>The timestamp when the organization configuration was created.</p>
4499
+ * @public
4500
+ */
4501
+ CreatedAt: Date | undefined;
4502
+ /**
4503
+ * <p>The timestamp when the organization configuration was last updated.</p>
4504
+ * @public
4505
+ */
4506
+ UpdatedAt: Date | undefined;
4507
+ /**
4508
+ * <p>The timestamp when the organization configuration expires.</p>
4509
+ * @public
4510
+ */
4511
+ ExpiresAt?: Date | undefined;
4512
+ }
4203
4513
  /**
4204
4514
  * <p>Information about the additional configuration.</p>
4205
4515
  * @public
@@ -6260,520 +6570,219 @@ export interface GetCoverageStatisticsResponse {
6260
6570
  /**
6261
6571
  * @public
6262
6572
  */
6263
- export interface GetDetectorRequest {
6573
+ export interface GetCustomDetectionRuleRequest {
6264
6574
  /**
6265
- * <p>The unique ID of the detector that you want to get.</p> <p>To find the <code>detectorId</code> in the current Region, see the Settings page in the GuardDuty console, or run the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html">ListDetectors</a> API.</p>
6575
+ * <p>The unique identifier for the custom detection rule.</p>
6266
6576
  * @public
6267
6577
  */
6268
- DetectorId: string | undefined;
6578
+ RuleId: string | undefined;
6269
6579
  }
6270
6580
  /**
6581
+ * <p>Contains the detection logic for a custom detection rule.</p>
6271
6582
  * @public
6272
6583
  */
6273
- export interface GetDetectorResponse {
6584
+ export interface RuleDefinition {
6274
6585
  /**
6275
- * <p>The timestamp of when the detector was created.</p>
6586
+ * <p>The detection logic expression for the rule.</p>
6276
6587
  * @public
6277
6588
  */
6278
- CreatedAt?: string | undefined;
6279
- /**
6280
- * <p>The publishing frequency of the finding.</p>
6281
- * @public
6282
- */
6283
- FindingPublishingFrequency?: FindingPublishingFrequency | undefined;
6284
- /**
6285
- * <p>The GuardDuty service role.</p>
6286
- * @public
6287
- */
6288
- ServiceRole: string | undefined;
6289
- /**
6290
- * <p>The detector status.</p>
6291
- * @public
6292
- */
6293
- Status: DetectorStatus | undefined;
6294
- /**
6295
- * <p>The last-updated timestamp for the detector.</p>
6296
- * @public
6297
- */
6298
- UpdatedAt?: string | undefined;
6299
- /**
6300
- * <p>Describes which data sources are enabled for the detector.</p>
6301
- *
6302
- * @deprecated This parameter is deprecated, use Features instead.
6303
- * @public
6304
- */
6305
- DataSources?: DataSourceConfigurationsResult | undefined;
6306
- /**
6307
- * <p>The tags of the detector resource.</p>
6308
- * @public
6309
- */
6310
- Tags?: Record<string, string> | undefined;
6311
- /**
6312
- * <p>Describes the features that have been enabled for the detector.</p>
6313
- * @public
6314
- */
6315
- Features?: DetectorFeatureConfigurationResult[] | undefined;
6589
+ Expression: string | undefined;
6316
6590
  }
6317
6591
  /**
6592
+ * <p>Contains the full details of a custom detection rule, including its detection logic.</p>
6318
6593
  * @public
6319
6594
  */
6320
- export interface GetFilterRequest {
6595
+ export interface RuleDetail {
6321
6596
  /**
6322
- * <p>The unique ID of the detector that is associated with this filter.</p> <p>To find the <code>detectorId</code> in the current Region, see the Settings page in the GuardDuty console, or run the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html">ListDetectors</a> API.</p>
6597
+ * <p>The unique identifier for the rule.</p>
6323
6598
  * @public
6324
6599
  */
6325
- DetectorId: string | undefined;
6600
+ RuleId: string | undefined;
6326
6601
  /**
6327
- * <p>The name of the filter you want to get.</p>
6602
+ * <p>The Amazon Resource Name (ARN) of the rule.</p>
6328
6603
  * @public
6329
6604
  */
6330
- FilterName: string | undefined;
6331
- }
6332
- /**
6333
- * @public
6334
- */
6335
- export interface GetFilterResponse {
6605
+ Arn: string | undefined;
6336
6606
  /**
6337
- * <p>The name of the filter.</p>
6607
+ * <p>The display name of the rule.</p>
6338
6608
  * @public
6339
6609
  */
6340
6610
  Name: string | undefined;
6341
6611
  /**
6342
- * <p>The description of the filter.</p>
6343
- * @public
6344
- */
6345
- Description?: string | undefined;
6346
- /**
6347
- * <p>Specifies the action that is to be applied to the findings that match the filter.</p>
6348
- * @public
6349
- */
6350
- Action: FilterAction | undefined;
6351
- /**
6352
- * <p>Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.</p>
6353
- * @public
6354
- */
6355
- Rank?: number | undefined;
6356
- /**
6357
- * <p>Represents the criteria to be used in the filter for querying findings.</p>
6358
- * @public
6359
- */
6360
- FindingCriteria: FindingCriteria | undefined;
6361
- /**
6362
- * <p>The tags of the filter resource.</p>
6363
- * @public
6364
- */
6365
- Tags?: Record<string, string> | undefined;
6366
- /**
6367
- * <p>The timestamp when the filter was created. This field is not available for filters that were created before the lifecycle metadata feature was enabled (legacy filters).</p>
6612
+ * <p>A description of what the rule detects.</p>
6368
6613
  * @public
6369
6614
  */
6370
- CreatedAt?: Date | undefined;
6615
+ Description: string | undefined;
6371
6616
  /**
6372
- * <p>The timestamp when the filter was last updated. For legacy filters, this field is present only after the filter has been updated at least once since the lifecycle metadata feature was enabled.</p>
6617
+ * <p>The severity level assigned to findings generated by this rule.</p>
6373
6618
  * @public
6374
6619
  */
6375
- UpdatedAt?: Date | undefined;
6620
+ Severity: DetectionRuleSeverity | undefined;
6376
6621
  /**
6377
- * <p>The version of the filter. Every time the filter is updated, the version increments by 1. This field is not available for legacy filters that were created before the lifecycle metadata feature was enabled.</p>
6622
+ * <p>The data source that the rule analyzes.</p>
6378
6623
  * @public
6379
6624
  */
6380
- Version?: number | undefined;
6381
- }
6382
- /**
6383
- * @public
6384
- */
6385
- export interface GetFindingsRequest {
6625
+ DataSource: DetectionRuleDataSource | undefined;
6386
6626
  /**
6387
- * <p>The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.</p> <p>To find the <code>detectorId</code> in the current Region, see the Settings page in the GuardDuty console, or run the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html">ListDetectors</a> API.</p>
6627
+ * <p>The MITRE ATT&amp;CK tactic associated with the rule.</p>
6388
6628
  * @public
6389
6629
  */
6390
- DetectorId: string | undefined;
6630
+ Tactic: string | undefined;
6391
6631
  /**
6392
- * <p>The IDs of the findings that you want to retrieve.</p>
6632
+ * <p>The MITRE ATT&amp;CK technique associated with the rule.</p>
6393
6633
  * @public
6394
6634
  */
6395
- FindingIds: string[] | undefined;
6635
+ Technique: string | undefined;
6396
6636
  /**
6397
- * <p>Represents the criteria used for sorting findings.</p>
6637
+ * <p>The Amazon Web Services service associated with the rule.</p>
6398
6638
  * @public
6399
6639
  */
6400
- SortCriteria?: SortCriteria | undefined;
6401
- }
6402
- /**
6403
- * @public
6404
- */
6405
- export interface GetFindingsResponse {
6640
+ Service: string | undefined;
6406
6641
  /**
6407
- * <p>A list of findings.</p>
6642
+ * <p>The detection logic definition for the rule.</p>
6408
6643
  * @public
6409
6644
  */
6410
- Findings: Finding[] | undefined;
6411
- }
6412
- /**
6413
- * @public
6414
- */
6415
- export interface GetFindingsStatisticsRequest {
6645
+ Definition: RuleDefinition | undefined;
6416
6646
  /**
6417
- * <p>The ID of the detector whose findings statistics you want to retrieve.</p> <p>To find the <code>detectorId</code> in the current Region, see the Settings page in the GuardDuty console, or run the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html">ListDetectors</a> API.</p>
6647
+ * <p>The language used for the detection logic expression.</p>
6418
6648
  * @public
6419
6649
  */
6420
- DetectorId: string | undefined;
6650
+ Language?: RuleLanguage | undefined;
6421
6651
  /**
6422
- * <p>The types of finding statistics to retrieve.</p>
6423
- *
6424
- * @deprecated This parameter is deprecated, please use GroupBy instead.
6652
+ * <p>The schema version used by the rule definition.</p>
6425
6653
  * @public
6426
6654
  */
6427
- FindingStatisticTypes?: FindingStatisticType[] | undefined;
6655
+ Schema?: RuleSchema | undefined;
6428
6656
  /**
6429
- * <p>Represents the criteria that is used for querying findings.</p>
6657
+ * <p>The timestamp when the rule was created.</p>
6430
6658
  * @public
6431
6659
  */
6432
- FindingCriteria?: FindingCriteria | undefined;
6433
- /**
6434
- * <p>Displays the findings statistics grouped by one of the listed valid values.</p>
6435
- * @public
6436
- */
6437
- GroupBy?: GroupByType | undefined;
6438
- /**
6439
- * <p>Displays the sorted findings in the requested order. The default value of <code>orderBy</code> is <code>DESC</code>.</p> <p>You can use this parameter only with the <code>groupBy</code> parameter.</p>
6440
- * @public
6441
- */
6442
- OrderBy?: OrderBy | undefined;
6443
- /**
6444
- * <p>The maximum number of results to be returned in the response. The default value is 25.</p> <p>You can use this parameter only with the <code>groupBy</code> parameter.</p>
6445
- * @public
6446
- */
6447
- MaxResults?: number | undefined;
6448
- }
6449
- /**
6450
- * @public
6451
- */
6452
- export interface GetFindingsStatisticsResponse {
6453
- /**
6454
- * <p>The finding statistics object.</p>
6455
- * @public
6456
- */
6457
- FindingStatistics: FindingStatistics | undefined;
6660
+ CreatedAt: Date | undefined;
6458
6661
  /**
6459
- * <p>The pagination parameter to be used on the next list operation to retrieve more items.</p> <p>This parameter is currently not supported.</p>
6662
+ * <p>The timestamp when the rule was last updated.</p>
6460
6663
  * @public
6461
6664
  */
6462
- NextToken?: string | undefined;
6665
+ UpdatedAt?: Date | undefined;
6463
6666
  }
6464
6667
  /**
6465
6668
  * @public
6466
6669
  */
6467
- export interface GetInvestigationRequest {
6670
+ export interface GetCustomDetectionRuleResponse {
6468
6671
  /**
6469
- * <p>The unique ID of the GuardDuty detector associated with the investigation.</p> <p>To find the <code>detectorId</code> in the current Region, see the Settings page in the GuardDuty console, or run the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html">ListDetectors</a> API.</p>
6672
+ * <p>The details of the custom detection rule.</p>
6470
6673
  * @public
6471
6674
  */
6472
- DetectorId: string | undefined;
6473
- /**
6474
- * <p>The unique identifier of the investigation to retrieve.</p>
6475
- * @public
6476
- */
6477
- InvestigationId: string | undefined;
6675
+ Rule: RuleDetail | undefined;
6478
6676
  }
6479
6677
  /**
6480
- * <p>Contains information about the product that produced an investigation.</p>
6481
6678
  * @public
6482
6679
  */
6483
- export interface Product {
6680
+ export interface GetCustomDetectionRuleAssociationRequest {
6484
6681
  /**
6485
- * <p>The name of the product.</p>
6682
+ * <p>The unique identifier for the custom detection rule.</p>
6486
6683
  * @public
6487
6684
  */
6488
- Name: string | undefined;
6685
+ RuleId: string | undefined;
6489
6686
  /**
6490
- * <p>The specific feature within the product that produced the investigation.</p>
6687
+ * <p>The unique identifier for the association.</p>
6491
6688
  * @public
6492
6689
  */
6493
- Feature?: string | undefined;
6690
+ AssociationId: string | undefined;
6494
6691
  }
6495
6692
  /**
6496
- * <p>Contains metadata about the product and version that produced an investigation.</p>
6497
6693
  * @public
6498
6694
  */
6499
- export interface InvestigationMetadata {
6695
+ export interface GetCustomDetectionRuleAssociationResponse {
6500
6696
  /**
6501
- * <p>The version of the investigation engine that produced the results.</p>
6697
+ * <p>The details of the custom detection rule association.</p>
6502
6698
  * @public
6503
6699
  */
6504
- Version: string | undefined;
6700
+ RuleAssociation: AssociationDetail | undefined;
6505
6701
  /**
6506
- * <p>Information about the product that produced the investigation.</p>
6702
+ * <p>The tags associated with the custom detection rule association resource.</p>
6507
6703
  * @public
6508
6704
  */
6509
- Product: Product | undefined;
6705
+ Tags?: Record<string, string> | undefined;
6510
6706
  }
6511
6707
  /**
6512
- * <p>Contains the details and results of a GuardDuty investigation.</p>
6513
6708
  * @public
6514
6709
  */
6515
- export interface Investigation {
6516
- /**
6517
- * <p>The unique identifier of the investigation.</p>
6518
- * @public
6519
- */
6520
- InvestigationId: string | undefined;
6521
- /**
6522
- * <p>The current status of the investigation. Possible values are <code>RUNNING</code>, <code>COMPLETED</code>, and <code>FAILED</code>.</p>
6523
- * @public
6524
- */
6525
- Status: InvestigationStatus | undefined;
6526
- /**
6527
- * <p>The natural-language prompt that initiated this investigation.</p>
6528
- * @public
6529
- */
6530
- TriggerPrompt: string | undefined;
6710
+ export interface GetCustomDetectionRuleOrgConfigurationRequest {
6531
6711
  /**
6532
- * <p>The account that initiated the investigation.</p>
6712
+ * <p>The unique identifier for the custom detection rule.</p>
6533
6713
  * @public
6534
6714
  */
6535
- TriggeredBy: string | undefined;
6715
+ RuleId: string | undefined;
6536
6716
  /**
6537
- * <p>Metadata about the product and version that produced the investigation.</p>
6717
+ * <p>The execution mode of the organization configuration to retrieve. Valid values: <code>LIVE</code> | <code>DRY_RUN</code>.</p>
6538
6718
  * @public
6539
6719
  */
6540
- Metadata?: InvestigationMetadata | undefined;
6541
- /**
6542
- * <p>Details about the cloud environment in which the investigation was performed, including the provider, region, and account.</p>
6543
- * @public
6544
- */
6545
- Cloud?: CloudDetails | undefined;
6546
- /**
6547
- * <p>The assessed risk level of the investigated threat. Possible values are <code>Info</code>, <code>Low</code>, <code>Medium</code>, <code>High</code>, and <code>Critical</code>.</p>
6548
- * @public
6549
- */
6550
- RiskLevel?: RiskLevel | undefined;
6551
- /**
6552
- * <p>A human-readable description of the assessed risk.</p>
6553
- * @public
6554
- */
6555
- Risk?: string | undefined;
6556
- /**
6557
- * <p>The confidence level of the investigation's assessment. Possible values are <code>Unknown</code>, <code>Low</code>, <code>Medium</code>, and <code>High</code>.</p>
6558
- * @public
6559
- */
6560
- Confidence?: Confidence | undefined;
6561
- /**
6562
- * <p>A structured summary of the investigation findings, including affected resources, threat assessment, and recommended remediation steps.</p>
6563
- * @public
6564
- */
6565
- Summary?: string | undefined;
6566
- /**
6567
- * <p>The timestamp at which the investigation started.</p>
6568
- * @public
6569
- */
6570
- StartTime?: Date | undefined;
6571
- /**
6572
- * <p>The timestamp at which the investigation completed.</p>
6573
- * @public
6574
- */
6575
- EndTime?: Date | undefined;
6576
- /**
6577
- * <p>Details about the error if the investigation status is <code>FAILED</code>.</p>
6578
- * @public
6579
- */
6580
- Error?: string | undefined;
6720
+ Mode: AssociationMode | undefined;
6581
6721
  }
6582
6722
  /**
6583
6723
  * @public
6584
6724
  */
6585
- export interface GetInvestigationResponse {
6725
+ export interface GetCustomDetectionRuleOrgConfigurationResponse {
6586
6726
  /**
6587
- * <p>The details and results of the requested investigation.</p>
6727
+ * <p>The details of the organization configuration.</p>
6588
6728
  * @public
6589
6729
  */
6590
- Investigation: Investigation | undefined;
6730
+ Configuration: DetectionRuleOrgConfiguration | undefined;
6591
6731
  }
6592
6732
  /**
6593
6733
  * @public
6594
6734
  */
6595
- export interface GetInvitationsCountRequest {
6596
- }
6597
- /**
6598
- * @public
6599
- */
6600
- export interface GetInvitationsCountResponse {
6601
- /**
6602
- * <p>The number of received invitations.</p>
6603
- * @public
6604
- */
6605
- InvitationsCount?: number | undefined;
6606
- }
6607
- /**
6608
- * @public
6609
- */
6610
- export interface GetIPSetRequest {
6735
+ export interface GetDetectorRequest {
6611
6736
  /**
6612
- * <p>The unique ID of the detector that is associated with the IPSet.</p> <p>To find the <code>detectorId</code> in the current Region, see the Settings page in the GuardDuty console, or run the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html">ListDetectors</a> API.</p>
6737
+ * <p>The unique ID of the detector that you want to get.</p> <p>To find the <code>detectorId</code> in the current Region, see the Settings page in the GuardDuty console, or run the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html">ListDetectors</a> API.</p>
6613
6738
  * @public
6614
6739
  */
6615
6740
  DetectorId: string | undefined;
6616
- /**
6617
- * <p>The unique ID of the IPSet to retrieve.</p>
6618
- * @public
6619
- */
6620
- IpSetId: string | undefined;
6621
6741
  }
6622
6742
  /**
6623
6743
  * @public
6624
6744
  */
6625
- export interface GetIPSetResponse {
6626
- /**
6627
- * <p>The user-friendly name for the IPSet.</p>
6628
- * @public
6629
- */
6630
- Name: string | undefined;
6631
- /**
6632
- * <p>The format of the file that contains the IPSet.</p>
6633
- * @public
6634
- */
6635
- Format: IpSetFormat | undefined;
6636
- /**
6637
- * <p>The URI of the file that contains the IPSet.</p>
6638
- * @public
6639
- */
6640
- Location: string | undefined;
6641
- /**
6642
- * <p>The status of IPSet file that was uploaded.</p>
6643
- * @public
6644
- */
6645
- Status: IpSetStatus | undefined;
6646
- /**
6647
- * <p>The tags of the IPSet resource.</p>
6648
- * @public
6649
- */
6650
- Tags?: Record<string, string> | undefined;
6651
- /**
6652
- * <p>The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the <b>location</b> parameter. This field appears in the response only if it was provided during IPSet creation or update.</p>
6653
- * @public
6654
- */
6655
- ExpectedBucketOwner?: string | undefined;
6656
- }
6657
- /**
6658
- * @public
6659
- */
6660
- export interface GetMalwareProtectionPlanRequest {
6661
- /**
6662
- * <p>A unique identifier associated with Malware Protection plan resource.</p>
6663
- * @public
6664
- */
6665
- MalwareProtectionPlanId: string | undefined;
6666
- }
6667
- /**
6668
- * <p>Information about the issue code and message associated to the status of your Malware Protection plan.</p>
6669
- * @public
6670
- */
6671
- export interface MalwareProtectionPlanStatusReason {
6672
- /**
6673
- * <p>Issue code.</p>
6674
- * @public
6675
- */
6676
- Code?: string | undefined;
6677
- /**
6678
- * <p>Issue message that specifies the reason. For information about potential troubleshooting steps, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/troubleshoot-s3-malware-protection-status-errors.html">Troubleshooting Malware Protection for S3 status issues</a> in the <i>Amazon GuardDuty User Guide</i>.</p>
6679
- * @public
6680
- */
6681
- Message?: string | undefined;
6682
- }
6683
- /**
6684
- * @public
6685
- */
6686
- export interface GetMalwareProtectionPlanResponse {
6687
- /**
6688
- * <p>Amazon Resource Name (ARN) of the protected resource.</p>
6689
- * @public
6690
- */
6691
- Arn?: string | undefined;
6745
+ export interface GetDetectorResponse {
6692
6746
  /**
6693
- * <p>Amazon Resource Name (ARN) of the IAM role that includes the permissions to scan and add tags to the associated protected resource.</p>
6747
+ * <p>The timestamp of when the detector was created.</p>
6694
6748
  * @public
6695
6749
  */
6696
- Role?: string | undefined;
6750
+ CreatedAt?: string | undefined;
6697
6751
  /**
6698
- * <p>Information about the protected resource that is associated with the created Malware Protection plan. Presently, <code>S3Bucket</code> is the only supported protected resource.</p>
6752
+ * <p>The publishing frequency of the finding.</p>
6699
6753
  * @public
6700
6754
  */
6701
- ProtectedResource?: CreateProtectedResource | undefined;
6755
+ FindingPublishingFrequency?: FindingPublishingFrequency | undefined;
6702
6756
  /**
6703
- * <p>Information about whether the tags will be added to the S3 object after scanning.</p>
6757
+ * <p>The GuardDuty service role.</p>
6704
6758
  * @public
6705
6759
  */
6706
- Actions?: MalwareProtectionPlanActions | undefined;
6760
+ ServiceRole: string | undefined;
6707
6761
  /**
6708
- * <p>The timestamp when the Malware Protection plan resource was created.</p>
6762
+ * <p>The detector status.</p>
6709
6763
  * @public
6710
6764
  */
6711
- CreatedAt?: Date | undefined;
6765
+ Status: DetectorStatus | undefined;
6712
6766
  /**
6713
- * <p>Malware Protection plan status.</p>
6767
+ * <p>The last-updated timestamp for the detector.</p>
6714
6768
  * @public
6715
6769
  */
6716
- Status?: MalwareProtectionPlanStatus | undefined;
6770
+ UpdatedAt?: string | undefined;
6717
6771
  /**
6718
- * <p>Information about the issue code and message associated to the status of your Malware Protection plan.</p>
6772
+ * <p>Describes which data sources are enabled for the detector.</p>
6773
+ *
6774
+ * @deprecated This parameter is deprecated, use Features instead.
6719
6775
  * @public
6720
6776
  */
6721
- StatusReasons?: MalwareProtectionPlanStatusReason[] | undefined;
6777
+ DataSources?: DataSourceConfigurationsResult | undefined;
6722
6778
  /**
6723
- * <p>Tags added to the Malware Protection plan resource.</p>
6779
+ * <p>The tags of the detector resource.</p>
6724
6780
  * @public
6725
6781
  */
6726
6782
  Tags?: Record<string, string> | undefined;
6727
- }
6728
- /**
6729
- * @public
6730
- */
6731
- export interface GetMalwareScanRequest {
6732
6783
  /**
6733
- * <p>A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.</p>
6734
- * @public
6735
- */
6736
- ScanId: string | undefined;
6737
- }
6738
- /**
6739
- * <p>Contains information about the recovery point configuration used in the scan.</p>
6740
- * @public
6741
- */
6742
- export interface ScanConfigurationRecoveryPoint {
6743
- /**
6744
- * <p>The name of the Amazon Web Services Backup vault that contains the recovery point for the scanned.</p>
6745
- * @public
6746
- */
6747
- BackupVaultName?: string | undefined;
6748
- /**
6749
- * <p>The time range within the continuous backup in Amazon Web Services Backup that was scanned for a point-in-time recovery resource.</p>
6750
- * @public
6751
- */
6752
- ContinuousScanDetails?: ScanConfigurationContinuousScanDetails | undefined;
6753
- }
6754
- /**
6755
- * <p>Contains information about the configuration used for the malware scan.</p>
6756
- * @public
6757
- */
6758
- export interface ScanConfiguration {
6759
- /**
6760
- * <p>Amazon Resource Name (ARN) of the IAM role that should contain the required permissions for the scan.</p>
6761
- * @public
6762
- */
6763
- Role?: string | undefined;
6764
- /**
6765
- * <p>Information about the entity that triggered the malware scan.</p>
6766
- * @public
6767
- */
6768
- TriggerDetails?: TriggerDetails | undefined;
6769
- /**
6770
- * <p>Information about the incremental scan configuration, if applicable.</p>
6771
- * @public
6772
- */
6773
- IncrementalScanDetails?: IncrementalScanDetails | undefined;
6774
- /**
6775
- * <p>Information about the recovery point configuration used for the scan, if applicable.</p>
6784
+ * <p>Describes the features that have been enabled for the detector.</p>
6776
6785
  * @public
6777
6786
  */
6778
- RecoveryPoint?: ScanConfigurationRecoveryPoint | undefined;
6787
+ Features?: DetectorFeatureConfigurationResult[] | undefined;
6779
6788
  }