AWS SDK for C++

AWS SDK for C++ Version 1.11.680

Loading...
Searching...
No Matches
ConnectParticipantServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/connectparticipant/ConnectParticipantEndpointProvider.h>
10#include <aws/connectparticipant/ConnectParticipantErrors.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/client/AsyncCallerContext.h>
13#include <aws/core/client/GenericClientConfiguration.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in ConnectParticipantClient header */
22#include <aws/connectparticipant/model/CancelParticipantAuthenticationResult.h>
23#include <aws/connectparticipant/model/CompleteAttachmentUploadResult.h>
24#include <aws/connectparticipant/model/CreateParticipantConnectionResult.h>
25#include <aws/connectparticipant/model/DescribeViewResult.h>
26#include <aws/connectparticipant/model/DisconnectParticipantResult.h>
27#include <aws/connectparticipant/model/GetAttachmentResult.h>
28#include <aws/connectparticipant/model/GetAuthenticationUrlResult.h>
29#include <aws/connectparticipant/model/GetTranscriptResult.h>
30#include <aws/connectparticipant/model/SendEventResult.h>
31#include <aws/connectparticipant/model/SendMessageResult.h>
32#include <aws/connectparticipant/model/StartAttachmentUploadResult.h>
33/* End of service model headers required in ConnectParticipantClient header */
34
35namespace Aws {
36namespace Http {
37class HttpClient;
38class HttpClientFactory;
39} // namespace Http
40
41namespace Utils {
42template <typename R, typename E>
43class Outcome;
44
45namespace Threading {
46class Executor;
47} // namespace Threading
48} // namespace Utils
49
50namespace Auth {
51class AWSCredentials;
52class AWSCredentialsProvider;
53} // namespace Auth
54
55namespace Client {
56class RetryStrategy;
57} // namespace Client
58
59namespace ConnectParticipant {
63
64namespace Model {
65/* Service model forward declarations required in ConnectParticipantClient header */
77/* End of service model forward declarations required in ConnectParticipantClient header */
78
79/* Service model Outcome class definitions */
91/* End of service model Outcome class definitions */
92
93/* Service model Outcome callable definitions */
94typedef std::future<CancelParticipantAuthenticationOutcome> CancelParticipantAuthenticationOutcomeCallable;
95typedef std::future<CompleteAttachmentUploadOutcome> CompleteAttachmentUploadOutcomeCallable;
96typedef std::future<CreateParticipantConnectionOutcome> CreateParticipantConnectionOutcomeCallable;
97typedef std::future<DescribeViewOutcome> DescribeViewOutcomeCallable;
98typedef std::future<DisconnectParticipantOutcome> DisconnectParticipantOutcomeCallable;
99typedef std::future<GetAttachmentOutcome> GetAttachmentOutcomeCallable;
100typedef std::future<GetAuthenticationUrlOutcome> GetAuthenticationUrlOutcomeCallable;
101typedef std::future<GetTranscriptOutcome> GetTranscriptOutcomeCallable;
102typedef std::future<SendEventOutcome> SendEventOutcomeCallable;
103typedef std::future<SendMessageOutcome> SendMessageOutcomeCallable;
104typedef std::future<StartAttachmentUploadOutcome> StartAttachmentUploadOutcomeCallable;
105/* End of service model Outcome callable definitions */
106} // namespace Model
107
109
110/* Service model async handlers definitions */
111typedef std::function<void(const ConnectParticipantClient*, const Model::CancelParticipantAuthenticationRequest&,
113 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
115typedef std::function<void(const ConnectParticipantClient*, const Model::CompleteAttachmentUploadRequest&,
116 const Model::CompleteAttachmentUploadOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
118typedef std::function<void(const ConnectParticipantClient*, const Model::CreateParticipantConnectionRequest&,
119 const Model::CreateParticipantConnectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
121typedef std::function<void(const ConnectParticipantClient*, const Model::DescribeViewRequest&, const Model::DescribeViewOutcome&,
122 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
124typedef std::function<void(const ConnectParticipantClient*, const Model::DisconnectParticipantRequest&,
125 const Model::DisconnectParticipantOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
127typedef std::function<void(const ConnectParticipantClient*, const Model::GetAttachmentRequest&, const Model::GetAttachmentOutcome&,
128 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
130typedef std::function<void(const ConnectParticipantClient*, const Model::GetAuthenticationUrlRequest&,
131 const Model::GetAuthenticationUrlOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
133typedef std::function<void(const ConnectParticipantClient*, const Model::GetTranscriptRequest&, const Model::GetTranscriptOutcome&,
134 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
136typedef std::function<void(const ConnectParticipantClient*, const Model::SendEventRequest&, const Model::SendEventOutcome&,
137 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
139typedef std::function<void(const ConnectParticipantClient*, const Model::SendMessageRequest&, const Model::SendMessageOutcome&,
140 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
142typedef std::function<void(const ConnectParticipantClient*, const Model::StartAttachmentUploadRequest&,
143 const Model::StartAttachmentUploadOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
145/* End of service model async handlers definitions */
146} // namespace ConnectParticipant
147} // 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::SendEventRequest &, const Model::SendEventOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SendEventResponseReceivedHandler
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::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::GetAttachmentRequest &, const Model::GetAttachmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAttachmentResponseReceivedHandler
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::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::GetTranscriptRequest &, const Model::GetTranscriptOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetTranscriptResponseReceivedHandler
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::CreateParticipantConnectionRequest &, const Model::CreateParticipantConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateParticipantConnectionResponseReceivedHandler