AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::GeoPlaces Namespace Reference

Namespaces

namespace  Endpoint
 
 
namespace  Model
 

Classes

 
 
 
 

Typedefs

 
 
 
typedef std::function< void(const GeoPlacesClient *, const Model::AutocompleteRequest &, const Model::AutocompleteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AutocompleteResponseReceivedHandler
 
typedef std::function< void(const GeoPlacesClient *, const Model::GeocodeRequest &, const Model::GeocodeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GeocodeResponseReceivedHandler
 
typedef std::function< void(const GeoPlacesClient *, const Model::GetPlaceRequest &, const Model::GetPlaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetPlaceResponseReceivedHandler
 
typedef std::function< void(const GeoPlacesClient *, const Model::ReverseGeocodeRequest &, const Model::ReverseGeocodeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ReverseGeocodeResponseReceivedHandler
 
typedef std::function< void(const GeoPlacesClient *, const Model::SearchNearbyRequest &, const Model::SearchNearbyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SearchNearbyResponseReceivedHandler
 
typedef std::function< void(const GeoPlacesClient *, const Model::SearchTextRequest &, const Model::SearchTextOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SearchTextResponseReceivedHandler
 
typedef std::function< void(const GeoPlacesClient *, const Model::SuggestRequest &, const Model::SuggestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SuggestResponseReceivedHandler
 

Enumerations

 

Typedef Documentation

◆ AutocompleteResponseReceivedHandler

Definition at line 103 of file GeoPlacesServiceClientModel.h.

◆ GeocodeResponseReceivedHandler

typedef std::function<void(const GeoPlacesClient*, const Model::GeocodeRequest&, const Model::GeocodeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::GeoPlaces::GeocodeResponseReceivedHandler

Definition at line 104 of file GeoPlacesServiceClientModel.h.

◆ GeoPlacesClientConfiguration

Definition at line 63 of file GeoPlacesServiceClientModel.h.

◆ GeoPlacesEndpointProvider

Definition at line 65 of file GeoPlacesServiceClientModel.h.

◆ GeoPlacesEndpointProviderBase

Definition at line 64 of file GeoPlacesServiceClientModel.h.

◆ GetPlaceResponseReceivedHandler

Definition at line 105 of file GeoPlacesServiceClientModel.h.

◆ ReverseGeocodeResponseReceivedHandler

Definition at line 106 of file GeoPlacesServiceClientModel.h.

◆ SearchNearbyResponseReceivedHandler

Definition at line 107 of file GeoPlacesServiceClientModel.h.

◆ SearchTextResponseReceivedHandler

Definition at line 108 of file GeoPlacesServiceClientModel.h.

◆ SuggestResponseReceivedHandler

typedef std::function<void(const GeoPlacesClient*, const Model::SuggestRequest&, const Model::SuggestOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::GeoPlaces::SuggestResponseReceivedHandler

Definition at line 109 of file GeoPlacesServiceClientModel.h.

Enumeration Type Documentation

◆ GeoPlacesErrors

Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
SLOW_DOWN 
REQUEST_TIME_TOO_SKEWED 
INVALID_SIGNATURE 
SIGNATURE_DOES_NOT_MATCH 
INVALID_ACCESS_KEY_ID 
REQUEST_TIMEOUT 
NETWORK_CONNECTION 
UNKNOWN 
INTERNAL_SERVER 

Definition at line 16 of file GeoPlacesErrors.h.