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 |
Synopsis
- data OriginGroups = OriginGroups' {
- items :: Maybe [OriginGroup]
- quantity :: Int
- newOriginGroups :: Int -> OriginGroups
- originGroups_items :: Lens' OriginGroups (Maybe [OriginGroup])
- originGroups_quantity :: Lens' OriginGroups Int
Documentation
data OriginGroups Source #
A complex data type for the origin groups specified for a distribution.
See: newOriginGroups
smart constructor.
OriginGroups' | |
|
Instances
Create a value of OriginGroups
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:items:OriginGroups'
, originGroups_items
- The items (origin groups) in a distribution.
$sel:quantity:OriginGroups'
, originGroups_quantity
- The number of origin groups.
originGroups_items :: Lens' OriginGroups (Maybe [OriginGroup]) Source #
The items (origin groups) in a distribution.
originGroups_quantity :: Lens' OriginGroups Int Source #
The number of origin groups.