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

Description

Updates an existing function definition in the Data Catalog.

Synopsis

Creating a Request

data UpdateUserDefinedFunction Source #

See: newUpdateUserDefinedFunction smart constructor.

Constructors

UpdateUserDefinedFunction' 

Fields

Instances

Instances details
ToJSON UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

ToHeaders UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

ToPath UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

ToQuery UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

AWSRequest UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

Generic UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

Associated Types

type Rep UpdateUserDefinedFunction :: Type -> Type #

Read UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

Show UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

NFData UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

Eq UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

Hashable UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

type AWSResponse UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

type Rep UpdateUserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

type Rep UpdateUserDefinedFunction = D1 ('MetaData "UpdateUserDefinedFunction" "Amazonka.Glue.UpdateUserDefinedFunction" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "UpdateUserDefinedFunction'" '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) :*: S1 ('MetaSel ('Just "functionInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UserDefinedFunctionInput))))

newUpdateUserDefinedFunction Source #

Create a value of UpdateUserDefinedFunction 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:

UpdateUserDefinedFunction, updateUserDefinedFunction_catalogId - The ID of the Data Catalog where the function to be updated is located. If none is provided, the Amazon Web Services account ID is used by default.

UpdateUserDefinedFunction, updateUserDefinedFunction_databaseName - The name of the catalog database where the function to be updated is located.

UpdateUserDefinedFunction, updateUserDefinedFunction_functionName - The name of the function.

$sel:functionInput:UpdateUserDefinedFunction', updateUserDefinedFunction_functionInput - A FunctionInput object that redefines the function in the Data Catalog.

Request Lenses

updateUserDefinedFunction_catalogId :: Lens' UpdateUserDefinedFunction (Maybe Text) Source #

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

updateUserDefinedFunction_databaseName :: Lens' UpdateUserDefinedFunction Text Source #

The name of the catalog database where the function to be updated is located.

updateUserDefinedFunction_functionInput :: Lens' UpdateUserDefinedFunction UserDefinedFunctionInput Source #

A FunctionInput object that redefines the function in the Data Catalog.

Destructuring the Response

data UpdateUserDefinedFunctionResponse Source #

See: newUpdateUserDefinedFunctionResponse smart constructor.

Constructors

UpdateUserDefinedFunctionResponse' 

Fields

Instances

Instances details
Generic UpdateUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

Associated Types

type Rep UpdateUserDefinedFunctionResponse :: Type -> Type #

Read UpdateUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

Show UpdateUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

NFData UpdateUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

Eq UpdateUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

type Rep UpdateUserDefinedFunctionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateUserDefinedFunction

type Rep UpdateUserDefinedFunctionResponse = D1 ('MetaData "UpdateUserDefinedFunctionResponse" "Amazonka.Glue.UpdateUserDefinedFunction" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "UpdateUserDefinedFunctionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateUserDefinedFunctionResponse Source #

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

Response Lenses