amazonka-rbin-2.0: Amazon Recycle Bin 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.RBin.Types.LockState

Description

 

Documentation

newtype LockState Source #

Constructors

LockState' 

Fields

Bundled Patterns

pattern LockState_Locked :: LockState 
pattern LockState_Pending_unlock :: LockState 
pattern LockState_Unlocked :: LockState 

Instances

Instances details
FromJSON LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

FromJSONKey LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

ToJSON LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

ToJSONKey LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

ToByteString LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

Methods

toBS :: LockState -> ByteString #

ToHeader LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

ToLog LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

ToQuery LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

FromText LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

ToText LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

Methods

toText :: LockState -> Text #

FromXML LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

ToXML LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

Methods

toXML :: LockState -> XML #

Generic LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

Associated Types

type Rep LockState :: Type -> Type #

Read LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

Show LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

NFData LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

Methods

rnf :: LockState -> () #

Eq LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

Ord LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

Hashable LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

type Rep LockState Source # 
Instance details

Defined in Amazonka.RBin.Types.LockState

type Rep LockState = D1 ('MetaData "LockState" "Amazonka.RBin.Types.LockState" "amazonka-rbin-2.0-683M7qr6PFTBsVsY3OL2az" 'True) (C1 ('MetaCons "LockState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLockState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))