@aws-sdk/client-location 3.743.0 → 3.744.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/models/models_0.d.ts +56 -56
- package/package.json +12 -12
|
@@ -2267,17 +2267,17 @@ export interface CreateGeofenceCollectionRequest {
|
|
|
2267
2267
|
*/
|
|
2268
2268
|
CollectionName: string | undefined;
|
|
2269
2269
|
/**
|
|
2270
|
-
* @deprecated
|
|
2271
|
-
*
|
|
2272
2270
|
* <p>No longer used. If included, the only allowed value is
|
|
2273
2271
|
* <code>RequestBasedUsage</code>.</p>
|
|
2272
|
+
*
|
|
2273
|
+
* @deprecated
|
|
2274
2274
|
* @public
|
|
2275
2275
|
*/
|
|
2276
2276
|
PricingPlan?: PricingPlan | undefined;
|
|
2277
2277
|
/**
|
|
2278
|
-
* @deprecated
|
|
2279
|
-
*
|
|
2280
2278
|
* <p>This parameter is no longer used.</p>
|
|
2279
|
+
*
|
|
2280
|
+
* @deprecated
|
|
2281
2281
|
* @public
|
|
2282
2282
|
*/
|
|
2283
2283
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -2557,10 +2557,10 @@ export interface CreateMapRequest {
|
|
|
2557
2557
|
*/
|
|
2558
2558
|
Configuration: MapConfiguration | undefined;
|
|
2559
2559
|
/**
|
|
2560
|
-
* @deprecated
|
|
2561
|
-
*
|
|
2562
2560
|
* <p>No longer used. If included, the only allowed value is
|
|
2563
2561
|
* <code>RequestBasedUsage</code>.</p>
|
|
2562
|
+
*
|
|
2563
|
+
* @deprecated
|
|
2564
2564
|
* @public
|
|
2565
2565
|
*/
|
|
2566
2566
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -2732,10 +2732,10 @@ export interface CreatePlaceIndexRequest {
|
|
|
2732
2732
|
*/
|
|
2733
2733
|
DataSource: string | undefined;
|
|
2734
2734
|
/**
|
|
2735
|
-
* @deprecated
|
|
2736
|
-
*
|
|
2737
2735
|
* <p>No longer used. If included, the only allowed value is
|
|
2738
2736
|
* <code>RequestBasedUsage</code>.</p>
|
|
2737
|
+
*
|
|
2738
|
+
* @deprecated
|
|
2739
2739
|
* @public
|
|
2740
2740
|
*/
|
|
2741
2741
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -2864,10 +2864,10 @@ export interface CreateRouteCalculatorRequest {
|
|
|
2864
2864
|
*/
|
|
2865
2865
|
DataSource: string | undefined;
|
|
2866
2866
|
/**
|
|
2867
|
-
* @deprecated
|
|
2868
|
-
*
|
|
2869
2867
|
* <p>No longer used. If included, the only allowed value is
|
|
2870
2868
|
* <code>RequestBasedUsage</code>.</p>
|
|
2869
|
+
*
|
|
2870
|
+
* @deprecated
|
|
2871
2871
|
* @public
|
|
2872
2872
|
*/
|
|
2873
2873
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -2979,10 +2979,10 @@ export interface CreateTrackerRequest {
|
|
|
2979
2979
|
*/
|
|
2980
2980
|
TrackerName: string | undefined;
|
|
2981
2981
|
/**
|
|
2982
|
-
* @deprecated
|
|
2983
|
-
*
|
|
2984
2982
|
* <p>No longer used. If included, the only allowed value is
|
|
2985
2983
|
* <code>RequestBasedUsage</code>.</p>
|
|
2984
|
+
*
|
|
2985
|
+
* @deprecated
|
|
2986
2986
|
* @public
|
|
2987
2987
|
*/
|
|
2988
2988
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -2994,9 +2994,9 @@ export interface CreateTrackerRequest {
|
|
|
2994
2994
|
*/
|
|
2995
2995
|
KmsKeyId?: string | undefined;
|
|
2996
2996
|
/**
|
|
2997
|
-
* @deprecated
|
|
2998
|
-
*
|
|
2999
2997
|
* <p>This parameter is no longer used.</p>
|
|
2998
|
+
*
|
|
2999
|
+
* @deprecated
|
|
3000
3000
|
* @public
|
|
3001
3001
|
*/
|
|
3002
3002
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -3237,16 +3237,16 @@ export interface DescribeGeofenceCollectionResponse {
|
|
|
3237
3237
|
*/
|
|
3238
3238
|
Description: string | undefined;
|
|
3239
3239
|
/**
|
|
3240
|
-
* @deprecated
|
|
3241
|
-
*
|
|
3242
3240
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
3241
|
+
*
|
|
3242
|
+
* @deprecated
|
|
3243
3243
|
* @public
|
|
3244
3244
|
*/
|
|
3245
3245
|
PricingPlan?: PricingPlan | undefined;
|
|
3246
3246
|
/**
|
|
3247
|
-
* @deprecated
|
|
3248
|
-
*
|
|
3249
3247
|
* <p>No longer used. Always returns an empty string.</p>
|
|
3248
|
+
*
|
|
3249
|
+
* @deprecated
|
|
3250
3250
|
* @public
|
|
3251
3251
|
*/
|
|
3252
3252
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -3315,9 +3315,9 @@ export interface DescribeMapResponse {
|
|
|
3315
3315
|
*/
|
|
3316
3316
|
MapArn: string | undefined;
|
|
3317
3317
|
/**
|
|
3318
|
-
* @deprecated
|
|
3319
|
-
*
|
|
3320
3318
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
3319
|
+
*
|
|
3320
|
+
* @deprecated
|
|
3321
3321
|
* @public
|
|
3322
3322
|
*/
|
|
3323
3323
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -3387,9 +3387,9 @@ export interface DescribePlaceIndexResponse {
|
|
|
3387
3387
|
*/
|
|
3388
3388
|
IndexArn: string | undefined;
|
|
3389
3389
|
/**
|
|
3390
|
-
* @deprecated
|
|
3391
|
-
*
|
|
3392
3390
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
3391
|
+
*
|
|
3392
|
+
* @deprecated
|
|
3393
3393
|
* @public
|
|
3394
3394
|
*/
|
|
3395
3395
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -3477,9 +3477,9 @@ export interface DescribeRouteCalculatorResponse {
|
|
|
3477
3477
|
*/
|
|
3478
3478
|
CalculatorArn: string | undefined;
|
|
3479
3479
|
/**
|
|
3480
|
-
* @deprecated
|
|
3481
|
-
*
|
|
3482
3480
|
* <p>Always returns <code>RequestBasedUsage</code>.</p>
|
|
3481
|
+
*
|
|
3482
|
+
* @deprecated
|
|
3483
3483
|
* @public
|
|
3484
3484
|
*/
|
|
3485
3485
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -3580,16 +3580,16 @@ export interface DescribeTrackerResponse {
|
|
|
3580
3580
|
*/
|
|
3581
3581
|
Description: string | undefined;
|
|
3582
3582
|
/**
|
|
3583
|
-
* @deprecated
|
|
3584
|
-
*
|
|
3585
3583
|
* <p>Always returns <code>RequestBasedUsage</code>.</p>
|
|
3584
|
+
*
|
|
3585
|
+
* @deprecated
|
|
3586
3586
|
* @public
|
|
3587
3587
|
*/
|
|
3588
3588
|
PricingPlan?: PricingPlan | undefined;
|
|
3589
3589
|
/**
|
|
3590
|
-
* @deprecated
|
|
3591
|
-
*
|
|
3592
3590
|
* <p>No longer used. Always returns an empty string.</p>
|
|
3591
|
+
*
|
|
3592
|
+
* @deprecated
|
|
3593
3593
|
* @public
|
|
3594
3594
|
*/
|
|
3595
3595
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -4116,16 +4116,16 @@ export interface ListGeofenceCollectionsResponseEntry {
|
|
|
4116
4116
|
*/
|
|
4117
4117
|
Description: string | undefined;
|
|
4118
4118
|
/**
|
|
4119
|
-
* @deprecated
|
|
4120
|
-
*
|
|
4121
4119
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
4120
|
+
*
|
|
4121
|
+
* @deprecated
|
|
4122
4122
|
* @public
|
|
4123
4123
|
*/
|
|
4124
4124
|
PricingPlan?: PricingPlan | undefined;
|
|
4125
4125
|
/**
|
|
4126
|
-
* @deprecated
|
|
4127
|
-
*
|
|
4128
4126
|
* <p>No longer used. Always returns an empty string.</p>
|
|
4127
|
+
*
|
|
4128
|
+
* @deprecated
|
|
4129
4129
|
* @public
|
|
4130
4130
|
*/
|
|
4131
4131
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -4341,17 +4341,17 @@ export interface UpdateGeofenceCollectionRequest {
|
|
|
4341
4341
|
*/
|
|
4342
4342
|
CollectionName: string | undefined;
|
|
4343
4343
|
/**
|
|
4344
|
-
* @deprecated
|
|
4345
|
-
*
|
|
4346
4344
|
* <p>No longer used. If included, the only allowed value is
|
|
4347
4345
|
* <code>RequestBasedUsage</code>.</p>
|
|
4346
|
+
*
|
|
4347
|
+
* @deprecated
|
|
4348
4348
|
* @public
|
|
4349
4349
|
*/
|
|
4350
4350
|
PricingPlan?: PricingPlan | undefined;
|
|
4351
4351
|
/**
|
|
4352
|
-
* @deprecated
|
|
4353
|
-
*
|
|
4354
4352
|
* <p>This parameter is no longer used.</p>
|
|
4353
|
+
*
|
|
4354
|
+
* @deprecated
|
|
4355
4355
|
* @public
|
|
4356
4356
|
*/
|
|
4357
4357
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -5178,9 +5178,9 @@ export interface ListMapsResponseEntry {
|
|
|
5178
5178
|
*/
|
|
5179
5179
|
DataSource: string | undefined;
|
|
5180
5180
|
/**
|
|
5181
|
-
* @deprecated
|
|
5182
|
-
*
|
|
5183
5181
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
5182
|
+
*
|
|
5183
|
+
* @deprecated
|
|
5184
5184
|
* @public
|
|
5185
5185
|
*/
|
|
5186
5186
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -5271,9 +5271,9 @@ export interface ListPlaceIndexesResponseEntry {
|
|
|
5271
5271
|
*/
|
|
5272
5272
|
DataSource: string | undefined;
|
|
5273
5273
|
/**
|
|
5274
|
-
* @deprecated
|
|
5275
|
-
*
|
|
5276
5274
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
5275
|
+
*
|
|
5276
|
+
* @deprecated
|
|
5277
5277
|
* @public
|
|
5278
5278
|
*/
|
|
5279
5279
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -5366,9 +5366,9 @@ export interface ListRouteCalculatorsResponseEntry {
|
|
|
5366
5366
|
*/
|
|
5367
5367
|
DataSource: string | undefined;
|
|
5368
5368
|
/**
|
|
5369
|
-
* @deprecated
|
|
5370
|
-
*
|
|
5371
5369
|
* <p>Always returns <code>RequestBasedUsage</code>.</p>
|
|
5370
|
+
*
|
|
5371
|
+
* @deprecated
|
|
5372
5372
|
* @public
|
|
5373
5373
|
*/
|
|
5374
5374
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -5490,16 +5490,16 @@ export interface ListTrackersResponseEntry {
|
|
|
5490
5490
|
*/
|
|
5491
5491
|
Description: string | undefined;
|
|
5492
5492
|
/**
|
|
5493
|
-
* @deprecated
|
|
5494
|
-
*
|
|
5495
5493
|
* <p>Always returns <code>RequestBasedUsage</code>.</p>
|
|
5494
|
+
*
|
|
5495
|
+
* @deprecated
|
|
5496
5496
|
* @public
|
|
5497
5497
|
*/
|
|
5498
5498
|
PricingPlan?: PricingPlan | undefined;
|
|
5499
5499
|
/**
|
|
5500
|
-
* @deprecated
|
|
5501
|
-
*
|
|
5502
5500
|
* <p>No longer used. Always returns an empty string.</p>
|
|
5501
|
+
*
|
|
5502
|
+
* @deprecated
|
|
5503
5503
|
* @public
|
|
5504
5504
|
*/
|
|
5505
5505
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -5571,10 +5571,10 @@ export interface UpdateMapRequest {
|
|
|
5571
5571
|
*/
|
|
5572
5572
|
MapName: string | undefined;
|
|
5573
5573
|
/**
|
|
5574
|
-
* @deprecated
|
|
5575
|
-
*
|
|
5576
5574
|
* <p>No longer used. If included, the only allowed value is
|
|
5577
5575
|
* <code>RequestBasedUsage</code>.</p>
|
|
5576
|
+
*
|
|
5577
|
+
* @deprecated
|
|
5578
5578
|
* @public
|
|
5579
5579
|
*/
|
|
5580
5580
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -6248,10 +6248,10 @@ export interface UpdatePlaceIndexRequest {
|
|
|
6248
6248
|
*/
|
|
6249
6249
|
IndexName: string | undefined;
|
|
6250
6250
|
/**
|
|
6251
|
-
* @deprecated
|
|
6252
|
-
*
|
|
6253
6251
|
* <p>No longer used. If included, the only allowed value is
|
|
6254
6252
|
* <code>RequestBasedUsage</code>.</p>
|
|
6253
|
+
*
|
|
6254
|
+
* @deprecated
|
|
6255
6255
|
* @public
|
|
6256
6256
|
*/
|
|
6257
6257
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -6305,10 +6305,10 @@ export interface UpdateRouteCalculatorRequest {
|
|
|
6305
6305
|
*/
|
|
6306
6306
|
CalculatorName: string | undefined;
|
|
6307
6307
|
/**
|
|
6308
|
-
* @deprecated
|
|
6309
|
-
*
|
|
6310
6308
|
* <p>No longer used. If included, the only allowed value is
|
|
6311
6309
|
* <code>RequestBasedUsage</code>.</p>
|
|
6310
|
+
*
|
|
6311
|
+
* @deprecated
|
|
6312
6312
|
* @public
|
|
6313
6313
|
*/
|
|
6314
6314
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -6357,17 +6357,17 @@ export interface UpdateTrackerRequest {
|
|
|
6357
6357
|
*/
|
|
6358
6358
|
TrackerName: string | undefined;
|
|
6359
6359
|
/**
|
|
6360
|
-
* @deprecated
|
|
6361
|
-
*
|
|
6362
6360
|
* <p>No longer used. If included, the only allowed value is
|
|
6363
6361
|
* <code>RequestBasedUsage</code>.</p>
|
|
6362
|
+
*
|
|
6363
|
+
* @deprecated
|
|
6364
6364
|
* @public
|
|
6365
6365
|
*/
|
|
6366
6366
|
PricingPlan?: PricingPlan | undefined;
|
|
6367
6367
|
/**
|
|
6368
|
-
* @deprecated
|
|
6369
|
-
*
|
|
6370
6368
|
* <p>This parameter is no longer used.</p>
|
|
6369
|
+
*
|
|
6370
|
+
* @deprecated
|
|
6371
6371
|
* @public
|
|
6372
6372
|
*/
|
|
6373
6373
|
PricingPlanDataSource?: string | undefined;
|
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.744.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,38 +20,38 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.744.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.744.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.744.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.744.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.4",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.2",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.3",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.4",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.4",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|