@aws-sdk/client-iottwinmaker 3.928.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/dist-cjs/index.js +2060 -2730
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/IoTTwinMakerClient.js +2 -0
  4. package/dist-es/commands/BatchPutPropertyValuesCommand.js +3 -9
  5. package/dist-es/commands/CancelMetadataTransferJobCommand.js +3 -9
  6. package/dist-es/commands/CreateComponentTypeCommand.js +3 -9
  7. package/dist-es/commands/CreateEntityCommand.js +3 -9
  8. package/dist-es/commands/CreateMetadataTransferJobCommand.js +3 -9
  9. package/dist-es/commands/CreateSceneCommand.js +3 -9
  10. package/dist-es/commands/CreateSyncJobCommand.js +3 -9
  11. package/dist-es/commands/CreateWorkspaceCommand.js +3 -9
  12. package/dist-es/commands/DeleteComponentTypeCommand.js +3 -9
  13. package/dist-es/commands/DeleteEntityCommand.js +3 -9
  14. package/dist-es/commands/DeleteSceneCommand.js +3 -9
  15. package/dist-es/commands/DeleteSyncJobCommand.js +3 -9
  16. package/dist-es/commands/DeleteWorkspaceCommand.js +3 -9
  17. package/dist-es/commands/ExecuteQueryCommand.js +3 -9
  18. package/dist-es/commands/GetComponentTypeCommand.js +3 -9
  19. package/dist-es/commands/GetEntityCommand.js +3 -9
  20. package/dist-es/commands/GetMetadataTransferJobCommand.js +3 -9
  21. package/dist-es/commands/GetPricingPlanCommand.js +3 -9
  22. package/dist-es/commands/GetPropertyValueCommand.js +3 -9
  23. package/dist-es/commands/GetPropertyValueHistoryCommand.js +3 -9
  24. package/dist-es/commands/GetSceneCommand.js +3 -9
  25. package/dist-es/commands/GetSyncJobCommand.js +3 -9
  26. package/dist-es/commands/GetWorkspaceCommand.js +3 -9
  27. package/dist-es/commands/ListComponentTypesCommand.js +3 -9
  28. package/dist-es/commands/ListComponentsCommand.js +3 -9
  29. package/dist-es/commands/ListEntitiesCommand.js +3 -9
  30. package/dist-es/commands/ListMetadataTransferJobsCommand.js +3 -9
  31. package/dist-es/commands/ListPropertiesCommand.js +3 -9
  32. package/dist-es/commands/ListScenesCommand.js +3 -9
  33. package/dist-es/commands/ListSyncJobsCommand.js +3 -9
  34. package/dist-es/commands/ListSyncResourcesCommand.js +3 -9
  35. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  36. package/dist-es/commands/ListWorkspacesCommand.js +3 -9
  37. package/dist-es/commands/TagResourceCommand.js +3 -9
  38. package/dist-es/commands/UntagResourceCommand.js +3 -9
  39. package/dist-es/commands/UpdateComponentTypeCommand.js +3 -9
  40. package/dist-es/commands/UpdateEntityCommand.js +3 -9
  41. package/dist-es/commands/UpdatePricingPlanCommand.js +3 -9
  42. package/dist-es/commands/UpdateSceneCommand.js +3 -9
  43. package/dist-es/commands/UpdateWorkspaceCommand.js +3 -9
  44. package/dist-es/models/models_0.js +0 -68
  45. package/dist-es/runtimeConfig.shared.js +2 -0
  46. package/dist-es/schemas/schemas_0.js +1964 -0
  47. package/dist-types/IoTTwinMakerClient.d.ts +10 -1
  48. package/dist-types/models/models_0.d.ts +24 -6
  49. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  50. package/dist-types/runtimeConfig.d.ts +1 -0
  51. package/dist-types/runtimeConfig.native.d.ts +1 -0
  52. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  53. package/dist-types/schemas/schemas_0.d.ts +269 -0
  54. package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +4 -0
  55. package/dist-types/ts3.4/models/models_0.d.ts +0 -15
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  60. package/dist-types/ts3.4/schemas/schemas_0.d.ts +275 -0
  61. package/package.json +33 -33
  62. package/dist-es/protocols/Aws_restJson1.js +0 -2356
  63. package/dist-types/protocols/Aws_restJson1.d.ts +0 -362
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -485
@@ -0,0 +1,1964 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _BI = "BundleInformation";
3
+ const _BPPE = "BatchPutPropertyError";
4
+ const _BPPEE = "BatchPutPropertyErrorEntry";
5
+ const _BPPV = "BatchPutPropertyValues";
6
+ const _BPPVR = "BatchPutPropertyValuesRequest";
7
+ const _BPPVRa = "BatchPutPropertyValuesResponse";
8
+ const _CCMR = "CompositeComponentsMapRequest";
9
+ const _CCR = "CompositeComponentRequest";
10
+ const _CCRo = "CompositeComponentResponse";
11
+ const _CCT = "CreateComponentType";
12
+ const _CCTR = "CompositeComponentTypeRequest";
13
+ const _CCTRo = "CompositeComponentTypeResponse";
14
+ const _CCTRom = "CompositeComponentTypesRequest";
15
+ const _CCTRomp = "CompositeComponentTypesResponse";
16
+ const _CCTRr = "CreateComponentTypeRequest";
17
+ const _CCTRre = "CreateComponentTypeResponse";
18
+ const _CCUMR = "CompositeComponentUpdatesMapRequest";
19
+ const _CCUR = "CompositeComponentUpdateRequest";
20
+ const _CD = "ColumnDescription";
21
+ const _CDo = "ColumnDescriptions";
22
+ const _CE = "ConflictException";
23
+ const _CER = "CreateEntityRequest";
24
+ const _CERr = "CreateEntityResponse";
25
+ const _CEr = "CreateEntity";
26
+ const _CFE = "ConnectorFailureException";
27
+ const _CM = "ComponentsMap";
28
+ const _CMR = "ComponentsMapRequest";
29
+ const _CMTJ = "CancelMetadataTransferJob";
30
+ const _CMTJR = "CancelMetadataTransferJobRequest";
31
+ const _CMTJRa = "CancelMetadataTransferJobResponse";
32
+ const _CMTJRr = "CreateMetadataTransferJobRequest";
33
+ const _CMTJRre = "CreateMetadataTransferJobResponse";
34
+ const _CMTJr = "CreateMetadataTransferJob";
35
+ const _CPGR = "ComponentPropertyGroupRequest";
36
+ const _CPGRo = "ComponentPropertyGroupResponse";
37
+ const _CPGRom = "ComponentPropertyGroupRequests";
38
+ const _CPGRomp = "ComponentPropertyGroupResponses";
39
+ const _CR = "ComponentRequest";
40
+ const _CRo = "ComponentResponse";
41
+ const _CS = "ComponentSummary";
42
+ const _CSJ = "CreateSyncJob";
43
+ const _CSJR = "CreateSyncJobRequest";
44
+ const _CSJRr = "CreateSyncJobResponse";
45
+ const _CSR = "CreateSceneRequest";
46
+ const _CSRr = "CreateSceneResponse";
47
+ const _CSo = "ComponentSummaries";
48
+ const _CSr = "CreateScene";
49
+ const _CTE = "ConnectorTimeoutException";
50
+ const _CTS = "ComponentTypeSummary";
51
+ const _CTSo = "ComponentTypeSummaries";
52
+ const _CUMR = "ComponentUpdatesMapRequest";
53
+ const _CUR = "ComponentUpdateRequest";
54
+ const _CW = "CreateWorkspace";
55
+ const _CWR = "CreateWorkspaceRequest";
56
+ const _CWRr = "CreateWorkspaceResponse";
57
+ const _DC = "DataConnector";
58
+ const _DCT = "DeleteComponentType";
59
+ const _DCTR = "DeleteComponentTypeRequest";
60
+ const _DCTRe = "DeleteComponentTypeResponse";
61
+ const _DCe = "DestinationConfiguration";
62
+ const _DE = "DeleteEntity";
63
+ const _DER = "DeleteEntityRequest";
64
+ const _DERe = "DeleteEntityResponse";
65
+ const _DS = "DeleteScene";
66
+ const _DSJ = "DeleteSyncJob";
67
+ const _DSJR = "DeleteSyncJobRequest";
68
+ const _DSJRe = "DeleteSyncJobResponse";
69
+ const _DSR = "DeleteSceneRequest";
70
+ const _DSRe = "DeleteSceneResponse";
71
+ const _DT = "DataType";
72
+ const _DV = "DataValue";
73
+ const _DVL = "DataValueList";
74
+ const _DVM = "DataValueMap";
75
+ const _DW = "DeleteWorkspace";
76
+ const _DWR = "DeleteWorkspaceRequest";
77
+ const _DWRe = "DeleteWorkspaceResponse";
78
+ const _E = "Entries";
79
+ const _ED = "ErrorDetails";
80
+ const _EE = "ErrorEntries";
81
+ const _EPR = "EntityPropertyReference";
82
+ const _EQ = "ExecuteQuery";
83
+ const _EQR = "ExecuteQueryRequest";
84
+ const _EQRx = "ExecuteQueryResponse";
85
+ const _ES = "EntitySummary";
86
+ const _ESn = "EntitySummaries";
87
+ const _Er = "Errors";
88
+ const _FBA = "FilterByAsset";
89
+ const _FBAM = "FilterByAssetModel";
90
+ const _FBCT = "FilterByComponentType";
91
+ const _FBE = "FilterByEntity";
92
+ const _FR = "FunctionRequest";
93
+ const _FRu = "FunctionResponse";
94
+ const _FRun = "FunctionsRequest";
95
+ const _FRunc = "FunctionsResponse";
96
+ const _GCT = "GetComponentType";
97
+ const _GCTR = "GetComponentTypeRequest";
98
+ const _GCTRe = "GetComponentTypeResponse";
99
+ const _GE = "GetEntity";
100
+ const _GER = "GetEntityRequest";
101
+ const _GERe = "GetEntityResponse";
102
+ const _GMTJ = "GetMetadataTransferJob";
103
+ const _GMTJR = "GetMetadataTransferJobRequest";
104
+ const _GMTJRe = "GetMetadataTransferJobResponse";
105
+ const _GPP = "GetPricingPlan";
106
+ const _GPPR = "GetPricingPlanRequest";
107
+ const _GPPRe = "GetPricingPlanResponse";
108
+ const _GPV = "GetPropertyValue";
109
+ const _GPVH = "GetPropertyValueHistory";
110
+ const _GPVHR = "GetPropertyValueHistoryRequest";
111
+ const _GPVHRe = "GetPropertyValueHistoryResponse";
112
+ const _GPVR = "GetPropertyValueRequest";
113
+ const _GPVRe = "GetPropertyValueResponse";
114
+ const _GS = "GetScene";
115
+ const _GSJ = "GetSyncJob";
116
+ const _GSJR = "GetSyncJobRequest";
117
+ const _GSJRe = "GetSyncJobResponse";
118
+ const _GSR = "GetSceneRequest";
119
+ const _GSRe = "GetSceneResponse";
120
+ const _GW = "GetWorkspace";
121
+ const _GWR = "GetWorkspaceRequest";
122
+ const _GWRe = "GetWorkspaceResponse";
123
+ const _IP = "InterpolationParameters";
124
+ const _ISE = "InternalServerException";
125
+ const _ISWSC = "IotSiteWiseSourceConfiguration";
126
+ const _ISWSCF = "IotSiteWiseSourceConfigurationFilters";
127
+ const _ISWSCFo = "IotSiteWiseSourceConfigurationFilter";
128
+ const _ITMDC = "IotTwinMakerDestinationConfiguration";
129
+ const _ITMSC = "IotTwinMakerSourceConfiguration";
130
+ const _ITMSCF = "IotTwinMakerSourceConfigurationFilters";
131
+ const _ITMSCFo = "IotTwinMakerSourceConfigurationFilter";
132
+ const _LC = "ListComponents";
133
+ const _LCR = "ListComponentsRequest";
134
+ const _LCRi = "ListComponentsResponse";
135
+ const _LCT = "ListComponentTypes";
136
+ const _LCTF = "ListComponentTypesFilters";
137
+ const _LCTFi = "ListComponentTypesFilter";
138
+ const _LCTR = "ListComponentTypesRequest";
139
+ const _LCTRi = "ListComponentTypesResponse";
140
+ const _LE = "ListEntities";
141
+ const _LEF = "ListEntitiesFilters";
142
+ const _LEFi = "ListEntitiesFilter";
143
+ const _LER = "ListEntitiesRequest";
144
+ const _LERi = "ListEntitiesResponse";
145
+ const _LF = "LambdaFunction";
146
+ const _LMTJ = "ListMetadataTransferJobs";
147
+ const _LMTJF = "ListMetadataTransferJobsFilters";
148
+ const _LMTJFi = "ListMetadataTransferJobsFilter";
149
+ const _LMTJR = "ListMetadataTransferJobsRequest";
150
+ const _LMTJRi = "ListMetadataTransferJobsResponse";
151
+ const _LP = "ListProperties";
152
+ const _LPR = "ListPropertiesRequest";
153
+ const _LPRi = "ListPropertiesResponse";
154
+ const _LS = "ListScenes";
155
+ const _LSJ = "ListSyncJobs";
156
+ const _LSJR = "ListSyncJobsRequest";
157
+ const _LSJRi = "ListSyncJobsResponse";
158
+ const _LSR = "ListScenesRequest";
159
+ const _LSRR = "ListSyncResourcesRequest";
160
+ const _LSRRi = "ListSyncResourcesResponse";
161
+ const _LSRi = "ListScenesResponse";
162
+ const _LSRis = "ListSyncResources";
163
+ const _LTFR = "ListTagsForResource";
164
+ const _LTFRR = "ListTagsForResourceRequest";
165
+ const _LTFRRi = "ListTagsForResourceResponse";
166
+ const _LW = "ListWorkspaces";
167
+ const _LWR = "ListWorkspacesRequest";
168
+ const _LWRi = "ListWorkspacesResponse";
169
+ const _MTJP = "MetadataTransferJobProgress";
170
+ const _MTJS = "MetadataTransferJobStatus";
171
+ const _MTJSe = "MetadataTransferJobSummary";
172
+ const _MTJSet = "MetadataTransferJobSummaries";
173
+ const _OB = "OrderBy";
174
+ const _OBL = "OrderByList";
175
+ const _PDR = "PropertyDefinitionRequest";
176
+ const _PDRr = "PropertyDefinitionResponse";
177
+ const _PDRro = "PropertyDefinitionsRequest";
178
+ const _PDRrop = "PropertyDefinitionsResponse";
179
+ const _PEUR = "ParentEntityUpdateRequest";
180
+ const _PF = "PropertyFilter";
181
+ const _PFr = "PropertyFilters";
182
+ const _PGR = "PropertyGroupRequest";
183
+ const _PGRr = "PropertyGroupResponse";
184
+ const _PGRro = "PropertyGroupsRequest";
185
+ const _PGRrop = "PropertyGroupsResponse";
186
+ const _PLV = "PropertyLatestValue";
187
+ const _PLVM = "PropertyLatestValueMap";
188
+ const _PP = "PricingPlan";
189
+ const _PR = "PropertyRequest";
190
+ const _PRr = "PropertyResponse";
191
+ const _PRro = "PropertyRequests";
192
+ const _PRrop = "PropertyResponses";
193
+ const _PS = "PropertySummary";
194
+ const _PSr = "PropertySummaries";
195
+ const _PTV = "PropertyTableValue";
196
+ const _PV = "PropertyValue";
197
+ const _PVE = "PropertyValueEntry";
198
+ const _PVH = "PropertyValueHistory";
199
+ const _PVL = "PropertyValueList";
200
+ const _PVr = "PropertyValues";
201
+ const _QTE = "QueryTimeoutException";
202
+ const _R = "Relationship";
203
+ const _RNFE = "ResourceNotFoundException";
204
+ const _RV = "RelationshipValue";
205
+ const _Ro = "Row";
206
+ const _Row = "Rows";
207
+ const _S = "Status";
208
+ const _SC = "SourceConfiguration";
209
+ const _SCo = "SourceConfigurations";
210
+ const _SDC = "S3DestinationConfiguration";
211
+ const _SE = "SceneError";
212
+ const _SJS = "SyncJobStatus";
213
+ const _SJSy = "SyncJobSummary";
214
+ const _SJSyn = "SyncJobSummaries";
215
+ const _SQEE = "ServiceQuotaExceededException";
216
+ const _SRF = "SyncResourceFilters";
217
+ const _SRFy = "SyncResourceFilter";
218
+ const _SRS = "SyncResourceStatus";
219
+ const _SRSy = "SyncResourceSummary";
220
+ const _SRSyn = "SyncResourceSummaries";
221
+ const _SS = "SceneSummary";
222
+ const _SSC = "S3SourceConfiguration";
223
+ const _SSc = "SceneSummaries";
224
+ const _TC = "TabularConditions";
225
+ const _TE = "ThrottlingException";
226
+ const _TMTE = "TooManyTagsException";
227
+ const _TPV = "TabularPropertyValues";
228
+ const _TPVa = "TabularPropertyValue";
229
+ const _TR = "TagResource";
230
+ const _TRR = "TagResourceRequest";
231
+ const _TRRa = "TagResourceResponse";
232
+ const _UCT = "UpdateComponentType";
233
+ const _UCTR = "UpdateComponentTypeRequest";
234
+ const _UCTRp = "UpdateComponentTypeResponse";
235
+ const _UE = "UpdateEntity";
236
+ const _UER = "UpdateEntityRequest";
237
+ const _UERp = "UpdateEntityResponse";
238
+ const _UPP = "UpdatePricingPlan";
239
+ const _UPPR = "UpdatePricingPlanRequest";
240
+ const _UPPRp = "UpdatePricingPlanResponse";
241
+ const _UR = "UntagResource";
242
+ const _URR = "UntagResourceRequest";
243
+ const _URRn = "UntagResourceResponse";
244
+ const _US = "UpdateScene";
245
+ const _USR = "UpdateSceneRequest";
246
+ const _USRp = "UpdateSceneResponse";
247
+ const _UW = "UpdateWorkspace";
248
+ const _UWR = "UpdateWorkspaceRequest";
249
+ const _UWRp = "UpdateWorkspaceResponse";
250
+ const _V = "Values";
251
+ const _VE = "ValidationException";
252
+ const _WS = "WorkspaceSummary";
253
+ const _WSo = "WorkspaceSummaries";
254
+ const _a = "arn";
255
+ const _aACCR = "areAllCompositeComponentsReturned";
256
+ const _aACR = "areAllComponentsReturned";
257
+ const _aAPR = "areAllPropertiesReturned";
258
+ const _aAPVR = "areAllPropertyValuesReturned";
259
+ const _aEI = "assetExternalId";
260
+ const _aI = "assetId";
261
+ const _aMEI = "assetModelExternalId";
262
+ const _aMI = "assetModelId";
263
+ const _aV = "allowedValues";
264
+ const _bEC = "billableEntityCount";
265
+ const _bI = "bundleInformation";
266
+ const _bN = "bundleNames";
267
+ const _bV = "booleanValue";
268
+ const _c = "client";
269
+ const _cC = "compositeComponents";
270
+ const _cCT = "compositeComponentTypes";
271
+ const _cCU = "compositeComponentUpdates";
272
+ const _cD = "columnDescriptions";
273
+ const _cDT = "creationDateTime";
274
+ const _cL = "contentLocation";
275
+ const _cN = "componentName";
276
+ const _cP = "componentPath";
277
+ const _cPP = "currentPricingPlan";
278
+ const _cS = "componentSummaries";
279
+ const _cTI = "componentTypeId";
280
+ const _cTN = "componentTypeName";
281
+ const _cTS = "componentTypeSummaries";
282
+ const _cU = "componentUpdates";
283
+ const _ca = "capabilities";
284
+ const _co = "components";
285
+ const _cod = "code";
286
+ const _con = "configuration";
287
+ const _d = "description";
288
+ const _dI = "definedIn";
289
+ const _dN = "displayName";
290
+ const _dT = "destinationType";
291
+ const _dTa = "dataType";
292
+ const _dV = "doubleValue";
293
+ const _dVe = "defaultValue";
294
+ const _de = "destination";
295
+ const _def = "definition";
296
+ const _e = "error";
297
+ const _eC = "errorCode";
298
+ const _eDT = "endDateTime";
299
+ const _eDTf = "effectiveDateTime";
300
+ const _eE = "errorEntries";
301
+ const _eF = "extendsFrom";
302
+ const _eI = "entityId";
303
+ const _eIP = "externalIdProperty";
304
+ const _eIx = "externalId";
305
+ const _eM = "errorMessage";
306
+ const _eN = "entityName";
307
+ const _ePR = "entityPropertyReference";
308
+ const _eS = "entitySummaries";
309
+ const _eT = "endTime";
310
+ const _en = "entry";
311
+ const _end = "endpoint";
312
+ const _ent = "entries";
313
+ const _er = "errors";
314
+ const _ex = "expression";
315
+ const _f = "functions";
316
+ const _fBA = "filterByAsset";
317
+ const _fBAM = "filterByAssetModel";
318
+ const _fBCT = "filterByComponentType";
319
+ const _fBE = "filterByEntity";
320
+ const _fC = "failedCount";
321
+ const _fi = "filters";
322
+ const _gSM = "generatedSceneMetadata";
323
+ const _gT = "groupType";
324
+ const _h = "http";
325
+ const _hCE = "hasChildEntities";
326
+ const _hE = "httpError";
327
+ const _hQ = "httpQuery";
328
+ const _i = "interpolation";
329
+ const _iA = "includeAssets";
330
+ const _iAM = "includeAssetModel";
331
+ const _iAs = "isAbstract";
332
+ const _iB = "implementedBy";
333
+ const _iEI = "isExternalId";
334
+ const _iF = "isFinal";
335
+ const _iI = "isInherited";
336
+ const _iIS = "intervalInSeconds";
337
+ const _iIs = "isImported";
338
+ const _iN = "isNative";
339
+ const _iO = "includeOffspring";
340
+ const _iR = "isRecursive";
341
+ const _iRIE = "isRequiredInEntity";
342
+ const _iS = "isSingleton";
343
+ const _iSE = "isStoredExternally";
344
+ const _iSI = "isSchemaInitialized";
345
+ const _iSWC = "iotSiteWiseConfiguration";
346
+ const _iT = "interpolationType";
347
+ const _iTMC = "iotTwinMakerConfiguration";
348
+ const _iTS = "isTimeSeries";
349
+ const _iV = "integerValue";
350
+ const _l = "lambda";
351
+ const _lS = "linkedServices";
352
+ const _lV = "longValue";
353
+ const _lVi = "listValue";
354
+ const _lo = "location";
355
+ const _m = "message";
356
+ const _mR = "maxResults";
357
+ const _mTJI = "metadataTransferJobId";
358
+ const _mTJR = "metadataTransferJobRole";
359
+ const _mTJS = "metadataTransferJobSummaries";
360
+ const _mV = "mapValue";
361
+ const _n = "name";
362
+ const _nT = "nestedType";
363
+ const _nTe = "nextToken";
364
+ const _na = "namespace";
365
+ const _o = "order";
366
+ const _oB = "orderBy";
367
+ const _oBT = "orderByTime";
368
+ const _op = "operator";
369
+ const _p = "progress";
370
+ const _pD = "propertyDefinitions";
371
+ const _pEI = "parentEntityId";
372
+ const _pEU = "parentEntityUpdate";
373
+ const _pF = "propertyFilters";
374
+ const _pG = "propertyGroups";
375
+ const _pGN = "propertyGroupName";
376
+ const _pGU = "propertyGroupUpdates";
377
+ const _pM = "pricingMode";
378
+ const _pN = "propertyNames";
379
+ const _pNr = "propertyName";
380
+ const _pPP = "pendingPricingPlan";
381
+ const _pR = "propertyReference";
382
+ const _pS = "propertySummaries";
383
+ const _pT = "pricingTier";
384
+ const _pU = "propertyUpdates";
385
+ const _pV = "propertyValues";
386
+ const _pVr = "propertyValue";
387
+ const _pr = "properties";
388
+ const _qP = "queuedPosition";
389
+ const _qS = "queryStatement";
390
+ const _r = "role";
391
+ const _rARN = "resourceARN";
392
+ const _rD = "rowData";
393
+ const _rI = "resourceId";
394
+ const _rP = "requiredProperties";
395
+ const _rT = "relationshipType";
396
+ const _rTe = "resourceType";
397
+ const _rU = "reportUrl";
398
+ const _rV = "relationshipValue";
399
+ const _re = "relationship";
400
+ const _ro = "rows";
401
+ const _s = "status";
402
+ const _sC = "s3Configuration";
403
+ const _sCk = "skippedCount";
404
+ const _sCu = "succeededCount";
405
+ const _sDT = "startDateTime";
406
+ const _sI = "sceneId";
407
+ const _sJS = "syncJobSummaries";
408
+ const _sL = "s3Location";
409
+ const _sM = "sceneMetadata";
410
+ const _sP = "selectedProperties";
411
+ const _sR = "syncRole";
412
+ const _sRy = "syncResources";
413
+ const _sS = "syncSource";
414
+ const _sSc = "sceneSummaries";
415
+ const _sT = "startTime";
416
+ const _sTo = "sourceType";
417
+ const _sV = "stringValue";
418
+ const _sc = "scope";
419
+ const _se = "server";
420
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.iottwinmaker";
421
+ const _so = "sources";
422
+ const _st = "state";
423
+ const _t = "type";
424
+ const _tC = "tabularConditions";
425
+ const _tCN = "targetComponentName";
426
+ const _tCTI = "targetComponentTypeId";
427
+ const _tCo = "totalCount";
428
+ const _tEI = "targetEntityId";
429
+ const _tK = "tagKeys";
430
+ const _tPV = "tabularPropertyValues";
431
+ const _ta = "tags";
432
+ const _ti = "timestamp";
433
+ const _tim = "time";
434
+ const _uDT = "updateDateTime";
435
+ const _uOM = "unitOfMeasure";
436
+ const _uR = "updateReason";
437
+ const _uT = "updateType";
438
+ const _v = "value";
439
+ const _va = "values";
440
+ const _w = "workspace";
441
+ const _wI = "workspaceId";
442
+ const _wS = "workspaceSummaries";
443
+ const n0 = "com.amazonaws.iottwinmaker";
444
+ import { TypeRegistry } from "@smithy/core/schema";
445
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ConnectorFailureException as __ConnectorFailureException, ConnectorTimeoutException as __ConnectorTimeoutException, InternalServerException as __InternalServerException, QueryTimeoutException as __QueryTimeoutException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/index";
446
+ import { IoTTwinMakerServiceException as __IoTTwinMakerServiceException } from "../models/IoTTwinMakerServiceException";
447
+ export var AccessDeniedException = [
448
+ -3,
449
+ n0,
450
+ _ADE,
451
+ {
452
+ [_e]: _c,
453
+ [_hE]: 403,
454
+ },
455
+ [_m],
456
+ [0],
457
+ ];
458
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
459
+ export var BatchPutPropertyError = [
460
+ 3,
461
+ n0,
462
+ _BPPE,
463
+ 0,
464
+ [_eC, _eM, _en],
465
+ [0, 0, () => PropertyValueEntry],
466
+ ];
467
+ export var BatchPutPropertyErrorEntry = [3, n0, _BPPEE, 0, [_er], [() => Errors]];
468
+ export var BatchPutPropertyValuesRequest = [
469
+ 3,
470
+ n0,
471
+ _BPPVR,
472
+ 0,
473
+ [_wI, _ent],
474
+ [[0, 1], () => Entries],
475
+ ];
476
+ export var BatchPutPropertyValuesResponse = [3, n0, _BPPVRa, 0, [_eE], [() => ErrorEntries]];
477
+ export var BundleInformation = [3, n0, _BI, 0, [_bN, _pT], [64 | 0, 0]];
478
+ export var CancelMetadataTransferJobRequest = [3, n0, _CMTJR, 0, [_mTJI], [[0, 1]]];
479
+ export var CancelMetadataTransferJobResponse = [
480
+ 3,
481
+ n0,
482
+ _CMTJRa,
483
+ 0,
484
+ [_mTJI, _a, _uDT, _s, _p],
485
+ [0, 0, 4, () => MetadataTransferJobStatus, () => MetadataTransferJobProgress],
486
+ ];
487
+ export var ColumnDescription = [3, n0, _CD, 0, [_n, _t], [0, 0]];
488
+ export var ComponentPropertyGroupRequest = [3, n0, _CPGR, 0, [_gT, _pN, _uT], [0, 64 | 0, 0]];
489
+ export var ComponentPropertyGroupResponse = [3, n0, _CPGRo, 0, [_gT, _pN, _iI], [0, 64 | 0, 2]];
490
+ export var ComponentRequest = [
491
+ 3,
492
+ n0,
493
+ _CR,
494
+ 0,
495
+ [_d, _cTI, _pr, _pG],
496
+ [0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests],
497
+ ];
498
+ export var ComponentResponse = [
499
+ 3,
500
+ n0,
501
+ _CRo,
502
+ 0,
503
+ [_cN, _d, _cTI, _s, _dI, _pr, _pG, _sS, _aAPR, _cC, _aACCR],
504
+ [
505
+ 0,
506
+ 0,
507
+ 0,
508
+ () => Status,
509
+ 0,
510
+ () => PropertyResponses,
511
+ () => ComponentPropertyGroupResponses,
512
+ 0,
513
+ 2,
514
+ () => CompositeComponentResponse,
515
+ 2,
516
+ ],
517
+ ];
518
+ export var ComponentSummary = [
519
+ 3,
520
+ n0,
521
+ _CS,
522
+ 0,
523
+ [_cN, _cTI, _dI, _d, _pG, _s, _sS, _cP],
524
+ [0, 0, 0, 0, () => ComponentPropertyGroupResponses, () => Status, 0, 0],
525
+ ];
526
+ export var ComponentTypeSummary = [
527
+ 3,
528
+ n0,
529
+ _CTS,
530
+ 0,
531
+ [_a, _cTI, _cDT, _uDT, _d, _s, _cTN],
532
+ [0, 0, 4, 4, 0, () => Status, 0],
533
+ ];
534
+ export var ComponentUpdateRequest = [
535
+ 3,
536
+ n0,
537
+ _CUR,
538
+ 0,
539
+ [_uT, _d, _cTI, _pU, _pGU],
540
+ [0, 0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests],
541
+ ];
542
+ export var CompositeComponentRequest = [
543
+ 3,
544
+ n0,
545
+ _CCR,
546
+ 0,
547
+ [_d, _pr, _pG],
548
+ [0, () => PropertyRequests, () => ComponentPropertyGroupRequests],
549
+ ];
550
+ export var CompositeComponentTypeRequest = [3, n0, _CCTR, 0, [_cTI], [0]];
551
+ export var CompositeComponentTypeResponse = [3, n0, _CCTRo, 0, [_cTI, _iI], [0, 2]];
552
+ export var CompositeComponentUpdateRequest = [
553
+ 3,
554
+ n0,
555
+ _CCUR,
556
+ 0,
557
+ [_uT, _d, _pU, _pGU],
558
+ [0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests],
559
+ ];
560
+ export var ConflictException = [
561
+ -3,
562
+ n0,
563
+ _CE,
564
+ {
565
+ [_e]: _c,
566
+ [_hE]: 409,
567
+ },
568
+ [_m],
569
+ [0],
570
+ ];
571
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
572
+ export var ConnectorFailureException = [
573
+ -3,
574
+ n0,
575
+ _CFE,
576
+ {
577
+ [_e]: _c,
578
+ [_hE]: 424,
579
+ },
580
+ [_m],
581
+ [0],
582
+ ];
583
+ TypeRegistry.for(n0).registerError(ConnectorFailureException, __ConnectorFailureException);
584
+ export var ConnectorTimeoutException = [
585
+ -3,
586
+ n0,
587
+ _CTE,
588
+ {
589
+ [_e]: _c,
590
+ [_hE]: 424,
591
+ },
592
+ [_m],
593
+ [0],
594
+ ];
595
+ TypeRegistry.for(n0).registerError(ConnectorTimeoutException, __ConnectorTimeoutException);
596
+ export var CreateComponentTypeRequest = [
597
+ 3,
598
+ n0,
599
+ _CCTRr,
600
+ 0,
601
+ [_wI, _iS, _cTI, _d, _pD, _eF, _f, _ta, _pG, _cTN, _cCT],
602
+ [
603
+ [0, 1],
604
+ 2,
605
+ [0, 1],
606
+ 0,
607
+ () => PropertyDefinitionsRequest,
608
+ 64 | 0,
609
+ () => FunctionsRequest,
610
+ 128 | 0,
611
+ () => PropertyGroupsRequest,
612
+ 0,
613
+ () => CompositeComponentTypesRequest,
614
+ ],
615
+ ];
616
+ export var CreateComponentTypeResponse = [3, n0, _CCTRre, 0, [_a, _cDT, _st], [0, 4, 0]];
617
+ export var CreateEntityRequest = [
618
+ 3,
619
+ n0,
620
+ _CER,
621
+ 0,
622
+ [_wI, _eI, _eN, _d, _co, _cC, _pEI, _ta],
623
+ [[0, 1], 0, 0, 0, () => ComponentsMapRequest, () => CompositeComponentsMapRequest, 0, 128 | 0],
624
+ ];
625
+ export var CreateEntityResponse = [3, n0, _CERr, 0, [_eI, _a, _cDT, _st], [0, 0, 4, 0]];
626
+ export var CreateMetadataTransferJobRequest = [
627
+ 3,
628
+ n0,
629
+ _CMTJRr,
630
+ 0,
631
+ [_mTJI, _d, _so, _de],
632
+ [0, 0, () => SourceConfigurations, () => DestinationConfiguration],
633
+ ];
634
+ export var CreateMetadataTransferJobResponse = [
635
+ 3,
636
+ n0,
637
+ _CMTJRre,
638
+ 0,
639
+ [_mTJI, _a, _cDT, _s],
640
+ [0, 0, 4, () => MetadataTransferJobStatus],
641
+ ];
642
+ export var CreateSceneRequest = [
643
+ 3,
644
+ n0,
645
+ _CSR,
646
+ 0,
647
+ [_wI, _sI, _cL, _d, _ca, _ta, _sM],
648
+ [[0, 1], 0, 0, 0, 64 | 0, 128 | 0, 128 | 0],
649
+ ];
650
+ export var CreateSceneResponse = [3, n0, _CSRr, 0, [_a, _cDT], [0, 4]];
651
+ export var CreateSyncJobRequest = [
652
+ 3,
653
+ n0,
654
+ _CSJR,
655
+ 0,
656
+ [_wI, _sS, _sR, _ta],
657
+ [[0, 1], [0, 1], 0, 128 | 0],
658
+ ];
659
+ export var CreateSyncJobResponse = [3, n0, _CSJRr, 0, [_a, _cDT, _st], [0, 4, 0]];
660
+ export var CreateWorkspaceRequest = [
661
+ 3,
662
+ n0,
663
+ _CWR,
664
+ 0,
665
+ [_wI, _d, _sL, _r, _ta],
666
+ [[0, 1], 0, 0, 0, 128 | 0],
667
+ ];
668
+ export var CreateWorkspaceResponse = [3, n0, _CWRr, 0, [_a, _cDT], [0, 4]];
669
+ export var DataConnector = [3, n0, _DC, 0, [_l, _iN], [() => LambdaFunction, 2]];
670
+ export var DataType = [
671
+ 3,
672
+ n0,
673
+ _DT,
674
+ 0,
675
+ [_t, _nT, _aV, _uOM, _re],
676
+ [0, () => DataType, () => DataValueList, 0, () => Relationship],
677
+ ];
678
+ export var DataValue = [
679
+ 3,
680
+ n0,
681
+ _DV,
682
+ 0,
683
+ [_bV, _dV, _iV, _lV, _sV, _lVi, _mV, _rV, _ex],
684
+ [2, 1, 1, 1, 0, () => DataValueList, () => DataValueMap, () => RelationshipValue, 0],
685
+ ];
686
+ export var DeleteComponentTypeRequest = [
687
+ 3,
688
+ n0,
689
+ _DCTR,
690
+ 0,
691
+ [_wI, _cTI],
692
+ [
693
+ [0, 1],
694
+ [0, 1],
695
+ ],
696
+ ];
697
+ export var DeleteComponentTypeResponse = [3, n0, _DCTRe, 0, [_st], [0]];
698
+ export var DeleteEntityRequest = [
699
+ 3,
700
+ n0,
701
+ _DER,
702
+ 0,
703
+ [_wI, _eI, _iR],
704
+ [
705
+ [0, 1],
706
+ [0, 1],
707
+ [
708
+ 2,
709
+ {
710
+ [_hQ]: _iR,
711
+ },
712
+ ],
713
+ ],
714
+ ];
715
+ export var DeleteEntityResponse = [3, n0, _DERe, 0, [_st], [0]];
716
+ export var DeleteSceneRequest = [
717
+ 3,
718
+ n0,
719
+ _DSR,
720
+ 0,
721
+ [_wI, _sI],
722
+ [
723
+ [0, 1],
724
+ [0, 1],
725
+ ],
726
+ ];
727
+ export var DeleteSceneResponse = [3, n0, _DSRe, 0, [], []];
728
+ export var DeleteSyncJobRequest = [
729
+ 3,
730
+ n0,
731
+ _DSJR,
732
+ 0,
733
+ [_wI, _sS],
734
+ [
735
+ [0, 1],
736
+ [0, 1],
737
+ ],
738
+ ];
739
+ export var DeleteSyncJobResponse = [3, n0, _DSJRe, 0, [_st], [0]];
740
+ export var DeleteWorkspaceRequest = [3, n0, _DWR, 0, [_wI], [[0, 1]]];
741
+ export var DeleteWorkspaceResponse = [3, n0, _DWRe, 0, [_m], [0]];
742
+ export var DestinationConfiguration = [
743
+ 3,
744
+ n0,
745
+ _DCe,
746
+ 0,
747
+ [_t, _sC, _iTMC],
748
+ [0, () => S3DestinationConfiguration, () => IotTwinMakerDestinationConfiguration],
749
+ ];
750
+ export var EntityPropertyReference = [
751
+ 3,
752
+ n0,
753
+ _EPR,
754
+ 0,
755
+ [_cN, _cP, _eIP, _eI, _pNr],
756
+ [0, 0, 128 | 0, 0, 0],
757
+ ];
758
+ export var EntitySummary = [
759
+ 3,
760
+ n0,
761
+ _ES,
762
+ 0,
763
+ [_eI, _eN, _a, _pEI, _s, _d, _hCE, _cDT, _uDT],
764
+ [0, 0, 0, 0, () => Status, 0, 2, 4, 4],
765
+ ];
766
+ export var ErrorDetails = [3, n0, _ED, 0, [_cod, _m], [0, 0]];
767
+ export var ExecuteQueryRequest = [3, n0, _EQR, 0, [_wI, _qS, _mR, _nTe], [0, 0, 1, 0]];
768
+ export var ExecuteQueryResponse = [
769
+ 3,
770
+ n0,
771
+ _EQRx,
772
+ 0,
773
+ [_cD, _ro, _nTe],
774
+ [() => ColumnDescriptions, () => Rows, 0],
775
+ ];
776
+ export var FilterByAsset = [3, n0, _FBA, 0, [_aI, _aEI, _iO, _iAM], [0, 0, 2, 2]];
777
+ export var FilterByAssetModel = [3, n0, _FBAM, 0, [_aMI, _aMEI, _iO, _iA], [0, 0, 2, 2]];
778
+ export var FilterByComponentType = [3, n0, _FBCT, 0, [_cTI], [0]];
779
+ export var FilterByEntity = [3, n0, _FBE, 0, [_eI], [0]];
780
+ export var FunctionRequest = [3, n0, _FR, 0, [_rP, _sc, _iB], [64 | 0, 0, () => DataConnector]];
781
+ export var FunctionResponse = [
782
+ 3,
783
+ n0,
784
+ _FRu,
785
+ 0,
786
+ [_rP, _sc, _iB, _iI],
787
+ [64 | 0, 0, () => DataConnector, 2],
788
+ ];
789
+ export var GetComponentTypeRequest = [
790
+ 3,
791
+ n0,
792
+ _GCTR,
793
+ 0,
794
+ [_wI, _cTI],
795
+ [
796
+ [0, 1],
797
+ [0, 1],
798
+ ],
799
+ ];
800
+ export var GetComponentTypeResponse = [
801
+ 3,
802
+ n0,
803
+ _GCTRe,
804
+ 0,
805
+ [_wI, _iS, _cTI, _d, _pD, _eF, _f, _cDT, _uDT, _a, _iAs, _iSI, _s, _pG, _sS, _cTN, _cCT],
806
+ [
807
+ 0,
808
+ 2,
809
+ 0,
810
+ 0,
811
+ () => PropertyDefinitionsResponse,
812
+ 64 | 0,
813
+ () => FunctionsResponse,
814
+ 4,
815
+ 4,
816
+ 0,
817
+ 2,
818
+ 2,
819
+ () => Status,
820
+ () => PropertyGroupsResponse,
821
+ 0,
822
+ 0,
823
+ () => CompositeComponentTypesResponse,
824
+ ],
825
+ ];
826
+ export var GetEntityRequest = [
827
+ 3,
828
+ n0,
829
+ _GER,
830
+ 0,
831
+ [_wI, _eI],
832
+ [
833
+ [0, 1],
834
+ [0, 1],
835
+ ],
836
+ ];
837
+ export var GetEntityResponse = [
838
+ 3,
839
+ n0,
840
+ _GERe,
841
+ 0,
842
+ [_eI, _eN, _a, _s, _wI, _d, _co, _pEI, _hCE, _cDT, _uDT, _sS, _aACR],
843
+ [0, 0, 0, () => Status, 0, 0, () => ComponentsMap, 0, 2, 4, 4, 0, 2],
844
+ ];
845
+ export var GetMetadataTransferJobRequest = [3, n0, _GMTJR, 0, [_mTJI], [[0, 1]]];
846
+ export var GetMetadataTransferJobResponse = [
847
+ 3,
848
+ n0,
849
+ _GMTJRe,
850
+ 0,
851
+ [_mTJI, _a, _d, _so, _de, _mTJR, _rU, _cDT, _uDT, _s, _p],
852
+ [
853
+ 0,
854
+ 0,
855
+ 0,
856
+ () => SourceConfigurations,
857
+ () => DestinationConfiguration,
858
+ 0,
859
+ 0,
860
+ 4,
861
+ 4,
862
+ () => MetadataTransferJobStatus,
863
+ () => MetadataTransferJobProgress,
864
+ ],
865
+ ];
866
+ export var GetPricingPlanRequest = [3, n0, _GPPR, 0, [], []];
867
+ export var GetPricingPlanResponse = [
868
+ 3,
869
+ n0,
870
+ _GPPRe,
871
+ 0,
872
+ [_cPP, _pPP],
873
+ [() => PricingPlan, () => PricingPlan],
874
+ ];
875
+ export var GetPropertyValueHistoryRequest = [
876
+ 3,
877
+ n0,
878
+ _GPVHR,
879
+ 0,
880
+ [_wI, _eI, _cN, _cP, _cTI, _sP, _pF, _sDT, _eDT, _i, _nTe, _mR, _oBT, _sT, _eT],
881
+ [[0, 1], 0, 0, 0, 0, 64 | 0, () => PropertyFilters, 4, 4, () => InterpolationParameters, 0, 1, 0, 0, 0],
882
+ ];
883
+ export var GetPropertyValueHistoryResponse = [
884
+ 3,
885
+ n0,
886
+ _GPVHRe,
887
+ 0,
888
+ [_pV, _nTe],
889
+ [() => PropertyValueList, 0],
890
+ ];
891
+ export var GetPropertyValueRequest = [
892
+ 3,
893
+ n0,
894
+ _GPVR,
895
+ 0,
896
+ [_cN, _cP, _cTI, _eI, _sP, _wI, _mR, _nTe, _pGN, _tC],
897
+ [0, 0, 0, 0, 64 | 0, [0, 1], 1, 0, 0, () => TabularConditions],
898
+ ];
899
+ export var GetPropertyValueResponse = [
900
+ 3,
901
+ n0,
902
+ _GPVRe,
903
+ 0,
904
+ [_pV, _nTe, _tPV],
905
+ [() => PropertyLatestValueMap, 0, () => TabularPropertyValues],
906
+ ];
907
+ export var GetSceneRequest = [
908
+ 3,
909
+ n0,
910
+ _GSR,
911
+ 0,
912
+ [_wI, _sI],
913
+ [
914
+ [0, 1],
915
+ [0, 1],
916
+ ],
917
+ ];
918
+ export var GetSceneResponse = [
919
+ 3,
920
+ n0,
921
+ _GSRe,
922
+ 0,
923
+ [_wI, _sI, _cL, _a, _cDT, _uDT, _d, _ca, _sM, _gSM, _e],
924
+ [0, 0, 0, 0, 4, 4, 0, 64 | 0, 128 | 0, 128 | 0, () => SceneError],
925
+ ];
926
+ export var GetSyncJobRequest = [
927
+ 3,
928
+ n0,
929
+ _GSJR,
930
+ 0,
931
+ [_sS, _wI],
932
+ [
933
+ [0, 1],
934
+ [
935
+ 0,
936
+ {
937
+ [_hQ]: _w,
938
+ },
939
+ ],
940
+ ],
941
+ ];
942
+ export var GetSyncJobResponse = [
943
+ 3,
944
+ n0,
945
+ _GSJRe,
946
+ 0,
947
+ [_a, _wI, _sS, _sR, _s, _cDT, _uDT],
948
+ [0, 0, 0, 0, () => SyncJobStatus, 4, 4],
949
+ ];
950
+ export var GetWorkspaceRequest = [3, n0, _GWR, 0, [_wI], [[0, 1]]];
951
+ export var GetWorkspaceResponse = [
952
+ 3,
953
+ n0,
954
+ _GWRe,
955
+ 0,
956
+ [_wI, _a, _d, _lS, _sL, _r, _cDT, _uDT],
957
+ [0, 0, 0, 64 | 0, 0, 0, 4, 4],
958
+ ];
959
+ export var InternalServerException = [
960
+ -3,
961
+ n0,
962
+ _ISE,
963
+ {
964
+ [_e]: _se,
965
+ [_hE]: 500,
966
+ },
967
+ [_m],
968
+ [0],
969
+ ];
970
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
971
+ export var InterpolationParameters = [3, n0, _IP, 0, [_iT, _iIS], [0, 1]];
972
+ export var IotSiteWiseSourceConfiguration = [
973
+ 3,
974
+ n0,
975
+ _ISWSC,
976
+ 0,
977
+ [_fi],
978
+ [() => IotSiteWiseSourceConfigurationFilters],
979
+ ];
980
+ export var IotTwinMakerDestinationConfiguration = [3, n0, _ITMDC, 0, [_w], [0]];
981
+ export var IotTwinMakerSourceConfiguration = [
982
+ 3,
983
+ n0,
984
+ _ITMSC,
985
+ 0,
986
+ [_w, _fi],
987
+ [0, () => IotTwinMakerSourceConfigurationFilters],
988
+ ];
989
+ export var LambdaFunction = [3, n0, _LF, 0, [_a], [0]];
990
+ export var ListComponentsRequest = [
991
+ 3,
992
+ n0,
993
+ _LCR,
994
+ 0,
995
+ [_wI, _eI, _cP, _mR, _nTe],
996
+ [[0, 1], [0, 1], 0, 1, 0],
997
+ ];
998
+ export var ListComponentsResponse = [
999
+ 3,
1000
+ n0,
1001
+ _LCRi,
1002
+ 0,
1003
+ [_cS, _nTe],
1004
+ [() => ComponentSummaries, 0],
1005
+ ];
1006
+ export var ListComponentTypesRequest = [
1007
+ 3,
1008
+ n0,
1009
+ _LCTR,
1010
+ 0,
1011
+ [_wI, _fi, _nTe, _mR],
1012
+ [[0, 1], () => ListComponentTypesFilters, 0, 1],
1013
+ ];
1014
+ export var ListComponentTypesResponse = [
1015
+ 3,
1016
+ n0,
1017
+ _LCTRi,
1018
+ 0,
1019
+ [_wI, _cTS, _nTe, _mR],
1020
+ [0, () => ComponentTypeSummaries, 0, 1],
1021
+ ];
1022
+ export var ListEntitiesRequest = [
1023
+ 3,
1024
+ n0,
1025
+ _LER,
1026
+ 0,
1027
+ [_wI, _fi, _mR, _nTe],
1028
+ [[0, 1], () => ListEntitiesFilters, 1, 0],
1029
+ ];
1030
+ export var ListEntitiesResponse = [3, n0, _LERi, 0, [_eS, _nTe], [() => EntitySummaries, 0]];
1031
+ export var ListMetadataTransferJobsRequest = [
1032
+ 3,
1033
+ n0,
1034
+ _LMTJR,
1035
+ 0,
1036
+ [_sTo, _dT, _fi, _nTe, _mR],
1037
+ [0, 0, () => ListMetadataTransferJobsFilters, 0, 1],
1038
+ ];
1039
+ export var ListMetadataTransferJobsResponse = [
1040
+ 3,
1041
+ n0,
1042
+ _LMTJRi,
1043
+ 0,
1044
+ [_mTJS, _nTe],
1045
+ [() => MetadataTransferJobSummaries, 0],
1046
+ ];
1047
+ export var ListPropertiesRequest = [
1048
+ 3,
1049
+ n0,
1050
+ _LPR,
1051
+ 0,
1052
+ [_wI, _cN, _cP, _eI, _mR, _nTe],
1053
+ [[0, 1], 0, 0, 0, 1, 0],
1054
+ ];
1055
+ export var ListPropertiesResponse = [3, n0, _LPRi, 0, [_pS, _nTe], [() => PropertySummaries, 0]];
1056
+ export var ListScenesRequest = [3, n0, _LSR, 0, [_wI, _mR, _nTe], [[0, 1], 1, 0]];
1057
+ export var ListScenesResponse = [3, n0, _LSRi, 0, [_sSc, _nTe], [() => SceneSummaries, 0]];
1058
+ export var ListSyncJobsRequest = [3, n0, _LSJR, 0, [_wI, _mR, _nTe], [[0, 1], 1, 0]];
1059
+ export var ListSyncJobsResponse = [3, n0, _LSJRi, 0, [_sJS, _nTe], [() => SyncJobSummaries, 0]];
1060
+ export var ListSyncResourcesRequest = [
1061
+ 3,
1062
+ n0,
1063
+ _LSRR,
1064
+ 0,
1065
+ [_wI, _sS, _fi, _mR, _nTe],
1066
+ [[0, 1], [0, 1], () => SyncResourceFilters, 1, 0],
1067
+ ];
1068
+ export var ListSyncResourcesResponse = [
1069
+ 3,
1070
+ n0,
1071
+ _LSRRi,
1072
+ 0,
1073
+ [_sRy, _nTe],
1074
+ [() => SyncResourceSummaries, 0],
1075
+ ];
1076
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rARN, _mR, _nTe], [0, 1, 0]];
1077
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta, _nTe], [128 | 0, 0]];
1078
+ export var ListWorkspacesRequest = [3, n0, _LWR, 0, [_mR, _nTe], [1, 0]];
1079
+ export var ListWorkspacesResponse = [
1080
+ 3,
1081
+ n0,
1082
+ _LWRi,
1083
+ 0,
1084
+ [_wS, _nTe],
1085
+ [() => WorkspaceSummaries, 0],
1086
+ ];
1087
+ export var MetadataTransferJobProgress = [
1088
+ 3,
1089
+ n0,
1090
+ _MTJP,
1091
+ 0,
1092
+ [_tCo, _sCu, _sCk, _fC],
1093
+ [1, 1, 1, 1],
1094
+ ];
1095
+ export var MetadataTransferJobStatus = [
1096
+ 3,
1097
+ n0,
1098
+ _MTJS,
1099
+ 0,
1100
+ [_st, _e, _qP],
1101
+ [0, () => ErrorDetails, 1],
1102
+ ];
1103
+ export var MetadataTransferJobSummary = [
1104
+ 3,
1105
+ n0,
1106
+ _MTJSe,
1107
+ 0,
1108
+ [_mTJI, _a, _cDT, _uDT, _s, _p],
1109
+ [0, 0, 4, 4, () => MetadataTransferJobStatus, () => MetadataTransferJobProgress],
1110
+ ];
1111
+ export var OrderBy = [3, n0, _OB, 0, [_o, _pNr], [0, 0]];
1112
+ export var ParentEntityUpdateRequest = [3, n0, _PEUR, 0, [_uT, _pEI], [0, 0]];
1113
+ export var PricingPlan = [
1114
+ 3,
1115
+ n0,
1116
+ _PP,
1117
+ 0,
1118
+ [_bEC, _bI, _eDTf, _pM, _uDT, _uR],
1119
+ [1, () => BundleInformation, 4, 0, 4, 0],
1120
+ ];
1121
+ export var PropertyDefinitionRequest = [
1122
+ 3,
1123
+ n0,
1124
+ _PDR,
1125
+ 0,
1126
+ [_dTa, _iRIE, _iEI, _iSE, _iTS, _dVe, _con, _dN],
1127
+ [() => DataType, 2, 2, 2, 2, () => DataValue, 128 | 0, 0],
1128
+ ];
1129
+ export var PropertyDefinitionResponse = [
1130
+ 3,
1131
+ n0,
1132
+ _PDRr,
1133
+ 0,
1134
+ [_dTa, _iTS, _iRIE, _iEI, _iSE, _iIs, _iF, _iI, _dVe, _con, _dN],
1135
+ [() => DataType, 2, 2, 2, 2, 2, 2, 2, () => DataValue, 128 | 0, 0],
1136
+ ];
1137
+ export var PropertyFilter = [3, n0, _PF, 0, [_pNr, _op, _v], [0, 0, () => DataValue]];
1138
+ export var PropertyGroupRequest = [3, n0, _PGR, 0, [_gT, _pN], [0, 64 | 0]];
1139
+ export var PropertyGroupResponse = [3, n0, _PGRr, 0, [_gT, _pN, _iI], [0, 64 | 0, 2]];
1140
+ export var PropertyLatestValue = [
1141
+ 3,
1142
+ n0,
1143
+ _PLV,
1144
+ 0,
1145
+ [_pR, _pVr],
1146
+ [() => EntityPropertyReference, () => DataValue],
1147
+ ];
1148
+ export var PropertyRequest = [
1149
+ 3,
1150
+ n0,
1151
+ _PR,
1152
+ 0,
1153
+ [_def, _v, _uT],
1154
+ [() => PropertyDefinitionRequest, () => DataValue, 0],
1155
+ ];
1156
+ export var PropertyResponse = [
1157
+ 3,
1158
+ n0,
1159
+ _PRr,
1160
+ 0,
1161
+ [_def, _v, _aAPVR],
1162
+ [() => PropertyDefinitionResponse, () => DataValue, 2],
1163
+ ];
1164
+ export var PropertySummary = [
1165
+ 3,
1166
+ n0,
1167
+ _PS,
1168
+ 0,
1169
+ [_def, _pNr, _v, _aAPVR],
1170
+ [() => PropertyDefinitionResponse, 0, () => DataValue, 2],
1171
+ ];
1172
+ export var PropertyValue = [3, n0, _PV, 0, [_ti, _v, _tim], [4, () => DataValue, 0]];
1173
+ export var PropertyValueEntry = [
1174
+ 3,
1175
+ n0,
1176
+ _PVE,
1177
+ 0,
1178
+ [_ePR, _pV],
1179
+ [() => EntityPropertyReference, () => PropertyValues],
1180
+ ];
1181
+ export var PropertyValueHistory = [
1182
+ 3,
1183
+ n0,
1184
+ _PVH,
1185
+ 0,
1186
+ [_ePR, _va],
1187
+ [() => EntityPropertyReference, () => Values],
1188
+ ];
1189
+ export var QueryTimeoutException = [
1190
+ -3,
1191
+ n0,
1192
+ _QTE,
1193
+ {
1194
+ [_e]: _c,
1195
+ [_hE]: 400,
1196
+ },
1197
+ [_m],
1198
+ [0],
1199
+ ];
1200
+ TypeRegistry.for(n0).registerError(QueryTimeoutException, __QueryTimeoutException);
1201
+ export var Relationship = [3, n0, _R, 0, [_tCTI, _rT], [0, 0]];
1202
+ export var RelationshipValue = [3, n0, _RV, 0, [_tEI, _tCN], [0, 0]];
1203
+ export var ResourceNotFoundException = [
1204
+ -3,
1205
+ n0,
1206
+ _RNFE,
1207
+ {
1208
+ [_e]: _c,
1209
+ [_hE]: 404,
1210
+ },
1211
+ [_m],
1212
+ [0],
1213
+ ];
1214
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1215
+ export var Row = [3, n0, _Ro, 0, [_rD], [64 | 15]];
1216
+ export var S3DestinationConfiguration = [3, n0, _SDC, 0, [_lo], [0]];
1217
+ export var S3SourceConfiguration = [3, n0, _SSC, 0, [_lo], [0]];
1218
+ export var SceneError = [3, n0, _SE, 0, [_cod, _m], [0, 0]];
1219
+ export var SceneSummary = [3, n0, _SS, 0, [_sI, _cL, _a, _cDT, _uDT, _d], [0, 0, 0, 4, 4, 0]];
1220
+ export var ServiceQuotaExceededException = [
1221
+ -3,
1222
+ n0,
1223
+ _SQEE,
1224
+ {
1225
+ [_e]: _c,
1226
+ [_hE]: 402,
1227
+ },
1228
+ [_m],
1229
+ [0],
1230
+ ];
1231
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1232
+ export var SourceConfiguration = [
1233
+ 3,
1234
+ n0,
1235
+ _SC,
1236
+ 0,
1237
+ [_t, _sC, _iSWC, _iTMC],
1238
+ [0, () => S3SourceConfiguration, () => IotSiteWiseSourceConfiguration, () => IotTwinMakerSourceConfiguration],
1239
+ ];
1240
+ export var Status = [3, n0, _S, 0, [_st, _e], [0, () => ErrorDetails]];
1241
+ export var SyncJobStatus = [3, n0, _SJS, 0, [_st, _e], [0, () => ErrorDetails]];
1242
+ export var SyncJobSummary = [
1243
+ 3,
1244
+ n0,
1245
+ _SJSy,
1246
+ 0,
1247
+ [_a, _wI, _sS, _s, _cDT, _uDT],
1248
+ [0, 0, 0, () => SyncJobStatus, 4, 4],
1249
+ ];
1250
+ export var SyncResourceStatus = [3, n0, _SRS, 0, [_st, _e], [0, () => ErrorDetails]];
1251
+ export var SyncResourceSummary = [
1252
+ 3,
1253
+ n0,
1254
+ _SRSy,
1255
+ 0,
1256
+ [_rTe, _eIx, _rI, _s, _uDT],
1257
+ [0, 0, 0, () => SyncResourceStatus, 4],
1258
+ ];
1259
+ export var TabularConditions = [
1260
+ 3,
1261
+ n0,
1262
+ _TC,
1263
+ 0,
1264
+ [_oB, _pF],
1265
+ [() => OrderByList, () => PropertyFilters],
1266
+ ];
1267
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rARN, _ta], [0, 128 | 0]];
1268
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1269
+ export var ThrottlingException = [
1270
+ -3,
1271
+ n0,
1272
+ _TE,
1273
+ {
1274
+ [_e]: _c,
1275
+ [_hE]: 429,
1276
+ },
1277
+ [_m],
1278
+ [0],
1279
+ ];
1280
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1281
+ export var TooManyTagsException = [
1282
+ -3,
1283
+ n0,
1284
+ _TMTE,
1285
+ {
1286
+ [_e]: _c,
1287
+ [_hE]: 400,
1288
+ },
1289
+ [_m],
1290
+ [0],
1291
+ ];
1292
+ TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1293
+ export var UntagResourceRequest = [
1294
+ 3,
1295
+ n0,
1296
+ _URR,
1297
+ 0,
1298
+ [_rARN, _tK],
1299
+ [
1300
+ [
1301
+ 0,
1302
+ {
1303
+ [_hQ]: _rARN,
1304
+ },
1305
+ ],
1306
+ [
1307
+ 64 | 0,
1308
+ {
1309
+ [_hQ]: _tK,
1310
+ },
1311
+ ],
1312
+ ],
1313
+ ];
1314
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1315
+ export var UpdateComponentTypeRequest = [
1316
+ 3,
1317
+ n0,
1318
+ _UCTR,
1319
+ 0,
1320
+ [_wI, _iS, _cTI, _d, _pD, _eF, _f, _pG, _cTN, _cCT],
1321
+ [
1322
+ [0, 1],
1323
+ 2,
1324
+ [0, 1],
1325
+ 0,
1326
+ () => PropertyDefinitionsRequest,
1327
+ 64 | 0,
1328
+ () => FunctionsRequest,
1329
+ () => PropertyGroupsRequest,
1330
+ 0,
1331
+ () => CompositeComponentTypesRequest,
1332
+ ],
1333
+ ];
1334
+ export var UpdateComponentTypeResponse = [3, n0, _UCTRp, 0, [_wI, _a, _cTI, _st], [0, 0, 0, 0]];
1335
+ export var UpdateEntityRequest = [
1336
+ 3,
1337
+ n0,
1338
+ _UER,
1339
+ 0,
1340
+ [_wI, _eI, _eN, _d, _cU, _cCU, _pEU],
1341
+ [
1342
+ [0, 1],
1343
+ [0, 1],
1344
+ 0,
1345
+ 0,
1346
+ () => ComponentUpdatesMapRequest,
1347
+ () => CompositeComponentUpdatesMapRequest,
1348
+ () => ParentEntityUpdateRequest,
1349
+ ],
1350
+ ];
1351
+ export var UpdateEntityResponse = [3, n0, _UERp, 0, [_uDT, _st], [4, 0]];
1352
+ export var UpdatePricingPlanRequest = [3, n0, _UPPR, 0, [_pM, _bN], [0, 64 | 0]];
1353
+ export var UpdatePricingPlanResponse = [
1354
+ 3,
1355
+ n0,
1356
+ _UPPRp,
1357
+ 0,
1358
+ [_cPP, _pPP],
1359
+ [() => PricingPlan, () => PricingPlan],
1360
+ ];
1361
+ export var UpdateSceneRequest = [
1362
+ 3,
1363
+ n0,
1364
+ _USR,
1365
+ 0,
1366
+ [_wI, _sI, _cL, _d, _ca, _sM],
1367
+ [[0, 1], [0, 1], 0, 0, 64 | 0, 128 | 0],
1368
+ ];
1369
+ export var UpdateSceneResponse = [3, n0, _USRp, 0, [_uDT], [4]];
1370
+ export var UpdateWorkspaceRequest = [3, n0, _UWR, 0, [_wI, _d, _r, _sL], [[0, 1], 0, 0, 0]];
1371
+ export var UpdateWorkspaceResponse = [3, n0, _UWRp, 0, [_uDT], [4]];
1372
+ export var ValidationException = [
1373
+ -3,
1374
+ n0,
1375
+ _VE,
1376
+ {
1377
+ [_e]: _c,
1378
+ [_hE]: 400,
1379
+ },
1380
+ [_m],
1381
+ [0],
1382
+ ];
1383
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1384
+ export var WorkspaceSummary = [
1385
+ 3,
1386
+ n0,
1387
+ _WS,
1388
+ 0,
1389
+ [_wI, _a, _d, _lS, _cDT, _uDT],
1390
+ [0, 0, 0, 64 | 0, 4, 4],
1391
+ ];
1392
+ export var IoTTwinMakerServiceException = [-3, _sm, "IoTTwinMakerServiceException", 0, [], []];
1393
+ TypeRegistry.for(_sm).registerError(IoTTwinMakerServiceException, __IoTTwinMakerServiceException);
1394
+ export var ColumnDescriptions = [1, n0, _CDo, 0, () => ColumnDescription];
1395
+ export var ComponentSummaries = [1, n0, _CSo, 0, () => ComponentSummary];
1396
+ export var ComponentTypeSummaries = [1, n0, _CTSo, 0, () => ComponentTypeSummary];
1397
+ export var DataValueList = [1, n0, _DVL, 0, () => DataValue];
1398
+ export var EntitySummaries = [1, n0, _ESn, 0, () => EntitySummary];
1399
+ export var Entries = [1, n0, _E, 0, () => PropertyValueEntry];
1400
+ export var ErrorEntries = [1, n0, _EE, 0, () => BatchPutPropertyErrorEntry];
1401
+ export var Errors = [1, n0, _Er, 0, () => BatchPutPropertyError];
1402
+ export var ExtendsFrom = 64 | 0;
1403
+ export var IotSiteWiseSourceConfigurationFilters = [
1404
+ 1,
1405
+ n0,
1406
+ _ISWSCF,
1407
+ 0,
1408
+ () => IotSiteWiseSourceConfigurationFilter,
1409
+ ];
1410
+ export var IotTwinMakerSourceConfigurationFilters = [
1411
+ 1,
1412
+ n0,
1413
+ _ITMSCF,
1414
+ 0,
1415
+ () => IotTwinMakerSourceConfigurationFilter,
1416
+ ];
1417
+ export var LinkedServices = 64 | 0;
1418
+ export var ListComponentTypesFilters = [1, n0, _LCTF, 0, () => ListComponentTypesFilter];
1419
+ export var ListEntitiesFilters = [1, n0, _LEF, 0, () => ListEntitiesFilter];
1420
+ export var ListMetadataTransferJobsFilters = [1, n0, _LMTJF, 0, () => ListMetadataTransferJobsFilter];
1421
+ export var MetadataTransferJobSummaries = [1, n0, _MTJSet, 0, () => MetadataTransferJobSummary];
1422
+ export var OrderByList = [1, n0, _OBL, 0, () => OrderBy];
1423
+ export var PricingBundles = 64 | 0;
1424
+ export var PropertyFilters = [1, n0, _PFr, 0, () => PropertyFilter];
1425
+ export var PropertyNames = 64 | 0;
1426
+ export var PropertySummaries = [1, n0, _PSr, 0, () => PropertySummary];
1427
+ export var PropertyValueList = [1, n0, _PVL, 0, () => PropertyValueHistory];
1428
+ export var PropertyValues = [1, n0, _PVr, 0, () => PropertyValue];
1429
+ export var RequiredProperties = 64 | 0;
1430
+ export var RowData = 64 | 15;
1431
+ export var Rows = [1, n0, _Row, 0, () => Row];
1432
+ export var SceneCapabilities = 64 | 0;
1433
+ export var SceneSummaries = [1, n0, _SSc, 0, () => SceneSummary];
1434
+ export var SelectedPropertyList = 64 | 0;
1435
+ export var SourceConfigurations = [1, n0, _SCo, 0, () => SourceConfiguration];
1436
+ export var SyncJobSummaries = [1, n0, _SJSyn, 0, () => SyncJobSummary];
1437
+ export var SyncResourceFilters = [1, n0, _SRF, 0, () => SyncResourceFilter];
1438
+ export var SyncResourceSummaries = [1, n0, _SRSyn, 0, () => SyncResourceSummary];
1439
+ export var TabularPropertyValue = [1, n0, _TPVa, 0, () => PropertyTableValue];
1440
+ export var TabularPropertyValues = [1, n0, _TPV, 0, () => TabularPropertyValue];
1441
+ export var TagKeyList = 64 | 0;
1442
+ export var Values = [1, n0, _V, 0, () => PropertyValue];
1443
+ export var WorkspaceSummaries = [1, n0, _WSo, 0, () => WorkspaceSummary];
1444
+ export var ComponentPropertyGroupRequests = [
1445
+ 2,
1446
+ n0,
1447
+ _CPGRom,
1448
+ 0,
1449
+ 0,
1450
+ () => ComponentPropertyGroupRequest,
1451
+ ];
1452
+ export var ComponentPropertyGroupResponses = [
1453
+ 2,
1454
+ n0,
1455
+ _CPGRomp,
1456
+ 0,
1457
+ 0,
1458
+ () => ComponentPropertyGroupResponse,
1459
+ ];
1460
+ export var ComponentsMap = [2, n0, _CM, 0, 0, () => ComponentResponse];
1461
+ export var ComponentsMapRequest = [2, n0, _CMR, 0, 0, () => ComponentRequest];
1462
+ export var ComponentUpdatesMapRequest = [2, n0, _CUMR, 0, 0, () => ComponentUpdateRequest];
1463
+ export var CompositeComponentResponse = [2, n0, _CCRo, 0, 0, () => ComponentSummary];
1464
+ export var CompositeComponentsMapRequest = [2, n0, _CCMR, 0, 0, () => CompositeComponentRequest];
1465
+ export var CompositeComponentTypesRequest = [
1466
+ 2,
1467
+ n0,
1468
+ _CCTRom,
1469
+ 0,
1470
+ 0,
1471
+ () => CompositeComponentTypeRequest,
1472
+ ];
1473
+ export var CompositeComponentTypesResponse = [
1474
+ 2,
1475
+ n0,
1476
+ _CCTRomp,
1477
+ 0,
1478
+ 0,
1479
+ () => CompositeComponentTypeResponse,
1480
+ ];
1481
+ export var CompositeComponentUpdatesMapRequest = [
1482
+ 2,
1483
+ n0,
1484
+ _CCUMR,
1485
+ 0,
1486
+ 0,
1487
+ () => CompositeComponentUpdateRequest,
1488
+ ];
1489
+ export var Configuration = 128 | 0;
1490
+ export var DataValueMap = [2, n0, _DVM, 0, 0, () => DataValue];
1491
+ export var ExternalIdProperty = 128 | 0;
1492
+ export var FunctionsRequest = [2, n0, _FRun, 0, 0, () => FunctionRequest];
1493
+ export var FunctionsResponse = [2, n0, _FRunc, 0, 0, () => FunctionResponse];
1494
+ export var GeneratedSceneMetadataMap = 128 | 0;
1495
+ export var PropertyDefinitionsRequest = [2, n0, _PDRro, 0, 0, () => PropertyDefinitionRequest];
1496
+ export var PropertyDefinitionsResponse = [2, n0, _PDRrop, 0, 0, () => PropertyDefinitionResponse];
1497
+ export var PropertyGroupsRequest = [2, n0, _PGRro, 0, 0, () => PropertyGroupRequest];
1498
+ export var PropertyGroupsResponse = [2, n0, _PGRrop, 0, 0, () => PropertyGroupResponse];
1499
+ export var PropertyLatestValueMap = [2, n0, _PLVM, 0, 0, () => PropertyLatestValue];
1500
+ export var PropertyRequests = [2, n0, _PRro, 0, 0, () => PropertyRequest];
1501
+ export var PropertyResponses = [2, n0, _PRrop, 0, 0, () => PropertyResponse];
1502
+ export var PropertyTableValue = [2, n0, _PTV, 0, 0, () => DataValue];
1503
+ export var SceneMetadataMap = 128 | 0;
1504
+ export var TagMap = 128 | 0;
1505
+ export var IotSiteWiseSourceConfigurationFilter = [
1506
+ 3,
1507
+ n0,
1508
+ _ISWSCFo,
1509
+ 0,
1510
+ [_fBAM, _fBA],
1511
+ [() => FilterByAssetModel, () => FilterByAsset],
1512
+ ];
1513
+ export var IotTwinMakerSourceConfigurationFilter = [
1514
+ 3,
1515
+ n0,
1516
+ _ITMSCFo,
1517
+ 0,
1518
+ [_fBCT, _fBE],
1519
+ [() => FilterByComponentType, () => FilterByEntity],
1520
+ ];
1521
+ export var ListComponentTypesFilter = [3, n0, _LCTFi, 0, [_eF, _na, _iAs], [0, 0, 2]];
1522
+ export var ListEntitiesFilter = [3, n0, _LEFi, 0, [_pEI, _cTI, _eIx], [0, 0, 0]];
1523
+ export var ListMetadataTransferJobsFilter = [3, n0, _LMTJFi, 0, [_wI, _st], [0, 0]];
1524
+ export var SyncResourceFilter = [3, n0, _SRFy, 0, [_st, _rTe, _rI, _eIx], [0, 0, 0, 0]];
1525
+ export var BatchPutPropertyValues = [
1526
+ 9,
1527
+ n0,
1528
+ _BPPV,
1529
+ {
1530
+ [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties", 200],
1531
+ [_end]: ["data."],
1532
+ },
1533
+ () => BatchPutPropertyValuesRequest,
1534
+ () => BatchPutPropertyValuesResponse,
1535
+ ];
1536
+ export var CancelMetadataTransferJob = [
1537
+ 9,
1538
+ n0,
1539
+ _CMTJ,
1540
+ {
1541
+ [_h]: ["PUT", "/metadata-transfer-jobs/{metadataTransferJobId}/cancel", 200],
1542
+ [_end]: ["api."],
1543
+ },
1544
+ () => CancelMetadataTransferJobRequest,
1545
+ () => CancelMetadataTransferJobResponse,
1546
+ ];
1547
+ export var CreateComponentType = [
1548
+ 9,
1549
+ n0,
1550
+ _CCT,
1551
+ {
1552
+ [_h]: ["POST", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1553
+ [_end]: ["api."],
1554
+ },
1555
+ () => CreateComponentTypeRequest,
1556
+ () => CreateComponentTypeResponse,
1557
+ ];
1558
+ export var CreateEntity = [
1559
+ 9,
1560
+ n0,
1561
+ _CEr,
1562
+ {
1563
+ [_h]: ["POST", "/workspaces/{workspaceId}/entities", 200],
1564
+ [_end]: ["api."],
1565
+ },
1566
+ () => CreateEntityRequest,
1567
+ () => CreateEntityResponse,
1568
+ ];
1569
+ export var CreateMetadataTransferJob = [
1570
+ 9,
1571
+ n0,
1572
+ _CMTJr,
1573
+ {
1574
+ [_h]: ["POST", "/metadata-transfer-jobs", 200],
1575
+ [_end]: ["api."],
1576
+ },
1577
+ () => CreateMetadataTransferJobRequest,
1578
+ () => CreateMetadataTransferJobResponse,
1579
+ ];
1580
+ export var CreateScene = [
1581
+ 9,
1582
+ n0,
1583
+ _CSr,
1584
+ {
1585
+ [_h]: ["POST", "/workspaces/{workspaceId}/scenes", 200],
1586
+ [_end]: ["api."],
1587
+ },
1588
+ () => CreateSceneRequest,
1589
+ () => CreateSceneResponse,
1590
+ ];
1591
+ export var CreateSyncJob = [
1592
+ 9,
1593
+ n0,
1594
+ _CSJ,
1595
+ {
1596
+ [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200],
1597
+ [_end]: ["api."],
1598
+ },
1599
+ () => CreateSyncJobRequest,
1600
+ () => CreateSyncJobResponse,
1601
+ ];
1602
+ export var CreateWorkspace = [
1603
+ 9,
1604
+ n0,
1605
+ _CW,
1606
+ {
1607
+ [_h]: ["POST", "/workspaces/{workspaceId}", 200],
1608
+ [_end]: ["api."],
1609
+ },
1610
+ () => CreateWorkspaceRequest,
1611
+ () => CreateWorkspaceResponse,
1612
+ ];
1613
+ export var DeleteComponentType = [
1614
+ 9,
1615
+ n0,
1616
+ _DCT,
1617
+ {
1618
+ [_h]: ["DELETE", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1619
+ [_end]: ["api."],
1620
+ },
1621
+ () => DeleteComponentTypeRequest,
1622
+ () => DeleteComponentTypeResponse,
1623
+ ];
1624
+ export var DeleteEntity = [
1625
+ 9,
1626
+ n0,
1627
+ _DE,
1628
+ {
1629
+ [_h]: ["DELETE", "/workspaces/{workspaceId}/entities/{entityId}", 200],
1630
+ [_end]: ["api."],
1631
+ },
1632
+ () => DeleteEntityRequest,
1633
+ () => DeleteEntityResponse,
1634
+ ];
1635
+ export var DeleteScene = [
1636
+ 9,
1637
+ n0,
1638
+ _DS,
1639
+ {
1640
+ [_h]: ["DELETE", "/workspaces/{workspaceId}/scenes/{sceneId}", 200],
1641
+ [_end]: ["api."],
1642
+ },
1643
+ () => DeleteSceneRequest,
1644
+ () => DeleteSceneResponse,
1645
+ ];
1646
+ export var DeleteSyncJob = [
1647
+ 9,
1648
+ n0,
1649
+ _DSJ,
1650
+ {
1651
+ [_h]: ["DELETE", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200],
1652
+ [_end]: ["api."],
1653
+ },
1654
+ () => DeleteSyncJobRequest,
1655
+ () => DeleteSyncJobResponse,
1656
+ ];
1657
+ export var DeleteWorkspace = [
1658
+ 9,
1659
+ n0,
1660
+ _DW,
1661
+ {
1662
+ [_h]: ["DELETE", "/workspaces/{workspaceId}", 200],
1663
+ [_end]: ["api."],
1664
+ },
1665
+ () => DeleteWorkspaceRequest,
1666
+ () => DeleteWorkspaceResponse,
1667
+ ];
1668
+ export var ExecuteQuery = [
1669
+ 9,
1670
+ n0,
1671
+ _EQ,
1672
+ {
1673
+ [_h]: ["POST", "/queries/execution", 200],
1674
+ [_end]: ["api."],
1675
+ },
1676
+ () => ExecuteQueryRequest,
1677
+ () => ExecuteQueryResponse,
1678
+ ];
1679
+ export var GetComponentType = [
1680
+ 9,
1681
+ n0,
1682
+ _GCT,
1683
+ {
1684
+ [_h]: ["GET", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1685
+ [_end]: ["api."],
1686
+ },
1687
+ () => GetComponentTypeRequest,
1688
+ () => GetComponentTypeResponse,
1689
+ ];
1690
+ export var GetEntity = [
1691
+ 9,
1692
+ n0,
1693
+ _GE,
1694
+ {
1695
+ [_h]: ["GET", "/workspaces/{workspaceId}/entities/{entityId}", 200],
1696
+ [_end]: ["api."],
1697
+ },
1698
+ () => GetEntityRequest,
1699
+ () => GetEntityResponse,
1700
+ ];
1701
+ export var GetMetadataTransferJob = [
1702
+ 9,
1703
+ n0,
1704
+ _GMTJ,
1705
+ {
1706
+ [_h]: ["GET", "/metadata-transfer-jobs/{metadataTransferJobId}", 200],
1707
+ [_end]: ["api."],
1708
+ },
1709
+ () => GetMetadataTransferJobRequest,
1710
+ () => GetMetadataTransferJobResponse,
1711
+ ];
1712
+ export var GetPricingPlan = [
1713
+ 9,
1714
+ n0,
1715
+ _GPP,
1716
+ {
1717
+ [_h]: ["GET", "/pricingplan", 200],
1718
+ [_end]: ["api."],
1719
+ },
1720
+ () => GetPricingPlanRequest,
1721
+ () => GetPricingPlanResponse,
1722
+ ];
1723
+ export var GetPropertyValue = [
1724
+ 9,
1725
+ n0,
1726
+ _GPV,
1727
+ {
1728
+ [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/value", 200],
1729
+ [_end]: ["data."],
1730
+ },
1731
+ () => GetPropertyValueRequest,
1732
+ () => GetPropertyValueResponse,
1733
+ ];
1734
+ export var GetPropertyValueHistory = [
1735
+ 9,
1736
+ n0,
1737
+ _GPVH,
1738
+ {
1739
+ [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/history", 200],
1740
+ [_end]: ["data."],
1741
+ },
1742
+ () => GetPropertyValueHistoryRequest,
1743
+ () => GetPropertyValueHistoryResponse,
1744
+ ];
1745
+ export var GetScene = [
1746
+ 9,
1747
+ n0,
1748
+ _GS,
1749
+ {
1750
+ [_h]: ["GET", "/workspaces/{workspaceId}/scenes/{sceneId}", 200],
1751
+ [_end]: ["api."],
1752
+ },
1753
+ () => GetSceneRequest,
1754
+ () => GetSceneResponse,
1755
+ ];
1756
+ export var GetSyncJob = [
1757
+ 9,
1758
+ n0,
1759
+ _GSJ,
1760
+ {
1761
+ [_h]: ["GET", "/sync-jobs/{syncSource}", 200],
1762
+ [_end]: ["api."],
1763
+ },
1764
+ () => GetSyncJobRequest,
1765
+ () => GetSyncJobResponse,
1766
+ ];
1767
+ export var GetWorkspace = [
1768
+ 9,
1769
+ n0,
1770
+ _GW,
1771
+ {
1772
+ [_h]: ["GET", "/workspaces/{workspaceId}", 200],
1773
+ [_end]: ["api."],
1774
+ },
1775
+ () => GetWorkspaceRequest,
1776
+ () => GetWorkspaceResponse,
1777
+ ];
1778
+ export var ListComponents = [
1779
+ 9,
1780
+ n0,
1781
+ _LC,
1782
+ {
1783
+ [_h]: ["POST", "/workspaces/{workspaceId}/entities/{entityId}/components-list", 200],
1784
+ [_end]: ["api."],
1785
+ },
1786
+ () => ListComponentsRequest,
1787
+ () => ListComponentsResponse,
1788
+ ];
1789
+ export var ListComponentTypes = [
1790
+ 9,
1791
+ n0,
1792
+ _LCT,
1793
+ {
1794
+ [_h]: ["POST", "/workspaces/{workspaceId}/component-types-list", 200],
1795
+ [_end]: ["api."],
1796
+ },
1797
+ () => ListComponentTypesRequest,
1798
+ () => ListComponentTypesResponse,
1799
+ ];
1800
+ export var ListEntities = [
1801
+ 9,
1802
+ n0,
1803
+ _LE,
1804
+ {
1805
+ [_h]: ["POST", "/workspaces/{workspaceId}/entities-list", 200],
1806
+ [_end]: ["api."],
1807
+ },
1808
+ () => ListEntitiesRequest,
1809
+ () => ListEntitiesResponse,
1810
+ ];
1811
+ export var ListMetadataTransferJobs = [
1812
+ 9,
1813
+ n0,
1814
+ _LMTJ,
1815
+ {
1816
+ [_h]: ["POST", "/metadata-transfer-jobs-list", 200],
1817
+ [_end]: ["api."],
1818
+ },
1819
+ () => ListMetadataTransferJobsRequest,
1820
+ () => ListMetadataTransferJobsResponse,
1821
+ ];
1822
+ export var ListProperties = [
1823
+ 9,
1824
+ n0,
1825
+ _LP,
1826
+ {
1827
+ [_h]: ["POST", "/workspaces/{workspaceId}/properties-list", 200],
1828
+ [_end]: ["api."],
1829
+ },
1830
+ () => ListPropertiesRequest,
1831
+ () => ListPropertiesResponse,
1832
+ ];
1833
+ export var ListScenes = [
1834
+ 9,
1835
+ n0,
1836
+ _LS,
1837
+ {
1838
+ [_h]: ["POST", "/workspaces/{workspaceId}/scenes-list", 200],
1839
+ [_end]: ["api."],
1840
+ },
1841
+ () => ListScenesRequest,
1842
+ () => ListScenesResponse,
1843
+ ];
1844
+ export var ListSyncJobs = [
1845
+ 9,
1846
+ n0,
1847
+ _LSJ,
1848
+ {
1849
+ [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs-list", 200],
1850
+ [_end]: ["api."],
1851
+ },
1852
+ () => ListSyncJobsRequest,
1853
+ () => ListSyncJobsResponse,
1854
+ ];
1855
+ export var ListSyncResources = [
1856
+ 9,
1857
+ n0,
1858
+ _LSRis,
1859
+ {
1860
+ [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list", 200],
1861
+ [_end]: ["api."],
1862
+ },
1863
+ () => ListSyncResourcesRequest,
1864
+ () => ListSyncResourcesResponse,
1865
+ ];
1866
+ export var ListTagsForResource = [
1867
+ 9,
1868
+ n0,
1869
+ _LTFR,
1870
+ {
1871
+ [_h]: ["POST", "/tags-list", 200],
1872
+ [_end]: ["api."],
1873
+ },
1874
+ () => ListTagsForResourceRequest,
1875
+ () => ListTagsForResourceResponse,
1876
+ ];
1877
+ export var ListWorkspaces = [
1878
+ 9,
1879
+ n0,
1880
+ _LW,
1881
+ {
1882
+ [_h]: ["POST", "/workspaces-list", 200],
1883
+ [_end]: ["api."],
1884
+ },
1885
+ () => ListWorkspacesRequest,
1886
+ () => ListWorkspacesResponse,
1887
+ ];
1888
+ export var TagResource = [
1889
+ 9,
1890
+ n0,
1891
+ _TR,
1892
+ {
1893
+ [_h]: ["POST", "/tags", 200],
1894
+ [_end]: ["api."],
1895
+ },
1896
+ () => TagResourceRequest,
1897
+ () => TagResourceResponse,
1898
+ ];
1899
+ export var UntagResource = [
1900
+ 9,
1901
+ n0,
1902
+ _UR,
1903
+ {
1904
+ [_h]: ["DELETE", "/tags", 200],
1905
+ [_end]: ["api."],
1906
+ },
1907
+ () => UntagResourceRequest,
1908
+ () => UntagResourceResponse,
1909
+ ];
1910
+ export var UpdateComponentType = [
1911
+ 9,
1912
+ n0,
1913
+ _UCT,
1914
+ {
1915
+ [_h]: ["PUT", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200],
1916
+ [_end]: ["api."],
1917
+ },
1918
+ () => UpdateComponentTypeRequest,
1919
+ () => UpdateComponentTypeResponse,
1920
+ ];
1921
+ export var UpdateEntity = [
1922
+ 9,
1923
+ n0,
1924
+ _UE,
1925
+ {
1926
+ [_h]: ["PUT", "/workspaces/{workspaceId}/entities/{entityId}", 200],
1927
+ [_end]: ["api."],
1928
+ },
1929
+ () => UpdateEntityRequest,
1930
+ () => UpdateEntityResponse,
1931
+ ];
1932
+ export var UpdatePricingPlan = [
1933
+ 9,
1934
+ n0,
1935
+ _UPP,
1936
+ {
1937
+ [_h]: ["POST", "/pricingplan", 200],
1938
+ [_end]: ["api."],
1939
+ },
1940
+ () => UpdatePricingPlanRequest,
1941
+ () => UpdatePricingPlanResponse,
1942
+ ];
1943
+ export var UpdateScene = [
1944
+ 9,
1945
+ n0,
1946
+ _US,
1947
+ {
1948
+ [_h]: ["PUT", "/workspaces/{workspaceId}/scenes/{sceneId}", 200],
1949
+ [_end]: ["api."],
1950
+ },
1951
+ () => UpdateSceneRequest,
1952
+ () => UpdateSceneResponse,
1953
+ ];
1954
+ export var UpdateWorkspace = [
1955
+ 9,
1956
+ n0,
1957
+ _UW,
1958
+ {
1959
+ [_h]: ["PUT", "/workspaces/{workspaceId}", 200],
1960
+ [_end]: ["api."],
1961
+ },
1962
+ () => UpdateWorkspaceRequest,
1963
+ () => UpdateWorkspaceResponse,
1964
+ ];