AWS SDK for C++

AWS SDK for C++ Version 1.11.680

Loading...
Searching...
No Matches
IvschatServiceClientModel.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/ivschat/IvschatEndpointProvider.h>
15#include <aws/ivschat/IvschatErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in IvschatClient header */
22#include <aws/core/NoResult.h>
23#include <aws/ivschat/model/CreateChatTokenResult.h>
24#include <aws/ivschat/model/CreateLoggingConfigurationResult.h>
25#include <aws/ivschat/model/CreateRoomRequest.h>
26#include <aws/ivschat/model/CreateRoomResult.h>
27#include <aws/ivschat/model/DeleteMessageResult.h>
28#include <aws/ivschat/model/DisconnectUserResult.h>
29#include <aws/ivschat/model/GetLoggingConfigurationResult.h>
30#include <aws/ivschat/model/GetRoomResult.h>
31#include <aws/ivschat/model/ListLoggingConfigurationsRequest.h>
32#include <aws/ivschat/model/ListLoggingConfigurationsResult.h>
33#include <aws/ivschat/model/ListRoomsRequest.h>
34#include <aws/ivschat/model/ListRoomsResult.h>
35#include <aws/ivschat/model/ListTagsForResourceResult.h>
36#include <aws/ivschat/model/SendEventResult.h>
37#include <aws/ivschat/model/TagResourceResult.h>
38#include <aws/ivschat/model/UntagResourceResult.h>
39#include <aws/ivschat/model/UpdateLoggingConfigurationResult.h>
40#include <aws/ivschat/model/UpdateRoomResult.h>
41/* End of service model headers required in IvschatClient header */
42
43namespace Aws {
44namespace Http {
45class HttpClient;
46class HttpClientFactory;
47} // namespace Http
48
49namespace Utils {
50template <typename R, typename E>
51class Outcome;
52
53namespace Threading {
54class Executor;
55} // namespace Threading
56} // namespace Utils
57
58namespace Auth {
59class AWSCredentials;
60class AWSCredentialsProvider;
61} // namespace Auth
62
63namespace Client {
64class RetryStrategy;
65} // namespace Client
66
67namespace ivschat {
71
72namespace Model {
73/* Service model forward declarations required in IvschatClient header */
82class GetRoomRequest;
91/* End of service model forward declarations required in IvschatClient header */
92
93/* Service model Outcome class definitions */
111/* End of service model Outcome class definitions */
112
113/* Service model Outcome callable definitions */
114typedef std::future<CreateChatTokenOutcome> CreateChatTokenOutcomeCallable;
115typedef std::future<CreateLoggingConfigurationOutcome> CreateLoggingConfigurationOutcomeCallable;
116typedef std::future<CreateRoomOutcome> CreateRoomOutcomeCallable;
117typedef std::future<DeleteLoggingConfigurationOutcome> DeleteLoggingConfigurationOutcomeCallable;
118typedef std::future<DeleteMessageOutcome> DeleteMessageOutcomeCallable;
119typedef std::future<DeleteRoomOutcome> DeleteRoomOutcomeCallable;
120typedef std::future<DisconnectUserOutcome> DisconnectUserOutcomeCallable;
121typedef std::future<GetLoggingConfigurationOutcome> GetLoggingConfigurationOutcomeCallable;
122typedef std::future<GetRoomOutcome> GetRoomOutcomeCallable;
123typedef std::future<ListLoggingConfigurationsOutcome> ListLoggingConfigurationsOutcomeCallable;
124typedef std::future<ListRoomsOutcome> ListRoomsOutcomeCallable;
125typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
126typedef std::future<SendEventOutcome> SendEventOutcomeCallable;
127typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
128typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
129typedef std::future<UpdateLoggingConfigurationOutcome> UpdateLoggingConfigurationOutcomeCallable;
130typedef std::future<UpdateRoomOutcome> UpdateRoomOutcomeCallable;
131/* End of service model Outcome callable definitions */
132} // namespace Model
133
134class IvschatClient;
135
136/* Service model async handlers definitions */
137typedef std::function<void(const IvschatClient*, const Model::CreateChatTokenRequest&, const Model::CreateChatTokenOutcome&,
138 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
140typedef std::function<void(const IvschatClient*, const Model::CreateLoggingConfigurationRequest&,
141 const Model::CreateLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
143typedef std::function<void(const IvschatClient*, const Model::CreateRoomRequest&, const Model::CreateRoomOutcome&,
144 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
146typedef std::function<void(const IvschatClient*, const Model::DeleteLoggingConfigurationRequest&,
147 const Model::DeleteLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
149typedef std::function<void(const IvschatClient*, const Model::DeleteMessageRequest&, const Model::DeleteMessageOutcome&,
150 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
152typedef std::function<void(const IvschatClient*, const Model::DeleteRoomRequest&, const Model::DeleteRoomOutcome&,
153 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
155typedef std::function<void(const IvschatClient*, const Model::DisconnectUserRequest&, const Model::DisconnectUserOutcome&,
156 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
159 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
161typedef std::function<void(const IvschatClient*, const Model::GetRoomRequest&, const Model::GetRoomOutcome&,
162 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
164typedef std::function<void(const IvschatClient*, const Model::ListLoggingConfigurationsRequest&,
165 const Model::ListLoggingConfigurationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
167typedef std::function<void(const IvschatClient*, const Model::ListRoomsRequest&, const Model::ListRoomsOutcome&,
168 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
170typedef std::function<void(const IvschatClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
171 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
173typedef std::function<void(const IvschatClient*, const Model::SendEventRequest&, const Model::SendEventOutcome&,
174 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
176typedef std::function<void(const IvschatClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
177 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
179typedef std::function<void(const IvschatClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
180 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
182typedef std::function<void(const IvschatClient*, const Model::UpdateLoggingConfigurationRequest&,
183 const Model::UpdateLoggingConfigurationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
185typedef std::function<void(const IvschatClient*, const Model::UpdateRoomRequest&, const Model::UpdateRoomOutcome&,
186 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
188/* End of service model async handlers definitions */
189} // namespace ivschat
190} // 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::UpdateRoomRequest &, const Model::UpdateRoomOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateRoomResponseReceivedHandler
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::CreateRoomRequest &, const Model::CreateRoomOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateRoomResponseReceivedHandler
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::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
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::CreateLoggingConfigurationRequest &, const Model::CreateLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateLoggingConfigurationResponseReceivedHandler
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::DeleteRoomRequest &, const Model::DeleteRoomOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteRoomResponseReceivedHandler
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::GetRoomRequest &, const Model::GetRoomOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRoomResponseReceivedHandler
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::DeleteMessageRequest &, const Model::DeleteMessageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMessageResponseReceivedHandler
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::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
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::GetLoggingConfigurationRequest &, const Model::GetLoggingConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetLoggingConfigurationResponseReceivedHandler