AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
MigrationHubConfigServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/migrationhub-config/MigrationHubConfigErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/migrationhub-config/MigrationHubConfigEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in MigrationHubConfigClient header */
21#include <aws/migrationhub-config/model/CreateHomeRegionControlResult.h>
22#include <aws/migrationhub-config/model/DeleteHomeRegionControlResult.h>
23#include <aws/migrationhub-config/model/DescribeHomeRegionControlsResult.h>
24#include <aws/migrationhub-config/model/GetHomeRegionResult.h>
25#include <aws/migrationhub-config/model/DescribeHomeRegionControlsRequest.h>
26#include <aws/migrationhub-config/model/GetHomeRegionRequest.h>
27/* End of service model headers required in MigrationHubConfigClient header */
28
29namespace Aws
30{
31 namespace Http
32 {
33 class HttpClient;
34 class HttpClientFactory;
35 } // namespace Http
36
37 namespace Utils
38 {
39 template< typename R, typename E> class Outcome;
40
41 namespace Threading
42 {
43 class Executor;
44 } // namespace Threading
45 } // namespace Utils
46
47 namespace Auth
48 {
49 class AWSCredentials;
50 class AWSCredentialsProvider;
51 } // namespace Auth
52
53 namespace Client
54 {
55 class RetryStrategy;
56 } // namespace Client
57
58 namespace MigrationHubConfig
59 {
63
64 namespace Model
65 {
66 /* Service model forward declarations required in MigrationHubConfigClient header */
71 /* End of service model forward declarations required in MigrationHubConfigClient header */
72
73 /* Service model Outcome class definitions */
78 /* End of service model Outcome class definitions */
79
80 /* Service model Outcome callable definitions */
81 typedef std::future<CreateHomeRegionControlOutcome> CreateHomeRegionControlOutcomeCallable;
82 typedef std::future<DeleteHomeRegionControlOutcome> DeleteHomeRegionControlOutcomeCallable;
83 typedef std::future<DescribeHomeRegionControlsOutcome> DescribeHomeRegionControlsOutcomeCallable;
84 typedef std::future<GetHomeRegionOutcome> GetHomeRegionOutcomeCallable;
85 /* End of service model Outcome callable definitions */
86 } // namespace Model
87
89
90 /* Service model async handlers definitions */
91 typedef std::function<void(const MigrationHubConfigClient*, const Model::CreateHomeRegionControlRequest&, const Model::CreateHomeRegionControlOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateHomeRegionControlResponseReceivedHandler;
92 typedef std::function<void(const MigrationHubConfigClient*, const Model::DeleteHomeRegionControlRequest&, const Model::DeleteHomeRegionControlOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteHomeRegionControlResponseReceivedHandler;
93 typedef std::function<void(const MigrationHubConfigClient*, const Model::DescribeHomeRegionControlsRequest&, const Model::DescribeHomeRegionControlsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeHomeRegionControlsResponseReceivedHandler;
94 typedef std::function<void(const MigrationHubConfigClient*, const Model::GetHomeRegionRequest&, const Model::GetHomeRegionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetHomeRegionResponseReceivedHandler;
95 /* End of service model async handlers definitions */
96 } // namespace MigrationHubConfig
97} // namespace Aws
EndpointProviderBase< MigrationHubConfigClientConfiguration, MigrationHubConfigBuiltInParameters, MigrationHubConfigClientContextParameters > MigrationHubConfigEndpointProviderBase
Aws::Utils::Outcome< GetHomeRegionResult, MigrationHubConfigError > GetHomeRegionOutcome
std::future< GetHomeRegionOutcome > GetHomeRegionOutcomeCallable
std::future< CreateHomeRegionControlOutcome > CreateHomeRegionControlOutcomeCallable
Aws::Utils::Outcome< DescribeHomeRegionControlsResult, MigrationHubConfigError > DescribeHomeRegionControlsOutcome
Aws::Utils::Outcome< CreateHomeRegionControlResult, MigrationHubConfigError > CreateHomeRegionControlOutcome
std::future< DescribeHomeRegionControlsOutcome > DescribeHomeRegionControlsOutcomeCallable
Aws::Utils::Outcome< DeleteHomeRegionControlResult, MigrationHubConfigError > DeleteHomeRegionControlOutcome
std::future< DeleteHomeRegionControlOutcome > DeleteHomeRegionControlOutcomeCallable
std::function< void(const MigrationHubConfigClient *, const Model::GetHomeRegionRequest &, const Model::GetHomeRegionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetHomeRegionResponseReceivedHandler
std::function< void(const MigrationHubConfigClient *, const Model::DescribeHomeRegionControlsRequest &, const Model::DescribeHomeRegionControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeHomeRegionControlsResponseReceivedHandler
std::function< void(const MigrationHubConfigClient *, const Model::CreateHomeRegionControlRequest &, const Model::CreateHomeRegionControlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateHomeRegionControlResponseReceivedHandler
std::function< void(const MigrationHubConfigClient *, const Model::DeleteHomeRegionControlRequest &, const Model::DeleteHomeRegionControlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteHomeRegionControlResponseReceivedHandler