AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AppConfigDataServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/appconfigdata/AppConfigDataErrors.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/appconfigdata/AppConfigDataEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in AppConfigDataClient header */
21#include <aws/appconfigdata/model/GetLatestConfigurationResult.h>
22#include <aws/appconfigdata/model/StartConfigurationSessionResult.h>
23/* End of service model headers required in AppConfigDataClient header */
24
25namespace Aws
26{
27 namespace Http
28 {
29 class HttpClient;
30 class HttpClientFactory;
31 } // namespace Http
32
33 namespace Utils
34 {
35 template< typename R, typename E> class Outcome;
36
37 namespace Threading
38 {
39 class Executor;
40 } // namespace Threading
41 } // namespace Utils
42
43 namespace Auth
44 {
45 class AWSCredentials;
46 class AWSCredentialsProvider;
47 } // namespace Auth
48
49 namespace Client
50 {
51 class RetryStrategy;
52 } // namespace Client
53
54 namespace AppConfigData
55 {
59
60 namespace Model
61 {
62 /* Service model forward declarations required in AppConfigDataClient header */
65 /* End of service model forward declarations required in AppConfigDataClient header */
66
67 /* Service model Outcome class definitions */
70 /* End of service model Outcome class definitions */
71
72 /* Service model Outcome callable definitions */
73 typedef std::future<GetLatestConfigurationOutcome> GetLatestConfigurationOutcomeCallable;
74 typedef std::future<StartConfigurationSessionOutcome> StartConfigurationSessionOutcomeCallable;
75 /* End of service model Outcome callable definitions */
76 } // namespace Model
77
79
80 /* Service model async handlers definitions */
81 typedef std::function<void(const AppConfigDataClient*, const Model::GetLatestConfigurationRequest&, Model::GetLatestConfigurationOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetLatestConfigurationResponseReceivedHandler;
82 typedef std::function<void(const AppConfigDataClient*, const Model::StartConfigurationSessionRequest&, const Model::StartConfigurationSessionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartConfigurationSessionResponseReceivedHandler;
83 /* End of service model async handlers definitions */
84 } // namespace AppConfigData
85} // namespace Aws
EndpointProviderBase< AppConfigDataClientConfiguration, AppConfigDataBuiltInParameters, AppConfigDataClientContextParameters > AppConfigDataEndpointProviderBase
Aws::Utils::Outcome< StartConfigurationSessionResult, AppConfigDataError > StartConfigurationSessionOutcome
std::future< StartConfigurationSessionOutcome > StartConfigurationSessionOutcomeCallable
Aws::Utils::Outcome< GetLatestConfigurationResult, AppConfigDataError > GetLatestConfigurationOutcome
std::future< GetLatestConfigurationOutcome > GetLatestConfigurationOutcomeCallable
std::function< void(const AppConfigDataClient *, const Model::StartConfigurationSessionRequest &, const Model::StartConfigurationSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartConfigurationSessionResponseReceivedHandler
std::function< void(const AppConfigDataClient *, const Model::GetLatestConfigurationRequest &, Model::GetLatestConfigurationOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetLatestConfigurationResponseReceivedHandler