Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieves a service graph for one or more specific trace IDs.
- getTraceGraph :: GetTraceGraph
- data GetTraceGraph
- gtgNextToken :: Lens' GetTraceGraph (Maybe Text)
- gtgTraceIds :: Lens' GetTraceGraph [Text]
- getTraceGraphResponse :: Int -> GetTraceGraphResponse
- data GetTraceGraphResponse
- gtgrsNextToken :: Lens' GetTraceGraphResponse (Maybe Text)
- gtgrsServices :: Lens' GetTraceGraphResponse [ServiceInfo]
- gtgrsResponseStatus :: Lens' GetTraceGraphResponse Int
Creating a Request
getTraceGraph :: GetTraceGraph Source #
Creates a value of GetTraceGraph
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gtgNextToken
- Pagination token. Not used.gtgTraceIds
- Trace IDs of requests for which to generate a service graph.
data GetTraceGraph Source #
See: getTraceGraph
smart constructor.
Request Lenses
gtgNextToken :: Lens' GetTraceGraph (Maybe Text) Source #
Pagination token. Not used.
gtgTraceIds :: Lens' GetTraceGraph [Text] Source #
Trace IDs of requests for which to generate a service graph.
Destructuring the Response
getTraceGraphResponse Source #
Creates a value of GetTraceGraphResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gtgrsNextToken
- Pagination token. Not used.gtgrsServices
- The services that have processed one of the specified requests.gtgrsResponseStatus
- -- | The response status code.
data GetTraceGraphResponse Source #
See: getTraceGraphResponse
smart constructor.
Response Lenses
gtgrsNextToken :: Lens' GetTraceGraphResponse (Maybe Text) Source #
Pagination token. Not used.
gtgrsServices :: Lens' GetTraceGraphResponse [ServiceInfo] Source #
The services that have processed one of the specified requests.
gtgrsResponseStatus :: Lens' GetTraceGraphResponse Int Source #
- - | The response status code.