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
- data HttpGatewayRouteHeader = HttpGatewayRouteHeader' {}
- newHttpGatewayRouteHeader :: Text -> HttpGatewayRouteHeader
- httpGatewayRouteHeader_invert :: Lens' HttpGatewayRouteHeader (Maybe Bool)
- httpGatewayRouteHeader_match :: Lens' HttpGatewayRouteHeader (Maybe HeaderMatchMethod)
- httpGatewayRouteHeader_name :: Lens' HttpGatewayRouteHeader Text
Documentation
data HttpGatewayRouteHeader Source #
An object that represents the HTTP header in the gateway route.
See: newHttpGatewayRouteHeader
smart constructor.
Instances
newHttpGatewayRouteHeader Source #
Create a value of HttpGatewayRouteHeader
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:invert:HttpGatewayRouteHeader'
, httpGatewayRouteHeader_invert
- Specify True
to match anything except the match criteria. The default
value is False
.
$sel:match:HttpGatewayRouteHeader'
, httpGatewayRouteHeader_match
- Undocumented member.
$sel:name:HttpGatewayRouteHeader'
, httpGatewayRouteHeader_name
- A name for the HTTP header in the gateway route that will be matched on.
httpGatewayRouteHeader_invert :: Lens' HttpGatewayRouteHeader (Maybe Bool) Source #
Specify True
to match anything except the match criteria. The default
value is False
.
httpGatewayRouteHeader_match :: Lens' HttpGatewayRouteHeader (Maybe HeaderMatchMethod) Source #
Undocumented member.
httpGatewayRouteHeader_name :: Lens' HttpGatewayRouteHeader Text Source #
A name for the HTTP header in the gateway route that will be matched on.