@aws-sdk/client-iotthingsgraph 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 (153) hide show
  1. package/dist-cjs/IoTThingsGraphClient.js +2 -1
  2. package/dist-cjs/commands/AssociateEntityToThingCommand.js +2 -1
  3. package/dist-cjs/commands/CreateFlowTemplateCommand.js +2 -1
  4. package/dist-cjs/commands/CreateSystemInstanceCommand.js +2 -1
  5. package/dist-cjs/commands/CreateSystemTemplateCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteFlowTemplateCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteSystemInstanceCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteSystemTemplateCommand.js +2 -1
  10. package/dist-cjs/commands/DeploySystemInstanceCommand.js +2 -1
  11. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +2 -1
  12. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -1
  14. package/dist-cjs/commands/DissociateEntityFromThingCommand.js +2 -1
  15. package/dist-cjs/commands/GetEntitiesCommand.js +2 -1
  16. package/dist-cjs/commands/GetFlowTemplateCommand.js +2 -1
  17. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +2 -1
  18. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +2 -1
  19. package/dist-cjs/commands/GetSystemInstanceCommand.js +2 -1
  20. package/dist-cjs/commands/GetSystemTemplateCommand.js +2 -1
  21. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +2 -1
  22. package/dist-cjs/commands/GetUploadStatusCommand.js +2 -1
  23. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +2 -1
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  25. package/dist-cjs/commands/SearchEntitiesCommand.js +2 -1
  26. package/dist-cjs/commands/SearchFlowExecutionsCommand.js +2 -1
  27. package/dist-cjs/commands/SearchFlowTemplatesCommand.js +2 -1
  28. package/dist-cjs/commands/SearchSystemInstancesCommand.js +2 -1
  29. package/dist-cjs/commands/SearchSystemTemplatesCommand.js +2 -1
  30. package/dist-cjs/commands/SearchThingsCommand.js +2 -1
  31. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  32. package/dist-cjs/commands/UndeploySystemInstanceCommand.js +2 -1
  33. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  34. package/dist-cjs/commands/UpdateFlowTemplateCommand.js +2 -1
  35. package/dist-cjs/commands/UpdateSystemTemplateCommand.js +2 -1
  36. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +2 -1
  37. package/dist-cjs/index.js +2 -2
  38. package/dist-cjs/models/IoTThingsGraphServiceException.js +2 -1
  39. package/dist-es/IoTThingsGraphClient.js +1 -0
  40. package/dist-es/commands/AssociateEntityToThingCommand.js +1 -0
  41. package/dist-es/commands/CreateFlowTemplateCommand.js +1 -0
  42. package/dist-es/commands/CreateSystemInstanceCommand.js +1 -0
  43. package/dist-es/commands/CreateSystemTemplateCommand.js +1 -0
  44. package/dist-es/commands/DeleteFlowTemplateCommand.js +1 -0
  45. package/dist-es/commands/DeleteNamespaceCommand.js +1 -0
  46. package/dist-es/commands/DeleteSystemInstanceCommand.js +1 -0
  47. package/dist-es/commands/DeleteSystemTemplateCommand.js +1 -0
  48. package/dist-es/commands/DeploySystemInstanceCommand.js +1 -0
  49. package/dist-es/commands/DeprecateFlowTemplateCommand.js +1 -0
  50. package/dist-es/commands/DeprecateSystemTemplateCommand.js +1 -0
  51. package/dist-es/commands/DescribeNamespaceCommand.js +1 -0
  52. package/dist-es/commands/DissociateEntityFromThingCommand.js +1 -0
  53. package/dist-es/commands/GetEntitiesCommand.js +1 -0
  54. package/dist-es/commands/GetFlowTemplateCommand.js +1 -0
  55. package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +1 -0
  56. package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +1 -0
  57. package/dist-es/commands/GetSystemInstanceCommand.js +1 -0
  58. package/dist-es/commands/GetSystemTemplateCommand.js +1 -0
  59. package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +1 -0
  60. package/dist-es/commands/GetUploadStatusCommand.js +1 -0
  61. package/dist-es/commands/ListFlowExecutionMessagesCommand.js +1 -0
  62. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  63. package/dist-es/commands/SearchEntitiesCommand.js +1 -0
  64. package/dist-es/commands/SearchFlowExecutionsCommand.js +1 -0
  65. package/dist-es/commands/SearchFlowTemplatesCommand.js +1 -0
  66. package/dist-es/commands/SearchSystemInstancesCommand.js +1 -0
  67. package/dist-es/commands/SearchSystemTemplatesCommand.js +1 -0
  68. package/dist-es/commands/SearchThingsCommand.js +1 -0
  69. package/dist-es/commands/TagResourceCommand.js +1 -0
  70. package/dist-es/commands/UndeploySystemInstanceCommand.js +1 -0
  71. package/dist-es/commands/UntagResourceCommand.js +1 -0
  72. package/dist-es/commands/UpdateFlowTemplateCommand.js +1 -0
  73. package/dist-es/commands/UpdateSystemTemplateCommand.js +1 -0
  74. package/dist-es/commands/UploadEntityDefinitionsCommand.js +1 -0
  75. package/dist-es/index.js +2 -2
  76. package/dist-es/models/IoTThingsGraphServiceException.js +1 -0
  77. package/dist-types/IoTThingsGraphClient.d.ts +3 -3
  78. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +4 -0
  79. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +4 -0
  80. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +4 -0
  81. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +4 -0
  82. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +4 -0
  83. package/dist-types/commands/DeleteNamespaceCommand.d.ts +4 -0
  84. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +4 -0
  85. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +4 -0
  86. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +4 -0
  87. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +4 -0
  88. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +4 -0
  89. package/dist-types/commands/DescribeNamespaceCommand.d.ts +4 -0
  90. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +4 -0
  91. package/dist-types/commands/GetEntitiesCommand.d.ts +4 -0
  92. package/dist-types/commands/GetFlowTemplateCommand.d.ts +4 -0
  93. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +4 -0
  94. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +4 -0
  95. package/dist-types/commands/GetSystemInstanceCommand.d.ts +4 -0
  96. package/dist-types/commands/GetSystemTemplateCommand.d.ts +4 -0
  97. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +4 -0
  98. package/dist-types/commands/GetUploadStatusCommand.d.ts +4 -0
  99. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +4 -0
  100. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  101. package/dist-types/commands/SearchEntitiesCommand.d.ts +4 -0
  102. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +4 -0
  103. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +4 -0
  104. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +4 -0
  105. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +4 -0
  106. package/dist-types/commands/SearchThingsCommand.d.ts +4 -0
  107. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  108. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +4 -0
  109. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  110. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +4 -0
  111. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +4 -0
  112. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +4 -0
  113. package/dist-types/index.d.ts +13 -2
  114. package/dist-types/models/IoTThingsGraphServiceException.d.ts +1 -0
  115. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +3 -3
  116. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/index.d.ts +2 -2
  152. package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +1 -0
  153. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTThingsGraphClient = void 0;
3
+ exports.IoTThingsGraphClient = 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 IoTThingsGraphClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateEntityToThingCommand = void 0;
3
+ exports.AssociateEntityToThingCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class AssociateEntityToThingCommand 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.CreateFlowTemplateCommand = void 0;
3
+ exports.CreateFlowTemplateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateFlowTemplateCommand 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.CreateSystemInstanceCommand = void 0;
3
+ exports.CreateSystemInstanceCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateSystemInstanceCommand 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.CreateSystemTemplateCommand = void 0;
3
+ exports.CreateSystemTemplateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateSystemTemplateCommand 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.DeleteFlowTemplateCommand = void 0;
3
+ exports.DeleteFlowTemplateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteFlowTemplateCommand 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.DeleteNamespaceCommand = void 0;
3
+ exports.DeleteNamespaceCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteNamespaceCommand 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.DeleteSystemInstanceCommand = void 0;
3
+ exports.DeleteSystemInstanceCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteSystemInstanceCommand 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.DeleteSystemTemplateCommand = void 0;
3
+ exports.DeleteSystemTemplateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteSystemTemplateCommand 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.DeploySystemInstanceCommand = void 0;
3
+ exports.DeploySystemInstanceCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeploySystemInstanceCommand 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.DeprecateFlowTemplateCommand = void 0;
3
+ exports.DeprecateFlowTemplateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeprecateFlowTemplateCommand 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.DeprecateSystemTemplateCommand = void 0;
3
+ exports.DeprecateSystemTemplateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeprecateSystemTemplateCommand 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.DescribeNamespaceCommand = void 0;
3
+ exports.DescribeNamespaceCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeNamespaceCommand 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.DissociateEntityFromThingCommand = void 0;
3
+ exports.DissociateEntityFromThingCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DissociateEntityFromThingCommand 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.GetEntitiesCommand = void 0;
3
+ exports.GetEntitiesCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetEntitiesCommand 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.GetFlowTemplateCommand = void 0;
3
+ exports.GetFlowTemplateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetFlowTemplateCommand 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.GetFlowTemplateRevisionsCommand = void 0;
3
+ exports.GetFlowTemplateRevisionsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetFlowTemplateRevisionsCommand 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.GetNamespaceDeletionStatusCommand = void 0;
3
+ exports.GetNamespaceDeletionStatusCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetNamespaceDeletionStatusCommand 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.GetSystemInstanceCommand = void 0;
3
+ exports.GetSystemInstanceCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetSystemInstanceCommand 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.GetSystemTemplateCommand = void 0;
3
+ exports.GetSystemTemplateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetSystemTemplateCommand 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.GetSystemTemplateRevisionsCommand = void 0;
3
+ exports.GetSystemTemplateRevisionsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetSystemTemplateRevisionsCommand 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.GetUploadStatusCommand = void 0;
3
+ exports.GetUploadStatusCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetUploadStatusCommand 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.ListFlowExecutionMessagesCommand = void 0;
3
+ exports.ListFlowExecutionMessagesCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListFlowExecutionMessagesCommand 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_1_1 = require("../protocols/Aws_json1_1");
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.SearchEntitiesCommand = void 0;
3
+ exports.SearchEntitiesCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class SearchEntitiesCommand 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.SearchFlowExecutionsCommand = void 0;
3
+ exports.SearchFlowExecutionsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class SearchFlowExecutionsCommand 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.SearchFlowTemplatesCommand = void 0;
3
+ exports.SearchFlowTemplatesCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class SearchFlowTemplatesCommand 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.SearchSystemInstancesCommand = void 0;
3
+ exports.SearchSystemInstancesCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class SearchSystemInstancesCommand 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.SearchSystemTemplatesCommand = void 0;
3
+ exports.SearchSystemTemplatesCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class SearchSystemTemplatesCommand 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.SearchThingsCommand = void 0;
3
+ exports.SearchThingsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class SearchThingsCommand 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_1_1 = require("../protocols/Aws_json1_1");
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.UndeploySystemInstanceCommand = void 0;
3
+ exports.UndeploySystemInstanceCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UndeploySystemInstanceCommand 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_1_1 = require("../protocols/Aws_json1_1");
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.UpdateFlowTemplateCommand = void 0;
3
+ exports.UpdateFlowTemplateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateFlowTemplateCommand 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.UpdateSystemTemplateCommand = void 0;
3
+ exports.UpdateSystemTemplateCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateSystemTemplateCommand 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.UploadEntityDefinitionsCommand = void 0;
3
+ exports.UploadEntityDefinitionsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UploadEntityDefinitionsCommand 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.IoTThingsGraphServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./IoTThingsGraph"), exports);
6
5
  tslib_1.__exportStar(require("./IoTThingsGraphClient"), exports);
6
+ tslib_1.__exportStar(require("./IoTThingsGraph"), 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 IoTThingsGraphServiceException_1 = require("./models/IoTThingsGraphServiceException");
11
11
  Object.defineProperty(exports, "IoTThingsGraphServiceException", { enumerable: true, get: function () { return IoTThingsGraphServiceException_1.IoTThingsGraphServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTThingsGraphServiceException = void 0;
3
+ exports.IoTThingsGraphServiceException = 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 IoTThingsGraphServiceException 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 IoTThingsGraphClient 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_AssociateEntityToThingCommand, se_AssociateEntityToThingCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class AssociateEntityToThingCommand 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_CreateFlowTemplateCommand, se_CreateFlowTemplateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateFlowTemplateCommand 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_CreateSystemInstanceCommand, se_CreateSystemInstanceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateSystemInstanceCommand 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_CreateSystemTemplateCommand, se_CreateSystemTemplateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateSystemTemplateCommand 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_DeleteFlowTemplateCommand, se_DeleteFlowTemplateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteFlowTemplateCommand 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_DeleteNamespaceCommand, se_DeleteNamespaceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteNamespaceCommand 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_DeleteSystemInstanceCommand, se_DeleteSystemInstanceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteSystemInstanceCommand 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_DeleteSystemTemplateCommand, se_DeleteSystemTemplateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteSystemTemplateCommand 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_DeploySystemInstanceCommand, se_DeploySystemInstanceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeploySystemInstanceCommand 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_DeprecateFlowTemplateCommand, se_DeprecateFlowTemplateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeprecateFlowTemplateCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {