import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { KinesisAnalyticsV2ServiceException as __BaseException } from "./KinesisAnalyticsV2ServiceException"; export declare class ConcurrentModificationException extends __BaseException { readonly name: "ConcurrentModificationException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InvalidApplicationConfigurationException extends __BaseException { readonly name: "InvalidApplicationConfigurationException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType, ); } export declare class InvalidArgumentException extends __BaseException { readonly name: "InvalidArgumentException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceInUseException extends __BaseException { readonly name: "ResourceInUseException"; 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 CodeValidationException extends __BaseException { readonly name: "CodeValidationException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class UnsupportedOperationException extends __BaseException { readonly name: "UnsupportedOperationException"; readonly $fault: "client"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceProvisionedThroughputExceededException extends __BaseException { readonly name: "ResourceProvisionedThroughputExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType, ); } export declare class ServiceUnavailableException extends __BaseException { readonly name: "ServiceUnavailableException"; readonly $fault: "server"; Message?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class UnableToDetectSchemaException extends __BaseException { readonly name: "UnableToDetectSchemaException"; readonly $fault: "client"; Message?: string | undefined; RawInputRecords?: string[] | undefined; ProcessedInputRecords?: string[] | undefined; constructor(opts: __ExceptionOptionType); }