/** * 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 IoT1ClickProjectsClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in IoT1ClickProjectsClient 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 IoT1ClickProjects { using IoT1ClickProjectsClientConfiguration = Aws::Client::GenericClientConfiguration; using IoT1ClickProjectsEndpointProviderBase = Aws::IoT1ClickProjects::Endpoint::IoT1ClickProjectsEndpointProviderBase; using IoT1ClickProjectsEndpointProvider = Aws::IoT1ClickProjects::Endpoint::IoT1ClickProjectsEndpointProvider; namespace Model { /* Service model forward declarations required in IoT1ClickProjectsClient header */ class AssociateDeviceWithPlacementRequest; class CreatePlacementRequest; class CreateProjectRequest; class DeletePlacementRequest; class DeleteProjectRequest; class DescribePlacementRequest; class DescribeProjectRequest; class DisassociateDeviceFromPlacementRequest; class GetDevicesInPlacementRequest; class ListPlacementsRequest; class ListProjectsRequest; class ListTagsForResourceRequest; class TagResourceRequest; class UntagResourceRequest; class UpdatePlacementRequest; class UpdateProjectRequest; /* End of service model forward declarations required in IoT1ClickProjectsClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome AssociateDeviceWithPlacementOutcome; typedef Aws::Utils::Outcome CreatePlacementOutcome; typedef Aws::Utils::Outcome CreateProjectOutcome; typedef Aws::Utils::Outcome DeletePlacementOutcome; typedef Aws::Utils::Outcome DeleteProjectOutcome; typedef Aws::Utils::Outcome DescribePlacementOutcome; typedef Aws::Utils::Outcome DescribeProjectOutcome; typedef Aws::Utils::Outcome DisassociateDeviceFromPlacementOutcome; typedef Aws::Utils::Outcome GetDevicesInPlacementOutcome; typedef Aws::Utils::Outcome ListPlacementsOutcome; typedef Aws::Utils::Outcome ListProjectsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdatePlacementOutcome; typedef Aws::Utils::Outcome UpdateProjectOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future AssociateDeviceWithPlacementOutcomeCallable; typedef std::future CreatePlacementOutcomeCallable; typedef std::future CreateProjectOutcomeCallable; typedef std::future DeletePlacementOutcomeCallable; typedef std::future DeleteProjectOutcomeCallable; typedef std::future DescribePlacementOutcomeCallable; typedef std::future DescribeProjectOutcomeCallable; typedef std::future DisassociateDeviceFromPlacementOutcomeCallable; typedef std::future GetDevicesInPlacementOutcomeCallable; typedef std::future ListPlacementsOutcomeCallable; typedef std::future ListProjectsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdatePlacementOutcomeCallable; typedef std::future UpdateProjectOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class IoT1ClickProjectsClient; /* Service model async handlers definitions */ typedef std::function&) > AssociateDeviceWithPlacementResponseReceivedHandler; typedef std::function&) > CreatePlacementResponseReceivedHandler; typedef std::function&) > CreateProjectResponseReceivedHandler; typedef std::function&) > DeletePlacementResponseReceivedHandler; typedef std::function&) > DeleteProjectResponseReceivedHandler; typedef std::function&) > DescribePlacementResponseReceivedHandler; typedef std::function&) > DescribeProjectResponseReceivedHandler; typedef std::function&) > DisassociateDeviceFromPlacementResponseReceivedHandler; typedef std::function&) > GetDevicesInPlacementResponseReceivedHandler; typedef std::function&) > ListPlacementsResponseReceivedHandler; typedef std::function&) > ListProjectsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdatePlacementResponseReceivedHandler; typedef std::function&) > UpdateProjectResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace IoT1ClickProjects } // namespace Aws