/** * 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 HealthLakeClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in HealthLakeClient 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 HealthLake { using HealthLakeClientConfiguration = Aws::Client::GenericClientConfiguration; using HealthLakeEndpointProviderBase = Aws::HealthLake::Endpoint::HealthLakeEndpointProviderBase; using HealthLakeEndpointProvider = Aws::HealthLake::Endpoint::HealthLakeEndpointProvider; namespace Model { /* Service model forward declarations required in HealthLakeClient header */ class CreateFHIRDatastoreRequest; class DeleteFHIRDatastoreRequest; class DescribeFHIRDatastoreRequest; class DescribeFHIRExportJobRequest; class DescribeFHIRImportJobRequest; class ListFHIRDatastoresRequest; class ListFHIRExportJobsRequest; class ListFHIRImportJobsRequest; class ListTagsForResourceRequest; class StartFHIRExportJobRequest; class StartFHIRImportJobRequest; class TagResourceRequest; class UntagResourceRequest; /* End of service model forward declarations required in HealthLakeClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateFHIRDatastoreOutcome; typedef Aws::Utils::Outcome DeleteFHIRDatastoreOutcome; typedef Aws::Utils::Outcome DescribeFHIRDatastoreOutcome; typedef Aws::Utils::Outcome DescribeFHIRExportJobOutcome; typedef Aws::Utils::Outcome DescribeFHIRImportJobOutcome; typedef Aws::Utils::Outcome ListFHIRDatastoresOutcome; typedef Aws::Utils::Outcome ListFHIRExportJobsOutcome; typedef Aws::Utils::Outcome ListFHIRImportJobsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome StartFHIRExportJobOutcome; typedef Aws::Utils::Outcome StartFHIRImportJobOutcome; 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 CreateFHIRDatastoreOutcomeCallable; typedef std::future DeleteFHIRDatastoreOutcomeCallable; typedef std::future DescribeFHIRDatastoreOutcomeCallable; typedef std::future DescribeFHIRExportJobOutcomeCallable; typedef std::future DescribeFHIRImportJobOutcomeCallable; typedef std::future ListFHIRDatastoresOutcomeCallable; typedef std::future ListFHIRExportJobsOutcomeCallable; typedef std::future ListFHIRImportJobsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future StartFHIRExportJobOutcomeCallable; typedef std::future StartFHIRImportJobOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class HealthLakeClient; /* Service model async handlers definitions */ typedef std::function&) > CreateFHIRDatastoreResponseReceivedHandler; typedef std::function&) > DeleteFHIRDatastoreResponseReceivedHandler; typedef std::function&) > DescribeFHIRDatastoreResponseReceivedHandler; typedef std::function&) > DescribeFHIRExportJobResponseReceivedHandler; typedef std::function&) > DescribeFHIRImportJobResponseReceivedHandler; typedef std::function&) > ListFHIRDatastoresResponseReceivedHandler; typedef std::function&) > ListFHIRExportJobsResponseReceivedHandler; typedef std::function&) > ListFHIRImportJobsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > StartFHIRExportJobResponseReceivedHandler; typedef std::function&) > StartFHIRImportJobResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace HealthLake } // namespace Aws