/** * 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 GreengrassV2Client header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in GreengrassV2Client 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 GreengrassV2 { using GreengrassV2ClientConfiguration = Aws::Client::GenericClientConfiguration; using GreengrassV2EndpointProviderBase = Aws::GreengrassV2::Endpoint::GreengrassV2EndpointProviderBase; using GreengrassV2EndpointProvider = Aws::GreengrassV2::Endpoint::GreengrassV2EndpointProvider; namespace Model { /* Service model forward declarations required in GreengrassV2Client header */ class AssociateServiceRoleToAccountRequest; class BatchAssociateClientDeviceWithCoreDeviceRequest; class BatchDisassociateClientDeviceFromCoreDeviceRequest; class CancelDeploymentRequest; class CreateComponentVersionRequest; class CreateDeploymentRequest; class DeleteComponentRequest; class DeleteCoreDeviceRequest; class DeleteDeploymentRequest; class DescribeComponentRequest; class DisassociateServiceRoleFromAccountRequest; class GetComponentRequest; class GetComponentVersionArtifactRequest; class GetConnectivityInfoRequest; class GetCoreDeviceRequest; class GetDeploymentRequest; class GetServiceRoleForAccountRequest; class ListClientDevicesAssociatedWithCoreDeviceRequest; class ListComponentVersionsRequest; class ListComponentsRequest; class ListCoreDevicesRequest; class ListDeploymentsRequest; class ListEffectiveDeploymentsRequest; class ListInstalledComponentsRequest; class ListTagsForResourceRequest; class ResolveComponentCandidatesRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateConnectivityInfoRequest; /* End of service model forward declarations required in GreengrassV2Client header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome AssociateServiceRoleToAccountOutcome; typedef Aws::Utils::Outcome BatchAssociateClientDeviceWithCoreDeviceOutcome; typedef Aws::Utils::Outcome BatchDisassociateClientDeviceFromCoreDeviceOutcome; typedef Aws::Utils::Outcome CancelDeploymentOutcome; typedef Aws::Utils::Outcome CreateComponentVersionOutcome; typedef Aws::Utils::Outcome CreateDeploymentOutcome; typedef Aws::Utils::Outcome DeleteComponentOutcome; typedef Aws::Utils::Outcome DeleteCoreDeviceOutcome; typedef Aws::Utils::Outcome DeleteDeploymentOutcome; typedef Aws::Utils::Outcome DescribeComponentOutcome; typedef Aws::Utils::Outcome DisassociateServiceRoleFromAccountOutcome; typedef Aws::Utils::Outcome GetComponentOutcome; typedef Aws::Utils::Outcome GetComponentVersionArtifactOutcome; typedef Aws::Utils::Outcome GetConnectivityInfoOutcome; typedef Aws::Utils::Outcome GetCoreDeviceOutcome; typedef Aws::Utils::Outcome GetDeploymentOutcome; typedef Aws::Utils::Outcome GetServiceRoleForAccountOutcome; typedef Aws::Utils::Outcome ListClientDevicesAssociatedWithCoreDeviceOutcome; typedef Aws::Utils::Outcome ListComponentVersionsOutcome; typedef Aws::Utils::Outcome ListComponentsOutcome; typedef Aws::Utils::Outcome ListCoreDevicesOutcome; typedef Aws::Utils::Outcome ListDeploymentsOutcome; typedef Aws::Utils::Outcome ListEffectiveDeploymentsOutcome; typedef Aws::Utils::Outcome ListInstalledComponentsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome ResolveComponentCandidatesOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateConnectivityInfoOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future AssociateServiceRoleToAccountOutcomeCallable; typedef std::future BatchAssociateClientDeviceWithCoreDeviceOutcomeCallable; typedef std::future BatchDisassociateClientDeviceFromCoreDeviceOutcomeCallable; typedef std::future CancelDeploymentOutcomeCallable; typedef std::future CreateComponentVersionOutcomeCallable; typedef std::future CreateDeploymentOutcomeCallable; typedef std::future DeleteComponentOutcomeCallable; typedef std::future DeleteCoreDeviceOutcomeCallable; typedef std::future DeleteDeploymentOutcomeCallable; typedef std::future DescribeComponentOutcomeCallable; typedef std::future DisassociateServiceRoleFromAccountOutcomeCallable; typedef std::future GetComponentOutcomeCallable; typedef std::future GetComponentVersionArtifactOutcomeCallable; typedef std::future GetConnectivityInfoOutcomeCallable; typedef std::future GetCoreDeviceOutcomeCallable; typedef std::future GetDeploymentOutcomeCallable; typedef std::future GetServiceRoleForAccountOutcomeCallable; typedef std::future ListClientDevicesAssociatedWithCoreDeviceOutcomeCallable; typedef std::future ListComponentVersionsOutcomeCallable; typedef std::future ListComponentsOutcomeCallable; typedef std::future ListCoreDevicesOutcomeCallable; typedef std::future ListDeploymentsOutcomeCallable; typedef std::future ListEffectiveDeploymentsOutcomeCallable; typedef std::future ListInstalledComponentsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future ResolveComponentCandidatesOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateConnectivityInfoOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class GreengrassV2Client; /* Service model async handlers definitions */ typedef std::function&) > AssociateServiceRoleToAccountResponseReceivedHandler; typedef std::function&) > BatchAssociateClientDeviceWithCoreDeviceResponseReceivedHandler; typedef std::function&) > BatchDisassociateClientDeviceFromCoreDeviceResponseReceivedHandler; typedef std::function&) > CancelDeploymentResponseReceivedHandler; typedef std::function&) > CreateComponentVersionResponseReceivedHandler; typedef std::function&) > CreateDeploymentResponseReceivedHandler; typedef std::function&) > DeleteComponentResponseReceivedHandler; typedef std::function&) > DeleteCoreDeviceResponseReceivedHandler; typedef std::function&) > DeleteDeploymentResponseReceivedHandler; typedef std::function&) > DescribeComponentResponseReceivedHandler; typedef std::function&) > DisassociateServiceRoleFromAccountResponseReceivedHandler; typedef std::function&) > GetComponentResponseReceivedHandler; typedef std::function&) > GetComponentVersionArtifactResponseReceivedHandler; typedef std::function&) > GetConnectivityInfoResponseReceivedHandler; typedef std::function&) > GetCoreDeviceResponseReceivedHandler; typedef std::function&) > GetDeploymentResponseReceivedHandler; typedef std::function&) > GetServiceRoleForAccountResponseReceivedHandler; typedef std::function&) > ListClientDevicesAssociatedWithCoreDeviceResponseReceivedHandler; typedef std::function&) > ListComponentVersionsResponseReceivedHandler; typedef std::function&) > ListComponentsResponseReceivedHandler; typedef std::function&) > ListCoreDevicesResponseReceivedHandler; typedef std::function&) > ListDeploymentsResponseReceivedHandler; typedef std::function&) > ListEffectiveDeploymentsResponseReceivedHandler; typedef std::function&) > ListInstalledComponentsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > ResolveComponentCandidatesResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateConnectivityInfoResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace GreengrassV2 } // namespace Aws