| 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.WAFV2.Types.QueryString
Description
Synopsis
- data QueryString = QueryString' {
- newQueryString :: QueryString
Documentation
data QueryString Source #
Inspect the query string of the web request. This is the part of a URL
that appears after a ? character, if any.
This is used only in the FieldToMatch specification for some web request component types.
JSON specification: "QueryString": {}
See: newQueryString smart constructor.
Constructors
| QueryString' | |
Instances
newQueryString :: QueryString Source #
Create a value of QueryString with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.