AWS SDK for C++

AWS SDK for C++ Version 1.11.611

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