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 |
Amazonka.Connect.DisassociateLambdaFunction
Description
This API is in preview release for Amazon Connect and is subject to change.
Remove the Lambda function from the dropdown options available in the relevant contact flow blocks.
Synopsis
- data DisassociateLambdaFunction = DisassociateLambdaFunction' {
- instanceId :: Text
- functionArn :: Text
- newDisassociateLambdaFunction :: Text -> Text -> DisassociateLambdaFunction
- disassociateLambdaFunction_instanceId :: Lens' DisassociateLambdaFunction Text
- disassociateLambdaFunction_functionArn :: Lens' DisassociateLambdaFunction Text
- data DisassociateLambdaFunctionResponse = DisassociateLambdaFunctionResponse' {
- newDisassociateLambdaFunctionResponse :: DisassociateLambdaFunctionResponse
Creating a Request
data DisassociateLambdaFunction Source #
See: newDisassociateLambdaFunction
smart constructor.
Constructors
DisassociateLambdaFunction' | |
Fields
|
Instances
newDisassociateLambdaFunction Source #
Arguments
:: Text | |
-> Text | |
-> DisassociateLambdaFunction |
Create a value of DisassociateLambdaFunction
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:instanceId:DisassociateLambdaFunction'
, disassociateLambdaFunction_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance..
$sel:functionArn:DisassociateLambdaFunction'
, disassociateLambdaFunction_functionArn
- The Amazon Resource Name (ARN) of the Lambda function being
disassociated.
Request Lenses
disassociateLambdaFunction_instanceId :: Lens' DisassociateLambdaFunction Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance..
disassociateLambdaFunction_functionArn :: Lens' DisassociateLambdaFunction Text Source #
The Amazon Resource Name (ARN) of the Lambda function being disassociated.
Destructuring the Response
data DisassociateLambdaFunctionResponse Source #
See: newDisassociateLambdaFunctionResponse
smart constructor.
Constructors
DisassociateLambdaFunctionResponse' | |
Instances
Eq DisassociateLambdaFunctionResponse Source # | |
Read DisassociateLambdaFunctionResponse Source # | |
Defined in Amazonka.Connect.DisassociateLambdaFunction | |
Show DisassociateLambdaFunctionResponse Source # | |
Defined in Amazonka.Connect.DisassociateLambdaFunction Methods showsPrec :: Int -> DisassociateLambdaFunctionResponse -> ShowS # | |
Generic DisassociateLambdaFunctionResponse Source # | |
Defined in Amazonka.Connect.DisassociateLambdaFunction Associated Types type Rep DisassociateLambdaFunctionResponse :: Type -> Type # | |
NFData DisassociateLambdaFunctionResponse Source # | |
Defined in Amazonka.Connect.DisassociateLambdaFunction Methods rnf :: DisassociateLambdaFunctionResponse -> () # | |
type Rep DisassociateLambdaFunctionResponse Source # | |
Defined in Amazonka.Connect.DisassociateLambdaFunction |
newDisassociateLambdaFunctionResponse :: DisassociateLambdaFunctionResponse Source #
Create a value of DisassociateLambdaFunctionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.