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

Description

Retrieves the workflow run properties which were set during the run.

Synopsis

Creating a Request

data GetWorkflowRunProperties Source #

See: newGetWorkflowRunProperties smart constructor.

Constructors

GetWorkflowRunProperties' 

Fields

  • name :: Text

    Name of the workflow which was run.

  • runId :: Text

    The ID of the workflow run whose run properties should be returned.

Instances

Instances details
Eq GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

Read GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

Show GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

Generic GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

Associated Types

type Rep GetWorkflowRunProperties :: Type -> Type #

NFData GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

Hashable GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

ToJSON GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

AWSRequest GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

ToHeaders GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

ToPath GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

ToQuery GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

type Rep GetWorkflowRunProperties Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

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

Defined in Amazonka.Glue.GetWorkflowRunProperties

newGetWorkflowRunProperties Source #

Create a value of GetWorkflowRunProperties 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:name:GetWorkflowRunProperties', getWorkflowRunProperties_name - Name of the workflow which was run.

$sel:runId:GetWorkflowRunProperties', getWorkflowRunProperties_runId - The ID of the workflow run whose run properties should be returned.

Request Lenses

getWorkflowRunProperties_runId :: Lens' GetWorkflowRunProperties Text Source #

The ID of the workflow run whose run properties should be returned.

Destructuring the Response

data GetWorkflowRunPropertiesResponse Source #

See: newGetWorkflowRunPropertiesResponse smart constructor.

Constructors

GetWorkflowRunPropertiesResponse' 

Fields

Instances

Instances details
Eq GetWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

Read GetWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

Show GetWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

Generic GetWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

Associated Types

type Rep GetWorkflowRunPropertiesResponse :: Type -> Type #

NFData GetWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

type Rep GetWorkflowRunPropertiesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetWorkflowRunProperties

type Rep GetWorkflowRunPropertiesResponse = D1 ('MetaData "GetWorkflowRunPropertiesResponse" "Amazonka.Glue.GetWorkflowRunProperties" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetWorkflowRunPropertiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "runProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetWorkflowRunPropertiesResponse Source #

Create a value of GetWorkflowRunPropertiesResponse 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:runProperties:GetWorkflowRunPropertiesResponse', getWorkflowRunPropertiesResponse_runProperties - The workflow run properties which were set during the specified run.

$sel:httpStatus:GetWorkflowRunPropertiesResponse', getWorkflowRunPropertiesResponse_httpStatus - The response's http status code.

Response Lenses

getWorkflowRunPropertiesResponse_runProperties :: Lens' GetWorkflowRunPropertiesResponse (Maybe (HashMap Text Text)) Source #

The workflow run properties which were set during the specified run.