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

Description

Updates the specified flow.

You can also create and update flows using the Amazon Connect Flow language.

Synopsis

Creating a Request

data UpdateContactFlowContent Source #

See: newUpdateContactFlowContent smart constructor.

Constructors

UpdateContactFlowContent' 

Fields

Instances

Instances details
ToJSON UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

ToHeaders UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

ToPath UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

ToQuery UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

AWSRequest UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Generic UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Associated Types

type Rep UpdateContactFlowContent :: Type -> Type #

Read UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Show UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

NFData UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Eq UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Hashable UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

type AWSResponse UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

type Rep UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

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

newUpdateContactFlowContent Source #

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

UpdateContactFlowContent, updateContactFlowContent_instanceId - The identifier of the Amazon Connect instance.

UpdateContactFlowContent, updateContactFlowContent_contactFlowId - The identifier of the flow.

UpdateContactFlowContent, updateContactFlowContent_content - The JSON string that represents flow's content. For an example, see Example contact flow in Amazon Connect Flow language.

Request Lenses

updateContactFlowContent_instanceId :: Lens' UpdateContactFlowContent Text Source #

The identifier of the Amazon Connect instance.

Destructuring the Response

data UpdateContactFlowContentResponse Source #

See: newUpdateContactFlowContentResponse smart constructor.

Instances

Instances details
Generic UpdateContactFlowContentResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Associated Types

type Rep UpdateContactFlowContentResponse :: Type -> Type #

Read UpdateContactFlowContentResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Show UpdateContactFlowContentResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

NFData UpdateContactFlowContentResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Eq UpdateContactFlowContentResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

type Rep UpdateContactFlowContentResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

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

newUpdateContactFlowContentResponse :: UpdateContactFlowContentResponse Source #

Create a value of UpdateContactFlowContentResponse with all optional fields omitted.

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