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

AWSRequest 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 #

Read DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Show DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

NFData DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Eq DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Hashable DeleteUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

type AWSResponse 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" '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))))

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:

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.

DeleteUserDefinedFunction, deleteUserDefinedFunction_databaseName - The name of the catalog database where the function is located.

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

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Associated Types

type Rep DeleteUserDefinedFunctionResponse :: Type -> Type #

Read DeleteUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Show DeleteUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

NFData DeleteUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteUserDefinedFunction

Eq 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" '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