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

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

AWSRequest ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Associated Types

type AWSResponse ListBlueprints #

Generic ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Associated Types

type Rep ListBlueprints :: Type -> Type #

Read ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Show ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

NFData ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Methods

rnf :: ListBlueprints -> () #

Eq ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Hashable ListBlueprints Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

type AWSResponse 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "ListBlueprints'" '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 "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

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:maxResults:ListBlueprints', listBlueprints_maxResults - The maximum size of a list to return.

ListBlueprints, listBlueprints_nextToken - A continuation token, if this is a continuation request.

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

Request Lenses

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

The maximum size of a list to return.

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

A continuation token, if this is a continuation request.

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

Defined in Amazonka.Glue.ListBlueprints

Associated Types

type Rep ListBlueprintsResponse :: Type -> Type #

Read ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Show ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

NFData ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

Methods

rnf :: ListBlueprintsResponse -> () #

Eq ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

type Rep ListBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.ListBlueprints

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

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.