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.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
Eq GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Read GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Show GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Generic GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Associated Types

type Rep GetBlueprintRuns :: Type -> Type #

NFData GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Methods

rnf :: GetBlueprintRuns -> () #

Hashable GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

ToJSON GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

AWSRequest GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Associated Types

type AWSResponse 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

type Rep GetBlueprintRuns Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

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

Defined in Amazonka.Glue.GetBlueprintRuns

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:nextToken:GetBlueprintRuns', getBlueprintRuns_nextToken - A continuation token, if this is a continuation request.

$sel:maxResults:GetBlueprintRuns', getBlueprintRuns_maxResults - The maximum size of a list to return.

$sel:blueprintName:GetBlueprintRuns', getBlueprintRuns_blueprintName - The name of the blueprint.

Request Lenses

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

A continuation token, if this is a continuation request.

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

The maximum size of a list to return.

Destructuring the Response

data GetBlueprintRunsResponse Source #

See: newGetBlueprintRunsResponse smart constructor.

Constructors

GetBlueprintRunsResponse' 

Fields

Instances

Instances details
Eq GetBlueprintRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Read GetBlueprintRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Show GetBlueprintRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Generic GetBlueprintRunsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetBlueprintRuns

Associated Types

type Rep GetBlueprintRunsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-glueZSamazonka-glue" '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.

$sel:nextToken: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.