import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { FederationSourceErrorCode } from "./enums"; import { GlueServiceException as __BaseException } from "./GlueServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class AlreadyExistsException extends __BaseException { readonly name: "AlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class EntityNotFoundException extends __BaseException { readonly name: "EntityNotFoundException"; readonly $fault: "client"; Message?: string | undefined; FromFederationSource?: boolean | undefined; constructor( opts: __ExceptionOptionType ); } export declare class GlueEncryptionException extends __BaseException { readonly name: "GlueEncryptionException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InternalServiceException extends __BaseException { readonly name: "InternalServiceException"; readonly $fault: "server"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidInputException extends __BaseException { readonly name: "InvalidInputException"; readonly $fault: "client"; Message?: string | undefined; FromFederationSource?: boolean | undefined; constructor( opts: __ExceptionOptionType ); } export declare class OperationTimeoutException extends __BaseException { readonly name: "OperationTimeoutException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNumberLimitExceededException extends __BaseException { readonly name: "ResourceNumberLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< ResourceNumberLimitExceededException, __BaseException > ); } export declare class ResourceNotReadyException extends __BaseException { readonly name: "ResourceNotReadyException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class FederationSourceException extends __BaseException { readonly name: "FederationSourceException"; readonly $fault: "client"; FederationSourceErrorCode?: FederationSourceErrorCode | undefined; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class FederationSourceRetryableException extends __BaseException { readonly name: "FederationSourceRetryableException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< FederationSourceRetryableException, __BaseException > ); } export declare class InvalidStateException extends __BaseException { readonly name: "InvalidStateException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class IllegalSessionStateException extends __BaseException { readonly name: "IllegalSessionStateException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ConcurrentModificationException extends __BaseException { readonly name: "ConcurrentModificationException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< ConcurrentModificationException, __BaseException > ); } export declare class FederatedResourceAlreadyExistsException extends __BaseException { readonly name: "FederatedResourceAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; AssociatedGlueResource?: string | undefined; constructor( opts: __ExceptionOptionType< FederatedResourceAlreadyExistsException, __BaseException > ); } export declare class ColumnStatisticsTaskRunningException extends __BaseException { readonly name: "ColumnStatisticsTaskRunningException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< ColumnStatisticsTaskRunningException, __BaseException > ); } export declare class IdempotentParameterMismatchException extends __BaseException { readonly name: "IdempotentParameterMismatchException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< IdempotentParameterMismatchException, __BaseException > ); } export declare class ValidationException extends __BaseException { readonly name: "ValidationException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class IntegrationConflictOperationFault extends __BaseException { readonly name: "IntegrationConflictOperationFault"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< IntegrationConflictOperationFault, __BaseException > ); } export declare class IntegrationQuotaExceededFault extends __BaseException { readonly name: "IntegrationQuotaExceededFault"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InternalServerException extends __BaseException { readonly name: "InternalServerException"; readonly $fault: "server"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class KMSKeyNotAccessibleFault extends __BaseException { readonly name: "KMSKeyNotAccessibleFault"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class OperationNotSupportedException extends __BaseException { readonly name: "OperationNotSupportedException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class CrawlerRunningException extends __BaseException { readonly name: "CrawlerRunningException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class SchedulerTransitioningException extends __BaseException { readonly name: "SchedulerTransitioningException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< SchedulerTransitioningException, __BaseException > ); } export declare class IntegrationNotFoundFault extends __BaseException { readonly name: "IntegrationNotFoundFault"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidIntegrationStateFault extends __BaseException { readonly name: "InvalidIntegrationStateFault"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ConditionCheckFailureException extends __BaseException { readonly name: "ConditionCheckFailureException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class TargetResourceNotFound extends __BaseException { readonly name: "TargetResourceNotFound"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class PermissionTypeMismatchException extends __BaseException { readonly name: "PermissionTypeMismatchException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< PermissionTypeMismatchException, __BaseException > ); } export declare class ConcurrentRunsExceededException extends __BaseException { readonly name: "ConcurrentRunsExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< ConcurrentRunsExceededException, __BaseException > ); } export declare class IllegalWorkflowStateException extends __BaseException { readonly name: "IllegalWorkflowStateException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class IllegalBlueprintStateException extends __BaseException { readonly name: "IllegalBlueprintStateException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class NoScheduleException extends __BaseException { readonly name: "NoScheduleException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class SchedulerRunningException extends __BaseException { readonly name: "SchedulerRunningException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class MaterializedViewRefreshTaskRunningException extends __BaseException { readonly name: "MaterializedViewRefreshTaskRunningException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< MaterializedViewRefreshTaskRunningException, __BaseException > ); } export declare class MLTransformNotReadyException extends __BaseException { readonly name: "MLTransformNotReadyException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ColumnStatisticsTaskNotRunningException extends __BaseException { readonly name: "ColumnStatisticsTaskNotRunningException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< ColumnStatisticsTaskNotRunningException, __BaseException > ); } export declare class ColumnStatisticsTaskStoppingException extends __BaseException { readonly name: "ColumnStatisticsTaskStoppingException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< ColumnStatisticsTaskStoppingException, __BaseException > ); } export declare class CrawlerNotRunningException extends __BaseException { readonly name: "CrawlerNotRunningException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class CrawlerStoppingException extends __BaseException { readonly name: "CrawlerStoppingException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class SchedulerNotRunningException extends __BaseException { readonly name: "SchedulerNotRunningException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class MaterializedViewRefreshTaskNotRunningException extends __BaseException { readonly name: "MaterializedViewRefreshTaskNotRunningException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< MaterializedViewRefreshTaskNotRunningException, __BaseException > ); } export declare class MaterializedViewRefreshTaskStoppingException extends __BaseException { readonly name: "MaterializedViewRefreshTaskStoppingException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< MaterializedViewRefreshTaskStoppingException, __BaseException > ); } export declare class VersionMismatchException extends __BaseException { readonly name: "VersionMismatchException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); }