@aws-sdk/client-iottwinmaker 3.279.0 → 3.281.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 (36) hide show
  1. package/README.md +275 -0
  2. package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateComponentTypeCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateEntityCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateSceneCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateSyncJobCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateWorkspaceCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteEntityCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteSceneCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteSyncJobCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +6 -0
  13. package/dist-types/commands/ExecuteQueryCommand.d.ts +6 -0
  14. package/dist-types/commands/GetComponentTypeCommand.d.ts +6 -0
  15. package/dist-types/commands/GetEntityCommand.d.ts +6 -0
  16. package/dist-types/commands/GetPricingPlanCommand.d.ts +6 -0
  17. package/dist-types/commands/GetPropertyValueCommand.d.ts +6 -0
  18. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +6 -0
  19. package/dist-types/commands/GetSceneCommand.d.ts +6 -0
  20. package/dist-types/commands/GetSyncJobCommand.d.ts +6 -0
  21. package/dist-types/commands/GetWorkspaceCommand.d.ts +6 -0
  22. package/dist-types/commands/ListComponentTypesCommand.d.ts +6 -0
  23. package/dist-types/commands/ListEntitiesCommand.d.ts +6 -0
  24. package/dist-types/commands/ListScenesCommand.d.ts +6 -0
  25. package/dist-types/commands/ListSyncJobsCommand.d.ts +6 -0
  26. package/dist-types/commands/ListSyncResourcesCommand.d.ts +6 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  28. package/dist-types/commands/ListWorkspacesCommand.d.ts +6 -0
  29. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  30. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  31. package/dist-types/commands/UpdateComponentTypeCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateEntityCommand.d.ts +6 -0
  33. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +6 -0
  34. package/dist-types/commands/UpdateSceneCommand.d.ts +6 -0
  35. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +6 -0
  36. package/package.json +3 -3
package/README.md CHANGED
@@ -207,3 +207,278 @@ To contribute to client you can check our [generate clients scripts](https://git
207
207
  This SDK is distributed under the
208
208
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
209
209
  see LICENSE for more information.
210
+
211
+ ## Client Commands (Operations List)
212
+
213
+ <details>
214
+ <summary>
215
+ BatchPutPropertyValues
216
+ </summary>
217
+
218
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/batchputpropertyvaluescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/batchputpropertyvaluescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/batchputpropertyvaluescommandoutput.html)
219
+
220
+ </details>
221
+ <details>
222
+ <summary>
223
+ CreateComponentType
224
+ </summary>
225
+
226
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/createcomponenttypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/createcomponenttypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/createcomponenttypecommandoutput.html)
227
+
228
+ </details>
229
+ <details>
230
+ <summary>
231
+ CreateEntity
232
+ </summary>
233
+
234
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/createentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/createentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/createentitycommandoutput.html)
235
+
236
+ </details>
237
+ <details>
238
+ <summary>
239
+ CreateScene
240
+ </summary>
241
+
242
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/createscenecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/createscenecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/createscenecommandoutput.html)
243
+
244
+ </details>
245
+ <details>
246
+ <summary>
247
+ CreateSyncJob
248
+ </summary>
249
+
250
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/createsyncjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/createsyncjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/createsyncjobcommandoutput.html)
251
+
252
+ </details>
253
+ <details>
254
+ <summary>
255
+ CreateWorkspace
256
+ </summary>
257
+
258
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/createworkspacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/createworkspacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/createworkspacecommandoutput.html)
259
+
260
+ </details>
261
+ <details>
262
+ <summary>
263
+ DeleteComponentType
264
+ </summary>
265
+
266
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/deletecomponenttypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/deletecomponenttypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/deletecomponenttypecommandoutput.html)
267
+
268
+ </details>
269
+ <details>
270
+ <summary>
271
+ DeleteEntity
272
+ </summary>
273
+
274
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/deleteentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/deleteentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/deleteentitycommandoutput.html)
275
+
276
+ </details>
277
+ <details>
278
+ <summary>
279
+ DeleteScene
280
+ </summary>
281
+
282
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/deletescenecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/deletescenecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/deletescenecommandoutput.html)
283
+
284
+ </details>
285
+ <details>
286
+ <summary>
287
+ DeleteSyncJob
288
+ </summary>
289
+
290
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/deletesyncjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/deletesyncjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/deletesyncjobcommandoutput.html)
291
+
292
+ </details>
293
+ <details>
294
+ <summary>
295
+ DeleteWorkspace
296
+ </summary>
297
+
298
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/deleteworkspacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/deleteworkspacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/deleteworkspacecommandoutput.html)
299
+
300
+ </details>
301
+ <details>
302
+ <summary>
303
+ ExecuteQuery
304
+ </summary>
305
+
306
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/executequerycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/executequerycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/executequerycommandoutput.html)
307
+
308
+ </details>
309
+ <details>
310
+ <summary>
311
+ GetComponentType
312
+ </summary>
313
+
314
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/getcomponenttypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getcomponenttypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getcomponenttypecommandoutput.html)
315
+
316
+ </details>
317
+ <details>
318
+ <summary>
319
+ GetEntity
320
+ </summary>
321
+
322
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/getentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getentitycommandoutput.html)
323
+
324
+ </details>
325
+ <details>
326
+ <summary>
327
+ GetPricingPlan
328
+ </summary>
329
+
330
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/getpricingplancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getpricingplancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getpricingplancommandoutput.html)
331
+
332
+ </details>
333
+ <details>
334
+ <summary>
335
+ GetPropertyValue
336
+ </summary>
337
+
338
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/getpropertyvaluecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getpropertyvaluecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getpropertyvaluecommandoutput.html)
339
+
340
+ </details>
341
+ <details>
342
+ <summary>
343
+ GetPropertyValueHistory
344
+ </summary>
345
+
346
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/getpropertyvaluehistorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getpropertyvaluehistorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getpropertyvaluehistorycommandoutput.html)
347
+
348
+ </details>
349
+ <details>
350
+ <summary>
351
+ GetScene
352
+ </summary>
353
+
354
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/getscenecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getscenecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getscenecommandoutput.html)
355
+
356
+ </details>
357
+ <details>
358
+ <summary>
359
+ GetSyncJob
360
+ </summary>
361
+
362
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/getsyncjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getsyncjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getsyncjobcommandoutput.html)
363
+
364
+ </details>
365
+ <details>
366
+ <summary>
367
+ GetWorkspace
368
+ </summary>
369
+
370
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/getworkspacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getworkspacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/getworkspacecommandoutput.html)
371
+
372
+ </details>
373
+ <details>
374
+ <summary>
375
+ ListComponentTypes
376
+ </summary>
377
+
378
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/listcomponenttypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listcomponenttypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listcomponenttypescommandoutput.html)
379
+
380
+ </details>
381
+ <details>
382
+ <summary>
383
+ ListEntities
384
+ </summary>
385
+
386
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/listentitiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listentitiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listentitiescommandoutput.html)
387
+
388
+ </details>
389
+ <details>
390
+ <summary>
391
+ ListScenes
392
+ </summary>
393
+
394
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/listscenescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listscenescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listscenescommandoutput.html)
395
+
396
+ </details>
397
+ <details>
398
+ <summary>
399
+ ListSyncJobs
400
+ </summary>
401
+
402
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/listsyncjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listsyncjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listsyncjobscommandoutput.html)
403
+
404
+ </details>
405
+ <details>
406
+ <summary>
407
+ ListSyncResources
408
+ </summary>
409
+
410
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/listsyncresourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listsyncresourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listsyncresourcescommandoutput.html)
411
+
412
+ </details>
413
+ <details>
414
+ <summary>
415
+ ListTagsForResource
416
+ </summary>
417
+
418
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listtagsforresourcecommandoutput.html)
419
+
420
+ </details>
421
+ <details>
422
+ <summary>
423
+ ListWorkspaces
424
+ </summary>
425
+
426
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/listworkspacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listworkspacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/listworkspacescommandoutput.html)
427
+
428
+ </details>
429
+ <details>
430
+ <summary>
431
+ TagResource
432
+ </summary>
433
+
434
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/tagresourcecommandoutput.html)
435
+
436
+ </details>
437
+ <details>
438
+ <summary>
439
+ UntagResource
440
+ </summary>
441
+
442
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/untagresourcecommandoutput.html)
443
+
444
+ </details>
445
+ <details>
446
+ <summary>
447
+ UpdateComponentType
448
+ </summary>
449
+
450
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/updatecomponenttypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/updatecomponenttypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/updatecomponenttypecommandoutput.html)
451
+
452
+ </details>
453
+ <details>
454
+ <summary>
455
+ UpdateEntity
456
+ </summary>
457
+
458
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/updateentitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/updateentitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/updateentitycommandoutput.html)
459
+
460
+ </details>
461
+ <details>
462
+ <summary>
463
+ UpdatePricingPlan
464
+ </summary>
465
+
466
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/updatepricingplancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/updatepricingplancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/updatepricingplancommandoutput.html)
467
+
468
+ </details>
469
+ <details>
470
+ <summary>
471
+ UpdateScene
472
+ </summary>
473
+
474
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/updatescenecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/updatescenecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/updatescenecommandoutput.html)
475
+
476
+ </details>
477
+ <details>
478
+ <summary>
479
+ UpdateWorkspace
480
+ </summary>
481
+
482
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/classes/updateworkspacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/updateworkspacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iottwinmaker/interfaces/updateworkspacecommandoutput.html)
483
+
484
+ </details>
@@ -3,8 +3,14 @@ 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
+ * The input for {@link BatchPutPropertyValuesCommand}.
8
+ */
6
9
  export interface BatchPutPropertyValuesCommandInput extends BatchPutPropertyValuesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchPutPropertyValuesCommand}.
13
+ */
8
14
  export interface BatchPutPropertyValuesCommandOutput extends BatchPutPropertyValuesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link CreateComponentTypeCommand}.
8
+ */
6
9
  export interface CreateComponentTypeCommandInput extends CreateComponentTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateComponentTypeCommand}.
13
+ */
8
14
  export interface CreateComponentTypeCommandOutput extends CreateComponentTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link CreateEntityCommand}.
8
+ */
6
9
  export interface CreateEntityCommandInput extends CreateEntityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEntityCommand}.
13
+ */
8
14
  export interface CreateEntityCommandOutput extends CreateEntityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link CreateSceneCommand}.
8
+ */
6
9
  export interface CreateSceneCommandInput extends CreateSceneRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSceneCommand}.
13
+ */
8
14
  export interface CreateSceneCommandOutput extends CreateSceneResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link CreateSyncJobCommand}.
8
+ */
6
9
  export interface CreateSyncJobCommandInput extends CreateSyncJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSyncJobCommand}.
13
+ */
8
14
  export interface CreateSyncJobCommandOutput extends CreateSyncJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link CreateWorkspaceCommand}.
8
+ */
6
9
  export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkspaceCommand}.
13
+ */
8
14
  export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link DeleteComponentTypeCommand}.
8
+ */
6
9
  export interface DeleteComponentTypeCommandInput extends DeleteComponentTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteComponentTypeCommand}.
13
+ */
8
14
  export interface DeleteComponentTypeCommandOutput extends DeleteComponentTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link DeleteEntityCommand}.
8
+ */
6
9
  export interface DeleteEntityCommandInput extends DeleteEntityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEntityCommand}.
13
+ */
8
14
  export interface DeleteEntityCommandOutput extends DeleteEntityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link DeleteSceneCommand}.
8
+ */
6
9
  export interface DeleteSceneCommandInput extends DeleteSceneRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSceneCommand}.
13
+ */
8
14
  export interface DeleteSceneCommandOutput extends DeleteSceneResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link DeleteSyncJobCommand}.
8
+ */
6
9
  export interface DeleteSyncJobCommandInput extends DeleteSyncJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSyncJobCommand}.
13
+ */
8
14
  export interface DeleteSyncJobCommandOutput extends DeleteSyncJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link DeleteWorkspaceCommand}.
8
+ */
6
9
  export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteWorkspaceCommand}.
13
+ */
8
14
  export interface DeleteWorkspaceCommandOutput extends DeleteWorkspaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ExecuteQueryCommand}.
8
+ */
6
9
  export interface ExecuteQueryCommandInput extends ExecuteQueryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ExecuteQueryCommand}.
13
+ */
8
14
  export interface ExecuteQueryCommandOutput extends ExecuteQueryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetComponentTypeCommand}.
8
+ */
6
9
  export interface GetComponentTypeCommandInput extends GetComponentTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetComponentTypeCommand}.
13
+ */
8
14
  export interface GetComponentTypeCommandOutput extends GetComponentTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetEntityCommand}.
8
+ */
6
9
  export interface GetEntityCommandInput extends GetEntityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEntityCommand}.
13
+ */
8
14
  export interface GetEntityCommandOutput extends GetEntityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetPricingPlanCommand}.
8
+ */
6
9
  export interface GetPricingPlanCommandInput extends GetPricingPlanRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPricingPlanCommand}.
13
+ */
8
14
  export interface GetPricingPlanCommandOutput extends GetPricingPlanResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetPropertyValueCommand}.
8
+ */
6
9
  export interface GetPropertyValueCommandInput extends GetPropertyValueRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPropertyValueCommand}.
13
+ */
8
14
  export interface GetPropertyValueCommandOutput extends GetPropertyValueResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetPropertyValueHistoryCommand}.
8
+ */
6
9
  export interface GetPropertyValueHistoryCommandInput extends GetPropertyValueHistoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPropertyValueHistoryCommand}.
13
+ */
8
14
  export interface GetPropertyValueHistoryCommandOutput extends GetPropertyValueHistoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetSceneCommand}.
8
+ */
6
9
  export interface GetSceneCommandInput extends GetSceneRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSceneCommand}.
13
+ */
8
14
  export interface GetSceneCommandOutput extends GetSceneResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetSyncJobCommand}.
8
+ */
6
9
  export interface GetSyncJobCommandInput extends GetSyncJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSyncJobCommand}.
13
+ */
8
14
  export interface GetSyncJobCommandOutput extends GetSyncJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link GetWorkspaceCommand}.
8
+ */
6
9
  export interface GetWorkspaceCommandInput extends GetWorkspaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetWorkspaceCommand}.
13
+ */
8
14
  export interface GetWorkspaceCommandOutput extends GetWorkspaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListComponentTypesCommand}.
8
+ */
6
9
  export interface ListComponentTypesCommandInput extends ListComponentTypesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListComponentTypesCommand}.
13
+ */
8
14
  export interface ListComponentTypesCommandOutput extends ListComponentTypesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListEntitiesCommand}.
8
+ */
6
9
  export interface ListEntitiesCommandInput extends ListEntitiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEntitiesCommand}.
13
+ */
8
14
  export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListScenesCommand}.
8
+ */
6
9
  export interface ListScenesCommandInput extends ListScenesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListScenesCommand}.
13
+ */
8
14
  export interface ListScenesCommandOutput extends ListScenesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListSyncJobsCommand}.
8
+ */
6
9
  export interface ListSyncJobsCommandInput extends ListSyncJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSyncJobsCommand}.
13
+ */
8
14
  export interface ListSyncJobsCommandOutput extends ListSyncJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListSyncResourcesCommand}.
8
+ */
6
9
  export interface ListSyncResourcesCommandInput extends ListSyncResourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSyncResourcesCommand}.
13
+ */
8
14
  export interface ListSyncResourcesCommandOutput extends ListSyncResourcesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link ListWorkspacesCommand}.
8
+ */
6
9
  export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListWorkspacesCommand}.
13
+ */
8
14
  export interface ListWorkspacesCommandOutput extends ListWorkspacesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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
+ * The input for {@link UpdateComponentTypeCommand}.
8
+ */
6
9
  export interface UpdateComponentTypeCommandInput extends UpdateComponentTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateComponentTypeCommand}.
13
+ */
8
14
  export interface UpdateComponentTypeCommandOutput extends UpdateComponentTypeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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 { UpdateEntityRequest, UpdateEntityResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateEntityCommand}.
8
+ */
6
9
  export interface UpdateEntityCommandInput extends UpdateEntityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateEntityCommand}.
13
+ */
8
14
  export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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 { UpdatePricingPlanRequest, UpdatePricingPlanResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdatePricingPlanCommand}.
8
+ */
6
9
  export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdatePricingPlanCommand}.
13
+ */
8
14
  export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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 { UpdateSceneRequest, UpdateSceneResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateSceneCommand}.
8
+ */
6
9
  export interface UpdateSceneCommandInput extends UpdateSceneRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSceneCommand}.
13
+ */
8
14
  export interface UpdateSceneCommandOutput extends UpdateSceneResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ 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 { UpdateWorkspaceRequest, UpdateWorkspaceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateWorkspaceCommand}.
8
+ */
6
9
  export interface UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateWorkspaceCommand}.
13
+ */
8
14
  export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iottwinmaker",
3
3
  "description": "AWS SDK for JavaScript Iottwinmaker Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",