@aws-sdk/client-lookoutequipment 3.170.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/LookoutEquipment.d.ts +0 -33
  3. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +0 -1
  38. package/dist-types/ts3.4/models/models_0.d.ts +938 -2630
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  42. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  43. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-lookoutequipment
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-lookoutequipment
@@ -132,7 +132,6 @@ import {
132
132
  UpdateLabelGroupCommandOutput,
133
133
  } from "./commands/UpdateLabelGroupCommand";
134
134
  import { LookoutEquipmentClient } from "./LookoutEquipmentClient";
135
-
136
135
  export declare class LookoutEquipment extends LookoutEquipmentClient {
137
136
  createDataset(
138
137
  args: CreateDatasetCommandInput,
@@ -147,7 +146,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
147
146
  options: __HttpHandlerOptions,
148
147
  cb: (err: any, data?: CreateDatasetCommandOutput) => void
149
148
  ): void;
150
-
151
149
  createInferenceScheduler(
152
150
  args: CreateInferenceSchedulerCommandInput,
153
151
  options?: __HttpHandlerOptions
@@ -161,7 +159,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
161
159
  options: __HttpHandlerOptions,
162
160
  cb: (err: any, data?: CreateInferenceSchedulerCommandOutput) => void
163
161
  ): void;
164
-
165
162
  createLabel(
166
163
  args: CreateLabelCommandInput,
167
164
  options?: __HttpHandlerOptions
@@ -175,7 +172,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
175
172
  options: __HttpHandlerOptions,
176
173
  cb: (err: any, data?: CreateLabelCommandOutput) => void
177
174
  ): void;
178
-
179
175
  createLabelGroup(
180
176
  args: CreateLabelGroupCommandInput,
181
177
  options?: __HttpHandlerOptions
@@ -189,7 +185,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
189
185
  options: __HttpHandlerOptions,
190
186
  cb: (err: any, data?: CreateLabelGroupCommandOutput) => void
191
187
  ): void;
192
-
193
188
  createModel(
194
189
  args: CreateModelCommandInput,
195
190
  options?: __HttpHandlerOptions
@@ -203,7 +198,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
203
198
  options: __HttpHandlerOptions,
204
199
  cb: (err: any, data?: CreateModelCommandOutput) => void
205
200
  ): void;
206
-
207
201
  deleteDataset(
208
202
  args: DeleteDatasetCommandInput,
209
203
  options?: __HttpHandlerOptions
@@ -217,7 +211,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
217
211
  options: __HttpHandlerOptions,
218
212
  cb: (err: any, data?: DeleteDatasetCommandOutput) => void
219
213
  ): void;
220
-
221
214
  deleteInferenceScheduler(
222
215
  args: DeleteInferenceSchedulerCommandInput,
223
216
  options?: __HttpHandlerOptions
@@ -231,7 +224,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
231
224
  options: __HttpHandlerOptions,
232
225
  cb: (err: any, data?: DeleteInferenceSchedulerCommandOutput) => void
233
226
  ): void;
234
-
235
227
  deleteLabel(
236
228
  args: DeleteLabelCommandInput,
237
229
  options?: __HttpHandlerOptions
@@ -245,7 +237,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
245
237
  options: __HttpHandlerOptions,
246
238
  cb: (err: any, data?: DeleteLabelCommandOutput) => void
247
239
  ): void;
248
-
249
240
  deleteLabelGroup(
250
241
  args: DeleteLabelGroupCommandInput,
251
242
  options?: __HttpHandlerOptions
@@ -259,7 +250,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
259
250
  options: __HttpHandlerOptions,
260
251
  cb: (err: any, data?: DeleteLabelGroupCommandOutput) => void
261
252
  ): void;
262
-
263
253
  deleteModel(
264
254
  args: DeleteModelCommandInput,
265
255
  options?: __HttpHandlerOptions
@@ -273,7 +263,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
273
263
  options: __HttpHandlerOptions,
274
264
  cb: (err: any, data?: DeleteModelCommandOutput) => void
275
265
  ): void;
276
-
277
266
  describeDataIngestionJob(
278
267
  args: DescribeDataIngestionJobCommandInput,
279
268
  options?: __HttpHandlerOptions
@@ -287,7 +276,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
287
276
  options: __HttpHandlerOptions,
288
277
  cb: (err: any, data?: DescribeDataIngestionJobCommandOutput) => void
289
278
  ): void;
290
-
291
279
  describeDataset(
292
280
  args: DescribeDatasetCommandInput,
293
281
  options?: __HttpHandlerOptions
@@ -301,7 +289,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
301
289
  options: __HttpHandlerOptions,
302
290
  cb: (err: any, data?: DescribeDatasetCommandOutput) => void
303
291
  ): void;
304
-
305
292
  describeInferenceScheduler(
306
293
  args: DescribeInferenceSchedulerCommandInput,
307
294
  options?: __HttpHandlerOptions
@@ -315,7 +302,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
315
302
  options: __HttpHandlerOptions,
316
303
  cb: (err: any, data?: DescribeInferenceSchedulerCommandOutput) => void
317
304
  ): void;
318
-
319
305
  describeLabel(
320
306
  args: DescribeLabelCommandInput,
321
307
  options?: __HttpHandlerOptions
@@ -329,7 +315,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
329
315
  options: __HttpHandlerOptions,
330
316
  cb: (err: any, data?: DescribeLabelCommandOutput) => void
331
317
  ): void;
332
-
333
318
  describeLabelGroup(
334
319
  args: DescribeLabelGroupCommandInput,
335
320
  options?: __HttpHandlerOptions
@@ -343,7 +328,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
343
328
  options: __HttpHandlerOptions,
344
329
  cb: (err: any, data?: DescribeLabelGroupCommandOutput) => void
345
330
  ): void;
346
-
347
331
  describeModel(
348
332
  args: DescribeModelCommandInput,
349
333
  options?: __HttpHandlerOptions
@@ -357,7 +341,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
357
341
  options: __HttpHandlerOptions,
358
342
  cb: (err: any, data?: DescribeModelCommandOutput) => void
359
343
  ): void;
360
-
361
344
  listDataIngestionJobs(
362
345
  args: ListDataIngestionJobsCommandInput,
363
346
  options?: __HttpHandlerOptions
@@ -371,7 +354,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
371
354
  options: __HttpHandlerOptions,
372
355
  cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void
373
356
  ): void;
374
-
375
357
  listDatasets(
376
358
  args: ListDatasetsCommandInput,
377
359
  options?: __HttpHandlerOptions
@@ -385,7 +367,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
385
367
  options: __HttpHandlerOptions,
386
368
  cb: (err: any, data?: ListDatasetsCommandOutput) => void
387
369
  ): void;
388
-
389
370
  listInferenceEvents(
390
371
  args: ListInferenceEventsCommandInput,
391
372
  options?: __HttpHandlerOptions
@@ -399,7 +380,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
399
380
  options: __HttpHandlerOptions,
400
381
  cb: (err: any, data?: ListInferenceEventsCommandOutput) => void
401
382
  ): void;
402
-
403
383
  listInferenceExecutions(
404
384
  args: ListInferenceExecutionsCommandInput,
405
385
  options?: __HttpHandlerOptions
@@ -413,7 +393,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
413
393
  options: __HttpHandlerOptions,
414
394
  cb: (err: any, data?: ListInferenceExecutionsCommandOutput) => void
415
395
  ): void;
416
-
417
396
  listInferenceSchedulers(
418
397
  args: ListInferenceSchedulersCommandInput,
419
398
  options?: __HttpHandlerOptions
@@ -427,7 +406,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
427
406
  options: __HttpHandlerOptions,
428
407
  cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void
429
408
  ): void;
430
-
431
409
  listLabelGroups(
432
410
  args: ListLabelGroupsCommandInput,
433
411
  options?: __HttpHandlerOptions
@@ -441,7 +419,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
441
419
  options: __HttpHandlerOptions,
442
420
  cb: (err: any, data?: ListLabelGroupsCommandOutput) => void
443
421
  ): void;
444
-
445
422
  listLabels(
446
423
  args: ListLabelsCommandInput,
447
424
  options?: __HttpHandlerOptions
@@ -455,7 +432,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
455
432
  options: __HttpHandlerOptions,
456
433
  cb: (err: any, data?: ListLabelsCommandOutput) => void
457
434
  ): void;
458
-
459
435
  listModels(
460
436
  args: ListModelsCommandInput,
461
437
  options?: __HttpHandlerOptions
@@ -469,7 +445,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
469
445
  options: __HttpHandlerOptions,
470
446
  cb: (err: any, data?: ListModelsCommandOutput) => void
471
447
  ): void;
472
-
473
448
  listSensorStatistics(
474
449
  args: ListSensorStatisticsCommandInput,
475
450
  options?: __HttpHandlerOptions
@@ -483,7 +458,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
483
458
  options: __HttpHandlerOptions,
484
459
  cb: (err: any, data?: ListSensorStatisticsCommandOutput) => void
485
460
  ): void;
486
-
487
461
  listTagsForResource(
488
462
  args: ListTagsForResourceCommandInput,
489
463
  options?: __HttpHandlerOptions
@@ -497,7 +471,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
497
471
  options: __HttpHandlerOptions,
498
472
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
499
473
  ): void;
500
-
501
474
  startDataIngestionJob(
502
475
  args: StartDataIngestionJobCommandInput,
503
476
  options?: __HttpHandlerOptions
@@ -511,7 +484,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
511
484
  options: __HttpHandlerOptions,
512
485
  cb: (err: any, data?: StartDataIngestionJobCommandOutput) => void
513
486
  ): void;
514
-
515
487
  startInferenceScheduler(
516
488
  args: StartInferenceSchedulerCommandInput,
517
489
  options?: __HttpHandlerOptions
@@ -525,7 +497,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
525
497
  options: __HttpHandlerOptions,
526
498
  cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void
527
499
  ): void;
528
-
529
500
  stopInferenceScheduler(
530
501
  args: StopInferenceSchedulerCommandInput,
531
502
  options?: __HttpHandlerOptions
@@ -539,7 +510,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
539
510
  options: __HttpHandlerOptions,
540
511
  cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void
541
512
  ): void;
542
-
543
513
  tagResource(
544
514
  args: TagResourceCommandInput,
545
515
  options?: __HttpHandlerOptions
@@ -553,7 +523,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
553
523
  options: __HttpHandlerOptions,
554
524
  cb: (err: any, data?: TagResourceCommandOutput) => void
555
525
  ): void;
556
-
557
526
  untagResource(
558
527
  args: UntagResourceCommandInput,
559
528
  options?: __HttpHandlerOptions
@@ -567,7 +536,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
567
536
  options: __HttpHandlerOptions,
568
537
  cb: (err: any, data?: UntagResourceCommandOutput) => void
569
538
  ): void;
570
-
571
539
  updateInferenceScheduler(
572
540
  args: UpdateInferenceSchedulerCommandInput,
573
541
  options?: __HttpHandlerOptions
@@ -581,7 +549,6 @@ export declare class LookoutEquipment extends LookoutEquipmentClient {
581
549
  options: __HttpHandlerOptions,
582
550
  cb: (err: any, data?: UpdateInferenceSchedulerCommandOutput) => void
583
551
  ): void;
584
-
585
552
  updateLabelGroup(
586
553
  args: UpdateLabelGroupCommandInput,
587
554
  options?: __HttpHandlerOptions
@@ -245,47 +245,26 @@ export declare type ServiceOutputTypes =
245
245
  export interface ClientDefaults
246
246
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
247
247
  requestHandler?: __HttpHandler;
248
-
249
248
  sha256?: __HashConstructor;
250
-
251
249
  urlParser?: __UrlParser;
252
-
253
250
  bodyLengthChecker?: __BodyLengthCalculator;
254
-
255
251
  streamCollector?: __StreamCollector;
256
-
257
252
  base64Decoder?: __Decoder;
258
-
259
253
  base64Encoder?: __Encoder;
260
-
261
254
  utf8Decoder?: __Decoder;
262
-
263
255
  utf8Encoder?: __Encoder;
264
-
265
256
  runtime?: string;
266
-
267
257
  disableHostPrefix?: boolean;
268
-
269
258
  maxAttempts?: number | __Provider<number>;
270
-
271
259
  retryMode?: string | __Provider<string>;
272
-
273
260
  logger?: __Logger;
274
-
275
261
  useDualstackEndpoint?: boolean | __Provider<boolean>;
276
-
277
262
  useFipsEndpoint?: boolean | __Provider<boolean>;
278
-
279
263
  serviceId?: string;
280
-
281
264
  region?: string | __Provider<string>;
282
-
283
265
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
284
-
285
266
  regionInfoProvider?: RegionInfoProvider;
286
-
287
267
  defaultUserAgentProvider?: Provider<__UserAgent>;
288
-
289
268
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
290
269
  }
291
270
  declare type LookoutEquipmentClientConfigType = Partial<
@@ -298,7 +277,6 @@ declare type LookoutEquipmentClientConfigType = Partial<
298
277
  HostHeaderInputConfig &
299
278
  AwsAuthInputConfig &
300
279
  UserAgentInputConfig;
301
-
302
280
  export interface LookoutEquipmentClientConfig
303
281
  extends LookoutEquipmentClientConfigType {}
304
282
  declare type LookoutEquipmentClientResolvedConfigType =
@@ -310,10 +288,8 @@ declare type LookoutEquipmentClientResolvedConfigType =
310
288
  HostHeaderResolvedConfig &
311
289
  AwsAuthResolvedConfig &
312
290
  UserAgentResolvedConfig;
313
-
314
291
  export interface LookoutEquipmentClientResolvedConfig
315
292
  extends LookoutEquipmentClientResolvedConfigType {}
316
-
317
293
  export declare class LookoutEquipmentClient extends __Client<
318
294
  __HttpHandlerOptions,
319
295
  ServiceInputTypes,
@@ -322,7 +298,6 @@ export declare class LookoutEquipmentClient extends __Client<
322
298
  > {
323
299
  readonly config: LookoutEquipmentClientResolvedConfig;
324
300
  constructor(configuration: LookoutEquipmentClientConfig);
325
-
326
301
  destroy(): void;
327
302
  }
328
303
  export {};
@@ -18,7 +18,6 @@ export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
18
18
  export interface CreateDatasetCommandOutput
19
19
  extends CreateDatasetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateDatasetCommand extends $Command<
23
22
  CreateDatasetCommandInput,
24
23
  CreateDatasetCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateDatasetCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateDatasetCommandInput;
28
27
  constructor(input: CreateDatasetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateInferenceSchedulerCommandInput
19
19
  export interface CreateInferenceSchedulerCommandOutput
20
20
  extends CreateInferenceSchedulerResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateInferenceSchedulerCommand extends $Command<
24
23
  CreateInferenceSchedulerCommandInput,
25
24
  CreateInferenceSchedulerCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateInferenceSchedulerCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateInferenceSchedulerCommandInput;
29
28
  constructor(input: CreateInferenceSchedulerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateLabelCommandInput extends CreateLabelRequest {}
15
15
  export interface CreateLabelCommandOutput
16
16
  extends CreateLabelResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateLabelCommand extends $Command<
20
19
  CreateLabelCommandInput,
21
20
  CreateLabelCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateLabelCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateLabelCommandInput;
25
24
  constructor(input: CreateLabelCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateLabelGroupCommandInput extends CreateLabelGroupRequest {}
18
18
  export interface CreateLabelGroupCommandOutput
19
19
  extends CreateLabelGroupResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateLabelGroupCommand extends $Command<
23
22
  CreateLabelGroupCommandInput,
24
23
  CreateLabelGroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateLabelGroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateLabelGroupCommandInput;
28
27
  constructor(input: CreateLabelGroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateModelCommandInput extends CreateModelRequest {}
15
15
  export interface CreateModelCommandOutput
16
16
  extends CreateModelResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateModelCommand extends $Command<
20
19
  CreateModelCommandInput,
21
20
  CreateModelCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateModelCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateModelCommandInput;
25
24
  constructor(input: CreateModelCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteDatasetRequest } from "../models/models_0";
14
14
  export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
15
15
  export interface DeleteDatasetCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteDatasetCommand extends $Command<
18
17
  DeleteDatasetCommandInput,
19
18
  DeleteDatasetCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteDatasetCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteDatasetCommandInput;
23
22
  constructor(input: DeleteDatasetCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteInferenceSchedulerCommandInput
15
15
  extends DeleteInferenceSchedulerRequest {}
16
16
  export interface DeleteInferenceSchedulerCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteInferenceSchedulerCommand extends $Command<
20
19
  DeleteInferenceSchedulerCommandInput,
21
20
  DeleteInferenceSchedulerCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteInferenceSchedulerCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteInferenceSchedulerCommandInput;
25
24
  constructor(input: DeleteInferenceSchedulerCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteLabelRequest } from "../models/models_0";
14
14
  export interface DeleteLabelCommandInput extends DeleteLabelRequest {}
15
15
  export interface DeleteLabelCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteLabelCommand extends $Command<
18
17
  DeleteLabelCommandInput,
19
18
  DeleteLabelCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteLabelCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteLabelCommandInput;
23
22
  constructor(input: DeleteLabelCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteLabelGroupRequest } from "../models/models_0";
14
14
  export interface DeleteLabelGroupCommandInput extends DeleteLabelGroupRequest {}
15
15
  export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteLabelGroupCommand extends $Command<
18
17
  DeleteLabelGroupCommandInput,
19
18
  DeleteLabelGroupCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteLabelGroupCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteLabelGroupCommandInput;
23
22
  constructor(input: DeleteLabelGroupCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteModelRequest } from "../models/models_0";
14
14
  export interface DeleteModelCommandInput extends DeleteModelRequest {}
15
15
  export interface DeleteModelCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteModelCommand extends $Command<
18
17
  DeleteModelCommandInput,
19
18
  DeleteModelCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteModelCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteModelCommandInput;
23
22
  constructor(input: DeleteModelCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDataIngestionJobCommandInput
19
19
  export interface DescribeDataIngestionJobCommandOutput
20
20
  extends DescribeDataIngestionJobResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDataIngestionJobCommand extends $Command<
24
23
  DescribeDataIngestionJobCommandInput,
25
24
  DescribeDataIngestionJobCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDataIngestionJobCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDataIngestionJobCommandInput;
29
28
  constructor(input: DescribeDataIngestionJobCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
18
18
  export interface DescribeDatasetCommandOutput
19
19
  extends DescribeDatasetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeDatasetCommand extends $Command<
23
22
  DescribeDatasetCommandInput,
24
23
  DescribeDatasetCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeDatasetCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeDatasetCommandInput;
28
27
  constructor(input: DescribeDatasetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeInferenceSchedulerCommandInput
19
19
  export interface DescribeInferenceSchedulerCommandOutput
20
20
  extends DescribeInferenceSchedulerResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeInferenceSchedulerCommand extends $Command<
24
23
  DescribeInferenceSchedulerCommandInput,
25
24
  DescribeInferenceSchedulerCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeInferenceSchedulerCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeInferenceSchedulerCommandInput;
29
28
  constructor(input: DescribeInferenceSchedulerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeLabelCommandInput extends DescribeLabelRequest {}
18
18
  export interface DescribeLabelCommandOutput
19
19
  extends DescribeLabelResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeLabelCommand extends $Command<
23
22
  DescribeLabelCommandInput,
24
23
  DescribeLabelCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeLabelCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeLabelCommandInput;
28
27
  constructor(input: DescribeLabelCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeLabelGroupCommandInput
19
19
  export interface DescribeLabelGroupCommandOutput
20
20
  extends DescribeLabelGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeLabelGroupCommand extends $Command<
24
23
  DescribeLabelGroupCommandInput,
25
24
  DescribeLabelGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeLabelGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeLabelGroupCommandInput;
29
28
  constructor(input: DescribeLabelGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeModelCommandInput extends DescribeModelRequest {}
18
18
  export interface DescribeModelCommandOutput
19
19
  extends DescribeModelResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeModelCommand extends $Command<
23
22
  DescribeModelCommandInput,
24
23
  DescribeModelCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeModelCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeModelCommandInput;
28
27
  constructor(input: DescribeModelCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDataIngestionJobsCommandInput
19
19
  export interface ListDataIngestionJobsCommandOutput
20
20
  extends ListDataIngestionJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDataIngestionJobsCommand extends $Command<
24
23
  ListDataIngestionJobsCommandInput,
25
24
  ListDataIngestionJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDataIngestionJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDataIngestionJobsCommandInput;
29
28
  constructor(input: ListDataIngestionJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
15
15
  export interface ListDatasetsCommandOutput
16
16
  extends ListDatasetsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListDatasetsCommand extends $Command<
20
19
  ListDatasetsCommandInput,
21
20
  ListDatasetsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListDatasetsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListDatasetsCommandInput;
25
24
  constructor(input: ListDatasetsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListInferenceEventsCommandInput
19
19
  export interface ListInferenceEventsCommandOutput
20
20
  extends ListInferenceEventsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListInferenceEventsCommand extends $Command<
24
23
  ListInferenceEventsCommandInput,
25
24
  ListInferenceEventsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListInferenceEventsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListInferenceEventsCommandInput;
29
28
  constructor(input: ListInferenceEventsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LookoutEquipmentClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListInferenceExecutionsCommandInput
19
19
  export interface ListInferenceExecutionsCommandOutput
20
20
  extends ListInferenceExecutionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListInferenceExecutionsCommand extends $Command<
24
23
  ListInferenceExecutionsCommandInput,
25
24
  ListInferenceExecutionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListInferenceExecutionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListInferenceExecutionsCommandInput;
29
28
  constructor(input: ListInferenceExecutionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LookoutEquipmentClientResolvedConfig,