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 GrpcMetadataMatchMethod = GrpcMetadataMatchMethod' {}
- newGrpcMetadataMatchMethod :: GrpcMetadataMatchMethod
- grpcMetadataMatchMethod_suffix :: Lens' GrpcMetadataMatchMethod (Maybe Text)
- grpcMetadataMatchMethod_regex :: Lens' GrpcMetadataMatchMethod (Maybe Text)
- grpcMetadataMatchMethod_prefix :: Lens' GrpcMetadataMatchMethod (Maybe Text)
- grpcMetadataMatchMethod_range :: Lens' GrpcMetadataMatchMethod (Maybe MatchRange)
- grpcMetadataMatchMethod_exact :: Lens' GrpcMetadataMatchMethod (Maybe Text)
Documentation
data GrpcMetadataMatchMethod Source #
An object representing the method header to be matched.
See: newGrpcMetadataMatchMethod
smart constructor.
GrpcMetadataMatchMethod' | |
|
Instances
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_range :: Lens' GrpcMetadataMatchMethod (Maybe MatchRange) Source #
Undocumented member.
grpcMetadataMatchMethod_exact :: Lens' GrpcMetadataMatchMethod (Maybe Text) Source #
The exact method header to be matched on.