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 |
Describes an existing gateway route.
Synopsis
- data DescribeGatewayRoute = DescribeGatewayRoute' {}
- newDescribeGatewayRoute :: Text -> Text -> Text -> DescribeGatewayRoute
- describeGatewayRoute_meshOwner :: Lens' DescribeGatewayRoute (Maybe Text)
- describeGatewayRoute_gatewayRouteName :: Lens' DescribeGatewayRoute Text
- describeGatewayRoute_meshName :: Lens' DescribeGatewayRoute Text
- describeGatewayRoute_virtualGatewayName :: Lens' DescribeGatewayRoute Text
- data DescribeGatewayRouteResponse = DescribeGatewayRouteResponse' {}
- newDescribeGatewayRouteResponse :: Int -> GatewayRouteData -> DescribeGatewayRouteResponse
- describeGatewayRouteResponse_httpStatus :: Lens' DescribeGatewayRouteResponse Int
- describeGatewayRouteResponse_gatewayRoute :: Lens' DescribeGatewayRouteResponse GatewayRouteData
Creating a Request
data DescribeGatewayRoute Source #
See: newDescribeGatewayRoute
smart constructor.
DescribeGatewayRoute' | |
|
Instances
newDescribeGatewayRoute Source #
:: Text | |
-> Text | |
-> Text | |
-> DescribeGatewayRoute |
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.
DescribeGatewayRouteResponse' | |
|
Instances
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
describeGatewayRouteResponse_httpStatus :: Lens' DescribeGatewayRouteResponse Int Source #
The response's http status code.
describeGatewayRouteResponse_gatewayRoute :: Lens' DescribeGatewayRouteResponse GatewayRouteData Source #
The full description of your gateway route.