@aws-sdk/client-lookoutequipment 3.379.1 → 3.381.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 (97) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/LookoutEquipment.js +16 -0
  3. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +46 -0
  4. package/dist-cjs/commands/DescribeModelVersionCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +46 -0
  6. package/dist-cjs/commands/ImportDatasetCommand.js +46 -0
  7. package/dist-cjs/commands/ImportModelVersionCommand.js +46 -0
  8. package/dist-cjs/commands/ListModelVersionsCommand.js +46 -0
  9. package/dist-cjs/commands/PutResourcePolicyCommand.js +46 -0
  10. package/dist-cjs/commands/UpdateActiveModelVersionCommand.js +46 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/endpoint/ruleset.js +3 -3
  13. package/dist-cjs/models/models_0.js +16 -1
  14. package/dist-cjs/pagination/ListModelVersionsPaginator.js +29 -0
  15. package/dist-cjs/pagination/index.js +1 -0
  16. package/dist-cjs/protocols/Aws_json1_0.js +559 -2
  17. package/dist-es/LookoutEquipment.js +16 -0
  18. package/dist-es/commands/DeleteResourcePolicyCommand.js +42 -0
  19. package/dist-es/commands/DescribeModelVersionCommand.js +42 -0
  20. package/dist-es/commands/DescribeResourcePolicyCommand.js +42 -0
  21. package/dist-es/commands/ImportDatasetCommand.js +42 -0
  22. package/dist-es/commands/ImportModelVersionCommand.js +42 -0
  23. package/dist-es/commands/ListModelVersionsCommand.js +42 -0
  24. package/dist-es/commands/PutResourcePolicyCommand.js +42 -0
  25. package/dist-es/commands/UpdateActiveModelVersionCommand.js +42 -0
  26. package/dist-es/commands/index.js +8 -0
  27. package/dist-es/endpoint/ruleset.js +3 -3
  28. package/dist-es/models/models_0.js +15 -0
  29. package/dist-es/pagination/ListModelVersionsPaginator.js +25 -0
  30. package/dist-es/pagination/index.js +1 -0
  31. package/dist-es/protocols/Aws_json1_0.js +541 -0
  32. package/dist-types/LookoutEquipment.d.ts +56 -0
  33. package/dist-types/LookoutEquipmentClient.d.ts +10 -2
  34. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateLabelCommand.d.ts +3 -3
  37. package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -3
  38. package/dist-types/commands/CreateModelCommand.d.ts +2 -2
  39. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteLabelCommand.d.ts +3 -3
  42. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -3
  43. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +94 -0
  45. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +3 -2
  46. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -2
  47. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeLabelCommand.d.ts +3 -3
  49. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -3
  50. package/dist-types/commands/DescribeModelCommand.d.ts +11 -2
  51. package/dist-types/commands/DescribeModelVersionCommand.d.ts +128 -0
  52. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +95 -0
  53. package/dist-types/commands/ImportDatasetCommand.d.ts +111 -0
  54. package/dist-types/commands/ImportModelVersionCommand.d.ts +121 -0
  55. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +3 -3
  56. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -2
  57. package/dist-types/commands/ListInferenceEventsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +1 -1
  60. package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -3
  61. package/dist-types/commands/ListLabelsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListModelVersionsCommand.d.ts +113 -0
  63. package/dist-types/commands/ListModelsCommand.d.ts +5 -3
  64. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  66. package/dist-types/commands/PutResourcePolicyCommand.d.ts +103 -0
  67. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +2 -2
  68. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +1 -1
  69. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +1 -1
  70. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  71. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +102 -0
  73. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -3
  75. package/dist-types/commands/index.d.ts +8 -0
  76. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  77. package/dist-types/models/models_0.d.ts +732 -141
  78. package/dist-types/pagination/ListModelVersionsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/index.d.ts +1 -0
  80. package/dist-types/protocols/Aws_json1_0.d.ts +72 -0
  81. package/dist-types/ts3.4/LookoutEquipment.d.ts +136 -0
  82. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +48 -0
  83. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +37 -0
  84. package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +42 -0
  85. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +42 -0
  86. package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +38 -0
  87. package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +39 -0
  88. package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +39 -0
  89. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +42 -0
  91. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  92. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  93. package/dist-types/ts3.4/models/models_0.d.ts +154 -0
  94. package/dist-types/ts3.4/pagination/ListModelVersionsPaginator.d.ts +11 -0
  95. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  96. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +96 -0
  97. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListModelVersionsCommandInput, ListModelVersionsCommandOutput } from "../commands/ListModelVersionsCommand";
3
+ import { LookoutEquipmentPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListModelVersions(config: LookoutEquipmentPaginationConfiguration, input: ListModelVersionsCommandInput, ...additionalArguments: any): Paginator<ListModelVersionsCommandOutput>;
@@ -6,5 +6,6 @@ export * from "./ListInferenceExecutionsPaginator";
6
6
  export * from "./ListInferenceSchedulersPaginator";
7
7
  export * from "./ListLabelGroupsPaginator";
8
8
  export * from "./ListLabelsPaginator";
9
+ export * from "./ListModelVersionsPaginator";
9
10
  export * from "./ListModelsPaginator";
10
11
  export * from "./ListSensorStatisticsPaginator";
@@ -10,12 +10,17 @@ import { DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOu
10
10
  import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "../commands/DeleteLabelCommand";
11
11
  import { DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput } from "../commands/DeleteLabelGroupCommand";
12
12
  import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
13
+ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
13
14
  import { DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput } from "../commands/DescribeDataIngestionJobCommand";
14
15
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
15
16
  import { DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput } from "../commands/DescribeInferenceSchedulerCommand";
16
17
  import { DescribeLabelCommandInput, DescribeLabelCommandOutput } from "../commands/DescribeLabelCommand";
17
18
  import { DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput } from "../commands/DescribeLabelGroupCommand";
18
19
  import { DescribeModelCommandInput, DescribeModelCommandOutput } from "../commands/DescribeModelCommand";
20
+ import { DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput } from "../commands/DescribeModelVersionCommand";
21
+ import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
22
+ import { ImportDatasetCommandInput, ImportDatasetCommandOutput } from "../commands/ImportDatasetCommand";
23
+ import { ImportModelVersionCommandInput, ImportModelVersionCommandOutput } from "../commands/ImportModelVersionCommand";
19
24
  import { ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput } from "../commands/ListDataIngestionJobsCommand";
20
25
  import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
21
26
  import { ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput } from "../commands/ListInferenceEventsCommand";
@@ -24,13 +29,16 @@ import { ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutp
24
29
  import { ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput } from "../commands/ListLabelGroupsCommand";
25
30
  import { ListLabelsCommandInput, ListLabelsCommandOutput } from "../commands/ListLabelsCommand";
26
31
  import { ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand";
32
+ import { ListModelVersionsCommandInput, ListModelVersionsCommandOutput } from "../commands/ListModelVersionsCommand";
27
33
  import { ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput } from "../commands/ListSensorStatisticsCommand";
28
34
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
35
+ import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
29
36
  import { StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput } from "../commands/StartDataIngestionJobCommand";
30
37
  import { StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput } from "../commands/StartInferenceSchedulerCommand";
31
38
  import { StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput } from "../commands/StopInferenceSchedulerCommand";
32
39
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
33
40
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
41
+ import { UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput } from "../commands/UpdateActiveModelVersionCommand";
34
42
  import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "../commands/UpdateInferenceSchedulerCommand";
35
43
  import { UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput } from "../commands/UpdateLabelGroupCommand";
36
44
  /**
@@ -73,6 +81,10 @@ export declare const se_DeleteLabelGroupCommand: (input: DeleteLabelGroupCommand
73
81
  * serializeAws_json1_0DeleteModelCommand
74
82
  */
75
83
  export declare const se_DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_json1_0DeleteResourcePolicyCommand
86
+ */
87
+ export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
88
  /**
77
89
  * serializeAws_json1_0DescribeDataIngestionJobCommand
78
90
  */
@@ -97,6 +109,22 @@ export declare const se_DescribeLabelGroupCommand: (input: DescribeLabelGroupCom
97
109
  * serializeAws_json1_0DescribeModelCommand
98
110
  */
99
111
  export declare const se_DescribeModelCommand: (input: DescribeModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ /**
113
+ * serializeAws_json1_0DescribeModelVersionCommand
114
+ */
115
+ export declare const se_DescribeModelVersionCommand: (input: DescribeModelVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ /**
117
+ * serializeAws_json1_0DescribeResourcePolicyCommand
118
+ */
119
+ export declare const se_DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ /**
121
+ * serializeAws_json1_0ImportDatasetCommand
122
+ */
123
+ export declare const se_ImportDatasetCommand: (input: ImportDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
+ /**
125
+ * serializeAws_json1_0ImportModelVersionCommand
126
+ */
127
+ export declare const se_ImportModelVersionCommand: (input: ImportModelVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
128
  /**
101
129
  * serializeAws_json1_0ListDataIngestionJobsCommand
102
130
  */
@@ -129,6 +157,10 @@ export declare const se_ListLabelsCommand: (input: ListLabelsCommandInput, conte
129
157
  * serializeAws_json1_0ListModelsCommand
130
158
  */
131
159
  export declare const se_ListModelsCommand: (input: ListModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
+ /**
161
+ * serializeAws_json1_0ListModelVersionsCommand
162
+ */
163
+ export declare const se_ListModelVersionsCommand: (input: ListModelVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
164
  /**
133
165
  * serializeAws_json1_0ListSensorStatisticsCommand
134
166
  */
@@ -137,6 +169,10 @@ export declare const se_ListSensorStatisticsCommand: (input: ListSensorStatistic
137
169
  * serializeAws_json1_0ListTagsForResourceCommand
138
170
  */
139
171
  export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
+ /**
173
+ * serializeAws_json1_0PutResourcePolicyCommand
174
+ */
175
+ export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
176
  /**
141
177
  * serializeAws_json1_0StartDataIngestionJobCommand
142
178
  */
@@ -157,6 +193,10 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
157
193
  * serializeAws_json1_0UntagResourceCommand
158
194
  */
159
195
  export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
+ /**
197
+ * serializeAws_json1_0UpdateActiveModelVersionCommand
198
+ */
199
+ export declare const se_UpdateActiveModelVersionCommand: (input: UpdateActiveModelVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
200
  /**
161
201
  * serializeAws_json1_0UpdateInferenceSchedulerCommand
162
202
  */
@@ -205,6 +245,10 @@ export declare const de_DeleteLabelGroupCommand: (output: __HttpResponse, contex
205
245
  * deserializeAws_json1_0DeleteModelCommand
206
246
  */
207
247
  export declare const de_DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
248
+ /**
249
+ * deserializeAws_json1_0DeleteResourcePolicyCommand
250
+ */
251
+ export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
208
252
  /**
209
253
  * deserializeAws_json1_0DescribeDataIngestionJobCommand
210
254
  */
@@ -229,6 +273,22 @@ export declare const de_DescribeLabelGroupCommand: (output: __HttpResponse, cont
229
273
  * deserializeAws_json1_0DescribeModelCommand
230
274
  */
231
275
  export declare const de_DescribeModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelCommandOutput>;
276
+ /**
277
+ * deserializeAws_json1_0DescribeModelVersionCommand
278
+ */
279
+ export declare const de_DescribeModelVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelVersionCommandOutput>;
280
+ /**
281
+ * deserializeAws_json1_0DescribeResourcePolicyCommand
282
+ */
283
+ export declare const de_DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
284
+ /**
285
+ * deserializeAws_json1_0ImportDatasetCommand
286
+ */
287
+ export declare const de_ImportDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportDatasetCommandOutput>;
288
+ /**
289
+ * deserializeAws_json1_0ImportModelVersionCommand
290
+ */
291
+ export declare const de_ImportModelVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportModelVersionCommandOutput>;
232
292
  /**
233
293
  * deserializeAws_json1_0ListDataIngestionJobsCommand
234
294
  */
@@ -261,6 +321,10 @@ export declare const de_ListLabelsCommand: (output: __HttpResponse, context: __S
261
321
  * deserializeAws_json1_0ListModelsCommand
262
322
  */
263
323
  export declare const de_ListModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelsCommandOutput>;
324
+ /**
325
+ * deserializeAws_json1_0ListModelVersionsCommand
326
+ */
327
+ export declare const de_ListModelVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelVersionsCommandOutput>;
264
328
  /**
265
329
  * deserializeAws_json1_0ListSensorStatisticsCommand
266
330
  */
@@ -269,6 +333,10 @@ export declare const de_ListSensorStatisticsCommand: (output: __HttpResponse, co
269
333
  * deserializeAws_json1_0ListTagsForResourceCommand
270
334
  */
271
335
  export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
336
+ /**
337
+ * deserializeAws_json1_0PutResourcePolicyCommand
338
+ */
339
+ export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
272
340
  /**
273
341
  * deserializeAws_json1_0StartDataIngestionJobCommand
274
342
  */
@@ -289,6 +357,10 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
289
357
  * deserializeAws_json1_0UntagResourceCommand
290
358
  */
291
359
  export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
360
+ /**
361
+ * deserializeAws_json1_0UpdateActiveModelVersionCommand
362
+ */
363
+ export declare const de_UpdateActiveModelVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActiveModelVersionCommandOutput>;
292
364
  /**
293
365
  * deserializeAws_json1_0UpdateInferenceSchedulerCommand
294
366
  */
@@ -39,6 +39,10 @@ import {
39
39
  DeleteModelCommandInput,
40
40
  DeleteModelCommandOutput,
41
41
  } from "./commands/DeleteModelCommand";
42
+ import {
43
+ DeleteResourcePolicyCommandInput,
44
+ DeleteResourcePolicyCommandOutput,
45
+ } from "./commands/DeleteResourcePolicyCommand";
42
46
  import {
43
47
  DescribeDataIngestionJobCommandInput,
44
48
  DescribeDataIngestionJobCommandOutput,
@@ -63,6 +67,22 @@ import {
63
67
  DescribeModelCommandInput,
64
68
  DescribeModelCommandOutput,
65
69
  } from "./commands/DescribeModelCommand";
70
+ import {
71
+ DescribeModelVersionCommandInput,
72
+ DescribeModelVersionCommandOutput,
73
+ } from "./commands/DescribeModelVersionCommand";
74
+ import {
75
+ DescribeResourcePolicyCommandInput,
76
+ DescribeResourcePolicyCommandOutput,
77
+ } from "./commands/DescribeResourcePolicyCommand";
78
+ import {
79
+ ImportDatasetCommandInput,
80
+ ImportDatasetCommandOutput,
81
+ } from "./commands/ImportDatasetCommand";
82
+ import {
83
+ ImportModelVersionCommandInput,
84
+ ImportModelVersionCommandOutput,
85
+ } from "./commands/ImportModelVersionCommand";
66
86
  import {
67
87
  ListDataIngestionJobsCommandInput,
68
88
  ListDataIngestionJobsCommandOutput,
@@ -95,6 +115,10 @@ import {
95
115
  ListModelsCommandInput,
96
116
  ListModelsCommandOutput,
97
117
  } from "./commands/ListModelsCommand";
118
+ import {
119
+ ListModelVersionsCommandInput,
120
+ ListModelVersionsCommandOutput,
121
+ } from "./commands/ListModelVersionsCommand";
98
122
  import {
99
123
  ListSensorStatisticsCommandInput,
100
124
  ListSensorStatisticsCommandOutput,
@@ -103,6 +127,10 @@ import {
103
127
  ListTagsForResourceCommandInput,
104
128
  ListTagsForResourceCommandOutput,
105
129
  } from "./commands/ListTagsForResourceCommand";
130
+ import {
131
+ PutResourcePolicyCommandInput,
132
+ PutResourcePolicyCommandOutput,
133
+ } from "./commands/PutResourcePolicyCommand";
106
134
  import {
107
135
  StartDataIngestionJobCommandInput,
108
136
  StartDataIngestionJobCommandOutput,
@@ -123,6 +151,10 @@ import {
123
151
  UntagResourceCommandInput,
124
152
  UntagResourceCommandOutput,
125
153
  } from "./commands/UntagResourceCommand";
154
+ import {
155
+ UpdateActiveModelVersionCommandInput,
156
+ UpdateActiveModelVersionCommandOutput,
157
+ } from "./commands/UpdateActiveModelVersionCommand";
126
158
  import {
127
159
  UpdateInferenceSchedulerCommandInput,
128
160
  UpdateInferenceSchedulerCommandOutput,
@@ -263,6 +295,19 @@ export interface LookoutEquipment {
263
295
  options: __HttpHandlerOptions,
264
296
  cb: (err: any, data?: DeleteModelCommandOutput) => void
265
297
  ): void;
298
+ deleteResourcePolicy(
299
+ args: DeleteResourcePolicyCommandInput,
300
+ options?: __HttpHandlerOptions
301
+ ): Promise<DeleteResourcePolicyCommandOutput>;
302
+ deleteResourcePolicy(
303
+ args: DeleteResourcePolicyCommandInput,
304
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
305
+ ): void;
306
+ deleteResourcePolicy(
307
+ args: DeleteResourcePolicyCommandInput,
308
+ options: __HttpHandlerOptions,
309
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
310
+ ): void;
266
311
  describeDataIngestionJob(
267
312
  args: DescribeDataIngestionJobCommandInput,
268
313
  options?: __HttpHandlerOptions
@@ -341,6 +386,58 @@ export interface LookoutEquipment {
341
386
  options: __HttpHandlerOptions,
342
387
  cb: (err: any, data?: DescribeModelCommandOutput) => void
343
388
  ): void;
389
+ describeModelVersion(
390
+ args: DescribeModelVersionCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<DescribeModelVersionCommandOutput>;
393
+ describeModelVersion(
394
+ args: DescribeModelVersionCommandInput,
395
+ cb: (err: any, data?: DescribeModelVersionCommandOutput) => void
396
+ ): void;
397
+ describeModelVersion(
398
+ args: DescribeModelVersionCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: DescribeModelVersionCommandOutput) => void
401
+ ): void;
402
+ describeResourcePolicy(
403
+ args: DescribeResourcePolicyCommandInput,
404
+ options?: __HttpHandlerOptions
405
+ ): Promise<DescribeResourcePolicyCommandOutput>;
406
+ describeResourcePolicy(
407
+ args: DescribeResourcePolicyCommandInput,
408
+ cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
409
+ ): void;
410
+ describeResourcePolicy(
411
+ args: DescribeResourcePolicyCommandInput,
412
+ options: __HttpHandlerOptions,
413
+ cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
414
+ ): void;
415
+ importDataset(
416
+ args: ImportDatasetCommandInput,
417
+ options?: __HttpHandlerOptions
418
+ ): Promise<ImportDatasetCommandOutput>;
419
+ importDataset(
420
+ args: ImportDatasetCommandInput,
421
+ cb: (err: any, data?: ImportDatasetCommandOutput) => void
422
+ ): void;
423
+ importDataset(
424
+ args: ImportDatasetCommandInput,
425
+ options: __HttpHandlerOptions,
426
+ cb: (err: any, data?: ImportDatasetCommandOutput) => void
427
+ ): void;
428
+ importModelVersion(
429
+ args: ImportModelVersionCommandInput,
430
+ options?: __HttpHandlerOptions
431
+ ): Promise<ImportModelVersionCommandOutput>;
432
+ importModelVersion(
433
+ args: ImportModelVersionCommandInput,
434
+ cb: (err: any, data?: ImportModelVersionCommandOutput) => void
435
+ ): void;
436
+ importModelVersion(
437
+ args: ImportModelVersionCommandInput,
438
+ options: __HttpHandlerOptions,
439
+ cb: (err: any, data?: ImportModelVersionCommandOutput) => void
440
+ ): void;
344
441
  listDataIngestionJobs(
345
442
  args: ListDataIngestionJobsCommandInput,
346
443
  options?: __HttpHandlerOptions
@@ -445,6 +542,19 @@ export interface LookoutEquipment {
445
542
  options: __HttpHandlerOptions,
446
543
  cb: (err: any, data?: ListModelsCommandOutput) => void
447
544
  ): void;
545
+ listModelVersions(
546
+ args: ListModelVersionsCommandInput,
547
+ options?: __HttpHandlerOptions
548
+ ): Promise<ListModelVersionsCommandOutput>;
549
+ listModelVersions(
550
+ args: ListModelVersionsCommandInput,
551
+ cb: (err: any, data?: ListModelVersionsCommandOutput) => void
552
+ ): void;
553
+ listModelVersions(
554
+ args: ListModelVersionsCommandInput,
555
+ options: __HttpHandlerOptions,
556
+ cb: (err: any, data?: ListModelVersionsCommandOutput) => void
557
+ ): void;
448
558
  listSensorStatistics(
449
559
  args: ListSensorStatisticsCommandInput,
450
560
  options?: __HttpHandlerOptions
@@ -471,6 +581,19 @@ export interface LookoutEquipment {
471
581
  options: __HttpHandlerOptions,
472
582
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
473
583
  ): void;
584
+ putResourcePolicy(
585
+ args: PutResourcePolicyCommandInput,
586
+ options?: __HttpHandlerOptions
587
+ ): Promise<PutResourcePolicyCommandOutput>;
588
+ putResourcePolicy(
589
+ args: PutResourcePolicyCommandInput,
590
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
591
+ ): void;
592
+ putResourcePolicy(
593
+ args: PutResourcePolicyCommandInput,
594
+ options: __HttpHandlerOptions,
595
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
596
+ ): void;
474
597
  startDataIngestionJob(
475
598
  args: StartDataIngestionJobCommandInput,
476
599
  options?: __HttpHandlerOptions
@@ -536,6 +659,19 @@ export interface LookoutEquipment {
536
659
  options: __HttpHandlerOptions,
537
660
  cb: (err: any, data?: UntagResourceCommandOutput) => void
538
661
  ): void;
662
+ updateActiveModelVersion(
663
+ args: UpdateActiveModelVersionCommandInput,
664
+ options?: __HttpHandlerOptions
665
+ ): Promise<UpdateActiveModelVersionCommandOutput>;
666
+ updateActiveModelVersion(
667
+ args: UpdateActiveModelVersionCommandInput,
668
+ cb: (err: any, data?: UpdateActiveModelVersionCommandOutput) => void
669
+ ): void;
670
+ updateActiveModelVersion(
671
+ args: UpdateActiveModelVersionCommandInput,
672
+ options: __HttpHandlerOptions,
673
+ cb: (err: any, data?: UpdateActiveModelVersionCommandOutput) => void
674
+ ): void;
539
675
  updateInferenceScheduler(
540
676
  args: UpdateInferenceSchedulerCommandInput,
541
677
  options?: __HttpHandlerOptions
@@ -84,6 +84,10 @@ import {
84
84
  DeleteModelCommandInput,
85
85
  DeleteModelCommandOutput,
86
86
  } from "./commands/DeleteModelCommand";
87
+ import {
88
+ DeleteResourcePolicyCommandInput,
89
+ DeleteResourcePolicyCommandOutput,
90
+ } from "./commands/DeleteResourcePolicyCommand";
87
91
  import {
88
92
  DescribeDataIngestionJobCommandInput,
89
93
  DescribeDataIngestionJobCommandOutput,
@@ -108,6 +112,22 @@ import {
108
112
  DescribeModelCommandInput,
109
113
  DescribeModelCommandOutput,
110
114
  } from "./commands/DescribeModelCommand";
115
+ import {
116
+ DescribeModelVersionCommandInput,
117
+ DescribeModelVersionCommandOutput,
118
+ } from "./commands/DescribeModelVersionCommand";
119
+ import {
120
+ DescribeResourcePolicyCommandInput,
121
+ DescribeResourcePolicyCommandOutput,
122
+ } from "./commands/DescribeResourcePolicyCommand";
123
+ import {
124
+ ImportDatasetCommandInput,
125
+ ImportDatasetCommandOutput,
126
+ } from "./commands/ImportDatasetCommand";
127
+ import {
128
+ ImportModelVersionCommandInput,
129
+ ImportModelVersionCommandOutput,
130
+ } from "./commands/ImportModelVersionCommand";
111
131
  import {
112
132
  ListDataIngestionJobsCommandInput,
113
133
  ListDataIngestionJobsCommandOutput,
@@ -140,6 +160,10 @@ import {
140
160
  ListModelsCommandInput,
141
161
  ListModelsCommandOutput,
142
162
  } from "./commands/ListModelsCommand";
163
+ import {
164
+ ListModelVersionsCommandInput,
165
+ ListModelVersionsCommandOutput,
166
+ } from "./commands/ListModelVersionsCommand";
143
167
  import {
144
168
  ListSensorStatisticsCommandInput,
145
169
  ListSensorStatisticsCommandOutput,
@@ -148,6 +172,10 @@ import {
148
172
  ListTagsForResourceCommandInput,
149
173
  ListTagsForResourceCommandOutput,
150
174
  } from "./commands/ListTagsForResourceCommand";
175
+ import {
176
+ PutResourcePolicyCommandInput,
177
+ PutResourcePolicyCommandOutput,
178
+ } from "./commands/PutResourcePolicyCommand";
151
179
  import {
152
180
  StartDataIngestionJobCommandInput,
153
181
  StartDataIngestionJobCommandOutput,
@@ -168,6 +196,10 @@ import {
168
196
  UntagResourceCommandInput,
169
197
  UntagResourceCommandOutput,
170
198
  } from "./commands/UntagResourceCommand";
199
+ import {
200
+ UpdateActiveModelVersionCommandInput,
201
+ UpdateActiveModelVersionCommandOutput,
202
+ } from "./commands/UpdateActiveModelVersionCommand";
171
203
  import {
172
204
  UpdateInferenceSchedulerCommandInput,
173
205
  UpdateInferenceSchedulerCommandOutput,
@@ -193,12 +225,17 @@ export type ServiceInputTypes =
193
225
  | DeleteLabelCommandInput
194
226
  | DeleteLabelGroupCommandInput
195
227
  | DeleteModelCommandInput
228
+ | DeleteResourcePolicyCommandInput
196
229
  | DescribeDataIngestionJobCommandInput
197
230
  | DescribeDatasetCommandInput
198
231
  | DescribeInferenceSchedulerCommandInput
199
232
  | DescribeLabelCommandInput
200
233
  | DescribeLabelGroupCommandInput
201
234
  | DescribeModelCommandInput
235
+ | DescribeModelVersionCommandInput
236
+ | DescribeResourcePolicyCommandInput
237
+ | ImportDatasetCommandInput
238
+ | ImportModelVersionCommandInput
202
239
  | ListDataIngestionJobsCommandInput
203
240
  | ListDatasetsCommandInput
204
241
  | ListInferenceEventsCommandInput
@@ -206,14 +243,17 @@ export type ServiceInputTypes =
206
243
  | ListInferenceSchedulersCommandInput
207
244
  | ListLabelGroupsCommandInput
208
245
  | ListLabelsCommandInput
246
+ | ListModelVersionsCommandInput
209
247
  | ListModelsCommandInput
210
248
  | ListSensorStatisticsCommandInput
211
249
  | ListTagsForResourceCommandInput
250
+ | PutResourcePolicyCommandInput
212
251
  | StartDataIngestionJobCommandInput
213
252
  | StartInferenceSchedulerCommandInput
214
253
  | StopInferenceSchedulerCommandInput
215
254
  | TagResourceCommandInput
216
255
  | UntagResourceCommandInput
256
+ | UpdateActiveModelVersionCommandInput
217
257
  | UpdateInferenceSchedulerCommandInput
218
258
  | UpdateLabelGroupCommandInput;
219
259
  export type ServiceOutputTypes =
@@ -227,12 +267,17 @@ export type ServiceOutputTypes =
227
267
  | DeleteLabelCommandOutput
228
268
  | DeleteLabelGroupCommandOutput
229
269
  | DeleteModelCommandOutput
270
+ | DeleteResourcePolicyCommandOutput
230
271
  | DescribeDataIngestionJobCommandOutput
231
272
  | DescribeDatasetCommandOutput
232
273
  | DescribeInferenceSchedulerCommandOutput
233
274
  | DescribeLabelCommandOutput
234
275
  | DescribeLabelGroupCommandOutput
235
276
  | DescribeModelCommandOutput
277
+ | DescribeModelVersionCommandOutput
278
+ | DescribeResourcePolicyCommandOutput
279
+ | ImportDatasetCommandOutput
280
+ | ImportModelVersionCommandOutput
236
281
  | ListDataIngestionJobsCommandOutput
237
282
  | ListDatasetsCommandOutput
238
283
  | ListInferenceEventsCommandOutput
@@ -240,14 +285,17 @@ export type ServiceOutputTypes =
240
285
  | ListInferenceSchedulersCommandOutput
241
286
  | ListLabelGroupsCommandOutput
242
287
  | ListLabelsCommandOutput
288
+ | ListModelVersionsCommandOutput
243
289
  | ListModelsCommandOutput
244
290
  | ListSensorStatisticsCommandOutput
245
291
  | ListTagsForResourceCommandOutput
292
+ | PutResourcePolicyCommandOutput
246
293
  | StartDataIngestionJobCommandOutput
247
294
  | StartInferenceSchedulerCommandOutput
248
295
  | StopInferenceSchedulerCommandOutput
249
296
  | TagResourceCommandOutput
250
297
  | UntagResourceCommandOutput
298
+ | UpdateActiveModelVersionCommandOutput
251
299
  | UpdateInferenceSchedulerCommandOutput
252
300
  | UpdateLabelGroupCommandOutput;
253
301
  export interface ClientDefaults
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ LookoutEquipmentClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../LookoutEquipmentClient";
14
+ import { DeleteResourcePolicyRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
16
+ export interface DeleteResourcePolicyCommandInput
17
+ extends DeleteResourcePolicyRequest {}
18
+ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
19
+ export declare class DeleteResourcePolicyCommand extends $Command<
20
+ DeleteResourcePolicyCommandInput,
21
+ DeleteResourcePolicyCommandOutput,
22
+ LookoutEquipmentClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteResourcePolicyCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: DeleteResourcePolicyCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LookoutEquipmentClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteResourcePolicyCommandInput,
33
+ DeleteResourcePolicyCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ LookoutEquipmentClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../LookoutEquipmentClient";
14
+ import {
15
+ DescribeModelVersionRequest,
16
+ DescribeModelVersionResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeModelVersionCommandInput
20
+ extends DescribeModelVersionRequest {}
21
+ export interface DescribeModelVersionCommandOutput
22
+ extends DescribeModelVersionResponse,
23
+ __MetadataBearer {}
24
+ export declare class DescribeModelVersionCommand extends $Command<
25
+ DescribeModelVersionCommandInput,
26
+ DescribeModelVersionCommandOutput,
27
+ LookoutEquipmentClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeModelVersionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeModelVersionCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: LookoutEquipmentClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeModelVersionCommandInput,
38
+ DescribeModelVersionCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ LookoutEquipmentClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../LookoutEquipmentClient";
14
+ import {
15
+ DescribeResourcePolicyRequest,
16
+ DescribeResourcePolicyResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DescribeResourcePolicyCommandInput
20
+ extends DescribeResourcePolicyRequest {}
21
+ export interface DescribeResourcePolicyCommandOutput
22
+ extends DescribeResourcePolicyResponse,
23
+ __MetadataBearer {}
24
+ export declare class DescribeResourcePolicyCommand extends $Command<
25
+ DescribeResourcePolicyCommandInput,
26
+ DescribeResourcePolicyCommandOutput,
27
+ LookoutEquipmentClientResolvedConfig
28
+ > {
29
+ readonly input: DescribeResourcePolicyCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DescribeResourcePolicyCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: LookoutEquipmentClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DescribeResourcePolicyCommandInput,
38
+ DescribeResourcePolicyCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ LookoutEquipmentClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../LookoutEquipmentClient";
14
+ import {
15
+ ImportDatasetRequest,
16
+ ImportDatasetResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ImportDatasetCommandInput extends ImportDatasetRequest {}
20
+ export interface ImportDatasetCommandOutput
21
+ extends ImportDatasetResponse,
22
+ __MetadataBearer {}
23
+ export declare class ImportDatasetCommand extends $Command<
24
+ ImportDatasetCommandInput,
25
+ ImportDatasetCommandOutput,
26
+ LookoutEquipmentClientResolvedConfig
27
+ > {
28
+ readonly input: ImportDatasetCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ImportDatasetCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LookoutEquipmentClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ImportDatasetCommandInput, ImportDatasetCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }