| 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.CookieNames
Description
Synopsis
- data CookieNames = CookieNames' {}
- newCookieNames :: Int -> CookieNames
- cookieNames_items :: Lens' CookieNames (Maybe [Text])
- cookieNames_quantity :: Lens' CookieNames Int
Documentation
data CookieNames Source #
Contains a list of cookie names.
See: newCookieNames smart constructor.
Constructors
| CookieNames' | |
Instances
Arguments
| :: Int | |
| -> CookieNames |
Create a value of CookieNames 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:CookieNames', cookieNames_items - A list of cookie names.
$sel:quantity:CookieNames', cookieNames_quantity - The number of cookie names in the Items list.
cookieNames_items :: Lens' CookieNames (Maybe [Text]) Source #
A list of cookie names.
cookieNames_quantity :: Lens' CookieNames Int Source #
The number of cookie names in the Items list.