AWS SDK for C++

AWS SDK for C++ Version 1.11.786

Loading...
Searching...
No Matches
LocationServiceClient.h
1
6#pragma once
7#include <aws/core/client/AWSClient.h>
8#include <aws/core/client/AWSClientAsyncCRTP.h>
9#include <aws/core/client/ClientConfiguration.h>
10#include <aws/core/utils/json/JsonSerializer.h>
11#include <aws/location/LocationServicePaginationBase.h>
12#include <aws/location/LocationServiceServiceClientModel.h>
13#include <aws/location/LocationServiceWaiter.h>
14#include <aws/location/LocationService_EXPORTS.h>
15
16namespace Aws {
17namespace LocationService {
22class AWS_LOCATIONSERVICE_API LocationServiceClient : public Aws::Client::AWSJsonClient,
23 public Aws::Client::ClientWithAsyncTemplateMethods<LocationServiceClient>,
24 public LocationServicePaginationBase<LocationServiceClient>,
25 public LocationServiceWaiter<LocationServiceClient> {
26 public:
28 static const char* GetServiceName();
29 static const char* GetAllocationTag();
30
33
40 std::shared_ptr<LocationServiceEndpointProviderBase> endpointProvider = nullptr);
41
47 std::shared_ptr<LocationServiceEndpointProviderBase> endpointProvider = nullptr,
50
55 LocationServiceClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
56 std::shared_ptr<LocationServiceEndpointProviderBase> endpointProvider = nullptr,
59
60 /* Legacy constructors due deprecation */
66
72
77 LocationServiceClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
78 const Aws::Client::ClientConfiguration& clientConfiguration);
79
80 /* End of legacy constructors due deprecation */
82
95
100 template <typename AssociateTrackerConsumerRequestT = Model::AssociateTrackerConsumerRequest>
101 Model::AssociateTrackerConsumerOutcomeCallable AssociateTrackerConsumerCallable(const AssociateTrackerConsumerRequestT& request) const {
102 return SubmitCallable(&LocationServiceClient::AssociateTrackerConsumer, request);
103 }
104
109 template <typename AssociateTrackerConsumerRequestT = Model::AssociateTrackerConsumerRequest>
110 void AssociateTrackerConsumerAsync(const AssociateTrackerConsumerRequestT& request,
112 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
113 return SubmitAsync(&LocationServiceClient::AssociateTrackerConsumer, request, handler, context);
114 }
115
124
129 template <typename BatchDeleteDevicePositionHistoryRequestT = Model::BatchDeleteDevicePositionHistoryRequest>
131 const BatchDeleteDevicePositionHistoryRequestT& request) const {
132 return SubmitCallable(&LocationServiceClient::BatchDeleteDevicePositionHistory, request);
133 }
134
139 template <typename BatchDeleteDevicePositionHistoryRequestT = Model::BatchDeleteDevicePositionHistoryRequest>
140 void BatchDeleteDevicePositionHistoryAsync(const BatchDeleteDevicePositionHistoryRequestT& request,
142 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
143 return SubmitAsync(&LocationServiceClient::BatchDeleteDevicePositionHistory, request, handler, context);
144 }
145
154
159 template <typename BatchDeleteGeofenceRequestT = Model::BatchDeleteGeofenceRequest>
160 Model::BatchDeleteGeofenceOutcomeCallable BatchDeleteGeofenceCallable(const BatchDeleteGeofenceRequestT& request) const {
161 return SubmitCallable(&LocationServiceClient::BatchDeleteGeofence, request);
162 }
163
168 template <typename BatchDeleteGeofenceRequestT = Model::BatchDeleteGeofenceRequest>
169 void BatchDeleteGeofenceAsync(const BatchDeleteGeofenceRequestT& request, const BatchDeleteGeofenceResponseReceivedHandler& handler,
170 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
171 return SubmitAsync(&LocationServiceClient::BatchDeleteGeofence, request, handler, context);
172 }
173
194
199 template <typename BatchEvaluateGeofencesRequestT = Model::BatchEvaluateGeofencesRequest>
200 Model::BatchEvaluateGeofencesOutcomeCallable BatchEvaluateGeofencesCallable(const BatchEvaluateGeofencesRequestT& request) const {
201 return SubmitCallable(&LocationServiceClient::BatchEvaluateGeofences, request);
202 }
203
208 template <typename BatchEvaluateGeofencesRequestT = Model::BatchEvaluateGeofencesRequest>
209 void BatchEvaluateGeofencesAsync(const BatchEvaluateGeofencesRequestT& request,
211 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
212 return SubmitAsync(&LocationServiceClient::BatchEvaluateGeofences, request, handler, context);
213 }
214
222
227 template <typename BatchGetDevicePositionRequestT = Model::BatchGetDevicePositionRequest>
228 Model::BatchGetDevicePositionOutcomeCallable BatchGetDevicePositionCallable(const BatchGetDevicePositionRequestT& request) const {
229 return SubmitCallable(&LocationServiceClient::BatchGetDevicePosition, request);
230 }
231
236 template <typename BatchGetDevicePositionRequestT = Model::BatchGetDevicePositionRequest>
237 void BatchGetDevicePositionAsync(const BatchGetDevicePositionRequestT& request,
239 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
240 return SubmitAsync(&LocationServiceClient::BatchGetDevicePosition, request, handler, context);
241 }
242
251
256 template <typename BatchPutGeofenceRequestT = Model::BatchPutGeofenceRequest>
257 Model::BatchPutGeofenceOutcomeCallable BatchPutGeofenceCallable(const BatchPutGeofenceRequestT& request) const {
258 return SubmitCallable(&LocationServiceClient::BatchPutGeofence, request);
259 }
260
265 template <typename BatchPutGeofenceRequestT = Model::BatchPutGeofenceRequest>
266 void BatchPutGeofenceAsync(const BatchPutGeofenceRequestT& request, const BatchPutGeofenceResponseReceivedHandler& handler,
267 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
268 return SubmitAsync(&LocationServiceClient::BatchPutGeofence, request, handler, context);
269 }
270
298
303 template <typename BatchUpdateDevicePositionRequestT = Model::BatchUpdateDevicePositionRequest>
305 const BatchUpdateDevicePositionRequestT& request) const {
306 return SubmitCallable(&LocationServiceClient::BatchUpdateDevicePosition, request);
307 }
308
313 template <typename BatchUpdateDevicePositionRequestT = Model::BatchUpdateDevicePositionRequest>
314 void BatchUpdateDevicePositionAsync(const BatchUpdateDevicePositionRequestT& request,
316 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
317 return SubmitAsync(&LocationServiceClient::BatchUpdateDevicePosition, request, handler, context);
318 }
319
367
371 template <typename CalculateRouteRequestT = Model::CalculateRouteRequest>
372 Model::CalculateRouteOutcomeCallable CalculateRouteCallable(const CalculateRouteRequestT& request) const {
373 return SubmitCallable(&LocationServiceClient::CalculateRoute, request);
374 }
375
380 template <typename CalculateRouteRequestT = Model::CalculateRouteRequest>
381 void CalculateRouteAsync(const CalculateRouteRequestT& request, const CalculateRouteResponseReceivedHandler& handler,
382 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
383 return SubmitAsync(&LocationServiceClient::CalculateRoute, request, handler, context);
384 }
385
441
446 template <typename CalculateRouteMatrixRequestT = Model::CalculateRouteMatrixRequest>
447 Model::CalculateRouteMatrixOutcomeCallable CalculateRouteMatrixCallable(const CalculateRouteMatrixRequestT& request) const {
448 return SubmitCallable(&LocationServiceClient::CalculateRouteMatrix, request);
449 }
450
455 template <typename CalculateRouteMatrixRequestT = Model::CalculateRouteMatrixRequest>
456 void CalculateRouteMatrixAsync(const CalculateRouteMatrixRequestT& request, const CalculateRouteMatrixResponseReceivedHandler& handler,
457 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
458 return SubmitAsync(&LocationServiceClient::CalculateRouteMatrix, request, handler, context);
459 }
460
468
473 template <typename CreateGeofenceCollectionRequestT = Model::CreateGeofenceCollectionRequest>
474 Model::CreateGeofenceCollectionOutcomeCallable CreateGeofenceCollectionCallable(const CreateGeofenceCollectionRequestT& request) const {
475 return SubmitCallable(&LocationServiceClient::CreateGeofenceCollection, request);
476 }
477
482 template <typename CreateGeofenceCollectionRequestT = Model::CreateGeofenceCollectionRequest>
483 void CreateGeofenceCollectionAsync(const CreateGeofenceCollectionRequestT& request,
485 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
486 return SubmitAsync(&LocationServiceClient::CreateGeofenceCollection, request, handler, context);
487 }
488
500
504 template <typename CreateKeyRequestT = Model::CreateKeyRequest>
505 Model::CreateKeyOutcomeCallable CreateKeyCallable(const CreateKeyRequestT& request) const {
506 return SubmitCallable(&LocationServiceClient::CreateKey, request);
507 }
508
513 template <typename CreateKeyRequestT = Model::CreateKeyRequest>
514 void CreateKeyAsync(const CreateKeyRequestT& request, const CreateKeyResponseReceivedHandler& handler,
515 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
516 return SubmitAsync(&LocationServiceClient::CreateKey, request, handler, context);
517 }
518
547
551 template <typename CreateMapRequestT = Model::CreateMapRequest>
552 Model::CreateMapOutcomeCallable CreateMapCallable(const CreateMapRequestT& request) const {
553 return SubmitCallable(&LocationServiceClient::CreateMap, request);
554 }
555
560 template <typename CreateMapRequestT = Model::CreateMapRequest>
561 void CreateMapAsync(const CreateMapRequestT& request, const CreateMapResponseReceivedHandler& handler,
562 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
563 return SubmitAsync(&LocationServiceClient::CreateMap, request, handler, context);
564 }
565
598
603 template <typename CreatePlaceIndexRequestT = Model::CreatePlaceIndexRequest>
604 Model::CreatePlaceIndexOutcomeCallable CreatePlaceIndexCallable(const CreatePlaceIndexRequestT& request) const {
605 return SubmitCallable(&LocationServiceClient::CreatePlaceIndex, request);
606 }
607
612 template <typename CreatePlaceIndexRequestT = Model::CreatePlaceIndexRequest>
613 void CreatePlaceIndexAsync(const CreatePlaceIndexRequestT& request, const CreatePlaceIndexResponseReceivedHandler& handler,
614 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
615 return SubmitAsync(&LocationServiceClient::CreatePlaceIndex, request, handler, context);
616 }
617
648
653 template <typename CreateRouteCalculatorRequestT = Model::CreateRouteCalculatorRequest>
654 Model::CreateRouteCalculatorOutcomeCallable CreateRouteCalculatorCallable(const CreateRouteCalculatorRequestT& request) const {
655 return SubmitCallable(&LocationServiceClient::CreateRouteCalculator, request);
656 }
657
662 template <typename CreateRouteCalculatorRequestT = Model::CreateRouteCalculatorRequest>
663 void CreateRouteCalculatorAsync(const CreateRouteCalculatorRequestT& request, const CreateRouteCalculatorResponseReceivedHandler& handler,
664 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
665 return SubmitAsync(&LocationServiceClient::CreateRouteCalculator, request, handler, context);
666 }
667
676
680 template <typename CreateTrackerRequestT = Model::CreateTrackerRequest>
681 Model::CreateTrackerOutcomeCallable CreateTrackerCallable(const CreateTrackerRequestT& request) const {
682 return SubmitCallable(&LocationServiceClient::CreateTracker, request);
683 }
684
689 template <typename CreateTrackerRequestT = Model::CreateTrackerRequest>
690 void CreateTrackerAsync(const CreateTrackerRequestT& request, const CreateTrackerResponseReceivedHandler& handler,
691 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
692 return SubmitAsync(&LocationServiceClient::CreateTracker, request, handler, context);
693 }
694
704
709 template <typename DeleteGeofenceCollectionRequestT = Model::DeleteGeofenceCollectionRequest>
710 Model::DeleteGeofenceCollectionOutcomeCallable DeleteGeofenceCollectionCallable(const DeleteGeofenceCollectionRequestT& request) const {
711 return SubmitCallable(&LocationServiceClient::DeleteGeofenceCollection, request);
712 }
713
718 template <typename DeleteGeofenceCollectionRequestT = Model::DeleteGeofenceCollectionRequest>
719 void DeleteGeofenceCollectionAsync(const DeleteGeofenceCollectionRequestT& request,
721 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
722 return SubmitAsync(&LocationServiceClient::DeleteGeofenceCollection, request, handler, context);
723 }
724
735
739 template <typename DeleteKeyRequestT = Model::DeleteKeyRequest>
740 Model::DeleteKeyOutcomeCallable DeleteKeyCallable(const DeleteKeyRequestT& request) const {
741 return SubmitCallable(&LocationServiceClient::DeleteKey, request);
742 }
743
748 template <typename DeleteKeyRequestT = Model::DeleteKeyRequest>
749 void DeleteKeyAsync(const DeleteKeyRequestT& request, const DeleteKeyResponseReceivedHandler& handler,
750 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
751 return SubmitAsync(&LocationServiceClient::DeleteKey, request, handler, context);
752 }
753
779
783 template <typename DeleteMapRequestT = Model::DeleteMapRequest>
784 Model::DeleteMapOutcomeCallable DeleteMapCallable(const DeleteMapRequestT& request) const {
785 return SubmitCallable(&LocationServiceClient::DeleteMap, request);
786 }
787
792 template <typename DeleteMapRequestT = Model::DeleteMapRequest>
793 void DeleteMapAsync(const DeleteMapRequestT& request, const DeleteMapResponseReceivedHandler& handler,
794 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
795 return SubmitAsync(&LocationServiceClient::DeleteMap, request, handler, context);
796 }
797
822
827 template <typename DeletePlaceIndexRequestT = Model::DeletePlaceIndexRequest>
828 Model::DeletePlaceIndexOutcomeCallable DeletePlaceIndexCallable(const DeletePlaceIndexRequestT& request) const {
829 return SubmitCallable(&LocationServiceClient::DeletePlaceIndex, request);
830 }
831
836 template <typename DeletePlaceIndexRequestT = Model::DeletePlaceIndexRequest>
837 void DeletePlaceIndexAsync(const DeletePlaceIndexRequestT& request, const DeletePlaceIndexResponseReceivedHandler& handler,
838 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
839 return SubmitAsync(&LocationServiceClient::DeletePlaceIndex, request, handler, context);
840 }
841
866
871 template <typename DeleteRouteCalculatorRequestT = Model::DeleteRouteCalculatorRequest>
872 Model::DeleteRouteCalculatorOutcomeCallable DeleteRouteCalculatorCallable(const DeleteRouteCalculatorRequestT& request) const {
873 return SubmitCallable(&LocationServiceClient::DeleteRouteCalculator, request);
874 }
875
880 template <typename DeleteRouteCalculatorRequestT = Model::DeleteRouteCalculatorRequest>
881 void DeleteRouteCalculatorAsync(const DeleteRouteCalculatorRequestT& request, const DeleteRouteCalculatorResponseReceivedHandler& handler,
882 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
883 return SubmitAsync(&LocationServiceClient::DeleteRouteCalculator, request, handler, context);
884 }
885
895
899 template <typename DeleteTrackerRequestT = Model::DeleteTrackerRequest>
900 Model::DeleteTrackerOutcomeCallable DeleteTrackerCallable(const DeleteTrackerRequestT& request) const {
901 return SubmitCallable(&LocationServiceClient::DeleteTracker, request);
902 }
903
908 template <typename DeleteTrackerRequestT = Model::DeleteTrackerRequest>
909 void DeleteTrackerAsync(const DeleteTrackerRequestT& request, const DeleteTrackerResponseReceivedHandler& handler,
910 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
911 return SubmitAsync(&LocationServiceClient::DeleteTracker, request, handler, context);
912 }
913
920 const Model::DescribeGeofenceCollectionRequest& request) const;
921
926 template <typename DescribeGeofenceCollectionRequestT = Model::DescribeGeofenceCollectionRequest>
928 const DescribeGeofenceCollectionRequestT& request) const {
929 return SubmitCallable(&LocationServiceClient::DescribeGeofenceCollection, request);
930 }
931
936 template <typename DescribeGeofenceCollectionRequestT = Model::DescribeGeofenceCollectionRequest>
937 void DescribeGeofenceCollectionAsync(const DescribeGeofenceCollectionRequestT& request,
939 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
940 return SubmitAsync(&LocationServiceClient::DescribeGeofenceCollection, request, handler, context);
941 }
942
952
956 template <typename DescribeKeyRequestT = Model::DescribeKeyRequest>
957 Model::DescribeKeyOutcomeCallable DescribeKeyCallable(const DescribeKeyRequestT& request) const {
958 return SubmitCallable(&LocationServiceClient::DescribeKey, request);
959 }
960
965 template <typename DescribeKeyRequestT = Model::DescribeKeyRequest>
966 void DescribeKeyAsync(const DescribeKeyRequestT& request, const DescribeKeyResponseReceivedHandler& handler,
967 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
968 return SubmitAsync(&LocationServiceClient::DescribeKey, request, handler, context);
969 }
970
994
998 template <typename DescribeMapRequestT = Model::DescribeMapRequest>
999 Model::DescribeMapOutcomeCallable DescribeMapCallable(const DescribeMapRequestT& request) const {
1000 return SubmitCallable(&LocationServiceClient::DescribeMap, request);
1001 }
1002
1007 template <typename DescribeMapRequestT = Model::DescribeMapRequest>
1008 void DescribeMapAsync(const DescribeMapRequestT& request, const DescribeMapResponseReceivedHandler& handler,
1009 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1010 return SubmitAsync(&LocationServiceClient::DescribeMap, request, handler, context);
1011 }
1012
1036
1041 template <typename DescribePlaceIndexRequestT = Model::DescribePlaceIndexRequest>
1042 Model::DescribePlaceIndexOutcomeCallable DescribePlaceIndexCallable(const DescribePlaceIndexRequestT& request) const {
1043 return SubmitCallable(&LocationServiceClient::DescribePlaceIndex, request);
1044 }
1045
1050 template <typename DescribePlaceIndexRequestT = Model::DescribePlaceIndexRequest>
1051 void DescribePlaceIndexAsync(const DescribePlaceIndexRequestT& request, const DescribePlaceIndexResponseReceivedHandler& handler,
1052 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1053 return SubmitAsync(&LocationServiceClient::DescribePlaceIndex, request, handler, context);
1054 }
1055
1079
1084 template <typename DescribeRouteCalculatorRequestT = Model::DescribeRouteCalculatorRequest>
1085 Model::DescribeRouteCalculatorOutcomeCallable DescribeRouteCalculatorCallable(const DescribeRouteCalculatorRequestT& request) const {
1086 return SubmitCallable(&LocationServiceClient::DescribeRouteCalculator, request);
1087 }
1088
1093 template <typename DescribeRouteCalculatorRequestT = Model::DescribeRouteCalculatorRequest>
1094 void DescribeRouteCalculatorAsync(const DescribeRouteCalculatorRequestT& request,
1096 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1097 return SubmitAsync(&LocationServiceClient::DescribeRouteCalculator, request, handler, context);
1098 }
1099
1106
1110 template <typename DescribeTrackerRequestT = Model::DescribeTrackerRequest>
1111 Model::DescribeTrackerOutcomeCallable DescribeTrackerCallable(const DescribeTrackerRequestT& request) const {
1112 return SubmitCallable(&LocationServiceClient::DescribeTracker, request);
1113 }
1114
1119 template <typename DescribeTrackerRequestT = Model::DescribeTrackerRequest>
1120 void DescribeTrackerAsync(const DescribeTrackerRequestT& request, const DescribeTrackerResponseReceivedHandler& handler,
1121 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1122 return SubmitAsync(&LocationServiceClient::DescribeTracker, request, handler, context);
1123 }
1124
1134 const Model::DisassociateTrackerConsumerRequest& request) const;
1135
1140 template <typename DisassociateTrackerConsumerRequestT = Model::DisassociateTrackerConsumerRequest>
1142 const DisassociateTrackerConsumerRequestT& request) const {
1143 return SubmitCallable(&LocationServiceClient::DisassociateTrackerConsumer, request);
1144 }
1145
1150 template <typename DisassociateTrackerConsumerRequestT = Model::DisassociateTrackerConsumerRequest>
1151 void DisassociateTrackerConsumerAsync(const DisassociateTrackerConsumerRequestT& request,
1153 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1154 return SubmitAsync(&LocationServiceClient::DisassociateTrackerConsumer, request, handler, context);
1155 }
1156
1176
1181 template <typename ForecastGeofenceEventsRequestT = Model::ForecastGeofenceEventsRequest>
1182 Model::ForecastGeofenceEventsOutcomeCallable ForecastGeofenceEventsCallable(const ForecastGeofenceEventsRequestT& request) const {
1183 return SubmitCallable(&LocationServiceClient::ForecastGeofenceEvents, request);
1184 }
1185
1190 template <typename ForecastGeofenceEventsRequestT = Model::ForecastGeofenceEventsRequest>
1191 void ForecastGeofenceEventsAsync(const ForecastGeofenceEventsRequestT& request,
1193 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1194 return SubmitAsync(&LocationServiceClient::ForecastGeofenceEvents, request, handler, context);
1195 }
1196
1205
1210 template <typename GetDevicePositionRequestT = Model::GetDevicePositionRequest>
1211 Model::GetDevicePositionOutcomeCallable GetDevicePositionCallable(const GetDevicePositionRequestT& request) const {
1212 return SubmitCallable(&LocationServiceClient::GetDevicePosition, request);
1213 }
1214
1219 template <typename GetDevicePositionRequestT = Model::GetDevicePositionRequest>
1220 void GetDevicePositionAsync(const GetDevicePositionRequestT& request, const GetDevicePositionResponseReceivedHandler& handler,
1221 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1222 return SubmitAsync(&LocationServiceClient::GetDevicePosition, request, handler, context);
1223 }
1224
1233
1238 template <typename GetDevicePositionHistoryRequestT = Model::GetDevicePositionHistoryRequest>
1239 Model::GetDevicePositionHistoryOutcomeCallable GetDevicePositionHistoryCallable(const GetDevicePositionHistoryRequestT& request) const {
1240 return SubmitCallable(&LocationServiceClient::GetDevicePositionHistory, request);
1241 }
1242
1247 template <typename GetDevicePositionHistoryRequestT = Model::GetDevicePositionHistoryRequest>
1248 void GetDevicePositionHistoryAsync(const GetDevicePositionHistoryRequestT& request,
1250 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1251 return SubmitAsync(&LocationServiceClient::GetDevicePositionHistory, request, handler, context);
1252 }
1253
1262
1266 template <typename GetGeofenceRequestT = Model::GetGeofenceRequest>
1267 Model::GetGeofenceOutcomeCallable GetGeofenceCallable(const GetGeofenceRequestT& request) const {
1268 return SubmitCallable(&LocationServiceClient::GetGeofence, request);
1269 }
1270
1275 template <typename GetGeofenceRequestT = Model::GetGeofenceRequest>
1276 void GetGeofenceAsync(const GetGeofenceRequestT& request, const GetGeofenceResponseReceivedHandler& handler,
1277 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1278 return SubmitAsync(&LocationServiceClient::GetGeofence, request, handler, context);
1279 }
1280
1306
1310 template <typename GetMapGlyphsRequestT = Model::GetMapGlyphsRequest>
1311 Model::GetMapGlyphsOutcomeCallable GetMapGlyphsCallable(const GetMapGlyphsRequestT& request) const {
1312 return SubmitCallable(&LocationServiceClient::GetMapGlyphs, request);
1313 }
1314
1319 template <typename GetMapGlyphsRequestT = Model::GetMapGlyphsRequest>
1320 void GetMapGlyphsAsync(const GetMapGlyphsRequestT& request, const GetMapGlyphsResponseReceivedHandler& handler,
1321 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1322 return SubmitAsync(&LocationServiceClient::GetMapGlyphs, request, handler, context);
1323 }
1324
1352
1356 template <typename GetMapSpritesRequestT = Model::GetMapSpritesRequest>
1357 Model::GetMapSpritesOutcomeCallable GetMapSpritesCallable(const GetMapSpritesRequestT& request) const {
1358 return SubmitCallable(&LocationServiceClient::GetMapSprites, request);
1359 }
1360
1365 template <typename GetMapSpritesRequestT = Model::GetMapSpritesRequest>
1366 void GetMapSpritesAsync(const GetMapSpritesRequestT& request, const GetMapSpritesResponseReceivedHandler& handler,
1367 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1368 return SubmitAsync(&LocationServiceClient::GetMapSprites, request, handler, context);
1369 }
1370
1399
1404 template <typename GetMapStyleDescriptorRequestT = Model::GetMapStyleDescriptorRequest>
1405 Model::GetMapStyleDescriptorOutcomeCallable GetMapStyleDescriptorCallable(const GetMapStyleDescriptorRequestT& request) const {
1406 return SubmitCallable(&LocationServiceClient::GetMapStyleDescriptor, request);
1407 }
1408
1413 template <typename GetMapStyleDescriptorRequestT = Model::GetMapStyleDescriptorRequest>
1414 void GetMapStyleDescriptorAsync(const GetMapStyleDescriptorRequestT& request, const GetMapStyleDescriptorResponseReceivedHandler& handler,
1415 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1416 return SubmitAsync(&LocationServiceClient::GetMapStyleDescriptor, request, handler, context);
1417 }
1418
1449
1453 template <typename GetMapTileRequestT = Model::GetMapTileRequest>
1454 Model::GetMapTileOutcomeCallable GetMapTileCallable(const GetMapTileRequestT& request) const {
1455 return SubmitCallable(&LocationServiceClient::GetMapTile, request);
1456 }
1457
1462 template <typename GetMapTileRequestT = Model::GetMapTileRequest>
1463 void GetMapTileAsync(const GetMapTileRequestT& request, const GetMapTileResponseReceivedHandler& handler,
1464 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1465 return SubmitAsync(&LocationServiceClient::GetMapTile, request, handler, context);
1466 }
1467
1502
1506 template <typename GetPlaceRequestT = Model::GetPlaceRequest>
1507 Model::GetPlaceOutcomeCallable GetPlaceCallable(const GetPlaceRequestT& request) const {
1508 return SubmitCallable(&LocationServiceClient::GetPlace, request);
1509 }
1510
1515 template <typename GetPlaceRequestT = Model::GetPlaceRequest>
1516 void GetPlaceAsync(const GetPlaceRequestT& request, const GetPlaceResponseReceivedHandler& handler,
1517 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1518 return SubmitAsync(&LocationServiceClient::GetPlace, request, handler, context);
1519 }
1520
1528
1533 template <typename ListDevicePositionsRequestT = Model::ListDevicePositionsRequest>
1534 Model::ListDevicePositionsOutcomeCallable ListDevicePositionsCallable(const ListDevicePositionsRequestT& request) const {
1535 return SubmitCallable(&LocationServiceClient::ListDevicePositions, request);
1536 }
1537
1542 template <typename ListDevicePositionsRequestT = Model::ListDevicePositionsRequest>
1543 void ListDevicePositionsAsync(const ListDevicePositionsRequestT& request, const ListDevicePositionsResponseReceivedHandler& handler,
1544 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1545 return SubmitAsync(&LocationServiceClient::ListDevicePositions, request, handler, context);
1546 }
1547
1555
1560 template <typename ListGeofenceCollectionsRequestT = Model::ListGeofenceCollectionsRequest>
1561 Model::ListGeofenceCollectionsOutcomeCallable ListGeofenceCollectionsCallable(const ListGeofenceCollectionsRequestT& request = {}) const {
1562 return SubmitCallable(&LocationServiceClient::ListGeofenceCollections, request);
1563 }
1564
1569 template <typename ListGeofenceCollectionsRequestT = Model::ListGeofenceCollectionsRequest>
1571 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1572 const ListGeofenceCollectionsRequestT& request = {}) const {
1573 return SubmitAsync(&LocationServiceClient::ListGeofenceCollections, request, handler, context);
1574 }
1575
1583
1587 template <typename ListGeofencesRequestT = Model::ListGeofencesRequest>
1588 Model::ListGeofencesOutcomeCallable ListGeofencesCallable(const ListGeofencesRequestT& request) const {
1589 return SubmitCallable(&LocationServiceClient::ListGeofences, request);
1590 }
1591
1596 template <typename ListGeofencesRequestT = Model::ListGeofencesRequest>
1597 void ListGeofencesAsync(const ListGeofencesRequestT& request, const ListGeofencesResponseReceivedHandler& handler,
1598 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1599 return SubmitAsync(&LocationServiceClient::ListGeofences, request, handler, context);
1600 }
1601
1611 virtual Model::ListKeysOutcome ListKeys(const Model::ListKeysRequest& request = {}) const;
1612
1616 template <typename ListKeysRequestT = Model::ListKeysRequest>
1617 Model::ListKeysOutcomeCallable ListKeysCallable(const ListKeysRequestT& request = {}) const {
1618 return SubmitCallable(&LocationServiceClient::ListKeys, request);
1619 }
1620
1625 template <typename ListKeysRequestT = Model::ListKeysRequest>
1627 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1628 const ListKeysRequestT& request = {}) const {
1629 return SubmitAsync(&LocationServiceClient::ListKeys, request, handler, context);
1630 }
1631
1654 virtual Model::ListMapsOutcome ListMaps(const Model::ListMapsRequest& request = {}) const;
1655
1659 template <typename ListMapsRequestT = Model::ListMapsRequest>
1660 Model::ListMapsOutcomeCallable ListMapsCallable(const ListMapsRequestT& request = {}) const {
1661 return SubmitCallable(&LocationServiceClient::ListMaps, request);
1662 }
1663
1668 template <typename ListMapsRequestT = Model::ListMapsRequest>
1670 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1671 const ListMapsRequestT& request = {}) const {
1672 return SubmitAsync(&LocationServiceClient::ListMaps, request, handler, context);
1673 }
1674
1698
1703 template <typename ListPlaceIndexesRequestT = Model::ListPlaceIndexesRequest>
1704 Model::ListPlaceIndexesOutcomeCallable ListPlaceIndexesCallable(const ListPlaceIndexesRequestT& request = {}) const {
1705 return SubmitCallable(&LocationServiceClient::ListPlaceIndexes, request);
1706 }
1707
1712 template <typename ListPlaceIndexesRequestT = Model::ListPlaceIndexesRequest>
1714 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1715 const ListPlaceIndexesRequestT& request = {}) const {
1716 return SubmitAsync(&LocationServiceClient::ListPlaceIndexes, request, handler, context);
1717 }
1718
1742
1747 template <typename ListRouteCalculatorsRequestT = Model::ListRouteCalculatorsRequest>
1748 Model::ListRouteCalculatorsOutcomeCallable ListRouteCalculatorsCallable(const ListRouteCalculatorsRequestT& request = {}) const {
1749 return SubmitCallable(&LocationServiceClient::ListRouteCalculators, request);
1750 }
1751
1756 template <typename ListRouteCalculatorsRequestT = Model::ListRouteCalculatorsRequest>
1758 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1759 const ListRouteCalculatorsRequestT& request = {}) const {
1760 return SubmitAsync(&LocationServiceClient::ListRouteCalculators, request, handler, context);
1761 }
1762
1770
1775 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1776 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
1777 return SubmitCallable(&LocationServiceClient::ListTagsForResource, request);
1778 }
1779
1784 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1785 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
1786 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1787 return SubmitAsync(&LocationServiceClient::ListTagsForResource, request, handler, context);
1788 }
1789
1797
1802 template <typename ListTrackerConsumersRequestT = Model::ListTrackerConsumersRequest>
1803 Model::ListTrackerConsumersOutcomeCallable ListTrackerConsumersCallable(const ListTrackerConsumersRequestT& request) const {
1804 return SubmitCallable(&LocationServiceClient::ListTrackerConsumers, request);
1805 }
1806
1811 template <typename ListTrackerConsumersRequestT = Model::ListTrackerConsumersRequest>
1812 void ListTrackerConsumersAsync(const ListTrackerConsumersRequestT& request, const ListTrackerConsumersResponseReceivedHandler& handler,
1813 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1814 return SubmitAsync(&LocationServiceClient::ListTrackerConsumers, request, handler, context);
1815 }
1816
1824
1828 template <typename ListTrackersRequestT = Model::ListTrackersRequest>
1829 Model::ListTrackersOutcomeCallable ListTrackersCallable(const ListTrackersRequestT& request = {}) const {
1830 return SubmitCallable(&LocationServiceClient::ListTrackers, request);
1831 }
1832
1837 template <typename ListTrackersRequestT = Model::ListTrackersRequest>
1839 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1840 const ListTrackersRequestT& request = {}) const {
1841 return SubmitAsync(&LocationServiceClient::ListTrackers, request, handler, context);
1842 }
1843
1852
1856 template <typename PutGeofenceRequestT = Model::PutGeofenceRequest>
1857 Model::PutGeofenceOutcomeCallable PutGeofenceCallable(const PutGeofenceRequestT& request) const {
1858 return SubmitCallable(&LocationServiceClient::PutGeofence, request);
1859 }
1860
1865 template <typename PutGeofenceRequestT = Model::PutGeofenceRequest>
1866 void PutGeofenceAsync(const PutGeofenceRequestT& request, const PutGeofenceResponseReceivedHandler& handler,
1867 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1868 return SubmitAsync(&LocationServiceClient::PutGeofence, request, handler, context);
1869 }
1870
1896 const Model::SearchPlaceIndexForPositionRequest& request) const;
1897
1902 template <typename SearchPlaceIndexForPositionRequestT = Model::SearchPlaceIndexForPositionRequest>
1904 const SearchPlaceIndexForPositionRequestT& request) const {
1905 return SubmitCallable(&LocationServiceClient::SearchPlaceIndexForPosition, request);
1906 }
1907
1912 template <typename SearchPlaceIndexForPositionRequestT = Model::SearchPlaceIndexForPositionRequest>
1913 void SearchPlaceIndexForPositionAsync(const SearchPlaceIndexForPositionRequestT& request,
1915 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1916 return SubmitAsync(&LocationServiceClient::SearchPlaceIndexForPosition, request, handler, context);
1917 }
1918
1952
1957 template <typename SearchPlaceIndexForSuggestionsRequestT = Model::SearchPlaceIndexForSuggestionsRequest>
1959 const SearchPlaceIndexForSuggestionsRequestT& request) const {
1960 return SubmitCallable(&LocationServiceClient::SearchPlaceIndexForSuggestions, request);
1961 }
1962
1967 template <typename SearchPlaceIndexForSuggestionsRequestT = Model::SearchPlaceIndexForSuggestionsRequest>
1968 void SearchPlaceIndexForSuggestionsAsync(const SearchPlaceIndexForSuggestionsRequestT& request,
1970 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1971 return SubmitAsync(&LocationServiceClient::SearchPlaceIndexForSuggestions, request, handler, context);
1972 }
1973
2004
2009 template <typename SearchPlaceIndexForTextRequestT = Model::SearchPlaceIndexForTextRequest>
2010 Model::SearchPlaceIndexForTextOutcomeCallable SearchPlaceIndexForTextCallable(const SearchPlaceIndexForTextRequestT& request) const {
2011 return SubmitCallable(&LocationServiceClient::SearchPlaceIndexForText, request);
2012 }
2013
2018 template <typename SearchPlaceIndexForTextRequestT = Model::SearchPlaceIndexForTextRequest>
2019 void SearchPlaceIndexForTextAsync(const SearchPlaceIndexForTextRequestT& request,
2021 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2022 return SubmitAsync(&LocationServiceClient::SearchPlaceIndexForText, request, handler, context);
2023 }
2024
2040
2044 template <typename TagResourceRequestT = Model::TagResourceRequest>
2045 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
2046 return SubmitCallable(&LocationServiceClient::TagResource, request);
2047 }
2048
2053 template <typename TagResourceRequestT = Model::TagResourceRequest>
2054 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
2055 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2056 return SubmitAsync(&LocationServiceClient::TagResource, request, handler, context);
2057 }
2058
2066
2070 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
2071 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
2072 return SubmitCallable(&LocationServiceClient::UntagResource, request);
2073 }
2074
2079 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
2080 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
2081 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2082 return SubmitAsync(&LocationServiceClient::UntagResource, request, handler, context);
2083 }
2084
2092
2097 template <typename UpdateGeofenceCollectionRequestT = Model::UpdateGeofenceCollectionRequest>
2098 Model::UpdateGeofenceCollectionOutcomeCallable UpdateGeofenceCollectionCallable(const UpdateGeofenceCollectionRequestT& request) const {
2099 return SubmitCallable(&LocationServiceClient::UpdateGeofenceCollection, request);
2100 }
2101
2106 template <typename UpdateGeofenceCollectionRequestT = Model::UpdateGeofenceCollectionRequest>
2107 void UpdateGeofenceCollectionAsync(const UpdateGeofenceCollectionRequestT& request,
2109 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2110 return SubmitAsync(&LocationServiceClient::UpdateGeofenceCollection, request, handler, context);
2111 }
2112
2120
2124 template <typename UpdateKeyRequestT = Model::UpdateKeyRequest>
2125 Model::UpdateKeyOutcomeCallable UpdateKeyCallable(const UpdateKeyRequestT& request) const {
2126 return SubmitCallable(&LocationServiceClient::UpdateKey, request);
2127 }
2128
2133 template <typename UpdateKeyRequestT = Model::UpdateKeyRequest>
2134 void UpdateKeyAsync(const UpdateKeyRequestT& request, const UpdateKeyResponseReceivedHandler& handler,
2135 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2136 return SubmitAsync(&LocationServiceClient::UpdateKey, request, handler, context);
2137 }
2138
2162
2166 template <typename UpdateMapRequestT = Model::UpdateMapRequest>
2167 Model::UpdateMapOutcomeCallable UpdateMapCallable(const UpdateMapRequestT& request) const {
2168 return SubmitCallable(&LocationServiceClient::UpdateMap, request);
2169 }
2170
2175 template <typename UpdateMapRequestT = Model::UpdateMapRequest>
2176 void UpdateMapAsync(const UpdateMapRequestT& request, const UpdateMapResponseReceivedHandler& handler,
2177 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2178 return SubmitAsync(&LocationServiceClient::UpdateMap, request, handler, context);
2179 }
2180
2204
2209 template <typename UpdatePlaceIndexRequestT = Model::UpdatePlaceIndexRequest>
2210 Model::UpdatePlaceIndexOutcomeCallable UpdatePlaceIndexCallable(const UpdatePlaceIndexRequestT& request) const {
2211 return SubmitCallable(&LocationServiceClient::UpdatePlaceIndex, request);
2212 }
2213
2218 template <typename UpdatePlaceIndexRequestT = Model::UpdatePlaceIndexRequest>
2219 void UpdatePlaceIndexAsync(const UpdatePlaceIndexRequestT& request, const UpdatePlaceIndexResponseReceivedHandler& handler,
2220 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2221 return SubmitAsync(&LocationServiceClient::UpdatePlaceIndex, request, handler, context);
2222 }
2223
2247
2252 template <typename UpdateRouteCalculatorRequestT = Model::UpdateRouteCalculatorRequest>
2253 Model::UpdateRouteCalculatorOutcomeCallable UpdateRouteCalculatorCallable(const UpdateRouteCalculatorRequestT& request) const {
2254 return SubmitCallable(&LocationServiceClient::UpdateRouteCalculator, request);
2255 }
2256
2261 template <typename UpdateRouteCalculatorRequestT = Model::UpdateRouteCalculatorRequest>
2262 void UpdateRouteCalculatorAsync(const UpdateRouteCalculatorRequestT& request, const UpdateRouteCalculatorResponseReceivedHandler& handler,
2263 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2264 return SubmitAsync(&LocationServiceClient::UpdateRouteCalculator, request, handler, context);
2265 }
2266
2274
2278 template <typename UpdateTrackerRequestT = Model::UpdateTrackerRequest>
2279 Model::UpdateTrackerOutcomeCallable UpdateTrackerCallable(const UpdateTrackerRequestT& request) const {
2280 return SubmitCallable(&LocationServiceClient::UpdateTracker, request);
2281 }
2282
2287 template <typename UpdateTrackerRequestT = Model::UpdateTrackerRequest>
2288 void UpdateTrackerAsync(const UpdateTrackerRequestT& request, const UpdateTrackerResponseReceivedHandler& handler,
2289 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2290 return SubmitAsync(&LocationServiceClient::UpdateTracker, request, handler, context);
2291 }
2292
2305
2310 template <typename VerifyDevicePositionRequestT = Model::VerifyDevicePositionRequest>
2311 Model::VerifyDevicePositionOutcomeCallable VerifyDevicePositionCallable(const VerifyDevicePositionRequestT& request) const {
2312 return SubmitCallable(&LocationServiceClient::VerifyDevicePosition, request);
2313 }
2314
2319 template <typename VerifyDevicePositionRequestT = Model::VerifyDevicePositionRequest>
2320 void VerifyDevicePositionAsync(const VerifyDevicePositionRequestT& request, const VerifyDevicePositionResponseReceivedHandler& handler,
2321 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2322 return SubmitAsync(&LocationServiceClient::VerifyDevicePosition, request, handler, context);
2323 }
2324
2325 virtual void OverrideEndpoint(const Aws::String& endpoint);
2326 virtual std::shared_ptr<LocationServiceEndpointProviderBase>& accessEndpointProvider();
2327
2328 private:
2330 void init(const LocationServiceClientConfiguration& clientConfiguration);
2331
2333
2334 InvokeOperationOutcome InvokeServiceOperation(const AmazonWebServiceRequest& request,
2335 const std::function<void(Aws::Endpoint::ResolveEndpointOutcome&)>& resolveUri,
2336 Aws::Http::HttpMethod httpMethod) const;
2337
2338 LocationServiceClientConfiguration m_clientConfiguration;
2339 std::shared_ptr<LocationServiceEndpointProviderBase> m_endpointProvider;
2340};
2341
2342} // namespace LocationService
2343} // namespace Aws
virtual Model::ListKeysOutcome ListKeys(const Model::ListKeysRequest &request={}) const
virtual Model::CreateTrackerOutcome CreateTracker(const Model::CreateTrackerRequest &request) const
void UpdateTrackerAsync(const UpdateTrackerRequestT &request, const UpdateTrackerResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListMapsAsync(const ListMapsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMapsRequestT &request={}) const
void UpdateGeofenceCollectionAsync(const UpdateGeofenceCollectionRequestT &request, const UpdateGeofenceCollectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void SearchPlaceIndexForPositionAsync(const SearchPlaceIndexForPositionRequestT &request, const SearchPlaceIndexForPositionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteGeofenceCollectionOutcomeCallable DeleteGeofenceCollectionCallable(const DeleteGeofenceCollectionRequestT &request) const
virtual Model::DescribePlaceIndexOutcome DescribePlaceIndex(const Model::DescribePlaceIndexRequest &request) const
void BatchDeleteGeofenceAsync(const BatchDeleteGeofenceRequestT &request, const BatchDeleteGeofenceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateMapAsync(const CreateMapRequestT &request, const CreateMapResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeKeyOutcomeCallable DescribeKeyCallable(const DescribeKeyRequestT &request) const
virtual Model::GetDevicePositionOutcome GetDevicePosition(const Model::GetDevicePositionRequest &request) const
Model::CalculateRouteMatrixOutcomeCallable CalculateRouteMatrixCallable(const CalculateRouteMatrixRequestT &request) const
virtual Model::ListMapsOutcome ListMaps(const Model::ListMapsRequest &request={}) const
void GetPlaceAsync(const GetPlaceRequestT &request, const GetPlaceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListPlaceIndexesAsync(const ListPlaceIndexesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListPlaceIndexesRequestT &request={}) const
void GetMapGlyphsAsync(const GetMapGlyphsRequestT &request, const GetMapGlyphsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListTrackerConsumersOutcome ListTrackerConsumers(const Model::ListTrackerConsumersRequest &request) const
void GetMapTileAsync(const GetMapTileRequestT &request, const GetMapTileResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateRouteCalculatorOutcomeCallable UpdateRouteCalculatorCallable(const UpdateRouteCalculatorRequestT &request) const
virtual Model::GetGeofenceOutcome GetGeofence(const Model::GetGeofenceRequest &request) const
Model::AssociateTrackerConsumerOutcomeCallable AssociateTrackerConsumerCallable(const AssociateTrackerConsumerRequestT &request) const
Model::DescribeMapOutcomeCallable DescribeMapCallable(const DescribeMapRequestT &request) const
Model::UpdateMapOutcomeCallable UpdateMapCallable(const UpdateMapRequestT &request) const
void DeleteKeyAsync(const DeleteKeyRequestT &request, const DeleteKeyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CalculateRouteAsync(const CalculateRouteRequestT &request, const CalculateRouteResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
virtual Model::CreateRouteCalculatorOutcome CreateRouteCalculator(const Model::CreateRouteCalculatorRequest &request) const
LocationServiceClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
void DescribeKeyAsync(const DescribeKeyRequestT &request, const DescribeKeyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribePlaceIndexAsync(const DescribePlaceIndexRequestT &request, const DescribePlaceIndexResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListTrackersOutcome ListTrackers(const Model::ListTrackersRequest &request={}) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
void BatchPutGeofenceAsync(const BatchPutGeofenceRequestT &request, const BatchPutGeofenceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetMapSpritesOutcomeCallable GetMapSpritesCallable(const GetMapSpritesRequestT &request) const
Model::DescribeTrackerOutcomeCallable DescribeTrackerCallable(const DescribeTrackerRequestT &request) const
void PutGeofenceAsync(const PutGeofenceRequestT &request, const PutGeofenceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void BatchUpdateDevicePositionAsync(const BatchUpdateDevicePositionRequestT &request, const BatchUpdateDevicePositionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListDevicePositionsOutcome ListDevicePositions(const Model::ListDevicePositionsRequest &request) const
virtual Model::CalculateRouteOutcome CalculateRoute(const Model::CalculateRouteRequest &request) const
Model::GetPlaceOutcomeCallable GetPlaceCallable(const GetPlaceRequestT &request) const
Model::GetMapTileOutcomeCallable GetMapTileCallable(const GetMapTileRequestT &request) const
virtual Model::GetMapSpritesOutcome GetMapSprites(const Model::GetMapSpritesRequest &request) const
void GetMapStyleDescriptorAsync(const GetMapStyleDescriptorRequestT &request, const GetMapStyleDescriptorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::BatchPutGeofenceOutcomeCallable BatchPutGeofenceCallable(const BatchPutGeofenceRequestT &request) const
virtual Model::UpdateRouteCalculatorOutcome UpdateRouteCalculator(const Model::UpdateRouteCalculatorRequest &request) const
Model::DisassociateTrackerConsumerOutcomeCallable DisassociateTrackerConsumerCallable(const DisassociateTrackerConsumerRequestT &request) const
Model::DescribeGeofenceCollectionOutcomeCallable DescribeGeofenceCollectionCallable(const DescribeGeofenceCollectionRequestT &request) const
Model::BatchDeleteGeofenceOutcomeCallable BatchDeleteGeofenceCallable(const BatchDeleteGeofenceRequestT &request) const
void GetDevicePositionAsync(const GetDevicePositionRequestT &request, const GetDevicePositionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void BatchGetDevicePositionAsync(const BatchGetDevicePositionRequestT &request, const BatchGetDevicePositionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateGeofenceCollectionOutcomeCallable CreateGeofenceCollectionCallable(const CreateGeofenceCollectionRequestT &request) const
void UpdateRouteCalculatorAsync(const UpdateRouteCalculatorRequestT &request, const UpdateRouteCalculatorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteRouteCalculatorOutcome DeleteRouteCalculator(const Model::DeleteRouteCalculatorRequest &request) const
void GetGeofenceAsync(const GetGeofenceRequestT &request, const GetGeofenceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void VerifyDevicePositionAsync(const VerifyDevicePositionRequestT &request, const VerifyDevicePositionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateGeofenceCollectionAsync(const CreateGeofenceCollectionRequestT &request, const CreateGeofenceCollectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
LocationServiceClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< LocationServiceEndpointProviderBase > endpointProvider=nullptr, const Aws::LocationService::LocationServiceClientConfiguration &clientConfiguration=Aws::LocationService::LocationServiceClientConfiguration())
virtual Model::DescribeKeyOutcome DescribeKey(const Model::DescribeKeyRequest &request) const
virtual Model::DescribeRouteCalculatorOutcome DescribeRouteCalculator(const Model::DescribeRouteCalculatorRequest &request) const
virtual std::shared_ptr< LocationServiceEndpointProviderBase > & accessEndpointProvider()
Model::CreatePlaceIndexOutcomeCallable CreatePlaceIndexCallable(const CreatePlaceIndexRequestT &request) const
virtual Model::SearchPlaceIndexForPositionOutcome SearchPlaceIndexForPosition(const Model::SearchPlaceIndexForPositionRequest &request) const
void GetDevicePositionHistoryAsync(const GetDevicePositionHistoryRequestT &request, const GetDevicePositionHistoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeTrackerOutcome DescribeTracker(const Model::DescribeTrackerRequest &request) const
Model::UpdateKeyOutcomeCallable UpdateKeyCallable(const UpdateKeyRequestT &request) const
virtual Model::GetMapGlyphsOutcome GetMapGlyphs(const Model::GetMapGlyphsRequest &request) const
virtual Model::GetDevicePositionHistoryOutcome GetDevicePositionHistory(const Model::GetDevicePositionHistoryRequest &request) const
virtual Model::BatchDeleteGeofenceOutcome BatchDeleteGeofence(const Model::BatchDeleteGeofenceRequest &request) const
virtual Model::UpdateMapOutcome UpdateMap(const Model::UpdateMapRequest &request) const
Model::GetDevicePositionHistoryOutcomeCallable GetDevicePositionHistoryCallable(const GetDevicePositionHistoryRequestT &request) const
Model::SearchPlaceIndexForPositionOutcomeCallable SearchPlaceIndexForPositionCallable(const SearchPlaceIndexForPositionRequestT &request) const
Model::SearchPlaceIndexForSuggestionsOutcomeCallable SearchPlaceIndexForSuggestionsCallable(const SearchPlaceIndexForSuggestionsRequestT &request) const
virtual Model::ListGeofencesOutcome ListGeofences(const Model::ListGeofencesRequest &request) const
Model::DeleteTrackerOutcomeCallable DeleteTrackerCallable(const DeleteTrackerRequestT &request) const
Model::UpdateGeofenceCollectionOutcomeCallable UpdateGeofenceCollectionCallable(const UpdateGeofenceCollectionRequestT &request) const
Model::ForecastGeofenceEventsOutcomeCallable ForecastGeofenceEventsCallable(const ForecastGeofenceEventsRequestT &request) const
virtual Model::DeleteGeofenceCollectionOutcome DeleteGeofenceCollection(const Model::DeleteGeofenceCollectionRequest &request) const
void BatchDeleteDevicePositionHistoryAsync(const BatchDeleteDevicePositionHistoryRequestT &request, const BatchDeleteDevicePositionHistoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void SearchPlaceIndexForTextAsync(const SearchPlaceIndexForTextRequestT &request, const SearchPlaceIndexForTextResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdatePlaceIndexAsync(const UpdatePlaceIndexRequestT &request, const UpdatePlaceIndexResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeTrackerAsync(const DescribeTrackerRequestT &request, const DescribeTrackerResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListGeofenceCollectionsOutcomeCallable ListGeofenceCollectionsCallable(const ListGeofenceCollectionsRequestT &request={}) const
virtual Model::DescribeGeofenceCollectionOutcome DescribeGeofenceCollection(const Model::DescribeGeofenceCollectionRequest &request) const
virtual Model::BatchUpdateDevicePositionOutcome BatchUpdateDevicePosition(const Model::BatchUpdateDevicePositionRequest &request) const
void DescribeMapAsync(const DescribeMapRequestT &request, const DescribeMapResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteTrackerOutcome DeleteTracker(const Model::DeleteTrackerRequest &request) const
Model::PutGeofenceOutcomeCallable PutGeofenceCallable(const PutGeofenceRequestT &request) const
void CalculateRouteMatrixAsync(const CalculateRouteMatrixRequestT &request, const CalculateRouteMatrixResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribePlaceIndexOutcomeCallable DescribePlaceIndexCallable(const DescribePlaceIndexRequestT &request) const
virtual Model::ListRouteCalculatorsOutcome ListRouteCalculators(const Model::ListRouteCalculatorsRequest &request={}) const
virtual Model::UpdateGeofenceCollectionOutcome UpdateGeofenceCollection(const Model::UpdateGeofenceCollectionRequest &request) const
virtual Model::CreatePlaceIndexOutcome CreatePlaceIndex(const Model::CreatePlaceIndexRequest &request) const
Model::UpdatePlaceIndexOutcomeCallable UpdatePlaceIndexCallable(const UpdatePlaceIndexRequestT &request) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
LocationServiceClient(const Aws::LocationService::LocationServiceClientConfiguration &clientConfiguration=Aws::LocationService::LocationServiceClientConfiguration(), std::shared_ptr< LocationServiceEndpointProviderBase > endpointProvider=nullptr)
void CreateKeyAsync(const CreateKeyRequestT &request, const CreateKeyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateKeyAsync(const UpdateKeyRequestT &request, const UpdateKeyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeletePlaceIndexAsync(const DeletePlaceIndexRequestT &request, const DeletePlaceIndexResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
Model::DescribeRouteCalculatorOutcomeCallable DescribeRouteCalculatorCallable(const DescribeRouteCalculatorRequestT &request) const
virtual Model::CreateKeyOutcome CreateKey(const Model::CreateKeyRequest &request) const
Model::ListRouteCalculatorsOutcomeCallable ListRouteCalculatorsCallable(const ListRouteCalculatorsRequestT &request={}) const
void ListTrackersAsync(const ListTrackersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListTrackersRequestT &request={}) const
Model::GetMapGlyphsOutcomeCallable GetMapGlyphsCallable(const GetMapGlyphsRequestT &request) const
Model::ListMapsOutcomeCallable ListMapsCallable(const ListMapsRequestT &request={}) const
virtual Model::BatchGetDevicePositionOutcome BatchGetDevicePosition(const Model::BatchGetDevicePositionRequest &request) const
virtual Model::DeleteKeyOutcome DeleteKey(const Model::DeleteKeyRequest &request) const
virtual Model::SearchPlaceIndexForSuggestionsOutcome SearchPlaceIndexForSuggestions(const Model::SearchPlaceIndexForSuggestionsRequest &request) const
void CreatePlaceIndexAsync(const CreatePlaceIndexRequestT &request, const CreatePlaceIndexResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::BatchEvaluateGeofencesOutcome BatchEvaluateGeofences(const Model::BatchEvaluateGeofencesRequest &request) const
void BatchEvaluateGeofencesAsync(const BatchEvaluateGeofencesRequestT &request, const BatchEvaluateGeofencesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListGeofenceCollectionsAsync(const ListGeofenceCollectionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListGeofenceCollectionsRequestT &request={}) const
virtual Model::BatchPutGeofenceOutcome BatchPutGeofence(const Model::BatchPutGeofenceRequest &request) const
virtual Model::DeleteMapOutcome DeleteMap(const Model::DeleteMapRequest &request) const
Model::BatchDeleteDevicePositionHistoryOutcomeCallable BatchDeleteDevicePositionHistoryCallable(const BatchDeleteDevicePositionHistoryRequestT &request) const
Model::ListTrackersOutcomeCallable ListTrackersCallable(const ListTrackersRequestT &request={}) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
void ForecastGeofenceEventsAsync(const ForecastGeofenceEventsRequestT &request, const ForecastGeofenceEventsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateMapOutcome CreateMap(const Model::CreateMapRequest &request) const
void UpdateMapAsync(const UpdateMapRequestT &request, const UpdateMapResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateRouteCalculatorAsync(const CreateRouteCalculatorRequestT &request, const CreateRouteCalculatorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetMapStyleDescriptorOutcomeCallable GetMapStyleDescriptorCallable(const GetMapStyleDescriptorRequestT &request) const
virtual Model::DisassociateTrackerConsumerOutcome DisassociateTrackerConsumer(const Model::DisassociateTrackerConsumerRequest &request) const
void DisassociateTrackerConsumerAsync(const DisassociateTrackerConsumerRequestT &request, const DisassociateTrackerConsumerResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteTrackerAsync(const DeleteTrackerRequestT &request, const DeleteTrackerResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
LocationServiceClient(const Aws::Client::ClientConfiguration &clientConfiguration)
Model::DeleteMapOutcomeCallable DeleteMapCallable(const DeleteMapRequestT &request) const
Model::CreateRouteCalculatorOutcomeCallable CreateRouteCalculatorCallable(const CreateRouteCalculatorRequestT &request) const
Model::VerifyDevicePositionOutcomeCallable VerifyDevicePositionCallable(const VerifyDevicePositionRequestT &request) const
virtual Model::DeletePlaceIndexOutcome DeletePlaceIndex(const Model::DeletePlaceIndexRequest &request) const
Model::BatchUpdateDevicePositionOutcomeCallable BatchUpdateDevicePositionCallable(const BatchUpdateDevicePositionRequestT &request) const
void ListDevicePositionsAsync(const ListDevicePositionsRequestT &request, const ListDevicePositionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListPlaceIndexesOutcomeCallable ListPlaceIndexesCallable(const ListPlaceIndexesRequestT &request={}) const
virtual Model::UpdatePlaceIndexOutcome UpdatePlaceIndex(const Model::UpdatePlaceIndexRequest &request) const
void ListGeofencesAsync(const ListGeofencesRequestT &request, const ListGeofencesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListPlaceIndexesOutcome ListPlaceIndexes(const Model::ListPlaceIndexesRequest &request={}) const
virtual Model::CalculateRouteMatrixOutcome CalculateRouteMatrix(const Model::CalculateRouteMatrixRequest &request) const
void ListKeysAsync(const ListKeysResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListKeysRequestT &request={}) const
Model::BatchGetDevicePositionOutcomeCallable BatchGetDevicePositionCallable(const BatchGetDevicePositionRequestT &request) const
virtual Model::GetMapTileOutcome GetMapTile(const Model::GetMapTileRequest &request) const
Model::UpdateTrackerOutcomeCallable UpdateTrackerCallable(const UpdateTrackerRequestT &request) const
virtual Model::DescribeMapOutcome DescribeMap(const Model::DescribeMapRequest &request) const
virtual Model::CreateGeofenceCollectionOutcome CreateGeofenceCollection(const Model::CreateGeofenceCollectionRequest &request) const
Model::ListTrackerConsumersOutcomeCallable ListTrackerConsumersCallable(const ListTrackerConsumersRequestT &request) const
void CreateTrackerAsync(const CreateTrackerRequestT &request, const CreateTrackerResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListTrackerConsumersAsync(const ListTrackerConsumersRequestT &request, const ListTrackerConsumersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteMapAsync(const DeleteMapRequestT &request, const DeleteMapResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListKeysOutcomeCallable ListKeysCallable(const ListKeysRequestT &request={}) const
virtual Model::GetPlaceOutcome GetPlace(const Model::GetPlaceRequest &request) const
Model::GetGeofenceOutcomeCallable GetGeofenceCallable(const GetGeofenceRequestT &request) const
void AssociateTrackerConsumerAsync(const AssociateTrackerConsumerRequestT &request, const AssociateTrackerConsumerResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
LocationServiceClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::VerifyDevicePositionOutcome VerifyDevicePosition(const Model::VerifyDevicePositionRequest &request) const
Model::CreateMapOutcomeCallable CreateMapCallable(const CreateMapRequestT &request) const
void DescribeRouteCalculatorAsync(const DescribeRouteCalculatorRequestT &request, const DescribeRouteCalculatorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListDevicePositionsOutcomeCallable ListDevicePositionsCallable(const ListDevicePositionsRequestT &request) const
void DeleteGeofenceCollectionAsync(const DeleteGeofenceCollectionRequestT &request, const DeleteGeofenceCollectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetMapStyleDescriptorOutcome GetMapStyleDescriptor(const Model::GetMapStyleDescriptorRequest &request) const
virtual Model::SearchPlaceIndexForTextOutcome SearchPlaceIndexForText(const Model::SearchPlaceIndexForTextRequest &request) const
virtual Model::ForecastGeofenceEventsOutcome ForecastGeofenceEvents(const Model::ForecastGeofenceEventsRequest &request) const
virtual Model::UpdateKeyOutcome UpdateKey(const Model::UpdateKeyRequest &request) const
Model::BatchEvaluateGeofencesOutcomeCallable BatchEvaluateGeofencesCallable(const BatchEvaluateGeofencesRequestT &request) const
Model::DeleteRouteCalculatorOutcomeCallable DeleteRouteCalculatorCallable(const DeleteRouteCalculatorRequestT &request) const
void SearchPlaceIndexForSuggestionsAsync(const SearchPlaceIndexForSuggestionsRequestT &request, const SearchPlaceIndexForSuggestionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetMapSpritesAsync(const GetMapSpritesRequestT &request, const GetMapSpritesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CalculateRouteOutcomeCallable CalculateRouteCallable(const CalculateRouteRequestT &request) const
LocationServiceClientConfiguration ClientConfigurationType
virtual Model::PutGeofenceOutcome PutGeofence(const Model::PutGeofenceRequest &request) const
virtual Model::UpdateTrackerOutcome UpdateTracker(const Model::UpdateTrackerRequest &request) const
Model::GetDevicePositionOutcomeCallable GetDevicePositionCallable(const GetDevicePositionRequestT &request) const
Model::CreateTrackerOutcomeCallable CreateTrackerCallable(const CreateTrackerRequestT &request) const
Model::DeleteKeyOutcomeCallable DeleteKeyCallable(const DeleteKeyRequestT &request) const
virtual Model::ListGeofenceCollectionsOutcome ListGeofenceCollections(const Model::ListGeofenceCollectionsRequest &request={}) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
void DescribeGeofenceCollectionAsync(const DescribeGeofenceCollectionRequestT &request, const DescribeGeofenceCollectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListRouteCalculatorsAsync(const ListRouteCalculatorsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListRouteCalculatorsRequestT &request={}) const
Model::DeletePlaceIndexOutcomeCallable DeletePlaceIndexCallable(const DeletePlaceIndexRequestT &request) const
virtual Model::BatchDeleteDevicePositionHistoryOutcome BatchDeleteDevicePositionHistory(const Model::BatchDeleteDevicePositionHistoryRequest &request) const
void DeleteRouteCalculatorAsync(const DeleteRouteCalculatorRequestT &request, const DeleteRouteCalculatorResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
LocationServiceClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< LocationServiceEndpointProviderBase > endpointProvider=nullptr, const Aws::LocationService::LocationServiceClientConfiguration &clientConfiguration=Aws::LocationService::LocationServiceClientConfiguration())
virtual Model::AssociateTrackerConsumerOutcome AssociateTrackerConsumer(const Model::AssociateTrackerConsumerRequest &request) const
LocationServiceEndpointProvider EndpointProviderType
Model::CreateKeyOutcomeCallable CreateKeyCallable(const CreateKeyRequestT &request) const
Model::SearchPlaceIndexForTextOutcomeCallable SearchPlaceIndexForTextCallable(const SearchPlaceIndexForTextRequestT &request) const
Model::ListGeofencesOutcomeCallable ListGeofencesCallable(const ListGeofencesRequestT &request) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
std::future< ListGeofencesOutcome > ListGeofencesOutcomeCallable
std::future< DescribeKeyOutcome > DescribeKeyOutcomeCallable
std::future< CreateKeyOutcome > CreateKeyOutcomeCallable
std::future< GetMapSpritesOutcome > GetMapSpritesOutcomeCallable
std::future< DeleteMapOutcome > DeleteMapOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< DeleteRouteCalculatorOutcome > DeleteRouteCalculatorOutcomeCallable
std::future< ListPlaceIndexesOutcome > ListPlaceIndexesOutcomeCallable
std::future< UpdateTrackerOutcome > UpdateTrackerOutcomeCallable
std::future< UpdateMapOutcome > UpdateMapOutcomeCallable
std::future< GetMapTileOutcome > GetMapTileOutcomeCallable
std::future< ListDevicePositionsOutcome > ListDevicePositionsOutcomeCallable
std::future< BatchPutGeofenceOutcome > BatchPutGeofenceOutcomeCallable
std::future< DeleteKeyOutcome > DeleteKeyOutcomeCallable
std::future< UpdatePlaceIndexOutcome > UpdatePlaceIndexOutcomeCallable
std::future< UpdateRouteCalculatorOutcome > UpdateRouteCalculatorOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< CalculateRouteMatrixOutcome > CalculateRouteMatrixOutcomeCallable
std::future< CreateGeofenceCollectionOutcome > CreateGeofenceCollectionOutcomeCallable
std::future< VerifyDevicePositionOutcome > VerifyDevicePositionOutcomeCallable
std::future< PutGeofenceOutcome > PutGeofenceOutcomeCallable
std::future< GetDevicePositionHistoryOutcome > GetDevicePositionHistoryOutcomeCallable
std::future< SearchPlaceIndexForTextOutcome > SearchPlaceIndexForTextOutcomeCallable
std::future< UpdateGeofenceCollectionOutcome > UpdateGeofenceCollectionOutcomeCallable
std::future< DescribeTrackerOutcome > DescribeTrackerOutcomeCallable
std::future< GetMapGlyphsOutcome > GetMapGlyphsOutcomeCallable
std::future< DescribeGeofenceCollectionOutcome > DescribeGeofenceCollectionOutcomeCallable
std::future< SearchPlaceIndexForPositionOutcome > SearchPlaceIndexForPositionOutcomeCallable
std::future< CreateTrackerOutcome > CreateTrackerOutcomeCallable
std::future< DeletePlaceIndexOutcome > DeletePlaceIndexOutcomeCallable
std::future< BatchGetDevicePositionOutcome > BatchGetDevicePositionOutcomeCallable
std::future< GetPlaceOutcome > GetPlaceOutcomeCallable
std::future< GetDevicePositionOutcome > GetDevicePositionOutcomeCallable
std::future< BatchDeleteDevicePositionHistoryOutcome > BatchDeleteDevicePositionHistoryOutcomeCallable
std::future< ListKeysOutcome > ListKeysOutcomeCallable
std::future< DeleteTrackerOutcome > DeleteTrackerOutcomeCallable
std::future< ForecastGeofenceEventsOutcome > ForecastGeofenceEventsOutcomeCallable
std::future< SearchPlaceIndexForSuggestionsOutcome > SearchPlaceIndexForSuggestionsOutcomeCallable
std::future< ListMapsOutcome > ListMapsOutcomeCallable
std::future< CreatePlaceIndexOutcome > CreatePlaceIndexOutcomeCallable
std::future< DeleteGeofenceCollectionOutcome > DeleteGeofenceCollectionOutcomeCallable
std::future< ListTrackerConsumersOutcome > ListTrackerConsumersOutcomeCallable
std::future< ListGeofenceCollectionsOutcome > ListGeofenceCollectionsOutcomeCallable
std::future< BatchUpdateDevicePositionOutcome > BatchUpdateDevicePositionOutcomeCallable
std::future< ListRouteCalculatorsOutcome > ListRouteCalculatorsOutcomeCallable
std::future< DescribePlaceIndexOutcome > DescribePlaceIndexOutcomeCallable
std::future< CalculateRouteOutcome > CalculateRouteOutcomeCallable
std::future< DescribeRouteCalculatorOutcome > DescribeRouteCalculatorOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< UpdateKeyOutcome > UpdateKeyOutcomeCallable
std::future< ListTrackersOutcome > ListTrackersOutcomeCallable
std::future< CreateRouteCalculatorOutcome > CreateRouteCalculatorOutcomeCallable
std::future< BatchEvaluateGeofencesOutcome > BatchEvaluateGeofencesOutcomeCallable
std::future< GetGeofenceOutcome > GetGeofenceOutcomeCallable
std::future< CreateMapOutcome > CreateMapOutcomeCallable
std::future< DescribeMapOutcome > DescribeMapOutcomeCallable
std::future< GetMapStyleDescriptorOutcome > GetMapStyleDescriptorOutcomeCallable
std::future< DisassociateTrackerConsumerOutcome > DisassociateTrackerConsumerOutcomeCallable
std::future< AssociateTrackerConsumerOutcome > AssociateTrackerConsumerOutcomeCallable
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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String