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