@aws-sdk/client-iottwinmaker 3.306.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 +6 -6
@@ -34,71 +34,275 @@ import { UpdateEntityCommandInput, UpdateEntityCommandOutput } from "../commands
34
34
  import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "../commands/UpdatePricingPlanCommand";
35
35
  import { UpdateSceneCommandInput, UpdateSceneCommandOutput } from "../commands/UpdateSceneCommand";
36
36
  import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "../commands/UpdateWorkspaceCommand";
37
- export declare const serializeAws_restJson1BatchPutPropertyValuesCommand: (input: BatchPutPropertyValuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateComponentTypeCommand: (input: CreateComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateEntityCommand: (input: CreateEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreateSceneCommand: (input: CreateSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1CreateSyncJobCommand: (input: CreateSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1CreateWorkspaceCommand: (input: CreateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeleteComponentTypeCommand: (input: DeleteComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DeleteEntityCommand: (input: DeleteEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DeleteSceneCommand: (input: DeleteSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DeleteSyncJobCommand: (input: DeleteSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1DeleteWorkspaceCommand: (input: DeleteWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1ExecuteQueryCommand: (input: ExecuteQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1GetComponentTypeCommand: (input: GetComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1GetEntityCommand: (input: GetEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1GetPricingPlanCommand: (input: GetPricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1GetPropertyValueCommand: (input: GetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1GetPropertyValueHistoryCommand: (input: GetPropertyValueHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1GetSceneCommand: (input: GetSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1GetSyncJobCommand: (input: GetSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1GetWorkspaceCommand: (input: GetWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListComponentTypesCommand: (input: ListComponentTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListEntitiesCommand: (input: ListEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1ListScenesCommand: (input: ListScenesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListSyncJobsCommand: (input: ListSyncJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1ListSyncResourcesCommand: (input: ListSyncResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1ListWorkspacesCommand: (input: ListWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateComponentTypeCommand: (input: UpdateComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1UpdateEntityCommand: (input: UpdateEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1UpdatePricingPlanCommand: (input: UpdatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1UpdateSceneCommand: (input: UpdateSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1UpdateWorkspaceCommand: (input: UpdateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const deserializeAws_restJson1BatchPutPropertyValuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutPropertyValuesCommandOutput>;
72
- export declare const deserializeAws_restJson1CreateComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentTypeCommandOutput>;
73
- export declare const deserializeAws_restJson1CreateEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEntityCommandOutput>;
74
- export declare const deserializeAws_restJson1CreateSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSceneCommandOutput>;
75
- export declare const deserializeAws_restJson1CreateSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSyncJobCommandOutput>;
76
- export declare const deserializeAws_restJson1CreateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceCommandOutput>;
77
- export declare const deserializeAws_restJson1DeleteComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentTypeCommandOutput>;
78
- export declare const deserializeAws_restJson1DeleteEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEntityCommandOutput>;
79
- export declare const deserializeAws_restJson1DeleteSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSceneCommandOutput>;
80
- export declare const deserializeAws_restJson1DeleteSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSyncJobCommandOutput>;
81
- export declare const deserializeAws_restJson1DeleteWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceCommandOutput>;
82
- export declare const deserializeAws_restJson1ExecuteQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteQueryCommandOutput>;
83
- export declare const deserializeAws_restJson1GetComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentTypeCommandOutput>;
84
- export declare const deserializeAws_restJson1GetEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEntityCommandOutput>;
85
- export declare const deserializeAws_restJson1GetPricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPricingPlanCommandOutput>;
86
- export declare const deserializeAws_restJson1GetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPropertyValueCommandOutput>;
87
- export declare const deserializeAws_restJson1GetPropertyValueHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPropertyValueHistoryCommandOutput>;
88
- export declare const deserializeAws_restJson1GetSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSceneCommandOutput>;
89
- export declare const deserializeAws_restJson1GetSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSyncJobCommandOutput>;
90
- export declare const deserializeAws_restJson1GetWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkspaceCommandOutput>;
91
- export declare const deserializeAws_restJson1ListComponentTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentTypesCommandOutput>;
92
- export declare const deserializeAws_restJson1ListEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesCommandOutput>;
93
- export declare const deserializeAws_restJson1ListScenesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScenesCommandOutput>;
94
- export declare const deserializeAws_restJson1ListSyncJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSyncJobsCommandOutput>;
95
- export declare const deserializeAws_restJson1ListSyncResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSyncResourcesCommandOutput>;
96
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
97
- export declare const deserializeAws_restJson1ListWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkspacesCommandOutput>;
98
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
99
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
100
- export declare const deserializeAws_restJson1UpdateComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComponentTypeCommandOutput>;
101
- export declare const deserializeAws_restJson1UpdateEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEntityCommandOutput>;
102
- export declare const deserializeAws_restJson1UpdatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingPlanCommandOutput>;
103
- export declare const deserializeAws_restJson1UpdateSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSceneCommandOutput>;
104
- export declare const deserializeAws_restJson1UpdateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceCommandOutput>;
37
+ /**
38
+ * serializeAws_restJson1BatchPutPropertyValuesCommand
39
+ */
40
+ export declare const se_BatchPutPropertyValuesCommand: (input: BatchPutPropertyValuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_restJson1CreateComponentTypeCommand
43
+ */
44
+ export declare const se_CreateComponentTypeCommand: (input: CreateComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_restJson1CreateEntityCommand
47
+ */
48
+ export declare const se_CreateEntityCommand: (input: CreateEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_restJson1CreateSceneCommand
51
+ */
52
+ export declare const se_CreateSceneCommand: (input: CreateSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_restJson1CreateSyncJobCommand
55
+ */
56
+ export declare const se_CreateSyncJobCommand: (input: CreateSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_restJson1CreateWorkspaceCommand
59
+ */
60
+ export declare const se_CreateWorkspaceCommand: (input: CreateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_restJson1DeleteComponentTypeCommand
63
+ */
64
+ export declare const se_DeleteComponentTypeCommand: (input: DeleteComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1DeleteEntityCommand
67
+ */
68
+ export declare const se_DeleteEntityCommand: (input: DeleteEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1DeleteSceneCommand
71
+ */
72
+ export declare const se_DeleteSceneCommand: (input: DeleteSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1DeleteSyncJobCommand
75
+ */
76
+ export declare const se_DeleteSyncJobCommand: (input: DeleteSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1DeleteWorkspaceCommand
79
+ */
80
+ export declare const se_DeleteWorkspaceCommand: (input: DeleteWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_restJson1ExecuteQueryCommand
83
+ */
84
+ export declare const se_ExecuteQueryCommand: (input: ExecuteQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1GetComponentTypeCommand
87
+ */
88
+ export declare const se_GetComponentTypeCommand: (input: GetComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1GetEntityCommand
91
+ */
92
+ export declare const se_GetEntityCommand: (input: GetEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1GetPricingPlanCommand
95
+ */
96
+ export declare const se_GetPricingPlanCommand: (input: GetPricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_restJson1GetPropertyValueCommand
99
+ */
100
+ export declare const se_GetPropertyValueCommand: (input: GetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_restJson1GetPropertyValueHistoryCommand
103
+ */
104
+ export declare const se_GetPropertyValueHistoryCommand: (input: GetPropertyValueHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_restJson1GetSceneCommand
107
+ */
108
+ export declare const se_GetSceneCommand: (input: GetSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_restJson1GetSyncJobCommand
111
+ */
112
+ export declare const se_GetSyncJobCommand: (input: GetSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_restJson1GetWorkspaceCommand
115
+ */
116
+ export declare const se_GetWorkspaceCommand: (input: GetWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_restJson1ListComponentTypesCommand
119
+ */
120
+ export declare const se_ListComponentTypesCommand: (input: ListComponentTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_restJson1ListEntitiesCommand
123
+ */
124
+ export declare const se_ListEntitiesCommand: (input: ListEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_restJson1ListScenesCommand
127
+ */
128
+ export declare const se_ListScenesCommand: (input: ListScenesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1ListSyncJobsCommand
131
+ */
132
+ export declare const se_ListSyncJobsCommand: (input: ListSyncJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_restJson1ListSyncResourcesCommand
135
+ */
136
+ export declare const se_ListSyncResourcesCommand: (input: ListSyncResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_restJson1ListTagsForResourceCommand
139
+ */
140
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_restJson1ListWorkspacesCommand
143
+ */
144
+ export declare const se_ListWorkspacesCommand: (input: ListWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_restJson1TagResourceCommand
147
+ */
148
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_restJson1UntagResourceCommand
151
+ */
152
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_restJson1UpdateComponentTypeCommand
155
+ */
156
+ export declare const se_UpdateComponentTypeCommand: (input: UpdateComponentTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_restJson1UpdateEntityCommand
159
+ */
160
+ export declare const se_UpdateEntityCommand: (input: UpdateEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_restJson1UpdatePricingPlanCommand
163
+ */
164
+ export declare const se_UpdatePricingPlanCommand: (input: UpdatePricingPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_restJson1UpdateSceneCommand
167
+ */
168
+ export declare const se_UpdateSceneCommand: (input: UpdateSceneCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_restJson1UpdateWorkspaceCommand
171
+ */
172
+ export declare const se_UpdateWorkspaceCommand: (input: UpdateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * deserializeAws_restJson1BatchPutPropertyValuesCommand
175
+ */
176
+ export declare const de_BatchPutPropertyValuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutPropertyValuesCommandOutput>;
177
+ /**
178
+ * deserializeAws_restJson1CreateComponentTypeCommand
179
+ */
180
+ export declare const de_CreateComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentTypeCommandOutput>;
181
+ /**
182
+ * deserializeAws_restJson1CreateEntityCommand
183
+ */
184
+ export declare const de_CreateEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEntityCommandOutput>;
185
+ /**
186
+ * deserializeAws_restJson1CreateSceneCommand
187
+ */
188
+ export declare const de_CreateSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSceneCommandOutput>;
189
+ /**
190
+ * deserializeAws_restJson1CreateSyncJobCommand
191
+ */
192
+ export declare const de_CreateSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSyncJobCommandOutput>;
193
+ /**
194
+ * deserializeAws_restJson1CreateWorkspaceCommand
195
+ */
196
+ export declare const de_CreateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceCommandOutput>;
197
+ /**
198
+ * deserializeAws_restJson1DeleteComponentTypeCommand
199
+ */
200
+ export declare const de_DeleteComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentTypeCommandOutput>;
201
+ /**
202
+ * deserializeAws_restJson1DeleteEntityCommand
203
+ */
204
+ export declare const de_DeleteEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEntityCommandOutput>;
205
+ /**
206
+ * deserializeAws_restJson1DeleteSceneCommand
207
+ */
208
+ export declare const de_DeleteSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSceneCommandOutput>;
209
+ /**
210
+ * deserializeAws_restJson1DeleteSyncJobCommand
211
+ */
212
+ export declare const de_DeleteSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSyncJobCommandOutput>;
213
+ /**
214
+ * deserializeAws_restJson1DeleteWorkspaceCommand
215
+ */
216
+ export declare const de_DeleteWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceCommandOutput>;
217
+ /**
218
+ * deserializeAws_restJson1ExecuteQueryCommand
219
+ */
220
+ export declare const de_ExecuteQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteQueryCommandOutput>;
221
+ /**
222
+ * deserializeAws_restJson1GetComponentTypeCommand
223
+ */
224
+ export declare const de_GetComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentTypeCommandOutput>;
225
+ /**
226
+ * deserializeAws_restJson1GetEntityCommand
227
+ */
228
+ export declare const de_GetEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEntityCommandOutput>;
229
+ /**
230
+ * deserializeAws_restJson1GetPricingPlanCommand
231
+ */
232
+ export declare const de_GetPricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPricingPlanCommandOutput>;
233
+ /**
234
+ * deserializeAws_restJson1GetPropertyValueCommand
235
+ */
236
+ export declare const de_GetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPropertyValueCommandOutput>;
237
+ /**
238
+ * deserializeAws_restJson1GetPropertyValueHistoryCommand
239
+ */
240
+ export declare const de_GetPropertyValueHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPropertyValueHistoryCommandOutput>;
241
+ /**
242
+ * deserializeAws_restJson1GetSceneCommand
243
+ */
244
+ export declare const de_GetSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSceneCommandOutput>;
245
+ /**
246
+ * deserializeAws_restJson1GetSyncJobCommand
247
+ */
248
+ export declare const de_GetSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSyncJobCommandOutput>;
249
+ /**
250
+ * deserializeAws_restJson1GetWorkspaceCommand
251
+ */
252
+ export declare const de_GetWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkspaceCommandOutput>;
253
+ /**
254
+ * deserializeAws_restJson1ListComponentTypesCommand
255
+ */
256
+ export declare const de_ListComponentTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentTypesCommandOutput>;
257
+ /**
258
+ * deserializeAws_restJson1ListEntitiesCommand
259
+ */
260
+ export declare const de_ListEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesCommandOutput>;
261
+ /**
262
+ * deserializeAws_restJson1ListScenesCommand
263
+ */
264
+ export declare const de_ListScenesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListScenesCommandOutput>;
265
+ /**
266
+ * deserializeAws_restJson1ListSyncJobsCommand
267
+ */
268
+ export declare const de_ListSyncJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSyncJobsCommandOutput>;
269
+ /**
270
+ * deserializeAws_restJson1ListSyncResourcesCommand
271
+ */
272
+ export declare const de_ListSyncResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSyncResourcesCommandOutput>;
273
+ /**
274
+ * deserializeAws_restJson1ListTagsForResourceCommand
275
+ */
276
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
277
+ /**
278
+ * deserializeAws_restJson1ListWorkspacesCommand
279
+ */
280
+ export declare const de_ListWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkspacesCommandOutput>;
281
+ /**
282
+ * deserializeAws_restJson1TagResourceCommand
283
+ */
284
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
285
+ /**
286
+ * deserializeAws_restJson1UntagResourceCommand
287
+ */
288
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
289
+ /**
290
+ * deserializeAws_restJson1UpdateComponentTypeCommand
291
+ */
292
+ export declare const de_UpdateComponentTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComponentTypeCommandOutput>;
293
+ /**
294
+ * deserializeAws_restJson1UpdateEntityCommand
295
+ */
296
+ export declare const de_UpdateEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEntityCommandOutput>;
297
+ /**
298
+ * deserializeAws_restJson1UpdatePricingPlanCommand
299
+ */
300
+ export declare const de_UpdatePricingPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePricingPlanCommandOutput>;
301
+ /**
302
+ * deserializeAws_restJson1UpdateSceneCommand
303
+ */
304
+ export declare const de_UpdateSceneCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSceneCommandOutput>;
305
+ /**
306
+ * deserializeAws_restJson1UpdateWorkspaceCommand
307
+ */
308
+ export declare const de_UpdateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceCommandOutput>;