AWS SDK for C++

AWS SDK for C++ Version 1.11.759

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/CreateFeedResult.h>
25#include <aws/elementalinference/model/DeleteFeedResult.h>
26#include <aws/elementalinference/model/DisassociateFeedResult.h>
27#include <aws/elementalinference/model/GetFeedResult.h>
28#include <aws/elementalinference/model/ListFeedsRequest.h>
29#include <aws/elementalinference/model/ListFeedsResult.h>
30#include <aws/elementalinference/model/ListTagsForResourceResult.h>
31#include <aws/elementalinference/model/UpdateFeedResult.h>
32/* End of service model headers required in ElementalInferenceClient header */
33
34namespace Aws {
35namespace Http {
36class HttpClient;
37class HttpClientFactory;
38} // namespace Http
39
40namespace Utils {
41template <typename R, typename E>
42class Outcome;
43
44namespace Threading {
45class Executor;
46} // namespace Threading
47} // namespace Utils
48
49namespace Auth {
50class AWSCredentials;
51class AWSCredentialsProvider;
52} // namespace Auth
53
54namespace Client {
55class RetryStrategy;
56} // namespace Client
57
58namespace ElementalInference {
62
63namespace Model {
64/* Service model forward declarations required in ElementalInferenceClient header */
69class GetFeedRequest;
75/* End of service model forward declarations required in ElementalInferenceClient header */
76
77/* Service model Outcome class definitions */
88/* End of service model Outcome class definitions */
89
90/* Service model Outcome callable definitions */
91typedef std::future<AssociateFeedOutcome> AssociateFeedOutcomeCallable;
92typedef std::future<CreateFeedOutcome> CreateFeedOutcomeCallable;
93typedef std::future<DeleteFeedOutcome> DeleteFeedOutcomeCallable;
94typedef std::future<DisassociateFeedOutcome> DisassociateFeedOutcomeCallable;
95typedef std::future<GetFeedOutcome> GetFeedOutcomeCallable;
96typedef std::future<ListFeedsOutcome> ListFeedsOutcomeCallable;
97typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
98typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
99typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
100typedef std::future<UpdateFeedOutcome> UpdateFeedOutcomeCallable;
101/* End of service model Outcome callable definitions */
102} // namespace Model
103
105
106/* Service model async handlers definitions */
107typedef std::function<void(const ElementalInferenceClient*, const Model::AssociateFeedRequest&, const Model::AssociateFeedOutcome&,
108 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
110typedef std::function<void(const ElementalInferenceClient*, const Model::CreateFeedRequest&, const Model::CreateFeedOutcome&,
111 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
113typedef std::function<void(const ElementalInferenceClient*, const Model::DeleteFeedRequest&, const Model::DeleteFeedOutcome&,
114 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
116typedef std::function<void(const ElementalInferenceClient*, const Model::DisassociateFeedRequest&, const Model::DisassociateFeedOutcome&,
117 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
119typedef std::function<void(const ElementalInferenceClient*, const Model::GetFeedRequest&, const Model::GetFeedOutcome&,
120 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
122typedef std::function<void(const ElementalInferenceClient*, const Model::ListFeedsRequest&, const Model::ListFeedsOutcome&,
123 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
125typedef std::function<void(const ElementalInferenceClient*, const Model::ListTagsForResourceRequest&,
126 const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
128typedef std::function<void(const ElementalInferenceClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
129 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
131typedef std::function<void(const ElementalInferenceClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
132 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
134typedef std::function<void(const ElementalInferenceClient*, const Model::UpdateFeedRequest&, const Model::UpdateFeedOutcome&,
135 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
137/* End of service model async handlers definitions */
138} // namespace ElementalInference
139} // namespace Aws
EndpointProviderBase< ElementalInferenceClientConfiguration, ElementalInferenceBuiltInParameters, ElementalInferenceClientContextParameters > ElementalInferenceEndpointProviderBase
Aws::Utils::Outcome< AssociateFeedResult, ElementalInferenceError > AssociateFeedOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< UpdateFeedOutcome > UpdateFeedOutcomeCallable
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< ListFeedsResult, ElementalInferenceError > ListFeedsOutcome
Aws::Utils::Outcome< GetFeedResult, ElementalInferenceError > GetFeedOutcome
std::future< ListFeedsOutcome > ListFeedsOutcomeCallable
Aws::Utils::Outcome< DeleteFeedResult, ElementalInferenceError > DeleteFeedOutcome
Aws::Utils::Outcome< UpdateFeedResult, ElementalInferenceError > UpdateFeedOutcome
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::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::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::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const ElementalInferenceClient *, const Model::ListFeedsRequest &, const Model::ListFeedsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListFeedsResponseReceivedHandler