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.HttpGatewayRoutePathRewrite

Description

 
Synopsis

Documentation

data HttpGatewayRoutePathRewrite Source #

An object that represents the path to rewrite.

See: newHttpGatewayRoutePathRewrite smart constructor.

Constructors

HttpGatewayRoutePathRewrite' 

Fields

Instances

Instances details
Eq HttpGatewayRoutePathRewrite Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoutePathRewrite

Read HttpGatewayRoutePathRewrite Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoutePathRewrite

Show HttpGatewayRoutePathRewrite Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoutePathRewrite

Generic HttpGatewayRoutePathRewrite Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoutePathRewrite

Associated Types

type Rep HttpGatewayRoutePathRewrite :: Type -> Type #

NFData HttpGatewayRoutePathRewrite Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoutePathRewrite

Hashable HttpGatewayRoutePathRewrite Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoutePathRewrite

ToJSON HttpGatewayRoutePathRewrite Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoutePathRewrite

FromJSON HttpGatewayRoutePathRewrite Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoutePathRewrite

type Rep HttpGatewayRoutePathRewrite Source # 
Instance details

Defined in Amazonka.AppMesh.Types.HttpGatewayRoutePathRewrite

type Rep HttpGatewayRoutePathRewrite = D1 ('MetaData "HttpGatewayRoutePathRewrite" "Amazonka.AppMesh.Types.HttpGatewayRoutePathRewrite" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "HttpGatewayRoutePathRewrite'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHttpGatewayRoutePathRewrite :: HttpGatewayRoutePathRewrite Source #

Create a value of HttpGatewayRoutePathRewrite 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:exact:HttpGatewayRoutePathRewrite', httpGatewayRoutePathRewrite_exact - The exact path to rewrite.