/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the honeycode-2020-03-01.normal.json service model.
*/
using System;
using System.Collections.Generic;
using Amazon.Runtime;
using Amazon.Honeycode.Model;
namespace Amazon.Honeycode
{
///
/// Interface for accessing Honeycode
///
/// Amazon Honeycode is a fully managed service that allows you to quickly build mobile
/// and web apps for teams—without programming. Build Honeycode apps for managing almost
/// anything, like projects, customers, operations, approvals, resources, and even your
/// team.
///
public partial interface IAmazonHoneycode : IAmazonService, IDisposable
{
#if BCL45 || AWS_ASYNC_ENUMERABLES_API
///
/// Paginators for the service
///
IHoneycodePaginatorFactory Paginators { get; }
#endif
#region BatchCreateTableRows
///
/// The BatchCreateTableRows API allows you to create one or more rows at the end of
/// a table in a workbook. The API allows you to specify the values to set in some or
/// all of the columns in the new rows.
///
///
///
/// If a column is not explicitly set in a specific row, then the column level formula
/// specified in the table will be applied to the new row. If there is no column level
/// formula but the last row of the table has a formula, then that formula will be copied
/// down to the new row. If there is no column level formula and no formula in the last
/// row of the table, then that column will be left blank for the new rows.
///
///
/// Container for the necessary parameters to execute the BatchCreateTableRows service method.
///
/// The response from the BatchCreateTableRows service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// The request caused service quota to be breached.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for BatchCreateTableRows Operation
BatchCreateTableRowsResponse BatchCreateTableRows(BatchCreateTableRowsRequest request);
///
/// Initiates the asynchronous execution of the BatchCreateTableRows operation.
///
///
/// Container for the necessary parameters to execute the BatchCreateTableRows operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchCreateTableRows
/// operation.
/// REST API Reference for BatchCreateTableRows Operation
IAsyncResult BeginBatchCreateTableRows(BatchCreateTableRowsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the BatchCreateTableRows operation.
///
///
/// The IAsyncResult returned by the call to BeginBatchCreateTableRows.
///
/// Returns a BatchCreateTableRowsResult from Honeycode.
/// REST API Reference for BatchCreateTableRows Operation
BatchCreateTableRowsResponse EndBatchCreateTableRows(IAsyncResult asyncResult);
#endregion
#region BatchDeleteTableRows
///
/// The BatchDeleteTableRows API allows you to delete one or more rows from a table in
/// a workbook. You need to specify the ids of the rows that you want to delete from the
/// table.
///
/// Container for the necessary parameters to execute the BatchDeleteTableRows service method.
///
/// The response from the BatchDeleteTableRows service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for BatchDeleteTableRows Operation
BatchDeleteTableRowsResponse BatchDeleteTableRows(BatchDeleteTableRowsRequest request);
///
/// Initiates the asynchronous execution of the BatchDeleteTableRows operation.
///
///
/// Container for the necessary parameters to execute the BatchDeleteTableRows operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchDeleteTableRows
/// operation.
/// REST API Reference for BatchDeleteTableRows Operation
IAsyncResult BeginBatchDeleteTableRows(BatchDeleteTableRowsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the BatchDeleteTableRows operation.
///
///
/// The IAsyncResult returned by the call to BeginBatchDeleteTableRows.
///
/// Returns a BatchDeleteTableRowsResult from Honeycode.
/// REST API Reference for BatchDeleteTableRows Operation
BatchDeleteTableRowsResponse EndBatchDeleteTableRows(IAsyncResult asyncResult);
#endregion
#region BatchUpdateTableRows
///
/// The BatchUpdateTableRows API allows you to update one or more rows in a table in
/// a workbook.
///
///
///
/// You can specify the values to set in some or all of the columns in the table for
/// the specified rows. If a column is not explicitly specified in a particular row, then
/// that column will not be updated for that row. To clear out the data in a specific
/// cell, you need to set the value as an empty string ("").
///
///
/// Container for the necessary parameters to execute the BatchUpdateTableRows service method.
///
/// The response from the BatchUpdateTableRows service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for BatchUpdateTableRows Operation
BatchUpdateTableRowsResponse BatchUpdateTableRows(BatchUpdateTableRowsRequest request);
///
/// Initiates the asynchronous execution of the BatchUpdateTableRows operation.
///
///
/// Container for the necessary parameters to execute the BatchUpdateTableRows operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchUpdateTableRows
/// operation.
/// REST API Reference for BatchUpdateTableRows Operation
IAsyncResult BeginBatchUpdateTableRows(BatchUpdateTableRowsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the BatchUpdateTableRows operation.
///
///
/// The IAsyncResult returned by the call to BeginBatchUpdateTableRows.
///
/// Returns a BatchUpdateTableRowsResult from Honeycode.
/// REST API Reference for BatchUpdateTableRows Operation
BatchUpdateTableRowsResponse EndBatchUpdateTableRows(IAsyncResult asyncResult);
#endregion
#region BatchUpsertTableRows
///
/// The BatchUpsertTableRows API allows you to upsert one or more rows in a table. The
/// upsert operation takes a filter expression as input and evaluates it to find matching
/// rows on the destination table. If matching rows are found, it will update the cells
/// in the matching rows to new values specified in the request. If no matching rows are
/// found, a new row is added at the end of the table and the cells in that row are set
/// to the new values specified in the request.
///
///
///
/// You can specify the values to set in some or all of the columns in the table for
/// the matching or newly appended rows. If a column is not explicitly specified for a
/// particular row, then that column will not be updated for that row. To clear out the
/// data in a specific cell, you need to set the value as an empty string ("").
///
///
/// Container for the necessary parameters to execute the BatchUpsertTableRows service method.
///
/// The response from the BatchUpsertTableRows service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// The request caused service quota to be breached.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for BatchUpsertTableRows Operation
BatchUpsertTableRowsResponse BatchUpsertTableRows(BatchUpsertTableRowsRequest request);
///
/// Initiates the asynchronous execution of the BatchUpsertTableRows operation.
///
///
/// Container for the necessary parameters to execute the BatchUpsertTableRows operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchUpsertTableRows
/// operation.
/// REST API Reference for BatchUpsertTableRows Operation
IAsyncResult BeginBatchUpsertTableRows(BatchUpsertTableRowsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the BatchUpsertTableRows operation.
///
///
/// The IAsyncResult returned by the call to BeginBatchUpsertTableRows.
///
/// Returns a BatchUpsertTableRowsResult from Honeycode.
/// REST API Reference for BatchUpsertTableRows Operation
BatchUpsertTableRowsResponse EndBatchUpsertTableRows(IAsyncResult asyncResult);
#endregion
#region DescribeTableDataImportJob
///
/// The DescribeTableDataImportJob API allows you to retrieve the status and details
/// of a table data import job.
///
/// Container for the necessary parameters to execute the DescribeTableDataImportJob service method.
///
/// The response from the DescribeTableDataImportJob service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for DescribeTableDataImportJob Operation
DescribeTableDataImportJobResponse DescribeTableDataImportJob(DescribeTableDataImportJobRequest request);
///
/// Initiates the asynchronous execution of the DescribeTableDataImportJob operation.
///
///
/// Container for the necessary parameters to execute the DescribeTableDataImportJob operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeTableDataImportJob
/// operation.
/// REST API Reference for DescribeTableDataImportJob Operation
IAsyncResult BeginDescribeTableDataImportJob(DescribeTableDataImportJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeTableDataImportJob operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeTableDataImportJob.
///
/// Returns a DescribeTableDataImportJobResult from Honeycode.
/// REST API Reference for DescribeTableDataImportJob Operation
DescribeTableDataImportJobResponse EndDescribeTableDataImportJob(IAsyncResult asyncResult);
#endregion
#region GetScreenData
///
/// The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
/// The API allows setting local variables in the screen to filter, sort or otherwise
/// affect what will be displayed on the screen.
///
/// Container for the necessary parameters to execute the GetScreenData service method.
///
/// The response from the GetScreenData service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for GetScreenData Operation
GetScreenDataResponse GetScreenData(GetScreenDataRequest request);
///
/// Initiates the asynchronous execution of the GetScreenData operation.
///
///
/// Container for the necessary parameters to execute the GetScreenData operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetScreenData
/// operation.
/// REST API Reference for GetScreenData Operation
IAsyncResult BeginGetScreenData(GetScreenDataRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the GetScreenData operation.
///
///
/// The IAsyncResult returned by the call to BeginGetScreenData.
///
/// Returns a GetScreenDataResult from Honeycode.
/// REST API Reference for GetScreenData Operation
GetScreenDataResponse EndGetScreenData(IAsyncResult asyncResult);
#endregion
#region InvokeScreenAutomation
///
/// The InvokeScreenAutomation API allows invoking an action defined in a screen in a
/// Honeycode app. The API allows setting local variables, which can then be used in the
/// automation being invoked. This allows automating the Honeycode app interactions to
/// write, update or delete data in the workbook.
///
/// Container for the necessary parameters to execute the InvokeScreenAutomation service method.
///
/// The response from the InvokeScreenAutomation service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// The automation execution did not end successfully.
///
///
/// The automation execution timed out.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// The request caused service quota to be breached.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for InvokeScreenAutomation Operation
InvokeScreenAutomationResponse InvokeScreenAutomation(InvokeScreenAutomationRequest request);
///
/// Initiates the asynchronous execution of the InvokeScreenAutomation operation.
///
///
/// Container for the necessary parameters to execute the InvokeScreenAutomation operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndInvokeScreenAutomation
/// operation.
/// REST API Reference for InvokeScreenAutomation Operation
IAsyncResult BeginInvokeScreenAutomation(InvokeScreenAutomationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the InvokeScreenAutomation operation.
///
///
/// The IAsyncResult returned by the call to BeginInvokeScreenAutomation.
///
/// Returns a InvokeScreenAutomationResult from Honeycode.
/// REST API Reference for InvokeScreenAutomation Operation
InvokeScreenAutomationResponse EndInvokeScreenAutomation(IAsyncResult asyncResult);
#endregion
#region ListTableColumns
///
/// The ListTableColumns API allows you to retrieve a list of all the columns in a table
/// in a workbook.
///
/// Container for the necessary parameters to execute the ListTableColumns service method.
///
/// The response from the ListTableColumns service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for ListTableColumns Operation
ListTableColumnsResponse ListTableColumns(ListTableColumnsRequest request);
///
/// Initiates the asynchronous execution of the ListTableColumns operation.
///
///
/// Container for the necessary parameters to execute the ListTableColumns operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTableColumns
/// operation.
/// REST API Reference for ListTableColumns Operation
IAsyncResult BeginListTableColumns(ListTableColumnsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListTableColumns operation.
///
///
/// The IAsyncResult returned by the call to BeginListTableColumns.
///
/// Returns a ListTableColumnsResult from Honeycode.
/// REST API Reference for ListTableColumns Operation
ListTableColumnsResponse EndListTableColumns(IAsyncResult asyncResult);
#endregion
#region ListTableRows
///
/// The ListTableRows API allows you to retrieve a list of all the rows in a table in
/// a workbook.
///
/// Container for the necessary parameters to execute the ListTableRows service method.
///
/// The response from the ListTableRows service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for ListTableRows Operation
ListTableRowsResponse ListTableRows(ListTableRowsRequest request);
///
/// Initiates the asynchronous execution of the ListTableRows operation.
///
///
/// Container for the necessary parameters to execute the ListTableRows operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTableRows
/// operation.
/// REST API Reference for ListTableRows Operation
IAsyncResult BeginListTableRows(ListTableRowsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListTableRows operation.
///
///
/// The IAsyncResult returned by the call to BeginListTableRows.
///
/// Returns a ListTableRowsResult from Honeycode.
/// REST API Reference for ListTableRows Operation
ListTableRowsResponse EndListTableRows(IAsyncResult asyncResult);
#endregion
#region ListTables
///
/// The ListTables API allows you to retrieve a list of all the tables in a workbook.
///
/// Container for the necessary parameters to execute the ListTables service method.
///
/// The response from the ListTables service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for ListTables Operation
ListTablesResponse ListTables(ListTablesRequest request);
///
/// Initiates the asynchronous execution of the ListTables operation.
///
///
/// Container for the necessary parameters to execute the ListTables operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTables
/// operation.
/// REST API Reference for ListTables Operation
IAsyncResult BeginListTables(ListTablesRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListTables operation.
///
///
/// The IAsyncResult returned by the call to BeginListTables.
///
/// Returns a ListTablesResult from Honeycode.
/// REST API Reference for ListTables Operation
ListTablesResponse EndListTables(IAsyncResult asyncResult);
#endregion
#region ListTagsForResource
///
/// The ListTagsForResource API allows you to return a resource's tags.
///
/// Container for the necessary parameters to execute the ListTagsForResource service method.
///
/// The response from the ListTagsForResource service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for ListTagsForResource Operation
ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request);
///
/// Initiates the asynchronous execution of the ListTagsForResource operation.
///
///
/// Container for the necessary parameters to execute the ListTagsForResource operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForResource
/// operation.
/// REST API Reference for ListTagsForResource Operation
IAsyncResult BeginListTagsForResource(ListTagsForResourceRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListTagsForResource operation.
///
///
/// The IAsyncResult returned by the call to BeginListTagsForResource.
///
/// Returns a ListTagsForResourceResult from Honeycode.
/// REST API Reference for ListTagsForResource Operation
ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult);
#endregion
#region QueryTableRows
///
/// The QueryTableRows API allows you to use a filter formula to query for specific rows
/// in a table.
///
/// Container for the necessary parameters to execute the QueryTableRows service method.
///
/// The response from the QueryTableRows service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for QueryTableRows Operation
QueryTableRowsResponse QueryTableRows(QueryTableRowsRequest request);
///
/// Initiates the asynchronous execution of the QueryTableRows operation.
///
///
/// Container for the necessary parameters to execute the QueryTableRows operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndQueryTableRows
/// operation.
/// REST API Reference for QueryTableRows Operation
IAsyncResult BeginQueryTableRows(QueryTableRowsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the QueryTableRows operation.
///
///
/// The IAsyncResult returned by the call to BeginQueryTableRows.
///
/// Returns a QueryTableRowsResult from Honeycode.
/// REST API Reference for QueryTableRows Operation
QueryTableRowsResponse EndQueryTableRows(IAsyncResult asyncResult);
#endregion
#region StartTableDataImportJob
///
/// The StartTableDataImportJob API allows you to start an import job on a table. This
/// API will only return the id of the job that was started. To find out the status of
/// the import request, you need to call the DescribeTableDataImportJob API.
///
/// Container for the necessary parameters to execute the StartTableDataImportJob service method.
///
/// The response from the StartTableDataImportJob service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// The request caused service quota to be breached.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for StartTableDataImportJob Operation
StartTableDataImportJobResponse StartTableDataImportJob(StartTableDataImportJobRequest request);
///
/// Initiates the asynchronous execution of the StartTableDataImportJob operation.
///
///
/// Container for the necessary parameters to execute the StartTableDataImportJob operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartTableDataImportJob
/// operation.
/// REST API Reference for StartTableDataImportJob Operation
IAsyncResult BeginStartTableDataImportJob(StartTableDataImportJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StartTableDataImportJob operation.
///
///
/// The IAsyncResult returned by the call to BeginStartTableDataImportJob.
///
/// Returns a StartTableDataImportJobResult from Honeycode.
/// REST API Reference for StartTableDataImportJob Operation
StartTableDataImportJobResponse EndStartTableDataImportJob(IAsyncResult asyncResult);
#endregion
#region TagResource
///
/// The TagResource API allows you to add tags to an ARN-able resource. Resource includes
/// workbook, table, screen and screen-automation.
///
/// Container for the necessary parameters to execute the TagResource service method.
///
/// The response from the TagResource service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for TagResource Operation
TagResourceResponse TagResource(TagResourceRequest request);
///
/// Initiates the asynchronous execution of the TagResource operation.
///
///
/// Container for the necessary parameters to execute the TagResource operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource
/// operation.
/// REST API Reference for TagResource Operation
IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the TagResource operation.
///
///
/// The IAsyncResult returned by the call to BeginTagResource.
///
/// Returns a TagResourceResult from Honeycode.
/// REST API Reference for TagResource Operation
TagResourceResponse EndTagResource(IAsyncResult asyncResult);
#endregion
#region UntagResource
///
/// The UntagResource API allows you to removes tags from an ARN-able resource. Resource
/// includes workbook, table, screen and screen-automation.
///
/// Container for the necessary parameters to execute the UntagResource service method.
///
/// The response from the UntagResource service method, as returned by Honeycode.
///
/// You do not have sufficient access to perform this action. Check that the workbook
/// is owned by you and your IAM policy allows access to the resource in the request.
///
///
/// There were unexpected errors from the server.
///
///
/// The request timed out.
///
///
/// A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
///
///
/// Remote service is unreachable.
///
///
/// Tps(transactions per second) rate reached.
///
///
/// Request is invalid. The message in the response contains details on why the request
/// is invalid.
///
/// REST API Reference for UntagResource Operation
UntagResourceResponse UntagResource(UntagResourceRequest request);
///
/// Initiates the asynchronous execution of the UntagResource operation.
///
///
/// Container for the necessary parameters to execute the UntagResource operation on AmazonHoneycodeClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource
/// operation.
/// REST API Reference for UntagResource Operation
IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UntagResource operation.
///
///
/// The IAsyncResult returned by the call to BeginUntagResource.
///
/// Returns a UntagResourceResult from Honeycode.
/// REST API Reference for UntagResource Operation
UntagResourceResponse EndUntagResource(IAsyncResult asyncResult);
#endregion
}
}