amazonka-appflow-2.0: Amazon Appflow 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.AppFlow.UpdateFlow

Description

Updates an existing flow.

Synopsis

Creating a Request

data UpdateFlow Source #

See: newUpdateFlow smart constructor.

Constructors

UpdateFlow' 

Fields

Instances

Instances details
ToJSON UpdateFlow Source # 
Instance details

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

AWSRequest UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Associated Types

type AWSResponse UpdateFlow #

Generic UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Associated Types

type Rep UpdateFlow :: Type -> Type #

Read UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Show UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

NFData UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Methods

rnf :: UpdateFlow -> () #

Eq UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Hashable UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

type AWSResponse UpdateFlow Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

type Rep 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:

UpdateFlow, updateFlow_description - A description of the flow.

$sel:metadataCatalogConfig:UpdateFlow', updateFlow_metadataCatalogConfig - Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.

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_metadataCatalogConfig :: Lens' UpdateFlow (Maybe MetadataCatalogConfig) Source #

Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.

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

Defined in Amazonka.AppFlow.UpdateFlow

Associated Types

type Rep UpdateFlowResponse :: Type -> Type #

Read UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Show UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

NFData UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

Methods

rnf :: UpdateFlowResponse -> () #

Eq UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

type Rep UpdateFlowResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateFlow

type Rep UpdateFlowResponse = D1 ('MetaData "UpdateFlowResponse" "Amazonka.AppFlow.UpdateFlow" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" '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:

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.