AWS SDK for C++

AWS SDK for C++ Version 1.11.897

Loading...
Searching...
No Matches
ElementalInferenceServiceClientModel.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/elementalinference/ElementalInferenceEndpointProvider.h>
15#include <aws/elementalinference/ElementalInferenceErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in ElementalInferenceClient header */
22#include <aws/core/NoResult.h>
23#include <aws/elementalinference/model/AssociateFeedResult.h>
24#include <aws/elementalinference/model/CreateDictionaryResult.h>
25#include <aws/elementalinference/model/CreateFeedResult.h>
26#include <aws/elementalinference/model/DeleteDictionaryResult.h>
27#include <aws/elementalinference/model/DeleteFeedResult.h>
28#include <aws/elementalinference/model/DisassociateFeedResult.h>
29#include <aws/elementalinference/model/ExportDictionaryEntriesResult.h>
30#include <aws/elementalinference/model/GetDictionaryResult.h>
31#include <aws/elementalinference/model/GetFeedPolicyResult.h>
32#include <aws/elementalinference/model/GetFeedResult.h>
33#include <aws/elementalinference/model/GetFixtureResult.h>
34#include <aws/elementalinference/model/ListDictionariesRequest.h>
35#include <aws/elementalinference/model/ListDictionariesResult.h>
36#include <aws/elementalinference/model/ListFeedsRequest.h>
37#include <aws/elementalinference/model/ListFeedsResult.h>
38#include <aws/elementalinference/model/ListTagsForResourceResult.h>
39#include <aws/elementalinference/model/PutFeedPolicyResult.h>
40#include <aws/elementalinference/model/SearchFixturesResult.h>
41#include <aws/elementalinference/model/UpdateDictionaryResult.h>
42#include <aws/elementalinference/model/UpdateFeedResult.h>
43/* End of service model headers required in ElementalInferenceClient header */
44
45namespace Aws {
46namespace Http {
47class HttpClient;
48class HttpClientFactory;
49} // namespace Http
50
51namespace Utils {
52template <typename R, typename E>
53class Outcome;
54
55namespace Threading {
56class Executor;
57} // namespace Threading
58} // namespace Utils
59
60namespace Auth {
61class AWSCredentials;
62class AWSCredentialsProvider;
63} // namespace Auth
64
65namespace Client {
66class RetryStrategy;
67} // namespace Client
68
69namespace ElementalInference {
73
74namespace Model {
75/* Service model forward declarations required in ElementalInferenceClient header */
85class GetFeedRequest;
97/* End of service model forward declarations required in ElementalInferenceClient header */
98
99/* Service model Outcome class definitions */
121/* End of service model Outcome class definitions */
122
123/* Service model Outcome callable definitions */
124typedef std::future<AssociateFeedOutcome> AssociateFeedOutcomeCallable;
125typedef std::future<CreateDictionaryOutcome> CreateDictionaryOutcomeCallable;
126typedef std::future<CreateFeedOutcome> CreateFeedOutcomeCallable;
127typedef std::future<DeleteDictionaryOutcome> DeleteDictionaryOutcomeCallable;
128typedef std::future<DeleteFeedOutcome> DeleteFeedOutcomeCallable;
129typedef std::future<DeleteFeedPolicyOutcome> DeleteFeedPolicyOutcomeCallable;
130typedef std::future<DisassociateFeedOutcome> DisassociateFeedOutcomeCallable;
131typedef std::future<ExportDictionaryEntriesOutcome> ExportDictionaryEntriesOutcomeCallable;
132typedef std::future<GetDictionaryOutcome> GetDictionaryOutcomeCallable;
133typedef std::future<GetFeedOutcome> GetFeedOutcomeCallable;
134typedef std::future<GetFeedPolicyOutcome> GetFeedPolicyOutcomeCallable;
135typedef std::future<GetFixtureOutcome> GetFixtureOutcomeCallable;
136typedef std::future<ListDictionariesOutcome> ListDictionariesOutcomeCallable;
137typedef std::future<ListFeedsOutcome> ListFeedsOutcomeCallable;
138typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
139typedef std::future<PutFeedPolicyOutcome> PutFeedPolicyOutcomeCallable;
140typedef std::future<SearchFixturesOutcome> SearchFixturesOutcomeCallable;
141typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
142typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
143typedef std::future<UpdateDictionaryOutcome> UpdateDictionaryOutcomeCallable;
144typedef std::future<UpdateFeedOutcome> UpdateFeedOutcomeCallable;
145/* End of service model Outcome callable definitions */
146} // namespace Model
147
149
150/* Service model async handlers definitions */
151typedef std::function<void(const ElementalInferenceClient*, const Model::AssociateFeedRequest&, const Model::AssociateFeedOutcome&,
152 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
154typedef std::function<void(const ElementalInferenceClient*, const Model::CreateDictionaryRequest&, const Model::CreateDictionaryOutcome&,
155 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
157typedef std::function<void(const ElementalInferenceClient*, const Model::CreateFeedRequest&, const Model::CreateFeedOutcome&,
158 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
160typedef std::function<void(const ElementalInferenceClient*, const Model::DeleteDictionaryRequest&, const Model::DeleteDictionaryOutcome&,
161 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
163typedef std::function<void(const ElementalInferenceClient*, const Model::DeleteFeedRequest&, const Model::DeleteFeedOutcome&,
164 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
166typedef std::function<void(const ElementalInferenceClient*, const Model::DeleteFeedPolicyRequest&, const Model::DeleteFeedPolicyOutcome&,
167 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
169typedef std::function<void(const ElementalInferenceClient*, const Model::DisassociateFeedRequest&, const Model::DisassociateFeedOutcome&,
170 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
172typedef std::function<void(const ElementalInferenceClient*, const Model::ExportDictionaryEntriesRequest&,
173 const Model::ExportDictionaryEntriesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
175typedef std::function<void(const ElementalInferenceClient*, const Model::GetDictionaryRequest&, const Model::GetDictionaryOutcome&,
176 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
178typedef std::function<void(const ElementalInferenceClient*, const Model::GetFeedRequest&, const Model::GetFeedOutcome&,
179 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
181typedef std::function<void(const ElementalInferenceClient*, const Model::GetFeedPolicyRequest&, const Model::GetFeedPolicyOutcome&,
182 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
184typedef std::function<void(const ElementalInferenceClient*, const Model::GetFixtureRequest&, const Model::GetFixtureOutcome&,
185 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
187typedef std::function<void(const ElementalInferenceClient*, const Model::ListDictionariesRequest&, const Model::ListDictionariesOutcome&,
188 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
190typedef std::function<void(const ElementalInferenceClient*, const Model::ListFeedsRequest&, const Model::ListFeedsOutcome&,
191 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
193typedef std::function<void(const ElementalInferenceClient*, const Model::ListTagsForResourceRequest&,
194 const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
196typedef std::function<void(const ElementalInferenceClient*, const Model::PutFeedPolicyRequest&, const Model::PutFeedPolicyOutcome&,
197 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
199typedef std::function<void(const ElementalInferenceClient*, const Model::SearchFixturesRequest&, const Model::SearchFixturesOutcome&,
200 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
202typedef std::function<void(const ElementalInferenceClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
203 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
205typedef std::function<void(const ElementalInferenceClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
206 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
208typedef std::function<void(const ElementalInferenceClient*, const Model::UpdateDictionaryRequest&, const Model::UpdateDictionaryOutcome&,
209 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
211typedef std::function<void(const ElementalInferenceClient*, const Model::UpdateFeedRequest&, const Model::UpdateFeedOutcome&,
212 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
214/* End of service model async handlers definitions */
215} // namespace ElementalInference
216} // namespace Aws
EndpointProviderBase< ElementalInferenceClientConfiguration, ElementalInferenceBuiltInParameters, ElementalInferenceClientContextParameters > ElementalInferenceEndpointProviderBase
Aws::Utils::Outcome< AssociateFeedResult, ElementalInferenceError > AssociateFeedOutcome
std::future< GetFeedPolicyOutcome > GetFeedPolicyOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListDictionariesOutcome > ListDictionariesOutcomeCallable
std::future< SearchFixturesOutcome > SearchFixturesOutcomeCallable
std::future< DeleteDictionaryOutcome > DeleteDictionaryOutcomeCallable
std::future< UpdateFeedOutcome > UpdateFeedOutcomeCallable
std::future< UpdateDictionaryOutcome > UpdateDictionaryOutcomeCallable
std::future< CreateDictionaryOutcome > CreateDictionaryOutcomeCallable
Aws::Utils::Outcome< ExportDictionaryEntriesResult, ElementalInferenceError > ExportDictionaryEntriesOutcome
Aws::Utils::Outcome< Aws::NoResult, ElementalInferenceError > UntagResourceOutcome
std::future< DeleteFeedOutcome > DeleteFeedOutcomeCallable
std::future< GetFixtureOutcome > GetFixtureOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, ElementalInferenceError > ListTagsForResourceOutcome
Aws::Utils::Outcome< GetFixtureResult, ElementalInferenceError > GetFixtureOutcome
Aws::Utils::Outcome< DisassociateFeedResult, ElementalInferenceError > DisassociateFeedOutcome
std::future< DisassociateFeedOutcome > DisassociateFeedOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, ElementalInferenceError > TagResourceOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< AssociateFeedOutcome > AssociateFeedOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, ElementalInferenceError > DeleteFeedPolicyOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< CreateFeedResult, ElementalInferenceError > CreateFeedOutcome
std::future< CreateFeedOutcome > CreateFeedOutcomeCallable
Aws::Utils::Outcome< GetDictionaryResult, ElementalInferenceError > GetDictionaryOutcome
Aws::Utils::Outcome< ListFeedsResult, ElementalInferenceError > ListFeedsOutcome
Aws::Utils::Outcome< UpdateDictionaryResult, ElementalInferenceError > UpdateDictionaryOutcome
Aws::Utils::Outcome< SearchFixturesResult, ElementalInferenceError > SearchFixturesOutcome
Aws::Utils::Outcome< GetFeedResult, ElementalInferenceError > GetFeedOutcome
Aws::Utils::Outcome< GetFeedPolicyResult, ElementalInferenceError > GetFeedPolicyOutcome
Aws::Utils::Outcome< PutFeedPolicyResult, ElementalInferenceError > PutFeedPolicyOutcome
std::future< ListFeedsOutcome > ListFeedsOutcomeCallable
std::future< ExportDictionaryEntriesOutcome > ExportDictionaryEntriesOutcomeCallable
Aws::Utils::Outcome< CreateDictionaryResult, ElementalInferenceError > CreateDictionaryOutcome
std::future< DeleteFeedPolicyOutcome > DeleteFeedPolicyOutcomeCallable
Aws::Utils::Outcome< DeleteFeedResult, ElementalInferenceError > DeleteFeedOutcome
std::future< GetDictionaryOutcome > GetDictionaryOutcomeCallable
Aws::Utils::Outcome< UpdateFeedResult, ElementalInferenceError > UpdateFeedOutcome
Aws::Utils::Outcome< ListDictionariesResult, ElementalInferenceError > ListDictionariesOutcome
std::future< PutFeedPolicyOutcome > PutFeedPolicyOutcomeCallable
Aws::Utils::Outcome< DeleteDictionaryResult, ElementalInferenceError > DeleteDictionaryOutcome
std::function< void(const ElementalInferenceClient *, const Model::DisassociateFeedRequest &, const Model::DisassociateFeedOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateFeedResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::GetFeedPolicyRequest &, const Model::GetFeedPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFeedPolicyResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::GetFixtureRequest &, const Model::GetFixtureOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFixtureResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::DeleteDictionaryRequest &, const Model::DeleteDictionaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDictionaryResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::AssociateFeedRequest &, const Model::AssociateFeedOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssociateFeedResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::DeleteFeedPolicyRequest &, const Model::DeleteFeedPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFeedPolicyResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::UpdateFeedRequest &, const Model::UpdateFeedOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateFeedResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::DeleteFeedRequest &, const Model::DeleteFeedOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteFeedResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::ListDictionariesRequest &, const Model::ListDictionariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDictionariesResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::CreateFeedRequest &, const Model::CreateFeedOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateFeedResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::SearchFixturesRequest &, const Model::SearchFixturesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SearchFixturesResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::GetFeedRequest &, const Model::GetFeedOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetFeedResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::ExportDictionaryEntriesRequest &, const Model::ExportDictionaryEntriesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExportDictionaryEntriesResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::CreateDictionaryRequest &, const Model::CreateDictionaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDictionaryResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::UpdateDictionaryRequest &, const Model::UpdateDictionaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDictionaryResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::GetDictionaryRequest &, const Model::GetDictionaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDictionaryResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::PutFeedPolicyRequest &, const Model::PutFeedPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutFeedPolicyResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::ListFeedsRequest &, const Model::ListFeedsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFeedsResponseReceivedHandler