AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
KeyspacesStreamsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/keyspacesstreams/KeyspacesStreamsEndpointProvider.h>
15#include <aws/keyspacesstreams/KeyspacesStreamsErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in KeyspacesStreamsClient header */
22#include <aws/keyspacesstreams/model/GetRecordsResult.h>
23#include <aws/keyspacesstreams/model/GetShardIteratorResult.h>
24#include <aws/keyspacesstreams/model/GetStreamResult.h>
25#include <aws/keyspacesstreams/model/ListStreamsRequest.h>
26#include <aws/keyspacesstreams/model/ListStreamsResult.h>
27/* End of service model headers required in KeyspacesStreamsClient header */
28
29namespace Aws {
30namespace Http {
31class HttpClient;
32class HttpClientFactory;
33} // namespace Http
34
35namespace Utils {
36template <typename R, typename E>
37class Outcome;
38
39namespace Threading {
40class Executor;
41} // namespace Threading
42} // namespace Utils
43
44namespace Auth {
45class AWSCredentials;
46class AWSCredentialsProvider;
47} // namespace Auth
48
49namespace Client {
50class RetryStrategy;
51} // namespace Client
52
53namespace KeyspacesStreams {
57
58namespace Model {
59/* Service model forward declarations required in KeyspacesStreamsClient header */
64/* End of service model forward declarations required in KeyspacesStreamsClient header */
65
66/* Service model Outcome class definitions */
71/* End of service model Outcome class definitions */
72
73/* Service model Outcome callable definitions */
74typedef std::future<GetRecordsOutcome> GetRecordsOutcomeCallable;
75typedef std::future<GetShardIteratorOutcome> GetShardIteratorOutcomeCallable;
76typedef std::future<GetStreamOutcome> GetStreamOutcomeCallable;
77typedef std::future<ListStreamsOutcome> ListStreamsOutcomeCallable;
78/* End of service model Outcome callable definitions */
79} // namespace Model
80
82
83/* Service model async handlers definitions */
84typedef std::function<void(const KeyspacesStreamsClient*, const Model::GetRecordsRequest&, const Model::GetRecordsOutcome&,
85 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
87typedef std::function<void(const KeyspacesStreamsClient*, const Model::GetShardIteratorRequest&, const Model::GetShardIteratorOutcome&,
88 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
90typedef std::function<void(const KeyspacesStreamsClient*, const Model::GetStreamRequest&, const Model::GetStreamOutcome&,
91 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
93typedef std::function<void(const KeyspacesStreamsClient*, const Model::ListStreamsRequest&, const Model::ListStreamsOutcome&,
94 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
96/* End of service model async handlers definitions */
97} // namespace KeyspacesStreams
98} // namespace Aws
EndpointProviderBase< KeyspacesStreamsClientConfiguration, KeyspacesStreamsBuiltInParameters, KeyspacesStreamsClientContextParameters > KeyspacesStreamsEndpointProviderBase
Aws::Utils::Outcome< ListStreamsResult, KeyspacesStreamsError > ListStreamsOutcome
Aws::Utils::Outcome< GetShardIteratorResult, KeyspacesStreamsError > GetShardIteratorOutcome
std::future< GetShardIteratorOutcome > GetShardIteratorOutcomeCallable
Aws::Utils::Outcome< GetStreamResult, KeyspacesStreamsError > GetStreamOutcome
std::future< ListStreamsOutcome > ListStreamsOutcomeCallable
Aws::Utils::Outcome< GetRecordsResult, KeyspacesStreamsError > GetRecordsOutcome
std::future< GetRecordsOutcome > GetRecordsOutcomeCallable
std::future< GetStreamOutcome > GetStreamOutcomeCallable
std::function< void(const KeyspacesStreamsClient *, const Model::GetStreamRequest &, const Model::GetStreamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetStreamResponseReceivedHandler
std::function< void(const KeyspacesStreamsClient *, const Model::ListStreamsRequest &, const Model::ListStreamsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListStreamsResponseReceivedHandler
std::function< void(const KeyspacesStreamsClient *, const Model::GetShardIteratorRequest &, const Model::GetShardIteratorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetShardIteratorResponseReceivedHandler
std::function< void(const KeyspacesStreamsClient *, const Model::GetRecordsRequest &, const Model::GetRecordsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRecordsResponseReceivedHandler