libZSservicesZSamazonka-quicksightZSamazonka-quicksight
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.QuickSight.Types.IngestionType

Description

 
Synopsis

Documentation

newtype IngestionType Source #

This defines the type of ingestion user wants to trigger. This is part of create ingestion request.

Constructors

IngestionType' 

Instances

Instances details
Eq IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Ord IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Read IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Show IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Generic IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Associated Types

type Rep IngestionType :: Type -> Type #

NFData IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Methods

rnf :: IngestionType -> () #

Hashable IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToJSON IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToJSONKey IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

FromJSON IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

FromJSONKey IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToLog IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToHeader IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToQuery IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

FromXML IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToXML IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Methods

toXML :: IngestionType -> XML #

ToByteString IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

FromText IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

ToText IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

Methods

toText :: IngestionType -> Text #

type Rep IngestionType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.IngestionType

type Rep IngestionType = D1 ('MetaData "IngestionType" "Amazonka.QuickSight.Types.IngestionType" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'True) (C1 ('MetaCons "IngestionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIngestionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))