@aws-sdk/client-iottwinmaker 3.478.0 → 3.484.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 (165) hide show
  1. package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +18 -41
  2. package/dist-cjs/commands/CancelMetadataTransferJobCommand.js +18 -41
  3. package/dist-cjs/commands/CreateComponentTypeCommand.js +18 -41
  4. package/dist-cjs/commands/CreateEntityCommand.js +18 -41
  5. package/dist-cjs/commands/CreateMetadataTransferJobCommand.js +18 -41
  6. package/dist-cjs/commands/CreateSceneCommand.js +18 -41
  7. package/dist-cjs/commands/CreateSyncJobCommand.js +18 -41
  8. package/dist-cjs/commands/CreateWorkspaceCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteComponentTypeCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteEntityCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteSceneCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteSyncJobCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteWorkspaceCommand.js +18 -41
  14. package/dist-cjs/commands/ExecuteQueryCommand.js +18 -41
  15. package/dist-cjs/commands/GetComponentTypeCommand.js +18 -41
  16. package/dist-cjs/commands/GetEntityCommand.js +18 -41
  17. package/dist-cjs/commands/GetMetadataTransferJobCommand.js +18 -41
  18. package/dist-cjs/commands/GetPricingPlanCommand.js +18 -41
  19. package/dist-cjs/commands/GetPropertyValueCommand.js +18 -41
  20. package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +18 -41
  21. package/dist-cjs/commands/GetSceneCommand.js +18 -41
  22. package/dist-cjs/commands/GetSyncJobCommand.js +18 -41
  23. package/dist-cjs/commands/GetWorkspaceCommand.js +18 -41
  24. package/dist-cjs/commands/ListComponentTypesCommand.js +18 -41
  25. package/dist-cjs/commands/ListComponentsCommand.js +18 -41
  26. package/dist-cjs/commands/ListEntitiesCommand.js +18 -41
  27. package/dist-cjs/commands/ListMetadataTransferJobsCommand.js +18 -41
  28. package/dist-cjs/commands/ListPropertiesCommand.js +18 -41
  29. package/dist-cjs/commands/ListScenesCommand.js +18 -41
  30. package/dist-cjs/commands/ListSyncJobsCommand.js +18 -41
  31. package/dist-cjs/commands/ListSyncResourcesCommand.js +18 -41
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  33. package/dist-cjs/commands/ListWorkspacesCommand.js +18 -41
  34. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  35. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  36. package/dist-cjs/commands/UpdateComponentTypeCommand.js +18 -41
  37. package/dist-cjs/commands/UpdateEntityCommand.js +18 -41
  38. package/dist-cjs/commands/UpdatePricingPlanCommand.js +18 -41
  39. package/dist-cjs/commands/UpdateSceneCommand.js +18 -41
  40. package/dist-cjs/commands/UpdateWorkspaceCommand.js +18 -41
  41. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  42. package/dist-es/commands/BatchPutPropertyValuesCommand.js +18 -41
  43. package/dist-es/commands/CancelMetadataTransferJobCommand.js +18 -41
  44. package/dist-es/commands/CreateComponentTypeCommand.js +18 -41
  45. package/dist-es/commands/CreateEntityCommand.js +18 -41
  46. package/dist-es/commands/CreateMetadataTransferJobCommand.js +18 -41
  47. package/dist-es/commands/CreateSceneCommand.js +18 -41
  48. package/dist-es/commands/CreateSyncJobCommand.js +18 -41
  49. package/dist-es/commands/CreateWorkspaceCommand.js +18 -41
  50. package/dist-es/commands/DeleteComponentTypeCommand.js +18 -41
  51. package/dist-es/commands/DeleteEntityCommand.js +18 -41
  52. package/dist-es/commands/DeleteSceneCommand.js +18 -41
  53. package/dist-es/commands/DeleteSyncJobCommand.js +18 -41
  54. package/dist-es/commands/DeleteWorkspaceCommand.js +18 -41
  55. package/dist-es/commands/ExecuteQueryCommand.js +18 -41
  56. package/dist-es/commands/GetComponentTypeCommand.js +18 -41
  57. package/dist-es/commands/GetEntityCommand.js +18 -41
  58. package/dist-es/commands/GetMetadataTransferJobCommand.js +18 -41
  59. package/dist-es/commands/GetPricingPlanCommand.js +18 -41
  60. package/dist-es/commands/GetPropertyValueCommand.js +18 -41
  61. package/dist-es/commands/GetPropertyValueHistoryCommand.js +18 -41
  62. package/dist-es/commands/GetSceneCommand.js +18 -41
  63. package/dist-es/commands/GetSyncJobCommand.js +18 -41
  64. package/dist-es/commands/GetWorkspaceCommand.js +18 -41
  65. package/dist-es/commands/ListComponentTypesCommand.js +18 -41
  66. package/dist-es/commands/ListComponentsCommand.js +18 -41
  67. package/dist-es/commands/ListEntitiesCommand.js +18 -41
  68. package/dist-es/commands/ListMetadataTransferJobsCommand.js +18 -41
  69. package/dist-es/commands/ListPropertiesCommand.js +18 -41
  70. package/dist-es/commands/ListScenesCommand.js +18 -41
  71. package/dist-es/commands/ListSyncJobsCommand.js +18 -41
  72. package/dist-es/commands/ListSyncResourcesCommand.js +18 -41
  73. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  74. package/dist-es/commands/ListWorkspacesCommand.js +18 -41
  75. package/dist-es/commands/TagResourceCommand.js +18 -41
  76. package/dist-es/commands/UntagResourceCommand.js +18 -41
  77. package/dist-es/commands/UpdateComponentTypeCommand.js +18 -41
  78. package/dist-es/commands/UpdateEntityCommand.js +18 -41
  79. package/dist-es/commands/UpdatePricingPlanCommand.js +18 -41
  80. package/dist-es/commands/UpdateSceneCommand.js +18 -41
  81. package/dist-es/commands/UpdateWorkspaceCommand.js +18 -41
  82. package/dist-es/endpoint/EndpointParameters.js +6 -0
  83. package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +6 -21
  84. package/dist-types/commands/CancelMetadataTransferJobCommand.d.ts +6 -21
  85. package/dist-types/commands/CreateComponentTypeCommand.d.ts +6 -21
  86. package/dist-types/commands/CreateEntityCommand.d.ts +6 -21
  87. package/dist-types/commands/CreateMetadataTransferJobCommand.d.ts +6 -21
  88. package/dist-types/commands/CreateSceneCommand.d.ts +6 -21
  89. package/dist-types/commands/CreateSyncJobCommand.d.ts +6 -21
  90. package/dist-types/commands/CreateWorkspaceCommand.d.ts +6 -21
  91. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +6 -21
  92. package/dist-types/commands/DeleteEntityCommand.d.ts +6 -21
  93. package/dist-types/commands/DeleteSceneCommand.d.ts +6 -21
  94. package/dist-types/commands/DeleteSyncJobCommand.d.ts +6 -21
  95. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -21
  96. package/dist-types/commands/ExecuteQueryCommand.d.ts +6 -21
  97. package/dist-types/commands/GetComponentTypeCommand.d.ts +6 -21
  98. package/dist-types/commands/GetEntityCommand.d.ts +6 -21
  99. package/dist-types/commands/GetMetadataTransferJobCommand.d.ts +6 -21
  100. package/dist-types/commands/GetPricingPlanCommand.d.ts +6 -21
  101. package/dist-types/commands/GetPropertyValueCommand.d.ts +6 -21
  102. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +6 -21
  103. package/dist-types/commands/GetSceneCommand.d.ts +6 -21
  104. package/dist-types/commands/GetSyncJobCommand.d.ts +6 -21
  105. package/dist-types/commands/GetWorkspaceCommand.d.ts +6 -21
  106. package/dist-types/commands/ListComponentTypesCommand.d.ts +6 -21
  107. package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
  108. package/dist-types/commands/ListEntitiesCommand.d.ts +6 -21
  109. package/dist-types/commands/ListMetadataTransferJobsCommand.d.ts +6 -21
  110. package/dist-types/commands/ListPropertiesCommand.d.ts +6 -21
  111. package/dist-types/commands/ListScenesCommand.d.ts +6 -21
  112. package/dist-types/commands/ListSyncJobsCommand.d.ts +6 -21
  113. package/dist-types/commands/ListSyncResourcesCommand.d.ts +6 -21
  114. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  115. package/dist-types/commands/ListWorkspacesCommand.d.ts +6 -21
  116. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  117. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  118. package/dist-types/commands/UpdateComponentTypeCommand.d.ts +6 -21
  119. package/dist-types/commands/UpdateEntityCommand.d.ts +6 -21
  120. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +6 -21
  121. package/dist-types/commands/UpdateSceneCommand.d.ts +6 -21
  122. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +6 -21
  123. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  124. package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/CancelMetadataTransferJobCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/CreateMetadataTransferJobCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/CreateSyncJobCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/DeleteSyncJobCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/GetMetadataTransferJobCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/GetPricingPlanCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/GetSyncJobCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/ListMetadataTransferJobsCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/ListPropertiesCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/ListSyncJobsCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/ListSyncResourcesCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +14 -23
  157. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  165. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { CreateComponentTypeRequest, CreateComponentTypeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateComponentTypeCommandInput extends CreateComponentTypeRequ
21
20
  */
22
21
  export interface CreateComponentTypeCommandOutput extends CreateComponentTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateComponentTypeCommand_base: {
24
+ new (input: CreateComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a component type.</p>
@@ -174,23 +177,5 @@ export interface CreateComponentTypeCommandOutput extends CreateComponentTypeRes
174
177
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
175
178
  *
176
179
  */
177
- export declare class CreateComponentTypeCommand extends $Command<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig> {
178
- readonly input: CreateComponentTypeCommandInput;
179
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
180
- /**
181
- * @public
182
- */
183
- constructor(input: CreateComponentTypeCommandInput);
184
- /**
185
- * @internal
186
- */
187
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput>;
188
- /**
189
- * @internal
190
- */
191
- private serialize;
192
- /**
193
- * @internal
194
- */
195
- private deserialize;
180
+ export declare class CreateComponentTypeCommand extends CreateComponentTypeCommand_base {
196
181
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { CreateEntityRequest, CreateEntityResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateEntityCommandInput extends CreateEntityRequest {
21
20
  */
22
21
  export interface CreateEntityCommandOutput extends CreateEntityResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateEntityCommand_base: {
24
+ new (input: CreateEntityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEntityCommandInput, CreateEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an entity.</p>
@@ -196,23 +199,5 @@ export interface CreateEntityCommandOutput extends CreateEntityResponse, __Metad
196
199
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
197
200
  *
198
201
  */
199
- export declare class CreateEntityCommand extends $Command<CreateEntityCommandInput, CreateEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
200
- readonly input: CreateEntityCommandInput;
201
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
202
- /**
203
- * @public
204
- */
205
- constructor(input: CreateEntityCommandInput);
206
- /**
207
- * @internal
208
- */
209
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEntityCommandInput, CreateEntityCommandOutput>;
210
- /**
211
- * @internal
212
- */
213
- private serialize;
214
- /**
215
- * @internal
216
- */
217
- private deserialize;
202
+ export declare class CreateEntityCommand extends CreateEntityCommand_base {
218
203
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { CreateMetadataTransferJobRequest, CreateMetadataTransferJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateMetadataTransferJobCommandInput extends CreateMetadataTra
21
20
  */
22
21
  export interface CreateMetadataTransferJobCommandOutput extends CreateMetadataTransferJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateMetadataTransferJobCommand_base: {
24
+ new (input: CreateMetadataTransferJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMetadataTransferJobCommandInput, CreateMetadataTransferJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new metadata transfer job.</p>
@@ -131,23 +134,5 @@ export interface CreateMetadataTransferJobCommandOutput extends CreateMetadataTr
131
134
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
132
135
  *
133
136
  */
134
- export declare class CreateMetadataTransferJobCommand extends $Command<CreateMetadataTransferJobCommandInput, CreateMetadataTransferJobCommandOutput, IoTTwinMakerClientResolvedConfig> {
135
- readonly input: CreateMetadataTransferJobCommandInput;
136
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
137
- /**
138
- * @public
139
- */
140
- constructor(input: CreateMetadataTransferJobCommandInput);
141
- /**
142
- * @internal
143
- */
144
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMetadataTransferJobCommandInput, CreateMetadataTransferJobCommandOutput>;
145
- /**
146
- * @internal
147
- */
148
- private serialize;
149
- /**
150
- * @internal
151
- */
152
- private deserialize;
137
+ export declare class CreateMetadataTransferJobCommand extends CreateMetadataTransferJobCommand_base {
153
138
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { CreateSceneRequest, CreateSceneResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSceneCommandInput extends CreateSceneRequest {
21
20
  */
22
21
  export interface CreateSceneCommandOutput extends CreateSceneResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateSceneCommand_base: {
24
+ new (input: CreateSceneCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSceneCommandInput, CreateSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a scene.</p>
@@ -82,23 +85,5 @@ export interface CreateSceneCommandOutput extends CreateSceneResponse, __Metadat
82
85
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
83
86
  *
84
87
  */
85
- export declare class CreateSceneCommand extends $Command<CreateSceneCommandInput, CreateSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
86
- readonly input: CreateSceneCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: CreateSceneCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSceneCommandInput, CreateSceneCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class CreateSceneCommand extends CreateSceneCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { CreateSyncJobRequest, CreateSyncJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSyncJobCommandInput extends CreateSyncJobRequest {
21
20
  */
22
21
  export interface CreateSyncJobCommandOutput extends CreateSyncJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateSyncJobCommand_base: {
24
+ new (input: CreateSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSyncJobCommandInput, CreateSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This action creates a SyncJob.</p>
@@ -76,23 +79,5 @@ export interface CreateSyncJobCommandOutput extends CreateSyncJobResponse, __Met
76
79
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
77
80
  *
78
81
  */
79
- export declare class CreateSyncJobCommand extends $Command<CreateSyncJobCommandInput, CreateSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig> {
80
- readonly input: CreateSyncJobCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: CreateSyncJobCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSyncJobCommandInput, CreateSyncJobCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class CreateSyncJobCommand extends CreateSyncJobCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {
21
20
  */
22
21
  export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateWorkspaceCommand_base: {
24
+ new (input: CreateWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a workplace.</p>
@@ -76,23 +79,5 @@ export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, _
76
79
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
77
80
  *
78
81
  */
79
- export declare class CreateWorkspaceCommand extends $Command<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig> {
80
- readonly input: CreateWorkspaceCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: CreateWorkspaceCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class CreateWorkspaceCommand extends CreateWorkspaceCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { DeleteComponentTypeRequest, DeleteComponentTypeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteComponentTypeCommandInput extends DeleteComponentTypeRequ
21
20
  */
22
21
  export interface DeleteComponentTypeCommandOutput extends DeleteComponentTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteComponentTypeCommand_base: {
24
+ new (input: DeleteComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a component type.</p>
@@ -67,23 +70,5 @@ export interface DeleteComponentTypeCommandOutput extends DeleteComponentTypeRes
67
70
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteComponentTypeCommand extends $Command<DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig> {
71
- readonly input: DeleteComponentTypeCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteComponentTypeCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteComponentTypeCommand extends DeleteComponentTypeCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { DeleteEntityRequest, DeleteEntityResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteEntityCommandInput extends DeleteEntityRequest {
21
20
  */
22
21
  export interface DeleteEntityCommandOutput extends DeleteEntityResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteEntityCommand_base: {
24
+ new (input: DeleteEntityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityCommandInput, DeleteEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an entity.</p>
@@ -68,23 +71,5 @@ export interface DeleteEntityCommandOutput extends DeleteEntityResponse, __Metad
68
71
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteEntityCommand extends $Command<DeleteEntityCommandInput, DeleteEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
72
- readonly input: DeleteEntityCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteEntityCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEntityCommandInput, DeleteEntityCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteEntityCommand extends DeleteEntityCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { DeleteSceneRequest, DeleteSceneResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSceneCommandInput extends DeleteSceneRequest {
21
20
  */
22
21
  export interface DeleteSceneCommandOutput extends DeleteSceneResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSceneCommand_base: {
24
+ new (input: DeleteSceneCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSceneCommandInput, DeleteSceneCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a scene.</p>
@@ -65,23 +68,5 @@ export interface DeleteSceneCommandOutput extends DeleteSceneResponse, __Metadat
65
68
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
66
69
  *
67
70
  */
68
- export declare class DeleteSceneCommand extends $Command<DeleteSceneCommandInput, DeleteSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
69
- readonly input: DeleteSceneCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DeleteSceneCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSceneCommandInput, DeleteSceneCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DeleteSceneCommand extends DeleteSceneCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { DeleteSyncJobRequest, DeleteSyncJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSyncJobCommandInput extends DeleteSyncJobRequest {
21
20
  */
22
21
  export interface DeleteSyncJobCommandOutput extends DeleteSyncJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSyncJobCommand_base: {
24
+ new (input: DeleteSyncJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSyncJobCommandInput, DeleteSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete the SyncJob.</p>
@@ -70,23 +73,5 @@ export interface DeleteSyncJobCommandOutput extends DeleteSyncJobResponse, __Met
70
73
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
71
74
  *
72
75
  */
73
- export declare class DeleteSyncJobCommand extends $Command<DeleteSyncJobCommandInput, DeleteSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig> {
74
- readonly input: DeleteSyncJobCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DeleteSyncJobCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSyncJobCommandInput, DeleteSyncJobCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DeleteSyncJobCommand extends DeleteSyncJobCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { DeleteWorkspaceRequest, DeleteWorkspaceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {
21
20
  */
22
21
  export interface DeleteWorkspaceCommandOutput extends DeleteWorkspaceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteWorkspaceCommand_base: {
24
+ new (input: DeleteWorkspaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a workspace.</p>
@@ -66,23 +69,5 @@ export interface DeleteWorkspaceCommandOutput extends DeleteWorkspaceResponse, _
66
69
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
67
70
  *
68
71
  */
69
- export declare class DeleteWorkspaceCommand extends $Command<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig> {
70
- readonly input: DeleteWorkspaceCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DeleteWorkspaceCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DeleteWorkspaceCommand extends DeleteWorkspaceCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { ExecuteQueryRequest, ExecuteQueryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ExecuteQueryCommandInput extends ExecuteQueryRequest {
21
20
  */
22
21
  export interface ExecuteQueryCommandOutput extends ExecuteQueryResponse, __MetadataBearer {
23
22
  }
23
+ declare const ExecuteQueryCommand_base: {
24
+ new (input: ExecuteQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Run queries to access information from your knowledge graph of entities within
@@ -90,23 +93,5 @@ export interface ExecuteQueryCommandOutput extends ExecuteQueryResponse, __Metad
90
93
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
91
94
  *
92
95
  */
93
- export declare class ExecuteQueryCommand extends $Command<ExecuteQueryCommandInput, ExecuteQueryCommandOutput, IoTTwinMakerClientResolvedConfig> {
94
- readonly input: ExecuteQueryCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: ExecuteQueryCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteQueryCommandInput, ExecuteQueryCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class ExecuteQueryCommand extends ExecuteQueryCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { GetComponentTypeRequest, GetComponentTypeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetComponentTypeCommandInput extends GetComponentTypeRequest {
21
20
  */
22
21
  export interface GetComponentTypeCommandOutput extends GetComponentTypeResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetComponentTypeCommand_base: {
24
+ new (input: GetComponentTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentTypeCommandInput, GetComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about a component type.</p>
@@ -186,23 +189,5 @@ export interface GetComponentTypeCommandOutput extends GetComponentTypeResponse,
186
189
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
187
190
  *
188
191
  */
189
- export declare class GetComponentTypeCommand extends $Command<GetComponentTypeCommandInput, GetComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig> {
190
- readonly input: GetComponentTypeCommandInput;
191
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
192
- /**
193
- * @public
194
- */
195
- constructor(input: GetComponentTypeCommandInput);
196
- /**
197
- * @internal
198
- */
199
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentTypeCommandInput, GetComponentTypeCommandOutput>;
200
- /**
201
- * @internal
202
- */
203
- private serialize;
204
- /**
205
- * @internal
206
- */
207
- private deserialize;
192
+ export declare class GetComponentTypeCommand extends GetComponentTypeCommand_base {
208
193
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
4
  import { GetEntityRequest, GetEntityResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEntityCommandInput extends GetEntityRequest {
21
20
  */
22
21
  export interface GetEntityCommandOutput extends GetEntityResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEntityCommand_base: {
24
+ new (input: GetEntityCommandInput): import("@smithy/smithy-client").CommandImpl<GetEntityCommandInput, GetEntityCommandOutput, IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information about an entity.</p>
@@ -204,23 +207,5 @@ export interface GetEntityCommandOutput extends GetEntityResponse, __MetadataBea
204
207
  * <p>Base exception class for all service exceptions from IoTTwinMaker service.</p>
205
208
  *
206
209
  */
207
- export declare class GetEntityCommand extends $Command<GetEntityCommandInput, GetEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
208
- readonly input: GetEntityCommandInput;
209
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
210
- /**
211
- * @public
212
- */
213
- constructor(input: GetEntityCommandInput);
214
- /**
215
- * @internal
216
- */
217
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEntityCommandInput, GetEntityCommandOutput>;
218
- /**
219
- * @internal
220
- */
221
- private serialize;
222
- /**
223
- * @internal
224
- */
225
- private deserialize;
210
+ export declare class GetEntityCommand extends GetEntityCommand_base {
226
211
  }