| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.NetworkManager.StartRouteAnalysis
Description
Starts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.
Synopsis
- data StartRouteAnalysis = StartRouteAnalysis' {}
- newStartRouteAnalysis :: Text -> RouteAnalysisEndpointOptionsSpecification -> RouteAnalysisEndpointOptionsSpecification -> StartRouteAnalysis
- startRouteAnalysis_includeReturnPath :: Lens' StartRouteAnalysis (Maybe Bool)
- startRouteAnalysis_useMiddleboxes :: Lens' StartRouteAnalysis (Maybe Bool)
- startRouteAnalysis_globalNetworkId :: Lens' StartRouteAnalysis Text
- startRouteAnalysis_source :: Lens' StartRouteAnalysis RouteAnalysisEndpointOptionsSpecification
- startRouteAnalysis_destination :: Lens' StartRouteAnalysis RouteAnalysisEndpointOptionsSpecification
- data StartRouteAnalysisResponse = StartRouteAnalysisResponse' {}
- newStartRouteAnalysisResponse :: Int -> StartRouteAnalysisResponse
- startRouteAnalysisResponse_routeAnalysis :: Lens' StartRouteAnalysisResponse (Maybe RouteAnalysis)
- startRouteAnalysisResponse_httpStatus :: Lens' StartRouteAnalysisResponse Int
Creating a Request
data StartRouteAnalysis Source #
See: newStartRouteAnalysis smart constructor.
Constructors
| StartRouteAnalysis' | |
Fields
| |
Instances
newStartRouteAnalysis Source #
Arguments
| :: Text | |
| -> RouteAnalysisEndpointOptionsSpecification | |
| -> RouteAnalysisEndpointOptionsSpecification | |
| -> StartRouteAnalysis |
Create a value of StartRouteAnalysis 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:
StartRouteAnalysis, startRouteAnalysis_includeReturnPath - Indicates whether to analyze the return path. The default is false.
StartRouteAnalysis, startRouteAnalysis_useMiddleboxes - Indicates whether to include the location of middlebox appliances in the
route analysis. The default is false.
StartRouteAnalysis, startRouteAnalysis_globalNetworkId - The ID of the global network.
StartRouteAnalysis, startRouteAnalysis_source - The source from which traffic originates.
StartRouteAnalysis, startRouteAnalysis_destination - The destination.
Request Lenses
startRouteAnalysis_includeReturnPath :: Lens' StartRouteAnalysis (Maybe Bool) Source #
Indicates whether to analyze the return path. The default is false.
startRouteAnalysis_useMiddleboxes :: Lens' StartRouteAnalysis (Maybe Bool) Source #
Indicates whether to include the location of middlebox appliances in the
route analysis. The default is false.
startRouteAnalysis_globalNetworkId :: Lens' StartRouteAnalysis Text Source #
The ID of the global network.
startRouteAnalysis_source :: Lens' StartRouteAnalysis RouteAnalysisEndpointOptionsSpecification Source #
The source from which traffic originates.
startRouteAnalysis_destination :: Lens' StartRouteAnalysis RouteAnalysisEndpointOptionsSpecification Source #
The destination.
Destructuring the Response
data StartRouteAnalysisResponse Source #
See: newStartRouteAnalysisResponse smart constructor.
Constructors
| StartRouteAnalysisResponse' | |
Fields
| |
Instances
newStartRouteAnalysisResponse Source #
Create a value of StartRouteAnalysisResponse 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:routeAnalysis:StartRouteAnalysisResponse', startRouteAnalysisResponse_routeAnalysis - The route analysis.
$sel:httpStatus:StartRouteAnalysisResponse', startRouteAnalysisResponse_httpStatus - The response's http status code.
Response Lenses
startRouteAnalysisResponse_routeAnalysis :: Lens' StartRouteAnalysisResponse (Maybe RouteAnalysis) Source #
The route analysis.
startRouteAnalysisResponse_httpStatus :: Lens' StartRouteAnalysisResponse Int Source #
The response's http status code.