amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.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

AWSRequest GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Associated Types

type AWSResponse GetWorkflowRun #

Generic GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Associated Types

type Rep GetWorkflowRun :: Type -> Type #

Read GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Show GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

NFData GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Methods

rnf :: GetWorkflowRun -> () #

Eq GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Hashable GetWorkflowRun Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

type AWSResponse 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" '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))))

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.

GetWorkflowRun, getWorkflowRun_name - Name of the workflow being run.

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
Generic GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Associated Types

type Rep GetWorkflowRunResponse :: Type -> Type #

Read GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Show GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

NFData GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

Methods

rnf :: GetWorkflowRunResponse -> () #

Eq GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

type Rep GetWorkflowRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRun

type Rep GetWorkflowRunResponse = D1 ('MetaData "GetWorkflowRunResponse" "Amazonka.Glue.GetWorkflowRun" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" '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:

GetWorkflowRunResponse, getWorkflowRunResponse_run - The requested workflow run metadata.

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

Response Lenses