Amazon.DeviceFarm.AmazonDeviceFarmClient.ListOfferingTransactions C# (CSharp) Метод

ListOfferingTransactions() публичный Метод

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 [email protected] if you believe that you should be able to invoke this operation.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// Exception gets thrown when a user is not eligible to perform the specified transaction. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListOfferingTransactions ( ListOfferingTransactionsRequest request ) : ListOfferingTransactionsResponse
request Amazon.DeviceFarm.Model.ListOfferingTransactionsRequest Container for the necessary parameters to execute the ListOfferingTransactions service method.
Результат Amazon.DeviceFarm.Model.ListOfferingTransactionsResponse
        public ListOfferingTransactionsResponse ListOfferingTransactions(ListOfferingTransactionsRequest request)
        {
            var marshaller = new ListOfferingTransactionsRequestMarshaller();
            var unmarshaller = ListOfferingTransactionsResponseUnmarshaller.Instance;

            return Invoke<ListOfferingTransactionsRequest,ListOfferingTransactionsResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient