@aws-sdk/client-location 3.533.0 → 3.535.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 (121) hide show
  1. package/dist-types/Location.d.ts +7 -1
  2. package/dist-types/LocationClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +2 -1
  10. package/dist-types/commands/CalculateRouteCommand.d.ts +2 -1
  11. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateMapCommand.d.ts +2 -1
  15. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateTrackerCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteKeyCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteMapCommand.d.ts +2 -1
  21. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteTrackerCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeKeyCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeMapCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeTrackerCommand.d.ts +2 -1
  30. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +2 -1
  31. package/dist-types/commands/GetDevicePositionCommand.d.ts +2 -1
  32. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +2 -1
  33. package/dist-types/commands/GetGeofenceCommand.d.ts +2 -1
  34. package/dist-types/commands/GetMapGlyphsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetMapSpritesCommand.d.ts +2 -1
  36. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +2 -1
  37. package/dist-types/commands/GetMapTileCommand.d.ts +2 -1
  38. package/dist-types/commands/GetPlaceCommand.d.ts +2 -1
  39. package/dist-types/commands/ListDevicePositionsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListGeofencesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListKeysCommand.d.ts +2 -1
  43. package/dist-types/commands/ListMapsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +2 -1
  45. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +2 -1
  48. package/dist-types/commands/ListTrackersCommand.d.ts +2 -1
  49. package/dist-types/commands/PutGeofenceCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +2 -1
  52. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +2 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateKeyCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateMapCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateTrackerCommand.d.ts +2 -1
  61. package/dist-types/models/models_0.d.ts +613 -613
  62. package/dist-types/ts3.4/Location.d.ts +6 -0
  63. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +9 -0
  121. package/package.json +41 -41
@@ -284,6 +284,7 @@ export interface Location {
284
284
  /**
285
285
  * @see {@link ListGeofenceCollectionsCommand}
286
286
  */
287
+ listGeofenceCollections(): Promise<ListGeofenceCollectionsCommandOutput>;
287
288
  listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListGeofenceCollectionsCommandOutput>;
288
289
  listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void): void;
289
290
  listGeofenceCollections(args: ListGeofenceCollectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGeofenceCollectionsCommandOutput) => void): void;
@@ -296,24 +297,28 @@ export interface Location {
296
297
  /**
297
298
  * @see {@link ListKeysCommand}
298
299
  */
300
+ listKeys(): Promise<ListKeysCommandOutput>;
299
301
  listKeys(args: ListKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListKeysCommandOutput>;
300
302
  listKeys(args: ListKeysCommandInput, cb: (err: any, data?: ListKeysCommandOutput) => void): void;
301
303
  listKeys(args: ListKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeysCommandOutput) => void): void;
302
304
  /**
303
305
  * @see {@link ListMapsCommand}
304
306
  */
307
+ listMaps(): Promise<ListMapsCommandOutput>;
305
308
  listMaps(args: ListMapsCommandInput, options?: __HttpHandlerOptions): Promise<ListMapsCommandOutput>;
306
309
  listMaps(args: ListMapsCommandInput, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
307
310
  listMaps(args: ListMapsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMapsCommandOutput) => void): void;
308
311
  /**
309
312
  * @see {@link ListPlaceIndexesCommand}
310
313
  */
314
+ listPlaceIndexes(): Promise<ListPlaceIndexesCommandOutput>;
311
315
  listPlaceIndexes(args: ListPlaceIndexesCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaceIndexesCommandOutput>;
312
316
  listPlaceIndexes(args: ListPlaceIndexesCommandInput, cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void): void;
313
317
  listPlaceIndexes(args: ListPlaceIndexesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaceIndexesCommandOutput) => void): void;
314
318
  /**
315
319
  * @see {@link ListRouteCalculatorsCommand}
316
320
  */
321
+ listRouteCalculators(): Promise<ListRouteCalculatorsCommandOutput>;
317
322
  listRouteCalculators(args: ListRouteCalculatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListRouteCalculatorsCommandOutput>;
318
323
  listRouteCalculators(args: ListRouteCalculatorsCommandInput, cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void): void;
319
324
  listRouteCalculators(args: ListRouteCalculatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRouteCalculatorsCommandOutput) => void): void;
@@ -332,6 +337,7 @@ export interface Location {
332
337
  /**
333
338
  * @see {@link ListTrackersCommand}
334
339
  */
340
+ listTrackers(): Promise<ListTrackersCommandOutput>;
335
341
  listTrackers(args: ListTrackersCommandInput, options?: __HttpHandlerOptions): Promise<ListTrackersCommandOutput>;
336
342
  listTrackers(args: ListTrackersCommandInput, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
337
343
  listTrackers(args: ListTrackersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrackersCommandOutput) => void): void;
@@ -409,8 +415,8 @@ export interface Location {
409
415
  updateTracker(args: UpdateTrackerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrackerCommandOutput) => void): void;
410
416
  }
411
417
  /**
412
- * @public
413
418
  * <p>"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"</p>
419
+ * @public
414
420
  */
415
421
  export declare class Location extends LocationClient implements Location {
416
422
  }
@@ -209,8 +209,8 @@ export type LocationClientResolvedConfigType = __SmithyResolvedConfiguration<__H
209
209
  export interface LocationClientResolvedConfig extends LocationClientResolvedConfigType {
210
210
  }
211
211
  /**
212
- * @public
213
212
  * <p>"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"</p>
213
+ * @public
214
214
  */
215
215
  export declare class LocationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LocationClientResolvedConfig> {
216
216
  /**
@@ -22,10 +22,10 @@ export interface AssociateTrackerConsumerCommandOutput extends AssociateTrackerC
22
22
  }
23
23
  declare const AssociateTrackerConsumerCommand_base: {
24
24
  new (input: AssociateTrackerConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateTrackerConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateTrackerConsumerCommandInput, AssociateTrackerConsumerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an association between a geofence collection and a tracker resource. This
30
30
  * allows the tracker resource to communicate location data to the linked geofence
31
31
  * collection. </p>
@@ -81,6 +81,7 @@ declare const AssociateTrackerConsumerCommand_base: {
81
81
  * @throws {@link LocationServiceException}
82
82
  * <p>Base exception class for all service exceptions from Location service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class AssociateTrackerConsumerCommand extends AssociateTrackerConsumerCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface BatchDeleteDevicePositionHistoryCommandOutput extends BatchDele
22
22
  }
23
23
  declare const BatchDeleteDevicePositionHistoryCommand_base: {
24
24
  new (input: BatchDeleteDevicePositionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDeleteDevicePositionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteDevicePositionHistoryCommandInput, BatchDeleteDevicePositionHistoryCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the position history of one or more devices from a tracker resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const BatchDeleteDevicePositionHistoryCommand_base: {
80
80
  * @throws {@link LocationServiceException}
81
81
  * <p>Base exception class for all service exceptions from Location service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class BatchDeleteDevicePositionHistoryCommand extends BatchDeleteDevicePositionHistoryCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface BatchDeleteGeofenceCommandOutput extends BatchDeleteGeofenceRes
22
22
  }
23
23
  declare const BatchDeleteGeofenceCommand_base: {
24
24
  new (input: BatchDeleteGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDeleteGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteGeofenceCommandInput, BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a batch of geofences from a geofence collection.</p>
30
30
  * <note>
31
31
  * <p>This operation deletes the resource permanently.</p>
@@ -83,6 +83,7 @@ declare const BatchDeleteGeofenceCommand_base: {
83
83
  * @throws {@link LocationServiceException}
84
84
  * <p>Base exception class for all service exceptions from Location service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class BatchDeleteGeofenceCommand extends BatchDeleteGeofenceCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface BatchEvaluateGeofencesCommandOutput extends BatchEvaluateGeofen
22
22
  }
23
23
  declare const BatchEvaluateGeofencesCommand_base: {
24
24
  new (input: BatchEvaluateGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchEvaluateGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchEvaluateGeofencesCommandInput, BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Evaluates device positions against the geofence geometries from a given geofence
30
30
  * collection.</p>
31
31
  * <p>This operation always returns an empty response because geofences are asynchronously
@@ -121,6 +121,7 @@ declare const BatchEvaluateGeofencesCommand_base: {
121
121
  * @throws {@link LocationServiceException}
122
122
  * <p>Base exception class for all service exceptions from Location service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class BatchEvaluateGeofencesCommand extends BatchEvaluateGeofencesCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface BatchGetDevicePositionCommandOutput extends BatchGetDevicePosit
22
22
  }
23
23
  declare const BatchGetDevicePositionCommand_base: {
24
24
  new (input: BatchGetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetDevicePositionCommandInput, BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the latest device positions for requested devices.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const BatchGetDevicePositionCommand_base: {
96
96
  * @throws {@link LocationServiceException}
97
97
  * <p>Base exception class for all service exceptions from Location service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class BatchGetDevicePositionCommand extends BatchGetDevicePositionCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface BatchPutGeofenceCommandOutput extends BatchPutGeofenceResponse,
22
22
  }
23
23
  declare const BatchPutGeofenceCommand_base: {
24
24
  new (input: BatchPutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchPutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutGeofenceCommandInput, BatchPutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A batch request for storing geofence geometries into a given geofence collection, or
30
30
  * updates the geometry of an existing geofence if a geofence ID is included in the request.</p>
31
31
  * @example
@@ -108,6 +108,7 @@ declare const BatchPutGeofenceCommand_base: {
108
108
  * @throws {@link LocationServiceException}
109
109
  * <p>Base exception class for all service exceptions from Location service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class BatchPutGeofenceCommand extends BatchPutGeofenceCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevic
22
22
  }
23
23
  declare const BatchUpdateDevicePositionCommand_base: {
24
24
  new (input: BatchUpdateDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchUpdateDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateDevicePositionCommandInput, BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Uploads position update data for one or more devices to a tracker resource (up to
30
30
  * 10 devices per batch). Amazon Location uses the data when it reports the last known device
31
31
  * position and position history. Amazon Location retains location data for 30 days.</p>
@@ -115,6 +115,7 @@ declare const BatchUpdateDevicePositionCommand_base: {
115
115
  * @throws {@link LocationServiceException}
116
116
  * <p>Base exception class for all service exceptions from Location service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class BatchUpdateDevicePositionCommand extends BatchUpdateDevicePositionCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface CalculateRouteCommandOutput extends CalculateRouteResponse, __M
22
22
  }
23
23
  declare const CalculateRouteCommand_base: {
24
24
  new (input: CalculateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CalculateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteCommandInput, CalculateRouteCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route.html">Calculates a route</a> given the following required parameters:
31
31
  * <code>DeparturePosition</code> and <code>DestinationPosition</code>. Requires that
@@ -179,6 +179,7 @@ declare const CalculateRouteCommand_base: {
179
179
  * @throws {@link LocationServiceException}
180
180
  * <p>Base exception class for all service exceptions from Location service.</p>
181
181
  *
182
+ * @public
182
183
  */
183
184
  export declare class CalculateRouteCommand extends CalculateRouteCommand_base {
184
185
  }
@@ -22,10 +22,10 @@ export interface CalculateRouteMatrixCommandOutput extends CalculateRouteMatrixR
22
22
  }
23
23
  declare const CalculateRouteMatrixCommand_base: {
24
24
  new (input: CalculateRouteMatrixCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CalculateRouteMatrixCommandInput): import("@smithy/smithy-client").CommandImpl<CalculateRouteMatrixCommandInput, CalculateRouteMatrixCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * <a href="https://docs.aws.amazon.com/location/latest/developerguide/calculate-route-matrix.html"> Calculates a route
31
31
  * matrix</a> given the following required parameters:
@@ -170,6 +170,7 @@ declare const CalculateRouteMatrixCommand_base: {
170
170
  * @throws {@link LocationServiceException}
171
171
  * <p>Base exception class for all service exceptions from Location service.</p>
172
172
  *
173
+ * @public
173
174
  */
174
175
  export declare class CalculateRouteMatrixCommand extends CalculateRouteMatrixCommand_base {
175
176
  }
@@ -22,10 +22,10 @@ export interface CreateGeofenceCollectionCommandOutput extends CreateGeofenceCol
22
22
  }
23
23
  declare const CreateGeofenceCollectionCommand_base: {
24
24
  new (input: CreateGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGeofenceCollectionCommandInput, CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a geofence collection, which manages and stores geofences.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const CreateGeofenceCollectionCommand_base: {
82
82
  * @throws {@link LocationServiceException}
83
83
  * <p>Base exception class for all service exceptions from Location service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class CreateGeofenceCollectionCommand extends CreateGeofenceCollectionCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface CreateKeyCommandOutput extends CreateKeyResponse, __MetadataBea
22
22
  }
23
23
  declare const CreateKeyCommand_base: {
24
24
  new (input: CreateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyCommandInput, CreateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateKeyCommandInput, CreateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an API key resource in your Amazon Web Services account, which lets you grant
30
30
  * actions for Amazon Location resources to the API key bearer.</p>
31
31
  * <note>
@@ -97,6 +97,7 @@ declare const CreateKeyCommand_base: {
97
97
  * @throws {@link LocationServiceException}
98
98
  * <p>Base exception class for all service exceptions from Location service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class CreateKeyCommand extends CreateKeyCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface CreateMapCommandOutput extends CreateMapResponse, __MetadataBea
22
22
  }
23
23
  declare const CreateMapCommand_base: {
24
24
  new (input: CreateMapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateMapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMapCommandInput, CreateMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a map resource in your Amazon Web Services account, which provides map tiles of different
30
30
  * styles sourced from global location data providers.</p>
31
31
  * <note>
@@ -94,6 +94,7 @@ declare const CreateMapCommand_base: {
94
94
  * @throws {@link LocationServiceException}
95
95
  * <p>Base exception class for all service exceptions from Location service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class CreateMapCommand extends CreateMapCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface CreatePlaceIndexCommandOutput extends CreatePlaceIndexResponse,
22
22
  }
23
23
  declare const CreatePlaceIndexCommand_base: {
24
24
  new (input: CreatePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlaceIndexCommandInput, CreatePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a place index resource in your Amazon Web Services account. Use a place index resource to
30
30
  * geocode addresses and other text queries by using the
31
31
  * <code>SearchPlaceIndexForText</code> operation, and reverse geocode coordinates by
@@ -94,6 +94,7 @@ declare const CreatePlaceIndexCommand_base: {
94
94
  * @throws {@link LocationServiceException}
95
95
  * <p>Base exception class for all service exceptions from Location service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class CreatePlaceIndexCommand extends CreatePlaceIndexCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface CreateRouteCalculatorCommandOutput extends CreateRouteCalculato
22
22
  }
23
23
  declare const CreateRouteCalculatorCommand_base: {
24
24
  new (input: CreateRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCalculatorCommandInput, CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a route calculator resource in your Amazon Web Services account.</p>
30
30
  * <p>You can send requests to a route calculator resource to estimate travel time,
31
31
  * distance, and get directions. A route calculator sources traffic and road network data
@@ -90,6 +90,7 @@ declare const CreateRouteCalculatorCommand_base: {
90
90
  * @throws {@link LocationServiceException}
91
91
  * <p>Base exception class for all service exceptions from Location service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class CreateRouteCalculatorCommand extends CreateRouteCalculatorCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __Met
22
22
  }
23
23
  declare const CreateTrackerCommand_base: {
24
24
  new (input: CreateTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrackerCommandInput, CreateTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and
30
30
  * historical location of devices.</p>
31
31
  * @example
@@ -86,6 +86,7 @@ declare const CreateTrackerCommand_base: {
86
86
  * @throws {@link LocationServiceException}
87
87
  * <p>Base exception class for all service exceptions from Location service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class CreateTrackerCommand extends CreateTrackerCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCol
22
22
  }
23
23
  declare const DeleteGeofenceCollectionCommand_base: {
24
24
  new (input: DeleteGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGeofenceCollectionCommandInput, DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a geofence collection from your Amazon Web Services account.</p>
30
30
  * <note>
31
31
  * <p>This operation deletes the resource permanently. If the geofence collection is the
@@ -71,6 +71,7 @@ declare const DeleteGeofenceCollectionCommand_base: {
71
71
  * @throws {@link LocationServiceException}
72
72
  * <p>Base exception class for all service exceptions from Location service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteGeofenceCollectionCommand extends DeleteGeofenceCollectionCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteKeyCommandOutput extends DeleteKeyResponse, __MetadataBea
22
22
  }
23
23
  declare const DeleteKeyCommand_base: {
24
24
  new (input: DeleteKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyCommandInput, DeleteKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyCommandInput, DeleteKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified API key. The API key must have been deactivated more than
30
30
  * 90 days previously.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const DeleteKeyCommand_base: {
69
69
  * @throws {@link LocationServiceException}
70
70
  * <p>Base exception class for all service exceptions from Location service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteKeyCommand extends DeleteKeyCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBea
22
22
  }
23
23
  declare const DeleteMapCommand_base: {
24
24
  new (input: DeleteMapCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMapCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMapCommandInput, DeleteMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a map resource from your Amazon Web Services account.</p>
30
30
  * <note>
31
31
  * <p>This operation deletes the resource permanently. If the map is being used in an application,
@@ -71,6 +71,7 @@ declare const DeleteMapCommand_base: {
71
71
  * @throws {@link LocationServiceException}
72
72
  * <p>Base exception class for all service exceptions from Location service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteMapCommand extends DeleteMapCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse,
22
22
  }
23
23
  declare const DeletePlaceIndexCommand_base: {
24
24
  new (input: DeletePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaceIndexCommandInput, DeletePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a place index resource from your Amazon Web Services account.</p>
30
30
  * <note>
31
31
  * <p>This operation deletes the resource permanently.</p>
@@ -70,6 +70,7 @@ declare const DeletePlaceIndexCommand_base: {
70
70
  * @throws {@link LocationServiceException}
71
71
  * <p>Base exception class for all service exceptions from Location service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeletePlaceIndexCommand extends DeletePlaceIndexCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculato
22
22
  }
23
23
  declare const DeleteRouteCalculatorCommand_base: {
24
24
  new (input: DeleteRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCalculatorCommandInput, DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a route calculator resource from your Amazon Web Services account.</p>
30
30
  * <note>
31
31
  * <p>This operation deletes the resource permanently.</p>
@@ -70,6 +70,7 @@ declare const DeleteRouteCalculatorCommand_base: {
70
70
  * @throws {@link LocationServiceException}
71
71
  * <p>Base exception class for all service exceptions from Location service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteRouteCalculatorCommand extends DeleteRouteCalculatorCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __Met
22
22
  }
23
23
  declare const DeleteTrackerCommand_base: {
24
24
  new (input: DeleteTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrackerCommandInput, DeleteTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a tracker resource from your Amazon Web Services account.</p>
30
30
  * <note>
31
31
  * <p>This operation deletes the resource permanently. If the tracker resource is in use, you may
@@ -72,6 +72,7 @@ declare const DeleteTrackerCommand_base: {
72
72
  * @throws {@link LocationServiceException}
73
73
  * <p>Base exception class for all service exceptions from Location service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteTrackerCommand extends DeleteTrackerCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenc
22
22
  }
23
23
  declare const DescribeGeofenceCollectionCommand_base: {
24
24
  new (input: DescribeGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeGeofenceCollectionCommandInput, DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the geofence collection details.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DescribeGeofenceCollectionCommand_base: {
80
80
  * @throws {@link LocationServiceException}
81
81
  * <p>Base exception class for all service exceptions from Location service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribeGeofenceCollectionCommand extends DescribeGeofenceCollectionCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __Metadat
22
22
  }
23
23
  declare const DescribeKeyCommand_base: {
24
24
  new (input: DescribeKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyCommandInput, DescribeKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyCommandInput, DescribeKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the API key resource details.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const DescribeKeyCommand_base: {
89
89
  * @throws {@link LocationServiceException}
90
90
  * <p>Base exception class for all service exceptions from Location service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class DescribeKeyCommand extends DescribeKeyCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface DescribeMapCommandOutput extends DescribeMapResponse, __Metadat
22
22
  }
23
23
  declare const DescribeMapCommand_base: {
24
24
  new (input: DescribeMapCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeMapCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMapCommandInput, DescribeMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the map resource details.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const DescribeMapCommand_base: {
85
85
  * @throws {@link LocationServiceException}
86
86
  * <p>Base exception class for all service exceptions from Location service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class DescribeMapCommand extends DescribeMapCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexRespo
22
22
  }
23
23
  declare const DescribePlaceIndexCommand_base: {
24
24
  new (input: DescribePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePlaceIndexCommandInput, DescribePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the place index resource details.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const DescribePlaceIndexCommand_base: {
81
81
  * @throws {@link LocationServiceException}
82
82
  * <p>Base exception class for all service exceptions from Location service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DescribePlaceIndexCommand extends DescribePlaceIndexCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DescribeRouteCalculatorCommandOutput extends DescribeRouteCalcu
22
22
  }
23
23
  declare const DescribeRouteCalculatorCommand_base: {
24
24
  new (input: DescribeRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouteCalculatorCommandInput, DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the route calculator resource details.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const DescribeRouteCalculatorCommand_base: {
78
78
  * @throws {@link LocationServiceException}
79
79
  * <p>Base exception class for all service exceptions from Location service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DescribeRouteCalculatorCommand extends DescribeRouteCalculatorCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, _
22
22
  }
23
23
  declare const DescribeTrackerCommand_base: {
24
24
  new (input: DescribeTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrackerCommandInput, DescribeTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeTrackerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrackerCommandInput, DescribeTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the tracker resource details.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const DescribeTrackerCommand_base: {
82
82
  * @throws {@link LocationServiceException}
83
83
  * <p>Base exception class for all service exceptions from Location service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DescribeTrackerCommand extends DescribeTrackerCommand_base {
87
88
  }