libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging
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.ChimeSDKMessaging.UpdateChannelFlow

Description

Updates channel flow attributes. This is a developer API.

Synopsis

Creating a Request

data UpdateChannelFlow Source #

See: newUpdateChannelFlow smart constructor.

Constructors

UpdateChannelFlow' 

Fields

Instances

Instances details
Eq UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Show UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Generic UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Associated Types

type Rep UpdateChannelFlow :: Type -> Type #

NFData UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Methods

rnf :: UpdateChannelFlow -> () #

Hashable UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

ToJSON UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

AWSRequest UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Associated Types

type AWSResponse UpdateChannelFlow #

ToHeaders UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

ToPath UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

ToQuery UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

type Rep UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

type Rep UpdateChannelFlow = D1 ('MetaData "UpdateChannelFlow" "Amazonka.ChimeSDKMessaging.UpdateChannelFlow" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "UpdateChannelFlow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelFlowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "processors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Processor)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))
type AWSResponse UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

newUpdateChannelFlow Source #

Create a value of UpdateChannelFlow 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:channelFlowArn:UpdateChannelFlow', updateChannelFlow_channelFlowArn - The ARN of the channel flow.

$sel:processors:UpdateChannelFlow', updateChannelFlow_processors - Information about the processor Lambda functions

$sel:name:UpdateChannelFlow', updateChannelFlow_name - The name of the channel flow.

Request Lenses

updateChannelFlow_processors :: Lens' UpdateChannelFlow (NonEmpty Processor) Source #

Information about the processor Lambda functions

updateChannelFlow_name :: Lens' UpdateChannelFlow Text Source #

The name of the channel flow.

Destructuring the Response

data UpdateChannelFlowResponse Source #

See: newUpdateChannelFlowResponse smart constructor.

Constructors

UpdateChannelFlowResponse' 

Fields

Instances

Instances details
Eq UpdateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Read UpdateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Show UpdateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Generic UpdateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Associated Types

type Rep UpdateChannelFlowResponse :: Type -> Type #

NFData UpdateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

type Rep UpdateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

type Rep UpdateChannelFlowResponse = D1 ('MetaData "UpdateChannelFlowResponse" "Amazonka.ChimeSDKMessaging.UpdateChannelFlow" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "UpdateChannelFlowResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelFlowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateChannelFlowResponse Source #

Create a value of UpdateChannelFlowResponse 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:channelFlowArn:UpdateChannelFlow', updateChannelFlowResponse_channelFlowArn - The ARN of the channel flow.

$sel:httpStatus:UpdateChannelFlowResponse', updateChannelFlowResponse_httpStatus - The response's http status code.

Response Lenses