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

Description

Lists all the blueprint names in an account.

Synopsis

Creating a Request

data ListBlueprints Source #

See: newListBlueprints smart constructor.

Constructors

ListBlueprints' 

Fields

Instances

Instances details
Eq ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Read ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Show ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Generic ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Associated Types

type Rep ListBlueprints :: Type -> Type #

NFData ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Methods

rnf :: ListBlueprints -> () #

Hashable ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

ToJSON ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

AWSRequest ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Associated Types

type AWSResponse ListBlueprints #

ToHeaders ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

ToPath ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

ToQuery ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

type Rep ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

type Rep ListBlueprints = D1 ('MetaData "ListBlueprints" "Amazonka.Glue.ListBlueprints" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "ListBlueprints'" '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 "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))
type AWSResponse ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

newListBlueprints :: ListBlueprints Source #

Create a value of ListBlueprints 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:ListBlueprints', listBlueprints_nextToken - A continuation token, if this is a continuation request.

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

$sel:tags:ListBlueprints', listBlueprints_tags - Filters the list by an Amazon Web Services resource tag.

Request Lenses

listBlueprints_nextToken :: Lens' ListBlueprints (Maybe Text) Source #

A continuation token, if this is a continuation request.

listBlueprints_maxResults :: Lens' ListBlueprints (Maybe Natural) Source #

The maximum size of a list to return.

listBlueprints_tags :: Lens' ListBlueprints (Maybe (HashMap Text Text)) Source #

Filters the list by an Amazon Web Services resource tag.

Destructuring the Response

data ListBlueprintsResponse Source #

See: newListBlueprintsResponse smart constructor.

Constructors

ListBlueprintsResponse' 

Fields

Instances

Instances details
Eq ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Read ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Show ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Generic ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Associated Types

type Rep ListBlueprintsResponse :: Type -> Type #

NFData ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Methods

rnf :: ListBlueprintsResponse -> () #

type Rep ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

type Rep ListBlueprintsResponse = D1 ('MetaData "ListBlueprintsResponse" "Amazonka.Glue.ListBlueprints" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "ListBlueprintsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blueprints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBlueprintsResponse Source #

Create a value of ListBlueprintsResponse 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:blueprints:ListBlueprintsResponse', listBlueprintsResponse_blueprints - List of names of blueprints in the account.

$sel:nextToken:ListBlueprints', listBlueprintsResponse_nextToken - A continuation token, if not all blueprint names have been returned.

$sel:httpStatus:ListBlueprintsResponse', listBlueprintsResponse_httpStatus - The response's http status code.

Response Lenses

listBlueprintsResponse_blueprints :: Lens' ListBlueprintsResponse (Maybe [Text]) Source #

List of names of blueprints in the account.

listBlueprintsResponse_nextToken :: Lens' ListBlueprintsResponse (Maybe Text) Source #

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