@aws-sdk/client-location 3.914.0 → 3.917.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +96 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +89 -0
- package/dist-types/commands/AssociateTrackerConsumerCommand.d.ts +3 -11
- package/dist-types/commands/BatchDeleteDevicePositionHistoryCommand.d.ts +1 -2
- package/dist-types/commands/BatchDeleteGeofenceCommand.d.ts +2 -6
- package/dist-types/commands/BatchEvaluateGeofencesCommand.d.ts +2 -32
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +1 -2
- package/dist-types/commands/BatchPutGeofenceCommand.d.ts +2 -5
- package/dist-types/commands/BatchUpdateDevicePositionCommand.d.ts +2 -25
- package/dist-types/commands/CalculateRouteCommand.d.ts +2 -36
- package/dist-types/commands/CalculateRouteMatrixCommand.d.ts +2 -44
- package/dist-types/commands/CreateGeofenceCollectionCommand.d.ts +2 -4
- package/dist-types/commands/CreateKeyCommand.d.ts +14 -9
- package/dist-types/commands/CreateMapCommand.d.ts +3 -12
- package/dist-types/commands/CreatePlaceIndexCommand.d.ts +3 -15
- package/dist-types/commands/CreateRouteCalculatorCommand.d.ts +3 -14
- package/dist-types/commands/CreateTrackerCommand.d.ts +3 -6
- package/dist-types/commands/DeleteGeofenceCollectionCommand.d.ts +2 -7
- package/dist-types/commands/DeleteKeyCommand.d.ts +2 -4
- package/dist-types/commands/DeleteMapCommand.d.ts +2 -7
- package/dist-types/commands/DeletePlaceIndexCommand.d.ts +2 -6
- package/dist-types/commands/DeleteRouteCalculatorCommand.d.ts +2 -6
- package/dist-types/commands/DeleteTrackerCommand.d.ts +2 -8
- package/dist-types/commands/DescribeGeofenceCollectionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeKeyCommand.d.ts +13 -3
- package/dist-types/commands/DescribeMapCommand.d.ts +2 -3
- package/dist-types/commands/DescribePlaceIndexCommand.d.ts +2 -3
- package/dist-types/commands/DescribeRouteCalculatorCommand.d.ts +2 -3
- package/dist-types/commands/DescribeTrackerCommand.d.ts +1 -2
- package/dist-types/commands/DisassociateTrackerConsumerCommand.d.ts +2 -7
- package/dist-types/commands/ForecastGeofenceEventsCommand.d.ts +2 -22
- package/dist-types/commands/GetDevicePositionCommand.d.ts +2 -6
- package/dist-types/commands/GetDevicePositionHistoryCommand.d.ts +2 -7
- package/dist-types/commands/GetGeofenceCommand.d.ts +2 -7
- package/dist-types/commands/GetMapGlyphsCommand.d.ts +2 -3
- package/dist-types/commands/GetMapSpritesCommand.d.ts +2 -5
- package/dist-types/commands/GetMapStyleDescriptorCommand.d.ts +2 -6
- package/dist-types/commands/GetMapTileCommand.d.ts +2 -8
- package/dist-types/commands/GetPlaceCommand.d.ts +2 -25
- package/dist-types/commands/ListDevicePositionsCommand.d.ts +1 -2
- package/dist-types/commands/ListGeofenceCollectionsCommand.d.ts +1 -2
- package/dist-types/commands/ListGeofencesCommand.d.ts +1 -2
- package/dist-types/commands/ListKeysCommand.d.ts +13 -3
- package/dist-types/commands/ListMapsCommand.d.ts +2 -3
- package/dist-types/commands/ListPlaceIndexesCommand.d.ts +2 -3
- package/dist-types/commands/ListRouteCalculatorsCommand.d.ts +2 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
- package/dist-types/commands/ListTrackerConsumersCommand.d.ts +1 -2
- package/dist-types/commands/ListTrackersCommand.d.ts +1 -2
- package/dist-types/commands/PutGeofenceCommand.d.ts +2 -4
- package/dist-types/commands/SearchPlaceIndexForPositionCommand.d.ts +2 -4
- package/dist-types/commands/SearchPlaceIndexForSuggestionsCommand.d.ts +2 -14
- package/dist-types/commands/SearchPlaceIndexForTextCommand.d.ts +2 -12
- package/dist-types/commands/TagResourceCommand.d.ts +2 -13
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateGeofenceCollectionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateKeyCommand.d.ts +12 -2
- package/dist-types/commands/UpdateMapCommand.d.ts +2 -3
- package/dist-types/commands/UpdatePlaceIndexCommand.d.ts +2 -3
- package/dist-types/commands/UpdateRouteCalculatorCommand.d.ts +2 -3
- package/dist-types/commands/UpdateTrackerCommand.d.ts +1 -2
- package/dist-types/commands/VerifyDevicePositionCommand.d.ts +2 -8
- package/dist-types/models/models_0.d.ts +444 -2825
- package/dist-types/ts3.4/models/models_0.d.ts +26 -0
- package/package.json +14 -14
|
@@ -8,6 +8,10 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
8
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
9
|
);
|
|
10
10
|
}
|
|
11
|
+
export interface AndroidApp {
|
|
12
|
+
Package: string | undefined;
|
|
13
|
+
CertificateFingerprint: string | undefined;
|
|
14
|
+
}
|
|
11
15
|
export type Status = "Active" | "Expired";
|
|
12
16
|
export interface ApiKeyFilter {
|
|
13
17
|
KeyStatus?: Status | undefined;
|
|
@@ -18,10 +22,15 @@ export declare class ConflictException extends __BaseException {
|
|
|
18
22
|
Message: string | undefined;
|
|
19
23
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
20
24
|
}
|
|
25
|
+
export interface AppleApp {
|
|
26
|
+
BundleId: string | undefined;
|
|
27
|
+
}
|
|
21
28
|
export interface ApiKeyRestrictions {
|
|
22
29
|
AllowActions: string[] | undefined;
|
|
23
30
|
AllowResources: string[] | undefined;
|
|
24
31
|
AllowReferers?: string[] | undefined;
|
|
32
|
+
AllowAndroidApps?: AndroidApp[] | undefined;
|
|
33
|
+
AllowAppleApps?: AppleApp[] | undefined;
|
|
25
34
|
}
|
|
26
35
|
export interface CreateKeyRequest {
|
|
27
36
|
KeyName: string | undefined;
|
|
@@ -1122,6 +1131,16 @@ export declare const BatchUpdateDevicePositionErrorFilterSensitiveLog: (
|
|
|
1122
1131
|
export declare const BatchUpdateDevicePositionResponseFilterSensitiveLog: (
|
|
1123
1132
|
obj: BatchUpdateDevicePositionResponse
|
|
1124
1133
|
) => any;
|
|
1134
|
+
export declare const CalculateRouteCarModeOptionsFilterSensitiveLog: (
|
|
1135
|
+
obj: CalculateRouteCarModeOptions
|
|
1136
|
+
) => any;
|
|
1137
|
+
export declare const TruckDimensionsFilterSensitiveLog: (
|
|
1138
|
+
obj: TruckDimensions
|
|
1139
|
+
) => any;
|
|
1140
|
+
export declare const TruckWeightFilterSensitiveLog: (obj: TruckWeight) => any;
|
|
1141
|
+
export declare const CalculateRouteTruckModeOptionsFilterSensitiveLog: (
|
|
1142
|
+
obj: CalculateRouteTruckModeOptions
|
|
1143
|
+
) => any;
|
|
1125
1144
|
export declare const CalculateRouteRequestFilterSensitiveLog: (
|
|
1126
1145
|
obj: CalculateRouteRequest
|
|
1127
1146
|
) => any;
|
|
@@ -1137,6 +1156,9 @@ export declare const CalculateRouteResponseFilterSensitiveLog: (
|
|
|
1137
1156
|
export declare const CalculateRouteMatrixRequestFilterSensitiveLog: (
|
|
1138
1157
|
obj: CalculateRouteMatrixRequest
|
|
1139
1158
|
) => any;
|
|
1159
|
+
export declare const RouteMatrixEntryFilterSensitiveLog: (
|
|
1160
|
+
obj: RouteMatrixEntry
|
|
1161
|
+
) => any;
|
|
1140
1162
|
export declare const CalculateRouteMatrixResponseFilterSensitiveLog: (
|
|
1141
1163
|
obj: CalculateRouteMatrixResponse
|
|
1142
1164
|
) => any;
|
|
@@ -1240,6 +1262,7 @@ export declare const GetPlaceRequestFilterSensitiveLog: (
|
|
|
1240
1262
|
export declare const PlaceGeometryFilterSensitiveLog: (
|
|
1241
1263
|
obj: PlaceGeometry
|
|
1242
1264
|
) => any;
|
|
1265
|
+
export declare const TimeZoneFilterSensitiveLog: (obj: TimeZone) => any;
|
|
1243
1266
|
export declare const PlaceFilterSensitiveLog: (obj: Place) => any;
|
|
1244
1267
|
export declare const GetPlaceResponseFilterSensitiveLog: (
|
|
1245
1268
|
obj: GetPlaceResponse
|
|
@@ -1307,6 +1330,9 @@ export declare const SearchPlaceIndexForPositionResponseFilterSensitiveLog: (
|
|
|
1307
1330
|
export declare const SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog: (
|
|
1308
1331
|
obj: SearchPlaceIndexForSuggestionsRequest
|
|
1309
1332
|
) => any;
|
|
1333
|
+
export declare const SearchForSuggestionsResultFilterSensitiveLog: (
|
|
1334
|
+
obj: SearchForSuggestionsResult
|
|
1335
|
+
) => any;
|
|
1310
1336
|
export declare const SearchPlaceIndexForSuggestionsSummaryFilterSensitiveLog: (
|
|
1311
1337
|
obj: SearchPlaceIndexForSuggestionsSummary
|
|
1312
1338
|
) => any;
|
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.917.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.
|
|
23
|
+
"@aws-sdk/core": "3.916.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.917.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.914.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.914.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.914.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.916.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.914.0",
|
|
30
30
|
"@aws-sdk/types": "3.914.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.916.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.914.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.916.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.0",
|
|
35
|
-
"@smithy/core": "^3.17.
|
|
35
|
+
"@smithy/core": "^3.17.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.4",
|
|
37
37
|
"@smithy/hash-node": "^4.2.3",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.3",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.3",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.5",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.5",
|
|
42
42
|
"@smithy/middleware-serde": "^4.2.3",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.3",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.3",
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.3",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.1",
|
|
48
48
|
"@smithy/types": "^4.8.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.3",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.4",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.6",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.3",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.3",
|
|
57
57
|
"@smithy/util-retry": "^4.2.3",
|
|
58
|
-
"@smithy/util-stream": "^4.5.
|
|
58
|
+
"@smithy/util-stream": "^4.5.4",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|