@aws-sdk/client-location 3.36.0 → 3.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Location.js +0 -3
  3. package/dist-cjs/LocationClient.js +0 -8
  4. package/dist-cjs/commands/AssociateTrackerConsumerCommand.js +0 -30
  5. package/dist-cjs/commands/BatchDeleteDevicePositionHistoryCommand.js +0 -24
  6. package/dist-cjs/commands/BatchDeleteGeofenceCommand.js +0 -27
  7. package/dist-cjs/commands/BatchEvaluateGeofencesCommand.js +0 -44
  8. package/dist-cjs/commands/BatchGetDevicePositionCommand.js +0 -24
  9. package/dist-cjs/commands/BatchPutGeofenceCommand.js +0 -25
  10. package/dist-cjs/commands/BatchUpdateDevicePositionCommand.js +0 -34
  11. package/dist-cjs/commands/CalculateRouteCommand.js +0 -54
  12. package/dist-cjs/commands/CreateGeofenceCollectionCommand.js +0 -24
  13. package/dist-cjs/commands/CreateMapCommand.js +0 -25
  14. package/dist-cjs/commands/CreatePlaceIndexCommand.js +0 -25
  15. package/dist-cjs/commands/CreateRouteCalculatorCommand.js +0 -27
  16. package/dist-cjs/commands/CreateTrackerCommand.js +0 -25
  17. package/dist-cjs/commands/DeleteGeofenceCollectionCommand.js +0 -28
  18. package/dist-cjs/commands/DeleteMapCommand.js +0 -28
  19. package/dist-cjs/commands/DeletePlaceIndexCommand.js +0 -27
  20. package/dist-cjs/commands/DeleteRouteCalculatorCommand.js +0 -27
  21. package/dist-cjs/commands/DeleteTrackerCommand.js +0 -29
  22. package/dist-cjs/commands/DescribeGeofenceCollectionCommand.js +0 -24
  23. package/dist-cjs/commands/DescribeMapCommand.js +0 -24
  24. package/dist-cjs/commands/DescribePlaceIndexCommand.js +0 -24
  25. package/dist-cjs/commands/DescribeRouteCalculatorCommand.js +0 -24
  26. package/dist-cjs/commands/DescribeTrackerCommand.js +0 -24
  27. package/dist-cjs/commands/DisassociateTrackerConsumerCommand.js +0 -28
  28. package/dist-cjs/commands/GetDevicePositionCommand.js +0 -27
  29. package/dist-cjs/commands/GetDevicePositionHistoryCommand.js +0 -28
  30. package/dist-cjs/commands/GetGeofenceCommand.js +0 -24
  31. package/dist-cjs/commands/GetMapGlyphsCommand.js +0 -24
  32. package/dist-cjs/commands/GetMapSpritesCommand.js +0 -26
  33. package/dist-cjs/commands/GetMapStyleDescriptorCommand.js +0 -27
  34. package/dist-cjs/commands/GetMapTileCommand.js +0 -29
  35. package/dist-cjs/commands/ListDevicePositionsCommand.js +0 -24
  36. package/dist-cjs/commands/ListGeofenceCollectionsCommand.js +0 -24
  37. package/dist-cjs/commands/ListGeofencesCommand.js +0 -24
  38. package/dist-cjs/commands/ListMapsCommand.js +0 -24
  39. package/dist-cjs/commands/ListPlaceIndexesCommand.js +0 -24
  40. package/dist-cjs/commands/ListRouteCalculatorsCommand.js +0 -24
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
  42. package/dist-cjs/commands/ListTrackerConsumersCommand.js +0 -24
  43. package/dist-cjs/commands/ListTrackersCommand.js +0 -24
  44. package/dist-cjs/commands/PutGeofenceCommand.js +0 -25
  45. package/dist-cjs/commands/SearchPlaceIndexForPositionCommand.js +0 -25
  46. package/dist-cjs/commands/SearchPlaceIndexForTextCommand.js +0 -32
  47. package/dist-cjs/commands/TagResourceCommand.js +0 -37
  48. package/dist-cjs/commands/UntagResourceCommand.js +0 -24
  49. package/dist-cjs/commands/UpdateGeofenceCollectionCommand.js +0 -24
  50. package/dist-cjs/commands/UpdateMapCommand.js +0 -24
  51. package/dist-cjs/commands/UpdatePlaceIndexCommand.js +0 -24
  52. package/dist-cjs/commands/UpdateRouteCalculatorCommand.js +0 -24
  53. package/dist-cjs/commands/UpdateTrackerCommand.js +0 -24
  54. package/dist-cjs/commands/index.js +53 -0
  55. package/dist-cjs/endpoints.js +6 -1
  56. package/dist-cjs/index.js +4 -62
  57. package/dist-cjs/models/models_0.js +0 -429
  58. package/dist-cjs/pagination/GetDevicePositionHistoryPaginator.js +0 -10
  59. package/dist-cjs/pagination/ListDevicePositionsPaginator.js +0 -10
  60. package/dist-cjs/pagination/ListGeofenceCollectionsPaginator.js +0 -10
  61. package/dist-cjs/pagination/ListGeofencesPaginator.js +0 -10
  62. package/dist-cjs/pagination/ListMapsPaginator.js +0 -10
  63. package/dist-cjs/pagination/ListPlaceIndexesPaginator.js +0 -10
  64. package/dist-cjs/pagination/ListRouteCalculatorsPaginator.js +0 -10
  65. package/dist-cjs/pagination/ListTrackerConsumersPaginator.js +0 -10
  66. package/dist-cjs/pagination/ListTrackersPaginator.js +0 -10
  67. package/dist-cjs/pagination/index.js +13 -0
  68. package/dist-cjs/protocols/Aws_restJson1.js +0 -5
  69. package/dist-cjs/runtimeConfig.browser.js +1 -5
  70. package/dist-cjs/runtimeConfig.js +1 -5
  71. package/dist-cjs/runtimeConfig.native.js +0 -3
  72. package/dist-cjs/runtimeConfig.shared.js +0 -3
  73. package/dist-es/commands/index.js +50 -0
  74. package/dist-es/endpoints.js +6 -1
  75. package/dist-es/index.js +4 -62
  76. package/dist-es/pagination/index.js +10 -0
  77. package/dist-types/commands/index.d.ts +50 -0
  78. package/dist-types/index.d.ts +4 -62
  79. package/dist-types/pagination/index.d.ts +10 -0
  80. package/dist-types/ts3.4/Location.d.ts +51 -292
  81. package/dist-types/ts3.4/LocationClient.d.ts +24 -89
  82. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +2 -26
  83. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -20
  84. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +2 -23
  85. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +2 -40
  86. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +2 -20
  87. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +2 -21
  88. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +2 -30
  89. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +2 -50
  90. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +2 -20
  91. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +2 -21
  92. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +2 -21
  93. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +2 -23
  94. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +2 -21
  95. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +2 -24
  96. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +2 -24
  97. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +2 -23
  98. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +2 -23
  99. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +2 -25
  100. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +2 -20
  101. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +2 -20
  102. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +2 -20
  103. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +2 -20
  104. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +2 -20
  105. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +2 -24
  106. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +2 -23
  107. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +2 -24
  108. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +2 -20
  109. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +2 -20
  110. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +2 -22
  111. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +2 -23
  112. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +2 -25
  113. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +2 -20
  114. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +2 -20
  115. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +2 -20
  116. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +2 -20
  117. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +2 -20
  119. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  120. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +2 -20
  121. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +2 -21
  123. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -21
  124. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +2 -28
  125. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -33
  126. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  127. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +2 -20
  128. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +2 -20
  129. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +2 -20
  130. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +2 -20
  131. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +2 -20
  132. package/dist-types/ts3.4/commands/index.d.ts +50 -0
  133. package/dist-types/ts3.4/index.d.ts +4 -62
  134. package/dist-types/ts3.4/models/models_0.d.ts +580 -3098
  135. package/dist-types/ts3.4/pagination/index.d.ts +10 -0
  136. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  137. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  138. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  139. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  140. package/package.json +32 -32
@@ -1,63 +1,5 @@
1
- export * from "./LocationClient";
2
1
  export * from "./Location";
3
- export * from "./commands/AssociateTrackerConsumerCommand";
4
- export * from "./commands/BatchDeleteDevicePositionHistoryCommand";
5
- export * from "./commands/BatchDeleteGeofenceCommand";
6
- export * from "./commands/BatchEvaluateGeofencesCommand";
7
- export * from "./commands/BatchGetDevicePositionCommand";
8
- export * from "./commands/BatchPutGeofenceCommand";
9
- export * from "./commands/BatchUpdateDevicePositionCommand";
10
- export * from "./commands/CalculateRouteCommand";
11
- export * from "./commands/CreateGeofenceCollectionCommand";
12
- export * from "./commands/CreateMapCommand";
13
- export * from "./commands/CreatePlaceIndexCommand";
14
- export * from "./commands/CreateRouteCalculatorCommand";
15
- export * from "./commands/CreateTrackerCommand";
16
- export * from "./commands/DeleteGeofenceCollectionCommand";
17
- export * from "./commands/DeleteMapCommand";
18
- export * from "./commands/DeletePlaceIndexCommand";
19
- export * from "./commands/DeleteRouteCalculatorCommand";
20
- export * from "./commands/DeleteTrackerCommand";
21
- export * from "./commands/DescribeGeofenceCollectionCommand";
22
- export * from "./commands/DescribeMapCommand";
23
- export * from "./commands/DescribePlaceIndexCommand";
24
- export * from "./commands/DescribeRouteCalculatorCommand";
25
- export * from "./commands/DescribeTrackerCommand";
26
- export * from "./commands/DisassociateTrackerConsumerCommand";
27
- export * from "./commands/GetDevicePositionCommand";
28
- export * from "./commands/GetDevicePositionHistoryCommand";
29
- export * from "./pagination/GetDevicePositionHistoryPaginator";
30
- export * from "./commands/GetGeofenceCommand";
31
- export * from "./commands/GetMapGlyphsCommand";
32
- export * from "./commands/GetMapSpritesCommand";
33
- export * from "./commands/GetMapStyleDescriptorCommand";
34
- export * from "./commands/GetMapTileCommand";
35
- export * from "./commands/ListDevicePositionsCommand";
36
- export * from "./pagination/ListDevicePositionsPaginator";
37
- export * from "./commands/ListGeofenceCollectionsCommand";
38
- export * from "./pagination/ListGeofenceCollectionsPaginator";
39
- export * from "./commands/ListGeofencesCommand";
40
- export * from "./pagination/ListGeofencesPaginator";
41
- export * from "./commands/ListMapsCommand";
42
- export * from "./pagination/ListMapsPaginator";
43
- export * from "./commands/ListPlaceIndexesCommand";
44
- export * from "./pagination/ListPlaceIndexesPaginator";
45
- export * from "./commands/ListRouteCalculatorsCommand";
46
- export * from "./pagination/ListRouteCalculatorsPaginator";
47
- export * from "./commands/ListTagsForResourceCommand";
48
- export * from "./commands/ListTrackerConsumersCommand";
49
- export * from "./pagination/ListTrackerConsumersPaginator";
50
- export * from "./commands/ListTrackersCommand";
51
- export * from "./pagination/ListTrackersPaginator";
52
- export * from "./commands/PutGeofenceCommand";
53
- export * from "./commands/SearchPlaceIndexForPositionCommand";
54
- export * from "./commands/SearchPlaceIndexForTextCommand";
55
- export * from "./commands/TagResourceCommand";
56
- export * from "./commands/UntagResourceCommand";
57
- export * from "./commands/UpdateGeofenceCollectionCommand";
58
- export * from "./commands/UpdateMapCommand";
59
- export * from "./commands/UpdatePlaceIndexCommand";
60
- export * from "./commands/UpdateRouteCalculatorCommand";
61
- export * from "./commands/UpdateTrackerCommand";
62
- export * from "./pagination/Interfaces";
63
- export * from "./models/index";
2
+ export * from "./LocationClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,10 @@
1
+ export * from "./GetDevicePositionHistoryPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListDevicePositionsPaginator";
4
+ export * from "./ListGeofenceCollectionsPaginator";
5
+ export * from "./ListGeofencesPaginator";
6
+ export * from "./ListMapsPaginator";
7
+ export * from "./ListPlaceIndexesPaginator";
8
+ export * from "./ListRouteCalculatorsPaginator";
9
+ export * from "./ListTrackerConsumersPaginator";
10
+ export * from "./ListTrackersPaginator";
@@ -50,446 +50,205 @@ import { UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput } from "./c
50
50
  import { UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput } from "./commands/UpdateRouteCalculatorCommand";
51
51
  import { UpdateTrackerCommandInput, UpdateTrackerCommandOutput } from "./commands/UpdateTrackerCommand";
52
52
  import { LocationClient } from "./LocationClient";
53
- /**
54
- * Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
55
- */
53
+
56
54
  export declare class Location extends LocationClient {
57
- /**
58
- * <p>Creates an association between a geofence collection and a tracker resource. This
59
- * allows the tracker resource to communicate location data to the linked geofence
60
- * collection. </p>
61
- * <p>You can associate up to five geofence collections to each tracker resource.</p>
62
- * <note>
63
- * <p>Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.</p>
64
- * </note>
65
- */
55
+
66
56
  associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, options?: __HttpHandlerOptions): Promise<AssociateTrackerConsumerCommandOutput>;
67
57
  associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void): void;
68
58
  associateTrackerConsumer(args: AssociateTrackerConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateTrackerConsumerCommandOutput) => void): void;
69
- /**
70
- * <p>Deletes the position history of one or more devices from a tracker resource.</p>
71
- */
59
+
72
60
  batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteDevicePositionHistoryCommandOutput>;
73
61
  batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void): void;
74
62
  batchDeleteDevicePositionHistory(args: BatchDeleteDevicePositionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteDevicePositionHistoryCommandOutput) => void): void;
75
- /**
76
- * <p>Deletes a batch of geofences from a geofence collection.</p>
77
- * <note>
78
- * <p>This operation deletes the resource permanently.</p>
79
- * </note>
80
- */
63
+
81
64
  batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteGeofenceCommandOutput>;
82
65
  batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void): void;
83
66
  batchDeleteGeofence(args: BatchDeleteGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteGeofenceCommandOutput) => void): void;
84
- /**
85
- * <p>Evaluates device positions against the geofence geometries from a given geofence
86
- * collection.</p>
87
- * <p>This operation always returns an empty response because geofences are asynchronously
88
- * evaluated. The evaluation determines if the device has entered or exited a geofenced
89
- * area, and then publishes one of the following events to Amazon EventBridge:</p>
90
- * <ul>
91
- * <li>
92
- * <p>
93
- * <code>ENTER</code> if Amazon Location determines that the tracked device has entered
94
- * a geofenced area.</p>
95
- * </li>
96
- * <li>
97
- * <p>
98
- * <code>EXIT</code> if Amazon Location determines that the tracked device has exited a
99
- * geofenced area.</p>
100
- * </li>
101
- * </ul>
102
- * <note>
103
- * <p>The last geofence that a device was observed within is tracked for 30 days after
104
- * the most recent device position update.</p>
105
- * </note>
106
- */
67
+
107
68
  batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, options?: __HttpHandlerOptions): Promise<BatchEvaluateGeofencesCommandOutput>;
108
69
  batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void): void;
109
70
  batchEvaluateGeofences(args: BatchEvaluateGeofencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchEvaluateGeofencesCommandOutput) => void): void;
110
- /**
111
- * <p>Lists the latest device positions for requested devices.</p>
112
- */
71
+
113
72
  batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDevicePositionCommandOutput>;
114
73
  batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void): void;
115
74
  batchGetDevicePosition(args: BatchGetDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDevicePositionCommandOutput) => void): void;
116
- /**
117
- * <p>A batch request for storing geofence geometries into a given geofence collection, or
118
- * updates the geometry of an existing geofence if a geofence ID is included in the request.</p>
119
- */
75
+
120
76
  batchPutGeofence(args: BatchPutGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutGeofenceCommandOutput>;
121
77
  batchPutGeofence(args: BatchPutGeofenceCommandInput, cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void): void;
122
78
  batchPutGeofence(args: BatchPutGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutGeofenceCommandOutput) => void): void;
123
- /**
124
- * <p>Uploads position update data for one or more devices to a tracker resource. Amazon Location
125
- * uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30
126
- * days.</p>
127
- * <note>
128
- * <p>Position updates are handled based on the <code>PositionFiltering</code> property of the tracker.
129
- * When <code>PositionFiltering</code> is set to <code>TimeBased</code>, updates are evaluated against linked geofence collections,
130
- * and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than
131
- * every 30 seconds, only one update per 30 seconds is stored for each unique device ID.
132
- * When <code>PositionFiltering</code> is set to <code>DistanceBased</code> filtering, location data is stored and evaluated against linked geofence
133
- * collections only if the device has moved more than 30 m (98.4 ft).</p>
134
- * </note>
135
- */
79
+
136
80
  batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateDevicePositionCommandOutput>;
137
81
  batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void): void;
138
82
  batchUpdateDevicePosition(args: BatchUpdateDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateDevicePositionCommandOutput) => void): void;
139
- /**
140
- * <p>
141
- * <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html">Calculates a route</a> given the following required parameters:
142
- * <code>DeparturePostiton</code> and <code>DestinationPosition</code>. Requires that
143
- * you first <a href="https://docs.aws.amazon.com/location-routes/latest/APIReference/API_CreateRouteCalculator.html">create a
144
- * route calculator resource</a>
145
- * </p>
146
- * <p>By default, a request that doesn't specify a departure time uses the best time of day
147
- * to travel with the best traffic conditions when calculating the route.</p>
148
- * <p>Additional options include:</p>
149
- * <ul>
150
- * <li>
151
- * <p>
152
- * <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#departure-time">Specifying a departure time</a> using either <code>DepartureTime</code> or
153
- * <code>DepartureNow</code>. This calculates a route based on predictive
154
- * traffic data at the given time. </p>
155
- * <note>
156
- * <p>You can't specify both <code>DepartureTime</code> and
157
- * <code>DepartureNow</code> in a single request. Specifying both
158
- * parameters returns an error message.</p>
159
- * </note>
160
- * </li>
161
- * <li>
162
- * <p>
163
- * <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html#travel-mode">Specifying a travel mode</a> using TravelMode. This lets you specify an
164
- * additional route preference such as <code>CarModeOptions</code> if traveling by
165
- * <code>Car</code>, or <code>TruckModeOptions</code> if traveling by
166
- * <code>Truck</code>.</p>
167
- * </li>
168
- * </ul>
169
- * <p>
170
- * </p>
171
- */
83
+
172
84
  calculateRoute(args: CalculateRouteCommandInput, options?: __HttpHandlerOptions): Promise<CalculateRouteCommandOutput>;
173
85
  calculateRoute(args: CalculateRouteCommandInput, cb: (err: any, data?: CalculateRouteCommandOutput) => void): void;
174
86
  calculateRoute(args: CalculateRouteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CalculateRouteCommandOutput) => void): void;
175
- /**
176
- * <p>Creates a geofence collection, which manages and stores geofences.</p>
177
- */
87
+
178
88
  createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateGeofenceCollectionCommandOutput>;
179
89
  createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void): void;
180
90
  createGeofenceCollection(args: CreateGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGeofenceCollectionCommandOutput) => void): void;
181
- /**
182
- * <p>Creates a map resource in your AWS account, which provides map tiles of different
183
- * styles sourced from global location data providers.</p>
184
- */
91
+
185
92
  createMap(args: CreateMapCommandInput, options?: __HttpHandlerOptions): Promise<CreateMapCommandOutput>;
186
93
  createMap(args: CreateMapCommandInput, cb: (err: any, data?: CreateMapCommandOutput) => void): void;
187
94
  createMap(args: CreateMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMapCommandOutput) => void): void;
188
- /**
189
- * <p>Creates a place index resource in your AWS account, which supports functions with
190
- * geospatial data sourced from your chosen data provider.</p>
191
- */
95
+
192
96
  createPlaceIndex(args: CreatePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<CreatePlaceIndexCommandOutput>;
193
97
  createPlaceIndex(args: CreatePlaceIndexCommandInput, cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void): void;
194
98
  createPlaceIndex(args: CreatePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePlaceIndexCommandOutput) => void): void;
195
- /**
196
- * <p>Creates a route calculator resource in your AWS account.</p>
197
- * <p>You can send requests to a route calculator resource to estimate travel time,
198
- * distance, and get directions. A route calculator sources traffic and road network data
199
- * from your chosen data provider.</p>
200
- */
99
+
201
100
  createRouteCalculator(args: CreateRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<CreateRouteCalculatorCommandOutput>;
202
101
  createRouteCalculator(args: CreateRouteCalculatorCommandInput, cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void): void;
203
102
  createRouteCalculator(args: CreateRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRouteCalculatorCommandOutput) => void): void;
204
- /**
205
- * <p>Creates a tracker resource in your AWS account, which lets you retrieve current and
206
- * historical location of devices.</p>
207
- */
103
+
208
104
  createTracker(args: CreateTrackerCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrackerCommandOutput>;
209
105
  createTracker(args: CreateTrackerCommandInput, cb: (err: any, data?: CreateTrackerCommandOutput) => void): void;
210
106
  createTracker(args: CreateTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrackerCommandOutput) => void): void;
211
- /**
212
- * <p>Deletes a geofence collection from your AWS account.</p>
213
- * <note>
214
- * <p>This operation deletes the resource permanently. If the geofence collection is the
215
- * target of a tracker resource, the devices will no longer be monitored.</p>
216
- * </note>
217
- */
107
+
218
108
  deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGeofenceCollectionCommandOutput>;
219
109
  deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void): void;
220
110
  deleteGeofenceCollection(args: DeleteGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGeofenceCollectionCommandOutput) => void): void;
221
- /**
222
- * <p>Deletes a map resource from your AWS account.</p>
223
- * <note>
224
- * <p>This operation deletes the resource permanently. If the map is being used in an application,
225
- * the map may not render.</p>
226
- * </note>
227
- */
111
+
228
112
  deleteMap(args: DeleteMapCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMapCommandOutput>;
229
113
  deleteMap(args: DeleteMapCommandInput, cb: (err: any, data?: DeleteMapCommandOutput) => void): void;
230
114
  deleteMap(args: DeleteMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMapCommandOutput) => void): void;
231
- /**
232
- * <p>Deletes a place index resource from your AWS account.</p>
233
- * <note>
234
- * <p>This operation deletes the resource permanently.</p>
235
- * </note>
236
- */
115
+
237
116
  deletePlaceIndex(args: DeletePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlaceIndexCommandOutput>;
238
117
  deletePlaceIndex(args: DeletePlaceIndexCommandInput, cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void): void;
239
118
  deletePlaceIndex(args: DeletePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlaceIndexCommandOutput) => void): void;
240
- /**
241
- * <p>Deletes a route calculator resource from your AWS account.</p>
242
- * <note>
243
- * <p>This operation deletes the resource permanently.</p>
244
- * </note>
245
- */
119
+
246
120
  deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRouteCalculatorCommandOutput>;
247
121
  deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void): void;
248
122
  deleteRouteCalculator(args: DeleteRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRouteCalculatorCommandOutput) => void): void;
249
- /**
250
- * <p>Deletes a tracker resource from your AWS account.</p>
251
- * <note>
252
- * <p>This operation deletes the resource permanently. If the tracker resource is in use, you may
253
- * encounter an error. Make sure that the target resource isn't a dependency for your
254
- * applications.</p>
255
- * </note>
256
- */
123
+
257
124
  deleteTracker(args: DeleteTrackerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrackerCommandOutput>;
258
125
  deleteTracker(args: DeleteTrackerCommandInput, cb: (err: any, data?: DeleteTrackerCommandOutput) => void): void;
259
126
  deleteTracker(args: DeleteTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrackerCommandOutput) => void): void;
260
- /**
261
- * <p>Retrieves the geofence collection details.</p>
262
- */
127
+
263
128
  describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGeofenceCollectionCommandOutput>;
264
129
  describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void): void;
265
130
  describeGeofenceCollection(args: DescribeGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGeofenceCollectionCommandOutput) => void): void;
266
- /**
267
- * <p>Retrieves the map resource details.</p>
268
- */
131
+
269
132
  describeMap(args: DescribeMapCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMapCommandOutput>;
270
133
  describeMap(args: DescribeMapCommandInput, cb: (err: any, data?: DescribeMapCommandOutput) => void): void;
271
134
  describeMap(args: DescribeMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMapCommandOutput) => void): void;
272
- /**
273
- * <p>Retrieves the place index resource details.</p>
274
- */
135
+
275
136
  describePlaceIndex(args: DescribePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<DescribePlaceIndexCommandOutput>;
276
137
  describePlaceIndex(args: DescribePlaceIndexCommandInput, cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void): void;
277
138
  describePlaceIndex(args: DescribePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePlaceIndexCommandOutput) => void): void;
278
- /**
279
- * <p>Retrieves the route calculator resource details.</p>
280
- */
139
+
281
140
  describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRouteCalculatorCommandOutput>;
282
141
  describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void): void;
283
142
  describeRouteCalculator(args: DescribeRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouteCalculatorCommandOutput) => void): void;
284
- /**
285
- * <p>Retrieves the tracker resource details.</p>
286
- */
143
+
287
144
  describeTracker(args: DescribeTrackerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrackerCommandOutput>;
288
145
  describeTracker(args: DescribeTrackerCommandInput, cb: (err: any, data?: DescribeTrackerCommandOutput) => void): void;
289
146
  describeTracker(args: DescribeTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrackerCommandOutput) => void): void;
290
- /**
291
- * <p>Removes the association between a tracker resource and a geofence collection.</p>
292
- * <note>
293
- * <p>Once you unlink a tracker resource from a geofence collection, the tracker
294
- * positions will no longer be automatically evaluated against geofences.</p>
295
- * </note>
296
- */
147
+
297
148
  disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateTrackerConsumerCommandOutput>;
298
149
  disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void): void;
299
150
  disassociateTrackerConsumer(args: DisassociateTrackerConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateTrackerConsumerCommandOutput) => void): void;
300
- /**
301
- * <p>Retrieves a device's most recent position according to its sample time.</p>
302
- * <note>
303
- * <p>Device positions are deleted after 30 days.</p>
304
- * </note>
305
- */
151
+
306
152
  getDevicePosition(args: GetDevicePositionCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePositionCommandOutput>;
307
153
  getDevicePosition(args: GetDevicePositionCommandInput, cb: (err: any, data?: GetDevicePositionCommandOutput) => void): void;
308
154
  getDevicePosition(args: GetDevicePositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePositionCommandOutput) => void): void;
309
- /**
310
- * <p>Retrieves the device position history from a tracker resource within a specified range
311
- * of time.</p>
312
- * <note>
313
- * <p>Device positions are deleted after 30 days.</p>
314
- * </note>
315
- */
155
+
316
156
  getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePositionHistoryCommandOutput>;
317
157
  getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void): void;
318
158
  getDevicePositionHistory(args: GetDevicePositionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePositionHistoryCommandOutput) => void): void;
319
- /**
320
- * <p>Retrieves the geofence details from a geofence collection.</p>
321
- */
159
+
322
160
  getGeofence(args: GetGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<GetGeofenceCommandOutput>;
323
161
  getGeofence(args: GetGeofenceCommandInput, cb: (err: any, data?: GetGeofenceCommandOutput) => void): void;
324
162
  getGeofence(args: GetGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGeofenceCommandOutput) => void): void;
325
- /**
326
- * <p>Retrieves glyphs used to display labels on a map.</p>
327
- */
163
+
328
164
  getMapGlyphs(args: GetMapGlyphsCommandInput, options?: __HttpHandlerOptions): Promise<GetMapGlyphsCommandOutput>;
329
165
  getMapGlyphs(args: GetMapGlyphsCommandInput, cb: (err: any, data?: GetMapGlyphsCommandOutput) => void): void;
330
166
  getMapGlyphs(args: GetMapGlyphsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapGlyphsCommandOutput) => void): void;
331
- /**
332
- * <p>Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG
333
- * image paired with a JSON document describing the offsets of individual icons that will
334
- * be displayed on a rendered map.</p>
335
- */
167
+
336
168
  getMapSprites(args: GetMapSpritesCommandInput, options?: __HttpHandlerOptions): Promise<GetMapSpritesCommandOutput>;
337
169
  getMapSprites(args: GetMapSpritesCommandInput, cb: (err: any, data?: GetMapSpritesCommandOutput) => void): void;
338
170
  getMapSprites(args: GetMapSpritesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapSpritesCommandOutput) => void): void;
339
- /**
340
- * <p>Retrieves the map style descriptor from a map resource. </p>
341
- * <p>The style descriptor contains specifications on how features render on a map. For
342
- * example, what data to display, what order to display the data in, and the style for the
343
- * data. Style descriptors follow the Mapbox Style Specification.</p>
344
- */
171
+
345
172
  getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, options?: __HttpHandlerOptions): Promise<GetMapStyleDescriptorCommandOutput>;
346
173
  getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void): void;
347
174
  getMapStyleDescriptor(args: GetMapStyleDescriptorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapStyleDescriptorCommandOutput) => void): void;
348
- /**
349
- * <p>Retrieves a vector data tile from the map resource. Map tiles are used by clients to
350
- * render a map. they're addressed using a grid arrangement with an X coordinate, Y
351
- * coordinate, and Z (zoom) level. </p>
352
- * <p>The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles
353
- * both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0)
354
- * will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).</p>
355
- */
175
+
356
176
  getMapTile(args: GetMapTileCommandInput, options?: __HttpHandlerOptions): Promise<GetMapTileCommandOutput>;
357
177
  getMapTile(args: GetMapTileCommandInput, cb: (err: any, data?: GetMapTileCommandOutput) => void): void;
358
178
  getMapTile(args: GetMapTileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMapTileCommandOutput) => void): void;
359
- /**
360
- * <p>A batch request to retrieve all device positions.</p>
361
- */
179
+
362
180
  listDevicePositions(args: ListDevicePositionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicePositionsCommandOutput>;
363
181
  listDevicePositions(args: ListDevicePositionsCommandInput, cb: (err: any, data?: ListDevicePositionsCommandOutput) => void): void;
364
182
  listDevicePositions(args: ListDevicePositionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicePositionsCommandOutput) => void): void;
365
- /**
366
- * <p>Lists geofence collections in your AWS account.</p>
367
- */
183
+
368
184
  listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListGeofenceCollectionsCommandOutput>;
369
185
  listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void): void;
370
186
  listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void): void;
371
- /**
372
- * <p>Lists geofences stored in a given geofence collection.</p>
373
- */
187
+
374
188
  listGeofences(args: ListGeofencesCommandInput, options?: __HttpHandlerOptions): Promise<ListGeofencesCommandOutput>;
375
189
  listGeofences(args: ListGeofencesCommandInput, cb: (err: any, data?: ListGeofencesCommandOutput) => void): void;
376
190
  listGeofences(args: ListGeofencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeofencesCommandOutput) => void): void;
377
- /**
378
- * <p>Lists map resources in your AWS account.</p>
379
- */
191
+
380
192
  listMaps(args: ListMapsCommandInput, options?: __HttpHandlerOptions): Promise<ListMapsCommandOutput>;
381
193
  listMaps(args: ListMapsCommandInput, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
382
194
  listMaps(args: ListMapsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
383
- /**
384
- * <p>Lists place index resources in your AWS account.</p>
385
- */
195
+
386
196
  listPlaceIndexes(args: ListPlaceIndexesCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaceIndexesCommandOutput>;
387
197
  listPlaceIndexes(args: ListPlaceIndexesCommandInput, cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void): void;
388
198
  listPlaceIndexes(args: ListPlaceIndexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void): void;
389
- /**
390
- * <p>Lists route calculator resources in your AWS account.</p>
391
- */
199
+
392
200
  listRouteCalculators(args: ListRouteCalculatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListRouteCalculatorsCommandOutput>;
393
201
  listRouteCalculators(args: ListRouteCalculatorsCommandInput, cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void): void;
394
202
  listRouteCalculators(args: ListRouteCalculatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void): void;
395
- /**
396
- * <p>Returns a list of tags that are applied to the specified Amazon Location resource.</p>
397
- */
203
+
398
204
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
399
205
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
400
206
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
401
- /**
402
- * <p>Lists geofence collections currently associated to the given tracker resource.</p>
403
- */
207
+
404
208
  listTrackerConsumers(args: ListTrackerConsumersCommandInput, options?: __HttpHandlerOptions): Promise<ListTrackerConsumersCommandOutput>;
405
209
  listTrackerConsumers(args: ListTrackerConsumersCommandInput, cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void): void;
406
210
  listTrackerConsumers(args: ListTrackerConsumersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrackerConsumersCommandOutput) => void): void;
407
- /**
408
- * <p>Lists tracker resources in your AWS account.</p>
409
- */
211
+
410
212
  listTrackers(args: ListTrackersCommandInput, options?: __HttpHandlerOptions): Promise<ListTrackersCommandOutput>;
411
213
  listTrackers(args: ListTrackersCommandInput, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
412
214
  listTrackers(args: ListTrackersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
413
- /**
414
- * <p>Stores a geofence geometry in a given geofence collection, or updates the geometry of
415
- * an existing geofence if a geofence ID is included in the request. </p>
416
- */
215
+
417
216
  putGeofence(args: PutGeofenceCommandInput, options?: __HttpHandlerOptions): Promise<PutGeofenceCommandOutput>;
418
217
  putGeofence(args: PutGeofenceCommandInput, cb: (err: any, data?: PutGeofenceCommandOutput) => void): void;
419
218
  putGeofence(args: PutGeofenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutGeofenceCommandOutput) => void): void;
420
- /**
421
- * <p>Reverse geocodes a given coordinate and returns a legible address. Allows you to search
422
- * for Places or points of interest near a given position.</p>
423
- */
219
+
424
220
  searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForPositionCommandOutput>;
425
221
  searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void): void;
426
222
  searchPlaceIndexForPosition(args: SearchPlaceIndexForPositionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForPositionCommandOutput) => void): void;
427
- /**
428
- * <p>Geocodes free-form text, such as an address, name, city, or region to allow you to
429
- * search for Places or points of interest. </p>
430
- * <p>Includes the option to apply additional parameters to narrow your list of
431
- * results.</p>
432
- * <note>
433
- * <p>You can search for places near a given position using <code>BiasPosition</code>, or
434
- * filter results within a bounding box using <code>FilterBBox</code>. Providing both
435
- * parameters simultaneously returns an error.</p>
436
- * </note>
437
- */
223
+
438
224
  searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, options?: __HttpHandlerOptions): Promise<SearchPlaceIndexForTextCommandOutput>;
439
225
  searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void): void;
440
226
  searchPlaceIndexForText(args: SearchPlaceIndexForTextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchPlaceIndexForTextCommandOutput) => void): void;
441
- /**
442
- * <p>Assigns one or more tags (key-value pairs) to the specified Amazon
443
- * Location Service resource.</p>
444
- *
445
- * <p>Tags can help you organize and categorize your resources.
446
- * You can also use them to scope user permissions, by granting a user
447
- * permission to access or change only resources with certain tag values.</p>
448
- *
449
- * <p>You can use the <code>TagResource</code> operation with an Amazon Location Service
450
- * resource that already has tags. If you specify a new tag key for the resource, this tag
451
- * is appended to the tags already associated with the resource. If you specify a tag key
452
- * that's already associated with the resource, the new tag value that you specify replaces
453
- * the previous value for that tag. </p>
454
- *
455
- * <p>You can associate up to 50 tags with a resource.</p>
456
- */
227
+
457
228
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
458
229
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
459
230
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
460
- /**
461
- * <p>Removes one or more tags from the specified Amazon Location resource.</p>
462
- */
231
+
463
232
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
464
233
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
465
234
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
466
- /**
467
- * <p>Updates the specified properties of a given geofence collection.</p>
468
- */
235
+
469
236
  updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGeofenceCollectionCommandOutput>;
470
237
  updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void): void;
471
238
  updateGeofenceCollection(args: UpdateGeofenceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGeofenceCollectionCommandOutput) => void): void;
472
- /**
473
- * <p>Updates the specified properties of a given map resource.</p>
474
- */
239
+
475
240
  updateMap(args: UpdateMapCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMapCommandOutput>;
476
241
  updateMap(args: UpdateMapCommandInput, cb: (err: any, data?: UpdateMapCommandOutput) => void): void;
477
242
  updateMap(args: UpdateMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMapCommandOutput) => void): void;
478
- /**
479
- * <p>Updates the specified properties of a given place index resource.</p>
480
- */
243
+
481
244
  updatePlaceIndex(args: UpdatePlaceIndexCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePlaceIndexCommandOutput>;
482
245
  updatePlaceIndex(args: UpdatePlaceIndexCommandInput, cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void): void;
483
246
  updatePlaceIndex(args: UpdatePlaceIndexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePlaceIndexCommandOutput) => void): void;
484
- /**
485
- * <p>Updates the specified properties for a given route calculator resource.</p>
486
- */
247
+
487
248
  updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRouteCalculatorCommandOutput>;
488
249
  updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void): void;
489
250
  updateRouteCalculator(args: UpdateRouteCalculatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRouteCalculatorCommandOutput) => void): void;
490
- /**
491
- * <p>Updates the specified properties of a given tracker resource.</p>
492
- */
251
+
493
252
  updateTracker(args: UpdateTrackerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrackerCommandOutput>;
494
253
  updateTracker(args: UpdateTrackerCommandInput, cb: (err: any, data?: UpdateTrackerCommandOutput) => void): void;
495
254
  updateTracker(args: UpdateTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrackerCommandOutput) => void): void;