import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { MediaConnectServiceException as __BaseException } from "./MediaConnectServiceException"; export declare class BadRequestException extends __BaseException { readonly name: "BadRequestException"; readonly $fault: "client"; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; $retryable: {}; Message: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ForbiddenException extends __BaseException { readonly name: "ForbiddenException"; readonly $fault: "client"; Message: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class InternalServerErrorException extends __BaseException { readonly name: "InternalServerErrorException"; readonly $fault: "server"; $retryable: {}; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; readonly $fault: "client"; Message: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ServiceUnavailableException extends __BaseException { readonly name: "ServiceUnavailableException"; readonly $fault: "server"; $retryable: {}; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class TooManyRequestsException extends __BaseException { readonly name: "TooManyRequestsException"; readonly $fault: "client"; $retryable: {}; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class AddFlowOutputs420Exception extends __BaseException { readonly name: "AddFlowOutputs420Exception"; readonly $fault: "client"; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class CreateBridge420Exception extends __BaseException { readonly name: "CreateBridge420Exception"; readonly $fault: "client"; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class CreateFlow420Exception extends __BaseException { readonly name: "CreateFlow420Exception"; readonly $fault: "client"; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class CreateGateway420Exception extends __BaseException { readonly name: "CreateGateway420Exception"; readonly $fault: "client"; Message: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class RouterInputServiceQuotaExceededException extends __BaseException { readonly name: "RouterInputServiceQuotaExceededException"; readonly $fault: "client"; Message: string | undefined; constructor( opts: __ExceptionOptionType< RouterInputServiceQuotaExceededException, __BaseException > ); } export declare class RouterNetworkInterfaceServiceQuotaExceededException extends __BaseException { readonly name: "RouterNetworkInterfaceServiceQuotaExceededException"; readonly $fault: "client"; Message: string | undefined; constructor( opts: __ExceptionOptionType< RouterNetworkInterfaceServiceQuotaExceededException, __BaseException > ); } export declare class RouterOutputServiceQuotaExceededException extends __BaseException { readonly name: "RouterOutputServiceQuotaExceededException"; readonly $fault: "client"; Message: string | undefined; constructor( opts: __ExceptionOptionType< RouterOutputServiceQuotaExceededException, __BaseException > ); } export declare class GrantFlowEntitlements420Exception extends __BaseException { readonly name: "GrantFlowEntitlements420Exception"; readonly $fault: "client"; Message: string | undefined; constructor( opts: __ExceptionOptionType< GrantFlowEntitlements420Exception, __BaseException > ); }