/** * 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 ARCZonalShiftClient header */ #include #include #include #include #include #include /* End of service model headers required in ARCZonalShiftClient 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 ARCZonalShift { using ARCZonalShiftClientConfiguration = Aws::Client::GenericClientConfiguration; using ARCZonalShiftEndpointProviderBase = Aws::ARCZonalShift::Endpoint::ARCZonalShiftEndpointProviderBase; using ARCZonalShiftEndpointProvider = Aws::ARCZonalShift::Endpoint::ARCZonalShiftEndpointProvider; namespace Model { /* Service model forward declarations required in ARCZonalShiftClient header */ class CancelZonalShiftRequest; class GetManagedResourceRequest; class ListManagedResourcesRequest; class ListZonalShiftsRequest; class StartZonalShiftRequest; class UpdateZonalShiftRequest; /* End of service model forward declarations required in ARCZonalShiftClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CancelZonalShiftOutcome; typedef Aws::Utils::Outcome GetManagedResourceOutcome; typedef Aws::Utils::Outcome ListManagedResourcesOutcome; typedef Aws::Utils::Outcome ListZonalShiftsOutcome; typedef Aws::Utils::Outcome StartZonalShiftOutcome; typedef Aws::Utils::Outcome UpdateZonalShiftOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CancelZonalShiftOutcomeCallable; typedef std::future GetManagedResourceOutcomeCallable; typedef std::future ListManagedResourcesOutcomeCallable; typedef std::future ListZonalShiftsOutcomeCallable; typedef std::future StartZonalShiftOutcomeCallable; typedef std::future UpdateZonalShiftOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class ARCZonalShiftClient; /* Service model async handlers definitions */ typedef std::function&) > CancelZonalShiftResponseReceivedHandler; typedef std::function&) > GetManagedResourceResponseReceivedHandler; typedef std::function&) > ListManagedResourcesResponseReceivedHandler; typedef std::function&) > ListZonalShiftsResponseReceivedHandler; typedef std::function&) > StartZonalShiftResponseReceivedHandler; typedef std::function&) > UpdateZonalShiftResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace ARCZonalShift } // namespace Aws