amazonka-connect-2.0: Amazon Connect Service 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.Connect.DeleteContactFlow

Description

Deletes a flow for the specified Amazon Connect instance.

Synopsis

Creating a Request

data DeleteContactFlow Source #

See: newDeleteContactFlow smart constructor.

Constructors

DeleteContactFlow' 

Fields

  • instanceId :: Text

    The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

  • contactFlowId :: Text

    The identifier of the flow.

Instances

Instances details
ToHeaders DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

ToPath DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

ToQuery DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

AWSRequest DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

Associated Types

type AWSResponse DeleteContactFlow #

Generic DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

Associated Types

type Rep DeleteContactFlow :: Type -> Type #

Read DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

Show DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

NFData DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

Methods

rnf :: DeleteContactFlow -> () #

Eq DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

Hashable DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

type AWSResponse DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

type Rep DeleteContactFlow Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

type Rep DeleteContactFlow = D1 ('MetaData "DeleteContactFlow" "Amazonka.Connect.DeleteContactFlow" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "DeleteContactFlow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "contactFlowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteContactFlow Source #

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

DeleteContactFlow, deleteContactFlow_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

DeleteContactFlow, deleteContactFlow_contactFlowId - The identifier of the flow.

Request Lenses

deleteContactFlow_instanceId :: Lens' DeleteContactFlow Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Destructuring the Response

data DeleteContactFlowResponse Source #

See: newDeleteContactFlowResponse smart constructor.

Instances

Instances details
Generic DeleteContactFlowResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

Associated Types

type Rep DeleteContactFlowResponse :: Type -> Type #

Read DeleteContactFlowResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

Show DeleteContactFlowResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

NFData DeleteContactFlowResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

Eq DeleteContactFlowResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

type Rep DeleteContactFlowResponse Source # 
Instance details

Defined in Amazonka.Connect.DeleteContactFlow

type Rep DeleteContactFlowResponse = D1 ('MetaData "DeleteContactFlowResponse" "Amazonka.Connect.DeleteContactFlow" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "DeleteContactFlowResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteContactFlowResponse :: DeleteContactFlowResponse Source #

Create a value of DeleteContactFlowResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.