/** * 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 SimSpaceWeaverClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in SimSpaceWeaverClient 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 SimSpaceWeaver { using SimSpaceWeaverClientConfiguration = Aws::Client::GenericClientConfiguration; using SimSpaceWeaverEndpointProviderBase = Aws::SimSpaceWeaver::Endpoint::SimSpaceWeaverEndpointProviderBase; using SimSpaceWeaverEndpointProvider = Aws::SimSpaceWeaver::Endpoint::SimSpaceWeaverEndpointProvider; namespace Model { /* Service model forward declarations required in SimSpaceWeaverClient header */ class CreateSnapshotRequest; class DeleteAppRequest; class DeleteSimulationRequest; class DescribeAppRequest; class DescribeSimulationRequest; class ListAppsRequest; class ListSimulationsRequest; class ListTagsForResourceRequest; class StartAppRequest; class StartClockRequest; class StartSimulationRequest; class StopAppRequest; class StopClockRequest; class StopSimulationRequest; class TagResourceRequest; class UntagResourceRequest; /* End of service model forward declarations required in SimSpaceWeaverClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateSnapshotOutcome; typedef Aws::Utils::Outcome DeleteAppOutcome; typedef Aws::Utils::Outcome DeleteSimulationOutcome; typedef Aws::Utils::Outcome DescribeAppOutcome; typedef Aws::Utils::Outcome DescribeSimulationOutcome; typedef Aws::Utils::Outcome ListAppsOutcome; typedef Aws::Utils::Outcome ListSimulationsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome StartAppOutcome; typedef Aws::Utils::Outcome StartClockOutcome; typedef Aws::Utils::Outcome StartSimulationOutcome; typedef Aws::Utils::Outcome StopAppOutcome; typedef Aws::Utils::Outcome StopClockOutcome; typedef Aws::Utils::Outcome StopSimulationOutcome; 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 CreateSnapshotOutcomeCallable; typedef std::future DeleteAppOutcomeCallable; typedef std::future DeleteSimulationOutcomeCallable; typedef std::future DescribeAppOutcomeCallable; typedef std::future DescribeSimulationOutcomeCallable; typedef std::future ListAppsOutcomeCallable; typedef std::future ListSimulationsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future StartAppOutcomeCallable; typedef std::future StartClockOutcomeCallable; typedef std::future StartSimulationOutcomeCallable; typedef std::future StopAppOutcomeCallable; typedef std::future StopClockOutcomeCallable; typedef std::future StopSimulationOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class SimSpaceWeaverClient; /* Service model async handlers definitions */ typedef std::function&) > CreateSnapshotResponseReceivedHandler; typedef std::function&) > DeleteAppResponseReceivedHandler; typedef std::function&) > DeleteSimulationResponseReceivedHandler; typedef std::function&) > DescribeAppResponseReceivedHandler; typedef std::function&) > DescribeSimulationResponseReceivedHandler; typedef std::function&) > ListAppsResponseReceivedHandler; typedef std::function&) > ListSimulationsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > StartAppResponseReceivedHandler; typedef std::function&) > StartClockResponseReceivedHandler; typedef std::function&) > StartSimulationResponseReceivedHandler; typedef std::function&) > StopAppResponseReceivedHandler; typedef std::function&) > StopClockResponseReceivedHandler; typedef std::function&) > StopSimulationResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace SimSpaceWeaver } // namespace Aws