AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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/CancelParticipantAuthenticationResult.h>
22#include <aws/connectparticipant/model/CompleteAttachmentUploadResult.h>
23#include <aws/connectparticipant/model/CreateParticipantConnectionResult.h>
24#include <aws/connectparticipant/model/DescribeViewResult.h>
25#include <aws/connectparticipant/model/DisconnectParticipantResult.h>
26#include <aws/connectparticipant/model/GetAttachmentResult.h>
27#include <aws/connectparticipant/model/GetAuthenticationUrlResult.h>
28#include <aws/connectparticipant/model/GetTranscriptResult.h>
29#include <aws/connectparticipant/model/SendEventResult.h>
30#include <aws/connectparticipant/model/SendMessageResult.h>
31#include <aws/connectparticipant/model/StartAttachmentUploadResult.h>
32/* End of service model headers required in ConnectParticipantClient header */
33
34namespace Aws
35{
36 namespace Http
37 {
38 class HttpClient;
39 class HttpClientFactory;
40 } // namespace Http
41
42 namespace Utils
43 {
44 template< typename R, typename E> class Outcome;
45
46 namespace Threading
47 {
48 class Executor;
49 } // namespace Threading
50 } // namespace Utils
51
52 namespace Auth
53 {
54 class AWSCredentials;
55 class AWSCredentialsProvider;
56 } // namespace Auth
57
58 namespace Client
59 {
60 class RetryStrategy;
61 } // namespace Client
62
63 namespace ConnectParticipant
64 {
68
69 namespace Model
70 {
71 /* Service model forward declarations required in ConnectParticipantClient header */
80 class SendEventRequest;
83 /* End of service model forward declarations required in ConnectParticipantClient header */
84
85 /* Service model Outcome class definitions */
97 /* End of service model Outcome class definitions */
98
99 /* Service model Outcome callable definitions */
100 typedef std::future<CancelParticipantAuthenticationOutcome> CancelParticipantAuthenticationOutcomeCallable;
101 typedef std::future<CompleteAttachmentUploadOutcome> CompleteAttachmentUploadOutcomeCallable;
102 typedef std::future<CreateParticipantConnectionOutcome> CreateParticipantConnectionOutcomeCallable;
103 typedef std::future<DescribeViewOutcome> DescribeViewOutcomeCallable;
104 typedef std::future<DisconnectParticipantOutcome> DisconnectParticipantOutcomeCallable;
105 typedef std::future<GetAttachmentOutcome> GetAttachmentOutcomeCallable;
106 typedef std::future<GetAuthenticationUrlOutcome> GetAuthenticationUrlOutcomeCallable;
107 typedef std::future<GetTranscriptOutcome> GetTranscriptOutcomeCallable;
108 typedef std::future<SendEventOutcome> SendEventOutcomeCallable;
109 typedef std::future<SendMessageOutcome> SendMessageOutcomeCallable;
110 typedef std::future<StartAttachmentUploadOutcome> StartAttachmentUploadOutcomeCallable;
111 /* End of service model Outcome callable definitions */
112 } // namespace Model
113
115
116 /* Service model async handlers definitions */
117 typedef std::function<void(const ConnectParticipantClient*, const Model::CancelParticipantAuthenticationRequest&, const Model::CancelParticipantAuthenticationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelParticipantAuthenticationResponseReceivedHandler;
118 typedef std::function<void(const ConnectParticipantClient*, const Model::CompleteAttachmentUploadRequest&, const Model::CompleteAttachmentUploadOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CompleteAttachmentUploadResponseReceivedHandler;
119 typedef std::function<void(const ConnectParticipantClient*, const Model::CreateParticipantConnectionRequest&, const Model::CreateParticipantConnectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateParticipantConnectionResponseReceivedHandler;
120 typedef std::function<void(const ConnectParticipantClient*, const Model::DescribeViewRequest&, const Model::DescribeViewOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeViewResponseReceivedHandler;
121 typedef std::function<void(const ConnectParticipantClient*, const Model::DisconnectParticipantRequest&, const Model::DisconnectParticipantOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DisconnectParticipantResponseReceivedHandler;
122 typedef std::function<void(const ConnectParticipantClient*, const Model::GetAttachmentRequest&, const Model::GetAttachmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAttachmentResponseReceivedHandler;
123 typedef std::function<void(const ConnectParticipantClient*, const Model::GetAuthenticationUrlRequest&, const Model::GetAuthenticationUrlOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAuthenticationUrlResponseReceivedHandler;
124 typedef std::function<void(const ConnectParticipantClient*, const Model::GetTranscriptRequest&, const Model::GetTranscriptOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTranscriptResponseReceivedHandler;
125 typedef std::function<void(const ConnectParticipantClient*, const Model::SendEventRequest&, const Model::SendEventOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SendEventResponseReceivedHandler;
126 typedef std::function<void(const ConnectParticipantClient*, const Model::SendMessageRequest&, const Model::SendMessageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SendMessageResponseReceivedHandler;
127 typedef std::function<void(const ConnectParticipantClient*, const Model::StartAttachmentUploadRequest&, const Model::StartAttachmentUploadOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartAttachmentUploadResponseReceivedHandler;
128 /* End of service model async handlers definitions */
129 } // namespace ConnectParticipant
130} // namespace Aws
EndpointProviderBase< ConnectParticipantClientConfiguration, ConnectParticipantBuiltInParameters, ConnectParticipantClientContextParameters > ConnectParticipantEndpointProviderBase
std::future< DescribeViewOutcome > DescribeViewOutcomeCallable
Aws::Utils::Outcome< StartAttachmentUploadResult, ConnectParticipantError > StartAttachmentUploadOutcome
std::future< StartAttachmentUploadOutcome > StartAttachmentUploadOutcomeCallable
std::future< CancelParticipantAuthenticationOutcome > CancelParticipantAuthenticationOutcomeCallable
Aws::Utils::Outcome< DescribeViewResult, ConnectParticipantError > DescribeViewOutcome
std::future< GetAuthenticationUrlOutcome > GetAuthenticationUrlOutcomeCallable
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
Aws::Utils::Outcome< GetAuthenticationUrlResult, ConnectParticipantError > GetAuthenticationUrlOutcome
std::future< GetAttachmentOutcome > GetAttachmentOutcomeCallable
Aws::Utils::Outcome< SendEventResult, ConnectParticipantError > SendEventOutcome
Aws::Utils::Outcome< CompleteAttachmentUploadResult, ConnectParticipantError > CompleteAttachmentUploadOutcome
Aws::Utils::Outcome< CancelParticipantAuthenticationResult, ConnectParticipantError > CancelParticipantAuthenticationOutcome
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::GetAuthenticationUrlRequest &, const Model::GetAuthenticationUrlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAuthenticationUrlResponseReceivedHandler
std::function< void(const ConnectParticipantClient *, const Model::CancelParticipantAuthenticationRequest &, const Model::CancelParticipantAuthenticationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CancelParticipantAuthenticationResponseReceivedHandler
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