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

Description

 
Synopsis

Documentation

data SupportedFieldTypeDetails Source #

Contains details regarding all the supported FieldTypes and their corresponding filterOperators and supportedValues.

See: newSupportedFieldTypeDetails smart constructor.

Constructors

SupportedFieldTypeDetails' 

Fields

  • v1 :: FieldTypeDetails

    The initial supported version for fieldType. If this is later changed to a different version, v2 will be introduced.

Instances

Instances details
Eq SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

Read SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

Show SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

Generic SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

Associated Types

type Rep SupportedFieldTypeDetails :: Type -> Type #

NFData SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

Hashable SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

FromJSON SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

type Rep SupportedFieldTypeDetails Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SupportedFieldTypeDetails

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

newSupportedFieldTypeDetails Source #

Create a value of SupportedFieldTypeDetails 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:v1:SupportedFieldTypeDetails', supportedFieldTypeDetails_v1 - The initial supported version for fieldType. If this is later changed to a different version, v2 will be introduced.

supportedFieldTypeDetails_v1 :: Lens' SupportedFieldTypeDetails FieldTypeDetails Source #

The initial supported version for fieldType. If this is later changed to a different version, v2 will be introduced.