summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/LocationService
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/LocationService
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/LocationService')
-rw-r--r--vendor/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php115
2 files changed, 124 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php b/vendor/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php
new file mode 100644
index 0000000..b36c73e
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\LocationService\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon Location Service** service.
+ */
+class LocationServiceException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php b/vendor/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php
new file mode 100644
index 0000000..27e0892
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php
@@ -0,0 +1,115 @@
+<?php
+namespace Aws\LocationService;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon Location Service** service.
+ * @method \Aws\Result associateTrackerConsumer(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateTrackerConsumerAsync(array $args = [])
+ * @method \Aws\Result batchDeleteDevicePositionHistory(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchDeleteDevicePositionHistoryAsync(array $args = [])
+ * @method \Aws\Result batchDeleteGeofence(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchDeleteGeofenceAsync(array $args = [])
+ * @method \Aws\Result batchEvaluateGeofences(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchEvaluateGeofencesAsync(array $args = [])
+ * @method \Aws\Result batchGetDevicePosition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetDevicePositionAsync(array $args = [])
+ * @method \Aws\Result batchPutGeofence(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchPutGeofenceAsync(array $args = [])
+ * @method \Aws\Result batchUpdateDevicePosition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchUpdateDevicePositionAsync(array $args = [])
+ * @method \Aws\Result calculateRoute(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise calculateRouteAsync(array $args = [])
+ * @method \Aws\Result calculateRouteMatrix(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise calculateRouteMatrixAsync(array $args = [])
+ * @method \Aws\Result createGeofenceCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createGeofenceCollectionAsync(array $args = [])
+ * @method \Aws\Result createMap(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createMapAsync(array $args = [])
+ * @method \Aws\Result createPlaceIndex(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createPlaceIndexAsync(array $args = [])
+ * @method \Aws\Result createRouteCalculator(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRouteCalculatorAsync(array $args = [])
+ * @method \Aws\Result createTracker(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createTrackerAsync(array $args = [])
+ * @method \Aws\Result deleteGeofenceCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteGeofenceCollectionAsync(array $args = [])
+ * @method \Aws\Result deleteMap(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteMapAsync(array $args = [])
+ * @method \Aws\Result deletePlaceIndex(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deletePlaceIndexAsync(array $args = [])
+ * @method \Aws\Result deleteRouteCalculator(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteRouteCalculatorAsync(array $args = [])
+ * @method \Aws\Result deleteTracker(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteTrackerAsync(array $args = [])
+ * @method \Aws\Result describeGeofenceCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeGeofenceCollectionAsync(array $args = [])
+ * @method \Aws\Result describeMap(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeMapAsync(array $args = [])
+ * @method \Aws\Result describePlaceIndex(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describePlaceIndexAsync(array $args = [])
+ * @method \Aws\Result describeRouteCalculator(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeRouteCalculatorAsync(array $args = [])
+ * @method \Aws\Result describeTracker(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeTrackerAsync(array $args = [])
+ * @method \Aws\Result disassociateTrackerConsumer(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateTrackerConsumerAsync(array $args = [])
+ * @method \Aws\Result getDevicePosition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDevicePositionAsync(array $args = [])
+ * @method \Aws\Result getDevicePositionHistory(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDevicePositionHistoryAsync(array $args = [])
+ * @method \Aws\Result getGeofence(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getGeofenceAsync(array $args = [])
+ * @method \Aws\Result getMapGlyphs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getMapGlyphsAsync(array $args = [])
+ * @method \Aws\Result getMapSprites(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getMapSpritesAsync(array $args = [])
+ * @method \Aws\Result getMapStyleDescriptor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getMapStyleDescriptorAsync(array $args = [])
+ * @method \Aws\Result getMapTile(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getMapTileAsync(array $args = [])
+ * @method \Aws\Result getPlace(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getPlaceAsync(array $args = [])
+ * @method \Aws\Result listDevicePositions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDevicePositionsAsync(array $args = [])
+ * @method \Aws\Result listGeofenceCollections(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listGeofenceCollectionsAsync(array $args = [])
+ * @method \Aws\Result listGeofences(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listGeofencesAsync(array $args = [])
+ * @method \Aws\Result listMaps(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listMapsAsync(array $args = [])
+ * @method \Aws\Result listPlaceIndexes(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listPlaceIndexesAsync(array $args = [])
+ * @method \Aws\Result listRouteCalculators(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRouteCalculatorsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result listTrackerConsumers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTrackerConsumersAsync(array $args = [])
+ * @method \Aws\Result listTrackers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTrackersAsync(array $args = [])
+ * @method \Aws\Result putGeofence(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putGeofenceAsync(array $args = [])
+ * @method \Aws\Result searchPlaceIndexForPosition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchPlaceIndexForPositionAsync(array $args = [])
+ * @method \Aws\Result searchPlaceIndexForSuggestions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchPlaceIndexForSuggestionsAsync(array $args = [])
+ * @method \Aws\Result searchPlaceIndexForText(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchPlaceIndexForTextAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateGeofenceCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateGeofenceCollectionAsync(array $args = [])
+ * @method \Aws\Result updateMap(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateMapAsync(array $args = [])
+ * @method \Aws\Result updatePlaceIndex(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updatePlaceIndexAsync(array $args = [])
+ * @method \Aws\Result updateRouteCalculator(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRouteCalculatorAsync(array $args = [])
+ * @method \Aws\Result updateTracker(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateTrackerAsync(array $args = [])
+ */
+class LocationServiceClient extends AwsClient {}