@aws-sdk/client-lookoutequipment 3.378.0 → 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 (99) 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 +4 -1
  77. package/dist-types/index.d.ts +1 -0
  78. package/dist-types/models/models_0.d.ts +732 -141
  79. package/dist-types/pagination/ListModelVersionsPaginator.d.ts +7 -0
  80. package/dist-types/pagination/index.d.ts +1 -0
  81. package/dist-types/protocols/Aws_json1_0.d.ts +72 -0
  82. package/dist-types/ts3.4/LookoutEquipment.d.ts +136 -0
  83. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +48 -0
  84. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +37 -0
  85. package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +42 -0
  86. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +42 -0
  87. package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +38 -0
  88. package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +39 -0
  89. package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +39 -0
  91. package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +42 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  93. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  94. package/dist-types/ts3.4/index.d.ts +1 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +154 -0
  96. package/dist-types/ts3.4/pagination/ListModelVersionsPaginator.d.ts +11 -0
  97. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  98. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +96 -0
  99. package/package.json +6 -6
@@ -9,12 +9,17 @@ import { DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOu
9
9
  import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
10
10
  import { DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput } from "./commands/DeleteLabelGroupCommand";
11
11
  import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
12
+ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
12
13
  import { DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput } from "./commands/DescribeDataIngestionJobCommand";
13
14
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
14
15
  import { DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput } from "./commands/DescribeInferenceSchedulerCommand";
15
16
  import { DescribeLabelCommandInput, DescribeLabelCommandOutput } from "./commands/DescribeLabelCommand";
16
17
  import { DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput } from "./commands/DescribeLabelGroupCommand";
17
18
  import { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
19
+ import { DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput } from "./commands/DescribeModelVersionCommand";
20
+ import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
21
+ import { ImportDatasetCommandInput, ImportDatasetCommandOutput } from "./commands/ImportDatasetCommand";
22
+ import { ImportModelVersionCommandInput, ImportModelVersionCommandOutput } from "./commands/ImportModelVersionCommand";
18
23
  import { ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput } from "./commands/ListDataIngestionJobsCommand";
19
24
  import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
20
25
  import { ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput } from "./commands/ListInferenceEventsCommand";
@@ -23,13 +28,16 @@ import { ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutp
23
28
  import { ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput } from "./commands/ListLabelGroupsCommand";
24
29
  import { ListLabelsCommandInput, ListLabelsCommandOutput } from "./commands/ListLabelsCommand";
25
30
  import { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
31
+ import { ListModelVersionsCommandInput, ListModelVersionsCommandOutput } from "./commands/ListModelVersionsCommand";
26
32
  import { ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput } from "./commands/ListSensorStatisticsCommand";
27
33
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
34
+ import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
28
35
  import { StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput } from "./commands/StartDataIngestionJobCommand";
29
36
  import { StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput } from "./commands/StartInferenceSchedulerCommand";
30
37
  import { StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput } from "./commands/StopInferenceSchedulerCommand";
31
38
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
32
39
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
+ import { UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput } from "./commands/UpdateActiveModelVersionCommand";
33
41
  import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "./commands/UpdateInferenceSchedulerCommand";
34
42
  import { UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput } from "./commands/UpdateLabelGroupCommand";
35
43
  import { LookoutEquipmentClient } from "./LookoutEquipmentClient";
@@ -94,6 +102,12 @@ export interface LookoutEquipment {
94
102
  deleteModel(args: DeleteModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelCommandOutput>;
95
103
  deleteModel(args: DeleteModelCommandInput, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
96
104
  deleteModel(args: DeleteModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
105
+ /**
106
+ * @see {@link DeleteResourcePolicyCommand}
107
+ */
108
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
109
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
110
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
97
111
  /**
98
112
  * @see {@link DescribeDataIngestionJobCommand}
99
113
  */
@@ -130,6 +144,30 @@ export interface LookoutEquipment {
130
144
  describeModel(args: DescribeModelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelCommandOutput>;
131
145
  describeModel(args: DescribeModelCommandInput, cb: (err: any, data?: DescribeModelCommandOutput) => void): void;
132
146
  describeModel(args: DescribeModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelCommandOutput) => void): void;
147
+ /**
148
+ * @see {@link DescribeModelVersionCommand}
149
+ */
150
+ describeModelVersion(args: DescribeModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelVersionCommandOutput>;
151
+ describeModelVersion(args: DescribeModelVersionCommandInput, cb: (err: any, data?: DescribeModelVersionCommandOutput) => void): void;
152
+ describeModelVersion(args: DescribeModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelVersionCommandOutput) => void): void;
153
+ /**
154
+ * @see {@link DescribeResourcePolicyCommand}
155
+ */
156
+ describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourcePolicyCommandOutput>;
157
+ describeResourcePolicy(args: DescribeResourcePolicyCommandInput, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
158
+ describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
159
+ /**
160
+ * @see {@link ImportDatasetCommand}
161
+ */
162
+ importDataset(args: ImportDatasetCommandInput, options?: __HttpHandlerOptions): Promise<ImportDatasetCommandOutput>;
163
+ importDataset(args: ImportDatasetCommandInput, cb: (err: any, data?: ImportDatasetCommandOutput) => void): void;
164
+ importDataset(args: ImportDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportDatasetCommandOutput) => void): void;
165
+ /**
166
+ * @see {@link ImportModelVersionCommand}
167
+ */
168
+ importModelVersion(args: ImportModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<ImportModelVersionCommandOutput>;
169
+ importModelVersion(args: ImportModelVersionCommandInput, cb: (err: any, data?: ImportModelVersionCommandOutput) => void): void;
170
+ importModelVersion(args: ImportModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportModelVersionCommandOutput) => void): void;
133
171
  /**
134
172
  * @see {@link ListDataIngestionJobsCommand}
135
173
  */
@@ -178,6 +216,12 @@ export interface LookoutEquipment {
178
216
  listModels(args: ListModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelsCommandOutput>;
179
217
  listModels(args: ListModelsCommandInput, cb: (err: any, data?: ListModelsCommandOutput) => void): void;
180
218
  listModels(args: ListModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelsCommandOutput) => void): void;
219
+ /**
220
+ * @see {@link ListModelVersionsCommand}
221
+ */
222
+ listModelVersions(args: ListModelVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelVersionsCommandOutput>;
223
+ listModelVersions(args: ListModelVersionsCommandInput, cb: (err: any, data?: ListModelVersionsCommandOutput) => void): void;
224
+ listModelVersions(args: ListModelVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelVersionsCommandOutput) => void): void;
181
225
  /**
182
226
  * @see {@link ListSensorStatisticsCommand}
183
227
  */
@@ -190,6 +234,12 @@ export interface LookoutEquipment {
190
234
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
191
235
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
192
236
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
237
+ /**
238
+ * @see {@link PutResourcePolicyCommand}
239
+ */
240
+ putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
241
+ putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
242
+ putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
193
243
  /**
194
244
  * @see {@link StartDataIngestionJobCommand}
195
245
  */
@@ -220,6 +270,12 @@ export interface LookoutEquipment {
220
270
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
221
271
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
222
272
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
273
+ /**
274
+ * @see {@link UpdateActiveModelVersionCommand}
275
+ */
276
+ updateActiveModelVersion(args: UpdateActiveModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateActiveModelVersionCommandOutput>;
277
+ updateActiveModelVersion(args: UpdateActiveModelVersionCommandInput, cb: (err: any, data?: UpdateActiveModelVersionCommandOutput) => void): void;
278
+ updateActiveModelVersion(args: UpdateActiveModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateActiveModelVersionCommandOutput) => void): void;
223
279
  /**
224
280
  * @see {@link UpdateInferenceSchedulerCommand}
225
281
  */
@@ -18,12 +18,17 @@ import { DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOu
18
18
  import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
19
19
  import { DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput } from "./commands/DeleteLabelGroupCommand";
20
20
  import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
21
+ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
21
22
  import { DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput } from "./commands/DescribeDataIngestionJobCommand";
22
23
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
23
24
  import { DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput } from "./commands/DescribeInferenceSchedulerCommand";
24
25
  import { DescribeLabelCommandInput, DescribeLabelCommandOutput } from "./commands/DescribeLabelCommand";
25
26
  import { DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput } from "./commands/DescribeLabelGroupCommand";
26
27
  import { DescribeModelCommandInput, DescribeModelCommandOutput } from "./commands/DescribeModelCommand";
28
+ import { DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput } from "./commands/DescribeModelVersionCommand";
29
+ import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
30
+ import { ImportDatasetCommandInput, ImportDatasetCommandOutput } from "./commands/ImportDatasetCommand";
31
+ import { ImportModelVersionCommandInput, ImportModelVersionCommandOutput } from "./commands/ImportModelVersionCommand";
27
32
  import { ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput } from "./commands/ListDataIngestionJobsCommand";
28
33
  import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
29
34
  import { ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput } from "./commands/ListInferenceEventsCommand";
@@ -32,13 +37,16 @@ import { ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutp
32
37
  import { ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput } from "./commands/ListLabelGroupsCommand";
33
38
  import { ListLabelsCommandInput, ListLabelsCommandOutput } from "./commands/ListLabelsCommand";
34
39
  import { ListModelsCommandInput, ListModelsCommandOutput } from "./commands/ListModelsCommand";
40
+ import { ListModelVersionsCommandInput, ListModelVersionsCommandOutput } from "./commands/ListModelVersionsCommand";
35
41
  import { ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput } from "./commands/ListSensorStatisticsCommand";
36
42
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
43
+ import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
37
44
  import { StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput } from "./commands/StartDataIngestionJobCommand";
38
45
  import { StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput } from "./commands/StartInferenceSchedulerCommand";
39
46
  import { StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput } from "./commands/StopInferenceSchedulerCommand";
40
47
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
41
48
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
49
+ import { UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput } from "./commands/UpdateActiveModelVersionCommand";
42
50
  import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "./commands/UpdateInferenceSchedulerCommand";
43
51
  import { UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput } from "./commands/UpdateLabelGroupCommand";
44
52
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
@@ -46,11 +54,11 @@ export { __Client };
46
54
  /**
47
55
  * @public
48
56
  */
49
- export type ServiceInputTypes = CreateDatasetCommandInput | CreateInferenceSchedulerCommandInput | CreateLabelCommandInput | CreateLabelGroupCommandInput | CreateModelCommandInput | DeleteDatasetCommandInput | DeleteInferenceSchedulerCommandInput | DeleteLabelCommandInput | DeleteLabelGroupCommandInput | DeleteModelCommandInput | DescribeDataIngestionJobCommandInput | DescribeDatasetCommandInput | DescribeInferenceSchedulerCommandInput | DescribeLabelCommandInput | DescribeLabelGroupCommandInput | DescribeModelCommandInput | ListDataIngestionJobsCommandInput | ListDatasetsCommandInput | ListInferenceEventsCommandInput | ListInferenceExecutionsCommandInput | ListInferenceSchedulersCommandInput | ListLabelGroupsCommandInput | ListLabelsCommandInput | ListModelsCommandInput | ListSensorStatisticsCommandInput | ListTagsForResourceCommandInput | StartDataIngestionJobCommandInput | StartInferenceSchedulerCommandInput | StopInferenceSchedulerCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateInferenceSchedulerCommandInput | UpdateLabelGroupCommandInput;
57
+ export type ServiceInputTypes = CreateDatasetCommandInput | CreateInferenceSchedulerCommandInput | CreateLabelCommandInput | CreateLabelGroupCommandInput | CreateModelCommandInput | DeleteDatasetCommandInput | DeleteInferenceSchedulerCommandInput | DeleteLabelCommandInput | DeleteLabelGroupCommandInput | DeleteModelCommandInput | DeleteResourcePolicyCommandInput | DescribeDataIngestionJobCommandInput | DescribeDatasetCommandInput | DescribeInferenceSchedulerCommandInput | DescribeLabelCommandInput | DescribeLabelGroupCommandInput | DescribeModelCommandInput | DescribeModelVersionCommandInput | DescribeResourcePolicyCommandInput | ImportDatasetCommandInput | ImportModelVersionCommandInput | ListDataIngestionJobsCommandInput | ListDatasetsCommandInput | ListInferenceEventsCommandInput | ListInferenceExecutionsCommandInput | ListInferenceSchedulersCommandInput | ListLabelGroupsCommandInput | ListLabelsCommandInput | ListModelVersionsCommandInput | ListModelsCommandInput | ListSensorStatisticsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | StartDataIngestionJobCommandInput | StartInferenceSchedulerCommandInput | StopInferenceSchedulerCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActiveModelVersionCommandInput | UpdateInferenceSchedulerCommandInput | UpdateLabelGroupCommandInput;
50
58
  /**
51
59
  * @public
52
60
  */
53
- export type ServiceOutputTypes = CreateDatasetCommandOutput | CreateInferenceSchedulerCommandOutput | CreateLabelCommandOutput | CreateLabelGroupCommandOutput | CreateModelCommandOutput | DeleteDatasetCommandOutput | DeleteInferenceSchedulerCommandOutput | DeleteLabelCommandOutput | DeleteLabelGroupCommandOutput | DeleteModelCommandOutput | DescribeDataIngestionJobCommandOutput | DescribeDatasetCommandOutput | DescribeInferenceSchedulerCommandOutput | DescribeLabelCommandOutput | DescribeLabelGroupCommandOutput | DescribeModelCommandOutput | ListDataIngestionJobsCommandOutput | ListDatasetsCommandOutput | ListInferenceEventsCommandOutput | ListInferenceExecutionsCommandOutput | ListInferenceSchedulersCommandOutput | ListLabelGroupsCommandOutput | ListLabelsCommandOutput | ListModelsCommandOutput | ListSensorStatisticsCommandOutput | ListTagsForResourceCommandOutput | StartDataIngestionJobCommandOutput | StartInferenceSchedulerCommandOutput | StopInferenceSchedulerCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateInferenceSchedulerCommandOutput | UpdateLabelGroupCommandOutput;
61
+ export type ServiceOutputTypes = CreateDatasetCommandOutput | CreateInferenceSchedulerCommandOutput | CreateLabelCommandOutput | CreateLabelGroupCommandOutput | CreateModelCommandOutput | DeleteDatasetCommandOutput | DeleteInferenceSchedulerCommandOutput | DeleteLabelCommandOutput | DeleteLabelGroupCommandOutput | DeleteModelCommandOutput | DeleteResourcePolicyCommandOutput | DescribeDataIngestionJobCommandOutput | DescribeDatasetCommandOutput | DescribeInferenceSchedulerCommandOutput | DescribeLabelCommandOutput | DescribeLabelGroupCommandOutput | DescribeModelCommandOutput | DescribeModelVersionCommandOutput | DescribeResourcePolicyCommandOutput | ImportDatasetCommandOutput | ImportModelVersionCommandOutput | ListDataIngestionJobsCommandOutput | ListDatasetsCommandOutput | ListInferenceEventsCommandOutput | ListInferenceExecutionsCommandOutput | ListInferenceSchedulersCommandOutput | ListLabelGroupsCommandOutput | ListLabelsCommandOutput | ListModelVersionsCommandOutput | ListModelsCommandOutput | ListSensorStatisticsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | StartDataIngestionJobCommandOutput | StartInferenceSchedulerCommandOutput | StopInferenceSchedulerCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActiveModelVersionCommandOutput | UpdateInferenceSchedulerCommandOutput | UpdateLabelGroupCommandOutput;
54
62
  /**
55
63
  * @public
56
64
  */
@@ -25,7 +25,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
25
25
  * @public
26
26
  * <p>Creates a container for a collection of data being ingested for analysis. The dataset
27
27
  * contains the metadata describing where the data is and what the data actually looks like.
28
- * In other words, it contains the location of the data source, the data schema, and other
28
+ * For example, it contains the location of the data source, the data schema, and other
29
29
  * information. A dataset also contains any tags associated with the ingested data. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -52,7 +52,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
52
52
  * // { // CreateDatasetResponse
53
53
  * // DatasetName: "STRING_VALUE",
54
54
  * // DatasetArn: "STRING_VALUE",
55
- * // Status: "CREATED" || "INGESTION_IN_PROGRESS" || "ACTIVE",
55
+ * // Status: "CREATED" || "INGESTION_IN_PROGRESS" || "ACTIVE" || "IMPORT_IN_PROGRESS",
56
56
  * // };
57
57
  *
58
58
  * ```
@@ -83,7 +83,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
83
83
  *
84
84
  * @throws {@link ValidationException} (client fault)
85
85
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
86
- * related AWS service that's being utilized. </p>
86
+ * related Amazon Web Services service that's being utilized. </p>
87
87
  *
88
88
  * @throws {@link LookoutEquipmentServiceException}
89
89
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -107,7 +107,7 @@ export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSc
107
107
  *
108
108
  * @throws {@link ValidationException} (client fault)
109
109
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
110
- * related AWS service that's being utilized. </p>
110
+ * related Amazon Web Services service that's being utilized. </p>
111
111
  *
112
112
  * @throws {@link LookoutEquipmentServiceException}
113
113
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -24,8 +24,8 @@ export interface CreateLabelCommandOutput extends CreateLabelResponse, __Metadat
24
24
  /**
25
25
  * @public
26
26
  * <p>
27
- * Creates a label for an event.
28
- * </p>
27
+ * Creates a label for an event.
28
+ * </p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -80,7 +80,7 @@ export interface CreateLabelCommandOutput extends CreateLabelResponse, __Metadat
80
80
  *
81
81
  * @throws {@link ValidationException} (client fault)
82
82
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
83
- * related AWS service that's being utilized. </p>
83
+ * related Amazon Web Services service that's being utilized. </p>
84
84
  *
85
85
  * @throws {@link LookoutEquipmentServiceException}
86
86
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -24,8 +24,8 @@ export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse,
24
24
  /**
25
25
  * @public
26
26
  * <p>
27
- * Creates a group of labels.
28
- * </p>
27
+ * Creates a group of labels.
28
+ * </p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -80,7 +80,7 @@ export interface CreateLabelGroupCommandOutput extends CreateLabelGroupResponse,
80
80
  *
81
81
  * @throws {@link ValidationException} (client fault)
82
82
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
83
- * related AWS service that's being utilized. </p>
83
+ * related Amazon Web Services service that's being utilized. </p>
84
84
  *
85
85
  * @throws {@link LookoutEquipmentServiceException}
86
86
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -73,7 +73,7 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
73
73
  * const response = await client.send(command);
74
74
  * // { // CreateModelResponse
75
75
  * // ModelArn: "STRING_VALUE",
76
- * // Status: "IN_PROGRESS" || "SUCCESS" || "FAILED",
76
+ * // Status: "IN_PROGRESS" || "SUCCESS" || "FAILED" || "IMPORT_IN_PROGRESS",
77
77
  * // };
78
78
  *
79
79
  * ```
@@ -108,7 +108,7 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
108
108
  *
109
109
  * @throws {@link ValidationException} (client fault)
110
110
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
111
- * related AWS service that's being utilized. </p>
111
+ * related Amazon Web Services service that's being utilized. </p>
112
112
  *
113
113
  * @throws {@link LookoutEquipmentServiceException}
114
114
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -70,7 +70,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
70
70
  *
71
71
  * @throws {@link ValidationException} (client fault)
72
72
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
73
- * related AWS service that's being utilized. </p>
73
+ * related Amazon Web Services service that's being utilized. </p>
74
74
  *
75
75
  * @throws {@link LookoutEquipmentServiceException}
76
76
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -67,7 +67,7 @@ export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer
67
67
  *
68
68
  * @throws {@link ValidationException} (client fault)
69
69
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
70
- * related AWS service that's being utilized. </p>
70
+ * related Amazon Web Services service that's being utilized. </p>
71
71
  *
72
72
  * @throws {@link LookoutEquipmentServiceException}
73
73
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -24,8 +24,8 @@ export interface DeleteLabelCommandOutput extends __MetadataBearer {
24
24
  /**
25
25
  * @public
26
26
  * <p>
27
- * Deletes a label.
28
- * </p>
27
+ * Deletes a label.
28
+ * </p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -69,7 +69,7 @@ export interface DeleteLabelCommandOutput extends __MetadataBearer {
69
69
  *
70
70
  * @throws {@link ValidationException} (client fault)
71
71
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
72
- * related AWS service that's being utilized. </p>
72
+ * related Amazon Web Services service that's being utilized. </p>
73
73
  *
74
74
  * @throws {@link LookoutEquipmentServiceException}
75
75
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -24,8 +24,8 @@ export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
24
24
  /**
25
25
  * @public
26
26
  * <p>
27
- * Deletes a group of labels.
28
- * </p>
27
+ * Deletes a group of labels.
28
+ * </p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -68,7 +68,7 @@ export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
68
68
  *
69
69
  * @throws {@link ValidationException} (client fault)
70
70
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
71
- * related AWS service that's being utilized. </p>
71
+ * related Amazon Web Services service that's being utilized. </p>
72
72
  *
73
73
  * @throws {@link LookoutEquipmentServiceException}
74
74
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -68,7 +68,7 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
68
68
  *
69
69
  * @throws {@link ValidationException} (client fault)
70
70
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
71
- * related AWS service that's being utilized. </p>
71
+ * related Amazon Web Services service that's being utilized. </p>
72
72
  *
73
73
  * @throws {@link LookoutEquipmentServiceException}
74
74
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -0,0 +1,94 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
5
+ import { DeleteResourcePolicyRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteResourcePolicyCommand}.
14
+ */
15
+ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteResourcePolicyCommand}.
21
+ */
22
+ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Deletes the resource policy attached to the resource.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { LookoutEquipmentClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
31
+ * // const { LookoutEquipmentClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
32
+ * const client = new LookoutEquipmentClient(config);
33
+ * const input = { // DeleteResourcePolicyRequest
34
+ * ResourceArn: "STRING_VALUE", // required
35
+ * };
36
+ * const command = new DeleteResourcePolicyCommand(input);
37
+ * const response = await client.send(command);
38
+ * // {};
39
+ *
40
+ * ```
41
+ *
42
+ * @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
43
+ * @returns {@link DeleteResourcePolicyCommandOutput}
44
+ * @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
45
+ * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
46
+ * @see {@link LookoutEquipmentClientResolvedConfig | config} for LookoutEquipmentClient's `config` shape.
47
+ *
48
+ * @throws {@link AccessDeniedException} (client fault)
49
+ * <p>The request could not be completed because you do not have access to the resource.
50
+ * </p>
51
+ *
52
+ * @throws {@link ConflictException} (client fault)
53
+ * <p> The request could not be completed due to a conflict with the current state of the
54
+ * target resource. </p>
55
+ *
56
+ * @throws {@link InternalServerException} (server fault)
57
+ * <p> Processing of the request has failed because of an unknown error, exception or failure.
58
+ * </p>
59
+ *
60
+ * @throws {@link ResourceNotFoundException} (client fault)
61
+ * <p> The resource requested could not be found. Verify the resource ID and retry your
62
+ * request. </p>
63
+ *
64
+ * @throws {@link ThrottlingException} (client fault)
65
+ * <p>The request was denied due to request throttling.</p>
66
+ *
67
+ * @throws {@link ValidationException} (client fault)
68
+ * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
69
+ * related Amazon Web Services service that's being utilized. </p>
70
+ *
71
+ * @throws {@link LookoutEquipmentServiceException}
72
+ * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
73
+ *
74
+ */
75
+ export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig> {
76
+ readonly input: DeleteResourcePolicyCommandInput;
77
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
81
+ constructor(input: DeleteResourcePolicyCommandInput);
82
+ /**
83
+ * @internal
84
+ */
85
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
89
+ private serialize;
90
+ /**
91
+ * @internal
92
+ */
93
+ private deserialize;
94
+ }
@@ -48,7 +48,7 @@ export interface DescribeDataIngestionJobCommandOutput extends DescribeDataInges
48
48
  * // },
49
49
  * // RoleArn: "STRING_VALUE",
50
50
  * // CreatedAt: new Date("TIMESTAMP"),
51
- * // Status: "IN_PROGRESS" || "SUCCESS" || "FAILED",
51
+ * // Status: "IN_PROGRESS" || "SUCCESS" || "FAILED" || "IMPORT_IN_PROGRESS",
52
52
  * // FailedReason: "STRING_VALUE",
53
53
  * // DataQualitySummary: { // DataQualitySummary
54
54
  * // InsufficientSensorData: { // InsufficientSensorData
@@ -88,6 +88,7 @@ export interface DescribeDataIngestionJobCommandOutput extends DescribeDataInges
88
88
  * // IngestedDataSize: Number("long"),
89
89
  * // DataStartTime: new Date("TIMESTAMP"),
90
90
  * // DataEndTime: new Date("TIMESTAMP"),
91
+ * // SourceDatasetArn: "STRING_VALUE",
91
92
  * // };
92
93
  *
93
94
  * ```
@@ -115,7 +116,7 @@ export interface DescribeDataIngestionJobCommandOutput extends DescribeDataInges
115
116
  *
116
117
  * @throws {@link ValidationException} (client fault)
117
118
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
118
- * related AWS service that's being utilized. </p>
119
+ * related Amazon Web Services service that's being utilized. </p>
119
120
  *
120
121
  * @throws {@link LookoutEquipmentServiceException}
121
122
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -41,7 +41,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
41
41
  * // DatasetArn: "STRING_VALUE",
42
42
  * // CreatedAt: new Date("TIMESTAMP"),
43
43
  * // LastUpdatedAt: new Date("TIMESTAMP"),
44
- * // Status: "CREATED" || "INGESTION_IN_PROGRESS" || "ACTIVE",
44
+ * // Status: "CREATED" || "INGESTION_IN_PROGRESS" || "ACTIVE" || "IMPORT_IN_PROGRESS",
45
45
  * // Schema: "STRING_VALUE",
46
46
  * // ServerSideKmsKeyId: "STRING_VALUE",
47
47
  * // IngestionInputConfiguration: { // IngestionInputConfiguration
@@ -88,6 +88,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
88
88
  * // RoleArn: "STRING_VALUE",
89
89
  * // DataStartTime: new Date("TIMESTAMP"),
90
90
  * // DataEndTime: new Date("TIMESTAMP"),
91
+ * // SourceDatasetArn: "STRING_VALUE",
91
92
  * // };
92
93
  *
93
94
  * ```
@@ -115,7 +116,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
115
116
  *
116
117
  * @throws {@link ValidationException} (client fault)
117
118
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
118
- * related AWS service that's being utilized. </p>
119
+ * related Amazon Web Services service that's being utilized. </p>
119
120
  *
120
121
  * @throws {@link LookoutEquipmentServiceException}
121
122
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -94,7 +94,7 @@ export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferen
94
94
  *
95
95
  * @throws {@link ValidationException} (client fault)
96
96
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
97
- * related AWS service that's being utilized. </p>
97
+ * related Amazon Web Services service that's being utilized. </p>
98
98
  *
99
99
  * @throws {@link LookoutEquipmentServiceException}
100
100
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -24,8 +24,8 @@ export interface DescribeLabelCommandOutput extends DescribeLabelResponse, __Met
24
24
  /**
25
25
  * @public
26
26
  * <p>
27
- * Returns the name of the label.
28
- * </p>
27
+ * Returns the name of the label.
28
+ * </p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -76,7 +76,7 @@ export interface DescribeLabelCommandOutput extends DescribeLabelResponse, __Met
76
76
  *
77
77
  * @throws {@link ValidationException} (client fault)
78
78
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
79
- * related AWS service that's being utilized. </p>
79
+ * related Amazon Web Services service that's being utilized. </p>
80
80
  *
81
81
  * @throws {@link LookoutEquipmentServiceException}
82
82
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -24,8 +24,8 @@ export interface DescribeLabelGroupCommandOutput extends DescribeLabelGroupRespo
24
24
  /**
25
25
  * @public
26
26
  * <p>
27
- * Returns information about the label group.
28
- * </p>
27
+ * Returns information about the label group.
28
+ * </p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
31
31
  * ```javascript
@@ -72,7 +72,7 @@ export interface DescribeLabelGroupCommandOutput extends DescribeLabelGroupRespo
72
72
  *
73
73
  * @throws {@link ValidationException} (client fault)
74
74
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
75
- * related AWS service that's being utilized. </p>
75
+ * related Amazon Web Services service that's being utilized. </p>
76
76
  *
77
77
  * @throws {@link LookoutEquipmentServiceException}
78
78
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>
@@ -58,7 +58,7 @@ export interface DescribeModelCommandOutput extends DescribeModelResponse, __Met
58
58
  * // DataPreProcessingConfiguration: { // DataPreProcessingConfiguration
59
59
  * // TargetSamplingRate: "PT1S" || "PT5S" || "PT10S" || "PT15S" || "PT30S" || "PT1M" || "PT5M" || "PT10M" || "PT15M" || "PT30M" || "PT1H",
60
60
  * // },
61
- * // Status: "IN_PROGRESS" || "SUCCESS" || "FAILED",
61
+ * // Status: "IN_PROGRESS" || "SUCCESS" || "FAILED" || "IMPORT_IN_PROGRESS",
62
62
  * // TrainingExecutionStartTime: new Date("TIMESTAMP"),
63
63
  * // TrainingExecutionEndTime: new Date("TIMESTAMP"),
64
64
  * // FailedReason: "STRING_VALUE",
@@ -67,6 +67,15 @@ export interface DescribeModelCommandOutput extends DescribeModelResponse, __Met
67
67
  * // CreatedAt: new Date("TIMESTAMP"),
68
68
  * // ServerSideKmsKeyId: "STRING_VALUE",
69
69
  * // OffCondition: "STRING_VALUE",
70
+ * // SourceModelVersionArn: "STRING_VALUE",
71
+ * // ImportJobStartTime: new Date("TIMESTAMP"),
72
+ * // ImportJobEndTime: new Date("TIMESTAMP"),
73
+ * // ActiveModelVersion: Number("long"),
74
+ * // ActiveModelVersionArn: "STRING_VALUE",
75
+ * // ModelVersionActivatedAt: new Date("TIMESTAMP"),
76
+ * // PreviousActiveModelVersion: Number("long"),
77
+ * // PreviousActiveModelVersionArn: "STRING_VALUE",
78
+ * // PreviousModelVersionActivatedAt: new Date("TIMESTAMP"),
70
79
  * // };
71
80
  *
72
81
  * ```
@@ -94,7 +103,7 @@ export interface DescribeModelCommandOutput extends DescribeModelResponse, __Met
94
103
  *
95
104
  * @throws {@link ValidationException} (client fault)
96
105
  * <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a
97
- * related AWS service that's being utilized. </p>
106
+ * related Amazon Web Services service that's being utilized. </p>
98
107
  *
99
108
  * @throws {@link LookoutEquipmentServiceException}
100
109
  * <p>Base exception class for all service exceptions from LookoutEquipment service.</p>