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

Description

 
Synopsis

Documentation

data GrpcMetadataMatchMethod Source #

An object representing the method header to be matched.

See: newGrpcMetadataMatchMethod smart constructor.

Constructors

GrpcMetadataMatchMethod' 

Fields

Instances

Instances details
Eq GrpcMetadataMatchMethod Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcMetadataMatchMethod

Read GrpcMetadataMatchMethod Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcMetadataMatchMethod

Show GrpcMetadataMatchMethod Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcMetadataMatchMethod

Generic GrpcMetadataMatchMethod Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcMetadataMatchMethod

Associated Types

type Rep GrpcMetadataMatchMethod :: Type -> Type #

NFData GrpcMetadataMatchMethod Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcMetadataMatchMethod

Methods

rnf :: GrpcMetadataMatchMethod -> () #

Hashable GrpcMetadataMatchMethod Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcMetadataMatchMethod

ToJSON GrpcMetadataMatchMethod Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcMetadataMatchMethod

FromJSON GrpcMetadataMatchMethod Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcMetadataMatchMethod

type Rep GrpcMetadataMatchMethod Source # 
Instance details

Defined in Amazonka.AppMesh.Types.GrpcMetadataMatchMethod

type Rep GrpcMetadataMatchMethod = D1 ('MetaData "GrpcMetadataMatchMethod" "Amazonka.AppMesh.Types.GrpcMetadataMatchMethod" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "GrpcMetadataMatchMethod'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "suffix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "range") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MatchRange)) :*: S1 ('MetaSel ('Just "exact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGrpcMetadataMatchMethod :: GrpcMetadataMatchMethod Source #

Create a value of GrpcMetadataMatchMethod 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:suffix:GrpcMetadataMatchMethod', grpcMetadataMatchMethod_suffix - The specified ending characters of the method header to match on.

$sel:regex:GrpcMetadataMatchMethod', grpcMetadataMatchMethod_regex - The regex used to match the method header.

$sel:prefix:GrpcMetadataMatchMethod', grpcMetadataMatchMethod_prefix - The specified beginning characters of the method header to be matched on.

$sel:range:GrpcMetadataMatchMethod', grpcMetadataMatchMethod_range - Undocumented member.

$sel:exact:GrpcMetadataMatchMethod', grpcMetadataMatchMethod_exact - The exact method header to be matched on.

grpcMetadataMatchMethod_suffix :: Lens' GrpcMetadataMatchMethod (Maybe Text) Source #

The specified ending characters of the method header to match on.

grpcMetadataMatchMethod_regex :: Lens' GrpcMetadataMatchMethod (Maybe Text) Source #

The regex used to match the method header.

grpcMetadataMatchMethod_prefix :: Lens' GrpcMetadataMatchMethod (Maybe Text) Source #

The specified beginning characters of the method header to be matched on.

grpcMetadataMatchMethod_exact :: Lens' GrpcMetadataMatchMethod (Maybe Text) Source #

The exact method header to be matched on.