| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Glue.GetDataflowGraph
Description
Transforms a Python script into a directed acyclic graph (DAG).
Synopsis
- getDataflowGraph :: GetDataflowGraph
- data GetDataflowGraph
- gdgPythonScript :: Lens' GetDataflowGraph (Maybe Text)
- getDataflowGraphResponse :: Int -> GetDataflowGraphResponse
- data GetDataflowGraphResponse
- gdgrsDagEdges :: Lens' GetDataflowGraphResponse [CodeGenEdge]
- gdgrsDagNodes :: Lens' GetDataflowGraphResponse [CodeGenNode]
- gdgrsResponseStatus :: Lens' GetDataflowGraphResponse Int
Creating a Request
getDataflowGraph :: GetDataflowGraph Source #
Creates a value of GetDataflowGraph with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gdgPythonScript- The Python script to transform.
data GetDataflowGraph Source #
See: getDataflowGraph smart constructor.
Instances
Request Lenses
gdgPythonScript :: Lens' GetDataflowGraph (Maybe Text) Source #
The Python script to transform.
Destructuring the Response
getDataflowGraphResponse Source #
Arguments
| :: Int | |
| -> GetDataflowGraphResponse |
Creates a value of GetDataflowGraphResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gdgrsDagEdges- A list of the edges in the resulting DAG.gdgrsDagNodes- A list of the nodes in the resulting DAG.gdgrsResponseStatus- -- | The response status code.
data GetDataflowGraphResponse Source #
See: getDataflowGraphResponse smart constructor.
Instances
Response Lenses
gdgrsDagEdges :: Lens' GetDataflowGraphResponse [CodeGenEdge] Source #
A list of the edges in the resulting DAG.
gdgrsDagNodes :: Lens' GetDataflowGraphResponse [CodeGenNode] Source #
A list of the nodes in the resulting DAG.
gdgrsResponseStatus :: Lens' GetDataflowGraphResponse Int Source #
- - | The response status code.