@aws-sdk/client-lookoutequipment 3.927.0 → 3.929.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.
Files changed (70) hide show
  1. package/dist-cjs/index.js +1679 -1993
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/LookoutEquipmentClient.js +2 -0
  4. package/dist-es/commands/CreateDatasetCommand.js +3 -9
  5. package/dist-es/commands/CreateInferenceSchedulerCommand.js +3 -9
  6. package/dist-es/commands/CreateLabelCommand.js +3 -9
  7. package/dist-es/commands/CreateLabelGroupCommand.js +3 -9
  8. package/dist-es/commands/CreateModelCommand.js +3 -9
  9. package/dist-es/commands/CreateRetrainingSchedulerCommand.js +3 -9
  10. package/dist-es/commands/DeleteDatasetCommand.js +3 -9
  11. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +3 -9
  12. package/dist-es/commands/DeleteLabelCommand.js +3 -9
  13. package/dist-es/commands/DeleteLabelGroupCommand.js +3 -9
  14. package/dist-es/commands/DeleteModelCommand.js +3 -9
  15. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  16. package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +3 -9
  17. package/dist-es/commands/DescribeDataIngestionJobCommand.js +3 -9
  18. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  19. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +3 -9
  20. package/dist-es/commands/DescribeLabelCommand.js +3 -9
  21. package/dist-es/commands/DescribeLabelGroupCommand.js +3 -9
  22. package/dist-es/commands/DescribeModelCommand.js +3 -9
  23. package/dist-es/commands/DescribeModelVersionCommand.js +3 -9
  24. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  25. package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +3 -9
  26. package/dist-es/commands/ImportDatasetCommand.js +3 -9
  27. package/dist-es/commands/ImportModelVersionCommand.js +3 -9
  28. package/dist-es/commands/ListDataIngestionJobsCommand.js +3 -9
  29. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  30. package/dist-es/commands/ListInferenceEventsCommand.js +3 -9
  31. package/dist-es/commands/ListInferenceExecutionsCommand.js +3 -9
  32. package/dist-es/commands/ListInferenceSchedulersCommand.js +3 -9
  33. package/dist-es/commands/ListLabelGroupsCommand.js +3 -9
  34. package/dist-es/commands/ListLabelsCommand.js +3 -9
  35. package/dist-es/commands/ListModelVersionsCommand.js +3 -9
  36. package/dist-es/commands/ListModelsCommand.js +3 -9
  37. package/dist-es/commands/ListRetrainingSchedulersCommand.js +3 -9
  38. package/dist-es/commands/ListSensorStatisticsCommand.js +3 -9
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  40. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  41. package/dist-es/commands/StartDataIngestionJobCommand.js +3 -9
  42. package/dist-es/commands/StartInferenceSchedulerCommand.js +3 -9
  43. package/dist-es/commands/StartRetrainingSchedulerCommand.js +3 -9
  44. package/dist-es/commands/StopInferenceSchedulerCommand.js +3 -9
  45. package/dist-es/commands/StopRetrainingSchedulerCommand.js +3 -9
  46. package/dist-es/commands/TagResourceCommand.js +3 -9
  47. package/dist-es/commands/UntagResourceCommand.js +3 -9
  48. package/dist-es/commands/UpdateActiveModelVersionCommand.js +3 -9
  49. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +3 -9
  50. package/dist-es/commands/UpdateLabelGroupCommand.js +3 -9
  51. package/dist-es/commands/UpdateModelCommand.js +3 -9
  52. package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +3 -9
  53. package/dist-es/runtimeConfig.shared.js +7 -0
  54. package/dist-es/schemas/schemas_0.js +1560 -0
  55. package/dist-types/LookoutEquipmentClient.d.ts +10 -1
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  57. package/dist-types/runtimeConfig.d.ts +1 -0
  58. package/dist-types/runtimeConfig.native.d.ts +1 -0
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/schemas/schemas_0.d.ts +203 -0
  61. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +209 -0
  67. package/package.json +5 -6
  68. package/dist-es/protocols/Aws_json1_0.js +0 -1633
  69. package/dist-types/protocols/Aws_json1_0.d.ts +0 -443
  70. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -593
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
- var uuid = require('@smithy/uuid');
20
18
 
21
19
  const resolveClientEndpointParameters = (options) => {
22
20
  return Object.assign(options, {
@@ -92,6 +90,7 @@ class LookoutEquipmentClient extends smithyClient.Client {
92
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
93
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
94
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
95
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
96
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
97
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -111,14 +110,14 @@ class LookoutEquipmentClient extends smithyClient.Client {
111
110
  }
112
111
  }
113
112
 
114
- class LookoutEquipmentServiceException extends smithyClient.ServiceException {
113
+ let LookoutEquipmentServiceException$1 = class LookoutEquipmentServiceException extends smithyClient.ServiceException {
115
114
  constructor(options) {
116
115
  super(options);
117
116
  Object.setPrototypeOf(this, LookoutEquipmentServiceException.prototype);
118
117
  }
119
- }
118
+ };
120
119
 
121
- class AccessDeniedException extends LookoutEquipmentServiceException {
120
+ let AccessDeniedException$1 = class AccessDeniedException extends LookoutEquipmentServiceException$1 {
122
121
  name = "AccessDeniedException";
123
122
  $fault = "client";
124
123
  Message;
@@ -131,7 +130,7 @@ class AccessDeniedException extends LookoutEquipmentServiceException {
131
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
132
131
  this.Message = opts.Message;
133
132
  }
134
- }
133
+ };
135
134
  const AutoPromotionResult = {
136
135
  MODEL_NOT_PROMOTED: "MODEL_NOT_PROMOTED",
137
136
  MODEL_PROMOTED: "MODEL_PROMOTED",
@@ -139,7 +138,7 @@ const AutoPromotionResult = {
139
138
  RETRAINING_CUSTOMER_ERROR: "RETRAINING_CUSTOMER_ERROR",
140
139
  RETRAINING_INTERNAL_ERROR: "RETRAINING_INTERNAL_ERROR",
141
140
  };
142
- class ConflictException extends LookoutEquipmentServiceException {
141
+ let ConflictException$1 = class ConflictException extends LookoutEquipmentServiceException$1 {
143
142
  name = "ConflictException";
144
143
  $fault = "client";
145
144
  Message;
@@ -152,14 +151,14 @@ class ConflictException extends LookoutEquipmentServiceException {
152
151
  Object.setPrototypeOf(this, ConflictException.prototype);
153
152
  this.Message = opts.Message;
154
153
  }
155
- }
154
+ };
156
155
  const DatasetStatus = {
157
156
  ACTIVE: "ACTIVE",
158
157
  CREATED: "CREATED",
159
158
  IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
160
159
  INGESTION_IN_PROGRESS: "INGESTION_IN_PROGRESS",
161
160
  };
162
- class InternalServerException extends LookoutEquipmentServiceException {
161
+ let InternalServerException$1 = class InternalServerException extends LookoutEquipmentServiceException$1 {
163
162
  name = "InternalServerException";
164
163
  $fault = "server";
165
164
  Message;
@@ -172,8 +171,8 @@ class InternalServerException extends LookoutEquipmentServiceException {
172
171
  Object.setPrototypeOf(this, InternalServerException.prototype);
173
172
  this.Message = opts.Message;
174
173
  }
175
- }
176
- class ServiceQuotaExceededException extends LookoutEquipmentServiceException {
174
+ };
175
+ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends LookoutEquipmentServiceException$1 {
177
176
  name = "ServiceQuotaExceededException";
178
177
  $fault = "client";
179
178
  Message;
@@ -186,8 +185,8 @@ class ServiceQuotaExceededException extends LookoutEquipmentServiceException {
186
185
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
187
186
  this.Message = opts.Message;
188
187
  }
189
- }
190
- class ThrottlingException extends LookoutEquipmentServiceException {
188
+ };
189
+ let ThrottlingException$1 = class ThrottlingException extends LookoutEquipmentServiceException$1 {
191
190
  name = "ThrottlingException";
192
191
  $fault = "client";
193
192
  Message;
@@ -200,8 +199,8 @@ class ThrottlingException extends LookoutEquipmentServiceException {
200
199
  Object.setPrototypeOf(this, ThrottlingException.prototype);
201
200
  this.Message = opts.Message;
202
201
  }
203
- }
204
- class ValidationException extends LookoutEquipmentServiceException {
202
+ };
203
+ let ValidationException$1 = class ValidationException extends LookoutEquipmentServiceException$1 {
205
204
  name = "ValidationException";
206
205
  $fault = "client";
207
206
  Message;
@@ -214,7 +213,7 @@ class ValidationException extends LookoutEquipmentServiceException {
214
213
  Object.setPrototypeOf(this, ValidationException.prototype);
215
214
  this.Message = opts.Message;
216
215
  }
217
- }
216
+ };
218
217
  const DataUploadFrequency = {
219
218
  PT10M: "PT10M",
220
219
  PT15M: "PT15M",
@@ -233,7 +232,7 @@ const InferenceSchedulerStatus = {
233
232
  STOPPED: "STOPPED",
234
233
  STOPPING: "STOPPING",
235
234
  };
236
- class ResourceNotFoundException extends LookoutEquipmentServiceException {
235
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends LookoutEquipmentServiceException$1 {
237
236
  name = "ResourceNotFoundException";
238
237
  $fault = "client";
239
238
  Message;
@@ -246,7 +245,7 @@ class ResourceNotFoundException extends LookoutEquipmentServiceException {
246
245
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
247
246
  this.Message = opts.Message;
248
247
  }
249
- }
248
+ };
250
249
  const LabelRating = {
251
250
  ANOMALY: "ANOMALY",
252
251
  NEUTRAL: "NEUTRAL",
@@ -323,1644 +322,1571 @@ const Monotonicity = {
323
322
  STATIC: "STATIC",
324
323
  };
325
324
 
326
- const se_CreateDatasetCommand = async (input, context) => {
327
- const headers = sharedHeaders("CreateDataset");
328
- let body;
329
- body = JSON.stringify(se_CreateDatasetRequest(input));
330
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
331
- };
332
- const se_CreateInferenceSchedulerCommand = async (input, context) => {
333
- const headers = sharedHeaders("CreateInferenceScheduler");
334
- let body;
335
- body = JSON.stringify(se_CreateInferenceSchedulerRequest(input));
336
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
337
- };
338
- const se_CreateLabelCommand = async (input, context) => {
339
- const headers = sharedHeaders("CreateLabel");
340
- let body;
341
- body = JSON.stringify(se_CreateLabelRequest(input));
342
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
343
- };
344
- const se_CreateLabelGroupCommand = async (input, context) => {
345
- const headers = sharedHeaders("CreateLabelGroup");
346
- let body;
347
- body = JSON.stringify(se_CreateLabelGroupRequest(input));
348
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
349
- };
350
- const se_CreateModelCommand = async (input, context) => {
351
- const headers = sharedHeaders("CreateModel");
352
- let body;
353
- body = JSON.stringify(se_CreateModelRequest(input));
354
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
355
- };
356
- const se_CreateRetrainingSchedulerCommand = async (input, context) => {
357
- const headers = sharedHeaders("CreateRetrainingScheduler");
358
- let body;
359
- body = JSON.stringify(se_CreateRetrainingSchedulerRequest(input));
360
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
361
- };
362
- const se_DeleteDatasetCommand = async (input, context) => {
363
- const headers = sharedHeaders("DeleteDataset");
364
- let body;
365
- body = JSON.stringify(smithyClient._json(input));
366
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
367
- };
368
- const se_DeleteInferenceSchedulerCommand = async (input, context) => {
369
- const headers = sharedHeaders("DeleteInferenceScheduler");
370
- let body;
371
- body = JSON.stringify(smithyClient._json(input));
372
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
373
- };
374
- const se_DeleteLabelCommand = async (input, context) => {
375
- const headers = sharedHeaders("DeleteLabel");
376
- let body;
377
- body = JSON.stringify(smithyClient._json(input));
378
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
379
- };
380
- const se_DeleteLabelGroupCommand = async (input, context) => {
381
- const headers = sharedHeaders("DeleteLabelGroup");
382
- let body;
383
- body = JSON.stringify(smithyClient._json(input));
384
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
385
- };
386
- const se_DeleteModelCommand = async (input, context) => {
387
- const headers = sharedHeaders("DeleteModel");
388
- let body;
389
- body = JSON.stringify(smithyClient._json(input));
390
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
391
- };
392
- const se_DeleteResourcePolicyCommand = async (input, context) => {
393
- const headers = sharedHeaders("DeleteResourcePolicy");
394
- let body;
395
- body = JSON.stringify(smithyClient._json(input));
396
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
397
- };
398
- const se_DeleteRetrainingSchedulerCommand = async (input, context) => {
399
- const headers = sharedHeaders("DeleteRetrainingScheduler");
400
- let body;
401
- body = JSON.stringify(smithyClient._json(input));
402
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
403
- };
404
- const se_DescribeDataIngestionJobCommand = async (input, context) => {
405
- const headers = sharedHeaders("DescribeDataIngestionJob");
406
- let body;
407
- body = JSON.stringify(smithyClient._json(input));
408
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
409
- };
410
- const se_DescribeDatasetCommand = async (input, context) => {
411
- const headers = sharedHeaders("DescribeDataset");
412
- let body;
413
- body = JSON.stringify(smithyClient._json(input));
414
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
415
- };
416
- const se_DescribeInferenceSchedulerCommand = async (input, context) => {
417
- const headers = sharedHeaders("DescribeInferenceScheduler");
418
- let body;
419
- body = JSON.stringify(smithyClient._json(input));
420
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
421
- };
422
- const se_DescribeLabelCommand = async (input, context) => {
423
- const headers = sharedHeaders("DescribeLabel");
424
- let body;
425
- body = JSON.stringify(smithyClient._json(input));
426
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
427
- };
428
- const se_DescribeLabelGroupCommand = async (input, context) => {
429
- const headers = sharedHeaders("DescribeLabelGroup");
430
- let body;
431
- body = JSON.stringify(smithyClient._json(input));
432
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
433
- };
434
- const se_DescribeModelCommand = async (input, context) => {
435
- const headers = sharedHeaders("DescribeModel");
436
- let body;
437
- body = JSON.stringify(smithyClient._json(input));
438
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
439
- };
440
- const se_DescribeModelVersionCommand = async (input, context) => {
441
- const headers = sharedHeaders("DescribeModelVersion");
442
- let body;
443
- body = JSON.stringify(smithyClient._json(input));
444
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
445
- };
446
- const se_DescribeResourcePolicyCommand = async (input, context) => {
447
- const headers = sharedHeaders("DescribeResourcePolicy");
448
- let body;
449
- body = JSON.stringify(smithyClient._json(input));
450
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
451
- };
452
- const se_DescribeRetrainingSchedulerCommand = async (input, context) => {
453
- const headers = sharedHeaders("DescribeRetrainingScheduler");
454
- let body;
455
- body = JSON.stringify(smithyClient._json(input));
456
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
457
- };
458
- const se_ImportDatasetCommand = async (input, context) => {
459
- const headers = sharedHeaders("ImportDataset");
460
- let body;
461
- body = JSON.stringify(se_ImportDatasetRequest(input));
462
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
463
- };
464
- const se_ImportModelVersionCommand = async (input, context) => {
465
- const headers = sharedHeaders("ImportModelVersion");
466
- let body;
467
- body = JSON.stringify(se_ImportModelVersionRequest(input));
468
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
469
- };
470
- const se_ListDataIngestionJobsCommand = async (input, context) => {
471
- const headers = sharedHeaders("ListDataIngestionJobs");
472
- let body;
473
- body = JSON.stringify(smithyClient._json(input));
474
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
475
- };
476
- const se_ListDatasetsCommand = async (input, context) => {
477
- const headers = sharedHeaders("ListDatasets");
478
- let body;
479
- body = JSON.stringify(smithyClient._json(input));
480
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
481
- };
482
- const se_ListInferenceEventsCommand = async (input, context) => {
483
- const headers = sharedHeaders("ListInferenceEvents");
484
- let body;
485
- body = JSON.stringify(se_ListInferenceEventsRequest(input));
486
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
487
- };
488
- const se_ListInferenceExecutionsCommand = async (input, context) => {
489
- const headers = sharedHeaders("ListInferenceExecutions");
490
- let body;
491
- body = JSON.stringify(se_ListInferenceExecutionsRequest(input));
492
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
493
- };
494
- const se_ListInferenceSchedulersCommand = async (input, context) => {
495
- const headers = sharedHeaders("ListInferenceSchedulers");
496
- let body;
497
- body = JSON.stringify(smithyClient._json(input));
498
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
499
- };
500
- const se_ListLabelGroupsCommand = async (input, context) => {
501
- const headers = sharedHeaders("ListLabelGroups");
502
- let body;
503
- body = JSON.stringify(smithyClient._json(input));
504
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
505
- };
506
- const se_ListLabelsCommand = async (input, context) => {
507
- const headers = sharedHeaders("ListLabels");
508
- let body;
509
- body = JSON.stringify(se_ListLabelsRequest(input));
510
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
511
- };
512
- const se_ListModelsCommand = async (input, context) => {
513
- const headers = sharedHeaders("ListModels");
514
- let body;
515
- body = JSON.stringify(smithyClient._json(input));
516
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
517
- };
518
- const se_ListModelVersionsCommand = async (input, context) => {
519
- const headers = sharedHeaders("ListModelVersions");
520
- let body;
521
- body = JSON.stringify(se_ListModelVersionsRequest(input));
522
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
523
- };
524
- const se_ListRetrainingSchedulersCommand = async (input, context) => {
525
- const headers = sharedHeaders("ListRetrainingSchedulers");
526
- let body;
527
- body = JSON.stringify(smithyClient._json(input));
528
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
529
- };
530
- const se_ListSensorStatisticsCommand = async (input, context) => {
531
- const headers = sharedHeaders("ListSensorStatistics");
532
- let body;
533
- body = JSON.stringify(smithyClient._json(input));
534
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
535
- };
536
- const se_ListTagsForResourceCommand = async (input, context) => {
537
- const headers = sharedHeaders("ListTagsForResource");
538
- let body;
539
- body = JSON.stringify(smithyClient._json(input));
540
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
541
- };
542
- const se_PutResourcePolicyCommand = async (input, context) => {
543
- const headers = sharedHeaders("PutResourcePolicy");
544
- let body;
545
- body = JSON.stringify(se_PutResourcePolicyRequest(input));
546
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
547
- };
548
- const se_StartDataIngestionJobCommand = async (input, context) => {
549
- const headers = sharedHeaders("StartDataIngestionJob");
550
- let body;
551
- body = JSON.stringify(se_StartDataIngestionJobRequest(input));
552
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
553
- };
554
- const se_StartInferenceSchedulerCommand = async (input, context) => {
555
- const headers = sharedHeaders("StartInferenceScheduler");
556
- let body;
557
- body = JSON.stringify(smithyClient._json(input));
558
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
559
- };
560
- const se_StartRetrainingSchedulerCommand = async (input, context) => {
561
- const headers = sharedHeaders("StartRetrainingScheduler");
562
- let body;
563
- body = JSON.stringify(smithyClient._json(input));
564
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
565
- };
566
- const se_StopInferenceSchedulerCommand = async (input, context) => {
567
- const headers = sharedHeaders("StopInferenceScheduler");
568
- let body;
569
- body = JSON.stringify(smithyClient._json(input));
570
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
571
- };
572
- const se_StopRetrainingSchedulerCommand = async (input, context) => {
573
- const headers = sharedHeaders("StopRetrainingScheduler");
574
- let body;
575
- body = JSON.stringify(smithyClient._json(input));
576
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
577
- };
578
- const se_TagResourceCommand = async (input, context) => {
579
- const headers = sharedHeaders("TagResource");
580
- let body;
581
- body = JSON.stringify(smithyClient._json(input));
582
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
583
- };
584
- const se_UntagResourceCommand = async (input, context) => {
585
- const headers = sharedHeaders("UntagResource");
586
- let body;
587
- body = JSON.stringify(smithyClient._json(input));
588
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
589
- };
590
- const se_UpdateActiveModelVersionCommand = async (input, context) => {
591
- const headers = sharedHeaders("UpdateActiveModelVersion");
592
- let body;
593
- body = JSON.stringify(smithyClient._json(input));
594
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
595
- };
596
- const se_UpdateInferenceSchedulerCommand = async (input, context) => {
597
- const headers = sharedHeaders("UpdateInferenceScheduler");
598
- let body;
599
- body = JSON.stringify(smithyClient._json(input));
600
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
601
- };
602
- const se_UpdateLabelGroupCommand = async (input, context) => {
603
- const headers = sharedHeaders("UpdateLabelGroup");
604
- let body;
605
- body = JSON.stringify(smithyClient._json(input));
606
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
607
- };
608
- const se_UpdateModelCommand = async (input, context) => {
609
- const headers = sharedHeaders("UpdateModel");
610
- let body;
611
- body = JSON.stringify(smithyClient._json(input));
612
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
613
- };
614
- const se_UpdateRetrainingSchedulerCommand = async (input, context) => {
615
- const headers = sharedHeaders("UpdateRetrainingScheduler");
616
- let body;
617
- body = JSON.stringify(se_UpdateRetrainingSchedulerRequest(input));
618
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
619
- };
620
- const de_CreateDatasetCommand = async (output, context) => {
621
- if (output.statusCode >= 300) {
622
- return de_CommandError(output, context);
623
- }
624
- const data = await core$1.parseJsonBody(output.body, context);
625
- let contents = {};
626
- contents = smithyClient._json(data);
627
- const response = {
628
- $metadata: deserializeMetadata(output),
629
- ...contents,
630
- };
631
- return response;
632
- };
633
- const de_CreateInferenceSchedulerCommand = async (output, context) => {
634
- if (output.statusCode >= 300) {
635
- return de_CommandError(output, context);
636
- }
637
- const data = await core$1.parseJsonBody(output.body, context);
638
- let contents = {};
639
- contents = smithyClient._json(data);
640
- const response = {
641
- $metadata: deserializeMetadata(output),
642
- ...contents,
643
- };
644
- return response;
645
- };
646
- const de_CreateLabelCommand = async (output, context) => {
647
- if (output.statusCode >= 300) {
648
- return de_CommandError(output, context);
649
- }
650
- const data = await core$1.parseJsonBody(output.body, context);
651
- let contents = {};
652
- contents = smithyClient._json(data);
653
- const response = {
654
- $metadata: deserializeMetadata(output),
655
- ...contents,
656
- };
657
- return response;
658
- };
659
- const de_CreateLabelGroupCommand = async (output, context) => {
660
- if (output.statusCode >= 300) {
661
- return de_CommandError(output, context);
662
- }
663
- const data = await core$1.parseJsonBody(output.body, context);
664
- let contents = {};
665
- contents = smithyClient._json(data);
666
- const response = {
667
- $metadata: deserializeMetadata(output),
668
- ...contents,
669
- };
670
- return response;
671
- };
672
- const de_CreateModelCommand = async (output, context) => {
673
- if (output.statusCode >= 300) {
674
- return de_CommandError(output, context);
675
- }
676
- const data = await core$1.parseJsonBody(output.body, context);
677
- let contents = {};
678
- contents = smithyClient._json(data);
679
- const response = {
680
- $metadata: deserializeMetadata(output),
681
- ...contents,
682
- };
683
- return response;
684
- };
685
- const de_CreateRetrainingSchedulerCommand = async (output, context) => {
686
- if (output.statusCode >= 300) {
687
- return de_CommandError(output, context);
688
- }
689
- const data = await core$1.parseJsonBody(output.body, context);
690
- let contents = {};
691
- contents = smithyClient._json(data);
692
- const response = {
693
- $metadata: deserializeMetadata(output),
694
- ...contents,
695
- };
696
- return response;
697
- };
698
- const de_DeleteDatasetCommand = async (output, context) => {
699
- if (output.statusCode >= 300) {
700
- return de_CommandError(output, context);
701
- }
702
- await smithyClient.collectBody(output.body, context);
703
- const response = {
704
- $metadata: deserializeMetadata(output),
705
- };
706
- return response;
707
- };
708
- const de_DeleteInferenceSchedulerCommand = async (output, context) => {
709
- if (output.statusCode >= 300) {
710
- return de_CommandError(output, context);
711
- }
712
- await smithyClient.collectBody(output.body, context);
713
- const response = {
714
- $metadata: deserializeMetadata(output),
715
- };
716
- return response;
717
- };
718
- const de_DeleteLabelCommand = async (output, context) => {
719
- if (output.statusCode >= 300) {
720
- return de_CommandError(output, context);
721
- }
722
- await smithyClient.collectBody(output.body, context);
723
- const response = {
724
- $metadata: deserializeMetadata(output),
725
- };
726
- return response;
727
- };
728
- const de_DeleteLabelGroupCommand = async (output, context) => {
729
- if (output.statusCode >= 300) {
730
- return de_CommandError(output, context);
731
- }
732
- await smithyClient.collectBody(output.body, context);
733
- const response = {
734
- $metadata: deserializeMetadata(output),
735
- };
736
- return response;
737
- };
738
- const de_DeleteModelCommand = async (output, context) => {
739
- if (output.statusCode >= 300) {
740
- return de_CommandError(output, context);
741
- }
742
- await smithyClient.collectBody(output.body, context);
743
- const response = {
744
- $metadata: deserializeMetadata(output),
745
- };
746
- return response;
747
- };
748
- const de_DeleteResourcePolicyCommand = async (output, context) => {
749
- if (output.statusCode >= 300) {
750
- return de_CommandError(output, context);
751
- }
752
- await smithyClient.collectBody(output.body, context);
753
- const response = {
754
- $metadata: deserializeMetadata(output),
755
- };
756
- return response;
757
- };
758
- const de_DeleteRetrainingSchedulerCommand = async (output, context) => {
759
- if (output.statusCode >= 300) {
760
- return de_CommandError(output, context);
761
- }
762
- await smithyClient.collectBody(output.body, context);
763
- const response = {
764
- $metadata: deserializeMetadata(output),
765
- };
766
- return response;
767
- };
768
- const de_DescribeDataIngestionJobCommand = async (output, context) => {
769
- if (output.statusCode >= 300) {
770
- return de_CommandError(output, context);
771
- }
772
- const data = await core$1.parseJsonBody(output.body, context);
773
- let contents = {};
774
- contents = de_DescribeDataIngestionJobResponse(data);
775
- const response = {
776
- $metadata: deserializeMetadata(output),
777
- ...contents,
778
- };
779
- return response;
780
- };
781
- const de_DescribeDatasetCommand = async (output, context) => {
782
- if (output.statusCode >= 300) {
783
- return de_CommandError(output, context);
784
- }
785
- const data = await core$1.parseJsonBody(output.body, context);
786
- let contents = {};
787
- contents = de_DescribeDatasetResponse(data);
788
- const response = {
789
- $metadata: deserializeMetadata(output),
790
- ...contents,
791
- };
792
- return response;
793
- };
794
- const de_DescribeInferenceSchedulerCommand = async (output, context) => {
795
- if (output.statusCode >= 300) {
796
- return de_CommandError(output, context);
797
- }
798
- const data = await core$1.parseJsonBody(output.body, context);
799
- let contents = {};
800
- contents = de_DescribeInferenceSchedulerResponse(data);
801
- const response = {
802
- $metadata: deserializeMetadata(output),
803
- ...contents,
804
- };
805
- return response;
806
- };
807
- const de_DescribeLabelCommand = async (output, context) => {
808
- if (output.statusCode >= 300) {
809
- return de_CommandError(output, context);
810
- }
811
- const data = await core$1.parseJsonBody(output.body, context);
812
- let contents = {};
813
- contents = de_DescribeLabelResponse(data);
814
- const response = {
815
- $metadata: deserializeMetadata(output),
816
- ...contents,
817
- };
818
- return response;
819
- };
820
- const de_DescribeLabelGroupCommand = async (output, context) => {
821
- if (output.statusCode >= 300) {
822
- return de_CommandError(output, context);
823
- }
824
- const data = await core$1.parseJsonBody(output.body, context);
825
- let contents = {};
826
- contents = de_DescribeLabelGroupResponse(data);
827
- const response = {
828
- $metadata: deserializeMetadata(output),
829
- ...contents,
830
- };
831
- return response;
832
- };
833
- const de_DescribeModelCommand = async (output, context) => {
834
- if (output.statusCode >= 300) {
835
- return de_CommandError(output, context);
836
- }
837
- const data = await core$1.parseJsonBody(output.body, context);
838
- let contents = {};
839
- contents = de_DescribeModelResponse(data);
840
- const response = {
841
- $metadata: deserializeMetadata(output),
842
- ...contents,
843
- };
844
- return response;
845
- };
846
- const de_DescribeModelVersionCommand = async (output, context) => {
847
- if (output.statusCode >= 300) {
848
- return de_CommandError(output, context);
849
- }
850
- const data = await core$1.parseJsonBody(output.body, context);
851
- let contents = {};
852
- contents = de_DescribeModelVersionResponse(data);
853
- const response = {
854
- $metadata: deserializeMetadata(output),
855
- ...contents,
856
- };
857
- return response;
858
- };
859
- const de_DescribeResourcePolicyCommand = async (output, context) => {
860
- if (output.statusCode >= 300) {
861
- return de_CommandError(output, context);
862
- }
863
- const data = await core$1.parseJsonBody(output.body, context);
864
- let contents = {};
865
- contents = de_DescribeResourcePolicyResponse(data);
866
- const response = {
867
- $metadata: deserializeMetadata(output),
868
- ...contents,
869
- };
870
- return response;
871
- };
872
- const de_DescribeRetrainingSchedulerCommand = async (output, context) => {
873
- if (output.statusCode >= 300) {
874
- return de_CommandError(output, context);
875
- }
876
- const data = await core$1.parseJsonBody(output.body, context);
877
- let contents = {};
878
- contents = de_DescribeRetrainingSchedulerResponse(data);
879
- const response = {
880
- $metadata: deserializeMetadata(output),
881
- ...contents,
882
- };
883
- return response;
884
- };
885
- const de_ImportDatasetCommand = async (output, context) => {
886
- if (output.statusCode >= 300) {
887
- return de_CommandError(output, context);
888
- }
889
- const data = await core$1.parseJsonBody(output.body, context);
890
- let contents = {};
891
- contents = smithyClient._json(data);
892
- const response = {
893
- $metadata: deserializeMetadata(output),
894
- ...contents,
895
- };
896
- return response;
897
- };
898
- const de_ImportModelVersionCommand = async (output, context) => {
899
- if (output.statusCode >= 300) {
900
- return de_CommandError(output, context);
901
- }
902
- const data = await core$1.parseJsonBody(output.body, context);
903
- let contents = {};
904
- contents = smithyClient._json(data);
905
- const response = {
906
- $metadata: deserializeMetadata(output),
907
- ...contents,
908
- };
909
- return response;
910
- };
911
- const de_ListDataIngestionJobsCommand = async (output, context) => {
912
- if (output.statusCode >= 300) {
913
- return de_CommandError(output, context);
914
- }
915
- const data = await core$1.parseJsonBody(output.body, context);
916
- let contents = {};
917
- contents = smithyClient._json(data);
918
- const response = {
919
- $metadata: deserializeMetadata(output),
920
- ...contents,
921
- };
922
- return response;
923
- };
924
- const de_ListDatasetsCommand = async (output, context) => {
925
- if (output.statusCode >= 300) {
926
- return de_CommandError(output, context);
927
- }
928
- const data = await core$1.parseJsonBody(output.body, context);
929
- let contents = {};
930
- contents = de_ListDatasetsResponse(data);
931
- const response = {
932
- $metadata: deserializeMetadata(output),
933
- ...contents,
934
- };
935
- return response;
936
- };
937
- const de_ListInferenceEventsCommand = async (output, context) => {
938
- if (output.statusCode >= 300) {
939
- return de_CommandError(output, context);
940
- }
941
- const data = await core$1.parseJsonBody(output.body, context);
942
- let contents = {};
943
- contents = de_ListInferenceEventsResponse(data);
944
- const response = {
945
- $metadata: deserializeMetadata(output),
946
- ...contents,
947
- };
948
- return response;
949
- };
950
- const de_ListInferenceExecutionsCommand = async (output, context) => {
951
- if (output.statusCode >= 300) {
952
- return de_CommandError(output, context);
953
- }
954
- const data = await core$1.parseJsonBody(output.body, context);
955
- let contents = {};
956
- contents = de_ListInferenceExecutionsResponse(data);
957
- const response = {
958
- $metadata: deserializeMetadata(output),
959
- ...contents,
960
- };
961
- return response;
962
- };
963
- const de_ListInferenceSchedulersCommand = async (output, context) => {
964
- if (output.statusCode >= 300) {
965
- return de_CommandError(output, context);
966
- }
967
- const data = await core$1.parseJsonBody(output.body, context);
968
- let contents = {};
969
- contents = smithyClient._json(data);
970
- const response = {
971
- $metadata: deserializeMetadata(output),
972
- ...contents,
973
- };
974
- return response;
975
- };
976
- const de_ListLabelGroupsCommand = async (output, context) => {
977
- if (output.statusCode >= 300) {
978
- return de_CommandError(output, context);
979
- }
980
- const data = await core$1.parseJsonBody(output.body, context);
981
- let contents = {};
982
- contents = de_ListLabelGroupsResponse(data);
983
- const response = {
984
- $metadata: deserializeMetadata(output),
985
- ...contents,
986
- };
987
- return response;
988
- };
989
- const de_ListLabelsCommand = async (output, context) => {
990
- if (output.statusCode >= 300) {
991
- return de_CommandError(output, context);
992
- }
993
- const data = await core$1.parseJsonBody(output.body, context);
994
- let contents = {};
995
- contents = de_ListLabelsResponse(data);
996
- const response = {
997
- $metadata: deserializeMetadata(output),
998
- ...contents,
999
- };
1000
- return response;
1001
- };
1002
- const de_ListModelsCommand = async (output, context) => {
1003
- if (output.statusCode >= 300) {
1004
- return de_CommandError(output, context);
1005
- }
1006
- const data = await core$1.parseJsonBody(output.body, context);
1007
- let contents = {};
1008
- contents = de_ListModelsResponse(data);
1009
- const response = {
1010
- $metadata: deserializeMetadata(output),
1011
- ...contents,
1012
- };
1013
- return response;
1014
- };
1015
- const de_ListModelVersionsCommand = async (output, context) => {
1016
- if (output.statusCode >= 300) {
1017
- return de_CommandError(output, context);
1018
- }
1019
- const data = await core$1.parseJsonBody(output.body, context);
1020
- let contents = {};
1021
- contents = de_ListModelVersionsResponse(data);
1022
- const response = {
1023
- $metadata: deserializeMetadata(output),
1024
- ...contents,
1025
- };
1026
- return response;
1027
- };
1028
- const de_ListRetrainingSchedulersCommand = async (output, context) => {
1029
- if (output.statusCode >= 300) {
1030
- return de_CommandError(output, context);
1031
- }
1032
- const data = await core$1.parseJsonBody(output.body, context);
1033
- let contents = {};
1034
- contents = de_ListRetrainingSchedulersResponse(data);
1035
- const response = {
1036
- $metadata: deserializeMetadata(output),
1037
- ...contents,
1038
- };
1039
- return response;
1040
- };
1041
- const de_ListSensorStatisticsCommand = async (output, context) => {
1042
- if (output.statusCode >= 300) {
1043
- return de_CommandError(output, context);
1044
- }
1045
- const data = await core$1.parseJsonBody(output.body, context);
1046
- let contents = {};
1047
- contents = de_ListSensorStatisticsResponse(data);
1048
- const response = {
1049
- $metadata: deserializeMetadata(output),
1050
- ...contents,
1051
- };
1052
- return response;
1053
- };
1054
- const de_ListTagsForResourceCommand = async (output, context) => {
1055
- if (output.statusCode >= 300) {
1056
- return de_CommandError(output, context);
1057
- }
1058
- const data = await core$1.parseJsonBody(output.body, context);
1059
- let contents = {};
1060
- contents = smithyClient._json(data);
1061
- const response = {
1062
- $metadata: deserializeMetadata(output),
1063
- ...contents,
1064
- };
1065
- return response;
1066
- };
1067
- const de_PutResourcePolicyCommand = async (output, context) => {
1068
- if (output.statusCode >= 300) {
1069
- return de_CommandError(output, context);
1070
- }
1071
- const data = await core$1.parseJsonBody(output.body, context);
1072
- let contents = {};
1073
- contents = smithyClient._json(data);
1074
- const response = {
1075
- $metadata: deserializeMetadata(output),
1076
- ...contents,
1077
- };
1078
- return response;
1079
- };
1080
- const de_StartDataIngestionJobCommand = async (output, context) => {
1081
- if (output.statusCode >= 300) {
1082
- return de_CommandError(output, context);
1083
- }
1084
- const data = await core$1.parseJsonBody(output.body, context);
1085
- let contents = {};
1086
- contents = smithyClient._json(data);
1087
- const response = {
1088
- $metadata: deserializeMetadata(output),
1089
- ...contents,
1090
- };
1091
- return response;
1092
- };
1093
- const de_StartInferenceSchedulerCommand = async (output, context) => {
1094
- if (output.statusCode >= 300) {
1095
- return de_CommandError(output, context);
1096
- }
1097
- const data = await core$1.parseJsonBody(output.body, context);
1098
- let contents = {};
1099
- contents = smithyClient._json(data);
1100
- const response = {
1101
- $metadata: deserializeMetadata(output),
1102
- ...contents,
1103
- };
1104
- return response;
1105
- };
1106
- const de_StartRetrainingSchedulerCommand = async (output, context) => {
1107
- if (output.statusCode >= 300) {
1108
- return de_CommandError(output, context);
1109
- }
1110
- const data = await core$1.parseJsonBody(output.body, context);
1111
- let contents = {};
1112
- contents = smithyClient._json(data);
1113
- const response = {
1114
- $metadata: deserializeMetadata(output),
1115
- ...contents,
1116
- };
1117
- return response;
1118
- };
1119
- const de_StopInferenceSchedulerCommand = async (output, context) => {
1120
- if (output.statusCode >= 300) {
1121
- return de_CommandError(output, context);
1122
- }
1123
- const data = await core$1.parseJsonBody(output.body, context);
1124
- let contents = {};
1125
- contents = smithyClient._json(data);
1126
- const response = {
1127
- $metadata: deserializeMetadata(output),
1128
- ...contents,
1129
- };
1130
- return response;
1131
- };
1132
- const de_StopRetrainingSchedulerCommand = async (output, context) => {
1133
- if (output.statusCode >= 300) {
1134
- return de_CommandError(output, context);
1135
- }
1136
- const data = await core$1.parseJsonBody(output.body, context);
1137
- let contents = {};
1138
- contents = smithyClient._json(data);
1139
- const response = {
1140
- $metadata: deserializeMetadata(output),
1141
- ...contents,
1142
- };
1143
- return response;
1144
- };
1145
- const de_TagResourceCommand = async (output, context) => {
1146
- if (output.statusCode >= 300) {
1147
- return de_CommandError(output, context);
1148
- }
1149
- const data = await core$1.parseJsonBody(output.body, context);
1150
- let contents = {};
1151
- contents = smithyClient._json(data);
1152
- const response = {
1153
- $metadata: deserializeMetadata(output),
1154
- ...contents,
1155
- };
1156
- return response;
1157
- };
1158
- const de_UntagResourceCommand = async (output, context) => {
1159
- if (output.statusCode >= 300) {
1160
- return de_CommandError(output, context);
1161
- }
1162
- const data = await core$1.parseJsonBody(output.body, context);
1163
- let contents = {};
1164
- contents = smithyClient._json(data);
1165
- const response = {
1166
- $metadata: deserializeMetadata(output),
1167
- ...contents,
1168
- };
1169
- return response;
1170
- };
1171
- const de_UpdateActiveModelVersionCommand = async (output, context) => {
1172
- if (output.statusCode >= 300) {
1173
- return de_CommandError(output, context);
1174
- }
1175
- const data = await core$1.parseJsonBody(output.body, context);
1176
- let contents = {};
1177
- contents = smithyClient._json(data);
1178
- const response = {
1179
- $metadata: deserializeMetadata(output),
1180
- ...contents,
1181
- };
1182
- return response;
1183
- };
1184
- const de_UpdateInferenceSchedulerCommand = async (output, context) => {
1185
- if (output.statusCode >= 300) {
1186
- return de_CommandError(output, context);
1187
- }
1188
- await smithyClient.collectBody(output.body, context);
1189
- const response = {
1190
- $metadata: deserializeMetadata(output),
1191
- };
1192
- return response;
1193
- };
1194
- const de_UpdateLabelGroupCommand = async (output, context) => {
1195
- if (output.statusCode >= 300) {
1196
- return de_CommandError(output, context);
1197
- }
1198
- await smithyClient.collectBody(output.body, context);
1199
- const response = {
1200
- $metadata: deserializeMetadata(output),
1201
- };
1202
- return response;
1203
- };
1204
- const de_UpdateModelCommand = async (output, context) => {
1205
- if (output.statusCode >= 300) {
1206
- return de_CommandError(output, context);
1207
- }
1208
- await smithyClient.collectBody(output.body, context);
1209
- const response = {
1210
- $metadata: deserializeMetadata(output),
1211
- };
1212
- return response;
1213
- };
1214
- const de_UpdateRetrainingSchedulerCommand = async (output, context) => {
1215
- if (output.statusCode >= 300) {
1216
- return de_CommandError(output, context);
1217
- }
1218
- await smithyClient.collectBody(output.body, context);
1219
- const response = {
1220
- $metadata: deserializeMetadata(output),
1221
- };
1222
- return response;
1223
- };
1224
- const de_CommandError = async (output, context) => {
1225
- const parsedOutput = {
1226
- ...output,
1227
- body: await core$1.parseJsonErrorBody(output.body, context),
1228
- };
1229
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1230
- switch (errorCode) {
1231
- case "AccessDeniedException":
1232
- case "com.amazonaws.lookoutequipment#AccessDeniedException":
1233
- throw await de_AccessDeniedExceptionRes(parsedOutput);
1234
- case "ConflictException":
1235
- case "com.amazonaws.lookoutequipment#ConflictException":
1236
- throw await de_ConflictExceptionRes(parsedOutput);
1237
- case "InternalServerException":
1238
- case "com.amazonaws.lookoutequipment#InternalServerException":
1239
- throw await de_InternalServerExceptionRes(parsedOutput);
1240
- case "ServiceQuotaExceededException":
1241
- case "com.amazonaws.lookoutequipment#ServiceQuotaExceededException":
1242
- throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
1243
- case "ThrottlingException":
1244
- case "com.amazonaws.lookoutequipment#ThrottlingException":
1245
- throw await de_ThrottlingExceptionRes(parsedOutput);
1246
- case "ValidationException":
1247
- case "com.amazonaws.lookoutequipment#ValidationException":
1248
- throw await de_ValidationExceptionRes(parsedOutput);
1249
- case "ResourceNotFoundException":
1250
- case "com.amazonaws.lookoutequipment#ResourceNotFoundException":
1251
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1252
- default:
1253
- const parsedBody = parsedOutput.body;
1254
- return throwDefaultError({
1255
- output,
1256
- parsedBody,
1257
- errorCode,
1258
- });
1259
- }
1260
- };
1261
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
1262
- const body = parsedOutput.body;
1263
- const deserialized = smithyClient._json(body);
1264
- const exception = new AccessDeniedException({
1265
- $metadata: deserializeMetadata(parsedOutput),
1266
- ...deserialized,
1267
- });
1268
- return smithyClient.decorateServiceException(exception, body);
1269
- };
1270
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1271
- const body = parsedOutput.body;
1272
- const deserialized = smithyClient._json(body);
1273
- const exception = new ConflictException({
1274
- $metadata: deserializeMetadata(parsedOutput),
1275
- ...deserialized,
1276
- });
1277
- return smithyClient.decorateServiceException(exception, body);
1278
- };
1279
- const de_InternalServerExceptionRes = async (parsedOutput, context) => {
1280
- const body = parsedOutput.body;
1281
- const deserialized = smithyClient._json(body);
1282
- const exception = new InternalServerException({
1283
- $metadata: deserializeMetadata(parsedOutput),
1284
- ...deserialized,
1285
- });
1286
- return smithyClient.decorateServiceException(exception, body);
1287
- };
1288
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1289
- const body = parsedOutput.body;
1290
- const deserialized = smithyClient._json(body);
1291
- const exception = new ResourceNotFoundException({
1292
- $metadata: deserializeMetadata(parsedOutput),
1293
- ...deserialized,
1294
- });
1295
- return smithyClient.decorateServiceException(exception, body);
1296
- };
1297
- const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
1298
- const body = parsedOutput.body;
1299
- const deserialized = smithyClient._json(body);
1300
- const exception = new ServiceQuotaExceededException({
1301
- $metadata: deserializeMetadata(parsedOutput),
1302
- ...deserialized,
1303
- });
1304
- return smithyClient.decorateServiceException(exception, body);
1305
- };
1306
- const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
1307
- const body = parsedOutput.body;
1308
- const deserialized = smithyClient._json(body);
1309
- const exception = new ThrottlingException({
1310
- $metadata: deserializeMetadata(parsedOutput),
1311
- ...deserialized,
1312
- });
1313
- return smithyClient.decorateServiceException(exception, body);
1314
- };
1315
- const de_ValidationExceptionRes = async (parsedOutput, context) => {
1316
- const body = parsedOutput.body;
1317
- const deserialized = smithyClient._json(body);
1318
- const exception = new ValidationException({
1319
- $metadata: deserializeMetadata(parsedOutput),
1320
- ...deserialized,
1321
- });
1322
- return smithyClient.decorateServiceException(exception, body);
1323
- };
1324
- const se_CreateDatasetRequest = (input, context) => {
1325
- return smithyClient.take(input, {
1326
- ClientToken: [true, (_) => _ ?? uuid.v4()],
1327
- DatasetName: [],
1328
- DatasetSchema: (_) => se_DatasetSchema(_),
1329
- ServerSideKmsKeyId: [],
1330
- Tags: smithyClient._json,
1331
- });
1332
- };
1333
- const se_CreateInferenceSchedulerRequest = (input, context) => {
1334
- return smithyClient.take(input, {
1335
- ClientToken: [true, (_) => _ ?? uuid.v4()],
1336
- DataDelayOffsetInMinutes: [],
1337
- DataInputConfiguration: smithyClient._json,
1338
- DataOutputConfiguration: smithyClient._json,
1339
- DataUploadFrequency: [],
1340
- InferenceSchedulerName: [],
1341
- ModelName: [],
1342
- RoleArn: [],
1343
- ServerSideKmsKeyId: [],
1344
- Tags: smithyClient._json,
1345
- });
1346
- };
1347
- const se_CreateLabelGroupRequest = (input, context) => {
1348
- return smithyClient.take(input, {
1349
- ClientToken: [true, (_) => _ ?? uuid.v4()],
1350
- FaultCodes: smithyClient._json,
1351
- LabelGroupName: [],
1352
- Tags: smithyClient._json,
1353
- });
1354
- };
1355
- const se_CreateLabelRequest = (input, context) => {
1356
- return smithyClient.take(input, {
1357
- ClientToken: [true, (_) => _ ?? uuid.v4()],
1358
- EndTime: (_) => _.getTime() / 1_000,
1359
- Equipment: [],
1360
- FaultCode: [],
1361
- LabelGroupName: [],
1362
- Notes: [],
1363
- Rating: [],
1364
- StartTime: (_) => _.getTime() / 1_000,
1365
- });
1366
- };
1367
- const se_CreateModelRequest = (input, context) => {
1368
- return smithyClient.take(input, {
1369
- ClientToken: [true, (_) => _ ?? uuid.v4()],
1370
- DataPreProcessingConfiguration: smithyClient._json,
1371
- DatasetName: [],
1372
- DatasetSchema: (_) => se_DatasetSchema(_),
1373
- EvaluationDataEndTime: (_) => _.getTime() / 1_000,
1374
- EvaluationDataStartTime: (_) => _.getTime() / 1_000,
1375
- LabelsInputConfiguration: smithyClient._json,
1376
- ModelDiagnosticsOutputConfiguration: smithyClient._json,
1377
- ModelName: [],
1378
- OffCondition: [],
1379
- RoleArn: [],
1380
- ServerSideKmsKeyId: [],
1381
- Tags: smithyClient._json,
1382
- TrainingDataEndTime: (_) => _.getTime() / 1_000,
1383
- TrainingDataStartTime: (_) => _.getTime() / 1_000,
1384
- });
1385
- };
1386
- const se_CreateRetrainingSchedulerRequest = (input, context) => {
1387
- return smithyClient.take(input, {
1388
- ClientToken: [true, (_) => _ ?? uuid.v4()],
1389
- LookbackWindow: [],
1390
- ModelName: [],
1391
- PromoteMode: [],
1392
- RetrainingFrequency: [],
1393
- RetrainingStartDate: (_) => _.getTime() / 1_000,
1394
- });
1395
- };
1396
- const se_DatasetSchema = (input, context) => {
1397
- return smithyClient.take(input, {
1398
- InlineDataSchema: smithyClient.LazyJsonString.from,
1399
- });
1400
- };
1401
- const se_ImportDatasetRequest = (input, context) => {
1402
- return smithyClient.take(input, {
1403
- ClientToken: [true, (_) => _ ?? uuid.v4()],
1404
- DatasetName: [],
1405
- ServerSideKmsKeyId: [],
1406
- SourceDatasetArn: [],
1407
- Tags: smithyClient._json,
1408
- });
1409
- };
1410
- const se_ImportModelVersionRequest = (input, context) => {
1411
- return smithyClient.take(input, {
1412
- ClientToken: [true, (_) => _ ?? uuid.v4()],
1413
- DatasetName: [],
1414
- InferenceDataImportStrategy: [],
1415
- LabelsInputConfiguration: smithyClient._json,
1416
- ModelName: [],
1417
- RoleArn: [],
1418
- ServerSideKmsKeyId: [],
1419
- SourceModelVersionArn: [],
1420
- Tags: smithyClient._json,
1421
- });
1422
- };
1423
- const se_ListInferenceEventsRequest = (input, context) => {
1424
- return smithyClient.take(input, {
1425
- InferenceSchedulerName: [],
1426
- IntervalEndTime: (_) => _.getTime() / 1_000,
1427
- IntervalStartTime: (_) => _.getTime() / 1_000,
1428
- MaxResults: [],
1429
- NextToken: [],
1430
- });
1431
- };
1432
- const se_ListInferenceExecutionsRequest = (input, context) => {
1433
- return smithyClient.take(input, {
1434
- DataEndTimeBefore: (_) => _.getTime() / 1_000,
1435
- DataStartTimeAfter: (_) => _.getTime() / 1_000,
1436
- InferenceSchedulerName: [],
1437
- MaxResults: [],
1438
- NextToken: [],
1439
- Status: [],
1440
- });
1441
- };
1442
- const se_ListLabelsRequest = (input, context) => {
1443
- return smithyClient.take(input, {
1444
- Equipment: [],
1445
- FaultCode: [],
1446
- IntervalEndTime: (_) => _.getTime() / 1_000,
1447
- IntervalStartTime: (_) => _.getTime() / 1_000,
1448
- LabelGroupName: [],
1449
- MaxResults: [],
1450
- NextToken: [],
1451
- });
1452
- };
1453
- const se_ListModelVersionsRequest = (input, context) => {
1454
- return smithyClient.take(input, {
1455
- CreatedAtEndTime: (_) => _.getTime() / 1_000,
1456
- CreatedAtStartTime: (_) => _.getTime() / 1_000,
1457
- MaxModelVersion: [],
1458
- MaxResults: [],
1459
- MinModelVersion: [],
1460
- ModelName: [],
1461
- NextToken: [],
1462
- SourceType: [],
1463
- Status: [],
1464
- });
1465
- };
1466
- const se_PutResourcePolicyRequest = (input, context) => {
1467
- return smithyClient.take(input, {
1468
- ClientToken: [true, (_) => _ ?? uuid.v4()],
1469
- PolicyRevisionId: [],
1470
- ResourceArn: [],
1471
- ResourcePolicy: [],
1472
- });
1473
- };
1474
- const se_StartDataIngestionJobRequest = (input, context) => {
1475
- return smithyClient.take(input, {
1476
- ClientToken: [true, (_) => _ ?? uuid.v4()],
1477
- DatasetName: [],
1478
- IngestionInputConfiguration: smithyClient._json,
1479
- RoleArn: [],
1480
- });
1481
- };
1482
- const se_UpdateRetrainingSchedulerRequest = (input, context) => {
1483
- return smithyClient.take(input, {
1484
- LookbackWindow: [],
1485
- ModelName: [],
1486
- PromoteMode: [],
1487
- RetrainingFrequency: [],
1488
- RetrainingStartDate: (_) => _.getTime() / 1_000,
1489
- });
1490
- };
1491
- const de_CountPercent = (output, context) => {
1492
- return smithyClient.take(output, {
1493
- Count: smithyClient.expectInt32,
1494
- Percentage: smithyClient.limitedParseFloat32,
1495
- });
1496
- };
1497
- const de_DatasetSummaries = (output, context) => {
1498
- const retVal = (output || [])
1499
- .filter((e) => e != null)
1500
- .map((entry) => {
1501
- return de_DatasetSummary(entry);
1502
- });
1503
- return retVal;
1504
- };
1505
- const de_DatasetSummary = (output, context) => {
1506
- return smithyClient.take(output, {
1507
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1508
- DatasetArn: smithyClient.expectString,
1509
- DatasetName: smithyClient.expectString,
1510
- Status: smithyClient.expectString,
1511
- });
1512
- };
1513
- const de_DescribeDataIngestionJobResponse = (output, context) => {
1514
- return smithyClient.take(output, {
1515
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1516
- DataEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1517
- DataQualitySummary: smithyClient._json,
1518
- DataStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1519
- DatasetArn: smithyClient.expectString,
1520
- FailedReason: smithyClient.expectString,
1521
- IngestedDataSize: smithyClient.expectLong,
1522
- IngestedFilesSummary: smithyClient._json,
1523
- IngestionInputConfiguration: smithyClient._json,
1524
- JobId: smithyClient.expectString,
1525
- RoleArn: smithyClient.expectString,
1526
- SourceDatasetArn: smithyClient.expectString,
1527
- Status: smithyClient.expectString,
1528
- StatusDetail: smithyClient.expectString,
1529
- });
1530
- };
1531
- const de_DescribeDatasetResponse = (output, context) => {
1532
- return smithyClient.take(output, {
1533
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1534
- DataEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1535
- DataQualitySummary: smithyClient._json,
1536
- DataStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1537
- DatasetArn: smithyClient.expectString,
1538
- DatasetName: smithyClient.expectString,
1539
- IngestedFilesSummary: smithyClient._json,
1540
- IngestionInputConfiguration: smithyClient._json,
1541
- LastUpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1542
- RoleArn: smithyClient.expectString,
1543
- Schema: smithyClient.LazyJsonString.from,
1544
- ServerSideKmsKeyId: smithyClient.expectString,
1545
- SourceDatasetArn: smithyClient.expectString,
1546
- Status: smithyClient.expectString,
1547
- });
1548
- };
1549
- const de_DescribeInferenceSchedulerResponse = (output, context) => {
1550
- return smithyClient.take(output, {
1551
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1552
- DataDelayOffsetInMinutes: smithyClient.expectLong,
1553
- DataInputConfiguration: smithyClient._json,
1554
- DataOutputConfiguration: smithyClient._json,
1555
- DataUploadFrequency: smithyClient.expectString,
1556
- InferenceSchedulerArn: smithyClient.expectString,
1557
- InferenceSchedulerName: smithyClient.expectString,
1558
- LatestInferenceResult: smithyClient.expectString,
1559
- ModelArn: smithyClient.expectString,
1560
- ModelName: smithyClient.expectString,
1561
- RoleArn: smithyClient.expectString,
1562
- ServerSideKmsKeyId: smithyClient.expectString,
1563
- Status: smithyClient.expectString,
1564
- UpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1565
- });
1566
- };
1567
- const de_DescribeLabelGroupResponse = (output, context) => {
1568
- return smithyClient.take(output, {
1569
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1570
- FaultCodes: smithyClient._json,
1571
- LabelGroupArn: smithyClient.expectString,
1572
- LabelGroupName: smithyClient.expectString,
1573
- UpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1574
- });
1575
- };
1576
- const de_DescribeLabelResponse = (output, context) => {
1577
- return smithyClient.take(output, {
1578
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1579
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1580
- Equipment: smithyClient.expectString,
1581
- FaultCode: smithyClient.expectString,
1582
- LabelGroupArn: smithyClient.expectString,
1583
- LabelGroupName: smithyClient.expectString,
1584
- LabelId: smithyClient.expectString,
1585
- Notes: smithyClient.expectString,
1586
- Rating: smithyClient.expectString,
1587
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1588
- });
1589
- };
1590
- const de_DescribeModelResponse = (output, context) => {
1591
- return smithyClient.take(output, {
1592
- AccumulatedInferenceDataEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1593
- AccumulatedInferenceDataStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1594
- ActiveModelVersion: smithyClient.expectLong,
1595
- ActiveModelVersionArn: smithyClient.expectString,
1596
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1597
- DataPreProcessingConfiguration: smithyClient._json,
1598
- DatasetArn: smithyClient.expectString,
1599
- DatasetName: smithyClient.expectString,
1600
- EvaluationDataEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1601
- EvaluationDataStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1602
- FailedReason: smithyClient.expectString,
1603
- ImportJobEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1604
- ImportJobStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1605
- LabelsInputConfiguration: smithyClient._json,
1606
- LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1607
- LatestScheduledRetrainingAvailableDataInDays: smithyClient.expectInt32,
1608
- LatestScheduledRetrainingFailedReason: smithyClient.expectString,
1609
- LatestScheduledRetrainingModelVersion: smithyClient.expectLong,
1610
- LatestScheduledRetrainingStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1611
- LatestScheduledRetrainingStatus: smithyClient.expectString,
1612
- ModelArn: smithyClient.expectString,
1613
- ModelDiagnosticsOutputConfiguration: smithyClient._json,
1614
- ModelMetrics: smithyClient.LazyJsonString.from,
1615
- ModelName: smithyClient.expectString,
1616
- ModelQuality: smithyClient.expectString,
1617
- ModelVersionActivatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1618
- NextScheduledRetrainingStartDate: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1619
- OffCondition: smithyClient.expectString,
1620
- PreviousActiveModelVersion: smithyClient.expectLong,
1621
- PreviousActiveModelVersionArn: smithyClient.expectString,
1622
- PreviousModelVersionActivatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1623
- PriorModelMetrics: smithyClient.LazyJsonString.from,
1624
- RetrainingSchedulerStatus: smithyClient.expectString,
1625
- RoleArn: smithyClient.expectString,
1626
- Schema: smithyClient.LazyJsonString.from,
1627
- ServerSideKmsKeyId: smithyClient.expectString,
1628
- SourceModelVersionArn: smithyClient.expectString,
1629
- Status: smithyClient.expectString,
1630
- TrainingDataEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1631
- TrainingDataStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1632
- TrainingExecutionEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1633
- TrainingExecutionStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1634
- });
1635
- };
1636
- const de_DescribeModelVersionResponse = (output, context) => {
1637
- return smithyClient.take(output, {
1638
- AutoPromotionResult: smithyClient.expectString,
1639
- AutoPromotionResultReason: smithyClient.expectString,
1640
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1641
- DataPreProcessingConfiguration: smithyClient._json,
1642
- DatasetArn: smithyClient.expectString,
1643
- DatasetName: smithyClient.expectString,
1644
- EvaluationDataEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1645
- EvaluationDataStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1646
- FailedReason: smithyClient.expectString,
1647
- ImportJobEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1648
- ImportJobStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1649
- ImportedDataSizeInBytes: smithyClient.expectLong,
1650
- LabelsInputConfiguration: smithyClient._json,
1651
- LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1652
- ModelArn: smithyClient.expectString,
1653
- ModelDiagnosticsOutputConfiguration: smithyClient._json,
1654
- ModelDiagnosticsResultsObject: smithyClient._json,
1655
- ModelMetrics: smithyClient.expectString,
1656
- ModelName: smithyClient.expectString,
1657
- ModelQuality: smithyClient.expectString,
1658
- ModelVersion: smithyClient.expectLong,
1659
- ModelVersionArn: smithyClient.expectString,
1660
- OffCondition: smithyClient.expectString,
1661
- PriorModelMetrics: smithyClient.expectString,
1662
- RetrainingAvailableDataInDays: smithyClient.expectInt32,
1663
- RoleArn: smithyClient.expectString,
1664
- Schema: smithyClient.expectString,
1665
- ServerSideKmsKeyId: smithyClient.expectString,
1666
- SourceModelVersionArn: smithyClient.expectString,
1667
- SourceType: smithyClient.expectString,
1668
- Status: smithyClient.expectString,
1669
- TrainingDataEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1670
- TrainingDataStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1671
- TrainingExecutionEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1672
- TrainingExecutionStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1673
- });
1674
- };
1675
- const de_DescribeResourcePolicyResponse = (output, context) => {
1676
- return smithyClient.take(output, {
1677
- CreationTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1678
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1679
- PolicyRevisionId: smithyClient.expectString,
1680
- ResourcePolicy: smithyClient.expectString,
1681
- });
1682
- };
1683
- const de_DescribeRetrainingSchedulerResponse = (output, context) => {
1684
- return smithyClient.take(output, {
1685
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1686
- LookbackWindow: smithyClient.expectString,
1687
- ModelArn: smithyClient.expectString,
1688
- ModelName: smithyClient.expectString,
1689
- PromoteMode: smithyClient.expectString,
1690
- RetrainingFrequency: smithyClient.expectString,
1691
- RetrainingStartDate: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1692
- Status: smithyClient.expectString,
1693
- UpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1694
- });
1695
- };
1696
- const de_InferenceEventSummaries = (output, context) => {
1697
- const retVal = (output || [])
1698
- .filter((e) => e != null)
1699
- .map((entry) => {
1700
- return de_InferenceEventSummary(entry);
1701
- });
1702
- return retVal;
1703
- };
1704
- const de_InferenceEventSummary = (output, context) => {
1705
- return smithyClient.take(output, {
1706
- Diagnostics: smithyClient.expectString,
1707
- EventDurationInSeconds: smithyClient.expectLong,
1708
- EventEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1709
- EventStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1710
- InferenceSchedulerArn: smithyClient.expectString,
1711
- InferenceSchedulerName: smithyClient.expectString,
1712
- });
1713
- };
1714
- const de_InferenceExecutionSummaries = (output, context) => {
1715
- const retVal = (output || [])
1716
- .filter((e) => e != null)
1717
- .map((entry) => {
1718
- return de_InferenceExecutionSummary(entry);
1719
- });
1720
- return retVal;
1721
- };
1722
- const de_InferenceExecutionSummary = (output, context) => {
1723
- return smithyClient.take(output, {
1724
- CustomerResultObject: smithyClient._json,
1725
- DataEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1726
- DataInputConfiguration: smithyClient._json,
1727
- DataOutputConfiguration: smithyClient._json,
1728
- DataStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1729
- FailedReason: smithyClient.expectString,
1730
- InferenceSchedulerArn: smithyClient.expectString,
1731
- InferenceSchedulerName: smithyClient.expectString,
1732
- ModelArn: smithyClient.expectString,
1733
- ModelName: smithyClient.expectString,
1734
- ModelVersion: smithyClient.expectLong,
1735
- ModelVersionArn: smithyClient.expectString,
1736
- ScheduledStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1737
- Status: smithyClient.expectString,
1738
- });
1739
- };
1740
- const de_LabelGroupSummaries = (output, context) => {
1741
- const retVal = (output || [])
1742
- .filter((e) => e != null)
1743
- .map((entry) => {
1744
- return de_LabelGroupSummary(entry);
1745
- });
1746
- return retVal;
1747
- };
1748
- const de_LabelGroupSummary = (output, context) => {
1749
- return smithyClient.take(output, {
1750
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1751
- LabelGroupArn: smithyClient.expectString,
1752
- LabelGroupName: smithyClient.expectString,
1753
- UpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1754
- });
1755
- };
1756
- const de_LabelSummaries = (output, context) => {
1757
- const retVal = (output || [])
1758
- .filter((e) => e != null)
1759
- .map((entry) => {
1760
- return de_LabelSummary(entry);
1761
- });
1762
- return retVal;
1763
- };
1764
- const de_LabelSummary = (output, context) => {
1765
- return smithyClient.take(output, {
1766
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1767
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1768
- Equipment: smithyClient.expectString,
1769
- FaultCode: smithyClient.expectString,
1770
- LabelGroupArn: smithyClient.expectString,
1771
- LabelGroupName: smithyClient.expectString,
1772
- LabelId: smithyClient.expectString,
1773
- Rating: smithyClient.expectString,
1774
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1775
- });
1776
- };
1777
- const de_ListDatasetsResponse = (output, context) => {
1778
- return smithyClient.take(output, {
1779
- DatasetSummaries: (_) => de_DatasetSummaries(_),
1780
- NextToken: smithyClient.expectString,
1781
- });
1782
- };
1783
- const de_ListInferenceEventsResponse = (output, context) => {
1784
- return smithyClient.take(output, {
1785
- InferenceEventSummaries: (_) => de_InferenceEventSummaries(_),
1786
- NextToken: smithyClient.expectString,
1787
- });
1788
- };
1789
- const de_ListInferenceExecutionsResponse = (output, context) => {
1790
- return smithyClient.take(output, {
1791
- InferenceExecutionSummaries: (_) => de_InferenceExecutionSummaries(_),
1792
- NextToken: smithyClient.expectString,
1793
- });
1794
- };
1795
- const de_ListLabelGroupsResponse = (output, context) => {
1796
- return smithyClient.take(output, {
1797
- LabelGroupSummaries: (_) => de_LabelGroupSummaries(_),
1798
- NextToken: smithyClient.expectString,
1799
- });
1800
- };
1801
- const de_ListLabelsResponse = (output, context) => {
1802
- return smithyClient.take(output, {
1803
- LabelSummaries: (_) => de_LabelSummaries(_),
1804
- NextToken: smithyClient.expectString,
1805
- });
1806
- };
1807
- const de_ListModelsResponse = (output, context) => {
1808
- return smithyClient.take(output, {
1809
- ModelSummaries: (_) => de_ModelSummaries(_),
1810
- NextToken: smithyClient.expectString,
1811
- });
1812
- };
1813
- const de_ListModelVersionsResponse = (output, context) => {
1814
- return smithyClient.take(output, {
1815
- ModelVersionSummaries: (_) => de_ModelVersionSummaries(_),
1816
- NextToken: smithyClient.expectString,
1817
- });
1818
- };
1819
- const de_ListRetrainingSchedulersResponse = (output, context) => {
1820
- return smithyClient.take(output, {
1821
- NextToken: smithyClient.expectString,
1822
- RetrainingSchedulerSummaries: (_) => de_RetrainingSchedulerSummaries(_),
1823
- });
1824
- };
1825
- const de_ListSensorStatisticsResponse = (output, context) => {
1826
- return smithyClient.take(output, {
1827
- NextToken: smithyClient.expectString,
1828
- SensorStatisticsSummaries: (_) => de_SensorStatisticsSummaries(_),
1829
- });
1830
- };
1831
- const de_ModelSummaries = (output, context) => {
1832
- const retVal = (output || [])
1833
- .filter((e) => e != null)
1834
- .map((entry) => {
1835
- return de_ModelSummary(entry);
1836
- });
1837
- return retVal;
1838
- };
1839
- const de_ModelSummary = (output, context) => {
1840
- return smithyClient.take(output, {
1841
- ActiveModelVersion: smithyClient.expectLong,
1842
- ActiveModelVersionArn: smithyClient.expectString,
1843
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1844
- DatasetArn: smithyClient.expectString,
1845
- DatasetName: smithyClient.expectString,
1846
- LatestScheduledRetrainingModelVersion: smithyClient.expectLong,
1847
- LatestScheduledRetrainingStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1848
- LatestScheduledRetrainingStatus: smithyClient.expectString,
1849
- ModelArn: smithyClient.expectString,
1850
- ModelDiagnosticsOutputConfiguration: smithyClient._json,
1851
- ModelName: smithyClient.expectString,
1852
- ModelQuality: smithyClient.expectString,
1853
- NextScheduledRetrainingStartDate: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1854
- RetrainingSchedulerStatus: smithyClient.expectString,
1855
- Status: smithyClient.expectString,
1856
- });
1857
- };
1858
- const de_ModelVersionSummaries = (output, context) => {
1859
- const retVal = (output || [])
1860
- .filter((e) => e != null)
1861
- .map((entry) => {
1862
- return de_ModelVersionSummary(entry);
1863
- });
1864
- return retVal;
1865
- };
1866
- const de_ModelVersionSummary = (output, context) => {
1867
- return smithyClient.take(output, {
1868
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1869
- ModelArn: smithyClient.expectString,
1870
- ModelName: smithyClient.expectString,
1871
- ModelQuality: smithyClient.expectString,
1872
- ModelVersion: smithyClient.expectLong,
1873
- ModelVersionArn: smithyClient.expectString,
1874
- SourceType: smithyClient.expectString,
1875
- Status: smithyClient.expectString,
1876
- });
1877
- };
1878
- const de_RetrainingSchedulerSummaries = (output, context) => {
1879
- const retVal = (output || [])
1880
- .filter((e) => e != null)
1881
- .map((entry) => {
1882
- return de_RetrainingSchedulerSummary(entry);
1883
- });
1884
- return retVal;
1885
- };
1886
- const de_RetrainingSchedulerSummary = (output, context) => {
1887
- return smithyClient.take(output, {
1888
- LookbackWindow: smithyClient.expectString,
1889
- ModelArn: smithyClient.expectString,
1890
- ModelName: smithyClient.expectString,
1891
- RetrainingFrequency: smithyClient.expectString,
1892
- RetrainingStartDate: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1893
- Status: smithyClient.expectString,
1894
- });
1895
- };
1896
- const de_SensorStatisticsSummaries = (output, context) => {
1897
- const retVal = (output || [])
1898
- .filter((e) => e != null)
1899
- .map((entry) => {
1900
- return de_SensorStatisticsSummary(entry);
1901
- });
1902
- return retVal;
1903
- };
1904
- const de_SensorStatisticsSummary = (output, context) => {
1905
- return smithyClient.take(output, {
1906
- CategoricalValues: smithyClient._json,
1907
- ComponentName: smithyClient.expectString,
1908
- DataEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1909
- DataExists: smithyClient.expectBoolean,
1910
- DataStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1911
- DuplicateTimestamps: (_) => de_CountPercent(_),
1912
- InvalidDateEntries: (_) => de_CountPercent(_),
1913
- InvalidValues: (_) => de_CountPercent(_),
1914
- LargeTimestampGaps: smithyClient._json,
1915
- MissingValues: (_) => de_CountPercent(_),
1916
- MonotonicValues: smithyClient._json,
1917
- MultipleOperatingModes: smithyClient._json,
1918
- SensorName: smithyClient.expectString,
1919
- });
1920
- };
1921
- const deserializeMetadata = (output) => ({
1922
- httpStatusCode: output.statusCode,
1923
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1924
- extendedRequestId: output.headers["x-amz-id-2"],
1925
- cfId: output.headers["x-amz-cf-id"],
1926
- });
1927
- const throwDefaultError = smithyClient.withBaseException(LookoutEquipmentServiceException);
1928
- const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
1929
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
1930
- const contents = {
1931
- protocol,
1932
- hostname,
1933
- port,
1934
- method: "POST",
1935
- path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
1936
- headers,
1937
- };
1938
- if (body !== undefined) {
1939
- contents.body = body;
1940
- }
1941
- return new protocolHttp.HttpRequest(contents);
1942
- };
1943
- function sharedHeaders(operation) {
1944
- return {
1945
- "content-type": "application/x-amz-json-1.0",
1946
- "x-amz-target": `AWSLookoutEquipmentFrontendService.${operation}`,
1947
- };
1948
- }
325
+ const _ADE = "AccessDeniedException";
326
+ const _AIDET = "AccumulatedInferenceDataEndTime";
327
+ const _AIDST = "AccumulatedInferenceDataStartTime";
328
+ const _AMV = "ActiveModelVersion";
329
+ const _AMVA = "ActiveModelVersionArn";
330
+ const _APR = "AutoPromotionResult";
331
+ const _APRR = "AutoPromotionResultReason";
332
+ const _ASC = "AffectedSensorCount";
333
+ const _B = "Bucket";
334
+ const _C = "Count";
335
+ const _CA = "CreatedAt";
336
+ const _CAET = "CreatedAtEndTime";
337
+ const _CAST = "CreatedAtStartTime";
338
+ const _CAV = "CurrentActiveVersion";
339
+ const _CAVA = "CurrentActiveVersionArn";
340
+ const _CD = "CreateDataset";
341
+ const _CDR = "CreateDatasetRequest";
342
+ const _CDRr = "CreateDatasetResponse";
343
+ const _CE = "ConflictException";
344
+ const _CIS = "CreateInferenceScheduler";
345
+ const _CISR = "CreateInferenceSchedulerRequest";
346
+ const _CISRr = "CreateInferenceSchedulerResponse";
347
+ const _CL = "CreateLabel";
348
+ const _CLG = "CreateLabelGroup";
349
+ const _CLGR = "CreateLabelGroupRequest";
350
+ const _CLGRr = "CreateLabelGroupResponse";
351
+ const _CLR = "CreateLabelRequest";
352
+ const _CLRr = "CreateLabelResponse";
353
+ const _CM = "CreateModel";
354
+ const _CMR = "CreateModelRequest";
355
+ const _CMRr = "CreateModelResponse";
356
+ const _CN = "ComponentName";
357
+ const _CP = "CountPercent";
358
+ const _CRO = "CustomerResultObject";
359
+ const _CRS = "CreateRetrainingScheduler";
360
+ const _CRSR = "CreateRetrainingSchedulerRequest";
361
+ const _CRSRr = "CreateRetrainingSchedulerResponse";
362
+ const _CT = "ClientToken";
363
+ const _CTD = "ComponentTimestampDelimiter";
364
+ const _CTr = "CreationTime";
365
+ const _CV = "CategoricalValues";
366
+ const _D = "Diagnostics";
367
+ const _DA = "DatasetArn";
368
+ const _DD = "DeleteDataset";
369
+ const _DDIJ = "DescribeDataIngestionJob";
370
+ const _DDIJR = "DescribeDataIngestionJobRequest";
371
+ const _DDIJRe = "DescribeDataIngestionJobResponse";
372
+ const _DDOIM = "DataDelayOffsetInMinutes";
373
+ const _DDR = "DeleteDatasetRequest";
374
+ const _DDRe = "DescribeDatasetRequest";
375
+ const _DDRes = "DescribeDatasetResponse";
376
+ const _DDe = "DescribeDataset";
377
+ const _DE = "DataExists";
378
+ const _DET = "DataEndTime";
379
+ const _DETB = "DataEndTimeBefore";
380
+ const _DF = "DiscardedFiles";
381
+ const _DIC = "DataInputConfiguration";
382
+ const _DIJS = "DataIngestionJobSummary";
383
+ const _DIJSa = "DataIngestionJobSummaries";
384
+ const _DIS = "DeleteInferenceScheduler";
385
+ const _DISR = "DeleteInferenceSchedulerRequest";
386
+ const _DISRe = "DescribeInferenceSchedulerRequest";
387
+ const _DISRes = "DescribeInferenceSchedulerResponse";
388
+ const _DISe = "DescribeInferenceScheduler";
389
+ const _DL = "DeleteLabel";
390
+ const _DLG = "DeleteLabelGroup";
391
+ const _DLGR = "DeleteLabelGroupRequest";
392
+ const _DLGRe = "DescribeLabelGroupRequest";
393
+ const _DLGRes = "DescribeLabelGroupResponse";
394
+ const _DLGe = "DescribeLabelGroup";
395
+ const _DLR = "DeleteLabelRequest";
396
+ const _DLRe = "DescribeLabelRequest";
397
+ const _DLRes = "DescribeLabelResponse";
398
+ const _DLe = "DescribeLabel";
399
+ const _DM = "DeleteModel";
400
+ const _DMR = "DeleteModelRequest";
401
+ const _DMRe = "DescribeModelRequest";
402
+ const _DMRes = "DescribeModelResponse";
403
+ const _DMV = "DescribeModelVersion";
404
+ const _DMVR = "DescribeModelVersionRequest";
405
+ const _DMVRe = "DescribeModelVersionResponse";
406
+ const _DMe = "DescribeModel";
407
+ const _DN = "DatasetName";
408
+ const _DNBW = "DatasetNameBeginsWith";
409
+ const _DOC = "DataOutputConfiguration";
410
+ const _DPPC = "DataPreProcessingConfiguration";
411
+ const _DQS = "DataQualitySummary";
412
+ const _DRP = "DeleteResourcePolicy";
413
+ const _DRPR = "DeleteResourcePolicyRequest";
414
+ const _DRPRe = "DescribeResourcePolicyRequest";
415
+ const _DRPRes = "DescribeResourcePolicyResponse";
416
+ const _DRPe = "DescribeResourcePolicy";
417
+ const _DRS = "DeleteRetrainingScheduler";
418
+ const _DRSR = "DeleteRetrainingSchedulerRequest";
419
+ const _DRSRe = "DescribeRetrainingSchedulerRequest";
420
+ const _DRSRes = "DescribeRetrainingSchedulerResponse";
421
+ const _DRSe = "DescribeRetrainingScheduler";
422
+ const _DS = "DatasetSchema";
423
+ const _DST = "DataStartTime";
424
+ const _DSTA = "DataStartTimeAfter";
425
+ const _DSa = "DatasetSummary";
426
+ const _DSat = "DatasetSummaries";
427
+ const _DT = "DuplicateTimestamps";
428
+ const _DUF = "DataUploadFrequency";
429
+ const _E = "Equipment";
430
+ const _EDET = "EvaluationDataEndTime";
431
+ const _EDIS = "EventDurationInSeconds";
432
+ const _EDST = "EvaluationDataStartTime";
433
+ const _EET = "EventEndTime";
434
+ const _EST = "EventStartTime";
435
+ const _ET = "EndTime";
436
+ const _FC = "FaultCodes";
437
+ const _FCa = "FaultCode";
438
+ const _FR = "FailedReason";
439
+ const _ID = "ImportDataset";
440
+ const _IDE = "InvalidDateEntries";
441
+ const _IDIS = "InferenceDataImportStrategy";
442
+ const _IDR = "ImportDatasetRequest";
443
+ const _IDRm = "ImportDatasetResponse";
444
+ const _IDS = "InlineDataSchema";
445
+ const _IDSIB = "ImportedDataSizeInBytes";
446
+ const _IDSn = "IngestedDataSize";
447
+ const _IES = "InferenceEventSummary";
448
+ const _IESn = "InferenceExecutionSummary";
449
+ const _IESnf = "InferenceEventSummaries";
450
+ const _IESnfe = "InferenceExecutionSummaries";
451
+ const _IET = "IntervalEndTime";
452
+ const _IFS = "IngestedFilesSummary";
453
+ const _IIC = "IngestionInputConfiguration";
454
+ const _IICn = "InferenceInputConfiguration";
455
+ const _IINC = "InferenceInputNameConfiguration";
456
+ const _IJET = "ImportJobEndTime";
457
+ const _IJI = "IngestionJobId";
458
+ const _IJST = "ImportJobStartTime";
459
+ const _IMV = "ImportModelVersion";
460
+ const _IMVR = "ImportModelVersionRequest";
461
+ const _IMVRm = "ImportModelVersionResponse";
462
+ const _INOF = "IngestedNumberOfFiles";
463
+ const _IOC = "InferenceOutputConfiguration";
464
+ const _ISA = "InferenceSchedulerArn";
465
+ const _ISD = "InsufficientSensorData";
466
+ const _ISDn = "InvalidSensorData";
467
+ const _ISE = "InternalServerException";
468
+ const _ISIC = "InferenceS3InputConfiguration";
469
+ const _ISICn = "IngestionS3InputConfiguration";
470
+ const _ISN = "InferenceSchedulerName";
471
+ const _ISNBW = "InferenceSchedulerNameBeginsWith";
472
+ const _ISOC = "InferenceS3OutputConfiguration";
473
+ const _ISS = "InferenceSchedulerSummary";
474
+ const _ISSn = "InferenceSchedulerSummaries";
475
+ const _IST = "IntervalStartTime";
476
+ const _ITZO = "InputTimeZoneOffset";
477
+ const _IV = "InvalidValues";
478
+ const _JI = "JobId";
479
+ const _K = "Key";
480
+ const _KKI = "KmsKeyId";
481
+ const _KP = "KeyPattern";
482
+ const _LD = "ListDatasets";
483
+ const _LDIJ = "ListDataIngestionJobs";
484
+ const _LDIJR = "ListDataIngestionJobsRequest";
485
+ const _LDIJRi = "ListDataIngestionJobsResponse";
486
+ const _LDR = "ListDatasetsRequest";
487
+ const _LDRi = "ListDatasetsResponse";
488
+ const _LGA = "LabelGroupArn";
489
+ const _LGN = "LabelGroupName";
490
+ const _LGNBW = "LabelGroupNameBeginsWith";
491
+ const _LGS = "LabelGroupSummary";
492
+ const _LGSa = "LabelGroupSummaries";
493
+ const _LI = "LabelId";
494
+ const _LIC = "LabelsInputConfiguration";
495
+ const _LIE = "ListInferenceEvents";
496
+ const _LIER = "ListInferenceEventsRequest";
497
+ const _LIERi = "ListInferenceEventsResponse";
498
+ const _LIERis = "ListInferenceExecutionsRequest";
499
+ const _LIERist = "ListInferenceExecutionsResponse";
500
+ const _LIEi = "ListInferenceExecutions";
501
+ const _LIR = "LatestInferenceResult";
502
+ const _LIS = "ListInferenceSchedulers";
503
+ const _LISR = "ListInferenceSchedulersRequest";
504
+ const _LISRi = "ListInferenceSchedulersResponse";
505
+ const _LL = "ListLabels";
506
+ const _LLG = "ListLabelGroups";
507
+ const _LLGR = "ListLabelGroupsRequest";
508
+ const _LLGRi = "ListLabelGroupsResponse";
509
+ const _LLR = "ListLabelsRequest";
510
+ const _LLRi = "ListLabelsResponse";
511
+ const _LM = "ListModels";
512
+ const _LMR = "ListModelsRequest";
513
+ const _LMRi = "ListModelsResponse";
514
+ const _LMT = "LastModifiedTime";
515
+ const _LMV = "ListModelVersions";
516
+ const _LMVR = "ListModelVersionsRequest";
517
+ const _LMVRi = "ListModelVersionsResponse";
518
+ const _LODF = "ListOfDiscardedFiles";
519
+ const _LRS = "ListRetrainingSchedulers";
520
+ const _LRSR = "ListRetrainingSchedulersRequest";
521
+ const _LRSRi = "ListRetrainingSchedulersResponse";
522
+ const _LS = "LabelSummary";
523
+ const _LSIC = "LabelsS3InputConfiguration";
524
+ const _LSRADID = "LatestScheduledRetrainingAvailableDataInDays";
525
+ const _LSRFR = "LatestScheduledRetrainingFailedReason";
526
+ const _LSRMV = "LatestScheduledRetrainingModelVersion";
527
+ const _LSRS = "LatestScheduledRetrainingStatus";
528
+ const _LSRST = "LatestScheduledRetrainingStartTime";
529
+ const _LSS = "ListSensorStatistics";
530
+ const _LSSR = "ListSensorStatisticsRequest";
531
+ const _LSSRi = "ListSensorStatisticsResponse";
532
+ const _LSa = "LabelSummaries";
533
+ const _LTFR = "ListTagsForResource";
534
+ const _LTFRR = "ListTagsForResourceRequest";
535
+ const _LTFRRi = "ListTagsForResourceResponse";
536
+ const _LTG = "LargeTimestampGaps";
537
+ const _LUA = "LastUpdatedAt";
538
+ const _LUT = "LastUpdatedTime";
539
+ const _LW = "LookbackWindow";
540
+ const _M = "Message";
541
+ const _MA = "ModelArn";
542
+ const _MCSD = "MissingCompleteSensorData";
543
+ const _MDOC = "ModelDiagnosticsOutputConfiguration";
544
+ const _MDRO = "ModelDiagnosticsResultsObject";
545
+ const _MDSOC = "ModelDiagnosticsS3OutputConfiguration";
546
+ const _MM = "ModelMetrics";
547
+ const _MMV = "MaxModelVersion";
548
+ const _MMVi = "MinModelVersion";
549
+ const _MN = "ModelName";
550
+ const _MNBW = "ModelNameBeginsWith";
551
+ const _MOM = "MultipleOperatingModes";
552
+ const _MQ = "ModelQuality";
553
+ const _MR = "MaxResults";
554
+ const _MS = "ModelSummaries";
555
+ const _MSD = "MissingSensorData";
556
+ const _MSo = "ModelSummary";
557
+ const _MTGID = "MaxTimestampGapInDays";
558
+ const _MV = "ModelVersion";
559
+ const _MVA = "ModelVersionArn";
560
+ const _MVAA = "ModelVersionActivatedAt";
561
+ const _MVS = "ModelVersionSummaries";
562
+ const _MVSo = "ModelVersionSummary";
563
+ const _MVi = "MissingValues";
564
+ const _MVo = "MonotonicValues";
565
+ const _Mo = "Monotonicity";
566
+ const _N = "Notes";
567
+ const _NOC = "NumberOfCategory";
568
+ const _NOLTG = "NumberOfLargeTimestampGaps";
569
+ const _NSRSD = "NextScheduledRetrainingStartDate";
570
+ const _NT = "NextToken";
571
+ const _OC = "OffCondition";
572
+ const _P = "Percentage";
573
+ const _PAMV = "PreviousActiveModelVersion";
574
+ const _PAMVA = "PreviousActiveModelVersionArn";
575
+ const _PAV = "PreviousActiveVersion";
576
+ const _PAVA = "PreviousActiveVersionArn";
577
+ const _PM = "PromoteMode";
578
+ const _PMM = "PriorModelMetrics";
579
+ const _PMVAA = "PreviousModelVersionActivatedAt";
580
+ const _PRI = "PolicyRevisionId";
581
+ const _PRP = "PutResourcePolicy";
582
+ const _PRPR = "PutResourcePolicyRequest";
583
+ const _PRPRu = "PutResourcePolicyResponse";
584
+ const _Pr = "Prefix";
585
+ const _R = "Rating";
586
+ const _RA = "RoleArn";
587
+ const _RADID = "RetrainingAvailableDataInDays";
588
+ const _RAe = "ResourceArn";
589
+ const _RF = "RetrainingFrequency";
590
+ const _RNFE = "ResourceNotFoundException";
591
+ const _RP = "ResourcePolicy";
592
+ const _RSD = "RetrainingStartDate";
593
+ const _RSS = "RetrainingSchedulerStatus";
594
+ const _RSSe = "RetrainingSchedulerSummaries";
595
+ const _RSSet = "RetrainingSchedulerSummary";
596
+ const _S = "Status";
597
+ const _SD = "StatusDetail";
598
+ const _SDA = "SourceDatasetArn";
599
+ const _SDIJ = "StartDataIngestionJob";
600
+ const _SDIJR = "StartDataIngestionJobRequest";
601
+ const _SDIJRt = "StartDataIngestionJobResponse";
602
+ const _SIC = "S3InputConfiguration";
603
+ const _SIS = "StartInferenceScheduler";
604
+ const _SISR = "StartInferenceSchedulerRequest";
605
+ const _SISRt = "StartInferenceSchedulerResponse";
606
+ const _SISRto = "StopInferenceSchedulerRequest";
607
+ const _SISRtop = "StopInferenceSchedulerResponse";
608
+ const _SISt = "StopInferenceScheduler";
609
+ const _SJIDS = "SynthesizedJsonInlineDataSchema";
610
+ const _SJMM = "SynthesizedJsonModelMetrics";
611
+ const _SMVA = "SourceModelVersionArn";
612
+ const _SN = "SensorName";
613
+ const _SO = "S3Object";
614
+ const _SOC = "S3OutputConfiguration";
615
+ const _SQEE = "ServiceQuotaExceededException";
616
+ const _SRS = "StartRetrainingScheduler";
617
+ const _SRSR = "StartRetrainingSchedulerRequest";
618
+ const _SRSRt = "StartRetrainingSchedulerResponse";
619
+ const _SRSRto = "StopRetrainingSchedulerRequest";
620
+ const _SRSRtop = "StopRetrainingSchedulerResponse";
621
+ const _SRSt = "StopRetrainingScheduler";
622
+ const _SSKKI = "ServerSideKmsKeyId";
623
+ const _SSS = "SensorStatisticsSummaries";
624
+ const _SSSe = "SensorStatisticsSummary";
625
+ const _SST = "ScheduledStartTime";
626
+ const _ST = "StartTime";
627
+ const _STo = "SourceType";
628
+ const _SWSDR = "SensorsWithShortDateRange";
629
+ const _Sc = "Schema";
630
+ const _T = "Tags";
631
+ const _TDET = "TrainingDataEndTime";
632
+ const _TDST = "TrainingDataStartTime";
633
+ const _TE = "ThrottlingException";
634
+ const _TEET = "TrainingExecutionEndTime";
635
+ const _TEST = "TrainingExecutionStartTime";
636
+ const _TF = "TimestampFormat";
637
+ const _TK = "TagKeys";
638
+ const _TL = "TagList";
639
+ const _TNODT = "TotalNumberOfDuplicateTimestamps";
640
+ const _TNOF = "TotalNumberOfFiles";
641
+ const _TNOIV = "TotalNumberOfInvalidValues";
642
+ const _TNOMV = "TotalNumberOfMissingValues";
643
+ const _TNOUT = "TotalNumberOfUnsupportedTimestamps";
644
+ const _TR = "TagResource";
645
+ const _TRR = "TagResourceRequest";
646
+ const _TRRa = "TagResourceResponse";
647
+ const _TSR = "TargetSamplingRate";
648
+ const _Ta = "Tag";
649
+ const _UA = "UpdatedAt";
650
+ const _UAMV = "UpdateActiveModelVersion";
651
+ const _UAMVR = "UpdateActiveModelVersionRequest";
652
+ const _UAMVRp = "UpdateActiveModelVersionResponse";
653
+ const _UIS = "UpdateInferenceScheduler";
654
+ const _UISR = "UpdateInferenceSchedulerRequest";
655
+ const _ULG = "UpdateLabelGroup";
656
+ const _ULGR = "UpdateLabelGroupRequest";
657
+ const _UM = "UpdateModel";
658
+ const _UMR = "UpdateModelRequest";
659
+ const _UR = "UntagResource";
660
+ const _URR = "UntagResourceRequest";
661
+ const _URRn = "UntagResourceResponse";
662
+ const _URS = "UpdateRetrainingScheduler";
663
+ const _URSR = "UpdateRetrainingSchedulerRequest";
664
+ const _UT = "UnsupportedTimestamps";
665
+ const _V = "Value";
666
+ const _VE = "ValidationException";
667
+ const _a = "application/json";
668
+ const _c = "client";
669
+ const _e = "error";
670
+ const _hE = "httpError";
671
+ const _mT = "mediaType";
672
+ const _s = "server";
673
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.lookoutequipment";
674
+ const n0 = "com.amazonaws.lookoutequipment";
675
+ var SynthesizedJsonInlineDataSchema = [
676
+ 0,
677
+ n0,
678
+ _SJIDS,
679
+ {
680
+ [_mT]: _a,
681
+ },
682
+ 0,
683
+ ];
684
+ var SynthesizedJsonModelMetrics = [
685
+ 0,
686
+ n0,
687
+ _SJMM,
688
+ {
689
+ [_mT]: _a,
690
+ },
691
+ 0,
692
+ ];
693
+ var AccessDeniedException = [
694
+ -3,
695
+ n0,
696
+ _ADE,
697
+ {
698
+ [_e]: _c,
699
+ [_hE]: 403,
700
+ },
701
+ [_M],
702
+ [0],
703
+ ];
704
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
705
+ var CategoricalValues = [3, n0, _CV, 0, [_S, _NOC], [0, 1]];
706
+ var ConflictException = [
707
+ -3,
708
+ n0,
709
+ _CE,
710
+ {
711
+ [_e]: _c,
712
+ [_hE]: 409,
713
+ },
714
+ [_M],
715
+ [0],
716
+ ];
717
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
718
+ var CountPercent = [3, n0, _CP, 0, [_C, _P], [1, 1]];
719
+ var CreateDatasetRequest = [
720
+ 3,
721
+ n0,
722
+ _CDR,
723
+ 0,
724
+ [_DN, _DS, _SSKKI, _CT, _T],
725
+ [0, [() => DatasetSchema, 0], 0, [0, 4], () => TagList],
726
+ ];
727
+ var CreateDatasetResponse = [3, n0, _CDRr, 0, [_DN, _DA, _S], [0, 0, 0]];
728
+ var CreateInferenceSchedulerRequest = [
729
+ 3,
730
+ n0,
731
+ _CISR,
732
+ 0,
733
+ [_MN, _ISN, _DDOIM, _DUF, _DIC, _DOC, _RA, _SSKKI, _CT, _T],
734
+ [0, 0, 1, 0, () => InferenceInputConfiguration, () => InferenceOutputConfiguration, 0, 0, [0, 4], () => TagList],
735
+ ];
736
+ var CreateInferenceSchedulerResponse = [
737
+ 3,
738
+ n0,
739
+ _CISRr,
740
+ 0,
741
+ [_ISA, _ISN, _S, _MQ],
742
+ [0, 0, 0, 0],
743
+ ];
744
+ var CreateLabelGroupRequest = [
745
+ 3,
746
+ n0,
747
+ _CLGR,
748
+ 0,
749
+ [_LGN, _FC, _CT, _T],
750
+ [0, 64 | 0, [0, 4], () => TagList],
751
+ ];
752
+ var CreateLabelGroupResponse = [3, n0, _CLGRr, 0, [_LGN, _LGA], [0, 0]];
753
+ var CreateLabelRequest = [
754
+ 3,
755
+ n0,
756
+ _CLR,
757
+ 0,
758
+ [_LGN, _ST, _ET, _R, _FCa, _N, _E, _CT],
759
+ [0, 4, 4, 0, 0, 0, 0, [0, 4]],
760
+ ];
761
+ var CreateLabelResponse = [3, n0, _CLRr, 0, [_LI], [0]];
762
+ var CreateModelRequest = [
763
+ 3,
764
+ n0,
765
+ _CMR,
766
+ 0,
767
+ [_MN, _DN, _DS, _LIC, _CT, _TDST, _TDET, _EDST, _EDET, _RA, _DPPC, _SSKKI, _T, _OC, _MDOC],
768
+ [
769
+ 0,
770
+ 0,
771
+ [() => DatasetSchema, 0],
772
+ () => LabelsInputConfiguration,
773
+ [0, 4],
774
+ 4,
775
+ 4,
776
+ 4,
777
+ 4,
778
+ 0,
779
+ () => DataPreProcessingConfiguration,
780
+ 0,
781
+ () => TagList,
782
+ 0,
783
+ () => ModelDiagnosticsOutputConfiguration,
784
+ ],
785
+ ];
786
+ var CreateModelResponse = [3, n0, _CMRr, 0, [_MA, _S], [0, 0]];
787
+ var CreateRetrainingSchedulerRequest = [
788
+ 3,
789
+ n0,
790
+ _CRSR,
791
+ 0,
792
+ [_MN, _RSD, _RF, _LW, _PM, _CT],
793
+ [0, 4, 0, 0, 0, [0, 4]],
794
+ ];
795
+ var CreateRetrainingSchedulerResponse = [3, n0, _CRSRr, 0, [_MN, _MA, _S], [0, 0, 0]];
796
+ var DataIngestionJobSummary = [
797
+ 3,
798
+ n0,
799
+ _DIJS,
800
+ 0,
801
+ [_JI, _DN, _DA, _IIC, _S],
802
+ [0, 0, 0, () => IngestionInputConfiguration, 0],
803
+ ];
804
+ var DataPreProcessingConfiguration = [3, n0, _DPPC, 0, [_TSR], [0]];
805
+ var DataQualitySummary = [
806
+ 3,
807
+ n0,
808
+ _DQS,
809
+ 0,
810
+ [_ISD, _MSD, _ISDn, _UT, _DT],
811
+ [
812
+ () => InsufficientSensorData,
813
+ () => MissingSensorData,
814
+ () => InvalidSensorData,
815
+ () => UnsupportedTimestamps,
816
+ () => DuplicateTimestamps,
817
+ ],
818
+ ];
819
+ var DatasetSchema = [3, n0, _DS, 0, [_IDS], [[() => SynthesizedJsonInlineDataSchema, 0]]];
820
+ var DatasetSummary = [3, n0, _DSa, 0, [_DN, _DA, _S, _CA], [0, 0, 0, 4]];
821
+ var DeleteDatasetRequest = [3, n0, _DDR, 0, [_DN], [0]];
822
+ var DeleteInferenceSchedulerRequest = [3, n0, _DISR, 0, [_ISN], [0]];
823
+ var DeleteLabelGroupRequest = [3, n0, _DLGR, 0, [_LGN], [0]];
824
+ var DeleteLabelRequest = [3, n0, _DLR, 0, [_LGN, _LI], [0, 0]];
825
+ var DeleteModelRequest = [3, n0, _DMR, 0, [_MN], [0]];
826
+ var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_RAe], [0]];
827
+ var DeleteRetrainingSchedulerRequest = [3, n0, _DRSR, 0, [_MN], [0]];
828
+ var DescribeDataIngestionJobRequest = [3, n0, _DDIJR, 0, [_JI], [0]];
829
+ var DescribeDataIngestionJobResponse = [
830
+ 3,
831
+ n0,
832
+ _DDIJRe,
833
+ 0,
834
+ [_JI, _DA, _IIC, _RA, _CA, _S, _FR, _DQS, _IFS, _SD, _IDSn, _DST, _DET, _SDA],
835
+ [
836
+ 0,
837
+ 0,
838
+ () => IngestionInputConfiguration,
839
+ 0,
840
+ 4,
841
+ 0,
842
+ 0,
843
+ () => DataQualitySummary,
844
+ () => IngestedFilesSummary,
845
+ 0,
846
+ 1,
847
+ 4,
848
+ 4,
849
+ 0,
850
+ ],
851
+ ];
852
+ var DescribeDatasetRequest = [3, n0, _DDRe, 0, [_DN], [0]];
853
+ var DescribeDatasetResponse = [
854
+ 3,
855
+ n0,
856
+ _DDRes,
857
+ 0,
858
+ [_DN, _DA, _CA, _LUA, _S, _Sc, _SSKKI, _IIC, _DQS, _IFS, _RA, _DST, _DET, _SDA],
859
+ [
860
+ 0,
861
+ 0,
862
+ 4,
863
+ 4,
864
+ 0,
865
+ [() => SynthesizedJsonInlineDataSchema, 0],
866
+ 0,
867
+ () => IngestionInputConfiguration,
868
+ () => DataQualitySummary,
869
+ () => IngestedFilesSummary,
870
+ 0,
871
+ 4,
872
+ 4,
873
+ 0,
874
+ ],
875
+ ];
876
+ var DescribeInferenceSchedulerRequest = [3, n0, _DISRe, 0, [_ISN], [0]];
877
+ var DescribeInferenceSchedulerResponse = [
878
+ 3,
879
+ n0,
880
+ _DISRes,
881
+ 0,
882
+ [_MA, _MN, _ISN, _ISA, _S, _DDOIM, _DUF, _CA, _UA, _DIC, _DOC, _RA, _SSKKI, _LIR],
883
+ [0, 0, 0, 0, 0, 1, 0, 4, 4, () => InferenceInputConfiguration, () => InferenceOutputConfiguration, 0, 0, 0],
884
+ ];
885
+ var DescribeLabelGroupRequest = [3, n0, _DLGRe, 0, [_LGN], [0]];
886
+ var DescribeLabelGroupResponse = [
887
+ 3,
888
+ n0,
889
+ _DLGRes,
890
+ 0,
891
+ [_LGN, _LGA, _FC, _CA, _UA],
892
+ [0, 0, 64 | 0, 4, 4],
893
+ ];
894
+ var DescribeLabelRequest = [3, n0, _DLRe, 0, [_LGN, _LI], [0, 0]];
895
+ var DescribeLabelResponse = [
896
+ 3,
897
+ n0,
898
+ _DLRes,
899
+ 0,
900
+ [_LGN, _LGA, _LI, _ST, _ET, _R, _FCa, _N, _E, _CA],
901
+ [0, 0, 0, 4, 4, 0, 0, 0, 0, 4],
902
+ ];
903
+ var DescribeModelRequest = [3, n0, _DMRe, 0, [_MN], [0]];
904
+ var DescribeModelResponse = [
905
+ 3,
906
+ n0,
907
+ _DMRes,
908
+ 0,
909
+ [
910
+ _MN,
911
+ _MA,
912
+ _DN,
913
+ _DA,
914
+ _Sc,
915
+ _LIC,
916
+ _TDST,
917
+ _TDET,
918
+ _EDST,
919
+ _EDET,
920
+ _RA,
921
+ _DPPC,
922
+ _S,
923
+ _TEST,
924
+ _TEET,
925
+ _FR,
926
+ _MM,
927
+ _LUT,
928
+ _CA,
929
+ _SSKKI,
930
+ _OC,
931
+ _SMVA,
932
+ _IJST,
933
+ _IJET,
934
+ _AMV,
935
+ _AMVA,
936
+ _MVAA,
937
+ _PAMV,
938
+ _PAMVA,
939
+ _PMVAA,
940
+ _PMM,
941
+ _LSRFR,
942
+ _LSRS,
943
+ _LSRMV,
944
+ _LSRST,
945
+ _LSRADID,
946
+ _NSRSD,
947
+ _AIDST,
948
+ _AIDET,
949
+ _RSS,
950
+ _MDOC,
951
+ _MQ,
952
+ ],
953
+ [
954
+ 0,
955
+ 0,
956
+ 0,
957
+ 0,
958
+ [() => SynthesizedJsonInlineDataSchema, 0],
959
+ () => LabelsInputConfiguration,
960
+ 4,
961
+ 4,
962
+ 4,
963
+ 4,
964
+ 0,
965
+ () => DataPreProcessingConfiguration,
966
+ 0,
967
+ 4,
968
+ 4,
969
+ 0,
970
+ [() => SynthesizedJsonModelMetrics, 0],
971
+ 4,
972
+ 4,
973
+ 0,
974
+ 0,
975
+ 0,
976
+ 4,
977
+ 4,
978
+ 1,
979
+ 0,
980
+ 4,
981
+ 1,
982
+ 0,
983
+ 4,
984
+ [() => SynthesizedJsonModelMetrics, 0],
985
+ 0,
986
+ 0,
987
+ 1,
988
+ 4,
989
+ 1,
990
+ 4,
991
+ 4,
992
+ 4,
993
+ 0,
994
+ () => ModelDiagnosticsOutputConfiguration,
995
+ 0,
996
+ ],
997
+ ];
998
+ var DescribeModelVersionRequest = [3, n0, _DMVR, 0, [_MN, _MV], [0, 1]];
999
+ var DescribeModelVersionResponse = [
1000
+ 3,
1001
+ n0,
1002
+ _DMVRe,
1003
+ 0,
1004
+ [
1005
+ _MN,
1006
+ _MA,
1007
+ _MV,
1008
+ _MVA,
1009
+ _S,
1010
+ _STo,
1011
+ _DN,
1012
+ _DA,
1013
+ _Sc,
1014
+ _LIC,
1015
+ _TDST,
1016
+ _TDET,
1017
+ _EDST,
1018
+ _EDET,
1019
+ _RA,
1020
+ _DPPC,
1021
+ _TEST,
1022
+ _TEET,
1023
+ _FR,
1024
+ _MM,
1025
+ _LUT,
1026
+ _CA,
1027
+ _SSKKI,
1028
+ _OC,
1029
+ _SMVA,
1030
+ _IJST,
1031
+ _IJET,
1032
+ _IDSIB,
1033
+ _PMM,
1034
+ _RADID,
1035
+ _APR,
1036
+ _APRR,
1037
+ _MDOC,
1038
+ _MDRO,
1039
+ _MQ,
1040
+ ],
1041
+ [
1042
+ 0,
1043
+ 0,
1044
+ 1,
1045
+ 0,
1046
+ 0,
1047
+ 0,
1048
+ 0,
1049
+ 0,
1050
+ 0,
1051
+ () => LabelsInputConfiguration,
1052
+ 4,
1053
+ 4,
1054
+ 4,
1055
+ 4,
1056
+ 0,
1057
+ () => DataPreProcessingConfiguration,
1058
+ 4,
1059
+ 4,
1060
+ 0,
1061
+ 0,
1062
+ 4,
1063
+ 4,
1064
+ 0,
1065
+ 0,
1066
+ 0,
1067
+ 4,
1068
+ 4,
1069
+ 1,
1070
+ 0,
1071
+ 1,
1072
+ 0,
1073
+ 0,
1074
+ () => ModelDiagnosticsOutputConfiguration,
1075
+ () => S3Object,
1076
+ 0,
1077
+ ],
1078
+ ];
1079
+ var DescribeResourcePolicyRequest = [3, n0, _DRPRe, 0, [_RAe], [0]];
1080
+ var DescribeResourcePolicyResponse = [
1081
+ 3,
1082
+ n0,
1083
+ _DRPRes,
1084
+ 0,
1085
+ [_PRI, _RP, _CTr, _LMT],
1086
+ [0, 0, 4, 4],
1087
+ ];
1088
+ var DescribeRetrainingSchedulerRequest = [3, n0, _DRSRe, 0, [_MN], [0]];
1089
+ var DescribeRetrainingSchedulerResponse = [
1090
+ 3,
1091
+ n0,
1092
+ _DRSRes,
1093
+ 0,
1094
+ [_MN, _MA, _RSD, _RF, _LW, _S, _PM, _CA, _UA],
1095
+ [0, 0, 4, 0, 0, 0, 0, 4, 4],
1096
+ ];
1097
+ var DuplicateTimestamps = [3, n0, _DT, 0, [_TNODT], [1]];
1098
+ var ImportDatasetRequest = [
1099
+ 3,
1100
+ n0,
1101
+ _IDR,
1102
+ 0,
1103
+ [_SDA, _DN, _CT, _SSKKI, _T],
1104
+ [0, 0, [0, 4], 0, () => TagList],
1105
+ ];
1106
+ var ImportDatasetResponse = [3, n0, _IDRm, 0, [_DN, _DA, _S, _JI], [0, 0, 0, 0]];
1107
+ var ImportModelVersionRequest = [
1108
+ 3,
1109
+ n0,
1110
+ _IMVR,
1111
+ 0,
1112
+ [_SMVA, _MN, _DN, _LIC, _CT, _RA, _SSKKI, _T, _IDIS],
1113
+ [0, 0, 0, () => LabelsInputConfiguration, [0, 4], 0, 0, () => TagList, 0],
1114
+ ];
1115
+ var ImportModelVersionResponse = [
1116
+ 3,
1117
+ n0,
1118
+ _IMVRm,
1119
+ 0,
1120
+ [_MN, _MA, _MVA, _MV, _S],
1121
+ [0, 0, 0, 1, 0],
1122
+ ];
1123
+ var InferenceEventSummary = [
1124
+ 3,
1125
+ n0,
1126
+ _IES,
1127
+ 0,
1128
+ [_ISA, _ISN, _EST, _EET, _D, _EDIS],
1129
+ [0, 0, 4, 4, 0, 1],
1130
+ ];
1131
+ var InferenceExecutionSummary = [
1132
+ 3,
1133
+ n0,
1134
+ _IESn,
1135
+ 0,
1136
+ [_MN, _MA, _ISN, _ISA, _SST, _DST, _DET, _DIC, _DOC, _CRO, _S, _FR, _MV, _MVA],
1137
+ [
1138
+ 0,
1139
+ 0,
1140
+ 0,
1141
+ 0,
1142
+ 4,
1143
+ 4,
1144
+ 4,
1145
+ () => InferenceInputConfiguration,
1146
+ () => InferenceOutputConfiguration,
1147
+ () => S3Object,
1148
+ 0,
1149
+ 0,
1150
+ 1,
1151
+ 0,
1152
+ ],
1153
+ ];
1154
+ var InferenceInputConfiguration = [
1155
+ 3,
1156
+ n0,
1157
+ _IICn,
1158
+ 0,
1159
+ [_SIC, _ITZO, _IINC],
1160
+ [() => InferenceS3InputConfiguration, 0, () => InferenceInputNameConfiguration],
1161
+ ];
1162
+ var InferenceInputNameConfiguration = [3, n0, _IINC, 0, [_TF, _CTD], [0, 0]];
1163
+ var InferenceOutputConfiguration = [
1164
+ 3,
1165
+ n0,
1166
+ _IOC,
1167
+ 0,
1168
+ [_SOC, _KKI],
1169
+ [() => InferenceS3OutputConfiguration, 0],
1170
+ ];
1171
+ var InferenceS3InputConfiguration = [3, n0, _ISIC, 0, [_B, _Pr], [0, 0]];
1172
+ var InferenceS3OutputConfiguration = [3, n0, _ISOC, 0, [_B, _Pr], [0, 0]];
1173
+ var InferenceSchedulerSummary = [
1174
+ 3,
1175
+ n0,
1176
+ _ISS,
1177
+ 0,
1178
+ [_MN, _MA, _ISN, _ISA, _S, _DDOIM, _DUF, _LIR],
1179
+ [0, 0, 0, 0, 0, 1, 0, 0],
1180
+ ];
1181
+ var IngestedFilesSummary = [
1182
+ 3,
1183
+ n0,
1184
+ _IFS,
1185
+ 0,
1186
+ [_TNOF, _INOF, _DF],
1187
+ [1, 1, () => ListOfDiscardedFiles],
1188
+ ];
1189
+ var IngestionInputConfiguration = [
1190
+ 3,
1191
+ n0,
1192
+ _IIC,
1193
+ 0,
1194
+ [_SIC],
1195
+ [() => IngestionS3InputConfiguration],
1196
+ ];
1197
+ var IngestionS3InputConfiguration = [3, n0, _ISICn, 0, [_B, _Pr, _KP], [0, 0, 0]];
1198
+ var InsufficientSensorData = [
1199
+ 3,
1200
+ n0,
1201
+ _ISD,
1202
+ 0,
1203
+ [_MCSD, _SWSDR],
1204
+ [() => MissingCompleteSensorData, () => SensorsWithShortDateRange],
1205
+ ];
1206
+ var InternalServerException = [
1207
+ -3,
1208
+ n0,
1209
+ _ISE,
1210
+ {
1211
+ [_e]: _s,
1212
+ [_hE]: 500,
1213
+ },
1214
+ [_M],
1215
+ [0],
1216
+ ];
1217
+ schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1218
+ var InvalidSensorData = [3, n0, _ISDn, 0, [_ASC, _TNOIV], [1, 1]];
1219
+ var LabelGroupSummary = [3, n0, _LGS, 0, [_LGN, _LGA, _CA, _UA], [0, 0, 4, 4]];
1220
+ var LabelsInputConfiguration = [
1221
+ 3,
1222
+ n0,
1223
+ _LIC,
1224
+ 0,
1225
+ [_SIC, _LGN],
1226
+ [() => LabelsS3InputConfiguration, 0],
1227
+ ];
1228
+ var LabelsS3InputConfiguration = [3, n0, _LSIC, 0, [_B, _Pr], [0, 0]];
1229
+ var LabelSummary = [
1230
+ 3,
1231
+ n0,
1232
+ _LS,
1233
+ 0,
1234
+ [_LGN, _LI, _LGA, _ST, _ET, _R, _FCa, _E, _CA],
1235
+ [0, 0, 0, 4, 4, 0, 0, 0, 4],
1236
+ ];
1237
+ var LargeTimestampGaps = [3, n0, _LTG, 0, [_S, _NOLTG, _MTGID], [0, 1, 1]];
1238
+ var ListDataIngestionJobsRequest = [3, n0, _LDIJR, 0, [_DN, _NT, _MR, _S], [0, 0, 1, 0]];
1239
+ var ListDataIngestionJobsResponse = [
1240
+ 3,
1241
+ n0,
1242
+ _LDIJRi,
1243
+ 0,
1244
+ [_NT, _DIJSa],
1245
+ [0, () => DataIngestionJobSummaries],
1246
+ ];
1247
+ var ListDatasetsRequest = [3, n0, _LDR, 0, [_NT, _MR, _DNBW], [0, 1, 0]];
1248
+ var ListDatasetsResponse = [3, n0, _LDRi, 0, [_NT, _DSat], [0, () => DatasetSummaries]];
1249
+ var ListInferenceEventsRequest = [
1250
+ 3,
1251
+ n0,
1252
+ _LIER,
1253
+ 0,
1254
+ [_NT, _MR, _ISN, _IST, _IET],
1255
+ [0, 1, 0, 4, 4],
1256
+ ];
1257
+ var ListInferenceEventsResponse = [
1258
+ 3,
1259
+ n0,
1260
+ _LIERi,
1261
+ 0,
1262
+ [_NT, _IESnf],
1263
+ [0, () => InferenceEventSummaries],
1264
+ ];
1265
+ var ListInferenceExecutionsRequest = [
1266
+ 3,
1267
+ n0,
1268
+ _LIERis,
1269
+ 0,
1270
+ [_NT, _MR, _ISN, _DSTA, _DETB, _S],
1271
+ [0, 1, 0, 4, 4, 0],
1272
+ ];
1273
+ var ListInferenceExecutionsResponse = [
1274
+ 3,
1275
+ n0,
1276
+ _LIERist,
1277
+ 0,
1278
+ [_NT, _IESnfe],
1279
+ [0, () => InferenceExecutionSummaries],
1280
+ ];
1281
+ var ListInferenceSchedulersRequest = [
1282
+ 3,
1283
+ n0,
1284
+ _LISR,
1285
+ 0,
1286
+ [_NT, _MR, _ISNBW, _MN, _S],
1287
+ [0, 1, 0, 0, 0],
1288
+ ];
1289
+ var ListInferenceSchedulersResponse = [
1290
+ 3,
1291
+ n0,
1292
+ _LISRi,
1293
+ 0,
1294
+ [_NT, _ISSn],
1295
+ [0, () => InferenceSchedulerSummaries],
1296
+ ];
1297
+ var ListLabelGroupsRequest = [3, n0, _LLGR, 0, [_LGNBW, _NT, _MR], [0, 0, 1]];
1298
+ var ListLabelGroupsResponse = [
1299
+ 3,
1300
+ n0,
1301
+ _LLGRi,
1302
+ 0,
1303
+ [_NT, _LGSa],
1304
+ [0, () => LabelGroupSummaries],
1305
+ ];
1306
+ var ListLabelsRequest = [
1307
+ 3,
1308
+ n0,
1309
+ _LLR,
1310
+ 0,
1311
+ [_LGN, _IST, _IET, _FCa, _E, _NT, _MR],
1312
+ [0, 4, 4, 0, 0, 0, 1],
1313
+ ];
1314
+ var ListLabelsResponse = [3, n0, _LLRi, 0, [_NT, _LSa], [0, () => LabelSummaries]];
1315
+ var ListModelsRequest = [3, n0, _LMR, 0, [_NT, _MR, _S, _MNBW, _DNBW], [0, 1, 0, 0, 0]];
1316
+ var ListModelsResponse = [3, n0, _LMRi, 0, [_NT, _MS], [0, () => ModelSummaries]];
1317
+ var ListModelVersionsRequest = [
1318
+ 3,
1319
+ n0,
1320
+ _LMVR,
1321
+ 0,
1322
+ [_MN, _NT, _MR, _S, _STo, _CAET, _CAST, _MMV, _MMVi],
1323
+ [0, 0, 1, 0, 0, 4, 4, 1, 1],
1324
+ ];
1325
+ var ListModelVersionsResponse = [
1326
+ 3,
1327
+ n0,
1328
+ _LMVRi,
1329
+ 0,
1330
+ [_NT, _MVS],
1331
+ [0, () => ModelVersionSummaries],
1332
+ ];
1333
+ var ListRetrainingSchedulersRequest = [
1334
+ 3,
1335
+ n0,
1336
+ _LRSR,
1337
+ 0,
1338
+ [_MNBW, _S, _NT, _MR],
1339
+ [0, 0, 0, 1],
1340
+ ];
1341
+ var ListRetrainingSchedulersResponse = [
1342
+ 3,
1343
+ n0,
1344
+ _LRSRi,
1345
+ 0,
1346
+ [_RSSe, _NT],
1347
+ [() => RetrainingSchedulerSummaries, 0],
1348
+ ];
1349
+ var ListSensorStatisticsRequest = [3, n0, _LSSR, 0, [_DN, _IJI, _MR, _NT], [0, 0, 1, 0]];
1350
+ var ListSensorStatisticsResponse = [
1351
+ 3,
1352
+ n0,
1353
+ _LSSRi,
1354
+ 0,
1355
+ [_SSS, _NT],
1356
+ [() => SensorStatisticsSummaries, 0],
1357
+ ];
1358
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [0]];
1359
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => TagList]];
1360
+ var MissingCompleteSensorData = [3, n0, _MCSD, 0, [_ASC], [1]];
1361
+ var MissingSensorData = [3, n0, _MSD, 0, [_ASC, _TNOMV], [1, 1]];
1362
+ var ModelDiagnosticsOutputConfiguration = [
1363
+ 3,
1364
+ n0,
1365
+ _MDOC,
1366
+ 0,
1367
+ [_SOC, _KKI],
1368
+ [() => ModelDiagnosticsS3OutputConfiguration, 0],
1369
+ ];
1370
+ var ModelDiagnosticsS3OutputConfiguration = [3, n0, _MDSOC, 0, [_B, _Pr], [0, 0]];
1371
+ var ModelSummary = [
1372
+ 3,
1373
+ n0,
1374
+ _MSo,
1375
+ 0,
1376
+ [_MN, _MA, _DN, _DA, _S, _CA, _AMV, _AMVA, _LSRS, _LSRMV, _LSRST, _NSRSD, _RSS, _MDOC, _MQ],
1377
+ [0, 0, 0, 0, 0, 4, 1, 0, 0, 1, 4, 4, 0, () => ModelDiagnosticsOutputConfiguration, 0],
1378
+ ];
1379
+ var ModelVersionSummary = [
1380
+ 3,
1381
+ n0,
1382
+ _MVSo,
1383
+ 0,
1384
+ [_MN, _MA, _MV, _MVA, _CA, _S, _STo, _MQ],
1385
+ [0, 0, 1, 0, 4, 0, 0, 0],
1386
+ ];
1387
+ var MonotonicValues = [3, n0, _MVo, 0, [_S, _Mo], [0, 0]];
1388
+ var MultipleOperatingModes = [3, n0, _MOM, 0, [_S], [0]];
1389
+ var PutResourcePolicyRequest = [
1390
+ 3,
1391
+ n0,
1392
+ _PRPR,
1393
+ 0,
1394
+ [_RAe, _RP, _PRI, _CT],
1395
+ [0, 0, 0, [0, 4]],
1396
+ ];
1397
+ var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_RAe, _PRI], [0, 0]];
1398
+ var ResourceNotFoundException = [
1399
+ -3,
1400
+ n0,
1401
+ _RNFE,
1402
+ {
1403
+ [_e]: _c,
1404
+ [_hE]: 404,
1405
+ },
1406
+ [_M],
1407
+ [0],
1408
+ ];
1409
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1410
+ var RetrainingSchedulerSummary = [
1411
+ 3,
1412
+ n0,
1413
+ _RSSet,
1414
+ 0,
1415
+ [_MN, _MA, _S, _RSD, _RF, _LW],
1416
+ [0, 0, 0, 4, 0, 0],
1417
+ ];
1418
+ var S3Object = [3, n0, _SO, 0, [_B, _K], [0, 0]];
1419
+ var SensorStatisticsSummary = [
1420
+ 3,
1421
+ n0,
1422
+ _SSSe,
1423
+ 0,
1424
+ [_CN, _SN, _DE, _MVi, _IV, _IDE, _DT, _CV, _MOM, _LTG, _MVo, _DST, _DET],
1425
+ [
1426
+ 0,
1427
+ 0,
1428
+ 2,
1429
+ () => CountPercent,
1430
+ () => CountPercent,
1431
+ () => CountPercent,
1432
+ () => CountPercent,
1433
+ () => CategoricalValues,
1434
+ () => MultipleOperatingModes,
1435
+ () => LargeTimestampGaps,
1436
+ () => MonotonicValues,
1437
+ 4,
1438
+ 4,
1439
+ ],
1440
+ ];
1441
+ var SensorsWithShortDateRange = [3, n0, _SWSDR, 0, [_ASC], [1]];
1442
+ var ServiceQuotaExceededException = [
1443
+ -3,
1444
+ n0,
1445
+ _SQEE,
1446
+ {
1447
+ [_e]: _c,
1448
+ [_hE]: 402,
1449
+ },
1450
+ [_M],
1451
+ [0],
1452
+ ];
1453
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1454
+ var StartDataIngestionJobRequest = [
1455
+ 3,
1456
+ n0,
1457
+ _SDIJR,
1458
+ 0,
1459
+ [_DN, _IIC, _RA, _CT],
1460
+ [0, () => IngestionInputConfiguration, 0, [0, 4]],
1461
+ ];
1462
+ var StartDataIngestionJobResponse = [3, n0, _SDIJRt, 0, [_JI, _S], [0, 0]];
1463
+ var StartInferenceSchedulerRequest = [3, n0, _SISR, 0, [_ISN], [0]];
1464
+ var StartInferenceSchedulerResponse = [
1465
+ 3,
1466
+ n0,
1467
+ _SISRt,
1468
+ 0,
1469
+ [_MA, _MN, _ISN, _ISA, _S],
1470
+ [0, 0, 0, 0, 0],
1471
+ ];
1472
+ var StartRetrainingSchedulerRequest = [3, n0, _SRSR, 0, [_MN], [0]];
1473
+ var StartRetrainingSchedulerResponse = [3, n0, _SRSRt, 0, [_MN, _MA, _S], [0, 0, 0]];
1474
+ var StopInferenceSchedulerRequest = [3, n0, _SISRto, 0, [_ISN], [0]];
1475
+ var StopInferenceSchedulerResponse = [
1476
+ 3,
1477
+ n0,
1478
+ _SISRtop,
1479
+ 0,
1480
+ [_MA, _MN, _ISN, _ISA, _S],
1481
+ [0, 0, 0, 0, 0],
1482
+ ];
1483
+ var StopRetrainingSchedulerRequest = [3, n0, _SRSRto, 0, [_MN], [0]];
1484
+ var StopRetrainingSchedulerResponse = [3, n0, _SRSRtop, 0, [_MN, _MA, _S], [0, 0, 0]];
1485
+ var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
1486
+ var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _T], [0, () => TagList]];
1487
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1488
+ var ThrottlingException = [
1489
+ -3,
1490
+ n0,
1491
+ _TE,
1492
+ {
1493
+ [_e]: _c,
1494
+ [_hE]: 429,
1495
+ },
1496
+ [_M],
1497
+ [0],
1498
+ ];
1499
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1500
+ var UnsupportedTimestamps = [3, n0, _UT, 0, [_TNOUT], [1]];
1501
+ var UntagResourceRequest = [3, n0, _URR, 0, [_RAe, _TK], [0, 64 | 0]];
1502
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1503
+ var UpdateActiveModelVersionRequest = [3, n0, _UAMVR, 0, [_MN, _MV], [0, 1]];
1504
+ var UpdateActiveModelVersionResponse = [
1505
+ 3,
1506
+ n0,
1507
+ _UAMVRp,
1508
+ 0,
1509
+ [_MN, _MA, _CAV, _PAV, _CAVA, _PAVA],
1510
+ [0, 0, 1, 1, 0, 0],
1511
+ ];
1512
+ var UpdateInferenceSchedulerRequest = [
1513
+ 3,
1514
+ n0,
1515
+ _UISR,
1516
+ 0,
1517
+ [_ISN, _DDOIM, _DUF, _DIC, _DOC, _RA],
1518
+ [0, 1, 0, () => InferenceInputConfiguration, () => InferenceOutputConfiguration, 0],
1519
+ ];
1520
+ var UpdateLabelGroupRequest = [3, n0, _ULGR, 0, [_LGN, _FC], [0, 64 | 0]];
1521
+ var UpdateModelRequest = [
1522
+ 3,
1523
+ n0,
1524
+ _UMR,
1525
+ 0,
1526
+ [_MN, _LIC, _RA, _MDOC],
1527
+ [0, () => LabelsInputConfiguration, 0, () => ModelDiagnosticsOutputConfiguration],
1528
+ ];
1529
+ var UpdateRetrainingSchedulerRequest = [
1530
+ 3,
1531
+ n0,
1532
+ _URSR,
1533
+ 0,
1534
+ [_MN, _RSD, _RF, _LW, _PM],
1535
+ [0, 4, 0, 0, 0],
1536
+ ];
1537
+ var ValidationException = [
1538
+ -3,
1539
+ n0,
1540
+ _VE,
1541
+ {
1542
+ [_e]: _c,
1543
+ [_hE]: 400,
1544
+ },
1545
+ [_M],
1546
+ [0],
1547
+ ];
1548
+ schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1549
+ var __Unit = "unit";
1550
+ var LookoutEquipmentServiceException = [
1551
+ -3,
1552
+ _sm,
1553
+ "LookoutEquipmentServiceException",
1554
+ 0,
1555
+ [],
1556
+ [],
1557
+ ];
1558
+ schema.TypeRegistry.for(_sm).registerError(LookoutEquipmentServiceException, LookoutEquipmentServiceException$1);
1559
+ var DataIngestionJobSummaries = [1, n0, _DIJSa, 0, () => DataIngestionJobSummary];
1560
+ var DatasetSummaries = [1, n0, _DSat, 0, () => DatasetSummary];
1561
+ var InferenceEventSummaries = [1, n0, _IESnf, 0, () => InferenceEventSummary];
1562
+ var InferenceExecutionSummaries = [1, n0, _IESnfe, 0, () => InferenceExecutionSummary];
1563
+ var InferenceSchedulerSummaries = [1, n0, _ISSn, 0, () => InferenceSchedulerSummary];
1564
+ var LabelGroupSummaries = [1, n0, _LGSa, 0, () => LabelGroupSummary];
1565
+ var LabelSummaries = [1, n0, _LSa, 0, () => LabelSummary];
1566
+ var ListOfDiscardedFiles = [1, n0, _LODF, 0, () => S3Object];
1567
+ var ModelSummaries = [1, n0, _MS, 0, () => ModelSummary];
1568
+ var ModelVersionSummaries = [1, n0, _MVS, 0, () => ModelVersionSummary];
1569
+ var RetrainingSchedulerSummaries = [1, n0, _RSSe, 0, () => RetrainingSchedulerSummary];
1570
+ var SensorStatisticsSummaries = [1, n0, _SSS, 0, () => SensorStatisticsSummary];
1571
+ var TagList = [1, n0, _TL, 0, () => Tag];
1572
+ var CreateDataset = [
1573
+ 9,
1574
+ n0,
1575
+ _CD,
1576
+ 0,
1577
+ () => CreateDatasetRequest,
1578
+ () => CreateDatasetResponse,
1579
+ ];
1580
+ var CreateInferenceScheduler = [
1581
+ 9,
1582
+ n0,
1583
+ _CIS,
1584
+ 0,
1585
+ () => CreateInferenceSchedulerRequest,
1586
+ () => CreateInferenceSchedulerResponse,
1587
+ ];
1588
+ var CreateLabel = [9, n0, _CL, 0, () => CreateLabelRequest, () => CreateLabelResponse];
1589
+ var CreateLabelGroup = [
1590
+ 9,
1591
+ n0,
1592
+ _CLG,
1593
+ 0,
1594
+ () => CreateLabelGroupRequest,
1595
+ () => CreateLabelGroupResponse,
1596
+ ];
1597
+ var CreateModel = [9, n0, _CM, 0, () => CreateModelRequest, () => CreateModelResponse];
1598
+ var CreateRetrainingScheduler = [
1599
+ 9,
1600
+ n0,
1601
+ _CRS,
1602
+ 0,
1603
+ () => CreateRetrainingSchedulerRequest,
1604
+ () => CreateRetrainingSchedulerResponse,
1605
+ ];
1606
+ var DeleteDataset = [9, n0, _DD, 0, () => DeleteDatasetRequest, () => __Unit];
1607
+ var DeleteInferenceScheduler = [
1608
+ 9,
1609
+ n0,
1610
+ _DIS,
1611
+ 0,
1612
+ () => DeleteInferenceSchedulerRequest,
1613
+ () => __Unit,
1614
+ ];
1615
+ var DeleteLabel = [9, n0, _DL, 0, () => DeleteLabelRequest, () => __Unit];
1616
+ var DeleteLabelGroup = [9, n0, _DLG, 0, () => DeleteLabelGroupRequest, () => __Unit];
1617
+ var DeleteModel = [9, n0, _DM, 0, () => DeleteModelRequest, () => __Unit];
1618
+ var DeleteResourcePolicy = [
1619
+ 9,
1620
+ n0,
1621
+ _DRP,
1622
+ 0,
1623
+ () => DeleteResourcePolicyRequest,
1624
+ () => __Unit,
1625
+ ];
1626
+ var DeleteRetrainingScheduler = [
1627
+ 9,
1628
+ n0,
1629
+ _DRS,
1630
+ 0,
1631
+ () => DeleteRetrainingSchedulerRequest,
1632
+ () => __Unit,
1633
+ ];
1634
+ var DescribeDataIngestionJob = [
1635
+ 9,
1636
+ n0,
1637
+ _DDIJ,
1638
+ 0,
1639
+ () => DescribeDataIngestionJobRequest,
1640
+ () => DescribeDataIngestionJobResponse,
1641
+ ];
1642
+ var DescribeDataset = [
1643
+ 9,
1644
+ n0,
1645
+ _DDe,
1646
+ 0,
1647
+ () => DescribeDatasetRequest,
1648
+ () => DescribeDatasetResponse,
1649
+ ];
1650
+ var DescribeInferenceScheduler = [
1651
+ 9,
1652
+ n0,
1653
+ _DISe,
1654
+ 0,
1655
+ () => DescribeInferenceSchedulerRequest,
1656
+ () => DescribeInferenceSchedulerResponse,
1657
+ ];
1658
+ var DescribeLabel = [
1659
+ 9,
1660
+ n0,
1661
+ _DLe,
1662
+ 0,
1663
+ () => DescribeLabelRequest,
1664
+ () => DescribeLabelResponse,
1665
+ ];
1666
+ var DescribeLabelGroup = [
1667
+ 9,
1668
+ n0,
1669
+ _DLGe,
1670
+ 0,
1671
+ () => DescribeLabelGroupRequest,
1672
+ () => DescribeLabelGroupResponse,
1673
+ ];
1674
+ var DescribeModel = [
1675
+ 9,
1676
+ n0,
1677
+ _DMe,
1678
+ 0,
1679
+ () => DescribeModelRequest,
1680
+ () => DescribeModelResponse,
1681
+ ];
1682
+ var DescribeModelVersion = [
1683
+ 9,
1684
+ n0,
1685
+ _DMV,
1686
+ 0,
1687
+ () => DescribeModelVersionRequest,
1688
+ () => DescribeModelVersionResponse,
1689
+ ];
1690
+ var DescribeResourcePolicy = [
1691
+ 9,
1692
+ n0,
1693
+ _DRPe,
1694
+ 0,
1695
+ () => DescribeResourcePolicyRequest,
1696
+ () => DescribeResourcePolicyResponse,
1697
+ ];
1698
+ var DescribeRetrainingScheduler = [
1699
+ 9,
1700
+ n0,
1701
+ _DRSe,
1702
+ 0,
1703
+ () => DescribeRetrainingSchedulerRequest,
1704
+ () => DescribeRetrainingSchedulerResponse,
1705
+ ];
1706
+ var ImportDataset = [
1707
+ 9,
1708
+ n0,
1709
+ _ID,
1710
+ 0,
1711
+ () => ImportDatasetRequest,
1712
+ () => ImportDatasetResponse,
1713
+ ];
1714
+ var ImportModelVersion = [
1715
+ 9,
1716
+ n0,
1717
+ _IMV,
1718
+ 0,
1719
+ () => ImportModelVersionRequest,
1720
+ () => ImportModelVersionResponse,
1721
+ ];
1722
+ var ListDataIngestionJobs = [
1723
+ 9,
1724
+ n0,
1725
+ _LDIJ,
1726
+ 0,
1727
+ () => ListDataIngestionJobsRequest,
1728
+ () => ListDataIngestionJobsResponse,
1729
+ ];
1730
+ var ListDatasets = [9, n0, _LD, 0, () => ListDatasetsRequest, () => ListDatasetsResponse];
1731
+ var ListInferenceEvents = [
1732
+ 9,
1733
+ n0,
1734
+ _LIE,
1735
+ 0,
1736
+ () => ListInferenceEventsRequest,
1737
+ () => ListInferenceEventsResponse,
1738
+ ];
1739
+ var ListInferenceExecutions = [
1740
+ 9,
1741
+ n0,
1742
+ _LIEi,
1743
+ 0,
1744
+ () => ListInferenceExecutionsRequest,
1745
+ () => ListInferenceExecutionsResponse,
1746
+ ];
1747
+ var ListInferenceSchedulers = [
1748
+ 9,
1749
+ n0,
1750
+ _LIS,
1751
+ 0,
1752
+ () => ListInferenceSchedulersRequest,
1753
+ () => ListInferenceSchedulersResponse,
1754
+ ];
1755
+ var ListLabelGroups = [
1756
+ 9,
1757
+ n0,
1758
+ _LLG,
1759
+ 0,
1760
+ () => ListLabelGroupsRequest,
1761
+ () => ListLabelGroupsResponse,
1762
+ ];
1763
+ var ListLabels = [9, n0, _LL, 0, () => ListLabelsRequest, () => ListLabelsResponse];
1764
+ var ListModels = [9, n0, _LM, 0, () => ListModelsRequest, () => ListModelsResponse];
1765
+ var ListModelVersions = [
1766
+ 9,
1767
+ n0,
1768
+ _LMV,
1769
+ 0,
1770
+ () => ListModelVersionsRequest,
1771
+ () => ListModelVersionsResponse,
1772
+ ];
1773
+ var ListRetrainingSchedulers = [
1774
+ 9,
1775
+ n0,
1776
+ _LRS,
1777
+ 0,
1778
+ () => ListRetrainingSchedulersRequest,
1779
+ () => ListRetrainingSchedulersResponse,
1780
+ ];
1781
+ var ListSensorStatistics = [
1782
+ 9,
1783
+ n0,
1784
+ _LSS,
1785
+ 0,
1786
+ () => ListSensorStatisticsRequest,
1787
+ () => ListSensorStatisticsResponse,
1788
+ ];
1789
+ var ListTagsForResource = [
1790
+ 9,
1791
+ n0,
1792
+ _LTFR,
1793
+ 0,
1794
+ () => ListTagsForResourceRequest,
1795
+ () => ListTagsForResourceResponse,
1796
+ ];
1797
+ var PutResourcePolicy = [
1798
+ 9,
1799
+ n0,
1800
+ _PRP,
1801
+ 0,
1802
+ () => PutResourcePolicyRequest,
1803
+ () => PutResourcePolicyResponse,
1804
+ ];
1805
+ var StartDataIngestionJob = [
1806
+ 9,
1807
+ n0,
1808
+ _SDIJ,
1809
+ 0,
1810
+ () => StartDataIngestionJobRequest,
1811
+ () => StartDataIngestionJobResponse,
1812
+ ];
1813
+ var StartInferenceScheduler = [
1814
+ 9,
1815
+ n0,
1816
+ _SIS,
1817
+ 0,
1818
+ () => StartInferenceSchedulerRequest,
1819
+ () => StartInferenceSchedulerResponse,
1820
+ ];
1821
+ var StartRetrainingScheduler = [
1822
+ 9,
1823
+ n0,
1824
+ _SRS,
1825
+ 0,
1826
+ () => StartRetrainingSchedulerRequest,
1827
+ () => StartRetrainingSchedulerResponse,
1828
+ ];
1829
+ var StopInferenceScheduler = [
1830
+ 9,
1831
+ n0,
1832
+ _SISt,
1833
+ 0,
1834
+ () => StopInferenceSchedulerRequest,
1835
+ () => StopInferenceSchedulerResponse,
1836
+ ];
1837
+ var StopRetrainingScheduler = [
1838
+ 9,
1839
+ n0,
1840
+ _SRSt,
1841
+ 0,
1842
+ () => StopRetrainingSchedulerRequest,
1843
+ () => StopRetrainingSchedulerResponse,
1844
+ ];
1845
+ var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1846
+ var UntagResource = [
1847
+ 9,
1848
+ n0,
1849
+ _UR,
1850
+ 0,
1851
+ () => UntagResourceRequest,
1852
+ () => UntagResourceResponse,
1853
+ ];
1854
+ var UpdateActiveModelVersion = [
1855
+ 9,
1856
+ n0,
1857
+ _UAMV,
1858
+ 0,
1859
+ () => UpdateActiveModelVersionRequest,
1860
+ () => UpdateActiveModelVersionResponse,
1861
+ ];
1862
+ var UpdateInferenceScheduler = [
1863
+ 9,
1864
+ n0,
1865
+ _UIS,
1866
+ 0,
1867
+ () => UpdateInferenceSchedulerRequest,
1868
+ () => __Unit,
1869
+ ];
1870
+ var UpdateLabelGroup = [9, n0, _ULG, 0, () => UpdateLabelGroupRequest, () => __Unit];
1871
+ var UpdateModel = [9, n0, _UM, 0, () => UpdateModelRequest, () => __Unit];
1872
+ var UpdateRetrainingScheduler = [
1873
+ 9,
1874
+ n0,
1875
+ _URS,
1876
+ 0,
1877
+ () => UpdateRetrainingSchedulerRequest,
1878
+ () => __Unit,
1879
+ ];
1949
1880
 
1950
1881
  class CreateDatasetCommand extends smithyClient.Command
1951
1882
  .classBuilder()
1952
1883
  .ep(commonParams)
1953
1884
  .m(function (Command, cs, config, o) {
1954
- return [
1955
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1956
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1957
- ];
1885
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1958
1886
  })
1959
1887
  .s("AWSLookoutEquipmentFrontendService", "CreateDataset", {})
1960
1888
  .n("LookoutEquipmentClient", "CreateDatasetCommand")
1961
- .f(void 0, void 0)
1962
- .ser(se_CreateDatasetCommand)
1963
- .de(de_CreateDatasetCommand)
1889
+ .sc(CreateDataset)
1964
1890
  .build() {
1965
1891
  }
1966
1892
 
@@ -1968,16 +1894,11 @@ class CreateInferenceSchedulerCommand extends smithyClient.Command
1968
1894
  .classBuilder()
1969
1895
  .ep(commonParams)
1970
1896
  .m(function (Command, cs, config, o) {
1971
- return [
1972
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1973
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1974
- ];
1897
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1975
1898
  })
1976
1899
  .s("AWSLookoutEquipmentFrontendService", "CreateInferenceScheduler", {})
1977
1900
  .n("LookoutEquipmentClient", "CreateInferenceSchedulerCommand")
1978
- .f(void 0, void 0)
1979
- .ser(se_CreateInferenceSchedulerCommand)
1980
- .de(de_CreateInferenceSchedulerCommand)
1901
+ .sc(CreateInferenceScheduler)
1981
1902
  .build() {
1982
1903
  }
1983
1904
 
@@ -1985,16 +1906,11 @@ class CreateLabelCommand extends smithyClient.Command
1985
1906
  .classBuilder()
1986
1907
  .ep(commonParams)
1987
1908
  .m(function (Command, cs, config, o) {
1988
- return [
1989
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1990
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1991
- ];
1909
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1992
1910
  })
1993
1911
  .s("AWSLookoutEquipmentFrontendService", "CreateLabel", {})
1994
1912
  .n("LookoutEquipmentClient", "CreateLabelCommand")
1995
- .f(void 0, void 0)
1996
- .ser(se_CreateLabelCommand)
1997
- .de(de_CreateLabelCommand)
1913
+ .sc(CreateLabel)
1998
1914
  .build() {
1999
1915
  }
2000
1916
 
@@ -2002,16 +1918,11 @@ class CreateLabelGroupCommand extends smithyClient.Command
2002
1918
  .classBuilder()
2003
1919
  .ep(commonParams)
2004
1920
  .m(function (Command, cs, config, o) {
2005
- return [
2006
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2007
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2008
- ];
1921
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2009
1922
  })
2010
1923
  .s("AWSLookoutEquipmentFrontendService", "CreateLabelGroup", {})
2011
1924
  .n("LookoutEquipmentClient", "CreateLabelGroupCommand")
2012
- .f(void 0, void 0)
2013
- .ser(se_CreateLabelGroupCommand)
2014
- .de(de_CreateLabelGroupCommand)
1925
+ .sc(CreateLabelGroup)
2015
1926
  .build() {
2016
1927
  }
2017
1928
 
@@ -2019,16 +1930,11 @@ class CreateModelCommand extends smithyClient.Command
2019
1930
  .classBuilder()
2020
1931
  .ep(commonParams)
2021
1932
  .m(function (Command, cs, config, o) {
2022
- return [
2023
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2024
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2025
- ];
1933
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2026
1934
  })
2027
1935
  .s("AWSLookoutEquipmentFrontendService", "CreateModel", {})
2028
1936
  .n("LookoutEquipmentClient", "CreateModelCommand")
2029
- .f(void 0, void 0)
2030
- .ser(se_CreateModelCommand)
2031
- .de(de_CreateModelCommand)
1937
+ .sc(CreateModel)
2032
1938
  .build() {
2033
1939
  }
2034
1940
 
@@ -2036,16 +1942,11 @@ class CreateRetrainingSchedulerCommand extends smithyClient.Command
2036
1942
  .classBuilder()
2037
1943
  .ep(commonParams)
2038
1944
  .m(function (Command, cs, config, o) {
2039
- return [
2040
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2041
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2042
- ];
1945
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2043
1946
  })
2044
1947
  .s("AWSLookoutEquipmentFrontendService", "CreateRetrainingScheduler", {})
2045
1948
  .n("LookoutEquipmentClient", "CreateRetrainingSchedulerCommand")
2046
- .f(void 0, void 0)
2047
- .ser(se_CreateRetrainingSchedulerCommand)
2048
- .de(de_CreateRetrainingSchedulerCommand)
1949
+ .sc(CreateRetrainingScheduler)
2049
1950
  .build() {
2050
1951
  }
2051
1952
 
@@ -2053,16 +1954,11 @@ class DeleteDatasetCommand extends smithyClient.Command
2053
1954
  .classBuilder()
2054
1955
  .ep(commonParams)
2055
1956
  .m(function (Command, cs, config, o) {
2056
- return [
2057
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2058
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2059
- ];
1957
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2060
1958
  })
2061
1959
  .s("AWSLookoutEquipmentFrontendService", "DeleteDataset", {})
2062
1960
  .n("LookoutEquipmentClient", "DeleteDatasetCommand")
2063
- .f(void 0, void 0)
2064
- .ser(se_DeleteDatasetCommand)
2065
- .de(de_DeleteDatasetCommand)
1961
+ .sc(DeleteDataset)
2066
1962
  .build() {
2067
1963
  }
2068
1964
 
@@ -2070,16 +1966,11 @@ class DeleteInferenceSchedulerCommand extends smithyClient.Command
2070
1966
  .classBuilder()
2071
1967
  .ep(commonParams)
2072
1968
  .m(function (Command, cs, config, o) {
2073
- return [
2074
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2075
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2076
- ];
1969
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2077
1970
  })
2078
1971
  .s("AWSLookoutEquipmentFrontendService", "DeleteInferenceScheduler", {})
2079
1972
  .n("LookoutEquipmentClient", "DeleteInferenceSchedulerCommand")
2080
- .f(void 0, void 0)
2081
- .ser(se_DeleteInferenceSchedulerCommand)
2082
- .de(de_DeleteInferenceSchedulerCommand)
1973
+ .sc(DeleteInferenceScheduler)
2083
1974
  .build() {
2084
1975
  }
2085
1976
 
@@ -2087,16 +1978,11 @@ class DeleteLabelCommand extends smithyClient.Command
2087
1978
  .classBuilder()
2088
1979
  .ep(commonParams)
2089
1980
  .m(function (Command, cs, config, o) {
2090
- return [
2091
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2092
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2093
- ];
1981
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2094
1982
  })
2095
1983
  .s("AWSLookoutEquipmentFrontendService", "DeleteLabel", {})
2096
1984
  .n("LookoutEquipmentClient", "DeleteLabelCommand")
2097
- .f(void 0, void 0)
2098
- .ser(se_DeleteLabelCommand)
2099
- .de(de_DeleteLabelCommand)
1985
+ .sc(DeleteLabel)
2100
1986
  .build() {
2101
1987
  }
2102
1988
 
@@ -2104,16 +1990,11 @@ class DeleteLabelGroupCommand extends smithyClient.Command
2104
1990
  .classBuilder()
2105
1991
  .ep(commonParams)
2106
1992
  .m(function (Command, cs, config, o) {
2107
- return [
2108
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2109
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2110
- ];
1993
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2111
1994
  })
2112
1995
  .s("AWSLookoutEquipmentFrontendService", "DeleteLabelGroup", {})
2113
1996
  .n("LookoutEquipmentClient", "DeleteLabelGroupCommand")
2114
- .f(void 0, void 0)
2115
- .ser(se_DeleteLabelGroupCommand)
2116
- .de(de_DeleteLabelGroupCommand)
1997
+ .sc(DeleteLabelGroup)
2117
1998
  .build() {
2118
1999
  }
2119
2000
 
@@ -2121,16 +2002,11 @@ class DeleteModelCommand extends smithyClient.Command
2121
2002
  .classBuilder()
2122
2003
  .ep(commonParams)
2123
2004
  .m(function (Command, cs, config, o) {
2124
- return [
2125
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2126
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2127
- ];
2005
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2128
2006
  })
2129
2007
  .s("AWSLookoutEquipmentFrontendService", "DeleteModel", {})
2130
2008
  .n("LookoutEquipmentClient", "DeleteModelCommand")
2131
- .f(void 0, void 0)
2132
- .ser(se_DeleteModelCommand)
2133
- .de(de_DeleteModelCommand)
2009
+ .sc(DeleteModel)
2134
2010
  .build() {
2135
2011
  }
2136
2012
 
@@ -2138,16 +2014,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
2138
2014
  .classBuilder()
2139
2015
  .ep(commonParams)
2140
2016
  .m(function (Command, cs, config, o) {
2141
- return [
2142
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2143
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2144
- ];
2017
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2145
2018
  })
2146
2019
  .s("AWSLookoutEquipmentFrontendService", "DeleteResourcePolicy", {})
2147
2020
  .n("LookoutEquipmentClient", "DeleteResourcePolicyCommand")
2148
- .f(void 0, void 0)
2149
- .ser(se_DeleteResourcePolicyCommand)
2150
- .de(de_DeleteResourcePolicyCommand)
2021
+ .sc(DeleteResourcePolicy)
2151
2022
  .build() {
2152
2023
  }
2153
2024
 
@@ -2155,16 +2026,11 @@ class DeleteRetrainingSchedulerCommand extends smithyClient.Command
2155
2026
  .classBuilder()
2156
2027
  .ep(commonParams)
2157
2028
  .m(function (Command, cs, config, o) {
2158
- return [
2159
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2160
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2161
- ];
2029
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2162
2030
  })
2163
2031
  .s("AWSLookoutEquipmentFrontendService", "DeleteRetrainingScheduler", {})
2164
2032
  .n("LookoutEquipmentClient", "DeleteRetrainingSchedulerCommand")
2165
- .f(void 0, void 0)
2166
- .ser(se_DeleteRetrainingSchedulerCommand)
2167
- .de(de_DeleteRetrainingSchedulerCommand)
2033
+ .sc(DeleteRetrainingScheduler)
2168
2034
  .build() {
2169
2035
  }
2170
2036
 
@@ -2172,16 +2038,11 @@ class DescribeDataIngestionJobCommand extends smithyClient.Command
2172
2038
  .classBuilder()
2173
2039
  .ep(commonParams)
2174
2040
  .m(function (Command, cs, config, o) {
2175
- return [
2176
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2177
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2178
- ];
2041
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2179
2042
  })
2180
2043
  .s("AWSLookoutEquipmentFrontendService", "DescribeDataIngestionJob", {})
2181
2044
  .n("LookoutEquipmentClient", "DescribeDataIngestionJobCommand")
2182
- .f(void 0, void 0)
2183
- .ser(se_DescribeDataIngestionJobCommand)
2184
- .de(de_DescribeDataIngestionJobCommand)
2045
+ .sc(DescribeDataIngestionJob)
2185
2046
  .build() {
2186
2047
  }
2187
2048
 
@@ -2189,16 +2050,11 @@ class DescribeDatasetCommand extends smithyClient.Command
2189
2050
  .classBuilder()
2190
2051
  .ep(commonParams)
2191
2052
  .m(function (Command, cs, config, o) {
2192
- return [
2193
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2194
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2195
- ];
2053
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2196
2054
  })
2197
2055
  .s("AWSLookoutEquipmentFrontendService", "DescribeDataset", {})
2198
2056
  .n("LookoutEquipmentClient", "DescribeDatasetCommand")
2199
- .f(void 0, void 0)
2200
- .ser(se_DescribeDatasetCommand)
2201
- .de(de_DescribeDatasetCommand)
2057
+ .sc(DescribeDataset)
2202
2058
  .build() {
2203
2059
  }
2204
2060
 
@@ -2206,16 +2062,11 @@ class DescribeInferenceSchedulerCommand extends smithyClient.Command
2206
2062
  .classBuilder()
2207
2063
  .ep(commonParams)
2208
2064
  .m(function (Command, cs, config, o) {
2209
- return [
2210
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2211
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2212
- ];
2065
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2213
2066
  })
2214
2067
  .s("AWSLookoutEquipmentFrontendService", "DescribeInferenceScheduler", {})
2215
2068
  .n("LookoutEquipmentClient", "DescribeInferenceSchedulerCommand")
2216
- .f(void 0, void 0)
2217
- .ser(se_DescribeInferenceSchedulerCommand)
2218
- .de(de_DescribeInferenceSchedulerCommand)
2069
+ .sc(DescribeInferenceScheduler)
2219
2070
  .build() {
2220
2071
  }
2221
2072
 
@@ -2223,16 +2074,11 @@ class DescribeLabelCommand extends smithyClient.Command
2223
2074
  .classBuilder()
2224
2075
  .ep(commonParams)
2225
2076
  .m(function (Command, cs, config, o) {
2226
- return [
2227
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2228
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2229
- ];
2077
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2230
2078
  })
2231
2079
  .s("AWSLookoutEquipmentFrontendService", "DescribeLabel", {})
2232
2080
  .n("LookoutEquipmentClient", "DescribeLabelCommand")
2233
- .f(void 0, void 0)
2234
- .ser(se_DescribeLabelCommand)
2235
- .de(de_DescribeLabelCommand)
2081
+ .sc(DescribeLabel)
2236
2082
  .build() {
2237
2083
  }
2238
2084
 
@@ -2240,16 +2086,11 @@ class DescribeLabelGroupCommand extends smithyClient.Command
2240
2086
  .classBuilder()
2241
2087
  .ep(commonParams)
2242
2088
  .m(function (Command, cs, config, o) {
2243
- return [
2244
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2245
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2246
- ];
2089
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2247
2090
  })
2248
2091
  .s("AWSLookoutEquipmentFrontendService", "DescribeLabelGroup", {})
2249
2092
  .n("LookoutEquipmentClient", "DescribeLabelGroupCommand")
2250
- .f(void 0, void 0)
2251
- .ser(se_DescribeLabelGroupCommand)
2252
- .de(de_DescribeLabelGroupCommand)
2093
+ .sc(DescribeLabelGroup)
2253
2094
  .build() {
2254
2095
  }
2255
2096
 
@@ -2257,16 +2098,11 @@ class DescribeModelCommand extends smithyClient.Command
2257
2098
  .classBuilder()
2258
2099
  .ep(commonParams)
2259
2100
  .m(function (Command, cs, config, o) {
2260
- return [
2261
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2262
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2263
- ];
2101
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2264
2102
  })
2265
2103
  .s("AWSLookoutEquipmentFrontendService", "DescribeModel", {})
2266
2104
  .n("LookoutEquipmentClient", "DescribeModelCommand")
2267
- .f(void 0, void 0)
2268
- .ser(se_DescribeModelCommand)
2269
- .de(de_DescribeModelCommand)
2105
+ .sc(DescribeModel)
2270
2106
  .build() {
2271
2107
  }
2272
2108
 
@@ -2274,16 +2110,11 @@ class DescribeModelVersionCommand extends smithyClient.Command
2274
2110
  .classBuilder()
2275
2111
  .ep(commonParams)
2276
2112
  .m(function (Command, cs, config, o) {
2277
- return [
2278
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2279
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2280
- ];
2113
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2281
2114
  })
2282
2115
  .s("AWSLookoutEquipmentFrontendService", "DescribeModelVersion", {})
2283
2116
  .n("LookoutEquipmentClient", "DescribeModelVersionCommand")
2284
- .f(void 0, void 0)
2285
- .ser(se_DescribeModelVersionCommand)
2286
- .de(de_DescribeModelVersionCommand)
2117
+ .sc(DescribeModelVersion)
2287
2118
  .build() {
2288
2119
  }
2289
2120
 
@@ -2291,16 +2122,11 @@ class DescribeResourcePolicyCommand extends smithyClient.Command
2291
2122
  .classBuilder()
2292
2123
  .ep(commonParams)
2293
2124
  .m(function (Command, cs, config, o) {
2294
- return [
2295
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2296
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2297
- ];
2125
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2298
2126
  })
2299
2127
  .s("AWSLookoutEquipmentFrontendService", "DescribeResourcePolicy", {})
2300
2128
  .n("LookoutEquipmentClient", "DescribeResourcePolicyCommand")
2301
- .f(void 0, void 0)
2302
- .ser(se_DescribeResourcePolicyCommand)
2303
- .de(de_DescribeResourcePolicyCommand)
2129
+ .sc(DescribeResourcePolicy)
2304
2130
  .build() {
2305
2131
  }
2306
2132
 
@@ -2308,16 +2134,11 @@ class DescribeRetrainingSchedulerCommand extends smithyClient.Command
2308
2134
  .classBuilder()
2309
2135
  .ep(commonParams)
2310
2136
  .m(function (Command, cs, config, o) {
2311
- return [
2312
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2313
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2314
- ];
2137
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2315
2138
  })
2316
2139
  .s("AWSLookoutEquipmentFrontendService", "DescribeRetrainingScheduler", {})
2317
2140
  .n("LookoutEquipmentClient", "DescribeRetrainingSchedulerCommand")
2318
- .f(void 0, void 0)
2319
- .ser(se_DescribeRetrainingSchedulerCommand)
2320
- .de(de_DescribeRetrainingSchedulerCommand)
2141
+ .sc(DescribeRetrainingScheduler)
2321
2142
  .build() {
2322
2143
  }
2323
2144
 
@@ -2325,16 +2146,11 @@ class ImportDatasetCommand extends smithyClient.Command
2325
2146
  .classBuilder()
2326
2147
  .ep(commonParams)
2327
2148
  .m(function (Command, cs, config, o) {
2328
- return [
2329
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2330
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2331
- ];
2149
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2332
2150
  })
2333
2151
  .s("AWSLookoutEquipmentFrontendService", "ImportDataset", {})
2334
2152
  .n("LookoutEquipmentClient", "ImportDatasetCommand")
2335
- .f(void 0, void 0)
2336
- .ser(se_ImportDatasetCommand)
2337
- .de(de_ImportDatasetCommand)
2153
+ .sc(ImportDataset)
2338
2154
  .build() {
2339
2155
  }
2340
2156
 
@@ -2342,16 +2158,11 @@ class ImportModelVersionCommand extends smithyClient.Command
2342
2158
  .classBuilder()
2343
2159
  .ep(commonParams)
2344
2160
  .m(function (Command, cs, config, o) {
2345
- return [
2346
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2347
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2348
- ];
2161
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2349
2162
  })
2350
2163
  .s("AWSLookoutEquipmentFrontendService", "ImportModelVersion", {})
2351
2164
  .n("LookoutEquipmentClient", "ImportModelVersionCommand")
2352
- .f(void 0, void 0)
2353
- .ser(se_ImportModelVersionCommand)
2354
- .de(de_ImportModelVersionCommand)
2165
+ .sc(ImportModelVersion)
2355
2166
  .build() {
2356
2167
  }
2357
2168
 
@@ -2359,16 +2170,11 @@ class ListDataIngestionJobsCommand extends smithyClient.Command
2359
2170
  .classBuilder()
2360
2171
  .ep(commonParams)
2361
2172
  .m(function (Command, cs, config, o) {
2362
- return [
2363
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2364
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2365
- ];
2173
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2366
2174
  })
2367
2175
  .s("AWSLookoutEquipmentFrontendService", "ListDataIngestionJobs", {})
2368
2176
  .n("LookoutEquipmentClient", "ListDataIngestionJobsCommand")
2369
- .f(void 0, void 0)
2370
- .ser(se_ListDataIngestionJobsCommand)
2371
- .de(de_ListDataIngestionJobsCommand)
2177
+ .sc(ListDataIngestionJobs)
2372
2178
  .build() {
2373
2179
  }
2374
2180
 
@@ -2376,16 +2182,11 @@ class ListDatasetsCommand extends smithyClient.Command
2376
2182
  .classBuilder()
2377
2183
  .ep(commonParams)
2378
2184
  .m(function (Command, cs, config, o) {
2379
- return [
2380
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2381
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2382
- ];
2185
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2383
2186
  })
2384
2187
  .s("AWSLookoutEquipmentFrontendService", "ListDatasets", {})
2385
2188
  .n("LookoutEquipmentClient", "ListDatasetsCommand")
2386
- .f(void 0, void 0)
2387
- .ser(se_ListDatasetsCommand)
2388
- .de(de_ListDatasetsCommand)
2189
+ .sc(ListDatasets)
2389
2190
  .build() {
2390
2191
  }
2391
2192
 
@@ -2393,16 +2194,11 @@ class ListInferenceEventsCommand extends smithyClient.Command
2393
2194
  .classBuilder()
2394
2195
  .ep(commonParams)
2395
2196
  .m(function (Command, cs, config, o) {
2396
- return [
2397
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2398
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2399
- ];
2197
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2400
2198
  })
2401
2199
  .s("AWSLookoutEquipmentFrontendService", "ListInferenceEvents", {})
2402
2200
  .n("LookoutEquipmentClient", "ListInferenceEventsCommand")
2403
- .f(void 0, void 0)
2404
- .ser(se_ListInferenceEventsCommand)
2405
- .de(de_ListInferenceEventsCommand)
2201
+ .sc(ListInferenceEvents)
2406
2202
  .build() {
2407
2203
  }
2408
2204
 
@@ -2410,16 +2206,11 @@ class ListInferenceExecutionsCommand extends smithyClient.Command
2410
2206
  .classBuilder()
2411
2207
  .ep(commonParams)
2412
2208
  .m(function (Command, cs, config, o) {
2413
- return [
2414
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2415
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2416
- ];
2209
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2417
2210
  })
2418
2211
  .s("AWSLookoutEquipmentFrontendService", "ListInferenceExecutions", {})
2419
2212
  .n("LookoutEquipmentClient", "ListInferenceExecutionsCommand")
2420
- .f(void 0, void 0)
2421
- .ser(se_ListInferenceExecutionsCommand)
2422
- .de(de_ListInferenceExecutionsCommand)
2213
+ .sc(ListInferenceExecutions)
2423
2214
  .build() {
2424
2215
  }
2425
2216
 
@@ -2427,16 +2218,11 @@ class ListInferenceSchedulersCommand extends smithyClient.Command
2427
2218
  .classBuilder()
2428
2219
  .ep(commonParams)
2429
2220
  .m(function (Command, cs, config, o) {
2430
- return [
2431
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2432
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2433
- ];
2221
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2434
2222
  })
2435
2223
  .s("AWSLookoutEquipmentFrontendService", "ListInferenceSchedulers", {})
2436
2224
  .n("LookoutEquipmentClient", "ListInferenceSchedulersCommand")
2437
- .f(void 0, void 0)
2438
- .ser(se_ListInferenceSchedulersCommand)
2439
- .de(de_ListInferenceSchedulersCommand)
2225
+ .sc(ListInferenceSchedulers)
2440
2226
  .build() {
2441
2227
  }
2442
2228
 
@@ -2444,16 +2230,11 @@ class ListLabelGroupsCommand extends smithyClient.Command
2444
2230
  .classBuilder()
2445
2231
  .ep(commonParams)
2446
2232
  .m(function (Command, cs, config, o) {
2447
- return [
2448
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2449
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2450
- ];
2233
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2451
2234
  })
2452
2235
  .s("AWSLookoutEquipmentFrontendService", "ListLabelGroups", {})
2453
2236
  .n("LookoutEquipmentClient", "ListLabelGroupsCommand")
2454
- .f(void 0, void 0)
2455
- .ser(se_ListLabelGroupsCommand)
2456
- .de(de_ListLabelGroupsCommand)
2237
+ .sc(ListLabelGroups)
2457
2238
  .build() {
2458
2239
  }
2459
2240
 
@@ -2461,16 +2242,11 @@ class ListLabelsCommand extends smithyClient.Command
2461
2242
  .classBuilder()
2462
2243
  .ep(commonParams)
2463
2244
  .m(function (Command, cs, config, o) {
2464
- return [
2465
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2466
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2467
- ];
2245
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2468
2246
  })
2469
2247
  .s("AWSLookoutEquipmentFrontendService", "ListLabels", {})
2470
2248
  .n("LookoutEquipmentClient", "ListLabelsCommand")
2471
- .f(void 0, void 0)
2472
- .ser(se_ListLabelsCommand)
2473
- .de(de_ListLabelsCommand)
2249
+ .sc(ListLabels)
2474
2250
  .build() {
2475
2251
  }
2476
2252
 
@@ -2478,16 +2254,11 @@ class ListModelsCommand extends smithyClient.Command
2478
2254
  .classBuilder()
2479
2255
  .ep(commonParams)
2480
2256
  .m(function (Command, cs, config, o) {
2481
- return [
2482
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2483
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2484
- ];
2257
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2485
2258
  })
2486
2259
  .s("AWSLookoutEquipmentFrontendService", "ListModels", {})
2487
2260
  .n("LookoutEquipmentClient", "ListModelsCommand")
2488
- .f(void 0, void 0)
2489
- .ser(se_ListModelsCommand)
2490
- .de(de_ListModelsCommand)
2261
+ .sc(ListModels)
2491
2262
  .build() {
2492
2263
  }
2493
2264
 
@@ -2495,16 +2266,11 @@ class ListModelVersionsCommand extends smithyClient.Command
2495
2266
  .classBuilder()
2496
2267
  .ep(commonParams)
2497
2268
  .m(function (Command, cs, config, o) {
2498
- return [
2499
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2500
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2501
- ];
2269
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2502
2270
  })
2503
2271
  .s("AWSLookoutEquipmentFrontendService", "ListModelVersions", {})
2504
2272
  .n("LookoutEquipmentClient", "ListModelVersionsCommand")
2505
- .f(void 0, void 0)
2506
- .ser(se_ListModelVersionsCommand)
2507
- .de(de_ListModelVersionsCommand)
2273
+ .sc(ListModelVersions)
2508
2274
  .build() {
2509
2275
  }
2510
2276
 
@@ -2512,16 +2278,11 @@ class ListRetrainingSchedulersCommand extends smithyClient.Command
2512
2278
  .classBuilder()
2513
2279
  .ep(commonParams)
2514
2280
  .m(function (Command, cs, config, o) {
2515
- return [
2516
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2517
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2518
- ];
2281
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2519
2282
  })
2520
2283
  .s("AWSLookoutEquipmentFrontendService", "ListRetrainingSchedulers", {})
2521
2284
  .n("LookoutEquipmentClient", "ListRetrainingSchedulersCommand")
2522
- .f(void 0, void 0)
2523
- .ser(se_ListRetrainingSchedulersCommand)
2524
- .de(de_ListRetrainingSchedulersCommand)
2285
+ .sc(ListRetrainingSchedulers)
2525
2286
  .build() {
2526
2287
  }
2527
2288
 
@@ -2529,16 +2290,11 @@ class ListSensorStatisticsCommand extends smithyClient.Command
2529
2290
  .classBuilder()
2530
2291
  .ep(commonParams)
2531
2292
  .m(function (Command, cs, config, o) {
2532
- return [
2533
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2534
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2535
- ];
2293
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2536
2294
  })
2537
2295
  .s("AWSLookoutEquipmentFrontendService", "ListSensorStatistics", {})
2538
2296
  .n("LookoutEquipmentClient", "ListSensorStatisticsCommand")
2539
- .f(void 0, void 0)
2540
- .ser(se_ListSensorStatisticsCommand)
2541
- .de(de_ListSensorStatisticsCommand)
2297
+ .sc(ListSensorStatistics)
2542
2298
  .build() {
2543
2299
  }
2544
2300
 
@@ -2546,16 +2302,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2546
2302
  .classBuilder()
2547
2303
  .ep(commonParams)
2548
2304
  .m(function (Command, cs, config, o) {
2549
- return [
2550
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2551
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2552
- ];
2305
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2553
2306
  })
2554
2307
  .s("AWSLookoutEquipmentFrontendService", "ListTagsForResource", {})
2555
2308
  .n("LookoutEquipmentClient", "ListTagsForResourceCommand")
2556
- .f(void 0, void 0)
2557
- .ser(se_ListTagsForResourceCommand)
2558
- .de(de_ListTagsForResourceCommand)
2309
+ .sc(ListTagsForResource)
2559
2310
  .build() {
2560
2311
  }
2561
2312
 
@@ -2563,16 +2314,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
2563
2314
  .classBuilder()
2564
2315
  .ep(commonParams)
2565
2316
  .m(function (Command, cs, config, o) {
2566
- return [
2567
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2568
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2569
- ];
2317
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2570
2318
  })
2571
2319
  .s("AWSLookoutEquipmentFrontendService", "PutResourcePolicy", {})
2572
2320
  .n("LookoutEquipmentClient", "PutResourcePolicyCommand")
2573
- .f(void 0, void 0)
2574
- .ser(se_PutResourcePolicyCommand)
2575
- .de(de_PutResourcePolicyCommand)
2321
+ .sc(PutResourcePolicy)
2576
2322
  .build() {
2577
2323
  }
2578
2324
 
@@ -2580,16 +2326,11 @@ class StartDataIngestionJobCommand extends smithyClient.Command
2580
2326
  .classBuilder()
2581
2327
  .ep(commonParams)
2582
2328
  .m(function (Command, cs, config, o) {
2583
- return [
2584
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2585
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2586
- ];
2329
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2587
2330
  })
2588
2331
  .s("AWSLookoutEquipmentFrontendService", "StartDataIngestionJob", {})
2589
2332
  .n("LookoutEquipmentClient", "StartDataIngestionJobCommand")
2590
- .f(void 0, void 0)
2591
- .ser(se_StartDataIngestionJobCommand)
2592
- .de(de_StartDataIngestionJobCommand)
2333
+ .sc(StartDataIngestionJob)
2593
2334
  .build() {
2594
2335
  }
2595
2336
 
@@ -2597,16 +2338,11 @@ class StartInferenceSchedulerCommand extends smithyClient.Command
2597
2338
  .classBuilder()
2598
2339
  .ep(commonParams)
2599
2340
  .m(function (Command, cs, config, o) {
2600
- return [
2601
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2602
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2603
- ];
2341
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2604
2342
  })
2605
2343
  .s("AWSLookoutEquipmentFrontendService", "StartInferenceScheduler", {})
2606
2344
  .n("LookoutEquipmentClient", "StartInferenceSchedulerCommand")
2607
- .f(void 0, void 0)
2608
- .ser(se_StartInferenceSchedulerCommand)
2609
- .de(de_StartInferenceSchedulerCommand)
2345
+ .sc(StartInferenceScheduler)
2610
2346
  .build() {
2611
2347
  }
2612
2348
 
@@ -2614,16 +2350,11 @@ class StartRetrainingSchedulerCommand extends smithyClient.Command
2614
2350
  .classBuilder()
2615
2351
  .ep(commonParams)
2616
2352
  .m(function (Command, cs, config, o) {
2617
- return [
2618
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2619
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2620
- ];
2353
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2621
2354
  })
2622
2355
  .s("AWSLookoutEquipmentFrontendService", "StartRetrainingScheduler", {})
2623
2356
  .n("LookoutEquipmentClient", "StartRetrainingSchedulerCommand")
2624
- .f(void 0, void 0)
2625
- .ser(se_StartRetrainingSchedulerCommand)
2626
- .de(de_StartRetrainingSchedulerCommand)
2357
+ .sc(StartRetrainingScheduler)
2627
2358
  .build() {
2628
2359
  }
2629
2360
 
@@ -2631,16 +2362,11 @@ class StopInferenceSchedulerCommand extends smithyClient.Command
2631
2362
  .classBuilder()
2632
2363
  .ep(commonParams)
2633
2364
  .m(function (Command, cs, config, o) {
2634
- return [
2635
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2636
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2637
- ];
2365
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2638
2366
  })
2639
2367
  .s("AWSLookoutEquipmentFrontendService", "StopInferenceScheduler", {})
2640
2368
  .n("LookoutEquipmentClient", "StopInferenceSchedulerCommand")
2641
- .f(void 0, void 0)
2642
- .ser(se_StopInferenceSchedulerCommand)
2643
- .de(de_StopInferenceSchedulerCommand)
2369
+ .sc(StopInferenceScheduler)
2644
2370
  .build() {
2645
2371
  }
2646
2372
 
@@ -2648,16 +2374,11 @@ class StopRetrainingSchedulerCommand extends smithyClient.Command
2648
2374
  .classBuilder()
2649
2375
  .ep(commonParams)
2650
2376
  .m(function (Command, cs, config, o) {
2651
- return [
2652
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2653
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2654
- ];
2377
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2655
2378
  })
2656
2379
  .s("AWSLookoutEquipmentFrontendService", "StopRetrainingScheduler", {})
2657
2380
  .n("LookoutEquipmentClient", "StopRetrainingSchedulerCommand")
2658
- .f(void 0, void 0)
2659
- .ser(se_StopRetrainingSchedulerCommand)
2660
- .de(de_StopRetrainingSchedulerCommand)
2381
+ .sc(StopRetrainingScheduler)
2661
2382
  .build() {
2662
2383
  }
2663
2384
 
@@ -2665,16 +2386,11 @@ class TagResourceCommand extends smithyClient.Command
2665
2386
  .classBuilder()
2666
2387
  .ep(commonParams)
2667
2388
  .m(function (Command, cs, config, o) {
2668
- return [
2669
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2670
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2671
- ];
2389
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2672
2390
  })
2673
2391
  .s("AWSLookoutEquipmentFrontendService", "TagResource", {})
2674
2392
  .n("LookoutEquipmentClient", "TagResourceCommand")
2675
- .f(void 0, void 0)
2676
- .ser(se_TagResourceCommand)
2677
- .de(de_TagResourceCommand)
2393
+ .sc(TagResource)
2678
2394
  .build() {
2679
2395
  }
2680
2396
 
@@ -2682,16 +2398,11 @@ class UntagResourceCommand extends smithyClient.Command
2682
2398
  .classBuilder()
2683
2399
  .ep(commonParams)
2684
2400
  .m(function (Command, cs, config, o) {
2685
- return [
2686
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2687
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2688
- ];
2401
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2689
2402
  })
2690
2403
  .s("AWSLookoutEquipmentFrontendService", "UntagResource", {})
2691
2404
  .n("LookoutEquipmentClient", "UntagResourceCommand")
2692
- .f(void 0, void 0)
2693
- .ser(se_UntagResourceCommand)
2694
- .de(de_UntagResourceCommand)
2405
+ .sc(UntagResource)
2695
2406
  .build() {
2696
2407
  }
2697
2408
 
@@ -2699,16 +2410,11 @@ class UpdateActiveModelVersionCommand extends smithyClient.Command
2699
2410
  .classBuilder()
2700
2411
  .ep(commonParams)
2701
2412
  .m(function (Command, cs, config, o) {
2702
- return [
2703
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2704
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2705
- ];
2413
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2706
2414
  })
2707
2415
  .s("AWSLookoutEquipmentFrontendService", "UpdateActiveModelVersion", {})
2708
2416
  .n("LookoutEquipmentClient", "UpdateActiveModelVersionCommand")
2709
- .f(void 0, void 0)
2710
- .ser(se_UpdateActiveModelVersionCommand)
2711
- .de(de_UpdateActiveModelVersionCommand)
2417
+ .sc(UpdateActiveModelVersion)
2712
2418
  .build() {
2713
2419
  }
2714
2420
 
@@ -2716,16 +2422,11 @@ class UpdateInferenceSchedulerCommand extends smithyClient.Command
2716
2422
  .classBuilder()
2717
2423
  .ep(commonParams)
2718
2424
  .m(function (Command, cs, config, o) {
2719
- return [
2720
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2721
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2722
- ];
2425
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2723
2426
  })
2724
2427
  .s("AWSLookoutEquipmentFrontendService", "UpdateInferenceScheduler", {})
2725
2428
  .n("LookoutEquipmentClient", "UpdateInferenceSchedulerCommand")
2726
- .f(void 0, void 0)
2727
- .ser(se_UpdateInferenceSchedulerCommand)
2728
- .de(de_UpdateInferenceSchedulerCommand)
2429
+ .sc(UpdateInferenceScheduler)
2729
2430
  .build() {
2730
2431
  }
2731
2432
 
@@ -2733,16 +2434,11 @@ class UpdateLabelGroupCommand extends smithyClient.Command
2733
2434
  .classBuilder()
2734
2435
  .ep(commonParams)
2735
2436
  .m(function (Command, cs, config, o) {
2736
- return [
2737
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2738
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2739
- ];
2437
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2740
2438
  })
2741
2439
  .s("AWSLookoutEquipmentFrontendService", "UpdateLabelGroup", {})
2742
2440
  .n("LookoutEquipmentClient", "UpdateLabelGroupCommand")
2743
- .f(void 0, void 0)
2744
- .ser(se_UpdateLabelGroupCommand)
2745
- .de(de_UpdateLabelGroupCommand)
2441
+ .sc(UpdateLabelGroup)
2746
2442
  .build() {
2747
2443
  }
2748
2444
 
@@ -2750,16 +2446,11 @@ class UpdateModelCommand extends smithyClient.Command
2750
2446
  .classBuilder()
2751
2447
  .ep(commonParams)
2752
2448
  .m(function (Command, cs, config, o) {
2753
- return [
2754
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2755
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2756
- ];
2449
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2757
2450
  })
2758
2451
  .s("AWSLookoutEquipmentFrontendService", "UpdateModel", {})
2759
2452
  .n("LookoutEquipmentClient", "UpdateModelCommand")
2760
- .f(void 0, void 0)
2761
- .ser(se_UpdateModelCommand)
2762
- .de(de_UpdateModelCommand)
2453
+ .sc(UpdateModel)
2763
2454
  .build() {
2764
2455
  }
2765
2456
 
@@ -2767,16 +2458,11 @@ class UpdateRetrainingSchedulerCommand extends smithyClient.Command
2767
2458
  .classBuilder()
2768
2459
  .ep(commonParams)
2769
2460
  .m(function (Command, cs, config, o) {
2770
- return [
2771
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2772
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2773
- ];
2461
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2774
2462
  })
2775
2463
  .s("AWSLookoutEquipmentFrontendService", "UpdateRetrainingScheduler", {})
2776
2464
  .n("LookoutEquipmentClient", "UpdateRetrainingSchedulerCommand")
2777
- .f(void 0, void 0)
2778
- .ser(se_UpdateRetrainingSchedulerCommand)
2779
- .de(de_UpdateRetrainingSchedulerCommand)
2465
+ .sc(UpdateRetrainingScheduler)
2780
2466
  .build() {
2781
2467
  }
2782
2468
 
@@ -2865,9 +2551,9 @@ Object.defineProperty(exports, "__Client", {
2865
2551
  enumerable: true,
2866
2552
  get: function () { return smithyClient.Client; }
2867
2553
  });
2868
- exports.AccessDeniedException = AccessDeniedException;
2554
+ exports.AccessDeniedException = AccessDeniedException$1;
2869
2555
  exports.AutoPromotionResult = AutoPromotionResult;
2870
- exports.ConflictException = ConflictException;
2556
+ exports.ConflictException = ConflictException$1;
2871
2557
  exports.CreateDatasetCommand = CreateDatasetCommand;
2872
2558
  exports.CreateInferenceSchedulerCommand = CreateInferenceSchedulerCommand;
2873
2559
  exports.CreateLabelCommand = CreateLabelCommand;
@@ -2898,7 +2584,7 @@ exports.InferenceDataImportStrategy = InferenceDataImportStrategy;
2898
2584
  exports.InferenceExecutionStatus = InferenceExecutionStatus;
2899
2585
  exports.InferenceSchedulerStatus = InferenceSchedulerStatus;
2900
2586
  exports.IngestionJobStatus = IngestionJobStatus;
2901
- exports.InternalServerException = InternalServerException;
2587
+ exports.InternalServerException = InternalServerException$1;
2902
2588
  exports.LabelRating = LabelRating;
2903
2589
  exports.LatestInferenceResult = LatestInferenceResult;
2904
2590
  exports.ListDataIngestionJobsCommand = ListDataIngestionJobsCommand;
@@ -2915,7 +2601,7 @@ exports.ListSensorStatisticsCommand = ListSensorStatisticsCommand;
2915
2601
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2916
2602
  exports.LookoutEquipment = LookoutEquipment;
2917
2603
  exports.LookoutEquipmentClient = LookoutEquipmentClient;
2918
- exports.LookoutEquipmentServiceException = LookoutEquipmentServiceException;
2604
+ exports.LookoutEquipmentServiceException = LookoutEquipmentServiceException$1;
2919
2605
  exports.ModelPromoteMode = ModelPromoteMode;
2920
2606
  exports.ModelQuality = ModelQuality;
2921
2607
  exports.ModelStatus = ModelStatus;
@@ -2923,9 +2609,9 @@ exports.ModelVersionSourceType = ModelVersionSourceType;
2923
2609
  exports.ModelVersionStatus = ModelVersionStatus;
2924
2610
  exports.Monotonicity = Monotonicity;
2925
2611
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
2926
- exports.ResourceNotFoundException = ResourceNotFoundException;
2612
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
2927
2613
  exports.RetrainingSchedulerStatus = RetrainingSchedulerStatus;
2928
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2614
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2929
2615
  exports.StartDataIngestionJobCommand = StartDataIngestionJobCommand;
2930
2616
  exports.StartInferenceSchedulerCommand = StartInferenceSchedulerCommand;
2931
2617
  exports.StartRetrainingSchedulerCommand = StartRetrainingSchedulerCommand;
@@ -2934,14 +2620,14 @@ exports.StopInferenceSchedulerCommand = StopInferenceSchedulerCommand;
2934
2620
  exports.StopRetrainingSchedulerCommand = StopRetrainingSchedulerCommand;
2935
2621
  exports.TagResourceCommand = TagResourceCommand;
2936
2622
  exports.TargetSamplingRate = TargetSamplingRate;
2937
- exports.ThrottlingException = ThrottlingException;
2623
+ exports.ThrottlingException = ThrottlingException$1;
2938
2624
  exports.UntagResourceCommand = UntagResourceCommand;
2939
2625
  exports.UpdateActiveModelVersionCommand = UpdateActiveModelVersionCommand;
2940
2626
  exports.UpdateInferenceSchedulerCommand = UpdateInferenceSchedulerCommand;
2941
2627
  exports.UpdateLabelGroupCommand = UpdateLabelGroupCommand;
2942
2628
  exports.UpdateModelCommand = UpdateModelCommand;
2943
2629
  exports.UpdateRetrainingSchedulerCommand = UpdateRetrainingSchedulerCommand;
2944
- exports.ValidationException = ValidationException;
2630
+ exports.ValidationException = ValidationException$1;
2945
2631
  exports.paginateListDataIngestionJobs = paginateListDataIngestionJobs;
2946
2632
  exports.paginateListDatasets = paginateListDatasets;
2947
2633
  exports.paginateListInferenceEvents = paginateListInferenceEvents;