import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { AppSyncServiceException as __BaseException } from "./AppSyncServiceException"; import { BadRequestReason } from "./enums"; import { BadRequestDetail } from "./models_0"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ApiKeyLimitExceededException extends __BaseException { readonly name: "ApiKeyLimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ApiKeyValidityOutOfBoundsException extends __BaseException { readonly name: "ApiKeyValidityOutOfBoundsException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< ApiKeyValidityOutOfBoundsException, __BaseException > ); } export declare class ApiLimitExceededException extends __BaseException { readonly name: "ApiLimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class BadRequestException extends __BaseException { readonly name: "BadRequestException"; readonly $fault: "client"; reason?: BadRequestReason | undefined; detail?: BadRequestDetail | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InternalFailureException extends __BaseException { readonly name: "InternalFailureException"; readonly $fault: "server"; constructor( opts: __ExceptionOptionType ); } export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ConcurrentModificationException extends __BaseException { readonly name: "ConcurrentModificationException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< ConcurrentModificationException, __BaseException > ); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class UnauthorizedException extends __BaseException { readonly name: "UnauthorizedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class GraphQLSchemaException extends __BaseException { readonly name: "GraphQLSchemaException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); }