AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
KinesisVideoSignalingChannelsClient.h
1
6#pragma once
7#include <aws/kinesis-video-signaling/KinesisVideoSignalingChannels_EXPORTS.h>
8#include <aws/core/client/ClientConfiguration.h>
9#include <aws/core/client/AWSClient.h>
10#include <aws/core/client/AWSClientAsyncCRTP.h>
11#include <aws/core/utils/json/JsonSerializer.h>
12#include <aws/kinesis-video-signaling/KinesisVideoSignalingChannelsServiceClientModel.h>
13
14namespace Aws
15{
16namespace KinesisVideoSignalingChannels
17{
24 class AWS_KINESISVIDEOSIGNALINGCHANNELS_API KinesisVideoSignalingChannelsClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<KinesisVideoSignalingChannelsClient>
25 {
26 public:
28 static const char* GetServiceName();
29 static const char* GetAllocationTag();
30
33
39 std::shared_ptr<KinesisVideoSignalingChannelsEndpointProviderBase> endpointProvider = nullptr);
40
46 std::shared_ptr<KinesisVideoSignalingChannelsEndpointProviderBase> endpointProvider = nullptr,
48
53 KinesisVideoSignalingChannelsClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
54 std::shared_ptr<KinesisVideoSignalingChannelsEndpointProviderBase> endpointProvider = nullptr,
56
57
58 /* Legacy constructors due deprecation */
64
70 const Aws::Client::ClientConfiguration& clientConfiguration);
71
76 KinesisVideoSignalingChannelsClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
77 const Aws::Client::ClientConfiguration& clientConfiguration);
78
79 /* End of legacy constructors due deprecation */
81
102
106 template<typename GetIceServerConfigRequestT = Model::GetIceServerConfigRequest>
107 Model::GetIceServerConfigOutcomeCallable GetIceServerConfigCallable(const GetIceServerConfigRequestT& request) const
108 {
109 return SubmitCallable(&KinesisVideoSignalingChannelsClient::GetIceServerConfig, request);
110 }
111
115 template<typename GetIceServerConfigRequestT = Model::GetIceServerConfigRequest>
116 void GetIceServerConfigAsync(const GetIceServerConfigRequestT& request, const GetIceServerConfigResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
117 {
118 return SubmitAsync(&KinesisVideoSignalingChannelsClient::GetIceServerConfig, request, handler, context);
119 }
120
133
137 template<typename SendAlexaOfferToMasterRequestT = Model::SendAlexaOfferToMasterRequest>
138 Model::SendAlexaOfferToMasterOutcomeCallable SendAlexaOfferToMasterCallable(const SendAlexaOfferToMasterRequestT& request) const
139 {
140 return SubmitCallable(&KinesisVideoSignalingChannelsClient::SendAlexaOfferToMaster, request);
141 }
142
146 template<typename SendAlexaOfferToMasterRequestT = Model::SendAlexaOfferToMasterRequest>
147 void SendAlexaOfferToMasterAsync(const SendAlexaOfferToMasterRequestT& request, const SendAlexaOfferToMasterResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
148 {
149 return SubmitAsync(&KinesisVideoSignalingChannelsClient::SendAlexaOfferToMaster, request, handler, context);
150 }
151
152
153 void OverrideEndpoint(const Aws::String& endpoint);
154 std::shared_ptr<KinesisVideoSignalingChannelsEndpointProviderBase>& accessEndpointProvider();
155 private:
157 void init(const KinesisVideoSignalingChannelsClientConfiguration& clientConfiguration);
158
160 std::shared_ptr<KinesisVideoSignalingChannelsEndpointProviderBase> m_endpointProvider;
161 };
162
163} // namespace KinesisVideoSignalingChannels
164} // namespace Aws
void GetIceServerConfigAsync(const GetIceServerConfigRequestT &request, const GetIceServerConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetIceServerConfigOutcome GetIceServerConfig(const Model::GetIceServerConfigRequest &request) const
KinesisVideoSignalingChannelsClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::SendAlexaOfferToMasterOutcomeCallable SendAlexaOfferToMasterCallable(const SendAlexaOfferToMasterRequestT &request) const
virtual Model::SendAlexaOfferToMasterOutcome SendAlexaOfferToMaster(const Model::SendAlexaOfferToMasterRequest &request) const
std::shared_ptr< KinesisVideoSignalingChannelsEndpointProviderBase > & accessEndpointProvider()
KinesisVideoSignalingChannelsClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< KinesisVideoSignalingChannelsEndpointProviderBase > endpointProvider=nullptr, const Aws::KinesisVideoSignalingChannels::KinesisVideoSignalingChannelsClientConfiguration &clientConfiguration=Aws::KinesisVideoSignalingChannels::KinesisVideoSignalingChannelsClientConfiguration())
KinesisVideoSignalingChannelsClient(const Aws::Client::ClientConfiguration &clientConfiguration)
Model::GetIceServerConfigOutcomeCallable GetIceServerConfigCallable(const GetIceServerConfigRequestT &request) const
KinesisVideoSignalingChannelsClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< KinesisVideoSignalingChannelsEndpointProviderBase > endpointProvider=nullptr, const Aws::KinesisVideoSignalingChannels::KinesisVideoSignalingChannelsClientConfiguration &clientConfiguration=Aws::KinesisVideoSignalingChannels::KinesisVideoSignalingChannelsClientConfiguration())
void SendAlexaOfferToMasterAsync(const SendAlexaOfferToMasterRequestT &request, const SendAlexaOfferToMasterResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
KinesisVideoSignalingChannelsClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
KinesisVideoSignalingChannelsClient(const Aws::KinesisVideoSignalingChannels::KinesisVideoSignalingChannelsClientConfiguration &clientConfiguration=Aws::KinesisVideoSignalingChannels::KinesisVideoSignalingChannelsClientConfiguration(), std::shared_ptr< KinesisVideoSignalingChannelsEndpointProviderBase > endpointProvider=nullptr)
std::future< SendAlexaOfferToMasterOutcome > SendAlexaOfferToMasterOutcomeCallable
std::function< void(const KinesisVideoSignalingChannelsClient *, const Model::SendAlexaOfferToMasterRequest &, const Model::SendAlexaOfferToMasterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SendAlexaOfferToMasterResponseReceivedHandler
std::function< void(const KinesisVideoSignalingChannelsClient *, const Model::GetIceServerConfigRequest &, const Model::GetIceServerConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetIceServerConfigResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String