@aws-sdk/client-forecast 3.53.0 → 3.55.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/CHANGELOG.md +24 -0
- package/dist-cjs/ForecastClient.js +13 -13
- package/dist-cjs/commands/CreateAutoPredictorCommand.js +3 -3
- package/dist-cjs/commands/CreateDatasetCommand.js +3 -3
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +3 -3
- package/dist-cjs/commands/CreateExplainabilityCommand.js +3 -3
- package/dist-cjs/commands/CreateExplainabilityExportCommand.js +3 -3
- package/dist-cjs/commands/CreateForecastCommand.js +3 -3
- package/dist-cjs/commands/CreateForecastExportJobCommand.js +3 -3
- package/dist-cjs/commands/CreatePredictorBacktestExportJobCommand.js +3 -3
- package/dist-cjs/commands/CreatePredictorCommand.js +3 -3
- package/dist-cjs/commands/DeleteDatasetCommand.js +3 -3
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteDatasetImportJobCommand.js +3 -3
- package/dist-cjs/commands/DeleteExplainabilityCommand.js +3 -3
- package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +3 -3
- package/dist-cjs/commands/DeleteForecastCommand.js +3 -3
- package/dist-cjs/commands/DeleteForecastExportJobCommand.js +3 -3
- package/dist-cjs/commands/DeletePredictorBacktestExportJobCommand.js +3 -3
- package/dist-cjs/commands/DeletePredictorCommand.js +3 -3
- package/dist-cjs/commands/DeleteResourceTreeCommand.js +3 -3
- package/dist-cjs/commands/DescribeAutoPredictorCommand.js +3 -3
- package/dist-cjs/commands/DescribeDatasetCommand.js +3 -3
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeExplainabilityCommand.js +3 -3
- package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +3 -3
- package/dist-cjs/commands/DescribeForecastCommand.js +3 -3
- package/dist-cjs/commands/DescribeForecastExportJobCommand.js +3 -3
- package/dist-cjs/commands/DescribePredictorBacktestExportJobCommand.js +3 -3
- package/dist-cjs/commands/DescribePredictorCommand.js +3 -3
- package/dist-cjs/commands/GetAccuracyMetricsCommand.js +3 -3
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +3 -3
- package/dist-cjs/commands/ListDatasetsCommand.js +3 -3
- package/dist-cjs/commands/ListExplainabilitiesCommand.js +3 -3
- package/dist-cjs/commands/ListExplainabilityExportsCommand.js +3 -3
- package/dist-cjs/commands/ListForecastExportJobsCommand.js +3 -3
- package/dist-cjs/commands/ListForecastsCommand.js +3 -3
- package/dist-cjs/commands/ListPredictorBacktestExportJobsCommand.js +3 -3
- package/dist-cjs/commands/ListPredictorsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/StopResourceCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDatasetGroupCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +304 -304
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/Forecast.js +45 -45
- package/dist-es/pagination/ListDatasetGroupsPaginator.js +4 -4
- package/dist-es/pagination/ListDatasetImportJobsPaginator.js +4 -4
- package/dist-es/pagination/ListDatasetsPaginator.js +4 -4
- package/dist-es/pagination/ListForecastExportJobsPaginator.js +4 -4
- package/dist-es/pagination/ListForecastsPaginator.js +4 -4
- package/dist-es/pagination/ListPredictorBacktestExportJobsPaginator.js +4 -4
- package/dist-es/pagination/ListPredictorsPaginator.js +4 -4
- package/dist-types/ForecastClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/ForecastClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -501,7 +501,7 @@ const deserializeAws_json1_1CreateAutoPredictorCommandError = async (output, con
|
|
|
501
501
|
$fault: "client",
|
|
502
502
|
$metadata: deserializeMetadata(output),
|
|
503
503
|
});
|
|
504
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
504
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
505
505
|
}
|
|
506
506
|
};
|
|
507
507
|
const deserializeAws_json1_1CreateDatasetCommand = async (output, context) => {
|
|
@@ -543,7 +543,7 @@ const deserializeAws_json1_1CreateDatasetCommandError = async (output, context)
|
|
|
543
543
|
$fault: "client",
|
|
544
544
|
$metadata: deserializeMetadata(output),
|
|
545
545
|
});
|
|
546
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
546
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
547
547
|
}
|
|
548
548
|
};
|
|
549
549
|
const deserializeAws_json1_1CreateDatasetGroupCommand = async (output, context) => {
|
|
@@ -591,7 +591,7 @@ const deserializeAws_json1_1CreateDatasetGroupCommandError = async (output, cont
|
|
|
591
591
|
$fault: "client",
|
|
592
592
|
$metadata: deserializeMetadata(output),
|
|
593
593
|
});
|
|
594
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
594
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
595
595
|
}
|
|
596
596
|
};
|
|
597
597
|
const deserializeAws_json1_1CreateDatasetImportJobCommand = async (output, context) => {
|
|
@@ -639,7 +639,7 @@ const deserializeAws_json1_1CreateDatasetImportJobCommandError = async (output,
|
|
|
639
639
|
$fault: "client",
|
|
640
640
|
$metadata: deserializeMetadata(output),
|
|
641
641
|
});
|
|
642
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
642
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
643
643
|
}
|
|
644
644
|
};
|
|
645
645
|
const deserializeAws_json1_1CreateExplainabilityCommand = async (output, context) => {
|
|
@@ -687,7 +687,7 @@ const deserializeAws_json1_1CreateExplainabilityCommandError = async (output, co
|
|
|
687
687
|
$fault: "client",
|
|
688
688
|
$metadata: deserializeMetadata(output),
|
|
689
689
|
});
|
|
690
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
690
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
691
691
|
}
|
|
692
692
|
};
|
|
693
693
|
const deserializeAws_json1_1CreateExplainabilityExportCommand = async (output, context) => {
|
|
@@ -735,7 +735,7 @@ const deserializeAws_json1_1CreateExplainabilityExportCommandError = async (outp
|
|
|
735
735
|
$fault: "client",
|
|
736
736
|
$metadata: deserializeMetadata(output),
|
|
737
737
|
});
|
|
738
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
738
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
739
739
|
}
|
|
740
740
|
};
|
|
741
741
|
const deserializeAws_json1_1CreateForecastCommand = async (output, context) => {
|
|
@@ -783,7 +783,7 @@ const deserializeAws_json1_1CreateForecastCommandError = async (output, context)
|
|
|
783
783
|
$fault: "client",
|
|
784
784
|
$metadata: deserializeMetadata(output),
|
|
785
785
|
});
|
|
786
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
786
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
787
787
|
}
|
|
788
788
|
};
|
|
789
789
|
const deserializeAws_json1_1CreateForecastExportJobCommand = async (output, context) => {
|
|
@@ -831,7 +831,7 @@ const deserializeAws_json1_1CreateForecastExportJobCommandError = async (output,
|
|
|
831
831
|
$fault: "client",
|
|
832
832
|
$metadata: deserializeMetadata(output),
|
|
833
833
|
});
|
|
834
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
834
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
835
835
|
}
|
|
836
836
|
};
|
|
837
837
|
const deserializeAws_json1_1CreatePredictorCommand = async (output, context) => {
|
|
@@ -879,7 +879,7 @@ const deserializeAws_json1_1CreatePredictorCommandError = async (output, context
|
|
|
879
879
|
$fault: "client",
|
|
880
880
|
$metadata: deserializeMetadata(output),
|
|
881
881
|
});
|
|
882
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
882
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
883
883
|
}
|
|
884
884
|
};
|
|
885
885
|
const deserializeAws_json1_1CreatePredictorBacktestExportJobCommand = async (output, context) => {
|
|
@@ -927,7 +927,7 @@ const deserializeAws_json1_1CreatePredictorBacktestExportJobCommandError = async
|
|
|
927
927
|
$fault: "client",
|
|
928
928
|
$metadata: deserializeMetadata(output),
|
|
929
929
|
});
|
|
930
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
930
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
931
931
|
}
|
|
932
932
|
};
|
|
933
933
|
const deserializeAws_json1_1DeleteDatasetCommand = async (output, context) => {
|
|
@@ -966,7 +966,7 @@ const deserializeAws_json1_1DeleteDatasetCommandError = async (output, context)
|
|
|
966
966
|
$fault: "client",
|
|
967
967
|
$metadata: deserializeMetadata(output),
|
|
968
968
|
});
|
|
969
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
969
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
970
970
|
}
|
|
971
971
|
};
|
|
972
972
|
const deserializeAws_json1_1DeleteDatasetGroupCommand = async (output, context) => {
|
|
@@ -1005,7 +1005,7 @@ const deserializeAws_json1_1DeleteDatasetGroupCommandError = async (output, cont
|
|
|
1005
1005
|
$fault: "client",
|
|
1006
1006
|
$metadata: deserializeMetadata(output),
|
|
1007
1007
|
});
|
|
1008
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1008
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1009
1009
|
}
|
|
1010
1010
|
};
|
|
1011
1011
|
const deserializeAws_json1_1DeleteDatasetImportJobCommand = async (output, context) => {
|
|
@@ -1044,7 +1044,7 @@ const deserializeAws_json1_1DeleteDatasetImportJobCommandError = async (output,
|
|
|
1044
1044
|
$fault: "client",
|
|
1045
1045
|
$metadata: deserializeMetadata(output),
|
|
1046
1046
|
});
|
|
1047
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1047
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1048
1048
|
}
|
|
1049
1049
|
};
|
|
1050
1050
|
const deserializeAws_json1_1DeleteExplainabilityCommand = async (output, context) => {
|
|
@@ -1083,7 +1083,7 @@ const deserializeAws_json1_1DeleteExplainabilityCommandError = async (output, co
|
|
|
1083
1083
|
$fault: "client",
|
|
1084
1084
|
$metadata: deserializeMetadata(output),
|
|
1085
1085
|
});
|
|
1086
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1086
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1087
1087
|
}
|
|
1088
1088
|
};
|
|
1089
1089
|
const deserializeAws_json1_1DeleteExplainabilityExportCommand = async (output, context) => {
|
|
@@ -1122,7 +1122,7 @@ const deserializeAws_json1_1DeleteExplainabilityExportCommandError = async (outp
|
|
|
1122
1122
|
$fault: "client",
|
|
1123
1123
|
$metadata: deserializeMetadata(output),
|
|
1124
1124
|
});
|
|
1125
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1125
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1126
1126
|
}
|
|
1127
1127
|
};
|
|
1128
1128
|
const deserializeAws_json1_1DeleteForecastCommand = async (output, context) => {
|
|
@@ -1161,7 +1161,7 @@ const deserializeAws_json1_1DeleteForecastCommandError = async (output, context)
|
|
|
1161
1161
|
$fault: "client",
|
|
1162
1162
|
$metadata: deserializeMetadata(output),
|
|
1163
1163
|
});
|
|
1164
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1164
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1165
1165
|
}
|
|
1166
1166
|
};
|
|
1167
1167
|
const deserializeAws_json1_1DeleteForecastExportJobCommand = async (output, context) => {
|
|
@@ -1200,7 +1200,7 @@ const deserializeAws_json1_1DeleteForecastExportJobCommandError = async (output,
|
|
|
1200
1200
|
$fault: "client",
|
|
1201
1201
|
$metadata: deserializeMetadata(output),
|
|
1202
1202
|
});
|
|
1203
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1203
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1204
1204
|
}
|
|
1205
1205
|
};
|
|
1206
1206
|
const deserializeAws_json1_1DeletePredictorCommand = async (output, context) => {
|
|
@@ -1239,7 +1239,7 @@ const deserializeAws_json1_1DeletePredictorCommandError = async (output, context
|
|
|
1239
1239
|
$fault: "client",
|
|
1240
1240
|
$metadata: deserializeMetadata(output),
|
|
1241
1241
|
});
|
|
1242
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1242
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1243
1243
|
}
|
|
1244
1244
|
};
|
|
1245
1245
|
const deserializeAws_json1_1DeletePredictorBacktestExportJobCommand = async (output, context) => {
|
|
@@ -1278,7 +1278,7 @@ const deserializeAws_json1_1DeletePredictorBacktestExportJobCommandError = async
|
|
|
1278
1278
|
$fault: "client",
|
|
1279
1279
|
$metadata: deserializeMetadata(output),
|
|
1280
1280
|
});
|
|
1281
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1281
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1282
1282
|
}
|
|
1283
1283
|
};
|
|
1284
1284
|
const deserializeAws_json1_1DeleteResourceTreeCommand = async (output, context) => {
|
|
@@ -1317,7 +1317,7 @@ const deserializeAws_json1_1DeleteResourceTreeCommandError = async (output, cont
|
|
|
1317
1317
|
$fault: "client",
|
|
1318
1318
|
$metadata: deserializeMetadata(output),
|
|
1319
1319
|
});
|
|
1320
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1320
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1321
1321
|
}
|
|
1322
1322
|
};
|
|
1323
1323
|
const deserializeAws_json1_1DescribeAutoPredictorCommand = async (output, context) => {
|
|
@@ -1356,7 +1356,7 @@ const deserializeAws_json1_1DescribeAutoPredictorCommandError = async (output, c
|
|
|
1356
1356
|
$fault: "client",
|
|
1357
1357
|
$metadata: deserializeMetadata(output),
|
|
1358
1358
|
});
|
|
1359
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1359
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1360
1360
|
}
|
|
1361
1361
|
};
|
|
1362
1362
|
const deserializeAws_json1_1DescribeDatasetCommand = async (output, context) => {
|
|
@@ -1395,7 +1395,7 @@ const deserializeAws_json1_1DescribeDatasetCommandError = async (output, context
|
|
|
1395
1395
|
$fault: "client",
|
|
1396
1396
|
$metadata: deserializeMetadata(output),
|
|
1397
1397
|
});
|
|
1398
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1398
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1399
1399
|
}
|
|
1400
1400
|
};
|
|
1401
1401
|
const deserializeAws_json1_1DescribeDatasetGroupCommand = async (output, context) => {
|
|
@@ -1434,7 +1434,7 @@ const deserializeAws_json1_1DescribeDatasetGroupCommandError = async (output, co
|
|
|
1434
1434
|
$fault: "client",
|
|
1435
1435
|
$metadata: deserializeMetadata(output),
|
|
1436
1436
|
});
|
|
1437
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1437
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1438
1438
|
}
|
|
1439
1439
|
};
|
|
1440
1440
|
const deserializeAws_json1_1DescribeDatasetImportJobCommand = async (output, context) => {
|
|
@@ -1473,7 +1473,7 @@ const deserializeAws_json1_1DescribeDatasetImportJobCommandError = async (output
|
|
|
1473
1473
|
$fault: "client",
|
|
1474
1474
|
$metadata: deserializeMetadata(output),
|
|
1475
1475
|
});
|
|
1476
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1476
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1477
1477
|
}
|
|
1478
1478
|
};
|
|
1479
1479
|
const deserializeAws_json1_1DescribeExplainabilityCommand = async (output, context) => {
|
|
@@ -1512,7 +1512,7 @@ const deserializeAws_json1_1DescribeExplainabilityCommandError = async (output,
|
|
|
1512
1512
|
$fault: "client",
|
|
1513
1513
|
$metadata: deserializeMetadata(output),
|
|
1514
1514
|
});
|
|
1515
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1515
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1516
1516
|
}
|
|
1517
1517
|
};
|
|
1518
1518
|
const deserializeAws_json1_1DescribeExplainabilityExportCommand = async (output, context) => {
|
|
@@ -1551,7 +1551,7 @@ const deserializeAws_json1_1DescribeExplainabilityExportCommandError = async (ou
|
|
|
1551
1551
|
$fault: "client",
|
|
1552
1552
|
$metadata: deserializeMetadata(output),
|
|
1553
1553
|
});
|
|
1554
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1554
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1555
1555
|
}
|
|
1556
1556
|
};
|
|
1557
1557
|
const deserializeAws_json1_1DescribeForecastCommand = async (output, context) => {
|
|
@@ -1590,7 +1590,7 @@ const deserializeAws_json1_1DescribeForecastCommandError = async (output, contex
|
|
|
1590
1590
|
$fault: "client",
|
|
1591
1591
|
$metadata: deserializeMetadata(output),
|
|
1592
1592
|
});
|
|
1593
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1593
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1594
1594
|
}
|
|
1595
1595
|
};
|
|
1596
1596
|
const deserializeAws_json1_1DescribeForecastExportJobCommand = async (output, context) => {
|
|
@@ -1629,7 +1629,7 @@ const deserializeAws_json1_1DescribeForecastExportJobCommandError = async (outpu
|
|
|
1629
1629
|
$fault: "client",
|
|
1630
1630
|
$metadata: deserializeMetadata(output),
|
|
1631
1631
|
});
|
|
1632
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1632
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1633
1633
|
}
|
|
1634
1634
|
};
|
|
1635
1635
|
const deserializeAws_json1_1DescribePredictorCommand = async (output, context) => {
|
|
@@ -1668,7 +1668,7 @@ const deserializeAws_json1_1DescribePredictorCommandError = async (output, conte
|
|
|
1668
1668
|
$fault: "client",
|
|
1669
1669
|
$metadata: deserializeMetadata(output),
|
|
1670
1670
|
});
|
|
1671
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1671
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1672
1672
|
}
|
|
1673
1673
|
};
|
|
1674
1674
|
const deserializeAws_json1_1DescribePredictorBacktestExportJobCommand = async (output, context) => {
|
|
@@ -1707,7 +1707,7 @@ const deserializeAws_json1_1DescribePredictorBacktestExportJobCommandError = asy
|
|
|
1707
1707
|
$fault: "client",
|
|
1708
1708
|
$metadata: deserializeMetadata(output),
|
|
1709
1709
|
});
|
|
1710
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1710
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1711
1711
|
}
|
|
1712
1712
|
};
|
|
1713
1713
|
const deserializeAws_json1_1GetAccuracyMetricsCommand = async (output, context) => {
|
|
@@ -1749,7 +1749,7 @@ const deserializeAws_json1_1GetAccuracyMetricsCommandError = async (output, cont
|
|
|
1749
1749
|
$fault: "client",
|
|
1750
1750
|
$metadata: deserializeMetadata(output),
|
|
1751
1751
|
});
|
|
1752
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1752
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1753
1753
|
}
|
|
1754
1754
|
};
|
|
1755
1755
|
const deserializeAws_json1_1ListDatasetGroupsCommand = async (output, context) => {
|
|
@@ -1785,7 +1785,7 @@ const deserializeAws_json1_1ListDatasetGroupsCommandError = async (output, conte
|
|
|
1785
1785
|
$fault: "client",
|
|
1786
1786
|
$metadata: deserializeMetadata(output),
|
|
1787
1787
|
});
|
|
1788
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1788
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1789
1789
|
}
|
|
1790
1790
|
};
|
|
1791
1791
|
const deserializeAws_json1_1ListDatasetImportJobsCommand = async (output, context) => {
|
|
@@ -1824,7 +1824,7 @@ const deserializeAws_json1_1ListDatasetImportJobsCommandError = async (output, c
|
|
|
1824
1824
|
$fault: "client",
|
|
1825
1825
|
$metadata: deserializeMetadata(output),
|
|
1826
1826
|
});
|
|
1827
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1827
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1828
1828
|
}
|
|
1829
1829
|
};
|
|
1830
1830
|
const deserializeAws_json1_1ListDatasetsCommand = async (output, context) => {
|
|
@@ -1860,7 +1860,7 @@ const deserializeAws_json1_1ListDatasetsCommandError = async (output, context) =
|
|
|
1860
1860
|
$fault: "client",
|
|
1861
1861
|
$metadata: deserializeMetadata(output),
|
|
1862
1862
|
});
|
|
1863
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1863
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1864
1864
|
}
|
|
1865
1865
|
};
|
|
1866
1866
|
const deserializeAws_json1_1ListExplainabilitiesCommand = async (output, context) => {
|
|
@@ -1899,7 +1899,7 @@ const deserializeAws_json1_1ListExplainabilitiesCommandError = async (output, co
|
|
|
1899
1899
|
$fault: "client",
|
|
1900
1900
|
$metadata: deserializeMetadata(output),
|
|
1901
1901
|
});
|
|
1902
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1902
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1903
1903
|
}
|
|
1904
1904
|
};
|
|
1905
1905
|
const deserializeAws_json1_1ListExplainabilityExportsCommand = async (output, context) => {
|
|
@@ -1938,7 +1938,7 @@ const deserializeAws_json1_1ListExplainabilityExportsCommandError = async (outpu
|
|
|
1938
1938
|
$fault: "client",
|
|
1939
1939
|
$metadata: deserializeMetadata(output),
|
|
1940
1940
|
});
|
|
1941
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1941
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1942
1942
|
}
|
|
1943
1943
|
};
|
|
1944
1944
|
const deserializeAws_json1_1ListForecastExportJobsCommand = async (output, context) => {
|
|
@@ -1977,7 +1977,7 @@ const deserializeAws_json1_1ListForecastExportJobsCommandError = async (output,
|
|
|
1977
1977
|
$fault: "client",
|
|
1978
1978
|
$metadata: deserializeMetadata(output),
|
|
1979
1979
|
});
|
|
1980
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1980
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1981
1981
|
}
|
|
1982
1982
|
};
|
|
1983
1983
|
const deserializeAws_json1_1ListForecastsCommand = async (output, context) => {
|
|
@@ -2016,7 +2016,7 @@ const deserializeAws_json1_1ListForecastsCommandError = async (output, context)
|
|
|
2016
2016
|
$fault: "client",
|
|
2017
2017
|
$metadata: deserializeMetadata(output),
|
|
2018
2018
|
});
|
|
2019
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2019
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2020
2020
|
}
|
|
2021
2021
|
};
|
|
2022
2022
|
const deserializeAws_json1_1ListPredictorBacktestExportJobsCommand = async (output, context) => {
|
|
@@ -2055,7 +2055,7 @@ const deserializeAws_json1_1ListPredictorBacktestExportJobsCommandError = async
|
|
|
2055
2055
|
$fault: "client",
|
|
2056
2056
|
$metadata: deserializeMetadata(output),
|
|
2057
2057
|
});
|
|
2058
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2058
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2059
2059
|
}
|
|
2060
2060
|
};
|
|
2061
2061
|
const deserializeAws_json1_1ListPredictorsCommand = async (output, context) => {
|
|
@@ -2094,7 +2094,7 @@ const deserializeAws_json1_1ListPredictorsCommandError = async (output, context)
|
|
|
2094
2094
|
$fault: "client",
|
|
2095
2095
|
$metadata: deserializeMetadata(output),
|
|
2096
2096
|
});
|
|
2097
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2097
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2098
2098
|
}
|
|
2099
2099
|
};
|
|
2100
2100
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -2133,7 +2133,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
2133
2133
|
$fault: "client",
|
|
2134
2134
|
$metadata: deserializeMetadata(output),
|
|
2135
2135
|
});
|
|
2136
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2136
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2137
2137
|
}
|
|
2138
2138
|
};
|
|
2139
2139
|
const deserializeAws_json1_1StopResourceCommand = async (output, context) => {
|
|
@@ -2172,7 +2172,7 @@ const deserializeAws_json1_1StopResourceCommandError = async (output, context) =
|
|
|
2172
2172
|
$fault: "client",
|
|
2173
2173
|
$metadata: deserializeMetadata(output),
|
|
2174
2174
|
});
|
|
2175
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2175
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2176
2176
|
}
|
|
2177
2177
|
};
|
|
2178
2178
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -2214,7 +2214,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
2214
2214
|
$fault: "client",
|
|
2215
2215
|
$metadata: deserializeMetadata(output),
|
|
2216
2216
|
});
|
|
2217
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2217
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2218
2218
|
}
|
|
2219
2219
|
};
|
|
2220
2220
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -2253,7 +2253,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
2253
2253
|
$fault: "client",
|
|
2254
2254
|
$metadata: deserializeMetadata(output),
|
|
2255
2255
|
});
|
|
2256
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2256
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2257
2257
|
}
|
|
2258
2258
|
};
|
|
2259
2259
|
const deserializeAws_json1_1UpdateDatasetGroupCommand = async (output, context) => {
|
|
@@ -2295,7 +2295,7 @@ const deserializeAws_json1_1UpdateDatasetGroupCommandError = async (output, cont
|
|
|
2295
2295
|
$fault: "client",
|
|
2296
2296
|
$metadata: deserializeMetadata(output),
|
|
2297
2297
|
});
|
|
2298
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2298
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2299
2299
|
}
|
|
2300
2300
|
};
|
|
2301
2301
|
const deserializeAws_json1_1InvalidInputExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -2305,7 +2305,7 @@ const deserializeAws_json1_1InvalidInputExceptionResponse = async (parsedOutput,
|
|
|
2305
2305
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2306
2306
|
...deserialized,
|
|
2307
2307
|
});
|
|
2308
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2308
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2309
2309
|
};
|
|
2310
2310
|
const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOutput, context) => {
|
|
2311
2311
|
const body = parsedOutput.body;
|
|
@@ -2314,7 +2314,7 @@ const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOut
|
|
|
2314
2314
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2315
2315
|
...deserialized,
|
|
2316
2316
|
});
|
|
2317
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2317
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2318
2318
|
};
|
|
2319
2319
|
const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
2320
2320
|
const body = parsedOutput.body;
|
|
@@ -2323,7 +2323,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
|
|
|
2323
2323
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2324
2324
|
...deserialized,
|
|
2325
2325
|
});
|
|
2326
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2326
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2327
2327
|
};
|
|
2328
2328
|
const deserializeAws_json1_1ResourceAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
|
|
2329
2329
|
const body = parsedOutput.body;
|
|
@@ -2332,7 +2332,7 @@ const deserializeAws_json1_1ResourceAlreadyExistsExceptionResponse = async (pars
|
|
|
2332
2332
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2333
2333
|
...deserialized,
|
|
2334
2334
|
});
|
|
2335
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2335
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2336
2336
|
};
|
|
2337
2337
|
const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput, context) => {
|
|
2338
2338
|
const body = parsedOutput.body;
|
|
@@ -2341,7 +2341,7 @@ const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput
|
|
|
2341
2341
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2342
2342
|
...deserialized,
|
|
2343
2343
|
});
|
|
2344
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2344
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2345
2345
|
};
|
|
2346
2346
|
const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2347
2347
|
const body = parsedOutput.body;
|
|
@@ -2350,7 +2350,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
|
|
|
2350
2350
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2351
2351
|
...deserialized,
|
|
2352
2352
|
});
|
|
2353
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2353
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2354
2354
|
};
|
|
2355
2355
|
const serializeAws_json1_1AdditionalDataset = (input, context) => {
|
|
2356
2356
|
return {
|
|
@@ -2430,8 +2430,8 @@ const serializeAws_json1_1Configuration = (input, context) => {
|
|
|
2430
2430
|
};
|
|
2431
2431
|
const serializeAws_json1_1ContinuousParameterRange = (input, context) => {
|
|
2432
2432
|
return {
|
|
2433
|
-
...(input.MaxValue !== undefined && input.MaxValue !== null && { MaxValue: smithy_client_1.serializeFloat(input.MaxValue) }),
|
|
2434
|
-
...(input.MinValue !== undefined && input.MinValue !== null && { MinValue: smithy_client_1.serializeFloat(input.MinValue) }),
|
|
2433
|
+
...(input.MaxValue !== undefined && input.MaxValue !== null && { MaxValue: (0, smithy_client_1.serializeFloat)(input.MaxValue) }),
|
|
2434
|
+
...(input.MinValue !== undefined && input.MinValue !== null && { MinValue: (0, smithy_client_1.serializeFloat)(input.MinValue) }),
|
|
2435
2435
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
2436
2436
|
...(input.ScalingType !== undefined && input.ScalingType !== null && { ScalingType: input.ScalingType }),
|
|
2437
2437
|
};
|
|
@@ -3154,7 +3154,7 @@ const deserializeAws_json1_1AdditionalDataset = (output, context) => {
|
|
|
3154
3154
|
Configuration: output.Configuration !== undefined && output.Configuration !== null
|
|
3155
3155
|
? deserializeAws_json1_1Configuration(output.Configuration, context)
|
|
3156
3156
|
: undefined,
|
|
3157
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3157
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3158
3158
|
};
|
|
3159
3159
|
};
|
|
3160
3160
|
const deserializeAws_json1_1AdditionalDatasets = (output, context) => {
|
|
@@ -3175,13 +3175,13 @@ const deserializeAws_json1_1ArnList = (output, context) => {
|
|
|
3175
3175
|
if (entry === null) {
|
|
3176
3176
|
return null;
|
|
3177
3177
|
}
|
|
3178
|
-
return smithy_client_1.expectString(entry);
|
|
3178
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3179
3179
|
});
|
|
3180
3180
|
return retVal;
|
|
3181
3181
|
};
|
|
3182
3182
|
const deserializeAws_json1_1AttributeConfig = (output, context) => {
|
|
3183
3183
|
return {
|
|
3184
|
-
AttributeName: smithy_client_1.expectString(output.AttributeName),
|
|
3184
|
+
AttributeName: (0, smithy_client_1.expectString)(output.AttributeName),
|
|
3185
3185
|
Transformations: output.Transformations !== undefined && output.Transformations !== null
|
|
3186
3186
|
? deserializeAws_json1_1Transformations(output.Transformations, context)
|
|
3187
3187
|
: undefined,
|
|
@@ -3200,7 +3200,7 @@ const deserializeAws_json1_1AttributeConfigs = (output, context) => {
|
|
|
3200
3200
|
};
|
|
3201
3201
|
const deserializeAws_json1_1CategoricalParameterRange = (output, context) => {
|
|
3202
3202
|
return {
|
|
3203
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3203
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3204
3204
|
Values: output.Values !== undefined && output.Values !== null
|
|
3205
3205
|
? deserializeAws_json1_1Values(output.Values, context)
|
|
3206
3206
|
: undefined,
|
|
@@ -3230,10 +3230,10 @@ const deserializeAws_json1_1Configuration = (output, context) => {
|
|
|
3230
3230
|
};
|
|
3231
3231
|
const deserializeAws_json1_1ContinuousParameterRange = (output, context) => {
|
|
3232
3232
|
return {
|
|
3233
|
-
MaxValue: smithy_client_1.limitedParseDouble(output.MaxValue),
|
|
3234
|
-
MinValue: smithy_client_1.limitedParseDouble(output.MinValue),
|
|
3235
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3236
|
-
ScalingType: smithy_client_1.expectString(output.ScalingType),
|
|
3233
|
+
MaxValue: (0, smithy_client_1.limitedParseDouble)(output.MaxValue),
|
|
3234
|
+
MinValue: (0, smithy_client_1.limitedParseDouble)(output.MinValue),
|
|
3235
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3236
|
+
ScalingType: (0, smithy_client_1.expectString)(output.ScalingType),
|
|
3237
3237
|
};
|
|
3238
3238
|
};
|
|
3239
3239
|
const deserializeAws_json1_1ContinuousParameterRanges = (output, context) => {
|
|
@@ -3249,52 +3249,52 @@ const deserializeAws_json1_1ContinuousParameterRanges = (output, context) => {
|
|
|
3249
3249
|
};
|
|
3250
3250
|
const deserializeAws_json1_1CreateAutoPredictorResponse = (output, context) => {
|
|
3251
3251
|
return {
|
|
3252
|
-
PredictorArn: smithy_client_1.expectString(output.PredictorArn),
|
|
3252
|
+
PredictorArn: (0, smithy_client_1.expectString)(output.PredictorArn),
|
|
3253
3253
|
};
|
|
3254
3254
|
};
|
|
3255
3255
|
const deserializeAws_json1_1CreateDatasetGroupResponse = (output, context) => {
|
|
3256
3256
|
return {
|
|
3257
|
-
DatasetGroupArn: smithy_client_1.expectString(output.DatasetGroupArn),
|
|
3257
|
+
DatasetGroupArn: (0, smithy_client_1.expectString)(output.DatasetGroupArn),
|
|
3258
3258
|
};
|
|
3259
3259
|
};
|
|
3260
3260
|
const deserializeAws_json1_1CreateDatasetImportJobResponse = (output, context) => {
|
|
3261
3261
|
return {
|
|
3262
|
-
DatasetImportJobArn: smithy_client_1.expectString(output.DatasetImportJobArn),
|
|
3262
|
+
DatasetImportJobArn: (0, smithy_client_1.expectString)(output.DatasetImportJobArn),
|
|
3263
3263
|
};
|
|
3264
3264
|
};
|
|
3265
3265
|
const deserializeAws_json1_1CreateDatasetResponse = (output, context) => {
|
|
3266
3266
|
return {
|
|
3267
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
3267
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
3268
3268
|
};
|
|
3269
3269
|
};
|
|
3270
3270
|
const deserializeAws_json1_1CreateExplainabilityExportResponse = (output, context) => {
|
|
3271
3271
|
return {
|
|
3272
|
-
ExplainabilityExportArn: smithy_client_1.expectString(output.ExplainabilityExportArn),
|
|
3272
|
+
ExplainabilityExportArn: (0, smithy_client_1.expectString)(output.ExplainabilityExportArn),
|
|
3273
3273
|
};
|
|
3274
3274
|
};
|
|
3275
3275
|
const deserializeAws_json1_1CreateExplainabilityResponse = (output, context) => {
|
|
3276
3276
|
return {
|
|
3277
|
-
ExplainabilityArn: smithy_client_1.expectString(output.ExplainabilityArn),
|
|
3277
|
+
ExplainabilityArn: (0, smithy_client_1.expectString)(output.ExplainabilityArn),
|
|
3278
3278
|
};
|
|
3279
3279
|
};
|
|
3280
3280
|
const deserializeAws_json1_1CreateForecastExportJobResponse = (output, context) => {
|
|
3281
3281
|
return {
|
|
3282
|
-
ForecastExportJobArn: smithy_client_1.expectString(output.ForecastExportJobArn),
|
|
3282
|
+
ForecastExportJobArn: (0, smithy_client_1.expectString)(output.ForecastExportJobArn),
|
|
3283
3283
|
};
|
|
3284
3284
|
};
|
|
3285
3285
|
const deserializeAws_json1_1CreateForecastResponse = (output, context) => {
|
|
3286
3286
|
return {
|
|
3287
|
-
ForecastArn: smithy_client_1.expectString(output.ForecastArn),
|
|
3287
|
+
ForecastArn: (0, smithy_client_1.expectString)(output.ForecastArn),
|
|
3288
3288
|
};
|
|
3289
3289
|
};
|
|
3290
3290
|
const deserializeAws_json1_1CreatePredictorBacktestExportJobResponse = (output, context) => {
|
|
3291
3291
|
return {
|
|
3292
|
-
PredictorBacktestExportJobArn: smithy_client_1.expectString(output.PredictorBacktestExportJobArn),
|
|
3292
|
+
PredictorBacktestExportJobArn: (0, smithy_client_1.expectString)(output.PredictorBacktestExportJobArn),
|
|
3293
3293
|
};
|
|
3294
3294
|
};
|
|
3295
3295
|
const deserializeAws_json1_1CreatePredictorResponse = (output, context) => {
|
|
3296
3296
|
return {
|
|
3297
|
-
PredictorArn: smithy_client_1.expectString(output.PredictorArn),
|
|
3297
|
+
PredictorArn: (0, smithy_client_1.expectString)(output.PredictorArn),
|
|
3298
3298
|
};
|
|
3299
3299
|
};
|
|
3300
3300
|
const deserializeAws_json1_1DataConfig = (output, context) => {
|
|
@@ -3305,7 +3305,7 @@ const deserializeAws_json1_1DataConfig = (output, context) => {
|
|
|
3305
3305
|
AttributeConfigs: output.AttributeConfigs !== undefined && output.AttributeConfigs !== null
|
|
3306
3306
|
? deserializeAws_json1_1AttributeConfigs(output.AttributeConfigs, context)
|
|
3307
3307
|
: undefined,
|
|
3308
|
-
DatasetGroupArn: smithy_client_1.expectString(output.DatasetGroupArn),
|
|
3308
|
+
DatasetGroupArn: (0, smithy_client_1.expectString)(output.DatasetGroupArn),
|
|
3309
3309
|
};
|
|
3310
3310
|
};
|
|
3311
3311
|
const deserializeAws_json1_1DataDestination = (output, context) => {
|
|
@@ -3329,12 +3329,12 @@ const deserializeAws_json1_1DatasetGroups = (output, context) => {
|
|
|
3329
3329
|
const deserializeAws_json1_1DatasetGroupSummary = (output, context) => {
|
|
3330
3330
|
return {
|
|
3331
3331
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3332
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3332
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3333
3333
|
: undefined,
|
|
3334
|
-
DatasetGroupArn: smithy_client_1.expectString(output.DatasetGroupArn),
|
|
3335
|
-
DatasetGroupName: smithy_client_1.expectString(output.DatasetGroupName),
|
|
3334
|
+
DatasetGroupArn: (0, smithy_client_1.expectString)(output.DatasetGroupArn),
|
|
3335
|
+
DatasetGroupName: (0, smithy_client_1.expectString)(output.DatasetGroupName),
|
|
3336
3336
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3337
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3337
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3338
3338
|
: undefined,
|
|
3339
3339
|
};
|
|
3340
3340
|
};
|
|
@@ -3352,18 +3352,18 @@ const deserializeAws_json1_1DatasetImportJobs = (output, context) => {
|
|
|
3352
3352
|
const deserializeAws_json1_1DatasetImportJobSummary = (output, context) => {
|
|
3353
3353
|
return {
|
|
3354
3354
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3355
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3355
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3356
3356
|
: undefined,
|
|
3357
3357
|
DataSource: output.DataSource !== undefined && output.DataSource !== null
|
|
3358
3358
|
? deserializeAws_json1_1DataSource(output.DataSource, context)
|
|
3359
3359
|
: undefined,
|
|
3360
|
-
DatasetImportJobArn: smithy_client_1.expectString(output.DatasetImportJobArn),
|
|
3361
|
-
DatasetImportJobName: smithy_client_1.expectString(output.DatasetImportJobName),
|
|
3360
|
+
DatasetImportJobArn: (0, smithy_client_1.expectString)(output.DatasetImportJobArn),
|
|
3361
|
+
DatasetImportJobName: (0, smithy_client_1.expectString)(output.DatasetImportJobName),
|
|
3362
3362
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3363
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3363
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3364
3364
|
: undefined,
|
|
3365
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3366
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3365
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3366
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3367
3367
|
};
|
|
3368
3368
|
};
|
|
3369
3369
|
const deserializeAws_json1_1Datasets = (output, context) => {
|
|
@@ -3380,14 +3380,14 @@ const deserializeAws_json1_1Datasets = (output, context) => {
|
|
|
3380
3380
|
const deserializeAws_json1_1DatasetSummary = (output, context) => {
|
|
3381
3381
|
return {
|
|
3382
3382
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3383
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3383
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3384
3384
|
: undefined,
|
|
3385
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
3386
|
-
DatasetName: smithy_client_1.expectString(output.DatasetName),
|
|
3387
|
-
DatasetType: smithy_client_1.expectString(output.DatasetType),
|
|
3388
|
-
Domain: smithy_client_1.expectString(output.Domain),
|
|
3385
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
3386
|
+
DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
|
|
3387
|
+
DatasetType: (0, smithy_client_1.expectString)(output.DatasetType),
|
|
3388
|
+
Domain: (0, smithy_client_1.expectString)(output.Domain),
|
|
3389
3389
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3390
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3390
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3391
3391
|
: undefined,
|
|
3392
3392
|
};
|
|
3393
3393
|
};
|
|
@@ -3401,7 +3401,7 @@ const deserializeAws_json1_1DataSource = (output, context) => {
|
|
|
3401
3401
|
const deserializeAws_json1_1DescribeAutoPredictorResponse = (output, context) => {
|
|
3402
3402
|
return {
|
|
3403
3403
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3404
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3404
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3405
3405
|
: undefined,
|
|
3406
3406
|
DataConfig: output.DataConfig !== undefined && output.DataConfig !== null
|
|
3407
3407
|
? deserializeAws_json1_1DataConfig(output.DataConfig, context)
|
|
@@ -3412,208 +3412,208 @@ const deserializeAws_json1_1DescribeAutoPredictorResponse = (output, context) =>
|
|
|
3412
3412
|
EncryptionConfig: output.EncryptionConfig !== undefined && output.EncryptionConfig !== null
|
|
3413
3413
|
? deserializeAws_json1_1EncryptionConfig(output.EncryptionConfig, context)
|
|
3414
3414
|
: undefined,
|
|
3415
|
-
EstimatedTimeRemainingInMinutes: smithy_client_1.expectLong(output.EstimatedTimeRemainingInMinutes),
|
|
3415
|
+
EstimatedTimeRemainingInMinutes: (0, smithy_client_1.expectLong)(output.EstimatedTimeRemainingInMinutes),
|
|
3416
3416
|
ExplainabilityInfo: output.ExplainabilityInfo !== undefined && output.ExplainabilityInfo !== null
|
|
3417
3417
|
? deserializeAws_json1_1ExplainabilityInfo(output.ExplainabilityInfo, context)
|
|
3418
3418
|
: undefined,
|
|
3419
3419
|
ForecastDimensions: output.ForecastDimensions !== undefined && output.ForecastDimensions !== null
|
|
3420
3420
|
? deserializeAws_json1_1ForecastDimensions(output.ForecastDimensions, context)
|
|
3421
3421
|
: undefined,
|
|
3422
|
-
ForecastFrequency: smithy_client_1.expectString(output.ForecastFrequency),
|
|
3423
|
-
ForecastHorizon: smithy_client_1.expectInt32(output.ForecastHorizon),
|
|
3422
|
+
ForecastFrequency: (0, smithy_client_1.expectString)(output.ForecastFrequency),
|
|
3423
|
+
ForecastHorizon: (0, smithy_client_1.expectInt32)(output.ForecastHorizon),
|
|
3424
3424
|
ForecastTypes: output.ForecastTypes !== undefined && output.ForecastTypes !== null
|
|
3425
3425
|
? deserializeAws_json1_1ForecastTypes(output.ForecastTypes, context)
|
|
3426
3426
|
: undefined,
|
|
3427
3427
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3428
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3428
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3429
3429
|
: undefined,
|
|
3430
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3431
|
-
OptimizationMetric: smithy_client_1.expectString(output.OptimizationMetric),
|
|
3432
|
-
PredictorArn: smithy_client_1.expectString(output.PredictorArn),
|
|
3433
|
-
PredictorName: smithy_client_1.expectString(output.PredictorName),
|
|
3430
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3431
|
+
OptimizationMetric: (0, smithy_client_1.expectString)(output.OptimizationMetric),
|
|
3432
|
+
PredictorArn: (0, smithy_client_1.expectString)(output.PredictorArn),
|
|
3433
|
+
PredictorName: (0, smithy_client_1.expectString)(output.PredictorName),
|
|
3434
3434
|
ReferencePredictorSummary: output.ReferencePredictorSummary !== undefined && output.ReferencePredictorSummary !== null
|
|
3435
3435
|
? deserializeAws_json1_1ReferencePredictorSummary(output.ReferencePredictorSummary, context)
|
|
3436
3436
|
: undefined,
|
|
3437
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3437
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3438
3438
|
};
|
|
3439
3439
|
};
|
|
3440
3440
|
const deserializeAws_json1_1DescribeDatasetGroupResponse = (output, context) => {
|
|
3441
3441
|
return {
|
|
3442
3442
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3443
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3443
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3444
3444
|
: undefined,
|
|
3445
3445
|
DatasetArns: output.DatasetArns !== undefined && output.DatasetArns !== null
|
|
3446
3446
|
? deserializeAws_json1_1ArnList(output.DatasetArns, context)
|
|
3447
3447
|
: undefined,
|
|
3448
|
-
DatasetGroupArn: smithy_client_1.expectString(output.DatasetGroupArn),
|
|
3449
|
-
DatasetGroupName: smithy_client_1.expectString(output.DatasetGroupName),
|
|
3450
|
-
Domain: smithy_client_1.expectString(output.Domain),
|
|
3448
|
+
DatasetGroupArn: (0, smithy_client_1.expectString)(output.DatasetGroupArn),
|
|
3449
|
+
DatasetGroupName: (0, smithy_client_1.expectString)(output.DatasetGroupName),
|
|
3450
|
+
Domain: (0, smithy_client_1.expectString)(output.Domain),
|
|
3451
3451
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3452
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3452
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3453
3453
|
: undefined,
|
|
3454
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3454
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3455
3455
|
};
|
|
3456
3456
|
};
|
|
3457
3457
|
const deserializeAws_json1_1DescribeDatasetImportJobResponse = (output, context) => {
|
|
3458
3458
|
return {
|
|
3459
3459
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3460
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3460
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3461
3461
|
: undefined,
|
|
3462
|
-
DataSize: smithy_client_1.limitedParseDouble(output.DataSize),
|
|
3462
|
+
DataSize: (0, smithy_client_1.limitedParseDouble)(output.DataSize),
|
|
3463
3463
|
DataSource: output.DataSource !== undefined && output.DataSource !== null
|
|
3464
3464
|
? deserializeAws_json1_1DataSource(output.DataSource, context)
|
|
3465
3465
|
: undefined,
|
|
3466
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
3467
|
-
DatasetImportJobArn: smithy_client_1.expectString(output.DatasetImportJobArn),
|
|
3468
|
-
DatasetImportJobName: smithy_client_1.expectString(output.DatasetImportJobName),
|
|
3469
|
-
EstimatedTimeRemainingInMinutes: smithy_client_1.expectLong(output.EstimatedTimeRemainingInMinutes),
|
|
3466
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
3467
|
+
DatasetImportJobArn: (0, smithy_client_1.expectString)(output.DatasetImportJobArn),
|
|
3468
|
+
DatasetImportJobName: (0, smithy_client_1.expectString)(output.DatasetImportJobName),
|
|
3469
|
+
EstimatedTimeRemainingInMinutes: (0, smithy_client_1.expectLong)(output.EstimatedTimeRemainingInMinutes),
|
|
3470
3470
|
FieldStatistics: output.FieldStatistics !== undefined && output.FieldStatistics !== null
|
|
3471
3471
|
? deserializeAws_json1_1FieldStatistics(output.FieldStatistics, context)
|
|
3472
3472
|
: undefined,
|
|
3473
|
-
GeolocationFormat: smithy_client_1.expectString(output.GeolocationFormat),
|
|
3473
|
+
GeolocationFormat: (0, smithy_client_1.expectString)(output.GeolocationFormat),
|
|
3474
3474
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3475
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3475
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3476
3476
|
: undefined,
|
|
3477
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3478
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3479
|
-
TimeZone: smithy_client_1.expectString(output.TimeZone),
|
|
3480
|
-
TimestampFormat: smithy_client_1.expectString(output.TimestampFormat),
|
|
3481
|
-
UseGeolocationForTimeZone: smithy_client_1.expectBoolean(output.UseGeolocationForTimeZone),
|
|
3477
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3478
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3479
|
+
TimeZone: (0, smithy_client_1.expectString)(output.TimeZone),
|
|
3480
|
+
TimestampFormat: (0, smithy_client_1.expectString)(output.TimestampFormat),
|
|
3481
|
+
UseGeolocationForTimeZone: (0, smithy_client_1.expectBoolean)(output.UseGeolocationForTimeZone),
|
|
3482
3482
|
};
|
|
3483
3483
|
};
|
|
3484
3484
|
const deserializeAws_json1_1DescribeDatasetResponse = (output, context) => {
|
|
3485
3485
|
return {
|
|
3486
3486
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3487
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3487
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3488
3488
|
: undefined,
|
|
3489
|
-
DataFrequency: smithy_client_1.expectString(output.DataFrequency),
|
|
3490
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
3491
|
-
DatasetName: smithy_client_1.expectString(output.DatasetName),
|
|
3492
|
-
DatasetType: smithy_client_1.expectString(output.DatasetType),
|
|
3493
|
-
Domain: smithy_client_1.expectString(output.Domain),
|
|
3489
|
+
DataFrequency: (0, smithy_client_1.expectString)(output.DataFrequency),
|
|
3490
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
3491
|
+
DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
|
|
3492
|
+
DatasetType: (0, smithy_client_1.expectString)(output.DatasetType),
|
|
3493
|
+
Domain: (0, smithy_client_1.expectString)(output.Domain),
|
|
3494
3494
|
EncryptionConfig: output.EncryptionConfig !== undefined && output.EncryptionConfig !== null
|
|
3495
3495
|
? deserializeAws_json1_1EncryptionConfig(output.EncryptionConfig, context)
|
|
3496
3496
|
: undefined,
|
|
3497
3497
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3498
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3498
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3499
3499
|
: undefined,
|
|
3500
3500
|
Schema: output.Schema !== undefined && output.Schema !== null
|
|
3501
3501
|
? deserializeAws_json1_1Schema(output.Schema, context)
|
|
3502
3502
|
: undefined,
|
|
3503
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3503
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3504
3504
|
};
|
|
3505
3505
|
};
|
|
3506
3506
|
const deserializeAws_json1_1DescribeExplainabilityExportResponse = (output, context) => {
|
|
3507
3507
|
return {
|
|
3508
3508
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3509
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3509
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3510
3510
|
: undefined,
|
|
3511
3511
|
Destination: output.Destination !== undefined && output.Destination !== null
|
|
3512
3512
|
? deserializeAws_json1_1DataDestination(output.Destination, context)
|
|
3513
3513
|
: undefined,
|
|
3514
|
-
ExplainabilityArn: smithy_client_1.expectString(output.ExplainabilityArn),
|
|
3515
|
-
ExplainabilityExportArn: smithy_client_1.expectString(output.ExplainabilityExportArn),
|
|
3516
|
-
ExplainabilityExportName: smithy_client_1.expectString(output.ExplainabilityExportName),
|
|
3514
|
+
ExplainabilityArn: (0, smithy_client_1.expectString)(output.ExplainabilityArn),
|
|
3515
|
+
ExplainabilityExportArn: (0, smithy_client_1.expectString)(output.ExplainabilityExportArn),
|
|
3516
|
+
ExplainabilityExportName: (0, smithy_client_1.expectString)(output.ExplainabilityExportName),
|
|
3517
3517
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3518
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3518
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3519
3519
|
: undefined,
|
|
3520
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3521
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3520
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3521
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3522
3522
|
};
|
|
3523
3523
|
};
|
|
3524
3524
|
const deserializeAws_json1_1DescribeExplainabilityResponse = (output, context) => {
|
|
3525
3525
|
return {
|
|
3526
3526
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3527
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3527
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3528
3528
|
: undefined,
|
|
3529
3529
|
DataSource: output.DataSource !== undefined && output.DataSource !== null
|
|
3530
3530
|
? deserializeAws_json1_1DataSource(output.DataSource, context)
|
|
3531
3531
|
: undefined,
|
|
3532
|
-
EnableVisualization: smithy_client_1.expectBoolean(output.EnableVisualization),
|
|
3533
|
-
EndDateTime: smithy_client_1.expectString(output.EndDateTime),
|
|
3534
|
-
EstimatedTimeRemainingInMinutes: smithy_client_1.expectLong(output.EstimatedTimeRemainingInMinutes),
|
|
3535
|
-
ExplainabilityArn: smithy_client_1.expectString(output.ExplainabilityArn),
|
|
3532
|
+
EnableVisualization: (0, smithy_client_1.expectBoolean)(output.EnableVisualization),
|
|
3533
|
+
EndDateTime: (0, smithy_client_1.expectString)(output.EndDateTime),
|
|
3534
|
+
EstimatedTimeRemainingInMinutes: (0, smithy_client_1.expectLong)(output.EstimatedTimeRemainingInMinutes),
|
|
3535
|
+
ExplainabilityArn: (0, smithy_client_1.expectString)(output.ExplainabilityArn),
|
|
3536
3536
|
ExplainabilityConfig: output.ExplainabilityConfig !== undefined && output.ExplainabilityConfig !== null
|
|
3537
3537
|
? deserializeAws_json1_1ExplainabilityConfig(output.ExplainabilityConfig, context)
|
|
3538
3538
|
: undefined,
|
|
3539
|
-
ExplainabilityName: smithy_client_1.expectString(output.ExplainabilityName),
|
|
3539
|
+
ExplainabilityName: (0, smithy_client_1.expectString)(output.ExplainabilityName),
|
|
3540
3540
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3541
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3541
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3542
3542
|
: undefined,
|
|
3543
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3544
|
-
ResourceArn: smithy_client_1.expectString(output.ResourceArn),
|
|
3543
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3544
|
+
ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
|
|
3545
3545
|
Schema: output.Schema !== undefined && output.Schema !== null
|
|
3546
3546
|
? deserializeAws_json1_1Schema(output.Schema, context)
|
|
3547
3547
|
: undefined,
|
|
3548
|
-
StartDateTime: smithy_client_1.expectString(output.StartDateTime),
|
|
3549
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3548
|
+
StartDateTime: (0, smithy_client_1.expectString)(output.StartDateTime),
|
|
3549
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3550
3550
|
};
|
|
3551
3551
|
};
|
|
3552
3552
|
const deserializeAws_json1_1DescribeForecastExportJobResponse = (output, context) => {
|
|
3553
3553
|
return {
|
|
3554
3554
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3555
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3555
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3556
3556
|
: undefined,
|
|
3557
3557
|
Destination: output.Destination !== undefined && output.Destination !== null
|
|
3558
3558
|
? deserializeAws_json1_1DataDestination(output.Destination, context)
|
|
3559
3559
|
: undefined,
|
|
3560
|
-
ForecastArn: smithy_client_1.expectString(output.ForecastArn),
|
|
3561
|
-
ForecastExportJobArn: smithy_client_1.expectString(output.ForecastExportJobArn),
|
|
3562
|
-
ForecastExportJobName: smithy_client_1.expectString(output.ForecastExportJobName),
|
|
3560
|
+
ForecastArn: (0, smithy_client_1.expectString)(output.ForecastArn),
|
|
3561
|
+
ForecastExportJobArn: (0, smithy_client_1.expectString)(output.ForecastExportJobArn),
|
|
3562
|
+
ForecastExportJobName: (0, smithy_client_1.expectString)(output.ForecastExportJobName),
|
|
3563
3563
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3564
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3564
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3565
3565
|
: undefined,
|
|
3566
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3567
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3566
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3567
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3568
3568
|
};
|
|
3569
3569
|
};
|
|
3570
3570
|
const deserializeAws_json1_1DescribeForecastResponse = (output, context) => {
|
|
3571
3571
|
return {
|
|
3572
3572
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3573
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3573
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3574
3574
|
: undefined,
|
|
3575
|
-
DatasetGroupArn: smithy_client_1.expectString(output.DatasetGroupArn),
|
|
3576
|
-
EstimatedTimeRemainingInMinutes: smithy_client_1.expectLong(output.EstimatedTimeRemainingInMinutes),
|
|
3577
|
-
ForecastArn: smithy_client_1.expectString(output.ForecastArn),
|
|
3578
|
-
ForecastName: smithy_client_1.expectString(output.ForecastName),
|
|
3575
|
+
DatasetGroupArn: (0, smithy_client_1.expectString)(output.DatasetGroupArn),
|
|
3576
|
+
EstimatedTimeRemainingInMinutes: (0, smithy_client_1.expectLong)(output.EstimatedTimeRemainingInMinutes),
|
|
3577
|
+
ForecastArn: (0, smithy_client_1.expectString)(output.ForecastArn),
|
|
3578
|
+
ForecastName: (0, smithy_client_1.expectString)(output.ForecastName),
|
|
3579
3579
|
ForecastTypes: output.ForecastTypes !== undefined && output.ForecastTypes !== null
|
|
3580
3580
|
? deserializeAws_json1_1ForecastTypes(output.ForecastTypes, context)
|
|
3581
3581
|
: undefined,
|
|
3582
3582
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3583
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3583
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3584
3584
|
: undefined,
|
|
3585
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3586
|
-
PredictorArn: smithy_client_1.expectString(output.PredictorArn),
|
|
3587
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3585
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3586
|
+
PredictorArn: (0, smithy_client_1.expectString)(output.PredictorArn),
|
|
3587
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3588
3588
|
};
|
|
3589
3589
|
};
|
|
3590
3590
|
const deserializeAws_json1_1DescribePredictorBacktestExportJobResponse = (output, context) => {
|
|
3591
3591
|
return {
|
|
3592
3592
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3593
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3593
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3594
3594
|
: undefined,
|
|
3595
3595
|
Destination: output.Destination !== undefined && output.Destination !== null
|
|
3596
3596
|
? deserializeAws_json1_1DataDestination(output.Destination, context)
|
|
3597
3597
|
: undefined,
|
|
3598
3598
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3599
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3599
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3600
3600
|
: undefined,
|
|
3601
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3602
|
-
PredictorArn: smithy_client_1.expectString(output.PredictorArn),
|
|
3603
|
-
PredictorBacktestExportJobArn: smithy_client_1.expectString(output.PredictorBacktestExportJobArn),
|
|
3604
|
-
PredictorBacktestExportJobName: smithy_client_1.expectString(output.PredictorBacktestExportJobName),
|
|
3605
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3601
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3602
|
+
PredictorArn: (0, smithy_client_1.expectString)(output.PredictorArn),
|
|
3603
|
+
PredictorBacktestExportJobArn: (0, smithy_client_1.expectString)(output.PredictorBacktestExportJobArn),
|
|
3604
|
+
PredictorBacktestExportJobName: (0, smithy_client_1.expectString)(output.PredictorBacktestExportJobName),
|
|
3605
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3606
3606
|
};
|
|
3607
3607
|
};
|
|
3608
3608
|
const deserializeAws_json1_1DescribePredictorResponse = (output, context) => {
|
|
3609
3609
|
return {
|
|
3610
|
-
AlgorithmArn: smithy_client_1.expectString(output.AlgorithmArn),
|
|
3610
|
+
AlgorithmArn: (0, smithy_client_1.expectString)(output.AlgorithmArn),
|
|
3611
3611
|
AutoMLAlgorithmArns: output.AutoMLAlgorithmArns !== undefined && output.AutoMLAlgorithmArns !== null
|
|
3612
3612
|
? deserializeAws_json1_1ArnList(output.AutoMLAlgorithmArns, context)
|
|
3613
3613
|
: undefined,
|
|
3614
|
-
AutoMLOverrideStrategy: smithy_client_1.expectString(output.AutoMLOverrideStrategy),
|
|
3614
|
+
AutoMLOverrideStrategy: (0, smithy_client_1.expectString)(output.AutoMLOverrideStrategy),
|
|
3615
3615
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3616
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3616
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3617
3617
|
: undefined,
|
|
3618
3618
|
DatasetImportJobArns: output.DatasetImportJobArns !== undefined && output.DatasetImportJobArns !== null
|
|
3619
3619
|
? deserializeAws_json1_1ArnList(output.DatasetImportJobArns, context)
|
|
@@ -3621,14 +3621,14 @@ const deserializeAws_json1_1DescribePredictorResponse = (output, context) => {
|
|
|
3621
3621
|
EncryptionConfig: output.EncryptionConfig !== undefined && output.EncryptionConfig !== null
|
|
3622
3622
|
? deserializeAws_json1_1EncryptionConfig(output.EncryptionConfig, context)
|
|
3623
3623
|
: undefined,
|
|
3624
|
-
EstimatedTimeRemainingInMinutes: smithy_client_1.expectLong(output.EstimatedTimeRemainingInMinutes),
|
|
3624
|
+
EstimatedTimeRemainingInMinutes: (0, smithy_client_1.expectLong)(output.EstimatedTimeRemainingInMinutes),
|
|
3625
3625
|
EvaluationParameters: output.EvaluationParameters !== undefined && output.EvaluationParameters !== null
|
|
3626
3626
|
? deserializeAws_json1_1EvaluationParameters(output.EvaluationParameters, context)
|
|
3627
3627
|
: undefined,
|
|
3628
3628
|
FeaturizationConfig: output.FeaturizationConfig !== undefined && output.FeaturizationConfig !== null
|
|
3629
3629
|
? deserializeAws_json1_1FeaturizationConfig(output.FeaturizationConfig, context)
|
|
3630
3630
|
: undefined,
|
|
3631
|
-
ForecastHorizon: smithy_client_1.expectInt32(output.ForecastHorizon),
|
|
3631
|
+
ForecastHorizon: (0, smithy_client_1.expectInt32)(output.ForecastHorizon),
|
|
3632
3632
|
ForecastTypes: output.ForecastTypes !== undefined && output.ForecastTypes !== null
|
|
3633
3633
|
? deserializeAws_json1_1ForecastTypes(output.ForecastTypes, context)
|
|
3634
3634
|
: undefined,
|
|
@@ -3638,20 +3638,20 @@ const deserializeAws_json1_1DescribePredictorResponse = (output, context) => {
|
|
|
3638
3638
|
InputDataConfig: output.InputDataConfig !== undefined && output.InputDataConfig !== null
|
|
3639
3639
|
? deserializeAws_json1_1InputDataConfig(output.InputDataConfig, context)
|
|
3640
3640
|
: undefined,
|
|
3641
|
-
IsAutoPredictor: smithy_client_1.expectBoolean(output.IsAutoPredictor),
|
|
3641
|
+
IsAutoPredictor: (0, smithy_client_1.expectBoolean)(output.IsAutoPredictor),
|
|
3642
3642
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3643
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3643
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3644
3644
|
: undefined,
|
|
3645
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3646
|
-
OptimizationMetric: smithy_client_1.expectString(output.OptimizationMetric),
|
|
3647
|
-
PerformAutoML: smithy_client_1.expectBoolean(output.PerformAutoML),
|
|
3648
|
-
PerformHPO: smithy_client_1.expectBoolean(output.PerformHPO),
|
|
3649
|
-
PredictorArn: smithy_client_1.expectString(output.PredictorArn),
|
|
3645
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3646
|
+
OptimizationMetric: (0, smithy_client_1.expectString)(output.OptimizationMetric),
|
|
3647
|
+
PerformAutoML: (0, smithy_client_1.expectBoolean)(output.PerformAutoML),
|
|
3648
|
+
PerformHPO: (0, smithy_client_1.expectBoolean)(output.PerformHPO),
|
|
3649
|
+
PredictorArn: (0, smithy_client_1.expectString)(output.PredictorArn),
|
|
3650
3650
|
PredictorExecutionDetails: output.PredictorExecutionDetails !== undefined && output.PredictorExecutionDetails !== null
|
|
3651
3651
|
? deserializeAws_json1_1PredictorExecutionDetails(output.PredictorExecutionDetails, context)
|
|
3652
3652
|
: undefined,
|
|
3653
|
-
PredictorName: smithy_client_1.expectString(output.PredictorName),
|
|
3654
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3653
|
+
PredictorName: (0, smithy_client_1.expectString)(output.PredictorName),
|
|
3654
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3655
3655
|
TrainingParameters: output.TrainingParameters !== undefined && output.TrainingParameters !== null
|
|
3656
3656
|
? deserializeAws_json1_1TrainingParameters(output.TrainingParameters, context)
|
|
3657
3657
|
: undefined,
|
|
@@ -3659,17 +3659,17 @@ const deserializeAws_json1_1DescribePredictorResponse = (output, context) => {
|
|
|
3659
3659
|
};
|
|
3660
3660
|
const deserializeAws_json1_1EncryptionConfig = (output, context) => {
|
|
3661
3661
|
return {
|
|
3662
|
-
KMSKeyArn: smithy_client_1.expectString(output.KMSKeyArn),
|
|
3663
|
-
RoleArn: smithy_client_1.expectString(output.RoleArn),
|
|
3662
|
+
KMSKeyArn: (0, smithy_client_1.expectString)(output.KMSKeyArn),
|
|
3663
|
+
RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
|
|
3664
3664
|
};
|
|
3665
3665
|
};
|
|
3666
3666
|
const deserializeAws_json1_1ErrorMetric = (output, context) => {
|
|
3667
3667
|
return {
|
|
3668
|
-
ForecastType: smithy_client_1.expectString(output.ForecastType),
|
|
3669
|
-
MAPE: smithy_client_1.limitedParseDouble(output.MAPE),
|
|
3670
|
-
MASE: smithy_client_1.limitedParseDouble(output.MASE),
|
|
3671
|
-
RMSE: smithy_client_1.limitedParseDouble(output.RMSE),
|
|
3672
|
-
WAPE: smithy_client_1.limitedParseDouble(output.WAPE),
|
|
3668
|
+
ForecastType: (0, smithy_client_1.expectString)(output.ForecastType),
|
|
3669
|
+
MAPE: (0, smithy_client_1.limitedParseDouble)(output.MAPE),
|
|
3670
|
+
MASE: (0, smithy_client_1.limitedParseDouble)(output.MASE),
|
|
3671
|
+
RMSE: (0, smithy_client_1.limitedParseDouble)(output.RMSE),
|
|
3672
|
+
WAPE: (0, smithy_client_1.limitedParseDouble)(output.WAPE),
|
|
3673
3673
|
};
|
|
3674
3674
|
};
|
|
3675
3675
|
const deserializeAws_json1_1ErrorMetrics = (output, context) => {
|
|
@@ -3685,13 +3685,13 @@ const deserializeAws_json1_1ErrorMetrics = (output, context) => {
|
|
|
3685
3685
|
};
|
|
3686
3686
|
const deserializeAws_json1_1EvaluationParameters = (output, context) => {
|
|
3687
3687
|
return {
|
|
3688
|
-
BackTestWindowOffset: smithy_client_1.expectInt32(output.BackTestWindowOffset),
|
|
3689
|
-
NumberOfBacktestWindows: smithy_client_1.expectInt32(output.NumberOfBacktestWindows),
|
|
3688
|
+
BackTestWindowOffset: (0, smithy_client_1.expectInt32)(output.BackTestWindowOffset),
|
|
3689
|
+
NumberOfBacktestWindows: (0, smithy_client_1.expectInt32)(output.NumberOfBacktestWindows),
|
|
3690
3690
|
};
|
|
3691
3691
|
};
|
|
3692
3692
|
const deserializeAws_json1_1EvaluationResult = (output, context) => {
|
|
3693
3693
|
return {
|
|
3694
|
-
AlgorithmArn: smithy_client_1.expectString(output.AlgorithmArn),
|
|
3694
|
+
AlgorithmArn: (0, smithy_client_1.expectString)(output.AlgorithmArn),
|
|
3695
3695
|
TestWindows: output.TestWindows !== undefined && output.TestWindows !== null
|
|
3696
3696
|
? deserializeAws_json1_1TestWindows(output.TestWindows, context)
|
|
3697
3697
|
: undefined,
|
|
@@ -3710,8 +3710,8 @@ const deserializeAws_json1_1Explainabilities = (output, context) => {
|
|
|
3710
3710
|
};
|
|
3711
3711
|
const deserializeAws_json1_1ExplainabilityConfig = (output, context) => {
|
|
3712
3712
|
return {
|
|
3713
|
-
TimePointGranularity: smithy_client_1.expectString(output.TimePointGranularity),
|
|
3714
|
-
TimeSeriesGranularity: smithy_client_1.expectString(output.TimeSeriesGranularity),
|
|
3713
|
+
TimePointGranularity: (0, smithy_client_1.expectString)(output.TimePointGranularity),
|
|
3714
|
+
TimeSeriesGranularity: (0, smithy_client_1.expectString)(output.TimeSeriesGranularity),
|
|
3715
3715
|
};
|
|
3716
3716
|
};
|
|
3717
3717
|
const deserializeAws_json1_1ExplainabilityExports = (output, context) => {
|
|
@@ -3728,47 +3728,47 @@ const deserializeAws_json1_1ExplainabilityExports = (output, context) => {
|
|
|
3728
3728
|
const deserializeAws_json1_1ExplainabilityExportSummary = (output, context) => {
|
|
3729
3729
|
return {
|
|
3730
3730
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3731
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3731
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3732
3732
|
: undefined,
|
|
3733
3733
|
Destination: output.Destination !== undefined && output.Destination !== null
|
|
3734
3734
|
? deserializeAws_json1_1DataDestination(output.Destination, context)
|
|
3735
3735
|
: undefined,
|
|
3736
|
-
ExplainabilityExportArn: smithy_client_1.expectString(output.ExplainabilityExportArn),
|
|
3737
|
-
ExplainabilityExportName: smithy_client_1.expectString(output.ExplainabilityExportName),
|
|
3736
|
+
ExplainabilityExportArn: (0, smithy_client_1.expectString)(output.ExplainabilityExportArn),
|
|
3737
|
+
ExplainabilityExportName: (0, smithy_client_1.expectString)(output.ExplainabilityExportName),
|
|
3738
3738
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3739
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3739
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3740
3740
|
: undefined,
|
|
3741
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3742
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3741
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3742
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3743
3743
|
};
|
|
3744
3744
|
};
|
|
3745
3745
|
const deserializeAws_json1_1ExplainabilityInfo = (output, context) => {
|
|
3746
3746
|
return {
|
|
3747
|
-
ExplainabilityArn: smithy_client_1.expectString(output.ExplainabilityArn),
|
|
3748
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3747
|
+
ExplainabilityArn: (0, smithy_client_1.expectString)(output.ExplainabilityArn),
|
|
3748
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3749
3749
|
};
|
|
3750
3750
|
};
|
|
3751
3751
|
const deserializeAws_json1_1ExplainabilitySummary = (output, context) => {
|
|
3752
3752
|
return {
|
|
3753
3753
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3754
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3754
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3755
3755
|
: undefined,
|
|
3756
|
-
ExplainabilityArn: smithy_client_1.expectString(output.ExplainabilityArn),
|
|
3756
|
+
ExplainabilityArn: (0, smithy_client_1.expectString)(output.ExplainabilityArn),
|
|
3757
3757
|
ExplainabilityConfig: output.ExplainabilityConfig !== undefined && output.ExplainabilityConfig !== null
|
|
3758
3758
|
? deserializeAws_json1_1ExplainabilityConfig(output.ExplainabilityConfig, context)
|
|
3759
3759
|
: undefined,
|
|
3760
|
-
ExplainabilityName: smithy_client_1.expectString(output.ExplainabilityName),
|
|
3760
|
+
ExplainabilityName: (0, smithy_client_1.expectString)(output.ExplainabilityName),
|
|
3761
3761
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3762
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3762
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3763
3763
|
: undefined,
|
|
3764
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3765
|
-
ResourceArn: smithy_client_1.expectString(output.ResourceArn),
|
|
3766
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3764
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3765
|
+
ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
|
|
3766
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3767
3767
|
};
|
|
3768
3768
|
};
|
|
3769
3769
|
const deserializeAws_json1_1Featurization = (output, context) => {
|
|
3770
3770
|
return {
|
|
3771
|
-
AttributeName: smithy_client_1.expectString(output.AttributeName),
|
|
3771
|
+
AttributeName: (0, smithy_client_1.expectString)(output.AttributeName),
|
|
3772
3772
|
FeaturizationPipeline: output.FeaturizationPipeline !== undefined && output.FeaturizationPipeline !== null
|
|
3773
3773
|
? deserializeAws_json1_1FeaturizationPipeline(output.FeaturizationPipeline, context)
|
|
3774
3774
|
: undefined,
|
|
@@ -3782,12 +3782,12 @@ const deserializeAws_json1_1FeaturizationConfig = (output, context) => {
|
|
|
3782
3782
|
ForecastDimensions: output.ForecastDimensions !== undefined && output.ForecastDimensions !== null
|
|
3783
3783
|
? deserializeAws_json1_1ForecastDimensions(output.ForecastDimensions, context)
|
|
3784
3784
|
: undefined,
|
|
3785
|
-
ForecastFrequency: smithy_client_1.expectString(output.ForecastFrequency),
|
|
3785
|
+
ForecastFrequency: (0, smithy_client_1.expectString)(output.ForecastFrequency),
|
|
3786
3786
|
};
|
|
3787
3787
|
};
|
|
3788
3788
|
const deserializeAws_json1_1FeaturizationMethod = (output, context) => {
|
|
3789
3789
|
return {
|
|
3790
|
-
FeaturizationMethodName: smithy_client_1.expectString(output.FeaturizationMethodName),
|
|
3790
|
+
FeaturizationMethodName: (0, smithy_client_1.expectString)(output.FeaturizationMethodName),
|
|
3791
3791
|
FeaturizationMethodParameters: output.FeaturizationMethodParameters !== undefined && output.FeaturizationMethodParameters !== null
|
|
3792
3792
|
? deserializeAws_json1_1FeaturizationMethodParameters(output.FeaturizationMethodParameters, context)
|
|
3793
3793
|
: undefined,
|
|
@@ -3800,7 +3800,7 @@ const deserializeAws_json1_1FeaturizationMethodParameters = (output, context) =>
|
|
|
3800
3800
|
}
|
|
3801
3801
|
return {
|
|
3802
3802
|
...acc,
|
|
3803
|
-
[key]: smithy_client_1.expectString(value),
|
|
3803
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
3804
3804
|
};
|
|
3805
3805
|
}, {});
|
|
3806
3806
|
};
|
|
@@ -3844,7 +3844,7 @@ const deserializeAws_json1_1ForecastDimensions = (output, context) => {
|
|
|
3844
3844
|
if (entry === null) {
|
|
3845
3845
|
return null;
|
|
3846
3846
|
}
|
|
3847
|
-
return smithy_client_1.expectString(entry);
|
|
3847
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3848
3848
|
});
|
|
3849
3849
|
return retVal;
|
|
3850
3850
|
};
|
|
@@ -3862,18 +3862,18 @@ const deserializeAws_json1_1ForecastExportJobs = (output, context) => {
|
|
|
3862
3862
|
const deserializeAws_json1_1ForecastExportJobSummary = (output, context) => {
|
|
3863
3863
|
return {
|
|
3864
3864
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3865
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3865
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3866
3866
|
: undefined,
|
|
3867
3867
|
Destination: output.Destination !== undefined && output.Destination !== null
|
|
3868
3868
|
? deserializeAws_json1_1DataDestination(output.Destination, context)
|
|
3869
3869
|
: undefined,
|
|
3870
|
-
ForecastExportJobArn: smithy_client_1.expectString(output.ForecastExportJobArn),
|
|
3871
|
-
ForecastExportJobName: smithy_client_1.expectString(output.ForecastExportJobName),
|
|
3870
|
+
ForecastExportJobArn: (0, smithy_client_1.expectString)(output.ForecastExportJobArn),
|
|
3871
|
+
ForecastExportJobName: (0, smithy_client_1.expectString)(output.ForecastExportJobName),
|
|
3872
3872
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3873
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3873
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3874
3874
|
: undefined,
|
|
3875
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3876
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3875
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3876
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3877
3877
|
};
|
|
3878
3878
|
};
|
|
3879
3879
|
const deserializeAws_json1_1Forecasts = (output, context) => {
|
|
@@ -3889,19 +3889,19 @@ const deserializeAws_json1_1Forecasts = (output, context) => {
|
|
|
3889
3889
|
};
|
|
3890
3890
|
const deserializeAws_json1_1ForecastSummary = (output, context) => {
|
|
3891
3891
|
return {
|
|
3892
|
-
CreatedUsingAutoPredictor: smithy_client_1.expectBoolean(output.CreatedUsingAutoPredictor),
|
|
3892
|
+
CreatedUsingAutoPredictor: (0, smithy_client_1.expectBoolean)(output.CreatedUsingAutoPredictor),
|
|
3893
3893
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
3894
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
3894
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
3895
3895
|
: undefined,
|
|
3896
|
-
DatasetGroupArn: smithy_client_1.expectString(output.DatasetGroupArn),
|
|
3897
|
-
ForecastArn: smithy_client_1.expectString(output.ForecastArn),
|
|
3898
|
-
ForecastName: smithy_client_1.expectString(output.ForecastName),
|
|
3896
|
+
DatasetGroupArn: (0, smithy_client_1.expectString)(output.DatasetGroupArn),
|
|
3897
|
+
ForecastArn: (0, smithy_client_1.expectString)(output.ForecastArn),
|
|
3898
|
+
ForecastName: (0, smithy_client_1.expectString)(output.ForecastName),
|
|
3899
3899
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
3900
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
3900
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
3901
3901
|
: undefined,
|
|
3902
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3903
|
-
PredictorArn: smithy_client_1.expectString(output.PredictorArn),
|
|
3904
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
3902
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3903
|
+
PredictorArn: (0, smithy_client_1.expectString)(output.PredictorArn),
|
|
3904
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
3905
3905
|
};
|
|
3906
3906
|
};
|
|
3907
3907
|
const deserializeAws_json1_1ForecastTypes = (output, context) => {
|
|
@@ -3911,15 +3911,15 @@ const deserializeAws_json1_1ForecastTypes = (output, context) => {
|
|
|
3911
3911
|
if (entry === null) {
|
|
3912
3912
|
return null;
|
|
3913
3913
|
}
|
|
3914
|
-
return smithy_client_1.expectString(entry);
|
|
3914
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3915
3915
|
});
|
|
3916
3916
|
return retVal;
|
|
3917
3917
|
};
|
|
3918
3918
|
const deserializeAws_json1_1GetAccuracyMetricsResponse = (output, context) => {
|
|
3919
3919
|
return {
|
|
3920
|
-
AutoMLOverrideStrategy: smithy_client_1.expectString(output.AutoMLOverrideStrategy),
|
|
3921
|
-
IsAutoPredictor: smithy_client_1.expectBoolean(output.IsAutoPredictor),
|
|
3922
|
-
OptimizationMetric: smithy_client_1.expectString(output.OptimizationMetric),
|
|
3920
|
+
AutoMLOverrideStrategy: (0, smithy_client_1.expectString)(output.AutoMLOverrideStrategy),
|
|
3921
|
+
IsAutoPredictor: (0, smithy_client_1.expectBoolean)(output.IsAutoPredictor),
|
|
3922
|
+
OptimizationMetric: (0, smithy_client_1.expectString)(output.OptimizationMetric),
|
|
3923
3923
|
PredictorEvaluationResults: output.PredictorEvaluationResults !== undefined && output.PredictorEvaluationResults !== null
|
|
3924
3924
|
? deserializeAws_json1_1PredictorEvaluationResults(output.PredictorEvaluationResults, context)
|
|
3925
3925
|
: undefined,
|
|
@@ -3934,7 +3934,7 @@ const deserializeAws_json1_1HyperParameterTuningJobConfig = (output, context) =>
|
|
|
3934
3934
|
};
|
|
3935
3935
|
const deserializeAws_json1_1InputDataConfig = (output, context) => {
|
|
3936
3936
|
return {
|
|
3937
|
-
DatasetGroupArn: smithy_client_1.expectString(output.DatasetGroupArn),
|
|
3937
|
+
DatasetGroupArn: (0, smithy_client_1.expectString)(output.DatasetGroupArn),
|
|
3938
3938
|
SupplementaryFeatures: output.SupplementaryFeatures !== undefined && output.SupplementaryFeatures !== null
|
|
3939
3939
|
? deserializeAws_json1_1SupplementaryFeatures(output.SupplementaryFeatures, context)
|
|
3940
3940
|
: undefined,
|
|
@@ -3942,10 +3942,10 @@ const deserializeAws_json1_1InputDataConfig = (output, context) => {
|
|
|
3942
3942
|
};
|
|
3943
3943
|
const deserializeAws_json1_1IntegerParameterRange = (output, context) => {
|
|
3944
3944
|
return {
|
|
3945
|
-
MaxValue: smithy_client_1.expectInt32(output.MaxValue),
|
|
3946
|
-
MinValue: smithy_client_1.expectInt32(output.MinValue),
|
|
3947
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
3948
|
-
ScalingType: smithy_client_1.expectString(output.ScalingType),
|
|
3945
|
+
MaxValue: (0, smithy_client_1.expectInt32)(output.MaxValue),
|
|
3946
|
+
MinValue: (0, smithy_client_1.expectInt32)(output.MinValue),
|
|
3947
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
3948
|
+
ScalingType: (0, smithy_client_1.expectString)(output.ScalingType),
|
|
3949
3949
|
};
|
|
3950
3950
|
};
|
|
3951
3951
|
const deserializeAws_json1_1IntegerParameterRanges = (output, context) => {
|
|
@@ -3961,17 +3961,17 @@ const deserializeAws_json1_1IntegerParameterRanges = (output, context) => {
|
|
|
3961
3961
|
};
|
|
3962
3962
|
const deserializeAws_json1_1InvalidInputException = (output, context) => {
|
|
3963
3963
|
return {
|
|
3964
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3964
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3965
3965
|
};
|
|
3966
3966
|
};
|
|
3967
3967
|
const deserializeAws_json1_1InvalidNextTokenException = (output, context) => {
|
|
3968
3968
|
return {
|
|
3969
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3969
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3970
3970
|
};
|
|
3971
3971
|
};
|
|
3972
3972
|
const deserializeAws_json1_1LimitExceededException = (output, context) => {
|
|
3973
3973
|
return {
|
|
3974
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
3974
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
3975
3975
|
};
|
|
3976
3976
|
};
|
|
3977
3977
|
const deserializeAws_json1_1ListDatasetGroupsResponse = (output, context) => {
|
|
@@ -3979,7 +3979,7 @@ const deserializeAws_json1_1ListDatasetGroupsResponse = (output, context) => {
|
|
|
3979
3979
|
DatasetGroups: output.DatasetGroups !== undefined && output.DatasetGroups !== null
|
|
3980
3980
|
? deserializeAws_json1_1DatasetGroups(output.DatasetGroups, context)
|
|
3981
3981
|
: undefined,
|
|
3982
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3982
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3983
3983
|
};
|
|
3984
3984
|
};
|
|
3985
3985
|
const deserializeAws_json1_1ListDatasetImportJobsResponse = (output, context) => {
|
|
@@ -3987,7 +3987,7 @@ const deserializeAws_json1_1ListDatasetImportJobsResponse = (output, context) =>
|
|
|
3987
3987
|
DatasetImportJobs: output.DatasetImportJobs !== undefined && output.DatasetImportJobs !== null
|
|
3988
3988
|
? deserializeAws_json1_1DatasetImportJobs(output.DatasetImportJobs, context)
|
|
3989
3989
|
: undefined,
|
|
3990
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3990
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3991
3991
|
};
|
|
3992
3992
|
};
|
|
3993
3993
|
const deserializeAws_json1_1ListDatasetsResponse = (output, context) => {
|
|
@@ -3995,7 +3995,7 @@ const deserializeAws_json1_1ListDatasetsResponse = (output, context) => {
|
|
|
3995
3995
|
Datasets: output.Datasets !== undefined && output.Datasets !== null
|
|
3996
3996
|
? deserializeAws_json1_1Datasets(output.Datasets, context)
|
|
3997
3997
|
: undefined,
|
|
3998
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
3998
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
3999
3999
|
};
|
|
4000
4000
|
};
|
|
4001
4001
|
const deserializeAws_json1_1ListExplainabilitiesResponse = (output, context) => {
|
|
@@ -4003,7 +4003,7 @@ const deserializeAws_json1_1ListExplainabilitiesResponse = (output, context) =>
|
|
|
4003
4003
|
Explainabilities: output.Explainabilities !== undefined && output.Explainabilities !== null
|
|
4004
4004
|
? deserializeAws_json1_1Explainabilities(output.Explainabilities, context)
|
|
4005
4005
|
: undefined,
|
|
4006
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4006
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4007
4007
|
};
|
|
4008
4008
|
};
|
|
4009
4009
|
const deserializeAws_json1_1ListExplainabilityExportsResponse = (output, context) => {
|
|
@@ -4011,7 +4011,7 @@ const deserializeAws_json1_1ListExplainabilityExportsResponse = (output, context
|
|
|
4011
4011
|
ExplainabilityExports: output.ExplainabilityExports !== undefined && output.ExplainabilityExports !== null
|
|
4012
4012
|
? deserializeAws_json1_1ExplainabilityExports(output.ExplainabilityExports, context)
|
|
4013
4013
|
: undefined,
|
|
4014
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4014
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4015
4015
|
};
|
|
4016
4016
|
};
|
|
4017
4017
|
const deserializeAws_json1_1ListForecastExportJobsResponse = (output, context) => {
|
|
@@ -4019,7 +4019,7 @@ const deserializeAws_json1_1ListForecastExportJobsResponse = (output, context) =
|
|
|
4019
4019
|
ForecastExportJobs: output.ForecastExportJobs !== undefined && output.ForecastExportJobs !== null
|
|
4020
4020
|
? deserializeAws_json1_1ForecastExportJobs(output.ForecastExportJobs, context)
|
|
4021
4021
|
: undefined,
|
|
4022
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4022
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4023
4023
|
};
|
|
4024
4024
|
};
|
|
4025
4025
|
const deserializeAws_json1_1ListForecastsResponse = (output, context) => {
|
|
@@ -4027,12 +4027,12 @@ const deserializeAws_json1_1ListForecastsResponse = (output, context) => {
|
|
|
4027
4027
|
Forecasts: output.Forecasts !== undefined && output.Forecasts !== null
|
|
4028
4028
|
? deserializeAws_json1_1Forecasts(output.Forecasts, context)
|
|
4029
4029
|
: undefined,
|
|
4030
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4030
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4031
4031
|
};
|
|
4032
4032
|
};
|
|
4033
4033
|
const deserializeAws_json1_1ListPredictorBacktestExportJobsResponse = (output, context) => {
|
|
4034
4034
|
return {
|
|
4035
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4035
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4036
4036
|
PredictorBacktestExportJobs: output.PredictorBacktestExportJobs !== undefined && output.PredictorBacktestExportJobs !== null
|
|
4037
4037
|
? deserializeAws_json1_1PredictorBacktestExportJobs(output.PredictorBacktestExportJobs, context)
|
|
4038
4038
|
: undefined,
|
|
@@ -4040,7 +4040,7 @@ const deserializeAws_json1_1ListPredictorBacktestExportJobsResponse = (output, c
|
|
|
4040
4040
|
};
|
|
4041
4041
|
const deserializeAws_json1_1ListPredictorsResponse = (output, context) => {
|
|
4042
4042
|
return {
|
|
4043
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
4043
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
4044
4044
|
Predictors: output.Predictors !== undefined && output.Predictors !== null
|
|
4045
4045
|
? deserializeAws_json1_1Predictors(output.Predictors, context)
|
|
4046
4046
|
: undefined,
|
|
@@ -4053,11 +4053,11 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
|
|
|
4053
4053
|
};
|
|
4054
4054
|
const deserializeAws_json1_1Metrics = (output, context) => {
|
|
4055
4055
|
return {
|
|
4056
|
-
AverageWeightedQuantileLoss: smithy_client_1.limitedParseDouble(output.AverageWeightedQuantileLoss),
|
|
4056
|
+
AverageWeightedQuantileLoss: (0, smithy_client_1.limitedParseDouble)(output.AverageWeightedQuantileLoss),
|
|
4057
4057
|
ErrorMetrics: output.ErrorMetrics !== undefined && output.ErrorMetrics !== null
|
|
4058
4058
|
? deserializeAws_json1_1ErrorMetrics(output.ErrorMetrics, context)
|
|
4059
4059
|
: undefined,
|
|
4060
|
-
RMSE: smithy_client_1.limitedParseDouble(output.RMSE),
|
|
4060
|
+
RMSE: (0, smithy_client_1.limitedParseDouble)(output.RMSE),
|
|
4061
4061
|
WeightedQuantileLosses: output.WeightedQuantileLosses !== undefined && output.WeightedQuantileLosses !== null
|
|
4062
4062
|
? deserializeAws_json1_1WeightedQuantileLosses(output.WeightedQuantileLosses, context)
|
|
4063
4063
|
: undefined,
|
|
@@ -4090,18 +4090,18 @@ const deserializeAws_json1_1PredictorBacktestExportJobs = (output, context) => {
|
|
|
4090
4090
|
const deserializeAws_json1_1PredictorBacktestExportJobSummary = (output, context) => {
|
|
4091
4091
|
return {
|
|
4092
4092
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4093
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
4093
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
4094
4094
|
: undefined,
|
|
4095
4095
|
Destination: output.Destination !== undefined && output.Destination !== null
|
|
4096
4096
|
? deserializeAws_json1_1DataDestination(output.Destination, context)
|
|
4097
4097
|
: undefined,
|
|
4098
4098
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
4099
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
4099
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
4100
4100
|
: undefined,
|
|
4101
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4102
|
-
PredictorBacktestExportJobArn: smithy_client_1.expectString(output.PredictorBacktestExportJobArn),
|
|
4103
|
-
PredictorBacktestExportJobName: smithy_client_1.expectString(output.PredictorBacktestExportJobName),
|
|
4104
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
4101
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4102
|
+
PredictorBacktestExportJobArn: (0, smithy_client_1.expectString)(output.PredictorBacktestExportJobArn),
|
|
4103
|
+
PredictorBacktestExportJobName: (0, smithy_client_1.expectString)(output.PredictorBacktestExportJobName),
|
|
4104
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
4105
4105
|
};
|
|
4106
4106
|
};
|
|
4107
4107
|
const deserializeAws_json1_1PredictorEvaluationResults = (output, context) => {
|
|
@@ -4117,7 +4117,7 @@ const deserializeAws_json1_1PredictorEvaluationResults = (output, context) => {
|
|
|
4117
4117
|
};
|
|
4118
4118
|
const deserializeAws_json1_1PredictorExecution = (output, context) => {
|
|
4119
4119
|
return {
|
|
4120
|
-
AlgorithmArn: smithy_client_1.expectString(output.AlgorithmArn),
|
|
4120
|
+
AlgorithmArn: (0, smithy_client_1.expectString)(output.AlgorithmArn),
|
|
4121
4121
|
TestWindows: output.TestWindows !== undefined && output.TestWindows !== null
|
|
4122
4122
|
? deserializeAws_json1_1TestWindowDetails(output.TestWindows, context)
|
|
4123
4123
|
: undefined,
|
|
@@ -4155,48 +4155,48 @@ const deserializeAws_json1_1Predictors = (output, context) => {
|
|
|
4155
4155
|
const deserializeAws_json1_1PredictorSummary = (output, context) => {
|
|
4156
4156
|
return {
|
|
4157
4157
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
4158
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
4158
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationTime)))
|
|
4159
4159
|
: undefined,
|
|
4160
|
-
DatasetGroupArn: smithy_client_1.expectString(output.DatasetGroupArn),
|
|
4161
|
-
IsAutoPredictor: smithy_client_1.expectBoolean(output.IsAutoPredictor),
|
|
4160
|
+
DatasetGroupArn: (0, smithy_client_1.expectString)(output.DatasetGroupArn),
|
|
4161
|
+
IsAutoPredictor: (0, smithy_client_1.expectBoolean)(output.IsAutoPredictor),
|
|
4162
4162
|
LastModificationTime: output.LastModificationTime !== undefined && output.LastModificationTime !== null
|
|
4163
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModificationTime)))
|
|
4163
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModificationTime)))
|
|
4164
4164
|
: undefined,
|
|
4165
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4166
|
-
PredictorArn: smithy_client_1.expectString(output.PredictorArn),
|
|
4167
|
-
PredictorName: smithy_client_1.expectString(output.PredictorName),
|
|
4165
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4166
|
+
PredictorArn: (0, smithy_client_1.expectString)(output.PredictorArn),
|
|
4167
|
+
PredictorName: (0, smithy_client_1.expectString)(output.PredictorName),
|
|
4168
4168
|
ReferencePredictorSummary: output.ReferencePredictorSummary !== undefined && output.ReferencePredictorSummary !== null
|
|
4169
4169
|
? deserializeAws_json1_1ReferencePredictorSummary(output.ReferencePredictorSummary, context)
|
|
4170
4170
|
: undefined,
|
|
4171
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
4171
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
4172
4172
|
};
|
|
4173
4173
|
};
|
|
4174
4174
|
const deserializeAws_json1_1ReferencePredictorSummary = (output, context) => {
|
|
4175
4175
|
return {
|
|
4176
|
-
Arn: smithy_client_1.expectString(output.Arn),
|
|
4177
|
-
State: smithy_client_1.expectString(output.State),
|
|
4176
|
+
Arn: (0, smithy_client_1.expectString)(output.Arn),
|
|
4177
|
+
State: (0, smithy_client_1.expectString)(output.State),
|
|
4178
4178
|
};
|
|
4179
4179
|
};
|
|
4180
4180
|
const deserializeAws_json1_1ResourceAlreadyExistsException = (output, context) => {
|
|
4181
4181
|
return {
|
|
4182
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4182
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4183
4183
|
};
|
|
4184
4184
|
};
|
|
4185
4185
|
const deserializeAws_json1_1ResourceInUseException = (output, context) => {
|
|
4186
4186
|
return {
|
|
4187
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4187
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4188
4188
|
};
|
|
4189
4189
|
};
|
|
4190
4190
|
const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
|
|
4191
4191
|
return {
|
|
4192
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4192
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4193
4193
|
};
|
|
4194
4194
|
};
|
|
4195
4195
|
const deserializeAws_json1_1S3Config = (output, context) => {
|
|
4196
4196
|
return {
|
|
4197
|
-
KMSKeyArn: smithy_client_1.expectString(output.KMSKeyArn),
|
|
4198
|
-
Path: smithy_client_1.expectString(output.Path),
|
|
4199
|
-
RoleArn: smithy_client_1.expectString(output.RoleArn),
|
|
4197
|
+
KMSKeyArn: (0, smithy_client_1.expectString)(output.KMSKeyArn),
|
|
4198
|
+
Path: (0, smithy_client_1.expectString)(output.Path),
|
|
4199
|
+
RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
|
|
4200
4200
|
};
|
|
4201
4201
|
};
|
|
4202
4202
|
const deserializeAws_json1_1Schema = (output, context) => {
|
|
@@ -4208,8 +4208,8 @@ const deserializeAws_json1_1Schema = (output, context) => {
|
|
|
4208
4208
|
};
|
|
4209
4209
|
const deserializeAws_json1_1SchemaAttribute = (output, context) => {
|
|
4210
4210
|
return {
|
|
4211
|
-
AttributeName: smithy_client_1.expectString(output.AttributeName),
|
|
4212
|
-
AttributeType: smithy_client_1.expectString(output.AttributeType),
|
|
4211
|
+
AttributeName: (0, smithy_client_1.expectString)(output.AttributeName),
|
|
4212
|
+
AttributeType: (0, smithy_client_1.expectString)(output.AttributeType),
|
|
4213
4213
|
};
|
|
4214
4214
|
};
|
|
4215
4215
|
const deserializeAws_json1_1SchemaAttributes = (output, context) => {
|
|
@@ -4225,24 +4225,24 @@ const deserializeAws_json1_1SchemaAttributes = (output, context) => {
|
|
|
4225
4225
|
};
|
|
4226
4226
|
const deserializeAws_json1_1Statistics = (output, context) => {
|
|
4227
4227
|
return {
|
|
4228
|
-
Avg: smithy_client_1.limitedParseDouble(output.Avg),
|
|
4229
|
-
Count: smithy_client_1.expectInt32(output.Count),
|
|
4230
|
-
CountDistinct: smithy_client_1.expectInt32(output.CountDistinct),
|
|
4231
|
-
CountDistinctLong: smithy_client_1.expectLong(output.CountDistinctLong),
|
|
4232
|
-
CountLong: smithy_client_1.expectLong(output.CountLong),
|
|
4233
|
-
CountNan: smithy_client_1.expectInt32(output.CountNan),
|
|
4234
|
-
CountNanLong: smithy_client_1.expectLong(output.CountNanLong),
|
|
4235
|
-
CountNull: smithy_client_1.expectInt32(output.CountNull),
|
|
4236
|
-
CountNullLong: smithy_client_1.expectLong(output.CountNullLong),
|
|
4237
|
-
Max: smithy_client_1.expectString(output.Max),
|
|
4238
|
-
Min: smithy_client_1.expectString(output.Min),
|
|
4239
|
-
Stddev: smithy_client_1.limitedParseDouble(output.Stddev),
|
|
4228
|
+
Avg: (0, smithy_client_1.limitedParseDouble)(output.Avg),
|
|
4229
|
+
Count: (0, smithy_client_1.expectInt32)(output.Count),
|
|
4230
|
+
CountDistinct: (0, smithy_client_1.expectInt32)(output.CountDistinct),
|
|
4231
|
+
CountDistinctLong: (0, smithy_client_1.expectLong)(output.CountDistinctLong),
|
|
4232
|
+
CountLong: (0, smithy_client_1.expectLong)(output.CountLong),
|
|
4233
|
+
CountNan: (0, smithy_client_1.expectInt32)(output.CountNan),
|
|
4234
|
+
CountNanLong: (0, smithy_client_1.expectLong)(output.CountNanLong),
|
|
4235
|
+
CountNull: (0, smithy_client_1.expectInt32)(output.CountNull),
|
|
4236
|
+
CountNullLong: (0, smithy_client_1.expectLong)(output.CountNullLong),
|
|
4237
|
+
Max: (0, smithy_client_1.expectString)(output.Max),
|
|
4238
|
+
Min: (0, smithy_client_1.expectString)(output.Min),
|
|
4239
|
+
Stddev: (0, smithy_client_1.limitedParseDouble)(output.Stddev),
|
|
4240
4240
|
};
|
|
4241
4241
|
};
|
|
4242
4242
|
const deserializeAws_json1_1SupplementaryFeature = (output, context) => {
|
|
4243
4243
|
return {
|
|
4244
|
-
Name: smithy_client_1.expectString(output.Name),
|
|
4245
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
4244
|
+
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
4245
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
4246
4246
|
};
|
|
4247
4247
|
};
|
|
4248
4248
|
const deserializeAws_json1_1SupplementaryFeatures = (output, context) => {
|
|
@@ -4258,8 +4258,8 @@ const deserializeAws_json1_1SupplementaryFeatures = (output, context) => {
|
|
|
4258
4258
|
};
|
|
4259
4259
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
4260
4260
|
return {
|
|
4261
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
4262
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
4261
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
4262
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
4263
4263
|
};
|
|
4264
4264
|
};
|
|
4265
4265
|
const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|
|
@@ -4300,13 +4300,13 @@ const deserializeAws_json1_1TestWindows = (output, context) => {
|
|
|
4300
4300
|
};
|
|
4301
4301
|
const deserializeAws_json1_1TestWindowSummary = (output, context) => {
|
|
4302
4302
|
return {
|
|
4303
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
4304
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
4303
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
4304
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
4305
4305
|
TestWindowEnd: output.TestWindowEnd !== undefined && output.TestWindowEnd !== null
|
|
4306
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TestWindowEnd)))
|
|
4306
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TestWindowEnd)))
|
|
4307
4307
|
: undefined,
|
|
4308
4308
|
TestWindowStart: output.TestWindowStart !== undefined && output.TestWindowStart !== null
|
|
4309
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TestWindowStart)))
|
|
4309
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TestWindowStart)))
|
|
4310
4310
|
: undefined,
|
|
4311
4311
|
};
|
|
4312
4312
|
};
|
|
@@ -4317,7 +4317,7 @@ const deserializeAws_json1_1TrainingParameters = (output, context) => {
|
|
|
4317
4317
|
}
|
|
4318
4318
|
return {
|
|
4319
4319
|
...acc,
|
|
4320
|
-
[key]: smithy_client_1.expectString(value),
|
|
4320
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
4321
4321
|
};
|
|
4322
4322
|
}, {});
|
|
4323
4323
|
};
|
|
@@ -4328,7 +4328,7 @@ const deserializeAws_json1_1Transformations = (output, context) => {
|
|
|
4328
4328
|
}
|
|
4329
4329
|
return {
|
|
4330
4330
|
...acc,
|
|
4331
|
-
[key]: smithy_client_1.expectString(value),
|
|
4331
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
4332
4332
|
};
|
|
4333
4333
|
}, {});
|
|
4334
4334
|
};
|
|
@@ -4345,14 +4345,14 @@ const deserializeAws_json1_1Values = (output, context) => {
|
|
|
4345
4345
|
if (entry === null) {
|
|
4346
4346
|
return null;
|
|
4347
4347
|
}
|
|
4348
|
-
return smithy_client_1.expectString(entry);
|
|
4348
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
4349
4349
|
});
|
|
4350
4350
|
return retVal;
|
|
4351
4351
|
};
|
|
4352
4352
|
const deserializeAws_json1_1WeightedQuantileLoss = (output, context) => {
|
|
4353
4353
|
return {
|
|
4354
|
-
LossValue: smithy_client_1.limitedParseDouble(output.LossValue),
|
|
4355
|
-
Quantile: smithy_client_1.limitedParseDouble(output.Quantile),
|
|
4354
|
+
LossValue: (0, smithy_client_1.limitedParseDouble)(output.LossValue),
|
|
4355
|
+
Quantile: (0, smithy_client_1.limitedParseDouble)(output.Quantile),
|
|
4356
4356
|
};
|
|
4357
4357
|
};
|
|
4358
4358
|
const deserializeAws_json1_1WeightedQuantileLosses = (output, context) => {
|
|
@@ -4368,16 +4368,16 @@ const deserializeAws_json1_1WeightedQuantileLosses = (output, context) => {
|
|
|
4368
4368
|
};
|
|
4369
4369
|
const deserializeAws_json1_1WindowSummary = (output, context) => {
|
|
4370
4370
|
return {
|
|
4371
|
-
EvaluationType: smithy_client_1.expectString(output.EvaluationType),
|
|
4372
|
-
ItemCount: smithy_client_1.expectInt32(output.ItemCount),
|
|
4371
|
+
EvaluationType: (0, smithy_client_1.expectString)(output.EvaluationType),
|
|
4372
|
+
ItemCount: (0, smithy_client_1.expectInt32)(output.ItemCount),
|
|
4373
4373
|
Metrics: output.Metrics !== undefined && output.Metrics !== null
|
|
4374
4374
|
? deserializeAws_json1_1Metrics(output.Metrics, context)
|
|
4375
4375
|
: undefined,
|
|
4376
4376
|
TestWindowEnd: output.TestWindowEnd !== undefined && output.TestWindowEnd !== null
|
|
4377
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TestWindowEnd)))
|
|
4377
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TestWindowEnd)))
|
|
4378
4378
|
: undefined,
|
|
4379
4379
|
TestWindowStart: output.TestWindowStart !== undefined && output.TestWindowStart !== null
|
|
4380
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TestWindowStart)))
|
|
4380
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TestWindowStart)))
|
|
4381
4381
|
: undefined,
|
|
4382
4382
|
};
|
|
4383
4383
|
};
|