@aws-sdk/client-location 3.1045.0 → 3.1046.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-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +153 -155
- package/dist-cjs/models/LocationServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Location.js +1 -1
- package/dist-es/LocationClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateTrackerConsumerCommand.js +2 -2
- package/dist-es/commands/BatchDeleteDevicePositionHistoryCommand.js +2 -2
- package/dist-es/commands/BatchDeleteGeofenceCommand.js +2 -2
- package/dist-es/commands/BatchEvaluateGeofencesCommand.js +2 -2
- package/dist-es/commands/BatchGetDevicePositionCommand.js +2 -2
- package/dist-es/commands/BatchPutGeofenceCommand.js +2 -2
- package/dist-es/commands/BatchUpdateDevicePositionCommand.js +2 -2
- package/dist-es/commands/CalculateRouteCommand.js +2 -2
- package/dist-es/commands/CalculateRouteMatrixCommand.js +2 -2
- package/dist-es/commands/CancelJobCommand.js +2 -2
- package/dist-es/commands/CreateGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/CreateKeyCommand.js +2 -2
- package/dist-es/commands/CreateMapCommand.js +2 -2
- package/dist-es/commands/CreatePlaceIndexCommand.js +2 -2
- package/dist-es/commands/CreateRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/CreateTrackerCommand.js +2 -2
- package/dist-es/commands/DeleteGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/DeleteKeyCommand.js +2 -2
- package/dist-es/commands/DeleteMapCommand.js +2 -2
- package/dist-es/commands/DeletePlaceIndexCommand.js +2 -2
- package/dist-es/commands/DeleteRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/DeleteTrackerCommand.js +2 -2
- package/dist-es/commands/DescribeGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/DescribeKeyCommand.js +2 -2
- package/dist-es/commands/DescribeMapCommand.js +2 -2
- package/dist-es/commands/DescribePlaceIndexCommand.js +2 -2
- package/dist-es/commands/DescribeRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/DescribeTrackerCommand.js +2 -2
- package/dist-es/commands/DisassociateTrackerConsumerCommand.js +2 -2
- package/dist-es/commands/ForecastGeofenceEventsCommand.js +2 -2
- package/dist-es/commands/GetDevicePositionCommand.js +2 -2
- package/dist-es/commands/GetDevicePositionHistoryCommand.js +2 -2
- package/dist-es/commands/GetGeofenceCommand.js +2 -2
- package/dist-es/commands/GetJobCommand.js +2 -2
- package/dist-es/commands/GetMapGlyphsCommand.js +2 -2
- package/dist-es/commands/GetMapSpritesCommand.js +2 -2
- package/dist-es/commands/GetMapStyleDescriptorCommand.js +2 -2
- package/dist-es/commands/GetMapTileCommand.js +2 -2
- package/dist-es/commands/GetPlaceCommand.js +2 -2
- package/dist-es/commands/ListDevicePositionsCommand.js +2 -2
- package/dist-es/commands/ListGeofenceCollectionsCommand.js +2 -2
- package/dist-es/commands/ListGeofencesCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListKeysCommand.js +2 -2
- package/dist-es/commands/ListMapsCommand.js +2 -2
- package/dist-es/commands/ListPlaceIndexesCommand.js +2 -2
- package/dist-es/commands/ListRouteCalculatorsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrackerConsumersCommand.js +2 -2
- package/dist-es/commands/ListTrackersCommand.js +2 -2
- package/dist-es/commands/PutGeofenceCommand.js +2 -2
- package/dist-es/commands/SearchPlaceIndexForPositionCommand.js +2 -2
- package/dist-es/commands/SearchPlaceIndexForSuggestionsCommand.js +2 -2
- package/dist-es/commands/SearchPlaceIndexForTextCommand.js +2 -2
- package/dist-es/commands/StartJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateGeofenceCollectionCommand.js +2 -2
- package/dist-es/commands/UpdateKeyCommand.js +2 -2
- package/dist-es/commands/UpdateMapCommand.js +2 -2
- package/dist-es/commands/UpdatePlaceIndexCommand.js +2 -2
- package/dist-es/commands/UpdateRouteCalculatorCommand.js +2 -2
- package/dist-es/commands/UpdateTrackerCommand.js +2 -2
- package/dist-es/commands/VerifyDevicePositionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/LocationServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForJobCompleted.js +1 -1
- package/dist-types/Location.d.ts +1 -1
- package/dist-types/LocationClient.d.ts +5 -5
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +6 -4
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +6 -4
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +6 -4
- package/dist-types/commands/CalculateRouteCommand.d.ts +6 -4
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +6 -4
- package/dist-types/commands/CancelJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +6 -4
- package/dist-types/commands/CreateKeyCommand.d.ts +6 -4
- package/dist-types/commands/CreateMapCommand.d.ts +6 -4
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +6 -4
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +6 -4
- package/dist-types/commands/CreateTrackerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKeyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMapCommand.d.ts +6 -4
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTrackerCommand.d.ts +6 -4
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeKeyCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMapCommand.d.ts +6 -4
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrackerCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +6 -4
- package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +6 -4
- package/dist-types/commands/GetDevicePositionCommand.d.ts +6 -4
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +6 -4
- package/dist-types/commands/GetGeofenceCommand.d.ts +6 -4
- package/dist-types/commands/GetJobCommand.d.ts +6 -4
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +7 -5
- package/dist-types/commands/GetMapSpritesCommand.d.ts +7 -5
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +7 -5
- package/dist-types/commands/GetMapTileCommand.d.ts +7 -5
- package/dist-types/commands/GetPlaceCommand.d.ts +6 -4
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +6 -4
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListGeofencesCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListKeysCommand.d.ts +6 -4
- package/dist-types/commands/ListMapsCommand.d.ts +6 -4
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +6 -4
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +6 -4
- package/dist-types/commands/ListTrackersCommand.d.ts +6 -4
- package/dist-types/commands/PutGeofenceCommand.d.ts +6 -4
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +6 -4
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +6 -4
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +6 -4
- package/dist-types/commands/StartJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKeyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMapCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTrackerCommand.d.ts +6 -4
- package/dist-types/commands/VerifyDevicePositionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/LocationServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Location.d.ts +1 -1
- package/dist-types/ts3.4/LocationClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateTrackerConsumerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteGeofenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchEvaluateGeofencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetDevicePositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchPutGeofenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateDevicePositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CalculateRouteCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CalculateRouteMatrixCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateGeofenceCollectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateMapCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreatePlaceIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRouteCalculatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTrackerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGeofenceCollectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteMapCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeletePlaceIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRouteCalculatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTrackerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeGeofenceCollectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMapCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePlaceIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRouteCalculatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrackerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateTrackerConsumerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ForecastGeofenceEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDevicePositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDevicePositionHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGeofenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMapGlyphsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMapSpritesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMapStyleDescriptorCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMapTileCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPlaceCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListDevicePositionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGeofenceCollectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGeofencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListMapsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListPlaceIndexesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRouteCalculatorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTrackerConsumersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTrackersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutGeofenceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchPlaceIndexForPositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchPlaceIndexForTextCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGeofenceCollectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKeyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/UpdateMapCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/UpdatePlaceIndexCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRouteCalculatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTrackerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyDevicePositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/LocationServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForJobCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForJobCompleted.d.ts +1 -1
- package/package.json +13 -36
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { GetJobRequest, GetJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetJobCommandInput extends GetJobRequest {
|
|
|
22
22
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetJobCommand_base: {
|
|
25
|
-
new (input: GetJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetJobCommandInput): import("@smithy/core/client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> <code>GetJob</code> retrieves detailed information about a specific job, including its current status, configuration, and error information if the job failed.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/jobs-concepts.html">Job concepts</a> in the <i>Amazon Location Service Developer Guide</i>.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import type { GetMapGlyphsRequest, GetMapGlyphsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetMapGlyphsCommandOutputType = Omit<GetMapGlyphsResponse, "Blob"> &
|
|
|
29
29
|
export interface GetMapGlyphsCommandOutput extends GetMapGlyphsCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetMapGlyphsCommand_base: {
|
|
32
|
-
new (input: GetMapGlyphsCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetMapGlyphsCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetMapGlyphsCommandInput): import("@smithy/core/client").CommandImpl<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetMapGlyphsCommandInput): import("@smithy/core/client").CommandImpl<GetMapGlyphsCommandInput, GetMapGlyphsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend upgrading to <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_geomaps_GetGlyphs.html"> <code>GetGlyphs</code> </a> unless you require <code>Grab</code> data.</p> <ul> <li> <p> <code>GetMapGlyphs</code> is part of a previous Amazon Location Service Maps API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>The version 2 <code>GetGlyphs</code> operation gives a better user experience and is compatible with the remainder of the V2 Maps API.</p> </li> <li> <p>If you are using an AWS SDK or the AWS CLI, note that the Maps API version 2 is found under <code>geo-maps</code> or <code>geo_maps</code>, not under <code>location</code>.</p> </li> <li> <p>Since <code>Grab</code> is not yet fully supported in Maps API version 2, we recommend you continue using API version 1 when using <code>Grab</code>.</p> </li> <li> <p>Start your version 2 API journey with the <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_Operations_Amazon_Location_Service_Maps_V2.html">Maps V2 API Reference</a> or the <a href="https://docs.aws.amazon.com/location/latest/developerguide/maps.html">Developer Guide</a>.</p> </li> </ul> </important> <p>Retrieves glyphs used to display labels on a map.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import type { GetMapSpritesRequest, GetMapSpritesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetMapSpritesCommandOutputType = Omit<GetMapSpritesResponse, "Blob">
|
|
|
29
29
|
export interface GetMapSpritesCommandOutput extends GetMapSpritesCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetMapSpritesCommand_base: {
|
|
32
|
-
new (input: GetMapSpritesCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetMapSpritesCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetMapSpritesCommandInput): import("@smithy/core/client").CommandImpl<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetMapSpritesCommandInput): import("@smithy/core/client").CommandImpl<GetMapSpritesCommandInput, GetMapSpritesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend upgrading to <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_geomaps_GetSprites.html"> <code>GetSprites</code> </a> unless you require <code>Grab</code> data.</p> <ul> <li> <p> <code>GetMapSprites</code> is part of a previous Amazon Location Service Maps API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>The version 2 <code>GetSprites</code> operation gives a better user experience and is compatible with the remainder of the V2 Maps API.</p> </li> <li> <p>If you are using an AWS SDK or the AWS CLI, note that the Maps API version 2 is found under <code>geo-maps</code> or <code>geo_maps</code>, not under <code>location</code>.</p> </li> <li> <p>Since <code>Grab</code> is not yet fully supported in Maps API version 2, we recommend you continue using API version 1 when using <code>Grab</code>.</p> </li> <li> <p>Start your version 2 API journey with the <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_Operations_Amazon_Location_Service_Maps_V2.html">Maps V2 API Reference</a> or the <a href="https://docs.aws.amazon.com/location/latest/developerguide/maps.html">Developer Guide</a>.</p> </li> </ul> </important> <p>Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG image paired with a JSON document describing the offsets of individual icons that will be displayed on a rendered map.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import type { GetMapStyleDescriptorRequest, GetMapStyleDescriptorResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetMapStyleDescriptorCommandOutputType = Omit<GetMapStyleDescriptorR
|
|
|
29
29
|
export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescriptorCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetMapStyleDescriptorCommand_base: {
|
|
32
|
-
new (input: GetMapStyleDescriptorCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetMapStyleDescriptorCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetMapStyleDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetMapStyleDescriptorCommandInput): import("@smithy/core/client").CommandImpl<GetMapStyleDescriptorCommandInput, GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend upgrading to <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_geomaps_GetStyleDescriptor.html"> <code>GetStyleDescriptor</code> </a> unless you require <code>Grab</code> data.</p> <ul> <li> <p> <code>GetMapStyleDescriptor</code> is part of a previous Amazon Location Service Maps API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>The version 2 <code>GetStyleDescriptor</code> operation gives a better user experience and is compatible with the remainder of the V2 Maps API.</p> </li> <li> <p>If you are using an AWS SDK or the AWS CLI, note that the Maps API version 2 is found under <code>geo-maps</code> or <code>geo_maps</code>, not under <code>location</code>.</p> </li> <li> <p>Since <code>Grab</code> is not yet fully supported in Maps API version 2, we recommend you continue using API version 1 when using <code>Grab</code>.</p> </li> <li> <p>Start your version 2 API journey with the <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_Operations_Amazon_Location_Service_Maps_V2.html">Maps V2 API Reference</a> or the <a href="https://docs.aws.amazon.com/location/latest/developerguide/maps.html">Developer Guide</a>.</p> </li> </ul> </important> <p>Retrieves the map style descriptor from a map resource. </p> <p>The style descriptor contains specifications on how features render on a map. For example, what data to display, what order to display the data in, and the style for the data. Style descriptors follow the Mapbox Style Specification.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
5
5
|
import type { GetMapTileRequest, GetMapTileResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetMapTileCommandOutputType = Omit<GetMapTileResponse, "Blob"> & {
|
|
|
29
29
|
export interface GetMapTileCommandOutput extends GetMapTileCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetMapTileCommand_base: {
|
|
32
|
-
new (input: GetMapTileCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetMapTileCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetMapTileCommandInput): import("@smithy/core/client").CommandImpl<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetMapTileCommandInput): import("@smithy/core/client").CommandImpl<GetMapTileCommandInput, GetMapTileCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend upgrading to <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_geomaps_GetTile.html"> <code>GetTile</code> </a> unless you require <code>Grab</code> data.</p> <ul> <li> <p> <code>GetMapTile</code> is part of a previous Amazon Location Service Maps API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>The version 2 <code>GetTile</code> operation gives a better user experience and is compatible with the remainder of the V2 Maps API.</p> </li> <li> <p>If you are using an AWS SDK or the AWS CLI, note that the Maps API version 2 is found under <code>geo-maps</code> or <code>geo_maps</code>, not under <code>location</code>.</p> </li> <li> <p>Since <code>Grab</code> is not yet fully supported in Maps API version 2, we recommend you continue using API version 1 when using <code>Grab</code>.</p> </li> <li> <p>Start your version 2 API journey with the <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_Operations_Amazon_Location_Service_Maps_V2.html">Maps V2 API Reference</a> or the <a href="https://docs.aws.amazon.com/location/latest/developerguide/maps.html">Developer Guide</a>.</p> </li> </ul> </important> <p>Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level. </p> <p>The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { GetPlaceRequest, GetPlaceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPlaceCommandInput extends GetPlaceRequest {
|
|
|
22
22
|
export interface GetPlaceCommandOutput extends GetPlaceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPlaceCommand_base: {
|
|
25
|
-
new (input: GetPlaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPlaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPlaceCommandInput): import("@smithy/core/client").CommandImpl<GetPlaceCommandInput, GetPlaceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPlaceCommandInput): import("@smithy/core/client").CommandImpl<GetPlaceCommandInput, GetPlaceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend you upgrade to the <a href="/location/latest/APIReference/API_geoplaces_GetPlace.html">V2 <code>GetPlace</code> </a> operation unless you require Grab data.</p> <ul> <li> <p>This version of <code>GetPlace</code> is part of a previous Amazon Location Service Places API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>Version 2 of the <code>GetPlace</code> operation interoperates with the rest of the Places V2 API, while this version does not.</p> </li> <li> <p>If you are using an Amazon Web Services SDK or the Amazon Web Services CLI, note that the Places API version 2 is found under <code>geo-places</code> or <code>geo_places</code>, not under <code>location</code>.</p> </li> <li> <p>Since Grab is not yet fully supported in Places API version 2, we recommend you continue using API version 1 when using Grab.</p> </li> <li> <p>Start your version 2 API journey with the Places V2 <a href="/location/latest/APIReference/API_Operations_Amazon_Location_Service_Places_V2.html">API Reference</a> or the <a href="/location/latest/developerguide/places.html">Developer Guide</a>.</p> </li> </ul> </important> <p>Finds a place by its unique ID. A <code>PlaceId</code> is returned by other search operations.</p> <note> <p>A PlaceId is valid only if all of the following are the same in the original search request and the call to <code>GetPlace</code>.</p> <ul> <li> <p>Customer Amazon Web Services account</p> </li> <li> <p>Amazon Web Services Region</p> </li> <li> <p>Data provider specified in the place index resource</p> </li> </ul> </note> <note> <p>If your Place index resource is configured with Grab as your geolocation provider and Storage as Intended use, the GetPlace operation is unavailable. For more information, see <a href="http://aws.amazon.com/service-terms">AWS service terms</a>.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListDevicePositionsRequest, ListDevicePositionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDevicePositionsCommandInput extends ListDevicePositionsRequ
|
|
|
22
22
|
export interface ListDevicePositionsCommandOutput extends ListDevicePositionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDevicePositionsCommand_base: {
|
|
25
|
-
new (input: ListDevicePositionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDevicePositionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDevicePositionsCommandInput): import("@smithy/core/client").CommandImpl<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDevicePositionsCommandInput): import("@smithy/core/client").CommandImpl<ListDevicePositionsCommandInput, ListDevicePositionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>A batch request to retrieve all device positions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGeofenceCollectionsCommandInput extends ListGeofenceCollect
|
|
|
22
22
|
export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollectionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGeofenceCollectionsCommand_base: {
|
|
25
|
-
new (input: ListGeofenceCollectionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListGeofenceCollectionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGeofenceCollectionsCommandInput): import("@smithy/core/client").CommandImpl<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListGeofenceCollectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListGeofenceCollectionsCommandInput, ListGeofenceCollectionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists geofence collections in your Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListGeofencesRequest, ListGeofencesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGeofencesCommandInput extends ListGeofencesRequest {
|
|
|
22
22
|
export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGeofencesCommand_base: {
|
|
25
|
-
new (input: ListGeofencesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListGeofencesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGeofencesCommandInput): import("@smithy/core/client").CommandImpl<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListGeofencesCommandInput): import("@smithy/core/client").CommandImpl<ListGeofencesCommandInput, ListGeofencesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists geofences stored in a given geofence collection.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListJobsRequest, ListJobsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListJobsCommandInput extends ListJobsRequest {
|
|
|
22
22
|
export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListJobsCommand_base: {
|
|
25
|
-
new (input: ListJobsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> <code>ListJobs</code> retrieves a list of jobs with optional filtering and pagination support.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/jobs-concepts.html">Job concepts</a> in the <i>Amazon Location Service Developer Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListKeysRequest, ListKeysResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListKeysCommandInput extends ListKeysRequest {
|
|
|
22
22
|
export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListKeysCommand_base: {
|
|
25
|
-
new (input: ListKeysCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListKeysCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListKeysCommandInput): import("@smithy/core/client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListKeysCommandInput]): import("@smithy/core/client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists API key resources in your Amazon Web Services account.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html">Use API keys to authenticate</a> in the <i>Amazon Location Service Developer Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListMapsRequest, ListMapsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListMapsCommandInput extends ListMapsRequest {
|
|
|
22
22
|
export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListMapsCommand_base: {
|
|
25
|
-
new (input: ListMapsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListMapsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListMapsCommandInput): import("@smithy/core/client").CommandImpl<ListMapsCommandInput, ListMapsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListMapsCommandInput]): import("@smithy/core/client").CommandImpl<ListMapsCommandInput, ListMapsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend upgrading to the Maps API V2 unless you require <code>Grab</code> data.</p> <ul> <li> <p> <code>ListMaps</code> is part of a previous Amazon Location Service Maps API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>The Maps API version 2 has a simplified interface that can be used without creating or managing map resources.</p> </li> <li> <p>If you are using an AWS SDK or the AWS CLI, note that the Maps API version 2 is found under <code>geo-maps</code> or <code>geo_maps</code>, not under <code>location</code>.</p> </li> <li> <p>Since <code>Grab</code> is not yet fully supported in Maps API version 2, we recommend you continue using API version 1 when using <code>Grab</code>.</p> </li> <li> <p>Start your version 2 API journey with the <a href="https://docs.aws.amazon.com/location/latest/APIReference/API_Operations_Amazon_Location_Service_Maps_V2.html">Maps V2 API Reference</a> or the <a href="https://docs.aws.amazon.com/location/latest/developerguide/maps.html">Developer Guide</a>.</p> </li> </ul> </important> <p>Lists map resources in your Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListPlaceIndexesRequest, ListPlaceIndexesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPlaceIndexesCommandInput extends ListPlaceIndexesRequest {
|
|
|
22
22
|
export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPlaceIndexesCommand_base: {
|
|
25
|
-
new (input: ListPlaceIndexesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPlaceIndexesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPlaceIndexesCommandInput): import("@smithy/core/client").CommandImpl<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListPlaceIndexesCommandInput]): import("@smithy/core/client").CommandImpl<ListPlaceIndexesCommandInput, ListPlaceIndexesCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend you upgrade to the Places API V2 unless you require Grab data.</p> <ul> <li> <p> <code>ListPlaceIndexes</code> is part of a previous Amazon Location Service Places API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>The Places API version 2 has a simplified interface that can be used without creating or managing place index resources.</p> </li> <li> <p>If you are using an Amazon Web Services SDK or the Amazon Web Services CLI, note that the Places API version 2 is found under <code>geo-places</code> or <code>geo_places</code>, not under <code>location</code>.</p> </li> <li> <p>Since Grab is not yet fully supported in Places API version 2, we recommend you continue using API version 1 when using Grab.</p> </li> <li> <p>Start your version 2 API journey with the Places V2 <a href="/location/latest/APIReference/API_Operations_Amazon_Location_Service_Places_V2.html">API Reference</a> or the <a href="/location/latest/developerguide/places.html">Developer Guide</a>.</p> </li> </ul> </important> <p>Lists place index resources in your Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListRouteCalculatorsRequest, ListRouteCalculatorsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRouteCalculatorsCommandInput extends ListRouteCalculatorsRe
|
|
|
22
22
|
export interface ListRouteCalculatorsCommandOutput extends ListRouteCalculatorsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRouteCalculatorsCommand_base: {
|
|
25
|
-
new (input: ListRouteCalculatorsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListRouteCalculatorsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRouteCalculatorsCommandInput): import("@smithy/core/client").CommandImpl<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListRouteCalculatorsCommandInput]): import("@smithy/core/client").CommandImpl<ListRouteCalculatorsCommandInput, ListRouteCalculatorsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend you upgrade to the Routes API V2 unless you require Grab data.</p> <ul> <li> <p> <code>ListRouteCalculators</code> is part of a previous Amazon Location Service Routes API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>The Routes API version 2 has a simplified interface that can be used without creating or managing route calculator resources.</p> </li> <li> <p>If you are using an Amazon Web Services SDK or the Amazon Web Services CLI, note that the Routes API version 2 is found under <code>geo-routes</code> or <code>geo_routes</code>, not under <code>location</code>.</p> </li> <li> <p>Since Grab is not yet fully supported in Routes API version 2, we recommend you continue using API version 1 when using Grab.</p> </li> <li> <p>Start your version 2 API journey with the Routes V2 <a href="/location/latest/APIReference/API_Operations_Amazon_Location_Service_Routes_V2.html">API Reference</a> or the <a href="/location/latest/developerguide/routes.html">Developer Guide</a>.</p> </li> </ul> </important> <p>Lists route calculator resources in your Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of tags that are applied to the specified Amazon Location resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListTrackerConsumersRequest, ListTrackerConsumersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTrackerConsumersCommandInput extends ListTrackerConsumersRe
|
|
|
22
22
|
export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTrackerConsumersCommand_base: {
|
|
25
|
-
new (input: ListTrackerConsumersCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTrackerConsumersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTrackerConsumersCommandInput): import("@smithy/core/client").CommandImpl<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTrackerConsumersCommandInput): import("@smithy/core/client").CommandImpl<ListTrackerConsumersCommandInput, ListTrackerConsumersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists geofence collections currently associated to the given tracker resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { ListTrackersRequest, ListTrackersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTrackersCommandInput extends ListTrackersRequest {
|
|
|
22
22
|
export interface ListTrackersCommandOutput extends ListTrackersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTrackersCommand_base: {
|
|
25
|
-
new (input: ListTrackersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTrackersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTrackersCommandInput): import("@smithy/core/client").CommandImpl<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTrackersCommandInput]): import("@smithy/core/client").CommandImpl<ListTrackersCommandInput, ListTrackersCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists tracker resources in your Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { PutGeofenceRequest, PutGeofenceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutGeofenceCommandInput extends PutGeofenceRequest {
|
|
|
22
22
|
export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutGeofenceCommand_base: {
|
|
25
|
-
new (input: PutGeofenceCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutGeofenceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutGeofenceCommandInput): import("@smithy/core/client").CommandImpl<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutGeofenceCommandInput): import("@smithy/core/client").CommandImpl<PutGeofenceCommandInput, PutGeofenceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { SearchPlaceIndexForPositionRequest, SearchPlaceIndexForPositionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SearchPlaceIndexForPositionCommandInput extends SearchPlaceInde
|
|
|
22
22
|
export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceIndexForPositionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchPlaceIndexForPositionCommand_base: {
|
|
25
|
-
new (input: SearchPlaceIndexForPositionCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchPlaceIndexForPositionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchPlaceIndexForPositionCommandInput): import("@smithy/core/client").CommandImpl<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchPlaceIndexForPositionCommandInput): import("@smithy/core/client").CommandImpl<SearchPlaceIndexForPositionCommandInput, SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend you upgrade to <a href="/location/latest/APIReference/API_geoplaces_ReverseGeocode.html"> <code>ReverseGeocode</code> </a> or <a href="/location/latest/APIReference/API_geoplaces_SearchNearby.html"> <code>SearchNearby</code> </a> unless you require Grab data.</p> <ul> <li> <p> <code>SearchPlaceIndexForPosition</code> is part of a previous Amazon Location Service Places API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>The version 2 <code>ReverseGeocode</code> operation gives better results in the address reverse-geocoding use case, while the version 2 <code>SearchNearby</code> operation gives better results when searching for businesses and points of interest near a specific location.</p> </li> <li> <p>If you are using an Amazon Web Services SDK or the Amazon Web Services CLI, note that the Places API version 2 is found under <code>geo-places</code> or <code>geo_places</code>, not under <code>location</code>.</p> </li> <li> <p>Since Grab is not yet fully supported in Places API version 2, we recommend you continue using API version 1 when using Grab.</p> </li> </ul> </important> <p>Reverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { SearchPlaceIndexForSuggestionsRequest, SearchPlaceIndexForSuggestionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SearchPlaceIndexForSuggestionsCommandInput extends SearchPlaceI
|
|
|
22
22
|
export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlaceIndexForSuggestionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchPlaceIndexForSuggestionsCommand_base: {
|
|
25
|
-
new (input: SearchPlaceIndexForSuggestionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchPlaceIndexForSuggestionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchPlaceIndexForSuggestionsCommandInput): import("@smithy/core/client").CommandImpl<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchPlaceIndexForSuggestionsCommandInput): import("@smithy/core/client").CommandImpl<SearchPlaceIndexForSuggestionsCommandInput, SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend you upgrade to <a href="/location/latest/APIReference/API_geoplaces_Suggest.html"> <code>Suggest</code> </a> or <a href="/location/latest/APIReference/API_geoplaces_Autocomplete.html"> <code>Autocomplete</code> </a> unless you require Grab data.</p> <ul> <li> <p> <code>SearchPlaceIndexForSuggestions</code> is part of a previous Amazon Location Service Places API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>The version 2 <code>Suggest</code> operation gives better results for typeahead place search suggestions with fuzzy matching, while the version 2 <code>Autocomplete</code> operation gives better results for address completion based on partial input.</p> </li> <li> <p>If you are using an Amazon Web Services SDK or the Amazon Web Services CLI, note that the Places API version 2 is found under <code>geo-places</code> or <code>geo_places</code>, not under <code>location</code>.</p> </li> <li> <p>Since Grab is not yet fully supported in Places API version 2, we recommend you continue using API version 1 when using Grab.</p> </li> </ul> </important> <p>Generates suggestions for addresses and points of interest based on partial or misspelled free-form text. This operation is also known as autocomplete, autosuggest, or fuzzy matching.</p> <p>Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe.</p> <note> <p>You can search for suggested place names near a specified position by using <code>BiasPosition</code>, or filter results within a bounding box by using <code>FilterBBox</code>. These parameters are mutually exclusive; using both <code>BiasPosition</code> and <code>FilterBBox</code> in the same command returns an error.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { SearchPlaceIndexForTextRequest, SearchPlaceIndexForTextResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SearchPlaceIndexForTextCommandInput extends SearchPlaceIndexFor
|
|
|
22
22
|
export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexForTextResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchPlaceIndexForTextCommand_base: {
|
|
25
|
-
new (input: SearchPlaceIndexForTextCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchPlaceIndexForTextCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchPlaceIndexForTextCommandInput): import("@smithy/core/client").CommandImpl<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchPlaceIndexForTextCommandInput): import("@smithy/core/client").CommandImpl<SearchPlaceIndexForTextCommandInput, SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <important> <p>This operation is no longer current and may be deprecated in the future. We recommend you upgrade to <a href="/location/latest/APIReference/API_geoplaces_Geocode.html"> <code>Geocode</code> </a> or <a href="/location/latest/APIReference/API_geoplaces_SearchText.html"> <code>SearchText</code> </a> unless you require Grab data.</p> <ul> <li> <p> <code>SearchPlaceIndexForText</code> is part of a previous Amazon Location Service Places API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2).</p> </li> <li> <p>The version 2 <code>Geocode</code> operation gives better results in the address geocoding use case, while the version 2 <code>SearchText</code> operation gives better results when searching for businesses and points of interest.</p> </li> <li> <p>If you are using an Amazon Web Services SDK or the Amazon Web Services CLI, note that the Places API version 2 is found under <code>geo-places</code> or <code>geo_places</code>, not under <code>location</code>.</p> </li> <li> <p>Since Grab is not yet fully supported in Places API version 2, we recommend you continue using API version 1 when using Grab.</p> </li> </ul> </important> <p>Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest. </p> <p>Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe.</p> <note> <p>You can search for places near a given position using <code>BiasPosition</code>, or filter results within a bounding box using <code>FilterBBox</code>. Providing both parameters simultaneously returns an error.</p> </note> <p>Search results are returned in order of highest to lowest relevance.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { StartJobRequest, StartJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartJobCommandInput extends StartJobRequest {
|
|
|
22
22
|
export interface StartJobCommandOutput extends StartJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartJobCommand_base: {
|
|
25
|
-
new (input: StartJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartJobCommandInput): import("@smithy/core/client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartJobCommandInput): import("@smithy/core/client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> <code>StartJob</code> starts a new asynchronous bulk processing job. You specify the input data location in Amazon S3, the action to perform, and the output location where results are written.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/jobs-concepts.html">Job concepts</a> in the <i>Amazon Location Service Developer Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LocationClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.</p> <p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values.</p> <p>You can use the <code>TagResource</code> operation with an Amazon Location Service resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the tags already associated with the resource. If you specify a tag key that's already associated with the resource, the new tag value that you specify replaces the previous value for that tag. </p> <p>You can associate up to 50 tags with a resource.</p>
|