AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FinSpaceDataServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/finspace-data/FinSpaceDataErrors.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/finspace-data/FinSpaceDataEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in FinSpaceDataClient header */
21/* End of service model headers required in FinSpaceDataClient header */
22
23namespace Aws
24{
25 namespace Http
26 {
27 class HttpClient;
28 class HttpClientFactory;
29 } // namespace Http
30
31 namespace Utils
32 {
33 template< typename R, typename E> class Outcome;
34
35 namespace Threading
36 {
37 class Executor;
38 } // namespace Threading
39 } // namespace Utils
40
41 namespace Auth
42 {
43 class AWSCredentials;
44 class AWSCredentialsProvider;
45 } // namespace Auth
46
47 namespace Client
48 {
49 class RetryStrategy;
50 } // namespace Client
51
52 namespace FinSpaceData
53 {
57
58 namespace Model
59 {
60 /* Service model forward declarations required in FinSpaceDataClient header */
61 /* End of service model forward declarations required in FinSpaceDataClient header */
62
63 /* Service model Outcome class definitions */
64 /* End of service model Outcome class definitions */
65
66 /* Service model Outcome callable definitions */
67 /* End of service model Outcome callable definitions */
68 } // namespace Model
69
71
72 /* Service model async handlers definitions */
73 /* End of service model async handlers definitions */
74 } // namespace FinSpaceData
75} // namespace Aws
EndpointProviderBase< FinSpaceDataClientConfiguration, FinSpaceDataBuiltInParameters, FinSpaceDataClientContextParameters > FinSpaceDataEndpointProviderBase