@aws-sdk/client-iotthingsgraph 3.926.0 → 3.928.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 (56) hide show
  1. package/dist-cjs/index.js +1005 -1318
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/IoTThingsGraphClient.js +2 -0
  4. package/dist-es/commands/AssociateEntityToThingCommand.js +3 -9
  5. package/dist-es/commands/CreateFlowTemplateCommand.js +3 -9
  6. package/dist-es/commands/CreateSystemInstanceCommand.js +3 -9
  7. package/dist-es/commands/CreateSystemTemplateCommand.js +3 -9
  8. package/dist-es/commands/DeleteFlowTemplateCommand.js +3 -9
  9. package/dist-es/commands/DeleteNamespaceCommand.js +3 -9
  10. package/dist-es/commands/DeleteSystemInstanceCommand.js +3 -9
  11. package/dist-es/commands/DeleteSystemTemplateCommand.js +3 -9
  12. package/dist-es/commands/DeploySystemInstanceCommand.js +3 -9
  13. package/dist-es/commands/DeprecateFlowTemplateCommand.js +3 -9
  14. package/dist-es/commands/DeprecateSystemTemplateCommand.js +3 -9
  15. package/dist-es/commands/DescribeNamespaceCommand.js +3 -9
  16. package/dist-es/commands/DissociateEntityFromThingCommand.js +3 -9
  17. package/dist-es/commands/GetEntitiesCommand.js +3 -9
  18. package/dist-es/commands/GetFlowTemplateCommand.js +3 -9
  19. package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +3 -9
  20. package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +3 -9
  21. package/dist-es/commands/GetSystemInstanceCommand.js +3 -9
  22. package/dist-es/commands/GetSystemTemplateCommand.js +3 -9
  23. package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +3 -9
  24. package/dist-es/commands/GetUploadStatusCommand.js +3 -9
  25. package/dist-es/commands/ListFlowExecutionMessagesCommand.js +3 -9
  26. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  27. package/dist-es/commands/SearchEntitiesCommand.js +3 -9
  28. package/dist-es/commands/SearchFlowExecutionsCommand.js +3 -9
  29. package/dist-es/commands/SearchFlowTemplatesCommand.js +3 -9
  30. package/dist-es/commands/SearchSystemInstancesCommand.js +3 -9
  31. package/dist-es/commands/SearchSystemTemplatesCommand.js +3 -9
  32. package/dist-es/commands/SearchThingsCommand.js +3 -9
  33. package/dist-es/commands/TagResourceCommand.js +3 -9
  34. package/dist-es/commands/UndeploySystemInstanceCommand.js +3 -9
  35. package/dist-es/commands/UntagResourceCommand.js +3 -9
  36. package/dist-es/commands/UpdateFlowTemplateCommand.js +3 -9
  37. package/dist-es/commands/UpdateSystemTemplateCommand.js +3 -9
  38. package/dist-es/commands/UploadEntityDefinitionsCommand.js +3 -9
  39. package/dist-es/runtimeConfig.shared.js +7 -0
  40. package/dist-es/schemas/schemas_0.js +921 -0
  41. package/dist-types/IoTThingsGraphClient.d.ts +10 -1
  42. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  43. package/dist-types/runtimeConfig.d.ts +1 -0
  44. package/dist-types/runtimeConfig.native.d.ts +1 -0
  45. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  46. package/dist-types/schemas/schemas_0.d.ts +154 -0
  47. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +159 -0
  53. package/package.json +5 -5
  54. package/dist-es/protocols/Aws_json1_1.js +0 -1056
  55. package/dist-types/protocols/Aws_json1_1.d.ts +0 -317
  56. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -425
@@ -1,425 +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
- AssociateEntityToThingCommandInput,
8
- AssociateEntityToThingCommandOutput,
9
- } from "../commands/AssociateEntityToThingCommand";
10
- import {
11
- CreateFlowTemplateCommandInput,
12
- CreateFlowTemplateCommandOutput,
13
- } from "../commands/CreateFlowTemplateCommand";
14
- import {
15
- CreateSystemInstanceCommandInput,
16
- CreateSystemInstanceCommandOutput,
17
- } from "../commands/CreateSystemInstanceCommand";
18
- import {
19
- CreateSystemTemplateCommandInput,
20
- CreateSystemTemplateCommandOutput,
21
- } from "../commands/CreateSystemTemplateCommand";
22
- import {
23
- DeleteFlowTemplateCommandInput,
24
- DeleteFlowTemplateCommandOutput,
25
- } from "../commands/DeleteFlowTemplateCommand";
26
- import {
27
- DeleteNamespaceCommandInput,
28
- DeleteNamespaceCommandOutput,
29
- } from "../commands/DeleteNamespaceCommand";
30
- import {
31
- DeleteSystemInstanceCommandInput,
32
- DeleteSystemInstanceCommandOutput,
33
- } from "../commands/DeleteSystemInstanceCommand";
34
- import {
35
- DeleteSystemTemplateCommandInput,
36
- DeleteSystemTemplateCommandOutput,
37
- } from "../commands/DeleteSystemTemplateCommand";
38
- import {
39
- DeploySystemInstanceCommandInput,
40
- DeploySystemInstanceCommandOutput,
41
- } from "../commands/DeploySystemInstanceCommand";
42
- import {
43
- DeprecateFlowTemplateCommandInput,
44
- DeprecateFlowTemplateCommandOutput,
45
- } from "../commands/DeprecateFlowTemplateCommand";
46
- import {
47
- DeprecateSystemTemplateCommandInput,
48
- DeprecateSystemTemplateCommandOutput,
49
- } from "../commands/DeprecateSystemTemplateCommand";
50
- import {
51
- DescribeNamespaceCommandInput,
52
- DescribeNamespaceCommandOutput,
53
- } from "../commands/DescribeNamespaceCommand";
54
- import {
55
- DissociateEntityFromThingCommandInput,
56
- DissociateEntityFromThingCommandOutput,
57
- } from "../commands/DissociateEntityFromThingCommand";
58
- import {
59
- GetEntitiesCommandInput,
60
- GetEntitiesCommandOutput,
61
- } from "../commands/GetEntitiesCommand";
62
- import {
63
- GetFlowTemplateCommandInput,
64
- GetFlowTemplateCommandOutput,
65
- } from "../commands/GetFlowTemplateCommand";
66
- import {
67
- GetFlowTemplateRevisionsCommandInput,
68
- GetFlowTemplateRevisionsCommandOutput,
69
- } from "../commands/GetFlowTemplateRevisionsCommand";
70
- import {
71
- GetNamespaceDeletionStatusCommandInput,
72
- GetNamespaceDeletionStatusCommandOutput,
73
- } from "../commands/GetNamespaceDeletionStatusCommand";
74
- import {
75
- GetSystemInstanceCommandInput,
76
- GetSystemInstanceCommandOutput,
77
- } from "../commands/GetSystemInstanceCommand";
78
- import {
79
- GetSystemTemplateCommandInput,
80
- GetSystemTemplateCommandOutput,
81
- } from "../commands/GetSystemTemplateCommand";
82
- import {
83
- GetSystemTemplateRevisionsCommandInput,
84
- GetSystemTemplateRevisionsCommandOutput,
85
- } from "../commands/GetSystemTemplateRevisionsCommand";
86
- import {
87
- GetUploadStatusCommandInput,
88
- GetUploadStatusCommandOutput,
89
- } from "../commands/GetUploadStatusCommand";
90
- import {
91
- ListFlowExecutionMessagesCommandInput,
92
- ListFlowExecutionMessagesCommandOutput,
93
- } from "../commands/ListFlowExecutionMessagesCommand";
94
- import {
95
- ListTagsForResourceCommandInput,
96
- ListTagsForResourceCommandOutput,
97
- } from "../commands/ListTagsForResourceCommand";
98
- import {
99
- SearchEntitiesCommandInput,
100
- SearchEntitiesCommandOutput,
101
- } from "../commands/SearchEntitiesCommand";
102
- import {
103
- SearchFlowExecutionsCommandInput,
104
- SearchFlowExecutionsCommandOutput,
105
- } from "../commands/SearchFlowExecutionsCommand";
106
- import {
107
- SearchFlowTemplatesCommandInput,
108
- SearchFlowTemplatesCommandOutput,
109
- } from "../commands/SearchFlowTemplatesCommand";
110
- import {
111
- SearchSystemInstancesCommandInput,
112
- SearchSystemInstancesCommandOutput,
113
- } from "../commands/SearchSystemInstancesCommand";
114
- import {
115
- SearchSystemTemplatesCommandInput,
116
- SearchSystemTemplatesCommandOutput,
117
- } from "../commands/SearchSystemTemplatesCommand";
118
- import {
119
- SearchThingsCommandInput,
120
- SearchThingsCommandOutput,
121
- } from "../commands/SearchThingsCommand";
122
- import {
123
- TagResourceCommandInput,
124
- TagResourceCommandOutput,
125
- } from "../commands/TagResourceCommand";
126
- import {
127
- UndeploySystemInstanceCommandInput,
128
- UndeploySystemInstanceCommandOutput,
129
- } from "../commands/UndeploySystemInstanceCommand";
130
- import {
131
- UntagResourceCommandInput,
132
- UntagResourceCommandOutput,
133
- } from "../commands/UntagResourceCommand";
134
- import {
135
- UpdateFlowTemplateCommandInput,
136
- UpdateFlowTemplateCommandOutput,
137
- } from "../commands/UpdateFlowTemplateCommand";
138
- import {
139
- UpdateSystemTemplateCommandInput,
140
- UpdateSystemTemplateCommandOutput,
141
- } from "../commands/UpdateSystemTemplateCommand";
142
- import {
143
- UploadEntityDefinitionsCommandInput,
144
- UploadEntityDefinitionsCommandOutput,
145
- } from "../commands/UploadEntityDefinitionsCommand";
146
- export declare const se_AssociateEntityToThingCommand: (
147
- input: AssociateEntityToThingCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_CreateFlowTemplateCommand: (
151
- input: CreateFlowTemplateCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_CreateSystemInstanceCommand: (
155
- input: CreateSystemInstanceCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreateSystemTemplateCommand: (
159
- input: CreateSystemTemplateCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DeleteFlowTemplateCommand: (
163
- input: DeleteFlowTemplateCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DeleteNamespaceCommand: (
167
- input: DeleteNamespaceCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeleteSystemInstanceCommand: (
171
- input: DeleteSystemInstanceCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DeleteSystemTemplateCommand: (
175
- input: DeleteSystemTemplateCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeploySystemInstanceCommand: (
179
- input: DeploySystemInstanceCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeprecateFlowTemplateCommand: (
183
- input: DeprecateFlowTemplateCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeprecateSystemTemplateCommand: (
187
- input: DeprecateSystemTemplateCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DescribeNamespaceCommand: (
191
- input: DescribeNamespaceCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DissociateEntityFromThingCommand: (
195
- input: DissociateEntityFromThingCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetEntitiesCommand: (
199
- input: GetEntitiesCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GetFlowTemplateCommand: (
203
- input: GetFlowTemplateCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetFlowTemplateRevisionsCommand: (
207
- input: GetFlowTemplateRevisionsCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetNamespaceDeletionStatusCommand: (
211
- input: GetNamespaceDeletionStatusCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetSystemInstanceCommand: (
215
- input: GetSystemInstanceCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetSystemTemplateCommand: (
219
- input: GetSystemTemplateCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetSystemTemplateRevisionsCommand: (
223
- input: GetSystemTemplateRevisionsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetUploadStatusCommand: (
227
- input: GetUploadStatusCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListFlowExecutionMessagesCommand: (
231
- input: ListFlowExecutionMessagesCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListTagsForResourceCommand: (
235
- input: ListTagsForResourceCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_SearchEntitiesCommand: (
239
- input: SearchEntitiesCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_SearchFlowExecutionsCommand: (
243
- input: SearchFlowExecutionsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_SearchFlowTemplatesCommand: (
247
- input: SearchFlowTemplatesCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_SearchSystemInstancesCommand: (
251
- input: SearchSystemInstancesCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_SearchSystemTemplatesCommand: (
255
- input: SearchSystemTemplatesCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_SearchThingsCommand: (
259
- input: SearchThingsCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_TagResourceCommand: (
263
- input: TagResourceCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_UndeploySystemInstanceCommand: (
267
- input: UndeploySystemInstanceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_UntagResourceCommand: (
271
- input: UntagResourceCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_UpdateFlowTemplateCommand: (
275
- input: UpdateFlowTemplateCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_UpdateSystemTemplateCommand: (
279
- input: UpdateSystemTemplateCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_UploadEntityDefinitionsCommand: (
283
- input: UploadEntityDefinitionsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const de_AssociateEntityToThingCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<AssociateEntityToThingCommandOutput>;
290
- export declare const de_CreateFlowTemplateCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<CreateFlowTemplateCommandOutput>;
294
- export declare const de_CreateSystemInstanceCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<CreateSystemInstanceCommandOutput>;
298
- export declare const de_CreateSystemTemplateCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<CreateSystemTemplateCommandOutput>;
302
- export declare const de_DeleteFlowTemplateCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<DeleteFlowTemplateCommandOutput>;
306
- export declare const de_DeleteNamespaceCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<DeleteNamespaceCommandOutput>;
310
- export declare const de_DeleteSystemInstanceCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<DeleteSystemInstanceCommandOutput>;
314
- export declare const de_DeleteSystemTemplateCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<DeleteSystemTemplateCommandOutput>;
318
- export declare const de_DeploySystemInstanceCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DeploySystemInstanceCommandOutput>;
322
- export declare const de_DeprecateFlowTemplateCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<DeprecateFlowTemplateCommandOutput>;
326
- export declare const de_DeprecateSystemTemplateCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DeprecateSystemTemplateCommandOutput>;
330
- export declare const de_DescribeNamespaceCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DescribeNamespaceCommandOutput>;
334
- export declare const de_DissociateEntityFromThingCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DissociateEntityFromThingCommandOutput>;
338
- export declare const de_GetEntitiesCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<GetEntitiesCommandOutput>;
342
- export declare const de_GetFlowTemplateCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<GetFlowTemplateCommandOutput>;
346
- export declare const de_GetFlowTemplateRevisionsCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<GetFlowTemplateRevisionsCommandOutput>;
350
- export declare const de_GetNamespaceDeletionStatusCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<GetNamespaceDeletionStatusCommandOutput>;
354
- export declare const de_GetSystemInstanceCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<GetSystemInstanceCommandOutput>;
358
- export declare const de_GetSystemTemplateCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<GetSystemTemplateCommandOutput>;
362
- export declare const de_GetSystemTemplateRevisionsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<GetSystemTemplateRevisionsCommandOutput>;
366
- export declare const de_GetUploadStatusCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<GetUploadStatusCommandOutput>;
370
- export declare const de_ListFlowExecutionMessagesCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<ListFlowExecutionMessagesCommandOutput>;
374
- export declare const de_ListTagsForResourceCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListTagsForResourceCommandOutput>;
378
- export declare const de_SearchEntitiesCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<SearchEntitiesCommandOutput>;
382
- export declare const de_SearchFlowExecutionsCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<SearchFlowExecutionsCommandOutput>;
386
- export declare const de_SearchFlowTemplatesCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<SearchFlowTemplatesCommandOutput>;
390
- export declare const de_SearchSystemInstancesCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<SearchSystemInstancesCommandOutput>;
394
- export declare const de_SearchSystemTemplatesCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<SearchSystemTemplatesCommandOutput>;
398
- export declare const de_SearchThingsCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<SearchThingsCommandOutput>;
402
- export declare const de_TagResourceCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<TagResourceCommandOutput>;
406
- export declare const de_UndeploySystemInstanceCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<UndeploySystemInstanceCommandOutput>;
410
- export declare const de_UntagResourceCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<UntagResourceCommandOutput>;
414
- export declare const de_UpdateFlowTemplateCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<UpdateFlowTemplateCommandOutput>;
418
- export declare const de_UpdateSystemTemplateCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<UpdateSystemTemplateCommandOutput>;
422
- export declare const de_UploadEntityDefinitionsCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<UploadEntityDefinitionsCommandOutput>;