@aws-sdk/client-location 3.1002.0 → 3.1003.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 +28 -28
- package/package.json +38 -38
|
@@ -1368,14 +1368,14 @@ export interface CreateGeofenceCollectionRequest {
|
|
|
1368
1368
|
/**
|
|
1369
1369
|
* <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
|
|
1370
1370
|
*
|
|
1371
|
-
* @deprecated Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
1371
|
+
* @deprecated (since 2022-02-01) Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
1372
1372
|
* @public
|
|
1373
1373
|
*/
|
|
1374
1374
|
PricingPlan?: PricingPlan | undefined;
|
|
1375
1375
|
/**
|
|
1376
1376
|
* <p>This parameter is no longer used.</p>
|
|
1377
1377
|
*
|
|
1378
|
-
* @deprecated Deprecated. No longer allowed.
|
|
1378
|
+
* @deprecated (since 2022-02-01) Deprecated. No longer allowed.
|
|
1379
1379
|
* @public
|
|
1380
1380
|
*/
|
|
1381
1381
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -1453,7 +1453,7 @@ export interface CreateMapRequest {
|
|
|
1453
1453
|
/**
|
|
1454
1454
|
* <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
|
|
1455
1455
|
*
|
|
1456
|
-
* @deprecated Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
1456
|
+
* @deprecated (since 2022-02-01) Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
1457
1457
|
* @public
|
|
1458
1458
|
*/
|
|
1459
1459
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -1516,7 +1516,7 @@ export interface CreatePlaceIndexRequest {
|
|
|
1516
1516
|
/**
|
|
1517
1517
|
* <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
|
|
1518
1518
|
*
|
|
1519
|
-
* @deprecated Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
1519
|
+
* @deprecated (since 2022-02-01) Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
1520
1520
|
* @public
|
|
1521
1521
|
*/
|
|
1522
1522
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -1573,7 +1573,7 @@ export interface CreateRouteCalculatorRequest {
|
|
|
1573
1573
|
/**
|
|
1574
1574
|
* <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
|
|
1575
1575
|
*
|
|
1576
|
-
* @deprecated Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
1576
|
+
* @deprecated (since 2022-02-01) Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
1577
1577
|
* @public
|
|
1578
1578
|
*/
|
|
1579
1579
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -1620,7 +1620,7 @@ export interface CreateTrackerRequest {
|
|
|
1620
1620
|
/**
|
|
1621
1621
|
* <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
|
|
1622
1622
|
*
|
|
1623
|
-
* @deprecated Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
1623
|
+
* @deprecated (since 2022-02-01) Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
1624
1624
|
* @public
|
|
1625
1625
|
*/
|
|
1626
1626
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -1632,7 +1632,7 @@ export interface CreateTrackerRequest {
|
|
|
1632
1632
|
/**
|
|
1633
1633
|
* <p>This parameter is no longer used.</p>
|
|
1634
1634
|
*
|
|
1635
|
-
* @deprecated Deprecated. No longer allowed.
|
|
1635
|
+
* @deprecated (since 2022-02-01) Deprecated. No longer allowed.
|
|
1636
1636
|
* @public
|
|
1637
1637
|
*/
|
|
1638
1638
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -1789,14 +1789,14 @@ export interface DescribeGeofenceCollectionResponse {
|
|
|
1789
1789
|
/**
|
|
1790
1790
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
1791
1791
|
*
|
|
1792
|
-
* @deprecated Deprecated. Always returns RequestBasedUsage.
|
|
1792
|
+
* @deprecated (since 2022-02-01) Deprecated. Always returns RequestBasedUsage.
|
|
1793
1793
|
* @public
|
|
1794
1794
|
*/
|
|
1795
1795
|
PricingPlan?: PricingPlan | undefined;
|
|
1796
1796
|
/**
|
|
1797
1797
|
* <p>No longer used. Always returns an empty string.</p>
|
|
1798
1798
|
*
|
|
1799
|
-
* @deprecated Deprecated. Unused.
|
|
1799
|
+
* @deprecated (since 2022-02-01) Deprecated. Unused.
|
|
1800
1800
|
* @public
|
|
1801
1801
|
*/
|
|
1802
1802
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -1853,7 +1853,7 @@ export interface DescribeMapResponse {
|
|
|
1853
1853
|
/**
|
|
1854
1854
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
1855
1855
|
*
|
|
1856
|
-
* @deprecated Deprecated. Always returns RequestBasedUsage.
|
|
1856
|
+
* @deprecated (since 2022-02-01) Deprecated. Always returns RequestBasedUsage.
|
|
1857
1857
|
* @public
|
|
1858
1858
|
*/
|
|
1859
1859
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -1915,7 +1915,7 @@ export interface DescribePlaceIndexResponse {
|
|
|
1915
1915
|
/**
|
|
1916
1916
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
1917
1917
|
*
|
|
1918
|
-
* @deprecated Deprecated. Always returns RequestBasedUsage.
|
|
1918
|
+
* @deprecated (since 2022-02-01) Deprecated. Always returns RequestBasedUsage.
|
|
1919
1919
|
* @public
|
|
1920
1920
|
*/
|
|
1921
1921
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -1977,7 +1977,7 @@ export interface DescribeRouteCalculatorResponse {
|
|
|
1977
1977
|
/**
|
|
1978
1978
|
* <p>Always returns <code>RequestBasedUsage</code>.</p>
|
|
1979
1979
|
*
|
|
1980
|
-
* @deprecated Deprecated. Always returns RequestBasedUsage.
|
|
1980
|
+
* @deprecated (since 2022-02-01) Deprecated. Always returns RequestBasedUsage.
|
|
1981
1981
|
* @public
|
|
1982
1982
|
*/
|
|
1983
1983
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -2039,14 +2039,14 @@ export interface DescribeTrackerResponse {
|
|
|
2039
2039
|
/**
|
|
2040
2040
|
* <p>Always returns <code>RequestBasedUsage</code>.</p>
|
|
2041
2041
|
*
|
|
2042
|
-
* @deprecated Deprecated. Always returns RequestBasedUsage.
|
|
2042
|
+
* @deprecated (since 2022-02-01) Deprecated. Always returns RequestBasedUsage.
|
|
2043
2043
|
* @public
|
|
2044
2044
|
*/
|
|
2045
2045
|
PricingPlan?: PricingPlan | undefined;
|
|
2046
2046
|
/**
|
|
2047
2047
|
* <p>No longer used. Always returns an empty string.</p>
|
|
2048
2048
|
*
|
|
2049
|
-
* @deprecated Deprecated. Unused.
|
|
2049
|
+
* @deprecated (since 2022-02-01) Deprecated. Unused.
|
|
2050
2050
|
* @public
|
|
2051
2051
|
*/
|
|
2052
2052
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -2428,14 +2428,14 @@ export interface ListGeofenceCollectionsResponseEntry {
|
|
|
2428
2428
|
/**
|
|
2429
2429
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
2430
2430
|
*
|
|
2431
|
-
* @deprecated Deprecated. Always returns RequestBasedUsage.
|
|
2431
|
+
* @deprecated (since 2022-02-01) Deprecated. Always returns RequestBasedUsage.
|
|
2432
2432
|
* @public
|
|
2433
2433
|
*/
|
|
2434
2434
|
PricingPlan?: PricingPlan | undefined;
|
|
2435
2435
|
/**
|
|
2436
2436
|
* <p>No longer used. Always returns an empty string.</p>
|
|
2437
2437
|
*
|
|
2438
|
-
* @deprecated Deprecated. Unused.
|
|
2438
|
+
* @deprecated (since 2022-02-01) Deprecated. Unused.
|
|
2439
2439
|
* @public
|
|
2440
2440
|
*/
|
|
2441
2441
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -2593,14 +2593,14 @@ export interface UpdateGeofenceCollectionRequest {
|
|
|
2593
2593
|
/**
|
|
2594
2594
|
* <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
|
|
2595
2595
|
*
|
|
2596
|
-
* @deprecated Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
2596
|
+
* @deprecated (since 2022-02-01) Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
2597
2597
|
* @public
|
|
2598
2598
|
*/
|
|
2599
2599
|
PricingPlan?: PricingPlan | undefined;
|
|
2600
2600
|
/**
|
|
2601
2601
|
* <p>This parameter is no longer used.</p>
|
|
2602
2602
|
*
|
|
2603
|
-
* @deprecated Deprecated. No longer allowed.
|
|
2603
|
+
* @deprecated (since 2022-02-01) Deprecated. No longer allowed.
|
|
2604
2604
|
* @public
|
|
2605
2605
|
*/
|
|
2606
2606
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -3199,7 +3199,7 @@ export interface ListMapsResponseEntry {
|
|
|
3199
3199
|
/**
|
|
3200
3200
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
3201
3201
|
*
|
|
3202
|
-
* @deprecated Deprecated. Always returns RequestBasedUsage.
|
|
3202
|
+
* @deprecated (since 2022-02-01) Deprecated. Always returns RequestBasedUsage.
|
|
3203
3203
|
* @public
|
|
3204
3204
|
*/
|
|
3205
3205
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -3267,7 +3267,7 @@ export interface ListPlaceIndexesResponseEntry {
|
|
|
3267
3267
|
/**
|
|
3268
3268
|
* <p>No longer used. Always returns <code>RequestBasedUsage</code>.</p>
|
|
3269
3269
|
*
|
|
3270
|
-
* @deprecated Deprecated. Always returns RequestBasedUsage.
|
|
3270
|
+
* @deprecated (since 2022-02-01) Deprecated. Always returns RequestBasedUsage.
|
|
3271
3271
|
* @public
|
|
3272
3272
|
*/
|
|
3273
3273
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -3335,7 +3335,7 @@ export interface ListRouteCalculatorsResponseEntry {
|
|
|
3335
3335
|
/**
|
|
3336
3336
|
* <p>Always returns <code>RequestBasedUsage</code>.</p>
|
|
3337
3337
|
*
|
|
3338
|
-
* @deprecated Deprecated. Always returns RequestBasedUsage.
|
|
3338
|
+
* @deprecated (since 2022-02-01) Deprecated. Always returns RequestBasedUsage.
|
|
3339
3339
|
* @public
|
|
3340
3340
|
*/
|
|
3341
3341
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -3433,14 +3433,14 @@ export interface ListTrackersResponseEntry {
|
|
|
3433
3433
|
/**
|
|
3434
3434
|
* <p>Always returns <code>RequestBasedUsage</code>.</p>
|
|
3435
3435
|
*
|
|
3436
|
-
* @deprecated Deprecated. Always returns RequestBasedUsage.
|
|
3436
|
+
* @deprecated (since 2022-02-01) Deprecated. Always returns RequestBasedUsage.
|
|
3437
3437
|
* @public
|
|
3438
3438
|
*/
|
|
3439
3439
|
PricingPlan?: PricingPlan | undefined;
|
|
3440
3440
|
/**
|
|
3441
3441
|
* <p>No longer used. Always returns an empty string.</p>
|
|
3442
3442
|
*
|
|
3443
|
-
* @deprecated Deprecated. Unused.
|
|
3443
|
+
* @deprecated (since 2022-02-01) Deprecated. Unused.
|
|
3444
3444
|
* @public
|
|
3445
3445
|
*/
|
|
3446
3446
|
PricingPlanDataSource?: string | undefined;
|
|
@@ -3498,7 +3498,7 @@ export interface UpdateMapRequest {
|
|
|
3498
3498
|
/**
|
|
3499
3499
|
* <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
|
|
3500
3500
|
*
|
|
3501
|
-
* @deprecated Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
3501
|
+
* @deprecated (since 2022-02-01) Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
3502
3502
|
* @public
|
|
3503
3503
|
*/
|
|
3504
3504
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -3916,7 +3916,7 @@ export interface UpdatePlaceIndexRequest {
|
|
|
3916
3916
|
/**
|
|
3917
3917
|
* <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
|
|
3918
3918
|
*
|
|
3919
|
-
* @deprecated Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
3919
|
+
* @deprecated (since 2022-02-01) Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
3920
3920
|
* @public
|
|
3921
3921
|
*/
|
|
3922
3922
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -3963,7 +3963,7 @@ export interface UpdateRouteCalculatorRequest {
|
|
|
3963
3963
|
/**
|
|
3964
3964
|
* <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
|
|
3965
3965
|
*
|
|
3966
|
-
* @deprecated Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
3966
|
+
* @deprecated (since 2022-02-01) Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
3967
3967
|
* @public
|
|
3968
3968
|
*/
|
|
3969
3969
|
PricingPlan?: PricingPlan | undefined;
|
|
@@ -4005,14 +4005,14 @@ export interface UpdateTrackerRequest {
|
|
|
4005
4005
|
/**
|
|
4006
4006
|
* <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
|
|
4007
4007
|
*
|
|
4008
|
-
* @deprecated Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
4008
|
+
* @deprecated (since 2022-02-01) Deprecated. If included, the only allowed value is RequestBasedUsage.
|
|
4009
4009
|
* @public
|
|
4010
4010
|
*/
|
|
4011
4011
|
PricingPlan?: PricingPlan | undefined;
|
|
4012
4012
|
/**
|
|
4013
4013
|
* <p>This parameter is no longer used.</p>
|
|
4014
4014
|
*
|
|
4015
|
-
* @deprecated Deprecated. No longer allowed.
|
|
4015
|
+
* @deprecated (since 2022-02-01) Deprecated. No longer allowed.
|
|
4016
4016
|
* @public
|
|
4017
4017
|
*/
|
|
4018
4018
|
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.1003.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-location",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
24
|
+
"@aws-sdk/core": "^3.973.18",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.17",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.18",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
31
|
+
"@aws-sdk/types": "^3.973.5",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.3",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.10",
|
|
36
|
+
"@smithy/core": "^3.23.8",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.13",
|
|
38
|
+
"@smithy/hash-node": "^4.2.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.22",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.39",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.12",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.11",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.11",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.14",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.11",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.2",
|
|
49
49
|
"@smithy/types": "^4.13.0",
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
51
|
-
"@smithy/util-base64": "^4.3.
|
|
52
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
53
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
60
|
-
"@smithy/util-utf8": "^4.2.
|
|
50
|
+
"@smithy/url-parser": "^4.2.11",
|
|
51
|
+
"@smithy/util-base64": "^4.3.2",
|
|
52
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.38",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.41",
|
|
56
|
+
"@smithy/util-endpoints": "^3.3.2",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.11",
|
|
58
|
+
"@smithy/util-retry": "^4.2.11",
|
|
59
|
+
"@smithy/util-stream": "^4.5.17",
|
|
60
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"node": ">=20.0.0"
|
|
73
73
|
},
|
|
74
74
|
"typesVersions": {
|
|
75
|
-
"<4.
|
|
75
|
+
"<4.5": {
|
|
76
76
|
"dist-types/*": [
|
|
77
77
|
"dist-types/ts3.4/*"
|
|
78
78
|
]
|