export declare const AssignPublicIp: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp]; export declare const BatchResourceRequirementType: { readonly GPU: "GPU"; readonly MEMORY: "MEMORY"; readonly VCPU: "VCPU"; }; export type BatchResourceRequirementType = (typeof BatchResourceRequirementType)[keyof typeof BatchResourceRequirementType]; export declare const BatchJobDependencyType: { readonly N_TO_N: "N_TO_N"; readonly SEQUENTIAL: "SEQUENTIAL"; }; export type BatchJobDependencyType = (typeof BatchJobDependencyType)[keyof typeof BatchJobDependencyType]; export declare const RequestedPipeState: { readonly RUNNING: "RUNNING"; readonly STOPPED: "STOPPED"; }; export type RequestedPipeState = (typeof RequestedPipeState)[keyof typeof RequestedPipeState]; export declare const IncludeExecutionDataOption: { readonly ALL: "ALL"; }; export type IncludeExecutionDataOption = (typeof IncludeExecutionDataOption)[keyof typeof IncludeExecutionDataOption]; export declare const LogLevel: { readonly ERROR: "ERROR"; readonly INFO: "INFO"; readonly OFF: "OFF"; readonly TRACE: "TRACE"; }; export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel]; export declare const S3OutputFormat: { readonly JSON: "json"; readonly PLAIN: "plain"; readonly W3C: "w3c"; }; export type S3OutputFormat = (typeof S3OutputFormat)[keyof typeof S3OutputFormat]; export declare const OnPartialBatchItemFailureStreams: { readonly AUTOMATIC_BISECT: "AUTOMATIC_BISECT"; }; export type OnPartialBatchItemFailureStreams = (typeof OnPartialBatchItemFailureStreams)[keyof typeof OnPartialBatchItemFailureStreams]; export declare const DynamoDBStreamStartPosition: { readonly LATEST: "LATEST"; readonly TRIM_HORIZON: "TRIM_HORIZON"; }; export type DynamoDBStreamStartPosition = (typeof DynamoDBStreamStartPosition)[keyof typeof DynamoDBStreamStartPosition]; export declare const KinesisStreamStartPosition: { readonly AT_TIMESTAMP: "AT_TIMESTAMP"; readonly LATEST: "LATEST"; readonly TRIM_HORIZON: "TRIM_HORIZON"; }; export type KinesisStreamStartPosition = (typeof KinesisStreamStartPosition)[keyof typeof KinesisStreamStartPosition]; export declare const MSKStartPosition: { readonly LATEST: "LATEST"; readonly TRIM_HORIZON: "TRIM_HORIZON"; }; export type MSKStartPosition = (typeof MSKStartPosition)[keyof typeof MSKStartPosition]; export declare const SelfManagedKafkaStartPosition: { readonly LATEST: "LATEST"; readonly TRIM_HORIZON: "TRIM_HORIZON"; }; export type SelfManagedKafkaStartPosition = (typeof SelfManagedKafkaStartPosition)[keyof typeof SelfManagedKafkaStartPosition]; export declare const LaunchType: { readonly EC2: "EC2"; readonly EXTERNAL: "EXTERNAL"; readonly FARGATE: "FARGATE"; }; export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType]; export declare const EcsEnvironmentFileType: { readonly s3: "s3"; }; export type EcsEnvironmentFileType = (typeof EcsEnvironmentFileType)[keyof typeof EcsEnvironmentFileType]; export declare const EcsResourceRequirementType: { readonly GPU: "GPU"; readonly InferenceAccelerator: "InferenceAccelerator"; }; export type EcsResourceRequirementType = (typeof EcsResourceRequirementType)[keyof typeof EcsResourceRequirementType]; export declare const PlacementConstraintType: { readonly DISTINCT_INSTANCE: "distinctInstance"; readonly MEMBER_OF: "memberOf"; }; export type PlacementConstraintType = (typeof PlacementConstraintType)[keyof typeof PlacementConstraintType]; export declare const PlacementStrategyType: { readonly BINPACK: "binpack"; readonly RANDOM: "random"; readonly SPREAD: "spread"; }; export type PlacementStrategyType = (typeof PlacementStrategyType)[keyof typeof PlacementStrategyType]; export declare const PropagateTags: { readonly TASK_DEFINITION: "TASK_DEFINITION"; }; export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags]; export declare const PipeTargetInvocationType: { readonly FIRE_AND_FORGET: "FIRE_AND_FORGET"; readonly REQUEST_RESPONSE: "REQUEST_RESPONSE"; }; export type PipeTargetInvocationType = (typeof PipeTargetInvocationType)[keyof typeof PipeTargetInvocationType]; export declare const DimensionValueType: { readonly VARCHAR: "VARCHAR"; }; export type DimensionValueType = (typeof DimensionValueType)[keyof typeof DimensionValueType]; export declare const EpochTimeUnit: { readonly MICROSECONDS: "MICROSECONDS"; readonly MILLISECONDS: "MILLISECONDS"; readonly NANOSECONDS: "NANOSECONDS"; readonly SECONDS: "SECONDS"; }; export type EpochTimeUnit = (typeof EpochTimeUnit)[keyof typeof EpochTimeUnit]; export declare const MeasureValueType: { readonly BIGINT: "BIGINT"; readonly BOOLEAN: "BOOLEAN"; readonly DOUBLE: "DOUBLE"; readonly TIMESTAMP: "TIMESTAMP"; readonly VARCHAR: "VARCHAR"; }; export type MeasureValueType = (typeof MeasureValueType)[keyof typeof MeasureValueType]; export declare const TimeFieldType: { readonly EPOCH: "EPOCH"; readonly TIMESTAMP_FORMAT: "TIMESTAMP_FORMAT"; }; export type TimeFieldType = (typeof TimeFieldType)[keyof typeof TimeFieldType]; export declare const PipeState: { readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_ROLLBACK_FAILED: "CREATE_ROLLBACK_FAILED"; readonly CREATING: "CREATING"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_ROLLBACK_FAILED: "DELETE_ROLLBACK_FAILED"; readonly DELETING: "DELETING"; readonly RUNNING: "RUNNING"; readonly STARTING: "STARTING"; readonly START_FAILED: "START_FAILED"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; readonly STOP_FAILED: "STOP_FAILED"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED"; readonly UPDATING: "UPDATING"; }; export type PipeState = (typeof PipeState)[keyof typeof PipeState]; export declare const RequestedPipeStateDescribeResponse: { readonly DELETED: "DELETED"; readonly RUNNING: "RUNNING"; readonly STOPPED: "STOPPED"; }; export type RequestedPipeStateDescribeResponse = (typeof RequestedPipeStateDescribeResponse)[keyof typeof RequestedPipeStateDescribeResponse];