@aws-sdk/client-iotsitewise 3.848.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 +5 -5
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
ListExecutionsRequest,
|
|
10
|
+
ListExecutionsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListExecutionsCommandInput extends ListExecutionsRequest {}
|
|
15
|
+
export interface ListExecutionsCommandOutput
|
|
16
|
+
extends ListExecutionsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListExecutionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListExecutionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListExecutionsCommandInput,
|
|
23
|
+
ListExecutionsCommandOutput,
|
|
24
|
+
IoTSiteWiseClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: ListExecutionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListExecutionsCommandInput,
|
|
32
|
+
ListExecutionsCommandOutput,
|
|
33
|
+
IoTSiteWiseClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListExecutionsRequest;
|
|
43
|
+
output: ListExecutionsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListExecutionsCommandInput;
|
|
47
|
+
output: ListExecutionsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -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
|
+
UpdateComputationModelRequest,
|
|
10
|
+
UpdateComputationModelResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateComputationModelCommandInput
|
|
15
|
+
extends UpdateComputationModelRequest {}
|
|
16
|
+
export interface UpdateComputationModelCommandOutput
|
|
17
|
+
extends UpdateComputationModelResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateComputationModelCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateComputationModelCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateComputationModelCommandInput,
|
|
24
|
+
UpdateComputationModelCommandOutput,
|
|
25
|
+
IoTSiteWiseClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateComputationModelCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateComputationModelCommandInput,
|
|
33
|
+
UpdateComputationModelCommandOutput,
|
|
34
|
+
IoTSiteWiseClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateComputationModelCommand extends UpdateComputationModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateComputationModelRequest;
|
|
44
|
+
output: UpdateComputationModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateComputationModelCommandInput;
|
|
48
|
+
output: UpdateComputationModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -11,6 +11,7 @@ export * from "./CreateAssetCommand";
|
|
|
11
11
|
export * from "./CreateAssetModelCommand";
|
|
12
12
|
export * from "./CreateAssetModelCompositeModelCommand";
|
|
13
13
|
export * from "./CreateBulkImportJobCommand";
|
|
14
|
+
export * from "./CreateComputationModelCommand";
|
|
14
15
|
export * from "./CreateDashboardCommand";
|
|
15
16
|
export * from "./CreateDatasetCommand";
|
|
16
17
|
export * from "./CreateGatewayCommand";
|
|
@@ -20,6 +21,7 @@ export * from "./DeleteAccessPolicyCommand";
|
|
|
20
21
|
export * from "./DeleteAssetCommand";
|
|
21
22
|
export * from "./DeleteAssetModelCommand";
|
|
22
23
|
export * from "./DeleteAssetModelCompositeModelCommand";
|
|
24
|
+
export * from "./DeleteComputationModelCommand";
|
|
23
25
|
export * from "./DeleteDashboardCommand";
|
|
24
26
|
export * from "./DeleteDatasetCommand";
|
|
25
27
|
export * from "./DeleteGatewayCommand";
|
|
@@ -34,9 +36,12 @@ export * from "./DescribeAssetModelCommand";
|
|
|
34
36
|
export * from "./DescribeAssetModelCompositeModelCommand";
|
|
35
37
|
export * from "./DescribeAssetPropertyCommand";
|
|
36
38
|
export * from "./DescribeBulkImportJobCommand";
|
|
39
|
+
export * from "./DescribeComputationModelCommand";
|
|
40
|
+
export * from "./DescribeComputationModelExecutionSummaryCommand";
|
|
37
41
|
export * from "./DescribeDashboardCommand";
|
|
38
42
|
export * from "./DescribeDatasetCommand";
|
|
39
43
|
export * from "./DescribeDefaultEncryptionConfigurationCommand";
|
|
44
|
+
export * from "./DescribeExecutionCommand";
|
|
40
45
|
export * from "./DescribeGatewayCapabilityConfigurationCommand";
|
|
41
46
|
export * from "./DescribeGatewayCommand";
|
|
42
47
|
export * from "./DescribeLoggingOptionsCommand";
|
|
@@ -64,8 +69,12 @@ export * from "./ListAssetsCommand";
|
|
|
64
69
|
export * from "./ListAssociatedAssetsCommand";
|
|
65
70
|
export * from "./ListBulkImportJobsCommand";
|
|
66
71
|
export * from "./ListCompositionRelationshipsCommand";
|
|
72
|
+
export * from "./ListComputationModelDataBindingUsagesCommand";
|
|
73
|
+
export * from "./ListComputationModelResolveToResourcesCommand";
|
|
74
|
+
export * from "./ListComputationModelsCommand";
|
|
67
75
|
export * from "./ListDashboardsCommand";
|
|
68
76
|
export * from "./ListDatasetsCommand";
|
|
77
|
+
export * from "./ListExecutionsCommand";
|
|
69
78
|
export * from "./ListGatewaysCommand";
|
|
70
79
|
export * from "./ListPortalsCommand";
|
|
71
80
|
export * from "./ListProjectAssetsCommand";
|
|
@@ -82,6 +91,7 @@ export * from "./UpdateAssetCommand";
|
|
|
82
91
|
export * from "./UpdateAssetModelCommand";
|
|
83
92
|
export * from "./UpdateAssetModelCompositeModelCommand";
|
|
84
93
|
export * from "./UpdateAssetPropertyCommand";
|
|
94
|
+
export * from "./UpdateComputationModelCommand";
|
|
85
95
|
export * from "./UpdateDashboardCommand";
|
|
86
96
|
export * from "./UpdateDatasetCommand";
|
|
87
97
|
export * from "./UpdateGatewayCapabilityConfigurationCommand";
|
|
@@ -56,13 +56,18 @@ export interface ActionDefinition {
|
|
|
56
56
|
export interface ActionPayload {
|
|
57
57
|
stringValue: string | undefined;
|
|
58
58
|
}
|
|
59
|
-
export interface
|
|
59
|
+
export interface ResolveTo {
|
|
60
60
|
assetId: string | undefined;
|
|
61
61
|
}
|
|
62
|
+
export interface TargetResource {
|
|
63
|
+
assetId?: string | undefined;
|
|
64
|
+
computationModelId?: string | undefined;
|
|
65
|
+
}
|
|
62
66
|
export interface ActionSummary {
|
|
63
67
|
actionId?: string | undefined;
|
|
64
68
|
actionDefinitionId?: string | undefined;
|
|
65
69
|
targetResource?: TargetResource | undefined;
|
|
70
|
+
resolveTo?: ResolveTo | undefined;
|
|
66
71
|
}
|
|
67
72
|
export declare const Quality: {
|
|
68
73
|
readonly BAD: "BAD";
|
|
@@ -96,6 +101,9 @@ export interface Alarms {
|
|
|
96
101
|
alarmRoleArn: string | undefined;
|
|
97
102
|
notificationLambdaArn?: string | undefined;
|
|
98
103
|
}
|
|
104
|
+
export interface AssetBindingValueFilter {
|
|
105
|
+
assetId: string | undefined;
|
|
106
|
+
}
|
|
99
107
|
export declare const PropertyDataType: {
|
|
100
108
|
readonly BOOLEAN: "BOOLEAN";
|
|
101
109
|
readonly DOUBLE: "DOUBLE";
|
|
@@ -121,6 +129,7 @@ export interface AssetPropertyPathSegment {
|
|
|
121
129
|
}
|
|
122
130
|
export interface AssetProperty {
|
|
123
131
|
id: string | undefined;
|
|
132
|
+
externalId?: string | undefined;
|
|
124
133
|
name: string | undefined;
|
|
125
134
|
alias?: string | undefined;
|
|
126
135
|
notification?: PropertyNotification | undefined;
|
|
@@ -128,7 +137,6 @@ export interface AssetProperty {
|
|
|
128
137
|
dataTypeSpec?: string | undefined;
|
|
129
138
|
unit?: string | undefined;
|
|
130
139
|
path?: AssetPropertyPathSegment[] | undefined;
|
|
131
|
-
externalId?: string | undefined;
|
|
132
140
|
}
|
|
133
141
|
export interface AssetCompositeModel {
|
|
134
142
|
name: string | undefined;
|
|
@@ -162,13 +170,16 @@ export interface AssetErrorDetails {
|
|
|
162
170
|
}
|
|
163
171
|
export interface AssetHierarchy {
|
|
164
172
|
id?: string | undefined;
|
|
165
|
-
name: string | undefined;
|
|
166
173
|
externalId?: string | undefined;
|
|
174
|
+
name: string | undefined;
|
|
167
175
|
}
|
|
168
176
|
export interface AssetHierarchyInfo {
|
|
169
177
|
parentAssetId?: string | undefined;
|
|
170
178
|
childAssetId?: string | undefined;
|
|
171
179
|
}
|
|
180
|
+
export interface AssetModelBindingValueFilter {
|
|
181
|
+
assetModelId: string | undefined;
|
|
182
|
+
}
|
|
172
183
|
export interface AssetModelPropertyPathSegment {
|
|
173
184
|
id?: string | undefined;
|
|
174
185
|
name?: string | undefined;
|
|
@@ -296,6 +307,14 @@ export interface AssetModelHierarchyDefinition {
|
|
|
296
307
|
name: string | undefined;
|
|
297
308
|
childAssetModelId: string | undefined;
|
|
298
309
|
}
|
|
310
|
+
export interface AssetModelPropertyBindingValue {
|
|
311
|
+
assetModelId: string | undefined;
|
|
312
|
+
propertyId: string | undefined;
|
|
313
|
+
}
|
|
314
|
+
export interface AssetModelPropertyBindingValueFilter {
|
|
315
|
+
assetModelId: string | undefined;
|
|
316
|
+
propertyId: string | undefined;
|
|
317
|
+
}
|
|
299
318
|
export interface AssetModelPropertySummary {
|
|
300
319
|
id?: string | undefined;
|
|
301
320
|
externalId?: string | undefined;
|
|
@@ -365,14 +384,22 @@ export declare const AssetModelVersionType: {
|
|
|
365
384
|
};
|
|
366
385
|
export type AssetModelVersionType =
|
|
367
386
|
(typeof AssetModelVersionType)[keyof typeof AssetModelVersionType];
|
|
387
|
+
export interface AssetPropertyBindingValue {
|
|
388
|
+
assetId: string | undefined;
|
|
389
|
+
propertyId: string | undefined;
|
|
390
|
+
}
|
|
391
|
+
export interface AssetPropertyBindingValueFilter {
|
|
392
|
+
assetId: string | undefined;
|
|
393
|
+
propertyId: string | undefined;
|
|
394
|
+
}
|
|
368
395
|
export interface AssetPropertySummary {
|
|
369
396
|
id: string | undefined;
|
|
397
|
+
externalId?: string | undefined;
|
|
370
398
|
alias?: string | undefined;
|
|
371
399
|
unit?: string | undefined;
|
|
372
400
|
notification?: PropertyNotification | undefined;
|
|
373
401
|
assetCompositeModelId?: string | undefined;
|
|
374
402
|
path?: AssetPropertyPathSegment[] | undefined;
|
|
375
|
-
externalId?: string | undefined;
|
|
376
403
|
}
|
|
377
404
|
export interface TimeInNanos {
|
|
378
405
|
timeInSeconds: number | undefined;
|
|
@@ -424,6 +451,7 @@ export interface AssetStatus {
|
|
|
424
451
|
}
|
|
425
452
|
export interface AssetSummary {
|
|
426
453
|
id: string | undefined;
|
|
454
|
+
externalId?: string | undefined;
|
|
427
455
|
arn: string | undefined;
|
|
428
456
|
name: string | undefined;
|
|
429
457
|
assetModelId: string | undefined;
|
|
@@ -432,7 +460,6 @@ export interface AssetSummary {
|
|
|
432
460
|
status: AssetStatus | undefined;
|
|
433
461
|
hierarchies: AssetHierarchy[] | undefined;
|
|
434
462
|
description?: string | undefined;
|
|
435
|
-
externalId?: string | undefined;
|
|
436
463
|
}
|
|
437
464
|
export interface AssociateAssetsRequest {
|
|
438
465
|
assetId: string | undefined;
|
|
@@ -495,6 +522,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
495
522
|
}
|
|
496
523
|
export interface AssociatedAssetsSummary {
|
|
497
524
|
id: string | undefined;
|
|
525
|
+
externalId?: string | undefined;
|
|
498
526
|
arn: string | undefined;
|
|
499
527
|
name: string | undefined;
|
|
500
528
|
assetModelId: string | undefined;
|
|
@@ -503,7 +531,6 @@ export interface AssociatedAssetsSummary {
|
|
|
503
531
|
status: AssetStatus | undefined;
|
|
504
532
|
hierarchies: AssetHierarchy[] | undefined;
|
|
505
533
|
description?: string | undefined;
|
|
506
|
-
externalId?: string | undefined;
|
|
507
534
|
}
|
|
508
535
|
export interface AssociateTimeSeriesToAssetPropertyRequest {
|
|
509
536
|
alias: string | undefined;
|
|
@@ -735,11 +762,11 @@ export interface CreateAccessPolicyResponse {
|
|
|
735
762
|
export interface CreateAssetRequest {
|
|
736
763
|
assetName: string | undefined;
|
|
737
764
|
assetModelId: string | undefined;
|
|
765
|
+
assetId?: string | undefined;
|
|
766
|
+
assetExternalId?: string | undefined;
|
|
738
767
|
clientToken?: string | undefined;
|
|
739
768
|
tags?: Record<string, string> | undefined;
|
|
740
769
|
assetDescription?: string | undefined;
|
|
741
|
-
assetId?: string | undefined;
|
|
742
|
-
assetExternalId?: string | undefined;
|
|
743
770
|
}
|
|
744
771
|
export interface CreateAssetResponse {
|
|
745
772
|
assetId: string | undefined;
|
|
@@ -850,6 +877,31 @@ export interface CreateBulkImportJobResponse {
|
|
|
850
877
|
jobName: string | undefined;
|
|
851
878
|
jobStatus: JobStatus | undefined;
|
|
852
879
|
}
|
|
880
|
+
export interface ComputationModelAnomalyDetectionConfiguration {
|
|
881
|
+
inputProperties: string | undefined;
|
|
882
|
+
resultProperty: string | undefined;
|
|
883
|
+
}
|
|
884
|
+
export interface ComputationModelConfiguration {
|
|
885
|
+
anomalyDetection?: ComputationModelAnomalyDetectionConfiguration | undefined;
|
|
886
|
+
}
|
|
887
|
+
export declare const ComputationModelState: {
|
|
888
|
+
readonly ACTIVE: "ACTIVE";
|
|
889
|
+
readonly CREATING: "CREATING";
|
|
890
|
+
readonly DELETING: "DELETING";
|
|
891
|
+
readonly FAILED: "FAILED";
|
|
892
|
+
readonly UPDATING: "UPDATING";
|
|
893
|
+
};
|
|
894
|
+
export type ComputationModelState =
|
|
895
|
+
(typeof ComputationModelState)[keyof typeof ComputationModelState];
|
|
896
|
+
export interface ComputationModelStatus {
|
|
897
|
+
state: ComputationModelState | undefined;
|
|
898
|
+
error?: ErrorDetails | undefined;
|
|
899
|
+
}
|
|
900
|
+
export interface CreateComputationModelResponse {
|
|
901
|
+
computationModelId: string | undefined;
|
|
902
|
+
computationModelArn: string | undefined;
|
|
903
|
+
computationModelStatus: ComputationModelStatus | undefined;
|
|
904
|
+
}
|
|
853
905
|
export interface CreateDashboardRequest {
|
|
854
906
|
projectId: string | undefined;
|
|
855
907
|
dashboardName: string | undefined;
|
|
@@ -1046,6 +1098,13 @@ export interface DeleteAssetModelCompositeModelRequest {
|
|
|
1046
1098
|
export interface DeleteAssetModelCompositeModelResponse {
|
|
1047
1099
|
assetModelStatus: AssetModelStatus | undefined;
|
|
1048
1100
|
}
|
|
1101
|
+
export interface DeleteComputationModelRequest {
|
|
1102
|
+
computationModelId: string | undefined;
|
|
1103
|
+
clientToken?: string | undefined;
|
|
1104
|
+
}
|
|
1105
|
+
export interface DeleteComputationModelResponse {
|
|
1106
|
+
computationModelStatus: ComputationModelStatus | undefined;
|
|
1107
|
+
}
|
|
1049
1108
|
export interface DeleteDashboardRequest {
|
|
1050
1109
|
dashboardId: string | undefined;
|
|
1051
1110
|
clientToken?: string | undefined;
|
|
@@ -1100,6 +1159,7 @@ export interface DescribeActionResponse {
|
|
|
1100
1159
|
actionDefinitionId: string | undefined;
|
|
1101
1160
|
actionPayload: ActionPayload | undefined;
|
|
1102
1161
|
executionTime: Date | undefined;
|
|
1162
|
+
resolveTo?: ResolveTo | undefined;
|
|
1103
1163
|
}
|
|
1104
1164
|
export interface DescribeAssetRequest {
|
|
1105
1165
|
assetId: string | undefined;
|
|
@@ -1107,6 +1167,7 @@ export interface DescribeAssetRequest {
|
|
|
1107
1167
|
}
|
|
1108
1168
|
export interface DescribeAssetResponse {
|
|
1109
1169
|
assetId: string | undefined;
|
|
1170
|
+
assetExternalId?: string | undefined;
|
|
1110
1171
|
assetArn: string | undefined;
|
|
1111
1172
|
assetName: string | undefined;
|
|
1112
1173
|
assetModelId: string | undefined;
|
|
@@ -1118,7 +1179,6 @@ export interface DescribeAssetResponse {
|
|
|
1118
1179
|
assetStatus: AssetStatus | undefined;
|
|
1119
1180
|
assetDescription?: string | undefined;
|
|
1120
1181
|
assetCompositeModelSummaries?: AssetCompositeModelSummary[] | undefined;
|
|
1121
|
-
assetExternalId?: string | undefined;
|
|
1122
1182
|
}
|
|
1123
1183
|
export interface DescribeAssetCompositeModelRequest {
|
|
1124
1184
|
assetId: string | undefined;
|
|
@@ -1194,6 +1254,7 @@ export interface DescribeAssetPropertyRequest {
|
|
|
1194
1254
|
}
|
|
1195
1255
|
export interface Property {
|
|
1196
1256
|
id: string | undefined;
|
|
1257
|
+
externalId?: string | undefined;
|
|
1197
1258
|
name: string | undefined;
|
|
1198
1259
|
alias?: string | undefined;
|
|
1199
1260
|
notification?: PropertyNotification | undefined;
|
|
@@ -1201,7 +1262,6 @@ export interface Property {
|
|
|
1201
1262
|
unit?: string | undefined;
|
|
1202
1263
|
type?: PropertyType | undefined;
|
|
1203
1264
|
path?: AssetPropertyPathSegment[] | undefined;
|
|
1204
|
-
externalId?: string | undefined;
|
|
1205
1265
|
}
|
|
1206
1266
|
export interface CompositeModelProperty {
|
|
1207
1267
|
name: string | undefined;
|
|
@@ -1212,11 +1272,11 @@ export interface CompositeModelProperty {
|
|
|
1212
1272
|
}
|
|
1213
1273
|
export interface DescribeAssetPropertyResponse {
|
|
1214
1274
|
assetId: string | undefined;
|
|
1275
|
+
assetExternalId?: string | undefined;
|
|
1215
1276
|
assetName: string | undefined;
|
|
1216
1277
|
assetModelId: string | undefined;
|
|
1217
1278
|
assetProperty?: Property | undefined;
|
|
1218
1279
|
compositeModel?: CompositeModelProperty | undefined;
|
|
1219
|
-
assetExternalId?: string | undefined;
|
|
1220
1280
|
}
|
|
1221
1281
|
export interface DescribeBulkImportJobRequest {
|
|
1222
1282
|
jobId: string | undefined;
|
|
@@ -1234,6 +1294,24 @@ export interface DescribeBulkImportJobResponse {
|
|
|
1234
1294
|
adaptiveIngestion?: boolean | undefined;
|
|
1235
1295
|
deleteFilesAfterImport?: boolean | undefined;
|
|
1236
1296
|
}
|
|
1297
|
+
export interface DescribeComputationModelRequest {
|
|
1298
|
+
computationModelId: string | undefined;
|
|
1299
|
+
}
|
|
1300
|
+
export declare const ResolveToResourceType: {
|
|
1301
|
+
readonly ASSET: "ASSET";
|
|
1302
|
+
};
|
|
1303
|
+
export type ResolveToResourceType =
|
|
1304
|
+
(typeof ResolveToResourceType)[keyof typeof ResolveToResourceType];
|
|
1305
|
+
export interface DescribeComputationModelExecutionSummaryRequest {
|
|
1306
|
+
computationModelId: string | undefined;
|
|
1307
|
+
resolveToResourceType?: ResolveToResourceType | undefined;
|
|
1308
|
+
resolveToResourceId?: string | undefined;
|
|
1309
|
+
}
|
|
1310
|
+
export interface DescribeComputationModelExecutionSummaryResponse {
|
|
1311
|
+
computationModelId: string | undefined;
|
|
1312
|
+
resolveTo?: ResolveTo | undefined;
|
|
1313
|
+
computationModelExecutionSummary: Record<string, string> | undefined;
|
|
1314
|
+
}
|
|
1237
1315
|
export interface DescribeDashboardRequest {
|
|
1238
1316
|
dashboardId: string | undefined;
|
|
1239
1317
|
}
|
|
@@ -1288,6 +1366,32 @@ export interface DescribeDefaultEncryptionConfigurationResponse {
|
|
|
1288
1366
|
kmsKeyArn?: string | undefined;
|
|
1289
1367
|
configurationStatus: ConfigurationStatus | undefined;
|
|
1290
1368
|
}
|
|
1369
|
+
export interface DescribeExecutionRequest {
|
|
1370
|
+
executionId: string | undefined;
|
|
1371
|
+
}
|
|
1372
|
+
export declare const ExecutionState: {
|
|
1373
|
+
readonly COMPLETED: "COMPLETED";
|
|
1374
|
+
readonly FAILED: "FAILED";
|
|
1375
|
+
readonly RUNNING: "RUNNING";
|
|
1376
|
+
};
|
|
1377
|
+
export type ExecutionState =
|
|
1378
|
+
(typeof ExecutionState)[keyof typeof ExecutionState];
|
|
1379
|
+
export interface ExecutionStatus {
|
|
1380
|
+
state: ExecutionState | undefined;
|
|
1381
|
+
}
|
|
1382
|
+
export interface DescribeExecutionResponse {
|
|
1383
|
+
executionId: string | undefined;
|
|
1384
|
+
actionType?: string | undefined;
|
|
1385
|
+
targetResource: TargetResource | undefined;
|
|
1386
|
+
targetResourceVersion: string | undefined;
|
|
1387
|
+
resolveTo?: ResolveTo | undefined;
|
|
1388
|
+
executionStartTime: Date | undefined;
|
|
1389
|
+
executionEndTime?: Date | undefined;
|
|
1390
|
+
executionStatus: ExecutionStatus | undefined;
|
|
1391
|
+
executionResult?: Record<string, string> | undefined;
|
|
1392
|
+
executionDetails?: Record<string, string> | undefined;
|
|
1393
|
+
executionEntityVersion?: string | undefined;
|
|
1394
|
+
}
|
|
1291
1395
|
export interface DescribeGatewayRequest {
|
|
1292
1396
|
gatewayId: string | undefined;
|
|
1293
1397
|
}
|
|
@@ -1451,6 +1555,7 @@ export interface ExecuteActionRequest {
|
|
|
1451
1555
|
actionDefinitionId: string | undefined;
|
|
1452
1556
|
actionPayload: ActionPayload | undefined;
|
|
1453
1557
|
clientToken?: string | undefined;
|
|
1558
|
+
resolveTo?: ResolveTo | undefined;
|
|
1454
1559
|
}
|
|
1455
1560
|
export interface ExecuteActionResponse {
|
|
1456
1561
|
actionId: string | undefined;
|
|
@@ -1736,126 +1841,6 @@ export interface InvokeAssistantResponse {
|
|
|
1736
1841
|
body: AsyncIterable<ResponseStream> | undefined;
|
|
1737
1842
|
conversationId: string | undefined;
|
|
1738
1843
|
}
|
|
1739
|
-
export declare const IdentityType: {
|
|
1740
|
-
readonly GROUP: "GROUP";
|
|
1741
|
-
readonly IAM: "IAM";
|
|
1742
|
-
readonly USER: "USER";
|
|
1743
|
-
};
|
|
1744
|
-
export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
|
|
1745
|
-
export declare const ResourceType: {
|
|
1746
|
-
readonly PORTAL: "PORTAL";
|
|
1747
|
-
readonly PROJECT: "PROJECT";
|
|
1748
|
-
};
|
|
1749
|
-
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
1750
|
-
export interface ListAccessPoliciesRequest {
|
|
1751
|
-
identityType?: IdentityType | undefined;
|
|
1752
|
-
identityId?: string | undefined;
|
|
1753
|
-
resourceType?: ResourceType | undefined;
|
|
1754
|
-
resourceId?: string | undefined;
|
|
1755
|
-
iamArn?: string | undefined;
|
|
1756
|
-
nextToken?: string | undefined;
|
|
1757
|
-
maxResults?: number | undefined;
|
|
1758
|
-
}
|
|
1759
|
-
export interface ListAccessPoliciesResponse {
|
|
1760
|
-
accessPolicySummaries: AccessPolicySummary[] | undefined;
|
|
1761
|
-
nextToken?: string | undefined;
|
|
1762
|
-
}
|
|
1763
|
-
export declare const TargetResourceType: {
|
|
1764
|
-
readonly ASSET: "ASSET";
|
|
1765
|
-
};
|
|
1766
|
-
export type TargetResourceType =
|
|
1767
|
-
(typeof TargetResourceType)[keyof typeof TargetResourceType];
|
|
1768
|
-
export interface ListActionsRequest {
|
|
1769
|
-
targetResourceType: TargetResourceType | undefined;
|
|
1770
|
-
targetResourceId: string | undefined;
|
|
1771
|
-
nextToken?: string | undefined;
|
|
1772
|
-
maxResults?: number | undefined;
|
|
1773
|
-
}
|
|
1774
|
-
export interface ListActionsResponse {
|
|
1775
|
-
actionSummaries: ActionSummary[] | undefined;
|
|
1776
|
-
nextToken: string | undefined;
|
|
1777
|
-
}
|
|
1778
|
-
export interface ListAssetModelCompositeModelsRequest {
|
|
1779
|
-
assetModelId: string | undefined;
|
|
1780
|
-
nextToken?: string | undefined;
|
|
1781
|
-
maxResults?: number | undefined;
|
|
1782
|
-
assetModelVersion?: string | undefined;
|
|
1783
|
-
}
|
|
1784
|
-
export interface ListAssetModelCompositeModelsResponse {
|
|
1785
|
-
assetModelCompositeModelSummaries:
|
|
1786
|
-
| AssetModelCompositeModelSummary[]
|
|
1787
|
-
| undefined;
|
|
1788
|
-
nextToken?: string | undefined;
|
|
1789
|
-
}
|
|
1790
|
-
export declare const ListAssetModelPropertiesFilter: {
|
|
1791
|
-
readonly ALL: "ALL";
|
|
1792
|
-
readonly BASE: "BASE";
|
|
1793
|
-
};
|
|
1794
|
-
export type ListAssetModelPropertiesFilter =
|
|
1795
|
-
(typeof ListAssetModelPropertiesFilter)[keyof typeof ListAssetModelPropertiesFilter];
|
|
1796
|
-
export interface ListAssetModelPropertiesRequest {
|
|
1797
|
-
assetModelId: string | undefined;
|
|
1798
|
-
nextToken?: string | undefined;
|
|
1799
|
-
maxResults?: number | undefined;
|
|
1800
|
-
filter?: ListAssetModelPropertiesFilter | undefined;
|
|
1801
|
-
assetModelVersion?: string | undefined;
|
|
1802
|
-
}
|
|
1803
|
-
export interface ListAssetModelPropertiesResponse {
|
|
1804
|
-
assetModelPropertySummaries: AssetModelPropertySummary[] | undefined;
|
|
1805
|
-
nextToken?: string | undefined;
|
|
1806
|
-
}
|
|
1807
|
-
export interface ListAssetModelsRequest {
|
|
1808
|
-
assetModelTypes?: AssetModelType[] | undefined;
|
|
1809
|
-
nextToken?: string | undefined;
|
|
1810
|
-
maxResults?: number | undefined;
|
|
1811
|
-
assetModelVersion?: string | undefined;
|
|
1812
|
-
}
|
|
1813
|
-
export interface ListAssetModelsResponse {
|
|
1814
|
-
assetModelSummaries: AssetModelSummary[] | undefined;
|
|
1815
|
-
nextToken?: string | undefined;
|
|
1816
|
-
}
|
|
1817
|
-
export declare const ListAssetPropertiesFilter: {
|
|
1818
|
-
readonly ALL: "ALL";
|
|
1819
|
-
readonly BASE: "BASE";
|
|
1820
|
-
};
|
|
1821
|
-
export type ListAssetPropertiesFilter =
|
|
1822
|
-
(typeof ListAssetPropertiesFilter)[keyof typeof ListAssetPropertiesFilter];
|
|
1823
|
-
export interface ListAssetPropertiesRequest {
|
|
1824
|
-
assetId: string | undefined;
|
|
1825
|
-
nextToken?: string | undefined;
|
|
1826
|
-
maxResults?: number | undefined;
|
|
1827
|
-
filter?: ListAssetPropertiesFilter | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface ListAssetPropertiesResponse {
|
|
1830
|
-
assetPropertySummaries: AssetPropertySummary[] | undefined;
|
|
1831
|
-
nextToken?: string | undefined;
|
|
1832
|
-
}
|
|
1833
|
-
export declare const TraversalType: {
|
|
1834
|
-
readonly PATH_TO_ROOT: "PATH_TO_ROOT";
|
|
1835
|
-
};
|
|
1836
|
-
export type TraversalType = (typeof TraversalType)[keyof typeof TraversalType];
|
|
1837
|
-
export interface ListAssetRelationshipsRequest {
|
|
1838
|
-
assetId: string | undefined;
|
|
1839
|
-
traversalType: TraversalType | undefined;
|
|
1840
|
-
nextToken?: string | undefined;
|
|
1841
|
-
maxResults?: number | undefined;
|
|
1842
|
-
}
|
|
1843
|
-
export interface ListAssetRelationshipsResponse {
|
|
1844
|
-
assetRelationshipSummaries: AssetRelationshipSummary[] | undefined;
|
|
1845
|
-
nextToken?: string | undefined;
|
|
1846
|
-
}
|
|
1847
|
-
export declare const ListAssetsFilter: {
|
|
1848
|
-
readonly ALL: "ALL";
|
|
1849
|
-
readonly TOP_LEVEL: "TOP_LEVEL";
|
|
1850
|
-
};
|
|
1851
|
-
export type ListAssetsFilter =
|
|
1852
|
-
(typeof ListAssetsFilter)[keyof typeof ListAssetsFilter];
|
|
1853
|
-
export interface ListAssetsRequest {
|
|
1854
|
-
nextToken?: string | undefined;
|
|
1855
|
-
maxResults?: number | undefined;
|
|
1856
|
-
assetModelId?: string | undefined;
|
|
1857
|
-
filter?: ListAssetsFilter | undefined;
|
|
1858
|
-
}
|
|
1859
1844
|
export declare const CreatePortalRequestFilterSensitiveLog: (
|
|
1860
1845
|
obj: CreatePortalRequest
|
|
1861
1846
|
) => any;
|