AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CloudSearchDomainServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/cloudsearchdomain/CloudSearchDomainErrors.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/cloudsearchdomain/CloudSearchDomainEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in CloudSearchDomainClient header */
21#include <aws/cloudsearchdomain/model/SearchResult.h>
22#include <aws/cloudsearchdomain/model/SuggestResult.h>
23#include <aws/cloudsearchdomain/model/UploadDocumentsResult.h>
24/* End of service model headers required in CloudSearchDomainClient header */
25
26namespace Aws
27{
28 namespace Http
29 {
30 class HttpClient;
31 class HttpClientFactory;
32 } // namespace Http
33
34 namespace Utils
35 {
36 template< typename R, typename E> class Outcome;
37
38 namespace Threading
39 {
40 class Executor;
41 } // namespace Threading
42 } // namespace Utils
43
44 namespace Auth
45 {
46 class AWSCredentials;
47 class AWSCredentialsProvider;
48 } // namespace Auth
49
50 namespace Client
51 {
52 class RetryStrategy;
53 } // namespace Client
54
55 namespace CloudSearchDomain
56 {
60
61 namespace Model
62 {
63 /* Service model forward declarations required in CloudSearchDomainClient header */
64 class SearchRequest;
65 class SuggestRequest;
67 /* End of service model forward declarations required in CloudSearchDomainClient header */
68
69 /* Service model Outcome class definitions */
73 /* End of service model Outcome class definitions */
74
75 /* Service model Outcome callable definitions */
76 typedef std::future<SearchOutcome> SearchOutcomeCallable;
77 typedef std::future<SuggestOutcome> SuggestOutcomeCallable;
78 typedef std::future<UploadDocumentsOutcome> UploadDocumentsOutcomeCallable;
79 /* End of service model Outcome callable definitions */
80 } // namespace Model
81
83
84 /* Service model async handlers definitions */
85 typedef std::function<void(const CloudSearchDomainClient*, const Model::SearchRequest&, const Model::SearchOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SearchResponseReceivedHandler;
86 typedef std::function<void(const CloudSearchDomainClient*, const Model::SuggestRequest&, const Model::SuggestOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SuggestResponseReceivedHandler;
87 typedef std::function<void(const CloudSearchDomainClient*, const Model::UploadDocumentsRequest&, const Model::UploadDocumentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UploadDocumentsResponseReceivedHandler;
88 /* End of service model async handlers definitions */
89 } // namespace CloudSearchDomain
90} // namespace Aws
EndpointProviderBase< CloudSearchDomainClientConfiguration, CloudSearchDomainBuiltInParameters, CloudSearchDomainClientContextParameters > CloudSearchDomainEndpointProviderBase
Aws::Utils::Outcome< UploadDocumentsResult, CloudSearchDomainError > UploadDocumentsOutcome
Aws::Utils::Outcome< SuggestResult, CloudSearchDomainError > SuggestOutcome
Aws::Utils::Outcome< SearchResult, CloudSearchDomainError > SearchOutcome
std::future< UploadDocumentsOutcome > UploadDocumentsOutcomeCallable
std::future< SuggestOutcome > SuggestOutcomeCallable
std::function< void(const CloudSearchDomainClient *, const Model::UploadDocumentsRequest &, const Model::UploadDocumentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UploadDocumentsResponseReceivedHandler
std::function< void(const CloudSearchDomainClient *, const Model::SuggestRequest &, const Model::SuggestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SuggestResponseReceivedHandler
std::function< void(const CloudSearchDomainClient *, const Model::SearchRequest &, const Model::SearchOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SearchResponseReceivedHandler