| 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.AppMesh.Types.HttpQueryParameter
Description
Documentation
data HttpQueryParameter Source #
An object that represents the query parameter in the request.
See: newHttpQueryParameter smart constructor.
Constructors
| HttpQueryParameter' | |
Fields
| |
Instances
newHttpQueryParameter Source #
Arguments
| :: Text | |
| -> HttpQueryParameter |
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.