@aws-sdk/client-lookoutequipment 3.927.0 → 3.928.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1679 -1993
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/LookoutEquipmentClient.js +2 -0
- package/dist-es/commands/CreateDatasetCommand.js +3 -9
- package/dist-es/commands/CreateInferenceSchedulerCommand.js +3 -9
- package/dist-es/commands/CreateLabelCommand.js +3 -9
- package/dist-es/commands/CreateLabelGroupCommand.js +3 -9
- package/dist-es/commands/CreateModelCommand.js +3 -9
- package/dist-es/commands/CreateRetrainingSchedulerCommand.js +3 -9
- package/dist-es/commands/DeleteDatasetCommand.js +3 -9
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js +3 -9
- package/dist-es/commands/DeleteLabelCommand.js +3 -9
- package/dist-es/commands/DeleteLabelGroupCommand.js +3 -9
- package/dist-es/commands/DeleteModelCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +3 -9
- package/dist-es/commands/DescribeDataIngestionJobCommand.js +3 -9
- package/dist-es/commands/DescribeDatasetCommand.js +3 -9
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js +3 -9
- package/dist-es/commands/DescribeLabelCommand.js +3 -9
- package/dist-es/commands/DescribeLabelGroupCommand.js +3 -9
- package/dist-es/commands/DescribeModelCommand.js +3 -9
- package/dist-es/commands/DescribeModelVersionCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +3 -9
- package/dist-es/commands/ImportDatasetCommand.js +3 -9
- package/dist-es/commands/ImportModelVersionCommand.js +3 -9
- package/dist-es/commands/ListDataIngestionJobsCommand.js +3 -9
- package/dist-es/commands/ListDatasetsCommand.js +3 -9
- package/dist-es/commands/ListInferenceEventsCommand.js +3 -9
- package/dist-es/commands/ListInferenceExecutionsCommand.js +3 -9
- package/dist-es/commands/ListInferenceSchedulersCommand.js +3 -9
- package/dist-es/commands/ListLabelGroupsCommand.js +3 -9
- package/dist-es/commands/ListLabelsCommand.js +3 -9
- package/dist-es/commands/ListModelVersionsCommand.js +3 -9
- package/dist-es/commands/ListModelsCommand.js +3 -9
- package/dist-es/commands/ListRetrainingSchedulersCommand.js +3 -9
- package/dist-es/commands/ListSensorStatisticsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/StartDataIngestionJobCommand.js +3 -9
- package/dist-es/commands/StartInferenceSchedulerCommand.js +3 -9
- package/dist-es/commands/StartRetrainingSchedulerCommand.js +3 -9
- package/dist-es/commands/StopInferenceSchedulerCommand.js +3 -9
- package/dist-es/commands/StopRetrainingSchedulerCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateActiveModelVersionCommand.js +3 -9
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js +3 -9
- package/dist-es/commands/UpdateLabelGroupCommand.js +3 -9
- package/dist-es/commands/UpdateModelCommand.js +3 -9
- package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1560 -0
- package/dist-types/LookoutEquipmentClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +203 -0
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +209 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -1633
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -443
- 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
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
const
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
const
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
const
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
const
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
const
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
const
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
const
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
const
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
const
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
const
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
const
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
const
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
const
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
const
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
const
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
const
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
const
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
const
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
const
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
const
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
const
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
const
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
const
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
const
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
const
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
const
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
const
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
const
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
const
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
const
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
const
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
const
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
const
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
const
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
const
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
const
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
const
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
const
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
const
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
const
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
const
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
const
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
const
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
const
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
const
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
const
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
const
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
const
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
const
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
const
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
const
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
const
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
const
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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;
|