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 QueryStringKeyValuePair Source #
Information about a key/value pair.
See: newQueryStringKeyValuePair
smart constructor.
Instances
newQueryStringKeyValuePair :: QueryStringKeyValuePair Source #
Create a value of QueryStringKeyValuePair
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:value:QueryStringKeyValuePair'
, queryStringKeyValuePair_value
- The value.
$sel:key:QueryStringKeyValuePair'
, queryStringKeyValuePair_key
- The key. You can omit the key.
queryStringKeyValuePair_value :: Lens' QueryStringKeyValuePair (Maybe Text) Source #
The value.
queryStringKeyValuePair_key :: Lens' QueryStringKeyValuePair (Maybe Text) Source #
The key. You can omit the key.