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

Description

Deletes an existing function definition from the Data Catalog.

Synopsis

Creating a Request

data DeleteUserDefinedFunction Source #

See: newDeleteUserDefinedFunction smart constructor.

Constructors

DeleteUserDefinedFunction' 

Fields

  • catalogId :: Maybe Text

    The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the Amazon Web Services account ID is used by default.

  • databaseName :: Text

    The name of the catalog database where the function is located.

  • functionName :: Text

    The name of the function definition to be deleted.

Instances

Instances details
Eq DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Read DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Show DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Generic DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Associated Types

type Rep DeleteUserDefinedFunction :: Type -> Type #

NFData DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Hashable DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

ToJSON DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

AWSRequest DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

ToHeaders DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

ToPath DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

ToQuery DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

type Rep DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

type Rep DeleteUserDefinedFunction = D1 ('MetaData "DeleteUserDefinedFunction" "Amazonka.Glue.DeleteUserDefinedFunction" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "DeleteUserDefinedFunction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

newDeleteUserDefinedFunction Source #

Create a value of DeleteUserDefinedFunction 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:catalogId:DeleteUserDefinedFunction', deleteUserDefinedFunction_catalogId - The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the Amazon Web Services account ID is used by default.

$sel:databaseName:DeleteUserDefinedFunction', deleteUserDefinedFunction_databaseName - The name of the catalog database where the function is located.

$sel:functionName:DeleteUserDefinedFunction', deleteUserDefinedFunction_functionName - The name of the function definition to be deleted.

Request Lenses

deleteUserDefinedFunction_catalogId :: Lens' DeleteUserDefinedFunction (Maybe Text) Source #

The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the Amazon Web Services account ID is used by default.

deleteUserDefinedFunction_databaseName :: Lens' DeleteUserDefinedFunction Text Source #

The name of the catalog database where the function is located.

deleteUserDefinedFunction_functionName :: Lens' DeleteUserDefinedFunction Text Source #

The name of the function definition to be deleted.

Destructuring the Response

data DeleteUserDefinedFunctionResponse Source #

See: newDeleteUserDefinedFunctionResponse smart constructor.

Constructors

DeleteUserDefinedFunctionResponse' 

Fields

Instances

Instances details
Eq DeleteUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Read DeleteUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Show DeleteUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Generic DeleteUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Associated Types

type Rep DeleteUserDefinedFunctionResponse :: Type -> Type #

NFData DeleteUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

type Rep DeleteUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

type Rep DeleteUserDefinedFunctionResponse = D1 ('MetaData "DeleteUserDefinedFunctionResponse" "Amazonka.Glue.DeleteUserDefinedFunction" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "DeleteUserDefinedFunctionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteUserDefinedFunctionResponse Source #

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

Response Lenses