AWS SDK for C++

AWS SDK for C++ Version 1.11.874

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/GetFeedResult.h>
32#include <aws/elementalinference/model/ListDictionariesRequest.h>
33#include <aws/elementalinference/model/ListDictionariesResult.h>
34#include <aws/elementalinference/model/ListFeedsRequest.h>
35#include <aws/elementalinference/model/ListFeedsResult.h>
36#include <aws/elementalinference/model/ListTagsForResourceResult.h>
37#include <aws/elementalinference/model/SearchFixturesResult.h>
38#include <aws/elementalinference/model/UpdateDictionaryResult.h>
39#include <aws/elementalinference/model/UpdateFeedResult.h>
40/* End of service model headers required in ElementalInferenceClient header */
41
42namespace Aws {
43namespace Http {
44class HttpClient;
45class HttpClientFactory;
46} // namespace Http
47
48namespace Utils {
49template <typename R, typename E>
50class Outcome;
51
52namespace Threading {
53class Executor;
54} // namespace Threading
55} // namespace Utils
56
57namespace Auth {
58class AWSCredentials;
59class AWSCredentialsProvider;
60} // namespace Auth
61
62namespace Client {
63class RetryStrategy;
64} // namespace Client
65
66namespace ElementalInference {
70
71namespace Model {
72/* Service model forward declarations required in ElementalInferenceClient header */
81class GetFeedRequest;
90/* End of service model forward declarations required in ElementalInferenceClient header */
91
92/* Service model Outcome class definitions */
110/* End of service model Outcome class definitions */
111
112/* Service model Outcome callable definitions */
113typedef std::future<AssociateFeedOutcome> AssociateFeedOutcomeCallable;
114typedef std::future<CreateDictionaryOutcome> CreateDictionaryOutcomeCallable;
115typedef std::future<CreateFeedOutcome> CreateFeedOutcomeCallable;
116typedef std::future<DeleteDictionaryOutcome> DeleteDictionaryOutcomeCallable;
117typedef std::future<DeleteFeedOutcome> DeleteFeedOutcomeCallable;
118typedef std::future<DisassociateFeedOutcome> DisassociateFeedOutcomeCallable;
119typedef std::future<ExportDictionaryEntriesOutcome> ExportDictionaryEntriesOutcomeCallable;
120typedef std::future<GetDictionaryOutcome> GetDictionaryOutcomeCallable;
121typedef std::future<GetFeedOutcome> GetFeedOutcomeCallable;
122typedef std::future<ListDictionariesOutcome> ListDictionariesOutcomeCallable;
123typedef std::future<ListFeedsOutcome> ListFeedsOutcomeCallable;
124typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
125typedef std::future<SearchFixturesOutcome> SearchFixturesOutcomeCallable;
126typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
127typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
128typedef std::future<UpdateDictionaryOutcome> UpdateDictionaryOutcomeCallable;
129typedef std::future<UpdateFeedOutcome> UpdateFeedOutcomeCallable;
130/* End of service model Outcome callable definitions */
131} // namespace Model
132
134
135/* Service model async handlers definitions */
136typedef std::function<void(const ElementalInferenceClient*, const Model::AssociateFeedRequest&, const Model::AssociateFeedOutcome&,
137 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
139typedef std::function<void(const ElementalInferenceClient*, const Model::CreateDictionaryRequest&, const Model::CreateDictionaryOutcome&,
140 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
142typedef std::function<void(const ElementalInferenceClient*, const Model::CreateFeedRequest&, const Model::CreateFeedOutcome&,
143 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
145typedef std::function<void(const ElementalInferenceClient*, const Model::DeleteDictionaryRequest&, const Model::DeleteDictionaryOutcome&,
146 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
148typedef std::function<void(const ElementalInferenceClient*, const Model::DeleteFeedRequest&, const Model::DeleteFeedOutcome&,
149 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
151typedef std::function<void(const ElementalInferenceClient*, const Model::DisassociateFeedRequest&, const Model::DisassociateFeedOutcome&,
152 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
154typedef std::function<void(const ElementalInferenceClient*, const Model::ExportDictionaryEntriesRequest&,
155 const Model::ExportDictionaryEntriesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
157typedef std::function<void(const ElementalInferenceClient*, const Model::GetDictionaryRequest&, const Model::GetDictionaryOutcome&,
158 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
160typedef std::function<void(const ElementalInferenceClient*, const Model::GetFeedRequest&, const Model::GetFeedOutcome&,
161 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
163typedef std::function<void(const ElementalInferenceClient*, const Model::ListDictionariesRequest&, const Model::ListDictionariesOutcome&,
164 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
166typedef std::function<void(const ElementalInferenceClient*, const Model::ListFeedsRequest&, const Model::ListFeedsOutcome&,
167 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
169typedef std::function<void(const ElementalInferenceClient*, const Model::ListTagsForResourceRequest&,
170 const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
172typedef std::function<void(const ElementalInferenceClient*, const Model::SearchFixturesRequest&, const Model::SearchFixturesOutcome&,
173 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
175typedef std::function<void(const ElementalInferenceClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
176 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
178typedef std::function<void(const ElementalInferenceClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
179 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
181typedef std::function<void(const ElementalInferenceClient*, const Model::UpdateDictionaryRequest&, const Model::UpdateDictionaryOutcome&,
182 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
184typedef std::function<void(const ElementalInferenceClient*, const Model::UpdateFeedRequest&, const Model::UpdateFeedOutcome&,
185 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
187/* End of service model async handlers definitions */
188} // namespace ElementalInference
189} // namespace Aws
EndpointProviderBase< ElementalInferenceClientConfiguration, ElementalInferenceBuiltInParameters, ElementalInferenceClientContextParameters > ElementalInferenceEndpointProviderBase
Aws::Utils::Outcome< AssociateFeedResult, ElementalInferenceError > AssociateFeedOutcome
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
Aws::Utils::Outcome< ListTagsForResourceResult, ElementalInferenceError > ListTagsForResourceOutcome
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
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
std::future< ListFeedsOutcome > ListFeedsOutcomeCallable
std::future< ExportDictionaryEntriesOutcome > ExportDictionaryEntriesOutcomeCallable
Aws::Utils::Outcome< CreateDictionaryResult, ElementalInferenceError > CreateDictionaryOutcome
Aws::Utils::Outcome< DeleteFeedResult, ElementalInferenceError > DeleteFeedOutcome
std::future< GetDictionaryOutcome > GetDictionaryOutcomeCallable
Aws::Utils::Outcome< UpdateFeedResult, ElementalInferenceError > UpdateFeedOutcome
Aws::Utils::Outcome< ListDictionariesResult, ElementalInferenceError > ListDictionariesOutcome
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::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::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::ListFeedsRequest &, const Model::ListFeedsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFeedsResponseReceivedHandler