@aws-sdk/client-location 3.1045.0 → 3.1047.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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes one or more tags from 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 { UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateGeofenceCollectionCommandInput extends UpdateGeofenceColl
|
|
|
22
22
|
export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCollectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateGeofenceCollectionCommand_base: {
|
|
25
|
-
new (input: UpdateGeofenceCollectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateGeofenceCollectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateGeofenceCollectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateGeofenceCollectionCommandInput): import("@smithy/core/client").CommandImpl<UpdateGeofenceCollectionCommandInput, UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified properties of 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 { UpdateKeyRequest, UpdateKeyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateKeyCommandInput extends UpdateKeyRequest {
|
|
|
22
22
|
export interface UpdateKeyCommandOutput extends UpdateKeyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateKeyCommand_base: {
|
|
25
|
-
new (input: UpdateKeyCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateKeyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateKeyCommandInput): import("@smithy/core/client").CommandImpl<UpdateKeyCommandInput, UpdateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateKeyCommandInput): import("@smithy/core/client").CommandImpl<UpdateKeyCommandInput, UpdateKeyCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified properties of a given API key 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 { UpdateMapRequest, UpdateMapResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateMapCommandInput extends UpdateMapRequest {
|
|
|
22
22
|
export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateMapCommand_base: {
|
|
25
|
-
new (input: UpdateMapCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateMapCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateMapCommandInput): import("@smithy/core/client").CommandImpl<UpdateMapCommandInput, UpdateMapCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateMapCommandInput): import("@smithy/core/client").CommandImpl<UpdateMapCommandInput, UpdateMapCommandOutput, 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>UpdateMap</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>Updates the specified properties of a given map 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 { UpdatePlaceIndexRequest, UpdatePlaceIndexResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdatePlaceIndexCommandInput extends UpdatePlaceIndexRequest {
|
|
|
22
22
|
export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePlaceIndexCommand_base: {
|
|
25
|
-
new (input: UpdatePlaceIndexCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdatePlaceIndexCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdatePlaceIndexCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdatePlaceIndexCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlaceIndexCommandInput, UpdatePlaceIndexCommandOutput, 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>UpdatePlaceIndex</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>Updates the specified properties of a given place index 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 { UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRouteCalculatorCommandInput extends UpdateRouteCalculator
|
|
|
22
22
|
export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculatorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRouteCalculatorCommand_base: {
|
|
25
|
-
new (input: UpdateRouteCalculatorCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRouteCalculatorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateRouteCalculatorCommandInput): import("@smithy/core/client").CommandImpl<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateRouteCalculatorCommandInput): import("@smithy/core/client").CommandImpl<UpdateRouteCalculatorCommandInput, UpdateRouteCalculatorCommandOutput, 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>UpdateRouteCalculator</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>Updates the specified properties for a given route calculator 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 { UpdateTrackerRequest, UpdateTrackerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateTrackerCommandInput extends UpdateTrackerRequest {
|
|
|
22
22
|
export interface UpdateTrackerCommandOutput extends UpdateTrackerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateTrackerCommand_base: {
|
|
25
|
-
new (input: UpdateTrackerCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateTrackerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateTrackerCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrackerCommandInput, UpdateTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateTrackerCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrackerCommandInput, UpdateTrackerCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the specified properties of a 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 { VerifyDevicePositionRequest, VerifyDevicePositionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface VerifyDevicePositionCommandInput extends VerifyDevicePositionRe
|
|
|
22
22
|
export interface VerifyDevicePositionCommandOutput extends VerifyDevicePositionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const VerifyDevicePositionCommand_base: {
|
|
25
|
-
new (input: VerifyDevicePositionCommandInput): import("@smithy/
|
|
26
|
-
new (input: VerifyDevicePositionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: VerifyDevicePositionCommandInput): import("@smithy/core/client").CommandImpl<VerifyDevicePositionCommandInput, VerifyDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: VerifyDevicePositionCommandInput): import("@smithy/core/client").CommandImpl<VerifyDevicePositionCommandInput, VerifyDevicePositionCommandOutput, LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Verifies the integrity of the device's position by determining if it was reported behind a proxy, and by comparing it to an inferred position estimated based on the device's state.</p> <note> <p>The Location Integrity SDK provides enhanced features related to device verification, and it is available for use by request. To get access to the SDK, contact <a href="https://aws.amazon.com/contact-us/sales-support/?pg=locationprice&cta=herobtn">Sales Support</a>.</p> </note>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import type { ValidationExceptionReason } from "./enums";
|
|
3
3
|
import { LocationServiceException as __BaseException } from "./LocationServiceException";
|
|
4
4
|
import type { ValidationExceptionField } from "./models_0";
|
|
@@ -5,13 +5,13 @@ import type { LocationClientConfig } from "./LocationClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: LocationClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { LocationClientConfig } from "./LocationClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: LocationClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { LocationClientConfig } from "./LocationClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: LocationClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: LocationClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import {
|
|
2
3
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
5
6
|
WaiterConfiguration,
|
|
6
7
|
} from "@smithy/types";
|
|
7
|
-
import { WaiterResult } from "@smithy/util-waiter";
|
|
8
8
|
import {
|
|
9
9
|
AssociateTrackerConsumerCommandInput,
|
|
10
10
|
AssociateTrackerConsumerCommandOutput,
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
LocationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AssociateTrackerConsumerCommandOutput
|
|
|
19
19
|
declare const AssociateTrackerConsumerCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateTrackerConsumerCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateTrackerConsumerCommandInput,
|
|
24
24
|
AssociateTrackerConsumerCommandOutput,
|
|
25
25
|
LocationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateTrackerConsumerCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateTrackerConsumerCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateTrackerConsumerCommandInput,
|
|
33
33
|
AssociateTrackerConsumerCommandOutput,
|
|
34
34
|
LocationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateTrackerConsumerCommand extends AssociateTrackerConsumerCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
LocationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchDeleteDevicePositionHistoryCommandOutput
|
|
|
19
19
|
declare const BatchDeleteDevicePositionHistoryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchDeleteDevicePositionHistoryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchDeleteDevicePositionHistoryCommandInput,
|
|
24
24
|
BatchDeleteDevicePositionHistoryCommandOutput,
|
|
25
25
|
LocationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchDeleteDevicePositionHistoryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchDeleteDevicePositionHistoryCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchDeleteDevicePositionHistoryCommandInput,
|
|
33
33
|
BatchDeleteDevicePositionHistoryCommandOutput,
|
|
34
34
|
LocationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchDeleteDevicePositionHistoryCommand extends BatchDeleteDevicePositionHistoryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
LocationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchDeleteGeofenceCommandOutput
|
|
|
19
19
|
declare const BatchDeleteGeofenceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchDeleteGeofenceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchDeleteGeofenceCommandInput,
|
|
24
24
|
BatchDeleteGeofenceCommandOutput,
|
|
25
25
|
LocationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchDeleteGeofenceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchDeleteGeofenceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchDeleteGeofenceCommandInput,
|
|
33
33
|
BatchDeleteGeofenceCommandOutput,
|
|
34
34
|
LocationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchDeleteGeofenceCommand extends BatchDeleteGeofenceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
LocationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchEvaluateGeofencesCommandOutput
|
|
|
19
19
|
declare const BatchEvaluateGeofencesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchEvaluateGeofencesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchEvaluateGeofencesCommandInput,
|
|
24
24
|
BatchEvaluateGeofencesCommandOutput,
|
|
25
25
|
LocationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchEvaluateGeofencesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchEvaluateGeofencesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchEvaluateGeofencesCommandInput,
|
|
33
33
|
BatchEvaluateGeofencesCommandOutput,
|
|
34
34
|
LocationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchEvaluateGeofencesCommand extends BatchEvaluateGeofencesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
LocationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchGetDevicePositionCommandOutput
|
|
|
19
19
|
declare const BatchGetDevicePositionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchGetDevicePositionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchGetDevicePositionCommandInput,
|
|
24
24
|
BatchGetDevicePositionCommandOutput,
|
|
25
25
|
LocationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchGetDevicePositionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchGetDevicePositionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchGetDevicePositionCommandInput,
|
|
33
33
|
BatchGetDevicePositionCommandOutput,
|
|
34
34
|
LocationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchGetDevicePositionCommand extends BatchGetDevicePositionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
LocationClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface BatchPutGeofenceCommandOutput
|
|
|
18
18
|
declare const BatchPutGeofenceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: BatchPutGeofenceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
BatchPutGeofenceCommandInput,
|
|
23
23
|
BatchPutGeofenceCommandOutput,
|
|
24
24
|
LocationClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const BatchPutGeofenceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: BatchPutGeofenceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
BatchPutGeofenceCommandInput,
|
|
32
32
|
BatchPutGeofenceCommandOutput,
|
|
33
33
|
LocationClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class BatchPutGeofenceCommand extends BatchPutGeofenceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
LocationClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchUpdateDevicePositionCommandOutput
|
|
|
19
19
|
declare const BatchUpdateDevicePositionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchUpdateDevicePositionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchUpdateDevicePositionCommandInput,
|
|
24
24
|
BatchUpdateDevicePositionCommandOutput,
|
|
25
25
|
LocationClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchUpdateDevicePositionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchUpdateDevicePositionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchUpdateDevicePositionCommandInput,
|
|
33
33
|
BatchUpdateDevicePositionCommandOutput,
|
|
34
34
|
LocationClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchUpdateDevicePositionCommand extends BatchUpdateDevicePositionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
LocationClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CalculateRouteCommandOutput
|
|
|
18
18
|
declare const CalculateRouteCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CalculateRouteCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CalculateRouteCommandInput,
|
|
23
23
|
CalculateRouteCommandOutput,
|
|
24
24
|
LocationClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CalculateRouteCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CalculateRouteCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CalculateRouteCommandInput,
|
|
32
32
|
CalculateRouteCommandOutput,
|
|
33
33
|
LocationClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CalculateRouteCommand extends CalculateRouteCommand_base {
|
|
40
42
|
protected static __types: {
|