| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Glue.DeleteUserDefinedFunction
Description
Deletes an existing function definition from the Data Catalog.
Synopsis
- deleteUserDefinedFunction :: Text -> Text -> DeleteUserDefinedFunction
- data DeleteUserDefinedFunction
- dudfCatalogId :: Lens' DeleteUserDefinedFunction (Maybe Text)
- dudfDatabaseName :: Lens' DeleteUserDefinedFunction Text
- dudfFunctionName :: Lens' DeleteUserDefinedFunction Text
- deleteUserDefinedFunctionResponse :: Int -> DeleteUserDefinedFunctionResponse
- data DeleteUserDefinedFunctionResponse
- dudfrsResponseStatus :: Lens' DeleteUserDefinedFunctionResponse Int
Creating a Request
deleteUserDefinedFunction Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteUserDefinedFunction |
Creates a value of DeleteUserDefinedFunction with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dudfCatalogId- The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the AWS account ID is used by default.dudfDatabaseName- The name of the catalog database where the function is located.dudfFunctionName- The name of the function definition to be deleted.
data DeleteUserDefinedFunction Source #
See: deleteUserDefinedFunction smart constructor.
Instances
Request Lenses
dudfCatalogId :: Lens' DeleteUserDefinedFunction (Maybe Text) Source #
The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the AWS account ID is used by default.
dudfDatabaseName :: Lens' DeleteUserDefinedFunction Text Source #
The name of the catalog database where the function is located.
dudfFunctionName :: Lens' DeleteUserDefinedFunction Text Source #
The name of the function definition to be deleted.
Destructuring the Response
deleteUserDefinedFunctionResponse Source #
Arguments
| :: Int | |
| -> DeleteUserDefinedFunctionResponse |
Creates a value of DeleteUserDefinedFunctionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dudfrsResponseStatus- -- | The response status code.
data DeleteUserDefinedFunctionResponse Source #
See: deleteUserDefinedFunctionResponse smart constructor.
Instances
Response Lenses
dudfrsResponseStatus :: Lens' DeleteUserDefinedFunctionResponse Int Source #
- - | The response status code.