Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Describes a queue.
See: newQueue
smart constructor.
Instances
Eq Queue Source # | |
Read Queue Source # | |
Show Queue Source # | |
Generic Queue Source # | |
NFData Queue Source # | |
Defined in Amazonka.ElasticBeanstalk.Types.Queue | |
Hashable Queue Source # | |
Defined in Amazonka.ElasticBeanstalk.Types.Queue | |
FromXML Queue Source # | |
type Rep Queue Source # | |
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)))) |
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.