@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.
- package/dist-cjs/index.js +2060 -2730
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/IoTTwinMakerClient.js +2 -0
- package/dist-es/commands/BatchPutPropertyValuesCommand.js +3 -9
- package/dist-es/commands/CancelMetadataTransferJobCommand.js +3 -9
- package/dist-es/commands/CreateComponentTypeCommand.js +3 -9
- package/dist-es/commands/CreateEntityCommand.js +3 -9
- package/dist-es/commands/CreateMetadataTransferJobCommand.js +3 -9
- package/dist-es/commands/CreateSceneCommand.js +3 -9
- package/dist-es/commands/CreateSyncJobCommand.js +3 -9
- package/dist-es/commands/CreateWorkspaceCommand.js +3 -9
- package/dist-es/commands/DeleteComponentTypeCommand.js +3 -9
- package/dist-es/commands/DeleteEntityCommand.js +3 -9
- package/dist-es/commands/DeleteSceneCommand.js +3 -9
- package/dist-es/commands/DeleteSyncJobCommand.js +3 -9
- package/dist-es/commands/DeleteWorkspaceCommand.js +3 -9
- package/dist-es/commands/ExecuteQueryCommand.js +3 -9
- package/dist-es/commands/GetComponentTypeCommand.js +3 -9
- package/dist-es/commands/GetEntityCommand.js +3 -9
- package/dist-es/commands/GetMetadataTransferJobCommand.js +3 -9
- package/dist-es/commands/GetPricingPlanCommand.js +3 -9
- package/dist-es/commands/GetPropertyValueCommand.js +3 -9
- package/dist-es/commands/GetPropertyValueHistoryCommand.js +3 -9
- package/dist-es/commands/GetSceneCommand.js +3 -9
- package/dist-es/commands/GetSyncJobCommand.js +3 -9
- package/dist-es/commands/GetWorkspaceCommand.js +3 -9
- package/dist-es/commands/ListComponentTypesCommand.js +3 -9
- package/dist-es/commands/ListComponentsCommand.js +3 -9
- package/dist-es/commands/ListEntitiesCommand.js +3 -9
- package/dist-es/commands/ListMetadataTransferJobsCommand.js +3 -9
- package/dist-es/commands/ListPropertiesCommand.js +3 -9
- package/dist-es/commands/ListScenesCommand.js +3 -9
- package/dist-es/commands/ListSyncJobsCommand.js +3 -9
- package/dist-es/commands/ListSyncResourcesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWorkspacesCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateComponentTypeCommand.js +3 -9
- package/dist-es/commands/UpdateEntityCommand.js +3 -9
- package/dist-es/commands/UpdatePricingPlanCommand.js +3 -9
- package/dist-es/commands/UpdateSceneCommand.js +3 -9
- package/dist-es/commands/UpdateWorkspaceCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -68
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1964 -0
- package/dist-types/IoTTwinMakerClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +24 -6
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +269 -0
- package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -15
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +275 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -2356
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -362
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -485
|
@@ -1,485 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
BatchPutPropertyValuesCommandInput,
|
|
8
|
-
BatchPutPropertyValuesCommandOutput,
|
|
9
|
-
} from "../commands/BatchPutPropertyValuesCommand";
|
|
10
|
-
import {
|
|
11
|
-
CancelMetadataTransferJobCommandInput,
|
|
12
|
-
CancelMetadataTransferJobCommandOutput,
|
|
13
|
-
} from "../commands/CancelMetadataTransferJobCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateComponentTypeCommandInput,
|
|
16
|
-
CreateComponentTypeCommandOutput,
|
|
17
|
-
} from "../commands/CreateComponentTypeCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateEntityCommandInput,
|
|
20
|
-
CreateEntityCommandOutput,
|
|
21
|
-
} from "../commands/CreateEntityCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateMetadataTransferJobCommandInput,
|
|
24
|
-
CreateMetadataTransferJobCommandOutput,
|
|
25
|
-
} from "../commands/CreateMetadataTransferJobCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateSceneCommandInput,
|
|
28
|
-
CreateSceneCommandOutput,
|
|
29
|
-
} from "../commands/CreateSceneCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateSyncJobCommandInput,
|
|
32
|
-
CreateSyncJobCommandOutput,
|
|
33
|
-
} from "../commands/CreateSyncJobCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreateWorkspaceCommandInput,
|
|
36
|
-
CreateWorkspaceCommandOutput,
|
|
37
|
-
} from "../commands/CreateWorkspaceCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteComponentTypeCommandInput,
|
|
40
|
-
DeleteComponentTypeCommandOutput,
|
|
41
|
-
} from "../commands/DeleteComponentTypeCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteEntityCommandInput,
|
|
44
|
-
DeleteEntityCommandOutput,
|
|
45
|
-
} from "../commands/DeleteEntityCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteSceneCommandInput,
|
|
48
|
-
DeleteSceneCommandOutput,
|
|
49
|
-
} from "../commands/DeleteSceneCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteSyncJobCommandInput,
|
|
52
|
-
DeleteSyncJobCommandOutput,
|
|
53
|
-
} from "../commands/DeleteSyncJobCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeleteWorkspaceCommandInput,
|
|
56
|
-
DeleteWorkspaceCommandOutput,
|
|
57
|
-
} from "../commands/DeleteWorkspaceCommand";
|
|
58
|
-
import {
|
|
59
|
-
ExecuteQueryCommandInput,
|
|
60
|
-
ExecuteQueryCommandOutput,
|
|
61
|
-
} from "../commands/ExecuteQueryCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetComponentTypeCommandInput,
|
|
64
|
-
GetComponentTypeCommandOutput,
|
|
65
|
-
} from "../commands/GetComponentTypeCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetEntityCommandInput,
|
|
68
|
-
GetEntityCommandOutput,
|
|
69
|
-
} from "../commands/GetEntityCommand";
|
|
70
|
-
import {
|
|
71
|
-
GetMetadataTransferJobCommandInput,
|
|
72
|
-
GetMetadataTransferJobCommandOutput,
|
|
73
|
-
} from "../commands/GetMetadataTransferJobCommand";
|
|
74
|
-
import {
|
|
75
|
-
GetPricingPlanCommandInput,
|
|
76
|
-
GetPricingPlanCommandOutput,
|
|
77
|
-
} from "../commands/GetPricingPlanCommand";
|
|
78
|
-
import {
|
|
79
|
-
GetPropertyValueCommandInput,
|
|
80
|
-
GetPropertyValueCommandOutput,
|
|
81
|
-
} from "../commands/GetPropertyValueCommand";
|
|
82
|
-
import {
|
|
83
|
-
GetPropertyValueHistoryCommandInput,
|
|
84
|
-
GetPropertyValueHistoryCommandOutput,
|
|
85
|
-
} from "../commands/GetPropertyValueHistoryCommand";
|
|
86
|
-
import {
|
|
87
|
-
GetSceneCommandInput,
|
|
88
|
-
GetSceneCommandOutput,
|
|
89
|
-
} from "../commands/GetSceneCommand";
|
|
90
|
-
import {
|
|
91
|
-
GetSyncJobCommandInput,
|
|
92
|
-
GetSyncJobCommandOutput,
|
|
93
|
-
} from "../commands/GetSyncJobCommand";
|
|
94
|
-
import {
|
|
95
|
-
GetWorkspaceCommandInput,
|
|
96
|
-
GetWorkspaceCommandOutput,
|
|
97
|
-
} from "../commands/GetWorkspaceCommand";
|
|
98
|
-
import {
|
|
99
|
-
ListComponentsCommandInput,
|
|
100
|
-
ListComponentsCommandOutput,
|
|
101
|
-
} from "../commands/ListComponentsCommand";
|
|
102
|
-
import {
|
|
103
|
-
ListComponentTypesCommandInput,
|
|
104
|
-
ListComponentTypesCommandOutput,
|
|
105
|
-
} from "../commands/ListComponentTypesCommand";
|
|
106
|
-
import {
|
|
107
|
-
ListEntitiesCommandInput,
|
|
108
|
-
ListEntitiesCommandOutput,
|
|
109
|
-
} from "../commands/ListEntitiesCommand";
|
|
110
|
-
import {
|
|
111
|
-
ListMetadataTransferJobsCommandInput,
|
|
112
|
-
ListMetadataTransferJobsCommandOutput,
|
|
113
|
-
} from "../commands/ListMetadataTransferJobsCommand";
|
|
114
|
-
import {
|
|
115
|
-
ListPropertiesCommandInput,
|
|
116
|
-
ListPropertiesCommandOutput,
|
|
117
|
-
} from "../commands/ListPropertiesCommand";
|
|
118
|
-
import {
|
|
119
|
-
ListScenesCommandInput,
|
|
120
|
-
ListScenesCommandOutput,
|
|
121
|
-
} from "../commands/ListScenesCommand";
|
|
122
|
-
import {
|
|
123
|
-
ListSyncJobsCommandInput,
|
|
124
|
-
ListSyncJobsCommandOutput,
|
|
125
|
-
} from "../commands/ListSyncJobsCommand";
|
|
126
|
-
import {
|
|
127
|
-
ListSyncResourcesCommandInput,
|
|
128
|
-
ListSyncResourcesCommandOutput,
|
|
129
|
-
} from "../commands/ListSyncResourcesCommand";
|
|
130
|
-
import {
|
|
131
|
-
ListTagsForResourceCommandInput,
|
|
132
|
-
ListTagsForResourceCommandOutput,
|
|
133
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
134
|
-
import {
|
|
135
|
-
ListWorkspacesCommandInput,
|
|
136
|
-
ListWorkspacesCommandOutput,
|
|
137
|
-
} from "../commands/ListWorkspacesCommand";
|
|
138
|
-
import {
|
|
139
|
-
TagResourceCommandInput,
|
|
140
|
-
TagResourceCommandOutput,
|
|
141
|
-
} from "../commands/TagResourceCommand";
|
|
142
|
-
import {
|
|
143
|
-
UntagResourceCommandInput,
|
|
144
|
-
UntagResourceCommandOutput,
|
|
145
|
-
} from "../commands/UntagResourceCommand";
|
|
146
|
-
import {
|
|
147
|
-
UpdateComponentTypeCommandInput,
|
|
148
|
-
UpdateComponentTypeCommandOutput,
|
|
149
|
-
} from "../commands/UpdateComponentTypeCommand";
|
|
150
|
-
import {
|
|
151
|
-
UpdateEntityCommandInput,
|
|
152
|
-
UpdateEntityCommandOutput,
|
|
153
|
-
} from "../commands/UpdateEntityCommand";
|
|
154
|
-
import {
|
|
155
|
-
UpdatePricingPlanCommandInput,
|
|
156
|
-
UpdatePricingPlanCommandOutput,
|
|
157
|
-
} from "../commands/UpdatePricingPlanCommand";
|
|
158
|
-
import {
|
|
159
|
-
UpdateSceneCommandInput,
|
|
160
|
-
UpdateSceneCommandOutput,
|
|
161
|
-
} from "../commands/UpdateSceneCommand";
|
|
162
|
-
import {
|
|
163
|
-
UpdateWorkspaceCommandInput,
|
|
164
|
-
UpdateWorkspaceCommandOutput,
|
|
165
|
-
} from "../commands/UpdateWorkspaceCommand";
|
|
166
|
-
export declare const se_BatchPutPropertyValuesCommand: (
|
|
167
|
-
input: BatchPutPropertyValuesCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_CancelMetadataTransferJobCommand: (
|
|
171
|
-
input: CancelMetadataTransferJobCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_CreateComponentTypeCommand: (
|
|
175
|
-
input: CreateComponentTypeCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_CreateEntityCommand: (
|
|
179
|
-
input: CreateEntityCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_CreateMetadataTransferJobCommand: (
|
|
183
|
-
input: CreateMetadataTransferJobCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_CreateSceneCommand: (
|
|
187
|
-
input: CreateSceneCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_CreateSyncJobCommand: (
|
|
191
|
-
input: CreateSyncJobCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_CreateWorkspaceCommand: (
|
|
195
|
-
input: CreateWorkspaceCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_DeleteComponentTypeCommand: (
|
|
199
|
-
input: DeleteComponentTypeCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_DeleteEntityCommand: (
|
|
203
|
-
input: DeleteEntityCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_DeleteSceneCommand: (
|
|
207
|
-
input: DeleteSceneCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_DeleteSyncJobCommand: (
|
|
211
|
-
input: DeleteSyncJobCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_DeleteWorkspaceCommand: (
|
|
215
|
-
input: DeleteWorkspaceCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_ExecuteQueryCommand: (
|
|
219
|
-
input: ExecuteQueryCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_GetComponentTypeCommand: (
|
|
223
|
-
input: GetComponentTypeCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_GetEntityCommand: (
|
|
227
|
-
input: GetEntityCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_GetMetadataTransferJobCommand: (
|
|
231
|
-
input: GetMetadataTransferJobCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_GetPricingPlanCommand: (
|
|
235
|
-
input: GetPricingPlanCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_GetPropertyValueCommand: (
|
|
239
|
-
input: GetPropertyValueCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_GetPropertyValueHistoryCommand: (
|
|
243
|
-
input: GetPropertyValueHistoryCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_GetSceneCommand: (
|
|
247
|
-
input: GetSceneCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_GetSyncJobCommand: (
|
|
251
|
-
input: GetSyncJobCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_GetWorkspaceCommand: (
|
|
255
|
-
input: GetWorkspaceCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_ListComponentsCommand: (
|
|
259
|
-
input: ListComponentsCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_ListComponentTypesCommand: (
|
|
263
|
-
input: ListComponentTypesCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_ListEntitiesCommand: (
|
|
267
|
-
input: ListEntitiesCommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_ListMetadataTransferJobsCommand: (
|
|
271
|
-
input: ListMetadataTransferJobsCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_ListPropertiesCommand: (
|
|
275
|
-
input: ListPropertiesCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_ListScenesCommand: (
|
|
279
|
-
input: ListScenesCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_ListSyncJobsCommand: (
|
|
283
|
-
input: ListSyncJobsCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_ListSyncResourcesCommand: (
|
|
287
|
-
input: ListSyncResourcesCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
291
|
-
input: ListTagsForResourceCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_ListWorkspacesCommand: (
|
|
295
|
-
input: ListWorkspacesCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_TagResourceCommand: (
|
|
299
|
-
input: TagResourceCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_UntagResourceCommand: (
|
|
303
|
-
input: UntagResourceCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_UpdateComponentTypeCommand: (
|
|
307
|
-
input: UpdateComponentTypeCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_UpdateEntityCommand: (
|
|
311
|
-
input: UpdateEntityCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_UpdatePricingPlanCommand: (
|
|
315
|
-
input: UpdatePricingPlanCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_UpdateSceneCommand: (
|
|
319
|
-
input: UpdateSceneCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_UpdateWorkspaceCommand: (
|
|
323
|
-
input: UpdateWorkspaceCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const de_BatchPutPropertyValuesCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<BatchPutPropertyValuesCommandOutput>;
|
|
330
|
-
export declare const de_CancelMetadataTransferJobCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<CancelMetadataTransferJobCommandOutput>;
|
|
334
|
-
export declare const de_CreateComponentTypeCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<CreateComponentTypeCommandOutput>;
|
|
338
|
-
export declare const de_CreateEntityCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<CreateEntityCommandOutput>;
|
|
342
|
-
export declare const de_CreateMetadataTransferJobCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<CreateMetadataTransferJobCommandOutput>;
|
|
346
|
-
export declare const de_CreateSceneCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<CreateSceneCommandOutput>;
|
|
350
|
-
export declare const de_CreateSyncJobCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<CreateSyncJobCommandOutput>;
|
|
354
|
-
export declare const de_CreateWorkspaceCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<CreateWorkspaceCommandOutput>;
|
|
358
|
-
export declare const de_DeleteComponentTypeCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<DeleteComponentTypeCommandOutput>;
|
|
362
|
-
export declare const de_DeleteEntityCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<DeleteEntityCommandOutput>;
|
|
366
|
-
export declare const de_DeleteSceneCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<DeleteSceneCommandOutput>;
|
|
370
|
-
export declare const de_DeleteSyncJobCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<DeleteSyncJobCommandOutput>;
|
|
374
|
-
export declare const de_DeleteWorkspaceCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<DeleteWorkspaceCommandOutput>;
|
|
378
|
-
export declare const de_ExecuteQueryCommand: (
|
|
379
|
-
output: __HttpResponse,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<ExecuteQueryCommandOutput>;
|
|
382
|
-
export declare const de_GetComponentTypeCommand: (
|
|
383
|
-
output: __HttpResponse,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<GetComponentTypeCommandOutput>;
|
|
386
|
-
export declare const de_GetEntityCommand: (
|
|
387
|
-
output: __HttpResponse,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<GetEntityCommandOutput>;
|
|
390
|
-
export declare const de_GetMetadataTransferJobCommand: (
|
|
391
|
-
output: __HttpResponse,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<GetMetadataTransferJobCommandOutput>;
|
|
394
|
-
export declare const de_GetPricingPlanCommand: (
|
|
395
|
-
output: __HttpResponse,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<GetPricingPlanCommandOutput>;
|
|
398
|
-
export declare const de_GetPropertyValueCommand: (
|
|
399
|
-
output: __HttpResponse,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<GetPropertyValueCommandOutput>;
|
|
402
|
-
export declare const de_GetPropertyValueHistoryCommand: (
|
|
403
|
-
output: __HttpResponse,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<GetPropertyValueHistoryCommandOutput>;
|
|
406
|
-
export declare const de_GetSceneCommand: (
|
|
407
|
-
output: __HttpResponse,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<GetSceneCommandOutput>;
|
|
410
|
-
export declare const de_GetSyncJobCommand: (
|
|
411
|
-
output: __HttpResponse,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<GetSyncJobCommandOutput>;
|
|
414
|
-
export declare const de_GetWorkspaceCommand: (
|
|
415
|
-
output: __HttpResponse,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<GetWorkspaceCommandOutput>;
|
|
418
|
-
export declare const de_ListComponentsCommand: (
|
|
419
|
-
output: __HttpResponse,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<ListComponentsCommandOutput>;
|
|
422
|
-
export declare const de_ListComponentTypesCommand: (
|
|
423
|
-
output: __HttpResponse,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<ListComponentTypesCommandOutput>;
|
|
426
|
-
export declare const de_ListEntitiesCommand: (
|
|
427
|
-
output: __HttpResponse,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<ListEntitiesCommandOutput>;
|
|
430
|
-
export declare const de_ListMetadataTransferJobsCommand: (
|
|
431
|
-
output: __HttpResponse,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<ListMetadataTransferJobsCommandOutput>;
|
|
434
|
-
export declare const de_ListPropertiesCommand: (
|
|
435
|
-
output: __HttpResponse,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<ListPropertiesCommandOutput>;
|
|
438
|
-
export declare const de_ListScenesCommand: (
|
|
439
|
-
output: __HttpResponse,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<ListScenesCommandOutput>;
|
|
442
|
-
export declare const de_ListSyncJobsCommand: (
|
|
443
|
-
output: __HttpResponse,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<ListSyncJobsCommandOutput>;
|
|
446
|
-
export declare const de_ListSyncResourcesCommand: (
|
|
447
|
-
output: __HttpResponse,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<ListSyncResourcesCommandOutput>;
|
|
450
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
451
|
-
output: __HttpResponse,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
454
|
-
export declare const de_ListWorkspacesCommand: (
|
|
455
|
-
output: __HttpResponse,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<ListWorkspacesCommandOutput>;
|
|
458
|
-
export declare const de_TagResourceCommand: (
|
|
459
|
-
output: __HttpResponse,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<TagResourceCommandOutput>;
|
|
462
|
-
export declare const de_UntagResourceCommand: (
|
|
463
|
-
output: __HttpResponse,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
466
|
-
export declare const de_UpdateComponentTypeCommand: (
|
|
467
|
-
output: __HttpResponse,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<UpdateComponentTypeCommandOutput>;
|
|
470
|
-
export declare const de_UpdateEntityCommand: (
|
|
471
|
-
output: __HttpResponse,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<UpdateEntityCommandOutput>;
|
|
474
|
-
export declare const de_UpdatePricingPlanCommand: (
|
|
475
|
-
output: __HttpResponse,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<UpdatePricingPlanCommandOutput>;
|
|
478
|
-
export declare const de_UpdateSceneCommand: (
|
|
479
|
-
output: __HttpResponse,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<UpdateSceneCommandOutput>;
|
|
482
|
-
export declare const de_UpdateWorkspaceCommand: (
|
|
483
|
-
output: __HttpResponse,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<UpdateWorkspaceCommandOutput>;
|