amazonka-devicefarm-1.4.1: Amazon Device Farm SDK.

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

Network.AWS.DeviceFarm.ListOfferingTransactions

Contents

Description

Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account. The list is paginated and ordered by a descending timestamp (most recent transactions are first). The API returns a NotEligible error if the user is not permitted to invoke the operation. Please contact aws-devicefarm-support'amazon.com if you believe that you should be able to invoke this operation.

Synopsis

Creating a Request

listOfferingTransactions :: ListOfferingTransactions Source #

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

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

data ListOfferingTransactions Source #

Represents the request to list the offering transaction history.

See: listOfferingTransactions smart constructor.

Instances

Eq ListOfferingTransactions Source # 
Data ListOfferingTransactions Source # 

Methods

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

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

toConstr :: ListOfferingTransactions -> Constr #

dataTypeOf :: ListOfferingTransactions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListOfferingTransactions Source # 
Show ListOfferingTransactions Source # 
Generic ListOfferingTransactions Source # 
Hashable ListOfferingTransactions Source # 
ToJSON ListOfferingTransactions Source # 
NFData ListOfferingTransactions Source # 
AWSRequest ListOfferingTransactions Source # 
ToQuery ListOfferingTransactions Source # 
ToPath ListOfferingTransactions Source # 
ToHeaders ListOfferingTransactions Source # 
type Rep ListOfferingTransactions Source # 
type Rep ListOfferingTransactions = D1 (MetaData "ListOfferingTransactions" "Network.AWS.DeviceFarm.ListOfferingTransactions" "amazonka-devicefarm-1.4.1-34BynssswJm4gYtJEqeax4" True) (C1 (MetaCons "ListOfferingTransactions'" PrefixI True) (S1 (MetaSel (Just Symbol "_lotNextToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs ListOfferingTransactions Source # 

Request Lenses

lotNextToken :: Lens' ListOfferingTransactions (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Destructuring the Response

listOfferingTransactionsResponse Source #

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

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

data ListOfferingTransactionsResponse Source #

Returns the transaction log of the specified offerings.

See: listOfferingTransactionsResponse smart constructor.

Instances

Eq ListOfferingTransactionsResponse Source # 
Data ListOfferingTransactionsResponse Source # 

Methods

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

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

toConstr :: ListOfferingTransactionsResponse -> Constr #

dataTypeOf :: ListOfferingTransactionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListOfferingTransactionsResponse Source # 
Show ListOfferingTransactionsResponse Source # 
Generic ListOfferingTransactionsResponse Source # 
NFData ListOfferingTransactionsResponse Source # 
type Rep ListOfferingTransactionsResponse Source # 
type Rep ListOfferingTransactionsResponse = D1 (MetaData "ListOfferingTransactionsResponse" "Network.AWS.DeviceFarm.ListOfferingTransactions" "amazonka-devicefarm-1.4.1-34BynssswJm4gYtJEqeax4" False) (C1 (MetaCons "ListOfferingTransactionsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lotrsOfferingTransactions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [OfferingTransaction]))) ((:*:) (S1 (MetaSel (Just Symbol "_lotrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lotrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

lotrsOfferingTransactions :: Lens' ListOfferingTransactionsResponse [OfferingTransaction] Source #

The audit log of subscriptions you have purchased and modified through AWS Device Farm.

lotrsNextToken :: Lens' ListOfferingTransactionsResponse (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.