@aws-sdk/client-personalize 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/PersonalizeClient.js +13 -13
- package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +3 -3
- package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +3 -3
- package/dist-cjs/commands/CreateCampaignCommand.js +3 -3
- package/dist-cjs/commands/CreateDatasetCommand.js +3 -3
- package/dist-cjs/commands/CreateDatasetExportJobCommand.js +3 -3
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +3 -3
- package/dist-cjs/commands/CreateEventTrackerCommand.js +3 -3
- package/dist-cjs/commands/CreateFilterCommand.js +3 -3
- package/dist-cjs/commands/CreateRecommenderCommand.js +3 -3
- package/dist-cjs/commands/CreateSchemaCommand.js +3 -3
- package/dist-cjs/commands/CreateSolutionCommand.js +3 -3
- package/dist-cjs/commands/CreateSolutionVersionCommand.js +3 -3
- package/dist-cjs/commands/DeleteCampaignCommand.js +3 -3
- package/dist-cjs/commands/DeleteDatasetCommand.js +3 -3
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteEventTrackerCommand.js +3 -3
- package/dist-cjs/commands/DeleteFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteRecommenderCommand.js +3 -3
- package/dist-cjs/commands/DeleteSchemaCommand.js +3 -3
- package/dist-cjs/commands/DeleteSolutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +3 -3
- package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeCampaignCommand.js +3 -3
- package/dist-cjs/commands/DescribeDatasetCommand.js +3 -3
- package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventTrackerCommand.js +3 -3
- package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +3 -3
- package/dist-cjs/commands/DescribeFilterCommand.js +3 -3
- package/dist-cjs/commands/DescribeRecipeCommand.js +3 -3
- package/dist-cjs/commands/DescribeRecommenderCommand.js +3 -3
- package/dist-cjs/commands/DescribeSchemaCommand.js +3 -3
- package/dist-cjs/commands/DescribeSolutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeSolutionVersionCommand.js +3 -3
- package/dist-cjs/commands/GetSolutionMetricsCommand.js +3 -3
- package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +3 -3
- package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +3 -3
- package/dist-cjs/commands/ListCampaignsCommand.js +3 -3
- package/dist-cjs/commands/ListDatasetExportJobsCommand.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/ListEventTrackersCommand.js +3 -3
- package/dist-cjs/commands/ListFiltersCommand.js +3 -3
- package/dist-cjs/commands/ListRecipesCommand.js +3 -3
- package/dist-cjs/commands/ListRecommendersCommand.js +3 -3
- package/dist-cjs/commands/ListSchemasCommand.js +3 -3
- package/dist-cjs/commands/ListSolutionVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListSolutionsCommand.js +3 -3
- package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +3 -3
- package/dist-cjs/commands/UpdateCampaignCommand.js +3 -3
- package/dist-cjs/commands/UpdateRecommenderCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +371 -371
- 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/Personalize.js +55 -55
- package/dist-es/pagination/ListBatchInferenceJobsPaginator.js +4 -4
- package/dist-es/pagination/ListBatchSegmentJobsPaginator.js +4 -4
- package/dist-es/pagination/ListCampaignsPaginator.js +4 -4
- package/dist-es/pagination/ListDatasetExportJobsPaginator.js +4 -4
- 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/ListEventTrackersPaginator.js +4 -4
- package/dist-es/pagination/ListFiltersPaginator.js +4 -4
- package/dist-es/pagination/ListRecipesPaginator.js +4 -4
- package/dist-es/pagination/ListRecommendersPaginator.js +4 -4
- package/dist-es/pagination/ListSchemasPaginator.js +4 -4
- package/dist-es/pagination/ListSolutionVersionsPaginator.js +4 -4
- package/dist-es/pagination/ListSolutionsPaginator.js +4 -4
- package/dist-types/PersonalizeClient.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/PersonalizeClient.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
|
@@ -602,7 +602,7 @@ const deserializeAws_json1_1CreateBatchInferenceJobCommandError = async (output,
|
|
|
602
602
|
$fault: "client",
|
|
603
603
|
$metadata: deserializeMetadata(output),
|
|
604
604
|
});
|
|
605
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
605
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
606
606
|
}
|
|
607
607
|
};
|
|
608
608
|
const deserializeAws_json1_1CreateBatchSegmentJobCommand = async (output, context) => {
|
|
@@ -650,7 +650,7 @@ const deserializeAws_json1_1CreateBatchSegmentJobCommandError = async (output, c
|
|
|
650
650
|
$fault: "client",
|
|
651
651
|
$metadata: deserializeMetadata(output),
|
|
652
652
|
});
|
|
653
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
653
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
654
654
|
}
|
|
655
655
|
};
|
|
656
656
|
const deserializeAws_json1_1CreateCampaignCommand = async (output, context) => {
|
|
@@ -698,7 +698,7 @@ const deserializeAws_json1_1CreateCampaignCommandError = async (output, context)
|
|
|
698
698
|
$fault: "client",
|
|
699
699
|
$metadata: deserializeMetadata(output),
|
|
700
700
|
});
|
|
701
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
701
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
702
702
|
}
|
|
703
703
|
};
|
|
704
704
|
const deserializeAws_json1_1CreateDatasetCommand = async (output, context) => {
|
|
@@ -746,7 +746,7 @@ const deserializeAws_json1_1CreateDatasetCommandError = async (output, context)
|
|
|
746
746
|
$fault: "client",
|
|
747
747
|
$metadata: deserializeMetadata(output),
|
|
748
748
|
});
|
|
749
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
749
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
750
750
|
}
|
|
751
751
|
};
|
|
752
752
|
const deserializeAws_json1_1CreateDatasetExportJobCommand = async (output, context) => {
|
|
@@ -794,7 +794,7 @@ const deserializeAws_json1_1CreateDatasetExportJobCommandError = async (output,
|
|
|
794
794
|
$fault: "client",
|
|
795
795
|
$metadata: deserializeMetadata(output),
|
|
796
796
|
});
|
|
797
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
797
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
798
798
|
}
|
|
799
799
|
};
|
|
800
800
|
const deserializeAws_json1_1CreateDatasetGroupCommand = async (output, context) => {
|
|
@@ -836,7 +836,7 @@ const deserializeAws_json1_1CreateDatasetGroupCommandError = async (output, cont
|
|
|
836
836
|
$fault: "client",
|
|
837
837
|
$metadata: deserializeMetadata(output),
|
|
838
838
|
});
|
|
839
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
839
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
840
840
|
}
|
|
841
841
|
};
|
|
842
842
|
const deserializeAws_json1_1CreateDatasetImportJobCommand = async (output, context) => {
|
|
@@ -884,7 +884,7 @@ const deserializeAws_json1_1CreateDatasetImportJobCommandError = async (output,
|
|
|
884
884
|
$fault: "client",
|
|
885
885
|
$metadata: deserializeMetadata(output),
|
|
886
886
|
});
|
|
887
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
887
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
888
888
|
}
|
|
889
889
|
};
|
|
890
890
|
const deserializeAws_json1_1CreateEventTrackerCommand = async (output, context) => {
|
|
@@ -932,7 +932,7 @@ const deserializeAws_json1_1CreateEventTrackerCommandError = async (output, cont
|
|
|
932
932
|
$fault: "client",
|
|
933
933
|
$metadata: deserializeMetadata(output),
|
|
934
934
|
});
|
|
935
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
935
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
936
936
|
}
|
|
937
937
|
};
|
|
938
938
|
const deserializeAws_json1_1CreateFilterCommand = async (output, context) => {
|
|
@@ -977,7 +977,7 @@ const deserializeAws_json1_1CreateFilterCommandError = async (output, context) =
|
|
|
977
977
|
$fault: "client",
|
|
978
978
|
$metadata: deserializeMetadata(output),
|
|
979
979
|
});
|
|
980
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
980
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
981
981
|
}
|
|
982
982
|
};
|
|
983
983
|
const deserializeAws_json1_1CreateRecommenderCommand = async (output, context) => {
|
|
@@ -1022,7 +1022,7 @@ const deserializeAws_json1_1CreateRecommenderCommandError = async (output, conte
|
|
|
1022
1022
|
$fault: "client",
|
|
1023
1023
|
$metadata: deserializeMetadata(output),
|
|
1024
1024
|
});
|
|
1025
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1025
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1026
1026
|
}
|
|
1027
1027
|
};
|
|
1028
1028
|
const deserializeAws_json1_1CreateSchemaCommand = async (output, context) => {
|
|
@@ -1064,7 +1064,7 @@ const deserializeAws_json1_1CreateSchemaCommandError = async (output, context) =
|
|
|
1064
1064
|
$fault: "client",
|
|
1065
1065
|
$metadata: deserializeMetadata(output),
|
|
1066
1066
|
});
|
|
1067
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1067
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1068
1068
|
}
|
|
1069
1069
|
};
|
|
1070
1070
|
const deserializeAws_json1_1CreateSolutionCommand = async (output, context) => {
|
|
@@ -1112,7 +1112,7 @@ const deserializeAws_json1_1CreateSolutionCommandError = async (output, context)
|
|
|
1112
1112
|
$fault: "client",
|
|
1113
1113
|
$metadata: deserializeMetadata(output),
|
|
1114
1114
|
});
|
|
1115
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1115
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1116
1116
|
}
|
|
1117
1117
|
};
|
|
1118
1118
|
const deserializeAws_json1_1CreateSolutionVersionCommand = async (output, context) => {
|
|
@@ -1157,7 +1157,7 @@ const deserializeAws_json1_1CreateSolutionVersionCommandError = async (output, c
|
|
|
1157
1157
|
$fault: "client",
|
|
1158
1158
|
$metadata: deserializeMetadata(output),
|
|
1159
1159
|
});
|
|
1160
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1160
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1161
1161
|
}
|
|
1162
1162
|
};
|
|
1163
1163
|
const deserializeAws_json1_1DeleteCampaignCommand = async (output, context) => {
|
|
@@ -1196,7 +1196,7 @@ const deserializeAws_json1_1DeleteCampaignCommandError = async (output, context)
|
|
|
1196
1196
|
$fault: "client",
|
|
1197
1197
|
$metadata: deserializeMetadata(output),
|
|
1198
1198
|
});
|
|
1199
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1199
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1200
1200
|
}
|
|
1201
1201
|
};
|
|
1202
1202
|
const deserializeAws_json1_1DeleteDatasetCommand = async (output, context) => {
|
|
@@ -1235,7 +1235,7 @@ const deserializeAws_json1_1DeleteDatasetCommandError = async (output, context)
|
|
|
1235
1235
|
$fault: "client",
|
|
1236
1236
|
$metadata: deserializeMetadata(output),
|
|
1237
1237
|
});
|
|
1238
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1238
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1239
1239
|
}
|
|
1240
1240
|
};
|
|
1241
1241
|
const deserializeAws_json1_1DeleteDatasetGroupCommand = async (output, context) => {
|
|
@@ -1274,7 +1274,7 @@ const deserializeAws_json1_1DeleteDatasetGroupCommandError = async (output, cont
|
|
|
1274
1274
|
$fault: "client",
|
|
1275
1275
|
$metadata: deserializeMetadata(output),
|
|
1276
1276
|
});
|
|
1277
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1277
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1278
1278
|
}
|
|
1279
1279
|
};
|
|
1280
1280
|
const deserializeAws_json1_1DeleteEventTrackerCommand = async (output, context) => {
|
|
@@ -1313,7 +1313,7 @@ const deserializeAws_json1_1DeleteEventTrackerCommandError = async (output, cont
|
|
|
1313
1313
|
$fault: "client",
|
|
1314
1314
|
$metadata: deserializeMetadata(output),
|
|
1315
1315
|
});
|
|
1316
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1316
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1317
1317
|
}
|
|
1318
1318
|
};
|
|
1319
1319
|
const deserializeAws_json1_1DeleteFilterCommand = async (output, context) => {
|
|
@@ -1352,7 +1352,7 @@ const deserializeAws_json1_1DeleteFilterCommandError = async (output, context) =
|
|
|
1352
1352
|
$fault: "client",
|
|
1353
1353
|
$metadata: deserializeMetadata(output),
|
|
1354
1354
|
});
|
|
1355
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1355
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1356
1356
|
}
|
|
1357
1357
|
};
|
|
1358
1358
|
const deserializeAws_json1_1DeleteRecommenderCommand = async (output, context) => {
|
|
@@ -1391,7 +1391,7 @@ const deserializeAws_json1_1DeleteRecommenderCommandError = async (output, conte
|
|
|
1391
1391
|
$fault: "client",
|
|
1392
1392
|
$metadata: deserializeMetadata(output),
|
|
1393
1393
|
});
|
|
1394
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1394
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1395
1395
|
}
|
|
1396
1396
|
};
|
|
1397
1397
|
const deserializeAws_json1_1DeleteSchemaCommand = async (output, context) => {
|
|
@@ -1430,7 +1430,7 @@ const deserializeAws_json1_1DeleteSchemaCommandError = async (output, context) =
|
|
|
1430
1430
|
$fault: "client",
|
|
1431
1431
|
$metadata: deserializeMetadata(output),
|
|
1432
1432
|
});
|
|
1433
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1433
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1434
1434
|
}
|
|
1435
1435
|
};
|
|
1436
1436
|
const deserializeAws_json1_1DeleteSolutionCommand = async (output, context) => {
|
|
@@ -1469,7 +1469,7 @@ const deserializeAws_json1_1DeleteSolutionCommandError = async (output, context)
|
|
|
1469
1469
|
$fault: "client",
|
|
1470
1470
|
$metadata: deserializeMetadata(output),
|
|
1471
1471
|
});
|
|
1472
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1472
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1473
1473
|
}
|
|
1474
1474
|
};
|
|
1475
1475
|
const deserializeAws_json1_1DescribeAlgorithmCommand = async (output, context) => {
|
|
@@ -1508,7 +1508,7 @@ const deserializeAws_json1_1DescribeAlgorithmCommandError = async (output, conte
|
|
|
1508
1508
|
$fault: "client",
|
|
1509
1509
|
$metadata: deserializeMetadata(output),
|
|
1510
1510
|
});
|
|
1511
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1511
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1512
1512
|
}
|
|
1513
1513
|
};
|
|
1514
1514
|
const deserializeAws_json1_1DescribeBatchInferenceJobCommand = async (output, context) => {
|
|
@@ -1547,7 +1547,7 @@ const deserializeAws_json1_1DescribeBatchInferenceJobCommandError = async (outpu
|
|
|
1547
1547
|
$fault: "client",
|
|
1548
1548
|
$metadata: deserializeMetadata(output),
|
|
1549
1549
|
});
|
|
1550
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1550
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1551
1551
|
}
|
|
1552
1552
|
};
|
|
1553
1553
|
const deserializeAws_json1_1DescribeBatchSegmentJobCommand = async (output, context) => {
|
|
@@ -1586,7 +1586,7 @@ const deserializeAws_json1_1DescribeBatchSegmentJobCommandError = async (output,
|
|
|
1586
1586
|
$fault: "client",
|
|
1587
1587
|
$metadata: deserializeMetadata(output),
|
|
1588
1588
|
});
|
|
1589
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1589
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1590
1590
|
}
|
|
1591
1591
|
};
|
|
1592
1592
|
const deserializeAws_json1_1DescribeCampaignCommand = async (output, context) => {
|
|
@@ -1625,7 +1625,7 @@ const deserializeAws_json1_1DescribeCampaignCommandError = async (output, contex
|
|
|
1625
1625
|
$fault: "client",
|
|
1626
1626
|
$metadata: deserializeMetadata(output),
|
|
1627
1627
|
});
|
|
1628
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1628
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1629
1629
|
}
|
|
1630
1630
|
};
|
|
1631
1631
|
const deserializeAws_json1_1DescribeDatasetCommand = async (output, context) => {
|
|
@@ -1664,7 +1664,7 @@ const deserializeAws_json1_1DescribeDatasetCommandError = async (output, context
|
|
|
1664
1664
|
$fault: "client",
|
|
1665
1665
|
$metadata: deserializeMetadata(output),
|
|
1666
1666
|
});
|
|
1667
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1667
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1668
1668
|
}
|
|
1669
1669
|
};
|
|
1670
1670
|
const deserializeAws_json1_1DescribeDatasetExportJobCommand = async (output, context) => {
|
|
@@ -1703,7 +1703,7 @@ const deserializeAws_json1_1DescribeDatasetExportJobCommandError = async (output
|
|
|
1703
1703
|
$fault: "client",
|
|
1704
1704
|
$metadata: deserializeMetadata(output),
|
|
1705
1705
|
});
|
|
1706
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1706
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1707
1707
|
}
|
|
1708
1708
|
};
|
|
1709
1709
|
const deserializeAws_json1_1DescribeDatasetGroupCommand = async (output, context) => {
|
|
@@ -1742,7 +1742,7 @@ const deserializeAws_json1_1DescribeDatasetGroupCommandError = async (output, co
|
|
|
1742
1742
|
$fault: "client",
|
|
1743
1743
|
$metadata: deserializeMetadata(output),
|
|
1744
1744
|
});
|
|
1745
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1745
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1746
1746
|
}
|
|
1747
1747
|
};
|
|
1748
1748
|
const deserializeAws_json1_1DescribeDatasetImportJobCommand = async (output, context) => {
|
|
@@ -1781,7 +1781,7 @@ const deserializeAws_json1_1DescribeDatasetImportJobCommandError = async (output
|
|
|
1781
1781
|
$fault: "client",
|
|
1782
1782
|
$metadata: deserializeMetadata(output),
|
|
1783
1783
|
});
|
|
1784
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1784
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1785
1785
|
}
|
|
1786
1786
|
};
|
|
1787
1787
|
const deserializeAws_json1_1DescribeEventTrackerCommand = async (output, context) => {
|
|
@@ -1820,7 +1820,7 @@ const deserializeAws_json1_1DescribeEventTrackerCommandError = async (output, co
|
|
|
1820
1820
|
$fault: "client",
|
|
1821
1821
|
$metadata: deserializeMetadata(output),
|
|
1822
1822
|
});
|
|
1823
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1823
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1824
1824
|
}
|
|
1825
1825
|
};
|
|
1826
1826
|
const deserializeAws_json1_1DescribeFeatureTransformationCommand = async (output, context) => {
|
|
@@ -1859,7 +1859,7 @@ const deserializeAws_json1_1DescribeFeatureTransformationCommandError = async (o
|
|
|
1859
1859
|
$fault: "client",
|
|
1860
1860
|
$metadata: deserializeMetadata(output),
|
|
1861
1861
|
});
|
|
1862
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1862
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1863
1863
|
}
|
|
1864
1864
|
};
|
|
1865
1865
|
const deserializeAws_json1_1DescribeFilterCommand = async (output, context) => {
|
|
@@ -1898,7 +1898,7 @@ const deserializeAws_json1_1DescribeFilterCommandError = async (output, context)
|
|
|
1898
1898
|
$fault: "client",
|
|
1899
1899
|
$metadata: deserializeMetadata(output),
|
|
1900
1900
|
});
|
|
1901
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1901
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1902
1902
|
}
|
|
1903
1903
|
};
|
|
1904
1904
|
const deserializeAws_json1_1DescribeRecipeCommand = async (output, context) => {
|
|
@@ -1937,7 +1937,7 @@ const deserializeAws_json1_1DescribeRecipeCommandError = async (output, context)
|
|
|
1937
1937
|
$fault: "client",
|
|
1938
1938
|
$metadata: deserializeMetadata(output),
|
|
1939
1939
|
});
|
|
1940
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1940
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1941
1941
|
}
|
|
1942
1942
|
};
|
|
1943
1943
|
const deserializeAws_json1_1DescribeRecommenderCommand = async (output, context) => {
|
|
@@ -1976,7 +1976,7 @@ const deserializeAws_json1_1DescribeRecommenderCommandError = async (output, con
|
|
|
1976
1976
|
$fault: "client",
|
|
1977
1977
|
$metadata: deserializeMetadata(output),
|
|
1978
1978
|
});
|
|
1979
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1979
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1980
1980
|
}
|
|
1981
1981
|
};
|
|
1982
1982
|
const deserializeAws_json1_1DescribeSchemaCommand = async (output, context) => {
|
|
@@ -2015,7 +2015,7 @@ const deserializeAws_json1_1DescribeSchemaCommandError = async (output, context)
|
|
|
2015
2015
|
$fault: "client",
|
|
2016
2016
|
$metadata: deserializeMetadata(output),
|
|
2017
2017
|
});
|
|
2018
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2018
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2019
2019
|
}
|
|
2020
2020
|
};
|
|
2021
2021
|
const deserializeAws_json1_1DescribeSolutionCommand = async (output, context) => {
|
|
@@ -2054,7 +2054,7 @@ const deserializeAws_json1_1DescribeSolutionCommandError = async (output, contex
|
|
|
2054
2054
|
$fault: "client",
|
|
2055
2055
|
$metadata: deserializeMetadata(output),
|
|
2056
2056
|
});
|
|
2057
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2057
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2058
2058
|
}
|
|
2059
2059
|
};
|
|
2060
2060
|
const deserializeAws_json1_1DescribeSolutionVersionCommand = async (output, context) => {
|
|
@@ -2093,7 +2093,7 @@ const deserializeAws_json1_1DescribeSolutionVersionCommandError = async (output,
|
|
|
2093
2093
|
$fault: "client",
|
|
2094
2094
|
$metadata: deserializeMetadata(output),
|
|
2095
2095
|
});
|
|
2096
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2096
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2097
2097
|
}
|
|
2098
2098
|
};
|
|
2099
2099
|
const deserializeAws_json1_1GetSolutionMetricsCommand = async (output, context) => {
|
|
@@ -2135,7 +2135,7 @@ const deserializeAws_json1_1GetSolutionMetricsCommandError = async (output, cont
|
|
|
2135
2135
|
$fault: "client",
|
|
2136
2136
|
$metadata: deserializeMetadata(output),
|
|
2137
2137
|
});
|
|
2138
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2138
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2139
2139
|
}
|
|
2140
2140
|
};
|
|
2141
2141
|
const deserializeAws_json1_1ListBatchInferenceJobsCommand = async (output, context) => {
|
|
@@ -2174,7 +2174,7 @@ const deserializeAws_json1_1ListBatchInferenceJobsCommandError = async (output,
|
|
|
2174
2174
|
$fault: "client",
|
|
2175
2175
|
$metadata: deserializeMetadata(output),
|
|
2176
2176
|
});
|
|
2177
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2177
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2178
2178
|
}
|
|
2179
2179
|
};
|
|
2180
2180
|
const deserializeAws_json1_1ListBatchSegmentJobsCommand = async (output, context) => {
|
|
@@ -2213,7 +2213,7 @@ const deserializeAws_json1_1ListBatchSegmentJobsCommandError = async (output, co
|
|
|
2213
2213
|
$fault: "client",
|
|
2214
2214
|
$metadata: deserializeMetadata(output),
|
|
2215
2215
|
});
|
|
2216
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2216
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2217
2217
|
}
|
|
2218
2218
|
};
|
|
2219
2219
|
const deserializeAws_json1_1ListCampaignsCommand = async (output, context) => {
|
|
@@ -2252,7 +2252,7 @@ const deserializeAws_json1_1ListCampaignsCommandError = async (output, context)
|
|
|
2252
2252
|
$fault: "client",
|
|
2253
2253
|
$metadata: deserializeMetadata(output),
|
|
2254
2254
|
});
|
|
2255
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2255
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2256
2256
|
}
|
|
2257
2257
|
};
|
|
2258
2258
|
const deserializeAws_json1_1ListDatasetExportJobsCommand = async (output, context) => {
|
|
@@ -2291,7 +2291,7 @@ const deserializeAws_json1_1ListDatasetExportJobsCommandError = async (output, c
|
|
|
2291
2291
|
$fault: "client",
|
|
2292
2292
|
$metadata: deserializeMetadata(output),
|
|
2293
2293
|
});
|
|
2294
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2294
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2295
2295
|
}
|
|
2296
2296
|
};
|
|
2297
2297
|
const deserializeAws_json1_1ListDatasetGroupsCommand = async (output, context) => {
|
|
@@ -2327,7 +2327,7 @@ const deserializeAws_json1_1ListDatasetGroupsCommandError = async (output, conte
|
|
|
2327
2327
|
$fault: "client",
|
|
2328
2328
|
$metadata: deserializeMetadata(output),
|
|
2329
2329
|
});
|
|
2330
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2330
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2331
2331
|
}
|
|
2332
2332
|
};
|
|
2333
2333
|
const deserializeAws_json1_1ListDatasetImportJobsCommand = async (output, context) => {
|
|
@@ -2366,7 +2366,7 @@ const deserializeAws_json1_1ListDatasetImportJobsCommandError = async (output, c
|
|
|
2366
2366
|
$fault: "client",
|
|
2367
2367
|
$metadata: deserializeMetadata(output),
|
|
2368
2368
|
});
|
|
2369
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2369
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2370
2370
|
}
|
|
2371
2371
|
};
|
|
2372
2372
|
const deserializeAws_json1_1ListDatasetsCommand = async (output, context) => {
|
|
@@ -2405,7 +2405,7 @@ const deserializeAws_json1_1ListDatasetsCommandError = async (output, context) =
|
|
|
2405
2405
|
$fault: "client",
|
|
2406
2406
|
$metadata: deserializeMetadata(output),
|
|
2407
2407
|
});
|
|
2408
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2408
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2409
2409
|
}
|
|
2410
2410
|
};
|
|
2411
2411
|
const deserializeAws_json1_1ListEventTrackersCommand = async (output, context) => {
|
|
@@ -2444,7 +2444,7 @@ const deserializeAws_json1_1ListEventTrackersCommandError = async (output, conte
|
|
|
2444
2444
|
$fault: "client",
|
|
2445
2445
|
$metadata: deserializeMetadata(output),
|
|
2446
2446
|
});
|
|
2447
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2447
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2448
2448
|
}
|
|
2449
2449
|
};
|
|
2450
2450
|
const deserializeAws_json1_1ListFiltersCommand = async (output, context) => {
|
|
@@ -2483,7 +2483,7 @@ const deserializeAws_json1_1ListFiltersCommandError = async (output, context) =>
|
|
|
2483
2483
|
$fault: "client",
|
|
2484
2484
|
$metadata: deserializeMetadata(output),
|
|
2485
2485
|
});
|
|
2486
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2486
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2487
2487
|
}
|
|
2488
2488
|
};
|
|
2489
2489
|
const deserializeAws_json1_1ListRecipesCommand = async (output, context) => {
|
|
@@ -2522,7 +2522,7 @@ const deserializeAws_json1_1ListRecipesCommandError = async (output, context) =>
|
|
|
2522
2522
|
$fault: "client",
|
|
2523
2523
|
$metadata: deserializeMetadata(output),
|
|
2524
2524
|
});
|
|
2525
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2525
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2526
2526
|
}
|
|
2527
2527
|
};
|
|
2528
2528
|
const deserializeAws_json1_1ListRecommendersCommand = async (output, context) => {
|
|
@@ -2561,7 +2561,7 @@ const deserializeAws_json1_1ListRecommendersCommandError = async (output, contex
|
|
|
2561
2561
|
$fault: "client",
|
|
2562
2562
|
$metadata: deserializeMetadata(output),
|
|
2563
2563
|
});
|
|
2564
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2564
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2565
2565
|
}
|
|
2566
2566
|
};
|
|
2567
2567
|
const deserializeAws_json1_1ListSchemasCommand = async (output, context) => {
|
|
@@ -2597,7 +2597,7 @@ const deserializeAws_json1_1ListSchemasCommandError = async (output, context) =>
|
|
|
2597
2597
|
$fault: "client",
|
|
2598
2598
|
$metadata: deserializeMetadata(output),
|
|
2599
2599
|
});
|
|
2600
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2600
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2601
2601
|
}
|
|
2602
2602
|
};
|
|
2603
2603
|
const deserializeAws_json1_1ListSolutionsCommand = async (output, context) => {
|
|
@@ -2636,7 +2636,7 @@ const deserializeAws_json1_1ListSolutionsCommandError = async (output, context)
|
|
|
2636
2636
|
$fault: "client",
|
|
2637
2637
|
$metadata: deserializeMetadata(output),
|
|
2638
2638
|
});
|
|
2639
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2639
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2640
2640
|
}
|
|
2641
2641
|
};
|
|
2642
2642
|
const deserializeAws_json1_1ListSolutionVersionsCommand = async (output, context) => {
|
|
@@ -2678,7 +2678,7 @@ const deserializeAws_json1_1ListSolutionVersionsCommandError = async (output, co
|
|
|
2678
2678
|
$fault: "client",
|
|
2679
2679
|
$metadata: deserializeMetadata(output),
|
|
2680
2680
|
});
|
|
2681
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2681
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2682
2682
|
}
|
|
2683
2683
|
};
|
|
2684
2684
|
const deserializeAws_json1_1StopSolutionVersionCreationCommand = async (output, context) => {
|
|
@@ -2717,7 +2717,7 @@ const deserializeAws_json1_1StopSolutionVersionCreationCommandError = async (out
|
|
|
2717
2717
|
$fault: "client",
|
|
2718
2718
|
$metadata: deserializeMetadata(output),
|
|
2719
2719
|
});
|
|
2720
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2720
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2721
2721
|
}
|
|
2722
2722
|
};
|
|
2723
2723
|
const deserializeAws_json1_1UpdateCampaignCommand = async (output, context) => {
|
|
@@ -2759,7 +2759,7 @@ const deserializeAws_json1_1UpdateCampaignCommandError = async (output, context)
|
|
|
2759
2759
|
$fault: "client",
|
|
2760
2760
|
$metadata: deserializeMetadata(output),
|
|
2761
2761
|
});
|
|
2762
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2762
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2763
2763
|
}
|
|
2764
2764
|
};
|
|
2765
2765
|
const deserializeAws_json1_1UpdateRecommenderCommand = async (output, context) => {
|
|
@@ -2801,7 +2801,7 @@ const deserializeAws_json1_1UpdateRecommenderCommandError = async (output, conte
|
|
|
2801
2801
|
$fault: "client",
|
|
2802
2802
|
$metadata: deserializeMetadata(output),
|
|
2803
2803
|
});
|
|
2804
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
2804
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
2805
2805
|
}
|
|
2806
2806
|
};
|
|
2807
2807
|
const deserializeAws_json1_1InvalidInputExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -2811,7 +2811,7 @@ const deserializeAws_json1_1InvalidInputExceptionResponse = async (parsedOutput,
|
|
|
2811
2811
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2812
2812
|
...deserialized,
|
|
2813
2813
|
});
|
|
2814
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2814
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2815
2815
|
};
|
|
2816
2816
|
const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOutput, context) => {
|
|
2817
2817
|
const body = parsedOutput.body;
|
|
@@ -2820,7 +2820,7 @@ const deserializeAws_json1_1InvalidNextTokenExceptionResponse = async (parsedOut
|
|
|
2820
2820
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2821
2821
|
...deserialized,
|
|
2822
2822
|
});
|
|
2823
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2823
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2824
2824
|
};
|
|
2825
2825
|
const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
2826
2826
|
const body = parsedOutput.body;
|
|
@@ -2829,7 +2829,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
|
|
|
2829
2829
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2830
2830
|
...deserialized,
|
|
2831
2831
|
});
|
|
2832
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2832
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2833
2833
|
};
|
|
2834
2834
|
const deserializeAws_json1_1ResourceAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
|
|
2835
2835
|
const body = parsedOutput.body;
|
|
@@ -2838,7 +2838,7 @@ const deserializeAws_json1_1ResourceAlreadyExistsExceptionResponse = async (pars
|
|
|
2838
2838
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2839
2839
|
...deserialized,
|
|
2840
2840
|
});
|
|
2841
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2841
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2842
2842
|
};
|
|
2843
2843
|
const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput, context) => {
|
|
2844
2844
|
const body = parsedOutput.body;
|
|
@@ -2847,7 +2847,7 @@ const deserializeAws_json1_1ResourceInUseExceptionResponse = async (parsedOutput
|
|
|
2847
2847
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2848
2848
|
...deserialized,
|
|
2849
2849
|
});
|
|
2850
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2850
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2851
2851
|
};
|
|
2852
2852
|
const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
2853
2853
|
const body = parsedOutput.body;
|
|
@@ -2856,7 +2856,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
|
|
|
2856
2856
|
$metadata: deserializeMetadata(parsedOutput),
|
|
2857
2857
|
...deserialized,
|
|
2858
2858
|
});
|
|
2859
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
2859
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
2860
2860
|
};
|
|
2861
2861
|
const serializeAws_json1_1ArnList = (input, context) => {
|
|
2862
2862
|
return input
|
|
@@ -2948,8 +2948,8 @@ const serializeAws_json1_1CategoricalValues = (input, context) => {
|
|
|
2948
2948
|
};
|
|
2949
2949
|
const serializeAws_json1_1ContinuousHyperParameterRange = (input, context) => {
|
|
2950
2950
|
return {
|
|
2951
|
-
...(input.maxValue !== undefined && input.maxValue !== null && { maxValue: smithy_client_1.serializeFloat(input.maxValue) }),
|
|
2952
|
-
...(input.minValue !== undefined && input.minValue !== null && { minValue: smithy_client_1.serializeFloat(input.minValue) }),
|
|
2951
|
+
...(input.maxValue !== undefined && input.maxValue !== null && { maxValue: (0, smithy_client_1.serializeFloat)(input.maxValue) }),
|
|
2952
|
+
...(input.minValue !== undefined && input.minValue !== null && { minValue: (0, smithy_client_1.serializeFloat)(input.minValue) }),
|
|
2953
2953
|
...(input.name !== undefined && input.name !== null && { name: input.name }),
|
|
2954
2954
|
};
|
|
2955
2955
|
};
|
|
@@ -3518,12 +3518,12 @@ const serializeAws_json1_1UpdateRecommenderRequest = (input, context) => {
|
|
|
3518
3518
|
};
|
|
3519
3519
|
const deserializeAws_json1_1Algorithm = (output, context) => {
|
|
3520
3520
|
return {
|
|
3521
|
-
algorithmArn: smithy_client_1.expectString(output.algorithmArn),
|
|
3521
|
+
algorithmArn: (0, smithy_client_1.expectString)(output.algorithmArn),
|
|
3522
3522
|
algorithmImage: output.algorithmImage !== undefined && output.algorithmImage !== null
|
|
3523
3523
|
? deserializeAws_json1_1AlgorithmImage(output.algorithmImage, context)
|
|
3524
3524
|
: undefined,
|
|
3525
3525
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3526
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3526
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3527
3527
|
: undefined,
|
|
3528
3528
|
defaultHyperParameterRanges: output.defaultHyperParameterRanges !== undefined && output.defaultHyperParameterRanges !== null
|
|
3529
3529
|
? deserializeAws_json1_1DefaultHyperParameterRanges(output.defaultHyperParameterRanges, context)
|
|
@@ -3535,17 +3535,17 @@ const deserializeAws_json1_1Algorithm = (output, context) => {
|
|
|
3535
3535
|
? deserializeAws_json1_1ResourceConfig(output.defaultResourceConfig, context)
|
|
3536
3536
|
: undefined,
|
|
3537
3537
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3538
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3538
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3539
3539
|
: undefined,
|
|
3540
|
-
name: smithy_client_1.expectString(output.name),
|
|
3541
|
-
roleArn: smithy_client_1.expectString(output.roleArn),
|
|
3542
|
-
trainingInputMode: smithy_client_1.expectString(output.trainingInputMode),
|
|
3540
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3541
|
+
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
3542
|
+
trainingInputMode: (0, smithy_client_1.expectString)(output.trainingInputMode),
|
|
3543
3543
|
};
|
|
3544
3544
|
};
|
|
3545
3545
|
const deserializeAws_json1_1AlgorithmImage = (output, context) => {
|
|
3546
3546
|
return {
|
|
3547
|
-
dockerURI: smithy_client_1.expectString(output.dockerURI),
|
|
3548
|
-
name: smithy_client_1.expectString(output.name),
|
|
3547
|
+
dockerURI: (0, smithy_client_1.expectString)(output.dockerURI),
|
|
3548
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3549
3549
|
};
|
|
3550
3550
|
};
|
|
3551
3551
|
const deserializeAws_json1_1ArnList = (output, context) => {
|
|
@@ -3555,13 +3555,13 @@ const deserializeAws_json1_1ArnList = (output, context) => {
|
|
|
3555
3555
|
if (entry === null) {
|
|
3556
3556
|
return null;
|
|
3557
3557
|
}
|
|
3558
|
-
return smithy_client_1.expectString(entry);
|
|
3558
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3559
3559
|
});
|
|
3560
3560
|
return retVal;
|
|
3561
3561
|
};
|
|
3562
3562
|
const deserializeAws_json1_1AutoMLConfig = (output, context) => {
|
|
3563
3563
|
return {
|
|
3564
|
-
metricName: smithy_client_1.expectString(output.metricName),
|
|
3564
|
+
metricName: (0, smithy_client_1.expectString)(output.metricName),
|
|
3565
3565
|
recipeList: output.recipeList !== undefined && output.recipeList !== null
|
|
3566
3566
|
? deserializeAws_json1_1ArnList(output.recipeList, context)
|
|
3567
3567
|
: undefined,
|
|
@@ -3569,34 +3569,34 @@ const deserializeAws_json1_1AutoMLConfig = (output, context) => {
|
|
|
3569
3569
|
};
|
|
3570
3570
|
const deserializeAws_json1_1AutoMLResult = (output, context) => {
|
|
3571
3571
|
return {
|
|
3572
|
-
bestRecipeArn: smithy_client_1.expectString(output.bestRecipeArn),
|
|
3572
|
+
bestRecipeArn: (0, smithy_client_1.expectString)(output.bestRecipeArn),
|
|
3573
3573
|
};
|
|
3574
3574
|
};
|
|
3575
3575
|
const deserializeAws_json1_1BatchInferenceJob = (output, context) => {
|
|
3576
3576
|
return {
|
|
3577
|
-
batchInferenceJobArn: smithy_client_1.expectString(output.batchInferenceJobArn),
|
|
3577
|
+
batchInferenceJobArn: (0, smithy_client_1.expectString)(output.batchInferenceJobArn),
|
|
3578
3578
|
batchInferenceJobConfig: output.batchInferenceJobConfig !== undefined && output.batchInferenceJobConfig !== null
|
|
3579
3579
|
? deserializeAws_json1_1BatchInferenceJobConfig(output.batchInferenceJobConfig, context)
|
|
3580
3580
|
: undefined,
|
|
3581
3581
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3582
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3582
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3583
3583
|
: undefined,
|
|
3584
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
3585
|
-
filterArn: smithy_client_1.expectString(output.filterArn),
|
|
3584
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
3585
|
+
filterArn: (0, smithy_client_1.expectString)(output.filterArn),
|
|
3586
3586
|
jobInput: output.jobInput !== undefined && output.jobInput !== null
|
|
3587
3587
|
? deserializeAws_json1_1BatchInferenceJobInput(output.jobInput, context)
|
|
3588
3588
|
: undefined,
|
|
3589
|
-
jobName: smithy_client_1.expectString(output.jobName),
|
|
3589
|
+
jobName: (0, smithy_client_1.expectString)(output.jobName),
|
|
3590
3590
|
jobOutput: output.jobOutput !== undefined && output.jobOutput !== null
|
|
3591
3591
|
? deserializeAws_json1_1BatchInferenceJobOutput(output.jobOutput, context)
|
|
3592
3592
|
: undefined,
|
|
3593
3593
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3594
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3594
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3595
3595
|
: undefined,
|
|
3596
|
-
numResults: smithy_client_1.expectInt32(output.numResults),
|
|
3597
|
-
roleArn: smithy_client_1.expectString(output.roleArn),
|
|
3598
|
-
solutionVersionArn: smithy_client_1.expectString(output.solutionVersionArn),
|
|
3599
|
-
status: smithy_client_1.expectString(output.status),
|
|
3596
|
+
numResults: (0, smithy_client_1.expectInt32)(output.numResults),
|
|
3597
|
+
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
3598
|
+
solutionVersionArn: (0, smithy_client_1.expectString)(output.solutionVersionArn),
|
|
3599
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3600
3600
|
};
|
|
3601
3601
|
};
|
|
3602
3602
|
const deserializeAws_json1_1BatchInferenceJobConfig = (output, context) => {
|
|
@@ -3633,41 +3633,41 @@ const deserializeAws_json1_1BatchInferenceJobs = (output, context) => {
|
|
|
3633
3633
|
};
|
|
3634
3634
|
const deserializeAws_json1_1BatchInferenceJobSummary = (output, context) => {
|
|
3635
3635
|
return {
|
|
3636
|
-
batchInferenceJobArn: smithy_client_1.expectString(output.batchInferenceJobArn),
|
|
3636
|
+
batchInferenceJobArn: (0, smithy_client_1.expectString)(output.batchInferenceJobArn),
|
|
3637
3637
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3638
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3638
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3639
3639
|
: undefined,
|
|
3640
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
3641
|
-
jobName: smithy_client_1.expectString(output.jobName),
|
|
3640
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
3641
|
+
jobName: (0, smithy_client_1.expectString)(output.jobName),
|
|
3642
3642
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3643
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3643
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3644
3644
|
: undefined,
|
|
3645
|
-
solutionVersionArn: smithy_client_1.expectString(output.solutionVersionArn),
|
|
3646
|
-
status: smithy_client_1.expectString(output.status),
|
|
3645
|
+
solutionVersionArn: (0, smithy_client_1.expectString)(output.solutionVersionArn),
|
|
3646
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3647
3647
|
};
|
|
3648
3648
|
};
|
|
3649
3649
|
const deserializeAws_json1_1BatchSegmentJob = (output, context) => {
|
|
3650
3650
|
return {
|
|
3651
|
-
batchSegmentJobArn: smithy_client_1.expectString(output.batchSegmentJobArn),
|
|
3651
|
+
batchSegmentJobArn: (0, smithy_client_1.expectString)(output.batchSegmentJobArn),
|
|
3652
3652
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3653
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3653
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3654
3654
|
: undefined,
|
|
3655
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
3656
|
-
filterArn: smithy_client_1.expectString(output.filterArn),
|
|
3655
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
3656
|
+
filterArn: (0, smithy_client_1.expectString)(output.filterArn),
|
|
3657
3657
|
jobInput: output.jobInput !== undefined && output.jobInput !== null
|
|
3658
3658
|
? deserializeAws_json1_1BatchSegmentJobInput(output.jobInput, context)
|
|
3659
3659
|
: undefined,
|
|
3660
|
-
jobName: smithy_client_1.expectString(output.jobName),
|
|
3660
|
+
jobName: (0, smithy_client_1.expectString)(output.jobName),
|
|
3661
3661
|
jobOutput: output.jobOutput !== undefined && output.jobOutput !== null
|
|
3662
3662
|
? deserializeAws_json1_1BatchSegmentJobOutput(output.jobOutput, context)
|
|
3663
3663
|
: undefined,
|
|
3664
3664
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3665
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3665
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3666
3666
|
: undefined,
|
|
3667
|
-
numResults: smithy_client_1.expectInt32(output.numResults),
|
|
3668
|
-
roleArn: smithy_client_1.expectString(output.roleArn),
|
|
3669
|
-
solutionVersionArn: smithy_client_1.expectString(output.solutionVersionArn),
|
|
3670
|
-
status: smithy_client_1.expectString(output.status),
|
|
3667
|
+
numResults: (0, smithy_client_1.expectInt32)(output.numResults),
|
|
3668
|
+
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
3669
|
+
solutionVersionArn: (0, smithy_client_1.expectString)(output.solutionVersionArn),
|
|
3670
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3671
3671
|
};
|
|
3672
3672
|
};
|
|
3673
3673
|
const deserializeAws_json1_1BatchSegmentJobInput = (output, context) => {
|
|
@@ -3697,39 +3697,39 @@ const deserializeAws_json1_1BatchSegmentJobs = (output, context) => {
|
|
|
3697
3697
|
};
|
|
3698
3698
|
const deserializeAws_json1_1BatchSegmentJobSummary = (output, context) => {
|
|
3699
3699
|
return {
|
|
3700
|
-
batchSegmentJobArn: smithy_client_1.expectString(output.batchSegmentJobArn),
|
|
3700
|
+
batchSegmentJobArn: (0, smithy_client_1.expectString)(output.batchSegmentJobArn),
|
|
3701
3701
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3702
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3702
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3703
3703
|
: undefined,
|
|
3704
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
3705
|
-
jobName: smithy_client_1.expectString(output.jobName),
|
|
3704
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
3705
|
+
jobName: (0, smithy_client_1.expectString)(output.jobName),
|
|
3706
3706
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3707
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3707
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3708
3708
|
: undefined,
|
|
3709
|
-
solutionVersionArn: smithy_client_1.expectString(output.solutionVersionArn),
|
|
3710
|
-
status: smithy_client_1.expectString(output.status),
|
|
3709
|
+
solutionVersionArn: (0, smithy_client_1.expectString)(output.solutionVersionArn),
|
|
3710
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3711
3711
|
};
|
|
3712
3712
|
};
|
|
3713
3713
|
const deserializeAws_json1_1Campaign = (output, context) => {
|
|
3714
3714
|
return {
|
|
3715
|
-
campaignArn: smithy_client_1.expectString(output.campaignArn),
|
|
3715
|
+
campaignArn: (0, smithy_client_1.expectString)(output.campaignArn),
|
|
3716
3716
|
campaignConfig: output.campaignConfig !== undefined && output.campaignConfig !== null
|
|
3717
3717
|
? deserializeAws_json1_1CampaignConfig(output.campaignConfig, context)
|
|
3718
3718
|
: undefined,
|
|
3719
3719
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3720
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3720
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3721
3721
|
: undefined,
|
|
3722
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
3722
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
3723
3723
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3724
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3724
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3725
3725
|
: undefined,
|
|
3726
3726
|
latestCampaignUpdate: output.latestCampaignUpdate !== undefined && output.latestCampaignUpdate !== null
|
|
3727
3727
|
? deserializeAws_json1_1CampaignUpdateSummary(output.latestCampaignUpdate, context)
|
|
3728
3728
|
: undefined,
|
|
3729
|
-
minProvisionedTPS: smithy_client_1.expectInt32(output.minProvisionedTPS),
|
|
3730
|
-
name: smithy_client_1.expectString(output.name),
|
|
3731
|
-
solutionVersionArn: smithy_client_1.expectString(output.solutionVersionArn),
|
|
3732
|
-
status: smithy_client_1.expectString(output.status),
|
|
3729
|
+
minProvisionedTPS: (0, smithy_client_1.expectInt32)(output.minProvisionedTPS),
|
|
3730
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3731
|
+
solutionVersionArn: (0, smithy_client_1.expectString)(output.solutionVersionArn),
|
|
3732
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3733
3733
|
};
|
|
3734
3734
|
};
|
|
3735
3735
|
const deserializeAws_json1_1CampaignConfig = (output, context) => {
|
|
@@ -3752,16 +3752,16 @@ const deserializeAws_json1_1Campaigns = (output, context) => {
|
|
|
3752
3752
|
};
|
|
3753
3753
|
const deserializeAws_json1_1CampaignSummary = (output, context) => {
|
|
3754
3754
|
return {
|
|
3755
|
-
campaignArn: smithy_client_1.expectString(output.campaignArn),
|
|
3755
|
+
campaignArn: (0, smithy_client_1.expectString)(output.campaignArn),
|
|
3756
3756
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3757
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3757
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3758
3758
|
: undefined,
|
|
3759
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
3759
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
3760
3760
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3761
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3761
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3762
3762
|
: undefined,
|
|
3763
|
-
name: smithy_client_1.expectString(output.name),
|
|
3764
|
-
status: smithy_client_1.expectString(output.status),
|
|
3763
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3764
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3765
3765
|
};
|
|
3766
3766
|
};
|
|
3767
3767
|
const deserializeAws_json1_1CampaignUpdateSummary = (output, context) => {
|
|
@@ -3770,20 +3770,20 @@ const deserializeAws_json1_1CampaignUpdateSummary = (output, context) => {
|
|
|
3770
3770
|
? deserializeAws_json1_1CampaignConfig(output.campaignConfig, context)
|
|
3771
3771
|
: undefined,
|
|
3772
3772
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3773
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3773
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3774
3774
|
: undefined,
|
|
3775
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
3775
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
3776
3776
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3777
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3777
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3778
3778
|
: undefined,
|
|
3779
|
-
minProvisionedTPS: smithy_client_1.expectInt32(output.minProvisionedTPS),
|
|
3780
|
-
solutionVersionArn: smithy_client_1.expectString(output.solutionVersionArn),
|
|
3781
|
-
status: smithy_client_1.expectString(output.status),
|
|
3779
|
+
minProvisionedTPS: (0, smithy_client_1.expectInt32)(output.minProvisionedTPS),
|
|
3780
|
+
solutionVersionArn: (0, smithy_client_1.expectString)(output.solutionVersionArn),
|
|
3781
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3782
3782
|
};
|
|
3783
3783
|
};
|
|
3784
3784
|
const deserializeAws_json1_1CategoricalHyperParameterRange = (output, context) => {
|
|
3785
3785
|
return {
|
|
3786
|
-
name: smithy_client_1.expectString(output.name),
|
|
3786
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3787
3787
|
values: output.values !== undefined && output.values !== null
|
|
3788
3788
|
? deserializeAws_json1_1CategoricalValues(output.values, context)
|
|
3789
3789
|
: undefined,
|
|
@@ -3807,15 +3807,15 @@ const deserializeAws_json1_1CategoricalValues = (output, context) => {
|
|
|
3807
3807
|
if (entry === null) {
|
|
3808
3808
|
return null;
|
|
3809
3809
|
}
|
|
3810
|
-
return smithy_client_1.expectString(entry);
|
|
3810
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3811
3811
|
});
|
|
3812
3812
|
return retVal;
|
|
3813
3813
|
};
|
|
3814
3814
|
const deserializeAws_json1_1ContinuousHyperParameterRange = (output, context) => {
|
|
3815
3815
|
return {
|
|
3816
|
-
maxValue: smithy_client_1.limitedParseDouble(output.maxValue),
|
|
3817
|
-
minValue: smithy_client_1.limitedParseDouble(output.minValue),
|
|
3818
|
-
name: smithy_client_1.expectString(output.name),
|
|
3816
|
+
maxValue: (0, smithy_client_1.limitedParseDouble)(output.maxValue),
|
|
3817
|
+
minValue: (0, smithy_client_1.limitedParseDouble)(output.minValue),
|
|
3818
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3819
3819
|
};
|
|
3820
3820
|
};
|
|
3821
3821
|
const deserializeAws_json1_1ContinuousHyperParameterRanges = (output, context) => {
|
|
@@ -3831,105 +3831,105 @@ const deserializeAws_json1_1ContinuousHyperParameterRanges = (output, context) =
|
|
|
3831
3831
|
};
|
|
3832
3832
|
const deserializeAws_json1_1CreateBatchInferenceJobResponse = (output, context) => {
|
|
3833
3833
|
return {
|
|
3834
|
-
batchInferenceJobArn: smithy_client_1.expectString(output.batchInferenceJobArn),
|
|
3834
|
+
batchInferenceJobArn: (0, smithy_client_1.expectString)(output.batchInferenceJobArn),
|
|
3835
3835
|
};
|
|
3836
3836
|
};
|
|
3837
3837
|
const deserializeAws_json1_1CreateBatchSegmentJobResponse = (output, context) => {
|
|
3838
3838
|
return {
|
|
3839
|
-
batchSegmentJobArn: smithy_client_1.expectString(output.batchSegmentJobArn),
|
|
3839
|
+
batchSegmentJobArn: (0, smithy_client_1.expectString)(output.batchSegmentJobArn),
|
|
3840
3840
|
};
|
|
3841
3841
|
};
|
|
3842
3842
|
const deserializeAws_json1_1CreateCampaignResponse = (output, context) => {
|
|
3843
3843
|
return {
|
|
3844
|
-
campaignArn: smithy_client_1.expectString(output.campaignArn),
|
|
3844
|
+
campaignArn: (0, smithy_client_1.expectString)(output.campaignArn),
|
|
3845
3845
|
};
|
|
3846
3846
|
};
|
|
3847
3847
|
const deserializeAws_json1_1CreateDatasetExportJobResponse = (output, context) => {
|
|
3848
3848
|
return {
|
|
3849
|
-
datasetExportJobArn: smithy_client_1.expectString(output.datasetExportJobArn),
|
|
3849
|
+
datasetExportJobArn: (0, smithy_client_1.expectString)(output.datasetExportJobArn),
|
|
3850
3850
|
};
|
|
3851
3851
|
};
|
|
3852
3852
|
const deserializeAws_json1_1CreateDatasetGroupResponse = (output, context) => {
|
|
3853
3853
|
return {
|
|
3854
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
3855
|
-
domain: smithy_client_1.expectString(output.domain),
|
|
3854
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
3855
|
+
domain: (0, smithy_client_1.expectString)(output.domain),
|
|
3856
3856
|
};
|
|
3857
3857
|
};
|
|
3858
3858
|
const deserializeAws_json1_1CreateDatasetImportJobResponse = (output, context) => {
|
|
3859
3859
|
return {
|
|
3860
|
-
datasetImportJobArn: smithy_client_1.expectString(output.datasetImportJobArn),
|
|
3860
|
+
datasetImportJobArn: (0, smithy_client_1.expectString)(output.datasetImportJobArn),
|
|
3861
3861
|
};
|
|
3862
3862
|
};
|
|
3863
3863
|
const deserializeAws_json1_1CreateDatasetResponse = (output, context) => {
|
|
3864
3864
|
return {
|
|
3865
|
-
datasetArn: smithy_client_1.expectString(output.datasetArn),
|
|
3865
|
+
datasetArn: (0, smithy_client_1.expectString)(output.datasetArn),
|
|
3866
3866
|
};
|
|
3867
3867
|
};
|
|
3868
3868
|
const deserializeAws_json1_1CreateEventTrackerResponse = (output, context) => {
|
|
3869
3869
|
return {
|
|
3870
|
-
eventTrackerArn: smithy_client_1.expectString(output.eventTrackerArn),
|
|
3871
|
-
trackingId: smithy_client_1.expectString(output.trackingId),
|
|
3870
|
+
eventTrackerArn: (0, smithy_client_1.expectString)(output.eventTrackerArn),
|
|
3871
|
+
trackingId: (0, smithy_client_1.expectString)(output.trackingId),
|
|
3872
3872
|
};
|
|
3873
3873
|
};
|
|
3874
3874
|
const deserializeAws_json1_1CreateFilterResponse = (output, context) => {
|
|
3875
3875
|
return {
|
|
3876
|
-
filterArn: smithy_client_1.expectString(output.filterArn),
|
|
3876
|
+
filterArn: (0, smithy_client_1.expectString)(output.filterArn),
|
|
3877
3877
|
};
|
|
3878
3878
|
};
|
|
3879
3879
|
const deserializeAws_json1_1CreateRecommenderResponse = (output, context) => {
|
|
3880
3880
|
return {
|
|
3881
|
-
recommenderArn: smithy_client_1.expectString(output.recommenderArn),
|
|
3881
|
+
recommenderArn: (0, smithy_client_1.expectString)(output.recommenderArn),
|
|
3882
3882
|
};
|
|
3883
3883
|
};
|
|
3884
3884
|
const deserializeAws_json1_1CreateSchemaResponse = (output, context) => {
|
|
3885
3885
|
return {
|
|
3886
|
-
schemaArn: smithy_client_1.expectString(output.schemaArn),
|
|
3886
|
+
schemaArn: (0, smithy_client_1.expectString)(output.schemaArn),
|
|
3887
3887
|
};
|
|
3888
3888
|
};
|
|
3889
3889
|
const deserializeAws_json1_1CreateSolutionResponse = (output, context) => {
|
|
3890
3890
|
return {
|
|
3891
|
-
solutionArn: smithy_client_1.expectString(output.solutionArn),
|
|
3891
|
+
solutionArn: (0, smithy_client_1.expectString)(output.solutionArn),
|
|
3892
3892
|
};
|
|
3893
3893
|
};
|
|
3894
3894
|
const deserializeAws_json1_1CreateSolutionVersionResponse = (output, context) => {
|
|
3895
3895
|
return {
|
|
3896
|
-
solutionVersionArn: smithy_client_1.expectString(output.solutionVersionArn),
|
|
3896
|
+
solutionVersionArn: (0, smithy_client_1.expectString)(output.solutionVersionArn),
|
|
3897
3897
|
};
|
|
3898
3898
|
};
|
|
3899
3899
|
const deserializeAws_json1_1Dataset = (output, context) => {
|
|
3900
3900
|
return {
|
|
3901
3901
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3902
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3902
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3903
3903
|
: undefined,
|
|
3904
|
-
datasetArn: smithy_client_1.expectString(output.datasetArn),
|
|
3905
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
3906
|
-
datasetType: smithy_client_1.expectString(output.datasetType),
|
|
3904
|
+
datasetArn: (0, smithy_client_1.expectString)(output.datasetArn),
|
|
3905
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
3906
|
+
datasetType: (0, smithy_client_1.expectString)(output.datasetType),
|
|
3907
3907
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3908
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3908
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3909
3909
|
: undefined,
|
|
3910
|
-
name: smithy_client_1.expectString(output.name),
|
|
3911
|
-
schemaArn: smithy_client_1.expectString(output.schemaArn),
|
|
3912
|
-
status: smithy_client_1.expectString(output.status),
|
|
3910
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3911
|
+
schemaArn: (0, smithy_client_1.expectString)(output.schemaArn),
|
|
3912
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3913
3913
|
};
|
|
3914
3914
|
};
|
|
3915
3915
|
const deserializeAws_json1_1DatasetExportJob = (output, context) => {
|
|
3916
3916
|
return {
|
|
3917
3917
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3918
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3918
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3919
3919
|
: undefined,
|
|
3920
|
-
datasetArn: smithy_client_1.expectString(output.datasetArn),
|
|
3921
|
-
datasetExportJobArn: smithy_client_1.expectString(output.datasetExportJobArn),
|
|
3922
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
3923
|
-
ingestionMode: smithy_client_1.expectString(output.ingestionMode),
|
|
3924
|
-
jobName: smithy_client_1.expectString(output.jobName),
|
|
3920
|
+
datasetArn: (0, smithy_client_1.expectString)(output.datasetArn),
|
|
3921
|
+
datasetExportJobArn: (0, smithy_client_1.expectString)(output.datasetExportJobArn),
|
|
3922
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
3923
|
+
ingestionMode: (0, smithy_client_1.expectString)(output.ingestionMode),
|
|
3924
|
+
jobName: (0, smithy_client_1.expectString)(output.jobName),
|
|
3925
3925
|
jobOutput: output.jobOutput !== undefined && output.jobOutput !== null
|
|
3926
3926
|
? deserializeAws_json1_1DatasetExportJobOutput(output.jobOutput, context)
|
|
3927
3927
|
: undefined,
|
|
3928
3928
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3929
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3929
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3930
3930
|
: undefined,
|
|
3931
|
-
roleArn: smithy_client_1.expectString(output.roleArn),
|
|
3932
|
-
status: smithy_client_1.expectString(output.status),
|
|
3931
|
+
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
3932
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3933
3933
|
};
|
|
3934
3934
|
};
|
|
3935
3935
|
const deserializeAws_json1_1DatasetExportJobOutput = (output, context) => {
|
|
@@ -3953,32 +3953,32 @@ const deserializeAws_json1_1DatasetExportJobs = (output, context) => {
|
|
|
3953
3953
|
const deserializeAws_json1_1DatasetExportJobSummary = (output, context) => {
|
|
3954
3954
|
return {
|
|
3955
3955
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3956
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3956
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3957
3957
|
: undefined,
|
|
3958
|
-
datasetExportJobArn: smithy_client_1.expectString(output.datasetExportJobArn),
|
|
3959
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
3960
|
-
jobName: smithy_client_1.expectString(output.jobName),
|
|
3958
|
+
datasetExportJobArn: (0, smithy_client_1.expectString)(output.datasetExportJobArn),
|
|
3959
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
3960
|
+
jobName: (0, smithy_client_1.expectString)(output.jobName),
|
|
3961
3961
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3962
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3962
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3963
3963
|
: undefined,
|
|
3964
|
-
status: smithy_client_1.expectString(output.status),
|
|
3964
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3965
3965
|
};
|
|
3966
3966
|
};
|
|
3967
3967
|
const deserializeAws_json1_1DatasetGroup = (output, context) => {
|
|
3968
3968
|
return {
|
|
3969
3969
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3970
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3970
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3971
3971
|
: undefined,
|
|
3972
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
3973
|
-
domain: smithy_client_1.expectString(output.domain),
|
|
3974
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
3975
|
-
kmsKeyArn: smithy_client_1.expectString(output.kmsKeyArn),
|
|
3972
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
3973
|
+
domain: (0, smithy_client_1.expectString)(output.domain),
|
|
3974
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
3975
|
+
kmsKeyArn: (0, smithy_client_1.expectString)(output.kmsKeyArn),
|
|
3976
3976
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
3977
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
3977
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
3978
3978
|
: undefined,
|
|
3979
|
-
name: smithy_client_1.expectString(output.name),
|
|
3980
|
-
roleArn: smithy_client_1.expectString(output.roleArn),
|
|
3981
|
-
status: smithy_client_1.expectString(output.status),
|
|
3979
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
3980
|
+
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
3981
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
3982
3982
|
};
|
|
3983
3983
|
};
|
|
3984
3984
|
const deserializeAws_json1_1DatasetGroups = (output, context) => {
|
|
@@ -3995,35 +3995,35 @@ const deserializeAws_json1_1DatasetGroups = (output, context) => {
|
|
|
3995
3995
|
const deserializeAws_json1_1DatasetGroupSummary = (output, context) => {
|
|
3996
3996
|
return {
|
|
3997
3997
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
3998
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
3998
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
3999
3999
|
: undefined,
|
|
4000
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
4001
|
-
domain: smithy_client_1.expectString(output.domain),
|
|
4002
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
4000
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
4001
|
+
domain: (0, smithy_client_1.expectString)(output.domain),
|
|
4002
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
4003
4003
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4004
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4004
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4005
4005
|
: undefined,
|
|
4006
|
-
name: smithy_client_1.expectString(output.name),
|
|
4007
|
-
status: smithy_client_1.expectString(output.status),
|
|
4006
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4007
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4008
4008
|
};
|
|
4009
4009
|
};
|
|
4010
4010
|
const deserializeAws_json1_1DatasetImportJob = (output, context) => {
|
|
4011
4011
|
return {
|
|
4012
4012
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4013
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4013
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4014
4014
|
: undefined,
|
|
4015
4015
|
dataSource: output.dataSource !== undefined && output.dataSource !== null
|
|
4016
4016
|
? deserializeAws_json1_1DataSource(output.dataSource, context)
|
|
4017
4017
|
: undefined,
|
|
4018
|
-
datasetArn: smithy_client_1.expectString(output.datasetArn),
|
|
4019
|
-
datasetImportJobArn: smithy_client_1.expectString(output.datasetImportJobArn),
|
|
4020
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
4021
|
-
jobName: smithy_client_1.expectString(output.jobName),
|
|
4018
|
+
datasetArn: (0, smithy_client_1.expectString)(output.datasetArn),
|
|
4019
|
+
datasetImportJobArn: (0, smithy_client_1.expectString)(output.datasetImportJobArn),
|
|
4020
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
4021
|
+
jobName: (0, smithy_client_1.expectString)(output.jobName),
|
|
4022
4022
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4023
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4023
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4024
4024
|
: undefined,
|
|
4025
|
-
roleArn: smithy_client_1.expectString(output.roleArn),
|
|
4026
|
-
status: smithy_client_1.expectString(output.status),
|
|
4025
|
+
roleArn: (0, smithy_client_1.expectString)(output.roleArn),
|
|
4026
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4027
4027
|
};
|
|
4028
4028
|
};
|
|
4029
4029
|
const deserializeAws_json1_1DatasetImportJobs = (output, context) => {
|
|
@@ -4040,15 +4040,15 @@ const deserializeAws_json1_1DatasetImportJobs = (output, context) => {
|
|
|
4040
4040
|
const deserializeAws_json1_1DatasetImportJobSummary = (output, context) => {
|
|
4041
4041
|
return {
|
|
4042
4042
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4043
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4043
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4044
4044
|
: undefined,
|
|
4045
|
-
datasetImportJobArn: smithy_client_1.expectString(output.datasetImportJobArn),
|
|
4046
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
4047
|
-
jobName: smithy_client_1.expectString(output.jobName),
|
|
4045
|
+
datasetImportJobArn: (0, smithy_client_1.expectString)(output.datasetImportJobArn),
|
|
4046
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
4047
|
+
jobName: (0, smithy_client_1.expectString)(output.jobName),
|
|
4048
4048
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4049
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4049
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4050
4050
|
: undefined,
|
|
4051
|
-
status: smithy_client_1.expectString(output.status),
|
|
4051
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4052
4052
|
};
|
|
4053
4053
|
};
|
|
4054
4054
|
const deserializeAws_json1_1Datasets = (output, context) => {
|
|
@@ -4065,53 +4065,53 @@ const deserializeAws_json1_1Datasets = (output, context) => {
|
|
|
4065
4065
|
const deserializeAws_json1_1DatasetSchema = (output, context) => {
|
|
4066
4066
|
return {
|
|
4067
4067
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4068
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4068
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4069
4069
|
: undefined,
|
|
4070
|
-
domain: smithy_client_1.expectString(output.domain),
|
|
4070
|
+
domain: (0, smithy_client_1.expectString)(output.domain),
|
|
4071
4071
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4072
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4072
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4073
4073
|
: undefined,
|
|
4074
|
-
name: smithy_client_1.expectString(output.name),
|
|
4075
|
-
schema: smithy_client_1.expectString(output.schema),
|
|
4076
|
-
schemaArn: smithy_client_1.expectString(output.schemaArn),
|
|
4074
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4075
|
+
schema: (0, smithy_client_1.expectString)(output.schema),
|
|
4076
|
+
schemaArn: (0, smithy_client_1.expectString)(output.schemaArn),
|
|
4077
4077
|
};
|
|
4078
4078
|
};
|
|
4079
4079
|
const deserializeAws_json1_1DatasetSchemaSummary = (output, context) => {
|
|
4080
4080
|
return {
|
|
4081
4081
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4082
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4082
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4083
4083
|
: undefined,
|
|
4084
|
-
domain: smithy_client_1.expectString(output.domain),
|
|
4084
|
+
domain: (0, smithy_client_1.expectString)(output.domain),
|
|
4085
4085
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4086
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4086
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4087
4087
|
: undefined,
|
|
4088
|
-
name: smithy_client_1.expectString(output.name),
|
|
4089
|
-
schemaArn: smithy_client_1.expectString(output.schemaArn),
|
|
4088
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4089
|
+
schemaArn: (0, smithy_client_1.expectString)(output.schemaArn),
|
|
4090
4090
|
};
|
|
4091
4091
|
};
|
|
4092
4092
|
const deserializeAws_json1_1DatasetSummary = (output, context) => {
|
|
4093
4093
|
return {
|
|
4094
4094
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4095
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4095
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4096
4096
|
: undefined,
|
|
4097
|
-
datasetArn: smithy_client_1.expectString(output.datasetArn),
|
|
4098
|
-
datasetType: smithy_client_1.expectString(output.datasetType),
|
|
4097
|
+
datasetArn: (0, smithy_client_1.expectString)(output.datasetArn),
|
|
4098
|
+
datasetType: (0, smithy_client_1.expectString)(output.datasetType),
|
|
4099
4099
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4100
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4100
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4101
4101
|
: undefined,
|
|
4102
|
-
name: smithy_client_1.expectString(output.name),
|
|
4103
|
-
status: smithy_client_1.expectString(output.status),
|
|
4102
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4103
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4104
4104
|
};
|
|
4105
4105
|
};
|
|
4106
4106
|
const deserializeAws_json1_1DataSource = (output, context) => {
|
|
4107
4107
|
return {
|
|
4108
|
-
dataLocation: smithy_client_1.expectString(output.dataLocation),
|
|
4108
|
+
dataLocation: (0, smithy_client_1.expectString)(output.dataLocation),
|
|
4109
4109
|
};
|
|
4110
4110
|
};
|
|
4111
4111
|
const deserializeAws_json1_1DefaultCategoricalHyperParameterRange = (output, context) => {
|
|
4112
4112
|
return {
|
|
4113
|
-
isTunable: smithy_client_1.expectBoolean(output.isTunable),
|
|
4114
|
-
name: smithy_client_1.expectString(output.name),
|
|
4113
|
+
isTunable: (0, smithy_client_1.expectBoolean)(output.isTunable),
|
|
4114
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4115
4115
|
values: output.values !== undefined && output.values !== null
|
|
4116
4116
|
? deserializeAws_json1_1CategoricalValues(output.values, context)
|
|
4117
4117
|
: undefined,
|
|
@@ -4130,10 +4130,10 @@ const deserializeAws_json1_1DefaultCategoricalHyperParameterRanges = (output, co
|
|
|
4130
4130
|
};
|
|
4131
4131
|
const deserializeAws_json1_1DefaultContinuousHyperParameterRange = (output, context) => {
|
|
4132
4132
|
return {
|
|
4133
|
-
isTunable: smithy_client_1.expectBoolean(output.isTunable),
|
|
4134
|
-
maxValue: smithy_client_1.limitedParseDouble(output.maxValue),
|
|
4135
|
-
minValue: smithy_client_1.limitedParseDouble(output.minValue),
|
|
4136
|
-
name: smithy_client_1.expectString(output.name),
|
|
4133
|
+
isTunable: (0, smithy_client_1.expectBoolean)(output.isTunable),
|
|
4134
|
+
maxValue: (0, smithy_client_1.limitedParseDouble)(output.maxValue),
|
|
4135
|
+
minValue: (0, smithy_client_1.limitedParseDouble)(output.minValue),
|
|
4136
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4137
4137
|
};
|
|
4138
4138
|
};
|
|
4139
4139
|
const deserializeAws_json1_1DefaultContinuousHyperParameterRanges = (output, context) => {
|
|
@@ -4162,10 +4162,10 @@ const deserializeAws_json1_1DefaultHyperParameterRanges = (output, context) => {
|
|
|
4162
4162
|
};
|
|
4163
4163
|
const deserializeAws_json1_1DefaultIntegerHyperParameterRange = (output, context) => {
|
|
4164
4164
|
return {
|
|
4165
|
-
isTunable: smithy_client_1.expectBoolean(output.isTunable),
|
|
4166
|
-
maxValue: smithy_client_1.expectInt32(output.maxValue),
|
|
4167
|
-
minValue: smithy_client_1.expectInt32(output.minValue),
|
|
4168
|
-
name: smithy_client_1.expectString(output.name),
|
|
4165
|
+
isTunable: (0, smithy_client_1.expectBoolean)(output.isTunable),
|
|
4166
|
+
maxValue: (0, smithy_client_1.expectInt32)(output.maxValue),
|
|
4167
|
+
minValue: (0, smithy_client_1.expectInt32)(output.minValue),
|
|
4168
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4169
4169
|
};
|
|
4170
4170
|
};
|
|
4171
4171
|
const deserializeAws_json1_1DefaultIntegerHyperParameterRanges = (output, context) => {
|
|
@@ -4293,18 +4293,18 @@ const deserializeAws_json1_1DescribeSolutionVersionResponse = (output, context)
|
|
|
4293
4293
|
};
|
|
4294
4294
|
const deserializeAws_json1_1EventTracker = (output, context) => {
|
|
4295
4295
|
return {
|
|
4296
|
-
accountId: smithy_client_1.expectString(output.accountId),
|
|
4296
|
+
accountId: (0, smithy_client_1.expectString)(output.accountId),
|
|
4297
4297
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4298
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4298
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4299
4299
|
: undefined,
|
|
4300
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
4301
|
-
eventTrackerArn: smithy_client_1.expectString(output.eventTrackerArn),
|
|
4300
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
4301
|
+
eventTrackerArn: (0, smithy_client_1.expectString)(output.eventTrackerArn),
|
|
4302
4302
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4303
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4303
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4304
4304
|
: undefined,
|
|
4305
|
-
name: smithy_client_1.expectString(output.name),
|
|
4306
|
-
status: smithy_client_1.expectString(output.status),
|
|
4307
|
-
trackingId: smithy_client_1.expectString(output.trackingId),
|
|
4305
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4306
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4307
|
+
trackingId: (0, smithy_client_1.expectString)(output.trackingId),
|
|
4308
4308
|
};
|
|
4309
4309
|
};
|
|
4310
4310
|
const deserializeAws_json1_1EventTrackers = (output, context) => {
|
|
@@ -4321,30 +4321,30 @@ const deserializeAws_json1_1EventTrackers = (output, context) => {
|
|
|
4321
4321
|
const deserializeAws_json1_1EventTrackerSummary = (output, context) => {
|
|
4322
4322
|
return {
|
|
4323
4323
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4324
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4324
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4325
4325
|
: undefined,
|
|
4326
|
-
eventTrackerArn: smithy_client_1.expectString(output.eventTrackerArn),
|
|
4326
|
+
eventTrackerArn: (0, smithy_client_1.expectString)(output.eventTrackerArn),
|
|
4327
4327
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4328
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4328
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4329
4329
|
: undefined,
|
|
4330
|
-
name: smithy_client_1.expectString(output.name),
|
|
4331
|
-
status: smithy_client_1.expectString(output.status),
|
|
4330
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4331
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4332
4332
|
};
|
|
4333
4333
|
};
|
|
4334
4334
|
const deserializeAws_json1_1FeatureTransformation = (output, context) => {
|
|
4335
4335
|
return {
|
|
4336
4336
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4337
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4337
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4338
4338
|
: undefined,
|
|
4339
4339
|
defaultParameters: output.defaultParameters !== undefined && output.defaultParameters !== null
|
|
4340
4340
|
? deserializeAws_json1_1FeaturizationParameters(output.defaultParameters, context)
|
|
4341
4341
|
: undefined,
|
|
4342
|
-
featureTransformationArn: smithy_client_1.expectString(output.featureTransformationArn),
|
|
4342
|
+
featureTransformationArn: (0, smithy_client_1.expectString)(output.featureTransformationArn),
|
|
4343
4343
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4344
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4344
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4345
4345
|
: undefined,
|
|
4346
|
-
name: smithy_client_1.expectString(output.name),
|
|
4347
|
-
status: smithy_client_1.expectString(output.status),
|
|
4346
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4347
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4348
4348
|
};
|
|
4349
4349
|
};
|
|
4350
4350
|
const deserializeAws_json1_1FeatureTransformationParameters = (output, context) => {
|
|
@@ -4354,7 +4354,7 @@ const deserializeAws_json1_1FeatureTransformationParameters = (output, context)
|
|
|
4354
4354
|
}
|
|
4355
4355
|
return {
|
|
4356
4356
|
...acc,
|
|
4357
|
-
[key]: smithy_client_1.expectString(value),
|
|
4357
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
4358
4358
|
};
|
|
4359
4359
|
}, {});
|
|
4360
4360
|
};
|
|
@@ -4365,24 +4365,24 @@ const deserializeAws_json1_1FeaturizationParameters = (output, context) => {
|
|
|
4365
4365
|
}
|
|
4366
4366
|
return {
|
|
4367
4367
|
...acc,
|
|
4368
|
-
[key]: smithy_client_1.expectString(value),
|
|
4368
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
4369
4369
|
};
|
|
4370
4370
|
}, {});
|
|
4371
4371
|
};
|
|
4372
4372
|
const deserializeAws_json1_1Filter = (output, context) => {
|
|
4373
4373
|
return {
|
|
4374
4374
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4375
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4375
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4376
4376
|
: undefined,
|
|
4377
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
4378
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
4379
|
-
filterArn: smithy_client_1.expectString(output.filterArn),
|
|
4380
|
-
filterExpression: smithy_client_1.expectString(output.filterExpression),
|
|
4377
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
4378
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
4379
|
+
filterArn: (0, smithy_client_1.expectString)(output.filterArn),
|
|
4380
|
+
filterExpression: (0, smithy_client_1.expectString)(output.filterExpression),
|
|
4381
4381
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4382
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4382
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4383
4383
|
: undefined,
|
|
4384
|
-
name: smithy_client_1.expectString(output.name),
|
|
4385
|
-
status: smithy_client_1.expectString(output.status),
|
|
4384
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4385
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4386
4386
|
};
|
|
4387
4387
|
};
|
|
4388
4388
|
const deserializeAws_json1_1Filters = (output, context) => {
|
|
@@ -4399,16 +4399,16 @@ const deserializeAws_json1_1Filters = (output, context) => {
|
|
|
4399
4399
|
const deserializeAws_json1_1FilterSummary = (output, context) => {
|
|
4400
4400
|
return {
|
|
4401
4401
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4402
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4402
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4403
4403
|
: undefined,
|
|
4404
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
4405
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
4406
|
-
filterArn: smithy_client_1.expectString(output.filterArn),
|
|
4404
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
4405
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
4406
|
+
filterArn: (0, smithy_client_1.expectString)(output.filterArn),
|
|
4407
4407
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4408
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4408
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4409
4409
|
: undefined,
|
|
4410
|
-
name: smithy_client_1.expectString(output.name),
|
|
4411
|
-
status: smithy_client_1.expectString(output.status),
|
|
4410
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4411
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4412
4412
|
};
|
|
4413
4413
|
};
|
|
4414
4414
|
const deserializeAws_json1_1GetSolutionMetricsResponse = (output, context) => {
|
|
@@ -4416,7 +4416,7 @@ const deserializeAws_json1_1GetSolutionMetricsResponse = (output, context) => {
|
|
|
4416
4416
|
metrics: output.metrics !== undefined && output.metrics !== null
|
|
4417
4417
|
? deserializeAws_json1_1Metrics(output.metrics, context)
|
|
4418
4418
|
: undefined,
|
|
4419
|
-
solutionVersionArn: smithy_client_1.expectString(output.solutionVersionArn),
|
|
4419
|
+
solutionVersionArn: (0, smithy_client_1.expectString)(output.solutionVersionArn),
|
|
4420
4420
|
};
|
|
4421
4421
|
};
|
|
4422
4422
|
const deserializeAws_json1_1HPOConfig = (output, context) => {
|
|
@@ -4434,15 +4434,15 @@ const deserializeAws_json1_1HPOConfig = (output, context) => {
|
|
|
4434
4434
|
};
|
|
4435
4435
|
const deserializeAws_json1_1HPOObjective = (output, context) => {
|
|
4436
4436
|
return {
|
|
4437
|
-
metricName: smithy_client_1.expectString(output.metricName),
|
|
4438
|
-
metricRegex: smithy_client_1.expectString(output.metricRegex),
|
|
4439
|
-
type: smithy_client_1.expectString(output.type),
|
|
4437
|
+
metricName: (0, smithy_client_1.expectString)(output.metricName),
|
|
4438
|
+
metricRegex: (0, smithy_client_1.expectString)(output.metricRegex),
|
|
4439
|
+
type: (0, smithy_client_1.expectString)(output.type),
|
|
4440
4440
|
};
|
|
4441
4441
|
};
|
|
4442
4442
|
const deserializeAws_json1_1HPOResourceConfig = (output, context) => {
|
|
4443
4443
|
return {
|
|
4444
|
-
maxNumberOfTrainingJobs: smithy_client_1.expectString(output.maxNumberOfTrainingJobs),
|
|
4445
|
-
maxParallelTrainingJobs: smithy_client_1.expectString(output.maxParallelTrainingJobs),
|
|
4444
|
+
maxNumberOfTrainingJobs: (0, smithy_client_1.expectString)(output.maxNumberOfTrainingJobs),
|
|
4445
|
+
maxParallelTrainingJobs: (0, smithy_client_1.expectString)(output.maxParallelTrainingJobs),
|
|
4446
4446
|
};
|
|
4447
4447
|
};
|
|
4448
4448
|
const deserializeAws_json1_1HyperParameterRanges = (output, context) => {
|
|
@@ -4465,15 +4465,15 @@ const deserializeAws_json1_1HyperParameters = (output, context) => {
|
|
|
4465
4465
|
}
|
|
4466
4466
|
return {
|
|
4467
4467
|
...acc,
|
|
4468
|
-
[key]: smithy_client_1.expectString(value),
|
|
4468
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
4469
4469
|
};
|
|
4470
4470
|
}, {});
|
|
4471
4471
|
};
|
|
4472
4472
|
const deserializeAws_json1_1IntegerHyperParameterRange = (output, context) => {
|
|
4473
4473
|
return {
|
|
4474
|
-
maxValue: smithy_client_1.expectInt32(output.maxValue),
|
|
4475
|
-
minValue: smithy_client_1.expectInt32(output.minValue),
|
|
4476
|
-
name: smithy_client_1.expectString(output.name),
|
|
4474
|
+
maxValue: (0, smithy_client_1.expectInt32)(output.maxValue),
|
|
4475
|
+
minValue: (0, smithy_client_1.expectInt32)(output.minValue),
|
|
4476
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4477
4477
|
};
|
|
4478
4478
|
};
|
|
4479
4479
|
const deserializeAws_json1_1IntegerHyperParameterRanges = (output, context) => {
|
|
@@ -4489,17 +4489,17 @@ const deserializeAws_json1_1IntegerHyperParameterRanges = (output, context) => {
|
|
|
4489
4489
|
};
|
|
4490
4490
|
const deserializeAws_json1_1InvalidInputException = (output, context) => {
|
|
4491
4491
|
return {
|
|
4492
|
-
message: smithy_client_1.expectString(output.message),
|
|
4492
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4493
4493
|
};
|
|
4494
4494
|
};
|
|
4495
4495
|
const deserializeAws_json1_1InvalidNextTokenException = (output, context) => {
|
|
4496
4496
|
return {
|
|
4497
|
-
message: smithy_client_1.expectString(output.message),
|
|
4497
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4498
4498
|
};
|
|
4499
4499
|
};
|
|
4500
4500
|
const deserializeAws_json1_1LimitExceededException = (output, context) => {
|
|
4501
4501
|
return {
|
|
4502
|
-
message: smithy_client_1.expectString(output.message),
|
|
4502
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4503
4503
|
};
|
|
4504
4504
|
};
|
|
4505
4505
|
const deserializeAws_json1_1ListBatchInferenceJobsResponse = (output, context) => {
|
|
@@ -4507,7 +4507,7 @@ const deserializeAws_json1_1ListBatchInferenceJobsResponse = (output, context) =
|
|
|
4507
4507
|
batchInferenceJobs: output.batchInferenceJobs !== undefined && output.batchInferenceJobs !== null
|
|
4508
4508
|
? deserializeAws_json1_1BatchInferenceJobs(output.batchInferenceJobs, context)
|
|
4509
4509
|
: undefined,
|
|
4510
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4510
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4511
4511
|
};
|
|
4512
4512
|
};
|
|
4513
4513
|
const deserializeAws_json1_1ListBatchSegmentJobsResponse = (output, context) => {
|
|
@@ -4515,7 +4515,7 @@ const deserializeAws_json1_1ListBatchSegmentJobsResponse = (output, context) =>
|
|
|
4515
4515
|
batchSegmentJobs: output.batchSegmentJobs !== undefined && output.batchSegmentJobs !== null
|
|
4516
4516
|
? deserializeAws_json1_1BatchSegmentJobs(output.batchSegmentJobs, context)
|
|
4517
4517
|
: undefined,
|
|
4518
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4518
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4519
4519
|
};
|
|
4520
4520
|
};
|
|
4521
4521
|
const deserializeAws_json1_1ListCampaignsResponse = (output, context) => {
|
|
@@ -4523,7 +4523,7 @@ const deserializeAws_json1_1ListCampaignsResponse = (output, context) => {
|
|
|
4523
4523
|
campaigns: output.campaigns !== undefined && output.campaigns !== null
|
|
4524
4524
|
? deserializeAws_json1_1Campaigns(output.campaigns, context)
|
|
4525
4525
|
: undefined,
|
|
4526
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4526
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4527
4527
|
};
|
|
4528
4528
|
};
|
|
4529
4529
|
const deserializeAws_json1_1ListDatasetExportJobsResponse = (output, context) => {
|
|
@@ -4531,7 +4531,7 @@ const deserializeAws_json1_1ListDatasetExportJobsResponse = (output, context) =>
|
|
|
4531
4531
|
datasetExportJobs: output.datasetExportJobs !== undefined && output.datasetExportJobs !== null
|
|
4532
4532
|
? deserializeAws_json1_1DatasetExportJobs(output.datasetExportJobs, context)
|
|
4533
4533
|
: undefined,
|
|
4534
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4534
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4535
4535
|
};
|
|
4536
4536
|
};
|
|
4537
4537
|
const deserializeAws_json1_1ListDatasetGroupsResponse = (output, context) => {
|
|
@@ -4539,7 +4539,7 @@ const deserializeAws_json1_1ListDatasetGroupsResponse = (output, context) => {
|
|
|
4539
4539
|
datasetGroups: output.datasetGroups !== undefined && output.datasetGroups !== null
|
|
4540
4540
|
? deserializeAws_json1_1DatasetGroups(output.datasetGroups, context)
|
|
4541
4541
|
: undefined,
|
|
4542
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4542
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4543
4543
|
};
|
|
4544
4544
|
};
|
|
4545
4545
|
const deserializeAws_json1_1ListDatasetImportJobsResponse = (output, context) => {
|
|
@@ -4547,7 +4547,7 @@ const deserializeAws_json1_1ListDatasetImportJobsResponse = (output, context) =>
|
|
|
4547
4547
|
datasetImportJobs: output.datasetImportJobs !== undefined && output.datasetImportJobs !== null
|
|
4548
4548
|
? deserializeAws_json1_1DatasetImportJobs(output.datasetImportJobs, context)
|
|
4549
4549
|
: undefined,
|
|
4550
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4550
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4551
4551
|
};
|
|
4552
4552
|
};
|
|
4553
4553
|
const deserializeAws_json1_1ListDatasetsResponse = (output, context) => {
|
|
@@ -4555,7 +4555,7 @@ const deserializeAws_json1_1ListDatasetsResponse = (output, context) => {
|
|
|
4555
4555
|
datasets: output.datasets !== undefined && output.datasets !== null
|
|
4556
4556
|
? deserializeAws_json1_1Datasets(output.datasets, context)
|
|
4557
4557
|
: undefined,
|
|
4558
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4558
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4559
4559
|
};
|
|
4560
4560
|
};
|
|
4561
4561
|
const deserializeAws_json1_1ListEventTrackersResponse = (output, context) => {
|
|
@@ -4563,7 +4563,7 @@ const deserializeAws_json1_1ListEventTrackersResponse = (output, context) => {
|
|
|
4563
4563
|
eventTrackers: output.eventTrackers !== undefined && output.eventTrackers !== null
|
|
4564
4564
|
? deserializeAws_json1_1EventTrackers(output.eventTrackers, context)
|
|
4565
4565
|
: undefined,
|
|
4566
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4566
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4567
4567
|
};
|
|
4568
4568
|
};
|
|
4569
4569
|
const deserializeAws_json1_1ListFiltersResponse = (output, context) => {
|
|
@@ -4571,12 +4571,12 @@ const deserializeAws_json1_1ListFiltersResponse = (output, context) => {
|
|
|
4571
4571
|
Filters: output.Filters !== undefined && output.Filters !== null
|
|
4572
4572
|
? deserializeAws_json1_1Filters(output.Filters, context)
|
|
4573
4573
|
: undefined,
|
|
4574
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4574
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4575
4575
|
};
|
|
4576
4576
|
};
|
|
4577
4577
|
const deserializeAws_json1_1ListRecipesResponse = (output, context) => {
|
|
4578
4578
|
return {
|
|
4579
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4579
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4580
4580
|
recipes: output.recipes !== undefined && output.recipes !== null
|
|
4581
4581
|
? deserializeAws_json1_1Recipes(output.recipes, context)
|
|
4582
4582
|
: undefined,
|
|
@@ -4584,7 +4584,7 @@ const deserializeAws_json1_1ListRecipesResponse = (output, context) => {
|
|
|
4584
4584
|
};
|
|
4585
4585
|
const deserializeAws_json1_1ListRecommendersResponse = (output, context) => {
|
|
4586
4586
|
return {
|
|
4587
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4587
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4588
4588
|
recommenders: output.recommenders !== undefined && output.recommenders !== null
|
|
4589
4589
|
? deserializeAws_json1_1Recommenders(output.recommenders, context)
|
|
4590
4590
|
: undefined,
|
|
@@ -4592,7 +4592,7 @@ const deserializeAws_json1_1ListRecommendersResponse = (output, context) => {
|
|
|
4592
4592
|
};
|
|
4593
4593
|
const deserializeAws_json1_1ListSchemasResponse = (output, context) => {
|
|
4594
4594
|
return {
|
|
4595
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4595
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4596
4596
|
schemas: output.schemas !== undefined && output.schemas !== null
|
|
4597
4597
|
? deserializeAws_json1_1Schemas(output.schemas, context)
|
|
4598
4598
|
: undefined,
|
|
@@ -4600,7 +4600,7 @@ const deserializeAws_json1_1ListSchemasResponse = (output, context) => {
|
|
|
4600
4600
|
};
|
|
4601
4601
|
const deserializeAws_json1_1ListSolutionsResponse = (output, context) => {
|
|
4602
4602
|
return {
|
|
4603
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4603
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4604
4604
|
solutions: output.solutions !== undefined && output.solutions !== null
|
|
4605
4605
|
? deserializeAws_json1_1Solutions(output.solutions, context)
|
|
4606
4606
|
: undefined,
|
|
@@ -4608,7 +4608,7 @@ const deserializeAws_json1_1ListSolutionsResponse = (output, context) => {
|
|
|
4608
4608
|
};
|
|
4609
4609
|
const deserializeAws_json1_1ListSolutionVersionsResponse = (output, context) => {
|
|
4610
4610
|
return {
|
|
4611
|
-
nextToken: smithy_client_1.expectString(output.nextToken),
|
|
4611
|
+
nextToken: (0, smithy_client_1.expectString)(output.nextToken),
|
|
4612
4612
|
solutionVersions: output.solutionVersions !== undefined && output.solutionVersions !== null
|
|
4613
4613
|
? deserializeAws_json1_1SolutionVersions(output.solutionVersions, context)
|
|
4614
4614
|
: undefined,
|
|
@@ -4621,31 +4621,31 @@ const deserializeAws_json1_1Metrics = (output, context) => {
|
|
|
4621
4621
|
}
|
|
4622
4622
|
return {
|
|
4623
4623
|
...acc,
|
|
4624
|
-
[key]: smithy_client_1.limitedParseDouble(value),
|
|
4624
|
+
[key]: (0, smithy_client_1.limitedParseDouble)(value),
|
|
4625
4625
|
};
|
|
4626
4626
|
}, {});
|
|
4627
4627
|
};
|
|
4628
4628
|
const deserializeAws_json1_1OptimizationObjective = (output, context) => {
|
|
4629
4629
|
return {
|
|
4630
|
-
itemAttribute: smithy_client_1.expectString(output.itemAttribute),
|
|
4631
|
-
objectiveSensitivity: smithy_client_1.expectString(output.objectiveSensitivity),
|
|
4630
|
+
itemAttribute: (0, smithy_client_1.expectString)(output.itemAttribute),
|
|
4631
|
+
objectiveSensitivity: (0, smithy_client_1.expectString)(output.objectiveSensitivity),
|
|
4632
4632
|
};
|
|
4633
4633
|
};
|
|
4634
4634
|
const deserializeAws_json1_1Recipe = (output, context) => {
|
|
4635
4635
|
return {
|
|
4636
|
-
algorithmArn: smithy_client_1.expectString(output.algorithmArn),
|
|
4636
|
+
algorithmArn: (0, smithy_client_1.expectString)(output.algorithmArn),
|
|
4637
4637
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4638
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4638
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4639
4639
|
: undefined,
|
|
4640
|
-
description: smithy_client_1.expectString(output.description),
|
|
4641
|
-
featureTransformationArn: smithy_client_1.expectString(output.featureTransformationArn),
|
|
4640
|
+
description: (0, smithy_client_1.expectString)(output.description),
|
|
4641
|
+
featureTransformationArn: (0, smithy_client_1.expectString)(output.featureTransformationArn),
|
|
4642
4642
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4643
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4643
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4644
4644
|
: undefined,
|
|
4645
|
-
name: smithy_client_1.expectString(output.name),
|
|
4646
|
-
recipeArn: smithy_client_1.expectString(output.recipeArn),
|
|
4647
|
-
recipeType: smithy_client_1.expectString(output.recipeType),
|
|
4648
|
-
status: smithy_client_1.expectString(output.status),
|
|
4645
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4646
|
+
recipeArn: (0, smithy_client_1.expectString)(output.recipeArn),
|
|
4647
|
+
recipeType: (0, smithy_client_1.expectString)(output.recipeType),
|
|
4648
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4649
4649
|
};
|
|
4650
4650
|
};
|
|
4651
4651
|
const deserializeAws_json1_1Recipes = (output, context) => {
|
|
@@ -4662,37 +4662,37 @@ const deserializeAws_json1_1Recipes = (output, context) => {
|
|
|
4662
4662
|
const deserializeAws_json1_1RecipeSummary = (output, context) => {
|
|
4663
4663
|
return {
|
|
4664
4664
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4665
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4665
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4666
4666
|
: undefined,
|
|
4667
|
-
domain: smithy_client_1.expectString(output.domain),
|
|
4667
|
+
domain: (0, smithy_client_1.expectString)(output.domain),
|
|
4668
4668
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4669
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4669
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4670
4670
|
: undefined,
|
|
4671
|
-
name: smithy_client_1.expectString(output.name),
|
|
4672
|
-
recipeArn: smithy_client_1.expectString(output.recipeArn),
|
|
4673
|
-
status: smithy_client_1.expectString(output.status),
|
|
4671
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4672
|
+
recipeArn: (0, smithy_client_1.expectString)(output.recipeArn),
|
|
4673
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4674
4674
|
};
|
|
4675
4675
|
};
|
|
4676
4676
|
const deserializeAws_json1_1Recommender = (output, context) => {
|
|
4677
4677
|
return {
|
|
4678
4678
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4679
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4679
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4680
4680
|
: undefined,
|
|
4681
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
4682
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
4681
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
4682
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
4683
4683
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4684
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4684
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4685
4685
|
: undefined,
|
|
4686
4686
|
latestRecommenderUpdate: output.latestRecommenderUpdate !== undefined && output.latestRecommenderUpdate !== null
|
|
4687
4687
|
? deserializeAws_json1_1RecommenderUpdateSummary(output.latestRecommenderUpdate, context)
|
|
4688
4688
|
: undefined,
|
|
4689
|
-
name: smithy_client_1.expectString(output.name),
|
|
4690
|
-
recipeArn: smithy_client_1.expectString(output.recipeArn),
|
|
4691
|
-
recommenderArn: smithy_client_1.expectString(output.recommenderArn),
|
|
4689
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4690
|
+
recipeArn: (0, smithy_client_1.expectString)(output.recipeArn),
|
|
4691
|
+
recommenderArn: (0, smithy_client_1.expectString)(output.recommenderArn),
|
|
4692
4692
|
recommenderConfig: output.recommenderConfig !== undefined && output.recommenderConfig !== null
|
|
4693
4693
|
? deserializeAws_json1_1RecommenderConfig(output.recommenderConfig, context)
|
|
4694
4694
|
: undefined,
|
|
4695
|
-
status: smithy_client_1.expectString(output.status),
|
|
4695
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4696
4696
|
};
|
|
4697
4697
|
};
|
|
4698
4698
|
const deserializeAws_json1_1RecommenderConfig = (output, context) => {
|
|
@@ -4700,7 +4700,7 @@ const deserializeAws_json1_1RecommenderConfig = (output, context) => {
|
|
|
4700
4700
|
itemExplorationConfig: output.itemExplorationConfig !== undefined && output.itemExplorationConfig !== null
|
|
4701
4701
|
? deserializeAws_json1_1HyperParameters(output.itemExplorationConfig, context)
|
|
4702
4702
|
: undefined,
|
|
4703
|
-
minRecommendationRequestsPerSecond: smithy_client_1.expectInt32(output.minRecommendationRequestsPerSecond),
|
|
4703
|
+
minRecommendationRequestsPerSecond: (0, smithy_client_1.expectInt32)(output.minRecommendationRequestsPerSecond),
|
|
4704
4704
|
};
|
|
4705
4705
|
};
|
|
4706
4706
|
const deserializeAws_json1_1Recommenders = (output, context) => {
|
|
@@ -4717,39 +4717,39 @@ const deserializeAws_json1_1Recommenders = (output, context) => {
|
|
|
4717
4717
|
const deserializeAws_json1_1RecommenderSummary = (output, context) => {
|
|
4718
4718
|
return {
|
|
4719
4719
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4720
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4720
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4721
4721
|
: undefined,
|
|
4722
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
4722
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
4723
4723
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4724
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4724
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4725
4725
|
: undefined,
|
|
4726
|
-
name: smithy_client_1.expectString(output.name),
|
|
4727
|
-
recipeArn: smithy_client_1.expectString(output.recipeArn),
|
|
4728
|
-
recommenderArn: smithy_client_1.expectString(output.recommenderArn),
|
|
4726
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4727
|
+
recipeArn: (0, smithy_client_1.expectString)(output.recipeArn),
|
|
4728
|
+
recommenderArn: (0, smithy_client_1.expectString)(output.recommenderArn),
|
|
4729
4729
|
recommenderConfig: output.recommenderConfig !== undefined && output.recommenderConfig !== null
|
|
4730
4730
|
? deserializeAws_json1_1RecommenderConfig(output.recommenderConfig, context)
|
|
4731
4731
|
: undefined,
|
|
4732
|
-
status: smithy_client_1.expectString(output.status),
|
|
4732
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4733
4733
|
};
|
|
4734
4734
|
};
|
|
4735
4735
|
const deserializeAws_json1_1RecommenderUpdateSummary = (output, context) => {
|
|
4736
4736
|
return {
|
|
4737
4737
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4738
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4738
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4739
4739
|
: undefined,
|
|
4740
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
4740
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
4741
4741
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4742
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4742
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4743
4743
|
: undefined,
|
|
4744
4744
|
recommenderConfig: output.recommenderConfig !== undefined && output.recommenderConfig !== null
|
|
4745
4745
|
? deserializeAws_json1_1RecommenderConfig(output.recommenderConfig, context)
|
|
4746
4746
|
: undefined,
|
|
4747
|
-
status: smithy_client_1.expectString(output.status),
|
|
4747
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4748
4748
|
};
|
|
4749
4749
|
};
|
|
4750
4750
|
const deserializeAws_json1_1ResourceAlreadyExistsException = (output, context) => {
|
|
4751
4751
|
return {
|
|
4752
|
-
message: smithy_client_1.expectString(output.message),
|
|
4752
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4753
4753
|
};
|
|
4754
4754
|
};
|
|
4755
4755
|
const deserializeAws_json1_1ResourceConfig = (output, context) => {
|
|
@@ -4759,24 +4759,24 @@ const deserializeAws_json1_1ResourceConfig = (output, context) => {
|
|
|
4759
4759
|
}
|
|
4760
4760
|
return {
|
|
4761
4761
|
...acc,
|
|
4762
|
-
[key]: smithy_client_1.expectString(value),
|
|
4762
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
4763
4763
|
};
|
|
4764
4764
|
}, {});
|
|
4765
4765
|
};
|
|
4766
4766
|
const deserializeAws_json1_1ResourceInUseException = (output, context) => {
|
|
4767
4767
|
return {
|
|
4768
|
-
message: smithy_client_1.expectString(output.message),
|
|
4768
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4769
4769
|
};
|
|
4770
4770
|
};
|
|
4771
4771
|
const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
|
|
4772
4772
|
return {
|
|
4773
|
-
message: smithy_client_1.expectString(output.message),
|
|
4773
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
4774
4774
|
};
|
|
4775
4775
|
};
|
|
4776
4776
|
const deserializeAws_json1_1S3DataConfig = (output, context) => {
|
|
4777
4777
|
return {
|
|
4778
|
-
kmsKeyArn: smithy_client_1.expectString(output.kmsKeyArn),
|
|
4779
|
-
path: smithy_client_1.expectString(output.path),
|
|
4778
|
+
kmsKeyArn: (0, smithy_client_1.expectString)(output.kmsKeyArn),
|
|
4779
|
+
path: (0, smithy_client_1.expectString)(output.path),
|
|
4780
4780
|
};
|
|
4781
4781
|
};
|
|
4782
4782
|
const deserializeAws_json1_1Schemas = (output, context) => {
|
|
@@ -4796,25 +4796,25 @@ const deserializeAws_json1_1Solution = (output, context) => {
|
|
|
4796
4796
|
? deserializeAws_json1_1AutoMLResult(output.autoMLResult, context)
|
|
4797
4797
|
: undefined,
|
|
4798
4798
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4799
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4799
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4800
4800
|
: undefined,
|
|
4801
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
4802
|
-
eventType: smithy_client_1.expectString(output.eventType),
|
|
4801
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
4802
|
+
eventType: (0, smithy_client_1.expectString)(output.eventType),
|
|
4803
4803
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4804
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4804
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4805
4805
|
: undefined,
|
|
4806
4806
|
latestSolutionVersion: output.latestSolutionVersion !== undefined && output.latestSolutionVersion !== null
|
|
4807
4807
|
? deserializeAws_json1_1SolutionVersionSummary(output.latestSolutionVersion, context)
|
|
4808
4808
|
: undefined,
|
|
4809
|
-
name: smithy_client_1.expectString(output.name),
|
|
4810
|
-
performAutoML: smithy_client_1.expectBoolean(output.performAutoML),
|
|
4811
|
-
performHPO: smithy_client_1.expectBoolean(output.performHPO),
|
|
4812
|
-
recipeArn: smithy_client_1.expectString(output.recipeArn),
|
|
4813
|
-
solutionArn: smithy_client_1.expectString(output.solutionArn),
|
|
4809
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4810
|
+
performAutoML: (0, smithy_client_1.expectBoolean)(output.performAutoML),
|
|
4811
|
+
performHPO: (0, smithy_client_1.expectBoolean)(output.performHPO),
|
|
4812
|
+
recipeArn: (0, smithy_client_1.expectString)(output.recipeArn),
|
|
4813
|
+
solutionArn: (0, smithy_client_1.expectString)(output.solutionArn),
|
|
4814
4814
|
solutionConfig: output.solutionConfig !== undefined && output.solutionConfig !== null
|
|
4815
4815
|
? deserializeAws_json1_1SolutionConfig(output.solutionConfig, context)
|
|
4816
4816
|
: undefined,
|
|
4817
|
-
status: smithy_client_1.expectString(output.status),
|
|
4817
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4818
4818
|
};
|
|
4819
4819
|
};
|
|
4820
4820
|
const deserializeAws_json1_1SolutionConfig = (output, context) => {
|
|
@@ -4825,7 +4825,7 @@ const deserializeAws_json1_1SolutionConfig = (output, context) => {
|
|
|
4825
4825
|
autoMLConfig: output.autoMLConfig !== undefined && output.autoMLConfig !== null
|
|
4826
4826
|
? deserializeAws_json1_1AutoMLConfig(output.autoMLConfig, context)
|
|
4827
4827
|
: undefined,
|
|
4828
|
-
eventValueThreshold: smithy_client_1.expectString(output.eventValueThreshold),
|
|
4828
|
+
eventValueThreshold: (0, smithy_client_1.expectString)(output.eventValueThreshold),
|
|
4829
4829
|
featureTransformationParameters: output.featureTransformationParameters !== undefined && output.featureTransformationParameters !== null
|
|
4830
4830
|
? deserializeAws_json1_1FeatureTransformationParameters(output.featureTransformationParameters, context)
|
|
4831
4831
|
: undefined,
|
|
@@ -4851,38 +4851,38 @@ const deserializeAws_json1_1Solutions = (output, context) => {
|
|
|
4851
4851
|
const deserializeAws_json1_1SolutionSummary = (output, context) => {
|
|
4852
4852
|
return {
|
|
4853
4853
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4854
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4854
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4855
4855
|
: undefined,
|
|
4856
4856
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4857
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4857
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4858
4858
|
: undefined,
|
|
4859
|
-
name: smithy_client_1.expectString(output.name),
|
|
4860
|
-
solutionArn: smithy_client_1.expectString(output.solutionArn),
|
|
4861
|
-
status: smithy_client_1.expectString(output.status),
|
|
4859
|
+
name: (0, smithy_client_1.expectString)(output.name),
|
|
4860
|
+
solutionArn: (0, smithy_client_1.expectString)(output.solutionArn),
|
|
4861
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4862
4862
|
};
|
|
4863
4863
|
};
|
|
4864
4864
|
const deserializeAws_json1_1SolutionVersion = (output, context) => {
|
|
4865
4865
|
return {
|
|
4866
4866
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4867
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4867
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4868
4868
|
: undefined,
|
|
4869
|
-
datasetGroupArn: smithy_client_1.expectString(output.datasetGroupArn),
|
|
4870
|
-
eventType: smithy_client_1.expectString(output.eventType),
|
|
4871
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
4869
|
+
datasetGroupArn: (0, smithy_client_1.expectString)(output.datasetGroupArn),
|
|
4870
|
+
eventType: (0, smithy_client_1.expectString)(output.eventType),
|
|
4871
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
4872
4872
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4873
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4873
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4874
4874
|
: undefined,
|
|
4875
|
-
performAutoML: smithy_client_1.expectBoolean(output.performAutoML),
|
|
4876
|
-
performHPO: smithy_client_1.expectBoolean(output.performHPO),
|
|
4877
|
-
recipeArn: smithy_client_1.expectString(output.recipeArn),
|
|
4878
|
-
solutionArn: smithy_client_1.expectString(output.solutionArn),
|
|
4875
|
+
performAutoML: (0, smithy_client_1.expectBoolean)(output.performAutoML),
|
|
4876
|
+
performHPO: (0, smithy_client_1.expectBoolean)(output.performHPO),
|
|
4877
|
+
recipeArn: (0, smithy_client_1.expectString)(output.recipeArn),
|
|
4878
|
+
solutionArn: (0, smithy_client_1.expectString)(output.solutionArn),
|
|
4879
4879
|
solutionConfig: output.solutionConfig !== undefined && output.solutionConfig !== null
|
|
4880
4880
|
? deserializeAws_json1_1SolutionConfig(output.solutionConfig, context)
|
|
4881
4881
|
: undefined,
|
|
4882
|
-
solutionVersionArn: smithy_client_1.expectString(output.solutionVersionArn),
|
|
4883
|
-
status: smithy_client_1.expectString(output.status),
|
|
4884
|
-
trainingHours: smithy_client_1.limitedParseDouble(output.trainingHours),
|
|
4885
|
-
trainingMode: smithy_client_1.expectString(output.trainingMode),
|
|
4882
|
+
solutionVersionArn: (0, smithy_client_1.expectString)(output.solutionVersionArn),
|
|
4883
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4884
|
+
trainingHours: (0, smithy_client_1.limitedParseDouble)(output.trainingHours),
|
|
4885
|
+
trainingMode: (0, smithy_client_1.expectString)(output.trainingMode),
|
|
4886
4886
|
tunedHPOParams: output.tunedHPOParams !== undefined && output.tunedHPOParams !== null
|
|
4887
4887
|
? deserializeAws_json1_1TunedHPOParams(output.tunedHPOParams, context)
|
|
4888
4888
|
: undefined,
|
|
@@ -4902,14 +4902,14 @@ const deserializeAws_json1_1SolutionVersions = (output, context) => {
|
|
|
4902
4902
|
const deserializeAws_json1_1SolutionVersionSummary = (output, context) => {
|
|
4903
4903
|
return {
|
|
4904
4904
|
creationDateTime: output.creationDateTime !== undefined && output.creationDateTime !== null
|
|
4905
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.creationDateTime)))
|
|
4905
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.creationDateTime)))
|
|
4906
4906
|
: undefined,
|
|
4907
|
-
failureReason: smithy_client_1.expectString(output.failureReason),
|
|
4907
|
+
failureReason: (0, smithy_client_1.expectString)(output.failureReason),
|
|
4908
4908
|
lastUpdatedDateTime: output.lastUpdatedDateTime !== undefined && output.lastUpdatedDateTime !== null
|
|
4909
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.lastUpdatedDateTime)))
|
|
4909
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.lastUpdatedDateTime)))
|
|
4910
4910
|
: undefined,
|
|
4911
|
-
solutionVersionArn: smithy_client_1.expectString(output.solutionVersionArn),
|
|
4912
|
-
status: smithy_client_1.expectString(output.status),
|
|
4911
|
+
solutionVersionArn: (0, smithy_client_1.expectString)(output.solutionVersionArn),
|
|
4912
|
+
status: (0, smithy_client_1.expectString)(output.status),
|
|
4913
4913
|
};
|
|
4914
4914
|
};
|
|
4915
4915
|
const deserializeAws_json1_1TunedHPOParams = (output, context) => {
|
|
@@ -4921,12 +4921,12 @@ const deserializeAws_json1_1TunedHPOParams = (output, context) => {
|
|
|
4921
4921
|
};
|
|
4922
4922
|
const deserializeAws_json1_1UpdateCampaignResponse = (output, context) => {
|
|
4923
4923
|
return {
|
|
4924
|
-
campaignArn: smithy_client_1.expectString(output.campaignArn),
|
|
4924
|
+
campaignArn: (0, smithy_client_1.expectString)(output.campaignArn),
|
|
4925
4925
|
};
|
|
4926
4926
|
};
|
|
4927
4927
|
const deserializeAws_json1_1UpdateRecommenderResponse = (output, context) => {
|
|
4928
4928
|
return {
|
|
4929
|
-
recommenderArn: smithy_client_1.expectString(output.recommenderArn),
|
|
4929
|
+
recommenderArn: (0, smithy_client_1.expectString)(output.recommenderArn),
|
|
4930
4930
|
};
|
|
4931
4931
|
};
|
|
4932
4932
|
const deserializeMetadata = (output) => {
|