libZSservicesZSamazonka-databrewZSamazonka-databrew
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.DataBrew.DeleteRecipeVersion

Description

Deletes a single version of a DataBrew recipe.

Synopsis

Creating a Request

data DeleteRecipeVersion Source #

See: newDeleteRecipeVersion smart constructor.

Constructors

DeleteRecipeVersion' 

Fields

  • name :: Text

    The name of the recipe.

  • recipeVersion :: Text

    The version of the recipe to be deleted. You can specify a numeric versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.

Instances

Instances details
Eq DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Read DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Show DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Generic DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Associated Types

type Rep DeleteRecipeVersion :: Type -> Type #

NFData DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Methods

rnf :: DeleteRecipeVersion -> () #

Hashable DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

AWSRequest DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Associated Types

type AWSResponse DeleteRecipeVersion #

ToHeaders DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

ToPath DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

ToQuery DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

type Rep DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

type Rep DeleteRecipeVersion = D1 ('MetaData "DeleteRecipeVersion" "Amazonka.DataBrew.DeleteRecipeVersion" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteRecipeVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteRecipeVersion Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

newDeleteRecipeVersion Source #

Create a value of DeleteRecipeVersion 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:DeleteRecipeVersion', deleteRecipeVersion_name - The name of the recipe.

$sel:recipeVersion:DeleteRecipeVersion', deleteRecipeVersion_recipeVersion - The version of the recipe to be deleted. You can specify a numeric versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.

Request Lenses

deleteRecipeVersion_recipeVersion :: Lens' DeleteRecipeVersion Text Source #

The version of the recipe to be deleted. You can specify a numeric versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.

Destructuring the Response

data DeleteRecipeVersionResponse Source #

See: newDeleteRecipeVersionResponse smart constructor.

Constructors

DeleteRecipeVersionResponse' 

Fields

Instances

Instances details
Eq DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Read DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Show DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Generic DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

Associated Types

type Rep DeleteRecipeVersionResponse :: Type -> Type #

NFData DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

type Rep DeleteRecipeVersionResponse Source # 
Instance details

Defined in Amazonka.DataBrew.DeleteRecipeVersion

type Rep DeleteRecipeVersionResponse = D1 ('MetaData "DeleteRecipeVersionResponse" "Amazonka.DataBrew.DeleteRecipeVersion" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "DeleteRecipeVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "recipeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteRecipeVersionResponse Source #

Create a value of DeleteRecipeVersionResponse 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:httpStatus:DeleteRecipeVersionResponse', deleteRecipeVersionResponse_httpStatus - The response's http status code.

$sel:name:DeleteRecipeVersion', deleteRecipeVersionResponse_name - The name of the recipe that was deleted.

$sel:recipeVersion:DeleteRecipeVersion', deleteRecipeVersionResponse_recipeVersion - The version of the recipe that was deleted.

Response Lenses