export declare const DetectorCfnFeatureConfigurationStatus: { readonly Enabled: "ENABLED"; readonly Disabled: "DISABLED"; }; /** * Status of the feature configuration. */ export type DetectorCfnFeatureConfigurationStatus = (typeof DetectorCfnFeatureConfigurationStatus)[keyof typeof DetectorCfnFeatureConfigurationStatus]; export declare const ThreatEntitySetStatus: { readonly Inactive: "INACTIVE"; readonly Activating: "ACTIVATING"; readonly Active: "ACTIVE"; readonly Deactivating: "DEACTIVATING"; readonly Error: "ERROR"; readonly DeletePending: "DELETE_PENDING"; readonly Deleted: "DELETED"; }; /** * The status of your `ThreatEntitySet` . For information about valid status values, see [Understanding list statuses](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_upload-lists.html#guardduty-entity-list-statuses) in the *Amazon GuardDuty User Guide* . */ export type ThreatEntitySetStatus = (typeof ThreatEntitySetStatus)[keyof typeof ThreatEntitySetStatus]; export declare const TrustedEntitySetStatus: { readonly Inactive: "INACTIVE"; readonly Activating: "ACTIVATING"; readonly Active: "ACTIVE"; readonly Deactivating: "DEACTIVATING"; readonly Error: "ERROR"; readonly DeletePending: "DELETE_PENDING"; readonly Deleted: "DELETED"; }; /** * The status of your `TrustedEntitySet` . For information about valid status values, see [Understanding list statuses](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_upload-lists.html#guardduty-entity-list-statuses) in the *Amazon GuardDuty User Guide* . */ export type TrustedEntitySetStatus = (typeof TrustedEntitySetStatus)[keyof typeof TrustedEntitySetStatus];