PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / LocationService / LocationServiceClient.php
transferito / vendor / aws / aws-sdk-php / src / LocationService Last commit date
Exception 11 months ago LocationServiceClient.php 11 months ago
LocationServiceClient.php
126 lines
1 <?php
2 namespace Aws\LocationService;
3
4 use Aws\AwsClient;
5
6 /**
7 * This client is used to interact with the **Amazon Location Service** service.
8 * @method \Aws\Result associateTrackerConsumer(array $args = [])
9 * @method \GuzzleHttp\Promise\Promise associateTrackerConsumerAsync(array $args = [])
10 * @method \Aws\Result batchDeleteDevicePositionHistory(array $args = [])
11 * @method \GuzzleHttp\Promise\Promise batchDeleteDevicePositionHistoryAsync(array $args = [])
12 * @method \Aws\Result batchDeleteGeofence(array $args = [])
13 * @method \GuzzleHttp\Promise\Promise batchDeleteGeofenceAsync(array $args = [])
14 * @method \Aws\Result batchEvaluateGeofences(array $args = [])
15 * @method \GuzzleHttp\Promise\Promise batchEvaluateGeofencesAsync(array $args = [])
16 * @method \Aws\Result batchGetDevicePosition(array $args = [])
17 * @method \GuzzleHttp\Promise\Promise batchGetDevicePositionAsync(array $args = [])
18 * @method \Aws\Result batchPutGeofence(array $args = [])
19 * @method \GuzzleHttp\Promise\Promise batchPutGeofenceAsync(array $args = [])
20 * @method \Aws\Result batchUpdateDevicePosition(array $args = [])
21 * @method \GuzzleHttp\Promise\Promise batchUpdateDevicePositionAsync(array $args = [])
22 * @method \Aws\Result calculateRoute(array $args = [])
23 * @method \GuzzleHttp\Promise\Promise calculateRouteAsync(array $args = [])
24 * @method \Aws\Result calculateRouteMatrix(array $args = [])
25 * @method \GuzzleHttp\Promise\Promise calculateRouteMatrixAsync(array $args = [])
26 * @method \Aws\Result createGeofenceCollection(array $args = [])
27 * @method \GuzzleHttp\Promise\Promise createGeofenceCollectionAsync(array $args = [])
28 * @method \Aws\Result createKey(array $args = [])
29 * @method \GuzzleHttp\Promise\Promise createKeyAsync(array $args = [])
30 * @method \Aws\Result createMap(array $args = [])
31 * @method \GuzzleHttp\Promise\Promise createMapAsync(array $args = [])
32 * @method \Aws\Result createPlaceIndex(array $args = [])
33 * @method \GuzzleHttp\Promise\Promise createPlaceIndexAsync(array $args = [])
34 * @method \Aws\Result createRouteCalculator(array $args = [])
35 * @method \GuzzleHttp\Promise\Promise createRouteCalculatorAsync(array $args = [])
36 * @method \Aws\Result createTracker(array $args = [])
37 * @method \GuzzleHttp\Promise\Promise createTrackerAsync(array $args = [])
38 * @method \Aws\Result deleteGeofenceCollection(array $args = [])
39 * @method \GuzzleHttp\Promise\Promise deleteGeofenceCollectionAsync(array $args = [])
40 * @method \Aws\Result deleteKey(array $args = [])
41 * @method \GuzzleHttp\Promise\Promise deleteKeyAsync(array $args = [])
42 * @method \Aws\Result deleteMap(array $args = [])
43 * @method \GuzzleHttp\Promise\Promise deleteMapAsync(array $args = [])
44 * @method \Aws\Result deletePlaceIndex(array $args = [])
45 * @method \GuzzleHttp\Promise\Promise deletePlaceIndexAsync(array $args = [])
46 * @method \Aws\Result deleteRouteCalculator(array $args = [])
47 * @method \GuzzleHttp\Promise\Promise deleteRouteCalculatorAsync(array $args = [])
48 * @method \Aws\Result deleteTracker(array $args = [])
49 * @method \GuzzleHttp\Promise\Promise deleteTrackerAsync(array $args = [])
50 * @method \Aws\Result describeGeofenceCollection(array $args = [])
51 * @method \GuzzleHttp\Promise\Promise describeGeofenceCollectionAsync(array $args = [])
52 * @method \Aws\Result describeKey(array $args = [])
53 * @method \GuzzleHttp\Promise\Promise describeKeyAsync(array $args = [])
54 * @method \Aws\Result describeMap(array $args = [])
55 * @method \GuzzleHttp\Promise\Promise describeMapAsync(array $args = [])
56 * @method \Aws\Result describePlaceIndex(array $args = [])
57 * @method \GuzzleHttp\Promise\Promise describePlaceIndexAsync(array $args = [])
58 * @method \Aws\Result describeRouteCalculator(array $args = [])
59 * @method \GuzzleHttp\Promise\Promise describeRouteCalculatorAsync(array $args = [])
60 * @method \Aws\Result describeTracker(array $args = [])
61 * @method \GuzzleHttp\Promise\Promise describeTrackerAsync(array $args = [])
62 * @method \Aws\Result disassociateTrackerConsumer(array $args = [])
63 * @method \GuzzleHttp\Promise\Promise disassociateTrackerConsumerAsync(array $args = [])
64 * @method \Aws\Result getDevicePosition(array $args = [])
65 * @method \GuzzleHttp\Promise\Promise getDevicePositionAsync(array $args = [])
66 * @method \Aws\Result getDevicePositionHistory(array $args = [])
67 * @method \GuzzleHttp\Promise\Promise getDevicePositionHistoryAsync(array $args = [])
68 * @method \Aws\Result getGeofence(array $args = [])
69 * @method \GuzzleHttp\Promise\Promise getGeofenceAsync(array $args = [])
70 * @method \Aws\Result getMapGlyphs(array $args = [])
71 * @method \GuzzleHttp\Promise\Promise getMapGlyphsAsync(array $args = [])
72 * @method \Aws\Result getMapSprites(array $args = [])
73 * @method \GuzzleHttp\Promise\Promise getMapSpritesAsync(array $args = [])
74 * @method \Aws\Result getMapStyleDescriptor(array $args = [])
75 * @method \GuzzleHttp\Promise\Promise getMapStyleDescriptorAsync(array $args = [])
76 * @method \Aws\Result getMapTile(array $args = [])
77 * @method \GuzzleHttp\Promise\Promise getMapTileAsync(array $args = [])
78 * @method \Aws\Result getPlace(array $args = [])
79 * @method \GuzzleHttp\Promise\Promise getPlaceAsync(array $args = [])
80 * @method \Aws\Result listDevicePositions(array $args = [])
81 * @method \GuzzleHttp\Promise\Promise listDevicePositionsAsync(array $args = [])
82 * @method \Aws\Result listGeofenceCollections(array $args = [])
83 * @method \GuzzleHttp\Promise\Promise listGeofenceCollectionsAsync(array $args = [])
84 * @method \Aws\Result listGeofences(array $args = [])
85 * @method \GuzzleHttp\Promise\Promise listGeofencesAsync(array $args = [])
86 * @method \Aws\Result listKeys(array $args = [])
87 * @method \GuzzleHttp\Promise\Promise listKeysAsync(array $args = [])
88 * @method \Aws\Result listMaps(array $args = [])
89 * @method \GuzzleHttp\Promise\Promise listMapsAsync(array $args = [])
90 * @method \Aws\Result listPlaceIndexes(array $args = [])
91 * @method \GuzzleHttp\Promise\Promise listPlaceIndexesAsync(array $args = [])
92 * @method \Aws\Result listRouteCalculators(array $args = [])
93 * @method \GuzzleHttp\Promise\Promise listRouteCalculatorsAsync(array $args = [])
94 * @method \Aws\Result listTagsForResource(array $args = [])
95 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
96 * @method \Aws\Result listTrackerConsumers(array $args = [])
97 * @method \GuzzleHttp\Promise\Promise listTrackerConsumersAsync(array $args = [])
98 * @method \Aws\Result listTrackers(array $args = [])
99 * @method \GuzzleHttp\Promise\Promise listTrackersAsync(array $args = [])
100 * @method \Aws\Result putGeofence(array $args = [])
101 * @method \GuzzleHttp\Promise\Promise putGeofenceAsync(array $args = [])
102 * @method \Aws\Result searchPlaceIndexForPosition(array $args = [])
103 * @method \GuzzleHttp\Promise\Promise searchPlaceIndexForPositionAsync(array $args = [])
104 * @method \Aws\Result searchPlaceIndexForSuggestions(array $args = [])
105 * @method \GuzzleHttp\Promise\Promise searchPlaceIndexForSuggestionsAsync(array $args = [])
106 * @method \Aws\Result searchPlaceIndexForText(array $args = [])
107 * @method \GuzzleHttp\Promise\Promise searchPlaceIndexForTextAsync(array $args = [])
108 * @method \Aws\Result tagResource(array $args = [])
109 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
110 * @method \Aws\Result untagResource(array $args = [])
111 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
112 * @method \Aws\Result updateGeofenceCollection(array $args = [])
113 * @method \GuzzleHttp\Promise\Promise updateGeofenceCollectionAsync(array $args = [])
114 * @method \Aws\Result updateKey(array $args = [])
115 * @method \GuzzleHttp\Promise\Promise updateKeyAsync(array $args = [])
116 * @method \Aws\Result updateMap(array $args = [])
117 * @method \GuzzleHttp\Promise\Promise updateMapAsync(array $args = [])
118 * @method \Aws\Result updatePlaceIndex(array $args = [])
119 * @method \GuzzleHttp\Promise\Promise updatePlaceIndexAsync(array $args = [])
120 * @method \Aws\Result updateRouteCalculator(array $args = [])
121 * @method \GuzzleHttp\Promise\Promise updateRouteCalculatorAsync(array $args = [])
122 * @method \Aws\Result updateTracker(array $args = [])
123 * @method \GuzzleHttp\Promise\Promise updateTrackerAsync(array $args = [])
124 */
125 class LocationServiceClient extends AwsClient {}
126