@aws-sdk/client-iottwinmaker 3.952.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/dist-cjs/index.js +680 -490
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/BatchPutPropertyValuesCommand.js +2 -2
  4. package/dist-es/commands/CancelMetadataTransferJobCommand.js +2 -2
  5. package/dist-es/commands/CreateComponentTypeCommand.js +2 -2
  6. package/dist-es/commands/CreateEntityCommand.js +2 -2
  7. package/dist-es/commands/CreateMetadataTransferJobCommand.js +2 -2
  8. package/dist-es/commands/CreateSceneCommand.js +2 -2
  9. package/dist-es/commands/CreateSyncJobCommand.js +2 -2
  10. package/dist-es/commands/CreateWorkspaceCommand.js +2 -2
  11. package/dist-es/commands/DeleteComponentTypeCommand.js +2 -2
  12. package/dist-es/commands/DeleteEntityCommand.js +2 -2
  13. package/dist-es/commands/DeleteSceneCommand.js +2 -2
  14. package/dist-es/commands/DeleteSyncJobCommand.js +2 -2
  15. package/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
  16. package/dist-es/commands/ExecuteQueryCommand.js +2 -2
  17. package/dist-es/commands/GetComponentTypeCommand.js +2 -2
  18. package/dist-es/commands/GetEntityCommand.js +2 -2
  19. package/dist-es/commands/GetMetadataTransferJobCommand.js +2 -2
  20. package/dist-es/commands/GetPricingPlanCommand.js +2 -2
  21. package/dist-es/commands/GetPropertyValueCommand.js +2 -2
  22. package/dist-es/commands/GetPropertyValueHistoryCommand.js +2 -2
  23. package/dist-es/commands/GetSceneCommand.js +2 -2
  24. package/dist-es/commands/GetSyncJobCommand.js +2 -2
  25. package/dist-es/commands/GetWorkspaceCommand.js +2 -2
  26. package/dist-es/commands/ListComponentTypesCommand.js +2 -2
  27. package/dist-es/commands/ListComponentsCommand.js +2 -2
  28. package/dist-es/commands/ListEntitiesCommand.js +2 -2
  29. package/dist-es/commands/ListMetadataTransferJobsCommand.js +2 -2
  30. package/dist-es/commands/ListPropertiesCommand.js +2 -2
  31. package/dist-es/commands/ListScenesCommand.js +2 -2
  32. package/dist-es/commands/ListSyncJobsCommand.js +2 -2
  33. package/dist-es/commands/ListSyncResourcesCommand.js +2 -2
  34. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  35. package/dist-es/commands/ListWorkspacesCommand.js +2 -2
  36. package/dist-es/commands/TagResourceCommand.js +2 -2
  37. package/dist-es/commands/UntagResourceCommand.js +2 -2
  38. package/dist-es/commands/UpdateComponentTypeCommand.js +2 -2
  39. package/dist-es/commands/UpdateEntityCommand.js +2 -2
  40. package/dist-es/commands/UpdatePricingPlanCommand.js +2 -2
  41. package/dist-es/commands/UpdateSceneCommand.js +2 -2
  42. package/dist-es/commands/UpdateWorkspaceCommand.js +2 -2
  43. package/dist-es/index.js +1 -0
  44. package/dist-es/runtimeConfig.shared.js +6 -1
  45. package/dist-es/schemas/schemas_0.js +421 -435
  46. package/dist-types/IoTTwinMakerClient.d.ts +1 -10
  47. package/dist-types/index.d.ts +1 -0
  48. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  49. package/dist-types/runtimeConfig.d.ts +6 -2
  50. package/dist-types/runtimeConfig.native.d.ts +6 -2
  51. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  52. package/dist-types/schemas/schemas_0.d.ts +205 -269
  53. package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +0 -4
  54. package/dist-types/ts3.4/index.d.ts +1 -0
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +204 -270
  60. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class IoTTwinMakerClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let IoTTwinMakerServiceException$1 = class IoTTwinMakerServiceException extends smithyClient.ServiceException {
113
+ class IoTTwinMakerServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, IoTTwinMakerServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends IoTTwinMakerServiceException$1 {
120
+ class AccessDeniedException extends IoTTwinMakerServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends IoTTwinMakerSe
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let InternalServerException$1 = class InternalServerException extends IoTTwinMakerServiceException$1 {
131
+ }
132
+ class InternalServerException extends IoTTwinMakerServiceException {
133
133
  name = "InternalServerException";
134
134
  $fault = "server";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let InternalServerException$1 = class InternalServerException extends IoTTwinMak
140
140
  });
141
141
  Object.setPrototypeOf(this, InternalServerException.prototype);
142
142
  }
143
- };
144
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends IoTTwinMakerServiceException$1 {
143
+ }
144
+ class ResourceNotFoundException extends IoTTwinMakerServiceException {
145
145
  name = "ResourceNotFoundException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends IoTTwi
152
152
  });
153
153
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
154
154
  }
155
- };
156
- let ThrottlingException$1 = class ThrottlingException extends IoTTwinMakerServiceException$1 {
155
+ }
156
+ class ThrottlingException extends IoTTwinMakerServiceException {
157
157
  name = "ThrottlingException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,8 +164,8 @@ let ThrottlingException$1 = class ThrottlingException extends IoTTwinMakerServic
164
164
  });
165
165
  Object.setPrototypeOf(this, ThrottlingException.prototype);
166
166
  }
167
- };
168
- let ValidationException$1 = class ValidationException extends IoTTwinMakerServiceException$1 {
167
+ }
168
+ class ValidationException extends IoTTwinMakerServiceException {
169
169
  name = "ValidationException";
170
170
  $fault = "client";
171
171
  constructor(opts) {
@@ -176,8 +176,8 @@ let ValidationException$1 = class ValidationException extends IoTTwinMakerServic
176
176
  });
177
177
  Object.setPrototypeOf(this, ValidationException.prototype);
178
178
  }
179
- };
180
- let ConflictException$1 = class ConflictException extends IoTTwinMakerServiceException$1 {
179
+ }
180
+ class ConflictException extends IoTTwinMakerServiceException {
181
181
  name = "ConflictException";
182
182
  $fault = "client";
183
183
  constructor(opts) {
@@ -188,8 +188,8 @@ let ConflictException$1 = class ConflictException extends IoTTwinMakerServiceExc
188
188
  });
189
189
  Object.setPrototypeOf(this, ConflictException.prototype);
190
190
  }
191
- };
192
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends IoTTwinMakerServiceException$1 {
191
+ }
192
+ class ServiceQuotaExceededException extends IoTTwinMakerServiceException {
193
193
  name = "ServiceQuotaExceededException";
194
194
  $fault = "client";
195
195
  constructor(opts) {
@@ -200,8 +200,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
200
200
  });
201
201
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
202
202
  }
203
- };
204
- let QueryTimeoutException$1 = class QueryTimeoutException extends IoTTwinMakerServiceException$1 {
203
+ }
204
+ class QueryTimeoutException extends IoTTwinMakerServiceException {
205
205
  name = "QueryTimeoutException";
206
206
  $fault = "client";
207
207
  $retryable = {};
@@ -213,8 +213,8 @@ let QueryTimeoutException$1 = class QueryTimeoutException extends IoTTwinMakerSe
213
213
  });
214
214
  Object.setPrototypeOf(this, QueryTimeoutException.prototype);
215
215
  }
216
- };
217
- let ConnectorFailureException$1 = class ConnectorFailureException extends IoTTwinMakerServiceException$1 {
216
+ }
217
+ class ConnectorFailureException extends IoTTwinMakerServiceException {
218
218
  name = "ConnectorFailureException";
219
219
  $fault = "client";
220
220
  constructor(opts) {
@@ -225,8 +225,8 @@ let ConnectorFailureException$1 = class ConnectorFailureException extends IoTTwi
225
225
  });
226
226
  Object.setPrototypeOf(this, ConnectorFailureException.prototype);
227
227
  }
228
- };
229
- let ConnectorTimeoutException$1 = class ConnectorTimeoutException extends IoTTwinMakerServiceException$1 {
228
+ }
229
+ class ConnectorTimeoutException extends IoTTwinMakerServiceException {
230
230
  name = "ConnectorTimeoutException";
231
231
  $fault = "client";
232
232
  constructor(opts) {
@@ -237,8 +237,8 @@ let ConnectorTimeoutException$1 = class ConnectorTimeoutException extends IoTTwi
237
237
  });
238
238
  Object.setPrototypeOf(this, ConnectorTimeoutException.prototype);
239
239
  }
240
- };
241
- let TooManyTagsException$1 = class TooManyTagsException extends IoTTwinMakerServiceException$1 {
240
+ }
241
+ class TooManyTagsException extends IoTTwinMakerServiceException {
242
242
  name = "TooManyTagsException";
243
243
  $fault = "client";
244
244
  constructor(opts) {
@@ -249,7 +249,7 @@ let TooManyTagsException$1 = class TooManyTagsException extends IoTTwinMakerServ
249
249
  });
250
250
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
251
251
  }
252
- };
252
+ }
253
253
 
254
254
  const _ADE = "AccessDeniedException";
255
255
  const _BI = "BundleInformation";
@@ -694,18 +694,18 @@ const _w = "workspace";
694
694
  const _wI = "workspaceId";
695
695
  const _wS = "workspaceSummaries";
696
696
  const n0 = "com.amazonaws.iottwinmaker";
697
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
698
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
699
- var BatchPutPropertyError = [
697
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
698
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
699
+ var BatchPutPropertyError$ = [
700
700
  3,
701
701
  n0,
702
702
  _BPPE,
703
703
  0,
704
704
  [_eC, _eM, _en],
705
- [0, 0, () => PropertyValueEntry],
705
+ [0, 0, () => PropertyValueEntry$],
706
706
  ];
707
- var BatchPutPropertyErrorEntry = [3, n0, _BPPEE, 0, [_er], [() => Errors]];
708
- var BatchPutPropertyValuesRequest = [
707
+ var BatchPutPropertyErrorEntry$ = [3, n0, _BPPEE, 0, [_er], [() => Errors]];
708
+ var BatchPutPropertyValuesRequest$ = [
709
709
  3,
710
710
  n0,
711
711
  _BPPVR,
@@ -713,21 +713,21 @@ var BatchPutPropertyValuesRequest = [
713
713
  [_wI, _ent],
714
714
  [[0, 1], () => Entries],
715
715
  ];
716
- var BatchPutPropertyValuesResponse = [3, n0, _BPPVRa, 0, [_eE], [() => ErrorEntries]];
717
- var BundleInformation = [3, n0, _BI, 0, [_bN, _pT], [64 | 0, 0]];
718
- var CancelMetadataTransferJobRequest = [3, n0, _CMTJR, 0, [_mTJI], [[0, 1]]];
719
- var CancelMetadataTransferJobResponse = [
716
+ var BatchPutPropertyValuesResponse$ = [3, n0, _BPPVRa, 0, [_eE], [() => ErrorEntries]];
717
+ var BundleInformation$ = [3, n0, _BI, 0, [_bN, _pT], [64 | 0, 0]];
718
+ var CancelMetadataTransferJobRequest$ = [3, n0, _CMTJR, 0, [_mTJI], [[0, 1]]];
719
+ var CancelMetadataTransferJobResponse$ = [
720
720
  3,
721
721
  n0,
722
722
  _CMTJRa,
723
723
  0,
724
724
  [_mTJI, _a, _uDT, _s, _p],
725
- [0, 0, 4, () => MetadataTransferJobStatus, () => MetadataTransferJobProgress],
725
+ [0, 0, 4, () => MetadataTransferJobStatus$, () => MetadataTransferJobProgress$],
726
726
  ];
727
- var ColumnDescription = [3, n0, _CD, 0, [_n, _t], [0, 0]];
728
- var ComponentPropertyGroupRequest = [3, n0, _CPGR, 0, [_gT, _pN, _uT], [0, 64 | 0, 0]];
729
- var ComponentPropertyGroupResponse = [3, n0, _CPGRo, 0, [_gT, _pN, _iI], [0, 64 | 0, 2]];
730
- var ComponentRequest = [
727
+ var ColumnDescription$ = [3, n0, _CD, 0, [_n, _t], [0, 0]];
728
+ var ComponentPropertyGroupRequest$ = [3, n0, _CPGR, 0, [_gT, _pN, _uT], [0, 64 | 0, 0]];
729
+ var ComponentPropertyGroupResponse$ = [3, n0, _CPGRo, 0, [_gT, _pN, _iI], [0, 64 | 0, 2]];
730
+ var ComponentRequest$ = [
731
731
  3,
732
732
  n0,
733
733
  _CR,
@@ -735,7 +735,7 @@ var ComponentRequest = [
735
735
  [_d, _cTI, _pr, _pG],
736
736
  [0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests],
737
737
  ];
738
- var ComponentResponse = [
738
+ var ComponentResponse$ = [
739
739
  3,
740
740
  n0,
741
741
  _CRo,
@@ -745,7 +745,7 @@ var ComponentResponse = [
745
745
  0,
746
746
  0,
747
747
  0,
748
- () => Status,
748
+ () => Status$,
749
749
  0,
750
750
  () => PropertyResponses,
751
751
  () => ComponentPropertyGroupResponses,
@@ -755,23 +755,23 @@ var ComponentResponse = [
755
755
  2,
756
756
  ],
757
757
  ];
758
- var ComponentSummary = [
758
+ var ComponentSummary$ = [
759
759
  3,
760
760
  n0,
761
761
  _CS,
762
762
  0,
763
763
  [_cN, _cTI, _dI, _d, _pG, _s, _sS, _cP],
764
- [0, 0, 0, 0, () => ComponentPropertyGroupResponses, () => Status, 0, 0],
764
+ [0, 0, 0, 0, () => ComponentPropertyGroupResponses, () => Status$, 0, 0],
765
765
  ];
766
- var ComponentTypeSummary = [
766
+ var ComponentTypeSummary$ = [
767
767
  3,
768
768
  n0,
769
769
  _CTS,
770
770
  0,
771
771
  [_a, _cTI, _cDT, _uDT, _d, _s, _cTN],
772
- [0, 0, 4, 4, 0, () => Status, 0],
772
+ [0, 0, 4, 4, 0, () => Status$, 0],
773
773
  ];
774
- var ComponentUpdateRequest = [
774
+ var ComponentUpdateRequest$ = [
775
775
  3,
776
776
  n0,
777
777
  _CUR,
@@ -779,7 +779,7 @@ var ComponentUpdateRequest = [
779
779
  [_uT, _d, _cTI, _pU, _pGU],
780
780
  [0, 0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests],
781
781
  ];
782
- var CompositeComponentRequest = [
782
+ var CompositeComponentRequest$ = [
783
783
  3,
784
784
  n0,
785
785
  _CCR,
@@ -787,9 +787,9 @@ var CompositeComponentRequest = [
787
787
  [_d, _pr, _pG],
788
788
  [0, () => PropertyRequests, () => ComponentPropertyGroupRequests],
789
789
  ];
790
- var CompositeComponentTypeRequest = [3, n0, _CCTR, 0, [_cTI], [0]];
791
- var CompositeComponentTypeResponse = [3, n0, _CCTRo, 0, [_cTI, _iI], [0, 2]];
792
- var CompositeComponentUpdateRequest = [
790
+ var CompositeComponentTypeRequest$ = [3, n0, _CCTR, 0, [_cTI], [0]];
791
+ var CompositeComponentTypeResponse$ = [3, n0, _CCTRo, 0, [_cTI, _iI], [0, 2]];
792
+ var CompositeComponentUpdateRequest$ = [
793
793
  3,
794
794
  n0,
795
795
  _CCUR,
@@ -797,13 +797,13 @@ var CompositeComponentUpdateRequest = [
797
797
  [_uT, _d, _pU, _pGU],
798
798
  [0, 0, () => PropertyRequests, () => ComponentPropertyGroupRequests],
799
799
  ];
800
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
801
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
802
- var ConnectorFailureException = [-3, n0, _CFE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
803
- schema.TypeRegistry.for(n0).registerError(ConnectorFailureException, ConnectorFailureException$1);
804
- var ConnectorTimeoutException = [-3, n0, _CTE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
805
- schema.TypeRegistry.for(n0).registerError(ConnectorTimeoutException, ConnectorTimeoutException$1);
806
- var CreateComponentTypeRequest = [
800
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
801
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
802
+ var ConnectorFailureException$ = [-3, n0, _CFE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
803
+ schema.TypeRegistry.for(n0).registerError(ConnectorFailureException$, ConnectorFailureException);
804
+ var ConnectorTimeoutException$ = [-3, n0, _CTE, { [_e]: _c, [_hE]: 424 }, [_m], [0]];
805
+ schema.TypeRegistry.for(n0).registerError(ConnectorTimeoutException$, ConnectorTimeoutException);
806
+ var CreateComponentTypeRequest$ = [
807
807
  3,
808
808
  n0,
809
809
  _CCTRr,
@@ -823,8 +823,8 @@ var CreateComponentTypeRequest = [
823
823
  () => CompositeComponentTypesRequest,
824
824
  ],
825
825
  ];
826
- var CreateComponentTypeResponse = [3, n0, _CCTRre, 0, [_a, _cDT, _st], [0, 4, 0]];
827
- var CreateEntityRequest = [
826
+ var CreateComponentTypeResponse$ = [3, n0, _CCTRre, 0, [_a, _cDT, _st], [0, 4, 0]];
827
+ var CreateEntityRequest$ = [
828
828
  3,
829
829
  n0,
830
830
  _CER,
@@ -832,24 +832,24 @@ var CreateEntityRequest = [
832
832
  [_wI, _eI, _eN, _d, _co, _cC, _pEI, _ta],
833
833
  [[0, 1], 0, 0, 0, () => ComponentsMapRequest, () => CompositeComponentsMapRequest, 0, 128 | 0],
834
834
  ];
835
- var CreateEntityResponse = [3, n0, _CERr, 0, [_eI, _a, _cDT, _st], [0, 0, 4, 0]];
836
- var CreateMetadataTransferJobRequest = [
835
+ var CreateEntityResponse$ = [3, n0, _CERr, 0, [_eI, _a, _cDT, _st], [0, 0, 4, 0]];
836
+ var CreateMetadataTransferJobRequest$ = [
837
837
  3,
838
838
  n0,
839
839
  _CMTJRr,
840
840
  0,
841
841
  [_mTJI, _d, _so, _de],
842
- [0, 0, () => SourceConfigurations, () => DestinationConfiguration],
842
+ [0, 0, () => SourceConfigurations, () => DestinationConfiguration$],
843
843
  ];
844
- var CreateMetadataTransferJobResponse = [
844
+ var CreateMetadataTransferJobResponse$ = [
845
845
  3,
846
846
  n0,
847
847
  _CMTJRre,
848
848
  0,
849
849
  [_mTJI, _a, _cDT, _s],
850
- [0, 0, 4, () => MetadataTransferJobStatus],
850
+ [0, 0, 4, () => MetadataTransferJobStatus$],
851
851
  ];
852
- var CreateSceneRequest = [
852
+ var CreateSceneRequest$ = [
853
853
  3,
854
854
  n0,
855
855
  _CSR,
@@ -857,8 +857,8 @@ var CreateSceneRequest = [
857
857
  [_wI, _sI, _cL, _d, _ca, _ta, _sM],
858
858
  [[0, 1], 0, 0, 0, 64 | 0, 128 | 0, 128 | 0],
859
859
  ];
860
- var CreateSceneResponse = [3, n0, _CSRr, 0, [_a, _cDT], [0, 4]];
861
- var CreateSyncJobRequest = [
860
+ var CreateSceneResponse$ = [3, n0, _CSRr, 0, [_a, _cDT], [0, 4]];
861
+ var CreateSyncJobRequest$ = [
862
862
  3,
863
863
  n0,
864
864
  _CSJR,
@@ -866,8 +866,8 @@ var CreateSyncJobRequest = [
866
866
  [_wI, _sS, _sR, _ta],
867
867
  [[0, 1], [0, 1], 0, 128 | 0],
868
868
  ];
869
- var CreateSyncJobResponse = [3, n0, _CSJRr, 0, [_a, _cDT, _st], [0, 4, 0]];
870
- var CreateWorkspaceRequest = [
869
+ var CreateSyncJobResponse$ = [3, n0, _CSJRr, 0, [_a, _cDT, _st], [0, 4, 0]];
870
+ var CreateWorkspaceRequest$ = [
871
871
  3,
872
872
  n0,
873
873
  _CWR,
@@ -875,25 +875,25 @@ var CreateWorkspaceRequest = [
875
875
  [_wI, _d, _sL, _r, _ta],
876
876
  [[0, 1], 0, 0, 0, 128 | 0],
877
877
  ];
878
- var CreateWorkspaceResponse = [3, n0, _CWRr, 0, [_a, _cDT], [0, 4]];
879
- var DataConnector = [3, n0, _DC, 0, [_l, _iN], [() => LambdaFunction, 2]];
880
- var DataType = [
878
+ var CreateWorkspaceResponse$ = [3, n0, _CWRr, 0, [_a, _cDT], [0, 4]];
879
+ var DataConnector$ = [3, n0, _DC, 0, [_l, _iN], [() => LambdaFunction$, 2]];
880
+ var DataType$ = [
881
881
  3,
882
882
  n0,
883
883
  _DT,
884
884
  0,
885
885
  [_t, _nT, _aV, _uOM, _re],
886
- [0, () => DataType, () => DataValueList, 0, () => Relationship],
886
+ [0, () => DataType$, () => DataValueList, 0, () => Relationship$],
887
887
  ];
888
- var DataValue = [
888
+ var DataValue$ = [
889
889
  3,
890
890
  n0,
891
891
  _DV,
892
892
  0,
893
893
  [_bV, _dV, _iV, _lV, _sV, _lVi, _mV, _rV, _ex],
894
- [2, 1, 1, 1, 0, () => DataValueList, () => DataValueMap, () => RelationshipValue, 0],
894
+ [2, 1, 1, 1, 0, () => DataValueList, () => DataValueMap, () => RelationshipValue$, 0],
895
895
  ];
896
- var DeleteComponentTypeRequest = [
896
+ var DeleteComponentTypeRequest$ = [
897
897
  3,
898
898
  n0,
899
899
  _DCTR,
@@ -904,8 +904,8 @@ var DeleteComponentTypeRequest = [
904
904
  [0, 1],
905
905
  ],
906
906
  ];
907
- var DeleteComponentTypeResponse = [3, n0, _DCTRe, 0, [_st], [0]];
908
- var DeleteEntityRequest = [
907
+ var DeleteComponentTypeResponse$ = [3, n0, _DCTRe, 0, [_st], [0]];
908
+ var DeleteEntityRequest$ = [
909
909
  3,
910
910
  n0,
911
911
  _DER,
@@ -917,8 +917,8 @@ var DeleteEntityRequest = [
917
917
  [2, { [_hQ]: _iR }],
918
918
  ],
919
919
  ];
920
- var DeleteEntityResponse = [3, n0, _DERe, 0, [_st], [0]];
921
- var DeleteSceneRequest = [
920
+ var DeleteEntityResponse$ = [3, n0, _DERe, 0, [_st], [0]];
921
+ var DeleteSceneRequest$ = [
922
922
  3,
923
923
  n0,
924
924
  _DSR,
@@ -929,8 +929,8 @@ var DeleteSceneRequest = [
929
929
  [0, 1],
930
930
  ],
931
931
  ];
932
- var DeleteSceneResponse = [3, n0, _DSRe, 0, [], []];
933
- var DeleteSyncJobRequest = [
932
+ var DeleteSceneResponse$ = [3, n0, _DSRe, 0, [], []];
933
+ var DeleteSyncJobRequest$ = [
934
934
  3,
935
935
  n0,
936
936
  _DSJR,
@@ -941,18 +941,18 @@ var DeleteSyncJobRequest = [
941
941
  [0, 1],
942
942
  ],
943
943
  ];
944
- var DeleteSyncJobResponse = [3, n0, _DSJRe, 0, [_st], [0]];
945
- var DeleteWorkspaceRequest = [3, n0, _DWR, 0, [_wI], [[0, 1]]];
946
- var DeleteWorkspaceResponse = [3, n0, _DWRe, 0, [_m], [0]];
947
- var DestinationConfiguration = [
944
+ var DeleteSyncJobResponse$ = [3, n0, _DSJRe, 0, [_st], [0]];
945
+ var DeleteWorkspaceRequest$ = [3, n0, _DWR, 0, [_wI], [[0, 1]]];
946
+ var DeleteWorkspaceResponse$ = [3, n0, _DWRe, 0, [_m], [0]];
947
+ var DestinationConfiguration$ = [
948
948
  3,
949
949
  n0,
950
950
  _DCe,
951
951
  0,
952
952
  [_t, _sC, _iTMC],
953
- [0, () => S3DestinationConfiguration, () => IotTwinMakerDestinationConfiguration],
953
+ [0, () => S3DestinationConfiguration$, () => IotTwinMakerDestinationConfiguration$],
954
954
  ];
955
- var EntityPropertyReference = [
955
+ var EntityPropertyReference$ = [
956
956
  3,
957
957
  n0,
958
958
  _EPR,
@@ -960,17 +960,17 @@ var EntityPropertyReference = [
960
960
  [_cN, _cP, _eIP, _eI, _pNr],
961
961
  [0, 0, 128 | 0, 0, 0],
962
962
  ];
963
- var EntitySummary = [
963
+ var EntitySummary$ = [
964
964
  3,
965
965
  n0,
966
966
  _ES,
967
967
  0,
968
968
  [_eI, _eN, _a, _pEI, _s, _d, _hCE, _cDT, _uDT],
969
- [0, 0, 0, 0, () => Status, 0, 2, 4, 4],
969
+ [0, 0, 0, 0, () => Status$, 0, 2, 4, 4],
970
970
  ];
971
- var ErrorDetails = [3, n0, _ED, 0, [_cod, _m], [0, 0]];
972
- var ExecuteQueryRequest = [3, n0, _EQR, 0, [_wI, _qS, _mR, _nTe], [0, 0, 1, 0]];
973
- var ExecuteQueryResponse = [
971
+ var ErrorDetails$ = [3, n0, _ED, 0, [_cod, _m], [0, 0]];
972
+ var ExecuteQueryRequest$ = [3, n0, _EQR, 0, [_wI, _qS, _mR, _nTe], [0, 0, 1, 0]];
973
+ var ExecuteQueryResponse$ = [
974
974
  3,
975
975
  n0,
976
976
  _EQRx,
@@ -978,20 +978,27 @@ var ExecuteQueryResponse = [
978
978
  [_cD, _ro, _nTe],
979
979
  [() => ColumnDescriptions, () => Rows, 0],
980
980
  ];
981
- var FilterByAsset = [3, n0, _FBA, 0, [_aI, _aEI, _iO, _iAM], [0, 0, 2, 2]];
982
- var FilterByAssetModel = [3, n0, _FBAM, 0, [_aMI, _aMEI, _iO, _iA], [0, 0, 2, 2]];
983
- var FilterByComponentType = [3, n0, _FBCT, 0, [_cTI], [0]];
984
- var FilterByEntity = [3, n0, _FBE, 0, [_eI], [0]];
985
- var FunctionRequest = [3, n0, _FR, 0, [_rP, _sc, _iB], [64 | 0, 0, () => DataConnector]];
986
- var FunctionResponse = [
981
+ var FilterByAsset$ = [3, n0, _FBA, 0, [_aI, _aEI, _iO, _iAM], [0, 0, 2, 2]];
982
+ var FilterByAssetModel$ = [3, n0, _FBAM, 0, [_aMI, _aMEI, _iO, _iA], [0, 0, 2, 2]];
983
+ var FilterByComponentType$ = [3, n0, _FBCT, 0, [_cTI], [0]];
984
+ var FilterByEntity$ = [3, n0, _FBE, 0, [_eI], [0]];
985
+ var FunctionRequest$ = [
986
+ 3,
987
+ n0,
988
+ _FR,
989
+ 0,
990
+ [_rP, _sc, _iB],
991
+ [64 | 0, 0, () => DataConnector$],
992
+ ];
993
+ var FunctionResponse$ = [
987
994
  3,
988
995
  n0,
989
996
  _FRu,
990
997
  0,
991
998
  [_rP, _sc, _iB, _iI],
992
- [64 | 0, 0, () => DataConnector, 2],
999
+ [64 | 0, 0, () => DataConnector$, 2],
993
1000
  ];
994
- var GetComponentTypeRequest = [
1001
+ var GetComponentTypeRequest$ = [
995
1002
  3,
996
1003
  n0,
997
1004
  _GCTR,
@@ -1002,7 +1009,7 @@ var GetComponentTypeRequest = [
1002
1009
  [0, 1],
1003
1010
  ],
1004
1011
  ];
1005
- var GetComponentTypeResponse = [
1012
+ var GetComponentTypeResponse$ = [
1006
1013
  3,
1007
1014
  n0,
1008
1015
  _GCTRe,
@@ -1021,14 +1028,14 @@ var GetComponentTypeResponse = [
1021
1028
  0,
1022
1029
  2,
1023
1030
  2,
1024
- () => Status,
1031
+ () => Status$,
1025
1032
  () => PropertyGroupsResponse,
1026
1033
  0,
1027
1034
  0,
1028
1035
  () => CompositeComponentTypesResponse,
1029
1036
  ],
1030
1037
  ];
1031
- var GetEntityRequest = [
1038
+ var GetEntityRequest$ = [
1032
1039
  3,
1033
1040
  n0,
1034
1041
  _GER,
@@ -1039,16 +1046,16 @@ var GetEntityRequest = [
1039
1046
  [0, 1],
1040
1047
  ],
1041
1048
  ];
1042
- var GetEntityResponse = [
1049
+ var GetEntityResponse$ = [
1043
1050
  3,
1044
1051
  n0,
1045
1052
  _GERe,
1046
1053
  0,
1047
1054
  [_eI, _eN, _a, _s, _wI, _d, _co, _pEI, _hCE, _cDT, _uDT, _sS, _aACR],
1048
- [0, 0, 0, () => Status, 0, 0, () => ComponentsMap, 0, 2, 4, 4, 0, 2],
1055
+ [0, 0, 0, () => Status$, 0, 0, () => ComponentsMap, 0, 2, 4, 4, 0, 2],
1049
1056
  ];
1050
- var GetMetadataTransferJobRequest = [3, n0, _GMTJR, 0, [_mTJI], [[0, 1]]];
1051
- var GetMetadataTransferJobResponse = [
1057
+ var GetMetadataTransferJobRequest$ = [3, n0, _GMTJR, 0, [_mTJI], [[0, 1]]];
1058
+ var GetMetadataTransferJobResponse$ = [
1052
1059
  3,
1053
1060
  n0,
1054
1061
  _GMTJRe,
@@ -1059,33 +1066,33 @@ var GetMetadataTransferJobResponse = [
1059
1066
  0,
1060
1067
  0,
1061
1068
  () => SourceConfigurations,
1062
- () => DestinationConfiguration,
1069
+ () => DestinationConfiguration$,
1063
1070
  0,
1064
1071
  0,
1065
1072
  4,
1066
1073
  4,
1067
- () => MetadataTransferJobStatus,
1068
- () => MetadataTransferJobProgress,
1074
+ () => MetadataTransferJobStatus$,
1075
+ () => MetadataTransferJobProgress$,
1069
1076
  ],
1070
1077
  ];
1071
- var GetPricingPlanRequest = [3, n0, _GPPR, 0, [], []];
1072
- var GetPricingPlanResponse = [
1078
+ var GetPricingPlanRequest$ = [3, n0, _GPPR, 0, [], []];
1079
+ var GetPricingPlanResponse$ = [
1073
1080
  3,
1074
1081
  n0,
1075
1082
  _GPPRe,
1076
1083
  0,
1077
1084
  [_cPP, _pPP],
1078
- [() => PricingPlan, () => PricingPlan],
1085
+ [() => PricingPlan$, () => PricingPlan$],
1079
1086
  ];
1080
- var GetPropertyValueHistoryRequest = [
1087
+ var GetPropertyValueHistoryRequest$ = [
1081
1088
  3,
1082
1089
  n0,
1083
1090
  _GPVHR,
1084
1091
  0,
1085
1092
  [_wI, _eI, _cN, _cP, _cTI, _sP, _pF, _sDT, _eDT, _i, _nTe, _mR, _oBT, _sT, _eT],
1086
- [[0, 1], 0, 0, 0, 0, 64 | 0, () => PropertyFilters, 4, 4, () => InterpolationParameters, 0, 1, 0, 0, 0],
1093
+ [[0, 1], 0, 0, 0, 0, 64 | 0, () => PropertyFilters, 4, 4, () => InterpolationParameters$, 0, 1, 0, 0, 0],
1087
1094
  ];
1088
- var GetPropertyValueHistoryResponse = [
1095
+ var GetPropertyValueHistoryResponse$ = [
1089
1096
  3,
1090
1097
  n0,
1091
1098
  _GPVHRe,
@@ -1093,15 +1100,15 @@ var GetPropertyValueHistoryResponse = [
1093
1100
  [_pV, _nTe],
1094
1101
  [() => PropertyValueList, 0],
1095
1102
  ];
1096
- var GetPropertyValueRequest = [
1103
+ var GetPropertyValueRequest$ = [
1097
1104
  3,
1098
1105
  n0,
1099
1106
  _GPVR,
1100
1107
  0,
1101
1108
  [_cN, _cP, _cTI, _eI, _sP, _wI, _mR, _nTe, _pGN, _tC],
1102
- [0, 0, 0, 0, 64 | 0, [0, 1], 1, 0, 0, () => TabularConditions],
1109
+ [0, 0, 0, 0, 64 | 0, [0, 1], 1, 0, 0, () => TabularConditions$],
1103
1110
  ];
1104
- var GetPropertyValueResponse = [
1111
+ var GetPropertyValueResponse$ = [
1105
1112
  3,
1106
1113
  n0,
1107
1114
  _GPVRe,
@@ -1109,7 +1116,7 @@ var GetPropertyValueResponse = [
1109
1116
  [_pV, _nTe, _tPV],
1110
1117
  [() => PropertyLatestValueMap, 0, () => TabularPropertyValues],
1111
1118
  ];
1112
- var GetSceneRequest = [
1119
+ var GetSceneRequest$ = [
1113
1120
  3,
1114
1121
  n0,
1115
1122
  _GSR,
@@ -1120,15 +1127,15 @@ var GetSceneRequest = [
1120
1127
  [0, 1],
1121
1128
  ],
1122
1129
  ];
1123
- var GetSceneResponse = [
1130
+ var GetSceneResponse$ = [
1124
1131
  3,
1125
1132
  n0,
1126
1133
  _GSRe,
1127
1134
  0,
1128
1135
  [_wI, _sI, _cL, _a, _cDT, _uDT, _d, _ca, _sM, _gSM, _e],
1129
- [0, 0, 0, 0, 4, 4, 0, 64 | 0, 128 | 0, 128 | 0, () => SceneError],
1136
+ [0, 0, 0, 0, 4, 4, 0, 64 | 0, 128 | 0, 128 | 0, () => SceneError$],
1130
1137
  ];
1131
- var GetSyncJobRequest = [
1138
+ var GetSyncJobRequest$ = [
1132
1139
  3,
1133
1140
  n0,
1134
1141
  _GSJR,
@@ -1139,16 +1146,16 @@ var GetSyncJobRequest = [
1139
1146
  [0, { [_hQ]: _w }],
1140
1147
  ],
1141
1148
  ];
1142
- var GetSyncJobResponse = [
1149
+ var GetSyncJobResponse$ = [
1143
1150
  3,
1144
1151
  n0,
1145
1152
  _GSJRe,
1146
1153
  0,
1147
1154
  [_a, _wI, _sS, _sR, _s, _cDT, _uDT],
1148
- [0, 0, 0, 0, () => SyncJobStatus, 4, 4],
1155
+ [0, 0, 0, 0, () => SyncJobStatus$, 4, 4],
1149
1156
  ];
1150
- var GetWorkspaceRequest = [3, n0, _GWR, 0, [_wI], [[0, 1]]];
1151
- var GetWorkspaceResponse = [
1157
+ var GetWorkspaceRequest$ = [3, n0, _GWR, 0, [_wI], [[0, 1]]];
1158
+ var GetWorkspaceResponse$ = [
1152
1159
  3,
1153
1160
  n0,
1154
1161
  _GWRe,
@@ -1156,10 +1163,10 @@ var GetWorkspaceResponse = [
1156
1163
  [_wI, _a, _d, _lS, _sL, _r, _cDT, _uDT],
1157
1164
  [0, 0, 0, 64 | 0, 0, 0, 4, 4],
1158
1165
  ];
1159
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
1160
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1161
- var InterpolationParameters = [3, n0, _IP, 0, [_iT, _iIS], [0, 1]];
1162
- var IotSiteWiseSourceConfiguration = [
1166
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
1167
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1168
+ var InterpolationParameters$ = [3, n0, _IP, 0, [_iT, _iIS], [0, 1]];
1169
+ var IotSiteWiseSourceConfiguration$ = [
1163
1170
  3,
1164
1171
  n0,
1165
1172
  _ISWSC,
@@ -1167,8 +1174,8 @@ var IotSiteWiseSourceConfiguration = [
1167
1174
  [_fi],
1168
1175
  [() => IotSiteWiseSourceConfigurationFilters],
1169
1176
  ];
1170
- var IotTwinMakerDestinationConfiguration = [3, n0, _ITMDC, 0, [_w], [0]];
1171
- var IotTwinMakerSourceConfiguration = [
1177
+ var IotTwinMakerDestinationConfiguration$ = [3, n0, _ITMDC, 0, [_w], [0]];
1178
+ var IotTwinMakerSourceConfiguration$ = [
1172
1179
  3,
1173
1180
  n0,
1174
1181
  _ITMSC,
@@ -1176,8 +1183,8 @@ var IotTwinMakerSourceConfiguration = [
1176
1183
  [_w, _fi],
1177
1184
  [0, () => IotTwinMakerSourceConfigurationFilters],
1178
1185
  ];
1179
- var LambdaFunction = [3, n0, _LF, 0, [_a], [0]];
1180
- var ListComponentsRequest = [
1186
+ var LambdaFunction$ = [3, n0, _LF, 0, [_a], [0]];
1187
+ var ListComponentsRequest$ = [
1181
1188
  3,
1182
1189
  n0,
1183
1190
  _LCR,
@@ -1185,7 +1192,7 @@ var ListComponentsRequest = [
1185
1192
  [_wI, _eI, _cP, _mR, _nTe],
1186
1193
  [[0, 1], [0, 1], 0, 1, 0],
1187
1194
  ];
1188
- var ListComponentsResponse = [
1195
+ var ListComponentsResponse$ = [
1189
1196
  3,
1190
1197
  n0,
1191
1198
  _LCRi,
@@ -1193,7 +1200,7 @@ var ListComponentsResponse = [
1193
1200
  [_cS, _nTe],
1194
1201
  [() => ComponentSummaries, 0],
1195
1202
  ];
1196
- var ListComponentTypesRequest = [
1203
+ var ListComponentTypesRequest$ = [
1197
1204
  3,
1198
1205
  n0,
1199
1206
  _LCTR,
@@ -1201,7 +1208,7 @@ var ListComponentTypesRequest = [
1201
1208
  [_wI, _fi, _nTe, _mR],
1202
1209
  [[0, 1], () => ListComponentTypesFilters, 0, 1],
1203
1210
  ];
1204
- var ListComponentTypesResponse = [
1211
+ var ListComponentTypesResponse$ = [
1205
1212
  3,
1206
1213
  n0,
1207
1214
  _LCTRi,
@@ -1209,7 +1216,7 @@ var ListComponentTypesResponse = [
1209
1216
  [_wI, _cTS, _nTe, _mR],
1210
1217
  [0, () => ComponentTypeSummaries, 0, 1],
1211
1218
  ];
1212
- var ListEntitiesRequest = [
1219
+ var ListEntitiesRequest$ = [
1213
1220
  3,
1214
1221
  n0,
1215
1222
  _LER,
@@ -1217,8 +1224,8 @@ var ListEntitiesRequest = [
1217
1224
  [_wI, _fi, _mR, _nTe],
1218
1225
  [[0, 1], () => ListEntitiesFilters, 1, 0],
1219
1226
  ];
1220
- var ListEntitiesResponse = [3, n0, _LERi, 0, [_eS, _nTe], [() => EntitySummaries, 0]];
1221
- var ListMetadataTransferJobsRequest = [
1227
+ var ListEntitiesResponse$ = [3, n0, _LERi, 0, [_eS, _nTe], [() => EntitySummaries, 0]];
1228
+ var ListMetadataTransferJobsRequest$ = [
1222
1229
  3,
1223
1230
  n0,
1224
1231
  _LMTJR,
@@ -1226,7 +1233,7 @@ var ListMetadataTransferJobsRequest = [
1226
1233
  [_sTo, _dT, _fi, _nTe, _mR],
1227
1234
  [0, 0, () => ListMetadataTransferJobsFilters, 0, 1],
1228
1235
  ];
1229
- var ListMetadataTransferJobsResponse = [
1236
+ var ListMetadataTransferJobsResponse$ = [
1230
1237
  3,
1231
1238
  n0,
1232
1239
  _LMTJRi,
@@ -1234,7 +1241,7 @@ var ListMetadataTransferJobsResponse = [
1234
1241
  [_mTJS, _nTe],
1235
1242
  [() => MetadataTransferJobSummaries, 0],
1236
1243
  ];
1237
- var ListPropertiesRequest = [
1244
+ var ListPropertiesRequest$ = [
1238
1245
  3,
1239
1246
  n0,
1240
1247
  _LPR,
@@ -1242,12 +1249,19 @@ var ListPropertiesRequest = [
1242
1249
  [_wI, _cN, _cP, _eI, _mR, _nTe],
1243
1250
  [[0, 1], 0, 0, 0, 1, 0],
1244
1251
  ];
1245
- var ListPropertiesResponse = [3, n0, _LPRi, 0, [_pS, _nTe], [() => PropertySummaries, 0]];
1246
- var ListScenesRequest = [3, n0, _LSR, 0, [_wI, _mR, _nTe], [[0, 1], 1, 0]];
1247
- var ListScenesResponse = [3, n0, _LSRi, 0, [_sSc, _nTe], [() => SceneSummaries, 0]];
1248
- var ListSyncJobsRequest = [3, n0, _LSJR, 0, [_wI, _mR, _nTe], [[0, 1], 1, 0]];
1249
- var ListSyncJobsResponse = [3, n0, _LSJRi, 0, [_sJS, _nTe], [() => SyncJobSummaries, 0]];
1250
- var ListSyncResourcesRequest = [
1252
+ var ListPropertiesResponse$ = [
1253
+ 3,
1254
+ n0,
1255
+ _LPRi,
1256
+ 0,
1257
+ [_pS, _nTe],
1258
+ [() => PropertySummaries, 0],
1259
+ ];
1260
+ var ListScenesRequest$ = [3, n0, _LSR, 0, [_wI, _mR, _nTe], [[0, 1], 1, 0]];
1261
+ var ListScenesResponse$ = [3, n0, _LSRi, 0, [_sSc, _nTe], [() => SceneSummaries, 0]];
1262
+ var ListSyncJobsRequest$ = [3, n0, _LSJR, 0, [_wI, _mR, _nTe], [[0, 1], 1, 0]];
1263
+ var ListSyncJobsResponse$ = [3, n0, _LSJRi, 0, [_sJS, _nTe], [() => SyncJobSummaries, 0]];
1264
+ var ListSyncResourcesRequest$ = [
1251
1265
  3,
1252
1266
  n0,
1253
1267
  _LSRR,
@@ -1255,7 +1269,7 @@ var ListSyncResourcesRequest = [
1255
1269
  [_wI, _sS, _fi, _mR, _nTe],
1256
1270
  [[0, 1], [0, 1], () => SyncResourceFilters, 1, 0],
1257
1271
  ];
1258
- var ListSyncResourcesResponse = [
1272
+ var ListSyncResourcesResponse$ = [
1259
1273
  3,
1260
1274
  n0,
1261
1275
  _LSRRi,
@@ -1263,10 +1277,10 @@ var ListSyncResourcesResponse = [
1263
1277
  [_sRy, _nTe],
1264
1278
  [() => SyncResourceSummaries, 0],
1265
1279
  ];
1266
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rARN, _mR, _nTe], [0, 1, 0]];
1267
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta, _nTe], [128 | 0, 0]];
1268
- var ListWorkspacesRequest = [3, n0, _LWR, 0, [_mR, _nTe], [1, 0]];
1269
- var ListWorkspacesResponse = [
1280
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rARN, _mR, _nTe], [0, 1, 0]];
1281
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta, _nTe], [128 | 0, 0]];
1282
+ var ListWorkspacesRequest$ = [3, n0, _LWR, 0, [_mR, _nTe], [1, 0]];
1283
+ var ListWorkspacesResponse$ = [
1270
1284
  3,
1271
1285
  n0,
1272
1286
  _LWRi,
@@ -1274,7 +1288,7 @@ var ListWorkspacesResponse = [
1274
1288
  [_wS, _nTe],
1275
1289
  [() => WorkspaceSummaries, 0],
1276
1290
  ];
1277
- var MetadataTransferJobProgress = [
1291
+ var MetadataTransferJobProgress$ = [
1278
1292
  3,
1279
1293
  n0,
1280
1294
  _MTJP,
@@ -1282,141 +1296,141 @@ var MetadataTransferJobProgress = [
1282
1296
  [_tCo, _sCu, _sCk, _fC],
1283
1297
  [1, 1, 1, 1],
1284
1298
  ];
1285
- var MetadataTransferJobStatus = [
1299
+ var MetadataTransferJobStatus$ = [
1286
1300
  3,
1287
1301
  n0,
1288
1302
  _MTJS,
1289
1303
  0,
1290
1304
  [_st, _e, _qP],
1291
- [0, () => ErrorDetails, 1],
1305
+ [0, () => ErrorDetails$, 1],
1292
1306
  ];
1293
- var MetadataTransferJobSummary = [
1307
+ var MetadataTransferJobSummary$ = [
1294
1308
  3,
1295
1309
  n0,
1296
1310
  _MTJSe,
1297
1311
  0,
1298
1312
  [_mTJI, _a, _cDT, _uDT, _s, _p],
1299
- [0, 0, 4, 4, () => MetadataTransferJobStatus, () => MetadataTransferJobProgress],
1313
+ [0, 0, 4, 4, () => MetadataTransferJobStatus$, () => MetadataTransferJobProgress$],
1300
1314
  ];
1301
- var OrderBy = [3, n0, _OB, 0, [_o, _pNr], [0, 0]];
1302
- var ParentEntityUpdateRequest = [3, n0, _PEUR, 0, [_uT, _pEI], [0, 0]];
1303
- var PricingPlan = [
1315
+ var OrderBy$ = [3, n0, _OB, 0, [_o, _pNr], [0, 0]];
1316
+ var ParentEntityUpdateRequest$ = [3, n0, _PEUR, 0, [_uT, _pEI], [0, 0]];
1317
+ var PricingPlan$ = [
1304
1318
  3,
1305
1319
  n0,
1306
1320
  _PP,
1307
1321
  0,
1308
1322
  [_bEC, _bI, _eDTf, _pM, _uDT, _uR],
1309
- [1, () => BundleInformation, 4, 0, 4, 0],
1323
+ [1, () => BundleInformation$, 4, 0, 4, 0],
1310
1324
  ];
1311
- var PropertyDefinitionRequest = [
1325
+ var PropertyDefinitionRequest$ = [
1312
1326
  3,
1313
1327
  n0,
1314
1328
  _PDR,
1315
1329
  0,
1316
1330
  [_dTa, _iRIE, _iEI, _iSE, _iTS, _dVe, _con, _dN],
1317
- [() => DataType, 2, 2, 2, 2, () => DataValue, 128 | 0, 0],
1331
+ [() => DataType$, 2, 2, 2, 2, () => DataValue$, 128 | 0, 0],
1318
1332
  ];
1319
- var PropertyDefinitionResponse = [
1333
+ var PropertyDefinitionResponse$ = [
1320
1334
  3,
1321
1335
  n0,
1322
1336
  _PDRr,
1323
1337
  0,
1324
1338
  [_dTa, _iTS, _iRIE, _iEI, _iSE, _iIs, _iF, _iI, _dVe, _con, _dN],
1325
- [() => DataType, 2, 2, 2, 2, 2, 2, 2, () => DataValue, 128 | 0, 0],
1339
+ [() => DataType$, 2, 2, 2, 2, 2, 2, 2, () => DataValue$, 128 | 0, 0],
1326
1340
  ];
1327
- var PropertyFilter = [3, n0, _PF, 0, [_pNr, _op, _v], [0, 0, () => DataValue]];
1328
- var PropertyGroupRequest = [3, n0, _PGR, 0, [_gT, _pN], [0, 64 | 0]];
1329
- var PropertyGroupResponse = [3, n0, _PGRr, 0, [_gT, _pN, _iI], [0, 64 | 0, 2]];
1330
- var PropertyLatestValue = [
1341
+ var PropertyFilter$ = [3, n0, _PF, 0, [_pNr, _op, _v], [0, 0, () => DataValue$]];
1342
+ var PropertyGroupRequest$ = [3, n0, _PGR, 0, [_gT, _pN], [0, 64 | 0]];
1343
+ var PropertyGroupResponse$ = [3, n0, _PGRr, 0, [_gT, _pN, _iI], [0, 64 | 0, 2]];
1344
+ var PropertyLatestValue$ = [
1331
1345
  3,
1332
1346
  n0,
1333
1347
  _PLV,
1334
1348
  0,
1335
1349
  [_pR, _pVr],
1336
- [() => EntityPropertyReference, () => DataValue],
1350
+ [() => EntityPropertyReference$, () => DataValue$],
1337
1351
  ];
1338
- var PropertyRequest = [
1352
+ var PropertyRequest$ = [
1339
1353
  3,
1340
1354
  n0,
1341
1355
  _PR,
1342
1356
  0,
1343
1357
  [_def, _v, _uT],
1344
- [() => PropertyDefinitionRequest, () => DataValue, 0],
1358
+ [() => PropertyDefinitionRequest$, () => DataValue$, 0],
1345
1359
  ];
1346
- var PropertyResponse = [
1360
+ var PropertyResponse$ = [
1347
1361
  3,
1348
1362
  n0,
1349
1363
  _PRr,
1350
1364
  0,
1351
1365
  [_def, _v, _aAPVR],
1352
- [() => PropertyDefinitionResponse, () => DataValue, 2],
1366
+ [() => PropertyDefinitionResponse$, () => DataValue$, 2],
1353
1367
  ];
1354
- var PropertySummary = [
1368
+ var PropertySummary$ = [
1355
1369
  3,
1356
1370
  n0,
1357
1371
  _PS,
1358
1372
  0,
1359
1373
  [_def, _pNr, _v, _aAPVR],
1360
- [() => PropertyDefinitionResponse, 0, () => DataValue, 2],
1374
+ [() => PropertyDefinitionResponse$, 0, () => DataValue$, 2],
1361
1375
  ];
1362
- var PropertyValue = [3, n0, _PV, 0, [_ti, _v, _tim], [4, () => DataValue, 0]];
1363
- var PropertyValueEntry = [
1376
+ var PropertyValue$ = [3, n0, _PV, 0, [_ti, _v, _tim], [4, () => DataValue$, 0]];
1377
+ var PropertyValueEntry$ = [
1364
1378
  3,
1365
1379
  n0,
1366
1380
  _PVE,
1367
1381
  0,
1368
1382
  [_ePR, _pV],
1369
- [() => EntityPropertyReference, () => PropertyValues],
1383
+ [() => EntityPropertyReference$, () => PropertyValues],
1370
1384
  ];
1371
- var PropertyValueHistory = [
1385
+ var PropertyValueHistory$ = [
1372
1386
  3,
1373
1387
  n0,
1374
1388
  _PVH,
1375
1389
  0,
1376
1390
  [_ePR, _va],
1377
- [() => EntityPropertyReference, () => Values],
1378
- ];
1379
- var QueryTimeoutException = [-3, n0, _QTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1380
- schema.TypeRegistry.for(n0).registerError(QueryTimeoutException, QueryTimeoutException$1);
1381
- var Relationship = [3, n0, _R, 0, [_tCTI, _rT], [0, 0]];
1382
- var RelationshipValue = [3, n0, _RV, 0, [_tEI, _tCN], [0, 0]];
1383
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1384
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1385
- var Row = [3, n0, _Ro, 0, [_rD], [64 | 15]];
1386
- var S3DestinationConfiguration = [3, n0, _SDC, 0, [_lo], [0]];
1387
- var S3SourceConfiguration = [3, n0, _SSC, 0, [_lo], [0]];
1388
- var SceneError = [3, n0, _SE, 0, [_cod, _m], [0, 0]];
1389
- var SceneSummary = [3, n0, _SS, 0, [_sI, _cL, _a, _cDT, _uDT, _d], [0, 0, 0, 4, 4, 0]];
1390
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
1391
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1392
- var SourceConfiguration = [
1391
+ [() => EntityPropertyReference$, () => Values],
1392
+ ];
1393
+ var QueryTimeoutException$ = [-3, n0, _QTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1394
+ schema.TypeRegistry.for(n0).registerError(QueryTimeoutException$, QueryTimeoutException);
1395
+ var Relationship$ = [3, n0, _R, 0, [_tCTI, _rT], [0, 0]];
1396
+ var RelationshipValue$ = [3, n0, _RV, 0, [_tEI, _tCN], [0, 0]];
1397
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
1398
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1399
+ var Row$ = [3, n0, _Ro, 0, [_rD], [64 | 15]];
1400
+ var S3DestinationConfiguration$ = [3, n0, _SDC, 0, [_lo], [0]];
1401
+ var S3SourceConfiguration$ = [3, n0, _SSC, 0, [_lo], [0]];
1402
+ var SceneError$ = [3, n0, _SE, 0, [_cod, _m], [0, 0]];
1403
+ var SceneSummary$ = [3, n0, _SS, 0, [_sI, _cL, _a, _cDT, _uDT, _d], [0, 0, 0, 4, 4, 0]];
1404
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
1405
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1406
+ var SourceConfiguration$ = [
1393
1407
  3,
1394
1408
  n0,
1395
1409
  _SC,
1396
1410
  0,
1397
1411
  [_t, _sC, _iSWC, _iTMC],
1398
- [0, () => S3SourceConfiguration, () => IotSiteWiseSourceConfiguration, () => IotTwinMakerSourceConfiguration],
1412
+ [0, () => S3SourceConfiguration$, () => IotSiteWiseSourceConfiguration$, () => IotTwinMakerSourceConfiguration$],
1399
1413
  ];
1400
- var Status = [3, n0, _S, 0, [_st, _e], [0, () => ErrorDetails]];
1401
- var SyncJobStatus = [3, n0, _SJS, 0, [_st, _e], [0, () => ErrorDetails]];
1402
- var SyncJobSummary = [
1414
+ var Status$ = [3, n0, _S, 0, [_st, _e], [0, () => ErrorDetails$]];
1415
+ var SyncJobStatus$ = [3, n0, _SJS, 0, [_st, _e], [0, () => ErrorDetails$]];
1416
+ var SyncJobSummary$ = [
1403
1417
  3,
1404
1418
  n0,
1405
1419
  _SJSy,
1406
1420
  0,
1407
1421
  [_a, _wI, _sS, _s, _cDT, _uDT],
1408
- [0, 0, 0, () => SyncJobStatus, 4, 4],
1422
+ [0, 0, 0, () => SyncJobStatus$, 4, 4],
1409
1423
  ];
1410
- var SyncResourceStatus = [3, n0, _SRS, 0, [_st, _e], [0, () => ErrorDetails]];
1411
- var SyncResourceSummary = [
1424
+ var SyncResourceStatus$ = [3, n0, _SRS, 0, [_st, _e], [0, () => ErrorDetails$]];
1425
+ var SyncResourceSummary$ = [
1412
1426
  3,
1413
1427
  n0,
1414
1428
  _SRSy,
1415
1429
  0,
1416
1430
  [_rTe, _eIx, _rI, _s, _uDT],
1417
- [0, 0, 0, () => SyncResourceStatus, 4],
1431
+ [0, 0, 0, () => SyncResourceStatus$, 4],
1418
1432
  ];
1419
- var TabularConditions = [
1433
+ var TabularConditions$ = [
1420
1434
  3,
1421
1435
  n0,
1422
1436
  _TC,
@@ -1424,13 +1438,13 @@ var TabularConditions = [
1424
1438
  [_oB, _pF],
1425
1439
  [() => OrderByList, () => PropertyFilters],
1426
1440
  ];
1427
- var TagResourceRequest = [3, n0, _TRR, 0, [_rARN, _ta], [0, 128 | 0]];
1428
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1429
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1430
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1431
- var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1432
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
1433
- var UntagResourceRequest = [
1441
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rARN, _ta], [0, 128 | 0]];
1442
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1443
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1444
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1445
+ var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1446
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1447
+ var UntagResourceRequest$ = [
1434
1448
  3,
1435
1449
  n0,
1436
1450
  _URR,
@@ -1441,8 +1455,8 @@ var UntagResourceRequest = [
1441
1455
  [64 | 0, { [_hQ]: _tK }],
1442
1456
  ],
1443
1457
  ];
1444
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1445
- var UpdateComponentTypeRequest = [
1458
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1459
+ var UpdateComponentTypeRequest$ = [
1446
1460
  3,
1447
1461
  n0,
1448
1462
  _UCTR,
@@ -1461,8 +1475,8 @@ var UpdateComponentTypeRequest = [
1461
1475
  () => CompositeComponentTypesRequest,
1462
1476
  ],
1463
1477
  ];
1464
- var UpdateComponentTypeResponse = [3, n0, _UCTRp, 0, [_wI, _a, _cTI, _st], [0, 0, 0, 0]];
1465
- var UpdateEntityRequest = [
1478
+ var UpdateComponentTypeResponse$ = [3, n0, _UCTRp, 0, [_wI, _a, _cTI, _st], [0, 0, 0, 0]];
1479
+ var UpdateEntityRequest$ = [
1466
1480
  3,
1467
1481
  n0,
1468
1482
  _UER,
@@ -1475,20 +1489,20 @@ var UpdateEntityRequest = [
1475
1489
  0,
1476
1490
  () => ComponentUpdatesMapRequest,
1477
1491
  () => CompositeComponentUpdatesMapRequest,
1478
- () => ParentEntityUpdateRequest,
1492
+ () => ParentEntityUpdateRequest$,
1479
1493
  ],
1480
1494
  ];
1481
- var UpdateEntityResponse = [3, n0, _UERp, 0, [_uDT, _st], [4, 0]];
1482
- var UpdatePricingPlanRequest = [3, n0, _UPPR, 0, [_pM, _bN], [0, 64 | 0]];
1483
- var UpdatePricingPlanResponse = [
1495
+ var UpdateEntityResponse$ = [3, n0, _UERp, 0, [_uDT, _st], [4, 0]];
1496
+ var UpdatePricingPlanRequest$ = [3, n0, _UPPR, 0, [_pM, _bN], [0, 64 | 0]];
1497
+ var UpdatePricingPlanResponse$ = [
1484
1498
  3,
1485
1499
  n0,
1486
1500
  _UPPRp,
1487
1501
  0,
1488
1502
  [_cPP, _pPP],
1489
- [() => PricingPlan, () => PricingPlan],
1503
+ [() => PricingPlan$, () => PricingPlan$],
1490
1504
  ];
1491
- var UpdateSceneRequest = [
1505
+ var UpdateSceneRequest$ = [
1492
1506
  3,
1493
1507
  n0,
1494
1508
  _USR,
@@ -1496,12 +1510,12 @@ var UpdateSceneRequest = [
1496
1510
  [_wI, _sI, _cL, _d, _ca, _sM],
1497
1511
  [[0, 1], [0, 1], 0, 0, 64 | 0, 128 | 0],
1498
1512
  ];
1499
- var UpdateSceneResponse = [3, n0, _USRp, 0, [_uDT], [4]];
1500
- var UpdateWorkspaceRequest = [3, n0, _UWR, 0, [_wI, _d, _r, _sL], [[0, 1], 0, 0, 0]];
1501
- var UpdateWorkspaceResponse = [3, n0, _UWRp, 0, [_uDT], [4]];
1502
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1503
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1504
- var WorkspaceSummary = [
1513
+ var UpdateSceneResponse$ = [3, n0, _USRp, 0, [_uDT], [4]];
1514
+ var UpdateWorkspaceRequest$ = [3, n0, _UWR, 0, [_wI, _d, _r, _sL], [[0, 1], 0, 0, 0]];
1515
+ var UpdateWorkspaceResponse$ = [3, n0, _UWRp, 0, [_uDT], [4]];
1516
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1517
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1518
+ var WorkspaceSummary$ = [
1505
1519
  3,
1506
1520
  n0,
1507
1521
  _WS,
@@ -1509,444 +1523,416 @@ var WorkspaceSummary = [
1509
1523
  [_wI, _a, _d, _lS, _cDT, _uDT],
1510
1524
  [0, 0, 0, 64 | 0, 4, 4],
1511
1525
  ];
1512
- var IoTTwinMakerServiceException = [-3, _sm, "IoTTwinMakerServiceException", 0, [], []];
1513
- schema.TypeRegistry.for(_sm).registerError(IoTTwinMakerServiceException, IoTTwinMakerServiceException$1);
1514
- var ColumnDescriptions = [1, n0, _CDo, 0, () => ColumnDescription];
1515
- var ComponentSummaries = [1, n0, _CSo, 0, () => ComponentSummary];
1516
- var ComponentTypeSummaries = [1, n0, _CTSo, 0, () => ComponentTypeSummary];
1517
- var DataValueList = [1, n0, _DVL, 0, () => DataValue];
1518
- var EntitySummaries = [1, n0, _ESn, 0, () => EntitySummary];
1519
- var Entries = [1, n0, _E, 0, () => PropertyValueEntry];
1520
- var ErrorEntries = [1, n0, _EE, 0, () => BatchPutPropertyErrorEntry];
1521
- var Errors = [1, n0, _Er, 0, () => BatchPutPropertyError];
1526
+ var IoTTwinMakerServiceException$ = [-3, _sm, "IoTTwinMakerServiceException", 0, [], []];
1527
+ schema.TypeRegistry.for(_sm).registerError(IoTTwinMakerServiceException$, IoTTwinMakerServiceException);
1528
+ var ColumnDescriptions = [1, n0, _CDo, 0, () => ColumnDescription$];
1529
+ var ComponentSummaries = [1, n0, _CSo, 0, () => ComponentSummary$];
1530
+ var ComponentTypeSummaries = [1, n0, _CTSo, 0, () => ComponentTypeSummary$];
1531
+ var DataValueList = [1, n0, _DVL, 0, () => DataValue$];
1532
+ var EntitySummaries = [1, n0, _ESn, 0, () => EntitySummary$];
1533
+ var Entries = [1, n0, _E, 0, () => PropertyValueEntry$];
1534
+ var ErrorEntries = [1, n0, _EE, 0, () => BatchPutPropertyErrorEntry$];
1535
+ var Errors = [1, n0, _Er, 0, () => BatchPutPropertyError$];
1522
1536
  var IotSiteWiseSourceConfigurationFilters = [
1523
1537
  1,
1524
1538
  n0,
1525
1539
  _ISWSCF,
1526
1540
  0,
1527
- () => IotSiteWiseSourceConfigurationFilter,
1541
+ () => IotSiteWiseSourceConfigurationFilter$,
1528
1542
  ];
1529
1543
  var IotTwinMakerSourceConfigurationFilters = [
1530
1544
  1,
1531
1545
  n0,
1532
1546
  _ITMSCF,
1533
1547
  0,
1534
- () => IotTwinMakerSourceConfigurationFilter,
1535
- ];
1536
- var ListComponentTypesFilters = [1, n0, _LCTF, 0, () => ListComponentTypesFilter];
1537
- var ListEntitiesFilters = [1, n0, _LEF, 0, () => ListEntitiesFilter];
1538
- var ListMetadataTransferJobsFilters = [1, n0, _LMTJF, 0, () => ListMetadataTransferJobsFilter];
1539
- var MetadataTransferJobSummaries = [1, n0, _MTJSet, 0, () => MetadataTransferJobSummary];
1540
- var OrderByList = [1, n0, _OBL, 0, () => OrderBy];
1541
- var PropertyFilters = [1, n0, _PFr, 0, () => PropertyFilter];
1542
- var PropertySummaries = [1, n0, _PSr, 0, () => PropertySummary];
1543
- var PropertyValueList = [1, n0, _PVL, 0, () => PropertyValueHistory];
1544
- var PropertyValues = [1, n0, _PVr, 0, () => PropertyValue];
1545
- var Rows = [1, n0, _Row, 0, () => Row];
1546
- var SceneSummaries = [1, n0, _SSc, 0, () => SceneSummary];
1547
- var SourceConfigurations = [1, n0, _SCo, 0, () => SourceConfiguration];
1548
- var SyncJobSummaries = [1, n0, _SJSyn, 0, () => SyncJobSummary];
1549
- var SyncResourceFilters = [1, n0, _SRF, 0, () => SyncResourceFilter];
1550
- var SyncResourceSummaries = [1, n0, _SRSyn, 0, () => SyncResourceSummary];
1548
+ () => IotTwinMakerSourceConfigurationFilter$,
1549
+ ];
1550
+ var ListComponentTypesFilters = [1, n0, _LCTF, 0, () => ListComponentTypesFilter$];
1551
+ var ListEntitiesFilters = [1, n0, _LEF, 0, () => ListEntitiesFilter$];
1552
+ var ListMetadataTransferJobsFilters = [1, n0, _LMTJF, 0, () => ListMetadataTransferJobsFilter$];
1553
+ var MetadataTransferJobSummaries = [1, n0, _MTJSet, 0, () => MetadataTransferJobSummary$];
1554
+ var OrderByList = [1, n0, _OBL, 0, () => OrderBy$];
1555
+ var PropertyFilters = [1, n0, _PFr, 0, () => PropertyFilter$];
1556
+ var PropertySummaries = [1, n0, _PSr, 0, () => PropertySummary$];
1557
+ var PropertyValueList = [1, n0, _PVL, 0, () => PropertyValueHistory$];
1558
+ var PropertyValues = [1, n0, _PVr, 0, () => PropertyValue$];
1559
+ var Rows = [1, n0, _Row, 0, () => Row$];
1560
+ var SceneSummaries = [1, n0, _SSc, 0, () => SceneSummary$];
1561
+ var SourceConfigurations = [1, n0, _SCo, 0, () => SourceConfiguration$];
1562
+ var SyncJobSummaries = [1, n0, _SJSyn, 0, () => SyncJobSummary$];
1563
+ var SyncResourceFilters = [1, n0, _SRF, 0, () => SyncResourceFilter$];
1564
+ var SyncResourceSummaries = [1, n0, _SRSyn, 0, () => SyncResourceSummary$];
1551
1565
  var TabularPropertyValue = [1, n0, _TPVa, 0, () => PropertyTableValue];
1552
1566
  var TabularPropertyValues = [1, n0, _TPV, 0, () => TabularPropertyValue];
1553
- var Values = [1, n0, _V, 0, () => PropertyValue];
1554
- var WorkspaceSummaries = [1, n0, _WSo, 0, () => WorkspaceSummary];
1555
- var ComponentPropertyGroupRequests = [
1556
- 2,
1557
- n0,
1558
- _CPGRom,
1559
- 0,
1560
- 0,
1561
- () => ComponentPropertyGroupRequest,
1562
- ];
1563
- var ComponentPropertyGroupResponses = [
1564
- 2,
1565
- n0,
1566
- _CPGRomp,
1567
- 0,
1568
- 0,
1569
- () => ComponentPropertyGroupResponse,
1570
- ];
1571
- var ComponentsMap = [2, n0, _CM, 0, 0, () => ComponentResponse];
1572
- var ComponentsMapRequest = [2, n0, _CMR, 0, 0, () => ComponentRequest];
1573
- var ComponentUpdatesMapRequest = [2, n0, _CUMR, 0, 0, () => ComponentUpdateRequest];
1574
- var CompositeComponentResponse = [2, n0, _CCRo, 0, 0, () => ComponentSummary];
1575
- var CompositeComponentsMapRequest = [2, n0, _CCMR, 0, 0, () => CompositeComponentRequest];
1576
- var CompositeComponentTypesRequest = [
1577
- 2,
1578
- n0,
1579
- _CCTRom,
1580
- 0,
1581
- 0,
1582
- () => CompositeComponentTypeRequest,
1583
- ];
1584
- var CompositeComponentTypesResponse = [
1585
- 2,
1586
- n0,
1587
- _CCTRomp,
1588
- 0,
1589
- 0,
1590
- () => CompositeComponentTypeResponse,
1591
- ];
1567
+ var Values = [1, n0, _V, 0, () => PropertyValue$];
1568
+ var WorkspaceSummaries = [1, n0, _WSo, 0, () => WorkspaceSummary$];
1569
+ var ComponentPropertyGroupRequests = [2, n0, _CPGRom, 0, 0, () => ComponentPropertyGroupRequest$];
1570
+ var ComponentPropertyGroupResponses = [2, n0, _CPGRomp, 0, 0, () => ComponentPropertyGroupResponse$];
1571
+ var ComponentsMap = [2, n0, _CM, 0, 0, () => ComponentResponse$];
1572
+ var ComponentsMapRequest = [2, n0, _CMR, 0, 0, () => ComponentRequest$];
1573
+ var ComponentUpdatesMapRequest = [2, n0, _CUMR, 0, 0, () => ComponentUpdateRequest$];
1574
+ var CompositeComponentResponse = [2, n0, _CCRo, 0, 0, () => ComponentSummary$];
1575
+ var CompositeComponentsMapRequest = [2, n0, _CCMR, 0, 0, () => CompositeComponentRequest$];
1576
+ var CompositeComponentTypesRequest = [2, n0, _CCTRom, 0, 0, () => CompositeComponentTypeRequest$];
1577
+ var CompositeComponentTypesResponse = [2, n0, _CCTRomp, 0, 0, () => CompositeComponentTypeResponse$];
1592
1578
  var CompositeComponentUpdatesMapRequest = [
1593
1579
  2,
1594
1580
  n0,
1595
1581
  _CCUMR,
1596
1582
  0,
1597
1583
  0,
1598
- () => CompositeComponentUpdateRequest,
1584
+ () => CompositeComponentUpdateRequest$,
1599
1585
  ];
1600
- var DataValueMap = [2, n0, _DVM, 0, 0, () => DataValue];
1601
- var FunctionsRequest = [2, n0, _FRun, 0, 0, () => FunctionRequest];
1602
- var FunctionsResponse = [2, n0, _FRunc, 0, 0, () => FunctionResponse];
1603
- var PropertyDefinitionsRequest = [2, n0, _PDRro, 0, 0, () => PropertyDefinitionRequest];
1604
- var PropertyDefinitionsResponse = [2, n0, _PDRrop, 0, 0, () => PropertyDefinitionResponse];
1605
- var PropertyGroupsRequest = [2, n0, _PGRro, 0, 0, () => PropertyGroupRequest];
1606
- var PropertyGroupsResponse = [2, n0, _PGRrop, 0, 0, () => PropertyGroupResponse];
1607
- var PropertyLatestValueMap = [2, n0, _PLVM, 0, 0, () => PropertyLatestValue];
1608
- var PropertyRequests = [2, n0, _PRro, 0, 0, () => PropertyRequest];
1609
- var PropertyResponses = [2, n0, _PRrop, 0, 0, () => PropertyResponse];
1610
- var PropertyTableValue = [2, n0, _PTV, 0, 0, () => DataValue];
1611
- var IotSiteWiseSourceConfigurationFilter = [
1586
+ var DataValueMap = [2, n0, _DVM, 0, 0, () => DataValue$];
1587
+ var FunctionsRequest = [2, n0, _FRun, 0, 0, () => FunctionRequest$];
1588
+ var FunctionsResponse = [2, n0, _FRunc, 0, 0, () => FunctionResponse$];
1589
+ var PropertyDefinitionsRequest = [2, n0, _PDRro, 0, 0, () => PropertyDefinitionRequest$];
1590
+ var PropertyDefinitionsResponse = [2, n0, _PDRrop, 0, 0, () => PropertyDefinitionResponse$];
1591
+ var PropertyGroupsRequest = [2, n0, _PGRro, 0, 0, () => PropertyGroupRequest$];
1592
+ var PropertyGroupsResponse = [2, n0, _PGRrop, 0, 0, () => PropertyGroupResponse$];
1593
+ var PropertyLatestValueMap = [2, n0, _PLVM, 0, 0, () => PropertyLatestValue$];
1594
+ var PropertyRequests = [2, n0, _PRro, 0, 0, () => PropertyRequest$];
1595
+ var PropertyResponses = [2, n0, _PRrop, 0, 0, () => PropertyResponse$];
1596
+ var PropertyTableValue = [2, n0, _PTV, 0, 0, () => DataValue$];
1597
+ var IotSiteWiseSourceConfigurationFilter$ = [
1612
1598
  3,
1613
1599
  n0,
1614
1600
  _ISWSCFo,
1615
1601
  0,
1616
1602
  [_fBAM, _fBA],
1617
- [() => FilterByAssetModel, () => FilterByAsset],
1603
+ [() => FilterByAssetModel$, () => FilterByAsset$],
1618
1604
  ];
1619
- var IotTwinMakerSourceConfigurationFilter = [
1605
+ var IotTwinMakerSourceConfigurationFilter$ = [
1620
1606
  3,
1621
1607
  n0,
1622
1608
  _ITMSCFo,
1623
1609
  0,
1624
1610
  [_fBCT, _fBE],
1625
- [() => FilterByComponentType, () => FilterByEntity],
1611
+ [() => FilterByComponentType$, () => FilterByEntity$],
1626
1612
  ];
1627
- var ListComponentTypesFilter = [3, n0, _LCTFi, 0, [_eF, _na, _iAs], [0, 0, 2]];
1628
- var ListEntitiesFilter = [3, n0, _LEFi, 0, [_pEI, _cTI, _eIx], [0, 0, 0]];
1629
- var ListMetadataTransferJobsFilter = [3, n0, _LMTJFi, 0, [_wI, _st], [0, 0]];
1630
- var SyncResourceFilter = [3, n0, _SRFy, 0, [_st, _rTe, _rI, _eIx], [0, 0, 0, 0]];
1631
- var BatchPutPropertyValues = [
1613
+ var ListComponentTypesFilter$ = [3, n0, _LCTFi, 0, [_eF, _na, _iAs], [0, 0, 2]];
1614
+ var ListEntitiesFilter$ = [3, n0, _LEFi, 0, [_pEI, _cTI, _eIx], [0, 0, 0]];
1615
+ var ListMetadataTransferJobsFilter$ = [3, n0, _LMTJFi, 0, [_wI, _st], [0, 0]];
1616
+ var SyncResourceFilter$ = [3, n0, _SRFy, 0, [_st, _rTe, _rI, _eIx], [0, 0, 0, 0]];
1617
+ var BatchPutPropertyValues$ = [
1632
1618
  9,
1633
1619
  n0,
1634
1620
  _BPPV,
1635
1621
  { [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties", 200], [_end]: ["data."] },
1636
- () => BatchPutPropertyValuesRequest,
1637
- () => BatchPutPropertyValuesResponse,
1622
+ () => BatchPutPropertyValuesRequest$,
1623
+ () => BatchPutPropertyValuesResponse$,
1638
1624
  ];
1639
- var CancelMetadataTransferJob = [
1625
+ var CancelMetadataTransferJob$ = [
1640
1626
  9,
1641
1627
  n0,
1642
1628
  _CMTJ,
1643
1629
  { [_h]: ["PUT", "/metadata-transfer-jobs/{metadataTransferJobId}/cancel", 200], [_end]: ["api."] },
1644
- () => CancelMetadataTransferJobRequest,
1645
- () => CancelMetadataTransferJobResponse,
1630
+ () => CancelMetadataTransferJobRequest$,
1631
+ () => CancelMetadataTransferJobResponse$,
1646
1632
  ];
1647
- var CreateComponentType = [
1633
+ var CreateComponentType$ = [
1648
1634
  9,
1649
1635
  n0,
1650
1636
  _CCT,
1651
1637
  { [_h]: ["POST", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1652
- () => CreateComponentTypeRequest,
1653
- () => CreateComponentTypeResponse,
1638
+ () => CreateComponentTypeRequest$,
1639
+ () => CreateComponentTypeResponse$,
1654
1640
  ];
1655
- var CreateEntity = [
1641
+ var CreateEntity$ = [
1656
1642
  9,
1657
1643
  n0,
1658
1644
  _CEr,
1659
1645
  { [_h]: ["POST", "/workspaces/{workspaceId}/entities", 200], [_end]: ["api."] },
1660
- () => CreateEntityRequest,
1661
- () => CreateEntityResponse,
1646
+ () => CreateEntityRequest$,
1647
+ () => CreateEntityResponse$,
1662
1648
  ];
1663
- var CreateMetadataTransferJob = [
1649
+ var CreateMetadataTransferJob$ = [
1664
1650
  9,
1665
1651
  n0,
1666
1652
  _CMTJr,
1667
1653
  { [_h]: ["POST", "/metadata-transfer-jobs", 200], [_end]: ["api."] },
1668
- () => CreateMetadataTransferJobRequest,
1669
- () => CreateMetadataTransferJobResponse,
1654
+ () => CreateMetadataTransferJobRequest$,
1655
+ () => CreateMetadataTransferJobResponse$,
1670
1656
  ];
1671
- var CreateScene = [
1657
+ var CreateScene$ = [
1672
1658
  9,
1673
1659
  n0,
1674
1660
  _CSr,
1675
1661
  { [_h]: ["POST", "/workspaces/{workspaceId}/scenes", 200], [_end]: ["api."] },
1676
- () => CreateSceneRequest,
1677
- () => CreateSceneResponse,
1662
+ () => CreateSceneRequest$,
1663
+ () => CreateSceneResponse$,
1678
1664
  ];
1679
- var CreateSyncJob = [
1665
+ var CreateSyncJob$ = [
1680
1666
  9,
1681
1667
  n0,
1682
1668
  _CSJ,
1683
1669
  { [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200], [_end]: ["api."] },
1684
- () => CreateSyncJobRequest,
1685
- () => CreateSyncJobResponse,
1670
+ () => CreateSyncJobRequest$,
1671
+ () => CreateSyncJobResponse$,
1686
1672
  ];
1687
- var CreateWorkspace = [
1673
+ var CreateWorkspace$ = [
1688
1674
  9,
1689
1675
  n0,
1690
1676
  _CW,
1691
1677
  { [_h]: ["POST", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
1692
- () => CreateWorkspaceRequest,
1693
- () => CreateWorkspaceResponse,
1678
+ () => CreateWorkspaceRequest$,
1679
+ () => CreateWorkspaceResponse$,
1694
1680
  ];
1695
- var DeleteComponentType = [
1681
+ var DeleteComponentType$ = [
1696
1682
  9,
1697
1683
  n0,
1698
1684
  _DCT,
1699
1685
  { [_h]: ["DELETE", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1700
- () => DeleteComponentTypeRequest,
1701
- () => DeleteComponentTypeResponse,
1686
+ () => DeleteComponentTypeRequest$,
1687
+ () => DeleteComponentTypeResponse$,
1702
1688
  ];
1703
- var DeleteEntity = [
1689
+ var DeleteEntity$ = [
1704
1690
  9,
1705
1691
  n0,
1706
1692
  _DE,
1707
1693
  { [_h]: ["DELETE", "/workspaces/{workspaceId}/entities/{entityId}", 200], [_end]: ["api."] },
1708
- () => DeleteEntityRequest,
1709
- () => DeleteEntityResponse,
1694
+ () => DeleteEntityRequest$,
1695
+ () => DeleteEntityResponse$,
1710
1696
  ];
1711
- var DeleteScene = [
1697
+ var DeleteScene$ = [
1712
1698
  9,
1713
1699
  n0,
1714
1700
  _DS,
1715
1701
  { [_h]: ["DELETE", "/workspaces/{workspaceId}/scenes/{sceneId}", 200], [_end]: ["api."] },
1716
- () => DeleteSceneRequest,
1717
- () => DeleteSceneResponse,
1702
+ () => DeleteSceneRequest$,
1703
+ () => DeleteSceneResponse$,
1718
1704
  ];
1719
- var DeleteSyncJob = [
1705
+ var DeleteSyncJob$ = [
1720
1706
  9,
1721
1707
  n0,
1722
1708
  _DSJ,
1723
1709
  { [_h]: ["DELETE", "/workspaces/{workspaceId}/sync-jobs/{syncSource}", 200], [_end]: ["api."] },
1724
- () => DeleteSyncJobRequest,
1725
- () => DeleteSyncJobResponse,
1710
+ () => DeleteSyncJobRequest$,
1711
+ () => DeleteSyncJobResponse$,
1726
1712
  ];
1727
- var DeleteWorkspace = [
1713
+ var DeleteWorkspace$ = [
1728
1714
  9,
1729
1715
  n0,
1730
1716
  _DW,
1731
1717
  { [_h]: ["DELETE", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
1732
- () => DeleteWorkspaceRequest,
1733
- () => DeleteWorkspaceResponse,
1718
+ () => DeleteWorkspaceRequest$,
1719
+ () => DeleteWorkspaceResponse$,
1734
1720
  ];
1735
- var ExecuteQuery = [
1721
+ var ExecuteQuery$ = [
1736
1722
  9,
1737
1723
  n0,
1738
1724
  _EQ,
1739
1725
  { [_h]: ["POST", "/queries/execution", 200], [_end]: ["api."] },
1740
- () => ExecuteQueryRequest,
1741
- () => ExecuteQueryResponse,
1726
+ () => ExecuteQueryRequest$,
1727
+ () => ExecuteQueryResponse$,
1742
1728
  ];
1743
- var GetComponentType = [
1729
+ var GetComponentType$ = [
1744
1730
  9,
1745
1731
  n0,
1746
1732
  _GCT,
1747
1733
  { [_h]: ["GET", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1748
- () => GetComponentTypeRequest,
1749
- () => GetComponentTypeResponse,
1734
+ () => GetComponentTypeRequest$,
1735
+ () => GetComponentTypeResponse$,
1750
1736
  ];
1751
- var GetEntity = [
1737
+ var GetEntity$ = [
1752
1738
  9,
1753
1739
  n0,
1754
1740
  _GE,
1755
1741
  { [_h]: ["GET", "/workspaces/{workspaceId}/entities/{entityId}", 200], [_end]: ["api."] },
1756
- () => GetEntityRequest,
1757
- () => GetEntityResponse,
1742
+ () => GetEntityRequest$,
1743
+ () => GetEntityResponse$,
1758
1744
  ];
1759
- var GetMetadataTransferJob = [
1745
+ var GetMetadataTransferJob$ = [
1760
1746
  9,
1761
1747
  n0,
1762
1748
  _GMTJ,
1763
1749
  { [_h]: ["GET", "/metadata-transfer-jobs/{metadataTransferJobId}", 200], [_end]: ["api."] },
1764
- () => GetMetadataTransferJobRequest,
1765
- () => GetMetadataTransferJobResponse,
1750
+ () => GetMetadataTransferJobRequest$,
1751
+ () => GetMetadataTransferJobResponse$,
1766
1752
  ];
1767
- var GetPricingPlan = [
1753
+ var GetPricingPlan$ = [
1768
1754
  9,
1769
1755
  n0,
1770
1756
  _GPP,
1771
1757
  { [_h]: ["GET", "/pricingplan", 200], [_end]: ["api."] },
1772
- () => GetPricingPlanRequest,
1773
- () => GetPricingPlanResponse,
1758
+ () => GetPricingPlanRequest$,
1759
+ () => GetPricingPlanResponse$,
1774
1760
  ];
1775
- var GetPropertyValue = [
1761
+ var GetPropertyValue$ = [
1776
1762
  9,
1777
1763
  n0,
1778
1764
  _GPV,
1779
1765
  { [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/value", 200], [_end]: ["data."] },
1780
- () => GetPropertyValueRequest,
1781
- () => GetPropertyValueResponse,
1766
+ () => GetPropertyValueRequest$,
1767
+ () => GetPropertyValueResponse$,
1782
1768
  ];
1783
- var GetPropertyValueHistory = [
1769
+ var GetPropertyValueHistory$ = [
1784
1770
  9,
1785
1771
  n0,
1786
1772
  _GPVH,
1787
1773
  { [_h]: ["POST", "/workspaces/{workspaceId}/entity-properties/history", 200], [_end]: ["data."] },
1788
- () => GetPropertyValueHistoryRequest,
1789
- () => GetPropertyValueHistoryResponse,
1774
+ () => GetPropertyValueHistoryRequest$,
1775
+ () => GetPropertyValueHistoryResponse$,
1790
1776
  ];
1791
- var GetScene = [
1777
+ var GetScene$ = [
1792
1778
  9,
1793
1779
  n0,
1794
1780
  _GS,
1795
1781
  { [_h]: ["GET", "/workspaces/{workspaceId}/scenes/{sceneId}", 200], [_end]: ["api."] },
1796
- () => GetSceneRequest,
1797
- () => GetSceneResponse,
1782
+ () => GetSceneRequest$,
1783
+ () => GetSceneResponse$,
1798
1784
  ];
1799
- var GetSyncJob = [
1785
+ var GetSyncJob$ = [
1800
1786
  9,
1801
1787
  n0,
1802
1788
  _GSJ,
1803
1789
  { [_h]: ["GET", "/sync-jobs/{syncSource}", 200], [_end]: ["api."] },
1804
- () => GetSyncJobRequest,
1805
- () => GetSyncJobResponse,
1790
+ () => GetSyncJobRequest$,
1791
+ () => GetSyncJobResponse$,
1806
1792
  ];
1807
- var GetWorkspace = [
1793
+ var GetWorkspace$ = [
1808
1794
  9,
1809
1795
  n0,
1810
1796
  _GW,
1811
1797
  { [_h]: ["GET", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
1812
- () => GetWorkspaceRequest,
1813
- () => GetWorkspaceResponse,
1798
+ () => GetWorkspaceRequest$,
1799
+ () => GetWorkspaceResponse$,
1814
1800
  ];
1815
- var ListComponents = [
1801
+ var ListComponents$ = [
1816
1802
  9,
1817
1803
  n0,
1818
1804
  _LC,
1819
1805
  { [_h]: ["POST", "/workspaces/{workspaceId}/entities/{entityId}/components-list", 200], [_end]: ["api."] },
1820
- () => ListComponentsRequest,
1821
- () => ListComponentsResponse,
1806
+ () => ListComponentsRequest$,
1807
+ () => ListComponentsResponse$,
1822
1808
  ];
1823
- var ListComponentTypes = [
1809
+ var ListComponentTypes$ = [
1824
1810
  9,
1825
1811
  n0,
1826
1812
  _LCT,
1827
1813
  { [_h]: ["POST", "/workspaces/{workspaceId}/component-types-list", 200], [_end]: ["api."] },
1828
- () => ListComponentTypesRequest,
1829
- () => ListComponentTypesResponse,
1814
+ () => ListComponentTypesRequest$,
1815
+ () => ListComponentTypesResponse$,
1830
1816
  ];
1831
- var ListEntities = [
1817
+ var ListEntities$ = [
1832
1818
  9,
1833
1819
  n0,
1834
1820
  _LE,
1835
1821
  { [_h]: ["POST", "/workspaces/{workspaceId}/entities-list", 200], [_end]: ["api."] },
1836
- () => ListEntitiesRequest,
1837
- () => ListEntitiesResponse,
1822
+ () => ListEntitiesRequest$,
1823
+ () => ListEntitiesResponse$,
1838
1824
  ];
1839
- var ListMetadataTransferJobs = [
1825
+ var ListMetadataTransferJobs$ = [
1840
1826
  9,
1841
1827
  n0,
1842
1828
  _LMTJ,
1843
1829
  { [_h]: ["POST", "/metadata-transfer-jobs-list", 200], [_end]: ["api."] },
1844
- () => ListMetadataTransferJobsRequest,
1845
- () => ListMetadataTransferJobsResponse,
1830
+ () => ListMetadataTransferJobsRequest$,
1831
+ () => ListMetadataTransferJobsResponse$,
1846
1832
  ];
1847
- var ListProperties = [
1833
+ var ListProperties$ = [
1848
1834
  9,
1849
1835
  n0,
1850
1836
  _LP,
1851
1837
  { [_h]: ["POST", "/workspaces/{workspaceId}/properties-list", 200], [_end]: ["api."] },
1852
- () => ListPropertiesRequest,
1853
- () => ListPropertiesResponse,
1838
+ () => ListPropertiesRequest$,
1839
+ () => ListPropertiesResponse$,
1854
1840
  ];
1855
- var ListScenes = [
1841
+ var ListScenes$ = [
1856
1842
  9,
1857
1843
  n0,
1858
1844
  _LS,
1859
1845
  { [_h]: ["POST", "/workspaces/{workspaceId}/scenes-list", 200], [_end]: ["api."] },
1860
- () => ListScenesRequest,
1861
- () => ListScenesResponse,
1846
+ () => ListScenesRequest$,
1847
+ () => ListScenesResponse$,
1862
1848
  ];
1863
- var ListSyncJobs = [
1849
+ var ListSyncJobs$ = [
1864
1850
  9,
1865
1851
  n0,
1866
1852
  _LSJ,
1867
1853
  { [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs-list", 200], [_end]: ["api."] },
1868
- () => ListSyncJobsRequest,
1869
- () => ListSyncJobsResponse,
1854
+ () => ListSyncJobsRequest$,
1855
+ () => ListSyncJobsResponse$,
1870
1856
  ];
1871
- var ListSyncResources = [
1857
+ var ListSyncResources$ = [
1872
1858
  9,
1873
1859
  n0,
1874
1860
  _LSRis,
1875
1861
  { [_h]: ["POST", "/workspaces/{workspaceId}/sync-jobs/{syncSource}/resources-list", 200], [_end]: ["api."] },
1876
- () => ListSyncResourcesRequest,
1877
- () => ListSyncResourcesResponse,
1862
+ () => ListSyncResourcesRequest$,
1863
+ () => ListSyncResourcesResponse$,
1878
1864
  ];
1879
- var ListTagsForResource = [
1865
+ var ListTagsForResource$ = [
1880
1866
  9,
1881
1867
  n0,
1882
1868
  _LTFR,
1883
1869
  { [_h]: ["POST", "/tags-list", 200], [_end]: ["api."] },
1884
- () => ListTagsForResourceRequest,
1885
- () => ListTagsForResourceResponse,
1870
+ () => ListTagsForResourceRequest$,
1871
+ () => ListTagsForResourceResponse$,
1886
1872
  ];
1887
- var ListWorkspaces = [
1873
+ var ListWorkspaces$ = [
1888
1874
  9,
1889
1875
  n0,
1890
1876
  _LW,
1891
1877
  { [_h]: ["POST", "/workspaces-list", 200], [_end]: ["api."] },
1892
- () => ListWorkspacesRequest,
1893
- () => ListWorkspacesResponse,
1878
+ () => ListWorkspacesRequest$,
1879
+ () => ListWorkspacesResponse$,
1894
1880
  ];
1895
- var TagResource = [
1881
+ var TagResource$ = [
1896
1882
  9,
1897
1883
  n0,
1898
1884
  _TR,
1899
1885
  { [_h]: ["POST", "/tags", 200], [_end]: ["api."] },
1900
- () => TagResourceRequest,
1901
- () => TagResourceResponse,
1886
+ () => TagResourceRequest$,
1887
+ () => TagResourceResponse$,
1902
1888
  ];
1903
- var UntagResource = [
1889
+ var UntagResource$ = [
1904
1890
  9,
1905
1891
  n0,
1906
1892
  _UR,
1907
1893
  { [_h]: ["DELETE", "/tags", 200], [_end]: ["api."] },
1908
- () => UntagResourceRequest,
1909
- () => UntagResourceResponse,
1894
+ () => UntagResourceRequest$,
1895
+ () => UntagResourceResponse$,
1910
1896
  ];
1911
- var UpdateComponentType = [
1897
+ var UpdateComponentType$ = [
1912
1898
  9,
1913
1899
  n0,
1914
1900
  _UCT,
1915
1901
  { [_h]: ["PUT", "/workspaces/{workspaceId}/component-types/{componentTypeId}", 200], [_end]: ["api."] },
1916
- () => UpdateComponentTypeRequest,
1917
- () => UpdateComponentTypeResponse,
1902
+ () => UpdateComponentTypeRequest$,
1903
+ () => UpdateComponentTypeResponse$,
1918
1904
  ];
1919
- var UpdateEntity = [
1905
+ var UpdateEntity$ = [
1920
1906
  9,
1921
1907
  n0,
1922
1908
  _UE,
1923
1909
  { [_h]: ["PUT", "/workspaces/{workspaceId}/entities/{entityId}", 200], [_end]: ["api."] },
1924
- () => UpdateEntityRequest,
1925
- () => UpdateEntityResponse,
1910
+ () => UpdateEntityRequest$,
1911
+ () => UpdateEntityResponse$,
1926
1912
  ];
1927
- var UpdatePricingPlan = [
1913
+ var UpdatePricingPlan$ = [
1928
1914
  9,
1929
1915
  n0,
1930
1916
  _UPP,
1931
1917
  { [_h]: ["POST", "/pricingplan", 200], [_end]: ["api."] },
1932
- () => UpdatePricingPlanRequest,
1933
- () => UpdatePricingPlanResponse,
1918
+ () => UpdatePricingPlanRequest$,
1919
+ () => UpdatePricingPlanResponse$,
1934
1920
  ];
1935
- var UpdateScene = [
1921
+ var UpdateScene$ = [
1936
1922
  9,
1937
1923
  n0,
1938
1924
  _US,
1939
1925
  { [_h]: ["PUT", "/workspaces/{workspaceId}/scenes/{sceneId}", 200], [_end]: ["api."] },
1940
- () => UpdateSceneRequest,
1941
- () => UpdateSceneResponse,
1926
+ () => UpdateSceneRequest$,
1927
+ () => UpdateSceneResponse$,
1942
1928
  ];
1943
- var UpdateWorkspace = [
1929
+ var UpdateWorkspace$ = [
1944
1930
  9,
1945
1931
  n0,
1946
1932
  _UW,
1947
1933
  { [_h]: ["PUT", "/workspaces/{workspaceId}", 200], [_end]: ["api."] },
1948
- () => UpdateWorkspaceRequest,
1949
- () => UpdateWorkspaceResponse,
1934
+ () => UpdateWorkspaceRequest$,
1935
+ () => UpdateWorkspaceResponse$,
1950
1936
  ];
1951
1937
 
1952
1938
  class BatchPutPropertyValuesCommand extends smithyClient.Command
@@ -1957,7 +1943,7 @@ class BatchPutPropertyValuesCommand extends smithyClient.Command
1957
1943
  })
1958
1944
  .s("AWSIoTTwinMaker", "BatchPutPropertyValues", {})
1959
1945
  .n("IoTTwinMakerClient", "BatchPutPropertyValuesCommand")
1960
- .sc(BatchPutPropertyValues)
1946
+ .sc(BatchPutPropertyValues$)
1961
1947
  .build() {
1962
1948
  }
1963
1949
 
@@ -1969,7 +1955,7 @@ class CancelMetadataTransferJobCommand extends smithyClient.Command
1969
1955
  })
1970
1956
  .s("AWSIoTTwinMaker", "CancelMetadataTransferJob", {})
1971
1957
  .n("IoTTwinMakerClient", "CancelMetadataTransferJobCommand")
1972
- .sc(CancelMetadataTransferJob)
1958
+ .sc(CancelMetadataTransferJob$)
1973
1959
  .build() {
1974
1960
  }
1975
1961
 
@@ -1981,7 +1967,7 @@ class CreateComponentTypeCommand extends smithyClient.Command
1981
1967
  })
1982
1968
  .s("AWSIoTTwinMaker", "CreateComponentType", {})
1983
1969
  .n("IoTTwinMakerClient", "CreateComponentTypeCommand")
1984
- .sc(CreateComponentType)
1970
+ .sc(CreateComponentType$)
1985
1971
  .build() {
1986
1972
  }
1987
1973
 
@@ -1993,7 +1979,7 @@ class CreateEntityCommand extends smithyClient.Command
1993
1979
  })
1994
1980
  .s("AWSIoTTwinMaker", "CreateEntity", {})
1995
1981
  .n("IoTTwinMakerClient", "CreateEntityCommand")
1996
- .sc(CreateEntity)
1982
+ .sc(CreateEntity$)
1997
1983
  .build() {
1998
1984
  }
1999
1985
 
@@ -2005,7 +1991,7 @@ class CreateMetadataTransferJobCommand extends smithyClient.Command
2005
1991
  })
2006
1992
  .s("AWSIoTTwinMaker", "CreateMetadataTransferJob", {})
2007
1993
  .n("IoTTwinMakerClient", "CreateMetadataTransferJobCommand")
2008
- .sc(CreateMetadataTransferJob)
1994
+ .sc(CreateMetadataTransferJob$)
2009
1995
  .build() {
2010
1996
  }
2011
1997
 
@@ -2017,7 +2003,7 @@ class CreateSceneCommand extends smithyClient.Command
2017
2003
  })
2018
2004
  .s("AWSIoTTwinMaker", "CreateScene", {})
2019
2005
  .n("IoTTwinMakerClient", "CreateSceneCommand")
2020
- .sc(CreateScene)
2006
+ .sc(CreateScene$)
2021
2007
  .build() {
2022
2008
  }
2023
2009
 
@@ -2029,7 +2015,7 @@ class CreateSyncJobCommand extends smithyClient.Command
2029
2015
  })
2030
2016
  .s("AWSIoTTwinMaker", "CreateSyncJob", {})
2031
2017
  .n("IoTTwinMakerClient", "CreateSyncJobCommand")
2032
- .sc(CreateSyncJob)
2018
+ .sc(CreateSyncJob$)
2033
2019
  .build() {
2034
2020
  }
2035
2021
 
@@ -2041,7 +2027,7 @@ class CreateWorkspaceCommand extends smithyClient.Command
2041
2027
  })
2042
2028
  .s("AWSIoTTwinMaker", "CreateWorkspace", {})
2043
2029
  .n("IoTTwinMakerClient", "CreateWorkspaceCommand")
2044
- .sc(CreateWorkspace)
2030
+ .sc(CreateWorkspace$)
2045
2031
  .build() {
2046
2032
  }
2047
2033
 
@@ -2053,7 +2039,7 @@ class DeleteComponentTypeCommand extends smithyClient.Command
2053
2039
  })
2054
2040
  .s("AWSIoTTwinMaker", "DeleteComponentType", {})
2055
2041
  .n("IoTTwinMakerClient", "DeleteComponentTypeCommand")
2056
- .sc(DeleteComponentType)
2042
+ .sc(DeleteComponentType$)
2057
2043
  .build() {
2058
2044
  }
2059
2045
 
@@ -2065,7 +2051,7 @@ class DeleteEntityCommand extends smithyClient.Command
2065
2051
  })
2066
2052
  .s("AWSIoTTwinMaker", "DeleteEntity", {})
2067
2053
  .n("IoTTwinMakerClient", "DeleteEntityCommand")
2068
- .sc(DeleteEntity)
2054
+ .sc(DeleteEntity$)
2069
2055
  .build() {
2070
2056
  }
2071
2057
 
@@ -2077,7 +2063,7 @@ class DeleteSceneCommand extends smithyClient.Command
2077
2063
  })
2078
2064
  .s("AWSIoTTwinMaker", "DeleteScene", {})
2079
2065
  .n("IoTTwinMakerClient", "DeleteSceneCommand")
2080
- .sc(DeleteScene)
2066
+ .sc(DeleteScene$)
2081
2067
  .build() {
2082
2068
  }
2083
2069
 
@@ -2089,7 +2075,7 @@ class DeleteSyncJobCommand extends smithyClient.Command
2089
2075
  })
2090
2076
  .s("AWSIoTTwinMaker", "DeleteSyncJob", {})
2091
2077
  .n("IoTTwinMakerClient", "DeleteSyncJobCommand")
2092
- .sc(DeleteSyncJob)
2078
+ .sc(DeleteSyncJob$)
2093
2079
  .build() {
2094
2080
  }
2095
2081
 
@@ -2101,7 +2087,7 @@ class DeleteWorkspaceCommand extends smithyClient.Command
2101
2087
  })
2102
2088
  .s("AWSIoTTwinMaker", "DeleteWorkspace", {})
2103
2089
  .n("IoTTwinMakerClient", "DeleteWorkspaceCommand")
2104
- .sc(DeleteWorkspace)
2090
+ .sc(DeleteWorkspace$)
2105
2091
  .build() {
2106
2092
  }
2107
2093
 
@@ -2113,7 +2099,7 @@ class ExecuteQueryCommand extends smithyClient.Command
2113
2099
  })
2114
2100
  .s("AWSIoTTwinMaker", "ExecuteQuery", {})
2115
2101
  .n("IoTTwinMakerClient", "ExecuteQueryCommand")
2116
- .sc(ExecuteQuery)
2102
+ .sc(ExecuteQuery$)
2117
2103
  .build() {
2118
2104
  }
2119
2105
 
@@ -2125,7 +2111,7 @@ class GetComponentTypeCommand extends smithyClient.Command
2125
2111
  })
2126
2112
  .s("AWSIoTTwinMaker", "GetComponentType", {})
2127
2113
  .n("IoTTwinMakerClient", "GetComponentTypeCommand")
2128
- .sc(GetComponentType)
2114
+ .sc(GetComponentType$)
2129
2115
  .build() {
2130
2116
  }
2131
2117
 
@@ -2137,7 +2123,7 @@ class GetEntityCommand extends smithyClient.Command
2137
2123
  })
2138
2124
  .s("AWSIoTTwinMaker", "GetEntity", {})
2139
2125
  .n("IoTTwinMakerClient", "GetEntityCommand")
2140
- .sc(GetEntity)
2126
+ .sc(GetEntity$)
2141
2127
  .build() {
2142
2128
  }
2143
2129
 
@@ -2149,7 +2135,7 @@ class GetMetadataTransferJobCommand extends smithyClient.Command
2149
2135
  })
2150
2136
  .s("AWSIoTTwinMaker", "GetMetadataTransferJob", {})
2151
2137
  .n("IoTTwinMakerClient", "GetMetadataTransferJobCommand")
2152
- .sc(GetMetadataTransferJob)
2138
+ .sc(GetMetadataTransferJob$)
2153
2139
  .build() {
2154
2140
  }
2155
2141
 
@@ -2161,7 +2147,7 @@ class GetPricingPlanCommand extends smithyClient.Command
2161
2147
  })
2162
2148
  .s("AWSIoTTwinMaker", "GetPricingPlan", {})
2163
2149
  .n("IoTTwinMakerClient", "GetPricingPlanCommand")
2164
- .sc(GetPricingPlan)
2150
+ .sc(GetPricingPlan$)
2165
2151
  .build() {
2166
2152
  }
2167
2153
 
@@ -2173,7 +2159,7 @@ class GetPropertyValueCommand extends smithyClient.Command
2173
2159
  })
2174
2160
  .s("AWSIoTTwinMaker", "GetPropertyValue", {})
2175
2161
  .n("IoTTwinMakerClient", "GetPropertyValueCommand")
2176
- .sc(GetPropertyValue)
2162
+ .sc(GetPropertyValue$)
2177
2163
  .build() {
2178
2164
  }
2179
2165
 
@@ -2185,7 +2171,7 @@ class GetPropertyValueHistoryCommand extends smithyClient.Command
2185
2171
  })
2186
2172
  .s("AWSIoTTwinMaker", "GetPropertyValueHistory", {})
2187
2173
  .n("IoTTwinMakerClient", "GetPropertyValueHistoryCommand")
2188
- .sc(GetPropertyValueHistory)
2174
+ .sc(GetPropertyValueHistory$)
2189
2175
  .build() {
2190
2176
  }
2191
2177
 
@@ -2197,7 +2183,7 @@ class GetSceneCommand extends smithyClient.Command
2197
2183
  })
2198
2184
  .s("AWSIoTTwinMaker", "GetScene", {})
2199
2185
  .n("IoTTwinMakerClient", "GetSceneCommand")
2200
- .sc(GetScene)
2186
+ .sc(GetScene$)
2201
2187
  .build() {
2202
2188
  }
2203
2189
 
@@ -2209,7 +2195,7 @@ class GetSyncJobCommand extends smithyClient.Command
2209
2195
  })
2210
2196
  .s("AWSIoTTwinMaker", "GetSyncJob", {})
2211
2197
  .n("IoTTwinMakerClient", "GetSyncJobCommand")
2212
- .sc(GetSyncJob)
2198
+ .sc(GetSyncJob$)
2213
2199
  .build() {
2214
2200
  }
2215
2201
 
@@ -2221,7 +2207,7 @@ class GetWorkspaceCommand extends smithyClient.Command
2221
2207
  })
2222
2208
  .s("AWSIoTTwinMaker", "GetWorkspace", {})
2223
2209
  .n("IoTTwinMakerClient", "GetWorkspaceCommand")
2224
- .sc(GetWorkspace)
2210
+ .sc(GetWorkspace$)
2225
2211
  .build() {
2226
2212
  }
2227
2213
 
@@ -2233,7 +2219,7 @@ class ListComponentsCommand extends smithyClient.Command
2233
2219
  })
2234
2220
  .s("AWSIoTTwinMaker", "ListComponents", {})
2235
2221
  .n("IoTTwinMakerClient", "ListComponentsCommand")
2236
- .sc(ListComponents)
2222
+ .sc(ListComponents$)
2237
2223
  .build() {
2238
2224
  }
2239
2225
 
@@ -2245,7 +2231,7 @@ class ListComponentTypesCommand extends smithyClient.Command
2245
2231
  })
2246
2232
  .s("AWSIoTTwinMaker", "ListComponentTypes", {})
2247
2233
  .n("IoTTwinMakerClient", "ListComponentTypesCommand")
2248
- .sc(ListComponentTypes)
2234
+ .sc(ListComponentTypes$)
2249
2235
  .build() {
2250
2236
  }
2251
2237
 
@@ -2257,7 +2243,7 @@ class ListEntitiesCommand extends smithyClient.Command
2257
2243
  })
2258
2244
  .s("AWSIoTTwinMaker", "ListEntities", {})
2259
2245
  .n("IoTTwinMakerClient", "ListEntitiesCommand")
2260
- .sc(ListEntities)
2246
+ .sc(ListEntities$)
2261
2247
  .build() {
2262
2248
  }
2263
2249
 
@@ -2269,7 +2255,7 @@ class ListMetadataTransferJobsCommand extends smithyClient.Command
2269
2255
  })
2270
2256
  .s("AWSIoTTwinMaker", "ListMetadataTransferJobs", {})
2271
2257
  .n("IoTTwinMakerClient", "ListMetadataTransferJobsCommand")
2272
- .sc(ListMetadataTransferJobs)
2258
+ .sc(ListMetadataTransferJobs$)
2273
2259
  .build() {
2274
2260
  }
2275
2261
 
@@ -2281,7 +2267,7 @@ class ListPropertiesCommand extends smithyClient.Command
2281
2267
  })
2282
2268
  .s("AWSIoTTwinMaker", "ListProperties", {})
2283
2269
  .n("IoTTwinMakerClient", "ListPropertiesCommand")
2284
- .sc(ListProperties)
2270
+ .sc(ListProperties$)
2285
2271
  .build() {
2286
2272
  }
2287
2273
 
@@ -2293,7 +2279,7 @@ class ListScenesCommand extends smithyClient.Command
2293
2279
  })
2294
2280
  .s("AWSIoTTwinMaker", "ListScenes", {})
2295
2281
  .n("IoTTwinMakerClient", "ListScenesCommand")
2296
- .sc(ListScenes)
2282
+ .sc(ListScenes$)
2297
2283
  .build() {
2298
2284
  }
2299
2285
 
@@ -2305,7 +2291,7 @@ class ListSyncJobsCommand extends smithyClient.Command
2305
2291
  })
2306
2292
  .s("AWSIoTTwinMaker", "ListSyncJobs", {})
2307
2293
  .n("IoTTwinMakerClient", "ListSyncJobsCommand")
2308
- .sc(ListSyncJobs)
2294
+ .sc(ListSyncJobs$)
2309
2295
  .build() {
2310
2296
  }
2311
2297
 
@@ -2317,7 +2303,7 @@ class ListSyncResourcesCommand extends smithyClient.Command
2317
2303
  })
2318
2304
  .s("AWSIoTTwinMaker", "ListSyncResources", {})
2319
2305
  .n("IoTTwinMakerClient", "ListSyncResourcesCommand")
2320
- .sc(ListSyncResources)
2306
+ .sc(ListSyncResources$)
2321
2307
  .build() {
2322
2308
  }
2323
2309
 
@@ -2329,7 +2315,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2329
2315
  })
2330
2316
  .s("AWSIoTTwinMaker", "ListTagsForResource", {})
2331
2317
  .n("IoTTwinMakerClient", "ListTagsForResourceCommand")
2332
- .sc(ListTagsForResource)
2318
+ .sc(ListTagsForResource$)
2333
2319
  .build() {
2334
2320
  }
2335
2321
 
@@ -2341,7 +2327,7 @@ class ListWorkspacesCommand extends smithyClient.Command
2341
2327
  })
2342
2328
  .s("AWSIoTTwinMaker", "ListWorkspaces", {})
2343
2329
  .n("IoTTwinMakerClient", "ListWorkspacesCommand")
2344
- .sc(ListWorkspaces)
2330
+ .sc(ListWorkspaces$)
2345
2331
  .build() {
2346
2332
  }
2347
2333
 
@@ -2353,7 +2339,7 @@ class TagResourceCommand extends smithyClient.Command
2353
2339
  })
2354
2340
  .s("AWSIoTTwinMaker", "TagResource", {})
2355
2341
  .n("IoTTwinMakerClient", "TagResourceCommand")
2356
- .sc(TagResource)
2342
+ .sc(TagResource$)
2357
2343
  .build() {
2358
2344
  }
2359
2345
 
@@ -2365,7 +2351,7 @@ class UntagResourceCommand extends smithyClient.Command
2365
2351
  })
2366
2352
  .s("AWSIoTTwinMaker", "UntagResource", {})
2367
2353
  .n("IoTTwinMakerClient", "UntagResourceCommand")
2368
- .sc(UntagResource)
2354
+ .sc(UntagResource$)
2369
2355
  .build() {
2370
2356
  }
2371
2357
 
@@ -2377,7 +2363,7 @@ class UpdateComponentTypeCommand extends smithyClient.Command
2377
2363
  })
2378
2364
  .s("AWSIoTTwinMaker", "UpdateComponentType", {})
2379
2365
  .n("IoTTwinMakerClient", "UpdateComponentTypeCommand")
2380
- .sc(UpdateComponentType)
2366
+ .sc(UpdateComponentType$)
2381
2367
  .build() {
2382
2368
  }
2383
2369
 
@@ -2389,7 +2375,7 @@ class UpdateEntityCommand extends smithyClient.Command
2389
2375
  })
2390
2376
  .s("AWSIoTTwinMaker", "UpdateEntity", {})
2391
2377
  .n("IoTTwinMakerClient", "UpdateEntityCommand")
2392
- .sc(UpdateEntity)
2378
+ .sc(UpdateEntity$)
2393
2379
  .build() {
2394
2380
  }
2395
2381
 
@@ -2401,7 +2387,7 @@ class UpdatePricingPlanCommand extends smithyClient.Command
2401
2387
  })
2402
2388
  .s("AWSIoTTwinMaker", "UpdatePricingPlan", {})
2403
2389
  .n("IoTTwinMakerClient", "UpdatePricingPlanCommand")
2404
- .sc(UpdatePricingPlan)
2390
+ .sc(UpdatePricingPlan$)
2405
2391
  .build() {
2406
2392
  }
2407
2393
 
@@ -2413,7 +2399,7 @@ class UpdateSceneCommand extends smithyClient.Command
2413
2399
  })
2414
2400
  .s("AWSIoTTwinMaker", "UpdateScene", {})
2415
2401
  .n("IoTTwinMakerClient", "UpdateSceneCommand")
2416
- .sc(UpdateScene)
2402
+ .sc(UpdateScene$)
2417
2403
  .build() {
2418
2404
  }
2419
2405
 
@@ -2425,7 +2411,7 @@ class UpdateWorkspaceCommand extends smithyClient.Command
2425
2411
  })
2426
2412
  .s("AWSIoTTwinMaker", "UpdateWorkspace", {})
2427
2413
  .n("IoTTwinMakerClient", "UpdateWorkspaceCommand")
2428
- .sc(UpdateWorkspace)
2414
+ .sc(UpdateWorkspace$)
2429
2415
  .build() {
2430
2416
  }
2431
2417
 
@@ -2636,83 +2622,287 @@ Object.defineProperty(exports, "__Client", {
2636
2622
  enumerable: true,
2637
2623
  get: function () { return smithyClient.Client; }
2638
2624
  });
2639
- exports.AccessDeniedException = AccessDeniedException$1;
2625
+ exports.AccessDeniedException = AccessDeniedException;
2626
+ exports.AccessDeniedException$ = AccessDeniedException$;
2627
+ exports.BatchPutPropertyError$ = BatchPutPropertyError$;
2628
+ exports.BatchPutPropertyErrorEntry$ = BatchPutPropertyErrorEntry$;
2629
+ exports.BatchPutPropertyValues$ = BatchPutPropertyValues$;
2640
2630
  exports.BatchPutPropertyValuesCommand = BatchPutPropertyValuesCommand;
2631
+ exports.BatchPutPropertyValuesRequest$ = BatchPutPropertyValuesRequest$;
2632
+ exports.BatchPutPropertyValuesResponse$ = BatchPutPropertyValuesResponse$;
2633
+ exports.BundleInformation$ = BundleInformation$;
2634
+ exports.CancelMetadataTransferJob$ = CancelMetadataTransferJob$;
2641
2635
  exports.CancelMetadataTransferJobCommand = CancelMetadataTransferJobCommand;
2636
+ exports.CancelMetadataTransferJobRequest$ = CancelMetadataTransferJobRequest$;
2637
+ exports.CancelMetadataTransferJobResponse$ = CancelMetadataTransferJobResponse$;
2638
+ exports.ColumnDescription$ = ColumnDescription$;
2642
2639
  exports.ColumnType = ColumnType;
2640
+ exports.ComponentPropertyGroupRequest$ = ComponentPropertyGroupRequest$;
2641
+ exports.ComponentPropertyGroupResponse$ = ComponentPropertyGroupResponse$;
2642
+ exports.ComponentRequest$ = ComponentRequest$;
2643
+ exports.ComponentResponse$ = ComponentResponse$;
2644
+ exports.ComponentSummary$ = ComponentSummary$;
2645
+ exports.ComponentTypeSummary$ = ComponentTypeSummary$;
2646
+ exports.ComponentUpdateRequest$ = ComponentUpdateRequest$;
2643
2647
  exports.ComponentUpdateType = ComponentUpdateType;
2644
- exports.ConflictException = ConflictException$1;
2645
- exports.ConnectorFailureException = ConnectorFailureException$1;
2646
- exports.ConnectorTimeoutException = ConnectorTimeoutException$1;
2648
+ exports.CompositeComponentRequest$ = CompositeComponentRequest$;
2649
+ exports.CompositeComponentTypeRequest$ = CompositeComponentTypeRequest$;
2650
+ exports.CompositeComponentTypeResponse$ = CompositeComponentTypeResponse$;
2651
+ exports.CompositeComponentUpdateRequest$ = CompositeComponentUpdateRequest$;
2652
+ exports.ConflictException = ConflictException;
2653
+ exports.ConflictException$ = ConflictException$;
2654
+ exports.ConnectorFailureException = ConnectorFailureException;
2655
+ exports.ConnectorFailureException$ = ConnectorFailureException$;
2656
+ exports.ConnectorTimeoutException = ConnectorTimeoutException;
2657
+ exports.ConnectorTimeoutException$ = ConnectorTimeoutException$;
2658
+ exports.CreateComponentType$ = CreateComponentType$;
2647
2659
  exports.CreateComponentTypeCommand = CreateComponentTypeCommand;
2660
+ exports.CreateComponentTypeRequest$ = CreateComponentTypeRequest$;
2661
+ exports.CreateComponentTypeResponse$ = CreateComponentTypeResponse$;
2662
+ exports.CreateEntity$ = CreateEntity$;
2648
2663
  exports.CreateEntityCommand = CreateEntityCommand;
2664
+ exports.CreateEntityRequest$ = CreateEntityRequest$;
2665
+ exports.CreateEntityResponse$ = CreateEntityResponse$;
2666
+ exports.CreateMetadataTransferJob$ = CreateMetadataTransferJob$;
2649
2667
  exports.CreateMetadataTransferJobCommand = CreateMetadataTransferJobCommand;
2668
+ exports.CreateMetadataTransferJobRequest$ = CreateMetadataTransferJobRequest$;
2669
+ exports.CreateMetadataTransferJobResponse$ = CreateMetadataTransferJobResponse$;
2670
+ exports.CreateScene$ = CreateScene$;
2650
2671
  exports.CreateSceneCommand = CreateSceneCommand;
2672
+ exports.CreateSceneRequest$ = CreateSceneRequest$;
2673
+ exports.CreateSceneResponse$ = CreateSceneResponse$;
2674
+ exports.CreateSyncJob$ = CreateSyncJob$;
2651
2675
  exports.CreateSyncJobCommand = CreateSyncJobCommand;
2676
+ exports.CreateSyncJobRequest$ = CreateSyncJobRequest$;
2677
+ exports.CreateSyncJobResponse$ = CreateSyncJobResponse$;
2678
+ exports.CreateWorkspace$ = CreateWorkspace$;
2652
2679
  exports.CreateWorkspaceCommand = CreateWorkspaceCommand;
2680
+ exports.CreateWorkspaceRequest$ = CreateWorkspaceRequest$;
2681
+ exports.CreateWorkspaceResponse$ = CreateWorkspaceResponse$;
2682
+ exports.DataConnector$ = DataConnector$;
2683
+ exports.DataType$ = DataType$;
2684
+ exports.DataValue$ = DataValue$;
2685
+ exports.DeleteComponentType$ = DeleteComponentType$;
2653
2686
  exports.DeleteComponentTypeCommand = DeleteComponentTypeCommand;
2687
+ exports.DeleteComponentTypeRequest$ = DeleteComponentTypeRequest$;
2688
+ exports.DeleteComponentTypeResponse$ = DeleteComponentTypeResponse$;
2689
+ exports.DeleteEntity$ = DeleteEntity$;
2654
2690
  exports.DeleteEntityCommand = DeleteEntityCommand;
2691
+ exports.DeleteEntityRequest$ = DeleteEntityRequest$;
2692
+ exports.DeleteEntityResponse$ = DeleteEntityResponse$;
2693
+ exports.DeleteScene$ = DeleteScene$;
2655
2694
  exports.DeleteSceneCommand = DeleteSceneCommand;
2695
+ exports.DeleteSceneRequest$ = DeleteSceneRequest$;
2696
+ exports.DeleteSceneResponse$ = DeleteSceneResponse$;
2697
+ exports.DeleteSyncJob$ = DeleteSyncJob$;
2656
2698
  exports.DeleteSyncJobCommand = DeleteSyncJobCommand;
2699
+ exports.DeleteSyncJobRequest$ = DeleteSyncJobRequest$;
2700
+ exports.DeleteSyncJobResponse$ = DeleteSyncJobResponse$;
2701
+ exports.DeleteWorkspace$ = DeleteWorkspace$;
2657
2702
  exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;
2703
+ exports.DeleteWorkspaceRequest$ = DeleteWorkspaceRequest$;
2704
+ exports.DeleteWorkspaceResponse$ = DeleteWorkspaceResponse$;
2705
+ exports.DestinationConfiguration$ = DestinationConfiguration$;
2658
2706
  exports.DestinationType = DestinationType;
2707
+ exports.EntityPropertyReference$ = EntityPropertyReference$;
2708
+ exports.EntitySummary$ = EntitySummary$;
2659
2709
  exports.ErrorCode = ErrorCode;
2710
+ exports.ErrorDetails$ = ErrorDetails$;
2711
+ exports.ExecuteQuery$ = ExecuteQuery$;
2660
2712
  exports.ExecuteQueryCommand = ExecuteQueryCommand;
2713
+ exports.ExecuteQueryRequest$ = ExecuteQueryRequest$;
2714
+ exports.ExecuteQueryResponse$ = ExecuteQueryResponse$;
2715
+ exports.FilterByAsset$ = FilterByAsset$;
2716
+ exports.FilterByAssetModel$ = FilterByAssetModel$;
2717
+ exports.FilterByComponentType$ = FilterByComponentType$;
2718
+ exports.FilterByEntity$ = FilterByEntity$;
2719
+ exports.FunctionRequest$ = FunctionRequest$;
2720
+ exports.FunctionResponse$ = FunctionResponse$;
2721
+ exports.GetComponentType$ = GetComponentType$;
2661
2722
  exports.GetComponentTypeCommand = GetComponentTypeCommand;
2723
+ exports.GetComponentTypeRequest$ = GetComponentTypeRequest$;
2724
+ exports.GetComponentTypeResponse$ = GetComponentTypeResponse$;
2725
+ exports.GetEntity$ = GetEntity$;
2662
2726
  exports.GetEntityCommand = GetEntityCommand;
2727
+ exports.GetEntityRequest$ = GetEntityRequest$;
2728
+ exports.GetEntityResponse$ = GetEntityResponse$;
2729
+ exports.GetMetadataTransferJob$ = GetMetadataTransferJob$;
2663
2730
  exports.GetMetadataTransferJobCommand = GetMetadataTransferJobCommand;
2731
+ exports.GetMetadataTransferJobRequest$ = GetMetadataTransferJobRequest$;
2732
+ exports.GetMetadataTransferJobResponse$ = GetMetadataTransferJobResponse$;
2733
+ exports.GetPricingPlan$ = GetPricingPlan$;
2664
2734
  exports.GetPricingPlanCommand = GetPricingPlanCommand;
2735
+ exports.GetPricingPlanRequest$ = GetPricingPlanRequest$;
2736
+ exports.GetPricingPlanResponse$ = GetPricingPlanResponse$;
2737
+ exports.GetPropertyValue$ = GetPropertyValue$;
2665
2738
  exports.GetPropertyValueCommand = GetPropertyValueCommand;
2739
+ exports.GetPropertyValueHistory$ = GetPropertyValueHistory$;
2666
2740
  exports.GetPropertyValueHistoryCommand = GetPropertyValueHistoryCommand;
2741
+ exports.GetPropertyValueHistoryRequest$ = GetPropertyValueHistoryRequest$;
2742
+ exports.GetPropertyValueHistoryResponse$ = GetPropertyValueHistoryResponse$;
2743
+ exports.GetPropertyValueRequest$ = GetPropertyValueRequest$;
2744
+ exports.GetPropertyValueResponse$ = GetPropertyValueResponse$;
2745
+ exports.GetScene$ = GetScene$;
2667
2746
  exports.GetSceneCommand = GetSceneCommand;
2747
+ exports.GetSceneRequest$ = GetSceneRequest$;
2748
+ exports.GetSceneResponse$ = GetSceneResponse$;
2749
+ exports.GetSyncJob$ = GetSyncJob$;
2668
2750
  exports.GetSyncJobCommand = GetSyncJobCommand;
2751
+ exports.GetSyncJobRequest$ = GetSyncJobRequest$;
2752
+ exports.GetSyncJobResponse$ = GetSyncJobResponse$;
2753
+ exports.GetWorkspace$ = GetWorkspace$;
2669
2754
  exports.GetWorkspaceCommand = GetWorkspaceCommand;
2755
+ exports.GetWorkspaceRequest$ = GetWorkspaceRequest$;
2756
+ exports.GetWorkspaceResponse$ = GetWorkspaceResponse$;
2670
2757
  exports.GroupType = GroupType;
2671
- exports.InternalServerException = InternalServerException$1;
2758
+ exports.InternalServerException = InternalServerException;
2759
+ exports.InternalServerException$ = InternalServerException$;
2760
+ exports.InterpolationParameters$ = InterpolationParameters$;
2672
2761
  exports.InterpolationType = InterpolationType;
2673
2762
  exports.IoTTwinMaker = IoTTwinMaker;
2674
2763
  exports.IoTTwinMakerClient = IoTTwinMakerClient;
2675
- exports.IoTTwinMakerServiceException = IoTTwinMakerServiceException$1;
2764
+ exports.IoTTwinMakerServiceException = IoTTwinMakerServiceException;
2765
+ exports.IoTTwinMakerServiceException$ = IoTTwinMakerServiceException$;
2766
+ exports.IotSiteWiseSourceConfiguration$ = IotSiteWiseSourceConfiguration$;
2767
+ exports.IotSiteWiseSourceConfigurationFilter$ = IotSiteWiseSourceConfigurationFilter$;
2768
+ exports.IotTwinMakerDestinationConfiguration$ = IotTwinMakerDestinationConfiguration$;
2769
+ exports.IotTwinMakerSourceConfiguration$ = IotTwinMakerSourceConfiguration$;
2770
+ exports.IotTwinMakerSourceConfigurationFilter$ = IotTwinMakerSourceConfigurationFilter$;
2771
+ exports.LambdaFunction$ = LambdaFunction$;
2772
+ exports.ListComponentTypes$ = ListComponentTypes$;
2676
2773
  exports.ListComponentTypesCommand = ListComponentTypesCommand;
2774
+ exports.ListComponentTypesFilter$ = ListComponentTypesFilter$;
2775
+ exports.ListComponentTypesRequest$ = ListComponentTypesRequest$;
2776
+ exports.ListComponentTypesResponse$ = ListComponentTypesResponse$;
2777
+ exports.ListComponents$ = ListComponents$;
2677
2778
  exports.ListComponentsCommand = ListComponentsCommand;
2779
+ exports.ListComponentsRequest$ = ListComponentsRequest$;
2780
+ exports.ListComponentsResponse$ = ListComponentsResponse$;
2781
+ exports.ListEntities$ = ListEntities$;
2678
2782
  exports.ListEntitiesCommand = ListEntitiesCommand;
2783
+ exports.ListEntitiesFilter$ = ListEntitiesFilter$;
2784
+ exports.ListEntitiesRequest$ = ListEntitiesRequest$;
2785
+ exports.ListEntitiesResponse$ = ListEntitiesResponse$;
2786
+ exports.ListMetadataTransferJobs$ = ListMetadataTransferJobs$;
2679
2787
  exports.ListMetadataTransferJobsCommand = ListMetadataTransferJobsCommand;
2788
+ exports.ListMetadataTransferJobsFilter$ = ListMetadataTransferJobsFilter$;
2789
+ exports.ListMetadataTransferJobsRequest$ = ListMetadataTransferJobsRequest$;
2790
+ exports.ListMetadataTransferJobsResponse$ = ListMetadataTransferJobsResponse$;
2791
+ exports.ListProperties$ = ListProperties$;
2680
2792
  exports.ListPropertiesCommand = ListPropertiesCommand;
2793
+ exports.ListPropertiesRequest$ = ListPropertiesRequest$;
2794
+ exports.ListPropertiesResponse$ = ListPropertiesResponse$;
2795
+ exports.ListScenes$ = ListScenes$;
2681
2796
  exports.ListScenesCommand = ListScenesCommand;
2797
+ exports.ListScenesRequest$ = ListScenesRequest$;
2798
+ exports.ListScenesResponse$ = ListScenesResponse$;
2799
+ exports.ListSyncJobs$ = ListSyncJobs$;
2682
2800
  exports.ListSyncJobsCommand = ListSyncJobsCommand;
2801
+ exports.ListSyncJobsRequest$ = ListSyncJobsRequest$;
2802
+ exports.ListSyncJobsResponse$ = ListSyncJobsResponse$;
2803
+ exports.ListSyncResources$ = ListSyncResources$;
2683
2804
  exports.ListSyncResourcesCommand = ListSyncResourcesCommand;
2805
+ exports.ListSyncResourcesRequest$ = ListSyncResourcesRequest$;
2806
+ exports.ListSyncResourcesResponse$ = ListSyncResourcesResponse$;
2807
+ exports.ListTagsForResource$ = ListTagsForResource$;
2684
2808
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2809
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2810
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2811
+ exports.ListWorkspaces$ = ListWorkspaces$;
2685
2812
  exports.ListWorkspacesCommand = ListWorkspacesCommand;
2813
+ exports.ListWorkspacesRequest$ = ListWorkspacesRequest$;
2814
+ exports.ListWorkspacesResponse$ = ListWorkspacesResponse$;
2815
+ exports.MetadataTransferJobProgress$ = MetadataTransferJobProgress$;
2686
2816
  exports.MetadataTransferJobState = MetadataTransferJobState;
2817
+ exports.MetadataTransferJobStatus$ = MetadataTransferJobStatus$;
2818
+ exports.MetadataTransferJobSummary$ = MetadataTransferJobSummary$;
2687
2819
  exports.Order = Order;
2820
+ exports.OrderBy$ = OrderBy$;
2688
2821
  exports.OrderByTime = OrderByTime;
2822
+ exports.ParentEntityUpdateRequest$ = ParentEntityUpdateRequest$;
2689
2823
  exports.ParentEntityUpdateType = ParentEntityUpdateType;
2690
2824
  exports.PricingMode = PricingMode;
2825
+ exports.PricingPlan$ = PricingPlan$;
2691
2826
  exports.PricingTier = PricingTier;
2827
+ exports.PropertyDefinitionRequest$ = PropertyDefinitionRequest$;
2828
+ exports.PropertyDefinitionResponse$ = PropertyDefinitionResponse$;
2829
+ exports.PropertyFilter$ = PropertyFilter$;
2830
+ exports.PropertyGroupRequest$ = PropertyGroupRequest$;
2831
+ exports.PropertyGroupResponse$ = PropertyGroupResponse$;
2692
2832
  exports.PropertyGroupUpdateType = PropertyGroupUpdateType;
2833
+ exports.PropertyLatestValue$ = PropertyLatestValue$;
2834
+ exports.PropertyRequest$ = PropertyRequest$;
2835
+ exports.PropertyResponse$ = PropertyResponse$;
2836
+ exports.PropertySummary$ = PropertySummary$;
2693
2837
  exports.PropertyUpdateType = PropertyUpdateType;
2694
- exports.QueryTimeoutException = QueryTimeoutException$1;
2695
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2838
+ exports.PropertyValue$ = PropertyValue$;
2839
+ exports.PropertyValueEntry$ = PropertyValueEntry$;
2840
+ exports.PropertyValueHistory$ = PropertyValueHistory$;
2841
+ exports.QueryTimeoutException = QueryTimeoutException;
2842
+ exports.QueryTimeoutException$ = QueryTimeoutException$;
2843
+ exports.Relationship$ = Relationship$;
2844
+ exports.RelationshipValue$ = RelationshipValue$;
2845
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2846
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2847
+ exports.Row$ = Row$;
2848
+ exports.S3DestinationConfiguration$ = S3DestinationConfiguration$;
2849
+ exports.S3SourceConfiguration$ = S3SourceConfiguration$;
2850
+ exports.SceneError$ = SceneError$;
2696
2851
  exports.SceneErrorCode = SceneErrorCode;
2852
+ exports.SceneSummary$ = SceneSummary$;
2697
2853
  exports.Scope = Scope;
2698
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2854
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2855
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2856
+ exports.SourceConfiguration$ = SourceConfiguration$;
2699
2857
  exports.SourceType = SourceType;
2700
2858
  exports.State = State;
2859
+ exports.Status$ = Status$;
2701
2860
  exports.SyncJobState = SyncJobState;
2861
+ exports.SyncJobStatus$ = SyncJobStatus$;
2862
+ exports.SyncJobSummary$ = SyncJobSummary$;
2863
+ exports.SyncResourceFilter$ = SyncResourceFilter$;
2702
2864
  exports.SyncResourceState = SyncResourceState;
2865
+ exports.SyncResourceStatus$ = SyncResourceStatus$;
2866
+ exports.SyncResourceSummary$ = SyncResourceSummary$;
2703
2867
  exports.SyncResourceType = SyncResourceType;
2868
+ exports.TabularConditions$ = TabularConditions$;
2869
+ exports.TagResource$ = TagResource$;
2704
2870
  exports.TagResourceCommand = TagResourceCommand;
2705
- exports.ThrottlingException = ThrottlingException$1;
2706
- exports.TooManyTagsException = TooManyTagsException$1;
2871
+ exports.TagResourceRequest$ = TagResourceRequest$;
2872
+ exports.TagResourceResponse$ = TagResourceResponse$;
2873
+ exports.ThrottlingException = ThrottlingException;
2874
+ exports.ThrottlingException$ = ThrottlingException$;
2875
+ exports.TooManyTagsException = TooManyTagsException;
2876
+ exports.TooManyTagsException$ = TooManyTagsException$;
2707
2877
  exports.Type = Type;
2878
+ exports.UntagResource$ = UntagResource$;
2708
2879
  exports.UntagResourceCommand = UntagResourceCommand;
2880
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2881
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2882
+ exports.UpdateComponentType$ = UpdateComponentType$;
2709
2883
  exports.UpdateComponentTypeCommand = UpdateComponentTypeCommand;
2884
+ exports.UpdateComponentTypeRequest$ = UpdateComponentTypeRequest$;
2885
+ exports.UpdateComponentTypeResponse$ = UpdateComponentTypeResponse$;
2886
+ exports.UpdateEntity$ = UpdateEntity$;
2710
2887
  exports.UpdateEntityCommand = UpdateEntityCommand;
2888
+ exports.UpdateEntityRequest$ = UpdateEntityRequest$;
2889
+ exports.UpdateEntityResponse$ = UpdateEntityResponse$;
2890
+ exports.UpdatePricingPlan$ = UpdatePricingPlan$;
2711
2891
  exports.UpdatePricingPlanCommand = UpdatePricingPlanCommand;
2892
+ exports.UpdatePricingPlanRequest$ = UpdatePricingPlanRequest$;
2893
+ exports.UpdatePricingPlanResponse$ = UpdatePricingPlanResponse$;
2712
2894
  exports.UpdateReason = UpdateReason;
2895
+ exports.UpdateScene$ = UpdateScene$;
2713
2896
  exports.UpdateSceneCommand = UpdateSceneCommand;
2897
+ exports.UpdateSceneRequest$ = UpdateSceneRequest$;
2898
+ exports.UpdateSceneResponse$ = UpdateSceneResponse$;
2899
+ exports.UpdateWorkspace$ = UpdateWorkspace$;
2714
2900
  exports.UpdateWorkspaceCommand = UpdateWorkspaceCommand;
2715
- exports.ValidationException = ValidationException$1;
2901
+ exports.UpdateWorkspaceRequest$ = UpdateWorkspaceRequest$;
2902
+ exports.UpdateWorkspaceResponse$ = UpdateWorkspaceResponse$;
2903
+ exports.ValidationException = ValidationException;
2904
+ exports.ValidationException$ = ValidationException$;
2905
+ exports.WorkspaceSummary$ = WorkspaceSummary$;
2716
2906
  exports.paginateExecuteQuery = paginateExecuteQuery;
2717
2907
  exports.paginateGetPropertyValue = paginateGetPropertyValue;
2718
2908
  exports.paginateGetPropertyValueHistory = paginateGetPropertyValueHistory;