@aws-sdk/client-location 3.300.0 → 3.303.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 +1 -1
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +2 -2
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +2 -2
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +6 -6
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +2 -2
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +8 -8
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +6 -6
- package/dist-types/commands/CalculateRouteCommand.d.ts +7 -7
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +7 -7
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateKeyCommand.d.ts +6 -6
- package/dist-types/commands/CreateMapCommand.d.ts +3 -3
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +3 -3
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +2 -2
- package/dist-types/commands/CreateTrackerCommand.d.ts +2 -2
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMapCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrackerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMapCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrackerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +1 -1
- package/dist-types/commands/GetDevicePositionCommand.d.ts +1 -1
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetGeofenceCommand.d.ts +1 -1
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +1 -1
- package/dist-types/commands/GetMapSpritesCommand.d.ts +1 -1
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +1 -1
- package/dist-types/commands/GetMapTileCommand.d.ts +1 -1
- package/dist-types/commands/GetPlaceCommand.d.ts +1 -1
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +1 -1
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListGeofencesCommand.d.ts +1 -1
- package/dist-types/commands/ListKeysCommand.d.ts +2 -2
- package/dist-types/commands/ListMapsCommand.d.ts +1 -1
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +1 -1
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +1 -1
- package/dist-types/commands/ListTrackersCommand.d.ts +1 -1
- package/dist-types/commands/PutGeofenceCommand.d.ts +6 -6
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -2
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +4 -4
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyCommand.d.ts +5 -5
- package/dist-types/commands/UpdateMapCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrackerCommand.d.ts +1 -1
- package/package.json +34 -34
|
@@ -32,7 +32,7 @@ export interface AssociateTrackerConsumerCommandOutput extends AssociateTrackerC
|
|
|
32
32
|
* import { LocationClient, AssociateTrackerConsumerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
33
33
|
* // const { LocationClient, AssociateTrackerConsumerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
34
34
|
* const client = new LocationClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // AssociateTrackerConsumerRequest
|
|
36
36
|
* TrackerName: "STRING_VALUE", // required
|
|
37
37
|
* ConsumerArn: "STRING_VALUE", // required
|
|
38
38
|
* };
|
|
@@ -26,9 +26,9 @@ export interface BatchDeleteDevicePositionHistoryCommandOutput extends BatchDele
|
|
|
26
26
|
* import { LocationClient, BatchDeleteDevicePositionHistoryCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, BatchDeleteDevicePositionHistoryCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchDeleteDevicePositionHistoryRequest
|
|
30
30
|
* TrackerName: "STRING_VALUE", // required
|
|
31
|
-
* DeviceIds: [ // required
|
|
31
|
+
* DeviceIds: [ // DeviceIdsList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -29,9 +29,9 @@ export interface BatchDeleteGeofenceCommandOutput extends BatchDeleteGeofenceRes
|
|
|
29
29
|
* import { LocationClient, BatchDeleteGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
30
30
|
* // const { LocationClient, BatchDeleteGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
31
31
|
* const client = new LocationClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // BatchDeleteGeofenceRequest
|
|
33
33
|
* CollectionName: "STRING_VALUE", // required
|
|
34
|
-
* GeofenceIds: [ // required
|
|
34
|
+
* GeofenceIds: [ // IdList // required
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|
|
@@ -54,19 +54,19 @@ export interface BatchEvaluateGeofencesCommandOutput extends BatchEvaluateGeofen
|
|
|
54
54
|
* import { LocationClient, BatchEvaluateGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
55
55
|
* // const { LocationClient, BatchEvaluateGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
56
56
|
* const client = new LocationClient(config);
|
|
57
|
-
* const input = {
|
|
57
|
+
* const input = { // BatchEvaluateGeofencesRequest
|
|
58
58
|
* CollectionName: "STRING_VALUE", // required
|
|
59
|
-
* DevicePositionUpdates: [ // required
|
|
60
|
-
* {
|
|
59
|
+
* DevicePositionUpdates: [ // DevicePositionUpdateList // required
|
|
60
|
+
* { // DevicePositionUpdate
|
|
61
61
|
* DeviceId: "STRING_VALUE", // required
|
|
62
62
|
* SampleTime: new Date("TIMESTAMP"), // required
|
|
63
|
-
* Position: [ // required
|
|
63
|
+
* Position: [ // Position // required
|
|
64
64
|
* Number("double"),
|
|
65
65
|
* ],
|
|
66
|
-
* Accuracy: {
|
|
66
|
+
* Accuracy: { // PositionalAccuracy
|
|
67
67
|
* Horizontal: Number("double"), // required
|
|
68
68
|
* },
|
|
69
|
-
* PositionProperties: {
|
|
69
|
+
* PositionProperties: { // PropertyMap
|
|
70
70
|
* "<keys>": "STRING_VALUE",
|
|
71
71
|
* },
|
|
72
72
|
* },
|
|
@@ -26,9 +26,9 @@ export interface BatchGetDevicePositionCommandOutput extends BatchGetDevicePosit
|
|
|
26
26
|
* import { LocationClient, BatchGetDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, BatchGetDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // BatchGetDevicePositionRequest
|
|
30
30
|
* TrackerName: "STRING_VALUE", // required
|
|
31
|
-
* DeviceIds: [ // required
|
|
31
|
+
* DeviceIds: [ // IdList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -27,20 +27,20 @@ export interface BatchPutGeofenceCommandOutput extends BatchPutGeofenceResponse,
|
|
|
27
27
|
* import { LocationClient, BatchPutGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
28
28
|
* // const { LocationClient, BatchPutGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
29
29
|
* const client = new LocationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // BatchPutGeofenceRequest
|
|
31
31
|
* CollectionName: "STRING_VALUE", // required
|
|
32
|
-
* Entries: [ // required
|
|
33
|
-
* {
|
|
32
|
+
* Entries: [ // BatchPutGeofenceRequestEntryList // required
|
|
33
|
+
* { // BatchPutGeofenceRequestEntry
|
|
34
34
|
* GeofenceId: "STRING_VALUE", // required
|
|
35
|
-
* Geometry: {
|
|
36
|
-
* Polygon: [
|
|
37
|
-
* [
|
|
38
|
-
* [
|
|
35
|
+
* Geometry: { // GeofenceGeometry
|
|
36
|
+
* Polygon: [ // LinearRings
|
|
37
|
+
* [ // LinearRing
|
|
38
|
+
* [ // Position
|
|
39
39
|
* Number("double"),
|
|
40
40
|
* ],
|
|
41
41
|
* ],
|
|
42
42
|
* ],
|
|
43
|
-
* Circle: {
|
|
43
|
+
* Circle: { // Circle
|
|
44
44
|
* Center: [ // required
|
|
45
45
|
* Number("double"),
|
|
46
46
|
* ],
|
|
@@ -44,19 +44,19 @@ export interface BatchUpdateDevicePositionCommandOutput extends BatchUpdateDevic
|
|
|
44
44
|
* import { LocationClient, BatchUpdateDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
45
45
|
* // const { LocationClient, BatchUpdateDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
46
46
|
* const client = new LocationClient(config);
|
|
47
|
-
* const input = {
|
|
47
|
+
* const input = { // BatchUpdateDevicePositionRequest
|
|
48
48
|
* TrackerName: "STRING_VALUE", // required
|
|
49
|
-
* Updates: [ // required
|
|
50
|
-
* {
|
|
49
|
+
* Updates: [ // DevicePositionUpdateList // required
|
|
50
|
+
* { // DevicePositionUpdate
|
|
51
51
|
* DeviceId: "STRING_VALUE", // required
|
|
52
52
|
* SampleTime: new Date("TIMESTAMP"), // required
|
|
53
|
-
* Position: [ // required
|
|
53
|
+
* Position: [ // Position // required
|
|
54
54
|
* Number("double"),
|
|
55
55
|
* ],
|
|
56
|
-
* Accuracy: {
|
|
56
|
+
* Accuracy: { // PositionalAccuracy
|
|
57
57
|
* Horizontal: Number("double"), // required
|
|
58
58
|
* },
|
|
59
|
-
* PositionProperties: {
|
|
59
|
+
* PositionProperties: { // PropertyMap
|
|
60
60
|
* "<keys>": "STRING_VALUE",
|
|
61
61
|
* },
|
|
62
62
|
* },
|
|
@@ -59,15 +59,15 @@ export interface CalculateRouteCommandOutput extends CalculateRouteResponse, __M
|
|
|
59
59
|
* import { LocationClient, CalculateRouteCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
60
60
|
* // const { LocationClient, CalculateRouteCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
61
61
|
* const client = new LocationClient(config);
|
|
62
|
-
* const input = {
|
|
62
|
+
* const input = { // CalculateRouteRequest
|
|
63
63
|
* CalculatorName: "STRING_VALUE", // required
|
|
64
|
-
* DeparturePosition: [ // required
|
|
64
|
+
* DeparturePosition: [ // Position // required
|
|
65
65
|
* Number("double"),
|
|
66
66
|
* ],
|
|
67
67
|
* DestinationPosition: [ // required
|
|
68
68
|
* Number("double"),
|
|
69
69
|
* ],
|
|
70
|
-
* WaypointPositions: [
|
|
70
|
+
* WaypointPositions: [ // WaypointPositionList
|
|
71
71
|
* [
|
|
72
72
|
* Number("double"),
|
|
73
73
|
* ],
|
|
@@ -77,20 +77,20 @@ export interface CalculateRouteCommandOutput extends CalculateRouteResponse, __M
|
|
|
77
77
|
* DepartNow: true || false,
|
|
78
78
|
* DistanceUnit: "STRING_VALUE",
|
|
79
79
|
* IncludeLegGeometry: true || false,
|
|
80
|
-
* CarModeOptions: {
|
|
80
|
+
* CarModeOptions: { // CalculateRouteCarModeOptions
|
|
81
81
|
* AvoidFerries: true || false,
|
|
82
82
|
* AvoidTolls: true || false,
|
|
83
83
|
* },
|
|
84
|
-
* TruckModeOptions: {
|
|
84
|
+
* TruckModeOptions: { // CalculateRouteTruckModeOptions
|
|
85
85
|
* AvoidFerries: true || false,
|
|
86
86
|
* AvoidTolls: true || false,
|
|
87
|
-
* Dimensions: {
|
|
87
|
+
* Dimensions: { // TruckDimensions
|
|
88
88
|
* Length: Number("double"),
|
|
89
89
|
* Height: Number("double"),
|
|
90
90
|
* Width: Number("double"),
|
|
91
91
|
* Unit: "STRING_VALUE",
|
|
92
92
|
* },
|
|
93
|
-
* Weight: {
|
|
93
|
+
* Weight: { // TruckWeight
|
|
94
94
|
* Total: Number("double"),
|
|
95
95
|
* Unit: "STRING_VALUE",
|
|
96
96
|
* },
|
|
@@ -67,10 +67,10 @@ export interface CalculateRouteMatrixCommandOutput extends CalculateRouteMatrixR
|
|
|
67
67
|
* import { LocationClient, CalculateRouteMatrixCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
68
68
|
* // const { LocationClient, CalculateRouteMatrixCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
69
69
|
* const client = new LocationClient(config);
|
|
70
|
-
* const input = {
|
|
70
|
+
* const input = { // CalculateRouteMatrixRequest
|
|
71
71
|
* CalculatorName: "STRING_VALUE", // required
|
|
72
|
-
* DeparturePositions: [ // required
|
|
73
|
-
* [
|
|
72
|
+
* DeparturePositions: [ // PositionList // required
|
|
73
|
+
* [ // Position
|
|
74
74
|
* Number("double"),
|
|
75
75
|
* ],
|
|
76
76
|
* ],
|
|
@@ -83,20 +83,20 @@ export interface CalculateRouteMatrixCommandOutput extends CalculateRouteMatrixR
|
|
|
83
83
|
* DepartureTime: new Date("TIMESTAMP"),
|
|
84
84
|
* DepartNow: true || false,
|
|
85
85
|
* DistanceUnit: "STRING_VALUE",
|
|
86
|
-
* CarModeOptions: {
|
|
86
|
+
* CarModeOptions: { // CalculateRouteCarModeOptions
|
|
87
87
|
* AvoidFerries: true || false,
|
|
88
88
|
* AvoidTolls: true || false,
|
|
89
89
|
* },
|
|
90
|
-
* TruckModeOptions: {
|
|
90
|
+
* TruckModeOptions: { // CalculateRouteTruckModeOptions
|
|
91
91
|
* AvoidFerries: true || false,
|
|
92
92
|
* AvoidTolls: true || false,
|
|
93
|
-
* Dimensions: {
|
|
93
|
+
* Dimensions: { // TruckDimensions
|
|
94
94
|
* Length: Number("double"),
|
|
95
95
|
* Height: Number("double"),
|
|
96
96
|
* Width: Number("double"),
|
|
97
97
|
* Unit: "STRING_VALUE",
|
|
98
98
|
* },
|
|
99
|
-
* Weight: {
|
|
99
|
+
* Weight: { // TruckWeight
|
|
100
100
|
* Total: Number("double"),
|
|
101
101
|
* Unit: "STRING_VALUE",
|
|
102
102
|
* },
|
|
@@ -26,12 +26,12 @@ export interface CreateGeofenceCollectionCommandOutput extends CreateGeofenceCol
|
|
|
26
26
|
* import { LocationClient, CreateGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, CreateGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateGeofenceCollectionRequest
|
|
30
30
|
* CollectionName: "STRING_VALUE", // required
|
|
31
31
|
* PricingPlan: "STRING_VALUE",
|
|
32
32
|
* PricingPlanDataSource: "STRING_VALUE",
|
|
33
33
|
* Description: "STRING_VALUE",
|
|
34
|
-
* Tags: {
|
|
34
|
+
* Tags: { // TagMap
|
|
35
35
|
* "<keys>": "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* KmsKeyId: "STRING_VALUE",
|
|
@@ -33,23 +33,23 @@ export interface CreateKeyCommandOutput extends CreateKeyResponse, __MetadataBea
|
|
|
33
33
|
* import { LocationClient, CreateKeyCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
34
34
|
* // const { LocationClient, CreateKeyCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
35
35
|
* const client = new LocationClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // CreateKeyRequest
|
|
37
37
|
* KeyName: "STRING_VALUE", // required
|
|
38
|
-
* Restrictions: {
|
|
39
|
-
* AllowActions: [ // required
|
|
38
|
+
* Restrictions: { // ApiKeyRestrictions
|
|
39
|
+
* AllowActions: [ // ApiKeyActionList // required
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
|
-
* AllowResources: [ // required
|
|
42
|
+
* AllowResources: [ // GeoArnList // required
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
|
-
* AllowReferers: [
|
|
45
|
+
* AllowReferers: [ // RefererPatternList
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
48
|
* },
|
|
49
49
|
* Description: "STRING_VALUE",
|
|
50
50
|
* ExpireTime: new Date("TIMESTAMP"),
|
|
51
51
|
* NoExpiry: true || false,
|
|
52
|
-
* Tags: {
|
|
52
|
+
* Tags: { // TagMap
|
|
53
53
|
* "<keys>": "STRING_VALUE",
|
|
54
54
|
* },
|
|
55
55
|
* };
|
|
@@ -33,14 +33,14 @@ export interface CreateMapCommandOutput extends CreateMapResponse, __MetadataBea
|
|
|
33
33
|
* import { LocationClient, CreateMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
34
34
|
* // const { LocationClient, CreateMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
35
35
|
* const client = new LocationClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // CreateMapRequest
|
|
37
37
|
* MapName: "STRING_VALUE", // required
|
|
38
|
-
* Configuration: {
|
|
38
|
+
* Configuration: { // MapConfiguration
|
|
39
39
|
* Style: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
41
41
|
* PricingPlan: "STRING_VALUE",
|
|
42
42
|
* Description: "STRING_VALUE",
|
|
43
|
-
* Tags: {
|
|
43
|
+
* Tags: { // TagMap
|
|
44
44
|
* "<keys>": "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* };
|
|
@@ -36,15 +36,15 @@ export interface CreatePlaceIndexCommandOutput extends CreatePlaceIndexResponse,
|
|
|
36
36
|
* import { LocationClient, CreatePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
37
37
|
* // const { LocationClient, CreatePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
38
38
|
* const client = new LocationClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // CreatePlaceIndexRequest
|
|
40
40
|
* IndexName: "STRING_VALUE", // required
|
|
41
41
|
* DataSource: "STRING_VALUE", // required
|
|
42
42
|
* PricingPlan: "STRING_VALUE",
|
|
43
43
|
* Description: "STRING_VALUE",
|
|
44
|
-
* DataSourceConfiguration: {
|
|
44
|
+
* DataSourceConfiguration: { // DataSourceConfiguration
|
|
45
45
|
* IntendedUse: "STRING_VALUE",
|
|
46
46
|
* },
|
|
47
|
-
* Tags: {
|
|
47
|
+
* Tags: { // TagMap
|
|
48
48
|
* "<keys>": "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
50
|
* };
|
|
@@ -35,12 +35,12 @@ export interface CreateRouteCalculatorCommandOutput extends CreateRouteCalculato
|
|
|
35
35
|
* import { LocationClient, CreateRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
36
36
|
* // const { LocationClient, CreateRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
37
37
|
* const client = new LocationClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // CreateRouteCalculatorRequest
|
|
39
39
|
* CalculatorName: "STRING_VALUE", // required
|
|
40
40
|
* DataSource: "STRING_VALUE", // required
|
|
41
41
|
* PricingPlan: "STRING_VALUE",
|
|
42
42
|
* Description: "STRING_VALUE",
|
|
43
|
-
* Tags: {
|
|
43
|
+
* Tags: { // TagMap
|
|
44
44
|
* "<keys>": "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* };
|
|
@@ -27,13 +27,13 @@ export interface CreateTrackerCommandOutput extends CreateTrackerResponse, __Met
|
|
|
27
27
|
* import { LocationClient, CreateTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
28
28
|
* // const { LocationClient, CreateTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
29
29
|
* const client = new LocationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateTrackerRequest
|
|
31
31
|
* TrackerName: "STRING_VALUE", // required
|
|
32
32
|
* PricingPlan: "STRING_VALUE",
|
|
33
33
|
* KmsKeyId: "STRING_VALUE",
|
|
34
34
|
* PricingPlanDataSource: "STRING_VALUE",
|
|
35
35
|
* Description: "STRING_VALUE",
|
|
36
|
-
* Tags: {
|
|
36
|
+
* Tags: { // TagMap
|
|
37
37
|
* "<keys>": "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
39
|
* PositionFiltering: "STRING_VALUE",
|
|
@@ -30,7 +30,7 @@ export interface DeleteGeofenceCollectionCommandOutput extends DeleteGeofenceCol
|
|
|
30
30
|
* import { LocationClient, DeleteGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
31
31
|
* // const { LocationClient, DeleteGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
32
32
|
* const client = new LocationClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DeleteGeofenceCollectionRequest
|
|
34
34
|
* CollectionName: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteGeofenceCollectionCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteKeyCommandOutput extends DeleteKeyResponse, __MetadataBea
|
|
|
27
27
|
* import { LocationClient, DeleteKeyCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
28
28
|
* // const { LocationClient, DeleteKeyCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
29
29
|
* const client = new LocationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteKeyRequest
|
|
31
31
|
* KeyName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteKeyCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface DeleteMapCommandOutput extends DeleteMapResponse, __MetadataBea
|
|
|
30
30
|
* import { LocationClient, DeleteMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
31
31
|
* // const { LocationClient, DeleteMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
32
32
|
* const client = new LocationClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DeleteMapRequest
|
|
34
34
|
* MapName: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteMapCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeletePlaceIndexCommandOutput extends DeletePlaceIndexResponse,
|
|
|
29
29
|
* import { LocationClient, DeletePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
30
30
|
* // const { LocationClient, DeletePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
31
31
|
* const client = new LocationClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeletePlaceIndexRequest
|
|
33
33
|
* IndexName: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeletePlaceIndexCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteRouteCalculatorCommandOutput extends DeleteRouteCalculato
|
|
|
29
29
|
* import { LocationClient, DeleteRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
30
30
|
* // const { LocationClient, DeleteRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
31
31
|
* const client = new LocationClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteRouteCalculatorRequest
|
|
33
33
|
* CalculatorName: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteRouteCalculatorCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface DeleteTrackerCommandOutput extends DeleteTrackerResponse, __Met
|
|
|
31
31
|
* import { LocationClient, DeleteTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
32
32
|
* // const { LocationClient, DeleteTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
33
33
|
* const client = new LocationClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteTrackerRequest
|
|
35
35
|
* TrackerName: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteTrackerCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeGeofenceCollectionCommandOutput extends DescribeGeofenc
|
|
|
26
26
|
* import { LocationClient, DescribeGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, DescribeGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeGeofenceCollectionRequest
|
|
30
30
|
* CollectionName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeGeofenceCollectionCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface DescribeKeyCommandOutput extends DescribeKeyResponse, __Metadat
|
|
|
31
31
|
* import { LocationClient, DescribeKeyCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
32
32
|
* // const { LocationClient, DescribeKeyCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
33
33
|
* const client = new LocationClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DescribeKeyRequest
|
|
35
35
|
* KeyName: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DescribeKeyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeMapCommandOutput extends DescribeMapResponse, __Metadat
|
|
|
26
26
|
* import { LocationClient, DescribeMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, DescribeMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeMapRequest
|
|
30
30
|
* MapName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeMapCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribePlaceIndexCommandOutput extends DescribePlaceIndexRespo
|
|
|
26
26
|
* import { LocationClient, DescribePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, DescribePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribePlaceIndexRequest
|
|
30
30
|
* IndexName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribePlaceIndexCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeRouteCalculatorCommandOutput extends DescribeRouteCalcu
|
|
|
26
26
|
* import { LocationClient, DescribeRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, DescribeRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeRouteCalculatorRequest
|
|
30
30
|
* CalculatorName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeRouteCalculatorCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeTrackerCommandOutput extends DescribeTrackerResponse, _
|
|
|
26
26
|
* import { LocationClient, DescribeTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, DescribeTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeTrackerRequest
|
|
30
30
|
* TrackerName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeTrackerCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface DisassociateTrackerConsumerCommandOutput extends DisassociateTr
|
|
|
30
30
|
* import { LocationClient, DisassociateTrackerConsumerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
31
31
|
* // const { LocationClient, DisassociateTrackerConsumerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
32
32
|
* const client = new LocationClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DisassociateTrackerConsumerRequest
|
|
34
34
|
* TrackerName: "STRING_VALUE", // required
|
|
35
35
|
* ConsumerArn: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
@@ -29,7 +29,7 @@ export interface GetDevicePositionCommandOutput extends GetDevicePositionRespons
|
|
|
29
29
|
* import { LocationClient, GetDevicePositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
30
30
|
* // const { LocationClient, GetDevicePositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
31
31
|
* const client = new LocationClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // GetDevicePositionRequest
|
|
33
33
|
* TrackerName: "STRING_VALUE", // required
|
|
34
34
|
* DeviceId: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
@@ -30,7 +30,7 @@ export interface GetDevicePositionHistoryCommandOutput extends GetDevicePosition
|
|
|
30
30
|
* import { LocationClient, GetDevicePositionHistoryCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
31
31
|
* // const { LocationClient, GetDevicePositionHistoryCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
32
32
|
* const client = new LocationClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // GetDevicePositionHistoryRequest
|
|
34
34
|
* TrackerName: "STRING_VALUE", // required
|
|
35
35
|
* DeviceId: "STRING_VALUE", // required
|
|
36
36
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetGeofenceCommandOutput extends GetGeofenceResponse, __Metadat
|
|
|
26
26
|
* import { LocationClient, GetGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, GetGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetGeofenceRequest
|
|
30
30
|
* CollectionName: "STRING_VALUE", // required
|
|
31
31
|
* GeofenceId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetMapGlyphsCommandOutput extends GetMapGlyphsResponse, __Metad
|
|
|
26
26
|
* import { LocationClient, GetMapGlyphsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, GetMapGlyphsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetMapGlyphsRequest
|
|
30
30
|
* MapName: "STRING_VALUE", // required
|
|
31
31
|
* FontStack: "STRING_VALUE", // required
|
|
32
32
|
* FontUnicodeRange: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ export interface GetMapSpritesCommandOutput extends GetMapSpritesResponse, __Met
|
|
|
28
28
|
* import { LocationClient, GetMapSpritesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
29
29
|
* // const { LocationClient, GetMapSpritesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
30
30
|
* const client = new LocationClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetMapSpritesRequest
|
|
32
32
|
* MapName: "STRING_VALUE", // required
|
|
33
33
|
* FileName: "STRING_VALUE", // required
|
|
34
34
|
* Key: "STRING_VALUE",
|
|
@@ -29,7 +29,7 @@ export interface GetMapStyleDescriptorCommandOutput extends GetMapStyleDescripto
|
|
|
29
29
|
* import { LocationClient, GetMapStyleDescriptorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
30
30
|
* // const { LocationClient, GetMapStyleDescriptorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
31
31
|
* const client = new LocationClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // GetMapStyleDescriptorRequest
|
|
33
33
|
* MapName: "STRING_VALUE", // required
|
|
34
34
|
* Key: "STRING_VALUE",
|
|
35
35
|
* };
|
|
@@ -31,7 +31,7 @@ export interface GetMapTileCommandOutput extends GetMapTileResponse, __MetadataB
|
|
|
31
31
|
* import { LocationClient, GetMapTileCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
32
32
|
* // const { LocationClient, GetMapTileCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
33
33
|
* const client = new LocationClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // GetMapTileRequest
|
|
35
35
|
* MapName: "STRING_VALUE", // required
|
|
36
36
|
* Z: "STRING_VALUE", // required
|
|
37
37
|
* X: "STRING_VALUE", // required
|
|
@@ -42,7 +42,7 @@ export interface GetPlaceCommandOutput extends GetPlaceResponse, __MetadataBeare
|
|
|
42
42
|
* import { LocationClient, GetPlaceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
43
43
|
* // const { LocationClient, GetPlaceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
44
44
|
* const client = new LocationClient(config);
|
|
45
|
-
* const input = {
|
|
45
|
+
* const input = { // GetPlaceRequest
|
|
46
46
|
* IndexName: "STRING_VALUE", // required
|
|
47
47
|
* PlaceId: "STRING_VALUE", // required
|
|
48
48
|
* Language: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListDevicePositionsCommandOutput extends ListDevicePositionsRes
|
|
|
26
26
|
* import { LocationClient, ListDevicePositionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, ListDevicePositionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListDevicePositionsRequest
|
|
30
30
|
* TrackerName: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListGeofenceCollectionsCommandOutput extends ListGeofenceCollec
|
|
|
26
26
|
* import { LocationClient, ListGeofenceCollectionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, ListGeofenceCollectionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListGeofenceCollectionsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListGeofencesCommandOutput extends ListGeofencesResponse, __Met
|
|
|
26
26
|
* import { LocationClient, ListGeofencesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, ListGeofencesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListGeofencesRequest
|
|
30
30
|
* CollectionName: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -31,10 +31,10 @@ export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBeare
|
|
|
31
31
|
* import { LocationClient, ListKeysCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
32
32
|
* // const { LocationClient, ListKeysCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
33
33
|
* const client = new LocationClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // ListKeysRequest
|
|
35
35
|
* MaxResults: Number("int"),
|
|
36
36
|
* NextToken: "STRING_VALUE",
|
|
37
|
-
* Filter: {
|
|
37
|
+
* Filter: { // ApiKeyFilter
|
|
38
38
|
* KeyStatus: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListMapsCommandOutput extends ListMapsResponse, __MetadataBeare
|
|
|
26
26
|
* import { LocationClient, ListMapsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, ListMapsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListMapsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListPlaceIndexesCommandOutput extends ListPlaceIndexesResponse,
|
|
|
26
26
|
* import { LocationClient, ListPlaceIndexesCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, ListPlaceIndexesCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListPlaceIndexesRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListRouteCalculatorsCommandOutput extends ListRouteCalculatorsR
|
|
|
26
26
|
* import { LocationClient, ListRouteCalculatorsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, ListRouteCalculatorsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListRouteCalculatorsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { LocationClient, ListTagsForResourceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, ListTagsForResourceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListTrackerConsumersCommandOutput extends ListTrackerConsumersR
|
|
|
26
26
|
* import { LocationClient, ListTrackerConsumersCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, ListTrackerConsumersCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTrackerConsumersRequest
|
|
30
30
|
* TrackerName: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListTrackersCommandOutput extends ListTrackersResponse, __Metad
|
|
|
26
26
|
* import { LocationClient, ListTrackersCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, ListTrackersCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTrackersRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -27,18 +27,18 @@ export interface PutGeofenceCommandOutput extends PutGeofenceResponse, __Metadat
|
|
|
27
27
|
* import { LocationClient, PutGeofenceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
28
28
|
* // const { LocationClient, PutGeofenceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
29
29
|
* const client = new LocationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // PutGeofenceRequest
|
|
31
31
|
* CollectionName: "STRING_VALUE", // required
|
|
32
32
|
* GeofenceId: "STRING_VALUE", // required
|
|
33
|
-
* Geometry: {
|
|
34
|
-
* Polygon: [
|
|
35
|
-
* [
|
|
36
|
-
* [
|
|
33
|
+
* Geometry: { // GeofenceGeometry
|
|
34
|
+
* Polygon: [ // LinearRings
|
|
35
|
+
* [ // LinearRing
|
|
36
|
+
* [ // Position
|
|
37
37
|
* Number("double"),
|
|
38
38
|
* ],
|
|
39
39
|
* ],
|
|
40
40
|
* ],
|
|
41
|
-
* Circle: {
|
|
41
|
+
* Circle: { // Circle
|
|
42
42
|
* Center: [ // required
|
|
43
43
|
* Number("double"),
|
|
44
44
|
* ],
|
|
@@ -27,9 +27,9 @@ export interface SearchPlaceIndexForPositionCommandOutput extends SearchPlaceInd
|
|
|
27
27
|
* import { LocationClient, SearchPlaceIndexForPositionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
28
28
|
* // const { LocationClient, SearchPlaceIndexForPositionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
29
29
|
* const client = new LocationClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // SearchPlaceIndexForPositionRequest
|
|
31
31
|
* IndexName: "STRING_VALUE", // required
|
|
32
|
-
* Position: [ // required
|
|
32
|
+
* Position: [ // Position // required
|
|
33
33
|
* Number("double"),
|
|
34
34
|
* ],
|
|
35
35
|
* MaxResults: Number("int"),
|
|
@@ -37,16 +37,16 @@ export interface SearchPlaceIndexForSuggestionsCommandOutput extends SearchPlace
|
|
|
37
37
|
* import { LocationClient, SearchPlaceIndexForSuggestionsCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
38
38
|
* // const { LocationClient, SearchPlaceIndexForSuggestionsCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
39
39
|
* const client = new LocationClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // SearchPlaceIndexForSuggestionsRequest
|
|
41
41
|
* IndexName: "STRING_VALUE", // required
|
|
42
42
|
* Text: "STRING_VALUE", // required
|
|
43
|
-
* BiasPosition: [
|
|
43
|
+
* BiasPosition: [ // Position
|
|
44
44
|
* Number("double"),
|
|
45
45
|
* ],
|
|
46
|
-
* FilterBBox: [
|
|
46
|
+
* FilterBBox: [ // BoundingBox
|
|
47
47
|
* Number("double"),
|
|
48
48
|
* ],
|
|
49
|
-
* FilterCountries: [
|
|
49
|
+
* FilterCountries: [ // CountryCodeList
|
|
50
50
|
* "STRING_VALUE",
|
|
51
51
|
* ],
|
|
52
52
|
* MaxResults: Number("int"),
|
|
@@ -35,16 +35,16 @@ export interface SearchPlaceIndexForTextCommandOutput extends SearchPlaceIndexFo
|
|
|
35
35
|
* import { LocationClient, SearchPlaceIndexForTextCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
36
36
|
* // const { LocationClient, SearchPlaceIndexForTextCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
37
37
|
* const client = new LocationClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // SearchPlaceIndexForTextRequest
|
|
39
39
|
* IndexName: "STRING_VALUE", // required
|
|
40
40
|
* Text: "STRING_VALUE", // required
|
|
41
|
-
* BiasPosition: [
|
|
41
|
+
* BiasPosition: [ // Position
|
|
42
42
|
* Number("double"),
|
|
43
43
|
* ],
|
|
44
|
-
* FilterBBox: [
|
|
44
|
+
* FilterBBox: [ // BoundingBox
|
|
45
45
|
* Number("double"),
|
|
46
46
|
* ],
|
|
47
|
-
* FilterCountries: [
|
|
47
|
+
* FilterCountries: [ // CountryCodeList
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
50
|
* MaxResults: Number("int"),
|
|
@@ -36,9 +36,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
36
36
|
* import { LocationClient, TagResourceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
37
37
|
* // const { LocationClient, TagResourceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
38
38
|
* const client = new LocationClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // TagResourceRequest
|
|
40
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
41
|
-
* Tags: { // required
|
|
41
|
+
* Tags: { // TagMap // required
|
|
42
42
|
* "<keys>": "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
44
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { LocationClient, UntagResourceCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, UntagResourceCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeys // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateGeofenceCollectionCommandOutput extends UpdateGeofenceCol
|
|
|
26
26
|
* import { LocationClient, UpdateGeofenceCollectionCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, UpdateGeofenceCollectionCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateGeofenceCollectionRequest
|
|
30
30
|
* CollectionName: "STRING_VALUE", // required
|
|
31
31
|
* PricingPlan: "STRING_VALUE",
|
|
32
32
|
* PricingPlanDataSource: "STRING_VALUE",
|
|
@@ -31,20 +31,20 @@ export interface UpdateKeyCommandOutput extends UpdateKeyResponse, __MetadataBea
|
|
|
31
31
|
* import { LocationClient, UpdateKeyCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
32
32
|
* // const { LocationClient, UpdateKeyCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
33
33
|
* const client = new LocationClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // UpdateKeyRequest
|
|
35
35
|
* KeyName: "STRING_VALUE", // required
|
|
36
36
|
* Description: "STRING_VALUE",
|
|
37
37
|
* ExpireTime: new Date("TIMESTAMP"),
|
|
38
38
|
* NoExpiry: true || false,
|
|
39
39
|
* ForceUpdate: true || false,
|
|
40
|
-
* Restrictions: {
|
|
41
|
-
* AllowActions: [ // required
|
|
40
|
+
* Restrictions: { // ApiKeyRestrictions
|
|
41
|
+
* AllowActions: [ // ApiKeyActionList // required
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
|
-
* AllowResources: [ // required
|
|
44
|
+
* AllowResources: [ // GeoArnList // required
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
|
-
* AllowReferers: [
|
|
47
|
+
* AllowReferers: [ // RefererPatternList
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
50
|
* },
|
|
@@ -26,7 +26,7 @@ export interface UpdateMapCommandOutput extends UpdateMapResponse, __MetadataBea
|
|
|
26
26
|
* import { LocationClient, UpdateMapCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, UpdateMapCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateMapRequest
|
|
30
30
|
* MapName: "STRING_VALUE", // required
|
|
31
31
|
* PricingPlan: "STRING_VALUE",
|
|
32
32
|
* Description: "STRING_VALUE",
|
|
@@ -26,11 +26,11 @@ export interface UpdatePlaceIndexCommandOutput extends UpdatePlaceIndexResponse,
|
|
|
26
26
|
* import { LocationClient, UpdatePlaceIndexCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, UpdatePlaceIndexCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdatePlaceIndexRequest
|
|
30
30
|
* IndexName: "STRING_VALUE", // required
|
|
31
31
|
* PricingPlan: "STRING_VALUE",
|
|
32
32
|
* Description: "STRING_VALUE",
|
|
33
|
-
* DataSourceConfiguration: {
|
|
33
|
+
* DataSourceConfiguration: { // DataSourceConfiguration
|
|
34
34
|
* IntendedUse: "STRING_VALUE",
|
|
35
35
|
* },
|
|
36
36
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateRouteCalculatorCommandOutput extends UpdateRouteCalculato
|
|
|
26
26
|
* import { LocationClient, UpdateRouteCalculatorCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, UpdateRouteCalculatorCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateRouteCalculatorRequest
|
|
30
30
|
* CalculatorName: "STRING_VALUE", // required
|
|
31
31
|
* PricingPlan: "STRING_VALUE",
|
|
32
32
|
* Description: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface UpdateTrackerCommandOutput extends UpdateTrackerResponse, __Met
|
|
|
26
26
|
* import { LocationClient, UpdateTrackerCommand } from "@aws-sdk/client-location"; // ES Modules import
|
|
27
27
|
* // const { LocationClient, UpdateTrackerCommand } = require("@aws-sdk/client-location"); // CommonJS import
|
|
28
28
|
* const client = new LocationClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateTrackerRequest
|
|
30
30
|
* TrackerName: "STRING_VALUE", // required
|
|
31
31
|
* PricingPlan: "STRING_VALUE",
|
|
32
32
|
* PricingPlanDataSource: "STRING_VALUE",
|
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.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|