import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { EKSServiceException as __BaseException } from "./EKSServiceException"; export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class InvalidParameterException extends __BaseException { readonly name: "InvalidParameterException"; readonly $fault: "client"; clusterName?: string | undefined; nodegroupName?: string | undefined; fargateProfileName?: string | undefined; addonName?: string | undefined; subscriptionId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; clusterName?: string | undefined; nodegroupName?: string | undefined; addonName?: string | undefined; subscriptionId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; clusterName?: string | undefined; nodegroupName?: string | undefined; fargateProfileName?: string | undefined; addonName?: string | undefined; subscriptionId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ServerException extends __BaseException { readonly name: "ServerException"; readonly $fault: "server"; clusterName?: string | undefined; nodegroupName?: string | undefined; addonName?: string | undefined; subscriptionId?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ClientException extends __BaseException { readonly name: "ClientException"; readonly $fault: "client"; clusterName?: string | undefined; nodegroupName?: string | undefined; addonName?: string | undefined; subscriptionId?: string | undefined; constructor(opts: __ExceptionOptionType); } export declare class ResourceInUseException extends __BaseException { readonly name: "ResourceInUseException"; readonly $fault: "client"; clusterName?: string | undefined; nodegroupName?: string | undefined; addonName?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ThrottlingException extends __BaseException { readonly name: "ThrottlingException"; readonly $fault: "client"; clusterName?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ResourceLimitExceededException extends __BaseException { readonly name: "ResourceLimitExceededException"; readonly $fault: "client"; clusterName?: string | undefined; nodegroupName?: string | undefined; subscriptionId?: string | undefined; constructor( opts: __ExceptionOptionType ); } export declare class ServiceUnavailableException extends __BaseException { readonly name: "ServiceUnavailableException"; readonly $fault: "server"; constructor( opts: __ExceptionOptionType ); } export declare class UnsupportedAvailabilityZoneException extends __BaseException { readonly name: "UnsupportedAvailabilityZoneException"; readonly $fault: "client"; clusterName?: string | undefined; nodegroupName?: string | undefined; validZones?: string[] | undefined; constructor( opts: __ExceptionOptionType< UnsupportedAvailabilityZoneException, __BaseException > ); } export declare class BadRequestException extends __BaseException { readonly name: "BadRequestException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType ); } export declare class NotFoundException extends __BaseException { readonly name: "NotFoundException"; readonly $fault: "client"; constructor(opts: __ExceptionOptionType); } export declare class ResourcePropagationDelayException extends __BaseException { readonly name: "ResourcePropagationDelayException"; readonly $fault: "client"; constructor( opts: __ExceptionOptionType< ResourcePropagationDelayException, __BaseException > ); } export declare class InvalidStateException extends __BaseException { readonly name: "InvalidStateException"; readonly $fault: "client"; clusterName?: string | undefined; constructor( opts: __ExceptionOptionType ); }