@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
@@ -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_DeprecateSystemTemplateCommand, se_DeprecateSystemTemplateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeprecateSystemTemplateCommand 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_DescribeNamespaceCommand, se_DescribeNamespaceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeNamespaceCommand 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_DissociateEntityFromThingCommand, se_DissociateEntityFromThingCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DissociateEntityFromThingCommand 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_GetEntitiesCommand, se_GetEntitiesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetEntitiesCommand 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_GetFlowTemplateCommand, se_GetFlowTemplateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetFlowTemplateCommand 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_GetFlowTemplateRevisionsCommand, se_GetFlowTemplateRevisionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetFlowTemplateRevisionsCommand 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_GetNamespaceDeletionStatusCommand, se_GetNamespaceDeletionStatusCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetNamespaceDeletionStatusCommand 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_GetSystemInstanceCommand, se_GetSystemInstanceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetSystemInstanceCommand 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_GetSystemTemplateCommand, se_GetSystemTemplateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetSystemTemplateCommand 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_GetSystemTemplateRevisionsCommand, se_GetSystemTemplateRevisionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetSystemTemplateRevisionsCommand 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_GetUploadStatusCommand, se_GetUploadStatusCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetUploadStatusCommand 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_ListFlowExecutionMessagesCommand, se_ListFlowExecutionMessagesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListFlowExecutionMessagesCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand 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_SearchEntitiesCommand, se_SearchEntitiesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class SearchEntitiesCommand 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_SearchFlowExecutionsCommand, se_SearchFlowExecutionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class SearchFlowExecutionsCommand 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_SearchFlowTemplatesCommand, se_SearchFlowTemplatesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class SearchFlowTemplatesCommand 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_SearchSystemInstancesCommand, se_SearchSystemInstancesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class SearchSystemInstancesCommand 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_SearchSystemTemplatesCommand, se_SearchSystemTemplatesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class SearchSystemTemplatesCommand 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_SearchThingsCommand, se_SearchThingsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class SearchThingsCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagResourceCommand 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_UndeploySystemInstanceCommand, se_UndeploySystemInstanceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UndeploySystemInstanceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand 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_UpdateFlowTemplateCommand, se_UpdateFlowTemplateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateFlowTemplateCommand 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_UpdateSystemTemplateCommand, se_UpdateSystemTemplateCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateSystemTemplateCommand 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_UploadEntityDefinitionsCommand, se_UploadEntityDefinitionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UploadEntityDefinitionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./IoTThingsGraph";
2
1
  export * from "./IoTThingsGraphClient";
2
+ export * from "./IoTThingsGraph";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { IoTThingsGraphServiceException } from "./models/IoTThingsGraphServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class IoTThingsGraphServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -44,6 +44,7 @@ import { UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput } from
44
44
  import { UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput } from "./commands/UpdateSystemTemplateCommand";
45
45
  import { UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput } from "./commands/UploadEntityDefinitionsCommand";
46
46
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
47
+ export { __Client };
47
48
  /**
48
49
  * @public
49
50
  */
@@ -158,7 +159,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
158
159
  /**
159
160
  * @public
160
161
  */
161
- type IoTThingsGraphClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
162
+ export type IoTThingsGraphClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
162
163
  /**
163
164
  * @public
164
165
  *
@@ -169,7 +170,7 @@ export interface IoTThingsGraphClientConfig extends IoTThingsGraphClientConfigTy
169
170
  /**
170
171
  * @public
171
172
  */
172
- type IoTThingsGraphClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
173
+ export type IoTThingsGraphClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
173
174
  /**
174
175
  * @public
175
176
  *
@@ -200,4 +201,3 @@ export declare class IoTThingsGraphClient extends __Client<__HttpHandlerOptions,
200
201
  */
201
202
  destroy(): void;
202
203
  }
203
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { AssociateEntityToThingRequest, AssociateEntityToThingResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { CreateFlowTemplateRequest, CreateFlowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { CreateSystemInstanceRequest, CreateSystemInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeploySystemInstanceRequest, DeploySystemInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetFlowTemplateRequest, GetFlowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetFlowTemplateRevisionsRequest, GetFlowTemplateRevisionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetNamespaceDeletionStatusRequest, GetNamespaceDeletionStatusResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetSystemInstanceRequest, GetSystemInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetSystemTemplateRequest, GetSystemTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetSystemTemplateRevisionsRequest, GetSystemTemplateRevisionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetUploadStatusRequest, GetUploadStatusResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { ListFlowExecutionMessagesRequest, ListFlowExecutionMessagesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchEntitiesRequest, SearchEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchFlowExecutionsRequest, SearchFlowExecutionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchFlowTemplatesRequest, SearchFlowTemplatesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchSystemInstancesRequest, SearchSystemInstancesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchSystemTemplatesRequest, SearchSystemTemplatesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *