@aws-sdk/client-lookoutequipment 3.50.0 → 3.53.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 (55) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/LookoutEquipmentServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +101 -2
  5. package/dist-cjs/protocols/Aws_json1_0.js +241 -969
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/LookoutEquipmentServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +93 -1
  9. package/dist-es/protocols/Aws_json1_0.js +536 -1044
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/LookoutEquipmentServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +51 -23
  13. package/dist-types/ts3.4/LookoutEquipment.d.ts +115 -0
  14. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +95 -0
  15. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  38. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  39. package/dist-types/ts3.4/index.d.ts +6 -0
  40. package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +6 -0
  41. package/dist-types/ts3.4/models/index.d.ts +1 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +894 -0
  43. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  44. package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +4 -0
  45. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +4 -0
  46. package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +4 -0
  47. package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +4 -0
  48. package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +4 -0
  49. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  50. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +68 -0
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  55. package/package.json +33 -33
@@ -3,3 +3,4 @@ export * from "./LookoutEquipmentClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { LookoutEquipmentServiceException } from "./models/LookoutEquipmentServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from LookoutEquipment service.
4
+ */
5
+ export declare class LookoutEquipmentServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,22 +1,30 @@
1
- import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
+ import { LookoutEquipmentServiceException as __BaseException } from "./LookoutEquipmentServiceException";
3
3
  /**
4
4
  * <p>The request could not be completed because you do not have access to the resource.
5
5
  * </p>
6
6
  */
7
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
8
- name: "AccessDeniedException";
9
- $fault: "client";
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
10
  Message: string | undefined;
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
11
15
  }
12
16
  /**
13
17
  * <p> The request could not be completed due to a conflict with the current state of the
14
18
  * target resource. </p>
15
19
  */
16
- export interface ConflictException extends __SmithyException, $MetadataBearer {
17
- name: "ConflictException";
18
- $fault: "client";
20
+ export declare class ConflictException extends __BaseException {
21
+ readonly name: "ConflictException";
22
+ readonly $fault: "client";
19
23
  Message: string | undefined;
24
+ /**
25
+ * @internal
26
+ */
27
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
20
28
  }
21
29
  /**
22
30
  * <p>Provides information about the data schema used with the given dataset. </p>
@@ -112,35 +120,51 @@ export declare namespace CreateDatasetResponse {
112
120
  * <p> Processing of the request has failed because of an unknown error, exception or failure.
113
121
  * </p>
114
122
  */
115
- export interface InternalServerException extends __SmithyException, $MetadataBearer {
116
- name: "InternalServerException";
117
- $fault: "server";
123
+ export declare class InternalServerException extends __BaseException {
124
+ readonly name: "InternalServerException";
125
+ readonly $fault: "server";
118
126
  Message: string | undefined;
127
+ /**
128
+ * @internal
129
+ */
130
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
119
131
  }
120
132
  /**
121
133
  * <p> Resource limitations have been exceeded. </p>
122
134
  */
123
- export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
124
- name: "ServiceQuotaExceededException";
125
- $fault: "client";
135
+ export declare class ServiceQuotaExceededException extends __BaseException {
136
+ readonly name: "ServiceQuotaExceededException";
137
+ readonly $fault: "client";
126
138
  Message: string | undefined;
139
+ /**
140
+ * @internal
141
+ */
142
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
127
143
  }
128
144
  /**
129
145
  * <p>The request was denied due to request throttling.</p>
130
146
  */
131
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
132
- name: "ThrottlingException";
133
- $fault: "client";
147
+ export declare class ThrottlingException extends __BaseException {
148
+ readonly name: "ThrottlingException";
149
+ readonly $fault: "client";
134
150
  Message: string | undefined;
151
+ /**
152
+ * @internal
153
+ */
154
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
135
155
  }
136
156
  /**
137
157
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related AWS
138
158
  * service that's being utilized. </p>
139
159
  */
140
- export interface ValidationException extends __SmithyException, $MetadataBearer {
141
- name: "ValidationException";
142
- $fault: "client";
160
+ export declare class ValidationException extends __BaseException {
161
+ readonly name: "ValidationException";
162
+ readonly $fault: "client";
143
163
  Message: string | undefined;
164
+ /**
165
+ * @internal
166
+ */
167
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
144
168
  }
145
169
  /**
146
170
  * <p>Specifies configuration information for the input data for the inference, including
@@ -349,10 +373,14 @@ export declare namespace CreateInferenceSchedulerResponse {
349
373
  * <p> The resource requested could not be found. Verify the resource ID and retry your
350
374
  * request. </p>
351
375
  */
352
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
353
- name: "ResourceNotFoundException";
354
- $fault: "client";
376
+ export declare class ResourceNotFoundException extends __BaseException {
377
+ readonly name: "ResourceNotFoundException";
378
+ readonly $fault: "client";
355
379
  Message: string | undefined;
380
+ /**
381
+ * @internal
382
+ */
383
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
356
384
  }
357
385
  export declare enum TargetSamplingRate {
358
386
  PT10M = "PT10M",
@@ -0,0 +1,115 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
3
+ import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput } from "./commands/CreateInferenceSchedulerCommand";
4
+ import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
5
+ import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
6
+ import { DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput } from "./commands/DeleteInferenceSchedulerCommand";
7
+ import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
8
+ import { DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput } from "./commands/DescribeDataIngestionJobCommand";
9
+ import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
10
+ import { DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput } from "./commands/DescribeInferenceSchedulerCommand";
11
+ import { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
12
+ import { ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput } from "./commands/ListDataIngestionJobsCommand";
13
+ import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
14
+ import { ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput } from "./commands/ListInferenceExecutionsCommand";
15
+ import { ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput } from "./commands/ListInferenceSchedulersCommand";
16
+ import { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
17
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
18
+ import { StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput } from "./commands/StartDataIngestionJobCommand";
19
+ import { StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput } from "./commands/StartInferenceSchedulerCommand";
20
+ import { StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput } from "./commands/StopInferenceSchedulerCommand";
21
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
22
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
23
+ import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "./commands/UpdateInferenceSchedulerCommand";
24
+ import { LookoutEquipmentClient } from "./LookoutEquipmentClient";
25
+
26
+ export declare class LookoutEquipment extends LookoutEquipmentClient {
27
+
28
+ createDataset(args: CreateDatasetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatasetCommandOutput>;
29
+ createDataset(args: CreateDatasetCommandInput, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
30
+ createDataset(args: CreateDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
31
+
32
+ createInferenceScheduler(args: CreateInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<CreateInferenceSchedulerCommandOutput>;
33
+ createInferenceScheduler(args: CreateInferenceSchedulerCommandInput, cb: (err: any, data?: CreateInferenceSchedulerCommandOutput) => void): void;
34
+ createInferenceScheduler(args: CreateInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInferenceSchedulerCommandOutput) => void): void;
35
+
36
+ createModel(args: CreateModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelCommandOutput>;
37
+ createModel(args: CreateModelCommandInput, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
38
+ createModel(args: CreateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
39
+
40
+ deleteDataset(args: DeleteDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatasetCommandOutput>;
41
+ deleteDataset(args: DeleteDatasetCommandInput, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
42
+ deleteDataset(args: DeleteDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
43
+
44
+ deleteInferenceScheduler(args: DeleteInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInferenceSchedulerCommandOutput>;
45
+ deleteInferenceScheduler(args: DeleteInferenceSchedulerCommandInput, cb: (err: any, data?: DeleteInferenceSchedulerCommandOutput) => void): void;
46
+ deleteInferenceScheduler(args: DeleteInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInferenceSchedulerCommandOutput) => void): void;
47
+
48
+ deleteModel(args: DeleteModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelCommandOutput>;
49
+ deleteModel(args: DeleteModelCommandInput, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
50
+ deleteModel(args: DeleteModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
51
+
52
+ describeDataIngestionJob(args: DescribeDataIngestionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataIngestionJobCommandOutput>;
53
+ describeDataIngestionJob(args: DescribeDataIngestionJobCommandInput, cb: (err: any, data?: DescribeDataIngestionJobCommandOutput) => void): void;
54
+ describeDataIngestionJob(args: DescribeDataIngestionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataIngestionJobCommandOutput) => void): void;
55
+
56
+ describeDataset(args: DescribeDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDatasetCommandOutput>;
57
+ describeDataset(args: DescribeDatasetCommandInput, cb: (err: any, data?: DescribeDatasetCommandOutput) => void): void;
58
+ describeDataset(args: DescribeDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDatasetCommandOutput) => void): void;
59
+
60
+ describeInferenceScheduler(args: DescribeInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInferenceSchedulerCommandOutput>;
61
+ describeInferenceScheduler(args: DescribeInferenceSchedulerCommandInput, cb: (err: any, data?: DescribeInferenceSchedulerCommandOutput) => void): void;
62
+ describeInferenceScheduler(args: DescribeInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInferenceSchedulerCommandOutput) => void): void;
63
+
64
+ describeModel(args: DescribeModelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelCommandOutput>;
65
+ describeModel(args: DescribeModelCommandInput, cb: (err: any, data?: DescribeModelCommandOutput) => void): void;
66
+ describeModel(args: DescribeModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelCommandOutput) => void): void;
67
+
68
+ listDataIngestionJobs(args: ListDataIngestionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataIngestionJobsCommandOutput>;
69
+ listDataIngestionJobs(args: ListDataIngestionJobsCommandInput, cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void): void;
70
+ listDataIngestionJobs(args: ListDataIngestionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void): void;
71
+
72
+ listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
73
+ listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
74
+ listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
75
+
76
+ listInferenceExecutions(args: ListInferenceExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListInferenceExecutionsCommandOutput>;
77
+ listInferenceExecutions(args: ListInferenceExecutionsCommandInput, cb: (err: any, data?: ListInferenceExecutionsCommandOutput) => void): void;
78
+ listInferenceExecutions(args: ListInferenceExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInferenceExecutionsCommandOutput) => void): void;
79
+
80
+ listInferenceSchedulers(args: ListInferenceSchedulersCommandInput, options?: __HttpHandlerOptions): Promise<ListInferenceSchedulersCommandOutput>;
81
+ listInferenceSchedulers(args: ListInferenceSchedulersCommandInput, cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void): void;
82
+ listInferenceSchedulers(args: ListInferenceSchedulersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void): void;
83
+
84
+ listModels(args: ListModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelsCommandOutput>;
85
+ listModels(args: ListModelsCommandInput, cb: (err: any, data?: ListModelsCommandOutput) => void): void;
86
+ listModels(args: ListModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelsCommandOutput) => void): void;
87
+
88
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
89
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
90
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
91
+
92
+ startDataIngestionJob(args: StartDataIngestionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartDataIngestionJobCommandOutput>;
93
+ startDataIngestionJob(args: StartDataIngestionJobCommandInput, cb: (err: any, data?: StartDataIngestionJobCommandOutput) => void): void;
94
+ startDataIngestionJob(args: StartDataIngestionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDataIngestionJobCommandOutput) => void): void;
95
+
96
+ startInferenceScheduler(args: StartInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<StartInferenceSchedulerCommandOutput>;
97
+ startInferenceScheduler(args: StartInferenceSchedulerCommandInput, cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void): void;
98
+ startInferenceScheduler(args: StartInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void): void;
99
+
100
+ stopInferenceScheduler(args: StopInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<StopInferenceSchedulerCommandOutput>;
101
+ stopInferenceScheduler(args: StopInferenceSchedulerCommandInput, cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void): void;
102
+ stopInferenceScheduler(args: StopInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void): void;
103
+
104
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
105
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
106
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
107
+
108
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
109
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
110
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
111
+
112
+ updateInferenceScheduler(args: UpdateInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInferenceSchedulerCommandOutput>;
113
+ updateInferenceScheduler(args: UpdateInferenceSchedulerCommandInput, cb: (err: any, data?: UpdateInferenceSchedulerCommandOutput) => void): void;
114
+ updateInferenceScheduler(args: UpdateInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInferenceSchedulerCommandOutput) => void): void;
115
+ }
@@ -0,0 +1,95 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
10
+ import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput } from "./commands/CreateInferenceSchedulerCommand";
11
+ import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
12
+ import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
13
+ import { DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput } from "./commands/DeleteInferenceSchedulerCommand";
14
+ import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
15
+ import { DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput } from "./commands/DescribeDataIngestionJobCommand";
16
+ import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
17
+ import { DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput } from "./commands/DescribeInferenceSchedulerCommand";
18
+ import { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
19
+ import { ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput } from "./commands/ListDataIngestionJobsCommand";
20
+ import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
21
+ import { ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput } from "./commands/ListInferenceExecutionsCommand";
22
+ import { ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput } from "./commands/ListInferenceSchedulersCommand";
23
+ import { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
24
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
25
+ import { StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput } from "./commands/StartDataIngestionJobCommand";
26
+ import { StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput } from "./commands/StartInferenceSchedulerCommand";
27
+ import { StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput } from "./commands/StopInferenceSchedulerCommand";
28
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
29
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
30
+ import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "./commands/UpdateInferenceSchedulerCommand";
31
+ export declare type ServiceInputTypes = CreateDatasetCommandInput | CreateInferenceSchedulerCommandInput | CreateModelCommandInput | DeleteDatasetCommandInput | DeleteInferenceSchedulerCommandInput | DeleteModelCommandInput | DescribeDataIngestionJobCommandInput | DescribeDatasetCommandInput | DescribeInferenceSchedulerCommandInput | DescribeModelCommandInput | ListDataIngestionJobsCommandInput | ListDatasetsCommandInput | ListInferenceExecutionsCommandInput | ListInferenceSchedulersCommandInput | ListModelsCommandInput | ListTagsForResourceCommandInput | StartDataIngestionJobCommandInput | StartInferenceSchedulerCommandInput | StopInferenceSchedulerCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateInferenceSchedulerCommandInput;
32
+ export declare type ServiceOutputTypes = CreateDatasetCommandOutput | CreateInferenceSchedulerCommandOutput | CreateModelCommandOutput | DeleteDatasetCommandOutput | DeleteInferenceSchedulerCommandOutput | DeleteModelCommandOutput | DescribeDataIngestionJobCommandOutput | DescribeDatasetCommandOutput | DescribeInferenceSchedulerCommandOutput | DescribeModelCommandOutput | ListDataIngestionJobsCommandOutput | ListDatasetsCommandOutput | ListInferenceExecutionsCommandOutput | ListInferenceSchedulersCommandOutput | ListModelsCommandOutput | ListTagsForResourceCommandOutput | StartDataIngestionJobCommandOutput | StartInferenceSchedulerCommandOutput | StopInferenceSchedulerCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateInferenceSchedulerCommandOutput;
33
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
34
+
35
+ requestHandler?: __HttpHandler;
36
+
37
+ sha256?: __HashConstructor;
38
+
39
+ urlParser?: __UrlParser;
40
+
41
+ bodyLengthChecker?: (body: any) => number | undefined;
42
+
43
+ streamCollector?: __StreamCollector;
44
+
45
+ base64Decoder?: __Decoder;
46
+
47
+ base64Encoder?: __Encoder;
48
+
49
+ utf8Decoder?: __Decoder;
50
+
51
+ utf8Encoder?: __Encoder;
52
+
53
+ runtime?: string;
54
+
55
+ disableHostPrefix?: boolean;
56
+
57
+ maxAttempts?: number | __Provider<number>;
58
+
59
+ retryMode?: string | __Provider<string>;
60
+
61
+ logger?: __Logger;
62
+
63
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
64
+
65
+ useFipsEndpoint?: boolean | __Provider<boolean>;
66
+
67
+ serviceId?: string;
68
+
69
+ region?: string | __Provider<string>;
70
+
71
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
72
+
73
+ regionInfoProvider?: RegionInfoProvider;
74
+
75
+ defaultUserAgentProvider?: Provider<__UserAgent>;
76
+
77
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
78
+ }
79
+ declare type LookoutEquipmentClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
80
+
81
+ export interface LookoutEquipmentClientConfig extends LookoutEquipmentClientConfigType {
82
+ }
83
+ declare type LookoutEquipmentClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
84
+
85
+ export interface LookoutEquipmentClientResolvedConfig extends LookoutEquipmentClientResolvedConfigType {
86
+ }
87
+
88
+ export declare class LookoutEquipmentClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LookoutEquipmentClientResolvedConfig> {
89
+
90
+ readonly config: LookoutEquipmentClientResolvedConfig;
91
+ constructor(configuration: LookoutEquipmentClientConfig);
92
+
93
+ destroy(): void;
94
+ }
95
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
5
+ export interface CreateDatasetCommandInput extends CreateDatasetRequest {
6
+ }
7
+ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: CreateDatasetCommandInput;
12
+ constructor(input: CreateDatasetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatasetCommandInput, CreateDatasetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { CreateInferenceSchedulerRequest, CreateInferenceSchedulerResponse } from "../models/models_0";
5
+ export interface CreateInferenceSchedulerCommandInput extends CreateInferenceSchedulerRequest {
6
+ }
7
+ export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSchedulerResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateInferenceSchedulerCommand extends $Command<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: CreateInferenceSchedulerCommandInput;
12
+ constructor(input: CreateInferenceSchedulerCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
5
+ export interface CreateModelCommandInput extends CreateModelRequest {
6
+ }
7
+ export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: CreateModelCommandInput;
12
+ constructor(input: CreateModelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { DeleteDatasetRequest } from "../models/models_0";
5
+ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
6
+ }
7
+ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: DeleteDatasetCommandInput;
12
+ constructor(input: DeleteDatasetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { DeleteInferenceSchedulerRequest } from "../models/models_0";
5
+ export interface DeleteInferenceSchedulerCommandInput extends DeleteInferenceSchedulerRequest {
6
+ }
7
+ export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteInferenceSchedulerCommand extends $Command<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: DeleteInferenceSchedulerCommandInput;
12
+ constructor(input: DeleteInferenceSchedulerCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { DeleteModelRequest } from "../models/models_0";
5
+ export interface DeleteModelCommandInput extends DeleteModelRequest {
6
+ }
7
+ export interface DeleteModelCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: DeleteModelCommandInput;
12
+ constructor(input: DeleteModelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { DescribeDataIngestionJobRequest, DescribeDataIngestionJobResponse } from "../models/models_0";
5
+ export interface DescribeDataIngestionJobCommandInput extends DescribeDataIngestionJobRequest {
6
+ }
7
+ export interface DescribeDataIngestionJobCommandOutput extends DescribeDataIngestionJobResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeDataIngestionJobCommand extends $Command<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: DescribeDataIngestionJobCommandInput;
12
+ constructor(input: DescribeDataIngestionJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
5
+ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
6
+ }
7
+ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: DescribeDatasetCommandInput;
12
+ constructor(input: DescribeDatasetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { DescribeInferenceSchedulerRequest, DescribeInferenceSchedulerResponse } from "../models/models_0";
5
+ export interface DescribeInferenceSchedulerCommandInput extends DescribeInferenceSchedulerRequest {
6
+ }
7
+ export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferenceSchedulerResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeInferenceSchedulerCommand extends $Command<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: DescribeInferenceSchedulerCommandInput;
12
+ constructor(input: DescribeInferenceSchedulerCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { DescribeModelRequest, DescribeModelResponse } from "../models/models_0";
5
+ export interface DescribeModelCommandInput extends DescribeModelRequest {
6
+ }
7
+ export interface DescribeModelCommandOutput extends DescribeModelResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeModelCommand extends $Command<DescribeModelCommandInput, DescribeModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: DescribeModelCommandInput;
12
+ constructor(input: DescribeModelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeModelCommandInput, DescribeModelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { ListDataIngestionJobsRequest, ListDataIngestionJobsResponse } from "../models/models_0";
5
+ export interface ListDataIngestionJobsCommandInput extends ListDataIngestionJobsRequest {
6
+ }
7
+ export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJobsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListDataIngestionJobsCommand extends $Command<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: ListDataIngestionJobsCommandInput;
12
+ constructor(input: ListDataIngestionJobsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
5
+ export interface ListDatasetsCommandInput extends ListDatasetsRequest {
6
+ }
7
+ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: ListDatasetsCommandInput;
12
+ constructor(input: ListDatasetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { ListInferenceExecutionsRequest, ListInferenceExecutionsResponse } from "../models/models_0";
5
+ export interface ListInferenceExecutionsCommandInput extends ListInferenceExecutionsRequest {
6
+ }
7
+ export interface ListInferenceExecutionsCommandOutput extends ListInferenceExecutionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListInferenceExecutionsCommand extends $Command<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: ListInferenceExecutionsCommandInput;
12
+ constructor(input: ListInferenceExecutionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
+ import { ListInferenceSchedulersRequest, ListInferenceSchedulersResponse } from "../models/models_0";
5
+ export interface ListInferenceSchedulersCommandInput extends ListInferenceSchedulersRequest {
6
+ }
7
+ export interface ListInferenceSchedulersCommandOutput extends ListInferenceSchedulersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListInferenceSchedulersCommand extends $Command<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig> {
11
+ readonly input: ListInferenceSchedulersCommandInput;
12
+ constructor(input: ListInferenceSchedulersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }