AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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/UpdateKeyspaceResult.h>
39#include <aws/keyspaces/model/UpdateTableResult.h>
40#include <aws/keyspaces/model/ListKeyspacesRequest.h>
41/* End of service model headers required in KeyspacesClient header */
42
43namespace Aws
44{
45 namespace Http
46 {
47 class HttpClient;
48 class HttpClientFactory;
49 } // namespace Http
50
51 namespace Utils
52 {
53 template< typename R, typename E> class Outcome;
54
55 namespace Threading
56 {
57 class Executor;
58 } // namespace Threading
59 } // namespace Utils
60
61 namespace Auth
62 {
63 class AWSCredentials;
64 class AWSCredentialsProvider;
65 } // namespace Auth
66
67 namespace Client
68 {
69 class RetryStrategy;
70 } // namespace Client
71
72 namespace Keyspaces
73 {
77
78 namespace Model
79 {
80 /* Service model forward declarations required in KeyspacesClient header */
88 class GetTableRequest;
90 class GetTypeRequest;
94 class ListTypesRequest;
100 /* End of service model forward declarations required in KeyspacesClient header */
101
102 /* Service model Outcome class definitions */
122 /* End of service model Outcome class definitions */
123
124 /* Service model Outcome callable definitions */
125 typedef std::future<CreateKeyspaceOutcome> CreateKeyspaceOutcomeCallable;
126 typedef std::future<CreateTableOutcome> CreateTableOutcomeCallable;
127 typedef std::future<CreateTypeOutcome> CreateTypeOutcomeCallable;
128 typedef std::future<DeleteKeyspaceOutcome> DeleteKeyspaceOutcomeCallable;
129 typedef std::future<DeleteTableOutcome> DeleteTableOutcomeCallable;
130 typedef std::future<DeleteTypeOutcome> DeleteTypeOutcomeCallable;
131 typedef std::future<GetKeyspaceOutcome> GetKeyspaceOutcomeCallable;
132 typedef std::future<GetTableOutcome> GetTableOutcomeCallable;
133 typedef std::future<GetTableAutoScalingSettingsOutcome> GetTableAutoScalingSettingsOutcomeCallable;
134 typedef std::future<GetTypeOutcome> GetTypeOutcomeCallable;
135 typedef std::future<ListKeyspacesOutcome> ListKeyspacesOutcomeCallable;
136 typedef std::future<ListTablesOutcome> ListTablesOutcomeCallable;
137 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
138 typedef std::future<ListTypesOutcome> ListTypesOutcomeCallable;
139 typedef std::future<RestoreTableOutcome> RestoreTableOutcomeCallable;
140 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
141 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
142 typedef std::future<UpdateKeyspaceOutcome> UpdateKeyspaceOutcomeCallable;
143 typedef std::future<UpdateTableOutcome> UpdateTableOutcomeCallable;
144 /* End of service model Outcome callable definitions */
145 } // namespace Model
146
147 class KeyspacesClient;
148
149 /* Service model async handlers definitions */
150 typedef std::function<void(const KeyspacesClient*, const Model::CreateKeyspaceRequest&, const Model::CreateKeyspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateKeyspaceResponseReceivedHandler;
151 typedef std::function<void(const KeyspacesClient*, const Model::CreateTableRequest&, const Model::CreateTableOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateTableResponseReceivedHandler;
152 typedef std::function<void(const KeyspacesClient*, const Model::CreateTypeRequest&, const Model::CreateTypeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateTypeResponseReceivedHandler;
153 typedef std::function<void(const KeyspacesClient*, const Model::DeleteKeyspaceRequest&, const Model::DeleteKeyspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteKeyspaceResponseReceivedHandler;
154 typedef std::function<void(const KeyspacesClient*, const Model::DeleteTableRequest&, const Model::DeleteTableOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteTableResponseReceivedHandler;
155 typedef std::function<void(const KeyspacesClient*, const Model::DeleteTypeRequest&, const Model::DeleteTypeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteTypeResponseReceivedHandler;
156 typedef std::function<void(const KeyspacesClient*, const Model::GetKeyspaceRequest&, const Model::GetKeyspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetKeyspaceResponseReceivedHandler;
157 typedef std::function<void(const KeyspacesClient*, const Model::GetTableRequest&, const Model::GetTableOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTableResponseReceivedHandler;
158 typedef std::function<void(const KeyspacesClient*, const Model::GetTableAutoScalingSettingsRequest&, const Model::GetTableAutoScalingSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTableAutoScalingSettingsResponseReceivedHandler;
159 typedef std::function<void(const KeyspacesClient*, const Model::GetTypeRequest&, const Model::GetTypeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTypeResponseReceivedHandler;
160 typedef std::function<void(const KeyspacesClient*, const Model::ListKeyspacesRequest&, const Model::ListKeyspacesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListKeyspacesResponseReceivedHandler;
161 typedef std::function<void(const KeyspacesClient*, const Model::ListTablesRequest&, const Model::ListTablesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTablesResponseReceivedHandler;
162 typedef std::function<void(const KeyspacesClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
163 typedef std::function<void(const KeyspacesClient*, const Model::ListTypesRequest&, const Model::ListTypesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTypesResponseReceivedHandler;
164 typedef std::function<void(const KeyspacesClient*, const Model::RestoreTableRequest&, const Model::RestoreTableOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RestoreTableResponseReceivedHandler;
165 typedef std::function<void(const KeyspacesClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
166 typedef std::function<void(const KeyspacesClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
167 typedef std::function<void(const KeyspacesClient*, const Model::UpdateKeyspaceRequest&, const Model::UpdateKeyspaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateKeyspaceResponseReceivedHandler;
168 typedef std::function<void(const KeyspacesClient*, const Model::UpdateTableRequest&, const Model::UpdateTableOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateTableResponseReceivedHandler;
169 /* End of service model async handlers definitions */
170 } // namespace Keyspaces
171} // 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::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::UpdateKeyspaceRequest &, const Model::UpdateKeyspaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateKeyspaceResponseReceivedHandler
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