@aws-sdk/client-iotsitewise 3.846.0 → 3.855.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -0
- package/dist-cjs/index.js +749 -35
- package/dist-es/IoTSiteWise.js +20 -0
- package/dist-es/commands/CreateComputationModelCommand.js +22 -0
- package/dist-es/commands/DeleteComputationModelCommand.js +22 -0
- package/dist-es/commands/DescribeComputationModelCommand.js +22 -0
- package/dist-es/commands/DescribeComputationModelExecutionSummaryCommand.js +22 -0
- package/dist-es/commands/DescribeExecutionCommand.js +22 -0
- package/dist-es/commands/ListComputationModelDataBindingUsagesCommand.js +22 -0
- package/dist-es/commands/ListComputationModelResolveToResourcesCommand.js +22 -0
- package/dist-es/commands/ListComputationModelsCommand.js +22 -0
- package/dist-es/commands/ListExecutionsCommand.js +22 -0
- package/dist-es/commands/UpdateComputationModelCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +15 -27
- package/dist-es/models/models_1.js +31 -0
- package/dist-es/pagination/ListComputationModelDataBindingUsagesPaginator.js +4 -0
- package/dist-es/pagination/ListComputationModelResolveToResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListComputationModelsPaginator.js +4 -0
- package/dist-es/pagination/ListExecutionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +482 -0
- package/dist-types/IoTSiteWise.d.ts +71 -0
- package/dist-types/IoTSiteWiseClient.d.ts +12 -2
- package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -3
- package/dist-types/commands/CreateAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +14 -3
- package/dist-types/commands/CreateComputationModelCommand.d.ts +154 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreatePortalCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteComputationModelCommand.d.ts +105 -0
- package/dist-types/commands/DescribeActionCommand.d.ts +5 -1
- package/dist-types/commands/DescribeAssetCommand.d.ts +4 -4
- package/dist-types/commands/DescribeAssetCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeComputationModelCommand.d.ts +148 -0
- package/dist-types/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +96 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +109 -0
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +18 -5
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExecuteActionCommand.d.ts +6 -2
- package/dist-types/commands/InvokeAssistantCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +8 -2
- package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +3 -4
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +2 -2
- package/dist-types/commands/ListComputationModelDataBindingUsagesCommand.d.ts +126 -0
- package/dist-types/commands/ListComputationModelResolveToResourcesCommand.d.ts +97 -0
- package/dist-types/commands/ListComputationModelsCommand.d.ts +112 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +114 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputationModelCommand.d.ts +149 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +21 -6
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +521 -596
- package/dist-types/models/models_1.d.ts +1095 -45
- package/dist-types/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputationModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +189 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateComputationModelCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteComputationModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeComputationModelCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListComputationModelDataBindingUsagesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputationModelResolveToResourcesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputationModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateComputationModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +116 -131
- package/dist-types/ts3.4/models/models_1.d.ts +279 -1
- package/dist-types/ts3.4/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputationModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
- package/package.json +6 -6
|
@@ -102,6 +102,10 @@ import {
|
|
|
102
102
|
CreateBulkImportJobCommandInput,
|
|
103
103
|
CreateBulkImportJobCommandOutput,
|
|
104
104
|
} from "./commands/CreateBulkImportJobCommand";
|
|
105
|
+
import {
|
|
106
|
+
CreateComputationModelCommandInput,
|
|
107
|
+
CreateComputationModelCommandOutput,
|
|
108
|
+
} from "./commands/CreateComputationModelCommand";
|
|
105
109
|
import {
|
|
106
110
|
CreateDashboardCommandInput,
|
|
107
111
|
CreateDashboardCommandOutput,
|
|
@@ -138,6 +142,10 @@ import {
|
|
|
138
142
|
DeleteAssetModelCompositeModelCommandInput,
|
|
139
143
|
DeleteAssetModelCompositeModelCommandOutput,
|
|
140
144
|
} from "./commands/DeleteAssetModelCompositeModelCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteComputationModelCommandInput,
|
|
147
|
+
DeleteComputationModelCommandOutput,
|
|
148
|
+
} from "./commands/DeleteComputationModelCommand";
|
|
141
149
|
import {
|
|
142
150
|
DeleteDashboardCommandInput,
|
|
143
151
|
DeleteDashboardCommandOutput,
|
|
@@ -194,6 +202,14 @@ import {
|
|
|
194
202
|
DescribeBulkImportJobCommandInput,
|
|
195
203
|
DescribeBulkImportJobCommandOutput,
|
|
196
204
|
} from "./commands/DescribeBulkImportJobCommand";
|
|
205
|
+
import {
|
|
206
|
+
DescribeComputationModelCommandInput,
|
|
207
|
+
DescribeComputationModelCommandOutput,
|
|
208
|
+
} from "./commands/DescribeComputationModelCommand";
|
|
209
|
+
import {
|
|
210
|
+
DescribeComputationModelExecutionSummaryCommandInput,
|
|
211
|
+
DescribeComputationModelExecutionSummaryCommandOutput,
|
|
212
|
+
} from "./commands/DescribeComputationModelExecutionSummaryCommand";
|
|
197
213
|
import {
|
|
198
214
|
DescribeDashboardCommandInput,
|
|
199
215
|
DescribeDashboardCommandOutput,
|
|
@@ -206,6 +222,10 @@ import {
|
|
|
206
222
|
DescribeDefaultEncryptionConfigurationCommandInput,
|
|
207
223
|
DescribeDefaultEncryptionConfigurationCommandOutput,
|
|
208
224
|
} from "./commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
225
|
+
import {
|
|
226
|
+
DescribeExecutionCommandInput,
|
|
227
|
+
DescribeExecutionCommandOutput,
|
|
228
|
+
} from "./commands/DescribeExecutionCommand";
|
|
209
229
|
import {
|
|
210
230
|
DescribeGatewayCapabilityConfigurationCommandInput,
|
|
211
231
|
DescribeGatewayCapabilityConfigurationCommandOutput,
|
|
@@ -314,6 +334,18 @@ import {
|
|
|
314
334
|
ListCompositionRelationshipsCommandInput,
|
|
315
335
|
ListCompositionRelationshipsCommandOutput,
|
|
316
336
|
} from "./commands/ListCompositionRelationshipsCommand";
|
|
337
|
+
import {
|
|
338
|
+
ListComputationModelDataBindingUsagesCommandInput,
|
|
339
|
+
ListComputationModelDataBindingUsagesCommandOutput,
|
|
340
|
+
} from "./commands/ListComputationModelDataBindingUsagesCommand";
|
|
341
|
+
import {
|
|
342
|
+
ListComputationModelResolveToResourcesCommandInput,
|
|
343
|
+
ListComputationModelResolveToResourcesCommandOutput,
|
|
344
|
+
} from "./commands/ListComputationModelResolveToResourcesCommand";
|
|
345
|
+
import {
|
|
346
|
+
ListComputationModelsCommandInput,
|
|
347
|
+
ListComputationModelsCommandOutput,
|
|
348
|
+
} from "./commands/ListComputationModelsCommand";
|
|
317
349
|
import {
|
|
318
350
|
ListDashboardsCommandInput,
|
|
319
351
|
ListDashboardsCommandOutput,
|
|
@@ -322,6 +354,10 @@ import {
|
|
|
322
354
|
ListDatasetsCommandInput,
|
|
323
355
|
ListDatasetsCommandOutput,
|
|
324
356
|
} from "./commands/ListDatasetsCommand";
|
|
357
|
+
import {
|
|
358
|
+
ListExecutionsCommandInput,
|
|
359
|
+
ListExecutionsCommandOutput,
|
|
360
|
+
} from "./commands/ListExecutionsCommand";
|
|
325
361
|
import {
|
|
326
362
|
ListGatewaysCommandInput,
|
|
327
363
|
ListGatewaysCommandOutput,
|
|
@@ -386,6 +422,10 @@ import {
|
|
|
386
422
|
UpdateAssetPropertyCommandInput,
|
|
387
423
|
UpdateAssetPropertyCommandOutput,
|
|
388
424
|
} from "./commands/UpdateAssetPropertyCommand";
|
|
425
|
+
import {
|
|
426
|
+
UpdateComputationModelCommandInput,
|
|
427
|
+
UpdateComputationModelCommandOutput,
|
|
428
|
+
} from "./commands/UpdateComputationModelCommand";
|
|
389
429
|
import {
|
|
390
430
|
UpdateDashboardCommandInput,
|
|
391
431
|
UpdateDashboardCommandOutput,
|
|
@@ -431,6 +471,7 @@ export type ServiceInputTypes =
|
|
|
431
471
|
| CreateAssetModelCommandInput
|
|
432
472
|
| CreateAssetModelCompositeModelCommandInput
|
|
433
473
|
| CreateBulkImportJobCommandInput
|
|
474
|
+
| CreateComputationModelCommandInput
|
|
434
475
|
| CreateDashboardCommandInput
|
|
435
476
|
| CreateDatasetCommandInput
|
|
436
477
|
| CreateGatewayCommandInput
|
|
@@ -440,6 +481,7 @@ export type ServiceInputTypes =
|
|
|
440
481
|
| DeleteAssetCommandInput
|
|
441
482
|
| DeleteAssetModelCommandInput
|
|
442
483
|
| DeleteAssetModelCompositeModelCommandInput
|
|
484
|
+
| DeleteComputationModelCommandInput
|
|
443
485
|
| DeleteDashboardCommandInput
|
|
444
486
|
| DeleteDatasetCommandInput
|
|
445
487
|
| DeleteGatewayCommandInput
|
|
@@ -454,9 +496,12 @@ export type ServiceInputTypes =
|
|
|
454
496
|
| DescribeAssetModelCompositeModelCommandInput
|
|
455
497
|
| DescribeAssetPropertyCommandInput
|
|
456
498
|
| DescribeBulkImportJobCommandInput
|
|
499
|
+
| DescribeComputationModelCommandInput
|
|
500
|
+
| DescribeComputationModelExecutionSummaryCommandInput
|
|
457
501
|
| DescribeDashboardCommandInput
|
|
458
502
|
| DescribeDatasetCommandInput
|
|
459
503
|
| DescribeDefaultEncryptionConfigurationCommandInput
|
|
504
|
+
| DescribeExecutionCommandInput
|
|
460
505
|
| DescribeGatewayCapabilityConfigurationCommandInput
|
|
461
506
|
| DescribeGatewayCommandInput
|
|
462
507
|
| DescribeLoggingOptionsCommandInput
|
|
@@ -484,8 +529,12 @@ export type ServiceInputTypes =
|
|
|
484
529
|
| ListAssociatedAssetsCommandInput
|
|
485
530
|
| ListBulkImportJobsCommandInput
|
|
486
531
|
| ListCompositionRelationshipsCommandInput
|
|
532
|
+
| ListComputationModelDataBindingUsagesCommandInput
|
|
533
|
+
| ListComputationModelResolveToResourcesCommandInput
|
|
534
|
+
| ListComputationModelsCommandInput
|
|
487
535
|
| ListDashboardsCommandInput
|
|
488
536
|
| ListDatasetsCommandInput
|
|
537
|
+
| ListExecutionsCommandInput
|
|
489
538
|
| ListGatewaysCommandInput
|
|
490
539
|
| ListPortalsCommandInput
|
|
491
540
|
| ListProjectAssetsCommandInput
|
|
@@ -502,6 +551,7 @@ export type ServiceInputTypes =
|
|
|
502
551
|
| UpdateAssetModelCommandInput
|
|
503
552
|
| UpdateAssetModelCompositeModelCommandInput
|
|
504
553
|
| UpdateAssetPropertyCommandInput
|
|
554
|
+
| UpdateComputationModelCommandInput
|
|
505
555
|
| UpdateDashboardCommandInput
|
|
506
556
|
| UpdateDatasetCommandInput
|
|
507
557
|
| UpdateGatewayCapabilityConfigurationCommandInput
|
|
@@ -522,6 +572,7 @@ export type ServiceOutputTypes =
|
|
|
522
572
|
| CreateAssetModelCommandOutput
|
|
523
573
|
| CreateAssetModelCompositeModelCommandOutput
|
|
524
574
|
| CreateBulkImportJobCommandOutput
|
|
575
|
+
| CreateComputationModelCommandOutput
|
|
525
576
|
| CreateDashboardCommandOutput
|
|
526
577
|
| CreateDatasetCommandOutput
|
|
527
578
|
| CreateGatewayCommandOutput
|
|
@@ -531,6 +582,7 @@ export type ServiceOutputTypes =
|
|
|
531
582
|
| DeleteAssetCommandOutput
|
|
532
583
|
| DeleteAssetModelCommandOutput
|
|
533
584
|
| DeleteAssetModelCompositeModelCommandOutput
|
|
585
|
+
| DeleteComputationModelCommandOutput
|
|
534
586
|
| DeleteDashboardCommandOutput
|
|
535
587
|
| DeleteDatasetCommandOutput
|
|
536
588
|
| DeleteGatewayCommandOutput
|
|
@@ -545,9 +597,12 @@ export type ServiceOutputTypes =
|
|
|
545
597
|
| DescribeAssetModelCompositeModelCommandOutput
|
|
546
598
|
| DescribeAssetPropertyCommandOutput
|
|
547
599
|
| DescribeBulkImportJobCommandOutput
|
|
600
|
+
| DescribeComputationModelCommandOutput
|
|
601
|
+
| DescribeComputationModelExecutionSummaryCommandOutput
|
|
548
602
|
| DescribeDashboardCommandOutput
|
|
549
603
|
| DescribeDatasetCommandOutput
|
|
550
604
|
| DescribeDefaultEncryptionConfigurationCommandOutput
|
|
605
|
+
| DescribeExecutionCommandOutput
|
|
551
606
|
| DescribeGatewayCapabilityConfigurationCommandOutput
|
|
552
607
|
| DescribeGatewayCommandOutput
|
|
553
608
|
| DescribeLoggingOptionsCommandOutput
|
|
@@ -575,8 +630,12 @@ export type ServiceOutputTypes =
|
|
|
575
630
|
| ListAssociatedAssetsCommandOutput
|
|
576
631
|
| ListBulkImportJobsCommandOutput
|
|
577
632
|
| ListCompositionRelationshipsCommandOutput
|
|
633
|
+
| ListComputationModelDataBindingUsagesCommandOutput
|
|
634
|
+
| ListComputationModelResolveToResourcesCommandOutput
|
|
635
|
+
| ListComputationModelsCommandOutput
|
|
578
636
|
| ListDashboardsCommandOutput
|
|
579
637
|
| ListDatasetsCommandOutput
|
|
638
|
+
| ListExecutionsCommandOutput
|
|
580
639
|
| ListGatewaysCommandOutput
|
|
581
640
|
| ListPortalsCommandOutput
|
|
582
641
|
| ListProjectAssetsCommandOutput
|
|
@@ -593,6 +652,7 @@ export type ServiceOutputTypes =
|
|
|
593
652
|
| UpdateAssetModelCommandOutput
|
|
594
653
|
| UpdateAssetModelCompositeModelCommandOutput
|
|
595
654
|
| UpdateAssetPropertyCommandOutput
|
|
655
|
+
| UpdateComputationModelCommandOutput
|
|
596
656
|
| UpdateDashboardCommandOutput
|
|
597
657
|
| UpdateDatasetCommandOutput
|
|
598
658
|
| UpdateGatewayCapabilityConfigurationCommandOutput
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import { CreateComputationModelResponse } from "../models/models_0";
|
|
9
|
+
import { CreateComputationModelRequest } from "../models/models_1";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface CreateComputationModelCommandInput
|
|
13
|
+
extends CreateComputationModelRequest {}
|
|
14
|
+
export interface CreateComputationModelCommandOutput
|
|
15
|
+
extends CreateComputationModelResponse,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const CreateComputationModelCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateComputationModelCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateComputationModelCommandInput,
|
|
22
|
+
CreateComputationModelCommandOutput,
|
|
23
|
+
IoTSiteWiseClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
input: CreateComputationModelCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateComputationModelCommandInput,
|
|
31
|
+
CreateComputationModelCommandOutput,
|
|
32
|
+
IoTSiteWiseClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class CreateComputationModelCommand extends CreateComputationModelCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: CreateComputationModelRequest;
|
|
42
|
+
output: CreateComputationModelResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: CreateComputationModelCommandInput;
|
|
46
|
+
output: CreateComputationModelCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteComputationModelRequest,
|
|
10
|
+
DeleteComputationModelResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteComputationModelCommandInput
|
|
15
|
+
extends DeleteComputationModelRequest {}
|
|
16
|
+
export interface DeleteComputationModelCommandOutput
|
|
17
|
+
extends DeleteComputationModelResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteComputationModelCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteComputationModelCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteComputationModelCommandInput,
|
|
24
|
+
DeleteComputationModelCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteComputationModelCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteComputationModelCommandInput,
|
|
33
|
+
DeleteComputationModelCommandOutput,
|
|
34
|
+
IoTSiteWiseClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteComputationModelCommand extends DeleteComputationModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteComputationModelRequest;
|
|
44
|
+
output: DeleteComputationModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteComputationModelCommandInput;
|
|
48
|
+
output: DeleteComputationModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import { DescribeComputationModelRequest } from "../models/models_0";
|
|
9
|
+
import { DescribeComputationModelResponse } from "../models/models_1";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface DescribeComputationModelCommandInput
|
|
13
|
+
extends DescribeComputationModelRequest {}
|
|
14
|
+
export interface DescribeComputationModelCommandOutput
|
|
15
|
+
extends DescribeComputationModelResponse,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const DescribeComputationModelCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DescribeComputationModelCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DescribeComputationModelCommandInput,
|
|
22
|
+
DescribeComputationModelCommandOutput,
|
|
23
|
+
IoTSiteWiseClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
input: DescribeComputationModelCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeComputationModelCommandInput,
|
|
31
|
+
DescribeComputationModelCommandOutput,
|
|
32
|
+
IoTSiteWiseClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class DescribeComputationModelCommand extends DescribeComputationModelCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: DescribeComputationModelRequest;
|
|
42
|
+
output: DescribeComputationModelResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: DescribeComputationModelCommandInput;
|
|
46
|
+
output: DescribeComputationModelCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeComputationModelExecutionSummaryRequest,
|
|
10
|
+
DescribeComputationModelExecutionSummaryResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeComputationModelExecutionSummaryCommandInput
|
|
15
|
+
extends DescribeComputationModelExecutionSummaryRequest {}
|
|
16
|
+
export interface DescribeComputationModelExecutionSummaryCommandOutput
|
|
17
|
+
extends DescribeComputationModelExecutionSummaryResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeComputationModelExecutionSummaryCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeComputationModelExecutionSummaryCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeComputationModelExecutionSummaryCommandInput,
|
|
24
|
+
DescribeComputationModelExecutionSummaryCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeComputationModelExecutionSummaryCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeComputationModelExecutionSummaryCommandInput,
|
|
33
|
+
DescribeComputationModelExecutionSummaryCommandOutput,
|
|
34
|
+
IoTSiteWiseClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeComputationModelExecutionSummaryCommand extends DescribeComputationModelExecutionSummaryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeComputationModelExecutionSummaryRequest;
|
|
44
|
+
output: DescribeComputationModelExecutionSummaryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeComputationModelExecutionSummaryCommandInput;
|
|
48
|
+
output: DescribeComputationModelExecutionSummaryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeExecutionRequest,
|
|
10
|
+
DescribeExecutionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeExecutionCommandInput
|
|
15
|
+
extends DescribeExecutionRequest {}
|
|
16
|
+
export interface DescribeExecutionCommandOutput
|
|
17
|
+
extends DescribeExecutionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeExecutionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeExecutionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeExecutionCommandInput,
|
|
24
|
+
DescribeExecutionCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeExecutionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeExecutionCommandInput,
|
|
33
|
+
DescribeExecutionCommandOutput,
|
|
34
|
+
IoTSiteWiseClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeExecutionRequest;
|
|
44
|
+
output: DescribeExecutionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeExecutionCommandInput;
|
|
48
|
+
output: DescribeExecutionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import { ListActionsRequest, ListActionsResponse } from "../models/
|
|
8
|
+
import { ListActionsRequest, ListActionsResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListActionsCommandInput extends ListActionsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListAssetModelCompositeModelsRequest,
|
|
10
10
|
ListAssetModelCompositeModelsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListAssetModelCompositeModelsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListAssetModelPropertiesRequest,
|
|
10
10
|
ListAssetModelPropertiesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListAssetModelPropertiesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListAssetModelsRequest,
|
|
10
10
|
ListAssetModelsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListAssetModelsCommandInput extends ListAssetModelsRequest {}
|
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IoTSiteWiseClient";
|
|
8
|
-
import { ListAssetsRequest } from "../models/
|
|
9
|
-
import { ListAssetsResponse } from "../models/models_1";
|
|
8
|
+
import { ListAssetsRequest, ListAssetsResponse } from "../models/models_1";
|
|
10
9
|
export { __MetadataBearer };
|
|
11
10
|
export { $Command };
|
|
12
11
|
export interface ListAssetsCommandInput extends ListAssetsRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import {
|
|
9
|
+
ListComputationModelDataBindingUsagesRequest,
|
|
10
|
+
ListComputationModelDataBindingUsagesResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListComputationModelDataBindingUsagesCommandInput
|
|
15
|
+
extends ListComputationModelDataBindingUsagesRequest {}
|
|
16
|
+
export interface ListComputationModelDataBindingUsagesCommandOutput
|
|
17
|
+
extends ListComputationModelDataBindingUsagesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListComputationModelDataBindingUsagesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListComputationModelDataBindingUsagesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListComputationModelDataBindingUsagesCommandInput,
|
|
24
|
+
ListComputationModelDataBindingUsagesCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListComputationModelDataBindingUsagesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListComputationModelDataBindingUsagesCommandInput,
|
|
33
|
+
ListComputationModelDataBindingUsagesCommandOutput,
|
|
34
|
+
IoTSiteWiseClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListComputationModelDataBindingUsagesCommand extends ListComputationModelDataBindingUsagesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListComputationModelDataBindingUsagesRequest;
|
|
44
|
+
output: ListComputationModelDataBindingUsagesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListComputationModelDataBindingUsagesCommandInput;
|
|
48
|
+
output: ListComputationModelDataBindingUsagesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import {
|
|
9
|
+
ListComputationModelResolveToResourcesRequest,
|
|
10
|
+
ListComputationModelResolveToResourcesResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListComputationModelResolveToResourcesCommandInput
|
|
15
|
+
extends ListComputationModelResolveToResourcesRequest {}
|
|
16
|
+
export interface ListComputationModelResolveToResourcesCommandOutput
|
|
17
|
+
extends ListComputationModelResolveToResourcesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListComputationModelResolveToResourcesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListComputationModelResolveToResourcesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListComputationModelResolveToResourcesCommandInput,
|
|
24
|
+
ListComputationModelResolveToResourcesCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListComputationModelResolveToResourcesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListComputationModelResolveToResourcesCommandInput,
|
|
33
|
+
ListComputationModelResolveToResourcesCommandOutput,
|
|
34
|
+
IoTSiteWiseClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListComputationModelResolveToResourcesCommand extends ListComputationModelResolveToResourcesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListComputationModelResolveToResourcesRequest;
|
|
44
|
+
output: ListComputationModelResolveToResourcesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListComputationModelResolveToResourcesCommandInput;
|
|
48
|
+
output: ListComputationModelResolveToResourcesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTSiteWiseClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTSiteWiseClient";
|
|
8
|
+
import {
|
|
9
|
+
ListComputationModelsRequest,
|
|
10
|
+
ListComputationModelsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListComputationModelsCommandInput
|
|
15
|
+
extends ListComputationModelsRequest {}
|
|
16
|
+
export interface ListComputationModelsCommandOutput
|
|
17
|
+
extends ListComputationModelsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListComputationModelsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListComputationModelsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListComputationModelsCommandInput,
|
|
24
|
+
ListComputationModelsCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListComputationModelsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListComputationModelsCommandInput,
|
|
33
|
+
ListComputationModelsCommandOutput,
|
|
34
|
+
IoTSiteWiseClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListComputationModelsCommand extends ListComputationModelsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListComputationModelsRequest;
|
|
44
|
+
output: ListComputationModelsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListComputationModelsCommandInput;
|
|
48
|
+
output: ListComputationModelsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|