/** * 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 Cloud9Client header */ #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in Cloud9Client 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 Cloud9 { using Cloud9ClientConfiguration = Aws::Client::GenericClientConfiguration; using Cloud9EndpointProviderBase = Aws::Cloud9::Endpoint::Cloud9EndpointProviderBase; using Cloud9EndpointProvider = Aws::Cloud9::Endpoint::Cloud9EndpointProvider; namespace Model { /* Service model forward declarations required in Cloud9Client header */ class CreateEnvironmentEC2Request; class CreateEnvironmentMembershipRequest; class DeleteEnvironmentRequest; class DeleteEnvironmentMembershipRequest; class DescribeEnvironmentMembershipsRequest; class DescribeEnvironmentStatusRequest; class DescribeEnvironmentsRequest; class ListEnvironmentsRequest; class ListTagsForResourceRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateEnvironmentRequest; class UpdateEnvironmentMembershipRequest; /* End of service model forward declarations required in Cloud9Client header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateEnvironmentEC2Outcome; typedef Aws::Utils::Outcome CreateEnvironmentMembershipOutcome; typedef Aws::Utils::Outcome DeleteEnvironmentOutcome; typedef Aws::Utils::Outcome DeleteEnvironmentMembershipOutcome; typedef Aws::Utils::Outcome DescribeEnvironmentMembershipsOutcome; typedef Aws::Utils::Outcome DescribeEnvironmentStatusOutcome; typedef Aws::Utils::Outcome DescribeEnvironmentsOutcome; typedef Aws::Utils::Outcome ListEnvironmentsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateEnvironmentOutcome; typedef Aws::Utils::Outcome UpdateEnvironmentMembershipOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateEnvironmentEC2OutcomeCallable; typedef std::future CreateEnvironmentMembershipOutcomeCallable; typedef std::future DeleteEnvironmentOutcomeCallable; typedef std::future DeleteEnvironmentMembershipOutcomeCallable; typedef std::future DescribeEnvironmentMembershipsOutcomeCallable; typedef std::future DescribeEnvironmentStatusOutcomeCallable; typedef std::future DescribeEnvironmentsOutcomeCallable; typedef std::future ListEnvironmentsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateEnvironmentOutcomeCallable; typedef std::future UpdateEnvironmentMembershipOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class Cloud9Client; /* Service model async handlers definitions */ typedef std::function&) > CreateEnvironmentEC2ResponseReceivedHandler; typedef std::function&) > CreateEnvironmentMembershipResponseReceivedHandler; typedef std::function&) > DeleteEnvironmentResponseReceivedHandler; typedef std::function&) > DeleteEnvironmentMembershipResponseReceivedHandler; typedef std::function&) > DescribeEnvironmentMembershipsResponseReceivedHandler; typedef std::function&) > DescribeEnvironmentStatusResponseReceivedHandler; typedef std::function&) > DescribeEnvironmentsResponseReceivedHandler; typedef std::function&) > ListEnvironmentsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateEnvironmentResponseReceivedHandler; typedef std::function&) > UpdateEnvironmentMembershipResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace Cloud9 } // namespace Aws