| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.Types.Origins
Description
Documentation
Contains information about the origins for this distribution.
See: newOrigins smart constructor.
Constructors
| Origins' | |
Instances
| FromXML Origins Source # | |
| ToXML Origins Source # | |
Defined in Amazonka.CloudFront.Types.Origins | |
| Generic Origins Source # | |
| Show Origins Source # | |
| NFData Origins Source # | |
Defined in Amazonka.CloudFront.Types.Origins | |
| Eq Origins Source # | |
| Hashable 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" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" '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.