import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KendraServiceException as __BaseException } from "./KendraServiceException"; import { ConflictingItem } from "./models_0"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; 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 ResourceAlreadyExistException extends __BaseException { readonly name: "ResourceAlreadyExistException"; 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 ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } 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 ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class FeaturedResultsConflictException extends __BaseException { readonly name: "FeaturedResultsConflictException"; readonly $fault: "client"; Message?: string | undefined; ConflictingItems?: ConflictingItem[] | undefined; constructor( opts: __ExceptionOptionType< FeaturedResultsConflictException, __BaseException > ); } export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceUnavailableException extends __BaseException { readonly name: "ResourceUnavailableException"; 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 ); }