/** * 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 AppIntegrationsServiceClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in AppIntegrationsServiceClient 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 AppIntegrationsService { using AppIntegrationsServiceClientConfiguration = Aws::Client::GenericClientConfiguration; using AppIntegrationsServiceEndpointProviderBase = Aws::AppIntegrationsService::Endpoint::AppIntegrationsServiceEndpointProviderBase; using AppIntegrationsServiceEndpointProvider = Aws::AppIntegrationsService::Endpoint::AppIntegrationsServiceEndpointProvider; namespace Model { /* Service model forward declarations required in AppIntegrationsServiceClient header */ class CreateDataIntegrationRequest; class CreateEventIntegrationRequest; class DeleteDataIntegrationRequest; class DeleteEventIntegrationRequest; class GetDataIntegrationRequest; class GetEventIntegrationRequest; class ListDataIntegrationAssociationsRequest; class ListDataIntegrationsRequest; class ListEventIntegrationAssociationsRequest; class ListEventIntegrationsRequest; class ListTagsForResourceRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateDataIntegrationRequest; class UpdateEventIntegrationRequest; /* End of service model forward declarations required in AppIntegrationsServiceClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateDataIntegrationOutcome; typedef Aws::Utils::Outcome CreateEventIntegrationOutcome; typedef Aws::Utils::Outcome DeleteDataIntegrationOutcome; typedef Aws::Utils::Outcome DeleteEventIntegrationOutcome; typedef Aws::Utils::Outcome GetDataIntegrationOutcome; typedef Aws::Utils::Outcome GetEventIntegrationOutcome; typedef Aws::Utils::Outcome ListDataIntegrationAssociationsOutcome; typedef Aws::Utils::Outcome ListDataIntegrationsOutcome; typedef Aws::Utils::Outcome ListEventIntegrationAssociationsOutcome; typedef Aws::Utils::Outcome ListEventIntegrationsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateDataIntegrationOutcome; typedef Aws::Utils::Outcome UpdateEventIntegrationOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateDataIntegrationOutcomeCallable; typedef std::future CreateEventIntegrationOutcomeCallable; typedef std::future DeleteDataIntegrationOutcomeCallable; typedef std::future DeleteEventIntegrationOutcomeCallable; typedef std::future GetDataIntegrationOutcomeCallable; typedef std::future GetEventIntegrationOutcomeCallable; typedef std::future ListDataIntegrationAssociationsOutcomeCallable; typedef std::future ListDataIntegrationsOutcomeCallable; typedef std::future ListEventIntegrationAssociationsOutcomeCallable; typedef std::future ListEventIntegrationsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateDataIntegrationOutcomeCallable; typedef std::future UpdateEventIntegrationOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class AppIntegrationsServiceClient; /* Service model async handlers definitions */ typedef std::function&) > CreateDataIntegrationResponseReceivedHandler; typedef std::function&) > CreateEventIntegrationResponseReceivedHandler; typedef std::function&) > DeleteDataIntegrationResponseReceivedHandler; typedef std::function&) > DeleteEventIntegrationResponseReceivedHandler; typedef std::function&) > GetDataIntegrationResponseReceivedHandler; typedef std::function&) > GetEventIntegrationResponseReceivedHandler; typedef std::function&) > ListDataIntegrationAssociationsResponseReceivedHandler; typedef std::function&) > ListDataIntegrationsResponseReceivedHandler; typedef std::function&) > ListEventIntegrationAssociationsResponseReceivedHandler; typedef std::function&) > ListEventIntegrationsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateDataIntegrationResponseReceivedHandler; typedef std::function&) > UpdateEventIntegrationResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace AppIntegrationsService } // namespace Aws