@aws-sdk/client-location 3.890.0 → 3.893.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +2 -0
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +2 -0
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +2 -0
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +2 -0
- package/dist-types/commands/CalculateRouteCommand.d.ts +2 -0
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +2 -0
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateKeyCommand.d.ts +2 -0
- package/dist-types/commands/CreateMapCommand.d.ts +2 -0
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +2 -0
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrackerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteKeyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMapCommand.d.ts +2 -0
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrackerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeKeyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMapCommand.d.ts +2 -0
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrackerCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +2 -0
- package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +2 -0
- package/dist-types/commands/GetDevicePositionCommand.d.ts +2 -0
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +2 -0
- package/dist-types/commands/GetGeofenceCommand.d.ts +2 -0
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +2 -0
- package/dist-types/commands/GetMapSpritesCommand.d.ts +2 -0
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +2 -0
- package/dist-types/commands/GetMapTileCommand.d.ts +2 -0
- package/dist-types/commands/GetPlaceCommand.d.ts +2 -0
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +2 -0
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +2 -0
- package/dist-types/commands/ListGeofencesCommand.d.ts +2 -0
- package/dist-types/commands/ListKeysCommand.d.ts +2 -0
- package/dist-types/commands/ListMapsCommand.d.ts +2 -0
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +2 -0
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +2 -0
- package/dist-types/commands/ListTrackersCommand.d.ts +2 -0
- package/dist-types/commands/PutGeofenceCommand.d.ts +2 -0
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -0
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +2 -0
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateKeyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMapCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrackerCommand.d.ts +2 -0
- package/dist-types/commands/VerifyDevicePositionCommand.d.ts +2 -0
- package/package.json +20 -20
|
@@ -39,6 +39,8 @@ declare const AssociateTrackerConsumerCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { LocationClient, AssociateTrackerConsumerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
41
41
|
* // const { LocationClient, AssociateTrackerConsumerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
42
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
43
|
+
* const config = {}; // type is LocationClientConfig
|
|
42
44
|
* const client = new LocationClient(config);
|
|
43
45
|
* const input = { // AssociateTrackerConsumerRequest
|
|
44
46
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const BatchDeleteDevicePositionHistoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, BatchDeleteDevicePositionHistoryCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, BatchDeleteDevicePositionHistoryCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // BatchDeleteDevicePositionHistoryRequest
|
|
38
40
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const BatchDeleteGeofenceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LocationClient, BatchDeleteGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
38
38
|
* // const { LocationClient, BatchDeleteGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
39
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
40
|
+
* const config = {}; // type is LocationClientConfig
|
|
39
41
|
* const client = new LocationClient(config);
|
|
40
42
|
* const input = { // BatchDeleteGeofenceRequest
|
|
41
43
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -62,6 +62,8 @@ declare const BatchEvaluateGeofencesCommand_base: {
|
|
|
62
62
|
* ```javascript
|
|
63
63
|
* import { LocationClient, BatchEvaluateGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
64
64
|
* // const { LocationClient, BatchEvaluateGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
65
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
66
|
+
* const config = {}; // type is LocationClientConfig
|
|
65
67
|
* const client = new LocationClient(config);
|
|
66
68
|
* const input = { // BatchEvaluateGeofencesRequest
|
|
67
69
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const BatchGetDevicePositionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, BatchGetDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, BatchGetDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // BatchGetDevicePositionRequest
|
|
38
40
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const BatchPutGeofenceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LocationClient, BatchPutGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
37
37
|
* // const { LocationClient, BatchPutGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
38
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
39
|
+
* const config = {}; // type is LocationClientConfig
|
|
38
40
|
* const client = new LocationClient(config);
|
|
39
41
|
* const input = { // BatchPutGeofenceRequest
|
|
40
42
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -55,6 +55,8 @@ declare const BatchUpdateDevicePositionCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { LocationClient, BatchUpdateDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
57
57
|
* // const { LocationClient, BatchUpdateDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
58
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
59
|
+
* const config = {}; // type is LocationClientConfig
|
|
58
60
|
* const client = new LocationClient(config);
|
|
59
61
|
* const input = { // BatchUpdateDevicePositionRequest
|
|
60
62
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -66,6 +66,8 @@ declare const CalculateRouteCommand_base: {
|
|
|
66
66
|
* ```javascript
|
|
67
67
|
* import { LocationClient, CalculateRouteCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
68
68
|
* // const { LocationClient, CalculateRouteCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
69
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
70
|
+
* const config = {}; // type is LocationClientConfig
|
|
69
71
|
* const client = new LocationClient(config);
|
|
70
72
|
* const input = { // CalculateRouteRequest
|
|
71
73
|
* CalculatorName: "STRING_VALUE", // required
|
|
@@ -74,6 +74,8 @@ declare const CalculateRouteMatrixCommand_base: {
|
|
|
74
74
|
* ```javascript
|
|
75
75
|
* import { LocationClient, CalculateRouteMatrixCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
76
76
|
* // const { LocationClient, CalculateRouteMatrixCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
77
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
78
|
+
* const config = {}; // type is LocationClientConfig
|
|
77
79
|
* const client = new LocationClient(config);
|
|
78
80
|
* const input = { // CalculateRouteMatrixRequest
|
|
79
81
|
* CalculatorName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateGeofenceCollectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, CreateGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, CreateGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // CreateGeofenceCollectionRequest
|
|
38
40
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateKeyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LocationClient, CreateKeyCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
39
39
|
* // const { LocationClient, CreateKeyCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
40
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
41
|
+
* const config = {}; // type is LocationClientConfig
|
|
40
42
|
* const client = new LocationClient(config);
|
|
41
43
|
* const input = { // CreateKeyRequest
|
|
42
44
|
* KeyName: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const CreateMapCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { LocationClient, CreateMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
42
42
|
* // const { LocationClient, CreateMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
43
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
44
|
+
* const config = {}; // type is LocationClientConfig
|
|
43
45
|
* const client = new LocationClient(config);
|
|
44
46
|
* const input = { // CreateMapRequest
|
|
45
47
|
* MapName: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const CreatePlaceIndexCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { LocationClient, CreatePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
45
45
|
* // const { LocationClient, CreatePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
46
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
47
|
+
* const config = {}; // type is LocationClientConfig
|
|
46
48
|
* const client = new LocationClient(config);
|
|
47
49
|
* const input = { // CreatePlaceIndexRequest
|
|
48
50
|
* IndexName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const CreateRouteCalculatorCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { LocationClient, CreateRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
44
44
|
* // const { LocationClient, CreateRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
45
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
46
|
+
* const config = {}; // type is LocationClientConfig
|
|
45
47
|
* const client = new LocationClient(config);
|
|
46
48
|
* const input = { // CreateRouteCalculatorRequest
|
|
47
49
|
* CalculatorName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateTrackerCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LocationClient, CreateTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
36
36
|
* // const { LocationClient, CreateTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
37
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
38
|
+
* const config = {}; // type is LocationClientConfig
|
|
37
39
|
* const client = new LocationClient(config);
|
|
38
40
|
* const input = { // CreateTrackerRequest
|
|
39
41
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteGeofenceCollectionCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LocationClient, DeleteGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
39
39
|
* // const { LocationClient, DeleteGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
40
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
41
|
+
* const config = {}; // type is LocationClientConfig
|
|
40
42
|
* const client = new LocationClient(config);
|
|
41
43
|
* const input = { // DeleteGeofenceCollectionRequest
|
|
42
44
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteKeyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LocationClient, DeleteKeyCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
36
36
|
* // const { LocationClient, DeleteKeyCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
37
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
38
|
+
* const config = {}; // type is LocationClientConfig
|
|
37
39
|
* const client = new LocationClient(config);
|
|
38
40
|
* const input = { // DeleteKeyRequest
|
|
39
41
|
* KeyName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteMapCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LocationClient, DeleteMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
39
39
|
* // const { LocationClient, DeleteMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
40
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
41
|
+
* const config = {}; // type is LocationClientConfig
|
|
40
42
|
* const client = new LocationClient(config);
|
|
41
43
|
* const input = { // DeleteMapRequest
|
|
42
44
|
* MapName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeletePlaceIndexCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LocationClient, DeletePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
38
38
|
* // const { LocationClient, DeletePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
39
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
40
|
+
* const config = {}; // type is LocationClientConfig
|
|
39
41
|
* const client = new LocationClient(config);
|
|
40
42
|
* const input = { // DeletePlaceIndexRequest
|
|
41
43
|
* IndexName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteRouteCalculatorCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LocationClient, DeleteRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
38
38
|
* // const { LocationClient, DeleteRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
39
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
40
|
+
* const config = {}; // type is LocationClientConfig
|
|
39
41
|
* const client = new LocationClient(config);
|
|
40
42
|
* const input = { // DeleteRouteCalculatorRequest
|
|
41
43
|
* CalculatorName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteTrackerCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { LocationClient, DeleteTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
40
40
|
* // const { LocationClient, DeleteTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
41
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
42
|
+
* const config = {}; // type is LocationClientConfig
|
|
41
43
|
* const client = new LocationClient(config);
|
|
42
44
|
* const input = { // DeleteTrackerRequest
|
|
43
45
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeGeofenceCollectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, DescribeGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, DescribeGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // DescribeGeofenceCollectionRequest
|
|
38
40
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, DescribeKeyCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, DescribeKeyCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // DescribeKeyRequest
|
|
38
40
|
* KeyName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeMapCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, DescribeMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, DescribeMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // DescribeMapRequest
|
|
38
40
|
* MapName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribePlaceIndexCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, DescribePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, DescribePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // DescribePlaceIndexRequest
|
|
38
40
|
* IndexName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeRouteCalculatorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, DescribeRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, DescribeRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // DescribeRouteCalculatorRequest
|
|
38
40
|
* CalculatorName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeTrackerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, DescribeTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, DescribeTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // DescribeTrackerRequest
|
|
38
40
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DisassociateTrackerConsumerCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LocationClient, DisassociateTrackerConsumerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
39
39
|
* // const { LocationClient, DisassociateTrackerConsumerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
40
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
41
|
+
* const config = {}; // type is LocationClientConfig
|
|
40
42
|
* const client = new LocationClient(config);
|
|
41
43
|
* const input = { // DisassociateTrackerConsumerRequest
|
|
42
44
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -52,6 +52,8 @@ declare const ForecastGeofenceEventsCommand_base: {
|
|
|
52
52
|
* ```javascript
|
|
53
53
|
* import { LocationClient, ForecastGeofenceEventsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
54
54
|
* // const { LocationClient, ForecastGeofenceEventsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
55
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
56
|
+
* const config = {}; // type is LocationClientConfig
|
|
55
57
|
* const client = new LocationClient(config);
|
|
56
58
|
* const input = { // ForecastGeofenceEventsRequest
|
|
57
59
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetDevicePositionCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LocationClient, GetDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
38
38
|
* // const { LocationClient, GetDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
39
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
40
|
+
* const config = {}; // type is LocationClientConfig
|
|
39
41
|
* const client = new LocationClient(config);
|
|
40
42
|
* const input = { // GetDevicePositionRequest
|
|
41
43
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetDevicePositionHistoryCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LocationClient, GetDevicePositionHistoryCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
39
39
|
* // const { LocationClient, GetDevicePositionHistoryCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
40
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
41
|
+
* const config = {}; // type is LocationClientConfig
|
|
40
42
|
* const client = new LocationClient(config);
|
|
41
43
|
* const input = { // GetDevicePositionHistoryRequest
|
|
42
44
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetGeofenceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LocationClient, GetGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
39
39
|
* // const { LocationClient, GetGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
40
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
41
|
+
* const config = {}; // type is LocationClientConfig
|
|
40
42
|
* const client = new LocationClient(config);
|
|
41
43
|
* const input = { // GetGeofenceRequest
|
|
42
44
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const GetMapGlyphsCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { LocationClient, GetMapGlyphsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
42
42
|
* // const { LocationClient, GetMapGlyphsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
43
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
44
|
+
* const config = {}; // type is LocationClientConfig
|
|
43
45
|
* const client = new LocationClient(config);
|
|
44
46
|
* const input = { // GetMapGlyphsRequest
|
|
45
47
|
* MapName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const GetMapSpritesCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { LocationClient, GetMapSpritesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
44
44
|
* // const { LocationClient, GetMapSpritesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
45
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
46
|
+
* const config = {}; // type is LocationClientConfig
|
|
45
47
|
* const client = new LocationClient(config);
|
|
46
48
|
* const input = { // GetMapSpritesRequest
|
|
47
49
|
* MapName: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const GetMapStyleDescriptorCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { LocationClient, GetMapStyleDescriptorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
45
45
|
* // const { LocationClient, GetMapStyleDescriptorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
46
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
47
|
+
* const config = {}; // type is LocationClientConfig
|
|
46
48
|
* const client = new LocationClient(config);
|
|
47
49
|
* const input = { // GetMapStyleDescriptorRequest
|
|
48
50
|
* MapName: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const GetMapTileCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { LocationClient, GetMapTileCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
47
47
|
* // const { LocationClient, GetMapTileCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
48
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
49
|
+
* const config = {}; // type is LocationClientConfig
|
|
48
50
|
* const client = new LocationClient(config);
|
|
49
51
|
* const input = { // GetMapTileRequest
|
|
50
52
|
* MapName: "STRING_VALUE", // required
|
|
@@ -55,6 +55,8 @@ declare const GetPlaceCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { LocationClient, GetPlaceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
57
57
|
* // const { LocationClient, GetPlaceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
58
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
59
|
+
* const config = {}; // type is LocationClientConfig
|
|
58
60
|
* const client = new LocationClient(config);
|
|
59
61
|
* const input = { // GetPlaceRequest
|
|
60
62
|
* IndexName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDevicePositionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, ListDevicePositionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, ListDevicePositionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // ListDevicePositionsRequest
|
|
38
40
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListGeofenceCollectionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, ListGeofenceCollectionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, ListGeofenceCollectionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // ListGeofenceCollectionsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListGeofencesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, ListGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, ListGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // ListGeofencesRequest
|
|
38
40
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListKeysCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, ListKeysCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, ListKeysCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // ListKeysRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListMapsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, ListMapsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, ListMapsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // ListMapsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListPlaceIndexesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, ListPlaceIndexesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, ListPlaceIndexesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // ListPlaceIndexesRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListRouteCalculatorsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, ListRouteCalculatorsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, ListRouteCalculatorsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // ListRouteCalculatorsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, ListTagsForResourceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, ListTagsForResourceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTrackerConsumersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, ListTrackerConsumersCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, ListTrackerConsumersCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // ListTrackerConsumersRequest
|
|
38
40
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTrackersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, ListTrackersCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, ListTrackersCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // ListTrackersRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -34,6 +34,8 @@ declare const PutGeofenceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LocationClient, PutGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
36
36
|
* // const { LocationClient, PutGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
37
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
38
|
+
* const config = {}; // type is LocationClientConfig
|
|
37
39
|
* const client = new LocationClient(config);
|
|
38
40
|
* const input = { // PutGeofenceRequest
|
|
39
41
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const SearchPlaceIndexForPositionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LocationClient, SearchPlaceIndexForPositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
36
36
|
* // const { LocationClient, SearchPlaceIndexForPositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
37
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
38
|
+
* const config = {}; // type is LocationClientConfig
|
|
37
39
|
* const client = new LocationClient(config);
|
|
38
40
|
* const input = { // SearchPlaceIndexForPositionRequest
|
|
39
41
|
* IndexName: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const SearchPlaceIndexForSuggestionsCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { LocationClient, SearchPlaceIndexForSuggestionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
46
46
|
* // const { LocationClient, SearchPlaceIndexForSuggestionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
47
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
48
|
+
* const config = {}; // type is LocationClientConfig
|
|
47
49
|
* const client = new LocationClient(config);
|
|
48
50
|
* const input = { // SearchPlaceIndexForSuggestionsRequest
|
|
49
51
|
* IndexName: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const SearchPlaceIndexForTextCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { LocationClient, SearchPlaceIndexForTextCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
44
44
|
* // const { LocationClient, SearchPlaceIndexForTextCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
45
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
46
|
+
* const config = {}; // type is LocationClientConfig
|
|
45
47
|
* const client = new LocationClient(config);
|
|
46
48
|
* const input = { // SearchPlaceIndexForTextRequest
|
|
47
49
|
* IndexName: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const TagResourceCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { LocationClient, TagResourceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
45
45
|
* // const { LocationClient, TagResourceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
46
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
47
|
+
* const config = {}; // type is LocationClientConfig
|
|
46
48
|
* const client = new LocationClient(config);
|
|
47
49
|
* const input = { // TagResourceRequest
|
|
48
50
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, UntagResourceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, UntagResourceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateGeofenceCollectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, UpdateGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, UpdateGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // UpdateGeofenceCollectionRequest
|
|
38
40
|
* CollectionName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, UpdateKeyCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, UpdateKeyCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // UpdateKeyRequest
|
|
38
40
|
* KeyName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateMapCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, UpdateMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, UpdateMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // UpdateMapRequest
|
|
38
40
|
* MapName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdatePlaceIndexCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, UpdatePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, UpdatePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // UpdatePlaceIndexRequest
|
|
38
40
|
* IndexName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateRouteCalculatorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, UpdateRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, UpdateRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // UpdateRouteCalculatorRequest
|
|
38
40
|
* CalculatorName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateTrackerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LocationClient, UpdateTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
35
35
|
* // const { LocationClient, UpdateTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
36
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
37
|
+
* const config = {}; // type is LocationClientConfig
|
|
36
38
|
* const client = new LocationClient(config);
|
|
37
39
|
* const input = { // UpdateTrackerRequest
|
|
38
40
|
* TrackerName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const VerifyDevicePositionCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { LocationClient, VerifyDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
40
40
|
* // const { LocationClient, VerifyDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
41
|
+
* // import type { LocationClientConfig } from "@aws-sdk/client-location";
|
|
42
|
+
* const config = {}; // type is LocationClientConfig
|
|
41
43
|
* const client = new LocationClient(config);
|
|
42
44
|
* const input = { // VerifyDevicePositionRequest
|
|
43
45
|
* TrackerName: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-location",
|
|
3
3
|
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-location",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
58
|
-
"@smithy/util-stream": "^4.3.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
|
+
"@smithy/util-stream": "^4.3.2",
|
|
59
59
|
"@smithy/util-utf8": "^4.1.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|