AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
KeyspacesServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/keyspaces/KeyspacesErrors.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/keyspaces/KeyspacesEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in KeyspacesClient header */
21#include <aws/keyspaces/model/CreateKeyspaceResult.h>
22#include <aws/keyspaces/model/CreateTableResult.h>
23#include <aws/keyspaces/model/CreateTypeResult.h>
24#include <aws/keyspaces/model/DeleteKeyspaceResult.h>
25#include <aws/keyspaces/model/DeleteTableResult.h>
26#include <aws/keyspaces/model/DeleteTypeResult.h>
27#include <aws/keyspaces/model/GetKeyspaceResult.h>
28#include <aws/keyspaces/model/GetTableResult.h>
29#include <aws/keyspaces/model/GetTableAutoScalingSettingsResult.h>
30#include <aws/keyspaces/model/GetTypeResult.h>
31#include <aws/keyspaces/model/ListKeyspacesResult.h>
32#include <aws/keyspaces/model/ListTablesResult.h>
33#include <aws/keyspaces/model/ListTagsForResourceResult.h>
34#include <aws/keyspaces/model/ListTypesResult.h>
35#include <aws/keyspaces/model/RestoreTableResult.h>
36#include <aws/keyspaces/model/TagResourceResult.h>
37#include <aws/keyspaces/model/UntagResourceResult.h>
38#include <aws/keyspaces/model/UpdateTableResult.h>
39#include <aws/keyspaces/model/ListKeyspacesRequest.h>
40/* End of service model headers required in KeyspacesClient header */
41
42namespace Aws
43{
44 namespace Http
45 {
46 class HttpClient;
47 class HttpClientFactory;
48 } // namespace Http
49
50 namespace Utils
51 {
52 template< typename R, typename E> class Outcome;
53
54 namespace Threading
55 {
56 class Executor;
57 } // namespace Threading
58 } // namespace Utils
59
60 namespace Auth
61 {
62 class AWSCredentials;
63 class AWSCredentialsProvider;
64 } // namespace Auth
65
66 namespace Client
67 {
68 class RetryStrategy;
69 } // namespace Client
70
71 namespace Keyspaces
72 {
76
77 namespace Model
78 {
79 /* Service model forward declarations required in KeyspacesClient header */
87 class GetTableRequest;
89 class GetTypeRequest;
93 class ListTypesRequest;
98 /* End of service model forward declarations required in KeyspacesClient header */
99
100 /* Service model Outcome class definitions */
119 /* End of service model Outcome class definitions */
120
121 /* Service model Outcome callable definitions */
122 typedef std::future<CreateKeyspaceOutcome> CreateKeyspaceOutcomeCallable;
123 typedef std::future<CreateTableOutcome> CreateTableOutcomeCallable;
124 typedef std::future<CreateTypeOutcome> CreateTypeOutcomeCallable;
125 typedef std::future<DeleteKeyspaceOutcome> DeleteKeyspaceOutcomeCallable;
126 typedef std::future<DeleteTableOutcome> DeleteTableOutcomeCallable;
127 typedef std::future<DeleteTypeOutcome> DeleteTypeOutcomeCallable;
128 typedef std::future<GetKeyspaceOutcome> GetKeyspaceOutcomeCallable;
129 typedef std::future<GetTableOutcome> GetTableOutcomeCallable;
130 typedef std::future<GetTableAutoScalingSettingsOutcome> GetTableAutoScalingSettingsOutcomeCallable;
131 typedef std::future<GetTypeOutcome> GetTypeOutcomeCallable;
132 typedef std::future<ListKeyspacesOutcome> ListKeyspacesOutcomeCallable;
133 typedef std::future<ListTablesOutcome> ListTablesOutcomeCallable;
134 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
135 typedef std::future<ListTypesOutcome> ListTypesOutcomeCallable;
136 typedef std::future<RestoreTableOutcome> RestoreTableOutcomeCallable;
137 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
138 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
139 typedef std::future<UpdateTableOutcome> UpdateTableOutcomeCallable;
140 /* End of service model Outcome callable definitions */
141 } // namespace Model
142
143 class KeyspacesClient;
144
145 /* Service model async handlers definitions */
146 typedef std::function<void(const KeyspacesClient*, const Model::CreateKeyspaceRequest&, const Model::CreateKeyspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateKeyspaceResponseReceivedHandler;
147 typedef std::function<void(const KeyspacesClient*, const Model::CreateTableRequest&, const Model::CreateTableOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateTableResponseReceivedHandler;
148 typedef std::function<void(const KeyspacesClient*, const Model::CreateTypeRequest&, const Model::CreateTypeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateTypeResponseReceivedHandler;
149 typedef std::function<void(const KeyspacesClient*, const Model::DeleteKeyspaceRequest&, const Model::DeleteKeyspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteKeyspaceResponseReceivedHandler;
150 typedef std::function<void(const KeyspacesClient*, const Model::DeleteTableRequest&, const Model::DeleteTableOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteTableResponseReceivedHandler;
151 typedef std::function<void(const KeyspacesClient*, const Model::DeleteTypeRequest&, const Model::DeleteTypeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteTypeResponseReceivedHandler;
152 typedef std::function<void(const KeyspacesClient*, const Model::GetKeyspaceRequest&, const Model::GetKeyspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetKeyspaceResponseReceivedHandler;
153 typedef std::function<void(const KeyspacesClient*, const Model::GetTableRequest&, const Model::GetTableOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTableResponseReceivedHandler;
154 typedef std::function<void(const KeyspacesClient*, const Model::GetTableAutoScalingSettingsRequest&, const Model::GetTableAutoScalingSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTableAutoScalingSettingsResponseReceivedHandler;
155 typedef std::function<void(const KeyspacesClient*, const Model::GetTypeRequest&, const Model::GetTypeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTypeResponseReceivedHandler;
156 typedef std::function<void(const KeyspacesClient*, const Model::ListKeyspacesRequest&, const Model::ListKeyspacesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListKeyspacesResponseReceivedHandler;
157 typedef std::function<void(const KeyspacesClient*, const Model::ListTablesRequest&, const Model::ListTablesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTablesResponseReceivedHandler;
158 typedef std::function<void(const KeyspacesClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
159 typedef std::function<void(const KeyspacesClient*, const Model::ListTypesRequest&, const Model::ListTypesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTypesResponseReceivedHandler;
160 typedef std::function<void(const KeyspacesClient*, const Model::RestoreTableRequest&, const Model::RestoreTableOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RestoreTableResponseReceivedHandler;
161 typedef std::function<void(const KeyspacesClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
162 typedef std::function<void(const KeyspacesClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
163 typedef std::function<void(const KeyspacesClient*, const Model::UpdateTableRequest&, const Model::UpdateTableOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateTableResponseReceivedHandler;
164 /* End of service model async handlers definitions */
165 } // namespace Keyspaces
166} // 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< GetTableResult, KeyspacesError > GetTableOutcome
Aws::Utils::Outcome< DeleteTableResult, KeyspacesError > DeleteTableOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< UpdateTableOutcome > UpdateTableOutcomeCallable
Aws::Utils::Outcome< UpdateTableResult, KeyspacesError > UpdateTableOutcome
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::DeleteTableRequest &, const Model::DeleteTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTableResponseReceivedHandler
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
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::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
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::ListTypesRequest &, const Model::ListTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTypesResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::CreateTableRequest &, const Model::CreateTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateTableResponseReceivedHandler
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::GetTableRequest &, const Model::GetTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTableResponseReceivedHandler
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::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::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
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::DeleteTypeRequest &, const Model::DeleteTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTypeResponseReceivedHandler
std::function< void(const KeyspacesClient *, const Model::CreateKeyspaceRequest &, const Model::CreateKeyspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateKeyspaceResponseReceivedHandler