export declare const AlertManagerDefinitionStatusCode: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly CREATION_FAILED: "CREATION_FAILED"; readonly DELETING: "DELETING"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; export type AlertManagerDefinitionStatusCode = (typeof AlertManagerDefinitionStatusCode)[keyof typeof AlertManagerDefinitionStatusCode]; export declare const ValidationExceptionReason: { readonly CANNOT_PARSE: "CANNOT_PARSE"; readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED"; readonly OTHER: "OTHER"; readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION"; }; export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason]; export declare const ScraperStatusCode: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly CREATION_FAILED: "CREATION_FAILED"; readonly DELETING: "DELETING"; readonly DELETION_FAILED: "DELETION_FAILED"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; export type ScraperStatusCode = (typeof ScraperStatusCode)[keyof typeof ScraperStatusCode]; export declare const ScraperComponentType: { readonly COLLECTOR: "COLLECTOR"; readonly EXPORTER: "EXPORTER"; readonly SERVICE_DISCOVERY: "SERVICE_DISCOVERY"; }; export type ScraperComponentType = (typeof ScraperComponentType)[keyof typeof ScraperComponentType]; export declare const ScraperLoggingConfigurationStatusCode: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly CREATION_FAILED: "CREATION_FAILED"; readonly DELETING: "DELETING"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; export type ScraperLoggingConfigurationStatusCode = (typeof ScraperLoggingConfigurationStatusCode)[keyof typeof ScraperLoggingConfigurationStatusCode]; export declare const AnomalyDetectorStatusCode: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly CREATION_FAILED: "CREATION_FAILED"; readonly DELETING: "DELETING"; readonly DELETION_FAILED: "DELETION_FAILED"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; export type AnomalyDetectorStatusCode = (typeof AnomalyDetectorStatusCode)[keyof typeof AnomalyDetectorStatusCode]; export declare const WorkspaceStatusCode: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly CREATION_FAILED: "CREATION_FAILED"; readonly DELETING: "DELETING"; readonly UPDATING: "UPDATING"; }; export type WorkspaceStatusCode = (typeof WorkspaceStatusCode)[keyof typeof WorkspaceStatusCode]; export declare const LoggingConfigurationStatusCode: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly CREATION_FAILED: "CREATION_FAILED"; readonly DELETING: "DELETING"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; export type LoggingConfigurationStatusCode = (typeof LoggingConfigurationStatusCode)[keyof typeof LoggingConfigurationStatusCode]; export declare const QueryLoggingConfigurationStatusCode: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly CREATION_FAILED: "CREATION_FAILED"; readonly DELETING: "DELETING"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; export type QueryLoggingConfigurationStatusCode = (typeof QueryLoggingConfigurationStatusCode)[keyof typeof QueryLoggingConfigurationStatusCode]; export declare const RuleGroupsNamespaceStatusCode: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly CREATION_FAILED: "CREATION_FAILED"; readonly DELETING: "DELETING"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; export type RuleGroupsNamespaceStatusCode = (typeof RuleGroupsNamespaceStatusCode)[keyof typeof RuleGroupsNamespaceStatusCode]; export declare const WorkspaceConfigurationStatusCode: { readonly ACTIVE: "ACTIVE"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; export type WorkspaceConfigurationStatusCode = (typeof WorkspaceConfigurationStatusCode)[keyof typeof WorkspaceConfigurationStatusCode]; export declare const WorkspacePolicyStatusCode: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly UPDATING: "UPDATING"; }; export type WorkspacePolicyStatusCode = (typeof WorkspacePolicyStatusCode)[keyof typeof WorkspacePolicyStatusCode];