/** * 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 AugmentedAIRuntimeClient header */ #include #include #include #include #include /* End of service model headers required in AugmentedAIRuntimeClient 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 AugmentedAIRuntime { using AugmentedAIRuntimeClientConfiguration = Aws::Client::GenericClientConfiguration; using AugmentedAIRuntimeEndpointProviderBase = Aws::AugmentedAIRuntime::Endpoint::AugmentedAIRuntimeEndpointProviderBase; using AugmentedAIRuntimeEndpointProvider = Aws::AugmentedAIRuntime::Endpoint::AugmentedAIRuntimeEndpointProvider; namespace Model { /* Service model forward declarations required in AugmentedAIRuntimeClient header */ class DeleteHumanLoopRequest; class DescribeHumanLoopRequest; class ListHumanLoopsRequest; class StartHumanLoopRequest; class StopHumanLoopRequest; /* End of service model forward declarations required in AugmentedAIRuntimeClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DeleteHumanLoopOutcome; typedef Aws::Utils::Outcome DescribeHumanLoopOutcome; typedef Aws::Utils::Outcome ListHumanLoopsOutcome; typedef Aws::Utils::Outcome StartHumanLoopOutcome; typedef Aws::Utils::Outcome StopHumanLoopOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DeleteHumanLoopOutcomeCallable; typedef std::future DescribeHumanLoopOutcomeCallable; typedef std::future ListHumanLoopsOutcomeCallable; typedef std::future StartHumanLoopOutcomeCallable; typedef std::future StopHumanLoopOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class AugmentedAIRuntimeClient; /* Service model async handlers definitions */ typedef std::function&) > DeleteHumanLoopResponseReceivedHandler; typedef std::function&) > DescribeHumanLoopResponseReceivedHandler; typedef std::function&) > ListHumanLoopsResponseReceivedHandler; typedef std::function&) > StartHumanLoopResponseReceivedHandler; typedef std::function&) > StopHumanLoopResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace AugmentedAIRuntime } // namespace Aws