@aws-sdk/client-location 3.533.0 → 3.540.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 (127) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Location.d.ts +7 -1
  6. package/dist-types/LocationClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchPutGeofenceCommand.d.ts +2 -1
  13. package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +2 -1
  14. package/dist-types/commands/CalculateRouteCommand.d.ts +2 -1
  15. package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateMapCommand.d.ts +2 -1
  19. package/dist-types/commands/CreatePlaceIndexCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateTrackerCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteKeyCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteMapCommand.d.ts +2 -1
  25. package/dist-types/commands/DeletePlaceIndexCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteTrackerCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeKeyCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeMapCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribePlaceIndexCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeTrackerCommand.d.ts +2 -1
  34. package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +2 -1
  35. package/dist-types/commands/GetDevicePositionCommand.d.ts +2 -1
  36. package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +2 -1
  37. package/dist-types/commands/GetGeofenceCommand.d.ts +2 -1
  38. package/dist-types/commands/GetMapGlyphsCommand.d.ts +2 -1
  39. package/dist-types/commands/GetMapSpritesCommand.d.ts +2 -1
  40. package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +2 -1
  41. package/dist-types/commands/GetMapTileCommand.d.ts +2 -1
  42. package/dist-types/commands/GetPlaceCommand.d.ts +2 -1
  43. package/dist-types/commands/ListDevicePositionsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListGeofencesCommand.d.ts +2 -1
  46. package/dist-types/commands/ListKeysCommand.d.ts +2 -1
  47. package/dist-types/commands/ListMapsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListPlaceIndexesCommand.d.ts +2 -1
  49. package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/ListTrackerConsumersCommand.d.ts +2 -1
  52. package/dist-types/commands/ListTrackersCommand.d.ts +2 -1
  53. package/dist-types/commands/PutGeofenceCommand.d.ts +2 -1
  54. package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -1
  55. package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +2 -1
  56. package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +2 -1
  57. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  58. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateKeyCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateMapCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateTrackerCommand.d.ts +2 -1
  65. package/dist-types/index.d.ts +0 -1
  66. package/dist-types/models/models_0.d.ts +613 -613
  67. package/dist-types/ts3.4/Location.d.ts +6 -0
  68. package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/index.d.ts +0 -1
  127. package/package.json +41 -41
@@ -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
  }
@@ -22,10 +22,10 @@ export interface DisassociateTrackerConsumerCommandOutput extends DisassociateTr
22
22
  }
23
23
  declare const DisassociateTrackerConsumerCommand_base: {
24
24
  new (input: DisassociateTrackerConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateTrackerConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateTrackerConsumerCommandInput, DisassociateTrackerConsumerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the association between a tracker resource and a geofence collection.</p>
30
30
  * <note>
31
31
  * <p>Once you unlink a tracker resource from a geofence collection, the tracker
@@ -72,6 +72,7 @@ declare const DisassociateTrackerConsumerCommand_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 DisassociateTrackerConsumerCommand extends DisassociateTrackerConsumerCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetDevicePositionCommandOutput extends GetDevicePositionRespons
22
22
  }
23
23
  declare const GetDevicePositionCommand_base: {
24
24
  new (input: GetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePositionCommandInput, GetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDevicePositionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePositionCommandInput, GetDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a device's most recent position according to its sample time.</p>
30
30
  * <note>
31
31
  * <p>Device positions are deleted after 30 days.</p>
@@ -84,6 +84,7 @@ declare const GetDevicePositionCommand_base: {
84
84
  * @throws {@link LocationServiceException}
85
85
  * <p>Base exception class for all service exceptions from Location service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetDevicePositionCommand extends GetDevicePositionCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetDevicePositionHistoryCommandOutput extends GetDevicePosition
22
22
  }
23
23
  declare const GetDevicePositionHistoryCommand_base: {
24
24
  new (input: GetDevicePositionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDevicePositionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDevicePositionHistoryCommandInput, GetDevicePositionHistoryCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the device position history from a tracker resource within a specified range
30
30
  * of time.</p>
31
31
  * <note>
@@ -94,6 +94,7 @@ declare const GetDevicePositionHistoryCommand_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 GetDevicePositionHistoryCommand extends GetDevicePositionHistoryCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface GetGeofenceCommandOutput extends GetGeofenceResponse, __Metadat
22
22
  }
23
23
  declare const GetGeofenceCommand_base: {
24
24
  new (input: GetGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetGeofenceCommandInput, GetGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetGeofenceCommandInput, GetGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the geofence details from a geofence collection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const GetGeofenceCommand_base: {
91
91
  * @throws {@link LocationServiceException}
92
92
  * <p>Base exception class for all service exceptions from Location service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class GetGeofenceCommand extends GetGeofenceCommand_base {
96
97
  }
@@ -29,10 +29,10 @@ export interface GetMapGlyphsCommandOutput extends GetMapGlyphsCommandOutputType
29
29
  }
30
30
  declare const GetMapGlyphsCommand_base: {
31
31
  new (input: GetMapGlyphsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ new (__0_0: GetMapGlyphsCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
34
  };
34
35
  /**
35
- * @public
36
36
  * <p>Retrieves glyphs used to display labels on a map.</p>
37
37
  * @example
38
38
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const GetMapGlyphsCommand_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 GetMapGlyphsCommand extends GetMapGlyphsCommand_base {
86
87
  }
@@ -29,10 +29,10 @@ export interface GetMapSpritesCommandOutput extends GetMapSpritesCommandOutputTy
29
29
  }
30
30
  declare const GetMapSpritesCommand_base: {
31
31
  new (input: GetMapSpritesCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ new (__0_0: GetMapSpritesCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
34
  };
34
35
  /**
35
- * @public
36
36
  * <p>Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG
37
37
  * image paired with a JSON document describing the offsets of individual icons that will
38
38
  * be displayed on a rendered map.</p>
@@ -82,6 +82,7 @@ declare const GetMapSpritesCommand_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 GetMapSpritesCommand extends GetMapSpritesCommand_base {
87
88
  }
@@ -29,10 +29,10 @@ export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescripto
29
29
  }
30
30
  declare const GetMapStyleDescriptorCommand_base: {
31
31
  new (input: GetMapStyleDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ new (__0_0: GetMapStyleDescriptorCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
34
  };
34
35
  /**
35
- * @public
36
36
  * <p>Retrieves the map style descriptor from a map resource. </p>
37
37
  * <p>The style descriptor contains specifications on how features render on a map. For
38
38
  * example, what data to display, what order to display the data in, and the style for the
@@ -82,6 +82,7 @@ declare const GetMapStyleDescriptorCommand_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 GetMapStyleDescriptorCommand extends GetMapStyleDescriptorCommand_base {
87
88
  }
@@ -29,10 +29,10 @@ export interface GetMapTileCommandOutput extends GetMapTileCommandOutputType, __
29
29
  }
30
30
  declare const GetMapTileCommand_base: {
31
31
  new (input: GetMapTileCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ new (__0_0: GetMapTileCommandInput): import("@smithy/smithy-client").CommandImpl<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
34
  };
34
35
  /**
35
- * @public
36
36
  * <p>Retrieves a vector data tile from the map resource. Map tiles are used by clients to
37
37
  * render a map. they're addressed using a grid arrangement with an X coordinate, Y
38
38
  * coordinate, and Z (zoom) level. </p>
@@ -87,6 +87,7 @@ declare const GetMapTileCommand_base: {
87
87
  * @throws {@link LocationServiceException}
88
88
  * <p>Base exception class for all service exceptions from Location service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class GetMapTileCommand extends GetMapTileCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface GetPlaceCommandOutput extends GetPlaceResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetPlaceCommand_base: {
24
24
  new (input: GetPlaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaceCommandInput, GetPlaceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPlaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaceCommandInput, GetPlaceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Finds a place by its unique ID. A <code>PlaceId</code> is returned by other search
30
30
  * operations.</p>
31
31
  * <note>
@@ -117,6 +117,7 @@ declare const GetPlaceCommand_base: {
117
117
  * @throws {@link LocationServiceException}
118
118
  * <p>Base exception class for all service exceptions from Location service.</p>
119
119
  *
120
+ * @public
120
121
  */
121
122
  export declare class GetPlaceCommand extends GetPlaceCommand_base {
122
123
  }
@@ -22,10 +22,10 @@ export interface ListDevicePositionsCommandOutput extends ListDevicePositionsRes
22
22
  }
23
23
  declare const ListDevicePositionsCommand_base: {
24
24
  new (input: ListDevicePositionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDevicePositionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A batch request to retrieve all device positions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const ListDevicePositionsCommand_base: {
92
92
  * @throws {@link LocationServiceException}
93
93
  * <p>Base exception class for all service exceptions from Location service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ListDevicePositionsCommand extends ListDevicePositionsCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollec
22
22
  }
23
23
  declare const ListGeofenceCollectionsCommand_base: {
24
24
  new (input: ListGeofenceCollectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListGeofenceCollectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists geofence collections in your Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListGeofenceCollectionsCommand_base: {
77
77
  * @throws {@link LocationServiceException}
78
78
  * <p>Base exception class for all service exceptions from Location service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListGeofenceCollectionsCommand extends ListGeofenceCollectionsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __Met
22
22
  }
23
23
  declare const ListGeofencesCommand_base: {
24
24
  new (input: ListGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListGeofencesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists geofences stored in a given geofence collection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,6 +97,7 @@ declare const ListGeofencesCommand_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 ListGeofencesCommand extends ListGeofencesCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBeare
22
22
  }
23
23
  declare const ListKeysCommand_base: {
24
24
  new (input: ListKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListKeysCommandInput]): import("@smithy/smithy-client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists API key resources in your Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const ListKeysCommand_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 ListKeysCommand extends ListKeysCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBeare
22
22
  }
23
23
  declare const ListMapsCommand_base: {
24
24
  new (input: ListMapsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMapsCommandInput, ListMapsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMapsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMapsCommandInput, ListMapsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists map resources in your Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListMapsCommand_base: {
77
77
  * @throws {@link LocationServiceException}
78
78
  * <p>Base exception class for all service exceptions from Location service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListMapsCommand extends ListMapsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse,
22
22
  }
23
23
  declare const ListPlaceIndexesCommand_base: {
24
24
  new (input: ListPlaceIndexesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPlaceIndexesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists place index resources in your Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListPlaceIndexesCommand_base: {
77
77
  * @throws {@link LocationServiceException}
78
78
  * <p>Base exception class for all service exceptions from Location service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListPlaceIndexesCommand extends ListPlaceIndexesCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListRouteCalculatorsCommandOutput extends ListRouteCalculatorsR
22
22
  }
23
23
  declare const ListRouteCalculatorsCommand_base: {
24
24
  new (input: ListRouteCalculatorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListRouteCalculatorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists route calculator resources in your Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListRouteCalculatorsCommand_base: {
77
77
  * @throws {@link LocationServiceException}
78
78
  * <p>Base exception class for all service exceptions from Location service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListRouteCalculatorsCommand extends ListRouteCalculatorsCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of tags that are applied to the specified Amazon Location resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const ListTagsForResourceCommand_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 ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersR
22
22
  }
23
23
  declare const ListTrackerConsumersCommand_base: {
24
24
  new (input: ListTrackerConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTrackerConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists geofence collections currently associated to the given tracker resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListTrackerConsumersCommand_base: {
74
74
  * @throws {@link LocationServiceException}
75
75
  * <p>Base exception class for all service exceptions from Location service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListTrackerConsumersCommand extends ListTrackerConsumersCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListTrackersCommandOutput extends ListTrackersResponse, __Metad
22
22
  }
23
23
  declare const ListTrackersCommand_base: {
24
24
  new (input: ListTrackersCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTrackersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists tracker resources in your Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListTrackersCommand_base: {
77
77
  * @throws {@link LocationServiceException}
78
78
  * <p>Base exception class for all service exceptions from Location service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListTrackersCommand extends ListTrackersCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __Metadat
22
22
  }
23
23
  declare const PutGeofenceCommand_base: {
24
24
  new (input: PutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutGeofenceCommandInput): import("@smithy/smithy-client").CommandImpl<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stores a geofence geometry in a given geofence collection, or updates the geometry of
30
30
  * an existing geofence if a geofence ID is included in the request. </p>
31
31
  * @example
@@ -94,6 +94,7 @@ declare const PutGeofenceCommand_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 PutGeofenceCommand extends PutGeofenceCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceInd
22
22
  }
23
23
  declare const SearchPlaceIndexForPositionCommand_base: {
24
24
  new (input: SearchPlaceIndexForPositionCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchPlaceIndexForPositionCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Reverse geocodes a given coordinate and returns a legible address. Allows you to
30
30
  * search for Places or points of interest near a given position.</p>
31
31
  * @example
@@ -119,6 +119,7 @@ declare const SearchPlaceIndexForPositionCommand_base: {
119
119
  * @throws {@link LocationServiceException}
120
120
  * <p>Base exception class for all service exceptions from Location service.</p>
121
121
  *
122
+ * @public
122
123
  */
123
124
  export declare class SearchPlaceIndexForPositionCommand extends SearchPlaceIndexForPositionCommand_base {
124
125
  }
@@ -22,10 +22,10 @@ export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlace
22
22
  }
23
23
  declare const SearchPlaceIndexForSuggestionsCommand_base: {
24
24
  new (input: SearchPlaceIndexForSuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchPlaceIndexForSuggestionsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Generates suggestions for addresses and points of interest based on partial or
30
30
  * misspelled free-form text. This operation is also known as autocomplete, autosuggest, or
31
31
  * fuzzy matching.</p>
@@ -125,6 +125,7 @@ declare const SearchPlaceIndexForSuggestionsCommand_base: {
125
125
  * @throws {@link LocationServiceException}
126
126
  * <p>Base exception class for all service exceptions from Location service.</p>
127
127
  *
128
+ * @public
128
129
  */
129
130
  export declare class SearchPlaceIndexForSuggestionsCommand extends SearchPlaceIndexForSuggestionsCommand_base {
130
131
  }
@@ -22,10 +22,10 @@ export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexFo
22
22
  }
23
23
  declare const SearchPlaceIndexForTextCommand_base: {
24
24
  new (input: SearchPlaceIndexForTextCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchPlaceIndexForTextCommandInput): import("@smithy/smithy-client").CommandImpl<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Geocodes free-form text, such as an address, name, city, or region to allow you to
30
30
  * search for Places or points of interest. </p>
31
31
  * <p>Optional parameters let you narrow your search results by bounding box or country, or
@@ -151,6 +151,7 @@ declare const SearchPlaceIndexForTextCommand_base: {
151
151
  * @throws {@link LocationServiceException}
152
152
  * <p>Base exception class for all service exceptions from Location service.</p>
153
153
  *
154
+ * @public
154
155
  */
155
156
  export declare class SearchPlaceIndexForTextCommand extends SearchPlaceIndexForTextCommand_base {
156
157
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Assigns one or more tags (key-value pairs) to the specified Amazon Location Service
30
30
  * resource.</p>
31
31
  * <p>Tags can help you organize and categorize your resources. You can also use them to
@@ -80,6 +80,7 @@ declare const TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes one or more tags from the specified Amazon Location resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_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 UntagResourceCommand extends UntagResourceCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCol
22
22
  }
23
23
  declare const UpdateGeofenceCollectionCommand_base: {
24
24
  new (input: UpdateGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateGeofenceCollectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified properties of a given geofence collection.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const UpdateGeofenceCollectionCommand_base: {
74
74
  * @throws {@link LocationServiceException}
75
75
  * <p>Base exception class for all service exceptions from Location service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class UpdateGeofenceCollectionCommand extends UpdateGeofenceCollectionCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface UpdateKeyCommandOutput extends UpdateKeyResponse, __MetadataBea
22
22
  }
23
23
  declare const UpdateKeyCommand_base: {
24
24
  new (input: UpdateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeyCommandInput, UpdateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeyCommandInput, UpdateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified properties of a given API key resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const UpdateKeyCommand_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 UpdateKeyCommand extends UpdateKeyCommand_base {
91
92
  }