amazonka-devicefarm-1.6.0: 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 # 
Data GetAccountSettings Source # 

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 # 
Show GetAccountSettings Source # 
Generic GetAccountSettings Source # 
Hashable GetAccountSettings Source # 
ToJSON GetAccountSettings Source # 
NFData GetAccountSettings Source # 

Methods

rnf :: GetAccountSettings -> () #

AWSRequest GetAccountSettings Source # 
ToHeaders GetAccountSettings Source # 
ToPath GetAccountSettings Source # 
ToQuery GetAccountSettings Source # 
type Rep GetAccountSettings Source # 
type Rep GetAccountSettings = D1 * (MetaData "GetAccountSettings" "Network.AWS.DeviceFarm.GetAccountSettings" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "GetAccountSettings'" PrefixI False) (U1 *))
type Rs GetAccountSettings Source # 

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 # 
Data GetAccountSettingsResponse Source # 

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 # 
Show GetAccountSettingsResponse Source # 
Generic GetAccountSettingsResponse Source # 
NFData GetAccountSettingsResponse Source # 
type Rep GetAccountSettingsResponse Source # 
type Rep GetAccountSettingsResponse = D1 * (MetaData "GetAccountSettingsResponse" "Network.AWS.DeviceFarm.GetAccountSettings" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "GetAccountSettingsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gasrsAccountSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe AccountSettings))) (S1 * (MetaSel (Just Symbol "_gasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses