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.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 AWS 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
Eq DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Read DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Show DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Generic DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Associated Types

type Rep DescribeGatewayRoute :: Type -> Type #

NFData DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Methods

rnf :: DescribeGatewayRoute -> () #

Hashable DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

AWSRequest DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Associated Types

type AWSResponse DescribeGatewayRoute #

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

type Rep DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

type Rep DescribeGatewayRoute = D1 ('MetaData "DescribeGatewayRoute" "Amazonka.AppMesh.DescribeGatewayRoute" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" '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))))
type AWSResponse DescribeGatewayRoute Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

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:

$sel:meshOwner:DescribeGatewayRoute', describeGatewayRoute_meshOwner - The AWS 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.

$sel:gatewayRouteName:DescribeGatewayRoute', describeGatewayRoute_gatewayRouteName - The name of the gateway route to describe.

$sel:meshName:DescribeGatewayRoute', describeGatewayRoute_meshName - The name of the service mesh that the gateway route resides in.

$sel:virtualGatewayName: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 AWS 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
Eq DescribeGatewayRouteResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Read DescribeGatewayRouteResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Show DescribeGatewayRouteResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Generic DescribeGatewayRouteResponse Source # 
Instance details

Defined in Amazonka.AppMesh.DescribeGatewayRoute

Associated Types

type Rep DescribeGatewayRouteResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" '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