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 |
Documentation
Inspect the HTTP method of the web request. The method indicates the type of operation that the request is asking the origin to perform.
This is used only in the FieldToMatch specification for some web request component types.
JSON specification: "Method": {}
See: newMethod
smart constructor.
Instances
FromJSON Method Source # | |
ToJSON Method Source # | |
Defined in Amazonka.WAFV2.Types.Method | |
Generic Method Source # | |
Read Method Source # | |
Show Method Source # | |
NFData Method Source # | |
Defined in Amazonka.WAFV2.Types.Method | |
Eq Method Source # | |
Hashable Method Source # | |
Defined in Amazonka.WAFV2.Types.Method | |
type Rep Method Source # | |