/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once /* Generic header includes */ #include #include #include #include #include #include #include #include #include /* End of generic header includes */ /* Service model headers required in HoneycodeClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in HoneycodeClient header */ namespace Aws { namespace Http { class HttpClient; class HttpClientFactory; } // namespace Http namespace Utils { template< typename R, typename E> class Outcome; namespace Threading { class Executor; } // namespace Threading } // namespace Utils namespace Auth { class AWSCredentials; class AWSCredentialsProvider; } // namespace Auth namespace Client { class RetryStrategy; } // namespace Client namespace Honeycode { using HoneycodeClientConfiguration = Aws::Client::GenericClientConfiguration; using HoneycodeEndpointProviderBase = Aws::Honeycode::Endpoint::HoneycodeEndpointProviderBase; using HoneycodeEndpointProvider = Aws::Honeycode::Endpoint::HoneycodeEndpointProvider; namespace Model { /* Service model forward declarations required in HoneycodeClient header */ class BatchCreateTableRowsRequest; class BatchDeleteTableRowsRequest; class BatchUpdateTableRowsRequest; class BatchUpsertTableRowsRequest; class DescribeTableDataImportJobRequest; class GetScreenDataRequest; class InvokeScreenAutomationRequest; class ListTableColumnsRequest; class ListTableRowsRequest; class ListTablesRequest; class ListTagsForResourceRequest; class QueryTableRowsRequest; class StartTableDataImportJobRequest; class TagResourceRequest; class UntagResourceRequest; /* End of service model forward declarations required in HoneycodeClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome BatchCreateTableRowsOutcome; typedef Aws::Utils::Outcome BatchDeleteTableRowsOutcome; typedef Aws::Utils::Outcome BatchUpdateTableRowsOutcome; typedef Aws::Utils::Outcome BatchUpsertTableRowsOutcome; typedef Aws::Utils::Outcome DescribeTableDataImportJobOutcome; typedef Aws::Utils::Outcome GetScreenDataOutcome; typedef Aws::Utils::Outcome InvokeScreenAutomationOutcome; typedef Aws::Utils::Outcome ListTableColumnsOutcome; typedef Aws::Utils::Outcome ListTableRowsOutcome; typedef Aws::Utils::Outcome ListTablesOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome QueryTableRowsOutcome; typedef Aws::Utils::Outcome StartTableDataImportJobOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future BatchCreateTableRowsOutcomeCallable; typedef std::future BatchDeleteTableRowsOutcomeCallable; typedef std::future BatchUpdateTableRowsOutcomeCallable; typedef std::future BatchUpsertTableRowsOutcomeCallable; typedef std::future DescribeTableDataImportJobOutcomeCallable; typedef std::future GetScreenDataOutcomeCallable; typedef std::future InvokeScreenAutomationOutcomeCallable; typedef std::future ListTableColumnsOutcomeCallable; typedef std::future ListTableRowsOutcomeCallable; typedef std::future ListTablesOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future QueryTableRowsOutcomeCallable; typedef std::future StartTableDataImportJobOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class HoneycodeClient; /* Service model async handlers definitions */ typedef std::function&) > BatchCreateTableRowsResponseReceivedHandler; typedef std::function&) > BatchDeleteTableRowsResponseReceivedHandler; typedef std::function&) > BatchUpdateTableRowsResponseReceivedHandler; typedef std::function&) > BatchUpsertTableRowsResponseReceivedHandler; typedef std::function&) > DescribeTableDataImportJobResponseReceivedHandler; typedef std::function&) > GetScreenDataResponseReceivedHandler; typedef std::function&) > InvokeScreenAutomationResponseReceivedHandler; typedef std::function&) > ListTableColumnsResponseReceivedHandler; typedef std::function&) > ListTableRowsResponseReceivedHandler; typedef std::function&) > ListTablesResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > QueryTableRowsResponseReceivedHandler; typedef std::function&) > StartTableDataImportJobResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace Honeycode } // namespace Aws