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.SingularSourceProperties

Description

 
Synopsis

Documentation

data SingularSourceProperties Source #

The properties that are applied when Singular is being used as a source.

See: newSingularSourceProperties smart constructor.

Constructors

SingularSourceProperties' 

Fields

  • object' :: Text

    The object specified in the Singular flow source.

Instances

Instances details
Eq SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

Read SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

Show SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

Generic SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

Associated Types

type Rep SingularSourceProperties :: Type -> Type #

NFData SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

Hashable SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

ToJSON SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

FromJSON SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

type Rep SingularSourceProperties Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularSourceProperties

type Rep SingularSourceProperties = D1 ('MetaData "SingularSourceProperties" "Amazonka.AppFlow.Types.SingularSourceProperties" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "SingularSourceProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSingularSourceProperties Source #

Create a value of SingularSourceProperties 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:object':SingularSourceProperties', singularSourceProperties_object - The object specified in the Singular flow source.

singularSourceProperties_object :: Lens' SingularSourceProperties Text Source #

The object specified in the Singular flow source.