| 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.UriPath
Description
Synopsis
- data UriPath = UriPath' {
- newUriPath :: UriPath
Documentation
Inspect the path component of the URI of the web request. This is the
part of the web request that identifies a resource. For example,
/images/daily-ad.jpg.
This is used only in the FieldToMatch specification for some web request component types.
JSON specification: "UriPath": {}
See: newUriPath smart constructor.
Constructors
| UriPath' | |
Instances
| FromJSON UriPath Source # | |
| ToJSON UriPath Source # | |
Defined in Amazonka.WAFV2.Types.UriPath | |
| Generic UriPath Source # | |
| Read UriPath Source # | |
| Show UriPath Source # | |
| NFData UriPath Source # | |
Defined in Amazonka.WAFV2.Types.UriPath | |
| Eq UriPath Source # | |
| Hashable UriPath Source # | |
Defined in Amazonka.WAFV2.Types.UriPath | |
| type Rep UriPath Source # | |
newUriPath :: UriPath Source #
Create a value of UriPath with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.