amazonka-mechanicalturk-1.6.1: Amazon Mechanical Turk SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.MechanicalTurk.GetAccountBalance

Contents

Description

The GetAccountBalance operation retrieves the amount of money in your Amazon Mechanical Turk account.

Synopsis

Creating a Request

getAccountBalance :: GetAccountBalance Source #

Creates a value of GetAccountBalance with the minimum fields required to make a request.

data GetAccountBalance Source #

See: getAccountBalance smart constructor.

Instances
Eq GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Data GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetAccountBalance -> c GetAccountBalance #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetAccountBalance #

toConstr :: GetAccountBalance -> Constr #

dataTypeOf :: GetAccountBalance -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetAccountBalance) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetAccountBalance) #

gmapT :: (forall b. Data b => b -> b) -> GetAccountBalance -> GetAccountBalance #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetAccountBalance -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetAccountBalance -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetAccountBalance -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetAccountBalance -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetAccountBalance -> m GetAccountBalance #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetAccountBalance -> m GetAccountBalance #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetAccountBalance -> m GetAccountBalance #

Read GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Show GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Generic GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Associated Types

type Rep GetAccountBalance :: Type -> Type #

Hashable GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

ToJSON GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

AWSRequest GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Associated Types

type Rs GetAccountBalance :: Type #

ToHeaders GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

ToPath GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

ToQuery GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

NFData GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Methods

rnf :: GetAccountBalance -> () #

type Rep GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

type Rep GetAccountBalance = D1 (MetaData "GetAccountBalance" "Network.AWS.MechanicalTurk.GetAccountBalance" "amazonka-mechanicalturk-1.6.1-GV5ehA4FkQY3BZvWX2sEC2" False) (C1 (MetaCons "GetAccountBalance'" PrefixI False) (U1 :: Type -> Type))
type Rs GetAccountBalance Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Destructuring the Response

getAccountBalanceResponse Source #

Creates a value of GetAccountBalanceResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data GetAccountBalanceResponse Source #

See: getAccountBalanceResponse smart constructor.

Instances
Eq GetAccountBalanceResponse Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Data GetAccountBalanceResponse Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetAccountBalanceResponse -> c GetAccountBalanceResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetAccountBalanceResponse #

toConstr :: GetAccountBalanceResponse -> Constr #

dataTypeOf :: GetAccountBalanceResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetAccountBalanceResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetAccountBalanceResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetAccountBalanceResponse -> GetAccountBalanceResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetAccountBalanceResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetAccountBalanceResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetAccountBalanceResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetAccountBalanceResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetAccountBalanceResponse -> m GetAccountBalanceResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetAccountBalanceResponse -> m GetAccountBalanceResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetAccountBalanceResponse -> m GetAccountBalanceResponse #

Read GetAccountBalanceResponse Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Show GetAccountBalanceResponse Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Generic GetAccountBalanceResponse Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

Associated Types

type Rep GetAccountBalanceResponse :: Type -> Type #

NFData GetAccountBalanceResponse Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

type Rep GetAccountBalanceResponse Source # 
Instance details

Defined in Network.AWS.MechanicalTurk.GetAccountBalance

type Rep GetAccountBalanceResponse = D1 (MetaData "GetAccountBalanceResponse" "Network.AWS.MechanicalTurk.GetAccountBalance" "amazonka-mechanicalturk-1.6.1-GV5ehA4FkQY3BZvWX2sEC2" False) (C1 (MetaCons "GetAccountBalanceResponse'" PrefixI True) (S1 (MetaSel (Just "_gabrsAvailableBalance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gabrsOnHoldBalance") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gabrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses