@aws-sdk/client-iotthingsgraph 3.952.0 → 3.953.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 (55) hide show
  1. package/dist-cjs/index.js +451 -299
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AssociateEntityToThingCommand.js +2 -2
  4. package/dist-es/commands/CreateFlowTemplateCommand.js +2 -2
  5. package/dist-es/commands/CreateSystemInstanceCommand.js +2 -2
  6. package/dist-es/commands/CreateSystemTemplateCommand.js +2 -2
  7. package/dist-es/commands/DeleteFlowTemplateCommand.js +2 -2
  8. package/dist-es/commands/DeleteNamespaceCommand.js +2 -2
  9. package/dist-es/commands/DeleteSystemInstanceCommand.js +2 -2
  10. package/dist-es/commands/DeleteSystemTemplateCommand.js +2 -2
  11. package/dist-es/commands/DeploySystemInstanceCommand.js +2 -2
  12. package/dist-es/commands/DeprecateFlowTemplateCommand.js +2 -2
  13. package/dist-es/commands/DeprecateSystemTemplateCommand.js +2 -2
  14. package/dist-es/commands/DescribeNamespaceCommand.js +2 -2
  15. package/dist-es/commands/DissociateEntityFromThingCommand.js +2 -2
  16. package/dist-es/commands/GetEntitiesCommand.js +2 -2
  17. package/dist-es/commands/GetFlowTemplateCommand.js +2 -2
  18. package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +2 -2
  19. package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +2 -2
  20. package/dist-es/commands/GetSystemInstanceCommand.js +2 -2
  21. package/dist-es/commands/GetSystemTemplateCommand.js +2 -2
  22. package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +2 -2
  23. package/dist-es/commands/GetUploadStatusCommand.js +2 -2
  24. package/dist-es/commands/ListFlowExecutionMessagesCommand.js +2 -2
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-es/commands/SearchEntitiesCommand.js +2 -2
  27. package/dist-es/commands/SearchFlowExecutionsCommand.js +2 -2
  28. package/dist-es/commands/SearchFlowTemplatesCommand.js +2 -2
  29. package/dist-es/commands/SearchSystemInstancesCommand.js +2 -2
  30. package/dist-es/commands/SearchSystemTemplatesCommand.js +2 -2
  31. package/dist-es/commands/SearchThingsCommand.js +2 -2
  32. package/dist-es/commands/TagResourceCommand.js +2 -2
  33. package/dist-es/commands/UndeploySystemInstanceCommand.js +2 -2
  34. package/dist-es/commands/UntagResourceCommand.js +2 -2
  35. package/dist-es/commands/UpdateFlowTemplateCommand.js +2 -2
  36. package/dist-es/commands/UpdateSystemTemplateCommand.js +2 -2
  37. package/dist-es/commands/UploadEntityDefinitionsCommand.js +2 -2
  38. package/dist-es/index.js +1 -0
  39. package/dist-es/runtimeConfig.shared.js +6 -6
  40. package/dist-es/schemas/schemas_0.js +268 -247
  41. package/dist-types/IoTThingsGraphClient.d.ts +1 -10
  42. package/dist-types/index.d.ts +1 -0
  43. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  44. package/dist-types/runtimeConfig.d.ts +6 -2
  45. package/dist-types/runtimeConfig.native.d.ts +6 -2
  46. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  47. package/dist-types/schemas/schemas_0.d.ts +132 -153
  48. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +0 -4
  49. package/dist-types/ts3.4/index.d.ts +1 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +131 -153
  55. package/package.json +34 -34
@@ -216,76 +216,76 @@ const _vDR = "validatedDependencyRevisions";
216
216
  const _vNV = "validatedNamespaceVersion";
217
217
  const n0 = "com.amazonaws.iotthingsgraph";
218
218
  import { TypeRegistry } from "@smithy/core/schema";
219
- import { InternalFailureException as __InternalFailureException, InvalidRequestException as __InvalidRequestException, LimitExceededException as __LimitExceededException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, } from "../models/errors";
220
- import { IoTThingsGraphServiceException as __IoTThingsGraphServiceException } from "../models/IoTThingsGraphServiceException";
221
- export var AssociateEntityToThingRequest = [3, n0, _AETTR, 0, [_tN, _eI, _nV], [0, 0, 1]];
222
- export var AssociateEntityToThingResponse = [3, n0, _AETTRs, 0, [], []];
223
- export var CreateFlowTemplateRequest = [
219
+ import { InternalFailureException, InvalidRequestException, LimitExceededException, ResourceAlreadyExistsException, ResourceInUseException, ResourceNotFoundException, ThrottlingException, } from "../models/errors";
220
+ import { IoTThingsGraphServiceException } from "../models/IoTThingsGraphServiceException";
221
+ export var AssociateEntityToThingRequest$ = [3, n0, _AETTR, 0, [_tN, _eI, _nV], [0, 0, 1]];
222
+ export var AssociateEntityToThingResponse$ = [3, n0, _AETTRs, 0, [], []];
223
+ export var CreateFlowTemplateRequest$ = [
224
224
  3,
225
225
  n0,
226
226
  _CFTR,
227
227
  0,
228
228
  [_d, _cNV],
229
- [() => DefinitionDocument, 1],
229
+ [() => DefinitionDocument$, 1],
230
230
  ];
231
- export var CreateFlowTemplateResponse = [3, n0, _CFTRr, 0, [_s], [() => FlowTemplateSummary]];
232
- export var CreateSystemInstanceRequest = [
231
+ export var CreateFlowTemplateResponse$ = [3, n0, _CFTRr, 0, [_s], [() => FlowTemplateSummary$]];
232
+ export var CreateSystemInstanceRequest$ = [
233
233
  3,
234
234
  n0,
235
235
  _CSIR,
236
236
  0,
237
237
  [_t, _d, _ta, _gGN, _sBN, _mC, _fARA],
238
- [() => TagList, () => DefinitionDocument, 0, 0, 0, () => MetricsConfiguration, 0],
238
+ [() => TagList, () => DefinitionDocument$, 0, 0, 0, () => MetricsConfiguration$, 0],
239
239
  ];
240
- export var CreateSystemInstanceResponse = [
240
+ export var CreateSystemInstanceResponse$ = [
241
241
  3,
242
242
  n0,
243
243
  _CSIRr,
244
244
  0,
245
245
  [_s],
246
- [() => SystemInstanceSummary],
246
+ [() => SystemInstanceSummary$],
247
247
  ];
248
- export var CreateSystemTemplateRequest = [
248
+ export var CreateSystemTemplateRequest$ = [
249
249
  3,
250
250
  n0,
251
251
  _CSTR,
252
252
  0,
253
253
  [_d, _cNV],
254
- [() => DefinitionDocument, 1],
254
+ [() => DefinitionDocument$, 1],
255
255
  ];
256
- export var CreateSystemTemplateResponse = [
256
+ export var CreateSystemTemplateResponse$ = [
257
257
  3,
258
258
  n0,
259
259
  _CSTRr,
260
260
  0,
261
261
  [_s],
262
- [() => SystemTemplateSummary],
263
- ];
264
- export var DefinitionDocument = [3, n0, _DD, 0, [_l, _te], [0, 0]];
265
- export var DeleteFlowTemplateRequest = [3, n0, _DFTR, 0, [_i], [0]];
266
- export var DeleteFlowTemplateResponse = [3, n0, _DFTRe, 0, [], []];
267
- export var DeleteNamespaceRequest = [3, n0, _DNR, 0, [], []];
268
- export var DeleteNamespaceResponse = [3, n0, _DNRe, 0, [_nA, _nN], [0, 0]];
269
- export var DeleteSystemInstanceRequest = [3, n0, _DSIR, 0, [_i], [0]];
270
- export var DeleteSystemInstanceResponse = [3, n0, _DSIRe, 0, [], []];
271
- export var DeleteSystemTemplateRequest = [3, n0, _DSTR, 0, [_i], [0]];
272
- export var DeleteSystemTemplateResponse = [3, n0, _DSTRe, 0, [], []];
273
- export var DependencyRevision = [3, n0, _DR, 0, [_i, _rN], [0, 1]];
274
- export var DeploySystemInstanceRequest = [3, n0, _DSIRep, 0, [_i], [0]];
275
- export var DeploySystemInstanceResponse = [
262
+ [() => SystemTemplateSummary$],
263
+ ];
264
+ export var DefinitionDocument$ = [3, n0, _DD, 0, [_l, _te], [0, 0]];
265
+ export var DeleteFlowTemplateRequest$ = [3, n0, _DFTR, 0, [_i], [0]];
266
+ export var DeleteFlowTemplateResponse$ = [3, n0, _DFTRe, 0, [], []];
267
+ export var DeleteNamespaceRequest$ = [3, n0, _DNR, 0, [], []];
268
+ export var DeleteNamespaceResponse$ = [3, n0, _DNRe, 0, [_nA, _nN], [0, 0]];
269
+ export var DeleteSystemInstanceRequest$ = [3, n0, _DSIR, 0, [_i], [0]];
270
+ export var DeleteSystemInstanceResponse$ = [3, n0, _DSIRe, 0, [], []];
271
+ export var DeleteSystemTemplateRequest$ = [3, n0, _DSTR, 0, [_i], [0]];
272
+ export var DeleteSystemTemplateResponse$ = [3, n0, _DSTRe, 0, [], []];
273
+ export var DependencyRevision$ = [3, n0, _DR, 0, [_i, _rN], [0, 1]];
274
+ export var DeploySystemInstanceRequest$ = [3, n0, _DSIRep, 0, [_i], [0]];
275
+ export var DeploySystemInstanceResponse$ = [
276
276
  3,
277
277
  n0,
278
278
  _DSIRepl,
279
279
  0,
280
280
  [_s, _gDI],
281
- [() => SystemInstanceSummary, 0],
281
+ [() => SystemInstanceSummary$, 0],
282
282
  ];
283
- export var DeprecateFlowTemplateRequest = [3, n0, _DFTRep, 0, [_i], [0]];
284
- export var DeprecateFlowTemplateResponse = [3, n0, _DFTRepr, 0, [], []];
285
- export var DeprecateSystemTemplateRequest = [3, n0, _DSTRep, 0, [_i], [0]];
286
- export var DeprecateSystemTemplateResponse = [3, n0, _DSTRepr, 0, [], []];
287
- export var DescribeNamespaceRequest = [3, n0, _DNRes, 0, [_nN], [0]];
288
- export var DescribeNamespaceResponse = [
283
+ export var DeprecateFlowTemplateRequest$ = [3, n0, _DFTRep, 0, [_i], [0]];
284
+ export var DeprecateFlowTemplateResponse$ = [3, n0, _DFTRepr, 0, [], []];
285
+ export var DeprecateSystemTemplateRequest$ = [3, n0, _DSTRep, 0, [_i], [0]];
286
+ export var DeprecateSystemTemplateResponse$ = [3, n0, _DSTRepr, 0, [], []];
287
+ export var DescribeNamespaceRequest$ = [3, n0, _DNRes, 0, [_nN], [0]];
288
+ export var DescribeNamespaceResponse$ = [
289
289
  3,
290
290
  n0,
291
291
  _DNResc,
@@ -293,19 +293,19 @@ export var DescribeNamespaceResponse = [
293
293
  [_nA, _nN, _tNN, _tNV, _nV],
294
294
  [0, 0, 0, 1, 1],
295
295
  ];
296
- export var DissociateEntityFromThingRequest = [3, n0, _DEFTR, 0, [_tN, _eT], [0, 0]];
297
- export var DissociateEntityFromThingResponse = [3, n0, _DEFTRi, 0, [], []];
298
- export var EntityDescription = [
296
+ export var DissociateEntityFromThingRequest$ = [3, n0, _DEFTR, 0, [_tN, _eT], [0, 0]];
297
+ export var DissociateEntityFromThingResponse$ = [3, n0, _DEFTRi, 0, [], []];
298
+ export var EntityDescription$ = [
299
299
  3,
300
300
  n0,
301
301
  _ED,
302
302
  0,
303
303
  [_i, _a, _ty, _cA, _d],
304
- [0, 0, 0, 4, () => DefinitionDocument],
304
+ [0, 0, 0, 4, () => DefinitionDocument$],
305
305
  ];
306
- export var EntityFilter = [3, n0, _EF, 0, [_n, _v], [0, 64 | 0]];
307
- export var FlowExecutionMessage = [3, n0, _FEM, 0, [_mI, _eTv, _ti, _p], [0, 0, 4, 0]];
308
- export var FlowExecutionSummary = [
306
+ export var EntityFilter$ = [3, n0, _EF, 0, [_n, _v], [0, 64 | 0]];
307
+ export var FlowExecutionMessage$ = [3, n0, _FEM, 0, [_mI, _eTv, _ti, _p], [0, 0, 4, 0]];
308
+ export var FlowExecutionSummary$ = [
309
309
  3,
310
310
  n0,
311
311
  _FES,
@@ -313,22 +313,29 @@ export var FlowExecutionSummary = [
313
313
  [_fEI, _st, _sII, _fTI, _cA, _uA],
314
314
  [0, 0, 0, 0, 4, 4],
315
315
  ];
316
- export var FlowTemplateDescription = [
316
+ export var FlowTemplateDescription$ = [
317
317
  3,
318
318
  n0,
319
319
  _FTD,
320
320
  0,
321
321
  [_s, _d, _vNV],
322
- [() => FlowTemplateSummary, () => DefinitionDocument, 1],
322
+ [() => FlowTemplateSummary$, () => DefinitionDocument$, 1],
323
323
  ];
324
- export var FlowTemplateFilter = [3, n0, _FTF, 0, [_n, _v], [0, 64 | 0]];
325
- export var FlowTemplateSummary = [3, n0, _FTS, 0, [_i, _a, _rN, _cA], [0, 0, 1, 4]];
326
- export var GetEntitiesRequest = [3, n0, _GER, 0, [_id, _nV], [64 | 0, 1]];
327
- export var GetEntitiesResponse = [3, n0, _GERe, 0, [_de], [() => EntityDescriptions]];
328
- export var GetFlowTemplateRequest = [3, n0, _GFTR, 0, [_i, _rN], [0, 1]];
329
- export var GetFlowTemplateResponse = [3, n0, _GFTRe, 0, [_des], [() => FlowTemplateDescription]];
330
- export var GetFlowTemplateRevisionsRequest = [3, n0, _GFTRR, 0, [_i, _nT, _mR], [0, 0, 1]];
331
- export var GetFlowTemplateRevisionsResponse = [
324
+ export var FlowTemplateFilter$ = [3, n0, _FTF, 0, [_n, _v], [0, 64 | 0]];
325
+ export var FlowTemplateSummary$ = [3, n0, _FTS, 0, [_i, _a, _rN, _cA], [0, 0, 1, 4]];
326
+ export var GetEntitiesRequest$ = [3, n0, _GER, 0, [_id, _nV], [64 | 0, 1]];
327
+ export var GetEntitiesResponse$ = [3, n0, _GERe, 0, [_de], [() => EntityDescriptions]];
328
+ export var GetFlowTemplateRequest$ = [3, n0, _GFTR, 0, [_i, _rN], [0, 1]];
329
+ export var GetFlowTemplateResponse$ = [
330
+ 3,
331
+ n0,
332
+ _GFTRe,
333
+ 0,
334
+ [_des],
335
+ [() => FlowTemplateDescription$],
336
+ ];
337
+ export var GetFlowTemplateRevisionsRequest$ = [3, n0, _GFTRR, 0, [_i, _nT, _mR], [0, 0, 1]];
338
+ export var GetFlowTemplateRevisionsResponse$ = [
332
339
  3,
333
340
  n0,
334
341
  _GFTRRe,
@@ -336,8 +343,8 @@ export var GetFlowTemplateRevisionsResponse = [
336
343
  [_su, _nT],
337
344
  [() => FlowTemplateSummaries, 0],
338
345
  ];
339
- export var GetNamespaceDeletionStatusRequest = [3, n0, _GNDSR, 0, [], []];
340
- export var GetNamespaceDeletionStatusResponse = [
346
+ export var GetNamespaceDeletionStatusRequest$ = [3, n0, _GNDSR, 0, [], []];
347
+ export var GetNamespaceDeletionStatusResponse$ = [
341
348
  3,
342
349
  n0,
343
350
  _GNDSRe,
@@ -345,26 +352,26 @@ export var GetNamespaceDeletionStatusResponse = [
345
352
  [_nA, _nN, _st, _eC, _eM],
346
353
  [0, 0, 0, 0, 0],
347
354
  ];
348
- export var GetSystemInstanceRequest = [3, n0, _GSIR, 0, [_i], [0]];
349
- export var GetSystemInstanceResponse = [
355
+ export var GetSystemInstanceRequest$ = [3, n0, _GSIR, 0, [_i], [0]];
356
+ export var GetSystemInstanceResponse$ = [
350
357
  3,
351
358
  n0,
352
359
  _GSIRe,
353
360
  0,
354
361
  [_des],
355
- [() => SystemInstanceDescription],
362
+ [() => SystemInstanceDescription$],
356
363
  ];
357
- export var GetSystemTemplateRequest = [3, n0, _GSTR, 0, [_i, _rN], [0, 1]];
358
- export var GetSystemTemplateResponse = [
364
+ export var GetSystemTemplateRequest$ = [3, n0, _GSTR, 0, [_i, _rN], [0, 1]];
365
+ export var GetSystemTemplateResponse$ = [
359
366
  3,
360
367
  n0,
361
368
  _GSTRe,
362
369
  0,
363
370
  [_des],
364
- [() => SystemTemplateDescription],
371
+ [() => SystemTemplateDescription$],
365
372
  ];
366
- export var GetSystemTemplateRevisionsRequest = [3, n0, _GSTRR, 0, [_i, _nT, _mR], [0, 0, 1]];
367
- export var GetSystemTemplateRevisionsResponse = [
373
+ export var GetSystemTemplateRevisionsRequest$ = [3, n0, _GSTRR, 0, [_i, _nT, _mR], [0, 0, 1]];
374
+ export var GetSystemTemplateRevisionsResponse$ = [
368
375
  3,
369
376
  n0,
370
377
  _GSTRRe,
@@ -372,8 +379,8 @@ export var GetSystemTemplateRevisionsResponse = [
372
379
  [_su, _nT],
373
380
  [() => SystemTemplateSummaries, 0],
374
381
  ];
375
- export var GetUploadStatusRequest = [3, n0, _GUSR, 0, [_uI], [0]];
376
- export var GetUploadStatusResponse = [
382
+ export var GetUploadStatusRequest$ = [3, n0, _GUSR, 0, [_uI], [0]];
383
+ export var GetUploadStatusResponse$ = [
377
384
  3,
378
385
  n0,
379
386
  _GUSRe,
@@ -381,14 +388,14 @@ export var GetUploadStatusResponse = [
381
388
  [_uI, _uS, _nA, _nN, _nV, _fR, _cD],
382
389
  [0, 0, 0, 0, 1, 64 | 0, 4],
383
390
  ];
384
- export var InternalFailureException = [-3, n0, _IFE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
385
- TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
386
- export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
387
- TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
388
- export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 410 }, [_m], [0]];
389
- TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
390
- export var ListFlowExecutionMessagesRequest = [3, n0, _LFEMR, 0, [_fEI, _nT, _mR], [0, 0, 1]];
391
- export var ListFlowExecutionMessagesResponse = [
391
+ export var InternalFailureException$ = [-3, n0, _IFE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
392
+ TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
393
+ export var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
394
+ TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
395
+ export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 410 }, [_m], [0]];
396
+ TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
397
+ export var ListFlowExecutionMessagesRequest$ = [3, n0, _LFEMR, 0, [_fEI, _nT, _mR], [0, 0, 1]];
398
+ export var ListFlowExecutionMessagesResponse$ = [
392
399
  3,
393
400
  n0,
394
401
  _LFEMRi,
@@ -396,16 +403,16 @@ export var ListFlowExecutionMessagesResponse = [
396
403
  [_me, _nT],
397
404
  [() => FlowExecutionMessages, 0],
398
405
  ];
399
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_mR, _rA, _nT], [1, 0, 0]];
400
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t, _nT], [() => TagList, 0]];
401
- export var MetricsConfiguration = [3, n0, _MC, 0, [_cME, _mRRA], [2, 0]];
402
- export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
403
- TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
404
- export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 412 }, [_m], [0]];
405
- TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
406
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
407
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
408
- export var SearchEntitiesRequest = [
406
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_mR, _rA, _nT], [1, 0, 0]];
407
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t, _nT], [() => TagList, 0]];
408
+ export var MetricsConfiguration$ = [3, n0, _MC, 0, [_cME, _mRRA], [2, 0]];
409
+ export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
410
+ TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
411
+ export var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 412 }, [_m], [0]];
412
+ TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
413
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
414
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
415
+ export var SearchEntitiesRequest$ = [
409
416
  3,
410
417
  n0,
411
418
  _SER,
@@ -413,8 +420,15 @@ export var SearchEntitiesRequest = [
413
420
  [_eTn, _f, _nT, _mR, _nV],
414
421
  [64 | 0, () => EntityFilters, 0, 1, 1],
415
422
  ];
416
- export var SearchEntitiesResponse = [3, n0, _SERe, 0, [_de, _nT], [() => EntityDescriptions, 0]];
417
- export var SearchFlowExecutionsRequest = [
423
+ export var SearchEntitiesResponse$ = [
424
+ 3,
425
+ n0,
426
+ _SERe,
427
+ 0,
428
+ [_de, _nT],
429
+ [() => EntityDescriptions, 0],
430
+ ];
431
+ export var SearchFlowExecutionsRequest$ = [
418
432
  3,
419
433
  n0,
420
434
  _SFER,
@@ -422,7 +436,7 @@ export var SearchFlowExecutionsRequest = [
422
436
  [_sII, _fEI, _sT, _eTnd, _nT, _mR],
423
437
  [0, 0, 4, 4, 0, 1],
424
438
  ];
425
- export var SearchFlowExecutionsResponse = [
439
+ export var SearchFlowExecutionsResponse$ = [
426
440
  3,
427
441
  n0,
428
442
  _SFERe,
@@ -430,7 +444,7 @@ export var SearchFlowExecutionsResponse = [
430
444
  [_su, _nT],
431
445
  [() => FlowExecutionSummaries, 0],
432
446
  ];
433
- export var SearchFlowTemplatesRequest = [
447
+ export var SearchFlowTemplatesRequest$ = [
434
448
  3,
435
449
  n0,
436
450
  _SFTR,
@@ -438,7 +452,7 @@ export var SearchFlowTemplatesRequest = [
438
452
  [_f, _nT, _mR],
439
453
  [() => FlowTemplateFilters, 0, 1],
440
454
  ];
441
- export var SearchFlowTemplatesResponse = [
455
+ export var SearchFlowTemplatesResponse$ = [
442
456
  3,
443
457
  n0,
444
458
  _SFTRe,
@@ -446,7 +460,7 @@ export var SearchFlowTemplatesResponse = [
446
460
  [_su, _nT],
447
461
  [() => FlowTemplateSummaries, 0],
448
462
  ];
449
- export var SearchSystemInstancesRequest = [
463
+ export var SearchSystemInstancesRequest$ = [
450
464
  3,
451
465
  n0,
452
466
  _SSIR,
@@ -454,7 +468,7 @@ export var SearchSystemInstancesRequest = [
454
468
  [_f, _nT, _mR],
455
469
  [() => SystemInstanceFilters, 0, 1],
456
470
  ];
457
- export var SearchSystemInstancesResponse = [
471
+ export var SearchSystemInstancesResponse$ = [
458
472
  3,
459
473
  n0,
460
474
  _SSIRe,
@@ -462,7 +476,7 @@ export var SearchSystemInstancesResponse = [
462
476
  [_su, _nT],
463
477
  [() => SystemInstanceSummaries, 0],
464
478
  ];
465
- export var SearchSystemTemplatesRequest = [
479
+ export var SearchSystemTemplatesRequest$ = [
466
480
  3,
467
481
  n0,
468
482
  _SSTR,
@@ -470,7 +484,7 @@ export var SearchSystemTemplatesRequest = [
470
484
  [_f, _nT, _mR],
471
485
  [() => SystemTemplateFilters, 0, 1],
472
486
  ];
473
- export var SearchSystemTemplatesResponse = [
487
+ export var SearchSystemTemplatesResponse$ = [
474
488
  3,
475
489
  n0,
476
490
  _SSTRe,
@@ -478,26 +492,26 @@ export var SearchSystemTemplatesResponse = [
478
492
  [_su, _nT],
479
493
  [() => SystemTemplateSummaries, 0],
480
494
  ];
481
- export var SearchThingsRequest = [3, n0, _STR, 0, [_eI, _nT, _mR, _nV], [0, 0, 1, 1]];
482
- export var SearchThingsResponse = [3, n0, _STRe, 0, [_th, _nT], [() => Things, 0]];
483
- export var SystemInstanceDescription = [
495
+ export var SearchThingsRequest$ = [3, n0, _STR, 0, [_eI, _nT, _mR, _nV], [0, 0, 1, 1]];
496
+ export var SearchThingsResponse$ = [3, n0, _STRe, 0, [_th, _nT], [() => Things, 0]];
497
+ export var SystemInstanceDescription$ = [
484
498
  3,
485
499
  n0,
486
500
  _SID,
487
501
  0,
488
502
  [_s, _d, _sBN, _mC, _vNV, _vDR, _fARA],
489
503
  [
490
- () => SystemInstanceSummary,
491
- () => DefinitionDocument,
504
+ () => SystemInstanceSummary$,
505
+ () => DefinitionDocument$,
492
506
  0,
493
- () => MetricsConfiguration,
507
+ () => MetricsConfiguration$,
494
508
  1,
495
509
  () => DependencyRevisions,
496
510
  0,
497
511
  ],
498
512
  ];
499
- export var SystemInstanceFilter = [3, n0, _SIF, 0, [_n, _v], [0, 64 | 0]];
500
- export var SystemInstanceSummary = [
513
+ export var SystemInstanceFilter$ = [3, n0, _SIF, 0, [_n, _v], [0, 64 | 0]];
514
+ export var SystemInstanceSummary$ = [
501
515
  3,
502
516
  n0,
503
517
  _SIS,
@@ -505,346 +519,353 @@ export var SystemInstanceSummary = [
505
519
  [_i, _a, _st, _ta, _gGN, _cA, _uA, _gGI, _gGVI],
506
520
  [0, 0, 0, 0, 0, 4, 4, 0, 0],
507
521
  ];
508
- export var SystemTemplateDescription = [
522
+ export var SystemTemplateDescription$ = [
509
523
  3,
510
524
  n0,
511
525
  _STD,
512
526
  0,
513
527
  [_s, _d, _vNV],
514
- [() => SystemTemplateSummary, () => DefinitionDocument, 1],
528
+ [() => SystemTemplateSummary$, () => DefinitionDocument$, 1],
515
529
  ];
516
- export var SystemTemplateFilter = [3, n0, _STF, 0, [_n, _v], [0, 64 | 0]];
517
- export var SystemTemplateSummary = [3, n0, _STS, 0, [_i, _a, _rN, _cA], [0, 0, 1, 4]];
518
- export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
519
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
520
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
521
- export var Thing = [3, n0, _Th, 0, [_tA, _tN], [0, 0]];
522
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
523
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
524
- export var UndeploySystemInstanceRequest = [3, n0, _USIR, 0, [_i], [0]];
525
- export var UndeploySystemInstanceResponse = [
530
+ export var SystemTemplateFilter$ = [3, n0, _STF, 0, [_n, _v], [0, 64 | 0]];
531
+ export var SystemTemplateSummary$ = [3, n0, _STS, 0, [_i, _a, _rN, _cA], [0, 0, 1, 4]];
532
+ export var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
533
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
534
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
535
+ export var Thing$ = [3, n0, _Th, 0, [_tA, _tN], [0, 0]];
536
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
537
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
538
+ export var UndeploySystemInstanceRequest$ = [3, n0, _USIR, 0, [_i], [0]];
539
+ export var UndeploySystemInstanceResponse$ = [
526
540
  3,
527
541
  n0,
528
542
  _USIRn,
529
543
  0,
530
544
  [_s],
531
- [() => SystemInstanceSummary],
545
+ [() => SystemInstanceSummary$],
532
546
  ];
533
- export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
534
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
535
- export var UpdateFlowTemplateRequest = [
547
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
548
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
549
+ export var UpdateFlowTemplateRequest$ = [
536
550
  3,
537
551
  n0,
538
552
  _UFTR,
539
553
  0,
540
554
  [_i, _d, _cNV],
541
- [0, () => DefinitionDocument, 1],
555
+ [0, () => DefinitionDocument$, 1],
542
556
  ];
543
- export var UpdateFlowTemplateResponse = [3, n0, _UFTRp, 0, [_s], [() => FlowTemplateSummary]];
544
- export var UpdateSystemTemplateRequest = [
557
+ export var UpdateFlowTemplateResponse$ = [3, n0, _UFTRp, 0, [_s], [() => FlowTemplateSummary$]];
558
+ export var UpdateSystemTemplateRequest$ = [
545
559
  3,
546
560
  n0,
547
561
  _USTR,
548
562
  0,
549
563
  [_i, _d, _cNV],
550
- [0, () => DefinitionDocument, 1],
564
+ [0, () => DefinitionDocument$, 1],
551
565
  ];
552
- export var UpdateSystemTemplateResponse = [
566
+ export var UpdateSystemTemplateResponse$ = [
553
567
  3,
554
568
  n0,
555
569
  _USTRp,
556
570
  0,
557
571
  [_s],
558
- [() => SystemTemplateSummary],
572
+ [() => SystemTemplateSummary$],
559
573
  ];
560
- export var UploadEntityDefinitionsRequest = [
574
+ export var UploadEntityDefinitionsRequest$ = [
561
575
  3,
562
576
  n0,
563
577
  _UEDR,
564
578
  0,
565
579
  [_do, _sWPN, _dEE],
566
- [() => DefinitionDocument, 2, 2],
567
- ];
568
- export var UploadEntityDefinitionsResponse = [3, n0, _UEDRp, 0, [_uI], [0]];
569
- export var IoTThingsGraphServiceException = [-3, _sm, "IoTThingsGraphServiceException", 0, [], []];
570
- TypeRegistry.for(_sm).registerError(IoTThingsGraphServiceException, __IoTThingsGraphServiceException);
571
- export var DependencyRevisions = [1, n0, _DRe, 0, () => DependencyRevision];
572
- export var EntityDescriptions = [1, n0, _EDn, 0, () => EntityDescription];
573
- export var EntityFilters = [1, n0, _EFn, 0, () => EntityFilter];
574
- export var EntityFilterValues = 64 | 0;
575
- export var EntityTypes = 64 | 0;
576
- export var FlowExecutionMessages = [1, n0, _FEMl, 0, () => FlowExecutionMessage];
577
- export var FlowExecutionSummaries = [1, n0, _FESl, 0, () => FlowExecutionSummary];
578
- export var FlowTemplateFilters = [1, n0, _FTFl, 0, () => FlowTemplateFilter];
579
- export var FlowTemplateFilterValues = 64 | 0;
580
- export var FlowTemplateSummaries = [1, n0, _FTSl, 0, () => FlowTemplateSummary];
581
- export var StringList = 64 | 0;
582
- export var SystemInstanceFilters = [1, n0, _SIFy, 0, () => SystemInstanceFilter];
583
- export var SystemInstanceFilterValues = 64 | 0;
584
- export var SystemInstanceSummaries = [1, n0, _SISy, 0, () => SystemInstanceSummary];
585
- export var SystemTemplateFilters = [1, n0, _STFy, 0, () => SystemTemplateFilter];
586
- export var SystemTemplateFilterValues = 64 | 0;
587
- export var SystemTemplateSummaries = [1, n0, _STSy, 0, () => SystemTemplateSummary];
588
- export var TagKeyList = 64 | 0;
589
- export var TagList = [1, n0, _TL, 0, () => Tag];
590
- export var Things = [1, n0, _Thi, 0, () => Thing];
591
- export var Urns = 64 | 0;
592
- export var AssociateEntityToThing = [
580
+ [() => DefinitionDocument$, 2, 2],
581
+ ];
582
+ export var UploadEntityDefinitionsResponse$ = [3, n0, _UEDRp, 0, [_uI], [0]];
583
+ export var IoTThingsGraphServiceException$ = [-3, _sm, "IoTThingsGraphServiceException", 0, [], []];
584
+ TypeRegistry.for(_sm).registerError(IoTThingsGraphServiceException$, IoTThingsGraphServiceException);
585
+ var DependencyRevisions = [1, n0, _DRe, 0, () => DependencyRevision$];
586
+ var EntityDescriptions = [1, n0, _EDn, 0, () => EntityDescription$];
587
+ var EntityFilters = [1, n0, _EFn, 0, () => EntityFilter$];
588
+ var EntityFilterValues = 64 | 0;
589
+ var EntityTypes = 64 | 0;
590
+ var FlowExecutionMessages = [1, n0, _FEMl, 0, () => FlowExecutionMessage$];
591
+ var FlowExecutionSummaries = [1, n0, _FESl, 0, () => FlowExecutionSummary$];
592
+ var FlowTemplateFilters = [1, n0, _FTFl, 0, () => FlowTemplateFilter$];
593
+ var FlowTemplateFilterValues = 64 | 0;
594
+ var FlowTemplateSummaries = [1, n0, _FTSl, 0, () => FlowTemplateSummary$];
595
+ var StringList = 64 | 0;
596
+ var SystemInstanceFilters = [1, n0, _SIFy, 0, () => SystemInstanceFilter$];
597
+ var SystemInstanceFilterValues = 64 | 0;
598
+ var SystemInstanceSummaries = [1, n0, _SISy, 0, () => SystemInstanceSummary$];
599
+ var SystemTemplateFilters = [1, n0, _STFy, 0, () => SystemTemplateFilter$];
600
+ var SystemTemplateFilterValues = 64 | 0;
601
+ var SystemTemplateSummaries = [1, n0, _STSy, 0, () => SystemTemplateSummary$];
602
+ var TagKeyList = 64 | 0;
603
+ var TagList = [1, n0, _TL, 0, () => Tag$];
604
+ var Things = [1, n0, _Thi, 0, () => Thing$];
605
+ var Urns = 64 | 0;
606
+ export var AssociateEntityToThing$ = [
593
607
  9,
594
608
  n0,
595
609
  _AETT,
596
610
  0,
597
- () => AssociateEntityToThingRequest,
598
- () => AssociateEntityToThingResponse,
611
+ () => AssociateEntityToThingRequest$,
612
+ () => AssociateEntityToThingResponse$,
599
613
  ];
600
- export var CreateFlowTemplate = [
614
+ export var CreateFlowTemplate$ = [
601
615
  9,
602
616
  n0,
603
617
  _CFT,
604
618
  0,
605
- () => CreateFlowTemplateRequest,
606
- () => CreateFlowTemplateResponse,
619
+ () => CreateFlowTemplateRequest$,
620
+ () => CreateFlowTemplateResponse$,
607
621
  ];
608
- export var CreateSystemInstance = [
622
+ export var CreateSystemInstance$ = [
609
623
  9,
610
624
  n0,
611
625
  _CSI,
612
626
  0,
613
- () => CreateSystemInstanceRequest,
614
- () => CreateSystemInstanceResponse,
627
+ () => CreateSystemInstanceRequest$,
628
+ () => CreateSystemInstanceResponse$,
615
629
  ];
616
- export var CreateSystemTemplate = [
630
+ export var CreateSystemTemplate$ = [
617
631
  9,
618
632
  n0,
619
633
  _CST,
620
634
  0,
621
- () => CreateSystemTemplateRequest,
622
- () => CreateSystemTemplateResponse,
635
+ () => CreateSystemTemplateRequest$,
636
+ () => CreateSystemTemplateResponse$,
623
637
  ];
624
- export var DeleteFlowTemplate = [
638
+ export var DeleteFlowTemplate$ = [
625
639
  9,
626
640
  n0,
627
641
  _DFT,
628
642
  0,
629
- () => DeleteFlowTemplateRequest,
630
- () => DeleteFlowTemplateResponse,
643
+ () => DeleteFlowTemplateRequest$,
644
+ () => DeleteFlowTemplateResponse$,
631
645
  ];
632
- export var DeleteNamespace = [
646
+ export var DeleteNamespace$ = [
633
647
  9,
634
648
  n0,
635
649
  _DN,
636
650
  0,
637
- () => DeleteNamespaceRequest,
638
- () => DeleteNamespaceResponse,
651
+ () => DeleteNamespaceRequest$,
652
+ () => DeleteNamespaceResponse$,
639
653
  ];
640
- export var DeleteSystemInstance = [
654
+ export var DeleteSystemInstance$ = [
641
655
  9,
642
656
  n0,
643
657
  _DSI,
644
658
  0,
645
- () => DeleteSystemInstanceRequest,
646
- () => DeleteSystemInstanceResponse,
659
+ () => DeleteSystemInstanceRequest$,
660
+ () => DeleteSystemInstanceResponse$,
647
661
  ];
648
- export var DeleteSystemTemplate = [
662
+ export var DeleteSystemTemplate$ = [
649
663
  9,
650
664
  n0,
651
665
  _DST,
652
666
  0,
653
- () => DeleteSystemTemplateRequest,
654
- () => DeleteSystemTemplateResponse,
667
+ () => DeleteSystemTemplateRequest$,
668
+ () => DeleteSystemTemplateResponse$,
655
669
  ];
656
- export var DeploySystemInstance = [
670
+ export var DeploySystemInstance$ = [
657
671
  9,
658
672
  n0,
659
673
  _DSIe,
660
674
  0,
661
- () => DeploySystemInstanceRequest,
662
- () => DeploySystemInstanceResponse,
675
+ () => DeploySystemInstanceRequest$,
676
+ () => DeploySystemInstanceResponse$,
663
677
  ];
664
- export var DeprecateFlowTemplate = [
678
+ export var DeprecateFlowTemplate$ = [
665
679
  9,
666
680
  n0,
667
681
  _DFTe,
668
682
  0,
669
- () => DeprecateFlowTemplateRequest,
670
- () => DeprecateFlowTemplateResponse,
683
+ () => DeprecateFlowTemplateRequest$,
684
+ () => DeprecateFlowTemplateResponse$,
671
685
  ];
672
- export var DeprecateSystemTemplate = [
686
+ export var DeprecateSystemTemplate$ = [
673
687
  9,
674
688
  n0,
675
689
  _DSTe,
676
690
  0,
677
- () => DeprecateSystemTemplateRequest,
678
- () => DeprecateSystemTemplateResponse,
691
+ () => DeprecateSystemTemplateRequest$,
692
+ () => DeprecateSystemTemplateResponse$,
679
693
  ];
680
- export var DescribeNamespace = [
694
+ export var DescribeNamespace$ = [
681
695
  9,
682
696
  n0,
683
697
  _DNe,
684
698
  0,
685
- () => DescribeNamespaceRequest,
686
- () => DescribeNamespaceResponse,
699
+ () => DescribeNamespaceRequest$,
700
+ () => DescribeNamespaceResponse$,
687
701
  ];
688
- export var DissociateEntityFromThing = [
702
+ export var DissociateEntityFromThing$ = [
689
703
  9,
690
704
  n0,
691
705
  _DEFT,
692
706
  0,
693
- () => DissociateEntityFromThingRequest,
694
- () => DissociateEntityFromThingResponse,
707
+ () => DissociateEntityFromThingRequest$,
708
+ () => DissociateEntityFromThingResponse$,
695
709
  ];
696
- export var GetEntities = [9, n0, _GE, 0, () => GetEntitiesRequest, () => GetEntitiesResponse];
697
- export var GetFlowTemplate = [
710
+ export var GetEntities$ = [9, n0, _GE, 0, () => GetEntitiesRequest$, () => GetEntitiesResponse$];
711
+ export var GetFlowTemplate$ = [
698
712
  9,
699
713
  n0,
700
714
  _GFT,
701
715
  0,
702
- () => GetFlowTemplateRequest,
703
- () => GetFlowTemplateResponse,
716
+ () => GetFlowTemplateRequest$,
717
+ () => GetFlowTemplateResponse$,
704
718
  ];
705
- export var GetFlowTemplateRevisions = [
719
+ export var GetFlowTemplateRevisions$ = [
706
720
  9,
707
721
  n0,
708
722
  _GFTRet,
709
723
  0,
710
- () => GetFlowTemplateRevisionsRequest,
711
- () => GetFlowTemplateRevisionsResponse,
724
+ () => GetFlowTemplateRevisionsRequest$,
725
+ () => GetFlowTemplateRevisionsResponse$,
712
726
  ];
713
- export var GetNamespaceDeletionStatus = [
727
+ export var GetNamespaceDeletionStatus$ = [
714
728
  9,
715
729
  n0,
716
730
  _GNDS,
717
731
  0,
718
- () => GetNamespaceDeletionStatusRequest,
719
- () => GetNamespaceDeletionStatusResponse,
732
+ () => GetNamespaceDeletionStatusRequest$,
733
+ () => GetNamespaceDeletionStatusResponse$,
720
734
  ];
721
- export var GetSystemInstance = [
735
+ export var GetSystemInstance$ = [
722
736
  9,
723
737
  n0,
724
738
  _GSI,
725
739
  0,
726
- () => GetSystemInstanceRequest,
727
- () => GetSystemInstanceResponse,
740
+ () => GetSystemInstanceRequest$,
741
+ () => GetSystemInstanceResponse$,
728
742
  ];
729
- export var GetSystemTemplate = [
743
+ export var GetSystemTemplate$ = [
730
744
  9,
731
745
  n0,
732
746
  _GST,
733
747
  0,
734
- () => GetSystemTemplateRequest,
735
- () => GetSystemTemplateResponse,
748
+ () => GetSystemTemplateRequest$,
749
+ () => GetSystemTemplateResponse$,
736
750
  ];
737
- export var GetSystemTemplateRevisions = [
751
+ export var GetSystemTemplateRevisions$ = [
738
752
  9,
739
753
  n0,
740
754
  _GSTRet,
741
755
  0,
742
- () => GetSystemTemplateRevisionsRequest,
743
- () => GetSystemTemplateRevisionsResponse,
756
+ () => GetSystemTemplateRevisionsRequest$,
757
+ () => GetSystemTemplateRevisionsResponse$,
744
758
  ];
745
- export var GetUploadStatus = [
759
+ export var GetUploadStatus$ = [
746
760
  9,
747
761
  n0,
748
762
  _GUS,
749
763
  0,
750
- () => GetUploadStatusRequest,
751
- () => GetUploadStatusResponse,
764
+ () => GetUploadStatusRequest$,
765
+ () => GetUploadStatusResponse$,
752
766
  ];
753
- export var ListFlowExecutionMessages = [
767
+ export var ListFlowExecutionMessages$ = [
754
768
  9,
755
769
  n0,
756
770
  _LFEM,
757
771
  0,
758
- () => ListFlowExecutionMessagesRequest,
759
- () => ListFlowExecutionMessagesResponse,
772
+ () => ListFlowExecutionMessagesRequest$,
773
+ () => ListFlowExecutionMessagesResponse$,
760
774
  ];
761
- export var ListTagsForResource = [
775
+ export var ListTagsForResource$ = [
762
776
  9,
763
777
  n0,
764
778
  _LTFR,
765
779
  0,
766
- () => ListTagsForResourceRequest,
767
- () => ListTagsForResourceResponse,
780
+ () => ListTagsForResourceRequest$,
781
+ () => ListTagsForResourceResponse$,
768
782
  ];
769
- export var SearchEntities = [
783
+ export var SearchEntities$ = [
770
784
  9,
771
785
  n0,
772
786
  _SE,
773
787
  0,
774
- () => SearchEntitiesRequest,
775
- () => SearchEntitiesResponse,
788
+ () => SearchEntitiesRequest$,
789
+ () => SearchEntitiesResponse$,
776
790
  ];
777
- export var SearchFlowExecutions = [
791
+ export var SearchFlowExecutions$ = [
778
792
  9,
779
793
  n0,
780
794
  _SFE,
781
795
  0,
782
- () => SearchFlowExecutionsRequest,
783
- () => SearchFlowExecutionsResponse,
796
+ () => SearchFlowExecutionsRequest$,
797
+ () => SearchFlowExecutionsResponse$,
784
798
  ];
785
- export var SearchFlowTemplates = [
799
+ export var SearchFlowTemplates$ = [
786
800
  9,
787
801
  n0,
788
802
  _SFT,
789
803
  0,
790
- () => SearchFlowTemplatesRequest,
791
- () => SearchFlowTemplatesResponse,
804
+ () => SearchFlowTemplatesRequest$,
805
+ () => SearchFlowTemplatesResponse$,
792
806
  ];
793
- export var SearchSystemInstances = [
807
+ export var SearchSystemInstances$ = [
794
808
  9,
795
809
  n0,
796
810
  _SSI,
797
811
  0,
798
- () => SearchSystemInstancesRequest,
799
- () => SearchSystemInstancesResponse,
812
+ () => SearchSystemInstancesRequest$,
813
+ () => SearchSystemInstancesResponse$,
800
814
  ];
801
- export var SearchSystemTemplates = [
815
+ export var SearchSystemTemplates$ = [
802
816
  9,
803
817
  n0,
804
818
  _SST,
805
819
  0,
806
- () => SearchSystemTemplatesRequest,
807
- () => SearchSystemTemplatesResponse,
820
+ () => SearchSystemTemplatesRequest$,
821
+ () => SearchSystemTemplatesResponse$,
822
+ ];
823
+ export var SearchThings$ = [
824
+ 9,
825
+ n0,
826
+ _ST,
827
+ 0,
828
+ () => SearchThingsRequest$,
829
+ () => SearchThingsResponse$,
808
830
  ];
809
- export var SearchThings = [9, n0, _ST, 0, () => SearchThingsRequest, () => SearchThingsResponse];
810
- export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
811
- export var UndeploySystemInstance = [
831
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
832
+ export var UndeploySystemInstance$ = [
812
833
  9,
813
834
  n0,
814
835
  _USI,
815
836
  0,
816
- () => UndeploySystemInstanceRequest,
817
- () => UndeploySystemInstanceResponse,
837
+ () => UndeploySystemInstanceRequest$,
838
+ () => UndeploySystemInstanceResponse$,
818
839
  ];
819
- export var UntagResource = [
840
+ export var UntagResource$ = [
820
841
  9,
821
842
  n0,
822
843
  _UR,
823
844
  0,
824
- () => UntagResourceRequest,
825
- () => UntagResourceResponse,
845
+ () => UntagResourceRequest$,
846
+ () => UntagResourceResponse$,
826
847
  ];
827
- export var UpdateFlowTemplate = [
848
+ export var UpdateFlowTemplate$ = [
828
849
  9,
829
850
  n0,
830
851
  _UFT,
831
852
  0,
832
- () => UpdateFlowTemplateRequest,
833
- () => UpdateFlowTemplateResponse,
853
+ () => UpdateFlowTemplateRequest$,
854
+ () => UpdateFlowTemplateResponse$,
834
855
  ];
835
- export var UpdateSystemTemplate = [
856
+ export var UpdateSystemTemplate$ = [
836
857
  9,
837
858
  n0,
838
859
  _UST,
839
860
  0,
840
- () => UpdateSystemTemplateRequest,
841
- () => UpdateSystemTemplateResponse,
861
+ () => UpdateSystemTemplateRequest$,
862
+ () => UpdateSystemTemplateResponse$,
842
863
  ];
843
- export var UploadEntityDefinitions = [
864
+ export var UploadEntityDefinitions$ = [
844
865
  9,
845
866
  n0,
846
867
  _UED,
847
868
  0,
848
- () => UploadEntityDefinitionsRequest,
849
- () => UploadEntityDefinitionsResponse,
869
+ () => UploadEntityDefinitionsRequest$,
870
+ () => UploadEntityDefinitionsResponse$,
850
871
  ];