AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Route53RecoveryClusterServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/route53-recovery-cluster/Route53RecoveryClusterErrors.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/route53-recovery-cluster/Route53RecoveryClusterEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in Route53RecoveryClusterClient header */
21#include <aws/route53-recovery-cluster/model/GetRoutingControlStateResult.h>
22#include <aws/route53-recovery-cluster/model/ListRoutingControlsResult.h>
23#include <aws/route53-recovery-cluster/model/UpdateRoutingControlStateResult.h>
24#include <aws/route53-recovery-cluster/model/UpdateRoutingControlStatesResult.h>
25#include <aws/route53-recovery-cluster/model/ListRoutingControlsRequest.h>
26/* End of service model headers required in Route53RecoveryClusterClient header */
27
28namespace Aws
29{
30 namespace Http
31 {
32 class HttpClient;
33 class HttpClientFactory;
34 } // namespace Http
35
36 namespace Utils
37 {
38 template< typename R, typename E> class Outcome;
39
40 namespace Threading
41 {
42 class Executor;
43 } // namespace Threading
44 } // namespace Utils
45
46 namespace Auth
47 {
48 class AWSCredentials;
49 class AWSCredentialsProvider;
50 } // namespace Auth
51
52 namespace Client
53 {
54 class RetryStrategy;
55 } // namespace Client
56
57 namespace Route53RecoveryCluster
58 {
62
63 namespace Model
64 {
65 /* Service model forward declarations required in Route53RecoveryClusterClient header */
66 class GetRoutingControlStateRequest;
67 class ListRoutingControlsRequest;
68 class UpdateRoutingControlStateRequest;
69 class UpdateRoutingControlStatesRequest;
70 /* End of service model forward declarations required in Route53RecoveryClusterClient header */
71
72 /* Service model Outcome class definitions */
77 /* End of service model Outcome class definitions */
78
79 /* Service model Outcome callable definitions */
80 typedef std::future<GetRoutingControlStateOutcome> GetRoutingControlStateOutcomeCallable;
81 typedef std::future<ListRoutingControlsOutcome> ListRoutingControlsOutcomeCallable;
82 typedef std::future<UpdateRoutingControlStateOutcome> UpdateRoutingControlStateOutcomeCallable;
83 typedef std::future<UpdateRoutingControlStatesOutcome> UpdateRoutingControlStatesOutcomeCallable;
84 /* End of service model Outcome callable definitions */
85 } // namespace Model
86
88
89 /* Service model async handlers definitions */
90 typedef std::function<void(const Route53RecoveryClusterClient*, const Model::GetRoutingControlStateRequest&, const Model::GetRoutingControlStateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetRoutingControlStateResponseReceivedHandler;
91 typedef std::function<void(const Route53RecoveryClusterClient*, const Model::ListRoutingControlsRequest&, const Model::ListRoutingControlsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListRoutingControlsResponseReceivedHandler;
92 typedef std::function<void(const Route53RecoveryClusterClient*, const Model::UpdateRoutingControlStateRequest&, const Model::UpdateRoutingControlStateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateRoutingControlStateResponseReceivedHandler;
93 typedef std::function<void(const Route53RecoveryClusterClient*, const Model::UpdateRoutingControlStatesRequest&, const Model::UpdateRoutingControlStatesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateRoutingControlStatesResponseReceivedHandler;
94 /* End of service model async handlers definitions */
95 } // namespace Route53RecoveryCluster
96} // namespace Aws
EndpointProviderBase< Route53RecoveryClusterClientConfiguration, Route53RecoveryClusterBuiltInParameters, Route53RecoveryClusterClientContextParameters > Route53RecoveryClusterEndpointProviderBase
Aws::Utils::Outcome< ListRoutingControlsResult, Route53RecoveryClusterError > ListRoutingControlsOutcome
Aws::Utils::Outcome< UpdateRoutingControlStateResult, Route53RecoveryClusterError > UpdateRoutingControlStateOutcome
std::future< ListRoutingControlsOutcome > ListRoutingControlsOutcomeCallable
Aws::Utils::Outcome< GetRoutingControlStateResult, Route53RecoveryClusterError > GetRoutingControlStateOutcome
Aws::Utils::Outcome< UpdateRoutingControlStatesResult, Route53RecoveryClusterError > UpdateRoutingControlStatesOutcome
std::future< UpdateRoutingControlStatesOutcome > UpdateRoutingControlStatesOutcomeCallable
std::future< GetRoutingControlStateOutcome > GetRoutingControlStateOutcomeCallable
std::future< UpdateRoutingControlStateOutcome > UpdateRoutingControlStateOutcomeCallable
std::function< void(const Route53RecoveryClusterClient *, const Model::UpdateRoutingControlStatesRequest &, const Model::UpdateRoutingControlStatesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateRoutingControlStatesResponseReceivedHandler
std::function< void(const Route53RecoveryClusterClient *, const Model::UpdateRoutingControlStateRequest &, const Model::UpdateRoutingControlStateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateRoutingControlStateResponseReceivedHandler
std::function< void(const Route53RecoveryClusterClient *, const Model::ListRoutingControlsRequest &, const Model::ListRoutingControlsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRoutingControlsResponseReceivedHandler
std::function< void(const Route53RecoveryClusterClient *, const Model::GetRoutingControlStateRequest &, const Model::GetRoutingControlStateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetRoutingControlStateResponseReceivedHandler