@aws-sdk/client-lookoutequipment 3.335.0 → 3.338.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 (145) hide show
  1. package/dist-cjs/LookoutEquipmentClient.js +2 -1
  2. package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
  3. package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +2 -1
  4. package/dist-cjs/commands/CreateLabelCommand.js +2 -1
  5. package/dist-cjs/commands/CreateLabelGroupCommand.js +2 -1
  6. package/dist-cjs/commands/CreateModelCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteLabelCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteLabelGroupCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteModelCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeLabelCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeLabelGroupCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeModelCommand.js +2 -1
  18. package/dist-cjs/commands/ListDataIngestionJobsCommand.js +2 -1
  19. package/dist-cjs/commands/ListDatasetsCommand.js +2 -1
  20. package/dist-cjs/commands/ListInferenceEventsCommand.js +2 -1
  21. package/dist-cjs/commands/ListInferenceExecutionsCommand.js +2 -1
  22. package/dist-cjs/commands/ListInferenceSchedulersCommand.js +2 -1
  23. package/dist-cjs/commands/ListLabelGroupsCommand.js +2 -1
  24. package/dist-cjs/commands/ListLabelsCommand.js +2 -1
  25. package/dist-cjs/commands/ListModelsCommand.js +2 -1
  26. package/dist-cjs/commands/ListSensorStatisticsCommand.js +2 -1
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  28. package/dist-cjs/commands/StartDataIngestionJobCommand.js +2 -1
  29. package/dist-cjs/commands/StartInferenceSchedulerCommand.js +2 -1
  30. package/dist-cjs/commands/StopInferenceSchedulerCommand.js +2 -1
  31. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  32. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  33. package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +2 -1
  34. package/dist-cjs/commands/UpdateLabelGroupCommand.js +2 -1
  35. package/dist-cjs/index.js +2 -2
  36. package/dist-cjs/models/LookoutEquipmentServiceException.js +2 -1
  37. package/dist-es/LookoutEquipmentClient.js +1 -0
  38. package/dist-es/commands/CreateDatasetCommand.js +1 -0
  39. package/dist-es/commands/CreateInferenceSchedulerCommand.js +1 -0
  40. package/dist-es/commands/CreateLabelCommand.js +1 -0
  41. package/dist-es/commands/CreateLabelGroupCommand.js +1 -0
  42. package/dist-es/commands/CreateModelCommand.js +1 -0
  43. package/dist-es/commands/DeleteDatasetCommand.js +1 -0
  44. package/dist-es/commands/DeleteInferenceSchedulerCommand.js +1 -0
  45. package/dist-es/commands/DeleteLabelCommand.js +1 -0
  46. package/dist-es/commands/DeleteLabelGroupCommand.js +1 -0
  47. package/dist-es/commands/DeleteModelCommand.js +1 -0
  48. package/dist-es/commands/DescribeDataIngestionJobCommand.js +1 -0
  49. package/dist-es/commands/DescribeDatasetCommand.js +1 -0
  50. package/dist-es/commands/DescribeInferenceSchedulerCommand.js +1 -0
  51. package/dist-es/commands/DescribeLabelCommand.js +1 -0
  52. package/dist-es/commands/DescribeLabelGroupCommand.js +1 -0
  53. package/dist-es/commands/DescribeModelCommand.js +1 -0
  54. package/dist-es/commands/ListDataIngestionJobsCommand.js +1 -0
  55. package/dist-es/commands/ListDatasetsCommand.js +1 -0
  56. package/dist-es/commands/ListInferenceEventsCommand.js +1 -0
  57. package/dist-es/commands/ListInferenceExecutionsCommand.js +1 -0
  58. package/dist-es/commands/ListInferenceSchedulersCommand.js +1 -0
  59. package/dist-es/commands/ListLabelGroupsCommand.js +1 -0
  60. package/dist-es/commands/ListLabelsCommand.js +1 -0
  61. package/dist-es/commands/ListModelsCommand.js +1 -0
  62. package/dist-es/commands/ListSensorStatisticsCommand.js +1 -0
  63. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  64. package/dist-es/commands/StartDataIngestionJobCommand.js +1 -0
  65. package/dist-es/commands/StartInferenceSchedulerCommand.js +1 -0
  66. package/dist-es/commands/StopInferenceSchedulerCommand.js +1 -0
  67. package/dist-es/commands/TagResourceCommand.js +1 -0
  68. package/dist-es/commands/UntagResourceCommand.js +1 -0
  69. package/dist-es/commands/UpdateInferenceSchedulerCommand.js +1 -0
  70. package/dist-es/commands/UpdateLabelGroupCommand.js +1 -0
  71. package/dist-es/index.js +2 -2
  72. package/dist-es/models/LookoutEquipmentServiceException.js +1 -0
  73. package/dist-types/LookoutEquipmentClient.d.ts +3 -3
  74. package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
  75. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +4 -0
  76. package/dist-types/commands/CreateLabelCommand.d.ts +4 -0
  77. package/dist-types/commands/CreateLabelGroupCommand.d.ts +4 -0
  78. package/dist-types/commands/CreateModelCommand.d.ts +4 -0
  79. package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
  80. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +4 -0
  81. package/dist-types/commands/DeleteLabelCommand.d.ts +4 -0
  82. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +4 -0
  83. package/dist-types/commands/DeleteModelCommand.d.ts +4 -0
  84. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +4 -0
  85. package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
  86. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +4 -0
  87. package/dist-types/commands/DescribeLabelCommand.d.ts +4 -0
  88. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +4 -0
  89. package/dist-types/commands/DescribeModelCommand.d.ts +4 -0
  90. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +4 -0
  91. package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
  92. package/dist-types/commands/ListInferenceEventsCommand.d.ts +4 -0
  93. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +4 -0
  94. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +4 -0
  95. package/dist-types/commands/ListLabelGroupsCommand.d.ts +4 -0
  96. package/dist-types/commands/ListLabelsCommand.d.ts +4 -0
  97. package/dist-types/commands/ListModelsCommand.d.ts +4 -0
  98. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +4 -0
  99. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  100. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +4 -0
  101. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +4 -0
  102. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +4 -0
  103. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  104. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  105. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +4 -0
  106. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +4 -0
  107. package/dist-types/index.d.ts +8 -2
  108. package/dist-types/models/LookoutEquipmentServiceException.d.ts +1 -0
  109. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +3 -3
  110. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/index.d.ts +2 -2
  144. package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +1 -0
  145. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LookoutEquipmentClient = void 0;
3
+ exports.LookoutEquipmentClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class LookoutEquipmentClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDatasetCommand = void 0;
3
+ exports.CreateDatasetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateDatasetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateInferenceSchedulerCommand = void 0;
3
+ exports.CreateInferenceSchedulerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateInferenceSchedulerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLabelCommand = void 0;
3
+ exports.CreateLabelCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateLabelCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLabelGroupCommand = void 0;
3
+ exports.CreateLabelGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateLabelGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateModelCommand = void 0;
3
+ exports.CreateModelCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateModelCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDatasetCommand = void 0;
3
+ exports.DeleteDatasetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteDatasetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteInferenceSchedulerCommand = void 0;
3
+ exports.DeleteInferenceSchedulerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteInferenceSchedulerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteLabelCommand = void 0;
3
+ exports.DeleteLabelCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteLabelCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteLabelGroupCommand = void 0;
3
+ exports.DeleteLabelGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteLabelGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteModelCommand = void 0;
3
+ exports.DeleteModelCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteModelCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDataIngestionJobCommand = void 0;
3
+ exports.DescribeDataIngestionJobCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeDataIngestionJobCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDatasetCommand = void 0;
3
+ exports.DescribeDatasetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeDatasetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInferenceSchedulerCommand = void 0;
3
+ exports.DescribeInferenceSchedulerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeInferenceSchedulerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLabelCommand = void 0;
3
+ exports.DescribeLabelCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeLabelCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLabelGroupCommand = void 0;
3
+ exports.DescribeLabelGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeLabelGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeModelCommand = void 0;
3
+ exports.DescribeModelCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeModelCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDataIngestionJobsCommand = void 0;
3
+ exports.ListDataIngestionJobsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListDataIngestionJobsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDatasetsCommand = void 0;
3
+ exports.ListDatasetsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListDatasetsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInferenceEventsCommand = void 0;
3
+ exports.ListInferenceEventsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListInferenceEventsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInferenceExecutionsCommand = void 0;
3
+ exports.ListInferenceExecutionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListInferenceExecutionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInferenceSchedulersCommand = void 0;
3
+ exports.ListInferenceSchedulersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListInferenceSchedulersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLabelGroupsCommand = void 0;
3
+ exports.ListLabelGroupsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListLabelGroupsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLabelsCommand = void 0;
3
+ exports.ListLabelsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListLabelsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListModelsCommand = void 0;
3
+ exports.ListModelsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListModelsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSensorStatisticsCommand = void 0;
3
+ exports.ListSensorStatisticsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListSensorStatisticsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDataIngestionJobCommand = void 0;
3
+ exports.StartDataIngestionJobCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class StartDataIngestionJobCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartInferenceSchedulerCommand = void 0;
3
+ exports.StartInferenceSchedulerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class StartInferenceSchedulerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopInferenceSchedulerCommand = void 0;
3
+ exports.StopInferenceSchedulerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class StopInferenceSchedulerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateInferenceSchedulerCommand = void 0;
3
+ exports.UpdateInferenceSchedulerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateInferenceSchedulerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLabelGroupCommand = void 0;
3
+ exports.UpdateLabelGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateLabelGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LookoutEquipmentServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./LookoutEquipment"), exports);
6
5
  tslib_1.__exportStar(require("./LookoutEquipmentClient"), exports);
6
+ tslib_1.__exportStar(require("./LookoutEquipment"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var LookoutEquipmentServiceException_1 = require("./models/LookoutEquipmentServiceException");
11
11
  Object.defineProperty(exports, "LookoutEquipmentServiceException", { enumerable: true, get: function () { return LookoutEquipmentServiceException_1.LookoutEquipmentServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LookoutEquipmentServiceException = void 0;
3
+ exports.LookoutEquipmentServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class LookoutEquipmentServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class LookoutEquipmentClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateDatasetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateInferenceSchedulerCommand, se_CreateInferenceSchedulerCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateInferenceSchedulerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateLabelCommand, se_CreateLabelCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateLabelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateLabelGroupCommand, se_CreateLabelGroupCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateLabelGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateModelCommand, se_CreateModelCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateModelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteDatasetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteInferenceSchedulerCommand, se_DeleteInferenceSchedulerCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteInferenceSchedulerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteLabelCommand, se_DeleteLabelCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteLabelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteLabelGroupCommand, se_DeleteLabelGroupCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteLabelGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteModelCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDataIngestionJobCommand, se_DescribeDataIngestionJobCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeDataIngestionJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeDatasetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeInferenceSchedulerCommand, se_DescribeInferenceSchedulerCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeInferenceSchedulerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {