amazonka-glue-1.5.0: Amazon Glue SDK.

Copyright(c) 2013-2017 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Glue.GetDataflowGraph

Contents

Description

Transforms a Python script into a directed acyclic graph (DAG).

Synopsis

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:

data GetDataflowGraph Source #

See: getDataflowGraph smart constructor.

Instances

Eq GetDataflowGraph Source # 
Data GetDataflowGraph Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetDataflowGraph -> c GetDataflowGraph #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetDataflowGraph #

toConstr :: GetDataflowGraph -> Constr #

dataTypeOf :: GetDataflowGraph -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetDataflowGraph) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetDataflowGraph) #

gmapT :: (forall b. Data b => b -> b) -> GetDataflowGraph -> GetDataflowGraph #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetDataflowGraph -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetDataflowGraph -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetDataflowGraph -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetDataflowGraph -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetDataflowGraph -> m GetDataflowGraph #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDataflowGraph -> m GetDataflowGraph #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDataflowGraph -> m GetDataflowGraph #

Read GetDataflowGraph Source # 
Show GetDataflowGraph Source # 
Generic GetDataflowGraph Source # 
Hashable GetDataflowGraph Source # 
ToJSON GetDataflowGraph Source # 
NFData GetDataflowGraph Source # 

Methods

rnf :: GetDataflowGraph -> () #

AWSRequest GetDataflowGraph Source # 
ToQuery GetDataflowGraph Source # 
ToPath GetDataflowGraph Source # 
ToHeaders GetDataflowGraph Source # 
type Rep GetDataflowGraph Source # 
type Rep GetDataflowGraph = D1 (MetaData "GetDataflowGraph" "Network.AWS.Glue.GetDataflowGraph" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" True) (C1 (MetaCons "GetDataflowGraph'" PrefixI True) (S1 (MetaSel (Just Symbol "_gdgPythonScript") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs GetDataflowGraph Source # 

Request Lenses

gdgPythonScript :: Lens' GetDataflowGraph (Maybe Text) Source #

The Python script to transform.

Destructuring the Response

getDataflowGraphResponse Source #

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:

data GetDataflowGraphResponse Source #

See: getDataflowGraphResponse smart constructor.

Instances

Eq GetDataflowGraphResponse Source # 
Data GetDataflowGraphResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetDataflowGraphResponse -> c GetDataflowGraphResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetDataflowGraphResponse #

toConstr :: GetDataflowGraphResponse -> Constr #

dataTypeOf :: GetDataflowGraphResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetDataflowGraphResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetDataflowGraphResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetDataflowGraphResponse -> GetDataflowGraphResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetDataflowGraphResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetDataflowGraphResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetDataflowGraphResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetDataflowGraphResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetDataflowGraphResponse -> m GetDataflowGraphResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDataflowGraphResponse -> m GetDataflowGraphResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDataflowGraphResponse -> m GetDataflowGraphResponse #

Read GetDataflowGraphResponse Source # 
Show GetDataflowGraphResponse Source # 
Generic GetDataflowGraphResponse Source # 
NFData GetDataflowGraphResponse Source # 
type Rep GetDataflowGraphResponse Source # 
type Rep GetDataflowGraphResponse = D1 (MetaData "GetDataflowGraphResponse" "Network.AWS.Glue.GetDataflowGraph" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" False) (C1 (MetaCons "GetDataflowGraphResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gdgrsDagEdges") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CodeGenEdge]))) ((:*:) (S1 (MetaSel (Just Symbol "_gdgrsDagNodes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CodeGenNode]))) (S1 (MetaSel (Just Symbol "_gdgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

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.