/** * 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 MedicalImagingClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in MedicalImagingClient 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 MedicalImaging { using MedicalImagingClientConfiguration = Aws::Client::GenericClientConfiguration; using MedicalImagingEndpointProviderBase = Aws::MedicalImaging::Endpoint::MedicalImagingEndpointProviderBase; using MedicalImagingEndpointProvider = Aws::MedicalImaging::Endpoint::MedicalImagingEndpointProvider; namespace Model { /* Service model forward declarations required in MedicalImagingClient header */ class CopyImageSetRequest; class CreateDatastoreRequest; class DeleteDatastoreRequest; class DeleteImageSetRequest; class GetDICOMImportJobRequest; class GetDatastoreRequest; class GetImageFrameRequest; class GetImageSetRequest; class GetImageSetMetadataRequest; class ListDICOMImportJobsRequest; class ListDatastoresRequest; class ListImageSetVersionsRequest; class ListTagsForResourceRequest; class SearchImageSetsRequest; class StartDICOMImportJobRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateImageSetMetadataRequest; /* End of service model forward declarations required in MedicalImagingClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CopyImageSetOutcome; typedef Aws::Utils::Outcome CreateDatastoreOutcome; typedef Aws::Utils::Outcome DeleteDatastoreOutcome; typedef Aws::Utils::Outcome DeleteImageSetOutcome; typedef Aws::Utils::Outcome GetDICOMImportJobOutcome; typedef Aws::Utils::Outcome GetDatastoreOutcome; typedef Aws::Utils::Outcome GetImageFrameOutcome; typedef Aws::Utils::Outcome GetImageSetOutcome; typedef Aws::Utils::Outcome GetImageSetMetadataOutcome; typedef Aws::Utils::Outcome ListDICOMImportJobsOutcome; typedef Aws::Utils::Outcome ListDatastoresOutcome; typedef Aws::Utils::Outcome ListImageSetVersionsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome SearchImageSetsOutcome; typedef Aws::Utils::Outcome StartDICOMImportJobOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateImageSetMetadataOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CopyImageSetOutcomeCallable; typedef std::future CreateDatastoreOutcomeCallable; typedef std::future DeleteDatastoreOutcomeCallable; typedef std::future DeleteImageSetOutcomeCallable; typedef std::future GetDICOMImportJobOutcomeCallable; typedef std::future GetDatastoreOutcomeCallable; typedef std::future GetImageFrameOutcomeCallable; typedef std::future GetImageSetOutcomeCallable; typedef std::future GetImageSetMetadataOutcomeCallable; typedef std::future ListDICOMImportJobsOutcomeCallable; typedef std::future ListDatastoresOutcomeCallable; typedef std::future ListImageSetVersionsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future SearchImageSetsOutcomeCallable; typedef std::future StartDICOMImportJobOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateImageSetMetadataOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class MedicalImagingClient; /* Service model async handlers definitions */ typedef std::function&) > CopyImageSetResponseReceivedHandler; typedef std::function&) > CreateDatastoreResponseReceivedHandler; typedef std::function&) > DeleteDatastoreResponseReceivedHandler; typedef std::function&) > DeleteImageSetResponseReceivedHandler; typedef std::function&) > GetDICOMImportJobResponseReceivedHandler; typedef std::function&) > GetDatastoreResponseReceivedHandler; typedef std::function&) > GetImageFrameResponseReceivedHandler; typedef std::function&) > GetImageSetResponseReceivedHandler; typedef std::function&) > GetImageSetMetadataResponseReceivedHandler; typedef std::function&) > ListDICOMImportJobsResponseReceivedHandler; typedef std::function&) > ListDatastoresResponseReceivedHandler; typedef std::function&) > ListImageSetVersionsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > SearchImageSetsResponseReceivedHandler; typedef std::function&) > StartDICOMImportJobResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateImageSetMetadataResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace MedicalImaging } // namespace Aws