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.GetWorkflowRun

Description

Retrieves the metadata for a given workflow run.

Synopsis

Creating a Request

data GetWorkflowRun Source #

See: newGetWorkflowRun smart constructor.

Constructors

GetWorkflowRun' 

Fields

Instances

Instances details
Eq GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Read GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Show GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Generic GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Associated Types

type Rep GetWorkflowRun :: Type -> Type #

NFData GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Methods

rnf :: GetWorkflowRun -> () #

Hashable GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

ToJSON GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

AWSRequest GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Associated Types

type AWSResponse GetWorkflowRun #

ToHeaders GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

ToPath GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

ToQuery GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

type Rep GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

type Rep GetWorkflowRun = D1 ('MetaData "GetWorkflowRun" "Amazonka.Glue.GetWorkflowRun" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetWorkflowRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeGraph") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

newGetWorkflowRun Source #

Create a value of GetWorkflowRun 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:includeGraph:GetWorkflowRun', getWorkflowRun_includeGraph - Specifies whether to include the workflow graph in response or not.

$sel:name:GetWorkflowRun', getWorkflowRun_name - Name of the workflow being run.

$sel:runId:GetWorkflowRun', getWorkflowRun_runId - The ID of the workflow run.

Request Lenses

getWorkflowRun_includeGraph :: Lens' GetWorkflowRun (Maybe Bool) Source #

Specifies whether to include the workflow graph in response or not.

getWorkflowRun_name :: Lens' GetWorkflowRun Text Source #

Name of the workflow being run.

getWorkflowRun_runId :: Lens' GetWorkflowRun Text Source #

The ID of the workflow run.

Destructuring the Response

data GetWorkflowRunResponse Source #

See: newGetWorkflowRunResponse smart constructor.

Constructors

GetWorkflowRunResponse' 

Fields

Instances

Instances details
Eq GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Read GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Show GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Generic GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Associated Types

type Rep GetWorkflowRunResponse :: Type -> Type #

NFData GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Methods

rnf :: GetWorkflowRunResponse -> () #

type Rep GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

type Rep GetWorkflowRunResponse = D1 ('MetaData "GetWorkflowRunResponse" "Amazonka.Glue.GetWorkflowRun" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetWorkflowRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "run") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowRun)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetWorkflowRunResponse Source #

Create a value of GetWorkflowRunResponse 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:run:GetWorkflowRunResponse', getWorkflowRunResponse_run - The requested workflow run metadata.

$sel:httpStatus:GetWorkflowRunResponse', getWorkflowRunResponse_httpStatus - The response's http status code.

Response Lenses