/** * @public * @enum */ export declare const VpcEndpointManagement: { readonly CUSTOMER: "CUSTOMER"; readonly SERVICE: "SERVICE"; }; /** * @public */ export type VpcEndpointManagement = (typeof VpcEndpointManagement)[keyof typeof VpcEndpointManagement]; /** * @public * @enum */ export declare const VpcEndpointServiceName: { readonly OPENSEARCH_SERVERLESS: "OPENSEARCH_SERVERLESS"; }; /** * @public */ export type VpcEndpointServiceName = (typeof VpcEndpointServiceName)[keyof typeof VpcEndpointServiceName]; /** * @public * @enum */ export declare const PipelineStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly STARTING: "STARTING"; readonly START_FAILED: "START_FAILED"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATING: "UPDATING"; }; /** * @public */ export type PipelineStatus = (typeof PipelineStatus)[keyof typeof PipelineStatus]; /** * @public * @enum */ export declare const PipelineEndpointStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly REVOKED: "REVOKED"; readonly REVOKING: "REVOKING"; }; /** * @public */ export type PipelineEndpointStatus = (typeof PipelineEndpointStatus)[keyof typeof PipelineEndpointStatus]; /** * @public * @enum */ export declare const ChangeProgressStageStatuses: { readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly PENDING: "PENDING"; }; /** * @public */ export type ChangeProgressStageStatuses = (typeof ChangeProgressStageStatuses)[keyof typeof ChangeProgressStageStatuses]; /** * @public * @enum */ export declare const ChangeProgressStatuses: { readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly PENDING: "PENDING"; }; /** * @public */ export type ChangeProgressStatuses = (typeof ChangeProgressStatuses)[keyof typeof ChangeProgressStatuses];