@aws-sdk/client-iottwinmaker 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var IoTTwinMakerServiceException = require('./models/IoTTwinMakerServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1689 +113,6 @@ class IoTTwinMakerClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class IoTTwinMakerServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, IoTTwinMakerServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends IoTTwinMakerServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- }
131
- }
132
- class InternalServerException extends IoTTwinMakerServiceException {
133
- name = "InternalServerException";
134
- $fault = "server";
135
- constructor(opts) {
136
- super({
137
- name: "InternalServerException",
138
- $fault: "server",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, InternalServerException.prototype);
142
- }
143
- }
144
- class ResourceNotFoundException extends IoTTwinMakerServiceException {
145
- name = "ResourceNotFoundException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "ResourceNotFoundException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
154
- }
155
- }
156
- class ThrottlingException extends IoTTwinMakerServiceException {
157
- name = "ThrottlingException";
158
- $fault = "client";
159
- constructor(opts) {
160
- super({
161
- name: "ThrottlingException",
162
- $fault: "client",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, ThrottlingException.prototype);
166
- }
167
- }
168
- class ValidationException extends IoTTwinMakerServiceException {
169
- name = "ValidationException";
170
- $fault = "client";
171
- constructor(opts) {
172
- super({
173
- name: "ValidationException",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- Object.setPrototypeOf(this, ValidationException.prototype);
178
- }
179
- }
180
- class ConflictException extends IoTTwinMakerServiceException {
181
- name = "ConflictException";
182
- $fault = "client";
183
- constructor(opts) {
184
- super({
185
- name: "ConflictException",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- Object.setPrototypeOf(this, ConflictException.prototype);
190
- }
191
- }
192
- class ServiceQuotaExceededException extends IoTTwinMakerServiceException {
193
- name = "ServiceQuotaExceededException";
194
- $fault = "client";
195
- constructor(opts) {
196
- super({
197
- name: "ServiceQuotaExceededException",
198
- $fault: "client",
199
- ...opts,
200
- });
201
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
202
- }
203
- }
204
- class QueryTimeoutException extends IoTTwinMakerServiceException {
205
- name = "QueryTimeoutException";
206
- $fault = "client";
207
- $retryable = {};
208
- constructor(opts) {
209
- super({
210
- name: "QueryTimeoutException",
211
- $fault: "client",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, QueryTimeoutException.prototype);
215
- }
216
- }
217
- class ConnectorFailureException extends IoTTwinMakerServiceException {
218
- name = "ConnectorFailureException";
219
- $fault = "client";
220
- constructor(opts) {
221
- super({
222
- name: "ConnectorFailureException",
223
- $fault: "client",
224
- ...opts,
225
- });
226
- Object.setPrototypeOf(this, ConnectorFailureException.prototype);
227
- }
228
- }
229
- class ConnectorTimeoutException extends IoTTwinMakerServiceException {
230
- name = "ConnectorTimeoutException";
231
- $fault = "client";
232
- constructor(opts) {
233
- super({
234
- name: "ConnectorTimeoutException",
235
- $fault: "client",
236
- ...opts,
237
- });
238
- Object.setPrototypeOf(this, ConnectorTimeoutException.prototype);
239
- }
240
- }
241
- class TooManyTagsException extends IoTTwinMakerServiceException {
242
- name = "TooManyTagsException";
243
- $fault = "client";
244
- constructor(opts) {
245
- super({
246
- name: "TooManyTagsException",
247
- $fault: "client",
248
- ...opts,
249
- });
250
- Object.setPrototypeOf(this, TooManyTagsException.prototype);
251
- }
252
- }
253
-
254
- const _ADE = "AccessDeniedException";
255
- const _BI = "BundleInformation";
256
- const _BPPE = "BatchPutPropertyError";
257
- const _BPPEE = "BatchPutPropertyErrorEntry";
258
- const _BPPV = "BatchPutPropertyValues";
259
- const _BPPVR = "BatchPutPropertyValuesRequest";
260
- const _BPPVRa = "BatchPutPropertyValuesResponse";
261
- const _CCMR = "CompositeComponentsMapRequest";
262
- const _CCR = "CompositeComponentRequest";
263
- const _CCRo = "CompositeComponentResponse";
264
- const _CCT = "CreateComponentType";
265
- const _CCTR = "CompositeComponentTypeRequest";
266
- const _CCTRo = "CompositeComponentTypeResponse";
267
- const _CCTRom = "CompositeComponentTypesRequest";
268
- const _CCTRomp = "CompositeComponentTypesResponse";
269
- const _CCTRr = "CreateComponentTypeRequest";
270
- const _CCTRre = "CreateComponentTypeResponse";
271
- const _CCUMR = "CompositeComponentUpdatesMapRequest";
272
- const _CCUR = "CompositeComponentUpdateRequest";
273
- const _CD = "ColumnDescription";
274
- const _CDo = "ColumnDescriptions";
275
- const _CE = "ConflictException";
276
- const _CER = "CreateEntityRequest";
277
- const _CERr = "CreateEntityResponse";
278
- const _CEr = "CreateEntity";
279
- const _CFE = "ConnectorFailureException";
280
- const _CM = "ComponentsMap";
281
- const _CMR = "ComponentsMapRequest";
282
- const _CMTJ = "CancelMetadataTransferJob";
283
- const _CMTJR = "CancelMetadataTransferJobRequest";
284
- const _CMTJRa = "CancelMetadataTransferJobResponse";
285
- const _CMTJRr = "CreateMetadataTransferJobRequest";
286
- const _CMTJRre = "CreateMetadataTransferJobResponse";
287
- const _CMTJr = "CreateMetadataTransferJob";
288
- const _CPGR = "ComponentPropertyGroupRequest";
289
- const _CPGRo = "ComponentPropertyGroupResponse";
290
- const _CPGRom = "ComponentPropertyGroupRequests";
291
- const _CPGRomp = "ComponentPropertyGroupResponses";
292
- const _CR = "ComponentRequest";
293
- const _CRo = "ComponentResponse";
294
- const _CS = "ComponentSummary";
295
- const _CSJ = "CreateSyncJob";
296
- const _CSJR = "CreateSyncJobRequest";
297
- const _CSJRr = "CreateSyncJobResponse";
298
- const _CSR = "CreateSceneRequest";
299
- const _CSRr = "CreateSceneResponse";
300
- const _CSo = "ComponentSummaries";
301
- const _CSr = "CreateScene";
302
- const _CTE = "ConnectorTimeoutException";
303
- const _CTS = "ComponentTypeSummary";
304
- const _CTSo = "ComponentTypeSummaries";
305
- const _CUMR = "ComponentUpdatesMapRequest";
306
- const _CUR = "ComponentUpdateRequest";
307
- const _CW = "CreateWorkspace";
308
- const _CWR = "CreateWorkspaceRequest";
309
- const _CWRr = "CreateWorkspaceResponse";
310
- const _DC = "DataConnector";
311
- const _DCT = "DeleteComponentType";
312
- const _DCTR = "DeleteComponentTypeRequest";
313
- const _DCTRe = "DeleteComponentTypeResponse";
314
- const _DCe = "DestinationConfiguration";
315
- const _DE = "DeleteEntity";
316
- const _DER = "DeleteEntityRequest";
317
- const _DERe = "DeleteEntityResponse";
318
- const _DS = "DeleteScene";
319
- const _DSJ = "DeleteSyncJob";
320
- const _DSJR = "DeleteSyncJobRequest";
321
- const _DSJRe = "DeleteSyncJobResponse";
322
- const _DSR = "DeleteSceneRequest";
323
- const _DSRe = "DeleteSceneResponse";
324
- const _DT = "DataType";
325
- const _DV = "DataValue";
326
- const _DVL = "DataValueList";
327
- const _DVM = "DataValueMap";
328
- const _DW = "DeleteWorkspace";
329
- const _DWR = "DeleteWorkspaceRequest";
330
- const _DWRe = "DeleteWorkspaceResponse";
331
- const _E = "Entries";
332
- const _ED = "ErrorDetails";
333
- const _EE = "ErrorEntries";
334
- const _EPR = "EntityPropertyReference";
335
- const _EQ = "ExecuteQuery";
336
- const _EQR = "ExecuteQueryRequest";
337
- const _EQRx = "ExecuteQueryResponse";
338
- const _ES = "EntitySummary";
339
- const _ESn = "EntitySummaries";
340
- const _Er = "Errors";
341
- const _FBA = "FilterByAsset";
342
- const _FBAM = "FilterByAssetModel";
343
- const _FBCT = "FilterByComponentType";
344
- const _FBE = "FilterByEntity";
345
- const _FR = "FunctionRequest";
346
- const _FRu = "FunctionResponse";
347
- const _FRun = "FunctionsRequest";
348
- const _FRunc = "FunctionsResponse";
349
- const _GCT = "GetComponentType";
350
- const _GCTR = "GetComponentTypeRequest";
351
- const _GCTRe = "GetComponentTypeResponse";
352
- const _GE = "GetEntity";
353
- const _GER = "GetEntityRequest";
354
- const _GERe = "GetEntityResponse";
355
- const _GMTJ = "GetMetadataTransferJob";
356
- const _GMTJR = "GetMetadataTransferJobRequest";
357
- const _GMTJRe = "GetMetadataTransferJobResponse";
358
- const _GPP = "GetPricingPlan";
359
- const _GPPR = "GetPricingPlanRequest";
360
- const _GPPRe = "GetPricingPlanResponse";
361
- const _GPV = "GetPropertyValue";
362
- const _GPVH = "GetPropertyValueHistory";
363
- const _GPVHR = "GetPropertyValueHistoryRequest";
364
- const _GPVHRe = "GetPropertyValueHistoryResponse";
365
- const _GPVR = "GetPropertyValueRequest";
366
- const _GPVRe = "GetPropertyValueResponse";
367
- const _GS = "GetScene";
368
- const _GSJ = "GetSyncJob";
369
- const _GSJR = "GetSyncJobRequest";
370
- const _GSJRe = "GetSyncJobResponse";
371
- const _GSR = "GetSceneRequest";
372
- const _GSRe = "GetSceneResponse";
373
- const _GW = "GetWorkspace";
374
- const _GWR = "GetWorkspaceRequest";
375
- const _GWRe = "GetWorkspaceResponse";
376
- const _IP = "InterpolationParameters";
377
- const _ISE = "InternalServerException";
378
- const _ISWSC = "IotSiteWiseSourceConfiguration";
379
- const _ISWSCF = "IotSiteWiseSourceConfigurationFilters";
380
- const _ISWSCFo = "IotSiteWiseSourceConfigurationFilter";
381
- const _ITMDC = "IotTwinMakerDestinationConfiguration";
382
- const _ITMSC = "IotTwinMakerSourceConfiguration";
383
- const _ITMSCF = "IotTwinMakerSourceConfigurationFilters";
384
- const _ITMSCFo = "IotTwinMakerSourceConfigurationFilter";
385
- const _LC = "ListComponents";
386
- const _LCR = "ListComponentsRequest";
387
- const _LCRi = "ListComponentsResponse";
388
- const _LCT = "ListComponentTypes";
389
- const _LCTF = "ListComponentTypesFilters";
390
- const _LCTFi = "ListComponentTypesFilter";
391
- const _LCTR = "ListComponentTypesRequest";
392
- const _LCTRi = "ListComponentTypesResponse";
393
- const _LE = "ListEntities";
394
- const _LEF = "ListEntitiesFilters";
395
- const _LEFi = "ListEntitiesFilter";
396
- const _LER = "ListEntitiesRequest";
397
- const _LERi = "ListEntitiesResponse";
398
- const _LF = "LambdaFunction";
399
- const _LMTJ = "ListMetadataTransferJobs";
400
- const _LMTJF = "ListMetadataTransferJobsFilters";
401
- const _LMTJFi = "ListMetadataTransferJobsFilter";
402
- const _LMTJR = "ListMetadataTransferJobsRequest";
403
- const _LMTJRi = "ListMetadataTransferJobsResponse";
404
- const _LP = "ListProperties";
405
- const _LPR = "ListPropertiesRequest";
406
- const _LPRi = "ListPropertiesResponse";
407
- const _LS = "ListScenes";
408
- const _LSJ = "ListSyncJobs";
409
- const _LSJR = "ListSyncJobsRequest";
410
- const _LSJRi = "ListSyncJobsResponse";
411
- const _LSR = "ListScenesRequest";
412
- const _LSRR = "ListSyncResourcesRequest";
413
- const _LSRRi = "ListSyncResourcesResponse";
414
- const _LSRi = "ListScenesResponse";
415
- const _LSRis = "ListSyncResources";
416
- const _LTFR = "ListTagsForResource";
417
- const _LTFRR = "ListTagsForResourceRequest";
418
- const _LTFRRi = "ListTagsForResourceResponse";
419
- const _LW = "ListWorkspaces";
420
- const _LWR = "ListWorkspacesRequest";
421
- const _LWRi = "ListWorkspacesResponse";
422
- const _MTJP = "MetadataTransferJobProgress";
423
- const _MTJS = "MetadataTransferJobStatus";
424
- const _MTJSe = "MetadataTransferJobSummary";
425
- const _MTJSet = "MetadataTransferJobSummaries";
426
- const _OB = "OrderBy";
427
- const _OBL = "OrderByList";
428
- const _PDR = "PropertyDefinitionRequest";
429
- const _PDRr = "PropertyDefinitionResponse";
430
- const _PDRro = "PropertyDefinitionsRequest";
431
- const _PDRrop = "PropertyDefinitionsResponse";
432
- const _PEUR = "ParentEntityUpdateRequest";
433
- const _PF = "PropertyFilter";
434
- const _PFr = "PropertyFilters";
435
- const _PGR = "PropertyGroupRequest";
436
- const _PGRr = "PropertyGroupResponse";
437
- const _PGRro = "PropertyGroupsRequest";
438
- const _PGRrop = "PropertyGroupsResponse";
439
- const _PLV = "PropertyLatestValue";
440
- const _PLVM = "PropertyLatestValueMap";
441
- const _PP = "PricingPlan";
442
- const _PR = "PropertyRequest";
443
- const _PRr = "PropertyResponse";
444
- const _PRro = "PropertyRequests";
445
- const _PRrop = "PropertyResponses";
446
- const _PS = "PropertySummary";
447
- const _PSr = "PropertySummaries";
448
- const _PTV = "PropertyTableValue";
449
- const _PV = "PropertyValue";
450
- const _PVE = "PropertyValueEntry";
451
- const _PVH = "PropertyValueHistory";
452
- const _PVL = "PropertyValueList";
453
- const _PVr = "PropertyValues";
454
- const _QTE = "QueryTimeoutException";
455
- const _R = "Relationship";
456
- const _RNFE = "ResourceNotFoundException";
457
- const _RV = "RelationshipValue";
458
- const _Ro = "Row";
459
- const _Row = "Rows";
460
- const _S = "Status";
461
- const _SC = "SourceConfiguration";
462
- const _SCo = "SourceConfigurations";
463
- const _SDC = "S3DestinationConfiguration";
464
- const _SE = "SceneError";
465
- const _SJS = "SyncJobStatus";
466
- const _SJSy = "SyncJobSummary";
467
- const _SJSyn = "SyncJobSummaries";
468
- const _SQEE = "ServiceQuotaExceededException";
469
- const _SRF = "SyncResourceFilters";
470
- const _SRFy = "SyncResourceFilter";
471
- const _SRS = "SyncResourceStatus";
472
- const _SRSy = "SyncResourceSummary";
473
- const _SRSyn = "SyncResourceSummaries";
474
- const _SS = "SceneSummary";
475
- const _SSC = "S3SourceConfiguration";
476
- const _SSc = "SceneSummaries";
477
- const _TC = "TabularConditions";
478
- const _TE = "ThrottlingException";
479
- const _TMTE = "TooManyTagsException";
480
- const _TPV = "TabularPropertyValues";
481
- const _TPVa = "TabularPropertyValue";
482
- const _TR = "TagResource";
483
- const _TRR = "TagResourceRequest";
484
- const _TRRa = "TagResourceResponse";
485
- const _UCT = "UpdateComponentType";
486
- const _UCTR = "UpdateComponentTypeRequest";
487
- const _UCTRp = "UpdateComponentTypeResponse";
488
- const _UE = "UpdateEntity";
489
- const _UER = "UpdateEntityRequest";
490
- const _UERp = "UpdateEntityResponse";
491
- const _UPP = "UpdatePricingPlan";
492
- const _UPPR = "UpdatePricingPlanRequest";
493
- const _UPPRp = "UpdatePricingPlanResponse";
494
- const _UR = "UntagResource";
495
- const _URR = "UntagResourceRequest";
496
- const _URRn = "UntagResourceResponse";
497
- const _US = "UpdateScene";
498
- const _USR = "UpdateSceneRequest";
499
- const _USRp = "UpdateSceneResponse";
500
- const _UW = "UpdateWorkspace";
501
- const _UWR = "UpdateWorkspaceRequest";
502
- const _UWRp = "UpdateWorkspaceResponse";
503
- const _V = "Values";
504
- const _VE = "ValidationException";
505
- const _WS = "WorkspaceSummary";
506
- const _WSo = "WorkspaceSummaries";
507
- const _a = "arn";
508
- const _aACCR = "areAllCompositeComponentsReturned";
509
- const _aACR = "areAllComponentsReturned";
510
- const _aAPR = "areAllPropertiesReturned";
511
- const _aAPVR = "areAllPropertyValuesReturned";
512
- const _aEI = "assetExternalId";
513
- const _aI = "assetId";
514
- const _aMEI = "assetModelExternalId";
515
- const _aMI = "assetModelId";
516
- const _aV = "allowedValues";
517
- const _bEC = "billableEntityCount";
518
- const _bI = "bundleInformation";
519
- const _bN = "bundleNames";
520
- const _bV = "booleanValue";
521
- const _c = "client";
522
- const _cC = "compositeComponents";
523
- const _cCT = "compositeComponentTypes";
524
- const _cCU = "compositeComponentUpdates";
525
- const _cD = "columnDescriptions";
526
- const _cDT = "creationDateTime";
527
- const _cL = "contentLocation";
528
- const _cN = "componentName";
529
- const _cP = "componentPath";
530
- const _cPP = "currentPricingPlan";
531
- const _cS = "componentSummaries";
532
- const _cTI = "componentTypeId";
533
- const _cTN = "componentTypeName";
534
- const _cTS = "componentTypeSummaries";
535
- const _cU = "componentUpdates";
536
- const _ca = "capabilities";
537
- const _co = "components";
538
- const _cod = "code";
539
- const _con = "configuration";
540
- const _d = "description";
541
- const _dI = "definedIn";
542
- const _dN = "displayName";
543
- const _dT = "destinationType";
544
- const _dTa = "dataType";
545
- const _dV = "doubleValue";
546
- const _dVe = "defaultValue";
547
- const _de = "destination";
548
- const _def = "definition";
549
- const _e = "error";
550
- const _eC = "errorCode";
551
- const _eDT = "endDateTime";
552
- const _eDTf = "effectiveDateTime";
553
- const _eE = "errorEntries";
554
- const _eF = "extendsFrom";
555
- const _eI = "entityId";
556
- const _eIP = "externalIdProperty";
557
- const _eIx = "externalId";
558
- const _eM = "errorMessage";
559
- const _eN = "entityName";
560
- const _ePR = "entityPropertyReference";
561
- const _eS = "entitySummaries";
562
- const _eT = "endTime";
563
- const _en = "entry";
564
- const _end = "endpoint";
565
- const _ent = "entries";
566
- const _er = "errors";
567
- const _ex = "expression";
568
- const _f = "functions";
569
- const _fBA = "filterByAsset";
570
- const _fBAM = "filterByAssetModel";
571
- const _fBCT = "filterByComponentType";
572
- const _fBE = "filterByEntity";
573
- const _fC = "failedCount";
574
- const _fi = "filters";
575
- const _gSM = "generatedSceneMetadata";
576
- const _gT = "groupType";
577
- const _h = "http";
578
- const _hCE = "hasChildEntities";
579
- const _hE = "httpError";
580
- const _hQ = "httpQuery";
581
- const _i = "interpolation";
582
- const _iA = "includeAssets";
583
- const _iAM = "includeAssetModel";
584
- const _iAs = "isAbstract";
585
- const _iB = "implementedBy";
586
- const _iEI = "isExternalId";
587
- const _iF = "isFinal";
588
- const _iI = "isInherited";
589
- const _iIS = "intervalInSeconds";
590
- const _iIs = "isImported";
591
- const _iN = "isNative";
592
- const _iO = "includeOffspring";
593
- const _iR = "isRecursive";
594
- const _iRIE = "isRequiredInEntity";
595
- const _iS = "isSingleton";
596
- const _iSE = "isStoredExternally";
597
- const _iSI = "isSchemaInitialized";
598
- const _iSWC = "iotSiteWiseConfiguration";
599
- const _iT = "interpolationType";
600
- const _iTMC = "iotTwinMakerConfiguration";
601
- const _iTS = "isTimeSeries";
602
- const _iV = "integerValue";
603
- const _l = "lambda";
604
- const _lS = "linkedServices";
605
- const _lV = "longValue";
606
- const _lVi = "listValue";
607
- const _lo = "location";
608
- const _m = "message";
609
- const _mR = "maxResults";
610
- const _mTJI = "metadataTransferJobId";
611
- const _mTJR = "metadataTransferJobRole";
612
- const _mTJS = "metadataTransferJobSummaries";
613
- const _mV = "mapValue";
614
- const _n = "name";
615
- const _nT = "nestedType";
616
- const _nTe = "nextToken";
617
- const _na = "namespace";
618
- const _o = "order";
619
- const _oB = "orderBy";
620
- const _oBT = "orderByTime";
621
- const _op = "operator";
622
- const _p = "progress";
623
- const _pD = "propertyDefinitions";
624
- const _pEI = "parentEntityId";
625
- const _pEU = "parentEntityUpdate";
626
- const _pF = "propertyFilters";
627
- const _pG = "propertyGroups";
628
- const _pGN = "propertyGroupName";
629
- const _pGU = "propertyGroupUpdates";
630
- const _pM = "pricingMode";
631
- const _pN = "propertyNames";
632
- const _pNr = "propertyName";
633
- const _pPP = "pendingPricingPlan";
634
- const _pR = "propertyReference";
635
- const _pS = "propertySummaries";
636
- const _pT = "pricingTier";
637
- const _pU = "propertyUpdates";
638
- const _pV = "propertyValues";
639
- const _pVr = "propertyValue";
640
- const _pr = "properties";
641
- const _qP = "queuedPosition";
642
- const _qS = "queryStatement";
643
- const _r = "role";
644
- const _rARN = "resourceARN";
645
- const _rD = "rowData";
646
- const _rI = "resourceId";
647
- const _rP = "requiredProperties";
648
- const _rT = "relationshipType";
649
- const _rTe = "resourceType";
650
- const _rU = "reportUrl";
651
- const _rV = "relationshipValue";
652
- const _re = "relationship";
653
- const _ro = "rows";
654
- const _s = "status";
655
- const _sC = "s3Configuration";
656
- const _sCk = "skippedCount";
657
- const _sCu = "succeededCount";
658
- const _sDT = "startDateTime";
659
- const _sI = "sceneId";
660
- const _sJS = "syncJobSummaries";
661
- const _sL = "s3Location";
662
- const _sM = "sceneMetadata";
663
- const _sP = "selectedProperties";
664
- const _sR = "syncRole";
665
- const _sRy = "syncResources";
666
- const _sS = "syncSource";
667
- const _sSc = "sceneSummaries";
668
- const _sT = "startTime";
669
- const _sTo = "sourceType";
670
- const _sV = "stringValue";
671
- const _sc = "scope";
672
- const _se = "server";
673
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.iottwinmaker";
674
- const _so = "sources";
675
- const _st = "state";
676
- const _t = "type";
677
- const _tC = "tabularConditions";
678
- const _tCN = "targetComponentName";
679
- const _tCTI = "targetComponentTypeId";
680
- const _tCo = "totalCount";
681
- const _tEI = "targetEntityId";
682
- const _tK = "tagKeys";
683
- const _tPV = "tabularPropertyValues";
684
- const _ta = "tags";
685
- const _ti = "timestamp";
686
- const _tim = "time";
687
- const _uDT = "updateDateTime";
688
- const _uOM = "unitOfMeasure";
689
- const _uR = "updateReason";
690
- const _uT = "updateType";
691
- const _v = "value";
692
- const _va = "values";
693
- const _w = "workspace";
694
- const _wI = "workspaceId";
695
- const _wS = "workspaceSummaries";
696
- const n0 = "com.amazonaws.iottwinmaker";
697
- var AccessDeniedException$ = [-3, n0, _ADE,
698
- { [_e]: _c, [_hE]: 403 },
699
- [_m],
700
- [0]
701
- ];
702
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
703
- var BatchPutPropertyError$ = [3, n0, _BPPE,
704
- 0,
705
- [_eC, _eM, _en],
706
- [0, 0, () => PropertyValueEntry$], 3
707
- ];
708
- var BatchPutPropertyErrorEntry$ = [3, n0, _BPPEE,
709
- 0,
710
- [_er],
711
- [() => Errors], 1
712
- ];
713
- var BatchPutPropertyValuesRequest$ = [3, n0, _BPPVR,
714
- 0,
715
- [_wI, _ent],
716
- [[0, 1], () => Entries], 2
717
- ];
718
- var BatchPutPropertyValuesResponse$ = [3, n0, _BPPVRa,
719
- 0,
720
- [_eE],
721
- [() => ErrorEntries], 1
722
- ];
723
- var BundleInformation$ = [3, n0, _BI,
724
- 0,
725
- [_bN, _pT],
726
- [64 | 0, 0], 1
727
- ];
728
- var CancelMetadataTransferJobRequest$ = [3, n0, _CMTJR,
729
- 0,
730
- [_mTJI],
731
- [[0, 1]], 1
732
- ];
733
- var CancelMetadataTransferJobResponse$ = [3, n0, _CMTJRa,
734
- 0,
735
- [_mTJI, _a, _uDT, _s, _p],
736
- [0, 0, 4, () => MetadataTransferJobStatus$, () => MetadataTransferJobProgress$], 4
737
- ];
738
- var ColumnDescription$ = [3, n0, _CD,
739
- 0,
740
- [_n, _t],
741
- [0, 0]
742
- ];
743
- var ComponentPropertyGroupRequest$ = [3, n0, _CPGR,
744
- 0,
745
- [_gT, _pN, _uT],
746
- [0, 64 | 0, 0]
747
- ];
748
- var ComponentPropertyGroupResponse$ = [3, n0, _CPGRo,
749
- 0,
750
- [_gT, _pN, _iI],
751
- [0, 64 | 0, 2], 3
752
- ];
753
- var ComponentRequest$ = [3, n0, _CR,
754
- 0,
755
- [_d, _cTI, _pr, _pG],
756
- [0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests]
757
- ];
758
- var ComponentResponse$ = [3, n0, _CRo,
759
- 0,
760
- [_cN, _d, _cTI, _s, _dI, _pr, _pG, _sS, _aAPR, _cC, _aACCR],
761
- [0, 0, 0, () => Status$, 0, () => PropertyResponses, () => ComponentPropertyGroupResponses, 0, 2, () => CompositeComponentResponse, 2]
762
- ];
763
- var ComponentSummary$ = [3, n0, _CS,
764
- 0,
765
- [_cN, _cTI, _s, _dI, _d, _pG, _sS, _cP],
766
- [0, 0, () => Status$, 0, 0, () => ComponentPropertyGroupResponses, 0, 0], 3
767
- ];
768
- var ComponentTypeSummary$ = [3, n0, _CTS,
769
- 0,
770
- [_a, _cTI, _cDT, _uDT, _d, _s, _cTN],
771
- [0, 0, 4, 4, 0, () => Status$, 0], 4
772
- ];
773
- var ComponentUpdateRequest$ = [3, n0, _CUR,
774
- 0,
775
- [_uT, _d, _cTI, _pU, _pGU],
776
- [0, 0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests]
777
- ];
778
- var CompositeComponentRequest$ = [3, n0, _CCR,
779
- 0,
780
- [_d, _pr, _pG],
781
- [0, () => PropertyRequests, () => ComponentPropertyGroupRequests]
782
- ];
783
- var CompositeComponentTypeRequest$ = [3, n0, _CCTR,
784
- 0,
785
- [_cTI],
786
- [0]
787
- ];
788
- var CompositeComponentTypeResponse$ = [3, n0, _CCTRo,
789
- 0,
790
- [_cTI, _iI],
791
- [0, 2]
792
- ];
793
- var CompositeComponentUpdateRequest$ = [3, n0, _CCUR,
794
- 0,
795
- [_uT, _d, _pU, _pGU],
796
- [0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests]
797
- ];
798
- var ConflictException$ = [-3, n0, _CE,
799
- { [_e]: _c, [_hE]: 409 },
800
- [_m],
801
- [0]
802
- ];
803
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
804
- var ConnectorFailureException$ = [-3, n0, _CFE,
805
- { [_e]: _c, [_hE]: 424 },
806
- [_m],
807
- [0]
808
- ];
809
- schema.TypeRegistry.for(n0).registerError(ConnectorFailureException$, ConnectorFailureException);
810
- var ConnectorTimeoutException$ = [-3, n0, _CTE,
811
- { [_e]: _c, [_hE]: 424 },
812
- [_m],
813
- [0]
814
- ];
815
- schema.TypeRegistry.for(n0).registerError(ConnectorTimeoutException$, ConnectorTimeoutException);
816
- var CreateComponentTypeRequest$ = [3, n0, _CCTRr,
817
- 0,
818
- [_wI, _cTI, _iS, _d, _pD, _eF, _f, _ta, _pG, _cTN, _cCT],
819
- [[0, 1], [0, 1], 2, 0, () => PropertyDefinitionsRequest, 64 | 0, () => FunctionsRequest, 128 | 0, () => PropertyGroupsRequest, 0, () => CompositeComponentTypesRequest], 2
820
- ];
821
- var CreateComponentTypeResponse$ = [3, n0, _CCTRre,
822
- 0,
823
- [_a, _cDT, _st],
824
- [0, 4, 0], 3
825
- ];
826
- var CreateEntityRequest$ = [3, n0, _CER,
827
- 0,
828
- [_wI, _eN, _eI, _d, _co, _cC, _pEI, _ta],
829
- [[0, 1], 0, 0, 0, () => ComponentsMapRequest, () => CompositeComponentsMapRequest, 0, 128 | 0], 2
830
- ];
831
- var CreateEntityResponse$ = [3, n0, _CERr,
832
- 0,
833
- [_eI, _a, _cDT, _st],
834
- [0, 0, 4, 0], 4
835
- ];
836
- var CreateMetadataTransferJobRequest$ = [3, n0, _CMTJRr,
837
- 0,
838
- [_so, _de, _mTJI, _d],
839
- [() => SourceConfigurations, () => DestinationConfiguration$, 0, 0], 2
840
- ];
841
- var CreateMetadataTransferJobResponse$ = [3, n0, _CMTJRre,
842
- 0,
843
- [_mTJI, _a, _cDT, _s],
844
- [0, 0, 4, () => MetadataTransferJobStatus$], 4
845
- ];
846
- var CreateSceneRequest$ = [3, n0, _CSR,
847
- 0,
848
- [_wI, _sI, _cL, _d, _ca, _ta, _sM],
849
- [[0, 1], 0, 0, 0, 64 | 0, 128 | 0, 128 | 0], 3
850
- ];
851
- var CreateSceneResponse$ = [3, n0, _CSRr,
852
- 0,
853
- [_a, _cDT],
854
- [0, 4], 2
855
- ];
856
- var CreateSyncJobRequest$ = [3, n0, _CSJR,
857
- 0,
858
- [_wI, _sS, _sR, _ta],
859
- [[0, 1], [0, 1], 0, 128 | 0], 3
860
- ];
861
- var CreateSyncJobResponse$ = [3, n0, _CSJRr,
862
- 0,
863
- [_a, _cDT, _st],
864
- [0, 4, 0], 3
865
- ];
866
- var CreateWorkspaceRequest$ = [3, n0, _CWR,
867
- 0,
868
- [_wI, _d, _sL, _r, _ta],
869
- [[0, 1], 0, 0, 0, 128 | 0], 1
870
- ];
871
- var CreateWorkspaceResponse$ = [3, n0, _CWRr,
872
- 0,
873
- [_a, _cDT],
874
- [0, 4], 2
875
- ];
876
- var DataConnector$ = [3, n0, _DC,
877
- 0,
878
- [_l, _iN],
879
- [() => LambdaFunction$, 2]
880
- ];
881
- var DataType$ = [3, n0, _DT,
882
- 0,
883
- [_t, _nT, _aV, _uOM, _re],
884
- [0, () => DataType$, () => DataValueList, 0, () => Relationship$], 1
885
- ];
886
- var DataValue$ = [3, n0, _DV,
887
- 0,
888
- [_bV, _dV, _iV, _lV, _sV, _lVi, _mV, _rV, _ex],
889
- [2, 1, 1, 1, 0, () => DataValueList, () => DataValueMap, () => RelationshipValue$, 0]
890
- ];
891
- var DeleteComponentTypeRequest$ = [3, n0, _DCTR,
892
- 0,
893
- [_wI, _cTI],
894
- [[0, 1], [0, 1]], 2
895
- ];
896
- var DeleteComponentTypeResponse$ = [3, n0, _DCTRe,
897
- 0,
898
- [_st],
899
- [0], 1
900
- ];
901
- var DeleteEntityRequest$ = [3, n0, _DER,
902
- 0,
903
- [_wI, _eI, _iR],
904
- [[0, 1], [0, 1], [2, { [_hQ]: _iR }]], 2
905
- ];
906
- var DeleteEntityResponse$ = [3, n0, _DERe,
907
- 0,
908
- [_st],
909
- [0], 1
910
- ];
911
- var DeleteSceneRequest$ = [3, n0, _DSR,
912
- 0,
913
- [_wI, _sI],
914
- [[0, 1], [0, 1]], 2
915
- ];
916
- var DeleteSceneResponse$ = [3, n0, _DSRe,
917
- 0,
918
- [],
919
- []
920
- ];
921
- var DeleteSyncJobRequest$ = [3, n0, _DSJR,
922
- 0,
923
- [_wI, _sS],
924
- [[0, 1], [0, 1]], 2
925
- ];
926
- var DeleteSyncJobResponse$ = [3, n0, _DSJRe,
927
- 0,
928
- [_st],
929
- [0], 1
930
- ];
931
- var DeleteWorkspaceRequest$ = [3, n0, _DWR,
932
- 0,
933
- [_wI],
934
- [[0, 1]], 1
935
- ];
936
- var DeleteWorkspaceResponse$ = [3, n0, _DWRe,
937
- 0,
938
- [_m],
939
- [0]
940
- ];
941
- var DestinationConfiguration$ = [3, n0, _DCe,
942
- 0,
943
- [_t, _sC, _iTMC],
944
- [0, () => S3DestinationConfiguration$, () => IotTwinMakerDestinationConfiguration$], 1
945
- ];
946
- var EntityPropertyReference$ = [3, n0, _EPR,
947
- 0,
948
- [_pNr, _cN, _cP, _eIP, _eI],
949
- [0, 0, 0, 128 | 0, 0], 1
950
- ];
951
- var EntitySummary$ = [3, n0, _ES,
952
- 0,
953
- [_eI, _eN, _a, _s, _cDT, _uDT, _pEI, _d, _hCE],
954
- [0, 0, 0, () => Status$, 4, 4, 0, 0, 2], 6
955
- ];
956
- var ErrorDetails$ = [3, n0, _ED,
957
- 0,
958
- [_cod, _m],
959
- [0, 0]
960
- ];
961
- var ExecuteQueryRequest$ = [3, n0, _EQR,
962
- 0,
963
- [_wI, _qS, _mR, _nTe],
964
- [0, 0, 1, 0], 2
965
- ];
966
- var ExecuteQueryResponse$ = [3, n0, _EQRx,
967
- 0,
968
- [_cD, _ro, _nTe],
969
- [() => ColumnDescriptions, () => Rows, 0]
970
- ];
971
- var FilterByAsset$ = [3, n0, _FBA,
972
- 0,
973
- [_aI, _aEI, _iO, _iAM],
974
- [0, 0, 2, 2]
975
- ];
976
- var FilterByAssetModel$ = [3, n0, _FBAM,
977
- 0,
978
- [_aMI, _aMEI, _iO, _iA],
979
- [0, 0, 2, 2]
980
- ];
981
- var FilterByComponentType$ = [3, n0, _FBCT,
982
- 0,
983
- [_cTI],
984
- [0], 1
985
- ];
986
- var FilterByEntity$ = [3, n0, _FBE,
987
- 0,
988
- [_eI],
989
- [0], 1
990
- ];
991
- var FunctionRequest$ = [3, n0, _FR,
992
- 0,
993
- [_rP, _sc, _iB],
994
- [64 | 0, 0, () => DataConnector$]
995
- ];
996
- var FunctionResponse$ = [3, n0, _FRu,
997
- 0,
998
- [_rP, _sc, _iB, _iI],
999
- [64 | 0, 0, () => DataConnector$, 2]
1000
- ];
1001
- var GetComponentTypeRequest$ = [3, n0, _GCTR,
1002
- 0,
1003
- [_wI, _cTI],
1004
- [[0, 1], [0, 1]], 2
1005
- ];
1006
- var GetComponentTypeResponse$ = [3, n0, _GCTRe,
1007
- 0,
1008
- [_wI, _cTI, _cDT, _uDT, _a, _iS, _d, _pD, _eF, _f, _iAs, _iSI, _s, _pG, _sS, _cTN, _cCT],
1009
- [0, 0, 4, 4, 0, 2, 0, () => PropertyDefinitionsResponse, 64 | 0, () => FunctionsResponse, 2, 2, () => Status$, () => PropertyGroupsResponse, 0, 0, () => CompositeComponentTypesResponse], 5
1010
- ];
1011
- var GetEntityRequest$ = [3, n0, _GER,
1012
- 0,
1013
- [_wI, _eI],
1014
- [[0, 1], [0, 1]], 2
1015
- ];
1016
- var GetEntityResponse$ = [3, n0, _GERe,
1017
- 0,
1018
- [_eI, _eN, _a, _s, _wI, _pEI, _hCE, _cDT, _uDT, _d, _co, _sS, _aACR],
1019
- [0, 0, 0, () => Status$, 0, 0, 2, 4, 4, 0, () => ComponentsMap, 0, 2], 9
1020
- ];
1021
- var GetMetadataTransferJobRequest$ = [3, n0, _GMTJR,
1022
- 0,
1023
- [_mTJI],
1024
- [[0, 1]], 1
1025
- ];
1026
- var GetMetadataTransferJobResponse$ = [3, n0, _GMTJRe,
1027
- 0,
1028
- [_mTJI, _a, _so, _de, _mTJR, _cDT, _uDT, _s, _d, _rU, _p],
1029
- [0, 0, () => SourceConfigurations, () => DestinationConfiguration$, 0, 4, 4, () => MetadataTransferJobStatus$, 0, 0, () => MetadataTransferJobProgress$], 8
1030
- ];
1031
- var GetPricingPlanRequest$ = [3, n0, _GPPR,
1032
- 0,
1033
- [],
1034
- []
1035
- ];
1036
- var GetPricingPlanResponse$ = [3, n0, _GPPRe,
1037
- 0,
1038
- [_cPP, _pPP],
1039
- [() => PricingPlan$, () => PricingPlan$], 1
1040
- ];
1041
- var GetPropertyValueHistoryRequest$ = [3, n0, _GPVHR,
1042
- 0,
1043
- [_wI, _sP, _eI, _cN, _cP, _cTI, _pF, _sDT, _eDT, _i, _nTe, _mR, _oBT, _sT, _eT],
1044
- [[0, 1], 64 | 0, 0, 0, 0, 0, () => PropertyFilters, 4, 4, () => InterpolationParameters$, 0, 1, 0, 0, 0], 2
1045
- ];
1046
- var GetPropertyValueHistoryResponse$ = [3, n0, _GPVHRe,
1047
- 0,
1048
- [_pV, _nTe],
1049
- [() => PropertyValueList, 0], 1
1050
- ];
1051
- var GetPropertyValueRequest$ = [3, n0, _GPVR,
1052
- 0,
1053
- [_sP, _wI, _cN, _cP, _cTI, _eI, _mR, _nTe, _pGN, _tC],
1054
- [64 | 0, [0, 1], 0, 0, 0, 0, 1, 0, 0, () => TabularConditions$], 2
1055
- ];
1056
- var GetPropertyValueResponse$ = [3, n0, _GPVRe,
1057
- 0,
1058
- [_pV, _nTe, _tPV],
1059
- [() => PropertyLatestValueMap, 0, () => TabularPropertyValues]
1060
- ];
1061
- var GetSceneRequest$ = [3, n0, _GSR,
1062
- 0,
1063
- [_wI, _sI],
1064
- [[0, 1], [0, 1]], 2
1065
- ];
1066
- var GetSceneResponse$ = [3, n0, _GSRe,
1067
- 0,
1068
- [_wI, _sI, _cL, _a, _cDT, _uDT, _d, _ca, _sM, _gSM, _e],
1069
- [0, 0, 0, 0, 4, 4, 0, 64 | 0, 128 | 0, 128 | 0, () => SceneError$], 6
1070
- ];
1071
- var GetSyncJobRequest$ = [3, n0, _GSJR,
1072
- 0,
1073
- [_sS, _wI],
1074
- [[0, 1], [0, { [_hQ]: _w }]], 1
1075
- ];
1076
- var GetSyncJobResponse$ = [3, n0, _GSJRe,
1077
- 0,
1078
- [_a, _wI, _sS, _sR, _s, _cDT, _uDT],
1079
- [0, 0, 0, 0, () => SyncJobStatus$, 4, 4], 7
1080
- ];
1081
- var GetWorkspaceRequest$ = [3, n0, _GWR,
1082
- 0,
1083
- [_wI],
1084
- [[0, 1]], 1
1085
- ];
1086
- var GetWorkspaceResponse$ = [3, n0, _GWRe,
1087
- 0,
1088
- [_wI, _a, _cDT, _uDT, _d, _lS, _sL, _r],
1089
- [0, 0, 4, 4, 0, 64 | 0, 0, 0], 4
1090
- ];
1091
- var InternalServerException$ = [-3, n0, _ISE,
1092
- { [_e]: _se, [_hE]: 500 },
1093
- [_m],
1094
- [0]
1095
- ];
1096
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1097
- var InterpolationParameters$ = [3, n0, _IP,
1098
- 0,
1099
- [_iT, _iIS],
1100
- [0, 1]
1101
- ];
1102
- var IotSiteWiseSourceConfiguration$ = [3, n0, _ISWSC,
1103
- 0,
1104
- [_fi],
1105
- [() => IotSiteWiseSourceConfigurationFilters]
1106
- ];
1107
- var IotTwinMakerDestinationConfiguration$ = [3, n0, _ITMDC,
1108
- 0,
1109
- [_w],
1110
- [0], 1
1111
- ];
1112
- var IotTwinMakerSourceConfiguration$ = [3, n0, _ITMSC,
1113
- 0,
1114
- [_w, _fi],
1115
- [0, () => IotTwinMakerSourceConfigurationFilters], 1
1116
- ];
1117
- var LambdaFunction$ = [3, n0, _LF,
1118
- 0,
1119
- [_a],
1120
- [0], 1
1121
- ];
1122
- var ListComponentsRequest$ = [3, n0, _LCR,
1123
- 0,
1124
- [_wI, _eI, _cP, _mR, _nTe],
1125
- [[0, 1], [0, 1], 0, 1, 0], 2
1126
- ];
1127
- var ListComponentsResponse$ = [3, n0, _LCRi,
1128
- 0,
1129
- [_cS, _nTe],
1130
- [() => ComponentSummaries, 0], 1
1131
- ];
1132
- var ListComponentTypesRequest$ = [3, n0, _LCTR,
1133
- 0,
1134
- [_wI, _fi, _nTe, _mR],
1135
- [[0, 1], () => ListComponentTypesFilters, 0, 1], 1
1136
- ];
1137
- var ListComponentTypesResponse$ = [3, n0, _LCTRi,
1138
- 0,
1139
- [_wI, _cTS, _nTe, _mR],
1140
- [0, () => ComponentTypeSummaries, 0, 1], 2
1141
- ];
1142
- var ListEntitiesRequest$ = [3, n0, _LER,
1143
- 0,
1144
- [_wI, _fi, _mR, _nTe],
1145
- [[0, 1], () => ListEntitiesFilters, 1, 0], 1
1146
- ];
1147
- var ListEntitiesResponse$ = [3, n0, _LERi,
1148
- 0,
1149
- [_eS, _nTe],
1150
- [() => EntitySummaries, 0]
1151
- ];
1152
- var ListMetadataTransferJobsRequest$ = [3, n0, _LMTJR,
1153
- 0,
1154
- [_sTo, _dT, _fi, _nTe, _mR],
1155
- [0, 0, () => ListMetadataTransferJobsFilters, 0, 1], 2
1156
- ];
1157
- var ListMetadataTransferJobsResponse$ = [3, n0, _LMTJRi,
1158
- 0,
1159
- [_mTJS, _nTe],
1160
- [() => MetadataTransferJobSummaries, 0], 1
1161
- ];
1162
- var ListPropertiesRequest$ = [3, n0, _LPR,
1163
- 0,
1164
- [_wI, _eI, _cN, _cP, _mR, _nTe],
1165
- [[0, 1], 0, 0, 0, 1, 0], 2
1166
- ];
1167
- var ListPropertiesResponse$ = [3, n0, _LPRi,
1168
- 0,
1169
- [_pS, _nTe],
1170
- [() => PropertySummaries, 0], 1
1171
- ];
1172
- var ListScenesRequest$ = [3, n0, _LSR,
1173
- 0,
1174
- [_wI, _mR, _nTe],
1175
- [[0, 1], 1, 0], 1
1176
- ];
1177
- var ListScenesResponse$ = [3, n0, _LSRi,
1178
- 0,
1179
- [_sSc, _nTe],
1180
- [() => SceneSummaries, 0]
1181
- ];
1182
- var ListSyncJobsRequest$ = [3, n0, _LSJR,
1183
- 0,
1184
- [_wI, _mR, _nTe],
1185
- [[0, 1], 1, 0], 1
1186
- ];
1187
- var ListSyncJobsResponse$ = [3, n0, _LSJRi,
1188
- 0,
1189
- [_sJS, _nTe],
1190
- [() => SyncJobSummaries, 0]
1191
- ];
1192
- var ListSyncResourcesRequest$ = [3, n0, _LSRR,
1193
- 0,
1194
- [_wI, _sS, _fi, _mR, _nTe],
1195
- [[0, 1], [0, 1], () => SyncResourceFilters, 1, 0], 2
1196
- ];
1197
- var ListSyncResourcesResponse$ = [3, n0, _LSRRi,
1198
- 0,
1199
- [_sRy, _nTe],
1200
- [() => SyncResourceSummaries, 0]
1201
- ];
1202
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1203
- 0,
1204
- [_rARN, _mR, _nTe],
1205
- [0, 1, 0], 1
1206
- ];
1207
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1208
- 0,
1209
- [_ta, _nTe],
1210
- [128 | 0, 0]
1211
- ];
1212
- var ListWorkspacesRequest$ = [3, n0, _LWR,
1213
- 0,
1214
- [_mR, _nTe],
1215
- [1, 0]
1216
- ];
1217
- var ListWorkspacesResponse$ = [3, n0, _LWRi,
1218
- 0,
1219
- [_wS, _nTe],
1220
- [() => WorkspaceSummaries, 0]
1221
- ];
1222
- var MetadataTransferJobProgress$ = [3, n0, _MTJP,
1223
- 0,
1224
- [_tCo, _sCu, _sCk, _fC],
1225
- [1, 1, 1, 1]
1226
- ];
1227
- var MetadataTransferJobStatus$ = [3, n0, _MTJS,
1228
- 0,
1229
- [_st, _e, _qP],
1230
- [0, () => ErrorDetails$, 1]
1231
- ];
1232
- var MetadataTransferJobSummary$ = [3, n0, _MTJSe,
1233
- 0,
1234
- [_mTJI, _a, _cDT, _uDT, _s, _p],
1235
- [0, 0, 4, 4, () => MetadataTransferJobStatus$, () => MetadataTransferJobProgress$], 5
1236
- ];
1237
- var OrderBy$ = [3, n0, _OB,
1238
- 0,
1239
- [_pNr, _o],
1240
- [0, 0], 1
1241
- ];
1242
- var ParentEntityUpdateRequest$ = [3, n0, _PEUR,
1243
- 0,
1244
- [_uT, _pEI],
1245
- [0, 0], 1
1246
- ];
1247
- var PricingPlan$ = [3, n0, _PP,
1248
- 0,
1249
- [_eDTf, _pM, _uDT, _uR, _bEC, _bI],
1250
- [4, 0, 4, 0, 1, () => BundleInformation$], 4
1251
- ];
1252
- var PropertyDefinitionRequest$ = [3, n0, _PDR,
1253
- 0,
1254
- [_dTa, _iRIE, _iEI, _iSE, _iTS, _dVe, _con, _dN],
1255
- [() => DataType$, 2, 2, 2, 2, () => DataValue$, 128 | 0, 0]
1256
- ];
1257
- var PropertyDefinitionResponse$ = [3, n0, _PDRr,
1258
- 0,
1259
- [_dTa, _iTS, _iRIE, _iEI, _iSE, _iIs, _iF, _iI, _dVe, _con, _dN],
1260
- [() => DataType$, 2, 2, 2, 2, 2, 2, 2, () => DataValue$, 128 | 0, 0], 8
1261
- ];
1262
- var PropertyFilter$ = [3, n0, _PF,
1263
- 0,
1264
- [_pNr, _op, _v],
1265
- [0, 0, () => DataValue$]
1266
- ];
1267
- var PropertyGroupRequest$ = [3, n0, _PGR,
1268
- 0,
1269
- [_gT, _pN],
1270
- [0, 64 | 0]
1271
- ];
1272
- var PropertyGroupResponse$ = [3, n0, _PGRr,
1273
- 0,
1274
- [_gT, _pN, _iI],
1275
- [0, 64 | 0, 2], 3
1276
- ];
1277
- var PropertyLatestValue$ = [3, n0, _PLV,
1278
- 0,
1279
- [_pR, _pVr],
1280
- [() => EntityPropertyReference$, () => DataValue$], 1
1281
- ];
1282
- var PropertyRequest$ = [3, n0, _PR,
1283
- 0,
1284
- [_def, _v, _uT],
1285
- [() => PropertyDefinitionRequest$, () => DataValue$, 0]
1286
- ];
1287
- var PropertyResponse$ = [3, n0, _PRr,
1288
- 0,
1289
- [_def, _v, _aAPVR],
1290
- [() => PropertyDefinitionResponse$, () => DataValue$, 2]
1291
- ];
1292
- var PropertySummary$ = [3, n0, _PS,
1293
- 0,
1294
- [_pNr, _def, _v, _aAPVR],
1295
- [0, () => PropertyDefinitionResponse$, () => DataValue$, 2], 1
1296
- ];
1297
- var PropertyValue$ = [3, n0, _PV,
1298
- 0,
1299
- [_v, _ti, _tim],
1300
- [() => DataValue$, 4, 0], 1
1301
- ];
1302
- var PropertyValueEntry$ = [3, n0, _PVE,
1303
- 0,
1304
- [_ePR, _pV],
1305
- [() => EntityPropertyReference$, () => PropertyValues], 1
1306
- ];
1307
- var PropertyValueHistory$ = [3, n0, _PVH,
1308
- 0,
1309
- [_ePR, _va],
1310
- [() => EntityPropertyReference$, () => Values], 1
1311
- ];
1312
- var QueryTimeoutException$ = [-3, n0, _QTE,
1313
- { [_e]: _c, [_hE]: 400 },
1314
- [_m],
1315
- [0]
1316
- ];
1317
- schema.TypeRegistry.for(n0).registerError(QueryTimeoutException$, QueryTimeoutException);
1318
- var Relationship$ = [3, n0, _R,
1319
- 0,
1320
- [_tCTI, _rT],
1321
- [0, 0]
1322
- ];
1323
- var RelationshipValue$ = [3, n0, _RV,
1324
- 0,
1325
- [_tEI, _tCN],
1326
- [0, 0]
1327
- ];
1328
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1329
- { [_e]: _c, [_hE]: 404 },
1330
- [_m],
1331
- [0]
1332
- ];
1333
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1334
- var Row$ = [3, n0, _Ro,
1335
- 0,
1336
- [_rD],
1337
- [64 | 15]
1338
- ];
1339
- var S3DestinationConfiguration$ = [3, n0, _SDC,
1340
- 0,
1341
- [_lo],
1342
- [0], 1
1343
- ];
1344
- var S3SourceConfiguration$ = [3, n0, _SSC,
1345
- 0,
1346
- [_lo],
1347
- [0], 1
1348
- ];
1349
- var SceneError$ = [3, n0, _SE,
1350
- 0,
1351
- [_cod, _m],
1352
- [0, 0]
1353
- ];
1354
- var SceneSummary$ = [3, n0, _SS,
1355
- 0,
1356
- [_sI, _cL, _a, _cDT, _uDT, _d],
1357
- [0, 0, 0, 4, 4, 0], 5
1358
- ];
1359
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1360
- { [_e]: _c, [_hE]: 402 },
1361
- [_m],
1362
- [0]
1363
- ];
1364
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1365
- var SourceConfiguration$ = [3, n0, _SC,
1366
- 0,
1367
- [_t, _sC, _iSWC, _iTMC],
1368
- [0, () => S3SourceConfiguration$, () => IotSiteWiseSourceConfiguration$, () => IotTwinMakerSourceConfiguration$], 1
1369
- ];
1370
- var Status$ = [3, n0, _S,
1371
- 0,
1372
- [_st, _e],
1373
- [0, () => ErrorDetails$]
1374
- ];
1375
- var SyncJobStatus$ = [3, n0, _SJS,
1376
- 0,
1377
- [_st, _e],
1378
- [0, () => ErrorDetails$]
1379
- ];
1380
- var SyncJobSummary$ = [3, n0, _SJSy,
1381
- 0,
1382
- [_a, _wI, _sS, _s, _cDT, _uDT],
1383
- [0, 0, 0, () => SyncJobStatus$, 4, 4]
1384
- ];
1385
- var SyncResourceStatus$ = [3, n0, _SRS,
1386
- 0,
1387
- [_st, _e],
1388
- [0, () => ErrorDetails$]
1389
- ];
1390
- var SyncResourceSummary$ = [3, n0, _SRSy,
1391
- 0,
1392
- [_rTe, _eIx, _rI, _s, _uDT],
1393
- [0, 0, 0, () => SyncResourceStatus$, 4]
1394
- ];
1395
- var TabularConditions$ = [3, n0, _TC,
1396
- 0,
1397
- [_oB, _pF],
1398
- [() => OrderByList, () => PropertyFilters]
1399
- ];
1400
- var TagResourceRequest$ = [3, n0, _TRR,
1401
- 0,
1402
- [_rARN, _ta],
1403
- [0, 128 | 0], 2
1404
- ];
1405
- var TagResourceResponse$ = [3, n0, _TRRa,
1406
- 0,
1407
- [],
1408
- []
1409
- ];
1410
- var ThrottlingException$ = [-3, n0, _TE,
1411
- { [_e]: _c, [_hE]: 429 },
1412
- [_m],
1413
- [0]
1414
- ];
1415
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1416
- var TooManyTagsException$ = [-3, n0, _TMTE,
1417
- { [_e]: _c, [_hE]: 400 },
1418
- [_m],
1419
- [0]
1420
- ];
1421
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1422
- var UntagResourceRequest$ = [3, n0, _URR,
1423
- 0,
1424
- [_rARN, _tK],
1425
- [[0, { [_hQ]: _rARN }], [64 | 0, { [_hQ]: _tK }]], 2
1426
- ];
1427
- var UntagResourceResponse$ = [3, n0, _URRn,
1428
- 0,
1429
- [],
1430
- []
1431
- ];
1432
- var UpdateComponentTypeRequest$ = [3, n0, _UCTR,
1433
- 0,
1434
- [_wI, _cTI, _iS, _d, _pD, _eF, _f, _pG, _cTN, _cCT],
1435
- [[0, 1], [0, 1], 2, 0, () => PropertyDefinitionsRequest, 64 | 0, () => FunctionsRequest, () => PropertyGroupsRequest, 0, () => CompositeComponentTypesRequest], 2
1436
- ];
1437
- var UpdateComponentTypeResponse$ = [3, n0, _UCTRp,
1438
- 0,
1439
- [_wI, _a, _cTI, _st],
1440
- [0, 0, 0, 0], 4
1441
- ];
1442
- var UpdateEntityRequest$ = [3, n0, _UER,
1443
- 0,
1444
- [_wI, _eI, _eN, _d, _cU, _cCU, _pEU],
1445
- [[0, 1], [0, 1], 0, 0, () => ComponentUpdatesMapRequest, () => CompositeComponentUpdatesMapRequest, () => ParentEntityUpdateRequest$], 2
1446
- ];
1447
- var UpdateEntityResponse$ = [3, n0, _UERp,
1448
- 0,
1449
- [_uDT, _st],
1450
- [4, 0], 2
1451
- ];
1452
- var UpdatePricingPlanRequest$ = [3, n0, _UPPR,
1453
- 0,
1454
- [_pM, _bN],
1455
- [0, 64 | 0], 1
1456
- ];
1457
- var UpdatePricingPlanResponse$ = [3, n0, _UPPRp,
1458
- 0,
1459
- [_cPP, _pPP],
1460
- [() => PricingPlan$, () => PricingPlan$], 1
1461
- ];
1462
- var UpdateSceneRequest$ = [3, n0, _USR,
1463
- 0,
1464
- [_wI, _sI, _cL, _d, _ca, _sM],
1465
- [[0, 1], [0, 1], 0, 0, 64 | 0, 128 | 0], 2
1466
- ];
1467
- var UpdateSceneResponse$ = [3, n0, _USRp,
1468
- 0,
1469
- [_uDT],
1470
- [4], 1
1471
- ];
1472
- var UpdateWorkspaceRequest$ = [3, n0, _UWR,
1473
- 0,
1474
- [_wI, _d, _r, _sL],
1475
- [[0, 1], 0, 0, 0], 1
1476
- ];
1477
- var UpdateWorkspaceResponse$ = [3, n0, _UWRp,
1478
- 0,
1479
- [_uDT],
1480
- [4], 1
1481
- ];
1482
- var ValidationException$ = [-3, n0, _VE,
1483
- { [_e]: _c, [_hE]: 400 },
1484
- [_m],
1485
- [0]
1486
- ];
1487
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1488
- var WorkspaceSummary$ = [3, n0, _WS,
1489
- 0,
1490
- [_wI, _a, _cDT, _uDT, _d, _lS],
1491
- [0, 0, 4, 4, 0, 64 | 0], 4
1492
- ];
1493
- var IoTTwinMakerServiceException$ = [-3, _sm, "IoTTwinMakerServiceException", 0, [], []];
1494
- schema.TypeRegistry.for(_sm).registerError(IoTTwinMakerServiceException$, IoTTwinMakerServiceException);
1495
- var ColumnDescriptions = [1, n0, _CDo,
1496
- 0, () => ColumnDescription$
1497
- ];
1498
- var ComponentSummaries = [1, n0, _CSo,
1499
- 0, () => ComponentSummary$
1500
- ];
1501
- var ComponentTypeSummaries = [1, n0, _CTSo,
1502
- 0, () => ComponentTypeSummary$
1503
- ];
1504
- var DataValueList = [1, n0, _DVL,
1505
- 0, () => DataValue$
1506
- ];
1507
- var EntitySummaries = [1, n0, _ESn,
1508
- 0, () => EntitySummary$
1509
- ];
1510
- var Entries = [1, n0, _E,
1511
- 0, () => PropertyValueEntry$
1512
- ];
1513
- var ErrorEntries = [1, n0, _EE,
1514
- 0, () => BatchPutPropertyErrorEntry$
1515
- ];
1516
- var Errors = [1, n0, _Er,
1517
- 0, () => BatchPutPropertyError$
1518
- ];
1519
- var IotSiteWiseSourceConfigurationFilters = [1, n0, _ISWSCF,
1520
- 0, () => IotSiteWiseSourceConfigurationFilter$
1521
- ];
1522
- var IotTwinMakerSourceConfigurationFilters = [1, n0, _ITMSCF,
1523
- 0, () => IotTwinMakerSourceConfigurationFilter$
1524
- ];
1525
- var ListComponentTypesFilters = [1, n0, _LCTF,
1526
- 0, () => ListComponentTypesFilter$
1527
- ];
1528
- var ListEntitiesFilters = [1, n0, _LEF,
1529
- 0, () => ListEntitiesFilter$
1530
- ];
1531
- var ListMetadataTransferJobsFilters = [1, n0, _LMTJF,
1532
- 0, () => ListMetadataTransferJobsFilter$
1533
- ];
1534
- var MetadataTransferJobSummaries = [1, n0, _MTJSet,
1535
- 0, () => MetadataTransferJobSummary$
1536
- ];
1537
- var OrderByList = [1, n0, _OBL,
1538
- 0, () => OrderBy$
1539
- ];
1540
- var PropertyFilters = [1, n0, _PFr,
1541
- 0, () => PropertyFilter$
1542
- ];
1543
- var PropertySummaries = [1, n0, _PSr,
1544
- 0, () => PropertySummary$
1545
- ];
1546
- var PropertyValueList = [1, n0, _PVL,
1547
- 0, () => PropertyValueHistory$
1548
- ];
1549
- var PropertyValues = [1, n0, _PVr,
1550
- 0, () => PropertyValue$
1551
- ];
1552
- var Rows = [1, n0, _Row,
1553
- 0, () => Row$
1554
- ];
1555
- var SceneSummaries = [1, n0, _SSc,
1556
- 0, () => SceneSummary$
1557
- ];
1558
- var SourceConfigurations = [1, n0, _SCo,
1559
- 0, () => SourceConfiguration$
1560
- ];
1561
- var SyncJobSummaries = [1, n0, _SJSyn,
1562
- 0, () => SyncJobSummary$
1563
- ];
1564
- var SyncResourceFilters = [1, n0, _SRF,
1565
- 0, () => SyncResourceFilter$
1566
- ];
1567
- var SyncResourceSummaries = [1, n0, _SRSyn,
1568
- 0, () => SyncResourceSummary$
1569
- ];
1570
- var TabularPropertyValue = [1, n0, _TPVa,
1571
- 0, () => PropertyTableValue
1572
- ];
1573
- var TabularPropertyValues = [1, n0, _TPV,
1574
- 0, () => TabularPropertyValue
1575
- ];
1576
- var Values = [1, n0, _V,
1577
- 0, () => PropertyValue$
1578
- ];
1579
- var WorkspaceSummaries = [1, n0, _WSo,
1580
- 0, () => WorkspaceSummary$
1581
- ];
1582
- var ComponentPropertyGroupRequests = [2, n0, _CPGRom,
1583
- 0, 0, () => ComponentPropertyGroupRequest$
1584
- ];
1585
- var ComponentPropertyGroupResponses = [2, n0, _CPGRomp,
1586
- 0, 0, () => ComponentPropertyGroupResponse$
1587
- ];
1588
- var ComponentsMap = [2, n0, _CM,
1589
- 0, 0, () => ComponentResponse$
1590
- ];
1591
- var ComponentsMapRequest = [2, n0, _CMR,
1592
- 0, 0, () => ComponentRequest$
1593
- ];
1594
- var ComponentUpdatesMapRequest = [2, n0, _CUMR,
1595
- 0, 0, () => ComponentUpdateRequest$
1596
- ];
1597
- var CompositeComponentResponse = [2, n0, _CCRo,
1598
- 0, 0, () => ComponentSummary$
1599
- ];
1600
- var CompositeComponentsMapRequest = [2, n0, _CCMR,
1601
- 0, 0, () => CompositeComponentRequest$
1602
- ];
1603
- var CompositeComponentTypesRequest = [2, n0, _CCTRom,
1604
- 0, 0, () => CompositeComponentTypeRequest$
1605
- ];
1606
- var CompositeComponentTypesResponse = [2, n0, _CCTRomp,
1607
- 0, 0, () => CompositeComponentTypeResponse$
1608
- ];
1609
- var CompositeComponentUpdatesMapRequest = [2, n0, _CCUMR,
1610
- 0, 0, () => CompositeComponentUpdateRequest$
1611
- ];
1612
- var DataValueMap = [2, n0, _DVM,
1613
- 0, 0, () => DataValue$
1614
- ];
1615
- var FunctionsRequest = [2, n0, _FRun,
1616
- 0, 0, () => FunctionRequest$
1617
- ];
1618
- var FunctionsResponse = [2, n0, _FRunc,
1619
- 0, 0, () => FunctionResponse$
1620
- ];
1621
- var PropertyDefinitionsRequest = [2, n0, _PDRro,
1622
- 0, 0, () => PropertyDefinitionRequest$
1623
- ];
1624
- var PropertyDefinitionsResponse = [2, n0, _PDRrop,
1625
- 0, 0, () => PropertyDefinitionResponse$
1626
- ];
1627
- var PropertyGroupsRequest = [2, n0, _PGRro,
1628
- 0, 0, () => PropertyGroupRequest$
1629
- ];
1630
- var PropertyGroupsResponse = [2, n0, _PGRrop,
1631
- 0, 0, () => PropertyGroupResponse$
1632
- ];
1633
- var PropertyLatestValueMap = [2, n0, _PLVM,
1634
- 0, 0, () => PropertyLatestValue$
1635
- ];
1636
- var PropertyRequests = [2, n0, _PRro,
1637
- 0, 0, () => PropertyRequest$
1638
- ];
1639
- var PropertyResponses = [2, n0, _PRrop,
1640
- 0, 0, () => PropertyResponse$
1641
- ];
1642
- var PropertyTableValue = [2, n0, _PTV,
1643
- 0, 0, () => DataValue$
1644
- ];
1645
- var IotSiteWiseSourceConfigurationFilter$ = [4, n0, _ISWSCFo,
1646
- 0,
1647
- [_fBAM, _fBA],
1648
- [() => FilterByAssetModel$, () => FilterByAsset$]
1649
- ];
1650
- var IotTwinMakerSourceConfigurationFilter$ = [4, n0, _ITMSCFo,
1651
- 0,
1652
- [_fBCT, _fBE],
1653
- [() => FilterByComponentType$, () => FilterByEntity$]
1654
- ];
1655
- var ListComponentTypesFilter$ = [4, n0, _LCTFi,
1656
- 0,
1657
- [_eF, _na, _iAs],
1658
- [0, 0, 2]
1659
- ];
1660
- var ListEntitiesFilter$ = [4, n0, _LEFi,
1661
- 0,
1662
- [_pEI, _cTI, _eIx],
1663
- [0, 0, 0]
1664
- ];
1665
- var ListMetadataTransferJobsFilter$ = [4, n0, _LMTJFi,
1666
- 0,
1667
- [_wI, _st],
1668
- [0, 0]
1669
- ];
1670
- var SyncResourceFilter$ = [4, n0, _SRFy,
1671
- 0,
1672
- [_st, _rTe, _rI, _eIx],
1673
- [0, 0, 0, 0]
1674
- ];
1675
- var BatchPutPropertyValues$ = [9, n0, _BPPV,
1676
- { [_end]: ["data."], [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties", 200] }, () => BatchPutPropertyValuesRequest$, () => BatchPutPropertyValuesResponse$
1677
- ];
1678
- var CancelMetadataTransferJob$ = [9, n0, _CMTJ,
1679
- { [_end]: ["api."], [_h]: ["PUT", "/metadata-transfer-jobs/{metadataTransferJobId}/cancel", 200] }, () => CancelMetadataTransferJobRequest$, () => CancelMetadataTransferJobResponse$
1680
- ];
1681
- var CreateComponentType$ = [9, n0, _CCT,
1682
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200] }, () => CreateComponentTypeRequest$, () => CreateComponentTypeResponse$
1683
- ];
1684
- var CreateEntity$ = [9, n0, _CEr,
1685
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/entities", 200] }, () => CreateEntityRequest$, () => CreateEntityResponse$
1686
- ];
1687
- var CreateMetadataTransferJob$ = [9, n0, _CMTJr,
1688
- { [_end]: ["api."], [_h]: ["POST", "/metadata-transfer-jobs", 200] }, () => CreateMetadataTransferJobRequest$, () => CreateMetadataTransferJobResponse$
1689
- ];
1690
- var CreateScene$ = [9, n0, _CSr,
1691
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/scenes", 200] }, () => CreateSceneRequest$, () => CreateSceneResponse$
1692
- ];
1693
- var CreateSyncJob$ = [9, n0, _CSJ,
1694
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200] }, () => CreateSyncJobRequest$, () => CreateSyncJobResponse$
1695
- ];
1696
- var CreateWorkspace$ = [9, n0, _CW,
1697
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}", 200] }, () => CreateWorkspaceRequest$, () => CreateWorkspaceResponse$
1698
- ];
1699
- var DeleteComponentType$ = [9, n0, _DCT,
1700
- { [_end]: ["api."], [_h]: ["DELETE", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200] }, () => DeleteComponentTypeRequest$, () => DeleteComponentTypeResponse$
1701
- ];
1702
- var DeleteEntity$ = [9, n0, _DE,
1703
- { [_end]: ["api."], [_h]: ["DELETE", "/workspaces/{workspaceId}/entities/{entityId}", 200] }, () => DeleteEntityRequest$, () => DeleteEntityResponse$
1704
- ];
1705
- var DeleteScene$ = [9, n0, _DS,
1706
- { [_end]: ["api."], [_h]: ["DELETE", "/workspaces/{workspaceId}/scenes/{sceneId}", 200] }, () => DeleteSceneRequest$, () => DeleteSceneResponse$
1707
- ];
1708
- var DeleteSyncJob$ = [9, n0, _DSJ,
1709
- { [_end]: ["api."], [_h]: ["DELETE", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200] }, () => DeleteSyncJobRequest$, () => DeleteSyncJobResponse$
1710
- ];
1711
- var DeleteWorkspace$ = [9, n0, _DW,
1712
- { [_end]: ["api."], [_h]: ["DELETE", "/workspaces/{workspaceId}", 200] }, () => DeleteWorkspaceRequest$, () => DeleteWorkspaceResponse$
1713
- ];
1714
- var ExecuteQuery$ = [9, n0, _EQ,
1715
- { [_end]: ["api."], [_h]: ["POST", "/queries/execution", 200] }, () => ExecuteQueryRequest$, () => ExecuteQueryResponse$
1716
- ];
1717
- var GetComponentType$ = [9, n0, _GCT,
1718
- { [_end]: ["api."], [_h]: ["GET", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200] }, () => GetComponentTypeRequest$, () => GetComponentTypeResponse$
1719
- ];
1720
- var GetEntity$ = [9, n0, _GE,
1721
- { [_end]: ["api."], [_h]: ["GET", "/workspaces/{workspaceId}/entities/{entityId}", 200] }, () => GetEntityRequest$, () => GetEntityResponse$
1722
- ];
1723
- var GetMetadataTransferJob$ = [9, n0, _GMTJ,
1724
- { [_end]: ["api."], [_h]: ["GET", "/metadata-transfer-jobs/{metadataTransferJobId}", 200] }, () => GetMetadataTransferJobRequest$, () => GetMetadataTransferJobResponse$
1725
- ];
1726
- var GetPricingPlan$ = [9, n0, _GPP,
1727
- { [_end]: ["api."], [_h]: ["GET", "/pricingplan", 200] }, () => GetPricingPlanRequest$, () => GetPricingPlanResponse$
1728
- ];
1729
- var GetPropertyValue$ = [9, n0, _GPV,
1730
- { [_end]: ["data."], [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/value", 200] }, () => GetPropertyValueRequest$, () => GetPropertyValueResponse$
1731
- ];
1732
- var GetPropertyValueHistory$ = [9, n0, _GPVH,
1733
- { [_end]: ["data."], [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/history", 200] }, () => GetPropertyValueHistoryRequest$, () => GetPropertyValueHistoryResponse$
1734
- ];
1735
- var GetScene$ = [9, n0, _GS,
1736
- { [_end]: ["api."], [_h]: ["GET", "/workspaces/{workspaceId}/scenes/{sceneId}", 200] }, () => GetSceneRequest$, () => GetSceneResponse$
1737
- ];
1738
- var GetSyncJob$ = [9, n0, _GSJ,
1739
- { [_end]: ["api."], [_h]: ["GET", "/sync-jobs/{syncSource}", 200] }, () => GetSyncJobRequest$, () => GetSyncJobResponse$
1740
- ];
1741
- var GetWorkspace$ = [9, n0, _GW,
1742
- { [_end]: ["api."], [_h]: ["GET", "/workspaces/{workspaceId}", 200] }, () => GetWorkspaceRequest$, () => GetWorkspaceResponse$
1743
- ];
1744
- var ListComponents$ = [9, n0, _LC,
1745
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/entities/{entityId}/components-list", 200] }, () => ListComponentsRequest$, () => ListComponentsResponse$
1746
- ];
1747
- var ListComponentTypes$ = [9, n0, _LCT,
1748
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/component-types-list", 200] }, () => ListComponentTypesRequest$, () => ListComponentTypesResponse$
1749
- ];
1750
- var ListEntities$ = [9, n0, _LE,
1751
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/entities-list", 200] }, () => ListEntitiesRequest$, () => ListEntitiesResponse$
1752
- ];
1753
- var ListMetadataTransferJobs$ = [9, n0, _LMTJ,
1754
- { [_end]: ["api."], [_h]: ["POST", "/metadata-transfer-jobs-list", 200] }, () => ListMetadataTransferJobsRequest$, () => ListMetadataTransferJobsResponse$
1755
- ];
1756
- var ListProperties$ = [9, n0, _LP,
1757
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/properties-list", 200] }, () => ListPropertiesRequest$, () => ListPropertiesResponse$
1758
- ];
1759
- var ListScenes$ = [9, n0, _LS,
1760
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/scenes-list", 200] }, () => ListScenesRequest$, () => ListScenesResponse$
1761
- ];
1762
- var ListSyncJobs$ = [9, n0, _LSJ,
1763
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs-list", 200] }, () => ListSyncJobsRequest$, () => ListSyncJobsResponse$
1764
- ];
1765
- var ListSyncResources$ = [9, n0, _LSRis,
1766
- { [_end]: ["api."], [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list", 200] }, () => ListSyncResourcesRequest$, () => ListSyncResourcesResponse$
1767
- ];
1768
- var ListTagsForResource$ = [9, n0, _LTFR,
1769
- { [_end]: ["api."], [_h]: ["POST", "/tags-list", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1770
- ];
1771
- var ListWorkspaces$ = [9, n0, _LW,
1772
- { [_end]: ["api."], [_h]: ["POST", "/workspaces-list", 200] }, () => ListWorkspacesRequest$, () => ListWorkspacesResponse$
1773
- ];
1774
- var TagResource$ = [9, n0, _TR,
1775
- { [_end]: ["api."], [_h]: ["POST", "/tags", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1776
- ];
1777
- var UntagResource$ = [9, n0, _UR,
1778
- { [_end]: ["api."], [_h]: ["DELETE", "/tags", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1779
- ];
1780
- var UpdateComponentType$ = [9, n0, _UCT,
1781
- { [_end]: ["api."], [_h]: ["PUT", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200] }, () => UpdateComponentTypeRequest$, () => UpdateComponentTypeResponse$
1782
- ];
1783
- var UpdateEntity$ = [9, n0, _UE,
1784
- { [_end]: ["api."], [_h]: ["PUT", "/workspaces/{workspaceId}/entities/{entityId}", 200] }, () => UpdateEntityRequest$, () => UpdateEntityResponse$
1785
- ];
1786
- var UpdatePricingPlan$ = [9, n0, _UPP,
1787
- { [_end]: ["api."], [_h]: ["POST", "/pricingplan", 200] }, () => UpdatePricingPlanRequest$, () => UpdatePricingPlanResponse$
1788
- ];
1789
- var UpdateScene$ = [9, n0, _US,
1790
- { [_end]: ["api."], [_h]: ["PUT", "/workspaces/{workspaceId}/scenes/{sceneId}", 200] }, () => UpdateSceneRequest$, () => UpdateSceneResponse$
1791
- ];
1792
- var UpdateWorkspace$ = [9, n0, _UW,
1793
- { [_end]: ["api."], [_h]: ["PUT", "/workspaces/{workspaceId}", 200] }, () => UpdateWorkspaceRequest$, () => UpdateWorkspaceResponse$
1794
- ];
1795
-
1796
116
  class BatchPutPropertyValuesCommand extends smithyClient.Command
1797
117
  .classBuilder()
1798
118
  .ep(commonParams)
@@ -1801,7 +121,7 @@ class BatchPutPropertyValuesCommand extends smithyClient.Command
1801
121
  })
1802
122
  .s("AWSIoTTwinMaker", "BatchPutPropertyValues", {})
1803
123
  .n("IoTTwinMakerClient", "BatchPutPropertyValuesCommand")
1804
- .sc(BatchPutPropertyValues$)
124
+ .sc(schemas_0.BatchPutPropertyValues$)
1805
125
  .build() {
1806
126
  }
1807
127
 
@@ -1813,7 +133,7 @@ class CancelMetadataTransferJobCommand extends smithyClient.Command
1813
133
  })
1814
134
  .s("AWSIoTTwinMaker", "CancelMetadataTransferJob", {})
1815
135
  .n("IoTTwinMakerClient", "CancelMetadataTransferJobCommand")
1816
- .sc(CancelMetadataTransferJob$)
136
+ .sc(schemas_0.CancelMetadataTransferJob$)
1817
137
  .build() {
1818
138
  }
1819
139
 
@@ -1825,7 +145,7 @@ class CreateComponentTypeCommand extends smithyClient.Command
1825
145
  })
1826
146
  .s("AWSIoTTwinMaker", "CreateComponentType", {})
1827
147
  .n("IoTTwinMakerClient", "CreateComponentTypeCommand")
1828
- .sc(CreateComponentType$)
148
+ .sc(schemas_0.CreateComponentType$)
1829
149
  .build() {
1830
150
  }
1831
151
 
@@ -1837,7 +157,7 @@ class CreateEntityCommand extends smithyClient.Command
1837
157
  })
1838
158
  .s("AWSIoTTwinMaker", "CreateEntity", {})
1839
159
  .n("IoTTwinMakerClient", "CreateEntityCommand")
1840
- .sc(CreateEntity$)
160
+ .sc(schemas_0.CreateEntity$)
1841
161
  .build() {
1842
162
  }
1843
163
 
@@ -1849,7 +169,7 @@ class CreateMetadataTransferJobCommand extends smithyClient.Command
1849
169
  })
1850
170
  .s("AWSIoTTwinMaker", "CreateMetadataTransferJob", {})
1851
171
  .n("IoTTwinMakerClient", "CreateMetadataTransferJobCommand")
1852
- .sc(CreateMetadataTransferJob$)
172
+ .sc(schemas_0.CreateMetadataTransferJob$)
1853
173
  .build() {
1854
174
  }
1855
175
 
@@ -1861,7 +181,7 @@ class CreateSceneCommand extends smithyClient.Command
1861
181
  })
1862
182
  .s("AWSIoTTwinMaker", "CreateScene", {})
1863
183
  .n("IoTTwinMakerClient", "CreateSceneCommand")
1864
- .sc(CreateScene$)
184
+ .sc(schemas_0.CreateScene$)
1865
185
  .build() {
1866
186
  }
1867
187
 
@@ -1873,7 +193,7 @@ class CreateSyncJobCommand extends smithyClient.Command
1873
193
  })
1874
194
  .s("AWSIoTTwinMaker", "CreateSyncJob", {})
1875
195
  .n("IoTTwinMakerClient", "CreateSyncJobCommand")
1876
- .sc(CreateSyncJob$)
196
+ .sc(schemas_0.CreateSyncJob$)
1877
197
  .build() {
1878
198
  }
1879
199
 
@@ -1885,7 +205,7 @@ class CreateWorkspaceCommand extends smithyClient.Command
1885
205
  })
1886
206
  .s("AWSIoTTwinMaker", "CreateWorkspace", {})
1887
207
  .n("IoTTwinMakerClient", "CreateWorkspaceCommand")
1888
- .sc(CreateWorkspace$)
208
+ .sc(schemas_0.CreateWorkspace$)
1889
209
  .build() {
1890
210
  }
1891
211
 
@@ -1897,7 +217,7 @@ class DeleteComponentTypeCommand extends smithyClient.Command
1897
217
  })
1898
218
  .s("AWSIoTTwinMaker", "DeleteComponentType", {})
1899
219
  .n("IoTTwinMakerClient", "DeleteComponentTypeCommand")
1900
- .sc(DeleteComponentType$)
220
+ .sc(schemas_0.DeleteComponentType$)
1901
221
  .build() {
1902
222
  }
1903
223
 
@@ -1909,7 +229,7 @@ class DeleteEntityCommand extends smithyClient.Command
1909
229
  })
1910
230
  .s("AWSIoTTwinMaker", "DeleteEntity", {})
1911
231
  .n("IoTTwinMakerClient", "DeleteEntityCommand")
1912
- .sc(DeleteEntity$)
232
+ .sc(schemas_0.DeleteEntity$)
1913
233
  .build() {
1914
234
  }
1915
235
 
@@ -1921,7 +241,7 @@ class DeleteSceneCommand extends smithyClient.Command
1921
241
  })
1922
242
  .s("AWSIoTTwinMaker", "DeleteScene", {})
1923
243
  .n("IoTTwinMakerClient", "DeleteSceneCommand")
1924
- .sc(DeleteScene$)
244
+ .sc(schemas_0.DeleteScene$)
1925
245
  .build() {
1926
246
  }
1927
247
 
@@ -1933,7 +253,7 @@ class DeleteSyncJobCommand extends smithyClient.Command
1933
253
  })
1934
254
  .s("AWSIoTTwinMaker", "DeleteSyncJob", {})
1935
255
  .n("IoTTwinMakerClient", "DeleteSyncJobCommand")
1936
- .sc(DeleteSyncJob$)
256
+ .sc(schemas_0.DeleteSyncJob$)
1937
257
  .build() {
1938
258
  }
1939
259
 
@@ -1945,7 +265,7 @@ class DeleteWorkspaceCommand extends smithyClient.Command
1945
265
  })
1946
266
  .s("AWSIoTTwinMaker", "DeleteWorkspace", {})
1947
267
  .n("IoTTwinMakerClient", "DeleteWorkspaceCommand")
1948
- .sc(DeleteWorkspace$)
268
+ .sc(schemas_0.DeleteWorkspace$)
1949
269
  .build() {
1950
270
  }
1951
271
 
@@ -1957,7 +277,7 @@ class ExecuteQueryCommand extends smithyClient.Command
1957
277
  })
1958
278
  .s("AWSIoTTwinMaker", "ExecuteQuery", {})
1959
279
  .n("IoTTwinMakerClient", "ExecuteQueryCommand")
1960
- .sc(ExecuteQuery$)
280
+ .sc(schemas_0.ExecuteQuery$)
1961
281
  .build() {
1962
282
  }
1963
283
 
@@ -1969,7 +289,7 @@ class GetComponentTypeCommand extends smithyClient.Command
1969
289
  })
1970
290
  .s("AWSIoTTwinMaker", "GetComponentType", {})
1971
291
  .n("IoTTwinMakerClient", "GetComponentTypeCommand")
1972
- .sc(GetComponentType$)
292
+ .sc(schemas_0.GetComponentType$)
1973
293
  .build() {
1974
294
  }
1975
295
 
@@ -1981,7 +301,7 @@ class GetEntityCommand extends smithyClient.Command
1981
301
  })
1982
302
  .s("AWSIoTTwinMaker", "GetEntity", {})
1983
303
  .n("IoTTwinMakerClient", "GetEntityCommand")
1984
- .sc(GetEntity$)
304
+ .sc(schemas_0.GetEntity$)
1985
305
  .build() {
1986
306
  }
1987
307
 
@@ -1993,7 +313,7 @@ class GetMetadataTransferJobCommand extends smithyClient.Command
1993
313
  })
1994
314
  .s("AWSIoTTwinMaker", "GetMetadataTransferJob", {})
1995
315
  .n("IoTTwinMakerClient", "GetMetadataTransferJobCommand")
1996
- .sc(GetMetadataTransferJob$)
316
+ .sc(schemas_0.GetMetadataTransferJob$)
1997
317
  .build() {
1998
318
  }
1999
319
 
@@ -2005,7 +325,7 @@ class GetPricingPlanCommand extends smithyClient.Command
2005
325
  })
2006
326
  .s("AWSIoTTwinMaker", "GetPricingPlan", {})
2007
327
  .n("IoTTwinMakerClient", "GetPricingPlanCommand")
2008
- .sc(GetPricingPlan$)
328
+ .sc(schemas_0.GetPricingPlan$)
2009
329
  .build() {
2010
330
  }
2011
331
 
@@ -2017,7 +337,7 @@ class GetPropertyValueCommand extends smithyClient.Command
2017
337
  })
2018
338
  .s("AWSIoTTwinMaker", "GetPropertyValue", {})
2019
339
  .n("IoTTwinMakerClient", "GetPropertyValueCommand")
2020
- .sc(GetPropertyValue$)
340
+ .sc(schemas_0.GetPropertyValue$)
2021
341
  .build() {
2022
342
  }
2023
343
 
@@ -2029,7 +349,7 @@ class GetPropertyValueHistoryCommand extends smithyClient.Command
2029
349
  })
2030
350
  .s("AWSIoTTwinMaker", "GetPropertyValueHistory", {})
2031
351
  .n("IoTTwinMakerClient", "GetPropertyValueHistoryCommand")
2032
- .sc(GetPropertyValueHistory$)
352
+ .sc(schemas_0.GetPropertyValueHistory$)
2033
353
  .build() {
2034
354
  }
2035
355
 
@@ -2041,7 +361,7 @@ class GetSceneCommand extends smithyClient.Command
2041
361
  })
2042
362
  .s("AWSIoTTwinMaker", "GetScene", {})
2043
363
  .n("IoTTwinMakerClient", "GetSceneCommand")
2044
- .sc(GetScene$)
364
+ .sc(schemas_0.GetScene$)
2045
365
  .build() {
2046
366
  }
2047
367
 
@@ -2053,7 +373,7 @@ class GetSyncJobCommand extends smithyClient.Command
2053
373
  })
2054
374
  .s("AWSIoTTwinMaker", "GetSyncJob", {})
2055
375
  .n("IoTTwinMakerClient", "GetSyncJobCommand")
2056
- .sc(GetSyncJob$)
376
+ .sc(schemas_0.GetSyncJob$)
2057
377
  .build() {
2058
378
  }
2059
379
 
@@ -2065,7 +385,7 @@ class GetWorkspaceCommand extends smithyClient.Command
2065
385
  })
2066
386
  .s("AWSIoTTwinMaker", "GetWorkspace", {})
2067
387
  .n("IoTTwinMakerClient", "GetWorkspaceCommand")
2068
- .sc(GetWorkspace$)
388
+ .sc(schemas_0.GetWorkspace$)
2069
389
  .build() {
2070
390
  }
2071
391
 
@@ -2077,7 +397,7 @@ class ListComponentsCommand extends smithyClient.Command
2077
397
  })
2078
398
  .s("AWSIoTTwinMaker", "ListComponents", {})
2079
399
  .n("IoTTwinMakerClient", "ListComponentsCommand")
2080
- .sc(ListComponents$)
400
+ .sc(schemas_0.ListComponents$)
2081
401
  .build() {
2082
402
  }
2083
403
 
@@ -2089,7 +409,7 @@ class ListComponentTypesCommand extends smithyClient.Command
2089
409
  })
2090
410
  .s("AWSIoTTwinMaker", "ListComponentTypes", {})
2091
411
  .n("IoTTwinMakerClient", "ListComponentTypesCommand")
2092
- .sc(ListComponentTypes$)
412
+ .sc(schemas_0.ListComponentTypes$)
2093
413
  .build() {
2094
414
  }
2095
415
 
@@ -2101,7 +421,7 @@ class ListEntitiesCommand extends smithyClient.Command
2101
421
  })
2102
422
  .s("AWSIoTTwinMaker", "ListEntities", {})
2103
423
  .n("IoTTwinMakerClient", "ListEntitiesCommand")
2104
- .sc(ListEntities$)
424
+ .sc(schemas_0.ListEntities$)
2105
425
  .build() {
2106
426
  }
2107
427
 
@@ -2113,7 +433,7 @@ class ListMetadataTransferJobsCommand extends smithyClient.Command
2113
433
  })
2114
434
  .s("AWSIoTTwinMaker", "ListMetadataTransferJobs", {})
2115
435
  .n("IoTTwinMakerClient", "ListMetadataTransferJobsCommand")
2116
- .sc(ListMetadataTransferJobs$)
436
+ .sc(schemas_0.ListMetadataTransferJobs$)
2117
437
  .build() {
2118
438
  }
2119
439
 
@@ -2125,7 +445,7 @@ class ListPropertiesCommand extends smithyClient.Command
2125
445
  })
2126
446
  .s("AWSIoTTwinMaker", "ListProperties", {})
2127
447
  .n("IoTTwinMakerClient", "ListPropertiesCommand")
2128
- .sc(ListProperties$)
448
+ .sc(schemas_0.ListProperties$)
2129
449
  .build() {
2130
450
  }
2131
451
 
@@ -2137,7 +457,7 @@ class ListScenesCommand extends smithyClient.Command
2137
457
  })
2138
458
  .s("AWSIoTTwinMaker", "ListScenes", {})
2139
459
  .n("IoTTwinMakerClient", "ListScenesCommand")
2140
- .sc(ListScenes$)
460
+ .sc(schemas_0.ListScenes$)
2141
461
  .build() {
2142
462
  }
2143
463
 
@@ -2149,7 +469,7 @@ class ListSyncJobsCommand extends smithyClient.Command
2149
469
  })
2150
470
  .s("AWSIoTTwinMaker", "ListSyncJobs", {})
2151
471
  .n("IoTTwinMakerClient", "ListSyncJobsCommand")
2152
- .sc(ListSyncJobs$)
472
+ .sc(schemas_0.ListSyncJobs$)
2153
473
  .build() {
2154
474
  }
2155
475
 
@@ -2161,7 +481,7 @@ class ListSyncResourcesCommand extends smithyClient.Command
2161
481
  })
2162
482
  .s("AWSIoTTwinMaker", "ListSyncResources", {})
2163
483
  .n("IoTTwinMakerClient", "ListSyncResourcesCommand")
2164
- .sc(ListSyncResources$)
484
+ .sc(schemas_0.ListSyncResources$)
2165
485
  .build() {
2166
486
  }
2167
487
 
@@ -2173,7 +493,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2173
493
  })
2174
494
  .s("AWSIoTTwinMaker", "ListTagsForResource", {})
2175
495
  .n("IoTTwinMakerClient", "ListTagsForResourceCommand")
2176
- .sc(ListTagsForResource$)
496
+ .sc(schemas_0.ListTagsForResource$)
2177
497
  .build() {
2178
498
  }
2179
499
 
@@ -2185,7 +505,7 @@ class ListWorkspacesCommand extends smithyClient.Command
2185
505
  })
2186
506
  .s("AWSIoTTwinMaker", "ListWorkspaces", {})
2187
507
  .n("IoTTwinMakerClient", "ListWorkspacesCommand")
2188
- .sc(ListWorkspaces$)
508
+ .sc(schemas_0.ListWorkspaces$)
2189
509
  .build() {
2190
510
  }
2191
511
 
@@ -2197,7 +517,7 @@ class TagResourceCommand extends smithyClient.Command
2197
517
  })
2198
518
  .s("AWSIoTTwinMaker", "TagResource", {})
2199
519
  .n("IoTTwinMakerClient", "TagResourceCommand")
2200
- .sc(TagResource$)
520
+ .sc(schemas_0.TagResource$)
2201
521
  .build() {
2202
522
  }
2203
523
 
@@ -2209,7 +529,7 @@ class UntagResourceCommand extends smithyClient.Command
2209
529
  })
2210
530
  .s("AWSIoTTwinMaker", "UntagResource", {})
2211
531
  .n("IoTTwinMakerClient", "UntagResourceCommand")
2212
- .sc(UntagResource$)
532
+ .sc(schemas_0.UntagResource$)
2213
533
  .build() {
2214
534
  }
2215
535
 
@@ -2221,7 +541,7 @@ class UpdateComponentTypeCommand extends smithyClient.Command
2221
541
  })
2222
542
  .s("AWSIoTTwinMaker", "UpdateComponentType", {})
2223
543
  .n("IoTTwinMakerClient", "UpdateComponentTypeCommand")
2224
- .sc(UpdateComponentType$)
544
+ .sc(schemas_0.UpdateComponentType$)
2225
545
  .build() {
2226
546
  }
2227
547
 
@@ -2233,7 +553,7 @@ class UpdateEntityCommand extends smithyClient.Command
2233
553
  })
2234
554
  .s("AWSIoTTwinMaker", "UpdateEntity", {})
2235
555
  .n("IoTTwinMakerClient", "UpdateEntityCommand")
2236
- .sc(UpdateEntity$)
556
+ .sc(schemas_0.UpdateEntity$)
2237
557
  .build() {
2238
558
  }
2239
559
 
@@ -2245,7 +565,7 @@ class UpdatePricingPlanCommand extends smithyClient.Command
2245
565
  })
2246
566
  .s("AWSIoTTwinMaker", "UpdatePricingPlan", {})
2247
567
  .n("IoTTwinMakerClient", "UpdatePricingPlanCommand")
2248
- .sc(UpdatePricingPlan$)
568
+ .sc(schemas_0.UpdatePricingPlan$)
2249
569
  .build() {
2250
570
  }
2251
571
 
@@ -2257,7 +577,7 @@ class UpdateSceneCommand extends smithyClient.Command
2257
577
  })
2258
578
  .s("AWSIoTTwinMaker", "UpdateScene", {})
2259
579
  .n("IoTTwinMakerClient", "UpdateSceneCommand")
2260
- .sc(UpdateScene$)
580
+ .sc(schemas_0.UpdateScene$)
2261
581
  .build() {
2262
582
  }
2263
583
 
@@ -2269,7 +589,7 @@ class UpdateWorkspaceCommand extends smithyClient.Command
2269
589
  })
2270
590
  .s("AWSIoTTwinMaker", "UpdateWorkspace", {})
2271
591
  .n("IoTTwinMakerClient", "UpdateWorkspaceCommand")
2272
- .sc(UpdateWorkspace$)
592
+ .sc(schemas_0.UpdateWorkspace$)
2273
593
  .build() {
2274
594
  }
2275
595
 
@@ -2494,287 +814,75 @@ Object.defineProperty(exports, "__Client", {
2494
814
  enumerable: true,
2495
815
  get: function () { return smithyClient.Client; }
2496
816
  });
2497
- exports.AccessDeniedException = AccessDeniedException;
2498
- exports.AccessDeniedException$ = AccessDeniedException$;
2499
- exports.BatchPutPropertyError$ = BatchPutPropertyError$;
2500
- exports.BatchPutPropertyErrorEntry$ = BatchPutPropertyErrorEntry$;
2501
- exports.BatchPutPropertyValues$ = BatchPutPropertyValues$;
817
+ Object.defineProperty(exports, "IoTTwinMakerServiceException", {
818
+ enumerable: true,
819
+ get: function () { return IoTTwinMakerServiceException.IoTTwinMakerServiceException; }
820
+ });
2502
821
  exports.BatchPutPropertyValuesCommand = BatchPutPropertyValuesCommand;
2503
- exports.BatchPutPropertyValuesRequest$ = BatchPutPropertyValuesRequest$;
2504
- exports.BatchPutPropertyValuesResponse$ = BatchPutPropertyValuesResponse$;
2505
- exports.BundleInformation$ = BundleInformation$;
2506
- exports.CancelMetadataTransferJob$ = CancelMetadataTransferJob$;
2507
822
  exports.CancelMetadataTransferJobCommand = CancelMetadataTransferJobCommand;
2508
- exports.CancelMetadataTransferJobRequest$ = CancelMetadataTransferJobRequest$;
2509
- exports.CancelMetadataTransferJobResponse$ = CancelMetadataTransferJobResponse$;
2510
- exports.ColumnDescription$ = ColumnDescription$;
2511
823
  exports.ColumnType = ColumnType;
2512
- exports.ComponentPropertyGroupRequest$ = ComponentPropertyGroupRequest$;
2513
- exports.ComponentPropertyGroupResponse$ = ComponentPropertyGroupResponse$;
2514
- exports.ComponentRequest$ = ComponentRequest$;
2515
- exports.ComponentResponse$ = ComponentResponse$;
2516
- exports.ComponentSummary$ = ComponentSummary$;
2517
- exports.ComponentTypeSummary$ = ComponentTypeSummary$;
2518
- exports.ComponentUpdateRequest$ = ComponentUpdateRequest$;
2519
824
  exports.ComponentUpdateType = ComponentUpdateType;
2520
- exports.CompositeComponentRequest$ = CompositeComponentRequest$;
2521
- exports.CompositeComponentTypeRequest$ = CompositeComponentTypeRequest$;
2522
- exports.CompositeComponentTypeResponse$ = CompositeComponentTypeResponse$;
2523
- exports.CompositeComponentUpdateRequest$ = CompositeComponentUpdateRequest$;
2524
- exports.ConflictException = ConflictException;
2525
- exports.ConflictException$ = ConflictException$;
2526
- exports.ConnectorFailureException = ConnectorFailureException;
2527
- exports.ConnectorFailureException$ = ConnectorFailureException$;
2528
- exports.ConnectorTimeoutException = ConnectorTimeoutException;
2529
- exports.ConnectorTimeoutException$ = ConnectorTimeoutException$;
2530
- exports.CreateComponentType$ = CreateComponentType$;
2531
825
  exports.CreateComponentTypeCommand = CreateComponentTypeCommand;
2532
- exports.CreateComponentTypeRequest$ = CreateComponentTypeRequest$;
2533
- exports.CreateComponentTypeResponse$ = CreateComponentTypeResponse$;
2534
- exports.CreateEntity$ = CreateEntity$;
2535
826
  exports.CreateEntityCommand = CreateEntityCommand;
2536
- exports.CreateEntityRequest$ = CreateEntityRequest$;
2537
- exports.CreateEntityResponse$ = CreateEntityResponse$;
2538
- exports.CreateMetadataTransferJob$ = CreateMetadataTransferJob$;
2539
827
  exports.CreateMetadataTransferJobCommand = CreateMetadataTransferJobCommand;
2540
- exports.CreateMetadataTransferJobRequest$ = CreateMetadataTransferJobRequest$;
2541
- exports.CreateMetadataTransferJobResponse$ = CreateMetadataTransferJobResponse$;
2542
- exports.CreateScene$ = CreateScene$;
2543
828
  exports.CreateSceneCommand = CreateSceneCommand;
2544
- exports.CreateSceneRequest$ = CreateSceneRequest$;
2545
- exports.CreateSceneResponse$ = CreateSceneResponse$;
2546
- exports.CreateSyncJob$ = CreateSyncJob$;
2547
829
  exports.CreateSyncJobCommand = CreateSyncJobCommand;
2548
- exports.CreateSyncJobRequest$ = CreateSyncJobRequest$;
2549
- exports.CreateSyncJobResponse$ = CreateSyncJobResponse$;
2550
- exports.CreateWorkspace$ = CreateWorkspace$;
2551
830
  exports.CreateWorkspaceCommand = CreateWorkspaceCommand;
2552
- exports.CreateWorkspaceRequest$ = CreateWorkspaceRequest$;
2553
- exports.CreateWorkspaceResponse$ = CreateWorkspaceResponse$;
2554
- exports.DataConnector$ = DataConnector$;
2555
- exports.DataType$ = DataType$;
2556
- exports.DataValue$ = DataValue$;
2557
- exports.DeleteComponentType$ = DeleteComponentType$;
2558
831
  exports.DeleteComponentTypeCommand = DeleteComponentTypeCommand;
2559
- exports.DeleteComponentTypeRequest$ = DeleteComponentTypeRequest$;
2560
- exports.DeleteComponentTypeResponse$ = DeleteComponentTypeResponse$;
2561
- exports.DeleteEntity$ = DeleteEntity$;
2562
832
  exports.DeleteEntityCommand = DeleteEntityCommand;
2563
- exports.DeleteEntityRequest$ = DeleteEntityRequest$;
2564
- exports.DeleteEntityResponse$ = DeleteEntityResponse$;
2565
- exports.DeleteScene$ = DeleteScene$;
2566
833
  exports.DeleteSceneCommand = DeleteSceneCommand;
2567
- exports.DeleteSceneRequest$ = DeleteSceneRequest$;
2568
- exports.DeleteSceneResponse$ = DeleteSceneResponse$;
2569
- exports.DeleteSyncJob$ = DeleteSyncJob$;
2570
834
  exports.DeleteSyncJobCommand = DeleteSyncJobCommand;
2571
- exports.DeleteSyncJobRequest$ = DeleteSyncJobRequest$;
2572
- exports.DeleteSyncJobResponse$ = DeleteSyncJobResponse$;
2573
- exports.DeleteWorkspace$ = DeleteWorkspace$;
2574
835
  exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;
2575
- exports.DeleteWorkspaceRequest$ = DeleteWorkspaceRequest$;
2576
- exports.DeleteWorkspaceResponse$ = DeleteWorkspaceResponse$;
2577
- exports.DestinationConfiguration$ = DestinationConfiguration$;
2578
836
  exports.DestinationType = DestinationType;
2579
- exports.EntityPropertyReference$ = EntityPropertyReference$;
2580
- exports.EntitySummary$ = EntitySummary$;
2581
837
  exports.ErrorCode = ErrorCode;
2582
- exports.ErrorDetails$ = ErrorDetails$;
2583
- exports.ExecuteQuery$ = ExecuteQuery$;
2584
838
  exports.ExecuteQueryCommand = ExecuteQueryCommand;
2585
- exports.ExecuteQueryRequest$ = ExecuteQueryRequest$;
2586
- exports.ExecuteQueryResponse$ = ExecuteQueryResponse$;
2587
- exports.FilterByAsset$ = FilterByAsset$;
2588
- exports.FilterByAssetModel$ = FilterByAssetModel$;
2589
- exports.FilterByComponentType$ = FilterByComponentType$;
2590
- exports.FilterByEntity$ = FilterByEntity$;
2591
- exports.FunctionRequest$ = FunctionRequest$;
2592
- exports.FunctionResponse$ = FunctionResponse$;
2593
- exports.GetComponentType$ = GetComponentType$;
2594
839
  exports.GetComponentTypeCommand = GetComponentTypeCommand;
2595
- exports.GetComponentTypeRequest$ = GetComponentTypeRequest$;
2596
- exports.GetComponentTypeResponse$ = GetComponentTypeResponse$;
2597
- exports.GetEntity$ = GetEntity$;
2598
840
  exports.GetEntityCommand = GetEntityCommand;
2599
- exports.GetEntityRequest$ = GetEntityRequest$;
2600
- exports.GetEntityResponse$ = GetEntityResponse$;
2601
- exports.GetMetadataTransferJob$ = GetMetadataTransferJob$;
2602
841
  exports.GetMetadataTransferJobCommand = GetMetadataTransferJobCommand;
2603
- exports.GetMetadataTransferJobRequest$ = GetMetadataTransferJobRequest$;
2604
- exports.GetMetadataTransferJobResponse$ = GetMetadataTransferJobResponse$;
2605
- exports.GetPricingPlan$ = GetPricingPlan$;
2606
842
  exports.GetPricingPlanCommand = GetPricingPlanCommand;
2607
- exports.GetPricingPlanRequest$ = GetPricingPlanRequest$;
2608
- exports.GetPricingPlanResponse$ = GetPricingPlanResponse$;
2609
- exports.GetPropertyValue$ = GetPropertyValue$;
2610
843
  exports.GetPropertyValueCommand = GetPropertyValueCommand;
2611
- exports.GetPropertyValueHistory$ = GetPropertyValueHistory$;
2612
844
  exports.GetPropertyValueHistoryCommand = GetPropertyValueHistoryCommand;
2613
- exports.GetPropertyValueHistoryRequest$ = GetPropertyValueHistoryRequest$;
2614
- exports.GetPropertyValueHistoryResponse$ = GetPropertyValueHistoryResponse$;
2615
- exports.GetPropertyValueRequest$ = GetPropertyValueRequest$;
2616
- exports.GetPropertyValueResponse$ = GetPropertyValueResponse$;
2617
- exports.GetScene$ = GetScene$;
2618
845
  exports.GetSceneCommand = GetSceneCommand;
2619
- exports.GetSceneRequest$ = GetSceneRequest$;
2620
- exports.GetSceneResponse$ = GetSceneResponse$;
2621
- exports.GetSyncJob$ = GetSyncJob$;
2622
846
  exports.GetSyncJobCommand = GetSyncJobCommand;
2623
- exports.GetSyncJobRequest$ = GetSyncJobRequest$;
2624
- exports.GetSyncJobResponse$ = GetSyncJobResponse$;
2625
- exports.GetWorkspace$ = GetWorkspace$;
2626
847
  exports.GetWorkspaceCommand = GetWorkspaceCommand;
2627
- exports.GetWorkspaceRequest$ = GetWorkspaceRequest$;
2628
- exports.GetWorkspaceResponse$ = GetWorkspaceResponse$;
2629
848
  exports.GroupType = GroupType;
2630
- exports.InternalServerException = InternalServerException;
2631
- exports.InternalServerException$ = InternalServerException$;
2632
- exports.InterpolationParameters$ = InterpolationParameters$;
2633
849
  exports.InterpolationType = InterpolationType;
2634
850
  exports.IoTTwinMaker = IoTTwinMaker;
2635
851
  exports.IoTTwinMakerClient = IoTTwinMakerClient;
2636
- exports.IoTTwinMakerServiceException = IoTTwinMakerServiceException;
2637
- exports.IoTTwinMakerServiceException$ = IoTTwinMakerServiceException$;
2638
- exports.IotSiteWiseSourceConfiguration$ = IotSiteWiseSourceConfiguration$;
2639
- exports.IotSiteWiseSourceConfigurationFilter$ = IotSiteWiseSourceConfigurationFilter$;
2640
- exports.IotTwinMakerDestinationConfiguration$ = IotTwinMakerDestinationConfiguration$;
2641
- exports.IotTwinMakerSourceConfiguration$ = IotTwinMakerSourceConfiguration$;
2642
- exports.IotTwinMakerSourceConfigurationFilter$ = IotTwinMakerSourceConfigurationFilter$;
2643
- exports.LambdaFunction$ = LambdaFunction$;
2644
- exports.ListComponentTypes$ = ListComponentTypes$;
2645
852
  exports.ListComponentTypesCommand = ListComponentTypesCommand;
2646
- exports.ListComponentTypesFilter$ = ListComponentTypesFilter$;
2647
- exports.ListComponentTypesRequest$ = ListComponentTypesRequest$;
2648
- exports.ListComponentTypesResponse$ = ListComponentTypesResponse$;
2649
- exports.ListComponents$ = ListComponents$;
2650
853
  exports.ListComponentsCommand = ListComponentsCommand;
2651
- exports.ListComponentsRequest$ = ListComponentsRequest$;
2652
- exports.ListComponentsResponse$ = ListComponentsResponse$;
2653
- exports.ListEntities$ = ListEntities$;
2654
854
  exports.ListEntitiesCommand = ListEntitiesCommand;
2655
- exports.ListEntitiesFilter$ = ListEntitiesFilter$;
2656
- exports.ListEntitiesRequest$ = ListEntitiesRequest$;
2657
- exports.ListEntitiesResponse$ = ListEntitiesResponse$;
2658
- exports.ListMetadataTransferJobs$ = ListMetadataTransferJobs$;
2659
855
  exports.ListMetadataTransferJobsCommand = ListMetadataTransferJobsCommand;
2660
- exports.ListMetadataTransferJobsFilter$ = ListMetadataTransferJobsFilter$;
2661
- exports.ListMetadataTransferJobsRequest$ = ListMetadataTransferJobsRequest$;
2662
- exports.ListMetadataTransferJobsResponse$ = ListMetadataTransferJobsResponse$;
2663
- exports.ListProperties$ = ListProperties$;
2664
856
  exports.ListPropertiesCommand = ListPropertiesCommand;
2665
- exports.ListPropertiesRequest$ = ListPropertiesRequest$;
2666
- exports.ListPropertiesResponse$ = ListPropertiesResponse$;
2667
- exports.ListScenes$ = ListScenes$;
2668
857
  exports.ListScenesCommand = ListScenesCommand;
2669
- exports.ListScenesRequest$ = ListScenesRequest$;
2670
- exports.ListScenesResponse$ = ListScenesResponse$;
2671
- exports.ListSyncJobs$ = ListSyncJobs$;
2672
858
  exports.ListSyncJobsCommand = ListSyncJobsCommand;
2673
- exports.ListSyncJobsRequest$ = ListSyncJobsRequest$;
2674
- exports.ListSyncJobsResponse$ = ListSyncJobsResponse$;
2675
- exports.ListSyncResources$ = ListSyncResources$;
2676
859
  exports.ListSyncResourcesCommand = ListSyncResourcesCommand;
2677
- exports.ListSyncResourcesRequest$ = ListSyncResourcesRequest$;
2678
- exports.ListSyncResourcesResponse$ = ListSyncResourcesResponse$;
2679
- exports.ListTagsForResource$ = ListTagsForResource$;
2680
860
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2681
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2682
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2683
- exports.ListWorkspaces$ = ListWorkspaces$;
2684
861
  exports.ListWorkspacesCommand = ListWorkspacesCommand;
2685
- exports.ListWorkspacesRequest$ = ListWorkspacesRequest$;
2686
- exports.ListWorkspacesResponse$ = ListWorkspacesResponse$;
2687
- exports.MetadataTransferJobProgress$ = MetadataTransferJobProgress$;
2688
862
  exports.MetadataTransferJobState = MetadataTransferJobState;
2689
- exports.MetadataTransferJobStatus$ = MetadataTransferJobStatus$;
2690
- exports.MetadataTransferJobSummary$ = MetadataTransferJobSummary$;
2691
863
  exports.Order = Order;
2692
- exports.OrderBy$ = OrderBy$;
2693
864
  exports.OrderByTime = OrderByTime;
2694
- exports.ParentEntityUpdateRequest$ = ParentEntityUpdateRequest$;
2695
865
  exports.ParentEntityUpdateType = ParentEntityUpdateType;
2696
866
  exports.PricingMode = PricingMode;
2697
- exports.PricingPlan$ = PricingPlan$;
2698
867
  exports.PricingTier = PricingTier;
2699
- exports.PropertyDefinitionRequest$ = PropertyDefinitionRequest$;
2700
- exports.PropertyDefinitionResponse$ = PropertyDefinitionResponse$;
2701
- exports.PropertyFilter$ = PropertyFilter$;
2702
- exports.PropertyGroupRequest$ = PropertyGroupRequest$;
2703
- exports.PropertyGroupResponse$ = PropertyGroupResponse$;
2704
868
  exports.PropertyGroupUpdateType = PropertyGroupUpdateType;
2705
- exports.PropertyLatestValue$ = PropertyLatestValue$;
2706
- exports.PropertyRequest$ = PropertyRequest$;
2707
- exports.PropertyResponse$ = PropertyResponse$;
2708
- exports.PropertySummary$ = PropertySummary$;
2709
869
  exports.PropertyUpdateType = PropertyUpdateType;
2710
- exports.PropertyValue$ = PropertyValue$;
2711
- exports.PropertyValueEntry$ = PropertyValueEntry$;
2712
- exports.PropertyValueHistory$ = PropertyValueHistory$;
2713
- exports.QueryTimeoutException = QueryTimeoutException;
2714
- exports.QueryTimeoutException$ = QueryTimeoutException$;
2715
- exports.Relationship$ = Relationship$;
2716
- exports.RelationshipValue$ = RelationshipValue$;
2717
- exports.ResourceNotFoundException = ResourceNotFoundException;
2718
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2719
- exports.Row$ = Row$;
2720
- exports.S3DestinationConfiguration$ = S3DestinationConfiguration$;
2721
- exports.S3SourceConfiguration$ = S3SourceConfiguration$;
2722
- exports.SceneError$ = SceneError$;
2723
870
  exports.SceneErrorCode = SceneErrorCode;
2724
- exports.SceneSummary$ = SceneSummary$;
2725
871
  exports.Scope = Scope;
2726
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2727
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2728
- exports.SourceConfiguration$ = SourceConfiguration$;
2729
872
  exports.SourceType = SourceType;
2730
873
  exports.State = State;
2731
- exports.Status$ = Status$;
2732
874
  exports.SyncJobState = SyncJobState;
2733
- exports.SyncJobStatus$ = SyncJobStatus$;
2734
- exports.SyncJobSummary$ = SyncJobSummary$;
2735
- exports.SyncResourceFilter$ = SyncResourceFilter$;
2736
875
  exports.SyncResourceState = SyncResourceState;
2737
- exports.SyncResourceStatus$ = SyncResourceStatus$;
2738
- exports.SyncResourceSummary$ = SyncResourceSummary$;
2739
876
  exports.SyncResourceType = SyncResourceType;
2740
- exports.TabularConditions$ = TabularConditions$;
2741
- exports.TagResource$ = TagResource$;
2742
877
  exports.TagResourceCommand = TagResourceCommand;
2743
- exports.TagResourceRequest$ = TagResourceRequest$;
2744
- exports.TagResourceResponse$ = TagResourceResponse$;
2745
- exports.ThrottlingException = ThrottlingException;
2746
- exports.ThrottlingException$ = ThrottlingException$;
2747
- exports.TooManyTagsException = TooManyTagsException;
2748
- exports.TooManyTagsException$ = TooManyTagsException$;
2749
878
  exports.Type = Type;
2750
- exports.UntagResource$ = UntagResource$;
2751
879
  exports.UntagResourceCommand = UntagResourceCommand;
2752
- exports.UntagResourceRequest$ = UntagResourceRequest$;
2753
- exports.UntagResourceResponse$ = UntagResourceResponse$;
2754
- exports.UpdateComponentType$ = UpdateComponentType$;
2755
880
  exports.UpdateComponentTypeCommand = UpdateComponentTypeCommand;
2756
- exports.UpdateComponentTypeRequest$ = UpdateComponentTypeRequest$;
2757
- exports.UpdateComponentTypeResponse$ = UpdateComponentTypeResponse$;
2758
- exports.UpdateEntity$ = UpdateEntity$;
2759
881
  exports.UpdateEntityCommand = UpdateEntityCommand;
2760
- exports.UpdateEntityRequest$ = UpdateEntityRequest$;
2761
- exports.UpdateEntityResponse$ = UpdateEntityResponse$;
2762
- exports.UpdatePricingPlan$ = UpdatePricingPlan$;
2763
882
  exports.UpdatePricingPlanCommand = UpdatePricingPlanCommand;
2764
- exports.UpdatePricingPlanRequest$ = UpdatePricingPlanRequest$;
2765
- exports.UpdatePricingPlanResponse$ = UpdatePricingPlanResponse$;
2766
883
  exports.UpdateReason = UpdateReason;
2767
- exports.UpdateScene$ = UpdateScene$;
2768
884
  exports.UpdateSceneCommand = UpdateSceneCommand;
2769
- exports.UpdateSceneRequest$ = UpdateSceneRequest$;
2770
- exports.UpdateSceneResponse$ = UpdateSceneResponse$;
2771
- exports.UpdateWorkspace$ = UpdateWorkspace$;
2772
885
  exports.UpdateWorkspaceCommand = UpdateWorkspaceCommand;
2773
- exports.UpdateWorkspaceRequest$ = UpdateWorkspaceRequest$;
2774
- exports.UpdateWorkspaceResponse$ = UpdateWorkspaceResponse$;
2775
- exports.ValidationException = ValidationException;
2776
- exports.ValidationException$ = ValidationException$;
2777
- exports.WorkspaceSummary$ = WorkspaceSummary$;
2778
886
  exports.paginateExecuteQuery = paginateExecuteQuery;
2779
887
  exports.paginateGetPropertyValue = paginateGetPropertyValue;
2780
888
  exports.paginateGetPropertyValueHistory = paginateGetPropertyValueHistory;
@@ -2787,3 +895,15 @@ exports.paginateListScenes = paginateListScenes;
2787
895
  exports.paginateListSyncJobs = paginateListSyncJobs;
2788
896
  exports.paginateListSyncResources = paginateListSyncResources;
2789
897
  exports.paginateListWorkspaces = paginateListWorkspaces;
898
+ Object.keys(schemas_0).forEach(function (k) {
899
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
900
+ enumerable: true,
901
+ get: function () { return schemas_0[k]; }
902
+ });
903
+ });
904
+ Object.keys(errors).forEach(function (k) {
905
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
906
+ enumerable: true,
907
+ get: function () { return errors[k]; }
908
+ });
909
+ });