/** * 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 SageMakerFeatureStoreRuntimeClient header */ #include #include #include /* End of service model headers required in SageMakerFeatureStoreRuntimeClient 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 SageMakerFeatureStoreRuntime { using SageMakerFeatureStoreRuntimeClientConfiguration = Aws::Client::GenericClientConfiguration; using SageMakerFeatureStoreRuntimeEndpointProviderBase = Aws::SageMakerFeatureStoreRuntime::Endpoint::SageMakerFeatureStoreRuntimeEndpointProviderBase; using SageMakerFeatureStoreRuntimeEndpointProvider = Aws::SageMakerFeatureStoreRuntime::Endpoint::SageMakerFeatureStoreRuntimeEndpointProvider; namespace Model { /* Service model forward declarations required in SageMakerFeatureStoreRuntimeClient header */ class BatchGetRecordRequest; class DeleteRecordRequest; class GetRecordRequest; class PutRecordRequest; /* End of service model forward declarations required in SageMakerFeatureStoreRuntimeClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome BatchGetRecordOutcome; typedef Aws::Utils::Outcome DeleteRecordOutcome; typedef Aws::Utils::Outcome GetRecordOutcome; typedef Aws::Utils::Outcome PutRecordOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future BatchGetRecordOutcomeCallable; typedef std::future DeleteRecordOutcomeCallable; typedef std::future GetRecordOutcomeCallable; typedef std::future PutRecordOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class SageMakerFeatureStoreRuntimeClient; /* Service model async handlers definitions */ typedef std::function&) > BatchGetRecordResponseReceivedHandler; typedef std::function&) > DeleteRecordResponseReceivedHandler; typedef std::function&) > GetRecordResponseReceivedHandler; typedef std::function&) > PutRecordResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace SageMakerFeatureStoreRuntime } // namespace Aws