@aws-sdk/client-iotthingsgraph 3.360.0 → 3.363.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 (199) hide show
  1. package/dist-cjs/IoTThingsGraph.js +1 -1
  2. package/dist-cjs/IoTThingsGraphClient.js +5 -5
  3. package/dist-cjs/commands/AssociateEntityToThingCommand.js +3 -3
  4. package/dist-cjs/commands/CreateFlowTemplateCommand.js +3 -3
  5. package/dist-cjs/commands/CreateSystemInstanceCommand.js +3 -3
  6. package/dist-cjs/commands/CreateSystemTemplateCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteFlowTemplateCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteNamespaceCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteSystemInstanceCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteSystemTemplateCommand.js +3 -3
  11. package/dist-cjs/commands/DeploySystemInstanceCommand.js +3 -3
  12. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +3 -3
  13. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeNamespaceCommand.js +3 -3
  15. package/dist-cjs/commands/DissociateEntityFromThingCommand.js +3 -3
  16. package/dist-cjs/commands/GetEntitiesCommand.js +3 -3
  17. package/dist-cjs/commands/GetFlowTemplateCommand.js +3 -3
  18. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +3 -3
  19. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +3 -3
  20. package/dist-cjs/commands/GetSystemInstanceCommand.js +3 -3
  21. package/dist-cjs/commands/GetSystemTemplateCommand.js +3 -3
  22. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +3 -3
  23. package/dist-cjs/commands/GetUploadStatusCommand.js +3 -3
  24. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +3 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  26. package/dist-cjs/commands/SearchEntitiesCommand.js +3 -3
  27. package/dist-cjs/commands/SearchFlowExecutionsCommand.js +3 -3
  28. package/dist-cjs/commands/SearchFlowTemplatesCommand.js +3 -3
  29. package/dist-cjs/commands/SearchSystemInstancesCommand.js +3 -3
  30. package/dist-cjs/commands/SearchSystemTemplatesCommand.js +3 -3
  31. package/dist-cjs/commands/SearchThingsCommand.js +3 -3
  32. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  33. package/dist-cjs/commands/UndeploySystemInstanceCommand.js +3 -3
  34. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  35. package/dist-cjs/commands/UpdateFlowTemplateCommand.js +3 -3
  36. package/dist-cjs/commands/UpdateSystemTemplateCommand.js +3 -3
  37. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +3 -3
  38. package/dist-cjs/models/IoTThingsGraphServiceException.js +1 -1
  39. package/dist-cjs/protocols/Aws_json1_1.js +1 -1
  40. package/dist-cjs/runtimeConfig.browser.js +7 -7
  41. package/dist-cjs/runtimeConfig.js +10 -10
  42. package/dist-cjs/runtimeConfig.shared.js +4 -4
  43. package/dist-es/IoTThingsGraph.js +1 -1
  44. package/dist-es/IoTThingsGraphClient.js +5 -5
  45. package/dist-es/commands/AssociateEntityToThingCommand.js +3 -3
  46. package/dist-es/commands/CreateFlowTemplateCommand.js +3 -3
  47. package/dist-es/commands/CreateSystemInstanceCommand.js +3 -3
  48. package/dist-es/commands/CreateSystemTemplateCommand.js +3 -3
  49. package/dist-es/commands/DeleteFlowTemplateCommand.js +3 -3
  50. package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
  51. package/dist-es/commands/DeleteSystemInstanceCommand.js +3 -3
  52. package/dist-es/commands/DeleteSystemTemplateCommand.js +3 -3
  53. package/dist-es/commands/DeploySystemInstanceCommand.js +3 -3
  54. package/dist-es/commands/DeprecateFlowTemplateCommand.js +3 -3
  55. package/dist-es/commands/DeprecateSystemTemplateCommand.js +3 -3
  56. package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
  57. package/dist-es/commands/DissociateEntityFromThingCommand.js +3 -3
  58. package/dist-es/commands/GetEntitiesCommand.js +3 -3
  59. package/dist-es/commands/GetFlowTemplateCommand.js +3 -3
  60. package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +3 -3
  61. package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +3 -3
  62. package/dist-es/commands/GetSystemInstanceCommand.js +3 -3
  63. package/dist-es/commands/GetSystemTemplateCommand.js +3 -3
  64. package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +3 -3
  65. package/dist-es/commands/GetUploadStatusCommand.js +3 -3
  66. package/dist-es/commands/ListFlowExecutionMessagesCommand.js +3 -3
  67. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  68. package/dist-es/commands/SearchEntitiesCommand.js +3 -3
  69. package/dist-es/commands/SearchFlowExecutionsCommand.js +3 -3
  70. package/dist-es/commands/SearchFlowTemplatesCommand.js +3 -3
  71. package/dist-es/commands/SearchSystemInstancesCommand.js +3 -3
  72. package/dist-es/commands/SearchSystemTemplatesCommand.js +3 -3
  73. package/dist-es/commands/SearchThingsCommand.js +3 -3
  74. package/dist-es/commands/TagResourceCommand.js +3 -3
  75. package/dist-es/commands/UndeploySystemInstanceCommand.js +3 -3
  76. package/dist-es/commands/UntagResourceCommand.js +3 -3
  77. package/dist-es/commands/UpdateFlowTemplateCommand.js +3 -3
  78. package/dist-es/commands/UpdateSystemTemplateCommand.js +3 -3
  79. package/dist-es/commands/UploadEntityDefinitionsCommand.js +3 -3
  80. package/dist-es/models/IoTThingsGraphServiceException.js +1 -1
  81. package/dist-es/protocols/Aws_json1_1.js +1 -1
  82. package/dist-es/runtimeConfig.browser.js +7 -7
  83. package/dist-es/runtimeConfig.js +10 -10
  84. package/dist-es/runtimeConfig.shared.js +4 -4
  85. package/dist-types/IoTThingsGraph.d.ts +1 -1
  86. package/dist-types/IoTThingsGraphClient.d.ts +8 -8
  87. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +3 -3
  88. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +3 -3
  89. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +3 -3
  90. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +3 -3
  91. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +3 -3
  92. package/dist-types/commands/DeleteNamespaceCommand.d.ts +3 -3
  93. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +3 -3
  94. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +3 -3
  95. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +3 -3
  96. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +3 -3
  97. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +3 -3
  98. package/dist-types/commands/DescribeNamespaceCommand.d.ts +3 -3
  99. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +3 -3
  100. package/dist-types/commands/GetEntitiesCommand.d.ts +3 -3
  101. package/dist-types/commands/GetFlowTemplateCommand.d.ts +3 -3
  102. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +3 -3
  103. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +3 -3
  104. package/dist-types/commands/GetSystemInstanceCommand.d.ts +3 -3
  105. package/dist-types/commands/GetSystemTemplateCommand.d.ts +3 -3
  106. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +3 -3
  107. package/dist-types/commands/GetUploadStatusCommand.d.ts +3 -3
  108. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +3 -3
  109. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  110. package/dist-types/commands/SearchEntitiesCommand.d.ts +3 -3
  111. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +3 -3
  112. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +3 -3
  113. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +3 -3
  114. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +3 -3
  115. package/dist-types/commands/SearchThingsCommand.d.ts +3 -3
  116. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  117. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +3 -3
  118. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  119. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +3 -3
  120. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +3 -3
  121. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +3 -3
  122. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  123. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  124. package/dist-types/endpoint/ruleset.d.ts +1 -1
  125. package/dist-types/models/IoTThingsGraphServiceException.d.ts +1 -1
  126. package/dist-types/models/models_0.d.ts +1 -1
  127. package/dist-types/pagination/GetFlowTemplateRevisionsPaginator.d.ts +1 -1
  128. package/dist-types/pagination/GetSystemTemplateRevisionsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/Interfaces.d.ts +1 -1
  130. package/dist-types/pagination/ListFlowExecutionMessagesPaginator.d.ts +1 -1
  131. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  132. package/dist-types/pagination/SearchEntitiesPaginator.d.ts +1 -1
  133. package/dist-types/pagination/SearchFlowExecutionsPaginator.d.ts +1 -1
  134. package/dist-types/pagination/SearchFlowTemplatesPaginator.d.ts +1 -1
  135. package/dist-types/pagination/SearchSystemInstancesPaginator.d.ts +1 -1
  136. package/dist-types/pagination/SearchSystemTemplatesPaginator.d.ts +1 -1
  137. package/dist-types/pagination/SearchThingsPaginator.d.ts +1 -1
  138. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  139. package/dist-types/runtimeConfig.d.ts +20 -20
  140. package/dist-types/runtimeConfig.native.d.ts +19 -19
  141. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  142. package/dist-types/ts3.4/IoTThingsGraph.d.ts +1 -1
  143. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +19 -21
  144. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +3 -3
  145. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +3 -3
  146. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +3 -3
  147. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +3 -3
  148. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +3 -3
  149. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +3 -3
  150. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +3 -3
  151. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +3 -3
  152. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +3 -3
  153. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +3 -3
  154. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +3 -3
  155. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +3 -3
  156. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +3 -3
  157. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +3 -3
  158. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +3 -3
  159. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +3 -3
  160. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +3 -3
  162. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +3 -3
  163. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +3 -3
  164. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +3 -3
  165. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +3 -3
  166. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  167. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +3 -3
  168. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +3 -3
  169. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +3 -3
  170. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +3 -3
  171. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +3 -3
  172. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +3 -3
  173. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  174. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +3 -3
  175. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  176. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +3 -3
  177. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +3 -3
  178. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +3 -3
  179. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  180. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  181. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  182. package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +1 -1
  183. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  184. package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +1 -1
  185. package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +1 -1
  186. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  187. package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +1 -1
  188. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  189. package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +1 -1
  190. package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +1 -1
  191. package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +1 -1
  192. package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +1 -1
  193. package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +1 -1
  194. package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +1 -1
  195. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  196. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  197. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  198. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  199. package/package.json +31 -30
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IoTThingsGraph = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  const AssociateEntityToThingCommand_1 = require("./commands/AssociateEntityToThingCommand");
6
6
  const CreateFlowTemplateCommand_1 = require("./commands/CreateFlowTemplateCommand");
7
7
  const CreateSystemInstanceCommand_1 = require("./commands/CreateSystemInstanceCommand");
@@ -1,16 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IoTThingsGraphClient = exports.__Client = void 0;
4
- const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
7
4
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
8
5
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
9
6
  const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
10
- const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
7
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
8
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
- const smithy_client_1 = require("@aws-sdk/smithy-client");
9
+ const config_resolver_1 = require("@smithy/config-resolver");
10
+ const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
+ const middleware_retry_1 = require("@smithy/middleware-retry");
13
+ const smithy_client_1 = require("@smithy/smithy-client");
14
14
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
16
  const runtimeConfig_1 = require("./runtimeConfig");
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateEntityToThingCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class AssociateEntityToThingCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateFlowTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateFlowTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSystemInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateSystemInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSystemTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class CreateSystemTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteFlowTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteFlowTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteNamespaceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteNamespaceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteSystemInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteSystemInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteSystemTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeleteSystemTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeploySystemInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeploySystemInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeprecateFlowTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeprecateFlowTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeprecateSystemTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DeprecateSystemTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeNamespaceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DescribeNamespaceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DissociateEntityFromThingCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class DissociateEntityFromThingCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetEntitiesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetEntitiesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetFlowTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetFlowTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetFlowTemplateRevisionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetFlowTemplateRevisionsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetNamespaceDeletionStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetNamespaceDeletionStatusCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSystemInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetSystemInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSystemTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetSystemTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSystemTemplateRevisionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetSystemTemplateRevisionsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetUploadStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetUploadStatusCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListFlowExecutionMessagesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListFlowExecutionMessagesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchEntitiesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class SearchEntitiesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchFlowExecutionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class SearchFlowExecutionsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchFlowTemplatesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class SearchFlowTemplatesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchSystemInstancesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class SearchSystemInstancesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchSystemTemplatesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class SearchSystemTemplatesCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchThingsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class SearchThingsCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class TagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UndeploySystemInstanceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UndeploySystemInstanceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UntagResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateFlowTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateFlowTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateSystemTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateSystemTemplateCommand extends smithy_client_1.Command {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UploadEntityDefinitionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
- const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UploadEntityDefinitionsCommand extends smithy_client_1.Command {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IoTThingsGraphServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@aws-sdk/smithy-client");
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
5
  Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
6
  class IoTThingsGraphServiceException extends smithy_client_1.ServiceException {
7
7
  constructor(options) {
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.de_GetFlowTemplateCommand = exports.de_GetEntitiesCommand = exports.de_DissociateEntityFromThingCommand = exports.de_DescribeNamespaceCommand = exports.de_DeprecateSystemTemplateCommand = exports.de_DeprecateFlowTemplateCommand = exports.de_DeploySystemInstanceCommand = exports.de_DeleteSystemTemplateCommand = exports.de_DeleteSystemInstanceCommand = exports.de_DeleteNamespaceCommand = exports.de_DeleteFlowTemplateCommand = exports.de_CreateSystemTemplateCommand = exports.de_CreateSystemInstanceCommand = exports.de_CreateFlowTemplateCommand = exports.de_AssociateEntityToThingCommand = exports.se_UploadEntityDefinitionsCommand = exports.se_UpdateSystemTemplateCommand = exports.se_UpdateFlowTemplateCommand = exports.se_UntagResourceCommand = exports.se_UndeploySystemInstanceCommand = exports.se_TagResourceCommand = exports.se_SearchThingsCommand = exports.se_SearchSystemTemplatesCommand = exports.se_SearchSystemInstancesCommand = exports.se_SearchFlowTemplatesCommand = exports.se_SearchFlowExecutionsCommand = exports.se_SearchEntitiesCommand = exports.se_ListTagsForResourceCommand = exports.se_ListFlowExecutionMessagesCommand = exports.se_GetUploadStatusCommand = exports.se_GetSystemTemplateRevisionsCommand = exports.se_GetSystemTemplateCommand = exports.se_GetSystemInstanceCommand = exports.se_GetNamespaceDeletionStatusCommand = exports.se_GetFlowTemplateRevisionsCommand = exports.se_GetFlowTemplateCommand = exports.se_GetEntitiesCommand = exports.se_DissociateEntityFromThingCommand = exports.se_DescribeNamespaceCommand = exports.se_DeprecateSystemTemplateCommand = exports.se_DeprecateFlowTemplateCommand = exports.se_DeploySystemInstanceCommand = exports.se_DeleteSystemTemplateCommand = exports.se_DeleteSystemInstanceCommand = exports.se_DeleteNamespaceCommand = exports.se_DeleteFlowTemplateCommand = exports.se_CreateSystemTemplateCommand = exports.se_CreateSystemInstanceCommand = exports.se_CreateFlowTemplateCommand = exports.se_AssociateEntityToThingCommand = void 0;
4
4
  exports.de_UploadEntityDefinitionsCommand = exports.de_UpdateSystemTemplateCommand = exports.de_UpdateFlowTemplateCommand = exports.de_UntagResourceCommand = exports.de_UndeploySystemInstanceCommand = exports.de_TagResourceCommand = exports.de_SearchThingsCommand = exports.de_SearchSystemTemplatesCommand = exports.de_SearchSystemInstancesCommand = exports.de_SearchFlowTemplatesCommand = exports.de_SearchFlowExecutionsCommand = exports.de_SearchEntitiesCommand = exports.de_ListTagsForResourceCommand = exports.de_ListFlowExecutionMessagesCommand = exports.de_GetUploadStatusCommand = exports.de_GetSystemTemplateRevisionsCommand = exports.de_GetSystemTemplateCommand = exports.de_GetSystemInstanceCommand = exports.de_GetNamespaceDeletionStatusCommand = exports.de_GetFlowTemplateRevisionsCommand = void 0;
5
- const smithy_client_1 = require("@aws-sdk/smithy-client");
6
5
  const protocol_http_1 = require("@smithy/protocol-http");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const IoTThingsGraphServiceException_1 = require("../models/IoTThingsGraphServiceException");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const se_AssociateEntityToThingCommand = async (input, context) => {
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
- const config_resolver_1 = require("@aws-sdk/config-resolver");
8
- const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
- const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
10
- const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
- const util_retry_1 = require("@aws-sdk/util-retry");
12
7
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
+ const config_resolver_1 = require("@smithy/config-resolver");
9
+ const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
+ const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
12
+ const util_retry_1 = require("@smithy/util-retry");
13
13
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@aws-sdk/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
15
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);