amazonka-devicefarm-2.0: Amazon Device Farm SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DeviceFarm.ListOfferingTransactions

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. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.

This operation returns paginated results.

Synopsis

Creating a Request

data ListOfferingTransactions Source #

Represents the request to list the offering transaction history.

See: newListOfferingTransactions smart constructor.

Constructors

ListOfferingTransactions' 

Fields

  • nextToken :: 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.

Instances

Instances details
ToJSON ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

ToHeaders ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

ToPath ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

ToQuery ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

AWSPager ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

AWSRequest ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

Generic ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

Associated Types

type Rep ListOfferingTransactions :: Type -> Type #

Read ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

Show ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

NFData ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

Eq ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

Hashable ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

type AWSResponse ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

type Rep ListOfferingTransactions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

type Rep ListOfferingTransactions = D1 ('MetaData "ListOfferingTransactions" "Amazonka.DeviceFarm.ListOfferingTransactions" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "ListOfferingTransactions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:

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.

Constructors

ListOfferingTransactionsResponse' 

Fields

Instances

Instances details
Generic ListOfferingTransactionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

Associated Types

type Rep ListOfferingTransactionsResponse :: Type -> Type #

Read ListOfferingTransactionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

Show ListOfferingTransactionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

NFData ListOfferingTransactionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

Eq ListOfferingTransactionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

type Rep ListOfferingTransactionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListOfferingTransactions

type Rep ListOfferingTransactionsResponse = D1 ('MetaData "ListOfferingTransactionsResponse" "Amazonka.DeviceFarm.ListOfferingTransactions" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "ListOfferingTransactionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "offeringTransactions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OfferingTransaction])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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:

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:offeringTransactions:ListOfferingTransactionsResponse', listOfferingTransactionsResponse_offeringTransactions - The audit log of subscriptions you have purchased and modified through AWS Device Farm.

$sel:httpStatus:ListOfferingTransactionsResponse', listOfferingTransactionsResponse_httpStatus - The response's http status code.

Response Lenses

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_offeringTransactions :: Lens' ListOfferingTransactionsResponse (Maybe [OfferingTransaction]) Source #

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