AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
KinesisVideoMediaServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/kinesis-video-media/KinesisVideoMediaErrors.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/kinesis-video-media/KinesisVideoMediaEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in KinesisVideoMediaClient header */
21#include <aws/kinesis-video-media/model/GetMediaResult.h>
22/* End of service model headers required in KinesisVideoMediaClient header */
23
24namespace Aws
25{
26 namespace Http
27 {
28 class HttpClient;
29 class HttpClientFactory;
30 } // namespace Http
31
32 namespace Utils
33 {
34 template< typename R, typename E> class Outcome;
35
36 namespace Threading
37 {
38 class Executor;
39 } // namespace Threading
40 } // namespace Utils
41
42 namespace Auth
43 {
44 class AWSCredentials;
45 class AWSCredentialsProvider;
46 } // namespace Auth
47
48 namespace Client
49 {
50 class RetryStrategy;
51 } // namespace Client
52
53 namespace KinesisVideoMedia
54 {
58
59 namespace Model
60 {
61 /* Service model forward declarations required in KinesisVideoMediaClient header */
62 class GetMediaRequest;
63 /* End of service model forward declarations required in KinesisVideoMediaClient header */
64
65 /* Service model Outcome class definitions */
67 /* End of service model Outcome class definitions */
68
69 /* Service model Outcome callable definitions */
70 typedef std::future<GetMediaOutcome> GetMediaOutcomeCallable;
71 /* End of service model Outcome callable definitions */
72 } // namespace Model
73
75
76 /* Service model async handlers definitions */
77 typedef std::function<void(const KinesisVideoMediaClient*, const Model::GetMediaRequest&, Model::GetMediaOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetMediaResponseReceivedHandler;
78 /* End of service model async handlers definitions */
79 } // namespace KinesisVideoMedia
80} // namespace Aws
EndpointProviderBase< KinesisVideoMediaClientConfiguration, KinesisVideoMediaBuiltInParameters, KinesisVideoMediaClientContextParameters > KinesisVideoMediaEndpointProviderBase
std::future< GetMediaOutcome > GetMediaOutcomeCallable
Aws::Utils::Outcome< GetMediaResult, KinesisVideoMediaError > GetMediaOutcome
std::function< void(const KinesisVideoMediaClient *, const Model::GetMediaRequest &, Model::GetMediaOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetMediaResponseReceivedHandler