amazonka-quicksight-2.0: Amazon QuickSight 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.QuickSight.Types.FolderType

Description

 

Documentation

newtype FolderType Source #

Constructors

FolderType' 

Fields

Bundled Patterns

pattern FolderType_SHARED :: FolderType 

Instances

Instances details
FromJSON FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

FromJSONKey FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToJSON FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToJSONKey FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToByteString FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToHeader FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToLog FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToQuery FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

FromText FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToText FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Methods

toText :: FolderType -> Text #

FromXML FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

ToXML FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Methods

toXML :: FolderType -> XML #

Generic FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Associated Types

type Rep FolderType :: Type -> Type #

Read FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Show FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

NFData FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Methods

rnf :: FolderType -> () #

Eq FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Ord FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

Hashable FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

type Rep FolderType Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FolderType

type Rep FolderType = D1 ('MetaData "FolderType" "Amazonka.QuickSight.Types.FolderType" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'True) (C1 ('MetaCons "FolderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFolderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))