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

Description

 
Synopsis

Documentation

data VeevaSourceProperties Source #

The properties that are applied when using Veeva as a flow source.

See: newVeevaSourceProperties smart constructor.

Constructors

VeevaSourceProperties' 

Fields

Instances

Instances details
Eq VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

Read VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

Show VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

Generic VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

Associated Types

type Rep VeevaSourceProperties :: Type -> Type #

NFData VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

Methods

rnf :: VeevaSourceProperties -> () #

Hashable VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

ToJSON VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

FromJSON VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

type Rep VeevaSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.VeevaSourceProperties

type Rep VeevaSourceProperties = D1 ('MetaData "VeevaSourceProperties" "Amazonka.AppFlow.Types.VeevaSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "VeevaSourceProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "includeAllVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "documentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "includeRenditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeSourceFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newVeevaSourceProperties Source #

Create a value of VeevaSourceProperties 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:includeAllVersions:VeevaSourceProperties', veevaSourceProperties_includeAllVersions - Boolean value to include All Versions of files in Veeva document extract flow.

$sel:documentType:VeevaSourceProperties', veevaSourceProperties_documentType - The document type specified in the Veeva document extract flow.

$sel:includeRenditions:VeevaSourceProperties', veevaSourceProperties_includeRenditions - Boolean value to include file renditions in Veeva document extract flow.

$sel:includeSourceFiles:VeevaSourceProperties', veevaSourceProperties_includeSourceFiles - Boolean value to include source files in Veeva document extract flow.

$sel:object':VeevaSourceProperties', veevaSourceProperties_object - The object specified in the Veeva flow source.

veevaSourceProperties_includeAllVersions :: Lens' VeevaSourceProperties (Maybe Bool) Source #

Boolean value to include All Versions of files in Veeva document extract flow.

veevaSourceProperties_documentType :: Lens' VeevaSourceProperties (Maybe Text) Source #

The document type specified in the Veeva document extract flow.

veevaSourceProperties_includeRenditions :: Lens' VeevaSourceProperties (Maybe Bool) Source #

Boolean value to include file renditions in Veeva document extract flow.

veevaSourceProperties_includeSourceFiles :: Lens' VeevaSourceProperties (Maybe Bool) Source #

Boolean value to include source files in Veeva document extract flow.

veevaSourceProperties_object :: Lens' VeevaSourceProperties Text Source #

The object specified in the Veeva flow source.