@aws-sdk/client-iotthingsgraph 3.337.0 → 3.341.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
@@ -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 { SearchThingsRequest, SearchThingsResponse } 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 { TagResourceRequest, TagResourceResponse } 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 { UndeploySystemInstanceRequest, UndeploySystemInstanceResponse } 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 { UntagResourceRequest, UntagResourceResponse } 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 { UpdateFlowTemplateRequest, UpdateFlowTemplateResponse } 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 { UpdateSystemTemplateRequest, UpdateSystemTemplateResponse } 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 { UploadEntityDefinitionsRequest, UploadEntityDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,17 @@
1
- export * from "./IoTThingsGraph";
1
+ /**
2
+ * <fullname>AWS IoT Things Graph</fullname>
3
+ * <p>AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards,
4
+ * such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
5
+ * and defining how they interact at an abstract level.</p>
6
+ * <p>For more information about how AWS IoT Things Graph works, see the <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-whatis.html">User Guide</a>.</p>
7
+ *
8
+ * <p>The AWS IoT Things Graph service is discontinued.</p>
9
+ *
10
+ * @packageDocumentation
11
+ */
2
12
  export * from "./IoTThingsGraphClient";
13
+ export * from "./IoTThingsGraph";
3
14
  export * from "./commands";
4
- export * from "./models";
5
15
  export * from "./pagination";
16
+ export * from "./models";
6
17
  export { IoTThingsGraphServiceException } from "./models/IoTThingsGraphServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -191,6 +191,7 @@ import {
191
191
  ClientResolvedEndpointParameters,
192
192
  EndpointParameters,
193
193
  } from "./endpoint/EndpointParameters";
194
+ export { __Client };
194
195
  export type ServiceInputTypes =
195
196
  | AssociateEntityToThingCommandInput
196
197
  | CreateFlowTemplateCommandInput
@@ -287,7 +288,7 @@ export interface ClientDefaults
287
288
  logger?: __Logger;
288
289
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
289
290
  }
290
- type IoTThingsGraphClientConfigType = Partial<
291
+ export type IoTThingsGraphClientConfigType = Partial<
291
292
  __SmithyConfiguration<__HttpHandlerOptions>
292
293
  > &
293
294
  ClientDefaults &
@@ -300,7 +301,7 @@ type IoTThingsGraphClientConfigType = Partial<
300
301
  ClientInputEndpointParameters;
301
302
  export interface IoTThingsGraphClientConfig
302
303
  extends IoTThingsGraphClientConfigType {}
303
- type IoTThingsGraphClientResolvedConfigType =
304
+ export type IoTThingsGraphClientResolvedConfigType =
304
305
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
305
306
  Required<ClientDefaults> &
306
307
  RegionResolvedConfig &
@@ -322,4 +323,3 @@ export declare class IoTThingsGraphClient extends __Client<
322
323
  constructor(configuration: IoTThingsGraphClientConfig);
323
324
  destroy(): void;
324
325
  }
325
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AssociateEntityToThingRequest,
16
16
  AssociateEntityToThingResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateEntityToThingCommandInput
19
20
  extends AssociateEntityToThingRequest {}
20
21
  export interface AssociateEntityToThingCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateFlowTemplateRequest,
16
16
  CreateFlowTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateFlowTemplateCommandInput
19
20
  extends CreateFlowTemplateRequest {}
20
21
  export interface CreateFlowTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateSystemInstanceRequest,
16
16
  CreateSystemInstanceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateSystemInstanceCommandInput
19
20
  extends CreateSystemInstanceRequest {}
20
21
  export interface CreateSystemInstanceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateSystemTemplateRequest,
16
16
  CreateSystemTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateSystemTemplateCommandInput
19
20
  extends CreateSystemTemplateRequest {}
20
21
  export interface CreateSystemTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteFlowTemplateRequest,
16
16
  DeleteFlowTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteFlowTemplateCommandInput
19
20
  extends DeleteFlowTemplateRequest {}
20
21
  export interface DeleteFlowTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteNamespaceRequest,
16
16
  DeleteNamespaceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
19
20
  export interface DeleteNamespaceCommandOutput
20
21
  extends DeleteNamespaceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteSystemInstanceRequest,
16
16
  DeleteSystemInstanceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteSystemInstanceCommandInput
19
20
  extends DeleteSystemInstanceRequest {}
20
21
  export interface DeleteSystemInstanceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteSystemTemplateRequest,
16
16
  DeleteSystemTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteSystemTemplateCommandInput
19
20
  extends DeleteSystemTemplateRequest {}
20
21
  export interface DeleteSystemTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeploySystemInstanceRequest,
16
16
  DeploySystemInstanceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeploySystemInstanceCommandInput
19
20
  extends DeploySystemInstanceRequest {}
20
21
  export interface DeploySystemInstanceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeprecateFlowTemplateRequest,
16
16
  DeprecateFlowTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeprecateFlowTemplateCommandInput
19
20
  extends DeprecateFlowTemplateRequest {}
20
21
  export interface DeprecateFlowTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeprecateSystemTemplateRequest,
16
16
  DeprecateSystemTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeprecateSystemTemplateCommandInput
19
20
  extends DeprecateSystemTemplateRequest {}
20
21
  export interface DeprecateSystemTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeNamespaceRequest,
16
16
  DescribeNamespaceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeNamespaceCommandInput
19
20
  extends DescribeNamespaceRequest {}
20
21
  export interface DescribeNamespaceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DissociateEntityFromThingRequest,
16
16
  DissociateEntityFromThingResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DissociateEntityFromThingCommandInput
19
20
  extends DissociateEntityFromThingRequest {}
20
21
  export interface DissociateEntityFromThingCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IoTThingsGraphClient";
14
14
  import { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetEntitiesCommandInput extends GetEntitiesRequest {}
16
17
  export interface GetEntitiesCommandOutput
17
18
  extends GetEntitiesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetFlowTemplateRequest,
16
16
  GetFlowTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetFlowTemplateCommandInput extends GetFlowTemplateRequest {}
19
20
  export interface GetFlowTemplateCommandOutput
20
21
  extends GetFlowTemplateResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetFlowTemplateRevisionsRequest,
16
16
  GetFlowTemplateRevisionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetFlowTemplateRevisionsCommandInput
19
20
  extends GetFlowTemplateRevisionsRequest {}
20
21
  export interface GetFlowTemplateRevisionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetNamespaceDeletionStatusRequest,
16
16
  GetNamespaceDeletionStatusResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetNamespaceDeletionStatusCommandInput
19
20
  extends GetNamespaceDeletionStatusRequest {}
20
21
  export interface GetNamespaceDeletionStatusCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetSystemInstanceRequest,
16
16
  GetSystemInstanceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetSystemInstanceCommandInput
19
20
  extends GetSystemInstanceRequest {}
20
21
  export interface GetSystemInstanceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetSystemTemplateRequest,
16
16
  GetSystemTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetSystemTemplateCommandInput
19
20
  extends GetSystemTemplateRequest {}
20
21
  export interface GetSystemTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetSystemTemplateRevisionsRequest,
16
16
  GetSystemTemplateRevisionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetSystemTemplateRevisionsCommandInput
19
20
  extends GetSystemTemplateRevisionsRequest {}
20
21
  export interface GetSystemTemplateRevisionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetUploadStatusRequest,
16
16
  GetUploadStatusResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetUploadStatusCommandInput extends GetUploadStatusRequest {}
19
20
  export interface GetUploadStatusCommandOutput
20
21
  extends GetUploadStatusResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListFlowExecutionMessagesRequest,
16
16
  ListFlowExecutionMessagesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListFlowExecutionMessagesCommandInput
19
20
  extends ListFlowExecutionMessagesRequest {}
20
21
  export interface ListFlowExecutionMessagesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  SearchEntitiesRequest,
16
16
  SearchEntitiesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SearchEntitiesCommandInput extends SearchEntitiesRequest {}
19
20
  export interface SearchEntitiesCommandOutput
20
21
  extends SearchEntitiesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  SearchFlowExecutionsRequest,
16
16
  SearchFlowExecutionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SearchFlowExecutionsCommandInput
19
20
  extends SearchFlowExecutionsRequest {}
20
21
  export interface SearchFlowExecutionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  SearchFlowTemplatesRequest,
16
16
  SearchFlowTemplatesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SearchFlowTemplatesCommandInput
19
20
  extends SearchFlowTemplatesRequest {}
20
21
  export interface SearchFlowTemplatesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  SearchSystemInstancesRequest,
16
16
  SearchSystemInstancesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SearchSystemInstancesCommandInput
19
20
  extends SearchSystemInstancesRequest {}
20
21
  export interface SearchSystemInstancesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  SearchSystemTemplatesRequest,
16
16
  SearchSystemTemplatesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface SearchSystemTemplatesCommandInput
19
20
  extends SearchSystemTemplatesRequest {}
20
21
  export interface SearchSystemTemplatesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IoTThingsGraphClient";
14
14
  import { SearchThingsRequest, SearchThingsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SearchThingsCommandInput extends SearchThingsRequest {}
16
17
  export interface SearchThingsCommandOutput
17
18
  extends SearchThingsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../IoTThingsGraphClient";
14
14
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UndeploySystemInstanceRequest,
16
16
  UndeploySystemInstanceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UndeploySystemInstanceCommandInput
19
20
  extends UndeploySystemInstanceRequest {}
20
21
  export interface UndeploySystemInstanceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UntagResourceRequest,
16
16
  UntagResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateFlowTemplateRequest,
16
16
  UpdateFlowTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateFlowTemplateCommandInput
19
20
  extends UpdateFlowTemplateRequest {}
20
21
  export interface UpdateFlowTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateSystemTemplateRequest,
16
16
  UpdateSystemTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateSystemTemplateCommandInput
19
20
  extends UpdateSystemTemplateRequest {}
20
21
  export interface UpdateSystemTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UploadEntityDefinitionsRequest,
16
16
  UploadEntityDefinitionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UploadEntityDefinitionsCommandInput
19
20
  extends UploadEntityDefinitionsRequest {}
20
21
  export interface UploadEntityDefinitionsCommandOutput
@@ -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";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class IoTThingsGraphServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotthingsgraph",
3
3
  "description": "AWS SDK for JavaScript Iotthingsgraph Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.341.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.341.0",
25
+ "@aws-sdk/config-resolver": "3.341.0",
26
+ "@aws-sdk/credential-provider-node": "3.341.0",
27
+ "@aws-sdk/fetch-http-handler": "3.341.0",
28
+ "@aws-sdk/hash-node": "3.341.0",
29
+ "@aws-sdk/invalid-dependency": "3.341.0",
30
+ "@aws-sdk/middleware-content-length": "3.341.0",
31
+ "@aws-sdk/middleware-endpoint": "3.341.0",
32
+ "@aws-sdk/middleware-host-header": "3.341.0",
33
+ "@aws-sdk/middleware-logger": "3.341.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
35
+ "@aws-sdk/middleware-retry": "3.341.0",
36
+ "@aws-sdk/middleware-serde": "3.341.0",
37
+ "@aws-sdk/middleware-signing": "3.341.0",
38
+ "@aws-sdk/middleware-stack": "3.341.0",
39
+ "@aws-sdk/middleware-user-agent": "3.341.0",
40
+ "@aws-sdk/node-config-provider": "3.341.0",
41
+ "@aws-sdk/node-http-handler": "3.341.0",
42
+ "@aws-sdk/smithy-client": "3.341.0",
43
+ "@aws-sdk/types": "3.341.0",
44
+ "@aws-sdk/url-parser": "3.341.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
50
+ "@aws-sdk/util-endpoints": "3.341.0",
51
+ "@aws-sdk/util-retry": "3.341.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
53
+ "@aws-sdk/util-user-agent-node": "3.341.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",