AWS SDK for C++

AWS SDK for C++ Version 1.11.682

Loading...
Searching...
No Matches
GeoPlacesServiceClientModel.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/geo-places/GeoPlacesEndpointProvider.h>
15#include <aws/geo-places/GeoPlacesErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in GeoPlacesClient header */
22#include <aws/geo-places/model/AutocompleteResult.h>
23#include <aws/geo-places/model/GeocodeRequest.h>
24#include <aws/geo-places/model/GeocodeResult.h>
25#include <aws/geo-places/model/GetPlaceResult.h>
26#include <aws/geo-places/model/ReverseGeocodeResult.h>
27#include <aws/geo-places/model/SearchNearbyResult.h>
28#include <aws/geo-places/model/SearchTextRequest.h>
29#include <aws/geo-places/model/SearchTextResult.h>
30#include <aws/geo-places/model/SuggestResult.h>
31/* End of service model headers required in GeoPlacesClient header */
32
33namespace Aws {
34namespace Http {
35class HttpClient;
36class HttpClientFactory;
37} // namespace Http
38
39namespace Utils {
40template <typename R, typename E>
41class Outcome;
42
43namespace Threading {
44class Executor;
45} // namespace Threading
46} // namespace Utils
47
48namespace Auth {
49class AWSCredentials;
50class AWSCredentialsProvider;
51} // namespace Auth
52
53namespace Client {
54class RetryStrategy;
55} // namespace Client
56
57namespace GeoPlaces {
61
62namespace Model {
63/* Service model forward declarations required in GeoPlacesClient header */
65class GeocodeRequest;
66class GetPlaceRequest;
70class SuggestRequest;
71/* End of service model forward declarations required in GeoPlacesClient header */
72
73/* Service model Outcome class definitions */
81/* End of service model Outcome class definitions */
82
83/* Service model Outcome callable definitions */
84typedef std::future<AutocompleteOutcome> AutocompleteOutcomeCallable;
85typedef std::future<GeocodeOutcome> GeocodeOutcomeCallable;
86typedef std::future<GetPlaceOutcome> GetPlaceOutcomeCallable;
87typedef std::future<ReverseGeocodeOutcome> ReverseGeocodeOutcomeCallable;
88typedef std::future<SearchNearbyOutcome> SearchNearbyOutcomeCallable;
89typedef std::future<SearchTextOutcome> SearchTextOutcomeCallable;
90typedef std::future<SuggestOutcome> SuggestOutcomeCallable;
91/* End of service model Outcome callable definitions */
92} // namespace Model
93
94class GeoPlacesClient;
95
96/* Service model async handlers definitions */
97typedef std::function<void(const GeoPlacesClient*, const Model::AutocompleteRequest&, const Model::AutocompleteOutcome&,
98 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
100typedef std::function<void(const GeoPlacesClient*, const Model::GeocodeRequest&, const Model::GeocodeOutcome&,
101 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
103typedef std::function<void(const GeoPlacesClient*, const Model::GetPlaceRequest&, const Model::GetPlaceOutcome&,
104 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
106typedef std::function<void(const GeoPlacesClient*, const Model::ReverseGeocodeRequest&, const Model::ReverseGeocodeOutcome&,
107 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
109typedef std::function<void(const GeoPlacesClient*, const Model::SearchNearbyRequest&, const Model::SearchNearbyOutcome&,
110 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
112typedef std::function<void(const GeoPlacesClient*, const Model::SearchTextRequest&, const Model::SearchTextOutcome&,
113 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
115typedef std::function<void(const GeoPlacesClient*, const Model::SuggestRequest&, const Model::SuggestOutcome&,
116 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
118/* End of service model async handlers definitions */
119} // namespace GeoPlaces
120} // namespace Aws
EndpointProviderBase< GeoPlacesClientConfiguration, GeoPlacesBuiltInParameters, GeoPlacesClientContextParameters > GeoPlacesEndpointProviderBase
std::future< ReverseGeocodeOutcome > ReverseGeocodeOutcomeCallable
Aws::Utils::Outcome< SearchTextResult, GeoPlacesError > SearchTextOutcome
std::future< SearchNearbyOutcome > SearchNearbyOutcomeCallable
Aws::Utils::Outcome< SearchNearbyResult, GeoPlacesError > SearchNearbyOutcome
std::future< GeocodeOutcome > GeocodeOutcomeCallable
std::future< GetPlaceOutcome > GetPlaceOutcomeCallable
std::future< SearchTextOutcome > SearchTextOutcomeCallable
std::future< SuggestOutcome > SuggestOutcomeCallable
Aws::Utils::Outcome< ReverseGeocodeResult, GeoPlacesError > ReverseGeocodeOutcome
Aws::Utils::Outcome< AutocompleteResult, GeoPlacesError > AutocompleteOutcome
Aws::Utils::Outcome< SuggestResult, GeoPlacesError > SuggestOutcome
Aws::Utils::Outcome< GeocodeResult, GeoPlacesError > GeocodeOutcome
std::future< AutocompleteOutcome > AutocompleteOutcomeCallable
Aws::Utils::Outcome< GetPlaceResult, GeoPlacesError > GetPlaceOutcome
std::function< void(const GeoPlacesClient *, const Model::AutocompleteRequest &, const Model::AutocompleteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AutocompleteResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::SuggestRequest &, const Model::SuggestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SuggestResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::SearchNearbyRequest &, const Model::SearchNearbyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SearchNearbyResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::GetPlaceRequest &, const Model::GetPlaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPlaceResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::SearchTextRequest &, const Model::SearchTextOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SearchTextResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::GeocodeRequest &, const Model::GeocodeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GeocodeResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::ReverseGeocodeRequest &, const Model::ReverseGeocodeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ReverseGeocodeResponseReceivedHandler