libZSservicesZSamazonka-appflowZSamazonka-appflow
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.AppFlow.UpdateFlow

Description

Updates an existing flow.

Synopsis

Creating a Request

data UpdateFlow Source #

See: newUpdateFlow smart constructor.

Constructors

UpdateFlow' 

Fields

Instances

Instances details
Eq UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Read UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Show UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Generic UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Associated Types

type Rep UpdateFlow :: Type -> Type #

NFData UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Methods

rnf :: UpdateFlow -> () #

Hashable UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

ToJSON UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

AWSRequest UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Associated Types

type AWSResponse UpdateFlow #

ToHeaders UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Methods

toHeaders :: UpdateFlow -> [Header] #

ToPath UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

ToQuery UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

type Rep UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

type Rep UpdateFlow = D1 ('MetaData "UpdateFlow" "Amazonka.AppFlow.UpdateFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpdateFlow'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "triggerConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TriggerConfig))) :*: (S1 ('MetaSel ('Just "sourceFlowConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceFlowConfig) :*: (S1 ('MetaSel ('Just "destinationFlowConfigList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DestinationFlowConfig]) :*: S1 ('MetaSel ('Just "tasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Task])))))
type AWSResponse UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

newUpdateFlow Source #

Create a value of UpdateFlow 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:description:UpdateFlow', updateFlow_description - A description of the flow.

$sel:flowName:UpdateFlow', updateFlow_flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

$sel:triggerConfig:UpdateFlow', updateFlow_triggerConfig - The trigger settings that determine how and when the flow runs.

$sel:sourceFlowConfig:UpdateFlow', updateFlow_sourceFlowConfig - Undocumented member.

$sel:destinationFlowConfigList:UpdateFlow', updateFlow_destinationFlowConfigList - The configuration that controls how Amazon AppFlow transfers data to the destination connector.

$sel:tasks:UpdateFlow', updateFlow_tasks - A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.

Request Lenses

updateFlow_description :: Lens' UpdateFlow (Maybe Text) Source #

A description of the flow.

updateFlow_flowName :: Lens' UpdateFlow Text Source #

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

updateFlow_triggerConfig :: Lens' UpdateFlow TriggerConfig Source #

The trigger settings that determine how and when the flow runs.

updateFlow_destinationFlowConfigList :: Lens' UpdateFlow [DestinationFlowConfig] Source #

The configuration that controls how Amazon AppFlow transfers data to the destination connector.

updateFlow_tasks :: Lens' UpdateFlow [Task] Source #

A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.

Destructuring the Response

data UpdateFlowResponse Source #

See: newUpdateFlowResponse smart constructor.

Constructors

UpdateFlowResponse' 

Fields

Instances

Instances details
Eq UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Read UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Show UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Generic UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Associated Types

type Rep UpdateFlowResponse :: Type -> Type #

NFData UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Methods

rnf :: UpdateFlowResponse -> () #

type Rep UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

type Rep UpdateFlowResponse = D1 ('MetaData "UpdateFlowResponse" "Amazonka.AppFlow.UpdateFlow" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpdateFlowResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateFlowResponse Source #

Create a value of UpdateFlowResponse 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:flowStatus:UpdateFlowResponse', updateFlowResponse_flowStatus - Indicates the current status of the flow.

$sel:httpStatus:UpdateFlowResponse', updateFlowResponse_httpStatus - The response's http status code.

Response Lenses

updateFlowResponse_flowStatus :: Lens' UpdateFlowResponse (Maybe FlowStatus) Source #

Indicates the current status of the flow.