libZSservicesZSamazonka-appmeshZSamazonka-appmesh
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppMesh.Types.HttpGatewayRoute

Description

 
Synopsis

Documentation

data HttpGatewayRoute Source #

An object that represents an HTTP gateway route.

See: newHttpGatewayRoute smart constructor.

Constructors

HttpGatewayRoute' 

Fields

Instances

Instances details
Eq HttpGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoute

Read HttpGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoute

Show HttpGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoute

Generic HttpGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoute

Associated Types

type Rep HttpGatewayRoute :: Type -> Type #

NFData HttpGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoute

Methods

rnf :: HttpGatewayRoute -> () #

Hashable HttpGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoute

ToJSON HttpGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoute

FromJSON HttpGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoute

type Rep HttpGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoute

type Rep HttpGatewayRoute = D1 ('MetaData "HttpGatewayRoute" "Amazonka.AppMesh.Types.HttpGatewayRoute" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "HttpGatewayRoute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HttpGatewayRouteAction) :*: S1 ('MetaSel ('Just "match") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HttpGatewayRouteMatch)))

newHttpGatewayRoute Source #

Create a value of HttpGatewayRoute 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:action:HttpGatewayRoute', httpGatewayRoute_action - An object that represents the action to take if a match is determined.

$sel:match:HttpGatewayRoute', httpGatewayRoute_match - An object that represents the criteria for determining a request match.

httpGatewayRoute_action :: Lens' HttpGatewayRoute HttpGatewayRouteAction Source #

An object that represents the action to take if a match is determined.

httpGatewayRoute_match :: Lens' HttpGatewayRoute HttpGatewayRouteMatch Source #

An object that represents the criteria for determining a request match.