amazonka-chime-sdk-messaging-2.0: Amazon Chime SDK Messaging 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.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
ToJSON UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.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

AWSRequest UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Associated Types

type AWSResponse UpdateChannelFlow #

Generic UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Associated Types

type Rep UpdateChannelFlow :: Type -> Type #

Show UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

NFData UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Methods

rnf :: UpdateChannelFlow -> () #

Eq UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Hashable UpdateChannelFlow Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

type AWSResponse 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" "amazonka-chime-sdk-messaging-2.0-BxY1AbjLoDB4AQUv82PCQZ" '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)))))

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:

UpdateChannelFlow, updateChannelFlow_channelFlowArn - The ARN of the channel flow.

UpdateChannelFlow, updateChannelFlow_processors - Information about the processor Lambda functions

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
Generic UpdateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Associated Types

type Rep UpdateChannelFlowResponse :: Type -> Type #

Read UpdateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Show UpdateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

NFData UpdateChannelFlowResponse Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.UpdateChannelFlow

Eq 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" "amazonka-chime-sdk-messaging-2.0-BxY1AbjLoDB4AQUv82PCQZ" '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:

UpdateChannelFlow, updateChannelFlowResponse_channelFlowArn - The ARN of the channel flow.

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

Response Lenses