/** * 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 IoT1ClickDevicesServiceClient header */ #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in IoT1ClickDevicesServiceClient 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 IoT1ClickDevicesService { using IoT1ClickDevicesServiceClientConfiguration = Aws::Client::GenericClientConfiguration; using IoT1ClickDevicesServiceEndpointProviderBase = Aws::IoT1ClickDevicesService::Endpoint::IoT1ClickDevicesServiceEndpointProviderBase; using IoT1ClickDevicesServiceEndpointProvider = Aws::IoT1ClickDevicesService::Endpoint::IoT1ClickDevicesServiceEndpointProvider; namespace Model { /* Service model forward declarations required in IoT1ClickDevicesServiceClient header */ class ClaimDevicesByClaimCodeRequest; class DescribeDeviceRequest; class FinalizeDeviceClaimRequest; class GetDeviceMethodsRequest; class InitiateDeviceClaimRequest; class InvokeDeviceMethodRequest; class ListDeviceEventsRequest; class ListDevicesRequest; class ListTagsForResourceRequest; class TagResourceRequest; class UnclaimDeviceRequest; class UntagResourceRequest; class UpdateDeviceStateRequest; /* End of service model forward declarations required in IoT1ClickDevicesServiceClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome ClaimDevicesByClaimCodeOutcome; typedef Aws::Utils::Outcome DescribeDeviceOutcome; typedef Aws::Utils::Outcome FinalizeDeviceClaimOutcome; typedef Aws::Utils::Outcome GetDeviceMethodsOutcome; typedef Aws::Utils::Outcome InitiateDeviceClaimOutcome; typedef Aws::Utils::Outcome InvokeDeviceMethodOutcome; typedef Aws::Utils::Outcome ListDeviceEventsOutcome; typedef Aws::Utils::Outcome ListDevicesOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UnclaimDeviceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateDeviceStateOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future ClaimDevicesByClaimCodeOutcomeCallable; typedef std::future DescribeDeviceOutcomeCallable; typedef std::future FinalizeDeviceClaimOutcomeCallable; typedef std::future GetDeviceMethodsOutcomeCallable; typedef std::future InitiateDeviceClaimOutcomeCallable; typedef std::future InvokeDeviceMethodOutcomeCallable; typedef std::future ListDeviceEventsOutcomeCallable; typedef std::future ListDevicesOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UnclaimDeviceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateDeviceStateOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class IoT1ClickDevicesServiceClient; /* Service model async handlers definitions */ typedef std::function&) > ClaimDevicesByClaimCodeResponseReceivedHandler; typedef std::function&) > DescribeDeviceResponseReceivedHandler; typedef std::function&) > FinalizeDeviceClaimResponseReceivedHandler; typedef std::function&) > GetDeviceMethodsResponseReceivedHandler; typedef std::function&) > InitiateDeviceClaimResponseReceivedHandler; typedef std::function&) > InvokeDeviceMethodResponseReceivedHandler; typedef std::function&) > ListDeviceEventsResponseReceivedHandler; typedef std::function&) > ListDevicesResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UnclaimDeviceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateDeviceStateResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace IoT1ClickDevicesService } // namespace Aws