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

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

AWSRequest GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Associated Types

type AWSResponse GetBlueprintRun #

Generic GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Associated Types

type Rep GetBlueprintRun :: Type -> Type #

Read GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Show GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

NFData GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Methods

rnf :: GetBlueprintRun -> () #

Eq GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Hashable GetBlueprintRun Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

type AWSResponse 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GetBlueprintRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blueprintName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetBlueprintRun, getBlueprintRun_blueprintName - The name of the blueprint.

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

Defined in Amazonka.Glue.GetBlueprintRun

Associated Types

type Rep GetBlueprintRunResponse :: Type -> Type #

Read GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Show GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

NFData GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

Methods

rnf :: GetBlueprintRunResponse -> () #

Eq GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

type Rep GetBlueprintRunResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRun

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