AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ConnectParticipantServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/connectparticipant/ConnectParticipantErrors.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/connectparticipant/ConnectParticipantEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in ConnectParticipantClient header */
21#include <aws/connectparticipant/model/CompleteAttachmentUploadResult.h>
22#include <aws/connectparticipant/model/CreateParticipantConnectionResult.h>
23#include <aws/connectparticipant/model/DescribeViewResult.h>
24#include <aws/connectparticipant/model/DisconnectParticipantResult.h>
25#include <aws/connectparticipant/model/GetAttachmentResult.h>
26#include <aws/connectparticipant/model/GetTranscriptResult.h>
27#include <aws/connectparticipant/model/SendEventResult.h>
28#include <aws/connectparticipant/model/SendMessageResult.h>
29#include <aws/connectparticipant/model/StartAttachmentUploadResult.h>
30/* End of service model headers required in ConnectParticipantClient header */
31
32namespace Aws
33{
34 namespace Http
35 {
36 class HttpClient;
37 class HttpClientFactory;
38 } // namespace Http
39
40 namespace Utils
41 {
42 template< typename R, typename E> class Outcome;
43
44 namespace Threading
45 {
46 class Executor;
47 } // namespace Threading
48 } // namespace Utils
49
50 namespace Auth
51 {
52 class AWSCredentials;
53 class AWSCredentialsProvider;
54 } // namespace Auth
55
56 namespace Client
57 {
58 class RetryStrategy;
59 } // namespace Client
60
61 namespace ConnectParticipant
62 {
66
67 namespace Model
68 {
69 /* Service model forward declarations required in ConnectParticipantClient header */
76 class SendEventRequest;
79 /* End of service model forward declarations required in ConnectParticipantClient header */
80
81 /* Service model Outcome class definitions */
91 /* End of service model Outcome class definitions */
92
93 /* Service model Outcome callable definitions */
94 typedef std::future<CompleteAttachmentUploadOutcome> CompleteAttachmentUploadOutcomeCallable;
95 typedef std::future<CreateParticipantConnectionOutcome> CreateParticipantConnectionOutcomeCallable;
96 typedef std::future<DescribeViewOutcome> DescribeViewOutcomeCallable;
97 typedef std::future<DisconnectParticipantOutcome> DisconnectParticipantOutcomeCallable;
98 typedef std::future<GetAttachmentOutcome> GetAttachmentOutcomeCallable;
99 typedef std::future<GetTranscriptOutcome> GetTranscriptOutcomeCallable;
100 typedef std::future<SendEventOutcome> SendEventOutcomeCallable;
101 typedef std::future<SendMessageOutcome> SendMessageOutcomeCallable;
102 typedef std::future<StartAttachmentUploadOutcome> StartAttachmentUploadOutcomeCallable;
103 /* End of service model Outcome callable definitions */
104 } // namespace Model
105
107
108 /* Service model async handlers definitions */
109 typedef std::function<void(const ConnectParticipantClient*, const Model::CompleteAttachmentUploadRequest&, const Model::CompleteAttachmentUploadOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CompleteAttachmentUploadResponseReceivedHandler;
110 typedef std::function<void(const ConnectParticipantClient*, const Model::CreateParticipantConnectionRequest&, const Model::CreateParticipantConnectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateParticipantConnectionResponseReceivedHandler;
111 typedef std::function<void(const ConnectParticipantClient*, const Model::DescribeViewRequest&, const Model::DescribeViewOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeViewResponseReceivedHandler;
112 typedef std::function<void(const ConnectParticipantClient*, const Model::DisconnectParticipantRequest&, const Model::DisconnectParticipantOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DisconnectParticipantResponseReceivedHandler;
113 typedef std::function<void(const ConnectParticipantClient*, const Model::GetAttachmentRequest&, const Model::GetAttachmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAttachmentResponseReceivedHandler;
114 typedef std::function<void(const ConnectParticipantClient*, const Model::GetTranscriptRequest&, const Model::GetTranscriptOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTranscriptResponseReceivedHandler;
115 typedef std::function<void(const ConnectParticipantClient*, const Model::SendEventRequest&, const Model::SendEventOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SendEventResponseReceivedHandler;
116 typedef std::function<void(const ConnectParticipantClient*, const Model::SendMessageRequest&, const Model::SendMessageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SendMessageResponseReceivedHandler;
117 typedef std::function<void(const ConnectParticipantClient*, const Model::StartAttachmentUploadRequest&, const Model::StartAttachmentUploadOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartAttachmentUploadResponseReceivedHandler;
118 /* End of service model async handlers definitions */
119 } // namespace ConnectParticipant
120} // namespace Aws
EndpointProviderBase< ConnectParticipantClientConfiguration, ConnectParticipantBuiltInParameters, ConnectParticipantClientContextParameters > ConnectParticipantEndpointProviderBase
std::future< DescribeViewOutcome > DescribeViewOutcomeCallable
Aws::Utils::Outcome< StartAttachmentUploadResult, ConnectParticipantError > StartAttachmentUploadOutcome
std::future< StartAttachmentUploadOutcome > StartAttachmentUploadOutcomeCallable
Aws::Utils::Outcome< DescribeViewResult, ConnectParticipantError > DescribeViewOutcome
Aws::Utils::Outcome< DisconnectParticipantResult, ConnectParticipantError > DisconnectParticipantOutcome
std::future< GetTranscriptOutcome > GetTranscriptOutcomeCallable
Aws::Utils::Outcome< CreateParticipantConnectionResult, ConnectParticipantError > CreateParticipantConnectionOutcome
Aws::Utils::Outcome< GetTranscriptResult, ConnectParticipantError > GetTranscriptOutcome
std::future< SendMessageOutcome > SendMessageOutcomeCallable
std::future< GetAttachmentOutcome > GetAttachmentOutcomeCallable
Aws::Utils::Outcome< SendEventResult, ConnectParticipantError > SendEventOutcome
Aws::Utils::Outcome< CompleteAttachmentUploadResult, ConnectParticipantError > CompleteAttachmentUploadOutcome
std::future< CreateParticipantConnectionOutcome > CreateParticipantConnectionOutcomeCallable
std::future< DisconnectParticipantOutcome > DisconnectParticipantOutcomeCallable
std::future< CompleteAttachmentUploadOutcome > CompleteAttachmentUploadOutcomeCallable
std::future< SendEventOutcome > SendEventOutcomeCallable
Aws::Utils::Outcome< GetAttachmentResult, ConnectParticipantError > GetAttachmentOutcome
Aws::Utils::Outcome< SendMessageResult, ConnectParticipantError > SendMessageOutcome
std::function< void(const ConnectParticipantClient *, const Model::DescribeViewRequest &, const Model::DescribeViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeViewResponseReceivedHandler
std::function< void(const ConnectParticipantClient *, const Model::CompleteAttachmentUploadRequest &, const Model::CompleteAttachmentUploadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CompleteAttachmentUploadResponseReceivedHandler
std::function< void(const ConnectParticipantClient *, const Model::DisconnectParticipantRequest &, const Model::DisconnectParticipantOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisconnectParticipantResponseReceivedHandler
std::function< void(const ConnectParticipantClient *, const Model::SendMessageRequest &, const Model::SendMessageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SendMessageResponseReceivedHandler
std::function< void(const ConnectParticipantClient *, const Model::GetTranscriptRequest &, const Model::GetTranscriptOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTranscriptResponseReceivedHandler
std::function< void(const ConnectParticipantClient *, const Model::StartAttachmentUploadRequest &, const Model::StartAttachmentUploadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartAttachmentUploadResponseReceivedHandler
std::function< void(const ConnectParticipantClient *, const Model::SendEventRequest &, const Model::SendEventOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SendEventResponseReceivedHandler
std::function< void(const ConnectParticipantClient *, const Model::GetAttachmentRequest &, const Model::GetAttachmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAttachmentResponseReceivedHandler
std::function< void(const ConnectParticipantClient *, const Model::CreateParticipantConnectionRequest &, const Model::CreateParticipantConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateParticipantConnectionResponseReceivedHandler