export declare const ImageStatus: { readonly AVAILABLE: "AVAILABLE"; readonly BUILDING: "BUILDING"; readonly CANCELLED: "CANCELLED"; readonly CREATING: "CREATING"; readonly DELETED: "DELETED"; readonly DEPRECATED: "DEPRECATED"; readonly DISABLED: "DISABLED"; readonly DISTRIBUTING: "DISTRIBUTING"; readonly FAILED: "FAILED"; readonly INTEGRATING: "INTEGRATING"; readonly PENDING: "PENDING"; readonly TESTING: "TESTING"; }; export type ImageStatus = (typeof ImageStatus)[keyof typeof ImageStatus]; export declare const BuildType: { readonly IMPORT: "IMPORT"; readonly IMPORT_ISO: "IMPORT_ISO"; readonly SCHEDULED: "SCHEDULED"; readonly USER_INITIATED: "USER_INITIATED"; }; export type BuildType = (typeof BuildType)[keyof typeof BuildType]; export declare const Platform: { readonly LINUX: "Linux"; readonly MACOS: "macOS"; readonly WINDOWS: "Windows"; }; export type Platform = (typeof Platform)[keyof typeof Platform]; export declare const ProductCodeType: { readonly MARKETPLACE: "marketplace"; }; export type ProductCodeType = (typeof ProductCodeType)[keyof typeof ProductCodeType]; export declare const ComponentStatus: { readonly ACTIVE: "ACTIVE"; readonly DEPRECATED: "DEPRECATED"; readonly DISABLED: "DISABLED"; }; export type ComponentStatus = (typeof ComponentStatus)[keyof typeof ComponentStatus]; export declare const ComponentType: { readonly BUILD: "BUILD"; readonly TEST: "TEST"; }; export type ComponentType = (typeof ComponentType)[keyof typeof ComponentType]; export declare const ComponentFormat: { readonly SHELL: "SHELL"; }; export type ComponentFormat = (typeof ComponentFormat)[keyof typeof ComponentFormat]; export declare const ContainerRepositoryService: { readonly ECR: "ECR"; }; export type ContainerRepositoryService = (typeof ContainerRepositoryService)[keyof typeof ContainerRepositoryService]; export declare const ContainerType: { readonly DOCKER: "DOCKER"; }; export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType]; export declare const EbsVolumeType: { readonly GP2: "gp2"; readonly GP3: "gp3"; readonly IO1: "io1"; readonly IO2: "io2"; readonly SC1: "sc1"; readonly ST1: "st1"; readonly STANDARD: "standard"; }; export type EbsVolumeType = (typeof EbsVolumeType)[keyof typeof EbsVolumeType]; export declare const DiskImageFormat: { readonly RAW: "RAW"; readonly VHD: "VHD"; readonly VMDK: "VMDK"; }; export type DiskImageFormat = (typeof DiskImageFormat)[keyof typeof DiskImageFormat]; export declare const SsmParameterDataType: { readonly AWS_EC2_IMAGE: "aws:ec2:image"; readonly TEXT: "text"; }; export type SsmParameterDataType = (typeof SsmParameterDataType)[keyof typeof SsmParameterDataType]; export declare const OnWorkflowFailure: { readonly ABORT: "ABORT"; readonly CONTINUE: "CONTINUE"; }; export type OnWorkflowFailure = (typeof OnWorkflowFailure)[keyof typeof OnWorkflowFailure]; export declare const PipelineExecutionStartCondition: { readonly EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE: "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE"; readonly EXPRESSION_MATCH_ONLY: "EXPRESSION_MATCH_ONLY"; }; export type PipelineExecutionStartCondition = (typeof PipelineExecutionStartCondition)[keyof typeof PipelineExecutionStartCondition]; export declare const PipelineStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type PipelineStatus = (typeof PipelineStatus)[keyof typeof PipelineStatus]; export declare const TenancyType: { readonly DEDICATED: "dedicated"; readonly DEFAULT: "default"; readonly HOST: "host"; }; export type TenancyType = (typeof TenancyType)[keyof typeof TenancyType]; export declare const LifecyclePolicyDetailActionType: { readonly DELETE: "DELETE"; readonly DEPRECATE: "DEPRECATE"; readonly DISABLE: "DISABLE"; }; export type LifecyclePolicyDetailActionType = (typeof LifecyclePolicyDetailActionType)[keyof typeof LifecyclePolicyDetailActionType]; export declare const LifecyclePolicyTimeUnit: { readonly DAYS: "DAYS"; readonly MONTHS: "MONTHS"; readonly WEEKS: "WEEKS"; readonly YEARS: "YEARS"; }; export type LifecyclePolicyTimeUnit = (typeof LifecyclePolicyTimeUnit)[keyof typeof LifecyclePolicyTimeUnit]; export declare const LifecyclePolicyDetailFilterType: { readonly AGE: "AGE"; readonly COUNT: "COUNT"; }; export type LifecyclePolicyDetailFilterType = (typeof LifecyclePolicyDetailFilterType)[keyof typeof LifecyclePolicyDetailFilterType]; export declare const LifecyclePolicyResourceType: { readonly AMI_IMAGE: "AMI_IMAGE"; readonly CONTAINER_IMAGE: "CONTAINER_IMAGE"; }; export type LifecyclePolicyResourceType = (typeof LifecyclePolicyResourceType)[keyof typeof LifecyclePolicyResourceType]; export declare const LifecyclePolicyStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type LifecyclePolicyStatus = (typeof LifecyclePolicyStatus)[keyof typeof LifecyclePolicyStatus]; export declare const WorkflowType: { readonly BUILD: "BUILD"; readonly DISTRIBUTION: "DISTRIBUTION"; readonly TEST: "TEST"; }; export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType]; export declare const ImageType: { readonly AMI: "AMI"; readonly DOCKER: "DOCKER"; }; export type ImageType = (typeof ImageType)[keyof typeof ImageType]; export declare const ImageSource: { readonly AMAZON_MANAGED: "AMAZON_MANAGED"; readonly AWS_MARKETPLACE: "AWS_MARKETPLACE"; readonly CUSTOM: "CUSTOM"; readonly IMPORTED: "IMPORTED"; }; export type ImageSource = (typeof ImageSource)[keyof typeof ImageSource]; export declare const ImageScanStatus: { readonly ABANDONED: "ABANDONED"; readonly COLLECTING: "COLLECTING"; readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; readonly SCANNING: "SCANNING"; readonly TIMED_OUT: "TIMED_OUT"; }; export type ImageScanStatus = (typeof ImageScanStatus)[keyof typeof ImageScanStatus]; export declare const LifecycleExecutionStatus: { readonly CANCELLED: "CANCELLED"; readonly CANCELLING: "CANCELLING"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly PENDING: "PENDING"; readonly SUCCESS: "SUCCESS"; }; export type LifecycleExecutionStatus = (typeof LifecycleExecutionStatus)[keyof typeof LifecycleExecutionStatus]; export declare const MarketplaceResourceType: { readonly COMPONENT_ARTIFACT: "COMPONENT_ARTIFACT"; readonly COMPONENT_DATA: "COMPONENT_DATA"; }; export type MarketplaceResourceType = (typeof MarketplaceResourceType)[keyof typeof MarketplaceResourceType]; export declare const WorkflowStatus: { readonly DEPRECATED: "DEPRECATED"; }; export type WorkflowStatus = (typeof WorkflowStatus)[keyof typeof WorkflowStatus]; export declare const WorkflowExecutionStatus: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; readonly ROLLBACK_COMPLETED: "ROLLBACK_COMPLETED"; readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS"; readonly RUNNING: "RUNNING"; readonly SKIPPED: "SKIPPED"; }; export type WorkflowExecutionStatus = (typeof WorkflowExecutionStatus)[keyof typeof WorkflowExecutionStatus]; export declare const WorkflowStepExecutionRollbackStatus: { readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly RUNNING: "RUNNING"; readonly SKIPPED: "SKIPPED"; }; export type WorkflowStepExecutionRollbackStatus = (typeof WorkflowStepExecutionRollbackStatus)[keyof typeof WorkflowStepExecutionRollbackStatus]; export declare const WorkflowStepExecutionStatus: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; readonly RUNNING: "RUNNING"; readonly SKIPPED: "SKIPPED"; }; export type WorkflowStepExecutionStatus = (typeof WorkflowStepExecutionStatus)[keyof typeof WorkflowStepExecutionStatus]; export declare const Ownership: { readonly AMAZON: "Amazon"; readonly AWS_MARKETPLACE: "AWSMarketplace"; readonly SELF: "Self"; readonly SHARED: "Shared"; readonly THIRDPARTY: "ThirdParty"; }; export type Ownership = (typeof Ownership)[keyof typeof Ownership]; export declare const LifecycleExecutionResourceActionName: { readonly AVAILABLE: "AVAILABLE"; readonly DELETE: "DELETE"; readonly DEPRECATE: "DEPRECATE"; readonly DISABLE: "DISABLE"; }; export type LifecycleExecutionResourceActionName = (typeof LifecycleExecutionResourceActionName)[keyof typeof LifecycleExecutionResourceActionName]; export declare const LifecycleExecutionResourceStatus: { readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SKIPPED: "SKIPPED"; readonly SUCCESS: "SUCCESS"; }; export type LifecycleExecutionResourceStatus = (typeof LifecycleExecutionResourceStatus)[keyof typeof LifecycleExecutionResourceStatus]; export declare const WorkflowStepActionType: { readonly RESUME: "RESUME"; readonly STOP: "STOP"; }; export type WorkflowStepActionType = (typeof WorkflowStepActionType)[keyof typeof WorkflowStepActionType]; export declare const ResourceStatus: { readonly AVAILABLE: "AVAILABLE"; readonly DELETED: "DELETED"; readonly DEPRECATED: "DEPRECATED"; readonly DISABLED: "DISABLED"; }; export type ResourceStatus = (typeof ResourceStatus)[keyof typeof ResourceStatus];