Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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. If you must be able to invoke this operation, contact
aws-devicefarm-support@amazon.com.
This operation returns paginated results.
Synopsis
- data ListOfferingTransactions = ListOfferingTransactions' {}
- newListOfferingTransactions :: ListOfferingTransactions
- listOfferingTransactions_nextToken :: Lens' ListOfferingTransactions (Maybe Text)
- data ListOfferingTransactionsResponse = ListOfferingTransactionsResponse' {}
- newListOfferingTransactionsResponse :: Int -> ListOfferingTransactionsResponse
- listOfferingTransactionsResponse_offeringTransactions :: Lens' ListOfferingTransactionsResponse (Maybe [OfferingTransaction])
- listOfferingTransactionsResponse_nextToken :: Lens' ListOfferingTransactionsResponse (Maybe Text)
- listOfferingTransactionsResponse_httpStatus :: Lens' ListOfferingTransactionsResponse Int
Creating a Request
data ListOfferingTransactions Source #
Represents the request to list the offering transaction history.
See: newListOfferingTransactions
smart constructor.
Instances
newListOfferingTransactions :: ListOfferingTransactions Source #
Create a value of ListOfferingTransactions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:ListOfferingTransactions'
, listOfferingTransactions_nextToken
- 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.
Request Lenses
listOfferingTransactions_nextToken :: 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
data ListOfferingTransactionsResponse Source #
Returns the transaction log of the specified offerings.
See: newListOfferingTransactionsResponse
smart constructor.
ListOfferingTransactionsResponse' | |
|
Instances
newListOfferingTransactionsResponse Source #
Create a value of ListOfferingTransactionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:offeringTransactions:ListOfferingTransactionsResponse'
, listOfferingTransactionsResponse_offeringTransactions
- The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
$sel:nextToken:ListOfferingTransactions'
, listOfferingTransactionsResponse_nextToken
- 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.
$sel:httpStatus:ListOfferingTransactionsResponse'
, listOfferingTransactionsResponse_httpStatus
- The response's http status code.
Response Lenses
listOfferingTransactionsResponse_offeringTransactions :: Lens' ListOfferingTransactionsResponse (Maybe [OfferingTransaction]) Source #
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
listOfferingTransactionsResponse_nextToken :: 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.
listOfferingTransactionsResponse_httpStatus :: Lens' ListOfferingTransactionsResponse Int Source #
The response's http status code.