Copyright | (c) 2013-2021 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 |
Synopsis
- data UserDefinedFunctionInput = UserDefinedFunctionInput' {}
- newUserDefinedFunctionInput :: UserDefinedFunctionInput
- userDefinedFunctionInput_ownerName :: Lens' UserDefinedFunctionInput (Maybe Text)
- userDefinedFunctionInput_resourceUris :: Lens' UserDefinedFunctionInput (Maybe [ResourceUri])
- userDefinedFunctionInput_functionName :: Lens' UserDefinedFunctionInput (Maybe Text)
- userDefinedFunctionInput_ownerType :: Lens' UserDefinedFunctionInput (Maybe PrincipalType)
- userDefinedFunctionInput_className :: Lens' UserDefinedFunctionInput (Maybe Text)
Documentation
data UserDefinedFunctionInput Source #
A structure used to create or update a user-defined function.
See: newUserDefinedFunctionInput
smart constructor.
UserDefinedFunctionInput' | |
|
Instances
newUserDefinedFunctionInput :: UserDefinedFunctionInput Source #
Create a value of UserDefinedFunctionInput
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:ownerName:UserDefinedFunctionInput'
, userDefinedFunctionInput_ownerName
- The owner of the function.
$sel:resourceUris:UserDefinedFunctionInput'
, userDefinedFunctionInput_resourceUris
- The resource URIs for the function.
$sel:functionName:UserDefinedFunctionInput'
, userDefinedFunctionInput_functionName
- The name of the function.
$sel:ownerType:UserDefinedFunctionInput'
, userDefinedFunctionInput_ownerType
- The owner type.
$sel:className:UserDefinedFunctionInput'
, userDefinedFunctionInput_className
- The Java class that contains the function code.
userDefinedFunctionInput_ownerName :: Lens' UserDefinedFunctionInput (Maybe Text) Source #
The owner of the function.
userDefinedFunctionInput_resourceUris :: Lens' UserDefinedFunctionInput (Maybe [ResourceUri]) Source #
The resource URIs for the function.
userDefinedFunctionInput_functionName :: Lens' UserDefinedFunctionInput (Maybe Text) Source #
The name of the function.
userDefinedFunctionInput_ownerType :: Lens' UserDefinedFunctionInput (Maybe PrincipalType) Source #
The owner type.
userDefinedFunctionInput_className :: Lens' UserDefinedFunctionInput (Maybe Text) Source #
The Java class that contains the function code.