@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.
- package/dist-types/Location.d.ts +7 -1
- package/dist-types/LocationClient.d.ts +1 -1
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +2 -1
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +2 -1
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +2 -1
- package/dist-types/commands/CalculateRouteCommand.d.ts +2 -1
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +2 -1
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
- package/dist-types/commands/CreateMapCommand.d.ts +2 -1
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrackerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteKeyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMapCommand.d.ts +2 -1
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrackerCommand.d.ts +2 -1
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeKeyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMapCommand.d.ts +2 -1
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrackerCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +2 -1
- package/dist-types/commands/GetDevicePositionCommand.d.ts +2 -1
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetGeofenceCommand.d.ts +2 -1
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +2 -1
- package/dist-types/commands/GetMapSpritesCommand.d.ts +2 -1
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +2 -1
- package/dist-types/commands/GetMapTileCommand.d.ts +2 -1
- package/dist-types/commands/GetPlaceCommand.d.ts +2 -1
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +2 -1
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +2 -1
- package/dist-types/commands/ListGeofencesCommand.d.ts +2 -1
- package/dist-types/commands/ListKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListMapsCommand.d.ts +2 -1
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +2 -1
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +2 -1
- package/dist-types/commands/ListTrackersCommand.d.ts +2 -1
- package/dist-types/commands/PutGeofenceCommand.d.ts +2 -1
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -1
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateKeyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMapCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrackerCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +613 -613
- package/dist-types/ts3.4/Location.d.ts +6 -0
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +9 -0
- package/package.json +41 -41
|
@@ -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
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateMapCommand_base: {
|
|
24
24
|
new (input: UpdateMapCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMapCommandInput, UpdateMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateMapCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMapCommandInput, UpdateMapCommandOutput, 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 map resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const UpdateMapCommand_base: {
|
|
|
79
79
|
* @throws {@link LocationServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Location service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateMapCommand extends UpdateMapCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePlaceIndexCommand_base: {
|
|
24
24
|
new (input: UpdatePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePlaceIndexCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, 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 place index resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UpdatePlaceIndexCommand_base: {
|
|
|
76
76
|
* @throws {@link LocationServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Location service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdatePlaceIndexCommand extends UpdatePlaceIndexCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculato
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateRouteCalculatorCommand_base: {
|
|
24
24
|
new (input: UpdateRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateRouteCalculatorCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the specified properties for a given route calculator resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const UpdateRouteCalculatorCommand_base: {
|
|
|
73
73
|
* @throws {@link LocationServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Location service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UpdateRouteCalculatorCommand extends UpdateRouteCalculatorCommand_base {
|
|
78
79
|
}
|