amazonka-fsx-2.0: Amazon FSx 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.FSx.Types.FileCacheType

Description

 

Documentation

newtype FileCacheType Source #

Constructors

FileCacheType' 

Bundled Patterns

pattern FileCacheType_LUSTRE :: FileCacheType 

Instances

Instances details
FromJSON FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

FromJSONKey FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToJSON FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToJSONKey FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToByteString FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToHeader FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToLog FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToQuery FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

FromText FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToText FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Methods

toText :: FileCacheType -> Text #

FromXML FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToXML FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Methods

toXML :: FileCacheType -> XML #

Generic FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Associated Types

type Rep FileCacheType :: Type -> Type #

Read FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Show FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

NFData FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Methods

rnf :: FileCacheType -> () #

Eq FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Ord FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Hashable FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

type Rep FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

type Rep FileCacheType = D1 ('MetaData "FileCacheType" "Amazonka.FSx.Types.FileCacheType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "FileCacheType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileCacheType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))