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 |
Synopsis
Documentation
data HttpActionHeader Source #
The HTTP action header.
See: newHttpActionHeader
smart constructor.
Instances
Create a value of HttpActionHeader
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:key:HttpActionHeader'
, httpActionHeader_key
- The HTTP header key.
$sel:value:HttpActionHeader'
, httpActionHeader_value
- The HTTP header value. Substitution templates are supported.
httpActionHeader_key :: Lens' HttpActionHeader Text Source #
The HTTP header key.
httpActionHeader_value :: Lens' HttpActionHeader Text Source #
The HTTP header value. Substitution templates are supported.