AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
LocationServiceServiceClientModel.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/location/LocationServiceEndpointProvider.h>
15#include <aws/location/LocationServiceErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in LocationServiceClient header */
22#include <aws/location/model/AssociateTrackerConsumerResult.h>
23#include <aws/location/model/BatchDeleteDevicePositionHistoryResult.h>
24#include <aws/location/model/BatchDeleteGeofenceResult.h>
25#include <aws/location/model/BatchEvaluateGeofencesResult.h>
26#include <aws/location/model/BatchGetDevicePositionResult.h>
27#include <aws/location/model/BatchPutGeofenceResult.h>
28#include <aws/location/model/BatchUpdateDevicePositionResult.h>
29#include <aws/location/model/CalculateRouteMatrixResult.h>
30#include <aws/location/model/CalculateRouteResult.h>
31#include <aws/location/model/CreateGeofenceCollectionResult.h>
32#include <aws/location/model/CreateKeyResult.h>
33#include <aws/location/model/CreateMapResult.h>
34#include <aws/location/model/CreatePlaceIndexResult.h>
35#include <aws/location/model/CreateRouteCalculatorResult.h>
36#include <aws/location/model/CreateTrackerResult.h>
37#include <aws/location/model/DeleteGeofenceCollectionResult.h>
38#include <aws/location/model/DeleteKeyResult.h>
39#include <aws/location/model/DeleteMapResult.h>
40#include <aws/location/model/DeletePlaceIndexResult.h>
41#include <aws/location/model/DeleteRouteCalculatorResult.h>
42#include <aws/location/model/DeleteTrackerResult.h>
43#include <aws/location/model/DescribeGeofenceCollectionResult.h>
44#include <aws/location/model/DescribeKeyResult.h>
45#include <aws/location/model/DescribeMapResult.h>
46#include <aws/location/model/DescribePlaceIndexResult.h>
47#include <aws/location/model/DescribeRouteCalculatorResult.h>
48#include <aws/location/model/DescribeTrackerResult.h>
49#include <aws/location/model/DisassociateTrackerConsumerResult.h>
50#include <aws/location/model/ForecastGeofenceEventsResult.h>
51#include <aws/location/model/GetDevicePositionHistoryResult.h>
52#include <aws/location/model/GetDevicePositionResult.h>
53#include <aws/location/model/GetGeofenceResult.h>
54#include <aws/location/model/GetMapGlyphsResult.h>
55#include <aws/location/model/GetMapSpritesResult.h>
56#include <aws/location/model/GetMapStyleDescriptorResult.h>
57#include <aws/location/model/GetMapTileResult.h>
58#include <aws/location/model/GetPlaceResult.h>
59#include <aws/location/model/ListDevicePositionsResult.h>
60#include <aws/location/model/ListGeofenceCollectionsRequest.h>
61#include <aws/location/model/ListGeofenceCollectionsResult.h>
62#include <aws/location/model/ListGeofencesResult.h>
63#include <aws/location/model/ListKeysRequest.h>
64#include <aws/location/model/ListKeysResult.h>
65#include <aws/location/model/ListMapsRequest.h>
66#include <aws/location/model/ListMapsResult.h>
67#include <aws/location/model/ListPlaceIndexesRequest.h>
68#include <aws/location/model/ListPlaceIndexesResult.h>
69#include <aws/location/model/ListRouteCalculatorsRequest.h>
70#include <aws/location/model/ListRouteCalculatorsResult.h>
71#include <aws/location/model/ListTagsForResourceResult.h>
72#include <aws/location/model/ListTrackerConsumersResult.h>
73#include <aws/location/model/ListTrackersRequest.h>
74#include <aws/location/model/ListTrackersResult.h>
75#include <aws/location/model/PutGeofenceResult.h>
76#include <aws/location/model/SearchPlaceIndexForPositionResult.h>
77#include <aws/location/model/SearchPlaceIndexForSuggestionsResult.h>
78#include <aws/location/model/SearchPlaceIndexForTextResult.h>
79#include <aws/location/model/TagResourceResult.h>
80#include <aws/location/model/UntagResourceResult.h>
81#include <aws/location/model/UpdateGeofenceCollectionResult.h>
82#include <aws/location/model/UpdateKeyResult.h>
83#include <aws/location/model/UpdateMapResult.h>
84#include <aws/location/model/UpdatePlaceIndexResult.h>
85#include <aws/location/model/UpdateRouteCalculatorResult.h>
86#include <aws/location/model/UpdateTrackerResult.h>
87#include <aws/location/model/VerifyDevicePositionResult.h>
88/* End of service model headers required in LocationServiceClient header */
89
90namespace Aws {
91namespace Http {
92class HttpClient;
93class HttpClientFactory;
94} // namespace Http
95
96namespace Utils {
97template <typename R, typename E>
98class Outcome;
99
100namespace Threading {
101class Executor;
102} // namespace Threading
103} // namespace Utils
104
105namespace Auth {
106class AWSCredentials;
107class AWSCredentialsProvider;
108} // namespace Auth
109
110namespace Client {
111class RetryStrategy;
112} // namespace Client
113
114namespace LocationService {
118
119namespace Model {
120/* Service model forward declarations required in LocationServiceClient header */
131class CreateKeyRequest;
132class CreateMapRequest;
137class DeleteKeyRequest;
138class DeleteMapRequest;
157class GetPlaceRequest;
161class ListKeysRequest;
162class ListMapsRequest;
175class UpdateKeyRequest;
176class UpdateMapRequest;
181/* End of service model forward declarations required in LocationServiceClient header */
182
183/* Service model Outcome class definitions */
244/* End of service model Outcome class definitions */
245
246/* Service model Outcome callable definitions */
247typedef std::future<AssociateTrackerConsumerOutcome> AssociateTrackerConsumerOutcomeCallable;
248typedef std::future<BatchDeleteDevicePositionHistoryOutcome> BatchDeleteDevicePositionHistoryOutcomeCallable;
249typedef std::future<BatchDeleteGeofenceOutcome> BatchDeleteGeofenceOutcomeCallable;
250typedef std::future<BatchEvaluateGeofencesOutcome> BatchEvaluateGeofencesOutcomeCallable;
251typedef std::future<BatchGetDevicePositionOutcome> BatchGetDevicePositionOutcomeCallable;
252typedef std::future<BatchPutGeofenceOutcome> BatchPutGeofenceOutcomeCallable;
253typedef std::future<BatchUpdateDevicePositionOutcome> BatchUpdateDevicePositionOutcomeCallable;
254typedef std::future<CalculateRouteOutcome> CalculateRouteOutcomeCallable;
255typedef std::future<CalculateRouteMatrixOutcome> CalculateRouteMatrixOutcomeCallable;
256typedef std::future<CreateGeofenceCollectionOutcome> CreateGeofenceCollectionOutcomeCallable;
257typedef std::future<CreateKeyOutcome> CreateKeyOutcomeCallable;
258typedef std::future<CreateMapOutcome> CreateMapOutcomeCallable;
259typedef std::future<CreatePlaceIndexOutcome> CreatePlaceIndexOutcomeCallable;
260typedef std::future<CreateRouteCalculatorOutcome> CreateRouteCalculatorOutcomeCallable;
261typedef std::future<CreateTrackerOutcome> CreateTrackerOutcomeCallable;
262typedef std::future<DeleteGeofenceCollectionOutcome> DeleteGeofenceCollectionOutcomeCallable;
263typedef std::future<DeleteKeyOutcome> DeleteKeyOutcomeCallable;
264typedef std::future<DeleteMapOutcome> DeleteMapOutcomeCallable;
265typedef std::future<DeletePlaceIndexOutcome> DeletePlaceIndexOutcomeCallable;
266typedef std::future<DeleteRouteCalculatorOutcome> DeleteRouteCalculatorOutcomeCallable;
267typedef std::future<DeleteTrackerOutcome> DeleteTrackerOutcomeCallable;
268typedef std::future<DescribeGeofenceCollectionOutcome> DescribeGeofenceCollectionOutcomeCallable;
269typedef std::future<DescribeKeyOutcome> DescribeKeyOutcomeCallable;
270typedef std::future<DescribeMapOutcome> DescribeMapOutcomeCallable;
271typedef std::future<DescribePlaceIndexOutcome> DescribePlaceIndexOutcomeCallable;
272typedef std::future<DescribeRouteCalculatorOutcome> DescribeRouteCalculatorOutcomeCallable;
273typedef std::future<DescribeTrackerOutcome> DescribeTrackerOutcomeCallable;
274typedef std::future<DisassociateTrackerConsumerOutcome> DisassociateTrackerConsumerOutcomeCallable;
275typedef std::future<ForecastGeofenceEventsOutcome> ForecastGeofenceEventsOutcomeCallable;
276typedef std::future<GetDevicePositionOutcome> GetDevicePositionOutcomeCallable;
277typedef std::future<GetDevicePositionHistoryOutcome> GetDevicePositionHistoryOutcomeCallable;
278typedef std::future<GetGeofenceOutcome> GetGeofenceOutcomeCallable;
279typedef std::future<GetMapGlyphsOutcome> GetMapGlyphsOutcomeCallable;
280typedef std::future<GetMapSpritesOutcome> GetMapSpritesOutcomeCallable;
281typedef std::future<GetMapStyleDescriptorOutcome> GetMapStyleDescriptorOutcomeCallable;
282typedef std::future<GetMapTileOutcome> GetMapTileOutcomeCallable;
283typedef std::future<GetPlaceOutcome> GetPlaceOutcomeCallable;
284typedef std::future<ListDevicePositionsOutcome> ListDevicePositionsOutcomeCallable;
285typedef std::future<ListGeofenceCollectionsOutcome> ListGeofenceCollectionsOutcomeCallable;
286typedef std::future<ListGeofencesOutcome> ListGeofencesOutcomeCallable;
287typedef std::future<ListKeysOutcome> ListKeysOutcomeCallable;
288typedef std::future<ListMapsOutcome> ListMapsOutcomeCallable;
289typedef std::future<ListPlaceIndexesOutcome> ListPlaceIndexesOutcomeCallable;
290typedef std::future<ListRouteCalculatorsOutcome> ListRouteCalculatorsOutcomeCallable;
291typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
292typedef std::future<ListTrackerConsumersOutcome> ListTrackerConsumersOutcomeCallable;
293typedef std::future<ListTrackersOutcome> ListTrackersOutcomeCallable;
294typedef std::future<PutGeofenceOutcome> PutGeofenceOutcomeCallable;
295typedef std::future<SearchPlaceIndexForPositionOutcome> SearchPlaceIndexForPositionOutcomeCallable;
296typedef std::future<SearchPlaceIndexForSuggestionsOutcome> SearchPlaceIndexForSuggestionsOutcomeCallable;
297typedef std::future<SearchPlaceIndexForTextOutcome> SearchPlaceIndexForTextOutcomeCallable;
298typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
299typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
300typedef std::future<UpdateGeofenceCollectionOutcome> UpdateGeofenceCollectionOutcomeCallable;
301typedef std::future<UpdateKeyOutcome> UpdateKeyOutcomeCallable;
302typedef std::future<UpdateMapOutcome> UpdateMapOutcomeCallable;
303typedef std::future<UpdatePlaceIndexOutcome> UpdatePlaceIndexOutcomeCallable;
304typedef std::future<UpdateRouteCalculatorOutcome> UpdateRouteCalculatorOutcomeCallable;
305typedef std::future<UpdateTrackerOutcome> UpdateTrackerOutcomeCallable;
306typedef std::future<VerifyDevicePositionOutcome> VerifyDevicePositionOutcomeCallable;
307/* End of service model Outcome callable definitions */
308} // namespace Model
309
311
312/* Service model async handlers definitions */
313typedef std::function<void(const LocationServiceClient*, const Model::AssociateTrackerConsumerRequest&,
314 const Model::AssociateTrackerConsumerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
316typedef std::function<void(const LocationServiceClient*, const Model::BatchDeleteDevicePositionHistoryRequest&,
318 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
321 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
323typedef std::function<void(const LocationServiceClient*, const Model::BatchEvaluateGeofencesRequest&,
324 const Model::BatchEvaluateGeofencesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
326typedef std::function<void(const LocationServiceClient*, const Model::BatchGetDevicePositionRequest&,
327 const Model::BatchGetDevicePositionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
329typedef std::function<void(const LocationServiceClient*, const Model::BatchPutGeofenceRequest&, const Model::BatchPutGeofenceOutcome&,
330 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
332typedef std::function<void(const LocationServiceClient*, const Model::BatchUpdateDevicePositionRequest&,
333 const Model::BatchUpdateDevicePositionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
335typedef std::function<void(const LocationServiceClient*, const Model::CalculateRouteRequest&, const Model::CalculateRouteOutcome&,
336 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
338typedef std::function<void(const LocationServiceClient*, const Model::CalculateRouteMatrixRequest&,
339 const Model::CalculateRouteMatrixOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
341typedef std::function<void(const LocationServiceClient*, const Model::CreateGeofenceCollectionRequest&,
342 const Model::CreateGeofenceCollectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
344typedef std::function<void(const LocationServiceClient*, const Model::CreateKeyRequest&, const Model::CreateKeyOutcome&,
345 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
347typedef std::function<void(const LocationServiceClient*, const Model::CreateMapRequest&, const Model::CreateMapOutcome&,
348 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
350typedef std::function<void(const LocationServiceClient*, const Model::CreatePlaceIndexRequest&, const Model::CreatePlaceIndexOutcome&,
351 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
353typedef std::function<void(const LocationServiceClient*, const Model::CreateRouteCalculatorRequest&,
354 const Model::CreateRouteCalculatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
356typedef std::function<void(const LocationServiceClient*, const Model::CreateTrackerRequest&, const Model::CreateTrackerOutcome&,
357 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
359typedef std::function<void(const LocationServiceClient*, const Model::DeleteGeofenceCollectionRequest&,
360 const Model::DeleteGeofenceCollectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
362typedef std::function<void(const LocationServiceClient*, const Model::DeleteKeyRequest&, const Model::DeleteKeyOutcome&,
363 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
365typedef std::function<void(const LocationServiceClient*, const Model::DeleteMapRequest&, const Model::DeleteMapOutcome&,
366 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
368typedef std::function<void(const LocationServiceClient*, const Model::DeletePlaceIndexRequest&, const Model::DeletePlaceIndexOutcome&,
369 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
371typedef std::function<void(const LocationServiceClient*, const Model::DeleteRouteCalculatorRequest&,
372 const Model::DeleteRouteCalculatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
374typedef std::function<void(const LocationServiceClient*, const Model::DeleteTrackerRequest&, const Model::DeleteTrackerOutcome&,
375 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
377typedef std::function<void(const LocationServiceClient*, const Model::DescribeGeofenceCollectionRequest&,
378 const Model::DescribeGeofenceCollectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
380typedef std::function<void(const LocationServiceClient*, const Model::DescribeKeyRequest&, const Model::DescribeKeyOutcome&,
381 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
383typedef std::function<void(const LocationServiceClient*, const Model::DescribeMapRequest&, const Model::DescribeMapOutcome&,
384 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
386typedef std::function<void(const LocationServiceClient*, const Model::DescribePlaceIndexRequest&, const Model::DescribePlaceIndexOutcome&,
387 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
389typedef std::function<void(const LocationServiceClient*, const Model::DescribeRouteCalculatorRequest&,
390 const Model::DescribeRouteCalculatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
392typedef std::function<void(const LocationServiceClient*, const Model::DescribeTrackerRequest&, const Model::DescribeTrackerOutcome&,
393 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
395typedef std::function<void(const LocationServiceClient*, const Model::DisassociateTrackerConsumerRequest&,
396 const Model::DisassociateTrackerConsumerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
398typedef std::function<void(const LocationServiceClient*, const Model::ForecastGeofenceEventsRequest&,
399 const Model::ForecastGeofenceEventsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
401typedef std::function<void(const LocationServiceClient*, const Model::GetDevicePositionRequest&, const Model::GetDevicePositionOutcome&,
402 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
404typedef std::function<void(const LocationServiceClient*, const Model::GetDevicePositionHistoryRequest&,
405 const Model::GetDevicePositionHistoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
407typedef std::function<void(const LocationServiceClient*, const Model::GetGeofenceRequest&, const Model::GetGeofenceOutcome&,
408 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
410typedef std::function<void(const LocationServiceClient*, const Model::GetMapGlyphsRequest&, Model::GetMapGlyphsOutcome,
411 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
413typedef std::function<void(const LocationServiceClient*, const Model::GetMapSpritesRequest&, Model::GetMapSpritesOutcome,
414 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
417 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
419typedef std::function<void(const LocationServiceClient*, const Model::GetMapTileRequest&, Model::GetMapTileOutcome,
420 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
422typedef std::function<void(const LocationServiceClient*, const Model::GetPlaceRequest&, const Model::GetPlaceOutcome&,
423 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
426 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
428typedef std::function<void(const LocationServiceClient*, const Model::ListGeofenceCollectionsRequest&,
429 const Model::ListGeofenceCollectionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
431typedef std::function<void(const LocationServiceClient*, const Model::ListGeofencesRequest&, const Model::ListGeofencesOutcome&,
432 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
434typedef std::function<void(const LocationServiceClient*, const Model::ListKeysRequest&, const Model::ListKeysOutcome&,
435 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
437typedef std::function<void(const LocationServiceClient*, const Model::ListMapsRequest&, const Model::ListMapsOutcome&,
438 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
440typedef std::function<void(const LocationServiceClient*, const Model::ListPlaceIndexesRequest&, const Model::ListPlaceIndexesOutcome&,
441 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
443typedef std::function<void(const LocationServiceClient*, const Model::ListRouteCalculatorsRequest&,
444 const Model::ListRouteCalculatorsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
447 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
449typedef std::function<void(const LocationServiceClient*, const Model::ListTrackerConsumersRequest&,
450 const Model::ListTrackerConsumersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
452typedef std::function<void(const LocationServiceClient*, const Model::ListTrackersRequest&, const Model::ListTrackersOutcome&,
453 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
455typedef std::function<void(const LocationServiceClient*, const Model::PutGeofenceRequest&, const Model::PutGeofenceOutcome&,
456 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
458typedef std::function<void(const LocationServiceClient*, const Model::SearchPlaceIndexForPositionRequest&,
459 const Model::SearchPlaceIndexForPositionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
461typedef std::function<void(const LocationServiceClient*, const Model::SearchPlaceIndexForSuggestionsRequest&,
463 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
465typedef std::function<void(const LocationServiceClient*, const Model::SearchPlaceIndexForTextRequest&,
466 const Model::SearchPlaceIndexForTextOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
468typedef std::function<void(const LocationServiceClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
469 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
471typedef std::function<void(const LocationServiceClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
472 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
474typedef std::function<void(const LocationServiceClient*, const Model::UpdateGeofenceCollectionRequest&,
475 const Model::UpdateGeofenceCollectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
477typedef std::function<void(const LocationServiceClient*, const Model::UpdateKeyRequest&, const Model::UpdateKeyOutcome&,
478 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
480typedef std::function<void(const LocationServiceClient*, const Model::UpdateMapRequest&, const Model::UpdateMapOutcome&,
481 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
483typedef std::function<void(const LocationServiceClient*, const Model::UpdatePlaceIndexRequest&, const Model::UpdatePlaceIndexOutcome&,
484 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
486typedef std::function<void(const LocationServiceClient*, const Model::UpdateRouteCalculatorRequest&,
487 const Model::UpdateRouteCalculatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
489typedef std::function<void(const LocationServiceClient*, const Model::UpdateTrackerRequest&, const Model::UpdateTrackerOutcome&,
490 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
492typedef std::function<void(const LocationServiceClient*, const Model::VerifyDevicePositionRequest&,
493 const Model::VerifyDevicePositionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
495/* End of service model async handlers definitions */
496} // namespace LocationService
497} // namespace Aws
EndpointProviderBase< LocationServiceClientConfiguration, LocationServiceBuiltInParameters, LocationServiceClientContextParameters > LocationServiceEndpointProviderBase
std::future< ListGeofencesOutcome > ListGeofencesOutcomeCallable
std::future< DescribeKeyOutcome > DescribeKeyOutcomeCallable
std::future< CreateKeyOutcome > CreateKeyOutcomeCallable
Aws::Utils::Outcome< SearchPlaceIndexForSuggestionsResult, LocationServiceError > SearchPlaceIndexForSuggestionsOutcome
Aws::Utils::Outcome< DeleteMapResult, LocationServiceError > DeleteMapOutcome
std::future< GetMapSpritesOutcome > GetMapSpritesOutcomeCallable
Aws::Utils::Outcome< DisassociateTrackerConsumerResult, LocationServiceError > DisassociateTrackerConsumerOutcome
std::future< DeleteMapOutcome > DeleteMapOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< AssociateTrackerConsumerResult, LocationServiceError > AssociateTrackerConsumerOutcome
std::future< DeleteRouteCalculatorOutcome > DeleteRouteCalculatorOutcomeCallable
std::future< ListPlaceIndexesOutcome > ListPlaceIndexesOutcomeCallable
std::future< UpdateTrackerOutcome > UpdateTrackerOutcomeCallable
std::future< UpdateMapOutcome > UpdateMapOutcomeCallable
Aws::Utils::Outcome< CreateTrackerResult, LocationServiceError > CreateTrackerOutcome
Aws::Utils::Outcome< GetMapGlyphsResult, LocationServiceError > GetMapGlyphsOutcome
std::future< GetMapTileOutcome > GetMapTileOutcomeCallable
std::future< ListDevicePositionsOutcome > ListDevicePositionsOutcomeCallable
Aws::Utils::Outcome< GetMapTileResult, LocationServiceError > GetMapTileOutcome
std::future< BatchPutGeofenceOutcome > BatchPutGeofenceOutcomeCallable
std::future< DeleteKeyOutcome > DeleteKeyOutcomeCallable
std::future< UpdatePlaceIndexOutcome > UpdatePlaceIndexOutcomeCallable
Aws::Utils::Outcome< VerifyDevicePositionResult, LocationServiceError > VerifyDevicePositionOutcome
std::future< UpdateRouteCalculatorOutcome > UpdateRouteCalculatorOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< CalculateRouteMatrixOutcome > CalculateRouteMatrixOutcomeCallable
std::future< CreateGeofenceCollectionOutcome > CreateGeofenceCollectionOutcomeCallable
std::future< VerifyDevicePositionOutcome > VerifyDevicePositionOutcomeCallable
Aws::Utils::Outcome< CreateKeyResult, LocationServiceError > CreateKeyOutcome
Aws::Utils::Outcome< UpdatePlaceIndexResult, LocationServiceError > UpdatePlaceIndexOutcome
std::future< PutGeofenceOutcome > PutGeofenceOutcomeCallable
Aws::Utils::Outcome< CreateRouteCalculatorResult, LocationServiceError > CreateRouteCalculatorOutcome
std::future< GetDevicePositionHistoryOutcome > GetDevicePositionHistoryOutcomeCallable
std::future< SearchPlaceIndexForTextOutcome > SearchPlaceIndexForTextOutcomeCallable
Aws::Utils::Outcome< GetPlaceResult, LocationServiceError > GetPlaceOutcome
Aws::Utils::Outcome< BatchUpdateDevicePositionResult, LocationServiceError > BatchUpdateDevicePositionOutcome
std::future< UpdateGeofenceCollectionOutcome > UpdateGeofenceCollectionOutcomeCallable
Aws::Utils::Outcome< BatchEvaluateGeofencesResult, LocationServiceError > BatchEvaluateGeofencesOutcome
std::future< DescribeTrackerOutcome > DescribeTrackerOutcomeCallable
Aws::Utils::Outcome< GetMapSpritesResult, LocationServiceError > GetMapSpritesOutcome
std::future< GetMapGlyphsOutcome > GetMapGlyphsOutcomeCallable
std::future< DescribeGeofenceCollectionOutcome > DescribeGeofenceCollectionOutcomeCallable
std::future< SearchPlaceIndexForPositionOutcome > SearchPlaceIndexForPositionOutcomeCallable
Aws::Utils::Outcome< CreateMapResult, LocationServiceError > CreateMapOutcome
std::future< CreateTrackerOutcome > CreateTrackerOutcomeCallable
Aws::Utils::Outcome< BatchDeleteGeofenceResult, LocationServiceError > BatchDeleteGeofenceOutcome
Aws::Utils::Outcome< GetDevicePositionResult, LocationServiceError > GetDevicePositionOutcome
std::future< DeletePlaceIndexOutcome > DeletePlaceIndexOutcomeCallable
std::future< BatchGetDevicePositionOutcome > BatchGetDevicePositionOutcomeCallable
Aws::Utils::Outcome< ListPlaceIndexesResult, LocationServiceError > ListPlaceIndexesOutcome
Aws::Utils::Outcome< UpdateKeyResult, LocationServiceError > UpdateKeyOutcome
Aws::Utils::Outcome< DescribeTrackerResult, LocationServiceError > DescribeTrackerOutcome
std::future< GetPlaceOutcome > GetPlaceOutcomeCallable
Aws::Utils::Outcome< ListTrackersResult, LocationServiceError > ListTrackersOutcome
std::future< GetDevicePositionOutcome > GetDevicePositionOutcomeCallable
std::future< BatchDeleteDevicePositionHistoryOutcome > BatchDeleteDevicePositionHistoryOutcomeCallable
Aws::Utils::Outcome< DeletePlaceIndexResult, LocationServiceError > DeletePlaceIndexOutcome
std::future< ListKeysOutcome > ListKeysOutcomeCallable
std::future< DeleteTrackerOutcome > DeleteTrackerOutcomeCallable
std::future< ForecastGeofenceEventsOutcome > ForecastGeofenceEventsOutcomeCallable
Aws::Utils::Outcome< BatchDeleteDevicePositionHistoryResult, LocationServiceError > BatchDeleteDevicePositionHistoryOutcome
Aws::Utils::Outcome< DeleteKeyResult, LocationServiceError > DeleteKeyOutcome
Aws::Utils::Outcome< DescribeMapResult, LocationServiceError > DescribeMapOutcome
Aws::Utils::Outcome< TagResourceResult, LocationServiceError > TagResourceOutcome
std::future< SearchPlaceIndexForSuggestionsOutcome > SearchPlaceIndexForSuggestionsOutcomeCallable
std::future< ListMapsOutcome > ListMapsOutcomeCallable
Aws::Utils::Outcome< GetDevicePositionHistoryResult, LocationServiceError > GetDevicePositionHistoryOutcome
Aws::Utils::Outcome< DescribeRouteCalculatorResult, LocationServiceError > DescribeRouteCalculatorOutcome
std::future< CreatePlaceIndexOutcome > CreatePlaceIndexOutcomeCallable
Aws::Utils::Outcome< ForecastGeofenceEventsResult, LocationServiceError > ForecastGeofenceEventsOutcome
Aws::Utils::Outcome< DescribePlaceIndexResult, LocationServiceError > DescribePlaceIndexOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, LocationServiceError > ListTagsForResourceOutcome
std::future< DeleteGeofenceCollectionOutcome > DeleteGeofenceCollectionOutcomeCallable
Aws::Utils::Outcome< ListRouteCalculatorsResult, LocationServiceError > ListRouteCalculatorsOutcome
Aws::Utils::Outcome< ListGeofencesResult, LocationServiceError > ListGeofencesOutcome
Aws::Utils::Outcome< CalculateRouteMatrixResult, LocationServiceError > CalculateRouteMatrixOutcome
std::future< ListTrackerConsumersOutcome > ListTrackerConsumersOutcomeCallable
std::future< ListGeofenceCollectionsOutcome > ListGeofenceCollectionsOutcomeCallable
Aws::Utils::Outcome< UpdateGeofenceCollectionResult, LocationServiceError > UpdateGeofenceCollectionOutcome
Aws::Utils::Outcome< ListKeysResult, LocationServiceError > ListKeysOutcome
Aws::Utils::Outcome< UpdateMapResult, LocationServiceError > UpdateMapOutcome
std::future< BatchUpdateDevicePositionOutcome > BatchUpdateDevicePositionOutcomeCallable
Aws::Utils::Outcome< CreatePlaceIndexResult, LocationServiceError > CreatePlaceIndexOutcome
std::future< ListRouteCalculatorsOutcome > ListRouteCalculatorsOutcomeCallable
std::future< DescribePlaceIndexOutcome > DescribePlaceIndexOutcomeCallable
Aws::Utils::Outcome< ListTrackerConsumersResult, LocationServiceError > ListTrackerConsumersOutcome
Aws::Utils::Outcome< ListGeofenceCollectionsResult, LocationServiceError > ListGeofenceCollectionsOutcome
std::future< CalculateRouteOutcome > CalculateRouteOutcomeCallable
Aws::Utils::Outcome< DescribeKeyResult, LocationServiceError > DescribeKeyOutcome
Aws::Utils::Outcome< UntagResourceResult, LocationServiceError > UntagResourceOutcome
Aws::Utils::Outcome< GetMapStyleDescriptorResult, LocationServiceError > GetMapStyleDescriptorOutcome
Aws::Utils::Outcome< DescribeGeofenceCollectionResult, LocationServiceError > DescribeGeofenceCollectionOutcome
Aws::Utils::Outcome< SearchPlaceIndexForPositionResult, LocationServiceError > SearchPlaceIndexForPositionOutcome
std::future< DescribeRouteCalculatorOutcome > DescribeRouteCalculatorOutcomeCallable
Aws::Utils::Outcome< DeleteGeofenceCollectionResult, LocationServiceError > DeleteGeofenceCollectionOutcome
Aws::Utils::Outcome< UpdateRouteCalculatorResult, LocationServiceError > UpdateRouteCalculatorOutcome
Aws::Utils::Outcome< UpdateTrackerResult, LocationServiceError > UpdateTrackerOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< DeleteTrackerResult, LocationServiceError > DeleteTrackerOutcome
Aws::Utils::Outcome< PutGeofenceResult, LocationServiceError > PutGeofenceOutcome
Aws::Utils::Outcome< CalculateRouteResult, LocationServiceError > CalculateRouteOutcome
Aws::Utils::Outcome< BatchGetDevicePositionResult, LocationServiceError > BatchGetDevicePositionOutcome
std::future< UpdateKeyOutcome > UpdateKeyOutcomeCallable
std::future< ListTrackersOutcome > ListTrackersOutcomeCallable
Aws::Utils::Outcome< ListMapsResult, LocationServiceError > ListMapsOutcome
Aws::Utils::Outcome< CreateGeofenceCollectionResult, LocationServiceError > CreateGeofenceCollectionOutcome
Aws::Utils::Outcome< SearchPlaceIndexForTextResult, LocationServiceError > SearchPlaceIndexForTextOutcome
std::future< CreateRouteCalculatorOutcome > CreateRouteCalculatorOutcomeCallable
Aws::Utils::Outcome< GetGeofenceResult, LocationServiceError > GetGeofenceOutcome
std::future< BatchEvaluateGeofencesOutcome > BatchEvaluateGeofencesOutcomeCallable
std::future< GetGeofenceOutcome > GetGeofenceOutcomeCallable
Aws::Utils::Outcome< DeleteRouteCalculatorResult, LocationServiceError > DeleteRouteCalculatorOutcome
std::future< CreateMapOutcome > CreateMapOutcomeCallable
std::future< DescribeMapOutcome > DescribeMapOutcomeCallable
Aws::Utils::Outcome< BatchPutGeofenceResult, LocationServiceError > BatchPutGeofenceOutcome
std::future< GetMapStyleDescriptorOutcome > GetMapStyleDescriptorOutcomeCallable
std::future< DisassociateTrackerConsumerOutcome > DisassociateTrackerConsumerOutcomeCallable
std::future< AssociateTrackerConsumerOutcome > AssociateTrackerConsumerOutcomeCallable
Aws::Utils::Outcome< ListDevicePositionsResult, LocationServiceError > ListDevicePositionsOutcome
std::future< BatchDeleteGeofenceOutcome > BatchDeleteGeofenceOutcomeCallable
std::function< void(const LocationServiceClient *, const Model::DescribeTrackerRequest &, const Model::DescribeTrackerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeTrackerResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DeletePlaceIndexRequest &, const Model::DeletePlaceIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeletePlaceIndexResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::GetGeofenceRequest &, const Model::GetGeofenceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGeofenceResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ForecastGeofenceEventsRequest &, const Model::ForecastGeofenceEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ForecastGeofenceEventsResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::CreateTrackerRequest &, const Model::CreateTrackerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateTrackerResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::SearchPlaceIndexForSuggestionsRequest &, const Model::SearchPlaceIndexForSuggestionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SearchPlaceIndexForSuggestionsResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::PutGeofenceRequest &, const Model::PutGeofenceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutGeofenceResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::CalculateRouteRequest &, const Model::CalculateRouteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CalculateRouteResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DescribeKeyRequest &, const Model::DescribeKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeKeyResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::UpdateGeofenceCollectionRequest &, const Model::UpdateGeofenceCollectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateGeofenceCollectionResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListPlaceIndexesRequest &, const Model::ListPlaceIndexesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPlaceIndexesResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DeleteKeyRequest &, const Model::DeleteKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteKeyResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::UpdateMapRequest &, const Model::UpdateMapOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateMapResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::GetMapStyleDescriptorRequest &, Model::GetMapStyleDescriptorOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMapStyleDescriptorResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::CreateMapRequest &, const Model::CreateMapOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMapResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::BatchDeleteGeofenceRequest &, const Model::BatchDeleteGeofenceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchDeleteGeofenceResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::BatchEvaluateGeofencesRequest &, const Model::BatchEvaluateGeofencesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchEvaluateGeofencesResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::GetPlaceRequest &, const Model::GetPlaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPlaceResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DeleteMapRequest &, const Model::DeleteMapOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMapResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::CreateKeyRequest &, const Model::CreateKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateKeyResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::AssociateTrackerConsumerRequest &, const Model::AssociateTrackerConsumerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssociateTrackerConsumerResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListKeysRequest &, const Model::ListKeysOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListKeysResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::GetMapSpritesRequest &, Model::GetMapSpritesOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMapSpritesResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListTrackersRequest &, const Model::ListTrackersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTrackersResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::UpdateRouteCalculatorRequest &, const Model::UpdateRouteCalculatorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateRouteCalculatorResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::BatchDeleteDevicePositionHistoryRequest &, const Model::BatchDeleteDevicePositionHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchDeleteDevicePositionHistoryResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DescribeGeofenceCollectionRequest &, const Model::DescribeGeofenceCollectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeGeofenceCollectionResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::UpdateTrackerRequest &, const Model::UpdateTrackerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateTrackerResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListRouteCalculatorsRequest &, const Model::ListRouteCalculatorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListRouteCalculatorsResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DescribeRouteCalculatorRequest &, const Model::DescribeRouteCalculatorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeRouteCalculatorResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::CalculateRouteMatrixRequest &, const Model::CalculateRouteMatrixOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CalculateRouteMatrixResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DeleteGeofenceCollectionRequest &, const Model::DeleteGeofenceCollectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteGeofenceCollectionResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListGeofenceCollectionsRequest &, const Model::ListGeofenceCollectionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGeofenceCollectionsResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListMapsRequest &, const Model::ListMapsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMapsResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::BatchUpdateDevicePositionRequest &, const Model::BatchUpdateDevicePositionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchUpdateDevicePositionResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::GetMapTileRequest &, Model::GetMapTileOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMapTileResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListGeofencesRequest &, const Model::ListGeofencesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListGeofencesResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::GetMapGlyphsRequest &, Model::GetMapGlyphsOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMapGlyphsResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::CreateRouteCalculatorRequest &, const Model::CreateRouteCalculatorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateRouteCalculatorResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DescribeMapRequest &, const Model::DescribeMapOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeMapResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::SearchPlaceIndexForTextRequest &, const Model::SearchPlaceIndexForTextOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SearchPlaceIndexForTextResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListTrackerConsumersRequest &, const Model::ListTrackerConsumersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTrackerConsumersResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::CreatePlaceIndexRequest &, const Model::CreatePlaceIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreatePlaceIndexResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::BatchPutGeofenceRequest &, const Model::BatchPutGeofenceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchPutGeofenceResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::SearchPlaceIndexForPositionRequest &, const Model::SearchPlaceIndexForPositionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SearchPlaceIndexForPositionResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DescribePlaceIndexRequest &, const Model::DescribePlaceIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribePlaceIndexResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::VerifyDevicePositionRequest &, const Model::VerifyDevicePositionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> VerifyDevicePositionResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::UpdatePlaceIndexRequest &, const Model::UpdatePlaceIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdatePlaceIndexResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::CreateGeofenceCollectionRequest &, const Model::CreateGeofenceCollectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateGeofenceCollectionResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DeleteRouteCalculatorRequest &, const Model::DeleteRouteCalculatorOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteRouteCalculatorResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DisassociateTrackerConsumerRequest &, const Model::DisassociateTrackerConsumerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateTrackerConsumerResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::GetDevicePositionRequest &, const Model::GetDevicePositionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDevicePositionResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::BatchGetDevicePositionRequest &, const Model::BatchGetDevicePositionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetDevicePositionResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::DeleteTrackerRequest &, const Model::DeleteTrackerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteTrackerResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::GetDevicePositionHistoryRequest &, const Model::GetDevicePositionHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDevicePositionHistoryResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::UpdateKeyRequest &, const Model::UpdateKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateKeyResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListDevicePositionsRequest &, const Model::ListDevicePositionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDevicePositionsResponseReceivedHandler