@aws-sdk/client-iottwinmaker 3.489.0 → 3.495.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 (66) hide show
  1. package/dist-cjs/IoTTwinMaker.js +1 -91
  2. package/dist-cjs/IoTTwinMakerClient.js +1 -43
  3. package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +1 -28
  4. package/dist-cjs/commands/CancelMetadataTransferJobCommand.js +1 -28
  5. package/dist-cjs/commands/CreateComponentTypeCommand.js +1 -28
  6. package/dist-cjs/commands/CreateEntityCommand.js +1 -28
  7. package/dist-cjs/commands/CreateMetadataTransferJobCommand.js +1 -28
  8. package/dist-cjs/commands/CreateSceneCommand.js +1 -28
  9. package/dist-cjs/commands/CreateSyncJobCommand.js +1 -28
  10. package/dist-cjs/commands/CreateWorkspaceCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteComponentTypeCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteEntityCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteSceneCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteSyncJobCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteWorkspaceCommand.js +1 -28
  16. package/dist-cjs/commands/ExecuteQueryCommand.js +1 -28
  17. package/dist-cjs/commands/GetComponentTypeCommand.js +1 -28
  18. package/dist-cjs/commands/GetEntityCommand.js +1 -28
  19. package/dist-cjs/commands/GetMetadataTransferJobCommand.js +1 -28
  20. package/dist-cjs/commands/GetPricingPlanCommand.js +1 -28
  21. package/dist-cjs/commands/GetPropertyValueCommand.js +1 -28
  22. package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +1 -28
  23. package/dist-cjs/commands/GetSceneCommand.js +1 -28
  24. package/dist-cjs/commands/GetSyncJobCommand.js +1 -28
  25. package/dist-cjs/commands/GetWorkspaceCommand.js +1 -28
  26. package/dist-cjs/commands/ListComponentTypesCommand.js +1 -28
  27. package/dist-cjs/commands/ListComponentsCommand.js +1 -28
  28. package/dist-cjs/commands/ListEntitiesCommand.js +1 -28
  29. package/dist-cjs/commands/ListMetadataTransferJobsCommand.js +1 -28
  30. package/dist-cjs/commands/ListPropertiesCommand.js +1 -28
  31. package/dist-cjs/commands/ListScenesCommand.js +1 -28
  32. package/dist-cjs/commands/ListSyncJobsCommand.js +1 -28
  33. package/dist-cjs/commands/ListSyncResourcesCommand.js +1 -28
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  35. package/dist-cjs/commands/ListWorkspacesCommand.js +1 -28
  36. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  37. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  38. package/dist-cjs/commands/UpdateComponentTypeCommand.js +1 -28
  39. package/dist-cjs/commands/UpdateEntityCommand.js +1 -28
  40. package/dist-cjs/commands/UpdatePricingPlanCommand.js +1 -28
  41. package/dist-cjs/commands/UpdateSceneCommand.js +1 -28
  42. package/dist-cjs/commands/UpdateWorkspaceCommand.js +1 -28
  43. package/dist-cjs/commands/index.js +1 -43
  44. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  45. package/dist-cjs/extensionConfiguration.js +1 -2
  46. package/dist-cjs/index.js +5102 -11
  47. package/dist-cjs/models/IoTTwinMakerServiceException.js +1 -12
  48. package/dist-cjs/models/index.js +1 -4
  49. package/dist-cjs/models/models_0.js +1 -343
  50. package/dist-cjs/pagination/ExecuteQueryPaginator.js +1 -7
  51. package/dist-cjs/pagination/GetPropertyValueHistoryPaginator.js +1 -7
  52. package/dist-cjs/pagination/GetPropertyValuePaginator.js +1 -7
  53. package/dist-cjs/pagination/Interfaces.js +1 -2
  54. package/dist-cjs/pagination/ListComponentTypesPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListComponentsPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListEntitiesPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListMetadataTransferJobsPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListPropertiesPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListScenesPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListSyncJobsPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListSyncResourcesPaginator.js +1 -7
  62. package/dist-cjs/pagination/ListWorkspacesPaginator.js +1 -7
  63. package/dist-cjs/pagination/index.js +1 -16
  64. package/dist-cjs/protocols/Aws_restJson1.js +1 -3690
  65. package/dist-cjs/runtimeExtensions.js +1 -22
  66. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTTwinMakerServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class IoTTwinMakerServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, IoTTwinMakerServiceException.prototype);
10
- }
11
- }
12
- exports.IoTTwinMakerServiceException = IoTTwinMakerServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,343 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ParentEntityUpdateType = exports.ComponentUpdateType = exports.TooManyTagsException = exports.SyncResourceFilter = exports.SyncResourceState = exports.SyncResourceType = exports.ListMetadataTransferJobsFilter = exports.ListEntitiesFilter = exports.ListComponentTypesFilter = exports.SceneErrorCode = exports.OrderByTime = exports.InterpolationType = exports.Order = exports.ConnectorTimeoutException = exports.ConnectorFailureException = exports.UpdateReason = exports.PricingMode = exports.PricingTier = exports.QueryTimeoutException = exports.ColumnType = exports.SyncJobState = exports.SourceType = exports.IotTwinMakerSourceConfigurationFilter = exports.IotSiteWiseSourceConfigurationFilter = exports.DestinationType = exports.PropertyGroupUpdateType = exports.PropertyUpdateType = exports.ServiceQuotaExceededException = exports.State = exports.GroupType = exports.Type = exports.Scope = exports.ConflictException = exports.MetadataTransferJobState = exports.ErrorCode = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.AccessDeniedException = void 0;
4
- const IoTTwinMakerServiceException_1 = require("./IoTTwinMakerServiceException");
5
- class AccessDeniedException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
6
- constructor(opts) {
7
- super({
8
- name: "AccessDeniedException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- this.name = "AccessDeniedException";
13
- this.$fault = "client";
14
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
- }
16
- }
17
- exports.AccessDeniedException = AccessDeniedException;
18
- class InternalServerException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
19
- constructor(opts) {
20
- super({
21
- name: "InternalServerException",
22
- $fault: "server",
23
- ...opts,
24
- });
25
- this.name = "InternalServerException";
26
- this.$fault = "server";
27
- Object.setPrototypeOf(this, InternalServerException.prototype);
28
- }
29
- }
30
- exports.InternalServerException = InternalServerException;
31
- class ResourceNotFoundException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
32
- constructor(opts) {
33
- super({
34
- name: "ResourceNotFoundException",
35
- $fault: "client",
36
- ...opts,
37
- });
38
- this.name = "ResourceNotFoundException";
39
- this.$fault = "client";
40
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
41
- }
42
- }
43
- exports.ResourceNotFoundException = ResourceNotFoundException;
44
- class ThrottlingException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
45
- constructor(opts) {
46
- super({
47
- name: "ThrottlingException",
48
- $fault: "client",
49
- ...opts,
50
- });
51
- this.name = "ThrottlingException";
52
- this.$fault = "client";
53
- Object.setPrototypeOf(this, ThrottlingException.prototype);
54
- }
55
- }
56
- exports.ThrottlingException = ThrottlingException;
57
- class ValidationException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
58
- constructor(opts) {
59
- super({
60
- name: "ValidationException",
61
- $fault: "client",
62
- ...opts,
63
- });
64
- this.name = "ValidationException";
65
- this.$fault = "client";
66
- Object.setPrototypeOf(this, ValidationException.prototype);
67
- }
68
- }
69
- exports.ValidationException = ValidationException;
70
- exports.ErrorCode = {
71
- COMPOSITE_COMPONENT_FAILURE: "COMPOSITE_COMPONENT_FAILURE",
72
- INTERNAL_FAILURE: "INTERNAL_FAILURE",
73
- PROCESSING_ERROR: "PROCESSING_ERROR",
74
- SYNC_CREATING_ERROR: "SYNC_CREATING_ERROR",
75
- SYNC_DELETING_ERROR: "SYNC_DELETING_ERROR",
76
- SYNC_INITIALIZING_ERROR: "SYNC_INITIALIZING_ERROR",
77
- SYNC_PROCESSING_ERROR: "SYNC_PROCESSING_ERROR",
78
- VALIDATION_ERROR: "VALIDATION_ERROR",
79
- };
80
- exports.MetadataTransferJobState = {
81
- CANCELLED: "CANCELLED",
82
- CANCELLING: "CANCELLING",
83
- COMPLETED: "COMPLETED",
84
- ERROR: "ERROR",
85
- PENDING: "PENDING",
86
- RUNNING: "RUNNING",
87
- VALIDATING: "VALIDATING",
88
- };
89
- class ConflictException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
90
- constructor(opts) {
91
- super({
92
- name: "ConflictException",
93
- $fault: "client",
94
- ...opts,
95
- });
96
- this.name = "ConflictException";
97
- this.$fault = "client";
98
- Object.setPrototypeOf(this, ConflictException.prototype);
99
- }
100
- }
101
- exports.ConflictException = ConflictException;
102
- exports.Scope = {
103
- ENTITY: "ENTITY",
104
- WORKSPACE: "WORKSPACE",
105
- };
106
- exports.Type = {
107
- BOOLEAN: "BOOLEAN",
108
- DOUBLE: "DOUBLE",
109
- INTEGER: "INTEGER",
110
- LIST: "LIST",
111
- LONG: "LONG",
112
- MAP: "MAP",
113
- RELATIONSHIP: "RELATIONSHIP",
114
- STRING: "STRING",
115
- };
116
- exports.GroupType = {
117
- TABULAR: "TABULAR",
118
- };
119
- exports.State = {
120
- ACTIVE: "ACTIVE",
121
- CREATING: "CREATING",
122
- DELETING: "DELETING",
123
- ERROR: "ERROR",
124
- UPDATING: "UPDATING",
125
- };
126
- class ServiceQuotaExceededException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
127
- constructor(opts) {
128
- super({
129
- name: "ServiceQuotaExceededException",
130
- $fault: "client",
131
- ...opts,
132
- });
133
- this.name = "ServiceQuotaExceededException";
134
- this.$fault = "client";
135
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
136
- }
137
- }
138
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
139
- exports.PropertyUpdateType = {
140
- CREATE: "CREATE",
141
- DELETE: "DELETE",
142
- UPDATE: "UPDATE",
143
- };
144
- exports.PropertyGroupUpdateType = {
145
- CREATE: "CREATE",
146
- DELETE: "DELETE",
147
- UPDATE: "UPDATE",
148
- };
149
- exports.DestinationType = {
150
- IOTSITEWISE: "iotsitewise",
151
- IOTTWINMAKER: "iottwinmaker",
152
- S3: "s3",
153
- };
154
- var IotSiteWiseSourceConfigurationFilter;
155
- (function (IotSiteWiseSourceConfigurationFilter) {
156
- IotSiteWiseSourceConfigurationFilter.visit = (value, visitor) => {
157
- if (value.filterByAssetModel !== undefined)
158
- return visitor.filterByAssetModel(value.filterByAssetModel);
159
- if (value.filterByAsset !== undefined)
160
- return visitor.filterByAsset(value.filterByAsset);
161
- return visitor._(value.$unknown[0], value.$unknown[1]);
162
- };
163
- })(IotSiteWiseSourceConfigurationFilter = exports.IotSiteWiseSourceConfigurationFilter || (exports.IotSiteWiseSourceConfigurationFilter = {}));
164
- var IotTwinMakerSourceConfigurationFilter;
165
- (function (IotTwinMakerSourceConfigurationFilter) {
166
- IotTwinMakerSourceConfigurationFilter.visit = (value, visitor) => {
167
- if (value.filterByComponentType !== undefined)
168
- return visitor.filterByComponentType(value.filterByComponentType);
169
- if (value.filterByEntity !== undefined)
170
- return visitor.filterByEntity(value.filterByEntity);
171
- return visitor._(value.$unknown[0], value.$unknown[1]);
172
- };
173
- })(IotTwinMakerSourceConfigurationFilter = exports.IotTwinMakerSourceConfigurationFilter || (exports.IotTwinMakerSourceConfigurationFilter = {}));
174
- exports.SourceType = {
175
- IOTSITEWISE: "iotsitewise",
176
- IOTTWINMAKER: "iottwinmaker",
177
- S3: "s3",
178
- };
179
- exports.SyncJobState = {
180
- ACTIVE: "ACTIVE",
181
- CREATING: "CREATING",
182
- DELETING: "DELETING",
183
- ERROR: "ERROR",
184
- INITIALIZING: "INITIALIZING",
185
- };
186
- exports.ColumnType = {
187
- EDGE: "EDGE",
188
- NODE: "NODE",
189
- VALUE: "VALUE",
190
- };
191
- class QueryTimeoutException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
192
- constructor(opts) {
193
- super({
194
- name: "QueryTimeoutException",
195
- $fault: "client",
196
- ...opts,
197
- });
198
- this.name = "QueryTimeoutException";
199
- this.$fault = "client";
200
- this.$retryable = {};
201
- Object.setPrototypeOf(this, QueryTimeoutException.prototype);
202
- }
203
- }
204
- exports.QueryTimeoutException = QueryTimeoutException;
205
- exports.PricingTier = {
206
- TIER_1: "TIER_1",
207
- TIER_2: "TIER_2",
208
- TIER_3: "TIER_3",
209
- TIER_4: "TIER_4",
210
- };
211
- exports.PricingMode = {
212
- BASIC: "BASIC",
213
- STANDARD: "STANDARD",
214
- TIERED_BUNDLE: "TIERED_BUNDLE",
215
- };
216
- exports.UpdateReason = {
217
- DEFAULT: "DEFAULT",
218
- ENTITY_COUNT_UPDATE: "ENTITY_COUNT_UPDATE",
219
- OVERWRITTEN: "OVERWRITTEN",
220
- PRICING_MODE_UPDATE: "PRICING_MODE_UPDATE",
221
- PRICING_TIER_UPDATE: "PRICING_TIER_UPDATE",
222
- };
223
- class ConnectorFailureException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
224
- constructor(opts) {
225
- super({
226
- name: "ConnectorFailureException",
227
- $fault: "client",
228
- ...opts,
229
- });
230
- this.name = "ConnectorFailureException";
231
- this.$fault = "client";
232
- Object.setPrototypeOf(this, ConnectorFailureException.prototype);
233
- }
234
- }
235
- exports.ConnectorFailureException = ConnectorFailureException;
236
- class ConnectorTimeoutException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
237
- constructor(opts) {
238
- super({
239
- name: "ConnectorTimeoutException",
240
- $fault: "client",
241
- ...opts,
242
- });
243
- this.name = "ConnectorTimeoutException";
244
- this.$fault = "client";
245
- Object.setPrototypeOf(this, ConnectorTimeoutException.prototype);
246
- }
247
- }
248
- exports.ConnectorTimeoutException = ConnectorTimeoutException;
249
- exports.Order = {
250
- ASCENDING: "ASCENDING",
251
- DESCENDING: "DESCENDING",
252
- };
253
- exports.InterpolationType = {
254
- LINEAR: "LINEAR",
255
- };
256
- exports.OrderByTime = {
257
- ASCENDING: "ASCENDING",
258
- DESCENDING: "DESCENDING",
259
- };
260
- exports.SceneErrorCode = {
261
- MATTERPORT_ERROR: "MATTERPORT_ERROR",
262
- };
263
- var ListComponentTypesFilter;
264
- (function (ListComponentTypesFilter) {
265
- ListComponentTypesFilter.visit = (value, visitor) => {
266
- if (value.extendsFrom !== undefined)
267
- return visitor.extendsFrom(value.extendsFrom);
268
- if (value.namespace !== undefined)
269
- return visitor.namespace(value.namespace);
270
- if (value.isAbstract !== undefined)
271
- return visitor.isAbstract(value.isAbstract);
272
- return visitor._(value.$unknown[0], value.$unknown[1]);
273
- };
274
- })(ListComponentTypesFilter = exports.ListComponentTypesFilter || (exports.ListComponentTypesFilter = {}));
275
- var ListEntitiesFilter;
276
- (function (ListEntitiesFilter) {
277
- ListEntitiesFilter.visit = (value, visitor) => {
278
- if (value.parentEntityId !== undefined)
279
- return visitor.parentEntityId(value.parentEntityId);
280
- if (value.componentTypeId !== undefined)
281
- return visitor.componentTypeId(value.componentTypeId);
282
- if (value.externalId !== undefined)
283
- return visitor.externalId(value.externalId);
284
- return visitor._(value.$unknown[0], value.$unknown[1]);
285
- };
286
- })(ListEntitiesFilter = exports.ListEntitiesFilter || (exports.ListEntitiesFilter = {}));
287
- var ListMetadataTransferJobsFilter;
288
- (function (ListMetadataTransferJobsFilter) {
289
- ListMetadataTransferJobsFilter.visit = (value, visitor) => {
290
- if (value.workspaceId !== undefined)
291
- return visitor.workspaceId(value.workspaceId);
292
- if (value.state !== undefined)
293
- return visitor.state(value.state);
294
- return visitor._(value.$unknown[0], value.$unknown[1]);
295
- };
296
- })(ListMetadataTransferJobsFilter = exports.ListMetadataTransferJobsFilter || (exports.ListMetadataTransferJobsFilter = {}));
297
- exports.SyncResourceType = {
298
- COMPONENT_TYPE: "COMPONENT_TYPE",
299
- ENTITY: "ENTITY",
300
- };
301
- exports.SyncResourceState = {
302
- DELETED: "DELETED",
303
- ERROR: "ERROR",
304
- INITIALIZING: "INITIALIZING",
305
- IN_SYNC: "IN_SYNC",
306
- PROCESSING: "PROCESSING",
307
- };
308
- var SyncResourceFilter;
309
- (function (SyncResourceFilter) {
310
- SyncResourceFilter.visit = (value, visitor) => {
311
- if (value.state !== undefined)
312
- return visitor.state(value.state);
313
- if (value.resourceType !== undefined)
314
- return visitor.resourceType(value.resourceType);
315
- if (value.resourceId !== undefined)
316
- return visitor.resourceId(value.resourceId);
317
- if (value.externalId !== undefined)
318
- return visitor.externalId(value.externalId);
319
- return visitor._(value.$unknown[0], value.$unknown[1]);
320
- };
321
- })(SyncResourceFilter = exports.SyncResourceFilter || (exports.SyncResourceFilter = {}));
322
- class TooManyTagsException extends IoTTwinMakerServiceException_1.IoTTwinMakerServiceException {
323
- constructor(opts) {
324
- super({
325
- name: "TooManyTagsException",
326
- $fault: "client",
327
- ...opts,
328
- });
329
- this.name = "TooManyTagsException";
330
- this.$fault = "client";
331
- Object.setPrototypeOf(this, TooManyTagsException.prototype);
332
- }
333
- }
334
- exports.TooManyTagsException = TooManyTagsException;
335
- exports.ComponentUpdateType = {
336
- CREATE: "CREATE",
337
- DELETE: "DELETE",
338
- UPDATE: "UPDATE",
339
- };
340
- exports.ParentEntityUpdateType = {
341
- DELETE: "DELETE",
342
- UPDATE: "UPDATE",
343
- };
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateExecuteQuery = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ExecuteQueryCommand_1 = require("../commands/ExecuteQueryCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateExecuteQuery = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, ExecuteQueryCommand_1.ExecuteQueryCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetPropertyValueHistory = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetPropertyValueHistoryCommand_1 = require("../commands/GetPropertyValueHistoryCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateGetPropertyValueHistory = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, GetPropertyValueHistoryCommand_1.GetPropertyValueHistoryCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetPropertyValue = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetPropertyValueCommand_1 = require("../commands/GetPropertyValueCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateGetPropertyValue = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, GetPropertyValueCommand_1.GetPropertyValueCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListComponentTypes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListComponentTypesCommand_1 = require("../commands/ListComponentTypesCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateListComponentTypes = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, ListComponentTypesCommand_1.ListComponentTypesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListComponents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListComponentsCommand_1 = require("../commands/ListComponentsCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateListComponents = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, ListComponentsCommand_1.ListComponentsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEntities = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEntitiesCommand_1 = require("../commands/ListEntitiesCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateListEntities = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, ListEntitiesCommand_1.ListEntitiesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListMetadataTransferJobs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListMetadataTransferJobsCommand_1 = require("../commands/ListMetadataTransferJobsCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateListMetadataTransferJobs = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, ListMetadataTransferJobsCommand_1.ListMetadataTransferJobsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListProperties = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPropertiesCommand_1 = require("../commands/ListPropertiesCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateListProperties = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, ListPropertiesCommand_1.ListPropertiesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListScenes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListScenesCommand_1 = require("../commands/ListScenesCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateListScenes = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, ListScenesCommand_1.ListScenesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSyncJobs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSyncJobsCommand_1 = require("../commands/ListSyncJobsCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateListSyncJobs = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, ListSyncJobsCommand_1.ListSyncJobsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSyncResources = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSyncResourcesCommand_1 = require("../commands/ListSyncResourcesCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateListSyncResources = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, ListSyncResourcesCommand_1.ListSyncResourcesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListWorkspaces = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListWorkspacesCommand_1 = require("../commands/ListWorkspacesCommand");
6
- const IoTTwinMakerClient_1 = require("../IoTTwinMakerClient");
7
- exports.paginateListWorkspaces = (0, core_1.createPaginator)(IoTTwinMakerClient_1.IoTTwinMakerClient, ListWorkspacesCommand_1.ListWorkspacesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,16 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./ExecuteQueryPaginator"), exports);
5
- tslib_1.__exportStar(require("./GetPropertyValueHistoryPaginator"), exports);
6
- tslib_1.__exportStar(require("./GetPropertyValuePaginator"), exports);
7
- tslib_1.__exportStar(require("./Interfaces"), exports);
8
- tslib_1.__exportStar(require("./ListComponentTypesPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListComponentsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListEntitiesPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListMetadataTransferJobsPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListPropertiesPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListScenesPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListSyncJobsPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListSyncResourcesPaginator"), exports);
16
- tslib_1.__exportStar(require("./ListWorkspacesPaginator"), exports);
1
+ module.exports = require("../index.js");