@aws-sdk/client-iottwinmaker 3.337.0 → 3.338.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/dist-cjs/IoTTwinMakerClient.js +2 -1
  2. package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +2 -1
  3. package/dist-cjs/commands/CreateComponentTypeCommand.js +2 -1
  4. package/dist-cjs/commands/CreateEntityCommand.js +2 -1
  5. package/dist-cjs/commands/CreateSceneCommand.js +2 -1
  6. package/dist-cjs/commands/CreateSyncJobCommand.js +2 -1
  7. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteComponentTypeCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteEntityCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteSceneCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteSyncJobCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -1
  13. package/dist-cjs/commands/ExecuteQueryCommand.js +2 -1
  14. package/dist-cjs/commands/GetComponentTypeCommand.js +2 -1
  15. package/dist-cjs/commands/GetEntityCommand.js +2 -1
  16. package/dist-cjs/commands/GetPricingPlanCommand.js +2 -1
  17. package/dist-cjs/commands/GetPropertyValueCommand.js +2 -1
  18. package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +2 -1
  19. package/dist-cjs/commands/GetSceneCommand.js +2 -1
  20. package/dist-cjs/commands/GetSyncJobCommand.js +2 -1
  21. package/dist-cjs/commands/GetWorkspaceCommand.js +2 -1
  22. package/dist-cjs/commands/ListComponentTypesCommand.js +2 -1
  23. package/dist-cjs/commands/ListEntitiesCommand.js +2 -1
  24. package/dist-cjs/commands/ListScenesCommand.js +2 -1
  25. package/dist-cjs/commands/ListSyncJobsCommand.js +2 -1
  26. package/dist-cjs/commands/ListSyncResourcesCommand.js +2 -1
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  28. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -1
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateComponentTypeCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateEntityCommand.js +2 -1
  33. package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -1
  34. package/dist-cjs/commands/UpdateSceneCommand.js +2 -1
  35. package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -1
  36. package/dist-cjs/index.js +2 -2
  37. package/dist-cjs/models/IoTTwinMakerServiceException.js +2 -1
  38. package/dist-es/IoTTwinMakerClient.js +1 -0
  39. package/dist-es/commands/BatchPutPropertyValuesCommand.js +1 -0
  40. package/dist-es/commands/CreateComponentTypeCommand.js +1 -0
  41. package/dist-es/commands/CreateEntityCommand.js +1 -0
  42. package/dist-es/commands/CreateSceneCommand.js +1 -0
  43. package/dist-es/commands/CreateSyncJobCommand.js +1 -0
  44. package/dist-es/commands/CreateWorkspaceCommand.js +1 -0
  45. package/dist-es/commands/DeleteComponentTypeCommand.js +1 -0
  46. package/dist-es/commands/DeleteEntityCommand.js +1 -0
  47. package/dist-es/commands/DeleteSceneCommand.js +1 -0
  48. package/dist-es/commands/DeleteSyncJobCommand.js +1 -0
  49. package/dist-es/commands/DeleteWorkspaceCommand.js +1 -0
  50. package/dist-es/commands/ExecuteQueryCommand.js +1 -0
  51. package/dist-es/commands/GetComponentTypeCommand.js +1 -0
  52. package/dist-es/commands/GetEntityCommand.js +1 -0
  53. package/dist-es/commands/GetPricingPlanCommand.js +1 -0
  54. package/dist-es/commands/GetPropertyValueCommand.js +1 -0
  55. package/dist-es/commands/GetPropertyValueHistoryCommand.js +1 -0
  56. package/dist-es/commands/GetSceneCommand.js +1 -0
  57. package/dist-es/commands/GetSyncJobCommand.js +1 -0
  58. package/dist-es/commands/GetWorkspaceCommand.js +1 -0
  59. package/dist-es/commands/ListComponentTypesCommand.js +1 -0
  60. package/dist-es/commands/ListEntitiesCommand.js +1 -0
  61. package/dist-es/commands/ListScenesCommand.js +1 -0
  62. package/dist-es/commands/ListSyncJobsCommand.js +1 -0
  63. package/dist-es/commands/ListSyncResourcesCommand.js +1 -0
  64. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  65. package/dist-es/commands/ListWorkspacesCommand.js +1 -0
  66. package/dist-es/commands/TagResourceCommand.js +1 -0
  67. package/dist-es/commands/UntagResourceCommand.js +1 -0
  68. package/dist-es/commands/UpdateComponentTypeCommand.js +1 -0
  69. package/dist-es/commands/UpdateEntityCommand.js +1 -0
  70. package/dist-es/commands/UpdatePricingPlanCommand.js +1 -0
  71. package/dist-es/commands/UpdateSceneCommand.js +1 -0
  72. package/dist-es/commands/UpdateWorkspaceCommand.js +1 -0
  73. package/dist-es/index.js +2 -2
  74. package/dist-es/models/IoTTwinMakerServiceException.js +1 -0
  75. package/dist-types/IoTTwinMakerClient.d.ts +3 -3
  76. package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +4 -0
  77. package/dist-types/commands/CreateComponentTypeCommand.d.ts +4 -0
  78. package/dist-types/commands/CreateEntityCommand.d.ts +4 -0
  79. package/dist-types/commands/CreateSceneCommand.d.ts +4 -0
  80. package/dist-types/commands/CreateSyncJobCommand.d.ts +4 -0
  81. package/dist-types/commands/CreateWorkspaceCommand.d.ts +4 -0
  82. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +4 -0
  83. package/dist-types/commands/DeleteEntityCommand.d.ts +4 -0
  84. package/dist-types/commands/DeleteSceneCommand.d.ts +4 -0
  85. package/dist-types/commands/DeleteSyncJobCommand.d.ts +4 -0
  86. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +4 -0
  87. package/dist-types/commands/ExecuteQueryCommand.d.ts +4 -0
  88. package/dist-types/commands/GetComponentTypeCommand.d.ts +4 -0
  89. package/dist-types/commands/GetEntityCommand.d.ts +4 -0
  90. package/dist-types/commands/GetPricingPlanCommand.d.ts +4 -0
  91. package/dist-types/commands/GetPropertyValueCommand.d.ts +4 -0
  92. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +4 -0
  93. package/dist-types/commands/GetSceneCommand.d.ts +4 -0
  94. package/dist-types/commands/GetSyncJobCommand.d.ts +4 -0
  95. package/dist-types/commands/GetWorkspaceCommand.d.ts +4 -0
  96. package/dist-types/commands/ListComponentTypesCommand.d.ts +4 -0
  97. package/dist-types/commands/ListEntitiesCommand.d.ts +4 -0
  98. package/dist-types/commands/ListScenesCommand.d.ts +4 -0
  99. package/dist-types/commands/ListSyncJobsCommand.d.ts +4 -0
  100. package/dist-types/commands/ListSyncResourcesCommand.d.ts +4 -0
  101. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  102. package/dist-types/commands/ListWorkspacesCommand.d.ts +4 -0
  103. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  104. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  105. package/dist-types/commands/UpdateComponentTypeCommand.d.ts +4 -0
  106. package/dist-types/commands/UpdateEntityCommand.d.ts +4 -0
  107. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +4 -0
  108. package/dist-types/commands/UpdateSceneCommand.d.ts +4 -0
  109. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +4 -0
  110. package/dist-types/index.d.ts +13 -2
  111. package/dist-types/models/IoTTwinMakerServiceException.d.ts +1 -0
  112. package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +3 -3
  113. package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/CreateSyncJobCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/DeleteSyncJobCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/GetPricingPlanCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/GetSyncJobCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/ListSyncJobsCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/ListSyncResourcesCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/index.d.ts +2 -2
  148. package/dist-types/ts3.4/models/IoTTwinMakerServiceException.d.ts +1 -0
  149. package/package.json +28 -28
@@ -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_GetComponentTypeCommand, se_GetComponentTypeCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetComponentTypeCommand 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_GetEntityCommand, se_GetEntityCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetEntityCommand 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_GetPricingPlanCommand, se_GetPricingPlanCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetPricingPlanCommand 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_GetPropertyValueCommand, se_GetPropertyValueCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetPropertyValueCommand 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_GetPropertyValueHistoryCommand, se_GetPropertyValueHistoryCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetPropertyValueHistoryCommand 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_GetSceneCommand, se_GetSceneCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetSceneCommand 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_GetSyncJobCommand, se_GetSyncJobCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetSyncJobCommand 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_GetWorkspaceCommand, se_GetWorkspaceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetWorkspaceCommand 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_ListComponentTypesCommand, se_ListComponentTypesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListComponentTypesCommand 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_ListEntitiesCommand, se_ListEntitiesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListEntitiesCommand 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_ListScenesCommand, se_ListScenesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListScenesCommand 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_ListSyncJobsCommand, se_ListSyncJobsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListSyncJobsCommand 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_ListSyncResourcesCommand, se_ListSyncResourcesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListSyncResourcesCommand 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_restJson1";
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_ListWorkspacesCommand, se_ListWorkspacesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListWorkspacesCommand 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_restJson1";
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
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_UpdateComponentTypeCommand, se_UpdateComponentTypeCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateComponentTypeCommand 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_UpdateEntityCommand, se_UpdateEntityCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateEntityCommand 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_UpdatePricingPlanCommand, se_UpdatePricingPlanCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdatePricingPlanCommand 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_UpdateSceneCommand, se_UpdateSceneCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateSceneCommand 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_UpdateWorkspaceCommand, se_UpdateWorkspaceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateWorkspaceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./IoTTwinMaker";
2
1
  export * from "./IoTTwinMakerClient";
2
+ export * from "./IoTTwinMaker";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { IoTTwinMakerServiceException } from "./models/IoTTwinMakerServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class IoTTwinMakerServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -43,6 +43,7 @@ import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from ".
43
43
  import { UpdateSceneCommandInput, UpdateSceneCommandOutput } from "./commands/UpdateSceneCommand";
44
44
  import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "./commands/UpdateWorkspaceCommand";
45
45
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
46
+ export { __Client };
46
47
  /**
47
48
  * @public
48
49
  */
@@ -157,7 +158,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
157
158
  /**
158
159
  * @public
159
160
  */
160
- type IoTTwinMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
161
+ export type IoTTwinMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
161
162
  /**
162
163
  * @public
163
164
  *
@@ -168,7 +169,7 @@ export interface IoTTwinMakerClientConfig extends IoTTwinMakerClientConfigType {
168
169
  /**
169
170
  * @public
170
171
  */
171
- type IoTTwinMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
172
+ export type IoTTwinMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
172
173
  /**
173
174
  * @public
174
175
  *
@@ -199,4 +200,3 @@ export declare class IoTTwinMakerClient extends __Client<__HttpHandlerOptions, S
199
200
  */
200
201
  destroy(): void;
201
202
  }
202
- 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { BatchPutPropertyValuesRequest, BatchPutPropertyValuesResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { CreateComponentTypeRequest, CreateComponentTypeResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { CreateEntityRequest, CreateEntityResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { CreateSceneRequest, CreateSceneResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { CreateSyncJobRequest, CreateSyncJobResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { CreateWorkspaceRequest, CreateWorkspaceResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { DeleteComponentTypeRequest, DeleteComponentTypeResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { DeleteEntityRequest, DeleteEntityResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { DeleteSceneRequest, DeleteSceneResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { DeleteSyncJobRequest, DeleteSyncJobResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { DeleteWorkspaceRequest, DeleteWorkspaceResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ExecuteQueryRequest, ExecuteQueryResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetComponentTypeRequest, GetComponentTypeResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetEntityRequest, GetEntityResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetPricingPlanRequest, GetPricingPlanResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetPropertyValueRequest, GetPropertyValueResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetPropertyValueHistoryRequest, GetPropertyValueHistoryResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetSceneRequest, GetSceneResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetSyncJobRequest, GetSyncJobResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { GetWorkspaceRequest, GetWorkspaceResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListComponentTypesRequest, ListComponentTypesResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListEntitiesRequest, ListEntitiesResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListScenesRequest, ListScenesResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListSyncJobsRequest, ListSyncJobsResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListSyncResourcesRequest, ListSyncResourcesResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { ListWorkspacesRequest, ListWorkspacesResponse } 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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
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 { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { UpdateComponentTypeRequest, UpdateComponentTypeResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *