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 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.
Instances
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.