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.Types.SuccessResponseHandlingConfig

Description

 
Synopsis

Documentation

data SuccessResponseHandlingConfig Source #

Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.

For example, this setting would determine where to write the response from the destination connector upon a successful insert operation.

See: newSuccessResponseHandlingConfig smart constructor.

Constructors

SuccessResponseHandlingConfig' 

Fields

Instances

Instances details
FromJSON SuccessResponseHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SuccessResponseHandlingConfig

ToJSON SuccessResponseHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SuccessResponseHandlingConfig

Generic SuccessResponseHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SuccessResponseHandlingConfig

Associated Types

type Rep SuccessResponseHandlingConfig :: Type -> Type #

Read SuccessResponseHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SuccessResponseHandlingConfig

Show SuccessResponseHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SuccessResponseHandlingConfig

NFData SuccessResponseHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SuccessResponseHandlingConfig

Eq SuccessResponseHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SuccessResponseHandlingConfig

Hashable SuccessResponseHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SuccessResponseHandlingConfig

type Rep SuccessResponseHandlingConfig Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SuccessResponseHandlingConfig

type Rep SuccessResponseHandlingConfig = D1 ('MetaData "SuccessResponseHandlingConfig" "Amazonka.AppFlow.Types.SuccessResponseHandlingConfig" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "SuccessResponseHandlingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSuccessResponseHandlingConfig :: SuccessResponseHandlingConfig Source #

Create a value of SuccessResponseHandlingConfig 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:bucketName:SuccessResponseHandlingConfig', successResponseHandlingConfig_bucketName - The name of the Amazon S3 bucket.

$sel:bucketPrefix:SuccessResponseHandlingConfig', successResponseHandlingConfig_bucketPrefix - The Amazon S3 bucket prefix.