@aws-sdk/client-guardduty 3.933.0 → 3.935.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 (72) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +1505 -525
  3. package/dist-es/GuardDuty.js +4 -0
  4. package/dist-es/commands/GetMalwareScanCommand.js +16 -0
  5. package/dist-es/commands/ListMalwareScansCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/index.js +2 -1
  8. package/dist-es/models/enums.js +445 -0
  9. package/dist-es/models/errors.js +81 -0
  10. package/dist-es/models/models_0.js +1 -383
  11. package/dist-es/models/models_1.js +1 -77
  12. package/dist-es/pagination/ListMalwareScansPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +942 -68
  15. package/dist-types/GuardDuty.d.ts +15 -0
  16. package/dist-types/GuardDutyClient.d.ts +4 -2
  17. package/dist-types/commands/DescribeMalwareScansCommand.d.ts +1 -0
  18. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  19. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  20. package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
  21. package/dist-types/commands/GetFilterCommand.d.ts +1 -1
  22. package/dist-types/commands/GetFindingsCommand.d.ts +34 -1
  23. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +1 -1
  24. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  25. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  26. package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
  27. package/dist-types/commands/GetMalwareScanCommand.d.ts +164 -0
  28. package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +1 -1
  29. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  30. package/dist-types/commands/GetMemberDetectorsCommand.d.ts +1 -1
  31. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  32. package/dist-types/commands/ListMalwareScansCommand.d.ts +110 -0
  33. package/dist-types/commands/StartMalwareScanCommand.d.ts +14 -2
  34. package/dist-types/commands/index.d.ts +2 -0
  35. package/dist-types/index.d.ts +4 -1
  36. package/dist-types/models/enums.d.ts +973 -0
  37. package/dist-types/models/errors.d.ts +112 -0
  38. package/dist-types/models/models_0.d.ts +1178 -784
  39. package/dist-types/models/models_1.d.ts +169 -893
  40. package/dist-types/pagination/ListMalwareScansPaginator.d.ts +7 -0
  41. package/dist-types/pagination/index.d.ts +1 -0
  42. package/dist-types/schemas/schemas_0.d.ts +30 -0
  43. package/dist-types/ts3.4/GuardDuty.d.ts +35 -0
  44. package/dist-types/ts3.4/GuardDutyClient.d.ts +12 -0
  45. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +50 -0
  55. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListMalwareScansCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  61. package/dist-types/ts3.4/index.d.ts +4 -1
  62. package/dist-types/ts3.4/models/enums.d.ts +554 -0
  63. package/dist-types/ts3.4/models/errors.d.ts +45 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +329 -423
  65. package/dist-types/ts3.4/models/models_1.d.ts +68 -285
  66. package/dist-types/ts3.4/pagination/ListMalwareScansPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  68. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  69. package/package.json +12 -12
  70. package/dist-es/models/index.js +0 -2
  71. package/dist-types/models/index.d.ts +0 -2
  72. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,5 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { GuardDutyServiceException as __BaseException } from "./GuardDutyServiceException";
1
+ import { AdminStatus, AutoEnableMembers, ClusterStatus, CoverageFilterCriterionKey, CoverageSortKey, CoverageStatisticsType, CoverageStatus, CriterionKey, DataSourceStatus, DestinationType, DetectionSource, DetectorFeature, DetectorFeatureResult, DetectorStatus, EbsSnapshotPreservation, FeatureAdditionalConfiguration, FeatureStatus, FilterAction, FindingPublishingFrequency, FindingResourceType, FindingStatisticType, FreeTrialFeatureResult, GroupByType, IndicatorType, IpSetFormat, IpSetStatus, KubernetesResourcesTypes, MalwareProtectionPlanStatus, MalwareProtectionPlanTaggingActionStatus, MalwareProtectionResourceType, MalwareProtectionScanStatus, MalwareProtectionScanType, ManagementType, MfaStatus, NetworkDirection, OrderBy, OrgFeature, OrgFeatureAdditionalConfiguration, OrgFeatureStatus, ProfileSubtype, ProfileType, PublicAccessStatus, PublicAclIgnoreBehavior, PublicBucketRestrictBehavior, PublishingStatus, ResourceType, ScanCategory, ScanCriterionKey, ScanResult, ScanResultStatus, ScanStatus, ScanStatusReason, ScanType, SignalType, ThreatEntitySetFormat, ThreatIntelSetFormat, TriggerType, TrustedEntitySetFormat } from "./enums";
3
2
  /**
4
3
  * @public
5
4
  */
@@ -27,50 +26,6 @@ export interface AcceptAdministratorInvitationRequest {
27
26
  */
28
27
  export interface AcceptAdministratorInvitationResponse {
29
28
  }
30
- /**
31
- * <p>A bad request exception object.</p>
32
- * @public
33
- */
34
- export declare class BadRequestException extends __BaseException {
35
- readonly name: "BadRequestException";
36
- readonly $fault: "client";
37
- /**
38
- * <p>The error message.</p>
39
- * @public
40
- */
41
- Message?: string | undefined;
42
- /**
43
- * <p>The error type.</p>
44
- * @public
45
- */
46
- Type?: string | undefined;
47
- /**
48
- * @internal
49
- */
50
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
51
- }
52
- /**
53
- * <p>An internal server error exception object.</p>
54
- * @public
55
- */
56
- export declare class InternalServerErrorException extends __BaseException {
57
- readonly name: "InternalServerErrorException";
58
- readonly $fault: "server";
59
- /**
60
- * <p>The error message.</p>
61
- * @public
62
- */
63
- Message?: string | undefined;
64
- /**
65
- * <p>The error type.</p>
66
- * @public
67
- */
68
- Type?: string | undefined;
69
- /**
70
- * @internal
71
- */
72
- constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
73
- }
74
29
  /**
75
30
  * @public
76
31
  */
@@ -118,28 +73,6 @@ export interface AccessControlList {
118
73
  */
119
74
  AllowsPublicWriteAccess?: boolean | undefined;
120
75
  }
121
- /**
122
- * <p>An access denied exception object.</p>
123
- * @public
124
- */
125
- export declare class AccessDeniedException extends __BaseException {
126
- readonly name: "AccessDeniedException";
127
- readonly $fault: "client";
128
- /**
129
- * <p>The error message.</p>
130
- * @public
131
- */
132
- Message?: string | undefined;
133
- /**
134
- * <p>The error type.</p>
135
- * @public
136
- */
137
- Type?: string | undefined;
138
- /**
139
- * @internal
140
- */
141
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
142
- }
143
76
  /**
144
77
  * <p>Contains information about the access keys.</p>
145
78
  * @public
@@ -320,27 +253,6 @@ export interface DataSourcesFreeTrial {
320
253
  */
321
254
  MalwareProtection?: MalwareProtectionDataSourceFreeTrial | undefined;
322
255
  }
323
- /**
324
- * @public
325
- * @enum
326
- */
327
- export declare const FreeTrialFeatureResult: {
328
- readonly CLOUD_TRAIL: "CLOUD_TRAIL";
329
- readonly DNS_LOGS: "DNS_LOGS";
330
- readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
331
- readonly EC2_RUNTIME_MONITORING: "EC2_RUNTIME_MONITORING";
332
- readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
333
- readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
334
- readonly FARGATE_RUNTIME_MONITORING: "FARGATE_RUNTIME_MONITORING";
335
- readonly FLOW_LOGS: "FLOW_LOGS";
336
- readonly LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS";
337
- readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
338
- readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
339
- };
340
- /**
341
- * @public
342
- */
343
- export type FreeTrialFeatureResult = (typeof FreeTrialFeatureResult)[keyof typeof FreeTrialFeatureResult];
344
256
  /**
345
257
  * <p>Contains information about the free trial period for a feature.</p>
346
258
  * @public
@@ -1062,18 +974,6 @@ export interface ActorProcess {
1062
974
  */
1063
975
  Sha256?: string | undefined;
1064
976
  }
1065
- /**
1066
- * @public
1067
- * @enum
1068
- */
1069
- export declare const MfaStatus: {
1070
- readonly DISABLED: "DISABLED";
1071
- readonly ENABLED: "ENABLED";
1072
- };
1073
- /**
1074
- * @public
1075
- */
1076
- export type MfaStatus = (typeof MfaStatus)[keyof typeof MfaStatus];
1077
977
  /**
1078
978
  * <p>Contains information about the authenticated session.</p>
1079
979
  * @public
@@ -1162,6 +1062,22 @@ export interface Actor {
1162
1062
  */
1163
1063
  Process?: ActorProcess | undefined;
1164
1064
  }
1065
+ /**
1066
+ * <p>Contains additional information about the detected threat.</p>
1067
+ * @public
1068
+ */
1069
+ export interface AdditionalInfo {
1070
+ /**
1071
+ * <p>The version ID of the S3 object, if applicable.</p>
1072
+ * @public
1073
+ */
1074
+ VersionId?: string | undefined;
1075
+ /**
1076
+ * <p>The device name of the EBS volume, if applicable.</p>
1077
+ * @public
1078
+ */
1079
+ DeviceName?: string | undefined;
1080
+ }
1165
1081
  /**
1166
1082
  * <p>Information about the installed EKS add-on (GuardDuty security agent).</p>
1167
1083
  * @public
@@ -1178,18 +1094,6 @@ export interface AddonDetails {
1178
1094
  */
1179
1095
  AddonStatus?: string | undefined;
1180
1096
  }
1181
- /**
1182
- * @public
1183
- * @enum
1184
- */
1185
- export declare const AdminStatus: {
1186
- readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
1187
- readonly ENABLED: "ENABLED";
1188
- };
1189
- /**
1190
- * @public
1191
- */
1192
- export type AdminStatus = (typeof AdminStatus)[keyof typeof AdminStatus];
1193
1097
  /**
1194
1098
  * <p>The account within the organization specified as the GuardDuty delegated
1195
1099
  * administrator.</p>
@@ -1256,31 +1160,6 @@ export interface Observations {
1256
1160
  */
1257
1161
  Text?: string[] | undefined;
1258
1162
  }
1259
- /**
1260
- * @public
1261
- * @enum
1262
- */
1263
- export declare const ProfileSubtype: {
1264
- readonly FREQUENT: "FREQUENT";
1265
- readonly INFREQUENT: "INFREQUENT";
1266
- readonly RARE: "RARE";
1267
- readonly UNSEEN: "UNSEEN";
1268
- };
1269
- /**
1270
- * @public
1271
- */
1272
- export type ProfileSubtype = (typeof ProfileSubtype)[keyof typeof ProfileSubtype];
1273
- /**
1274
- * @public
1275
- * @enum
1276
- */
1277
- export declare const ProfileType: {
1278
- readonly FREQUENCY: "FREQUENCY";
1279
- };
1280
- /**
1281
- * @public
1282
- */
1283
- export type ProfileType = (typeof ProfileType)[keyof typeof ProfileType];
1284
1163
  /**
1285
1164
  * <p>Contains information about the unusual anomalies.</p>
1286
1165
  * @public
@@ -1353,19 +1232,6 @@ export interface ArchiveFindingsRequest {
1353
1232
  */
1354
1233
  export interface ArchiveFindingsResponse {
1355
1234
  }
1356
- /**
1357
- * @public
1358
- * @enum
1359
- */
1360
- export declare const AutoEnableMembers: {
1361
- readonly ALL: "ALL";
1362
- readonly NEW: "NEW";
1363
- readonly NONE: "NONE";
1364
- };
1365
- /**
1366
- * @public
1367
- */
1368
- export type AutoEnableMembers = (typeof AutoEnableMembers)[keyof typeof AutoEnableMembers];
1369
1235
  /**
1370
1236
  * <p>Contains information about the Autonomous System (AS) associated with the network
1371
1237
  * endpoints involved in an attack sequence.</p>
@@ -1423,18 +1289,6 @@ export interface BucketLevelPermissions {
1423
1289
  */
1424
1290
  BlockPublicAccess?: BlockPublicAccess | undefined;
1425
1291
  }
1426
- /**
1427
- * @public
1428
- * @enum
1429
- */
1430
- export declare const DataSourceStatus: {
1431
- readonly DISABLED: "DISABLED";
1432
- readonly ENABLED: "ENABLED";
1433
- };
1434
- /**
1435
- * @public
1436
- */
1437
- export type DataSourceStatus = (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
1438
1292
  /**
1439
1293
  * <p>Contains information on the status of CloudTrail as a data source for the detector.</p>
1440
1294
  * @public
@@ -1446,22 +1300,6 @@ export interface CloudTrailConfigurationResult {
1446
1300
  */
1447
1301
  Status: DataSourceStatus | undefined;
1448
1302
  }
1449
- /**
1450
- * @public
1451
- * @enum
1452
- */
1453
- export declare const ClusterStatus: {
1454
- readonly ACTIVE: "ACTIVE";
1455
- readonly CREATING: "CREATING";
1456
- readonly DELETING: "DELETING";
1457
- readonly FAILED: "FAILED";
1458
- readonly PENDING: "PENDING";
1459
- readonly UPDATING: "UPDATING";
1460
- };
1461
- /**
1462
- * @public
1463
- */
1464
- export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
1465
1303
  /**
1466
1304
  * <p>Contains information about the condition.</p>
1467
1305
  * @public
@@ -1554,28 +1392,6 @@ export interface Condition {
1554
1392
  */
1555
1393
  LessThanOrEqual?: number | undefined;
1556
1394
  }
1557
- /**
1558
- * <p>A request conflict exception object.</p>
1559
- * @public
1560
- */
1561
- export declare class ConflictException extends __BaseException {
1562
- readonly name: "ConflictException";
1563
- readonly $fault: "client";
1564
- /**
1565
- * <p>The error message.</p>
1566
- * @public
1567
- */
1568
- Message?: string | undefined;
1569
- /**
1570
- * <p>The error type.</p>
1571
- * @public
1572
- */
1573
- Type?: string | undefined;
1574
- /**
1575
- * @internal
1576
- */
1577
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1578
- }
1579
1395
  /**
1580
1396
  * <p>Container security context.</p>
1581
1397
  * @public
@@ -1688,44 +1504,6 @@ export interface ContainerInstanceDetails {
1688
1504
  */
1689
1505
  CompatibleContainerInstances?: number | undefined;
1690
1506
  }
1691
- /**
1692
- * @public
1693
- * @enum
1694
- */
1695
- export declare const CoverageStatus: {
1696
- readonly HEALTHY: "HEALTHY";
1697
- readonly UNHEALTHY: "UNHEALTHY";
1698
- };
1699
- /**
1700
- * @public
1701
- */
1702
- export type CoverageStatus = (typeof CoverageStatus)[keyof typeof CoverageStatus];
1703
- /**
1704
- * @public
1705
- * @enum
1706
- */
1707
- export declare const ResourceType: {
1708
- readonly EC2: "EC2";
1709
- readonly ECS: "ECS";
1710
- readonly EKS: "EKS";
1711
- };
1712
- /**
1713
- * @public
1714
- */
1715
- export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
1716
- /**
1717
- * @public
1718
- * @enum
1719
- */
1720
- export declare const ManagementType: {
1721
- readonly AUTO_MANAGED: "AUTO_MANAGED";
1722
- readonly DISABLED: "DISABLED";
1723
- readonly MANUAL: "MANUAL";
1724
- };
1725
- /**
1726
- * @public
1727
- */
1728
- export type ManagementType = (typeof ManagementType)[keyof typeof ManagementType];
1729
1507
  /**
1730
1508
  * <p>Contains information about the Amazon EC2 instance runtime
1731
1509
  * coverage details.</p>
@@ -1883,27 +1661,6 @@ export interface CoverageFilterCondition {
1883
1661
  */
1884
1662
  NotEquals?: string[] | undefined;
1885
1663
  }
1886
- /**
1887
- * @public
1888
- * @enum
1889
- */
1890
- export declare const CoverageFilterCriterionKey: {
1891
- readonly ACCOUNT_ID: "ACCOUNT_ID";
1892
- readonly ADDON_VERSION: "ADDON_VERSION";
1893
- readonly AGENT_VERSION: "AGENT_VERSION";
1894
- readonly CLUSTER_ARN: "CLUSTER_ARN";
1895
- readonly CLUSTER_NAME: "CLUSTER_NAME";
1896
- readonly COVERAGE_STATUS: "COVERAGE_STATUS";
1897
- readonly ECS_CLUSTER_NAME: "ECS_CLUSTER_NAME";
1898
- readonly EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME";
1899
- readonly INSTANCE_ID: "INSTANCE_ID";
1900
- readonly MANAGEMENT_TYPE: "MANAGEMENT_TYPE";
1901
- readonly RESOURCE_TYPE: "RESOURCE_TYPE";
1902
- };
1903
- /**
1904
- * @public
1905
- */
1906
- export type CoverageFilterCriterionKey = (typeof CoverageFilterCriterionKey)[keyof typeof CoverageFilterCriterionKey];
1907
1664
  /**
1908
1665
  * <p>Represents a condition that when matched will be added to the response of the
1909
1666
  * operation.</p>
@@ -2008,37 +1765,6 @@ export interface CoverageResource {
2008
1765
  */
2009
1766
  UpdatedAt?: Date | undefined;
2010
1767
  }
2011
- /**
2012
- * @public
2013
- * @enum
2014
- */
2015
- export declare const CoverageSortKey: {
2016
- readonly ACCOUNT_ID: "ACCOUNT_ID";
2017
- readonly ADDON_VERSION: "ADDON_VERSION";
2018
- readonly CLUSTER_NAME: "CLUSTER_NAME";
2019
- readonly COVERAGE_STATUS: "COVERAGE_STATUS";
2020
- readonly ECS_CLUSTER_NAME: "ECS_CLUSTER_NAME";
2021
- readonly EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME";
2022
- readonly INSTANCE_ID: "INSTANCE_ID";
2023
- readonly ISSUE: "ISSUE";
2024
- readonly UPDATED_AT: "UPDATED_AT";
2025
- };
2026
- /**
2027
- * @public
2028
- */
2029
- export type CoverageSortKey = (typeof CoverageSortKey)[keyof typeof CoverageSortKey];
2030
- /**
2031
- * @public
2032
- * @enum
2033
- */
2034
- export declare const OrderBy: {
2035
- readonly ASC: "ASC";
2036
- readonly DESC: "DESC";
2037
- };
2038
- /**
2039
- * @public
2040
- */
2041
- export type OrderBy = (typeof OrderBy)[keyof typeof OrderBy];
2042
1768
  /**
2043
1769
  * <p>Information about the sorting criteria used in the coverage statistics.</p>
2044
1770
  * @public
@@ -2075,18 +1801,6 @@ export interface CoverageStatistics {
2075
1801
  */
2076
1802
  CountByCoverageStatus?: Partial<Record<CoverageStatus, number>> | undefined;
2077
1803
  }
2078
- /**
2079
- * @public
2080
- * @enum
2081
- */
2082
- export declare const CoverageStatisticsType: {
2083
- readonly COUNT_BY_COVERAGE_STATUS: "COUNT_BY_COVERAGE_STATUS";
2084
- readonly COUNT_BY_RESOURCE_TYPE: "COUNT_BY_RESOURCE_TYPE";
2085
- };
2086
- /**
2087
- * @public
2088
- */
2089
- export type CoverageStatisticsType = (typeof CoverageStatisticsType)[keyof typeof CoverageStatisticsType];
2090
1804
  /**
2091
1805
  * <p>Describes whether Kubernetes audit logs are enabled as a data source.</p>
2092
1806
  * @public
@@ -2164,31 +1878,6 @@ export interface DataSourceConfigurations {
2164
1878
  */
2165
1879
  MalwareProtection?: MalwareProtectionConfiguration | undefined;
2166
1880
  }
2167
- /**
2168
- * @public
2169
- * @enum
2170
- */
2171
- export declare const FeatureAdditionalConfiguration: {
2172
- readonly EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT";
2173
- readonly ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT";
2174
- readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
2175
- };
2176
- /**
2177
- * @public
2178
- */
2179
- export type FeatureAdditionalConfiguration = (typeof FeatureAdditionalConfiguration)[keyof typeof FeatureAdditionalConfiguration];
2180
- /**
2181
- * @public
2182
- * @enum
2183
- */
2184
- export declare const FeatureStatus: {
2185
- readonly DISABLED: "DISABLED";
2186
- readonly ENABLED: "ENABLED";
2187
- };
2188
- /**
2189
- * @public
2190
- */
2191
- export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
2192
1881
  /**
2193
1882
  * <p>Information about the additional configuration for a feature in your GuardDuty account.</p>
2194
1883
  * @public
@@ -2205,23 +1894,6 @@ export interface DetectorAdditionalConfiguration {
2205
1894
  */
2206
1895
  Status?: FeatureStatus | undefined;
2207
1896
  }
2208
- /**
2209
- * @public
2210
- * @enum
2211
- */
2212
- export declare const DetectorFeature: {
2213
- readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
2214
- readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
2215
- readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
2216
- readonly LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS";
2217
- readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
2218
- readonly RUNTIME_MONITORING: "RUNTIME_MONITORING";
2219
- readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
2220
- };
2221
- /**
2222
- * @public
2223
- */
2224
- export type DetectorFeature = (typeof DetectorFeature)[keyof typeof DetectorFeature];
2225
1897
  /**
2226
1898
  * <p>Contains information about a GuardDuty feature.</p>
2227
1899
  * <p>Specifying both EKS Runtime Monitoring (<code>EKS_RUNTIME_MONITORING</code>)
@@ -2248,19 +1920,6 @@ export interface DetectorFeatureConfiguration {
2248
1920
  */
2249
1921
  AdditionalConfiguration?: DetectorAdditionalConfiguration[] | undefined;
2250
1922
  }
2251
- /**
2252
- * @public
2253
- * @enum
2254
- */
2255
- export declare const FindingPublishingFrequency: {
2256
- readonly FIFTEEN_MINUTES: "FIFTEEN_MINUTES";
2257
- readonly ONE_HOUR: "ONE_HOUR";
2258
- readonly SIX_HOURS: "SIX_HOURS";
2259
- };
2260
- /**
2261
- * @public
2262
- */
2263
- export type FindingPublishingFrequency = (typeof FindingPublishingFrequency)[keyof typeof FindingPublishingFrequency];
2264
1923
  /**
2265
1924
  * @public
2266
1925
  */
@@ -2375,18 +2034,6 @@ export interface CreateDetectorResponse {
2375
2034
  */
2376
2035
  UnprocessedDataSources?: UnprocessedDataSourcesResult | undefined;
2377
2036
  }
2378
- /**
2379
- * @public
2380
- * @enum
2381
- */
2382
- export declare const FilterAction: {
2383
- readonly ARCHIVE: "ARCHIVE";
2384
- readonly NOOP: "NOOP";
2385
- };
2386
- /**
2387
- * @public
2388
- */
2389
- export type FilterAction = (typeof FilterAction)[keyof typeof FilterAction];
2390
2037
  /**
2391
2038
  * <p>Contains information about the criteria used for querying findings.</p>
2392
2039
  * @public
@@ -2781,22 +2428,6 @@ export interface CreateFilterResponse {
2781
2428
  */
2782
2429
  Name: string | undefined;
2783
2430
  }
2784
- /**
2785
- * @public
2786
- * @enum
2787
- */
2788
- export declare const IpSetFormat: {
2789
- readonly ALIEN_VAULT: "ALIEN_VAULT";
2790
- readonly FIRE_EYE: "FIRE_EYE";
2791
- readonly OTX_CSV: "OTX_CSV";
2792
- readonly PROOF_POINT: "PROOF_POINT";
2793
- readonly STIX: "STIX";
2794
- readonly TXT: "TXT";
2795
- };
2796
- /**
2797
- * @public
2798
- */
2799
- export type IpSetFormat = (typeof IpSetFormat)[keyof typeof IpSetFormat];
2800
2431
  /**
2801
2432
  * @public
2802
2433
  */
@@ -2856,18 +2487,6 @@ export interface CreateIPSetResponse {
2856
2487
  */
2857
2488
  IpSetId: string | undefined;
2858
2489
  }
2859
- /**
2860
- * @public
2861
- * @enum
2862
- */
2863
- export declare const MalwareProtectionPlanTaggingActionStatus: {
2864
- readonly DISABLED: "DISABLED";
2865
- readonly ENABLED: "ENABLED";
2866
- };
2867
- /**
2868
- * @public
2869
- */
2870
- export type MalwareProtectionPlanTaggingActionStatus = (typeof MalwareProtectionPlanTaggingActionStatus)[keyof typeof MalwareProtectionPlanTaggingActionStatus];
2871
2490
  /**
2872
2491
  * <p>Information about adding tags to the scanned S3 object after the scan result.</p>
2873
2492
  * @public
@@ -3030,17 +2649,6 @@ export interface DestinationProperties {
3030
2649
  */
3031
2650
  KmsKeyArn?: string | undefined;
3032
2651
  }
3033
- /**
3034
- * @public
3035
- * @enum
3036
- */
3037
- export declare const DestinationType: {
3038
- readonly S3: "S3";
3039
- };
3040
- /**
3041
- * @public
3042
- */
3043
- export type DestinationType = (typeof DestinationType)[keyof typeof DestinationType];
3044
2652
  /**
3045
2653
  * @public
3046
2654
  */
@@ -3107,22 +2715,6 @@ export interface CreateSampleFindingsRequest {
3107
2715
  */
3108
2716
  export interface CreateSampleFindingsResponse {
3109
2717
  }
3110
- /**
3111
- * @public
3112
- * @enum
3113
- */
3114
- export declare const ThreatEntitySetFormat: {
3115
- readonly ALIEN_VAULT: "ALIEN_VAULT";
3116
- readonly FIRE_EYE: "FIRE_EYE";
3117
- readonly OTX_CSV: "OTX_CSV";
3118
- readonly PROOF_POINT: "PROOF_POINT";
3119
- readonly STIX: "STIX";
3120
- readonly TXT: "TXT";
3121
- };
3122
- /**
3123
- * @public
3124
- */
3125
- export type ThreatEntitySetFormat = (typeof ThreatEntitySetFormat)[keyof typeof ThreatEntitySetFormat];
3126
2718
  /**
3127
2719
  * @public
3128
2720
  */
@@ -3186,22 +2778,6 @@ export interface CreateThreatEntitySetResponse {
3186
2778
  */
3187
2779
  ThreatEntitySetId: string | undefined;
3188
2780
  }
3189
- /**
3190
- * @public
3191
- * @enum
3192
- */
3193
- export declare const ThreatIntelSetFormat: {
3194
- readonly ALIEN_VAULT: "ALIEN_VAULT";
3195
- readonly FIRE_EYE: "FIRE_EYE";
3196
- readonly OTX_CSV: "OTX_CSV";
3197
- readonly PROOF_POINT: "PROOF_POINT";
3198
- readonly STIX: "STIX";
3199
- readonly TXT: "TXT";
3200
- };
3201
- /**
3202
- * @public
3203
- */
3204
- export type ThreatIntelSetFormat = (typeof ThreatIntelSetFormat)[keyof typeof ThreatIntelSetFormat];
3205
2781
  /**
3206
2782
  * @public
3207
2783
  */
@@ -3262,22 +2838,6 @@ export interface CreateThreatIntelSetResponse {
3262
2838
  */
3263
2839
  ThreatIntelSetId: string | undefined;
3264
2840
  }
3265
- /**
3266
- * @public
3267
- * @enum
3268
- */
3269
- export declare const TrustedEntitySetFormat: {
3270
- readonly ALIEN_VAULT: "ALIEN_VAULT";
3271
- readonly FIRE_EYE: "FIRE_EYE";
3272
- readonly OTX_CSV: "OTX_CSV";
3273
- readonly PROOF_POINT: "PROOF_POINT";
3274
- readonly STIX: "STIX";
3275
- readonly TXT: "TXT";
3276
- };
3277
- /**
3278
- * @public
3279
- */
3280
- export type TrustedEntitySetFormat = (typeof TrustedEntitySetFormat)[keyof typeof TrustedEntitySetFormat];
3281
2841
  /**
3282
2842
  * @public
3283
2843
  */
@@ -3342,39 +2902,6 @@ export interface CreateTrustedEntitySetResponse {
3342
2902
  */
3343
2903
  TrustedEntitySetId: string | undefined;
3344
2904
  }
3345
- /**
3346
- * @public
3347
- * @enum
3348
- */
3349
- export declare const CriterionKey: {
3350
- readonly ACCOUNT_ID: "ACCOUNT_ID";
3351
- readonly EC2_INSTANCE_ARN: "EC2_INSTANCE_ARN";
3352
- readonly GUARDDUTY_FINDING_ID: "GUARDDUTY_FINDING_ID";
3353
- readonly SCAN_ID: "SCAN_ID";
3354
- readonly SCAN_START_TIME: "SCAN_START_TIME";
3355
- readonly SCAN_STATUS: "SCAN_STATUS";
3356
- readonly SCAN_TYPE: "SCAN_TYPE";
3357
- };
3358
- /**
3359
- * @public
3360
- */
3361
- export type CriterionKey = (typeof CriterionKey)[keyof typeof CriterionKey];
3362
- /**
3363
- * @public
3364
- * @enum
3365
- */
3366
- export declare const DataSource: {
3367
- readonly CLOUD_TRAIL: "CLOUD_TRAIL";
3368
- readonly DNS_LOGS: "DNS_LOGS";
3369
- readonly EC2_MALWARE_SCAN: "EC2_MALWARE_SCAN";
3370
- readonly FLOW_LOGS: "FLOW_LOGS";
3371
- readonly KUBERNETES_AUDIT_LOGS: "KUBERNETES_AUDIT_LOGS";
3372
- readonly S3_LOGS: "S3_LOGS";
3373
- };
3374
- /**
3375
- * @public
3376
- */
3377
- export type DataSource = (typeof DataSource)[keyof typeof DataSource];
3378
2905
  /**
3379
2906
  * <p>Contains information on the status of DNS logs as a data source.</p>
3380
2907
  * @public
@@ -3631,28 +3158,6 @@ export interface DeleteMalwareProtectionPlanRequest {
3631
3158
  */
3632
3159
  MalwareProtectionPlanId: string | undefined;
3633
3160
  }
3634
- /**
3635
- * <p>The requested resource can't be found.</p>
3636
- * @public
3637
- */
3638
- export declare class ResourceNotFoundException extends __BaseException {
3639
- readonly name: "ResourceNotFoundException";
3640
- readonly $fault: "client";
3641
- /**
3642
- * <p>The error message.</p>
3643
- * @public
3644
- */
3645
- Message?: string | undefined;
3646
- /**
3647
- * <p>The error type.</p>
3648
- * @public
3649
- */
3650
- Type?: string | undefined;
3651
- /**
3652
- * @internal
3653
- */
3654
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
3655
- }
3656
3161
  /**
3657
3162
  * @public
3658
3163
  */
@@ -3934,18 +3439,6 @@ export interface ResourceDetails {
3934
3439
  */
3935
3440
  InstanceArn?: string | undefined;
3936
3441
  }
3937
- /**
3938
- * @public
3939
- * @enum
3940
- */
3941
- export declare const ScanResult: {
3942
- readonly CLEAN: "CLEAN";
3943
- readonly INFECTED: "INFECTED";
3944
- };
3945
- /**
3946
- * @public
3947
- */
3948
- export type ScanResult = (typeof ScanResult)[keyof typeof ScanResult];
3949
3442
  /**
3950
3443
  * <p>Represents the result of the scan.</p>
3951
3444
  * @public
@@ -3957,32 +3450,6 @@ export interface ScanResultDetails {
3957
3450
  */
3958
3451
  ScanResult?: ScanResult | undefined;
3959
3452
  }
3960
- /**
3961
- * @public
3962
- * @enum
3963
- */
3964
- export declare const ScanStatus: {
3965
- readonly COMPLETED: "COMPLETED";
3966
- readonly FAILED: "FAILED";
3967
- readonly RUNNING: "RUNNING";
3968
- readonly SKIPPED: "SKIPPED";
3969
- };
3970
- /**
3971
- * @public
3972
- */
3973
- export type ScanStatus = (typeof ScanStatus)[keyof typeof ScanStatus];
3974
- /**
3975
- * @public
3976
- * @enum
3977
- */
3978
- export declare const ScanType: {
3979
- readonly GUARDDUTY_INITIATED: "GUARDDUTY_INITIATED";
3980
- readonly ON_DEMAND: "ON_DEMAND";
3981
- };
3982
- /**
3983
- * @public
3984
- */
3985
- export type ScanType = (typeof ScanType)[keyof typeof ScanType];
3986
3453
  /**
3987
3454
  * <p>Represents the reason the scan was triggered.</p>
3988
3455
  * @public
@@ -3998,6 +3465,11 @@ export interface TriggerDetails {
3998
3465
  * @public
3999
3466
  */
4000
3467
  Description?: string | undefined;
3468
+ /**
3469
+ * <p>Specifies the trigger type that started the malware scan.</p>
3470
+ * @public
3471
+ */
3472
+ TriggerType?: TriggerType | undefined;
4001
3473
  }
4002
3474
  /**
4003
3475
  * <p>Contains information about malware scans associated with GuardDuty Malware Protection for EC2.</p>
@@ -4226,32 +3698,6 @@ export interface OrganizationDataSourceConfigurationsResult {
4226
3698
  */
4227
3699
  MalwareProtection?: OrganizationMalwareProtectionConfigurationResult | undefined;
4228
3700
  }
4229
- /**
4230
- * @public
4231
- * @enum
4232
- */
4233
- export declare const OrgFeatureStatus: {
4234
- readonly ALL: "ALL";
4235
- readonly NEW: "NEW";
4236
- readonly NONE: "NONE";
4237
- };
4238
- /**
4239
- * @public
4240
- */
4241
- export type OrgFeatureStatus = (typeof OrgFeatureStatus)[keyof typeof OrgFeatureStatus];
4242
- /**
4243
- * @public
4244
- * @enum
4245
- */
4246
- export declare const OrgFeatureAdditionalConfiguration: {
4247
- readonly EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT";
4248
- readonly ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT";
4249
- readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
4250
- };
4251
- /**
4252
- * @public
4253
- */
4254
- export type OrgFeatureAdditionalConfiguration = (typeof OrgFeatureAdditionalConfiguration)[keyof typeof OrgFeatureAdditionalConfiguration];
4255
3701
  /**
4256
3702
  * <p>A list of additional configuration which will be configured for the organization.</p>
4257
3703
  * @public
@@ -4294,23 +3740,6 @@ export interface OrganizationAdditionalConfigurationResult {
4294
3740
  */
4295
3741
  AutoEnable?: OrgFeatureStatus | undefined;
4296
3742
  }
4297
- /**
4298
- * @public
4299
- * @enum
4300
- */
4301
- export declare const OrgFeature: {
4302
- readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
4303
- readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
4304
- readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
4305
- readonly LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS";
4306
- readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
4307
- readonly RUNTIME_MONITORING: "RUNTIME_MONITORING";
4308
- readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
4309
- };
4310
- /**
4311
- * @public
4312
- */
4313
- export type OrgFeature = (typeof OrgFeature)[keyof typeof OrgFeature];
4314
3743
  /**
4315
3744
  * <p>A list of features which will be configured for the organization.</p>
4316
3745
  * @public
@@ -4444,20 +3873,6 @@ export interface DescribePublishingDestinationRequest {
4444
3873
  */
4445
3874
  DestinationId: string | undefined;
4446
3875
  }
4447
- /**
4448
- * @public
4449
- * @enum
4450
- */
4451
- export declare const PublishingStatus: {
4452
- readonly PENDING_VERIFICATION: "PENDING_VERIFICATION";
4453
- readonly PUBLISHING: "PUBLISHING";
4454
- readonly STOPPED: "STOPPED";
4455
- readonly UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY: "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY";
4456
- };
4457
- /**
4458
- * @public
4459
- */
4460
- export type PublishingStatus = (typeof PublishingStatus)[keyof typeof PublishingStatus];
4461
3876
  /**
4462
3877
  * @public
4463
3878
  */
@@ -4519,18 +3934,6 @@ export interface Destination {
4519
3934
  */
4520
3935
  Status: PublishingStatus | undefined;
4521
3936
  }
4522
- /**
4523
- * @public
4524
- * @enum
4525
- */
4526
- export declare const NetworkDirection: {
4527
- readonly INBOUND: "INBOUND";
4528
- readonly OUTBOUND: "OUTBOUND";
4529
- };
4530
- /**
4531
- * @public
4532
- */
4533
- export type NetworkDirection = (typeof NetworkDirection)[keyof typeof NetworkDirection];
4534
3937
  /**
4535
3938
  * <p>Contains information about the network connection.</p>
4536
3939
  * @public
@@ -4796,24 +4199,6 @@ export interface EksCluster {
4796
4199
  */
4797
4200
  Ec2InstanceUids?: string[] | undefined;
4798
4201
  }
4799
- /**
4800
- * @public
4801
- * @enum
4802
- */
4803
- export declare const KubernetesResourcesTypes: {
4804
- readonly CRONJOBS: "CRONJOBS";
4805
- readonly DAEMONSETS: "DAEMONSETS";
4806
- readonly DEPLOYMENTS: "DEPLOYMENTS";
4807
- readonly JOBS: "JOBS";
4808
- readonly PODS: "PODS";
4809
- readonly REPLICASETS: "REPLICASETS";
4810
- readonly REPLICATIONCONTROLLERS: "REPLICATIONCONTROLLERS";
4811
- readonly STATEFULSETS: "STATEFULSETS";
4812
- };
4813
- /**
4814
- * @public
4815
- */
4816
- export type KubernetesResourcesTypes = (typeof KubernetesResourcesTypes)[keyof typeof KubernetesResourcesTypes];
4817
4202
  /**
4818
4203
  * <p>Contains information about Kubernetes workloads involved in a GuardDuty finding,
4819
4204
  * including pods, deployments, and other Kubernetes resources.</p>
@@ -4836,42 +4221,6 @@ export interface KubernetesWorkload {
4836
4221
  */
4837
4222
  KubernetesResourcesTypes?: KubernetesResourcesTypes | undefined;
4838
4223
  }
4839
- /**
4840
- * @public
4841
- * @enum
4842
- */
4843
- export declare const PublicAccessStatus: {
4844
- readonly ALLOWED: "ALLOWED";
4845
- readonly BLOCKED: "BLOCKED";
4846
- };
4847
- /**
4848
- * @public
4849
- */
4850
- export type PublicAccessStatus = (typeof PublicAccessStatus)[keyof typeof PublicAccessStatus];
4851
- /**
4852
- * @public
4853
- * @enum
4854
- */
4855
- export declare const PublicAclIgnoreBehavior: {
4856
- readonly IGNORED: "IGNORED";
4857
- readonly NOT_IGNORED: "NOT_IGNORED";
4858
- };
4859
- /**
4860
- * @public
4861
- */
4862
- export type PublicAclIgnoreBehavior = (typeof PublicAclIgnoreBehavior)[keyof typeof PublicAclIgnoreBehavior];
4863
- /**
4864
- * @public
4865
- * @enum
4866
- */
4867
- export declare const PublicBucketRestrictBehavior: {
4868
- readonly NOT_RESTRICTED: "NOT_RESTRICTED";
4869
- readonly RESTRICTED: "RESTRICTED";
4870
- };
4871
- /**
4872
- * @public
4873
- */
4874
- export type PublicBucketRestrictBehavior = (typeof PublicBucketRestrictBehavior)[keyof typeof PublicBucketRestrictBehavior];
4875
4224
  /**
4876
4225
  * <p>Describes public access policies that apply to the Amazon S3 bucket.</p>
4877
4226
  * <p>For information about each of the following settings, see
@@ -5032,24 +4381,6 @@ export interface ResourceData {
5032
4381
  */
5033
4382
  Container?: ContainerFindingResource | undefined;
5034
4383
  }
5035
- /**
5036
- * @public
5037
- * @enum
5038
- */
5039
- export declare const FindingResourceType: {
5040
- readonly ACCESS_KEY: "ACCESS_KEY";
5041
- readonly CONTAINER: "CONTAINER";
5042
- readonly EC2_INSTANCE: "EC2_INSTANCE";
5043
- readonly EC2_NETWORK_INTERFACE: "EC2_NETWORK_INTERFACE";
5044
- readonly EKS_CLUSTER: "EKS_CLUSTER";
5045
- readonly KUBERNETES_WORKLOAD: "KUBERNETES_WORKLOAD";
5046
- readonly S3_BUCKET: "S3_BUCKET";
5047
- readonly S3_OBJECT: "S3_OBJECT";
5048
- };
5049
- /**
5050
- * @public
5051
- */
5052
- export type FindingResourceType = (typeof FindingResourceType)[keyof typeof FindingResourceType];
5053
4384
  /**
5054
4385
  * <p>Contains information about a tag key-value pair.</p>
5055
4386
  * @public
@@ -5118,32 +4449,6 @@ export interface ResourceV2 {
5118
4449
  */
5119
4450
  Data?: ResourceData | undefined;
5120
4451
  }
5121
- /**
5122
- * @public
5123
- * @enum
5124
- */
5125
- export declare const IndicatorType: {
5126
- readonly ATTACK_TACTIC: "ATTACK_TACTIC";
5127
- readonly ATTACK_TECHNIQUE: "ATTACK_TECHNIQUE";
5128
- readonly CRYPTOMINING_DOMAIN: "CRYPTOMINING_DOMAIN";
5129
- readonly CRYPTOMINING_IP: "CRYPTOMINING_IP";
5130
- readonly CRYPTOMINING_PROCESS: "CRYPTOMINING_PROCESS";
5131
- readonly HIGH_RISK_API: "HIGH_RISK_API";
5132
- readonly MALICIOUS_DOMAIN: "MALICIOUS_DOMAIN";
5133
- readonly MALICIOUS_IP: "MALICIOUS_IP";
5134
- readonly MALICIOUS_PROCESS: "MALICIOUS_PROCESS";
5135
- readonly SUSPICIOUS_NETWORK: "SUSPICIOUS_NETWORK";
5136
- readonly SUSPICIOUS_PROCESS: "SUSPICIOUS_PROCESS";
5137
- readonly SUSPICIOUS_USER_AGENT: "SUSPICIOUS_USER_AGENT";
5138
- readonly TOR_IP: "TOR_IP";
5139
- readonly UNUSUAL_API_FOR_ACCOUNT: "UNUSUAL_API_FOR_ACCOUNT";
5140
- readonly UNUSUAL_ASN_FOR_ACCOUNT: "UNUSUAL_ASN_FOR_ACCOUNT";
5141
- readonly UNUSUAL_ASN_FOR_USER: "UNUSUAL_ASN_FOR_USER";
5142
- };
5143
- /**
5144
- * @public
5145
- */
5146
- export type IndicatorType = (typeof IndicatorType)[keyof typeof IndicatorType];
5147
4452
  /**
5148
4453
  * <p>Contains information about the indicators that include a set of
5149
4454
  * signals observed in an attack sequence.</p>
@@ -5169,23 +4474,6 @@ export interface Indicator {
5169
4474
  */
5170
4475
  Title?: string | undefined;
5171
4476
  }
5172
- /**
5173
- * @public
5174
- * @enum
5175
- */
5176
- export declare const SignalType: {
5177
- readonly CLOUD_TRAIL: "CLOUD_TRAIL";
5178
- readonly DNS_LOGS: "DNS_LOGS";
5179
- readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
5180
- readonly FINDING: "FINDING";
5181
- readonly FLOW_LOGS: "FLOW_LOGS";
5182
- readonly RUNTIME_MONITORING: "RUNTIME_MONITORING";
5183
- readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
5184
- };
5185
- /**
5186
- * @public
5187
- */
5188
- export type SignalType = (typeof SignalType)[keyof typeof SignalType];
5189
4477
  /**
5190
4478
  * <p>Contains information about the signals involved in the attack sequence.</p>
5191
4479
  * @public
@@ -5374,26 +4662,6 @@ export interface DetectorAdditionalConfigurationResult {
5374
4662
  */
5375
4663
  UpdatedAt?: Date | undefined;
5376
4664
  }
5377
- /**
5378
- * @public
5379
- * @enum
5380
- */
5381
- export declare const DetectorFeatureResult: {
5382
- readonly CLOUD_TRAIL: "CLOUD_TRAIL";
5383
- readonly DNS_LOGS: "DNS_LOGS";
5384
- readonly EBS_MALWARE_PROTECTION: "EBS_MALWARE_PROTECTION";
5385
- readonly EKS_AUDIT_LOGS: "EKS_AUDIT_LOGS";
5386
- readonly EKS_RUNTIME_MONITORING: "EKS_RUNTIME_MONITORING";
5387
- readonly FLOW_LOGS: "FLOW_LOGS";
5388
- readonly LAMBDA_NETWORK_LOGS: "LAMBDA_NETWORK_LOGS";
5389
- readonly RDS_LOGIN_EVENTS: "RDS_LOGIN_EVENTS";
5390
- readonly RUNTIME_MONITORING: "RUNTIME_MONITORING";
5391
- readonly S3_DATA_EVENTS: "S3_DATA_EVENTS";
5392
- };
5393
- /**
5394
- * @public
5395
- */
5396
- export type DetectorFeatureResult = (typeof DetectorFeatureResult)[keyof typeof DetectorFeatureResult];
5397
4665
  /**
5398
4666
  * <p>Contains information about a GuardDuty feature.</p>
5399
4667
  * <p>Specifying both EKS Runtime Monitoring (<code>EKS_RUNTIME_MONITORING</code>)
@@ -5425,18 +4693,6 @@ export interface DetectorFeatureConfigurationResult {
5425
4693
  */
5426
4694
  AdditionalConfiguration?: DetectorAdditionalConfigurationResult[] | undefined;
5427
4695
  }
5428
- /**
5429
- * @public
5430
- * @enum
5431
- */
5432
- export declare const DetectorStatus: {
5433
- readonly DISABLED: "DISABLED";
5434
- readonly ENABLED: "ENABLED";
5435
- };
5436
- /**
5437
- * @public
5438
- */
5439
- export type DetectorStatus = (typeof DetectorStatus)[keyof typeof DetectorStatus];
5440
4696
  /**
5441
4697
  * @public
5442
4698
  */
@@ -5512,17 +4768,27 @@ export interface DisassociateMembersResponse {
5512
4768
  UnprocessedAccounts: UnprocessedAccount[] | undefined;
5513
4769
  }
5514
4770
  /**
4771
+ * <p>Contains information about an EBS snapshot that was scanned for malware.</p>
5515
4772
  * @public
5516
- * @enum
5517
4773
  */
5518
- export declare const EbsSnapshotPreservation: {
5519
- readonly NO_RETENTION: "NO_RETENTION";
5520
- readonly RETENTION_WITH_FINDING: "RETENTION_WITH_FINDING";
5521
- };
4774
+ export interface EbsSnapshot {
4775
+ /**
4776
+ * <p>The device name of the EBS snapshot that was scanned.</p>
4777
+ * @public
4778
+ */
4779
+ DeviceName?: string | undefined;
4780
+ }
5522
4781
  /**
4782
+ * <p>Contains details about the EBS snapshot that was scanned for malware.</p>
5523
4783
  * @public
5524
4784
  */
5525
- export type EbsSnapshotPreservation = (typeof EbsSnapshotPreservation)[keyof typeof EbsSnapshotPreservation];
4785
+ export interface EbsSnapshotDetails {
4786
+ /**
4787
+ * <p>The Amazon Resource Name (ARN) of the EBS snapshot.</p>
4788
+ * @public
4789
+ */
4790
+ SnapshotArn?: string | undefined;
4791
+ }
5526
4792
  /**
5527
4793
  * <p>Contains list of scanned and skipped EBS volumes with details.</p>
5528
4794
  * @public
@@ -5741,6 +5007,17 @@ export interface EbsVolumeScanDetails {
5741
5007
  */
5742
5008
  ScanType?: ScanType | undefined;
5743
5009
  }
5010
+ /**
5011
+ * <p>Contains details about the EC2 AMI that was scanned.</p>
5012
+ * @public
5013
+ */
5014
+ export interface Ec2ImageDetails {
5015
+ /**
5016
+ * <p>The Amazon Resource Name (ARN) of the EC2 AMI.</p>
5017
+ * @public
5018
+ */
5019
+ ImageArn?: string | undefined;
5020
+ }
5744
5021
  /**
5745
5022
  * <p>Represents a pre-existing file or directory on the host machine that the volume maps
5746
5023
  * to.</p>
@@ -5963,18 +5240,6 @@ export interface Evidence {
5963
5240
  */
5964
5241
  ThreatIntelligenceDetails?: ThreatIntelligenceDetail[] | undefined;
5965
5242
  }
5966
- /**
5967
- * @public
5968
- * @enum
5969
- */
5970
- export declare const Feedback: {
5971
- readonly NOT_USEFUL: "NOT_USEFUL";
5972
- readonly USEFUL: "USEFUL";
5973
- };
5974
- /**
5975
- * @public
5976
- */
5977
- export type Feedback = (typeof Feedback)[keyof typeof Feedback];
5978
5243
  /**
5979
5244
  * <p>Contains information about the elastic network interface of the EC2 instance.</p>
5980
5245
  * @public
@@ -6412,6 +5677,22 @@ export interface RdsLimitlessDbDetails {
6412
5677
  */
6413
5678
  Tags?: Tag[] | undefined;
6414
5679
  }
5680
+ /**
5681
+ * <p>Contains details about the backup recovery point.</p>
5682
+ * @public
5683
+ */
5684
+ export interface RecoveryPointDetails {
5685
+ /**
5686
+ * <p>The Amazon Resource Name (ARN) of the recovery point.</p>
5687
+ * @public
5688
+ */
5689
+ RecoveryPointArn?: string | undefined;
5690
+ /**
5691
+ * <p>The name of the backup vault containing the recovery point.</p>
5692
+ * @public
5693
+ */
5694
+ BackupVaultName?: string | undefined;
5695
+ }
6415
5696
  /**
6416
5697
  * <p>Contains information on the owner of the bucket.</p>
6417
5698
  * @public
@@ -6617,6 +5898,21 @@ export interface Resource {
6617
5898
  * @public
6618
5899
  */
6619
5900
  LambdaDetails?: LambdaDetails | undefined;
5901
+ /**
5902
+ * <p>Contains details about the EBS snapshot that was scanned.</p>
5903
+ * @public
5904
+ */
5905
+ EbsSnapshotDetails?: EbsSnapshotDetails | undefined;
5906
+ /**
5907
+ * <p>Contains details about the EC2 image that was scanned.</p>
5908
+ * @public
5909
+ */
5910
+ Ec2ImageDetails?: Ec2ImageDetails | undefined;
5911
+ /**
5912
+ * <p>Contains details about the backup recovery point that was scanned.</p>
5913
+ * @public
5914
+ */
5915
+ RecoveryPointDetails?: RecoveryPointDetails | undefined;
6620
5916
  }
6621
5917
  /**
6622
5918
  * <p>Additional information about the generated finding.</p>
@@ -6634,6 +5930,60 @@ export interface ServiceAdditionalInfo {
6634
5930
  */
6635
5931
  Type?: string | undefined;
6636
5932
  }
5933
+ /**
5934
+ * <p>Contains information about the incremental scan configuration.</p>
5935
+ * @public
5936
+ */
5937
+ export interface IncrementalScanDetails {
5938
+ /**
5939
+ * <p>Amazon Resource Name (ARN) of the baseline resource used for incremental scanning. The scan will only
5940
+ * process changes since this baseline resource was created.</p>
5941
+ * @public
5942
+ */
5943
+ BaselineResourceArn: string | undefined;
5944
+ }
5945
+ /**
5946
+ * <p>Contains finding configuration details about the malware scan.</p>
5947
+ * @public
5948
+ */
5949
+ export interface MalwareProtectionFindingsScanConfiguration {
5950
+ /**
5951
+ * <p>The event that triggered the malware scan.</p>
5952
+ * @public
5953
+ */
5954
+ TriggerType?: TriggerType | undefined;
5955
+ /**
5956
+ * <p>Contains information about the incremental scan configuration.</p>
5957
+ * @public
5958
+ */
5959
+ IncrementalScanDetails?: IncrementalScanDetails | undefined;
5960
+ }
5961
+ /**
5962
+ * <p>Contains detailed information about where a threat was detected.</p>
5963
+ * @public
5964
+ */
5965
+ export interface ItemDetails {
5966
+ /**
5967
+ * <p>Amazon Resource Name (ARN) of the resource where the threat was detected.</p>
5968
+ * @public
5969
+ */
5970
+ ResourceArn?: string | undefined;
5971
+ /**
5972
+ * <p>The path where the threat was detected.</p>
5973
+ * @public
5974
+ */
5975
+ ItemPath?: string | undefined;
5976
+ /**
5977
+ * <p>The hash value of the infected item.</p>
5978
+ * @public
5979
+ */
5980
+ Hash?: string | undefined;
5981
+ /**
5982
+ * <p>Additional information about the detected threat item.</p>
5983
+ * @public
5984
+ */
5985
+ AdditionalInfo?: AdditionalInfo | undefined;
5986
+ }
6637
5987
  /**
6638
5988
  * <p>Information about the nested item path and hash of the protected
6639
5989
  * resource.</p>
@@ -6673,6 +6023,21 @@ export interface Threat {
6673
6023
  * @public
6674
6024
  */
6675
6025
  ItemPaths?: ItemPath[] | undefined;
6026
+ /**
6027
+ * <p>The number of occurrences of this specific threat detected during the scan.</p>
6028
+ * @public
6029
+ */
6030
+ Count?: number | undefined;
6031
+ /**
6032
+ * <p>The hash identifier of the detected malware threat.</p>
6033
+ * @public
6034
+ */
6035
+ Hash?: string | undefined;
6036
+ /**
6037
+ * <p>Detailed information about the detected malware threat.</p>
6038
+ * @public
6039
+ */
6040
+ ItemDetails?: ItemDetails[] | undefined;
6676
6041
  }
6677
6042
  /**
6678
6043
  * <p>Information about the malware scan that generated a GuardDuty finding.</p>
@@ -6685,6 +6050,31 @@ export interface MalwareScanDetails {
6685
6050
  * @public
6686
6051
  */
6687
6052
  Threats?: Threat[] | undefined;
6053
+ /**
6054
+ * <p>The unique identifier for the malware scan.</p>
6055
+ * @public
6056
+ */
6057
+ ScanId?: string | undefined;
6058
+ /**
6059
+ * <p>The type of malware scan performed.</p>
6060
+ * @public
6061
+ */
6062
+ ScanType?: MalwareProtectionScanType | undefined;
6063
+ /**
6064
+ * <p>The category of the malware scan.</p>
6065
+ * @public
6066
+ */
6067
+ ScanCategory?: ScanCategory | undefined;
6068
+ /**
6069
+ * <p>The configuration settings used for the malware scan.</p>
6070
+ * @public
6071
+ */
6072
+ ScanConfiguration?: MalwareProtectionFindingsScanConfiguration | undefined;
6073
+ /**
6074
+ * <p>The number of unique malware threats detected during the scan.</p>
6075
+ * @public
6076
+ */
6077
+ UniqueThreatCount?: number | undefined;
6688
6078
  }
6689
6079
  /**
6690
6080
  * <p>Information about the runtime process details.</p>
@@ -7310,3 +6700,1007 @@ export interface FindingStatistics {
7310
6700
  */
7311
6701
  GroupedBySeverity?: SeverityStatistics[] | undefined;
7312
6702
  }
6703
+ /**
6704
+ * @public
6705
+ */
6706
+ export interface GetAdministratorAccountRequest {
6707
+ /**
6708
+ * <p>The unique ID of the detector of the GuardDuty member account.</p>
6709
+ * @public
6710
+ */
6711
+ DetectorId: string | undefined;
6712
+ }
6713
+ /**
6714
+ * @public
6715
+ */
6716
+ export interface GetAdministratorAccountResponse {
6717
+ /**
6718
+ * <p>The administrator account details.</p>
6719
+ * @public
6720
+ */
6721
+ Administrator: Administrator | undefined;
6722
+ }
6723
+ /**
6724
+ * @public
6725
+ */
6726
+ export interface GetCoverageStatisticsRequest {
6727
+ /**
6728
+ * <p>The unique ID of the GuardDuty detector.</p>
6729
+ * <p>To find the <code>detectorId</code> in the current Region, see the
6730
+ * 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>
6731
+ * @public
6732
+ */
6733
+ DetectorId: string | undefined;
6734
+ /**
6735
+ * <p>Represents the criteria used to filter the coverage statistics.</p>
6736
+ * @public
6737
+ */
6738
+ FilterCriteria?: CoverageFilterCriteria | undefined;
6739
+ /**
6740
+ * <p>Represents the statistics type used to aggregate the coverage details.</p>
6741
+ * @public
6742
+ */
6743
+ StatisticsType: CoverageStatisticsType[] | undefined;
6744
+ }
6745
+ /**
6746
+ * @public
6747
+ */
6748
+ export interface GetCoverageStatisticsResponse {
6749
+ /**
6750
+ * <p>Represents the count aggregated by the <code>statusCode</code> and
6751
+ * <code>resourceType</code>.</p>
6752
+ * @public
6753
+ */
6754
+ CoverageStatistics?: CoverageStatistics | undefined;
6755
+ }
6756
+ /**
6757
+ * @public
6758
+ */
6759
+ export interface GetDetectorRequest {
6760
+ /**
6761
+ * <p>The unique ID of the detector that you want to get.</p>
6762
+ * <p>To find the <code>detectorId</code> in the current Region, see the
6763
+ * 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>
6764
+ * @public
6765
+ */
6766
+ DetectorId: string | undefined;
6767
+ }
6768
+ /**
6769
+ * @public
6770
+ */
6771
+ export interface GetDetectorResponse {
6772
+ /**
6773
+ * <p>The timestamp of when the detector was created.</p>
6774
+ * @public
6775
+ */
6776
+ CreatedAt?: string | undefined;
6777
+ /**
6778
+ * <p>The publishing frequency of the finding.</p>
6779
+ * @public
6780
+ */
6781
+ FindingPublishingFrequency?: FindingPublishingFrequency | undefined;
6782
+ /**
6783
+ * <p>The GuardDuty service role.</p>
6784
+ * @public
6785
+ */
6786
+ ServiceRole: string | undefined;
6787
+ /**
6788
+ * <p>The detector status.</p>
6789
+ * @public
6790
+ */
6791
+ Status: DetectorStatus | undefined;
6792
+ /**
6793
+ * <p>The last-updated timestamp for the detector.</p>
6794
+ * @public
6795
+ */
6796
+ UpdatedAt?: string | undefined;
6797
+ /**
6798
+ * <p>Describes which data sources are enabled for the detector.</p>
6799
+ *
6800
+ * @deprecated This parameter is deprecated, use Features instead
6801
+ * @public
6802
+ */
6803
+ DataSources?: DataSourceConfigurationsResult | undefined;
6804
+ /**
6805
+ * <p>The tags of the detector resource.</p>
6806
+ * @public
6807
+ */
6808
+ Tags?: Record<string, string> | undefined;
6809
+ /**
6810
+ * <p>Describes the features that have been enabled for the detector.</p>
6811
+ * @public
6812
+ */
6813
+ Features?: DetectorFeatureConfigurationResult[] | undefined;
6814
+ }
6815
+ /**
6816
+ * @public
6817
+ */
6818
+ export interface GetFilterRequest {
6819
+ /**
6820
+ * <p>The unique ID of the detector that is associated with this filter.</p>
6821
+ * <p>To find the <code>detectorId</code> in the current Region, see the
6822
+ * 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>
6823
+ * @public
6824
+ */
6825
+ DetectorId: string | undefined;
6826
+ /**
6827
+ * <p>The name of the filter you want to get.</p>
6828
+ * @public
6829
+ */
6830
+ FilterName: string | undefined;
6831
+ }
6832
+ /**
6833
+ * @public
6834
+ */
6835
+ export interface GetFilterResponse {
6836
+ /**
6837
+ * <p>The name of the filter.</p>
6838
+ * @public
6839
+ */
6840
+ Name: string | undefined;
6841
+ /**
6842
+ * <p>The description of the filter.</p>
6843
+ * @public
6844
+ */
6845
+ Description?: string | undefined;
6846
+ /**
6847
+ * <p>Specifies the action that is to be applied to the findings that match the filter.</p>
6848
+ * @public
6849
+ */
6850
+ Action: FilterAction | undefined;
6851
+ /**
6852
+ * <p>Specifies the position of the filter in the list of current filters. Also specifies the
6853
+ * order in which this filter is applied to the findings.</p>
6854
+ * @public
6855
+ */
6856
+ Rank?: number | undefined;
6857
+ /**
6858
+ * <p>Represents the criteria to be used in the filter for querying findings.</p>
6859
+ * @public
6860
+ */
6861
+ FindingCriteria: FindingCriteria | undefined;
6862
+ /**
6863
+ * <p>The tags of the filter resource.</p>
6864
+ * @public
6865
+ */
6866
+ Tags?: Record<string, string> | undefined;
6867
+ }
6868
+ /**
6869
+ * @public
6870
+ */
6871
+ export interface GetFindingsRequest {
6872
+ /**
6873
+ * <p>The ID of the detector that specifies the GuardDuty service whose findings you want to
6874
+ * retrieve.</p>
6875
+ * <p>To find the <code>detectorId</code> in the current Region, see the
6876
+ * 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>
6877
+ * @public
6878
+ */
6879
+ DetectorId: string | undefined;
6880
+ /**
6881
+ * <p>The IDs of the findings that you want to retrieve.</p>
6882
+ * @public
6883
+ */
6884
+ FindingIds: string[] | undefined;
6885
+ /**
6886
+ * <p>Represents the criteria used for sorting findings.</p>
6887
+ * @public
6888
+ */
6889
+ SortCriteria?: SortCriteria | undefined;
6890
+ }
6891
+ /**
6892
+ * @public
6893
+ */
6894
+ export interface GetFindingsResponse {
6895
+ /**
6896
+ * <p>A list of findings.</p>
6897
+ * @public
6898
+ */
6899
+ Findings: Finding[] | undefined;
6900
+ }
6901
+ /**
6902
+ * @public
6903
+ */
6904
+ export interface GetFindingsStatisticsRequest {
6905
+ /**
6906
+ * <p>The ID of the detector whose findings statistics you
6907
+ * want to retrieve.</p>
6908
+ * <p>To find the <code>detectorId</code> in the current Region, see the
6909
+ * 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>
6910
+ * @public
6911
+ */
6912
+ DetectorId: string | undefined;
6913
+ /**
6914
+ * <p>The types of finding statistics to retrieve.</p>
6915
+ *
6916
+ * @deprecated This parameter is deprecated, please use GroupBy instead
6917
+ * @public
6918
+ */
6919
+ FindingStatisticTypes?: FindingStatisticType[] | undefined;
6920
+ /**
6921
+ * <p>Represents the criteria that is used for querying findings.</p>
6922
+ * @public
6923
+ */
6924
+ FindingCriteria?: FindingCriteria | undefined;
6925
+ /**
6926
+ * <p>Displays the findings statistics grouped by one of the listed valid values.</p>
6927
+ * @public
6928
+ */
6929
+ GroupBy?: GroupByType | undefined;
6930
+ /**
6931
+ * <p>Displays the sorted findings in the requested order. The default
6932
+ * value of <code>orderBy</code> is <code>DESC</code>.</p>
6933
+ * <p>You can use this parameter only with the <code>groupBy</code> parameter.</p>
6934
+ * @public
6935
+ */
6936
+ OrderBy?: OrderBy | undefined;
6937
+ /**
6938
+ * <p>The maximum number of results to be returned in the response. The default value is 25.</p>
6939
+ * <p>You can use this parameter only with the <code>groupBy</code> parameter.</p>
6940
+ * @public
6941
+ */
6942
+ MaxResults?: number | undefined;
6943
+ }
6944
+ /**
6945
+ * @public
6946
+ */
6947
+ export interface GetFindingsStatisticsResponse {
6948
+ /**
6949
+ * <p>The finding statistics object.</p>
6950
+ * @public
6951
+ */
6952
+ FindingStatistics: FindingStatistics | undefined;
6953
+ /**
6954
+ * <p>The pagination parameter to be used on the next list operation to retrieve more items.</p>
6955
+ * <p>This parameter is currently not supported.</p>
6956
+ * @public
6957
+ */
6958
+ NextToken?: string | undefined;
6959
+ }
6960
+ /**
6961
+ * @public
6962
+ */
6963
+ export interface GetInvitationsCountRequest {
6964
+ }
6965
+ /**
6966
+ * @public
6967
+ */
6968
+ export interface GetInvitationsCountResponse {
6969
+ /**
6970
+ * <p>The number of received invitations.</p>
6971
+ * @public
6972
+ */
6973
+ InvitationsCount?: number | undefined;
6974
+ }
6975
+ /**
6976
+ * @public
6977
+ */
6978
+ export interface GetIPSetRequest {
6979
+ /**
6980
+ * <p>The unique ID of the detector that is associated with the IPSet.</p>
6981
+ * <p>To find the <code>detectorId</code> in the current Region, see the
6982
+ * 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>
6983
+ * @public
6984
+ */
6985
+ DetectorId: string | undefined;
6986
+ /**
6987
+ * <p>The unique ID of the IPSet to retrieve.</p>
6988
+ * @public
6989
+ */
6990
+ IpSetId: string | undefined;
6991
+ }
6992
+ /**
6993
+ * @public
6994
+ */
6995
+ export interface GetIPSetResponse {
6996
+ /**
6997
+ * <p>The user-friendly name for the IPSet.</p>
6998
+ * @public
6999
+ */
7000
+ Name: string | undefined;
7001
+ /**
7002
+ * <p>The format of the file that contains the IPSet.</p>
7003
+ * @public
7004
+ */
7005
+ Format: IpSetFormat | undefined;
7006
+ /**
7007
+ * <p>The URI of the file that contains the IPSet.</p>
7008
+ * @public
7009
+ */
7010
+ Location: string | undefined;
7011
+ /**
7012
+ * <p>The status of IPSet file that was uploaded.</p>
7013
+ * @public
7014
+ */
7015
+ Status: IpSetStatus | undefined;
7016
+ /**
7017
+ * <p>The tags of the IPSet resource.</p>
7018
+ * @public
7019
+ */
7020
+ Tags?: Record<string, string> | undefined;
7021
+ /**
7022
+ * <p>The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the <b>location</b> parameter. This field appears
7023
+ * in the response only if it was provided during IPSet creation or update.</p>
7024
+ * @public
7025
+ */
7026
+ ExpectedBucketOwner?: string | undefined;
7027
+ }
7028
+ /**
7029
+ * @public
7030
+ */
7031
+ export interface GetMalwareProtectionPlanRequest {
7032
+ /**
7033
+ * <p>A unique identifier associated with Malware Protection plan resource.</p>
7034
+ * @public
7035
+ */
7036
+ MalwareProtectionPlanId: string | undefined;
7037
+ }
7038
+ /**
7039
+ * <p>Information about the issue code and message associated to the status of
7040
+ * your Malware Protection plan.</p>
7041
+ * @public
7042
+ */
7043
+ export interface MalwareProtectionPlanStatusReason {
7044
+ /**
7045
+ * <p>Issue code.</p>
7046
+ * @public
7047
+ */
7048
+ Code?: string | undefined;
7049
+ /**
7050
+ * <p>Issue message that specifies the reason. For information
7051
+ * about potential troubleshooting steps, see
7052
+ * <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
7053
+ * <i>Amazon GuardDuty User Guide</i>.</p>
7054
+ * @public
7055
+ */
7056
+ Message?: string | undefined;
7057
+ }
7058
+ /**
7059
+ * @public
7060
+ */
7061
+ export interface GetMalwareProtectionPlanResponse {
7062
+ /**
7063
+ * <p>Amazon Resource Name (ARN) of the protected resource.</p>
7064
+ * @public
7065
+ */
7066
+ Arn?: string | undefined;
7067
+ /**
7068
+ * <p>Amazon Resource Name (ARN) of the IAM role that includes the permissions to scan and
7069
+ * add tags to the associated protected resource.</p>
7070
+ * @public
7071
+ */
7072
+ Role?: string | undefined;
7073
+ /**
7074
+ * <p>Information about the protected resource that is associated with the created
7075
+ * Malware Protection plan. Presently, <code>S3Bucket</code> is the only supported
7076
+ * protected resource.</p>
7077
+ * @public
7078
+ */
7079
+ ProtectedResource?: CreateProtectedResource | undefined;
7080
+ /**
7081
+ * <p>Information about whether the tags will be added to the S3 object after scanning.</p>
7082
+ * @public
7083
+ */
7084
+ Actions?: MalwareProtectionPlanActions | undefined;
7085
+ /**
7086
+ * <p>The timestamp when the Malware Protection plan resource was created.</p>
7087
+ * @public
7088
+ */
7089
+ CreatedAt?: Date | undefined;
7090
+ /**
7091
+ * <p>Malware Protection plan status.</p>
7092
+ * @public
7093
+ */
7094
+ Status?: MalwareProtectionPlanStatus | undefined;
7095
+ /**
7096
+ * <p>Information about the issue code and message associated to the status of
7097
+ * your Malware Protection plan.</p>
7098
+ * @public
7099
+ */
7100
+ StatusReasons?: MalwareProtectionPlanStatusReason[] | undefined;
7101
+ /**
7102
+ * <p>Tags added to the Malware Protection plan resource.</p>
7103
+ * @public
7104
+ */
7105
+ Tags?: Record<string, string> | undefined;
7106
+ }
7107
+ /**
7108
+ * @public
7109
+ */
7110
+ export interface GetMalwareScanRequest {
7111
+ /**
7112
+ * <p>A unique identifier that gets generated when you invoke the API without any error. Each malware scan has
7113
+ * a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.</p>
7114
+ * @public
7115
+ */
7116
+ ScanId: string | undefined;
7117
+ }
7118
+ /**
7119
+ * <p>Contains information about the recovery point configuration used in the scan.</p>
7120
+ * @public
7121
+ */
7122
+ export interface ScanConfigurationRecoveryPoint {
7123
+ /**
7124
+ * <p>The name of the Amazon Web Services Backup vault that contains the recovery point for the scanned.</p>
7125
+ * @public
7126
+ */
7127
+ BackupVaultName?: string | undefined;
7128
+ }
7129
+ /**
7130
+ * <p>Contains information about the configuration used for the malware scan.</p>
7131
+ * @public
7132
+ */
7133
+ export interface ScanConfiguration {
7134
+ /**
7135
+ * <p>Amazon Resource Name (ARN) of the IAM role that should contain the required permissions for the scan.</p>
7136
+ * @public
7137
+ */
7138
+ Role?: string | undefined;
7139
+ /**
7140
+ * <p>Information about the entity that triggered the malware scan.</p>
7141
+ * @public
7142
+ */
7143
+ TriggerDetails?: TriggerDetails | undefined;
7144
+ /**
7145
+ * <p>Information about the incremental scan configuration, if applicable.</p>
7146
+ * @public
7147
+ */
7148
+ IncrementalScanDetails?: IncrementalScanDetails | undefined;
7149
+ /**
7150
+ * <p>Information about the recovery point configuration used for the scan, if applicable.</p>
7151
+ * @public
7152
+ */
7153
+ RecoveryPoint?: ScanConfigurationRecoveryPoint | undefined;
7154
+ }
7155
+ /**
7156
+ * <p>Contains additional information about a resource that was scanned.</p>
7157
+ * @public
7158
+ */
7159
+ export interface ScannedResourceDetails {
7160
+ /**
7161
+ * <p>Contains information about the EBS volume that was scanned.</p>
7162
+ * @public
7163
+ */
7164
+ EbsVolume?: VolumeDetail | undefined;
7165
+ /**
7166
+ * <p>Contains information about the EBS snapshot that was scanned.</p>
7167
+ * @public
7168
+ */
7169
+ EbsSnapshot?: EbsSnapshot | undefined;
7170
+ }
7171
+ /**
7172
+ * <p>Contains information about a resource that was scanned as part of the malware scan operation.</p>
7173
+ * @public
7174
+ */
7175
+ export interface ScannedResource {
7176
+ /**
7177
+ * <p>Amazon Resource Name (ARN) of the scanned resource.</p>
7178
+ * @public
7179
+ */
7180
+ ScannedResourceArn?: string | undefined;
7181
+ /**
7182
+ * <p>The resource type of the scanned resource.</p>
7183
+ * @public
7184
+ */
7185
+ ScannedResourceType?: MalwareProtectionResourceType | undefined;
7186
+ /**
7187
+ * <p>The status of the scanned resource.</p>
7188
+ * @public
7189
+ */
7190
+ ScannedResourceStatus?: MalwareProtectionScanStatus | undefined;
7191
+ /**
7192
+ * <p>The reason for the scan status of this particular resource, if applicable.</p>
7193
+ * @public
7194
+ */
7195
+ ScanStatusReason?: ScanStatusReason | undefined;
7196
+ /**
7197
+ * <p>Information about the scanned resource.</p>
7198
+ * @public
7199
+ */
7200
+ ResourceDetails?: ScannedResourceDetails | undefined;
7201
+ }
7202
+ /**
7203
+ * <p>Contains information about a specific threat that was detected during the malware scan.</p>
7204
+ * @public
7205
+ */
7206
+ export interface ScanResultThreat {
7207
+ /**
7208
+ * <p>The name of the detected threat.</p>
7209
+ * @public
7210
+ */
7211
+ Name?: string | undefined;
7212
+ /**
7213
+ * <p>The source that detected this threat.</p>
7214
+ * @public
7215
+ */
7216
+ Source?: DetectionSource | undefined;
7217
+ /**
7218
+ * <p>The number of instances of this threat that were detected.</p>
7219
+ * @public
7220
+ */
7221
+ Count?: number | undefined;
7222
+ /**
7223
+ * <p>The hash value associated with the detected threat.</p>
7224
+ * @public
7225
+ */
7226
+ Hash?: string | undefined;
7227
+ /**
7228
+ * <p>Additional information about where this threat was detected.</p>
7229
+ * @public
7230
+ */
7231
+ ItemDetails?: ItemDetails[] | undefined;
7232
+ }
7233
+ /**
7234
+ * <p>Contains information about the results of the malware scan.</p>
7235
+ * @public
7236
+ */
7237
+ export interface GetMalwareScanResultDetails {
7238
+ /**
7239
+ * <p>Status indicating whether threats were found for a completed scan.</p>
7240
+ * @public
7241
+ */
7242
+ ScanResultStatus?: ScanResultStatus | undefined;
7243
+ /**
7244
+ * <p>The total number of files that were skipped during the scan.</p>
7245
+ * @public
7246
+ */
7247
+ SkippedFileCount?: number | undefined;
7248
+ /**
7249
+ * <p>The total number of files that failed to be scanned.</p>
7250
+ * @public
7251
+ */
7252
+ FailedFileCount?: number | undefined;
7253
+ /**
7254
+ * <p>The total number of files in which threats were detected.</p>
7255
+ * @public
7256
+ */
7257
+ ThreatFoundFileCount?: number | undefined;
7258
+ /**
7259
+ * <p>The total number of files that were processed during the scan.</p>
7260
+ * @public
7261
+ */
7262
+ TotalFileCount?: number | undefined;
7263
+ /**
7264
+ * <p>The total number of bytes that were scanned.</p>
7265
+ * @public
7266
+ */
7267
+ TotalBytes?: number | undefined;
7268
+ /**
7269
+ * <p>The total number of unique threats that were detected during the scan.</p>
7270
+ * @public
7271
+ */
7272
+ UniqueThreatCount?: number | undefined;
7273
+ /**
7274
+ * <p>The threats that were detected during the malware scan.</p>
7275
+ * @public
7276
+ */
7277
+ Threats?: ScanResultThreat[] | undefined;
7278
+ }
7279
+ /**
7280
+ * @public
7281
+ */
7282
+ export interface GetMalwareScanResponse {
7283
+ /**
7284
+ * <p>A unique identifier associated with the malware scan. Each malware scan has
7285
+ * a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.</p>
7286
+ * @public
7287
+ */
7288
+ ScanId?: string | undefined;
7289
+ /**
7290
+ * <p>The unique ID of the detector that is associated with the request, if it belongs to an account which is a GuardDuty customer.</p>
7291
+ * <p>To find the <code>detectorId</code> in the current Region, see the
7292
+ * 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>
7293
+ * @public
7294
+ */
7295
+ DetectorId?: string | undefined;
7296
+ /**
7297
+ * <p>The unique detector ID of the administrator account that the request is associated with.
7298
+ * If the account is an administrator, the <code>AdminDetectorId</code> will be the same as the one used for
7299
+ * <code>DetectorId. If the customer is not a GuardDuty customer, this field will not be present.</code>.</p>
7300
+ * <p>To find the <code>detectorId</code> in the current Region, see the
7301
+ * 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>
7302
+ * @public
7303
+ */
7304
+ AdminDetectorId?: string | undefined;
7305
+ /**
7306
+ * <p>Amazon Resource Name (ARN) of the resource on which a malware scan was invoked.</p>
7307
+ * @public
7308
+ */
7309
+ ResourceArn?: string | undefined;
7310
+ /**
7311
+ * <p>The type of resource that was scanned for malware.</p>
7312
+ * @public
7313
+ */
7314
+ ResourceType?: MalwareProtectionResourceType | undefined;
7315
+ /**
7316
+ * <p>The total number of resources that were successfully scanned. This is dependent on the resource type.</p>
7317
+ * @public
7318
+ */
7319
+ ScannedResourcesCount?: number | undefined;
7320
+ /**
7321
+ * <p>The total number of resources that were skipped during the scan.</p>
7322
+ * @public
7323
+ */
7324
+ SkippedResourcesCount?: number | undefined;
7325
+ /**
7326
+ * <p>The total number of resources that failed to be scanned.</p>
7327
+ * @public
7328
+ */
7329
+ FailedResourcesCount?: number | undefined;
7330
+ /**
7331
+ * <p>A list of resources along with their metadata that were scanned as part of the malware scan operation.</p>
7332
+ * @public
7333
+ */
7334
+ ScannedResources?: ScannedResource[] | undefined;
7335
+ /**
7336
+ * <p>Information about the scan configuration used for the malware scan.</p>
7337
+ * @public
7338
+ */
7339
+ ScanConfiguration?: ScanConfiguration | undefined;
7340
+ /**
7341
+ * <p>The category of the malware scan, indicating the type of scan performed.</p>
7342
+ * @public
7343
+ */
7344
+ ScanCategory?: ScanCategory | undefined;
7345
+ /**
7346
+ * <p>A value representing the current status of the malware scan.</p>
7347
+ * @public
7348
+ */
7349
+ ScanStatus?: MalwareProtectionScanStatus | undefined;
7350
+ /**
7351
+ * <p>Represents the reason for the current scan status, if applicable.</p>
7352
+ * @public
7353
+ */
7354
+ ScanStatusReason?: ScanStatusReason | undefined;
7355
+ /**
7356
+ * <p>A value representing the initiator of the scan.</p>
7357
+ * @public
7358
+ */
7359
+ ScanType?: MalwareProtectionScanType | undefined;
7360
+ /**
7361
+ * <p>The timestamp representing when the malware scan was started.</p>
7362
+ * @public
7363
+ */
7364
+ ScanStartedAt?: Date | undefined;
7365
+ /**
7366
+ * <p>The timestamp representing when the malware scan was completed.</p>
7367
+ * @public
7368
+ */
7369
+ ScanCompletedAt?: Date | undefined;
7370
+ /**
7371
+ * <p>Detailed information about the results of the malware scan, if the scan completed.</p>
7372
+ * @public
7373
+ */
7374
+ ScanResultDetails?: GetMalwareScanResultDetails | undefined;
7375
+ }
7376
+ /**
7377
+ * @public
7378
+ */
7379
+ export interface GetMalwareScanSettingsRequest {
7380
+ /**
7381
+ * <p>The unique ID of the detector that is associated with this scan.</p>
7382
+ * <p>To find the <code>detectorId</code> in the current Region, see the
7383
+ * 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>
7384
+ * @public
7385
+ */
7386
+ DetectorId: string | undefined;
7387
+ }
7388
+ /**
7389
+ * <p>Represents the <code>key:value</code> pair to be matched against given resource property.</p>
7390
+ * @public
7391
+ */
7392
+ export interface ScanConditionPair {
7393
+ /**
7394
+ * <p>Represents the <b>key</b> in the map condition.</p>
7395
+ * @public
7396
+ */
7397
+ Key: string | undefined;
7398
+ /**
7399
+ * <p>Represents optional <b>value</b> in the map
7400
+ * condition. If not specified, only the <b>key</b> will be
7401
+ * matched.</p>
7402
+ * @public
7403
+ */
7404
+ Value?: string | undefined;
7405
+ }
7406
+ /**
7407
+ * <p>Contains information about the condition.</p>
7408
+ * @public
7409
+ */
7410
+ export interface ScanCondition {
7411
+ /**
7412
+ * <p>Represents an <i>mapEqual</i>
7413
+ * <b></b> condition to be applied
7414
+ * to a single field when triggering for malware scan.</p>
7415
+ * @public
7416
+ */
7417
+ MapEquals: ScanConditionPair[] | undefined;
7418
+ }
7419
+ /**
7420
+ * <p>Contains information about criteria used to filter resources before triggering malware
7421
+ * scan.</p>
7422
+ * @public
7423
+ */
7424
+ export interface ScanResourceCriteria {
7425
+ /**
7426
+ * <p>Represents condition that when matched will allow a malware scan for a certain
7427
+ * resource.</p>
7428
+ * @public
7429
+ */
7430
+ Include?: Partial<Record<ScanCriterionKey, ScanCondition>> | undefined;
7431
+ /**
7432
+ * <p>Represents condition that when matched will prevent a malware scan for a certain
7433
+ * resource.</p>
7434
+ * @public
7435
+ */
7436
+ Exclude?: Partial<Record<ScanCriterionKey, ScanCondition>> | undefined;
7437
+ }
7438
+ /**
7439
+ * @public
7440
+ */
7441
+ export interface GetMalwareScanSettingsResponse {
7442
+ /**
7443
+ * <p>Represents the criteria to be used in the filter for scanning resources.</p>
7444
+ * @public
7445
+ */
7446
+ ScanResourceCriteria?: ScanResourceCriteria | undefined;
7447
+ /**
7448
+ * <p>An enum value representing possible snapshot preservation settings.</p>
7449
+ * @public
7450
+ */
7451
+ EbsSnapshotPreservation?: EbsSnapshotPreservation | undefined;
7452
+ }
7453
+ /**
7454
+ * @public
7455
+ */
7456
+ export interface GetMasterAccountRequest {
7457
+ /**
7458
+ * <p>The unique ID of the detector of the GuardDuty member account.</p>
7459
+ * <p>To find the <code>detectorId</code> in the current Region, see the
7460
+ * 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>
7461
+ * @public
7462
+ */
7463
+ DetectorId: string | undefined;
7464
+ }
7465
+ /**
7466
+ * <p>Contains information about the administrator account and invitation.</p>
7467
+ * @public
7468
+ */
7469
+ export interface Master {
7470
+ /**
7471
+ * <p>The ID of the account used as the administrator account.</p>
7472
+ * @public
7473
+ */
7474
+ AccountId?: string | undefined;
7475
+ /**
7476
+ * <p>The value used to validate the administrator account to the member account.</p>
7477
+ * @public
7478
+ */
7479
+ InvitationId?: string | undefined;
7480
+ /**
7481
+ * <p>The status of the relationship between the administrator and member accounts.</p>
7482
+ * @public
7483
+ */
7484
+ RelationshipStatus?: string | undefined;
7485
+ /**
7486
+ * <p>The timestamp when the invitation was sent.</p>
7487
+ * @public
7488
+ */
7489
+ InvitedAt?: string | undefined;
7490
+ }
7491
+ /**
7492
+ * @public
7493
+ */
7494
+ export interface GetMasterAccountResponse {
7495
+ /**
7496
+ * <p>The administrator account details.</p>
7497
+ * @public
7498
+ */
7499
+ Master: Master | undefined;
7500
+ }
7501
+ /**
7502
+ * @public
7503
+ */
7504
+ export interface GetMemberDetectorsRequest {
7505
+ /**
7506
+ * <p>The detector ID for the administrator account.</p>
7507
+ * <p>To find the <code>detectorId</code> in the current Region, see the
7508
+ * 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>
7509
+ * @public
7510
+ */
7511
+ DetectorId: string | undefined;
7512
+ /**
7513
+ * <p>A list of member account IDs.</p>
7514
+ * @public
7515
+ */
7516
+ AccountIds: string[] | undefined;
7517
+ }
7518
+ /**
7519
+ * <p>Information about the additional configuration for the member account.</p>
7520
+ * @public
7521
+ */
7522
+ export interface MemberAdditionalConfigurationResult {
7523
+ /**
7524
+ * <p>Indicates the name of the additional configuration that is set for the member
7525
+ * account.</p>
7526
+ * @public
7527
+ */
7528
+ Name?: OrgFeatureAdditionalConfiguration | undefined;
7529
+ /**
7530
+ * <p>Indicates the status of the additional configuration that is set for the member
7531
+ * account.</p>
7532
+ * @public
7533
+ */
7534
+ Status?: FeatureStatus | undefined;
7535
+ /**
7536
+ * <p>The timestamp at which the additional configuration was set for the member account. This
7537
+ * is in UTC format.</p>
7538
+ * @public
7539
+ */
7540
+ UpdatedAt?: Date | undefined;
7541
+ }
7542
+ /**
7543
+ * <p>Contains information about the features for the member account.</p>
7544
+ * @public
7545
+ */
7546
+ export interface MemberFeaturesConfigurationResult {
7547
+ /**
7548
+ * <p>Indicates the name of the feature that is enabled for the detector.</p>
7549
+ * @public
7550
+ */
7551
+ Name?: OrgFeature | undefined;
7552
+ /**
7553
+ * <p>Indicates the status of the feature that is enabled for the detector.</p>
7554
+ * @public
7555
+ */
7556
+ Status?: FeatureStatus | undefined;
7557
+ /**
7558
+ * <p>The timestamp at which the feature object was updated.</p>
7559
+ * @public
7560
+ */
7561
+ UpdatedAt?: Date | undefined;
7562
+ /**
7563
+ * <p>Indicates the additional configuration of the feature that is configured for the member
7564
+ * account.</p>
7565
+ * @public
7566
+ */
7567
+ AdditionalConfiguration?: MemberAdditionalConfigurationResult[] | undefined;
7568
+ }
7569
+ /**
7570
+ * <p>Contains information on which data sources are enabled for a member account.</p>
7571
+ * @public
7572
+ */
7573
+ export interface MemberDataSourceConfiguration {
7574
+ /**
7575
+ * <p>The account ID for the member account.</p>
7576
+ * @public
7577
+ */
7578
+ AccountId: string | undefined;
7579
+ /**
7580
+ * <p>Contains information on the status of data sources for the account.</p>
7581
+ *
7582
+ * @deprecated This parameter is deprecated, use Features instead
7583
+ * @public
7584
+ */
7585
+ DataSources?: DataSourceConfigurationsResult | undefined;
7586
+ /**
7587
+ * <p>Contains information about the status of the features for the member account.</p>
7588
+ * @public
7589
+ */
7590
+ Features?: MemberFeaturesConfigurationResult[] | undefined;
7591
+ }
7592
+ /**
7593
+ * @public
7594
+ */
7595
+ export interface GetMemberDetectorsResponse {
7596
+ /**
7597
+ * <p>An object that describes which data sources are enabled for a member account.</p>
7598
+ * @public
7599
+ */
7600
+ MemberDataSourceConfigurations: MemberDataSourceConfiguration[] | undefined;
7601
+ /**
7602
+ * <p>A list of member account IDs that were unable to be processed along with an explanation
7603
+ * for why they were not processed.</p>
7604
+ * @public
7605
+ */
7606
+ UnprocessedAccounts: UnprocessedAccount[] | undefined;
7607
+ }
7608
+ /**
7609
+ * @public
7610
+ */
7611
+ export interface GetMembersRequest {
7612
+ /**
7613
+ * <p>The unique ID of the detector of the GuardDuty account whose members you want to
7614
+ * retrieve.</p>
7615
+ * <p>To find the <code>detectorId</code> in the current Region, see the
7616
+ * 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>
7617
+ * @public
7618
+ */
7619
+ DetectorId: string | undefined;
7620
+ /**
7621
+ * <p>A list of account IDs of the GuardDuty member accounts that you want to describe.</p>
7622
+ * @public
7623
+ */
7624
+ AccountIds: string[] | undefined;
7625
+ }
7626
+ /**
7627
+ * <p>Contains information about the member account. </p>
7628
+ * @public
7629
+ */
7630
+ export interface Member {
7631
+ /**
7632
+ * <p>The ID of the member account.</p>
7633
+ * @public
7634
+ */
7635
+ AccountId: string | undefined;
7636
+ /**
7637
+ * <p>The detector ID of the member account.</p>
7638
+ * @public
7639
+ */
7640
+ DetectorId?: string | undefined;
7641
+ /**
7642
+ * <p>The administrator account ID.</p>
7643
+ * @public
7644
+ */
7645
+ MasterId: string | undefined;
7646
+ /**
7647
+ * <p>The email address of the member account.</p>
7648
+ * @public
7649
+ */
7650
+ Email: string | undefined;
7651
+ /**
7652
+ * <p>The status of the relationship between the member and the administrator.</p>
7653
+ * @public
7654
+ */
7655
+ RelationshipStatus: string | undefined;
7656
+ /**
7657
+ * <p>The timestamp when the invitation was sent.</p>
7658
+ * @public
7659
+ */
7660
+ InvitedAt?: string | undefined;
7661
+ /**
7662
+ * <p>The last-updated timestamp of the member.</p>
7663
+ * @public
7664
+ */
7665
+ UpdatedAt: string | undefined;
7666
+ /**
7667
+ * <p>The administrator account ID.</p>
7668
+ * @public
7669
+ */
7670
+ AdministratorId?: string | undefined;
7671
+ }
7672
+ /**
7673
+ * @public
7674
+ */
7675
+ export interface GetMembersResponse {
7676
+ /**
7677
+ * <p>A list of members.</p>
7678
+ * @public
7679
+ */
7680
+ Members: Member[] | undefined;
7681
+ /**
7682
+ * <p>A list of objects that contain the unprocessed account and a result string that explains
7683
+ * why it was unprocessed.</p>
7684
+ * @public
7685
+ */
7686
+ UnprocessedAccounts: UnprocessedAccount[] | undefined;
7687
+ }
7688
+ /**
7689
+ * <p>Information about the coverage
7690
+ * statistic for the additional
7691
+ * configuration of the feature.</p>
7692
+ * @public
7693
+ */
7694
+ export interface OrganizationFeatureStatisticsAdditionalConfiguration {
7695
+ /**
7696
+ * <p>Name of the additional configuration within a feature.</p>
7697
+ * @public
7698
+ */
7699
+ Name?: OrgFeatureAdditionalConfiguration | undefined;
7700
+ /**
7701
+ * <p>Total number of accounts that have enabled the additional
7702
+ * configuration.</p>
7703
+ * @public
7704
+ */
7705
+ EnabledAccountsCount?: number | undefined;
7706
+ }