Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListOfferingTransactionsResult

import type { ListOfferingTransactionsResult } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

Returns the transaction log of the specified offerings.

interface ListOfferingTransactionsResult {
nextToken?: string | null;
offeringTransactions?: OfferingTransaction[] | null;
}

§Properties

§
nextToken?: string | null
[src]

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.

§
offeringTransactions?: OfferingTransaction[] | null
[src]

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