/** * @public * @enum */ export declare const AssignPublicIp: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; /** * @public */ export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp]; /** * @public * @enum */ export declare const BatchResourceRequirementType: { readonly GPU: "GPU"; readonly MEMORY: "MEMORY"; readonly VCPU: "VCPU"; }; /** * @public */ export type BatchResourceRequirementType = (typeof BatchResourceRequirementType)[keyof typeof BatchResourceRequirementType]; /** * @public * @enum */ export declare const BatchJobDependencyType: { readonly N_TO_N: "N_TO_N"; readonly SEQUENTIAL: "SEQUENTIAL"; }; /** * @public */ export type BatchJobDependencyType = (typeof BatchJobDependencyType)[keyof typeof BatchJobDependencyType]; /** * @public * @enum */ export declare const RequestedPipeState: { readonly RUNNING: "RUNNING"; readonly STOPPED: "STOPPED"; }; /** * @public */ export type RequestedPipeState = (typeof RequestedPipeState)[keyof typeof RequestedPipeState]; /** * @public * @enum */ export declare const IncludeExecutionDataOption: { readonly ALL: "ALL"; }; /** * @public */ export type IncludeExecutionDataOption = (typeof IncludeExecutionDataOption)[keyof typeof IncludeExecutionDataOption]; /** * @public * @enum */ export declare const LogLevel: { readonly ERROR: "ERROR"; readonly INFO: "INFO"; readonly OFF: "OFF"; readonly TRACE: "TRACE"; }; /** * @public */ export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel]; /** * @public * @enum */ export declare const S3OutputFormat: { readonly JSON: "json"; readonly PLAIN: "plain"; readonly W3C: "w3c"; }; /** * @public */ export type S3OutputFormat = (typeof S3OutputFormat)[keyof typeof S3OutputFormat]; /** * @public * @enum */ export declare const OnPartialBatchItemFailureStreams: { readonly AUTOMATIC_BISECT: "AUTOMATIC_BISECT"; }; /** * @public */ export type OnPartialBatchItemFailureStreams = (typeof OnPartialBatchItemFailureStreams)[keyof typeof OnPartialBatchItemFailureStreams]; /** * @public * @enum */ export declare const DynamoDBStreamStartPosition: { readonly LATEST: "LATEST"; readonly TRIM_HORIZON: "TRIM_HORIZON"; }; /** * @public */ export type DynamoDBStreamStartPosition = (typeof DynamoDBStreamStartPosition)[keyof typeof DynamoDBStreamStartPosition]; /** * @public * @enum */ export declare const KinesisStreamStartPosition: { readonly AT_TIMESTAMP: "AT_TIMESTAMP"; readonly LATEST: "LATEST"; readonly TRIM_HORIZON: "TRIM_HORIZON"; }; /** * @public */ export type KinesisStreamStartPosition = (typeof KinesisStreamStartPosition)[keyof typeof KinesisStreamStartPosition]; /** * @public * @enum */ export declare const MSKStartPosition: { readonly LATEST: "LATEST"; readonly TRIM_HORIZON: "TRIM_HORIZON"; }; /** * @public */ export type MSKStartPosition = (typeof MSKStartPosition)[keyof typeof MSKStartPosition]; /** * @public * @enum */ export declare const SelfManagedKafkaStartPosition: { readonly LATEST: "LATEST"; readonly TRIM_HORIZON: "TRIM_HORIZON"; }; /** * @public */ export type SelfManagedKafkaStartPosition = (typeof SelfManagedKafkaStartPosition)[keyof typeof SelfManagedKafkaStartPosition]; /** * @public * @enum */ export declare const LaunchType: { readonly EC2: "EC2"; readonly EXTERNAL: "EXTERNAL"; readonly FARGATE: "FARGATE"; }; /** * @public */ export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType]; /** * @public * @enum */ export declare const EcsEnvironmentFileType: { readonly s3: "s3"; }; /** * @public */ export type EcsEnvironmentFileType = (typeof EcsEnvironmentFileType)[keyof typeof EcsEnvironmentFileType]; /** * @public * @enum */ export declare const EcsResourceRequirementType: { readonly GPU: "GPU"; readonly InferenceAccelerator: "InferenceAccelerator"; }; /** * @public */ export type EcsResourceRequirementType = (typeof EcsResourceRequirementType)[keyof typeof EcsResourceRequirementType]; /** * @public * @enum */ export declare const PlacementConstraintType: { readonly DISTINCT_INSTANCE: "distinctInstance"; readonly MEMBER_OF: "memberOf"; }; /** * @public */ export type PlacementConstraintType = (typeof PlacementConstraintType)[keyof typeof PlacementConstraintType]; /** * @public * @enum */ export declare const PlacementStrategyType: { readonly BINPACK: "binpack"; readonly RANDOM: "random"; readonly SPREAD: "spread"; }; /** * @public */ export type PlacementStrategyType = (typeof PlacementStrategyType)[keyof typeof PlacementStrategyType]; /** * @public * @enum */ export declare const PropagateTags: { readonly TASK_DEFINITION: "TASK_DEFINITION"; }; /** * @public */ export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags]; /** * @public * @enum */ export declare const PipeTargetInvocationType: { readonly FIRE_AND_FORGET: "FIRE_AND_FORGET"; readonly REQUEST_RESPONSE: "REQUEST_RESPONSE"; }; /** * @public */ export type PipeTargetInvocationType = (typeof PipeTargetInvocationType)[keyof typeof PipeTargetInvocationType]; /** * @public * @enum */ export declare const DimensionValueType: { readonly VARCHAR: "VARCHAR"; }; /** * @public */ export type DimensionValueType = (typeof DimensionValueType)[keyof typeof DimensionValueType]; /** * @public * @enum */ export declare const EpochTimeUnit: { readonly MICROSECONDS: "MICROSECONDS"; readonly MILLISECONDS: "MILLISECONDS"; readonly NANOSECONDS: "NANOSECONDS"; readonly SECONDS: "SECONDS"; }; /** * @public */ export type EpochTimeUnit = (typeof EpochTimeUnit)[keyof typeof EpochTimeUnit]; /** * @public * @enum */ export declare const MeasureValueType: { readonly BIGINT: "BIGINT"; readonly BOOLEAN: "BOOLEAN"; readonly DOUBLE: "DOUBLE"; readonly TIMESTAMP: "TIMESTAMP"; readonly VARCHAR: "VARCHAR"; }; /** * @public */ export type MeasureValueType = (typeof MeasureValueType)[keyof typeof MeasureValueType]; /** * @public * @enum */ export declare const TimeFieldType: { readonly EPOCH: "EPOCH"; readonly TIMESTAMP_FORMAT: "TIMESTAMP_FORMAT"; }; /** * @public */ export type TimeFieldType = (typeof TimeFieldType)[keyof typeof TimeFieldType]; /** * @public * @enum */ 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"; }; /** * @public */ export type PipeState = (typeof PipeState)[keyof typeof PipeState]; /** * @public * @enum */ export declare const RequestedPipeStateDescribeResponse: { readonly DELETED: "DELETED"; readonly RUNNING: "RUNNING"; readonly STOPPED: "STOPPED"; }; /** * @public */ export type RequestedPipeStateDescribeResponse = (typeof RequestedPipeStateDescribeResponse)[keyof typeof RequestedPipeStateDescribeResponse];