@aws-sdk/client-lookoutequipment 3.54.0 → 3.56.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/LookoutEquipmentClient.js +13 -13
- package/dist-cjs/commands/CreateDatasetCommand.js +3 -3
- package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +3 -3
- package/dist-cjs/commands/CreateModelCommand.js +3 -3
- package/dist-cjs/commands/DeleteDatasetCommand.js +3 -3
- package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +3 -3
- package/dist-cjs/commands/DeleteModelCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeDatasetCommand.js +3 -3
- package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelCommand.js +3 -3
- package/dist-cjs/commands/ListDataIngestionJobsCommand.js +3 -3
- package/dist-cjs/commands/ListDatasetsCommand.js +3 -3
- package/dist-cjs/commands/ListInferenceExecutionsCommand.js +3 -3
- package/dist-cjs/commands/ListInferenceSchedulersCommand.js +3 -3
- package/dist-cjs/commands/ListModelsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/StartDataIngestionJobCommand.js +3 -3
- package/dist-cjs/commands/StartInferenceSchedulerCommand.js +3 -3
- package/dist-cjs/commands/StopInferenceSchedulerCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_0.js +152 -152
- 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/LookoutEquipment.js +22 -22
- package/dist-es/pagination/ListDataIngestionJobsPaginator.js +4 -4
- package/dist-es/pagination/ListDatasetsPaginator.js +4 -4
- package/dist-es/pagination/ListInferenceExecutionsPaginator.js +4 -4
- package/dist-es/pagination/ListInferenceSchedulersPaginator.js +4 -4
- package/dist-es/pagination/ListModelsPaginator.js +4 -4
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -274,7 +274,7 @@ const deserializeAws_json1_0CreateDatasetCommandError = async (output, context)
|
|
|
274
274
|
$fault: "client",
|
|
275
275
|
$metadata: deserializeMetadata(output),
|
|
276
276
|
});
|
|
277
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
277
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
278
278
|
}
|
|
279
279
|
};
|
|
280
280
|
const deserializeAws_json1_0CreateInferenceSchedulerCommand = async (output, context) => {
|
|
@@ -328,7 +328,7 @@ const deserializeAws_json1_0CreateInferenceSchedulerCommandError = async (output
|
|
|
328
328
|
$fault: "client",
|
|
329
329
|
$metadata: deserializeMetadata(output),
|
|
330
330
|
});
|
|
331
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
331
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
332
332
|
}
|
|
333
333
|
};
|
|
334
334
|
const deserializeAws_json1_0CreateModelCommand = async (output, context) => {
|
|
@@ -382,7 +382,7 @@ const deserializeAws_json1_0CreateModelCommandError = async (output, context) =>
|
|
|
382
382
|
$fault: "client",
|
|
383
383
|
$metadata: deserializeMetadata(output),
|
|
384
384
|
});
|
|
385
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
385
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
386
386
|
}
|
|
387
387
|
};
|
|
388
388
|
const deserializeAws_json1_0DeleteDatasetCommand = async (output, context) => {
|
|
@@ -427,7 +427,7 @@ const deserializeAws_json1_0DeleteDatasetCommandError = async (output, context)
|
|
|
427
427
|
$fault: "client",
|
|
428
428
|
$metadata: deserializeMetadata(output),
|
|
429
429
|
});
|
|
430
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
430
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
431
431
|
}
|
|
432
432
|
};
|
|
433
433
|
const deserializeAws_json1_0DeleteInferenceSchedulerCommand = async (output, context) => {
|
|
@@ -475,7 +475,7 @@ const deserializeAws_json1_0DeleteInferenceSchedulerCommandError = async (output
|
|
|
475
475
|
$fault: "client",
|
|
476
476
|
$metadata: deserializeMetadata(output),
|
|
477
477
|
});
|
|
478
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
478
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
479
479
|
}
|
|
480
480
|
};
|
|
481
481
|
const deserializeAws_json1_0DeleteModelCommand = async (output, context) => {
|
|
@@ -520,7 +520,7 @@ const deserializeAws_json1_0DeleteModelCommandError = async (output, context) =>
|
|
|
520
520
|
$fault: "client",
|
|
521
521
|
$metadata: deserializeMetadata(output),
|
|
522
522
|
});
|
|
523
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
523
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
524
524
|
}
|
|
525
525
|
};
|
|
526
526
|
const deserializeAws_json1_0DescribeDataIngestionJobCommand = async (output, context) => {
|
|
@@ -568,7 +568,7 @@ const deserializeAws_json1_0DescribeDataIngestionJobCommandError = async (output
|
|
|
568
568
|
$fault: "client",
|
|
569
569
|
$metadata: deserializeMetadata(output),
|
|
570
570
|
});
|
|
571
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
571
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
572
572
|
}
|
|
573
573
|
};
|
|
574
574
|
const deserializeAws_json1_0DescribeDatasetCommand = async (output, context) => {
|
|
@@ -616,7 +616,7 @@ const deserializeAws_json1_0DescribeDatasetCommandError = async (output, context
|
|
|
616
616
|
$fault: "client",
|
|
617
617
|
$metadata: deserializeMetadata(output),
|
|
618
618
|
});
|
|
619
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
619
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
620
620
|
}
|
|
621
621
|
};
|
|
622
622
|
const deserializeAws_json1_0DescribeInferenceSchedulerCommand = async (output, context) => {
|
|
@@ -664,7 +664,7 @@ const deserializeAws_json1_0DescribeInferenceSchedulerCommandError = async (outp
|
|
|
664
664
|
$fault: "client",
|
|
665
665
|
$metadata: deserializeMetadata(output),
|
|
666
666
|
});
|
|
667
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
667
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
668
668
|
}
|
|
669
669
|
};
|
|
670
670
|
const deserializeAws_json1_0DescribeModelCommand = async (output, context) => {
|
|
@@ -712,7 +712,7 @@ const deserializeAws_json1_0DescribeModelCommandError = async (output, context)
|
|
|
712
712
|
$fault: "client",
|
|
713
713
|
$metadata: deserializeMetadata(output),
|
|
714
714
|
});
|
|
715
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
715
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
716
716
|
}
|
|
717
717
|
};
|
|
718
718
|
const deserializeAws_json1_0ListDataIngestionJobsCommand = async (output, context) => {
|
|
@@ -757,7 +757,7 @@ const deserializeAws_json1_0ListDataIngestionJobsCommandError = async (output, c
|
|
|
757
757
|
$fault: "client",
|
|
758
758
|
$metadata: deserializeMetadata(output),
|
|
759
759
|
});
|
|
760
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
760
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
761
761
|
}
|
|
762
762
|
};
|
|
763
763
|
const deserializeAws_json1_0ListDatasetsCommand = async (output, context) => {
|
|
@@ -802,7 +802,7 @@ const deserializeAws_json1_0ListDatasetsCommandError = async (output, context) =
|
|
|
802
802
|
$fault: "client",
|
|
803
803
|
$metadata: deserializeMetadata(output),
|
|
804
804
|
});
|
|
805
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
805
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
806
806
|
}
|
|
807
807
|
};
|
|
808
808
|
const deserializeAws_json1_0ListInferenceExecutionsCommand = async (output, context) => {
|
|
@@ -850,7 +850,7 @@ const deserializeAws_json1_0ListInferenceExecutionsCommandError = async (output,
|
|
|
850
850
|
$fault: "client",
|
|
851
851
|
$metadata: deserializeMetadata(output),
|
|
852
852
|
});
|
|
853
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
853
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
854
854
|
}
|
|
855
855
|
};
|
|
856
856
|
const deserializeAws_json1_0ListInferenceSchedulersCommand = async (output, context) => {
|
|
@@ -895,7 +895,7 @@ const deserializeAws_json1_0ListInferenceSchedulersCommandError = async (output,
|
|
|
895
895
|
$fault: "client",
|
|
896
896
|
$metadata: deserializeMetadata(output),
|
|
897
897
|
});
|
|
898
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
898
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
899
899
|
}
|
|
900
900
|
};
|
|
901
901
|
const deserializeAws_json1_0ListModelsCommand = async (output, context) => {
|
|
@@ -940,7 +940,7 @@ const deserializeAws_json1_0ListModelsCommandError = async (output, context) =>
|
|
|
940
940
|
$fault: "client",
|
|
941
941
|
$metadata: deserializeMetadata(output),
|
|
942
942
|
});
|
|
943
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
943
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
944
944
|
}
|
|
945
945
|
};
|
|
946
946
|
const deserializeAws_json1_0ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -988,7 +988,7 @@ const deserializeAws_json1_0ListTagsForResourceCommandError = async (output, con
|
|
|
988
988
|
$fault: "client",
|
|
989
989
|
$metadata: deserializeMetadata(output),
|
|
990
990
|
});
|
|
991
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
991
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
992
992
|
}
|
|
993
993
|
};
|
|
994
994
|
const deserializeAws_json1_0StartDataIngestionJobCommand = async (output, context) => {
|
|
@@ -1042,7 +1042,7 @@ const deserializeAws_json1_0StartDataIngestionJobCommandError = async (output, c
|
|
|
1042
1042
|
$fault: "client",
|
|
1043
1043
|
$metadata: deserializeMetadata(output),
|
|
1044
1044
|
});
|
|
1045
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1045
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1046
1046
|
}
|
|
1047
1047
|
};
|
|
1048
1048
|
const deserializeAws_json1_0StartInferenceSchedulerCommand = async (output, context) => {
|
|
@@ -1093,7 +1093,7 @@ const deserializeAws_json1_0StartInferenceSchedulerCommandError = async (output,
|
|
|
1093
1093
|
$fault: "client",
|
|
1094
1094
|
$metadata: deserializeMetadata(output),
|
|
1095
1095
|
});
|
|
1096
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1096
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1097
1097
|
}
|
|
1098
1098
|
};
|
|
1099
1099
|
const deserializeAws_json1_0StopInferenceSchedulerCommand = async (output, context) => {
|
|
@@ -1144,7 +1144,7 @@ const deserializeAws_json1_0StopInferenceSchedulerCommandError = async (output,
|
|
|
1144
1144
|
$fault: "client",
|
|
1145
1145
|
$metadata: deserializeMetadata(output),
|
|
1146
1146
|
});
|
|
1147
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1147
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1148
1148
|
}
|
|
1149
1149
|
};
|
|
1150
1150
|
const deserializeAws_json1_0TagResourceCommand = async (output, context) => {
|
|
@@ -1195,7 +1195,7 @@ const deserializeAws_json1_0TagResourceCommandError = async (output, context) =>
|
|
|
1195
1195
|
$fault: "client",
|
|
1196
1196
|
$metadata: deserializeMetadata(output),
|
|
1197
1197
|
});
|
|
1198
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1198
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1199
1199
|
}
|
|
1200
1200
|
};
|
|
1201
1201
|
const deserializeAws_json1_0UntagResourceCommand = async (output, context) => {
|
|
@@ -1243,7 +1243,7 @@ const deserializeAws_json1_0UntagResourceCommandError = async (output, context)
|
|
|
1243
1243
|
$fault: "client",
|
|
1244
1244
|
$metadata: deserializeMetadata(output),
|
|
1245
1245
|
});
|
|
1246
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1246
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1247
1247
|
}
|
|
1248
1248
|
};
|
|
1249
1249
|
const deserializeAws_json1_0UpdateInferenceSchedulerCommand = async (output, context) => {
|
|
@@ -1291,7 +1291,7 @@ const deserializeAws_json1_0UpdateInferenceSchedulerCommandError = async (output
|
|
|
1291
1291
|
$fault: "client",
|
|
1292
1292
|
$metadata: deserializeMetadata(output),
|
|
1293
1293
|
});
|
|
1294
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1294
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1295
1295
|
}
|
|
1296
1296
|
};
|
|
1297
1297
|
const deserializeAws_json1_0AccessDeniedExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -1301,7 +1301,7 @@ const deserializeAws_json1_0AccessDeniedExceptionResponse = async (parsedOutput,
|
|
|
1301
1301
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1302
1302
|
...deserialized,
|
|
1303
1303
|
});
|
|
1304
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1304
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1305
1305
|
};
|
|
1306
1306
|
const deserializeAws_json1_0ConflictExceptionResponse = async (parsedOutput, context) => {
|
|
1307
1307
|
const body = parsedOutput.body;
|
|
@@ -1310,7 +1310,7 @@ const deserializeAws_json1_0ConflictExceptionResponse = async (parsedOutput, con
|
|
|
1310
1310
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1311
1311
|
...deserialized,
|
|
1312
1312
|
});
|
|
1313
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1313
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1314
1314
|
};
|
|
1315
1315
|
const deserializeAws_json1_0InternalServerExceptionResponse = async (parsedOutput, context) => {
|
|
1316
1316
|
const body = parsedOutput.body;
|
|
@@ -1319,7 +1319,7 @@ const deserializeAws_json1_0InternalServerExceptionResponse = async (parsedOutpu
|
|
|
1319
1319
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1320
1320
|
...deserialized,
|
|
1321
1321
|
});
|
|
1322
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1322
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1323
1323
|
};
|
|
1324
1324
|
const deserializeAws_json1_0ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1325
1325
|
const body = parsedOutput.body;
|
|
@@ -1328,7 +1328,7 @@ const deserializeAws_json1_0ResourceNotFoundExceptionResponse = async (parsedOut
|
|
|
1328
1328
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1329
1329
|
...deserialized,
|
|
1330
1330
|
});
|
|
1331
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1331
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1332
1332
|
};
|
|
1333
1333
|
const deserializeAws_json1_0ServiceQuotaExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1334
1334
|
const body = parsedOutput.body;
|
|
@@ -1337,7 +1337,7 @@ const deserializeAws_json1_0ServiceQuotaExceededExceptionResponse = async (parse
|
|
|
1337
1337
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1338
1338
|
...deserialized,
|
|
1339
1339
|
});
|
|
1340
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1340
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1341
1341
|
};
|
|
1342
1342
|
const deserializeAws_json1_0ThrottlingExceptionResponse = async (parsedOutput, context) => {
|
|
1343
1343
|
const body = parsedOutput.body;
|
|
@@ -1346,7 +1346,7 @@ const deserializeAws_json1_0ThrottlingExceptionResponse = async (parsedOutput, c
|
|
|
1346
1346
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1347
1347
|
...deserialized,
|
|
1348
1348
|
});
|
|
1349
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1349
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1350
1350
|
};
|
|
1351
1351
|
const deserializeAws_json1_0ValidationExceptionResponse = async (parsedOutput, context) => {
|
|
1352
1352
|
const body = parsedOutput.body;
|
|
@@ -1355,12 +1355,12 @@ const deserializeAws_json1_0ValidationExceptionResponse = async (parsedOutput, c
|
|
|
1355
1355
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1356
1356
|
...deserialized,
|
|
1357
1357
|
});
|
|
1358
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1358
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1359
1359
|
};
|
|
1360
1360
|
const serializeAws_json1_0CreateDatasetRequest = (input, context) => {
|
|
1361
1361
|
var _a;
|
|
1362
1362
|
return {
|
|
1363
|
-
ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
1363
|
+
ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
1364
1364
|
...(input.DatasetName !== undefined && input.DatasetName !== null && { DatasetName: input.DatasetName }),
|
|
1365
1365
|
...(input.DatasetSchema !== undefined &&
|
|
1366
1366
|
input.DatasetSchema !== null && {
|
|
@@ -1374,7 +1374,7 @@ const serializeAws_json1_0CreateDatasetRequest = (input, context) => {
|
|
|
1374
1374
|
const serializeAws_json1_0CreateInferenceSchedulerRequest = (input, context) => {
|
|
1375
1375
|
var _a;
|
|
1376
1376
|
return {
|
|
1377
|
-
ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
1377
|
+
ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
1378
1378
|
...(input.DataDelayOffsetInMinutes !== undefined &&
|
|
1379
1379
|
input.DataDelayOffsetInMinutes !== null && { DataDelayOffsetInMinutes: input.DataDelayOffsetInMinutes }),
|
|
1380
1380
|
...(input.DataInputConfiguration !== undefined &&
|
|
@@ -1399,7 +1399,7 @@ const serializeAws_json1_0CreateInferenceSchedulerRequest = (input, context) =>
|
|
|
1399
1399
|
const serializeAws_json1_0CreateModelRequest = (input, context) => {
|
|
1400
1400
|
var _a;
|
|
1401
1401
|
return {
|
|
1402
|
-
ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
1402
|
+
ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
1403
1403
|
...(input.DataPreProcessingConfiguration !== undefined &&
|
|
1404
1404
|
input.DataPreProcessingConfiguration !== null && {
|
|
1405
1405
|
DataPreProcessingConfiguration: serializeAws_json1_0DataPreProcessingConfiguration(input.DataPreProcessingConfiguration, context),
|
|
@@ -1618,7 +1618,7 @@ const serializeAws_json1_0ListTagsForResourceRequest = (input, context) => {
|
|
|
1618
1618
|
const serializeAws_json1_0StartDataIngestionJobRequest = (input, context) => {
|
|
1619
1619
|
var _a;
|
|
1620
1620
|
return {
|
|
1621
|
-
ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
1621
|
+
ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
|
|
1622
1622
|
...(input.DatasetName !== undefined && input.DatasetName !== null && { DatasetName: input.DatasetName }),
|
|
1623
1623
|
...(input.IngestionInputConfiguration !== undefined &&
|
|
1624
1624
|
input.IngestionInputConfiguration !== null && {
|
|
@@ -1699,32 +1699,32 @@ const serializeAws_json1_0UpdateInferenceSchedulerRequest = (input, context) =>
|
|
|
1699
1699
|
};
|
|
1700
1700
|
const deserializeAws_json1_0AccessDeniedException = (output, context) => {
|
|
1701
1701
|
return {
|
|
1702
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
1702
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
1703
1703
|
};
|
|
1704
1704
|
};
|
|
1705
1705
|
const deserializeAws_json1_0ConflictException = (output, context) => {
|
|
1706
1706
|
return {
|
|
1707
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
1707
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
1708
1708
|
};
|
|
1709
1709
|
};
|
|
1710
1710
|
const deserializeAws_json1_0CreateDatasetResponse = (output, context) => {
|
|
1711
1711
|
return {
|
|
1712
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
1713
|
-
DatasetName: smithy_client_1.expectString(output.DatasetName),
|
|
1714
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1712
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
1713
|
+
DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
|
|
1714
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1715
1715
|
};
|
|
1716
1716
|
};
|
|
1717
1717
|
const deserializeAws_json1_0CreateInferenceSchedulerResponse = (output, context) => {
|
|
1718
1718
|
return {
|
|
1719
|
-
InferenceSchedulerArn: smithy_client_1.expectString(output.InferenceSchedulerArn),
|
|
1720
|
-
InferenceSchedulerName: smithy_client_1.expectString(output.InferenceSchedulerName),
|
|
1721
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1719
|
+
InferenceSchedulerArn: (0, smithy_client_1.expectString)(output.InferenceSchedulerArn),
|
|
1720
|
+
InferenceSchedulerName: (0, smithy_client_1.expectString)(output.InferenceSchedulerName),
|
|
1721
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1722
1722
|
};
|
|
1723
1723
|
};
|
|
1724
1724
|
const deserializeAws_json1_0CreateModelResponse = (output, context) => {
|
|
1725
1725
|
return {
|
|
1726
|
-
ModelArn: smithy_client_1.expectString(output.ModelArn),
|
|
1727
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1726
|
+
ModelArn: (0, smithy_client_1.expectString)(output.ModelArn),
|
|
1727
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1728
1728
|
};
|
|
1729
1729
|
};
|
|
1730
1730
|
const deserializeAws_json1_0DataIngestionJobSummaries = (output, context) => {
|
|
@@ -1740,18 +1740,18 @@ const deserializeAws_json1_0DataIngestionJobSummaries = (output, context) => {
|
|
|
1740
1740
|
};
|
|
1741
1741
|
const deserializeAws_json1_0DataIngestionJobSummary = (output, context) => {
|
|
1742
1742
|
return {
|
|
1743
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
1744
|
-
DatasetName: smithy_client_1.expectString(output.DatasetName),
|
|
1743
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
1744
|
+
DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
|
|
1745
1745
|
IngestionInputConfiguration: output.IngestionInputConfiguration !== undefined && output.IngestionInputConfiguration !== null
|
|
1746
1746
|
? deserializeAws_json1_0IngestionInputConfiguration(output.IngestionInputConfiguration, context)
|
|
1747
1747
|
: undefined,
|
|
1748
|
-
JobId: smithy_client_1.expectString(output.JobId),
|
|
1749
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1748
|
+
JobId: (0, smithy_client_1.expectString)(output.JobId),
|
|
1749
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1750
1750
|
};
|
|
1751
1751
|
};
|
|
1752
1752
|
const deserializeAws_json1_0DataPreProcessingConfiguration = (output, context) => {
|
|
1753
1753
|
return {
|
|
1754
|
-
TargetSamplingRate: smithy_client_1.expectString(output.TargetSamplingRate),
|
|
1754
|
+
TargetSamplingRate: (0, smithy_client_1.expectString)(output.TargetSamplingRate),
|
|
1755
1755
|
};
|
|
1756
1756
|
};
|
|
1757
1757
|
const deserializeAws_json1_0DatasetSummaries = (output, context) => {
|
|
@@ -1768,115 +1768,115 @@ const deserializeAws_json1_0DatasetSummaries = (output, context) => {
|
|
|
1768
1768
|
const deserializeAws_json1_0DatasetSummary = (output, context) => {
|
|
1769
1769
|
return {
|
|
1770
1770
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
1771
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
1771
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
|
|
1772
1772
|
: undefined,
|
|
1773
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
1774
|
-
DatasetName: smithy_client_1.expectString(output.DatasetName),
|
|
1775
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1773
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
1774
|
+
DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
|
|
1775
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1776
1776
|
};
|
|
1777
1777
|
};
|
|
1778
1778
|
const deserializeAws_json1_0DescribeDataIngestionJobResponse = (output, context) => {
|
|
1779
1779
|
return {
|
|
1780
1780
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
1781
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
1781
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
|
|
1782
1782
|
: undefined,
|
|
1783
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
1784
|
-
FailedReason: smithy_client_1.expectString(output.FailedReason),
|
|
1783
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
1784
|
+
FailedReason: (0, smithy_client_1.expectString)(output.FailedReason),
|
|
1785
1785
|
IngestionInputConfiguration: output.IngestionInputConfiguration !== undefined && output.IngestionInputConfiguration !== null
|
|
1786
1786
|
? deserializeAws_json1_0IngestionInputConfiguration(output.IngestionInputConfiguration, context)
|
|
1787
1787
|
: undefined,
|
|
1788
|
-
JobId: smithy_client_1.expectString(output.JobId),
|
|
1789
|
-
RoleArn: smithy_client_1.expectString(output.RoleArn),
|
|
1790
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1788
|
+
JobId: (0, smithy_client_1.expectString)(output.JobId),
|
|
1789
|
+
RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
|
|
1790
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1791
1791
|
};
|
|
1792
1792
|
};
|
|
1793
1793
|
const deserializeAws_json1_0DescribeDatasetResponse = (output, context) => {
|
|
1794
1794
|
return {
|
|
1795
1795
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
1796
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
1796
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
|
|
1797
1797
|
: undefined,
|
|
1798
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
1799
|
-
DatasetName: smithy_client_1.expectString(output.DatasetName),
|
|
1798
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
1799
|
+
DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
|
|
1800
1800
|
IngestionInputConfiguration: output.IngestionInputConfiguration !== undefined && output.IngestionInputConfiguration !== null
|
|
1801
1801
|
? deserializeAws_json1_0IngestionInputConfiguration(output.IngestionInputConfiguration, context)
|
|
1802
1802
|
: undefined,
|
|
1803
1803
|
LastUpdatedAt: output.LastUpdatedAt !== undefined && output.LastUpdatedAt !== null
|
|
1804
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdatedAt)))
|
|
1804
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdatedAt)))
|
|
1805
1805
|
: undefined,
|
|
1806
1806
|
Schema: output.Schema !== undefined && output.Schema !== null ? new smithy_client_1.LazyJsonString(output.Schema) : undefined,
|
|
1807
|
-
ServerSideKmsKeyId: smithy_client_1.expectString(output.ServerSideKmsKeyId),
|
|
1808
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1807
|
+
ServerSideKmsKeyId: (0, smithy_client_1.expectString)(output.ServerSideKmsKeyId),
|
|
1808
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1809
1809
|
};
|
|
1810
1810
|
};
|
|
1811
1811
|
const deserializeAws_json1_0DescribeInferenceSchedulerResponse = (output, context) => {
|
|
1812
1812
|
return {
|
|
1813
1813
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
1814
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
1814
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
|
|
1815
1815
|
: undefined,
|
|
1816
|
-
DataDelayOffsetInMinutes: smithy_client_1.expectLong(output.DataDelayOffsetInMinutes),
|
|
1816
|
+
DataDelayOffsetInMinutes: (0, smithy_client_1.expectLong)(output.DataDelayOffsetInMinutes),
|
|
1817
1817
|
DataInputConfiguration: output.DataInputConfiguration !== undefined && output.DataInputConfiguration !== null
|
|
1818
1818
|
? deserializeAws_json1_0InferenceInputConfiguration(output.DataInputConfiguration, context)
|
|
1819
1819
|
: undefined,
|
|
1820
1820
|
DataOutputConfiguration: output.DataOutputConfiguration !== undefined && output.DataOutputConfiguration !== null
|
|
1821
1821
|
? deserializeAws_json1_0InferenceOutputConfiguration(output.DataOutputConfiguration, context)
|
|
1822
1822
|
: undefined,
|
|
1823
|
-
DataUploadFrequency: smithy_client_1.expectString(output.DataUploadFrequency),
|
|
1824
|
-
InferenceSchedulerArn: smithy_client_1.expectString(output.InferenceSchedulerArn),
|
|
1825
|
-
InferenceSchedulerName: smithy_client_1.expectString(output.InferenceSchedulerName),
|
|
1826
|
-
ModelArn: smithy_client_1.expectString(output.ModelArn),
|
|
1827
|
-
ModelName: smithy_client_1.expectString(output.ModelName),
|
|
1828
|
-
RoleArn: smithy_client_1.expectString(output.RoleArn),
|
|
1829
|
-
ServerSideKmsKeyId: smithy_client_1.expectString(output.ServerSideKmsKeyId),
|
|
1830
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1823
|
+
DataUploadFrequency: (0, smithy_client_1.expectString)(output.DataUploadFrequency),
|
|
1824
|
+
InferenceSchedulerArn: (0, smithy_client_1.expectString)(output.InferenceSchedulerArn),
|
|
1825
|
+
InferenceSchedulerName: (0, smithy_client_1.expectString)(output.InferenceSchedulerName),
|
|
1826
|
+
ModelArn: (0, smithy_client_1.expectString)(output.ModelArn),
|
|
1827
|
+
ModelName: (0, smithy_client_1.expectString)(output.ModelName),
|
|
1828
|
+
RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
|
|
1829
|
+
ServerSideKmsKeyId: (0, smithy_client_1.expectString)(output.ServerSideKmsKeyId),
|
|
1830
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1831
1831
|
UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
|
|
1832
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
|
|
1832
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.UpdatedAt)))
|
|
1833
1833
|
: undefined,
|
|
1834
1834
|
};
|
|
1835
1835
|
};
|
|
1836
1836
|
const deserializeAws_json1_0DescribeModelResponse = (output, context) => {
|
|
1837
1837
|
return {
|
|
1838
1838
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
1839
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
1839
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
|
|
1840
1840
|
: undefined,
|
|
1841
1841
|
DataPreProcessingConfiguration: output.DataPreProcessingConfiguration !== undefined && output.DataPreProcessingConfiguration !== null
|
|
1842
1842
|
? deserializeAws_json1_0DataPreProcessingConfiguration(output.DataPreProcessingConfiguration, context)
|
|
1843
1843
|
: undefined,
|
|
1844
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
1845
|
-
DatasetName: smithy_client_1.expectString(output.DatasetName),
|
|
1844
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
1845
|
+
DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
|
|
1846
1846
|
EvaluationDataEndTime: output.EvaluationDataEndTime !== undefined && output.EvaluationDataEndTime !== null
|
|
1847
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EvaluationDataEndTime)))
|
|
1847
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EvaluationDataEndTime)))
|
|
1848
1848
|
: undefined,
|
|
1849
1849
|
EvaluationDataStartTime: output.EvaluationDataStartTime !== undefined && output.EvaluationDataStartTime !== null
|
|
1850
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EvaluationDataStartTime)))
|
|
1850
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EvaluationDataStartTime)))
|
|
1851
1851
|
: undefined,
|
|
1852
|
-
FailedReason: smithy_client_1.expectString(output.FailedReason),
|
|
1852
|
+
FailedReason: (0, smithy_client_1.expectString)(output.FailedReason),
|
|
1853
1853
|
LabelsInputConfiguration: output.LabelsInputConfiguration !== undefined && output.LabelsInputConfiguration !== null
|
|
1854
1854
|
? deserializeAws_json1_0LabelsInputConfiguration(output.LabelsInputConfiguration, context)
|
|
1855
1855
|
: undefined,
|
|
1856
1856
|
LastUpdatedTime: output.LastUpdatedTime !== undefined && output.LastUpdatedTime !== null
|
|
1857
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdatedTime)))
|
|
1857
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdatedTime)))
|
|
1858
1858
|
: undefined,
|
|
1859
|
-
ModelArn: smithy_client_1.expectString(output.ModelArn),
|
|
1859
|
+
ModelArn: (0, smithy_client_1.expectString)(output.ModelArn),
|
|
1860
1860
|
ModelMetrics: output.ModelMetrics !== undefined && output.ModelMetrics !== null
|
|
1861
1861
|
? new smithy_client_1.LazyJsonString(output.ModelMetrics)
|
|
1862
1862
|
: undefined,
|
|
1863
|
-
ModelName: smithy_client_1.expectString(output.ModelName),
|
|
1864
|
-
OffCondition: smithy_client_1.expectString(output.OffCondition),
|
|
1865
|
-
RoleArn: smithy_client_1.expectString(output.RoleArn),
|
|
1863
|
+
ModelName: (0, smithy_client_1.expectString)(output.ModelName),
|
|
1864
|
+
OffCondition: (0, smithy_client_1.expectString)(output.OffCondition),
|
|
1865
|
+
RoleArn: (0, smithy_client_1.expectString)(output.RoleArn),
|
|
1866
1866
|
Schema: output.Schema !== undefined && output.Schema !== null ? new smithy_client_1.LazyJsonString(output.Schema) : undefined,
|
|
1867
|
-
ServerSideKmsKeyId: smithy_client_1.expectString(output.ServerSideKmsKeyId),
|
|
1868
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1867
|
+
ServerSideKmsKeyId: (0, smithy_client_1.expectString)(output.ServerSideKmsKeyId),
|
|
1868
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1869
1869
|
TrainingDataEndTime: output.TrainingDataEndTime !== undefined && output.TrainingDataEndTime !== null
|
|
1870
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TrainingDataEndTime)))
|
|
1870
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TrainingDataEndTime)))
|
|
1871
1871
|
: undefined,
|
|
1872
1872
|
TrainingDataStartTime: output.TrainingDataStartTime !== undefined && output.TrainingDataStartTime !== null
|
|
1873
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TrainingDataStartTime)))
|
|
1873
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TrainingDataStartTime)))
|
|
1874
1874
|
: undefined,
|
|
1875
1875
|
TrainingExecutionEndTime: output.TrainingExecutionEndTime !== undefined && output.TrainingExecutionEndTime !== null
|
|
1876
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TrainingExecutionEndTime)))
|
|
1876
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TrainingExecutionEndTime)))
|
|
1877
1877
|
: undefined,
|
|
1878
1878
|
TrainingExecutionStartTime: output.TrainingExecutionStartTime !== undefined && output.TrainingExecutionStartTime !== null
|
|
1879
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.TrainingExecutionStartTime)))
|
|
1879
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.TrainingExecutionStartTime)))
|
|
1880
1880
|
: undefined,
|
|
1881
1881
|
};
|
|
1882
1882
|
};
|
|
@@ -1897,7 +1897,7 @@ const deserializeAws_json1_0InferenceExecutionSummary = (output, context) => {
|
|
|
1897
1897
|
? deserializeAws_json1_0S3Object(output.CustomerResultObject, context)
|
|
1898
1898
|
: undefined,
|
|
1899
1899
|
DataEndTime: output.DataEndTime !== undefined && output.DataEndTime !== null
|
|
1900
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DataEndTime)))
|
|
1900
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DataEndTime)))
|
|
1901
1901
|
: undefined,
|
|
1902
1902
|
DataInputConfiguration: output.DataInputConfiguration !== undefined && output.DataInputConfiguration !== null
|
|
1903
1903
|
? deserializeAws_json1_0InferenceInputConfiguration(output.DataInputConfiguration, context)
|
|
@@ -1906,17 +1906,17 @@ const deserializeAws_json1_0InferenceExecutionSummary = (output, context) => {
|
|
|
1906
1906
|
? deserializeAws_json1_0InferenceOutputConfiguration(output.DataOutputConfiguration, context)
|
|
1907
1907
|
: undefined,
|
|
1908
1908
|
DataStartTime: output.DataStartTime !== undefined && output.DataStartTime !== null
|
|
1909
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DataStartTime)))
|
|
1909
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DataStartTime)))
|
|
1910
1910
|
: undefined,
|
|
1911
|
-
FailedReason: smithy_client_1.expectString(output.FailedReason),
|
|
1912
|
-
InferenceSchedulerArn: smithy_client_1.expectString(output.InferenceSchedulerArn),
|
|
1913
|
-
InferenceSchedulerName: smithy_client_1.expectString(output.InferenceSchedulerName),
|
|
1914
|
-
ModelArn: smithy_client_1.expectString(output.ModelArn),
|
|
1915
|
-
ModelName: smithy_client_1.expectString(output.ModelName),
|
|
1911
|
+
FailedReason: (0, smithy_client_1.expectString)(output.FailedReason),
|
|
1912
|
+
InferenceSchedulerArn: (0, smithy_client_1.expectString)(output.InferenceSchedulerArn),
|
|
1913
|
+
InferenceSchedulerName: (0, smithy_client_1.expectString)(output.InferenceSchedulerName),
|
|
1914
|
+
ModelArn: (0, smithy_client_1.expectString)(output.ModelArn),
|
|
1915
|
+
ModelName: (0, smithy_client_1.expectString)(output.ModelName),
|
|
1916
1916
|
ScheduledStartTime: output.ScheduledStartTime !== undefined && output.ScheduledStartTime !== null
|
|
1917
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ScheduledStartTime)))
|
|
1917
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ScheduledStartTime)))
|
|
1918
1918
|
: undefined,
|
|
1919
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1919
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1920
1920
|
};
|
|
1921
1921
|
};
|
|
1922
1922
|
const deserializeAws_json1_0InferenceInputConfiguration = (output, context) => {
|
|
@@ -1924,7 +1924,7 @@ const deserializeAws_json1_0InferenceInputConfiguration = (output, context) => {
|
|
|
1924
1924
|
InferenceInputNameConfiguration: output.InferenceInputNameConfiguration !== undefined && output.InferenceInputNameConfiguration !== null
|
|
1925
1925
|
? deserializeAws_json1_0InferenceInputNameConfiguration(output.InferenceInputNameConfiguration, context)
|
|
1926
1926
|
: undefined,
|
|
1927
|
-
InputTimeZoneOffset: smithy_client_1.expectString(output.InputTimeZoneOffset),
|
|
1927
|
+
InputTimeZoneOffset: (0, smithy_client_1.expectString)(output.InputTimeZoneOffset),
|
|
1928
1928
|
S3InputConfiguration: output.S3InputConfiguration !== undefined && output.S3InputConfiguration !== null
|
|
1929
1929
|
? deserializeAws_json1_0InferenceS3InputConfiguration(output.S3InputConfiguration, context)
|
|
1930
1930
|
: undefined,
|
|
@@ -1932,13 +1932,13 @@ const deserializeAws_json1_0InferenceInputConfiguration = (output, context) => {
|
|
|
1932
1932
|
};
|
|
1933
1933
|
const deserializeAws_json1_0InferenceInputNameConfiguration = (output, context) => {
|
|
1934
1934
|
return {
|
|
1935
|
-
ComponentTimestampDelimiter: smithy_client_1.expectString(output.ComponentTimestampDelimiter),
|
|
1936
|
-
TimestampFormat: smithy_client_1.expectString(output.TimestampFormat),
|
|
1935
|
+
ComponentTimestampDelimiter: (0, smithy_client_1.expectString)(output.ComponentTimestampDelimiter),
|
|
1936
|
+
TimestampFormat: (0, smithy_client_1.expectString)(output.TimestampFormat),
|
|
1937
1937
|
};
|
|
1938
1938
|
};
|
|
1939
1939
|
const deserializeAws_json1_0InferenceOutputConfiguration = (output, context) => {
|
|
1940
1940
|
return {
|
|
1941
|
-
KmsKeyId: smithy_client_1.expectString(output.KmsKeyId),
|
|
1941
|
+
KmsKeyId: (0, smithy_client_1.expectString)(output.KmsKeyId),
|
|
1942
1942
|
S3OutputConfiguration: output.S3OutputConfiguration !== undefined && output.S3OutputConfiguration !== null
|
|
1943
1943
|
? deserializeAws_json1_0InferenceS3OutputConfiguration(output.S3OutputConfiguration, context)
|
|
1944
1944
|
: undefined,
|
|
@@ -1946,14 +1946,14 @@ const deserializeAws_json1_0InferenceOutputConfiguration = (output, context) =>
|
|
|
1946
1946
|
};
|
|
1947
1947
|
const deserializeAws_json1_0InferenceS3InputConfiguration = (output, context) => {
|
|
1948
1948
|
return {
|
|
1949
|
-
Bucket: smithy_client_1.expectString(output.Bucket),
|
|
1950
|
-
Prefix: smithy_client_1.expectString(output.Prefix),
|
|
1949
|
+
Bucket: (0, smithy_client_1.expectString)(output.Bucket),
|
|
1950
|
+
Prefix: (0, smithy_client_1.expectString)(output.Prefix),
|
|
1951
1951
|
};
|
|
1952
1952
|
};
|
|
1953
1953
|
const deserializeAws_json1_0InferenceS3OutputConfiguration = (output, context) => {
|
|
1954
1954
|
return {
|
|
1955
|
-
Bucket: smithy_client_1.expectString(output.Bucket),
|
|
1956
|
-
Prefix: smithy_client_1.expectString(output.Prefix),
|
|
1955
|
+
Bucket: (0, smithy_client_1.expectString)(output.Bucket),
|
|
1956
|
+
Prefix: (0, smithy_client_1.expectString)(output.Prefix),
|
|
1957
1957
|
};
|
|
1958
1958
|
};
|
|
1959
1959
|
const deserializeAws_json1_0InferenceSchedulerSummaries = (output, context) => {
|
|
@@ -1969,13 +1969,13 @@ const deserializeAws_json1_0InferenceSchedulerSummaries = (output, context) => {
|
|
|
1969
1969
|
};
|
|
1970
1970
|
const deserializeAws_json1_0InferenceSchedulerSummary = (output, context) => {
|
|
1971
1971
|
return {
|
|
1972
|
-
DataDelayOffsetInMinutes: smithy_client_1.expectLong(output.DataDelayOffsetInMinutes),
|
|
1973
|
-
DataUploadFrequency: smithy_client_1.expectString(output.DataUploadFrequency),
|
|
1974
|
-
InferenceSchedulerArn: smithy_client_1.expectString(output.InferenceSchedulerArn),
|
|
1975
|
-
InferenceSchedulerName: smithy_client_1.expectString(output.InferenceSchedulerName),
|
|
1976
|
-
ModelArn: smithy_client_1.expectString(output.ModelArn),
|
|
1977
|
-
ModelName: smithy_client_1.expectString(output.ModelName),
|
|
1978
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
1972
|
+
DataDelayOffsetInMinutes: (0, smithy_client_1.expectLong)(output.DataDelayOffsetInMinutes),
|
|
1973
|
+
DataUploadFrequency: (0, smithy_client_1.expectString)(output.DataUploadFrequency),
|
|
1974
|
+
InferenceSchedulerArn: (0, smithy_client_1.expectString)(output.InferenceSchedulerArn),
|
|
1975
|
+
InferenceSchedulerName: (0, smithy_client_1.expectString)(output.InferenceSchedulerName),
|
|
1976
|
+
ModelArn: (0, smithy_client_1.expectString)(output.ModelArn),
|
|
1977
|
+
ModelName: (0, smithy_client_1.expectString)(output.ModelName),
|
|
1978
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
1979
1979
|
};
|
|
1980
1980
|
};
|
|
1981
1981
|
const deserializeAws_json1_0IngestionInputConfiguration = (output, context) => {
|
|
@@ -1987,13 +1987,13 @@ const deserializeAws_json1_0IngestionInputConfiguration = (output, context) => {
|
|
|
1987
1987
|
};
|
|
1988
1988
|
const deserializeAws_json1_0IngestionS3InputConfiguration = (output, context) => {
|
|
1989
1989
|
return {
|
|
1990
|
-
Bucket: smithy_client_1.expectString(output.Bucket),
|
|
1991
|
-
Prefix: smithy_client_1.expectString(output.Prefix),
|
|
1990
|
+
Bucket: (0, smithy_client_1.expectString)(output.Bucket),
|
|
1991
|
+
Prefix: (0, smithy_client_1.expectString)(output.Prefix),
|
|
1992
1992
|
};
|
|
1993
1993
|
};
|
|
1994
1994
|
const deserializeAws_json1_0InternalServerException = (output, context) => {
|
|
1995
1995
|
return {
|
|
1996
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
1996
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
1997
1997
|
};
|
|
1998
1998
|
};
|
|
1999
1999
|
const deserializeAws_json1_0LabelsInputConfiguration = (output, context) => {
|
|
@@ -2005,8 +2005,8 @@ const deserializeAws_json1_0LabelsInputConfiguration = (output, context) => {
|
|
|
2005
2005
|
};
|
|
2006
2006
|
const deserializeAws_json1_0LabelsS3InputConfiguration = (output, context) => {
|
|
2007
2007
|
return {
|
|
2008
|
-
Bucket: smithy_client_1.expectString(output.Bucket),
|
|
2009
|
-
Prefix: smithy_client_1.expectString(output.Prefix),
|
|
2008
|
+
Bucket: (0, smithy_client_1.expectString)(output.Bucket),
|
|
2009
|
+
Prefix: (0, smithy_client_1.expectString)(output.Prefix),
|
|
2010
2010
|
};
|
|
2011
2011
|
};
|
|
2012
2012
|
const deserializeAws_json1_0ListDataIngestionJobsResponse = (output, context) => {
|
|
@@ -2014,7 +2014,7 @@ const deserializeAws_json1_0ListDataIngestionJobsResponse = (output, context) =>
|
|
|
2014
2014
|
DataIngestionJobSummaries: output.DataIngestionJobSummaries !== undefined && output.DataIngestionJobSummaries !== null
|
|
2015
2015
|
? deserializeAws_json1_0DataIngestionJobSummaries(output.DataIngestionJobSummaries, context)
|
|
2016
2016
|
: undefined,
|
|
2017
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2017
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2018
2018
|
};
|
|
2019
2019
|
};
|
|
2020
2020
|
const deserializeAws_json1_0ListDatasetsResponse = (output, context) => {
|
|
@@ -2022,7 +2022,7 @@ const deserializeAws_json1_0ListDatasetsResponse = (output, context) => {
|
|
|
2022
2022
|
DatasetSummaries: output.DatasetSummaries !== undefined && output.DatasetSummaries !== null
|
|
2023
2023
|
? deserializeAws_json1_0DatasetSummaries(output.DatasetSummaries, context)
|
|
2024
2024
|
: undefined,
|
|
2025
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2025
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2026
2026
|
};
|
|
2027
2027
|
};
|
|
2028
2028
|
const deserializeAws_json1_0ListInferenceExecutionsResponse = (output, context) => {
|
|
@@ -2030,7 +2030,7 @@ const deserializeAws_json1_0ListInferenceExecutionsResponse = (output, context)
|
|
|
2030
2030
|
InferenceExecutionSummaries: output.InferenceExecutionSummaries !== undefined && output.InferenceExecutionSummaries !== null
|
|
2031
2031
|
? deserializeAws_json1_0InferenceExecutionSummaries(output.InferenceExecutionSummaries, context)
|
|
2032
2032
|
: undefined,
|
|
2033
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2033
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2034
2034
|
};
|
|
2035
2035
|
};
|
|
2036
2036
|
const deserializeAws_json1_0ListInferenceSchedulersResponse = (output, context) => {
|
|
@@ -2038,7 +2038,7 @@ const deserializeAws_json1_0ListInferenceSchedulersResponse = (output, context)
|
|
|
2038
2038
|
InferenceSchedulerSummaries: output.InferenceSchedulerSummaries !== undefined && output.InferenceSchedulerSummaries !== null
|
|
2039
2039
|
? deserializeAws_json1_0InferenceSchedulerSummaries(output.InferenceSchedulerSummaries, context)
|
|
2040
2040
|
: undefined,
|
|
2041
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2041
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2042
2042
|
};
|
|
2043
2043
|
};
|
|
2044
2044
|
const deserializeAws_json1_0ListModelsResponse = (output, context) => {
|
|
@@ -2046,7 +2046,7 @@ const deserializeAws_json1_0ListModelsResponse = (output, context) => {
|
|
|
2046
2046
|
ModelSummaries: output.ModelSummaries !== undefined && output.ModelSummaries !== null
|
|
2047
2047
|
? deserializeAws_json1_0ModelSummaries(output.ModelSummaries, context)
|
|
2048
2048
|
: undefined,
|
|
2049
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2049
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2050
2050
|
};
|
|
2051
2051
|
};
|
|
2052
2052
|
const deserializeAws_json1_0ListTagsForResourceResponse = (output, context) => {
|
|
@@ -2070,59 +2070,59 @@ const deserializeAws_json1_0ModelSummaries = (output, context) => {
|
|
|
2070
2070
|
const deserializeAws_json1_0ModelSummary = (output, context) => {
|
|
2071
2071
|
return {
|
|
2072
2072
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
2073
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
2073
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
|
|
2074
2074
|
: undefined,
|
|
2075
|
-
DatasetArn: smithy_client_1.expectString(output.DatasetArn),
|
|
2076
|
-
DatasetName: smithy_client_1.expectString(output.DatasetName),
|
|
2077
|
-
ModelArn: smithy_client_1.expectString(output.ModelArn),
|
|
2078
|
-
ModelName: smithy_client_1.expectString(output.ModelName),
|
|
2079
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
2075
|
+
DatasetArn: (0, smithy_client_1.expectString)(output.DatasetArn),
|
|
2076
|
+
DatasetName: (0, smithy_client_1.expectString)(output.DatasetName),
|
|
2077
|
+
ModelArn: (0, smithy_client_1.expectString)(output.ModelArn),
|
|
2078
|
+
ModelName: (0, smithy_client_1.expectString)(output.ModelName),
|
|
2079
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2080
2080
|
};
|
|
2081
2081
|
};
|
|
2082
2082
|
const deserializeAws_json1_0ResourceNotFoundException = (output, context) => {
|
|
2083
2083
|
return {
|
|
2084
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2084
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2085
2085
|
};
|
|
2086
2086
|
};
|
|
2087
2087
|
const deserializeAws_json1_0S3Object = (output, context) => {
|
|
2088
2088
|
return {
|
|
2089
|
-
Bucket: smithy_client_1.expectString(output.Bucket),
|
|
2090
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
2089
|
+
Bucket: (0, smithy_client_1.expectString)(output.Bucket),
|
|
2090
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
2091
2091
|
};
|
|
2092
2092
|
};
|
|
2093
2093
|
const deserializeAws_json1_0ServiceQuotaExceededException = (output, context) => {
|
|
2094
2094
|
return {
|
|
2095
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2095
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2096
2096
|
};
|
|
2097
2097
|
};
|
|
2098
2098
|
const deserializeAws_json1_0StartDataIngestionJobResponse = (output, context) => {
|
|
2099
2099
|
return {
|
|
2100
|
-
JobId: smithy_client_1.expectString(output.JobId),
|
|
2101
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
2100
|
+
JobId: (0, smithy_client_1.expectString)(output.JobId),
|
|
2101
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2102
2102
|
};
|
|
2103
2103
|
};
|
|
2104
2104
|
const deserializeAws_json1_0StartInferenceSchedulerResponse = (output, context) => {
|
|
2105
2105
|
return {
|
|
2106
|
-
InferenceSchedulerArn: smithy_client_1.expectString(output.InferenceSchedulerArn),
|
|
2107
|
-
InferenceSchedulerName: smithy_client_1.expectString(output.InferenceSchedulerName),
|
|
2108
|
-
ModelArn: smithy_client_1.expectString(output.ModelArn),
|
|
2109
|
-
ModelName: smithy_client_1.expectString(output.ModelName),
|
|
2110
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
2106
|
+
InferenceSchedulerArn: (0, smithy_client_1.expectString)(output.InferenceSchedulerArn),
|
|
2107
|
+
InferenceSchedulerName: (0, smithy_client_1.expectString)(output.InferenceSchedulerName),
|
|
2108
|
+
ModelArn: (0, smithy_client_1.expectString)(output.ModelArn),
|
|
2109
|
+
ModelName: (0, smithy_client_1.expectString)(output.ModelName),
|
|
2110
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2111
2111
|
};
|
|
2112
2112
|
};
|
|
2113
2113
|
const deserializeAws_json1_0StopInferenceSchedulerResponse = (output, context) => {
|
|
2114
2114
|
return {
|
|
2115
|
-
InferenceSchedulerArn: smithy_client_1.expectString(output.InferenceSchedulerArn),
|
|
2116
|
-
InferenceSchedulerName: smithy_client_1.expectString(output.InferenceSchedulerName),
|
|
2117
|
-
ModelArn: smithy_client_1.expectString(output.ModelArn),
|
|
2118
|
-
ModelName: smithy_client_1.expectString(output.ModelName),
|
|
2119
|
-
Status: smithy_client_1.expectString(output.Status),
|
|
2115
|
+
InferenceSchedulerArn: (0, smithy_client_1.expectString)(output.InferenceSchedulerArn),
|
|
2116
|
+
InferenceSchedulerName: (0, smithy_client_1.expectString)(output.InferenceSchedulerName),
|
|
2117
|
+
ModelArn: (0, smithy_client_1.expectString)(output.ModelArn),
|
|
2118
|
+
ModelName: (0, smithy_client_1.expectString)(output.ModelName),
|
|
2119
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2120
2120
|
};
|
|
2121
2121
|
};
|
|
2122
2122
|
const deserializeAws_json1_0Tag = (output, context) => {
|
|
2123
2123
|
return {
|
|
2124
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
2125
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
2124
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
2125
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
2126
2126
|
};
|
|
2127
2127
|
};
|
|
2128
2128
|
const deserializeAws_json1_0TagList = (output, context) => {
|
|
@@ -2141,7 +2141,7 @@ const deserializeAws_json1_0TagResourceResponse = (output, context) => {
|
|
|
2141
2141
|
};
|
|
2142
2142
|
const deserializeAws_json1_0ThrottlingException = (output, context) => {
|
|
2143
2143
|
return {
|
|
2144
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2144
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2145
2145
|
};
|
|
2146
2146
|
};
|
|
2147
2147
|
const deserializeAws_json1_0UntagResourceResponse = (output, context) => {
|
|
@@ -2149,7 +2149,7 @@ const deserializeAws_json1_0UntagResourceResponse = (output, context) => {
|
|
|
2149
2149
|
};
|
|
2150
2150
|
const deserializeAws_json1_0ValidationException = (output, context) => {
|
|
2151
2151
|
return {
|
|
2152
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2152
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2153
2153
|
};
|
|
2154
2154
|
};
|
|
2155
2155
|
const deserializeMetadata = (output) => {
|