/** * 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 SageMakerGeospatialClient header */ #include #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 SageMakerGeospatialClient 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 SageMakerGeospatial { using SageMakerGeospatialClientConfiguration = Aws::Client::GenericClientConfiguration; using SageMakerGeospatialEndpointProviderBase = Aws::SageMakerGeospatial::Endpoint::SageMakerGeospatialEndpointProviderBase; using SageMakerGeospatialEndpointProvider = Aws::SageMakerGeospatial::Endpoint::SageMakerGeospatialEndpointProvider; namespace Model { /* Service model forward declarations required in SageMakerGeospatialClient header */ class DeleteEarthObservationJobRequest; class DeleteVectorEnrichmentJobRequest; class ExportEarthObservationJobRequest; class ExportVectorEnrichmentJobRequest; class GetEarthObservationJobRequest; class GetRasterDataCollectionRequest; class GetTileRequest; class GetVectorEnrichmentJobRequest; class ListEarthObservationJobsRequest; class ListRasterDataCollectionsRequest; class ListTagsForResourceRequest; class ListVectorEnrichmentJobsRequest; class SearchRasterDataCollectionRequest; class StartEarthObservationJobRequest; class StartVectorEnrichmentJobRequest; class StopEarthObservationJobRequest; class StopVectorEnrichmentJobRequest; class TagResourceRequest; class UntagResourceRequest; /* End of service model forward declarations required in SageMakerGeospatialClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DeleteEarthObservationJobOutcome; typedef Aws::Utils::Outcome DeleteVectorEnrichmentJobOutcome; typedef Aws::Utils::Outcome ExportEarthObservationJobOutcome; typedef Aws::Utils::Outcome ExportVectorEnrichmentJobOutcome; typedef Aws::Utils::Outcome GetEarthObservationJobOutcome; typedef Aws::Utils::Outcome GetRasterDataCollectionOutcome; typedef Aws::Utils::Outcome GetTileOutcome; typedef Aws::Utils::Outcome GetVectorEnrichmentJobOutcome; typedef Aws::Utils::Outcome ListEarthObservationJobsOutcome; typedef Aws::Utils::Outcome ListRasterDataCollectionsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome ListVectorEnrichmentJobsOutcome; typedef Aws::Utils::Outcome SearchRasterDataCollectionOutcome; typedef Aws::Utils::Outcome StartEarthObservationJobOutcome; typedef Aws::Utils::Outcome StartVectorEnrichmentJobOutcome; typedef Aws::Utils::Outcome StopEarthObservationJobOutcome; typedef Aws::Utils::Outcome StopVectorEnrichmentJobOutcome; 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 DeleteEarthObservationJobOutcomeCallable; typedef std::future DeleteVectorEnrichmentJobOutcomeCallable; typedef std::future ExportEarthObservationJobOutcomeCallable; typedef std::future ExportVectorEnrichmentJobOutcomeCallable; typedef std::future GetEarthObservationJobOutcomeCallable; typedef std::future GetRasterDataCollectionOutcomeCallable; typedef std::future GetTileOutcomeCallable; typedef std::future GetVectorEnrichmentJobOutcomeCallable; typedef std::future ListEarthObservationJobsOutcomeCallable; typedef std::future ListRasterDataCollectionsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future ListVectorEnrichmentJobsOutcomeCallable; typedef std::future SearchRasterDataCollectionOutcomeCallable; typedef std::future StartEarthObservationJobOutcomeCallable; typedef std::future StartVectorEnrichmentJobOutcomeCallable; typedef std::future StopEarthObservationJobOutcomeCallable; typedef std::future StopVectorEnrichmentJobOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class SageMakerGeospatialClient; /* Service model async handlers definitions */ typedef std::function&) > DeleteEarthObservationJobResponseReceivedHandler; typedef std::function&) > DeleteVectorEnrichmentJobResponseReceivedHandler; typedef std::function&) > ExportEarthObservationJobResponseReceivedHandler; typedef std::function&) > ExportVectorEnrichmentJobResponseReceivedHandler; typedef std::function&) > GetEarthObservationJobResponseReceivedHandler; typedef std::function&) > GetRasterDataCollectionResponseReceivedHandler; typedef std::function&) > GetTileResponseReceivedHandler; typedef std::function&) > GetVectorEnrichmentJobResponseReceivedHandler; typedef std::function&) > ListEarthObservationJobsResponseReceivedHandler; typedef std::function&) > ListRasterDataCollectionsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > ListVectorEnrichmentJobsResponseReceivedHandler; typedef std::function&) > SearchRasterDataCollectionResponseReceivedHandler; typedef std::function&) > StartEarthObservationJobResponseReceivedHandler; typedef std::function&) > StartVectorEnrichmentJobResponseReceivedHandler; typedef std::function&) > StopEarthObservationJobResponseReceivedHandler; typedef std::function&) > StopVectorEnrichmentJobResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace SageMakerGeospatial } // namespace Aws