import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ElasticLoadBalancingServiceException as __BaseException } from "./ElasticLoadBalancingServiceException"; /** *
The specified load balancer does not exist.
* @public */ export declare class AccessPointNotFoundException extends __BaseException { readonly name: "AccessPointNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeA tag key was specified more than once.
* @public */ export declare class DuplicateTagKeysException extends __BaseException { readonly name: "DuplicateTagKeysException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe quota for the number of tags that can be assigned to a load balancer has been reached.
* @public */ export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested configuration change is not valid.
* @public */ export declare class InvalidConfigurationRequestException extends __BaseException { readonly name: "InvalidConfigurationRequestException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOne or more of the specified security groups do not exist.
* @public */ export declare class InvalidSecurityGroupException extends __BaseException { readonly name: "InvalidSecurityGroupException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified VPC has no associated Internet gateway.
* @public */ export declare class InvalidSubnetException extends __BaseException { readonly name: "InvalidSubnetException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOne or more of the specified subnets do not exist.
* @public */ export declare class SubnetNotFoundException extends __BaseException { readonly name: "SubnetNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) * or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might * indicate that the certificate is not fully available yet.
* @public */ export declare class CertificateNotFoundException extends __BaseException { readonly name: "CertificateNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeA policy with the specified name already exists for this load balancer.
* @public */ export declare class DuplicatePolicyNameException extends __BaseException { readonly name: "DuplicatePolicyNameException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe quota for the number of policies for this load balancer has been reached.
* @public */ export declare class TooManyPoliciesException extends __BaseException { readonly name: "TooManyPoliciesException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified load balancer name already exists for this account.
* @public */ export declare class DuplicateAccessPointNameException extends __BaseException { readonly name: "DuplicateAccessPointNameException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.
* @public */ export declare class InvalidSchemeException extends __BaseException { readonly name: "InvalidSchemeException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThis operation is not allowed.
* @public */ export declare class OperationNotPermittedException extends __BaseException { readonly name: "OperationNotPermittedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe quota for the number of load balancers has been reached.
* @public */ export declare class TooManyAccessPointsException extends __BaseException { readonly name: "TooManyAccessPointsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified protocol or signature version is not supported.
* @public */ export declare class UnsupportedProtocolException extends __BaseException { readonly name: "UnsupportedProtocolException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeA listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.
* @public */ export declare class DuplicateListenerException extends __BaseException { readonly name: "DuplicateListenerException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOne or more of the specified policy types do not exist.
* @public */ export declare class PolicyTypeNotFoundException extends __BaseException { readonly name: "PolicyTypeNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeA request made by Elastic Load Balancing to another service exceeds the maximum request rate permitted for your account.
* @public */ export declare class DependencyThrottleException extends __BaseException { readonly name: "DependencyThrottleException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified endpoint is not valid.
* @public */ export declare class InvalidEndPointException extends __BaseException { readonly name: "InvalidEndPointException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified load balancer attribute does not exist.
* @public */ export declare class LoadBalancerAttributeNotFoundException extends __BaseException { readonly name: "LoadBalancerAttributeNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeOne or more of the specified policies do not exist.
* @public */ export declare class PolicyNotFoundException extends __BaseException { readonly name: "PolicyNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe load balancer does not have a listener configured at the specified port.
* @public */ export declare class ListenerNotFoundException extends __BaseException { readonly name: "ListenerNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType