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
Contains information about the origins for this distribution.
See: newOrigins
smart constructor.
Instances
Eq Origins Source # | |
Read Origins Source # | |
Show Origins Source # | |
Generic Origins Source # | |
NFData Origins Source # | |
Defined in Amazonka.CloudFront.Types.Origins | |
Hashable Origins Source # | |
Defined in Amazonka.CloudFront.Types.Origins | |
FromXML Origins Source # | |
ToXML Origins Source # | |
Defined in Amazonka.CloudFront.Types.Origins | |
type Rep Origins Source # | |
Defined in Amazonka.CloudFront.Types.Origins type Rep Origins = D1 ('MetaData "Origins" "Amazonka.CloudFront.Types.Origins" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "Origins'" 'PrefixI 'True) (S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Origin)))) |
Create a value of Origins
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:quantity:Origins'
, origins_quantity
- The number of origins for this distribution.
$sel:items:Origins'
, origins_items
- A list of origins.