@aws-sdk/client-iotfleetwise 3.679.0 → 3.682.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/README.md
CHANGED
|
@@ -16,7 +16,7 @@ define data collection rules to transfer only high-value data to the cloud.
|
|
|
16
16
|
|
|
17
17
|
## Installing
|
|
18
18
|
|
|
19
|
-
To install
|
|
19
|
+
To install this package, simply type add or install @aws-sdk/client-iotfleetwise
|
|
20
20
|
using your favorite package manager:
|
|
21
21
|
|
|
22
22
|
- `npm install @aws-sdk/client-iotfleetwise`
|
|
@@ -85,6 +85,9 @@ declare const BatchUpdateVehicleCommand_base: {
|
|
|
85
85
|
* @throws {@link InternalServerException} (server fault)
|
|
86
86
|
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
87
87
|
*
|
|
88
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
89
|
+
* <p>A service quota was exceeded. </p>
|
|
90
|
+
*
|
|
88
91
|
* @throws {@link ThrottlingException} (client fault)
|
|
89
92
|
* <p>The request couldn't be completed due to throttling.</p>
|
|
90
93
|
*
|
|
@@ -68,6 +68,9 @@ declare const UpdateVehicleCommand_base: {
|
|
|
68
68
|
* @throws {@link InternalServerException} (server fault)
|
|
69
69
|
* <p>The request couldn't be completed because the server temporarily failed.</p>
|
|
70
70
|
*
|
|
71
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
72
|
+
* <p>A service quota was exceeded. </p>
|
|
73
|
+
*
|
|
71
74
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
75
|
* <p>The resource wasn't found.</p>
|
|
73
76
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotfleetwise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotfleetwise Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.682.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-iotfleetwise",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.682.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.682.0",
|
|
25
25
|
"@aws-sdk/core": "3.679.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.682.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.679.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.679.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.679.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.682.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.679.0",
|
|
32
32
|
"@aws-sdk/types": "3.679.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.679.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.679.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.682.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
|
37
37
|
"@smithy/core": "^2.4.8",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.2.9",
|