@aws-sdk/client-iottwinmaker 3.928.0 → 3.930.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 (64) hide show
  1. package/dist-cjs/index.js +2060 -2730
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/IoTTwinMakerClient.js +2 -0
  4. package/dist-es/commands/BatchPutPropertyValuesCommand.js +3 -9
  5. package/dist-es/commands/CancelMetadataTransferJobCommand.js +3 -9
  6. package/dist-es/commands/CreateComponentTypeCommand.js +3 -9
  7. package/dist-es/commands/CreateEntityCommand.js +3 -9
  8. package/dist-es/commands/CreateMetadataTransferJobCommand.js +3 -9
  9. package/dist-es/commands/CreateSceneCommand.js +3 -9
  10. package/dist-es/commands/CreateSyncJobCommand.js +3 -9
  11. package/dist-es/commands/CreateWorkspaceCommand.js +3 -9
  12. package/dist-es/commands/DeleteComponentTypeCommand.js +3 -9
  13. package/dist-es/commands/DeleteEntityCommand.js +3 -9
  14. package/dist-es/commands/DeleteSceneCommand.js +3 -9
  15. package/dist-es/commands/DeleteSyncJobCommand.js +3 -9
  16. package/dist-es/commands/DeleteWorkspaceCommand.js +3 -9
  17. package/dist-es/commands/ExecuteQueryCommand.js +3 -9
  18. package/dist-es/commands/GetComponentTypeCommand.js +3 -9
  19. package/dist-es/commands/GetEntityCommand.js +3 -9
  20. package/dist-es/commands/GetMetadataTransferJobCommand.js +3 -9
  21. package/dist-es/commands/GetPricingPlanCommand.js +3 -9
  22. package/dist-es/commands/GetPropertyValueCommand.js +3 -9
  23. package/dist-es/commands/GetPropertyValueHistoryCommand.js +3 -9
  24. package/dist-es/commands/GetSceneCommand.js +3 -9
  25. package/dist-es/commands/GetSyncJobCommand.js +3 -9
  26. package/dist-es/commands/GetWorkspaceCommand.js +3 -9
  27. package/dist-es/commands/ListComponentTypesCommand.js +3 -9
  28. package/dist-es/commands/ListComponentsCommand.js +3 -9
  29. package/dist-es/commands/ListEntitiesCommand.js +3 -9
  30. package/dist-es/commands/ListMetadataTransferJobsCommand.js +3 -9
  31. package/dist-es/commands/ListPropertiesCommand.js +3 -9
  32. package/dist-es/commands/ListScenesCommand.js +3 -9
  33. package/dist-es/commands/ListSyncJobsCommand.js +3 -9
  34. package/dist-es/commands/ListSyncResourcesCommand.js +3 -9
  35. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  36. package/dist-es/commands/ListWorkspacesCommand.js +3 -9
  37. package/dist-es/commands/TagResourceCommand.js +3 -9
  38. package/dist-es/commands/UntagResourceCommand.js +3 -9
  39. package/dist-es/commands/UpdateComponentTypeCommand.js +3 -9
  40. package/dist-es/commands/UpdateEntityCommand.js +3 -9
  41. package/dist-es/commands/UpdatePricingPlanCommand.js +3 -9
  42. package/dist-es/commands/UpdateSceneCommand.js +3 -9
  43. package/dist-es/commands/UpdateWorkspaceCommand.js +3 -9
  44. package/dist-es/models/models_0.js +0 -68
  45. package/dist-es/runtimeConfig.shared.js +2 -0
  46. package/dist-es/schemas/schemas_0.js +1964 -0
  47. package/dist-types/IoTTwinMakerClient.d.ts +10 -1
  48. package/dist-types/models/models_0.d.ts +24 -6
  49. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  50. package/dist-types/runtimeConfig.d.ts +1 -0
  51. package/dist-types/runtimeConfig.native.d.ts +1 -0
  52. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  53. package/dist-types/schemas/schemas_0.d.ts +269 -0
  54. package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +4 -0
  55. package/dist-types/ts3.4/models/models_0.d.ts +0 -15
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  60. package/dist-types/ts3.4/schemas/schemas_0.d.ts +275 -0
  61. package/package.json +33 -33
  62. package/dist-es/protocols/Aws_restJson1.js +0 -2356
  63. package/dist-types/protocols/Aws_restJson1.d.ts +0 -362
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -485
@@ -1,362 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput } from "../commands/BatchPutPropertyValuesCommand";
4
- import { CancelMetadataTransferJobCommandInput, CancelMetadataTransferJobCommandOutput } from "../commands/CancelMetadataTransferJobCommand";
5
- import { CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput } from "../commands/CreateComponentTypeCommand";
6
- import { CreateEntityCommandInput, CreateEntityCommandOutput } from "../commands/CreateEntityCommand";
7
- import { CreateMetadataTransferJobCommandInput, CreateMetadataTransferJobCommandOutput } from "../commands/CreateMetadataTransferJobCommand";
8
- import { CreateSceneCommandInput, CreateSceneCommandOutput } from "../commands/CreateSceneCommand";
9
- import { CreateSyncJobCommandInput, CreateSyncJobCommandOutput } from "../commands/CreateSyncJobCommand";
10
- import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "../commands/CreateWorkspaceCommand";
11
- import { DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput } from "../commands/DeleteComponentTypeCommand";
12
- import { DeleteEntityCommandInput, DeleteEntityCommandOutput } from "../commands/DeleteEntityCommand";
13
- import { DeleteSceneCommandInput, DeleteSceneCommandOutput } from "../commands/DeleteSceneCommand";
14
- import { DeleteSyncJobCommandInput, DeleteSyncJobCommandOutput } from "../commands/DeleteSyncJobCommand";
15
- import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "../commands/DeleteWorkspaceCommand";
16
- import { ExecuteQueryCommandInput, ExecuteQueryCommandOutput } from "../commands/ExecuteQueryCommand";
17
- import { GetComponentTypeCommandInput, GetComponentTypeCommandOutput } from "../commands/GetComponentTypeCommand";
18
- import { GetEntityCommandInput, GetEntityCommandOutput } from "../commands/GetEntityCommand";
19
- import { GetMetadataTransferJobCommandInput, GetMetadataTransferJobCommandOutput } from "../commands/GetMetadataTransferJobCommand";
20
- import { GetPricingPlanCommandInput, GetPricingPlanCommandOutput } from "../commands/GetPricingPlanCommand";
21
- import { GetPropertyValueCommandInput, GetPropertyValueCommandOutput } from "../commands/GetPropertyValueCommand";
22
- import { GetPropertyValueHistoryCommandInput, GetPropertyValueHistoryCommandOutput } from "../commands/GetPropertyValueHistoryCommand";
23
- import { GetSceneCommandInput, GetSceneCommandOutput } from "../commands/GetSceneCommand";
24
- import { GetSyncJobCommandInput, GetSyncJobCommandOutput } from "../commands/GetSyncJobCommand";
25
- import { GetWorkspaceCommandInput, GetWorkspaceCommandOutput } from "../commands/GetWorkspaceCommand";
26
- import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
27
- import { ListComponentTypesCommandInput, ListComponentTypesCommandOutput } from "../commands/ListComponentTypesCommand";
28
- import { ListEntitiesCommandInput, ListEntitiesCommandOutput } from "../commands/ListEntitiesCommand";
29
- import { ListMetadataTransferJobsCommandInput, ListMetadataTransferJobsCommandOutput } from "../commands/ListMetadataTransferJobsCommand";
30
- import { ListPropertiesCommandInput, ListPropertiesCommandOutput } from "../commands/ListPropertiesCommand";
31
- import { ListScenesCommandInput, ListScenesCommandOutput } from "../commands/ListScenesCommand";
32
- import { ListSyncJobsCommandInput, ListSyncJobsCommandOutput } from "../commands/ListSyncJobsCommand";
33
- import { ListSyncResourcesCommandInput, ListSyncResourcesCommandOutput } from "../commands/ListSyncResourcesCommand";
34
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
35
- import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "../commands/ListWorkspacesCommand";
36
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
37
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
38
- import { UpdateComponentTypeCommandInput, UpdateComponentTypeCommandOutput } from "../commands/UpdateComponentTypeCommand";
39
- import { UpdateEntityCommandInput, UpdateEntityCommandOutput } from "../commands/UpdateEntityCommand";
40
- import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "../commands/UpdatePricingPlanCommand";
41
- import { UpdateSceneCommandInput, UpdateSceneCommandOutput } from "../commands/UpdateSceneCommand";
42
- import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "../commands/UpdateWorkspaceCommand";
43
- /**
44
- * serializeAws_restJson1BatchPutPropertyValuesCommand
45
- */
46
- export declare const se_BatchPutPropertyValuesCommand: (input: BatchPutPropertyValuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_restJson1CancelMetadataTransferJobCommand
49
- */
50
- export declare const se_CancelMetadataTransferJobCommand: (input: CancelMetadataTransferJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_restJson1CreateComponentTypeCommand
53
- */
54
- export declare const se_CreateComponentTypeCommand: (input: CreateComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_restJson1CreateEntityCommand
57
- */
58
- export declare const se_CreateEntityCommand: (input: CreateEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1CreateMetadataTransferJobCommand
61
- */
62
- export declare const se_CreateMetadataTransferJobCommand: (input: CreateMetadataTransferJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1CreateSceneCommand
65
- */
66
- export declare const se_CreateSceneCommand: (input: CreateSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1CreateSyncJobCommand
69
- */
70
- export declare const se_CreateSyncJobCommand: (input: CreateSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1CreateWorkspaceCommand
73
- */
74
- export declare const se_CreateWorkspaceCommand: (input: CreateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1DeleteComponentTypeCommand
77
- */
78
- export declare const se_DeleteComponentTypeCommand: (input: DeleteComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1DeleteEntityCommand
81
- */
82
- export declare const se_DeleteEntityCommand: (input: DeleteEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_restJson1DeleteSceneCommand
85
- */
86
- export declare const se_DeleteSceneCommand: (input: DeleteSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_restJson1DeleteSyncJobCommand
89
- */
90
- export declare const se_DeleteSyncJobCommand: (input: DeleteSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_restJson1DeleteWorkspaceCommand
93
- */
94
- export declare const se_DeleteWorkspaceCommand: (input: DeleteWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_restJson1ExecuteQueryCommand
97
- */
98
- export declare const se_ExecuteQueryCommand: (input: ExecuteQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_restJson1GetComponentTypeCommand
101
- */
102
- export declare const se_GetComponentTypeCommand: (input: GetComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_restJson1GetEntityCommand
105
- */
106
- export declare const se_GetEntityCommand: (input: GetEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_restJson1GetMetadataTransferJobCommand
109
- */
110
- export declare const se_GetMetadataTransferJobCommand: (input: GetMetadataTransferJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_restJson1GetPricingPlanCommand
113
- */
114
- export declare const se_GetPricingPlanCommand: (input: GetPricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_restJson1GetPropertyValueCommand
117
- */
118
- export declare const se_GetPropertyValueCommand: (input: GetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_restJson1GetPropertyValueHistoryCommand
121
- */
122
- export declare const se_GetPropertyValueHistoryCommand: (input: GetPropertyValueHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_restJson1GetSceneCommand
125
- */
126
- export declare const se_GetSceneCommand: (input: GetSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_restJson1GetSyncJobCommand
129
- */
130
- export declare const se_GetSyncJobCommand: (input: GetSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_restJson1GetWorkspaceCommand
133
- */
134
- export declare const se_GetWorkspaceCommand: (input: GetWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_restJson1ListComponentsCommand
137
- */
138
- export declare const se_ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_restJson1ListComponentTypesCommand
141
- */
142
- export declare const se_ListComponentTypesCommand: (input: ListComponentTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_restJson1ListEntitiesCommand
145
- */
146
- export declare const se_ListEntitiesCommand: (input: ListEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_restJson1ListMetadataTransferJobsCommand
149
- */
150
- export declare const se_ListMetadataTransferJobsCommand: (input: ListMetadataTransferJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_restJson1ListPropertiesCommand
153
- */
154
- export declare const se_ListPropertiesCommand: (input: ListPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_restJson1ListScenesCommand
157
- */
158
- export declare const se_ListScenesCommand: (input: ListScenesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_restJson1ListSyncJobsCommand
161
- */
162
- export declare const se_ListSyncJobsCommand: (input: ListSyncJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_restJson1ListSyncResourcesCommand
165
- */
166
- export declare const se_ListSyncResourcesCommand: (input: ListSyncResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_restJson1ListTagsForResourceCommand
169
- */
170
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_restJson1ListWorkspacesCommand
173
- */
174
- export declare const se_ListWorkspacesCommand: (input: ListWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_restJson1TagResourceCommand
177
- */
178
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_restJson1UntagResourceCommand
181
- */
182
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_restJson1UpdateComponentTypeCommand
185
- */
186
- export declare const se_UpdateComponentTypeCommand: (input: UpdateComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_restJson1UpdateEntityCommand
189
- */
190
- export declare const se_UpdateEntityCommand: (input: UpdateEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_restJson1UpdatePricingPlanCommand
193
- */
194
- export declare const se_UpdatePricingPlanCommand: (input: UpdatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_restJson1UpdateSceneCommand
197
- */
198
- export declare const se_UpdateSceneCommand: (input: UpdateSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_restJson1UpdateWorkspaceCommand
201
- */
202
- export declare const se_UpdateWorkspaceCommand: (input: UpdateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * deserializeAws_restJson1BatchPutPropertyValuesCommand
205
- */
206
- export declare const de_BatchPutPropertyValuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutPropertyValuesCommandOutput>;
207
- /**
208
- * deserializeAws_restJson1CancelMetadataTransferJobCommand
209
- */
210
- export declare const de_CancelMetadataTransferJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMetadataTransferJobCommandOutput>;
211
- /**
212
- * deserializeAws_restJson1CreateComponentTypeCommand
213
- */
214
- export declare const de_CreateComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentTypeCommandOutput>;
215
- /**
216
- * deserializeAws_restJson1CreateEntityCommand
217
- */
218
- export declare const de_CreateEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEntityCommandOutput>;
219
- /**
220
- * deserializeAws_restJson1CreateMetadataTransferJobCommand
221
- */
222
- export declare const de_CreateMetadataTransferJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMetadataTransferJobCommandOutput>;
223
- /**
224
- * deserializeAws_restJson1CreateSceneCommand
225
- */
226
- export declare const de_CreateSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSceneCommandOutput>;
227
- /**
228
- * deserializeAws_restJson1CreateSyncJobCommand
229
- */
230
- export declare const de_CreateSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSyncJobCommandOutput>;
231
- /**
232
- * deserializeAws_restJson1CreateWorkspaceCommand
233
- */
234
- export declare const de_CreateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceCommandOutput>;
235
- /**
236
- * deserializeAws_restJson1DeleteComponentTypeCommand
237
- */
238
- export declare const de_DeleteComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentTypeCommandOutput>;
239
- /**
240
- * deserializeAws_restJson1DeleteEntityCommand
241
- */
242
- export declare const de_DeleteEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEntityCommandOutput>;
243
- /**
244
- * deserializeAws_restJson1DeleteSceneCommand
245
- */
246
- export declare const de_DeleteSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSceneCommandOutput>;
247
- /**
248
- * deserializeAws_restJson1DeleteSyncJobCommand
249
- */
250
- export declare const de_DeleteSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSyncJobCommandOutput>;
251
- /**
252
- * deserializeAws_restJson1DeleteWorkspaceCommand
253
- */
254
- export declare const de_DeleteWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceCommandOutput>;
255
- /**
256
- * deserializeAws_restJson1ExecuteQueryCommand
257
- */
258
- export declare const de_ExecuteQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteQueryCommandOutput>;
259
- /**
260
- * deserializeAws_restJson1GetComponentTypeCommand
261
- */
262
- export declare const de_GetComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentTypeCommandOutput>;
263
- /**
264
- * deserializeAws_restJson1GetEntityCommand
265
- */
266
- export declare const de_GetEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEntityCommandOutput>;
267
- /**
268
- * deserializeAws_restJson1GetMetadataTransferJobCommand
269
- */
270
- export declare const de_GetMetadataTransferJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetadataTransferJobCommandOutput>;
271
- /**
272
- * deserializeAws_restJson1GetPricingPlanCommand
273
- */
274
- export declare const de_GetPricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPricingPlanCommandOutput>;
275
- /**
276
- * deserializeAws_restJson1GetPropertyValueCommand
277
- */
278
- export declare const de_GetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPropertyValueCommandOutput>;
279
- /**
280
- * deserializeAws_restJson1GetPropertyValueHistoryCommand
281
- */
282
- export declare const de_GetPropertyValueHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPropertyValueHistoryCommandOutput>;
283
- /**
284
- * deserializeAws_restJson1GetSceneCommand
285
- */
286
- export declare const de_GetSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSceneCommandOutput>;
287
- /**
288
- * deserializeAws_restJson1GetSyncJobCommand
289
- */
290
- export declare const de_GetSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSyncJobCommandOutput>;
291
- /**
292
- * deserializeAws_restJson1GetWorkspaceCommand
293
- */
294
- export declare const de_GetWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkspaceCommandOutput>;
295
- /**
296
- * deserializeAws_restJson1ListComponentsCommand
297
- */
298
- export declare const de_ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
299
- /**
300
- * deserializeAws_restJson1ListComponentTypesCommand
301
- */
302
- export declare const de_ListComponentTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentTypesCommandOutput>;
303
- /**
304
- * deserializeAws_restJson1ListEntitiesCommand
305
- */
306
- export declare const de_ListEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesCommandOutput>;
307
- /**
308
- * deserializeAws_restJson1ListMetadataTransferJobsCommand
309
- */
310
- export declare const de_ListMetadataTransferJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMetadataTransferJobsCommandOutput>;
311
- /**
312
- * deserializeAws_restJson1ListPropertiesCommand
313
- */
314
- export declare const de_ListPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPropertiesCommandOutput>;
315
- /**
316
- * deserializeAws_restJson1ListScenesCommand
317
- */
318
- export declare const de_ListScenesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScenesCommandOutput>;
319
- /**
320
- * deserializeAws_restJson1ListSyncJobsCommand
321
- */
322
- export declare const de_ListSyncJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSyncJobsCommandOutput>;
323
- /**
324
- * deserializeAws_restJson1ListSyncResourcesCommand
325
- */
326
- export declare const de_ListSyncResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSyncResourcesCommandOutput>;
327
- /**
328
- * deserializeAws_restJson1ListTagsForResourceCommand
329
- */
330
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
331
- /**
332
- * deserializeAws_restJson1ListWorkspacesCommand
333
- */
334
- export declare const de_ListWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkspacesCommandOutput>;
335
- /**
336
- * deserializeAws_restJson1TagResourceCommand
337
- */
338
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
339
- /**
340
- * deserializeAws_restJson1UntagResourceCommand
341
- */
342
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
343
- /**
344
- * deserializeAws_restJson1UpdateComponentTypeCommand
345
- */
346
- export declare const de_UpdateComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComponentTypeCommandOutput>;
347
- /**
348
- * deserializeAws_restJson1UpdateEntityCommand
349
- */
350
- export declare const de_UpdateEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEntityCommandOutput>;
351
- /**
352
- * deserializeAws_restJson1UpdatePricingPlanCommand
353
- */
354
- export declare const de_UpdatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingPlanCommandOutput>;
355
- /**
356
- * deserializeAws_restJson1UpdateSceneCommand
357
- */
358
- export declare const de_UpdateSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSceneCommandOutput>;
359
- /**
360
- * deserializeAws_restJson1UpdateWorkspaceCommand
361
- */
362
- export declare const de_UpdateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceCommandOutput>;