Amazon.ServiceCatalog.AmazonServiceCatalogClient.ListRecordHistory C# (CSharp) Метод

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

Returns a paginated list of all performed requests, in the form of RecordDetails objects that are filtered as specified.
/// One or more parameters provided to the operation are invalid. ///
public ListRecordHistory ( ListRecordHistoryRequest request ) : ListRecordHistoryResponse
request ListRecordHistoryRequest Container for the necessary parameters to execute the ListRecordHistory service method.
Результат ListRecordHistoryResponse
        public ListRecordHistoryResponse ListRecordHistory(ListRecordHistoryRequest request)
        {
            var marshaller = new ListRecordHistoryRequestMarshaller();
            var unmarshaller = ListRecordHistoryResponseUnmarshaller.Instance;

            return Invoke<ListRecordHistoryRequest,ListRecordHistoryResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient