@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 { ListInferenceExecutionsRequest, ListInferenceExecutionsResponse } 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 ListInferenceExecutionsCommandInput extends ListInferenceExecut
22
19
  export interface ListInferenceExecutionsCommandOutput extends ListInferenceExecutionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListInferenceExecutionsCommand_base: {
25
- new (input: ListInferenceExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInferenceExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListInferenceExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListInferenceExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceExecutionsCommandInput, ListInferenceExecutionsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists all inference executions that have been performed by the specified inference
@@ -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 { ListInferenceSchedulersRequest, ListInferenceSchedulersResponse } 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 ListInferenceSchedulersCommandInput extends ListInferenceSchedu
22
19
  export interface ListInferenceSchedulersCommandOutput extends ListInferenceSchedulersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListInferenceSchedulersCommand_base: {
25
- new (input: ListInferenceSchedulersCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListInferenceSchedulersCommandInput]): import("@smithy/core/client").CommandImpl<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListInferenceSchedulersCommandInput): import("@smithy/core/client").CommandImpl<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListInferenceSchedulersCommandInput]): import("@smithy/core/client").CommandImpl<ListInferenceSchedulersCommandInput, ListInferenceSchedulersCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of all inference schedulers currently available for your account.
@@ -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 { ListLabelGroupsRequest, ListLabelGroupsResponse } 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 ListLabelGroupsCommandInput extends ListLabelGroupsRequest {
22
19
  export interface ListLabelGroupsCommandOutput extends ListLabelGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLabelGroupsCommand_base: {
25
- new (input: ListLabelGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLabelGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLabelGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLabelGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListLabelGroupsCommandInput, ListLabelGroupsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns a list of the label groups. </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 { ListLabelsRequest, ListLabelsResponse } 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 ListLabelsCommandInput extends ListLabelsRequest {
22
19
  export interface ListLabelsCommandOutput extends ListLabelsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLabelsCommand_base: {
25
- new (input: ListLabelsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelsCommandInput, ListLabelsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListLabelsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelsCommandInput, ListLabelsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLabelsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelsCommandInput, ListLabelsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListLabelsCommandInput): import("@smithy/core/client").CommandImpl<ListLabelsCommandInput, ListLabelsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Provides a list 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 { ListModelVersionsRequest, ListModelVersionsResponse } 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 ListModelVersionsCommandInput extends ListModelVersionsRequest
22
19
  export interface ListModelVersionsCommandOutput extends ListModelVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListModelVersionsCommand_base: {
25
- new (input: ListModelVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListModelVersionsCommandInput, ListModelVersionsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListModelVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListModelVersionsCommandInput, ListModelVersionsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListModelVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListModelVersionsCommandInput, ListModelVersionsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListModelVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListModelVersionsCommandInput, ListModelVersionsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Generates a list of all model versions for a given model, including the model version,
@@ -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 { ListModelsRequest, ListModelsResponse } 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 ListModelsCommandInput extends ListModelsRequest {
22
19
  export interface ListModelsCommandOutput extends ListModelsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListModelsCommand_base: {
25
- new (input: ListModelsCommandInput): import("@smithy/core/client").CommandImpl<ListModelsCommandInput, ListModelsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListModelsCommandInput]): import("@smithy/core/client").CommandImpl<ListModelsCommandInput, ListModelsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListModelsCommandInput): import("@smithy/core/client").CommandImpl<ListModelsCommandInput, ListModelsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListModelsCommandInput]): import("@smithy/core/client").CommandImpl<ListModelsCommandInput, ListModelsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Generates a list of all models in the account, including model name and ARN, 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 { ListRetrainingSchedulersRequest, ListRetrainingSchedulersResponse } 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 ListRetrainingSchedulersCommandInput extends ListRetrainingSche
22
19
  export interface ListRetrainingSchedulersCommandOutput extends ListRetrainingSchedulersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRetrainingSchedulersCommand_base: {
25
- new (input: ListRetrainingSchedulersCommandInput): import("@smithy/core/client").CommandImpl<ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRetrainingSchedulersCommandInput]): import("@smithy/core/client").CommandImpl<ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRetrainingSchedulersCommandInput): import("@smithy/core/client").CommandImpl<ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRetrainingSchedulersCommandInput]): import("@smithy/core/client").CommandImpl<ListRetrainingSchedulersCommandInput, ListRetrainingSchedulersCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all retraining schedulers in your account, filtering by model name prefix and
@@ -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 { ListSensorStatisticsRequest, ListSensorStatisticsResponse } 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 ListSensorStatisticsCommandInput extends ListSensorStatisticsRe
22
19
  export interface ListSensorStatisticsCommandOutput extends ListSensorStatisticsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSensorStatisticsCommand_base: {
25
- new (input: ListSensorStatisticsCommandInput): import("@smithy/core/client").CommandImpl<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSensorStatisticsCommandInput): import("@smithy/core/client").CommandImpl<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSensorStatisticsCommandInput): import("@smithy/core/client").CommandImpl<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListSensorStatisticsCommandInput): import("@smithy/core/client").CommandImpl<ListSensorStatisticsCommandInput, ListSensorStatisticsCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists statistics about the data collected for each of the sensors that have been
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all the tags for a specified resource, including key and value. </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 { PutResourcePolicyRequest, PutResourcePolicyResponse } 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 PutResourcePolicyCommandInput extends PutResourcePolicyRequest
22
19
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutResourcePolicyCommand_base: {
25
- new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a resource control policy for a given 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 { StartDataIngestionJobRequest, StartDataIngestionJobResponse } 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 StartDataIngestionJobCommandInput extends StartDataIngestionJob
22
19
  export interface StartDataIngestionJobCommandOutput extends StartDataIngestionJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartDataIngestionJobCommand_base: {
25
- new (input: StartDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartDataIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<StartDataIngestionJobCommandInput, StartDataIngestionJobCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a data ingestion job. Amazon Lookout for Equipment returns the job status. </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 { StartInferenceSchedulerRequest, StartInferenceSchedulerResponse } 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 StartInferenceSchedulerCommandInput extends StartInferenceSched
22
19
  export interface StartInferenceSchedulerCommandOutput extends StartInferenceSchedulerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartInferenceSchedulerCommand_base: {
25
- new (input: StartInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartInferenceSchedulerCommandInput, StartInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts an inference scheduler. </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 { StartRetrainingSchedulerRequest, StartRetrainingSchedulerResponse } 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 StartRetrainingSchedulerCommandInput extends StartRetrainingSch
22
19
  export interface StartRetrainingSchedulerCommandOutput extends StartRetrainingSchedulerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartRetrainingSchedulerCommand_base: {
25
- new (input: StartRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StartRetrainingSchedulerCommandInput, StartRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a retraining scheduler. </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 { StopInferenceSchedulerRequest, StopInferenceSchedulerResponse } 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 StopInferenceSchedulerCommandInput extends StopInferenceSchedul
22
19
  export interface StopInferenceSchedulerCommandOutput extends StopInferenceSchedulerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopInferenceSchedulerCommand_base: {
25
- new (input: StopInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopInferenceSchedulerCommandInput, StopInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops an inference scheduler. </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 { StopRetrainingSchedulerRequest, StopRetrainingSchedulerResponse } 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 StopRetrainingSchedulerCommandInput extends StopRetrainingSched
22
19
  export interface StopRetrainingSchedulerCommandOutput extends StopRetrainingSchedulerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopRetrainingSchedulerCommand_base: {
25
- new (input: StopRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopRetrainingSchedulerCommandInput): import("@smithy/core/client").CommandImpl<StopRetrainingSchedulerCommandInput, StopRetrainingSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops a retraining scheduler. </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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates a given tag to a resource in your account. A tag is a key-value pair which
@@ -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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a specific tag from a given resource. The tag is specified by its key. </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 { UpdateActiveModelVersionRequest, UpdateActiveModelVersionResponse } 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 UpdateActiveModelVersionCommandInput extends UpdateActiveModelV
22
19
  export interface UpdateActiveModelVersionCommandOutput extends UpdateActiveModelVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateActiveModelVersionCommand_base: {
25
- new (input: UpdateActiveModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateActiveModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateActiveModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateActiveModelVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateActiveModelVersionCommandInput, UpdateActiveModelVersionCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Sets the active model version for a given machine learning model.</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 { UpdateInferenceSchedulerRequest } 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 UpdateInferenceSchedulerCommandInput extends UpdateInferenceSch
22
19
  export interface UpdateInferenceSchedulerCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateInferenceSchedulerCommand_base: {
25
- new (input: UpdateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateInferenceSchedulerCommandInput): import("@smithy/core/client").CommandImpl<UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an inference scheduler. </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 { UpdateLabelGroupRequest } 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 UpdateLabelGroupCommandInput extends UpdateLabelGroupRequest {
22
19
  export interface UpdateLabelGroupCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateLabelGroupCommand_base: {
25
- new (input: UpdateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateLabelGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdateLabelGroupCommandInput, UpdateLabelGroupCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Updates 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 { UpdateModelRequest } 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 UpdateModelCommandInput extends UpdateModelRequest {
22
19
  export interface UpdateModelCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateModelCommand_base: {
25
- new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateModelCommandInput): import("@smithy/core/client").CommandImpl<UpdateModelCommandInput, UpdateModelCommandOutput, import("..").LookoutEquipmentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a model in the account.</p>