amazonka-lambda-1.5.0: Amazon Lambda SDK.

Copyright(c) 2013-2017 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.Lambda.GetAccountSettings

Contents

Description

Returns a customer's account settings.

You can use this operation to retrieve Lambda limits information, such as code size and concurrency limits. For more information about limits, see AWS Lambda Limits . You can also retrieve resource usage statistics, such as code storage usage and function count.

Synopsis

Creating a Request

getAccountSettings :: GetAccountSettings Source #

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

data GetAccountSettings Source #

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 # 
NFData GetAccountSettings Source # 

Methods

rnf :: GetAccountSettings -> () #

AWSRequest GetAccountSettings Source # 
ToQuery GetAccountSettings Source # 
ToPath GetAccountSettings Source # 
ToHeaders GetAccountSettings Source # 
type Rep GetAccountSettings Source # 
type Rep GetAccountSettings = D1 (MetaData "GetAccountSettings" "Network.AWS.Lambda.GetAccountSettings" "amazonka-lambda-1.5.0-L3a8zfumEyl9xoJg9e0UyS" 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 #

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.Lambda.GetAccountSettings" "amazonka-lambda-1.5.0-L3a8zfumEyl9xoJg9e0UyS" False) (C1 (MetaCons "GetAccountSettingsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gasrsAccountLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AccountLimit))) ((:*:) (S1 (MetaSel (Just Symbol "_gasrsAccountUsage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AccountUsage))) (S1 (MetaSel (Just Symbol "_gasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses