amazonka-appmesh-2.0: Amazon App Mesh SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppMesh.DescribeGatewayRoute

Description

Describes an existing gateway route.

Synopsis

Creating a Request

data DescribeGatewayRoute Source #

See: newDescribeGatewayRoute smart constructor.

Constructors

DescribeGatewayRoute' 

Fields

  • meshOwner :: Maybe Text

    The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

  • gatewayRouteName :: Text

    The name of the gateway route to describe.

  • meshName :: Text

    The name of the service mesh that the gateway route resides in.

  • virtualGatewayName :: Text

    The name of the virtual gateway that the gateway route is associated with.

Instances

Instances details
ToHeaders DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

ToPath DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

ToQuery DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

AWSRequest DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Associated Types

type AWSResponse DescribeGatewayRoute #

Generic DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Associated Types

type Rep DescribeGatewayRoute :: Type -> Type #

Read DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Show DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

NFData DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Methods

rnf :: DescribeGatewayRoute -> () #

Eq DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Hashable DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

type AWSResponse DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

type Rep DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

type Rep DescribeGatewayRoute = D1 ('MetaData "DescribeGatewayRoute" "Amazonka.AppMesh.DescribeGatewayRoute" "amazonka-appmesh-2.0-GBIHUgXnP8s1LEJyvNe1ca" 'False) (C1 ('MetaCons "DescribeGatewayRoute'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "meshOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "gatewayRouteName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "meshName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "virtualGatewayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeGatewayRoute Source #

Create a value of DescribeGatewayRoute 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:

DescribeGatewayRoute, describeGatewayRoute_meshOwner - The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

DescribeGatewayRoute, describeGatewayRoute_gatewayRouteName - The name of the gateway route to describe.

DescribeGatewayRoute, describeGatewayRoute_meshName - The name of the service mesh that the gateway route resides in.

DescribeGatewayRoute, describeGatewayRoute_virtualGatewayName - The name of the virtual gateway that the gateway route is associated with.

Request Lenses

describeGatewayRoute_meshOwner :: Lens' DescribeGatewayRoute (Maybe Text) Source #

The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

describeGatewayRoute_gatewayRouteName :: Lens' DescribeGatewayRoute Text Source #

The name of the gateway route to describe.

describeGatewayRoute_meshName :: Lens' DescribeGatewayRoute Text Source #

The name of the service mesh that the gateway route resides in.

describeGatewayRoute_virtualGatewayName :: Lens' DescribeGatewayRoute Text Source #

The name of the virtual gateway that the gateway route is associated with.

Destructuring the Response

data DescribeGatewayRouteResponse Source #

See: newDescribeGatewayRouteResponse smart constructor.

Constructors

DescribeGatewayRouteResponse' 

Fields

Instances

Instances details
Generic DescribeGatewayRouteResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Associated Types

type Rep DescribeGatewayRouteResponse :: Type -> Type #

Read DescribeGatewayRouteResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Show DescribeGatewayRouteResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

NFData DescribeGatewayRouteResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Eq DescribeGatewayRouteResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

type Rep DescribeGatewayRouteResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

type Rep DescribeGatewayRouteResponse = D1 ('MetaData "DescribeGatewayRouteResponse" "Amazonka.AppMesh.DescribeGatewayRoute" "amazonka-appmesh-2.0-GBIHUgXnP8s1LEJyvNe1ca" 'False) (C1 ('MetaCons "DescribeGatewayRouteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "gatewayRoute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GatewayRouteData)))

newDescribeGatewayRouteResponse Source #

Create a value of DescribeGatewayRouteResponse 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:httpStatus:DescribeGatewayRouteResponse', describeGatewayRouteResponse_httpStatus - The response's http status code.

$sel:gatewayRoute:DescribeGatewayRouteResponse', describeGatewayRouteResponse_gatewayRoute - The full description of your gateway route.

Response Lenses