AWS SDK for C++

AWS SDK for C++ Version 1.11.820

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/UpdateDictionaryResult.h>
38#include <aws/elementalinference/model/UpdateFeedResult.h>
39/* End of service model headers required in ElementalInferenceClient header */
40
41namespace Aws {
42namespace Http {
43class HttpClient;
44class HttpClientFactory;
45} // namespace Http
46
47namespace Utils {
48template <typename R, typename E>
49class Outcome;
50
51namespace Threading {
52class Executor;
53} // namespace Threading
54} // namespace Utils
55
56namespace Auth {
57class AWSCredentials;
58class AWSCredentialsProvider;
59} // namespace Auth
60
61namespace Client {
62class RetryStrategy;
63} // namespace Client
64
65namespace ElementalInference {
69
70namespace Model {
71/* Service model forward declarations required in ElementalInferenceClient header */
80class GetFeedRequest;
88/* End of service model forward declarations required in ElementalInferenceClient header */
89
90/* Service model Outcome class definitions */
107/* End of service model Outcome class definitions */
108
109/* Service model Outcome callable definitions */
110typedef std::future<AssociateFeedOutcome> AssociateFeedOutcomeCallable;
111typedef std::future<CreateDictionaryOutcome> CreateDictionaryOutcomeCallable;
112typedef std::future<CreateFeedOutcome> CreateFeedOutcomeCallable;
113typedef std::future<DeleteDictionaryOutcome> DeleteDictionaryOutcomeCallable;
114typedef std::future<DeleteFeedOutcome> DeleteFeedOutcomeCallable;
115typedef std::future<DisassociateFeedOutcome> DisassociateFeedOutcomeCallable;
116typedef std::future<ExportDictionaryEntriesOutcome> ExportDictionaryEntriesOutcomeCallable;
117typedef std::future<GetDictionaryOutcome> GetDictionaryOutcomeCallable;
118typedef std::future<GetFeedOutcome> GetFeedOutcomeCallable;
119typedef std::future<ListDictionariesOutcome> ListDictionariesOutcomeCallable;
120typedef std::future<ListFeedsOutcome> ListFeedsOutcomeCallable;
121typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
122typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
123typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
124typedef std::future<UpdateDictionaryOutcome> UpdateDictionaryOutcomeCallable;
125typedef std::future<UpdateFeedOutcome> UpdateFeedOutcomeCallable;
126/* End of service model Outcome callable definitions */
127} // namespace Model
128
130
131/* Service model async handlers definitions */
132typedef std::function<void(const ElementalInferenceClient*, const Model::AssociateFeedRequest&, const Model::AssociateFeedOutcome&,
133 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
135typedef std::function<void(const ElementalInferenceClient*, const Model::CreateDictionaryRequest&, const Model::CreateDictionaryOutcome&,
136 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
138typedef std::function<void(const ElementalInferenceClient*, const Model::CreateFeedRequest&, const Model::CreateFeedOutcome&,
139 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
141typedef std::function<void(const ElementalInferenceClient*, const Model::DeleteDictionaryRequest&, const Model::DeleteDictionaryOutcome&,
142 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
144typedef std::function<void(const ElementalInferenceClient*, const Model::DeleteFeedRequest&, const Model::DeleteFeedOutcome&,
145 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
147typedef std::function<void(const ElementalInferenceClient*, const Model::DisassociateFeedRequest&, const Model::DisassociateFeedOutcome&,
148 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
150typedef std::function<void(const ElementalInferenceClient*, const Model::ExportDictionaryEntriesRequest&,
151 const Model::ExportDictionaryEntriesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
153typedef std::function<void(const ElementalInferenceClient*, const Model::GetDictionaryRequest&, const Model::GetDictionaryOutcome&,
154 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
156typedef std::function<void(const ElementalInferenceClient*, const Model::GetFeedRequest&, const Model::GetFeedOutcome&,
157 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
159typedef std::function<void(const ElementalInferenceClient*, const Model::ListDictionariesRequest&, const Model::ListDictionariesOutcome&,
160 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
162typedef std::function<void(const ElementalInferenceClient*, const Model::ListFeedsRequest&, const Model::ListFeedsOutcome&,
163 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
165typedef std::function<void(const ElementalInferenceClient*, const Model::ListTagsForResourceRequest&,
166 const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
168typedef std::function<void(const ElementalInferenceClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
169 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
171typedef std::function<void(const ElementalInferenceClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
172 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
174typedef std::function<void(const ElementalInferenceClient*, const Model::UpdateDictionaryRequest&, const Model::UpdateDictionaryOutcome&,
175 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
177typedef std::function<void(const ElementalInferenceClient*, const Model::UpdateFeedRequest&, const Model::UpdateFeedOutcome&,
178 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
180/* End of service model async handlers definitions */
181} // namespace ElementalInference
182} // namespace Aws
EndpointProviderBase< ElementalInferenceClientConfiguration, ElementalInferenceBuiltInParameters, ElementalInferenceClientContextParameters > ElementalInferenceEndpointProviderBase
Aws::Utils::Outcome< AssociateFeedResult, ElementalInferenceError > AssociateFeedOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListDictionariesOutcome > ListDictionariesOutcomeCallable
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< 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::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