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

Description

Retrieves the details of a blueprint run.

Synopsis

Creating a Request

data GetBlueprintRun Source #

See: newGetBlueprintRun smart constructor.

Constructors

GetBlueprintRun' 

Fields

Instances

Instances details
Eq GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Read GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Show GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Generic GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Associated Types

type Rep GetBlueprintRun :: Type -> Type #

NFData GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Methods

rnf :: GetBlueprintRun -> () #

Hashable GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

ToJSON GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

AWSRequest GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Associated Types

type AWSResponse GetBlueprintRun #

ToHeaders GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

ToPath GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

ToQuery GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

type Rep GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

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

Defined in Amazonka.Glue.GetBlueprintRun

newGetBlueprintRun Source #

Create a value of GetBlueprintRun 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:blueprintName:GetBlueprintRun', getBlueprintRun_blueprintName - The name of the blueprint.

$sel:runId:GetBlueprintRun', getBlueprintRun_runId - The run ID for the blueprint run you want to retrieve.

Request Lenses

getBlueprintRun_runId :: Lens' GetBlueprintRun Text Source #

The run ID for the blueprint run you want to retrieve.

Destructuring the Response

data GetBlueprintRunResponse Source #

See: newGetBlueprintRunResponse smart constructor.

Constructors

GetBlueprintRunResponse' 

Fields

Instances

Instances details
Eq GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Read GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Show GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Generic GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Associated Types

type Rep GetBlueprintRunResponse :: Type -> Type #

NFData GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Methods

rnf :: GetBlueprintRunResponse -> () #

type Rep GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

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

newGetBlueprintRunResponse Source #

Create a value of GetBlueprintRunResponse 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:blueprintRun:GetBlueprintRunResponse', getBlueprintRunResponse_blueprintRun - Returns a BlueprintRun object.

$sel:httpStatus:GetBlueprintRunResponse', getBlueprintRunResponse_httpStatus - The response's http status code.

Response Lenses