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
Documentation
data QueryStringNames Source #
Contains a list of query string names.
See: newQueryStringNames
smart constructor.
Instances
Create a value of QueryStringNames
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:QueryStringNames'
, queryStringNames_items
- A list of query string names.
$sel:quantity:QueryStringNames'
, queryStringNames_quantity
- The number of query string names in the Items
list.
queryStringNames_items :: Lens' QueryStringNames (Maybe [Text]) Source #
A list of query string names.
queryStringNames_quantity :: Lens' QueryStringNames Int Source #
The number of query string names in the Items
list.