AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
ProtonServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/proton/ProtonEndpointProvider.h>
15#include <aws/proton/ProtonErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in ProtonClient header */
22/* End of service model headers required in ProtonClient header */
23
24namespace Aws {
25namespace Http {
26class HttpClient;
27class HttpClientFactory;
28} // namespace Http
29
30namespace Utils {
31template <typename R, typename E>
32class Outcome;
33
34namespace Threading {
35class Executor;
36} // namespace Threading
37} // namespace Utils
38
39namespace Auth {
40class AWSCredentials;
41class AWSCredentialsProvider;
42} // namespace Auth
43
44namespace Client {
45class RetryStrategy;
46} // namespace Client
47
48namespace Proton {
52
53namespace Model {
54/* Service model forward declarations required in ProtonClient header */
55/* End of service model forward declarations required in ProtonClient header */
56
57/* Service model Outcome class definitions */
58/* End of service model Outcome class definitions */
59
60/* Service model Outcome callable definitions */
61/* End of service model Outcome callable definitions */
62} // namespace Model
63
64class ProtonClient;
65
66/* Service model async handlers definitions */
67/* End of service model async handlers definitions */
68} // namespace Proton
69} // namespace Aws
EndpointProviderBase< ProtonClientConfiguration, ProtonBuiltInParameters, ProtonClientContextParameters > ProtonEndpointProviderBase