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

Description

Retrieves information about a list of blueprints.

Synopsis

Creating a Request

data BatchGetBlueprints Source #

See: newBatchGetBlueprints smart constructor.

Constructors

BatchGetBlueprints' 

Fields

Instances

Instances details
Eq BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

Read BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

Show BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

Generic BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

Associated Types

type Rep BatchGetBlueprints :: Type -> Type #

NFData BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

Methods

rnf :: BatchGetBlueprints -> () #

Hashable BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

ToJSON BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

AWSRequest BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

Associated Types

type AWSResponse BatchGetBlueprints #

ToHeaders BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

ToPath BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

ToQuery BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

type Rep BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

type Rep BatchGetBlueprints = D1 ('MetaData "BatchGetBlueprints" "Amazonka.Glue.BatchGetBlueprints" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "BatchGetBlueprints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeParameterSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeBlueprint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))
type AWSResponse BatchGetBlueprints Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

newBatchGetBlueprints Source #

Create a value of BatchGetBlueprints 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:includeParameterSpec:BatchGetBlueprints', batchGetBlueprints_includeParameterSpec - Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.

$sel:includeBlueprint:BatchGetBlueprints', batchGetBlueprints_includeBlueprint - Specifies whether or not to include the blueprint in the response.

$sel:names:BatchGetBlueprints', batchGetBlueprints_names - A list of blueprint names.

Request Lenses

batchGetBlueprints_includeParameterSpec :: Lens' BatchGetBlueprints (Maybe Bool) Source #

Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.

batchGetBlueprints_includeBlueprint :: Lens' BatchGetBlueprints (Maybe Bool) Source #

Specifies whether or not to include the blueprint in the response.

Destructuring the Response

data BatchGetBlueprintsResponse Source #

See: newBatchGetBlueprintsResponse smart constructor.

Constructors

BatchGetBlueprintsResponse' 

Fields

Instances

Instances details
Eq BatchGetBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

Read BatchGetBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

Show BatchGetBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

Generic BatchGetBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

Associated Types

type Rep BatchGetBlueprintsResponse :: Type -> Type #

NFData BatchGetBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

type Rep BatchGetBlueprintsResponse Source # 
Instance details

Defined in Amazonka.Glue.BatchGetBlueprints

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

newBatchGetBlueprintsResponse Source #

Create a value of BatchGetBlueprintsResponse 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:BatchGetBlueprintsResponse', batchGetBlueprintsResponse_blueprints - Returns a list of blueprint as a Blueprints object.

$sel:missingBlueprints:BatchGetBlueprintsResponse', batchGetBlueprintsResponse_missingBlueprints - Returns a list of BlueprintNames that were not found.

$sel:httpStatus:BatchGetBlueprintsResponse', batchGetBlueprintsResponse_httpStatus - The response's http status code.

Response Lenses

batchGetBlueprintsResponse_blueprints :: Lens' BatchGetBlueprintsResponse (Maybe [Blueprint]) Source #

Returns a list of blueprint as a Blueprints object.

batchGetBlueprintsResponse_missingBlueprints :: Lens' BatchGetBlueprintsResponse (Maybe [Text]) Source #

Returns a list of BlueprintNames that were not found.