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.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.

This operation returns paginated results.

Synopsis

Creating a Request

listOfferingTransactions :: ListOfferingTransactions #

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:

  • lotNextToken - 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.

data ListOfferingTransactions #

Represents the request to list the offering transaction history.

See: listOfferingTransactions smart constructor.

Instances

Eq ListOfferingTransactions # 
Data ListOfferingTransactions # 

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 # 
Show ListOfferingTransactions # 
Generic ListOfferingTransactions # 
Hashable ListOfferingTransactions # 
ToJSON ListOfferingTransactions # 
NFData ListOfferingTransactions # 
AWSPager ListOfferingTransactions # 
AWSRequest ListOfferingTransactions # 
ToHeaders ListOfferingTransactions # 
ToPath ListOfferingTransactions # 
ToQuery ListOfferingTransactions # 
type Rep ListOfferingTransactions # 
type Rep ListOfferingTransactions = D1 * (MetaData "ListOfferingTransactions" "Network.AWS.DeviceFarm.ListOfferingTransactions" "amazonka-devicefarm-1.6.0-1RE2Lvq2vKT750159tw1bo" True) (C1 * (MetaCons "ListOfferingTransactions'" PrefixI True) (S1 * (MetaSel (Just Symbol "_lotNextToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))
type Rs ListOfferingTransactions # 

Request Lenses

lotNextToken :: Lens' ListOfferingTransactions (Maybe Text) #

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 #

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:

  • lotrsOfferingTransactions - The audit log of subscriptions you have purchased and modified through AWS Device Farm.
  • lotrsNextToken - 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.
  • lotrsResponseStatus - -- | The response status code.

data ListOfferingTransactionsResponse #

Returns the transaction log of the specified offerings.

See: listOfferingTransactionsResponse smart constructor.

Instances

Eq ListOfferingTransactionsResponse # 
Data ListOfferingTransactionsResponse # 

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 # 
Show ListOfferingTransactionsResponse # 
Generic ListOfferingTransactionsResponse # 
NFData ListOfferingTransactionsResponse # 
type Rep ListOfferingTransactionsResponse # 
type Rep ListOfferingTransactionsResponse = D1 * (MetaData "ListOfferingTransactionsResponse" "Network.AWS.DeviceFarm.ListOfferingTransactions" "amazonka-devicefarm-1.6.0-1RE2Lvq2vKT750159tw1bo" 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] #

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

lotrsNextToken :: Lens' ListOfferingTransactionsResponse (Maybe Text) #

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.