libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.UpdateContactFlowContent

Description

Updates the specified contact flow.

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

Synopsis

Creating a Request

data UpdateContactFlowContent Source #

See: newUpdateContactFlowContent smart constructor.

Constructors

UpdateContactFlowContent' 

Fields

Instances

Instances details
Eq UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Read UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Show 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 #

NFData UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Hashable UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

ToJSON UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

AWSRequest 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

type Rep UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

type Rep UpdateContactFlowContent = D1 ('MetaData "UpdateContactFlowContent" "Amazonka.Connect.UpdateContactFlowContent" "libZSservicesZSamazonka-connectZSamazonka-connect" '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))))
type AWSResponse UpdateContactFlowContent Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

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:

$sel:instanceId:UpdateContactFlowContent', updateContactFlowContent_instanceId - The identifier of the Amazon Connect instance.

$sel:contactFlowId:UpdateContactFlowContent', updateContactFlowContent_contactFlowId - The identifier of the contact flow.

$sel:content:UpdateContactFlowContent', updateContactFlowContent_content - The JSON string that represents contact flow’s content. For an example, see Example contact flow in Amazon Connect Flow language in the Amazon Connect Administrator Guide.

Request Lenses

updateContactFlowContent_instanceId :: Lens' UpdateContactFlowContent Text Source #

The identifier of the Amazon Connect instance.

updateContactFlowContent_content :: Lens' UpdateContactFlowContent Text Source #

The JSON string that represents contact flow’s content. For an example, see Example contact flow in Amazon Connect Flow language in the Amazon Connect Administrator Guide.

Destructuring the Response

data UpdateContactFlowContentResponse Source #

See: newUpdateContactFlowContentResponse smart constructor.

Instances

Instances details
Eq UpdateContactFlowContentResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Read UpdateContactFlowContentResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Show UpdateContactFlowContentResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Generic UpdateContactFlowContentResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateContactFlowContent

Associated Types

type Rep UpdateContactFlowContentResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-connectZSamazonka-connect" '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.