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 |
Documentation
data HttpQueryParameter Source #
An object that represents the query parameter in the request.
See: newHttpQueryParameter
smart constructor.
HttpQueryParameter' | |
|
Instances
newHttpQueryParameter Source #
Create a value of HttpQueryParameter
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:match:HttpQueryParameter'
, httpQueryParameter_match
- The query parameter to match on.
$sel:name:HttpQueryParameter'
, httpQueryParameter_name
- A name for the query parameter that will be matched on.
httpQueryParameter_match :: Lens' HttpQueryParameter (Maybe QueryParameterMatch) Source #
The query parameter to match on.
httpQueryParameter_name :: Lens' HttpQueryParameter Text Source #
A name for the query parameter that will be matched on.