import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { KinesisVideoServiceException as __BaseException } from "./KinesisVideoServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class AccountChannelLimitExceededException extends __BaseException { readonly name: "AccountChannelLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< AccountChannelLimitExceededException, __BaseException > ); } export declare class AccountStreamLimitExceededException extends __BaseException { readonly name: "AccountStreamLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< AccountStreamLimitExceededException, __BaseException > ); } export declare class ClientLimitExceededException extends __BaseException { readonly name: "ClientLimitExceededException"; 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 ResourceInUseException extends __BaseException { readonly name: "ResourceInUseException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class TagsPerResourceExceededLimitException extends __BaseException { readonly name: "TagsPerResourceExceededLimitException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< TagsPerResourceExceededLimitException, __BaseException > ); } export declare class DeviceStreamLimitExceededException extends __BaseException { readonly name: "DeviceStreamLimitExceededException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< DeviceStreamLimitExceededException, __BaseException > ); } export declare class InvalidDeviceException extends __BaseException { readonly name: "InvalidDeviceException"; 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 StreamEdgeConfigurationNotFoundException extends __BaseException { readonly name: "StreamEdgeConfigurationNotFoundException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType< StreamEdgeConfigurationNotFoundException, __BaseException > ); } export declare class VersionMismatchException extends __BaseException { readonly name: "VersionMismatchException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class NotAuthorizedException extends __BaseException { readonly name: "NotAuthorizedException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidResourceFormatException extends __BaseException { readonly name: "InvalidResourceFormatException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class NoDataRetentionException extends __BaseException { readonly name: "NoDataRetentionException"; readonly $fault: "client"; Message?: string | undefined; constructor( opts: __ExceptionOptionType ); }