AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IvschatServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/ivschat/IvschatErrors.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/ivschat/IvschatEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in IvschatClient header */
21#include <aws/ivschat/model/CreateChatTokenResult.h>
22#include <aws/ivschat/model/CreateLoggingConfigurationResult.h>
23#include <aws/ivschat/model/CreateRoomResult.h>
24#include <aws/ivschat/model/DeleteMessageResult.h>
25#include <aws/ivschat/model/DisconnectUserResult.h>
26#include <aws/ivschat/model/GetLoggingConfigurationResult.h>
27#include <aws/ivschat/model/GetRoomResult.h>
28#include <aws/ivschat/model/ListLoggingConfigurationsResult.h>
29#include <aws/ivschat/model/ListRoomsResult.h>
30#include <aws/ivschat/model/ListTagsForResourceResult.h>
31#include <aws/ivschat/model/SendEventResult.h>
32#include <aws/ivschat/model/TagResourceResult.h>
33#include <aws/ivschat/model/UntagResourceResult.h>
34#include <aws/ivschat/model/UpdateLoggingConfigurationResult.h>
35#include <aws/ivschat/model/UpdateRoomResult.h>
36#include <aws/ivschat/model/ListRoomsRequest.h>
37#include <aws/ivschat/model/CreateRoomRequest.h>
38#include <aws/ivschat/model/ListLoggingConfigurationsRequest.h>
39#include <aws/core/NoResult.h>
40/* End of service model headers required in IvschatClient header */
41
42namespace Aws
43{
44 namespace Http
45 {
46 class HttpClient;
47 class HttpClientFactory;
48 } // namespace Http
49
50 namespace Utils
51 {
52 template< typename R, typename E> class Outcome;
53
54 namespace Threading
55 {
56 class Executor;
57 } // namespace Threading
58 } // namespace Utils
59
60 namespace Auth
61 {
62 class AWSCredentials;
63 class AWSCredentialsProvider;
64 } // namespace Auth
65
66 namespace Client
67 {
68 class RetryStrategy;
69 } // namespace Client
70
71 namespace ivschat
72 {
76
77 namespace Model
78 {
79 /* Service model forward declarations required in IvschatClient header */
88 class GetRoomRequest;
90 class ListRoomsRequest;
92 class SendEventRequest;
97 /* End of service model forward declarations required in IvschatClient header */
98
99 /* Service model Outcome class definitions */
117 /* End of service model Outcome class definitions */
118
119 /* Service model Outcome callable definitions */
120 typedef std::future<CreateChatTokenOutcome> CreateChatTokenOutcomeCallable;
121 typedef std::future<CreateLoggingConfigurationOutcome> CreateLoggingConfigurationOutcomeCallable;
122 typedef std::future<CreateRoomOutcome> CreateRoomOutcomeCallable;
123 typedef std::future<DeleteLoggingConfigurationOutcome> DeleteLoggingConfigurationOutcomeCallable;
124 typedef std::future<DeleteMessageOutcome> DeleteMessageOutcomeCallable;
125 typedef std::future<DeleteRoomOutcome> DeleteRoomOutcomeCallable;
126 typedef std::future<DisconnectUserOutcome> DisconnectUserOutcomeCallable;
127 typedef std::future<GetLoggingConfigurationOutcome> GetLoggingConfigurationOutcomeCallable;
128 typedef std::future<GetRoomOutcome> GetRoomOutcomeCallable;
129 typedef std::future<ListLoggingConfigurationsOutcome> ListLoggingConfigurationsOutcomeCallable;
130 typedef std::future<ListRoomsOutcome> ListRoomsOutcomeCallable;
131 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
132 typedef std::future<SendEventOutcome> SendEventOutcomeCallable;
133 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
134 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
135 typedef std::future<UpdateLoggingConfigurationOutcome> UpdateLoggingConfigurationOutcomeCallable;
136 typedef std::future<UpdateRoomOutcome> UpdateRoomOutcomeCallable;
137 /* End of service model Outcome callable definitions */
138 } // namespace Model
139
140 class IvschatClient;
141
142 /* Service model async handlers definitions */
143 typedef std::function<void(const IvschatClient*, const Model::CreateChatTokenRequest&, const Model::CreateChatTokenOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateChatTokenResponseReceivedHandler;
144 typedef std::function<void(const IvschatClient*, const Model::CreateLoggingConfigurationRequest&, const Model::CreateLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLoggingConfigurationResponseReceivedHandler;
145 typedef std::function<void(const IvschatClient*, const Model::CreateRoomRequest&, const Model::CreateRoomOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateRoomResponseReceivedHandler;
146 typedef std::function<void(const IvschatClient*, const Model::DeleteLoggingConfigurationRequest&, const Model::DeleteLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteLoggingConfigurationResponseReceivedHandler;
147 typedef std::function<void(const IvschatClient*, const Model::DeleteMessageRequest&, const Model::DeleteMessageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteMessageResponseReceivedHandler;
148 typedef std::function<void(const IvschatClient*, const Model::DeleteRoomRequest&, const Model::DeleteRoomOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteRoomResponseReceivedHandler;
149 typedef std::function<void(const IvschatClient*, const Model::DisconnectUserRequest&, const Model::DisconnectUserOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DisconnectUserResponseReceivedHandler;
150 typedef std::function<void(const IvschatClient*, const Model::GetLoggingConfigurationRequest&, const Model::GetLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetLoggingConfigurationResponseReceivedHandler;
151 typedef std::function<void(const IvschatClient*, const Model::GetRoomRequest&, const Model::GetRoomOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetRoomResponseReceivedHandler;
152 typedef std::function<void(const IvschatClient*, const Model::ListLoggingConfigurationsRequest&, const Model::ListLoggingConfigurationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListLoggingConfigurationsResponseReceivedHandler;
153 typedef std::function<void(const IvschatClient*, const Model::ListRoomsRequest&, const Model::ListRoomsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListRoomsResponseReceivedHandler;
154 typedef std::function<void(const IvschatClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
155 typedef std::function<void(const IvschatClient*, const Model::SendEventRequest&, const Model::SendEventOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SendEventResponseReceivedHandler;
156 typedef std::function<void(const IvschatClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
157 typedef std::function<void(const IvschatClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
158 typedef std::function<void(const IvschatClient*, const Model::UpdateLoggingConfigurationRequest&, const Model::UpdateLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateLoggingConfigurationResponseReceivedHandler;
159 typedef std::function<void(const IvschatClient*, const Model::UpdateRoomRequest&, const Model::UpdateRoomOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateRoomResponseReceivedHandler;
160 /* End of service model async handlers definitions */
161 } // namespace ivschat
162} // namespace Aws
EndpointProviderBase< IvschatClientConfiguration, IvschatBuiltInParameters, IvschatClientContextParameters > IvschatEndpointProviderBase
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< DeleteMessageOutcome > DeleteMessageOutcomeCallable
std::future< CreateLoggingConfigurationOutcome > CreateLoggingConfigurationOutcomeCallable
std::future< GetRoomOutcome > GetRoomOutcomeCallable
std::future< CreateRoomOutcome > CreateRoomOutcomeCallable
Aws::Utils::Outcome< DeleteMessageResult, IvschatError > DeleteMessageOutcome
Aws::Utils::Outcome< GetLoggingConfigurationResult, IvschatError > GetLoggingConfigurationOutcome
std::future< UpdateRoomOutcome > UpdateRoomOutcomeCallable
Aws::Utils::Outcome< UpdateLoggingConfigurationResult, IvschatError > UpdateLoggingConfigurationOutcome
Aws::Utils::Outcome< ListLoggingConfigurationsResult, IvschatError > ListLoggingConfigurationsOutcome
Aws::Utils::Outcome< GetRoomResult, IvschatError > GetRoomOutcome
std::future< DeleteRoomOutcome > DeleteRoomOutcomeCallable
std::future< ListRoomsOutcome > ListRoomsOutcomeCallable
Aws::Utils::Outcome< ListRoomsResult, IvschatError > ListRoomsOutcome
Aws::Utils::Outcome< UntagResourceResult, IvschatError > UntagResourceOutcome
Aws::Utils::Outcome< CreateLoggingConfigurationResult, IvschatError > CreateLoggingConfigurationOutcome
Aws::Utils::Outcome< TagResourceResult, IvschatError > TagResourceOutcome
Aws::Utils::Outcome< DisconnectUserResult, IvschatError > DisconnectUserOutcome
Aws::Utils::Outcome< SendEventResult, IvschatError > SendEventOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, IvschatError > DeleteRoomOutcome
std::future< DisconnectUserOutcome > DisconnectUserOutcomeCallable
std::future< GetLoggingConfigurationOutcome > GetLoggingConfigurationOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, IvschatError > ListTagsForResourceOutcome
std::future< CreateChatTokenOutcome > CreateChatTokenOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< CreateRoomResult, IvschatError > CreateRoomOutcome
std::future< SendEventOutcome > SendEventOutcomeCallable
std::future< UpdateLoggingConfigurationOutcome > UpdateLoggingConfigurationOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, IvschatError > DeleteLoggingConfigurationOutcome
Aws::Utils::Outcome< UpdateRoomResult, IvschatError > UpdateRoomOutcome
std::future< ListLoggingConfigurationsOutcome > ListLoggingConfigurationsOutcomeCallable
std::future< DeleteLoggingConfigurationOutcome > DeleteLoggingConfigurationOutcomeCallable
Aws::Utils::Outcome< CreateChatTokenResult, IvschatError > CreateChatTokenOutcome
std::function< void(const IvschatClient *, const Model::GetLoggingConfigurationRequest &, const Model::GetLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetLoggingConfigurationResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::GetRoomRequest &, const Model::GetRoomOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetRoomResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::DeleteLoggingConfigurationRequest &, const Model::DeleteLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteLoggingConfigurationResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::UpdateRoomRequest &, const Model::UpdateRoomOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateRoomResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::ListLoggingConfigurationsRequest &, const Model::ListLoggingConfigurationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLoggingConfigurationsResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::UpdateLoggingConfigurationRequest &, const Model::UpdateLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateLoggingConfigurationResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::SendEventRequest &, const Model::SendEventOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SendEventResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::CreateChatTokenRequest &, const Model::CreateChatTokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateChatTokenResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::CreateLoggingConfigurationRequest &, const Model::CreateLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLoggingConfigurationResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::ListRoomsRequest &, const Model::ListRoomsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRoomsResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::DisconnectUserRequest &, const Model::DisconnectUserOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisconnectUserResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::CreateRoomRequest &, const Model::CreateRoomOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateRoomResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::DeleteRoomRequest &, const Model::DeleteRoomOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteRoomResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::DeleteMessageRequest &, const Model::DeleteMessageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteMessageResponseReceivedHandler
std::function< void(const IvschatClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler