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

Description

 

Documentation

newtype ReportScope Source #

Constructors

ReportScope' 

Bundled Patterns

pattern ReportScope_FAILED_FILES_ONLY :: ReportScope 

Instances

Instances details
FromJSON ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

FromJSONKey ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToJSON ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToJSONKey ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToByteString ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToHeader ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToLog ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToQuery ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

FromText ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToText ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Methods

toText :: ReportScope -> Text #

FromXML ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToXML ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Methods

toXML :: ReportScope -> XML #

Generic ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Associated Types

type Rep ReportScope :: Type -> Type #

Read ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Show ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

NFData ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Methods

rnf :: ReportScope -> () #

Eq ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Ord ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Hashable ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

type Rep ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

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