export declare const AgentStatus: { readonly BLACKLISTED: "BLACKLISTED"; readonly HEALTHY: "HEALTHY"; readonly RUNNING: "RUNNING"; readonly SHUTDOWN: "SHUTDOWN"; readonly UNHEALTHY: "UNHEALTHY"; readonly UNKNOWN: "UNKNOWN"; }; export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus]; export declare const DeleteAgentErrorCode: { readonly AGENT_IN_USE: "AGENT_IN_USE"; readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; }; export type DeleteAgentErrorCode = (typeof DeleteAgentErrorCode)[keyof typeof DeleteAgentErrorCode]; export declare const BatchDeleteImportDataErrorCode: { readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR"; readonly NOT_FOUND: "NOT_FOUND"; readonly OVER_LIMIT: "OVER_LIMIT"; }; export type BatchDeleteImportDataErrorCode = (typeof BatchDeleteImportDataErrorCode)[keyof typeof BatchDeleteImportDataErrorCode]; export declare const DeletionConfigurationItemType: { readonly SERVER: "SERVER"; }; export type DeletionConfigurationItemType = (typeof DeletionConfigurationItemType)[keyof typeof DeletionConfigurationItemType]; export declare const BatchDeleteConfigurationTaskStatus: { readonly COMPLETED: "COMPLETED"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly INITIALIZING: "INITIALIZING"; readonly VALIDATING: "VALIDATING"; }; export type BatchDeleteConfigurationTaskStatus = (typeof BatchDeleteConfigurationTaskStatus)[keyof typeof BatchDeleteConfigurationTaskStatus]; export declare const DataSource: { readonly AGENT: "AGENT"; }; export type DataSource = (typeof DataSource)[keyof typeof DataSource]; export declare const ContinuousExportStatus: { readonly ACTIVE: "ACTIVE"; readonly ERROR: "ERROR"; readonly INACTIVE: "INACTIVE"; readonly START_FAILED: "START_FAILED"; readonly START_IN_PROGRESS: "START_IN_PROGRESS"; readonly STOP_FAILED: "STOP_FAILED"; readonly STOP_IN_PROGRESS: "STOP_IN_PROGRESS"; }; export type ContinuousExportStatus = (typeof ContinuousExportStatus)[keyof typeof ContinuousExportStatus]; export declare const ExportStatus: { readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUCCEEDED: "SUCCEEDED"; }; export type ExportStatus = (typeof ExportStatus)[keyof typeof ExportStatus]; export declare const ImportTaskFilterName: { readonly FILE_CLASSIFICATION: "FILE_CLASSIFICATION"; readonly IMPORT_TASK_ID: "IMPORT_TASK_ID"; readonly NAME: "NAME"; readonly STATUS: "STATUS"; }; export type ImportTaskFilterName = (typeof ImportTaskFilterName)[keyof typeof ImportTaskFilterName]; export declare const FileClassification: { readonly IMPORT_TEMPLATE: "IMPORT_TEMPLATE"; readonly MODELIZEIT_EXPORT: "MODELIZEIT_EXPORT"; readonly RVTOOLS_EXPORT: "RVTOOLS_EXPORT"; readonly VMWARE_NSX_EXPORT: "VMWARE_NSX_EXPORT"; }; export type FileClassification = (typeof FileClassification)[keyof typeof FileClassification]; export declare const ImportStatus: { readonly DELETE_COMPLETE: "DELETE_COMPLETE"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_FAILED_LIMIT_EXCEEDED: "DELETE_FAILED_LIMIT_EXCEEDED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; readonly IMPORT_COMPLETE: "IMPORT_COMPLETE"; readonly IMPORT_COMPLETE_WITH_ERRORS: "IMPORT_COMPLETE_WITH_ERRORS"; readonly IMPORT_FAILED: "IMPORT_FAILED"; readonly IMPORT_FAILED_RECORD_LIMIT_EXCEEDED: "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED"; readonly IMPORT_FAILED_SERVER_LIMIT_EXCEEDED: "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED"; readonly IMPORT_FAILED_UNSUPPORTED_FILE_TYPE: "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE"; readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS"; readonly INTERNAL_ERROR: "INTERNAL_ERROR"; }; export type ImportStatus = (typeof ImportStatus)[keyof typeof ImportStatus]; export declare const ConfigurationItemType: { readonly APPLICATION: "APPLICATION"; readonly CONNECTIONS: "CONNECTION"; readonly PROCESS: "PROCESS"; readonly SERVER: "SERVER"; }; export type ConfigurationItemType = (typeof ConfigurationItemType)[keyof typeof ConfigurationItemType]; export declare const OrderString: { readonly ASC: "ASC"; readonly DESC: "DESC"; }; export type OrderString = (typeof OrderString)[keyof typeof OrderString]; export declare const ExportDataFormat: { readonly CSV: "CSV"; }; export type ExportDataFormat = (typeof ExportDataFormat)[keyof typeof ExportDataFormat]; export declare const OfferingClass: { readonly CONVERTIBLE: "CONVERTIBLE"; readonly STANDARD: "STANDARD"; }; export type OfferingClass = (typeof OfferingClass)[keyof typeof OfferingClass]; export declare const PurchasingOption: { readonly ALL_UPFRONT: "ALL_UPFRONT"; readonly NO_UPFRONT: "NO_UPFRONT"; readonly PARTIAL_UPFRONT: "PARTIAL_UPFRONT"; }; export type PurchasingOption = (typeof PurchasingOption)[keyof typeof PurchasingOption]; export declare const TermLength: { readonly ONE_YEAR: "ONE_YEAR"; readonly THREE_YEAR: "THREE_YEAR"; }; export type TermLength = (typeof TermLength)[keyof typeof TermLength]; export declare const Tenancy: { readonly DEDICATED: "DEDICATED"; readonly SHARED: "SHARED"; }; export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];