export declare const EncryptionType: { readonly AWS_OWNED_KEY: "AWS_OWNED_KEY"; readonly CUSTOMER_MANAGED_KMS_KEY: "CUSTOMER_MANAGED_KMS_KEY"; }; export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType]; export declare const LogLevel: { readonly ALL: "ALL"; readonly ERROR: "ERROR"; readonly FATAL: "FATAL"; readonly OFF: "OFF"; }; export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel]; export declare const StateMachineType: { readonly EXPRESS: "EXPRESS"; readonly STANDARD: "STANDARD"; }; export type StateMachineType = (typeof StateMachineType)[keyof typeof StateMachineType]; export declare const ValidationExceptionReason: { readonly API_DOES_NOT_SUPPORT_LABELED_ARNS: "API_DOES_NOT_SUPPORT_LABELED_ARNS"; readonly CANNOT_UPDATE_COMPLETED_MAP_RUN: "CANNOT_UPDATE_COMPLETED_MAP_RUN"; readonly INVALID_ROUTING_CONFIGURATION: "INVALID_ROUTING_CONFIGURATION"; readonly MISSING_REQUIRED_PARAMETER: "MISSING_REQUIRED_PARAMETER"; }; export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason]; export declare const IncludedData: { readonly ALL_DATA: "ALL_DATA"; readonly METADATA_ONLY: "METADATA_ONLY"; }; export type IncludedData = (typeof IncludedData)[keyof typeof IncludedData]; export declare const ExecutionRedriveStatus: { readonly NOT_REDRIVABLE: "NOT_REDRIVABLE"; readonly REDRIVABLE: "REDRIVABLE"; readonly REDRIVABLE_BY_MAP_RUN: "REDRIVABLE_BY_MAP_RUN"; }; export type ExecutionRedriveStatus = (typeof ExecutionRedriveStatus)[keyof typeof ExecutionRedriveStatus]; export declare const ExecutionStatus: { readonly ABORTED: "ABORTED"; readonly FAILED: "FAILED"; readonly PENDING_REDRIVE: "PENDING_REDRIVE"; readonly RUNNING: "RUNNING"; readonly SUCCEEDED: "SUCCEEDED"; readonly TIMED_OUT: "TIMED_OUT"; }; export type ExecutionStatus = (typeof ExecutionStatus)[keyof typeof ExecutionStatus]; export declare const KmsKeyState: { readonly CREATING: "CREATING"; readonly DISABLED: "DISABLED"; readonly PENDING_DELETION: "PENDING_DELETION"; readonly PENDING_IMPORT: "PENDING_IMPORT"; readonly UNAVAILABLE: "UNAVAILABLE"; }; export type KmsKeyState = (typeof KmsKeyState)[keyof typeof KmsKeyState]; export declare const MapRunStatus: { readonly ABORTED: "ABORTED"; readonly FAILED: "FAILED"; readonly RUNNING: "RUNNING"; readonly SUCCEEDED: "SUCCEEDED"; }; export type MapRunStatus = (typeof MapRunStatus)[keyof typeof MapRunStatus]; export declare const StateMachineStatus: { readonly ACTIVE: "ACTIVE"; readonly DELETING: "DELETING"; }; export type StateMachineStatus = (typeof StateMachineStatus)[keyof typeof StateMachineStatus]; export declare const HistoryEventType: { readonly ActivityFailed: "ActivityFailed"; readonly ActivityScheduleFailed: "ActivityScheduleFailed"; readonly ActivityScheduled: "ActivityScheduled"; readonly ActivityStarted: "ActivityStarted"; readonly ActivitySucceeded: "ActivitySucceeded"; readonly ActivityTimedOut: "ActivityTimedOut"; readonly ChoiceStateEntered: "ChoiceStateEntered"; readonly ChoiceStateExited: "ChoiceStateExited"; readonly EvaluationFailed: "EvaluationFailed"; readonly ExecutionAborted: "ExecutionAborted"; readonly ExecutionFailed: "ExecutionFailed"; readonly ExecutionRedriven: "ExecutionRedriven"; readonly ExecutionStarted: "ExecutionStarted"; readonly ExecutionSucceeded: "ExecutionSucceeded"; readonly ExecutionTimedOut: "ExecutionTimedOut"; readonly FailStateEntered: "FailStateEntered"; readonly LambdaFunctionFailed: "LambdaFunctionFailed"; readonly LambdaFunctionScheduleFailed: "LambdaFunctionScheduleFailed"; readonly LambdaFunctionScheduled: "LambdaFunctionScheduled"; readonly LambdaFunctionStartFailed: "LambdaFunctionStartFailed"; readonly LambdaFunctionStarted: "LambdaFunctionStarted"; readonly LambdaFunctionSucceeded: "LambdaFunctionSucceeded"; readonly LambdaFunctionTimedOut: "LambdaFunctionTimedOut"; readonly MapIterationAborted: "MapIterationAborted"; readonly MapIterationFailed: "MapIterationFailed"; readonly MapIterationStarted: "MapIterationStarted"; readonly MapIterationSucceeded: "MapIterationSucceeded"; readonly MapRunAborted: "MapRunAborted"; readonly MapRunFailed: "MapRunFailed"; readonly MapRunRedriven: "MapRunRedriven"; readonly MapRunStarted: "MapRunStarted"; readonly MapRunSucceeded: "MapRunSucceeded"; readonly MapStateAborted: "MapStateAborted"; readonly MapStateEntered: "MapStateEntered"; readonly MapStateExited: "MapStateExited"; readonly MapStateFailed: "MapStateFailed"; readonly MapStateStarted: "MapStateStarted"; readonly MapStateSucceeded: "MapStateSucceeded"; readonly ParallelStateAborted: "ParallelStateAborted"; readonly ParallelStateEntered: "ParallelStateEntered"; readonly ParallelStateExited: "ParallelStateExited"; readonly ParallelStateFailed: "ParallelStateFailed"; readonly ParallelStateStarted: "ParallelStateStarted"; readonly ParallelStateSucceeded: "ParallelStateSucceeded"; readonly PassStateEntered: "PassStateEntered"; readonly PassStateExited: "PassStateExited"; readonly SucceedStateEntered: "SucceedStateEntered"; readonly SucceedStateExited: "SucceedStateExited"; readonly TaskFailed: "TaskFailed"; readonly TaskScheduled: "TaskScheduled"; readonly TaskStartFailed: "TaskStartFailed"; readonly TaskStarted: "TaskStarted"; readonly TaskStateAborted: "TaskStateAborted"; readonly TaskStateEntered: "TaskStateEntered"; readonly TaskStateExited: "TaskStateExited"; readonly TaskSubmitFailed: "TaskSubmitFailed"; readonly TaskSubmitted: "TaskSubmitted"; readonly TaskSucceeded: "TaskSucceeded"; readonly TaskTimedOut: "TaskTimedOut"; readonly WaitStateAborted: "WaitStateAborted"; readonly WaitStateEntered: "WaitStateEntered"; readonly WaitStateExited: "WaitStateExited"; }; export type HistoryEventType = (typeof HistoryEventType)[keyof typeof HistoryEventType]; export declare const ExecutionRedriveFilter: { readonly NOT_REDRIVEN: "NOT_REDRIVEN"; readonly REDRIVEN: "REDRIVEN"; }; export type ExecutionRedriveFilter = (typeof ExecutionRedriveFilter)[keyof typeof ExecutionRedriveFilter]; export declare const SyncExecutionStatus: { readonly FAILED: "FAILED"; readonly SUCCEEDED: "SUCCEEDED"; readonly TIMED_OUT: "TIMED_OUT"; }; export type SyncExecutionStatus = (typeof SyncExecutionStatus)[keyof typeof SyncExecutionStatus]; export declare const InspectionLevel: { readonly DEBUG: "DEBUG"; readonly INFO: "INFO"; readonly TRACE: "TRACE"; }; export type InspectionLevel = (typeof InspectionLevel)[keyof typeof InspectionLevel]; export declare const MockResponseValidationMode: { readonly NONE: "NONE"; readonly PRESENT: "PRESENT"; readonly STRICT: "STRICT"; }; export type MockResponseValidationMode = (typeof MockResponseValidationMode)[keyof typeof MockResponseValidationMode]; export declare const TestExecutionStatus: { readonly CAUGHT_ERROR: "CAUGHT_ERROR"; readonly FAILED: "FAILED"; readonly RETRIABLE: "RETRIABLE"; readonly SUCCEEDED: "SUCCEEDED"; }; export type TestExecutionStatus = (typeof TestExecutionStatus)[keyof typeof TestExecutionStatus]; export declare const ValidateStateMachineDefinitionSeverity: { readonly ERROR: "ERROR"; readonly WARNING: "WARNING"; }; export type ValidateStateMachineDefinitionSeverity = (typeof ValidateStateMachineDefinitionSeverity)[keyof typeof ValidateStateMachineDefinitionSeverity]; export declare const ValidateStateMachineDefinitionResultCode: { readonly FAIL: "FAIL"; readonly OK: "OK"; }; export type ValidateStateMachineDefinitionResultCode = (typeof ValidateStateMachineDefinitionResultCode)[keyof typeof ValidateStateMachineDefinitionResultCode];