AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
BackupSearchServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/backupsearch/BackupSearchEndpointProvider.h>
10#include <aws/backupsearch/BackupSearchErrors.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/client/AsyncCallerContext.h>
13#include <aws/core/client/GenericClientConfiguration.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in BackupSearchClient header */
22#include <aws/backupsearch/model/GetSearchJobResult.h>
23#include <aws/backupsearch/model/GetSearchResultExportJobResult.h>
24#include <aws/backupsearch/model/ListSearchJobBackupsResult.h>
25#include <aws/backupsearch/model/ListSearchJobResultsResult.h>
26#include <aws/backupsearch/model/ListSearchJobsRequest.h>
27#include <aws/backupsearch/model/ListSearchJobsResult.h>
28#include <aws/backupsearch/model/ListSearchResultExportJobsRequest.h>
29#include <aws/backupsearch/model/ListSearchResultExportJobsResult.h>
30#include <aws/backupsearch/model/ListTagsForResourceResult.h>
31#include <aws/backupsearch/model/StartSearchJobResult.h>
32#include <aws/backupsearch/model/StartSearchResultExportJobResult.h>
33#include <aws/backupsearch/model/StopSearchJobResult.h>
34#include <aws/backupsearch/model/TagResourceResult.h>
35#include <aws/backupsearch/model/UntagResourceResult.h>
36/* End of service model headers required in BackupSearchClient header */
37
38namespace Aws {
39namespace Http {
40class HttpClient;
41class HttpClientFactory;
42} // namespace Http
43
44namespace Utils {
45template <typename R, typename E>
46class Outcome;
47
48namespace Threading {
49class Executor;
50} // namespace Threading
51} // namespace Utils
52
53namespace Auth {
54class AWSCredentials;
55class AWSCredentialsProvider;
56} // namespace Auth
57
58namespace Client {
59class RetryStrategy;
60} // namespace Client
61
62namespace BackupSearch {
66
67namespace Model {
68/* Service model forward declarations required in BackupSearchClient header */
81/* End of service model forward declarations required in BackupSearchClient header */
82
83/* Service model Outcome class definitions */
96/* End of service model Outcome class definitions */
97
98/* Service model Outcome callable definitions */
99typedef std::future<GetSearchJobOutcome> GetSearchJobOutcomeCallable;
100typedef std::future<GetSearchResultExportJobOutcome> GetSearchResultExportJobOutcomeCallable;
101typedef std::future<ListSearchJobBackupsOutcome> ListSearchJobBackupsOutcomeCallable;
102typedef std::future<ListSearchJobResultsOutcome> ListSearchJobResultsOutcomeCallable;
103typedef std::future<ListSearchJobsOutcome> ListSearchJobsOutcomeCallable;
104typedef std::future<ListSearchResultExportJobsOutcome> ListSearchResultExportJobsOutcomeCallable;
105typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
106typedef std::future<StartSearchJobOutcome> StartSearchJobOutcomeCallable;
107typedef std::future<StartSearchResultExportJobOutcome> StartSearchResultExportJobOutcomeCallable;
108typedef std::future<StopSearchJobOutcome> StopSearchJobOutcomeCallable;
109typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
110typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
111/* End of service model Outcome callable definitions */
112} // namespace Model
113
115
116/* Service model async handlers definitions */
117typedef std::function<void(const BackupSearchClient*, const Model::GetSearchJobRequest&, const Model::GetSearchJobOutcome&,
118 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
120typedef std::function<void(const BackupSearchClient*, const Model::GetSearchResultExportJobRequest&,
121 const Model::GetSearchResultExportJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
124 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
127 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
129typedef std::function<void(const BackupSearchClient*, const Model::ListSearchJobsRequest&, const Model::ListSearchJobsOutcome&,
130 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
132typedef std::function<void(const BackupSearchClient*, const Model::ListSearchResultExportJobsRequest&,
133 const Model::ListSearchResultExportJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
135typedef std::function<void(const BackupSearchClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
136 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
138typedef std::function<void(const BackupSearchClient*, const Model::StartSearchJobRequest&, const Model::StartSearchJobOutcome&,
139 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
141typedef std::function<void(const BackupSearchClient*, const Model::StartSearchResultExportJobRequest&,
142 const Model::StartSearchResultExportJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
144typedef std::function<void(const BackupSearchClient*, const Model::StopSearchJobRequest&, const Model::StopSearchJobOutcome&,
145 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
147typedef std::function<void(const BackupSearchClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
148 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
150typedef std::function<void(const BackupSearchClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
151 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
153/* End of service model async handlers definitions */
154} // namespace BackupSearch
155} // namespace Aws
EndpointProviderBase< BackupSearchClientConfiguration, BackupSearchBuiltInParameters, BackupSearchClientContextParameters > BackupSearchEndpointProviderBase
Aws::Utils::Outcome< GetSearchResultExportJobResult, BackupSearchError > GetSearchResultExportJobOutcome
std::future< ListSearchResultExportJobsOutcome > ListSearchResultExportJobsOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, BackupSearchError > ListTagsForResourceOutcome
Aws::Utils::Outcome< GetSearchJobResult, BackupSearchError > GetSearchJobOutcome
Aws::Utils::Outcome< StartSearchJobResult, BackupSearchError > StartSearchJobOutcome
Aws::Utils::Outcome< StartSearchResultExportJobResult, BackupSearchError > StartSearchResultExportJobOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, BackupSearchError > TagResourceOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< ListSearchJobsOutcome > ListSearchJobsOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListSearchJobBackupsOutcome > ListSearchJobBackupsOutcomeCallable
Aws::Utils::Outcome< ListSearchResultExportJobsResult, BackupSearchError > ListSearchResultExportJobsOutcome
std::future< StartSearchJobOutcome > StartSearchJobOutcomeCallable
std::future< ListSearchJobResultsOutcome > ListSearchJobResultsOutcomeCallable
Aws::Utils::Outcome< StopSearchJobResult, BackupSearchError > StopSearchJobOutcome
std::future< GetSearchResultExportJobOutcome > GetSearchResultExportJobOutcomeCallable
std::future< GetSearchJobOutcome > GetSearchJobOutcomeCallable
std::future< StopSearchJobOutcome > StopSearchJobOutcomeCallable
Aws::Utils::Outcome< ListSearchJobsResult, BackupSearchError > ListSearchJobsOutcome
Aws::Utils::Outcome< ListSearchJobBackupsResult, BackupSearchError > ListSearchJobBackupsOutcome
Aws::Utils::Outcome< ListSearchJobResultsResult, BackupSearchError > ListSearchJobResultsOutcome
std::future< StartSearchResultExportJobOutcome > StartSearchResultExportJobOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, BackupSearchError > UntagResourceOutcome
std::function< void(const BackupSearchClient *, const Model::GetSearchResultExportJobRequest &, const Model::GetSearchResultExportJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSearchResultExportJobResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::StartSearchJobRequest &, const Model::StartSearchJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartSearchJobResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::ListSearchJobBackupsRequest &, const Model::ListSearchJobBackupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSearchJobBackupsResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::GetSearchJobRequest &, const Model::GetSearchJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSearchJobResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::StopSearchJobRequest &, const Model::StopSearchJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopSearchJobResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::ListSearchResultExportJobsRequest &, const Model::ListSearchResultExportJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSearchResultExportJobsResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::StartSearchResultExportJobRequest &, const Model::StartSearchResultExportJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartSearchResultExportJobResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::ListSearchJobsRequest &, const Model::ListSearchJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSearchJobsResponseReceivedHandler
std::function< void(const BackupSearchClient *, const Model::ListSearchJobResultsRequest &, const Model::ListSearchJobResultsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSearchJobResultsResponseReceivedHandler