libZSservicesZSamazonka-elbZSamazonka-elb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ELB.Types.Limit

Description

 
Synopsis

Documentation

data Limit Source #

Information about an Elastic Load Balancing resource limit for your AWS account.

See: newLimit smart constructor.

Constructors

Limit' 

Fields

  • max :: Maybe Text

    The maximum value of the limit.

  • name :: Maybe Text

    The name of the limit. The possible values are:

    • classic-listeners
    • classic-load-balancers
    • classic-registered-instances

Instances

Instances details
Eq Limit Source # 
Instance details

Defined in Amazonka.ELB.Types.Limit

Methods

(==) :: Limit -> Limit -> Bool #

(/=) :: Limit -> Limit -> Bool #

Read Limit Source # 
Instance details

Defined in Amazonka.ELB.Types.Limit

Show Limit Source # 
Instance details

Defined in Amazonka.ELB.Types.Limit

Methods

showsPrec :: Int -> Limit -> ShowS #

show :: Limit -> String #

showList :: [Limit] -> ShowS #

Generic Limit Source # 
Instance details

Defined in Amazonka.ELB.Types.Limit

Associated Types

type Rep Limit :: Type -> Type #

Methods

from :: Limit -> Rep Limit x #

to :: Rep Limit x -> Limit #

NFData Limit Source # 
Instance details

Defined in Amazonka.ELB.Types.Limit

Methods

rnf :: Limit -> () #

Hashable Limit Source # 
Instance details

Defined in Amazonka.ELB.Types.Limit

Methods

hashWithSalt :: Int -> Limit -> Int #

hash :: Limit -> Int #

FromXML Limit Source # 
Instance details

Defined in Amazonka.ELB.Types.Limit

Methods

parseXML :: [Node] -> Either String Limit #

type Rep Limit Source # 
Instance details

Defined in Amazonka.ELB.Types.Limit

type Rep Limit = D1 ('MetaData "Limit" "Amazonka.ELB.Types.Limit" "libZSservicesZSamazonka-elbZSamazonka-elb" 'False) (C1 ('MetaCons "Limit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLimit :: Limit Source #

Create a value of Limit with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:max:Limit', limit_max - The maximum value of the limit.

$sel:name:Limit', limit_name - The name of the limit. The possible values are:

  • classic-listeners
  • classic-load-balancers
  • classic-registered-instances

limit_max :: Lens' Limit (Maybe Text) Source #

The maximum value of the limit.

limit_name :: Lens' Limit (Maybe Text) Source #

The name of the limit. The possible values are:

  • classic-listeners
  • classic-load-balancers
  • classic-registered-instances