/** * 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 DocDBElasticClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in DocDBElasticClient 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 DocDBElastic { using DocDBElasticClientConfiguration = Aws::Client::GenericClientConfiguration; using DocDBElasticEndpointProviderBase = Aws::DocDBElastic::Endpoint::DocDBElasticEndpointProviderBase; using DocDBElasticEndpointProvider = Aws::DocDBElastic::Endpoint::DocDBElasticEndpointProvider; namespace Model { /* Service model forward declarations required in DocDBElasticClient header */ class CreateClusterRequest; class CreateClusterSnapshotRequest; class DeleteClusterRequest; class DeleteClusterSnapshotRequest; class GetClusterRequest; class GetClusterSnapshotRequest; class ListClusterSnapshotsRequest; class ListClustersRequest; class ListTagsForResourceRequest; class RestoreClusterFromSnapshotRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateClusterRequest; /* End of service model forward declarations required in DocDBElasticClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateClusterOutcome; typedef Aws::Utils::Outcome CreateClusterSnapshotOutcome; typedef Aws::Utils::Outcome DeleteClusterOutcome; typedef Aws::Utils::Outcome DeleteClusterSnapshotOutcome; typedef Aws::Utils::Outcome GetClusterOutcome; typedef Aws::Utils::Outcome GetClusterSnapshotOutcome; typedef Aws::Utils::Outcome ListClusterSnapshotsOutcome; typedef Aws::Utils::Outcome ListClustersOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome RestoreClusterFromSnapshotOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateClusterOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateClusterOutcomeCallable; typedef std::future CreateClusterSnapshotOutcomeCallable; typedef std::future DeleteClusterOutcomeCallable; typedef std::future DeleteClusterSnapshotOutcomeCallable; typedef std::future GetClusterOutcomeCallable; typedef std::future GetClusterSnapshotOutcomeCallable; typedef std::future ListClusterSnapshotsOutcomeCallable; typedef std::future ListClustersOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future RestoreClusterFromSnapshotOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateClusterOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class DocDBElasticClient; /* Service model async handlers definitions */ typedef std::function&) > CreateClusterResponseReceivedHandler; typedef std::function&) > CreateClusterSnapshotResponseReceivedHandler; typedef std::function&) > DeleteClusterResponseReceivedHandler; typedef std::function&) > DeleteClusterSnapshotResponseReceivedHandler; typedef std::function&) > GetClusterResponseReceivedHandler; typedef std::function&) > GetClusterSnapshotResponseReceivedHandler; typedef std::function&) > ListClusterSnapshotsResponseReceivedHandler; typedef std::function&) > ListClustersResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > RestoreClusterFromSnapshotResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateClusterResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace DocDBElastic } // namespace Aws