@aws-sdk/client-iottwinmaker 3.337.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 (149) hide show
  1. package/dist-cjs/IoTTwinMakerClient.js +2 -1
  2. package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +2 -1
  3. package/dist-cjs/commands/CreateComponentTypeCommand.js +2 -1
  4. package/dist-cjs/commands/CreateEntityCommand.js +2 -1
  5. package/dist-cjs/commands/CreateSceneCommand.js +2 -1
  6. package/dist-cjs/commands/CreateSyncJobCommand.js +2 -1
  7. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteComponentTypeCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteEntityCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteSceneCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteSyncJobCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -1
  13. package/dist-cjs/commands/ExecuteQueryCommand.js +2 -1
  14. package/dist-cjs/commands/GetComponentTypeCommand.js +2 -1
  15. package/dist-cjs/commands/GetEntityCommand.js +2 -1
  16. package/dist-cjs/commands/GetPricingPlanCommand.js +2 -1
  17. package/dist-cjs/commands/GetPropertyValueCommand.js +2 -1
  18. package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +2 -1
  19. package/dist-cjs/commands/GetSceneCommand.js +2 -1
  20. package/dist-cjs/commands/GetSyncJobCommand.js +2 -1
  21. package/dist-cjs/commands/GetWorkspaceCommand.js +2 -1
  22. package/dist-cjs/commands/ListComponentTypesCommand.js +2 -1
  23. package/dist-cjs/commands/ListEntitiesCommand.js +2 -1
  24. package/dist-cjs/commands/ListScenesCommand.js +2 -1
  25. package/dist-cjs/commands/ListSyncJobsCommand.js +2 -1
  26. package/dist-cjs/commands/ListSyncResourcesCommand.js +2 -1
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  28. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -1
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateComponentTypeCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateEntityCommand.js +2 -1
  33. package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -1
  34. package/dist-cjs/commands/UpdateSceneCommand.js +2 -1
  35. package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -1
  36. package/dist-cjs/index.js +2 -2
  37. package/dist-cjs/models/IoTTwinMakerServiceException.js +2 -1
  38. package/dist-es/IoTTwinMakerClient.js +1 -0
  39. package/dist-es/commands/BatchPutPropertyValuesCommand.js +1 -0
  40. package/dist-es/commands/CreateComponentTypeCommand.js +1 -0
  41. package/dist-es/commands/CreateEntityCommand.js +1 -0
  42. package/dist-es/commands/CreateSceneCommand.js +1 -0
  43. package/dist-es/commands/CreateSyncJobCommand.js +1 -0
  44. package/dist-es/commands/CreateWorkspaceCommand.js +1 -0
  45. package/dist-es/commands/DeleteComponentTypeCommand.js +1 -0
  46. package/dist-es/commands/DeleteEntityCommand.js +1 -0
  47. package/dist-es/commands/DeleteSceneCommand.js +1 -0
  48. package/dist-es/commands/DeleteSyncJobCommand.js +1 -0
  49. package/dist-es/commands/DeleteWorkspaceCommand.js +1 -0
  50. package/dist-es/commands/ExecuteQueryCommand.js +1 -0
  51. package/dist-es/commands/GetComponentTypeCommand.js +1 -0
  52. package/dist-es/commands/GetEntityCommand.js +1 -0
  53. package/dist-es/commands/GetPricingPlanCommand.js +1 -0
  54. package/dist-es/commands/GetPropertyValueCommand.js +1 -0
  55. package/dist-es/commands/GetPropertyValueHistoryCommand.js +1 -0
  56. package/dist-es/commands/GetSceneCommand.js +1 -0
  57. package/dist-es/commands/GetSyncJobCommand.js +1 -0
  58. package/dist-es/commands/GetWorkspaceCommand.js +1 -0
  59. package/dist-es/commands/ListComponentTypesCommand.js +1 -0
  60. package/dist-es/commands/ListEntitiesCommand.js +1 -0
  61. package/dist-es/commands/ListScenesCommand.js +1 -0
  62. package/dist-es/commands/ListSyncJobsCommand.js +1 -0
  63. package/dist-es/commands/ListSyncResourcesCommand.js +1 -0
  64. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  65. package/dist-es/commands/ListWorkspacesCommand.js +1 -0
  66. package/dist-es/commands/TagResourceCommand.js +1 -0
  67. package/dist-es/commands/UntagResourceCommand.js +1 -0
  68. package/dist-es/commands/UpdateComponentTypeCommand.js +1 -0
  69. package/dist-es/commands/UpdateEntityCommand.js +1 -0
  70. package/dist-es/commands/UpdatePricingPlanCommand.js +1 -0
  71. package/dist-es/commands/UpdateSceneCommand.js +1 -0
  72. package/dist-es/commands/UpdateWorkspaceCommand.js +1 -0
  73. package/dist-es/index.js +2 -2
  74. package/dist-es/models/IoTTwinMakerServiceException.js +1 -0
  75. package/dist-types/IoTTwinMakerClient.d.ts +3 -3
  76. package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +4 -0
  77. package/dist-types/commands/CreateComponentTypeCommand.d.ts +4 -0
  78. package/dist-types/commands/CreateEntityCommand.d.ts +4 -0
  79. package/dist-types/commands/CreateSceneCommand.d.ts +4 -0
  80. package/dist-types/commands/CreateSyncJobCommand.d.ts +4 -0
  81. package/dist-types/commands/CreateWorkspaceCommand.d.ts +4 -0
  82. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +4 -0
  83. package/dist-types/commands/DeleteEntityCommand.d.ts +4 -0
  84. package/dist-types/commands/DeleteSceneCommand.d.ts +4 -0
  85. package/dist-types/commands/DeleteSyncJobCommand.d.ts +4 -0
  86. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +4 -0
  87. package/dist-types/commands/ExecuteQueryCommand.d.ts +4 -0
  88. package/dist-types/commands/GetComponentTypeCommand.d.ts +4 -0
  89. package/dist-types/commands/GetEntityCommand.d.ts +4 -0
  90. package/dist-types/commands/GetPricingPlanCommand.d.ts +4 -0
  91. package/dist-types/commands/GetPropertyValueCommand.d.ts +4 -0
  92. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +4 -0
  93. package/dist-types/commands/GetSceneCommand.d.ts +4 -0
  94. package/dist-types/commands/GetSyncJobCommand.d.ts +4 -0
  95. package/dist-types/commands/GetWorkspaceCommand.d.ts +4 -0
  96. package/dist-types/commands/ListComponentTypesCommand.d.ts +4 -0
  97. package/dist-types/commands/ListEntitiesCommand.d.ts +4 -0
  98. package/dist-types/commands/ListScenesCommand.d.ts +4 -0
  99. package/dist-types/commands/ListSyncJobsCommand.d.ts +4 -0
  100. package/dist-types/commands/ListSyncResourcesCommand.d.ts +4 -0
  101. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  102. package/dist-types/commands/ListWorkspacesCommand.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/UpdateComponentTypeCommand.d.ts +4 -0
  106. package/dist-types/commands/UpdateEntityCommand.d.ts +4 -0
  107. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +4 -0
  108. package/dist-types/commands/UpdateSceneCommand.d.ts +4 -0
  109. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +4 -0
  110. package/dist-types/index.d.ts +13 -2
  111. package/dist-types/models/IoTTwinMakerServiceException.d.ts +1 -0
  112. package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +3 -3
  113. package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/CreateSyncJobCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/DeleteSyncJobCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/GetPricingPlanCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/GetSyncJobCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/ListSyncJobsCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/ListSyncResourcesCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/index.d.ts +2 -2
  148. package/dist-types/ts3.4/models/IoTTwinMakerServiceException.d.ts +1 -0
  149. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTTwinMakerClient = void 0;
3
+ exports.IoTTwinMakerClient = 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 IoTTwinMakerClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchPutPropertyValuesCommand = void 0;
3
+ exports.BatchPutPropertyValuesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class BatchPutPropertyValuesCommand 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.CreateComponentTypeCommand = void 0;
3
+ exports.CreateComponentTypeCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateComponentTypeCommand 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.CreateEntityCommand = void 0;
3
+ exports.CreateEntityCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateEntityCommand 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.CreateSceneCommand = void 0;
3
+ exports.CreateSceneCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateSceneCommand 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.CreateSyncJobCommand = void 0;
3
+ exports.CreateSyncJobCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateSyncJobCommand 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.CreateWorkspaceCommand = void 0;
3
+ exports.CreateWorkspaceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class CreateWorkspaceCommand 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.DeleteComponentTypeCommand = void 0;
3
+ exports.DeleteComponentTypeCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteComponentTypeCommand 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.DeleteEntityCommand = void 0;
3
+ exports.DeleteEntityCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteEntityCommand 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.DeleteSceneCommand = void 0;
3
+ exports.DeleteSceneCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteSceneCommand 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.DeleteSyncJobCommand = void 0;
3
+ exports.DeleteSyncJobCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteSyncJobCommand 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.DeleteWorkspaceCommand = void 0;
3
+ exports.DeleteWorkspaceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeleteWorkspaceCommand 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.ExecuteQueryCommand = void 0;
3
+ exports.ExecuteQueryCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ExecuteQueryCommand 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.GetComponentTypeCommand = void 0;
3
+ exports.GetComponentTypeCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetComponentTypeCommand 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.GetEntityCommand = void 0;
3
+ exports.GetEntityCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetEntityCommand 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.GetPricingPlanCommand = void 0;
3
+ exports.GetPricingPlanCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetPricingPlanCommand 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.GetPropertyValueCommand = void 0;
3
+ exports.GetPropertyValueCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetPropertyValueCommand 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.GetPropertyValueHistoryCommand = void 0;
3
+ exports.GetPropertyValueHistoryCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetPropertyValueHistoryCommand 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.GetSceneCommand = void 0;
3
+ exports.GetSceneCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetSceneCommand 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.GetSyncJobCommand = void 0;
3
+ exports.GetSyncJobCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetSyncJobCommand 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.GetWorkspaceCommand = void 0;
3
+ exports.GetWorkspaceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class GetWorkspaceCommand 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.ListComponentTypesCommand = void 0;
3
+ exports.ListComponentTypesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListComponentTypesCommand 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.ListEntitiesCommand = void 0;
3
+ exports.ListEntitiesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListEntitiesCommand 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.ListScenesCommand = void 0;
3
+ exports.ListScenesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListScenesCommand 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.ListSyncJobsCommand = void 0;
3
+ exports.ListSyncJobsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListSyncJobsCommand 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.ListSyncResourcesCommand = void 0;
3
+ exports.ListSyncResourcesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListSyncResourcesCommand 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_restJson1_1 = require("../protocols/Aws_restJson1");
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.ListWorkspacesCommand = void 0;
3
+ exports.ListWorkspacesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListWorkspacesCommand 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_restJson1_1 = require("../protocols/Aws_restJson1");
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_restJson1_1 = require("../protocols/Aws_restJson1");
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.UpdateComponentTypeCommand = void 0;
3
+ exports.UpdateComponentTypeCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateComponentTypeCommand 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.UpdateEntityCommand = void 0;
3
+ exports.UpdateEntityCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateEntityCommand 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.UpdatePricingPlanCommand = void 0;
3
+ exports.UpdatePricingPlanCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdatePricingPlanCommand 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.UpdateSceneCommand = void 0;
3
+ exports.UpdateSceneCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateSceneCommand 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.UpdateWorkspaceCommand = void 0;
3
+ exports.UpdateWorkspaceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateWorkspaceCommand 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.IoTTwinMakerServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./IoTTwinMaker"), exports);
6
5
  tslib_1.__exportStar(require("./IoTTwinMakerClient"), exports);
6
+ tslib_1.__exportStar(require("./IoTTwinMaker"), 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 IoTTwinMakerServiceException_1 = require("./models/IoTTwinMakerServiceException");
11
11
  Object.defineProperty(exports, "IoTTwinMakerServiceException", { enumerable: true, get: function () { return IoTTwinMakerServiceException_1.IoTTwinMakerServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTTwinMakerServiceException = void 0;
3
+ exports.IoTTwinMakerServiceException = 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 IoTTwinMakerServiceException 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 IoTTwinMakerClient 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_BatchPutPropertyValuesCommand, se_BatchPutPropertyValuesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class BatchPutPropertyValuesCommand 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_CreateComponentTypeCommand, se_CreateComponentTypeCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateComponentTypeCommand 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_CreateEntityCommand, se_CreateEntityCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateEntityCommand 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_CreateSceneCommand, se_CreateSceneCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateSceneCommand 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_CreateSyncJobCommand, se_CreateSyncJobCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateSyncJobCommand 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_CreateWorkspaceCommand, se_CreateWorkspaceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class CreateWorkspaceCommand 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_DeleteComponentTypeCommand, se_DeleteComponentTypeCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteComponentTypeCommand 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_DeleteEntityCommand, se_DeleteEntityCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteEntityCommand 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_DeleteSceneCommand, se_DeleteSceneCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteSceneCommand 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_DeleteSyncJobCommand, se_DeleteSyncJobCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteSyncJobCommand 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_DeleteWorkspaceCommand, se_DeleteWorkspaceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteWorkspaceCommand 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_ExecuteQueryCommand, se_ExecuteQueryCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ExecuteQueryCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {