AWS SDK for C++

AWS SDK for C++ Version 1.11.811

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/CancelJobResult.h>
32#include <aws/location/model/CreateGeofenceCollectionResult.h>
33#include <aws/location/model/CreateKeyResult.h>
34#include <aws/location/model/CreateMapResult.h>
35#include <aws/location/model/CreatePlaceIndexResult.h>
36#include <aws/location/model/CreateRouteCalculatorResult.h>
37#include <aws/location/model/CreateTrackerResult.h>
38#include <aws/location/model/DeleteGeofenceCollectionResult.h>
39#include <aws/location/model/DeleteKeyResult.h>
40#include <aws/location/model/DeleteMapResult.h>
41#include <aws/location/model/DeletePlaceIndexResult.h>
42#include <aws/location/model/DeleteRouteCalculatorResult.h>
43#include <aws/location/model/DeleteTrackerResult.h>
44#include <aws/location/model/DescribeGeofenceCollectionResult.h>
45#include <aws/location/model/DescribeKeyResult.h>
46#include <aws/location/model/DescribeMapResult.h>
47#include <aws/location/model/DescribePlaceIndexResult.h>
48#include <aws/location/model/DescribeRouteCalculatorResult.h>
49#include <aws/location/model/DescribeTrackerResult.h>
50#include <aws/location/model/DisassociateTrackerConsumerResult.h>
51#include <aws/location/model/ForecastGeofenceEventsResult.h>
52#include <aws/location/model/GetDevicePositionHistoryResult.h>
53#include <aws/location/model/GetDevicePositionResult.h>
54#include <aws/location/model/GetGeofenceResult.h>
55#include <aws/location/model/GetJobResult.h>
56#include <aws/location/model/GetMapGlyphsResult.h>
57#include <aws/location/model/GetMapSpritesResult.h>
58#include <aws/location/model/GetMapStyleDescriptorResult.h>
59#include <aws/location/model/GetMapTileResult.h>
60#include <aws/location/model/GetPlaceResult.h>
61#include <aws/location/model/ListDevicePositionsResult.h>
62#include <aws/location/model/ListGeofenceCollectionsRequest.h>
63#include <aws/location/model/ListGeofenceCollectionsResult.h>
64#include <aws/location/model/ListGeofencesResult.h>
65#include <aws/location/model/ListJobsRequest.h>
66#include <aws/location/model/ListJobsResult.h>
67#include <aws/location/model/ListKeysRequest.h>
68#include <aws/location/model/ListKeysResult.h>
69#include <aws/location/model/ListMapsRequest.h>
70#include <aws/location/model/ListMapsResult.h>
71#include <aws/location/model/ListPlaceIndexesRequest.h>
72#include <aws/location/model/ListPlaceIndexesResult.h>
73#include <aws/location/model/ListRouteCalculatorsRequest.h>
74#include <aws/location/model/ListRouteCalculatorsResult.h>
75#include <aws/location/model/ListTagsForResourceResult.h>
76#include <aws/location/model/ListTrackerConsumersResult.h>
77#include <aws/location/model/ListTrackersRequest.h>
78#include <aws/location/model/ListTrackersResult.h>
79#include <aws/location/model/PutGeofenceResult.h>
80#include <aws/location/model/SearchPlaceIndexForPositionResult.h>
81#include <aws/location/model/SearchPlaceIndexForSuggestionsResult.h>
82#include <aws/location/model/SearchPlaceIndexForTextResult.h>
83#include <aws/location/model/StartJobResult.h>
84#include <aws/location/model/TagResourceResult.h>
85#include <aws/location/model/UntagResourceResult.h>
86#include <aws/location/model/UpdateGeofenceCollectionResult.h>
87#include <aws/location/model/UpdateKeyResult.h>
88#include <aws/location/model/UpdateMapResult.h>
89#include <aws/location/model/UpdatePlaceIndexResult.h>
90#include <aws/location/model/UpdateRouteCalculatorResult.h>
91#include <aws/location/model/UpdateTrackerResult.h>
92#include <aws/location/model/VerifyDevicePositionResult.h>
93/* End of service model headers required in LocationServiceClient header */
94
95namespace Aws {
96namespace Http {
97class HttpClient;
98class HttpClientFactory;
99} // namespace Http
100
101namespace Utils {
102template <typename R, typename E>
103class Outcome;
104
105namespace Threading {
106class Executor;
107} // namespace Threading
108} // namespace Utils
109
110namespace Auth {
111class AWSCredentials;
112class AWSCredentialsProvider;
113} // namespace Auth
114
115namespace Client {
116class RetryStrategy;
117} // namespace Client
118
119namespace LocationService {
123
124namespace Model {
125/* Service model forward declarations required in LocationServiceClient header */
135class CancelJobRequest;
137class CreateKeyRequest;
138class CreateMapRequest;
143class DeleteKeyRequest;
144class DeleteMapRequest;
159class GetJobRequest;
164class GetPlaceRequest;
168class ListJobsRequest;
169class ListKeysRequest;
170class ListMapsRequest;
180class StartJobRequest;
184class UpdateKeyRequest;
185class UpdateMapRequest;
190/* End of service model forward declarations required in LocationServiceClient header */
191
192/* Service model Outcome class definitions */
257/* End of service model Outcome class definitions */
258
259/* Service model Outcome callable definitions */
260typedef std::future<AssociateTrackerConsumerOutcome> AssociateTrackerConsumerOutcomeCallable;
261typedef std::future<BatchDeleteDevicePositionHistoryOutcome> BatchDeleteDevicePositionHistoryOutcomeCallable;
262typedef std::future<BatchDeleteGeofenceOutcome> BatchDeleteGeofenceOutcomeCallable;
263typedef std::future<BatchEvaluateGeofencesOutcome> BatchEvaluateGeofencesOutcomeCallable;
264typedef std::future<BatchGetDevicePositionOutcome> BatchGetDevicePositionOutcomeCallable;
265typedef std::future<BatchPutGeofenceOutcome> BatchPutGeofenceOutcomeCallable;
266typedef std::future<BatchUpdateDevicePositionOutcome> BatchUpdateDevicePositionOutcomeCallable;
267typedef std::future<CalculateRouteOutcome> CalculateRouteOutcomeCallable;
268typedef std::future<CalculateRouteMatrixOutcome> CalculateRouteMatrixOutcomeCallable;
269typedef std::future<CancelJobOutcome> CancelJobOutcomeCallable;
270typedef std::future<CreateGeofenceCollectionOutcome> CreateGeofenceCollectionOutcomeCallable;
271typedef std::future<CreateKeyOutcome> CreateKeyOutcomeCallable;
272typedef std::future<CreateMapOutcome> CreateMapOutcomeCallable;
273typedef std::future<CreatePlaceIndexOutcome> CreatePlaceIndexOutcomeCallable;
274typedef std::future<CreateRouteCalculatorOutcome> CreateRouteCalculatorOutcomeCallable;
275typedef std::future<CreateTrackerOutcome> CreateTrackerOutcomeCallable;
276typedef std::future<DeleteGeofenceCollectionOutcome> DeleteGeofenceCollectionOutcomeCallable;
277typedef std::future<DeleteKeyOutcome> DeleteKeyOutcomeCallable;
278typedef std::future<DeleteMapOutcome> DeleteMapOutcomeCallable;
279typedef std::future<DeletePlaceIndexOutcome> DeletePlaceIndexOutcomeCallable;
280typedef std::future<DeleteRouteCalculatorOutcome> DeleteRouteCalculatorOutcomeCallable;
281typedef std::future<DeleteTrackerOutcome> DeleteTrackerOutcomeCallable;
282typedef std::future<DescribeGeofenceCollectionOutcome> DescribeGeofenceCollectionOutcomeCallable;
283typedef std::future<DescribeKeyOutcome> DescribeKeyOutcomeCallable;
284typedef std::future<DescribeMapOutcome> DescribeMapOutcomeCallable;
285typedef std::future<DescribePlaceIndexOutcome> DescribePlaceIndexOutcomeCallable;
286typedef std::future<DescribeRouteCalculatorOutcome> DescribeRouteCalculatorOutcomeCallable;
287typedef std::future<DescribeTrackerOutcome> DescribeTrackerOutcomeCallable;
288typedef std::future<DisassociateTrackerConsumerOutcome> DisassociateTrackerConsumerOutcomeCallable;
289typedef std::future<ForecastGeofenceEventsOutcome> ForecastGeofenceEventsOutcomeCallable;
290typedef std::future<GetDevicePositionOutcome> GetDevicePositionOutcomeCallable;
291typedef std::future<GetDevicePositionHistoryOutcome> GetDevicePositionHistoryOutcomeCallable;
292typedef std::future<GetGeofenceOutcome> GetGeofenceOutcomeCallable;
293typedef std::future<GetJobOutcome> GetJobOutcomeCallable;
294typedef std::future<GetMapGlyphsOutcome> GetMapGlyphsOutcomeCallable;
295typedef std::future<GetMapSpritesOutcome> GetMapSpritesOutcomeCallable;
296typedef std::future<GetMapStyleDescriptorOutcome> GetMapStyleDescriptorOutcomeCallable;
297typedef std::future<GetMapTileOutcome> GetMapTileOutcomeCallable;
298typedef std::future<GetPlaceOutcome> GetPlaceOutcomeCallable;
299typedef std::future<ListDevicePositionsOutcome> ListDevicePositionsOutcomeCallable;
300typedef std::future<ListGeofenceCollectionsOutcome> ListGeofenceCollectionsOutcomeCallable;
301typedef std::future<ListGeofencesOutcome> ListGeofencesOutcomeCallable;
302typedef std::future<ListJobsOutcome> ListJobsOutcomeCallable;
303typedef std::future<ListKeysOutcome> ListKeysOutcomeCallable;
304typedef std::future<ListMapsOutcome> ListMapsOutcomeCallable;
305typedef std::future<ListPlaceIndexesOutcome> ListPlaceIndexesOutcomeCallable;
306typedef std::future<ListRouteCalculatorsOutcome> ListRouteCalculatorsOutcomeCallable;
307typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
308typedef std::future<ListTrackerConsumersOutcome> ListTrackerConsumersOutcomeCallable;
309typedef std::future<ListTrackersOutcome> ListTrackersOutcomeCallable;
310typedef std::future<PutGeofenceOutcome> PutGeofenceOutcomeCallable;
311typedef std::future<SearchPlaceIndexForPositionOutcome> SearchPlaceIndexForPositionOutcomeCallable;
312typedef std::future<SearchPlaceIndexForSuggestionsOutcome> SearchPlaceIndexForSuggestionsOutcomeCallable;
313typedef std::future<SearchPlaceIndexForTextOutcome> SearchPlaceIndexForTextOutcomeCallable;
314typedef std::future<StartJobOutcome> StartJobOutcomeCallable;
315typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
316typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
317typedef std::future<UpdateGeofenceCollectionOutcome> UpdateGeofenceCollectionOutcomeCallable;
318typedef std::future<UpdateKeyOutcome> UpdateKeyOutcomeCallable;
319typedef std::future<UpdateMapOutcome> UpdateMapOutcomeCallable;
320typedef std::future<UpdatePlaceIndexOutcome> UpdatePlaceIndexOutcomeCallable;
321typedef std::future<UpdateRouteCalculatorOutcome> UpdateRouteCalculatorOutcomeCallable;
322typedef std::future<UpdateTrackerOutcome> UpdateTrackerOutcomeCallable;
323typedef std::future<VerifyDevicePositionOutcome> VerifyDevicePositionOutcomeCallable;
324/* End of service model Outcome callable definitions */
325} // namespace Model
326
328
329/* Service model async handlers definitions */
330typedef std::function<void(const LocationServiceClient*, const Model::AssociateTrackerConsumerRequest&,
331 const Model::AssociateTrackerConsumerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
333typedef std::function<void(const LocationServiceClient*, const Model::BatchDeleteDevicePositionHistoryRequest&,
335 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
338 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
340typedef std::function<void(const LocationServiceClient*, const Model::BatchEvaluateGeofencesRequest&,
341 const Model::BatchEvaluateGeofencesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
343typedef std::function<void(const LocationServiceClient*, const Model::BatchGetDevicePositionRequest&,
344 const Model::BatchGetDevicePositionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
346typedef std::function<void(const LocationServiceClient*, const Model::BatchPutGeofenceRequest&, const Model::BatchPutGeofenceOutcome&,
347 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
349typedef std::function<void(const LocationServiceClient*, const Model::BatchUpdateDevicePositionRequest&,
350 const Model::BatchUpdateDevicePositionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
352typedef std::function<void(const LocationServiceClient*, const Model::CalculateRouteRequest&, const Model::CalculateRouteOutcome&,
353 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
355typedef std::function<void(const LocationServiceClient*, const Model::CalculateRouteMatrixRequest&,
356 const Model::CalculateRouteMatrixOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
358typedef std::function<void(const LocationServiceClient*, const Model::CancelJobRequest&, const Model::CancelJobOutcome&,
359 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
361typedef std::function<void(const LocationServiceClient*, const Model::CreateGeofenceCollectionRequest&,
362 const Model::CreateGeofenceCollectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
364typedef std::function<void(const LocationServiceClient*, const Model::CreateKeyRequest&, const Model::CreateKeyOutcome&,
365 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
367typedef std::function<void(const LocationServiceClient*, const Model::CreateMapRequest&, const Model::CreateMapOutcome&,
368 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
370typedef std::function<void(const LocationServiceClient*, const Model::CreatePlaceIndexRequest&, const Model::CreatePlaceIndexOutcome&,
371 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
373typedef std::function<void(const LocationServiceClient*, const Model::CreateRouteCalculatorRequest&,
374 const Model::CreateRouteCalculatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
376typedef std::function<void(const LocationServiceClient*, const Model::CreateTrackerRequest&, const Model::CreateTrackerOutcome&,
377 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
379typedef std::function<void(const LocationServiceClient*, const Model::DeleteGeofenceCollectionRequest&,
380 const Model::DeleteGeofenceCollectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
382typedef std::function<void(const LocationServiceClient*, const Model::DeleteKeyRequest&, const Model::DeleteKeyOutcome&,
383 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
385typedef std::function<void(const LocationServiceClient*, const Model::DeleteMapRequest&, const Model::DeleteMapOutcome&,
386 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
388typedef std::function<void(const LocationServiceClient*, const Model::DeletePlaceIndexRequest&, const Model::DeletePlaceIndexOutcome&,
389 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
391typedef std::function<void(const LocationServiceClient*, const Model::DeleteRouteCalculatorRequest&,
392 const Model::DeleteRouteCalculatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
394typedef std::function<void(const LocationServiceClient*, const Model::DeleteTrackerRequest&, const Model::DeleteTrackerOutcome&,
395 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
397typedef std::function<void(const LocationServiceClient*, const Model::DescribeGeofenceCollectionRequest&,
398 const Model::DescribeGeofenceCollectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
400typedef std::function<void(const LocationServiceClient*, const Model::DescribeKeyRequest&, const Model::DescribeKeyOutcome&,
401 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
403typedef std::function<void(const LocationServiceClient*, const Model::DescribeMapRequest&, const Model::DescribeMapOutcome&,
404 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
406typedef std::function<void(const LocationServiceClient*, const Model::DescribePlaceIndexRequest&, const Model::DescribePlaceIndexOutcome&,
407 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
409typedef std::function<void(const LocationServiceClient*, const Model::DescribeRouteCalculatorRequest&,
410 const Model::DescribeRouteCalculatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
412typedef std::function<void(const LocationServiceClient*, const Model::DescribeTrackerRequest&, const Model::DescribeTrackerOutcome&,
413 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
415typedef std::function<void(const LocationServiceClient*, const Model::DisassociateTrackerConsumerRequest&,
416 const Model::DisassociateTrackerConsumerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
418typedef std::function<void(const LocationServiceClient*, const Model::ForecastGeofenceEventsRequest&,
419 const Model::ForecastGeofenceEventsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
421typedef std::function<void(const LocationServiceClient*, const Model::GetDevicePositionRequest&, const Model::GetDevicePositionOutcome&,
422 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
424typedef std::function<void(const LocationServiceClient*, const Model::GetDevicePositionHistoryRequest&,
425 const Model::GetDevicePositionHistoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
427typedef std::function<void(const LocationServiceClient*, const Model::GetGeofenceRequest&, const Model::GetGeofenceOutcome&,
428 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
430typedef std::function<void(const LocationServiceClient*, const Model::GetJobRequest&, const Model::GetJobOutcome&,
431 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
433typedef std::function<void(const LocationServiceClient*, const Model::GetMapGlyphsRequest&, Model::GetMapGlyphsOutcome,
434 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
436typedef std::function<void(const LocationServiceClient*, const Model::GetMapSpritesRequest&, Model::GetMapSpritesOutcome,
437 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
440 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
442typedef std::function<void(const LocationServiceClient*, const Model::GetMapTileRequest&, Model::GetMapTileOutcome,
443 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
445typedef std::function<void(const LocationServiceClient*, const Model::GetPlaceRequest&, const Model::GetPlaceOutcome&,
446 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
449 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
451typedef std::function<void(const LocationServiceClient*, const Model::ListGeofenceCollectionsRequest&,
452 const Model::ListGeofenceCollectionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
454typedef std::function<void(const LocationServiceClient*, const Model::ListGeofencesRequest&, const Model::ListGeofencesOutcome&,
455 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
457typedef std::function<void(const LocationServiceClient*, const Model::ListJobsRequest&, const Model::ListJobsOutcome&,
458 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
460typedef std::function<void(const LocationServiceClient*, const Model::ListKeysRequest&, const Model::ListKeysOutcome&,
461 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
463typedef std::function<void(const LocationServiceClient*, const Model::ListMapsRequest&, const Model::ListMapsOutcome&,
464 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
466typedef std::function<void(const LocationServiceClient*, const Model::ListPlaceIndexesRequest&, const Model::ListPlaceIndexesOutcome&,
467 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
469typedef std::function<void(const LocationServiceClient*, const Model::ListRouteCalculatorsRequest&,
470 const Model::ListRouteCalculatorsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
473 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
475typedef std::function<void(const LocationServiceClient*, const Model::ListTrackerConsumersRequest&,
476 const Model::ListTrackerConsumersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
478typedef std::function<void(const LocationServiceClient*, const Model::ListTrackersRequest&, const Model::ListTrackersOutcome&,
479 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
481typedef std::function<void(const LocationServiceClient*, const Model::PutGeofenceRequest&, const Model::PutGeofenceOutcome&,
482 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
484typedef std::function<void(const LocationServiceClient*, const Model::SearchPlaceIndexForPositionRequest&,
485 const Model::SearchPlaceIndexForPositionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
487typedef std::function<void(const LocationServiceClient*, const Model::SearchPlaceIndexForSuggestionsRequest&,
489 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
491typedef std::function<void(const LocationServiceClient*, const Model::SearchPlaceIndexForTextRequest&,
492 const Model::SearchPlaceIndexForTextOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
494typedef std::function<void(const LocationServiceClient*, const Model::StartJobRequest&, const Model::StartJobOutcome&,
495 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
497typedef std::function<void(const LocationServiceClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
498 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
500typedef std::function<void(const LocationServiceClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
501 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
503typedef std::function<void(const LocationServiceClient*, const Model::UpdateGeofenceCollectionRequest&,
504 const Model::UpdateGeofenceCollectionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
506typedef std::function<void(const LocationServiceClient*, const Model::UpdateKeyRequest&, const Model::UpdateKeyOutcome&,
507 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
509typedef std::function<void(const LocationServiceClient*, const Model::UpdateMapRequest&, const Model::UpdateMapOutcome&,
510 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
512typedef std::function<void(const LocationServiceClient*, const Model::UpdatePlaceIndexRequest&, const Model::UpdatePlaceIndexOutcome&,
513 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
515typedef std::function<void(const LocationServiceClient*, const Model::UpdateRouteCalculatorRequest&,
516 const Model::UpdateRouteCalculatorOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
518typedef std::function<void(const LocationServiceClient*, const Model::UpdateTrackerRequest&, const Model::UpdateTrackerOutcome&,
519 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
521typedef std::function<void(const LocationServiceClient*, const Model::VerifyDevicePositionRequest&,
522 const Model::VerifyDevicePositionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
524/* End of service model async handlers definitions */
525} // namespace LocationService
526} // namespace Aws
EndpointProviderBase< LocationServiceClientConfiguration, LocationServiceBuiltInParameters, LocationServiceClientContextParameters > LocationServiceEndpointProviderBase
std::future< ListJobsOutcome > ListJobsOutcomeCallable
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
Aws::Utils::Outcome< ListJobsResult, LocationServiceError > ListJobsOutcome
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< GetJobOutcome > GetJobOutcomeCallable
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
std::future< StartJobOutcome > StartJobOutcomeCallable
Aws::Utils::Outcome< ListPlaceIndexesResult, LocationServiceError > ListPlaceIndexesOutcome
Aws::Utils::Outcome< UpdateKeyResult, LocationServiceError > UpdateKeyOutcome
Aws::Utils::Outcome< DescribeTrackerResult, LocationServiceError > DescribeTrackerOutcome
Aws::Utils::Outcome< StartJobResult, LocationServiceError > StartJobOutcome
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
std::future< CancelJobOutcome > CancelJobOutcomeCallable
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< CancelJobResult, LocationServiceError > CancelJobOutcome
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< GetJobResult, LocationServiceError > GetJobOutcome
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::GetJobRequest &, const Model::GetJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetJobResponseReceivedHandler
std::function< void(const LocationServiceClient *, const Model::ListJobsRequest &, const Model::ListJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListJobsResponseReceivedHandler
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::StartJobRequest &, const Model::StartJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartJobResponseReceivedHandler
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::CancelJobRequest &, const Model::CancelJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelJobResponseReceivedHandler
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