AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
KeyspacesServiceClientModel.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/keyspaces/KeyspacesEndpointProvider.h>
15#include <aws/keyspaces/KeyspacesErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in KeyspacesClient header */
22#include <aws/keyspaces/model/CreateKeyspaceResult.h>
23#include <aws/keyspaces/model/CreateTableResult.h>
24#include <aws/keyspaces/model/CreateTypeResult.h>
25#include <aws/keyspaces/model/DeleteKeyspaceResult.h>
26#include <aws/keyspaces/model/DeleteTableResult.h>
27#include <aws/keyspaces/model/DeleteTypeResult.h>
28#include <aws/keyspaces/model/GetKeyspaceResult.h>
29#include <aws/keyspaces/model/GetTableAutoScalingSettingsResult.h>
30#include <aws/keyspaces/model/GetTableResult.h>
31#include <aws/keyspaces/model/GetTypeResult.h>
32#include <aws/keyspaces/model/ListKeyspacesRequest.h>
33#include <aws/keyspaces/model/ListKeyspacesResult.h>
34#include <aws/keyspaces/model/ListTablesResult.h>
35#include <aws/keyspaces/model/ListTagsForResourceResult.h>
36#include <aws/keyspaces/model/ListTypesResult.h>
37#include <aws/keyspaces/model/RestoreTableResult.h>
38#include <aws/keyspaces/model/TagResourceResult.h>
39#include <aws/keyspaces/model/UntagResourceResult.h>
40#include <aws/keyspaces/model/UpdateKeyspaceResult.h>
41#include <aws/keyspaces/model/UpdateTableResult.h>
42/* End of service model headers required in KeyspacesClient header */
43
44namespace Aws {
45namespace Http {
46class HttpClient;
47class HttpClientFactory;
48} // namespace Http
49
50namespace Utils {
51template <typename R, typename E>
52class Outcome;
53
54namespace Threading {
55class Executor;
56} // namespace Threading
57} // namespace Utils
58
59namespace Auth {
60class AWSCredentials;
61class AWSCredentialsProvider;
62} // namespace Auth
63
64namespace Client {
65class RetryStrategy;
66} // namespace Client
67
68namespace Keyspaces {
72
73namespace Model {
74/* Service model forward declarations required in KeyspacesClient header */
82class GetTableRequest;
84class GetTypeRequest;
94/* End of service model forward declarations required in KeyspacesClient header */
95
96/* Service model Outcome class definitions */
116/* End of service model Outcome class definitions */
117
118/* Service model Outcome callable definitions */
119typedef std::future<CreateKeyspaceOutcome> CreateKeyspaceOutcomeCallable;
120typedef std::future<CreateTableOutcome> CreateTableOutcomeCallable;
121typedef std::future<CreateTypeOutcome> CreateTypeOutcomeCallable;
122typedef std::future<DeleteKeyspaceOutcome> DeleteKeyspaceOutcomeCallable;
123typedef std::future<DeleteTableOutcome> DeleteTableOutcomeCallable;
124typedef std::future<DeleteTypeOutcome> DeleteTypeOutcomeCallable;
125typedef std::future<GetKeyspaceOutcome> GetKeyspaceOutcomeCallable;
126typedef std::future<GetTableOutcome> GetTableOutcomeCallable;
127typedef std::future<GetTableAutoScalingSettingsOutcome> GetTableAutoScalingSettingsOutcomeCallable;
128typedef std::future<GetTypeOutcome> GetTypeOutcomeCallable;
129typedef std::future<ListKeyspacesOutcome> ListKeyspacesOutcomeCallable;
130typedef std::future<ListTablesOutcome> ListTablesOutcomeCallable;
131typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
132typedef std::future<ListTypesOutcome> ListTypesOutcomeCallable;
133typedef std::future<RestoreTableOutcome> RestoreTableOutcomeCallable;
134typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
135typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
136typedef std::future<UpdateKeyspaceOutcome> UpdateKeyspaceOutcomeCallable;
137typedef std::future<UpdateTableOutcome> UpdateTableOutcomeCallable;
138/* End of service model Outcome callable definitions */
139} // namespace Model
140
141class KeyspacesClient;
142
143/* Service model async handlers definitions */
144typedef std::function<void(const KeyspacesClient*, const Model::CreateKeyspaceRequest&, const Model::CreateKeyspaceOutcome&,
145 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
147typedef std::function<void(const KeyspacesClient*, const Model::CreateTableRequest&, const Model::CreateTableOutcome&,
148 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
150typedef std::function<void(const KeyspacesClient*, const Model::CreateTypeRequest&, const Model::CreateTypeOutcome&,
151 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
153typedef std::function<void(const KeyspacesClient*, const Model::DeleteKeyspaceRequest&, const Model::DeleteKeyspaceOutcome&,
154 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
156typedef std::function<void(const KeyspacesClient*, const Model::DeleteTableRequest&, const Model::DeleteTableOutcome&,
157 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
159typedef std::function<void(const KeyspacesClient*, const Model::DeleteTypeRequest&, const Model::DeleteTypeOutcome&,
160 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
162typedef std::function<void(const KeyspacesClient*, const Model::GetKeyspaceRequest&, const Model::GetKeyspaceOutcome&,
163 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
165typedef std::function<void(const KeyspacesClient*, const Model::GetTableRequest&, const Model::GetTableOutcome&,
166 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
168typedef std::function<void(const KeyspacesClient*, const Model::GetTableAutoScalingSettingsRequest&,
169 const Model::GetTableAutoScalingSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
171typedef std::function<void(const KeyspacesClient*, const Model::GetTypeRequest&, const Model::GetTypeOutcome&,
172 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
174typedef std::function<void(const KeyspacesClient*, const Model::ListKeyspacesRequest&, const Model::ListKeyspacesOutcome&,
175 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
177typedef std::function<void(const KeyspacesClient*, const Model::ListTablesRequest&, const Model::ListTablesOutcome&,
178 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
180typedef std::function<void(const KeyspacesClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
181 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
183typedef std::function<void(const KeyspacesClient*, const Model::ListTypesRequest&, const Model::ListTypesOutcome&,
184 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
186typedef std::function<void(const KeyspacesClient*, const Model::RestoreTableRequest&, const Model::RestoreTableOutcome&,
187 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
189typedef std::function<void(const KeyspacesClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
190 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
192typedef std::function<void(const KeyspacesClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
193 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
195typedef std::function<void(const KeyspacesClient*, const Model::UpdateKeyspaceRequest&, const Model::UpdateKeyspaceOutcome&,
196 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
198typedef std::function<void(const KeyspacesClient*, const Model::UpdateTableRequest&, const Model::UpdateTableOutcome&,
199 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
201/* End of service model async handlers definitions */
202} // namespace Keyspaces
203} // namespace Aws
EndpointProviderBase< KeyspacesClientConfiguration, KeyspacesBuiltInParameters, KeyspacesClientContextParameters > KeyspacesEndpointProviderBase
Aws::Utils::Outcome< ListTablesResult, KeyspacesError > ListTablesOutcome
Aws::Utils::Outcome< RestoreTableResult, KeyspacesError > RestoreTableOutcome
std::future< ListTablesOutcome > ListTablesOutcomeCallable
Aws::Utils::Outcome< UpdateKeyspaceResult, KeyspacesError > UpdateKeyspaceOutcome
Aws::Utils::Outcome< GetTableResult, KeyspacesError > GetTableOutcome
Aws::Utils::Outcome< DeleteTableResult, KeyspacesError > DeleteTableOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< UpdateTableOutcome > UpdateTableOutcomeCallable
Aws::Utils::Outcome< UpdateTableResult, KeyspacesError > UpdateTableOutcome
std::future< UpdateKeyspaceOutcome > UpdateKeyspaceOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, KeyspacesError > TagResourceOutcome
Aws::Utils::Outcome< CreateTableResult, KeyspacesError > CreateTableOutcome
Aws::Utils::Outcome< GetTableAutoScalingSettingsResult, KeyspacesError > GetTableAutoScalingSettingsOutcome
std::future< GetTableOutcome > GetTableOutcomeCallable
std::future< GetTableAutoScalingSettingsOutcome > GetTableAutoScalingSettingsOutcomeCallable
std::future< DeleteKeyspaceOutcome > DeleteKeyspaceOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListKeyspacesOutcome > ListKeyspacesOutcomeCallable
std::future< CreateKeyspaceOutcome > CreateKeyspaceOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, KeyspacesError > ListTagsForResourceOutcome
std::future< GetKeyspaceOutcome > GetKeyspaceOutcomeCallable
Aws::Utils::Outcome< DeleteKeyspaceResult, KeyspacesError > DeleteKeyspaceOutcome
Aws::Utils::Outcome< CreateKeyspaceResult, KeyspacesError > CreateKeyspaceOutcome
std::future< RestoreTableOutcome > RestoreTableOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< ListTypesOutcome > ListTypesOutcomeCallable
std::future< CreateTypeOutcome > CreateTypeOutcomeCallable
std::future< DeleteTableOutcome > DeleteTableOutcomeCallable
Aws::Utils::Outcome< GetTypeResult, KeyspacesError > GetTypeOutcome
std::future< DeleteTypeOutcome > DeleteTypeOutcomeCallable
Aws::Utils::Outcome< ListTypesResult, KeyspacesError > ListTypesOutcome
std::future< CreateTableOutcome > CreateTableOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, KeyspacesError > UntagResourceOutcome
Aws::Utils::Outcome< DeleteTypeResult, KeyspacesError > DeleteTypeOutcome
Aws::Utils::Outcome< GetKeyspaceResult, KeyspacesError > GetKeyspaceOutcome
std::future< GetTypeOutcome > GetTypeOutcomeCallable
Aws::Utils::Outcome< ListKeyspacesResult, KeyspacesError > ListKeyspacesOutcome
Aws::Utils::Outcome< CreateTypeResult, KeyspacesError > CreateTypeOutcome
std::function< void(const KeyspacesClient *, const Model::GetTableRequest &, const Model::GetTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetTableResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::GetKeyspaceRequest &, const Model::GetKeyspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetKeyspaceResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::UpdateTableRequest &, const Model::UpdateTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateTableResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::UpdateKeyspaceRequest &, const Model::UpdateKeyspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateKeyspaceResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::GetTableAutoScalingSettingsRequest &, const Model::GetTableAutoScalingSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetTableAutoScalingSettingsResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::ListTypesRequest &, const Model::ListTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTypesResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::ListKeyspacesRequest &, const Model::ListKeyspacesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListKeyspacesResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::ListTablesRequest &, const Model::ListTablesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTablesResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::CreateTypeRequest &, const Model::CreateTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateTypeResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::DeleteTableRequest &, const Model::DeleteTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteTableResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::CreateKeyspaceRequest &, const Model::CreateKeyspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateKeyspaceResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::DeleteKeyspaceRequest &, const Model::DeleteKeyspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteKeyspaceResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::GetTypeRequest &, const Model::GetTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetTypeResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::RestoreTableRequest &, const Model::RestoreTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RestoreTableResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::DeleteTypeRequest &, const Model::DeleteTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteTypeResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::CreateTableRequest &, const Model::CreateTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateTableResponseReceivedHandler