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

Description

Retrieves the details of blueprint runs for a specified blueprint.

Synopsis

Creating a Request

data GetBlueprintRuns Source #

See: newGetBlueprintRuns smart constructor.

Constructors

GetBlueprintRuns' 

Fields

Instances

Instances details
ToJSON GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

ToHeaders GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

ToPath GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

ToQuery GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

AWSRequest GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Associated Types

type AWSResponse GetBlueprintRuns #

Generic GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Associated Types

type Rep GetBlueprintRuns :: Type -> Type #

Read GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Show GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

NFData GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Methods

rnf :: GetBlueprintRuns -> () #

Eq GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Hashable GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

type AWSResponse GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

type Rep GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

type Rep GetBlueprintRuns = D1 ('MetaData "GetBlueprintRuns" "Amazonka.Glue.GetBlueprintRuns" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GetBlueprintRuns'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "blueprintName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetBlueprintRuns Source #

Create a value of GetBlueprintRuns 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:maxResults:GetBlueprintRuns', getBlueprintRuns_maxResults - The maximum size of a list to return.

GetBlueprintRuns, getBlueprintRuns_nextToken - A continuation token, if this is a continuation request.

GetBlueprintRuns, getBlueprintRuns_blueprintName - The name of the blueprint.

Request Lenses

getBlueprintRuns_maxResults :: Lens' GetBlueprintRuns (Maybe Natural) Source #

The maximum size of a list to return.

getBlueprintRuns_nextToken :: Lens' GetBlueprintRuns (Maybe Text) Source #

A continuation token, if this is a continuation request.

Destructuring the Response

data GetBlueprintRunsResponse Source #

See: newGetBlueprintRunsResponse smart constructor.

Constructors

GetBlueprintRunsResponse' 

Fields

Instances

Instances details
Generic GetBlueprintRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Associated Types

type Rep GetBlueprintRunsResponse :: Type -> Type #

Read GetBlueprintRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Show GetBlueprintRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

NFData GetBlueprintRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Eq GetBlueprintRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

type Rep GetBlueprintRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

type Rep GetBlueprintRunsResponse = D1 ('MetaData "GetBlueprintRunsResponse" "Amazonka.Glue.GetBlueprintRuns" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GetBlueprintRunsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blueprintRuns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BlueprintRun])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetBlueprintRunsResponse Source #

Create a value of GetBlueprintRunsResponse 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:blueprintRuns:GetBlueprintRunsResponse', getBlueprintRunsResponse_blueprintRuns - Returns a list of BlueprintRun objects.

GetBlueprintRuns, getBlueprintRunsResponse_nextToken - A continuation token, if not all blueprint runs have been returned.

$sel:httpStatus:GetBlueprintRunsResponse', getBlueprintRunsResponse_httpStatus - The response's http status code.

Response Lenses

getBlueprintRunsResponse_nextToken :: Lens' GetBlueprintRunsResponse (Maybe Text) Source #

A continuation token, if not all blueprint runs have been returned.