@aws-sdk/client-location 3.750.0 → 3.752.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/BatchEvaluateGeofencesCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetDevicePositionCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateDevicePositionCommand.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/ListDevicePositionsCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +1 -1
|
@@ -74,7 +74,7 @@ declare const BatchEvaluateGeofencesCommand_base: {
|
|
|
74
74
|
* Accuracy: { // PositionalAccuracy
|
|
75
75
|
* Horizontal: Number("double"), // required
|
|
76
76
|
* },
|
|
77
|
-
* PositionProperties: { //
|
|
77
|
+
* PositionProperties: { // PositionPropertyMap
|
|
78
78
|
* "<keys>": "STRING_VALUE",
|
|
79
79
|
* },
|
|
80
80
|
* },
|
|
@@ -63,7 +63,7 @@ declare const BatchGetDevicePositionCommand_base: {
|
|
|
63
63
|
* // Accuracy: { // PositionalAccuracy
|
|
64
64
|
* // Horizontal: Number("double"), // required
|
|
65
65
|
* // },
|
|
66
|
-
* // PositionProperties: { //
|
|
66
|
+
* // PositionProperties: { // PositionPropertyMap
|
|
67
67
|
* // "<keys>": "STRING_VALUE",
|
|
68
68
|
* // },
|
|
69
69
|
* // },
|
|
@@ -68,7 +68,7 @@ declare const BatchUpdateDevicePositionCommand_base: {
|
|
|
68
68
|
* Accuracy: { // PositionalAccuracy
|
|
69
69
|
* Horizontal: Number("double"), // required
|
|
70
70
|
* },
|
|
71
|
-
* PositionProperties: { //
|
|
71
|
+
* PositionProperties: { // PositionPropertyMap
|
|
72
72
|
* "<keys>": "STRING_VALUE",
|
|
73
73
|
* },
|
|
74
74
|
* },
|
|
@@ -53,7 +53,7 @@ declare const GetDevicePositionCommand_base: {
|
|
|
53
53
|
* // Accuracy: { // PositionalAccuracy
|
|
54
54
|
* // Horizontal: Number("double"), // required
|
|
55
55
|
* // },
|
|
56
|
-
* // PositionProperties: { //
|
|
56
|
+
* // PositionProperties: { // PositionPropertyMap
|
|
57
57
|
* // "<keys>": "STRING_VALUE",
|
|
58
58
|
* // },
|
|
59
59
|
* // };
|
|
@@ -60,7 +60,7 @@ declare const GetDevicePositionHistoryCommand_base: {
|
|
|
60
60
|
* // Accuracy: { // PositionalAccuracy
|
|
61
61
|
* // Horizontal: Number("double"), // required
|
|
62
62
|
* // },
|
|
63
|
-
* // PositionProperties: { //
|
|
63
|
+
* // PositionProperties: { // PositionPropertyMap
|
|
64
64
|
* // "<keys>": "STRING_VALUE",
|
|
65
65
|
* // },
|
|
66
66
|
* // },
|
|
@@ -61,7 +61,7 @@ declare const ListDevicePositionsCommand_base: {
|
|
|
61
61
|
* // Accuracy: { // PositionalAccuracy
|
|
62
62
|
* // Horizontal: Number("double"), // required
|
|
63
63
|
* // },
|
|
64
|
-
* // PositionProperties: { //
|
|
64
|
+
* // PositionProperties: { // PositionPropertyMap
|
|
65
65
|
* // "<keys>": "STRING_VALUE",
|
|
66
66
|
* // },
|
|
67
67
|
* // },
|
|
@@ -353,7 +353,7 @@ export interface ValidationExceptionField {
|
|
|
353
353
|
/**
|
|
354
354
|
* @public
|
|
355
355
|
*/
|
|
356
|
-
export type ValidationExceptionReason = "CannotParse" | "FieldValidationFailed" | "Missing" | "Other" | "UnknownOperation";
|
|
356
|
+
export type ValidationExceptionReason = "CannotParse" | "FieldValidationFailed" | "Missing" | "Other" | "UnknownField" | "UnknownOperation";
|
|
357
357
|
/**
|
|
358
358
|
* <p>The input failed to meet the constraints specified by the AWS service. </p>
|
|
359
359
|
* @public
|
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.752.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",
|