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

Description

Registers a blueprint with Glue.

Synopsis

Creating a Request

data CreateBlueprint Source #

See: newCreateBlueprint smart constructor.

Constructors

CreateBlueprint' 

Fields

Instances

Instances details
Eq CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Read CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Show CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Generic CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Associated Types

type Rep CreateBlueprint :: Type -> Type #

NFData CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Methods

rnf :: CreateBlueprint -> () #

Hashable CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

ToJSON CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

AWSRequest CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Associated Types

type AWSResponse CreateBlueprint #

ToHeaders CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

ToPath CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

ToQuery CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

type Rep CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

type Rep CreateBlueprint = D1 ('MetaData "CreateBlueprint" "Amazonka.Glue.CreateBlueprint" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "CreateBlueprint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "blueprintLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateBlueprint Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

newCreateBlueprint Source #

Create a value of CreateBlueprint 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:description:CreateBlueprint', createBlueprint_description - A description of the blueprint.

$sel:tags:CreateBlueprint', createBlueprint_tags - The tags to be applied to this blueprint.

$sel:name:CreateBlueprint', createBlueprint_name - The name of the blueprint.

$sel:blueprintLocation:CreateBlueprint', createBlueprint_blueprintLocation - Specifies a path in Amazon S3 where the blueprint is published.

Request Lenses

createBlueprint_description :: Lens' CreateBlueprint (Maybe Text) Source #

A description of the blueprint.

createBlueprint_tags :: Lens' CreateBlueprint (Maybe (HashMap Text Text)) Source #

The tags to be applied to this blueprint.

createBlueprint_name :: Lens' CreateBlueprint Text Source #

The name of the blueprint.

createBlueprint_blueprintLocation :: Lens' CreateBlueprint Text Source #

Specifies a path in Amazon S3 where the blueprint is published.

Destructuring the Response

data CreateBlueprintResponse Source #

See: newCreateBlueprintResponse smart constructor.

Constructors

CreateBlueprintResponse' 

Fields

Instances

Instances details
Eq CreateBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Read CreateBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Show CreateBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Generic CreateBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Associated Types

type Rep CreateBlueprintResponse :: Type -> Type #

NFData CreateBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

Methods

rnf :: CreateBlueprintResponse -> () #

type Rep CreateBlueprintResponse Source # 
Instance details

Defined in Amazonka.Glue.CreateBlueprint

type Rep CreateBlueprintResponse = D1 ('MetaData "CreateBlueprintResponse" "Amazonka.Glue.CreateBlueprint" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "CreateBlueprintResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateBlueprintResponse Source #

Create a value of CreateBlueprintResponse 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:name:CreateBlueprint', createBlueprintResponse_name - Returns the name of the blueprint that was registered.

$sel:httpStatus:CreateBlueprintResponse', createBlueprintResponse_httpStatus - The response's http status code.

Response Lenses

createBlueprintResponse_name :: Lens' CreateBlueprintResponse (Maybe Text) Source #

Returns the name of the blueprint that was registered.