libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
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.ElasticBeanstalk.Types.Queue

Description

 
Synopsis

Documentation

data Queue Source #

Describes a queue.

See: newQueue smart constructor.

Constructors

Queue' 

Fields

Instances

Instances details
Eq Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Methods

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

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

Read Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Show Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Methods

showsPrec :: Int -> Queue -> ShowS #

show :: Queue -> String #

showList :: [Queue] -> ShowS #

Generic Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Associated Types

type Rep Queue :: Type -> Type #

Methods

from :: Queue -> Rep Queue x #

to :: Rep Queue x -> Queue #

NFData Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Methods

rnf :: Queue -> () #

Hashable Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Methods

hashWithSalt :: Int -> Queue -> Int #

hash :: Queue -> Int #

FromXML Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

Methods

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

type Rep Queue Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.Queue

type Rep Queue = D1 ('MetaData "Queue" "Amazonka.ElasticBeanstalk.Types.Queue" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "Queue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newQueue :: Queue Source #

Create a value of Queue 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:url:Queue', queue_url - The URL of the queue.

$sel:name:Queue', queue_name - The name of the queue.

queue_url :: Lens' Queue (Maybe Text) Source #

The URL of the queue.

queue_name :: Lens' Queue (Maybe Text) Source #

The name of the queue.