amazonka-devicefarm-1.6.1: Amazon Device Farm 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.DeviceFarm.GetAccountSettings

Contents

Description

Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.

Synopsis

Creating a Request

getAccountSettings :: GetAccountSettings Source #

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

data GetAccountSettings Source #

Represents the request sent to retrieve the account settings.

See: getAccountSettings smart constructor.

Instances
Eq GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Data GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Methods

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

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

toConstr :: GetAccountSettings -> Constr #

dataTypeOf :: GetAccountSettings -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Show GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Generic GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Associated Types

type Rep GetAccountSettings :: Type -> Type #

Hashable GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

ToJSON GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

AWSRequest GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Associated Types

type Rs GetAccountSettings :: Type #

ToHeaders GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

ToPath GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

ToQuery GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

NFData GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Methods

rnf :: GetAccountSettings -> () #

type Rep GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

type Rep GetAccountSettings = D1 (MetaData "GetAccountSettings" "Network.AWS.DeviceFarm.GetAccountSettings" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "GetAccountSettings'" PrefixI False) (U1 :: Type -> Type))
type Rs GetAccountSettings Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Destructuring the Response

getAccountSettingsResponse Source #

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

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

data GetAccountSettingsResponse Source #

Represents the account settings return values from the GetAccountSettings request.

See: getAccountSettingsResponse smart constructor.

Instances
Eq GetAccountSettingsResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Data GetAccountSettingsResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Methods

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

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

toConstr :: GetAccountSettingsResponse -> Constr #

dataTypeOf :: GetAccountSettingsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAccountSettingsResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Show GetAccountSettingsResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Generic GetAccountSettingsResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

Associated Types

type Rep GetAccountSettingsResponse :: Type -> Type #

NFData GetAccountSettingsResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

type Rep GetAccountSettingsResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetAccountSettings

type Rep GetAccountSettingsResponse = D1 (MetaData "GetAccountSettingsResponse" "Network.AWS.DeviceFarm.GetAccountSettings" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "GetAccountSettingsResponse'" PrefixI True) (S1 (MetaSel (Just "_gasrsAccountSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AccountSettings)) :*: S1 (MetaSel (Just "_gasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses