@aws-sdk/client-iottwinmaker 3.303.0 → 3.309.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 (73) hide show
  1. package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +2 -2
  2. package/dist-cjs/commands/CreateComponentTypeCommand.js +2 -2
  3. package/dist-cjs/commands/CreateEntityCommand.js +2 -2
  4. package/dist-cjs/commands/CreateSceneCommand.js +2 -2
  5. package/dist-cjs/commands/CreateSyncJobCommand.js +2 -2
  6. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteComponentTypeCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteEntityCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteSceneCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteSyncJobCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -2
  12. package/dist-cjs/commands/ExecuteQueryCommand.js +2 -2
  13. package/dist-cjs/commands/GetComponentTypeCommand.js +2 -2
  14. package/dist-cjs/commands/GetEntityCommand.js +2 -2
  15. package/dist-cjs/commands/GetPricingPlanCommand.js +2 -2
  16. package/dist-cjs/commands/GetPropertyValueCommand.js +2 -2
  17. package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +2 -2
  18. package/dist-cjs/commands/GetSceneCommand.js +2 -2
  19. package/dist-cjs/commands/GetSyncJobCommand.js +2 -2
  20. package/dist-cjs/commands/GetWorkspaceCommand.js +2 -2
  21. package/dist-cjs/commands/ListComponentTypesCommand.js +2 -2
  22. package/dist-cjs/commands/ListEntitiesCommand.js +2 -2
  23. package/dist-cjs/commands/ListScenesCommand.js +2 -2
  24. package/dist-cjs/commands/ListSyncJobsCommand.js +2 -2
  25. package/dist-cjs/commands/ListSyncResourcesCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -2
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateComponentTypeCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateEntityCommand.js +2 -2
  32. package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateSceneCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -2
  35. package/dist-cjs/protocols/Aws_restJson1.js +675 -729
  36. package/dist-es/commands/BatchPutPropertyValuesCommand.js +3 -3
  37. package/dist-es/commands/CreateComponentTypeCommand.js +3 -3
  38. package/dist-es/commands/CreateEntityCommand.js +3 -3
  39. package/dist-es/commands/CreateSceneCommand.js +3 -3
  40. package/dist-es/commands/CreateSyncJobCommand.js +3 -3
  41. package/dist-es/commands/CreateWorkspaceCommand.js +3 -3
  42. package/dist-es/commands/DeleteComponentTypeCommand.js +3 -3
  43. package/dist-es/commands/DeleteEntityCommand.js +3 -3
  44. package/dist-es/commands/DeleteSceneCommand.js +3 -3
  45. package/dist-es/commands/DeleteSyncJobCommand.js +3 -3
  46. package/dist-es/commands/DeleteWorkspaceCommand.js +3 -3
  47. package/dist-es/commands/ExecuteQueryCommand.js +3 -3
  48. package/dist-es/commands/GetComponentTypeCommand.js +3 -3
  49. package/dist-es/commands/GetEntityCommand.js +3 -3
  50. package/dist-es/commands/GetPricingPlanCommand.js +3 -3
  51. package/dist-es/commands/GetPropertyValueCommand.js +3 -3
  52. package/dist-es/commands/GetPropertyValueHistoryCommand.js +3 -3
  53. package/dist-es/commands/GetSceneCommand.js +3 -3
  54. package/dist-es/commands/GetSyncJobCommand.js +3 -3
  55. package/dist-es/commands/GetWorkspaceCommand.js +3 -3
  56. package/dist-es/commands/ListComponentTypesCommand.js +3 -3
  57. package/dist-es/commands/ListEntitiesCommand.js +3 -3
  58. package/dist-es/commands/ListScenesCommand.js +3 -3
  59. package/dist-es/commands/ListSyncJobsCommand.js +3 -3
  60. package/dist-es/commands/ListSyncResourcesCommand.js +3 -3
  61. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  62. package/dist-es/commands/ListWorkspacesCommand.js +3 -3
  63. package/dist-es/commands/TagResourceCommand.js +3 -3
  64. package/dist-es/commands/UntagResourceCommand.js +3 -3
  65. package/dist-es/commands/UpdateComponentTypeCommand.js +3 -3
  66. package/dist-es/commands/UpdateEntityCommand.js +3 -3
  67. package/dist-es/commands/UpdatePricingPlanCommand.js +3 -3
  68. package/dist-es/commands/UpdateSceneCommand.js +3 -3
  69. package/dist-es/commands/UpdateWorkspaceCommand.js +3 -3
  70. package/dist-es/protocols/Aws_restJson1.js +605 -659
  71. package/dist-types/protocols/Aws_restJson1.d.ts +272 -68
  72. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +68 -68
  73. package/package.json +29 -29
@@ -139,275 +139,275 @@ import {
139
139
  UpdateWorkspaceCommandInput,
140
140
  UpdateWorkspaceCommandOutput,
141
141
  } from "../commands/UpdateWorkspaceCommand";
142
- export declare const serializeAws_restJson1BatchPutPropertyValuesCommand: (
142
+ export declare const se_BatchPutPropertyValuesCommand: (
143
143
  input: BatchPutPropertyValuesCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1CreateComponentTypeCommand: (
146
+ export declare const se_CreateComponentTypeCommand: (
147
147
  input: CreateComponentTypeCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1CreateEntityCommand: (
150
+ export declare const se_CreateEntityCommand: (
151
151
  input: CreateEntityCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1CreateSceneCommand: (
154
+ export declare const se_CreateSceneCommand: (
155
155
  input: CreateSceneCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1CreateSyncJobCommand: (
158
+ export declare const se_CreateSyncJobCommand: (
159
159
  input: CreateSyncJobCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1CreateWorkspaceCommand: (
162
+ export declare const se_CreateWorkspaceCommand: (
163
163
  input: CreateWorkspaceCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1DeleteComponentTypeCommand: (
166
+ export declare const se_DeleteComponentTypeCommand: (
167
167
  input: DeleteComponentTypeCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1DeleteEntityCommand: (
170
+ export declare const se_DeleteEntityCommand: (
171
171
  input: DeleteEntityCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1DeleteSceneCommand: (
174
+ export declare const se_DeleteSceneCommand: (
175
175
  input: DeleteSceneCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1DeleteSyncJobCommand: (
178
+ export declare const se_DeleteSyncJobCommand: (
179
179
  input: DeleteSyncJobCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1DeleteWorkspaceCommand: (
182
+ export declare const se_DeleteWorkspaceCommand: (
183
183
  input: DeleteWorkspaceCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1ExecuteQueryCommand: (
186
+ export declare const se_ExecuteQueryCommand: (
187
187
  input: ExecuteQueryCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1GetComponentTypeCommand: (
190
+ export declare const se_GetComponentTypeCommand: (
191
191
  input: GetComponentTypeCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1GetEntityCommand: (
194
+ export declare const se_GetEntityCommand: (
195
195
  input: GetEntityCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1GetPricingPlanCommand: (
198
+ export declare const se_GetPricingPlanCommand: (
199
199
  input: GetPricingPlanCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1GetPropertyValueCommand: (
202
+ export declare const se_GetPropertyValueCommand: (
203
203
  input: GetPropertyValueCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1GetPropertyValueHistoryCommand: (
206
+ export declare const se_GetPropertyValueHistoryCommand: (
207
207
  input: GetPropertyValueHistoryCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1GetSceneCommand: (
210
+ export declare const se_GetSceneCommand: (
211
211
  input: GetSceneCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1GetSyncJobCommand: (
214
+ export declare const se_GetSyncJobCommand: (
215
215
  input: GetSyncJobCommandInput,
216
216
  context: __SerdeContext
217
217
  ) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1GetWorkspaceCommand: (
218
+ export declare const se_GetWorkspaceCommand: (
219
219
  input: GetWorkspaceCommandInput,
220
220
  context: __SerdeContext
221
221
  ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1ListComponentTypesCommand: (
222
+ export declare const se_ListComponentTypesCommand: (
223
223
  input: ListComponentTypesCommandInput,
224
224
  context: __SerdeContext
225
225
  ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1ListEntitiesCommand: (
226
+ export declare const se_ListEntitiesCommand: (
227
227
  input: ListEntitiesCommandInput,
228
228
  context: __SerdeContext
229
229
  ) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1ListScenesCommand: (
230
+ export declare const se_ListScenesCommand: (
231
231
  input: ListScenesCommandInput,
232
232
  context: __SerdeContext
233
233
  ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1ListSyncJobsCommand: (
234
+ export declare const se_ListSyncJobsCommand: (
235
235
  input: ListSyncJobsCommandInput,
236
236
  context: __SerdeContext
237
237
  ) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1ListSyncResourcesCommand: (
238
+ export declare const se_ListSyncResourcesCommand: (
239
239
  input: ListSyncResourcesCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
242
+ export declare const se_ListTagsForResourceCommand: (
243
243
  input: ListTagsForResourceCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1ListWorkspacesCommand: (
246
+ export declare const se_ListWorkspacesCommand: (
247
247
  input: ListWorkspacesCommandInput,
248
248
  context: __SerdeContext
249
249
  ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1TagResourceCommand: (
250
+ export declare const se_TagResourceCommand: (
251
251
  input: TagResourceCommandInput,
252
252
  context: __SerdeContext
253
253
  ) => Promise<__HttpRequest>;
254
- export declare const serializeAws_restJson1UntagResourceCommand: (
254
+ export declare const se_UntagResourceCommand: (
255
255
  input: UntagResourceCommandInput,
256
256
  context: __SerdeContext
257
257
  ) => Promise<__HttpRequest>;
258
- export declare const serializeAws_restJson1UpdateComponentTypeCommand: (
258
+ export declare const se_UpdateComponentTypeCommand: (
259
259
  input: UpdateComponentTypeCommandInput,
260
260
  context: __SerdeContext
261
261
  ) => Promise<__HttpRequest>;
262
- export declare const serializeAws_restJson1UpdateEntityCommand: (
262
+ export declare const se_UpdateEntityCommand: (
263
263
  input: UpdateEntityCommandInput,
264
264
  context: __SerdeContext
265
265
  ) => Promise<__HttpRequest>;
266
- export declare const serializeAws_restJson1UpdatePricingPlanCommand: (
266
+ export declare const se_UpdatePricingPlanCommand: (
267
267
  input: UpdatePricingPlanCommandInput,
268
268
  context: __SerdeContext
269
269
  ) => Promise<__HttpRequest>;
270
- export declare const serializeAws_restJson1UpdateSceneCommand: (
270
+ export declare const se_UpdateSceneCommand: (
271
271
  input: UpdateSceneCommandInput,
272
272
  context: __SerdeContext
273
273
  ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_restJson1UpdateWorkspaceCommand: (
274
+ export declare const se_UpdateWorkspaceCommand: (
275
275
  input: UpdateWorkspaceCommandInput,
276
276
  context: __SerdeContext
277
277
  ) => Promise<__HttpRequest>;
278
- export declare const deserializeAws_restJson1BatchPutPropertyValuesCommand: (
278
+ export declare const de_BatchPutPropertyValuesCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<BatchPutPropertyValuesCommandOutput>;
282
- export declare const deserializeAws_restJson1CreateComponentTypeCommand: (
282
+ export declare const de_CreateComponentTypeCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<CreateComponentTypeCommandOutput>;
286
- export declare const deserializeAws_restJson1CreateEntityCommand: (
286
+ export declare const de_CreateEntityCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<CreateEntityCommandOutput>;
290
- export declare const deserializeAws_restJson1CreateSceneCommand: (
290
+ export declare const de_CreateSceneCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<CreateSceneCommandOutput>;
294
- export declare const deserializeAws_restJson1CreateSyncJobCommand: (
294
+ export declare const de_CreateSyncJobCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<CreateSyncJobCommandOutput>;
298
- export declare const deserializeAws_restJson1CreateWorkspaceCommand: (
298
+ export declare const de_CreateWorkspaceCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<CreateWorkspaceCommandOutput>;
302
- export declare const deserializeAws_restJson1DeleteComponentTypeCommand: (
302
+ export declare const de_DeleteComponentTypeCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<DeleteComponentTypeCommandOutput>;
306
- export declare const deserializeAws_restJson1DeleteEntityCommand: (
306
+ export declare const de_DeleteEntityCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<DeleteEntityCommandOutput>;
310
- export declare const deserializeAws_restJson1DeleteSceneCommand: (
310
+ export declare const de_DeleteSceneCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<DeleteSceneCommandOutput>;
314
- export declare const deserializeAws_restJson1DeleteSyncJobCommand: (
314
+ export declare const de_DeleteSyncJobCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<DeleteSyncJobCommandOutput>;
318
- export declare const deserializeAws_restJson1DeleteWorkspaceCommand: (
318
+ export declare const de_DeleteWorkspaceCommand: (
319
319
  output: __HttpResponse,
320
320
  context: __SerdeContext
321
321
  ) => Promise<DeleteWorkspaceCommandOutput>;
322
- export declare const deserializeAws_restJson1ExecuteQueryCommand: (
322
+ export declare const de_ExecuteQueryCommand: (
323
323
  output: __HttpResponse,
324
324
  context: __SerdeContext
325
325
  ) => Promise<ExecuteQueryCommandOutput>;
326
- export declare const deserializeAws_restJson1GetComponentTypeCommand: (
326
+ export declare const de_GetComponentTypeCommand: (
327
327
  output: __HttpResponse,
328
328
  context: __SerdeContext
329
329
  ) => Promise<GetComponentTypeCommandOutput>;
330
- export declare const deserializeAws_restJson1GetEntityCommand: (
330
+ export declare const de_GetEntityCommand: (
331
331
  output: __HttpResponse,
332
332
  context: __SerdeContext
333
333
  ) => Promise<GetEntityCommandOutput>;
334
- export declare const deserializeAws_restJson1GetPricingPlanCommand: (
334
+ export declare const de_GetPricingPlanCommand: (
335
335
  output: __HttpResponse,
336
336
  context: __SerdeContext
337
337
  ) => Promise<GetPricingPlanCommandOutput>;
338
- export declare const deserializeAws_restJson1GetPropertyValueCommand: (
338
+ export declare const de_GetPropertyValueCommand: (
339
339
  output: __HttpResponse,
340
340
  context: __SerdeContext
341
341
  ) => Promise<GetPropertyValueCommandOutput>;
342
- export declare const deserializeAws_restJson1GetPropertyValueHistoryCommand: (
342
+ export declare const de_GetPropertyValueHistoryCommand: (
343
343
  output: __HttpResponse,
344
344
  context: __SerdeContext
345
345
  ) => Promise<GetPropertyValueHistoryCommandOutput>;
346
- export declare const deserializeAws_restJson1GetSceneCommand: (
346
+ export declare const de_GetSceneCommand: (
347
347
  output: __HttpResponse,
348
348
  context: __SerdeContext
349
349
  ) => Promise<GetSceneCommandOutput>;
350
- export declare const deserializeAws_restJson1GetSyncJobCommand: (
350
+ export declare const de_GetSyncJobCommand: (
351
351
  output: __HttpResponse,
352
352
  context: __SerdeContext
353
353
  ) => Promise<GetSyncJobCommandOutput>;
354
- export declare const deserializeAws_restJson1GetWorkspaceCommand: (
354
+ export declare const de_GetWorkspaceCommand: (
355
355
  output: __HttpResponse,
356
356
  context: __SerdeContext
357
357
  ) => Promise<GetWorkspaceCommandOutput>;
358
- export declare const deserializeAws_restJson1ListComponentTypesCommand: (
358
+ export declare const de_ListComponentTypesCommand: (
359
359
  output: __HttpResponse,
360
360
  context: __SerdeContext
361
361
  ) => Promise<ListComponentTypesCommandOutput>;
362
- export declare const deserializeAws_restJson1ListEntitiesCommand: (
362
+ export declare const de_ListEntitiesCommand: (
363
363
  output: __HttpResponse,
364
364
  context: __SerdeContext
365
365
  ) => Promise<ListEntitiesCommandOutput>;
366
- export declare const deserializeAws_restJson1ListScenesCommand: (
366
+ export declare const de_ListScenesCommand: (
367
367
  output: __HttpResponse,
368
368
  context: __SerdeContext
369
369
  ) => Promise<ListScenesCommandOutput>;
370
- export declare const deserializeAws_restJson1ListSyncJobsCommand: (
370
+ export declare const de_ListSyncJobsCommand: (
371
371
  output: __HttpResponse,
372
372
  context: __SerdeContext
373
373
  ) => Promise<ListSyncJobsCommandOutput>;
374
- export declare const deserializeAws_restJson1ListSyncResourcesCommand: (
374
+ export declare const de_ListSyncResourcesCommand: (
375
375
  output: __HttpResponse,
376
376
  context: __SerdeContext
377
377
  ) => Promise<ListSyncResourcesCommandOutput>;
378
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
378
+ export declare const de_ListTagsForResourceCommand: (
379
379
  output: __HttpResponse,
380
380
  context: __SerdeContext
381
381
  ) => Promise<ListTagsForResourceCommandOutput>;
382
- export declare const deserializeAws_restJson1ListWorkspacesCommand: (
382
+ export declare const de_ListWorkspacesCommand: (
383
383
  output: __HttpResponse,
384
384
  context: __SerdeContext
385
385
  ) => Promise<ListWorkspacesCommandOutput>;
386
- export declare const deserializeAws_restJson1TagResourceCommand: (
386
+ export declare const de_TagResourceCommand: (
387
387
  output: __HttpResponse,
388
388
  context: __SerdeContext
389
389
  ) => Promise<TagResourceCommandOutput>;
390
- export declare const deserializeAws_restJson1UntagResourceCommand: (
390
+ export declare const de_UntagResourceCommand: (
391
391
  output: __HttpResponse,
392
392
  context: __SerdeContext
393
393
  ) => Promise<UntagResourceCommandOutput>;
394
- export declare const deserializeAws_restJson1UpdateComponentTypeCommand: (
394
+ export declare const de_UpdateComponentTypeCommand: (
395
395
  output: __HttpResponse,
396
396
  context: __SerdeContext
397
397
  ) => Promise<UpdateComponentTypeCommandOutput>;
398
- export declare const deserializeAws_restJson1UpdateEntityCommand: (
398
+ export declare const de_UpdateEntityCommand: (
399
399
  output: __HttpResponse,
400
400
  context: __SerdeContext
401
401
  ) => Promise<UpdateEntityCommandOutput>;
402
- export declare const deserializeAws_restJson1UpdatePricingPlanCommand: (
402
+ export declare const de_UpdatePricingPlanCommand: (
403
403
  output: __HttpResponse,
404
404
  context: __SerdeContext
405
405
  ) => Promise<UpdatePricingPlanCommandOutput>;
406
- export declare const deserializeAws_restJson1UpdateSceneCommand: (
406
+ export declare const de_UpdateSceneCommand: (
407
407
  output: __HttpResponse,
408
408
  context: __SerdeContext
409
409
  ) => Promise<UpdateSceneCommandOutput>;
410
- export declare const deserializeAws_restJson1UpdateWorkspaceCommand: (
410
+ export declare const de_UpdateWorkspaceCommand: (
411
411
  output: __HttpResponse,
412
412
  context: __SerdeContext
413
413
  ) => Promise<UpdateWorkspaceCommandOutput>;
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.303.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0"
57
57
  },