/** * 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 IoTDataPlaneClient header */ #include #include #include #include #include #include #include /* End of service model headers required in IoTDataPlaneClient 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 IoTDataPlane { using IoTDataPlaneClientConfiguration = Aws::Client::GenericClientConfiguration; using IoTDataPlaneEndpointProviderBase = Aws::IoTDataPlane::Endpoint::IoTDataPlaneEndpointProviderBase; using IoTDataPlaneEndpointProvider = Aws::IoTDataPlane::Endpoint::IoTDataPlaneEndpointProvider; namespace Model { /* Service model forward declarations required in IoTDataPlaneClient header */ class DeleteThingShadowRequest; class GetRetainedMessageRequest; class GetThingShadowRequest; class ListNamedShadowsForThingRequest; class ListRetainedMessagesRequest; class PublishRequest; class UpdateThingShadowRequest; /* End of service model forward declarations required in IoTDataPlaneClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome DeleteThingShadowOutcome; typedef Aws::Utils::Outcome GetRetainedMessageOutcome; typedef Aws::Utils::Outcome GetThingShadowOutcome; typedef Aws::Utils::Outcome ListNamedShadowsForThingOutcome; typedef Aws::Utils::Outcome ListRetainedMessagesOutcome; typedef Aws::Utils::Outcome PublishOutcome; typedef Aws::Utils::Outcome UpdateThingShadowOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future DeleteThingShadowOutcomeCallable; typedef std::future GetRetainedMessageOutcomeCallable; typedef std::future GetThingShadowOutcomeCallable; typedef std::future ListNamedShadowsForThingOutcomeCallable; typedef std::future ListRetainedMessagesOutcomeCallable; typedef std::future PublishOutcomeCallable; typedef std::future UpdateThingShadowOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class IoTDataPlaneClient; /* Service model async handlers definitions */ typedef std::function&) > DeleteThingShadowResponseReceivedHandler; typedef std::function&) > GetRetainedMessageResponseReceivedHandler; typedef std::function&) > GetThingShadowResponseReceivedHandler; typedef std::function&) > ListNamedShadowsForThingResponseReceivedHandler; typedef std::function&) > ListRetainedMessagesResponseReceivedHandler; typedef std::function&) > PublishResponseReceivedHandler; typedef std::function&) > UpdateThingShadowResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace IoTDataPlane } // namespace Aws