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

Description

 
Synopsis

Documentation

data GrpcRoute Source #

An object that represents a gRPC route type.

See: newGrpcRoute smart constructor.

Constructors

GrpcRoute' 

Fields

Instances

Instances details
Eq GrpcRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcRoute

Read GrpcRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcRoute

Show GrpcRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcRoute

Generic GrpcRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcRoute

Associated Types

type Rep GrpcRoute :: Type -> Type #

NFData GrpcRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcRoute

Methods

rnf :: GrpcRoute -> () #

Hashable GrpcRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcRoute

ToJSON GrpcRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcRoute

FromJSON GrpcRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcRoute

type Rep GrpcRoute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcRoute

type Rep GrpcRoute = D1 ('MetaData "GrpcRoute" "Amazonka.AppMesh.Types.GrpcRoute" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "GrpcRoute'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "retryPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrpcRetryPolicy)) :*: S1 ('MetaSel ('Just "timeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrpcTimeout))) :*: (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GrpcRouteAction) :*: S1 ('MetaSel ('Just "match") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GrpcRouteMatch))))

newGrpcRoute Source #

Create a value of GrpcRoute 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:retryPolicy:GrpcRoute', grpcRoute_retryPolicy - An object that represents a retry policy.

$sel:timeout:GrpcRoute', grpcRoute_timeout - An object that represents types of timeouts.

$sel:action:GrpcRoute', grpcRoute_action - An object that represents the action to take if a match is determined.

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

grpcRoute_retryPolicy :: Lens' GrpcRoute (Maybe GrpcRetryPolicy) Source #

An object that represents a retry policy.

grpcRoute_timeout :: Lens' GrpcRoute (Maybe GrpcTimeout) Source #

An object that represents types of timeouts.

grpcRoute_action :: Lens' GrpcRoute GrpcRouteAction Source #

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

grpcRoute_match :: Lens' GrpcRoute GrpcRouteMatch Source #

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