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

Amazonka.Glue.GetDataflowGraph

Description

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

Synopsis

Creating a Request

data GetDataflowGraph Source #

See: newGetDataflowGraph smart constructor.

Constructors

GetDataflowGraph' 

Fields

Instances

Instances details
Eq GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

Read GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

Show GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

Generic GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

Associated Types

type Rep GetDataflowGraph :: Type -> Type #

NFData GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

Methods

rnf :: GetDataflowGraph -> () #

Hashable GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

ToJSON GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

AWSRequest GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

Associated Types

type AWSResponse GetDataflowGraph #

ToHeaders GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

ToPath GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

ToQuery GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

type Rep GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

type Rep GetDataflowGraph = D1 ('MetaData "GetDataflowGraph" "Amazonka.Glue.GetDataflowGraph" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetDataflowGraph'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pythonScript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetDataflowGraph Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

newGetDataflowGraph :: GetDataflowGraph Source #

Create a value of GetDataflowGraph 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:pythonScript:GetDataflowGraph', getDataflowGraph_pythonScript - The Python script to transform.

Request Lenses

Destructuring the Response

data GetDataflowGraphResponse Source #

See: newGetDataflowGraphResponse smart constructor.

Constructors

GetDataflowGraphResponse' 

Fields

Instances

Instances details
Eq GetDataflowGraphResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

Read GetDataflowGraphResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

Show GetDataflowGraphResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

Generic GetDataflowGraphResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

Associated Types

type Rep GetDataflowGraphResponse :: Type -> Type #

NFData GetDataflowGraphResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

type Rep GetDataflowGraphResponse Source # 
Instance details

Defined in Amazonka.Glue.GetDataflowGraph

type Rep GetDataflowGraphResponse = D1 ('MetaData "GetDataflowGraphResponse" "Amazonka.Glue.GetDataflowGraph" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetDataflowGraphResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dagEdges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CodeGenEdge])) :*: (S1 ('MetaSel ('Just "dagNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CodeGenNode])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDataflowGraphResponse Source #

Create a value of GetDataflowGraphResponse 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:dagEdges:GetDataflowGraphResponse', getDataflowGraphResponse_dagEdges - A list of the edges in the resulting DAG.

$sel:dagNodes:GetDataflowGraphResponse', getDataflowGraphResponse_dagNodes - A list of the nodes in the resulting DAG.

$sel:httpStatus:GetDataflowGraphResponse', getDataflowGraphResponse_httpStatus - The response's http status code.

Response Lenses