@aws-sdk/client-lookoutequipment 3.1076.0 → 3.1078.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 (167) hide show
  1. package/dist-cjs/index.js +60 -495
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateDatasetCommand.js +2 -14
  4. package/dist-es/commands/CreateInferenceSchedulerCommand.js +2 -14
  5. package/dist-es/commands/CreateLabelCommand.js +2 -14
  6. package/dist-es/commands/CreateLabelGroupCommand.js +2 -14
  7. package/dist-es/commands/CreateModelCommand.js +2 -14
  8. package/dist-es/commands/CreateRetrainingSchedulerCommand.js +2 -14
  9. package/dist-es/commands/DeleteDatasetCommand.js +2 -14
  10. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +2 -14
  11. package/dist-es/commands/DeleteLabelCommand.js +2 -14
  12. package/dist-es/commands/DeleteLabelGroupCommand.js +2 -14
  13. package/dist-es/commands/DeleteModelCommand.js +2 -14
  14. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  15. package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +2 -14
  16. package/dist-es/commands/DescribeDataIngestionJobCommand.js +2 -14
  17. package/dist-es/commands/DescribeDatasetCommand.js +2 -14
  18. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +2 -14
  19. package/dist-es/commands/DescribeLabelCommand.js +2 -14
  20. package/dist-es/commands/DescribeLabelGroupCommand.js +2 -14
  21. package/dist-es/commands/DescribeModelCommand.js +2 -14
  22. package/dist-es/commands/DescribeModelVersionCommand.js +2 -14
  23. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -14
  24. package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +2 -14
  25. package/dist-es/commands/ImportDatasetCommand.js +2 -14
  26. package/dist-es/commands/ImportModelVersionCommand.js +2 -14
  27. package/dist-es/commands/ListDataIngestionJobsCommand.js +2 -14
  28. package/dist-es/commands/ListDatasetsCommand.js +2 -14
  29. package/dist-es/commands/ListInferenceEventsCommand.js +2 -14
  30. package/dist-es/commands/ListInferenceExecutionsCommand.js +2 -14
  31. package/dist-es/commands/ListInferenceSchedulersCommand.js +2 -14
  32. package/dist-es/commands/ListLabelGroupsCommand.js +2 -14
  33. package/dist-es/commands/ListLabelsCommand.js +2 -14
  34. package/dist-es/commands/ListModelVersionsCommand.js +2 -14
  35. package/dist-es/commands/ListModelsCommand.js +2 -14
  36. package/dist-es/commands/ListRetrainingSchedulersCommand.js +2 -14
  37. package/dist-es/commands/ListSensorStatisticsCommand.js +2 -14
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  39. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  40. package/dist-es/commands/StartDataIngestionJobCommand.js +2 -14
  41. package/dist-es/commands/StartInferenceSchedulerCommand.js +2 -14
  42. package/dist-es/commands/StartRetrainingSchedulerCommand.js +2 -14
  43. package/dist-es/commands/StopInferenceSchedulerCommand.js +2 -14
  44. package/dist-es/commands/StopRetrainingSchedulerCommand.js +2 -14
  45. package/dist-es/commands/TagResourceCommand.js +2 -14
  46. package/dist-es/commands/UntagResourceCommand.js +2 -14
  47. package/dist-es/commands/UpdateActiveModelVersionCommand.js +2 -14
  48. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +2 -14
  49. package/dist-es/commands/UpdateLabelGroupCommand.js +2 -14
  50. package/dist-es/commands/UpdateModelCommand.js +2 -14
  51. package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +2 -14
  52. package/dist-es/index.js +1 -0
  53. package/dist-es/runtimeConfig.browser.js +0 -2
  54. package/dist-es/runtimeConfig.js +1 -2
  55. package/dist-es/runtimeConfig.native.js +0 -2
  56. package/dist-es/runtimeConfig.shared.js +2 -0
  57. package/dist-types/commandBuilder.d.ts +18 -0
  58. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateLabelCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateModelCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +3 -8
  66. package/dist-types/commands/DeleteLabelCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteModelCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +3 -8
  74. package/dist-types/commands/DescribeLabelCommand.d.ts +3 -8
  75. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -8
  76. package/dist-types/commands/DescribeModelCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeModelVersionCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +3 -8
  80. package/dist-types/commands/ImportDatasetCommand.d.ts +3 -8
  81. package/dist-types/commands/ImportModelVersionCommand.d.ts +3 -8
  82. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +3 -8
  83. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  84. package/dist-types/commands/ListInferenceEventsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +3 -8
  87. package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -8
  88. package/dist-types/commands/ListLabelsCommand.d.ts +3 -8
  89. package/dist-types/commands/ListModelVersionsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListModelsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +3 -8
  92. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  94. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  95. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +3 -8
  96. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +3 -8
  97. package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +3 -8
  98. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +3 -8
  99. package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +3 -8
  100. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  101. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -8
  105. package/dist-types/commands/UpdateModelCommand.d.ts +3 -8
  106. package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +3 -8
  107. package/dist-types/index.d.ts +1 -0
  108. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  109. package/dist-types/runtimeConfig.d.ts +1 -1
  110. package/dist-types/runtimeConfig.native.d.ts +1 -1
  111. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  112. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  113. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/index.d.ts +1 -0
  163. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  164. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  165. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  166. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  167. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DeleteDatasetRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
22
19
  export interface DeleteDatasetCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDatasetCommand_base: {
25
- new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes a dataset and associated artifacts. The operation will check to see if any
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DeleteInferenceSchedulerRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteInferenceSchedulerCommandInput extends DeleteInferenceSch
22
19
  export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteInferenceSchedulerCommand_base: {
25
- new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an inference scheduler that has been set up. Prior inference results will not be
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DeleteLabelRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteLabelCommandInput extends DeleteLabelRequest {
22
19
  export interface DeleteLabelCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteLabelCommand_base: {
25
- new (input: DeleteLabelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLabelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteLabelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteLabelCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes a label. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DeleteLabelGroupRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteLabelGroupCommandInput extends DeleteLabelGroupRequest {
22
19
  export interface DeleteLabelGroupCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteLabelGroupCommand_base: {
25
- new (input: DeleteLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteLabelGroupCommandInput, DeleteLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Deletes a group of labels. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DeleteModelRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteModelCommandInput extends DeleteModelRequest {
22
19
  export interface DeleteModelCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteModelCommand_base: {
25
- new (input: DeleteModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a machine learning model currently available for Amazon Lookout for Equipment. This will prevent it
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DeleteResourcePolicyRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
22
19
  export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteResourcePolicyCommand_base: {
25
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the resource policy attached to the resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DeleteRetrainingSchedulerRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteRetrainingSchedulerCommandInput extends DeleteRetrainingS
22
19
  export interface DeleteRetrainingSchedulerCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRetrainingSchedulerCommand_base: {
25
- new (input: DeleteRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DeleteRetrainingSchedulerCommandInput, DeleteRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a retraining scheduler from a model. The retraining scheduler must be in the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DescribeDataIngestionJobRequest, DescribeDataIngestionJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeDataIngestionJobCommandInput extends DescribeDataIngest
22
19
  export interface DescribeDataIngestionJobCommandOutput extends DescribeDataIngestionJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDataIngestionJobCommand_base: {
25
- new (input: DescribeDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides information on a specific data ingestion job such as creation time, dataset
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
22
19
  export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDatasetCommand_base: {
25
- new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeDatasetCommandInput): import("@smithy/core/client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a JSON description of the data in each time series dataset, including names,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DescribeInferenceSchedulerRequest, DescribeInferenceSchedulerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeInferenceSchedulerCommandInput extends DescribeInferenc
22
19
  export interface DescribeInferenceSchedulerCommandOutput extends DescribeInferenceSchedulerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeInferenceSchedulerCommand_base: {
25
- new (input: DescribeInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeInferenceSchedulerCommandInput, DescribeInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Specifies information about the inference scheduler being used, including name, model,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DescribeLabelRequest, DescribeLabelResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLabelCommandInput extends DescribeLabelRequest {
22
19
  export interface DescribeLabelCommandOutput extends DescribeLabelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLabelCommand_base: {
25
- new (input: DescribeLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelCommandInput, DescribeLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelCommandInput, DescribeLabelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelCommandInput, DescribeLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLabelCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelCommandInput, DescribeLabelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns the name of the label. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DescribeLabelGroupRequest, DescribeLabelGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLabelGroupCommandInput extends DescribeLabelGroupReques
22
19
  export interface DescribeLabelGroupCommandOutput extends DescribeLabelGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLabelGroupCommand_base: {
25
- new (input: DescribeLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeLabelGroupCommandInput, DescribeLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns information about the label group. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DescribeModelRequest, DescribeModelResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeModelCommandInput extends DescribeModelRequest {
22
19
  export interface DescribeModelCommandOutput extends DescribeModelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeModelCommand_base: {
25
- new (input: DescribeModelCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelCommandInput, DescribeModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeModelCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelCommandInput, DescribeModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeModelCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelCommandInput, DescribeModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeModelCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelCommandInput, DescribeModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a JSON containing the overall information about a specific machine learning
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DescribeModelVersionRequest, DescribeModelVersionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeModelVersionCommandInput extends DescribeModelVersionRe
22
19
  export interface DescribeModelVersionCommandOutput extends DescribeModelVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeModelVersionCommand_base: {
25
- new (input: DescribeModelVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeModelVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeModelVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeModelVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeModelVersionCommandInput, DescribeModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a specific machine learning model version.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeResourcePolicyCommandInput extends DescribeResourcePoli
22
19
  export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeResourcePolicyCommand_base: {
25
- new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides the details of a resource policy attached to a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { DescribeRetrainingSchedulerRequest, DescribeRetrainingSchedulerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeRetrainingSchedulerCommandInput extends DescribeRetrain
22
19
  export interface DescribeRetrainingSchedulerCommandOutput extends DescribeRetrainingSchedulerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRetrainingSchedulerCommand_base: {
25
- new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<DescribeRetrainingSchedulerCommandInput, DescribeRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a description of the retraining scheduler, including information such as the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { ImportDatasetRequest, ImportDatasetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ImportDatasetCommandInput extends ImportDatasetRequest {
22
19
  export interface ImportDatasetCommandOutput extends ImportDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ImportDatasetCommand_base: {
25
- new (input: ImportDatasetCommandInput): import("@smithy/core/client").CommandImpl<ImportDatasetCommandInput, ImportDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ImportDatasetCommandInput): import("@smithy/core/client").CommandImpl<ImportDatasetCommandInput, ImportDatasetCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ImportDatasetCommandInput): import("@smithy/core/client").CommandImpl<ImportDatasetCommandInput, ImportDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ImportDatasetCommandInput): import("@smithy/core/client").CommandImpl<ImportDatasetCommandInput, ImportDatasetCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Imports a dataset.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { ImportModelVersionRequest, ImportModelVersionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ImportModelVersionCommandInput extends ImportModelVersionReques
22
19
  export interface ImportModelVersionCommandOutput extends ImportModelVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ImportModelVersionCommand_base: {
25
- new (input: ImportModelVersionCommandInput): import("@smithy/core/client").CommandImpl<ImportModelVersionCommandInput, ImportModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ImportModelVersionCommandInput): import("@smithy/core/client").CommandImpl<ImportModelVersionCommandInput, ImportModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ImportModelVersionCommandInput): import("@smithy/core/client").CommandImpl<ImportModelVersionCommandInput, ImportModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ImportModelVersionCommandInput): import("@smithy/core/client").CommandImpl<ImportModelVersionCommandInput, ImportModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Imports a model that has been trained successfully.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { ListDataIngestionJobsRequest, ListDataIngestionJobsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDataIngestionJobsCommandInput extends ListDataIngestionJobs
22
19
  export interface ListDataIngestionJobsCommandOutput extends ListDataIngestionJobsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDataIngestionJobsCommand_base: {
25
- new (input: ListDataIngestionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDataIngestionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDataIngestionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDataIngestionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataIngestionJobsCommandInput, ListDataIngestionJobsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {
22
19
  export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDatasetsCommand_base: {
25
- new (input: ListDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDatasetsCommandInput): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDatasetsCommandInput]): import("@smithy/core/client").CommandImpl<ListDatasetsCommandInput, ListDatasetsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all datasets currently available in your account, filtering on the dataset name.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LookoutEquipmentClient";
4
2
  import type { ListInferenceEventsRequest, ListInferenceEventsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListInferenceEventsCommandInput extends ListInferenceEventsRequ
22
19
  export interface ListInferenceEventsCommandOutput extends ListInferenceEventsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListInferenceEventsCommand_base: {
25
- new (input: ListInferenceEventsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInferenceEventsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListInferenceEventsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListInferenceEventsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceEventsCommandInput, ListInferenceEventsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists all inference events that have been found for the specified inference scheduler.