@aws-sdk/client-iotfleetwise 3.231.0 → 3.233.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.
|
@@ -1489,6 +1489,9 @@ const deserializeAws_json1_0GetModelManifestCommandError = async (output, contex
|
|
|
1489
1489
|
case "ThrottlingException":
|
|
1490
1490
|
case "com.amazonaws.iotfleetwise#ThrottlingException":
|
|
1491
1491
|
throw await deserializeAws_json1_0ThrottlingExceptionResponse(parsedOutput, context);
|
|
1492
|
+
case "ValidationException":
|
|
1493
|
+
case "com.amazonaws.iotfleetwise#ValidationException":
|
|
1494
|
+
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
1492
1495
|
default:
|
|
1493
1496
|
const parsedBody = parsedOutput.body;
|
|
1494
1497
|
(0, smithy_client_1.throwDefaultError)({
|
|
@@ -2822,6 +2825,9 @@ const deserializeAws_json1_0UpdateSignalCatalogCommandError = async (output, con
|
|
|
2822
2825
|
case "ThrottlingException":
|
|
2823
2826
|
case "com.amazonaws.iotfleetwise#ThrottlingException":
|
|
2824
2827
|
throw await deserializeAws_json1_0ThrottlingExceptionResponse(parsedOutput, context);
|
|
2828
|
+
case "ValidationException":
|
|
2829
|
+
case "com.amazonaws.iotfleetwise#ValidationException":
|
|
2830
|
+
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
2825
2831
|
default:
|
|
2826
2832
|
const parsedBody = parsedOutput.body;
|
|
2827
2833
|
(0, smithy_client_1.throwDefaultError)({
|
|
@@ -1414,6 +1414,9 @@ const deserializeAws_json1_0GetModelManifestCommandError = async (output, contex
|
|
|
1414
1414
|
case "ThrottlingException":
|
|
1415
1415
|
case "com.amazonaws.iotfleetwise#ThrottlingException":
|
|
1416
1416
|
throw await deserializeAws_json1_0ThrottlingExceptionResponse(parsedOutput, context);
|
|
1417
|
+
case "ValidationException":
|
|
1418
|
+
case "com.amazonaws.iotfleetwise#ValidationException":
|
|
1419
|
+
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
1417
1420
|
default:
|
|
1418
1421
|
const parsedBody = parsedOutput.body;
|
|
1419
1422
|
throwDefaultError({
|
|
@@ -2719,6 +2722,9 @@ const deserializeAws_json1_0UpdateSignalCatalogCommandError = async (output, con
|
|
|
2719
2722
|
case "ThrottlingException":
|
|
2720
2723
|
case "com.amazonaws.iotfleetwise#ThrottlingException":
|
|
2721
2724
|
throw await deserializeAws_json1_0ThrottlingExceptionResponse(parsedOutput, context);
|
|
2725
|
+
case "ValidationException":
|
|
2726
|
+
case "com.amazonaws.iotfleetwise#ValidationException":
|
|
2727
|
+
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
2722
2728
|
default:
|
|
2723
2729
|
const parsedBody = parsedOutput.body;
|
|
2724
2730
|
throwDefaultError({
|
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.233.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|