@aws-sdk/client-iotsitewise 3.848.0 → 3.856.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
|
@@ -1,24 +1,42 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { IoTSiteWiseServiceException as __BaseException } from "./IoTSiteWiseServiceException";
|
|
3
3
|
import {
|
|
4
|
+
AccessPolicySummary,
|
|
5
|
+
ActionDefinition,
|
|
6
|
+
ActionSummary,
|
|
4
7
|
Alarms,
|
|
8
|
+
AssetBindingValueFilter,
|
|
9
|
+
AssetModelBindingValueFilter,
|
|
5
10
|
AssetModelCompositeModel,
|
|
6
11
|
AssetModelCompositeModelPathSegment,
|
|
12
|
+
AssetModelCompositeModelSummary,
|
|
7
13
|
AssetModelHierarchy,
|
|
8
14
|
AssetModelProperty,
|
|
15
|
+
AssetModelPropertyBindingValue,
|
|
16
|
+
AssetModelPropertyBindingValueFilter,
|
|
17
|
+
AssetModelPropertySummary,
|
|
9
18
|
AssetModelStatus,
|
|
19
|
+
AssetModelSummary,
|
|
20
|
+
AssetModelType,
|
|
10
21
|
AssetModelVersionType,
|
|
22
|
+
AssetPropertyBindingValue,
|
|
23
|
+
AssetPropertyBindingValueFilter,
|
|
24
|
+
AssetPropertySummary,
|
|
25
|
+
AssetRelationshipSummary,
|
|
11
26
|
AssetStatus,
|
|
12
27
|
AssetSummary,
|
|
13
28
|
AssociatedAssetsSummary,
|
|
14
29
|
CapabilitySyncStatus,
|
|
15
30
|
ColumnInfo,
|
|
31
|
+
ComputationModelConfiguration,
|
|
32
|
+
ComputationModelStatus,
|
|
16
33
|
ConfigurationStatus,
|
|
17
34
|
DatasetSource,
|
|
18
35
|
DatasetSourceType,
|
|
19
36
|
DatasetStatus,
|
|
20
37
|
DisassociatedDataStorageState,
|
|
21
38
|
EncryptionType,
|
|
39
|
+
ExecutionStatus,
|
|
22
40
|
GatewayCapabilitySummary,
|
|
23
41
|
GatewayPlatform,
|
|
24
42
|
Identity,
|
|
@@ -32,12 +50,138 @@ import {
|
|
|
32
50
|
PortalTypeEntry,
|
|
33
51
|
PropertyDataType,
|
|
34
52
|
PropertyNotificationState,
|
|
53
|
+
ResolveTo,
|
|
54
|
+
ResolveToResourceType,
|
|
35
55
|
Resource,
|
|
36
56
|
RetentionPeriod,
|
|
37
57
|
StorageType,
|
|
58
|
+
TargetResource,
|
|
38
59
|
WarmTierRetentionPeriod,
|
|
39
60
|
WarmTierState,
|
|
40
61
|
} from "./models_0";
|
|
62
|
+
export declare const IdentityType: {
|
|
63
|
+
readonly GROUP: "GROUP";
|
|
64
|
+
readonly IAM: "IAM";
|
|
65
|
+
readonly USER: "USER";
|
|
66
|
+
};
|
|
67
|
+
export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
|
|
68
|
+
export declare const ResourceType: {
|
|
69
|
+
readonly PORTAL: "PORTAL";
|
|
70
|
+
readonly PROJECT: "PROJECT";
|
|
71
|
+
};
|
|
72
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
73
|
+
export interface ListAccessPoliciesRequest {
|
|
74
|
+
identityType?: IdentityType | undefined;
|
|
75
|
+
identityId?: string | undefined;
|
|
76
|
+
resourceType?: ResourceType | undefined;
|
|
77
|
+
resourceId?: string | undefined;
|
|
78
|
+
iamArn?: string | undefined;
|
|
79
|
+
nextToken?: string | undefined;
|
|
80
|
+
maxResults?: number | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface ListAccessPoliciesResponse {
|
|
83
|
+
accessPolicySummaries: AccessPolicySummary[] | undefined;
|
|
84
|
+
nextToken?: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
export declare const TargetResourceType: {
|
|
87
|
+
readonly ASSET: "ASSET";
|
|
88
|
+
readonly COMPUTATION_MODEL: "COMPUTATION_MODEL";
|
|
89
|
+
};
|
|
90
|
+
export type TargetResourceType =
|
|
91
|
+
(typeof TargetResourceType)[keyof typeof TargetResourceType];
|
|
92
|
+
export interface ListActionsRequest {
|
|
93
|
+
targetResourceType: TargetResourceType | undefined;
|
|
94
|
+
targetResourceId: string | undefined;
|
|
95
|
+
nextToken?: string | undefined;
|
|
96
|
+
maxResults?: number | undefined;
|
|
97
|
+
resolveToResourceType?: ResolveToResourceType | undefined;
|
|
98
|
+
resolveToResourceId?: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface ListActionsResponse {
|
|
101
|
+
actionSummaries: ActionSummary[] | undefined;
|
|
102
|
+
nextToken: string | undefined;
|
|
103
|
+
}
|
|
104
|
+
export interface ListAssetModelCompositeModelsRequest {
|
|
105
|
+
assetModelId: string | undefined;
|
|
106
|
+
nextToken?: string | undefined;
|
|
107
|
+
maxResults?: number | undefined;
|
|
108
|
+
assetModelVersion?: string | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface ListAssetModelCompositeModelsResponse {
|
|
111
|
+
assetModelCompositeModelSummaries:
|
|
112
|
+
| AssetModelCompositeModelSummary[]
|
|
113
|
+
| undefined;
|
|
114
|
+
nextToken?: string | undefined;
|
|
115
|
+
}
|
|
116
|
+
export declare const ListAssetModelPropertiesFilter: {
|
|
117
|
+
readonly ALL: "ALL";
|
|
118
|
+
readonly BASE: "BASE";
|
|
119
|
+
};
|
|
120
|
+
export type ListAssetModelPropertiesFilter =
|
|
121
|
+
(typeof ListAssetModelPropertiesFilter)[keyof typeof ListAssetModelPropertiesFilter];
|
|
122
|
+
export interface ListAssetModelPropertiesRequest {
|
|
123
|
+
assetModelId: string | undefined;
|
|
124
|
+
nextToken?: string | undefined;
|
|
125
|
+
maxResults?: number | undefined;
|
|
126
|
+
filter?: ListAssetModelPropertiesFilter | undefined;
|
|
127
|
+
assetModelVersion?: string | undefined;
|
|
128
|
+
}
|
|
129
|
+
export interface ListAssetModelPropertiesResponse {
|
|
130
|
+
assetModelPropertySummaries: AssetModelPropertySummary[] | undefined;
|
|
131
|
+
nextToken?: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface ListAssetModelsRequest {
|
|
134
|
+
assetModelTypes?: AssetModelType[] | undefined;
|
|
135
|
+
nextToken?: string | undefined;
|
|
136
|
+
maxResults?: number | undefined;
|
|
137
|
+
assetModelVersion?: string | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface ListAssetModelsResponse {
|
|
140
|
+
assetModelSummaries: AssetModelSummary[] | undefined;
|
|
141
|
+
nextToken?: string | undefined;
|
|
142
|
+
}
|
|
143
|
+
export declare const ListAssetPropertiesFilter: {
|
|
144
|
+
readonly ALL: "ALL";
|
|
145
|
+
readonly BASE: "BASE";
|
|
146
|
+
};
|
|
147
|
+
export type ListAssetPropertiesFilter =
|
|
148
|
+
(typeof ListAssetPropertiesFilter)[keyof typeof ListAssetPropertiesFilter];
|
|
149
|
+
export interface ListAssetPropertiesRequest {
|
|
150
|
+
assetId: string | undefined;
|
|
151
|
+
nextToken?: string | undefined;
|
|
152
|
+
maxResults?: number | undefined;
|
|
153
|
+
filter?: ListAssetPropertiesFilter | undefined;
|
|
154
|
+
}
|
|
155
|
+
export interface ListAssetPropertiesResponse {
|
|
156
|
+
assetPropertySummaries: AssetPropertySummary[] | undefined;
|
|
157
|
+
nextToken?: string | undefined;
|
|
158
|
+
}
|
|
159
|
+
export declare const TraversalType: {
|
|
160
|
+
readonly PATH_TO_ROOT: "PATH_TO_ROOT";
|
|
161
|
+
};
|
|
162
|
+
export type TraversalType = (typeof TraversalType)[keyof typeof TraversalType];
|
|
163
|
+
export interface ListAssetRelationshipsRequest {
|
|
164
|
+
assetId: string | undefined;
|
|
165
|
+
traversalType: TraversalType | undefined;
|
|
166
|
+
nextToken?: string | undefined;
|
|
167
|
+
maxResults?: number | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface ListAssetRelationshipsResponse {
|
|
170
|
+
assetRelationshipSummaries: AssetRelationshipSummary[] | undefined;
|
|
171
|
+
nextToken?: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export declare const ListAssetsFilter: {
|
|
174
|
+
readonly ALL: "ALL";
|
|
175
|
+
readonly TOP_LEVEL: "TOP_LEVEL";
|
|
176
|
+
};
|
|
177
|
+
export type ListAssetsFilter =
|
|
178
|
+
(typeof ListAssetsFilter)[keyof typeof ListAssetsFilter];
|
|
179
|
+
export interface ListAssetsRequest {
|
|
180
|
+
nextToken?: string | undefined;
|
|
181
|
+
maxResults?: number | undefined;
|
|
182
|
+
assetModelId?: string | undefined;
|
|
183
|
+
filter?: ListAssetsFilter | undefined;
|
|
184
|
+
}
|
|
41
185
|
export interface ListAssetsResponse {
|
|
42
186
|
assetSummaries: AssetSummary[] | undefined;
|
|
43
187
|
nextToken?: string | undefined;
|
|
@@ -100,6 +244,73 @@ export interface ListCompositionRelationshipsResponse {
|
|
|
100
244
|
| undefined;
|
|
101
245
|
nextToken?: string | undefined;
|
|
102
246
|
}
|
|
247
|
+
export interface DataBindingValueFilter {
|
|
248
|
+
asset?: AssetBindingValueFilter | undefined;
|
|
249
|
+
assetModel?: AssetModelBindingValueFilter | undefined;
|
|
250
|
+
assetProperty?: AssetPropertyBindingValueFilter | undefined;
|
|
251
|
+
assetModelProperty?: AssetModelPropertyBindingValueFilter | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface ListComputationModelDataBindingUsagesRequest {
|
|
254
|
+
dataBindingValueFilter: DataBindingValueFilter | undefined;
|
|
255
|
+
nextToken?: string | undefined;
|
|
256
|
+
maxResults?: number | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface DataBindingValue {
|
|
259
|
+
assetModelProperty?: AssetModelPropertyBindingValue | undefined;
|
|
260
|
+
assetProperty?: AssetPropertyBindingValue | undefined;
|
|
261
|
+
}
|
|
262
|
+
export interface MatchedDataBinding {
|
|
263
|
+
value: DataBindingValue | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface ComputationModelDataBindingUsageSummary {
|
|
266
|
+
computationModelIds: string[] | undefined;
|
|
267
|
+
matchedDataBinding: MatchedDataBinding | undefined;
|
|
268
|
+
}
|
|
269
|
+
export interface ListComputationModelDataBindingUsagesResponse {
|
|
270
|
+
dataBindingUsageSummaries:
|
|
271
|
+
| ComputationModelDataBindingUsageSummary[]
|
|
272
|
+
| undefined;
|
|
273
|
+
nextToken?: string | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface ListComputationModelResolveToResourcesRequest {
|
|
276
|
+
computationModelId: string | undefined;
|
|
277
|
+
nextToken?: string | undefined;
|
|
278
|
+
maxResults?: number | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface ComputationModelResolveToResourceSummary {
|
|
281
|
+
resolveTo?: ResolveTo | undefined;
|
|
282
|
+
}
|
|
283
|
+
export interface ListComputationModelResolveToResourcesResponse {
|
|
284
|
+
computationModelResolveToResourceSummaries:
|
|
285
|
+
| ComputationModelResolveToResourceSummary[]
|
|
286
|
+
| undefined;
|
|
287
|
+
nextToken?: string | undefined;
|
|
288
|
+
}
|
|
289
|
+
export declare const ComputationModelType: {
|
|
290
|
+
readonly ANOMALY_DETECTION: "ANOMALY_DETECTION";
|
|
291
|
+
};
|
|
292
|
+
export type ComputationModelType =
|
|
293
|
+
(typeof ComputationModelType)[keyof typeof ComputationModelType];
|
|
294
|
+
export interface ListComputationModelsRequest {
|
|
295
|
+
computationModelType?: ComputationModelType | undefined;
|
|
296
|
+
nextToken?: string | undefined;
|
|
297
|
+
maxResults?: number | undefined;
|
|
298
|
+
}
|
|
299
|
+
export interface ComputationModelSummary {
|
|
300
|
+
id: string | undefined;
|
|
301
|
+
arn: string | undefined;
|
|
302
|
+
name: string | undefined;
|
|
303
|
+
description?: string | undefined;
|
|
304
|
+
type: ComputationModelType | undefined;
|
|
305
|
+
creationDate: Date | undefined;
|
|
306
|
+
lastUpdateDate: Date | undefined;
|
|
307
|
+
status: ComputationModelStatus | undefined;
|
|
308
|
+
version: string | undefined;
|
|
309
|
+
}
|
|
310
|
+
export interface ListComputationModelsResponse {
|
|
311
|
+
computationModelSummaries: ComputationModelSummary[] | undefined;
|
|
312
|
+
nextToken?: string | undefined;
|
|
313
|
+
}
|
|
103
314
|
export interface ListDashboardsRequest {
|
|
104
315
|
projectId: string | undefined;
|
|
105
316
|
nextToken?: string | undefined;
|
|
@@ -134,6 +345,30 @@ export interface ListDatasetsResponse {
|
|
|
134
345
|
datasetSummaries: DatasetSummary[] | undefined;
|
|
135
346
|
nextToken?: string | undefined;
|
|
136
347
|
}
|
|
348
|
+
export interface ListExecutionsRequest {
|
|
349
|
+
targetResourceType: TargetResourceType | undefined;
|
|
350
|
+
targetResourceId: string | undefined;
|
|
351
|
+
resolveToResourceType?: ResolveToResourceType | undefined;
|
|
352
|
+
resolveToResourceId?: string | undefined;
|
|
353
|
+
nextToken?: string | undefined;
|
|
354
|
+
maxResults?: number | undefined;
|
|
355
|
+
actionType?: string | undefined;
|
|
356
|
+
}
|
|
357
|
+
export interface ExecutionSummary {
|
|
358
|
+
executionId: string | undefined;
|
|
359
|
+
actionType?: string | undefined;
|
|
360
|
+
targetResource: TargetResource | undefined;
|
|
361
|
+
targetResourceVersion: string | undefined;
|
|
362
|
+
resolveTo?: ResolveTo | undefined;
|
|
363
|
+
executionStartTime: Date | undefined;
|
|
364
|
+
executionEndTime?: Date | undefined;
|
|
365
|
+
executionStatus: ExecutionStatus | undefined;
|
|
366
|
+
executionEntityVersion?: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
export interface ListExecutionsResponse {
|
|
369
|
+
executionSummaries: ExecutionSummary[] | undefined;
|
|
370
|
+
nextToken?: string | undefined;
|
|
371
|
+
}
|
|
137
372
|
export interface ListGatewaysRequest {
|
|
138
373
|
nextToken?: string | undefined;
|
|
139
374
|
maxResults?: number | undefined;
|
|
@@ -296,10 +531,10 @@ export interface UpdateAccessPolicyRequest {
|
|
|
296
531
|
export interface UpdateAccessPolicyResponse {}
|
|
297
532
|
export interface UpdateAssetRequest {
|
|
298
533
|
assetId: string | undefined;
|
|
534
|
+
assetExternalId?: string | undefined;
|
|
299
535
|
assetName: string | undefined;
|
|
300
536
|
clientToken?: string | undefined;
|
|
301
537
|
assetDescription?: string | undefined;
|
|
302
|
-
assetExternalId?: string | undefined;
|
|
303
538
|
}
|
|
304
539
|
export interface UpdateAssetResponse {
|
|
305
540
|
assetStatus: AssetStatus | undefined;
|
|
@@ -346,6 +581,9 @@ export interface UpdateAssetPropertyRequest {
|
|
|
346
581
|
clientToken?: string | undefined;
|
|
347
582
|
propertyUnit?: string | undefined;
|
|
348
583
|
}
|
|
584
|
+
export interface UpdateComputationModelResponse {
|
|
585
|
+
computationModelStatus: ComputationModelStatus | undefined;
|
|
586
|
+
}
|
|
349
587
|
export interface UpdateDashboardRequest {
|
|
350
588
|
dashboardId: string | undefined;
|
|
351
589
|
dashboardName: string | undefined;
|
|
@@ -406,6 +644,46 @@ export interface UpdateProjectRequest {
|
|
|
406
644
|
clientToken?: string | undefined;
|
|
407
645
|
}
|
|
408
646
|
export interface UpdateProjectResponse {}
|
|
647
|
+
export interface ComputationModelDataBindingValue {
|
|
648
|
+
assetModelProperty?: AssetModelPropertyBindingValue | undefined;
|
|
649
|
+
assetProperty?: AssetPropertyBindingValue | undefined;
|
|
650
|
+
list?: ComputationModelDataBindingValue[] | undefined;
|
|
651
|
+
}
|
|
652
|
+
export interface CreateComputationModelRequest {
|
|
653
|
+
computationModelName: string | undefined;
|
|
654
|
+
computationModelDescription?: string | undefined;
|
|
655
|
+
computationModelConfiguration: ComputationModelConfiguration | undefined;
|
|
656
|
+
computationModelDataBinding:
|
|
657
|
+
| Record<string, ComputationModelDataBindingValue>
|
|
658
|
+
| undefined;
|
|
659
|
+
clientToken?: string | undefined;
|
|
660
|
+
tags?: Record<string, string> | undefined;
|
|
661
|
+
}
|
|
662
|
+
export interface DescribeComputationModelResponse {
|
|
663
|
+
computationModelId: string | undefined;
|
|
664
|
+
computationModelArn: string | undefined;
|
|
665
|
+
computationModelName: string | undefined;
|
|
666
|
+
computationModelDescription?: string | undefined;
|
|
667
|
+
computationModelConfiguration: ComputationModelConfiguration | undefined;
|
|
668
|
+
computationModelDataBinding:
|
|
669
|
+
| Record<string, ComputationModelDataBindingValue>
|
|
670
|
+
| undefined;
|
|
671
|
+
computationModelCreationDate: Date | undefined;
|
|
672
|
+
computationModelLastUpdateDate: Date | undefined;
|
|
673
|
+
computationModelStatus: ComputationModelStatus | undefined;
|
|
674
|
+
computationModelVersion: string | undefined;
|
|
675
|
+
actionDefinitions: ActionDefinition[] | undefined;
|
|
676
|
+
}
|
|
677
|
+
export interface UpdateComputationModelRequest {
|
|
678
|
+
computationModelId: string | undefined;
|
|
679
|
+
computationModelName: string | undefined;
|
|
680
|
+
computationModelDescription?: string | undefined;
|
|
681
|
+
computationModelConfiguration: ComputationModelConfiguration | undefined;
|
|
682
|
+
computationModelDataBinding:
|
|
683
|
+
| Record<string, ComputationModelDataBindingValue>
|
|
684
|
+
| undefined;
|
|
685
|
+
clientToken?: string | undefined;
|
|
686
|
+
}
|
|
409
687
|
export interface Datum {
|
|
410
688
|
scalarValue?: string | undefined;
|
|
411
689
|
arrayValue?: Datum[] | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListComputationModelDataBindingUsagesCommandInput,
|
|
4
|
+
ListComputationModelDataBindingUsagesCommandOutput,
|
|
5
|
+
} from "../commands/ListComputationModelDataBindingUsagesCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListComputationModelDataBindingUsages: (
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListComputationModelDataBindingUsagesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListComputationModelDataBindingUsagesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListComputationModelResolveToResourcesCommandInput,
|
|
4
|
+
ListComputationModelResolveToResourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListComputationModelResolveToResourcesCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListComputationModelResolveToResources: (
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListComputationModelResolveToResourcesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListComputationModelResolveToResourcesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListComputationModelsCommandInput,
|
|
4
|
+
ListComputationModelsCommandOutput,
|
|
5
|
+
} from "../commands/ListComputationModelsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListComputationModels: (
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListComputationModelsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListComputationModelsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListExecutionsCommandInput,
|
|
4
|
+
ListExecutionsCommandOutput,
|
|
5
|
+
} from "../commands/ListExecutionsCommand";
|
|
6
|
+
import { IoTSiteWisePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListExecutions: (
|
|
8
|
+
config: IoTSiteWisePaginationConfiguration,
|
|
9
|
+
input: ListExecutionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListExecutionsCommandOutput>;
|
|
@@ -16,8 +16,12 @@ export * from "./ListAssetsPaginator";
|
|
|
16
16
|
export * from "./ListAssociatedAssetsPaginator";
|
|
17
17
|
export * from "./ListBulkImportJobsPaginator";
|
|
18
18
|
export * from "./ListCompositionRelationshipsPaginator";
|
|
19
|
+
export * from "./ListComputationModelDataBindingUsagesPaginator";
|
|
20
|
+
export * from "./ListComputationModelResolveToResourcesPaginator";
|
|
21
|
+
export * from "./ListComputationModelsPaginator";
|
|
19
22
|
export * from "./ListDashboardsPaginator";
|
|
20
23
|
export * from "./ListDatasetsPaginator";
|
|
24
|
+
export * from "./ListExecutionsPaginator";
|
|
21
25
|
export * from "./ListGatewaysPaginator";
|
|
22
26
|
export * from "./ListPortalsPaginator";
|
|
23
27
|
export * from "./ListProjectAssetsPaginator";
|
|
@@ -58,6 +58,10 @@ import {
|
|
|
58
58
|
CreateBulkImportJobCommandInput,
|
|
59
59
|
CreateBulkImportJobCommandOutput,
|
|
60
60
|
} from "../commands/CreateBulkImportJobCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateComputationModelCommandInput,
|
|
63
|
+
CreateComputationModelCommandOutput,
|
|
64
|
+
} from "../commands/CreateComputationModelCommand";
|
|
61
65
|
import {
|
|
62
66
|
CreateDashboardCommandInput,
|
|
63
67
|
CreateDashboardCommandOutput,
|
|
@@ -94,6 +98,10 @@ import {
|
|
|
94
98
|
DeleteAssetModelCompositeModelCommandInput,
|
|
95
99
|
DeleteAssetModelCompositeModelCommandOutput,
|
|
96
100
|
} from "../commands/DeleteAssetModelCompositeModelCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteComputationModelCommandInput,
|
|
103
|
+
DeleteComputationModelCommandOutput,
|
|
104
|
+
} from "../commands/DeleteComputationModelCommand";
|
|
97
105
|
import {
|
|
98
106
|
DeleteDashboardCommandInput,
|
|
99
107
|
DeleteDashboardCommandOutput,
|
|
@@ -150,6 +158,14 @@ import {
|
|
|
150
158
|
DescribeBulkImportJobCommandInput,
|
|
151
159
|
DescribeBulkImportJobCommandOutput,
|
|
152
160
|
} from "../commands/DescribeBulkImportJobCommand";
|
|
161
|
+
import {
|
|
162
|
+
DescribeComputationModelCommandInput,
|
|
163
|
+
DescribeComputationModelCommandOutput,
|
|
164
|
+
} from "../commands/DescribeComputationModelCommand";
|
|
165
|
+
import {
|
|
166
|
+
DescribeComputationModelExecutionSummaryCommandInput,
|
|
167
|
+
DescribeComputationModelExecutionSummaryCommandOutput,
|
|
168
|
+
} from "../commands/DescribeComputationModelExecutionSummaryCommand";
|
|
153
169
|
import {
|
|
154
170
|
DescribeDashboardCommandInput,
|
|
155
171
|
DescribeDashboardCommandOutput,
|
|
@@ -162,6 +178,10 @@ import {
|
|
|
162
178
|
DescribeDefaultEncryptionConfigurationCommandInput,
|
|
163
179
|
DescribeDefaultEncryptionConfigurationCommandOutput,
|
|
164
180
|
} from "../commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
181
|
+
import {
|
|
182
|
+
DescribeExecutionCommandInput,
|
|
183
|
+
DescribeExecutionCommandOutput,
|
|
184
|
+
} from "../commands/DescribeExecutionCommand";
|
|
165
185
|
import {
|
|
166
186
|
DescribeGatewayCapabilityConfigurationCommandInput,
|
|
167
187
|
DescribeGatewayCapabilityConfigurationCommandOutput,
|
|
@@ -270,6 +290,18 @@ import {
|
|
|
270
290
|
ListCompositionRelationshipsCommandInput,
|
|
271
291
|
ListCompositionRelationshipsCommandOutput,
|
|
272
292
|
} from "../commands/ListCompositionRelationshipsCommand";
|
|
293
|
+
import {
|
|
294
|
+
ListComputationModelDataBindingUsagesCommandInput,
|
|
295
|
+
ListComputationModelDataBindingUsagesCommandOutput,
|
|
296
|
+
} from "../commands/ListComputationModelDataBindingUsagesCommand";
|
|
297
|
+
import {
|
|
298
|
+
ListComputationModelResolveToResourcesCommandInput,
|
|
299
|
+
ListComputationModelResolveToResourcesCommandOutput,
|
|
300
|
+
} from "../commands/ListComputationModelResolveToResourcesCommand";
|
|
301
|
+
import {
|
|
302
|
+
ListComputationModelsCommandInput,
|
|
303
|
+
ListComputationModelsCommandOutput,
|
|
304
|
+
} from "../commands/ListComputationModelsCommand";
|
|
273
305
|
import {
|
|
274
306
|
ListDashboardsCommandInput,
|
|
275
307
|
ListDashboardsCommandOutput,
|
|
@@ -278,6 +310,10 @@ import {
|
|
|
278
310
|
ListDatasetsCommandInput,
|
|
279
311
|
ListDatasetsCommandOutput,
|
|
280
312
|
} from "../commands/ListDatasetsCommand";
|
|
313
|
+
import {
|
|
314
|
+
ListExecutionsCommandInput,
|
|
315
|
+
ListExecutionsCommandOutput,
|
|
316
|
+
} from "../commands/ListExecutionsCommand";
|
|
281
317
|
import {
|
|
282
318
|
ListGatewaysCommandInput,
|
|
283
319
|
ListGatewaysCommandOutput,
|
|
@@ -342,6 +378,10 @@ import {
|
|
|
342
378
|
UpdateAssetPropertyCommandInput,
|
|
343
379
|
UpdateAssetPropertyCommandOutput,
|
|
344
380
|
} from "../commands/UpdateAssetPropertyCommand";
|
|
381
|
+
import {
|
|
382
|
+
UpdateComputationModelCommandInput,
|
|
383
|
+
UpdateComputationModelCommandOutput,
|
|
384
|
+
} from "../commands/UpdateComputationModelCommand";
|
|
345
385
|
import {
|
|
346
386
|
UpdateDashboardCommandInput,
|
|
347
387
|
UpdateDashboardCommandOutput,
|
|
@@ -418,6 +458,10 @@ export declare const se_CreateBulkImportJobCommand: (
|
|
|
418
458
|
input: CreateBulkImportJobCommandInput,
|
|
419
459
|
context: __SerdeContext
|
|
420
460
|
) => Promise<__HttpRequest>;
|
|
461
|
+
export declare const se_CreateComputationModelCommand: (
|
|
462
|
+
input: CreateComputationModelCommandInput,
|
|
463
|
+
context: __SerdeContext
|
|
464
|
+
) => Promise<__HttpRequest>;
|
|
421
465
|
export declare const se_CreateDashboardCommand: (
|
|
422
466
|
input: CreateDashboardCommandInput,
|
|
423
467
|
context: __SerdeContext
|
|
@@ -454,6 +498,10 @@ export declare const se_DeleteAssetModelCompositeModelCommand: (
|
|
|
454
498
|
input: DeleteAssetModelCompositeModelCommandInput,
|
|
455
499
|
context: __SerdeContext
|
|
456
500
|
) => Promise<__HttpRequest>;
|
|
501
|
+
export declare const se_DeleteComputationModelCommand: (
|
|
502
|
+
input: DeleteComputationModelCommandInput,
|
|
503
|
+
context: __SerdeContext
|
|
504
|
+
) => Promise<__HttpRequest>;
|
|
457
505
|
export declare const se_DeleteDashboardCommand: (
|
|
458
506
|
input: DeleteDashboardCommandInput,
|
|
459
507
|
context: __SerdeContext
|
|
@@ -510,6 +558,14 @@ export declare const se_DescribeBulkImportJobCommand: (
|
|
|
510
558
|
input: DescribeBulkImportJobCommandInput,
|
|
511
559
|
context: __SerdeContext
|
|
512
560
|
) => Promise<__HttpRequest>;
|
|
561
|
+
export declare const se_DescribeComputationModelCommand: (
|
|
562
|
+
input: DescribeComputationModelCommandInput,
|
|
563
|
+
context: __SerdeContext
|
|
564
|
+
) => Promise<__HttpRequest>;
|
|
565
|
+
export declare const se_DescribeComputationModelExecutionSummaryCommand: (
|
|
566
|
+
input: DescribeComputationModelExecutionSummaryCommandInput,
|
|
567
|
+
context: __SerdeContext
|
|
568
|
+
) => Promise<__HttpRequest>;
|
|
513
569
|
export declare const se_DescribeDashboardCommand: (
|
|
514
570
|
input: DescribeDashboardCommandInput,
|
|
515
571
|
context: __SerdeContext
|
|
@@ -522,6 +578,10 @@ export declare const se_DescribeDefaultEncryptionConfigurationCommand: (
|
|
|
522
578
|
input: DescribeDefaultEncryptionConfigurationCommandInput,
|
|
523
579
|
context: __SerdeContext
|
|
524
580
|
) => Promise<__HttpRequest>;
|
|
581
|
+
export declare const se_DescribeExecutionCommand: (
|
|
582
|
+
input: DescribeExecutionCommandInput,
|
|
583
|
+
context: __SerdeContext
|
|
584
|
+
) => Promise<__HttpRequest>;
|
|
525
585
|
export declare const se_DescribeGatewayCommand: (
|
|
526
586
|
input: DescribeGatewayCommandInput,
|
|
527
587
|
context: __SerdeContext
|
|
@@ -630,6 +690,18 @@ export declare const se_ListCompositionRelationshipsCommand: (
|
|
|
630
690
|
input: ListCompositionRelationshipsCommandInput,
|
|
631
691
|
context: __SerdeContext
|
|
632
692
|
) => Promise<__HttpRequest>;
|
|
693
|
+
export declare const se_ListComputationModelDataBindingUsagesCommand: (
|
|
694
|
+
input: ListComputationModelDataBindingUsagesCommandInput,
|
|
695
|
+
context: __SerdeContext
|
|
696
|
+
) => Promise<__HttpRequest>;
|
|
697
|
+
export declare const se_ListComputationModelResolveToResourcesCommand: (
|
|
698
|
+
input: ListComputationModelResolveToResourcesCommandInput,
|
|
699
|
+
context: __SerdeContext
|
|
700
|
+
) => Promise<__HttpRequest>;
|
|
701
|
+
export declare const se_ListComputationModelsCommand: (
|
|
702
|
+
input: ListComputationModelsCommandInput,
|
|
703
|
+
context: __SerdeContext
|
|
704
|
+
) => Promise<__HttpRequest>;
|
|
633
705
|
export declare const se_ListDashboardsCommand: (
|
|
634
706
|
input: ListDashboardsCommandInput,
|
|
635
707
|
context: __SerdeContext
|
|
@@ -638,6 +710,10 @@ export declare const se_ListDatasetsCommand: (
|
|
|
638
710
|
input: ListDatasetsCommandInput,
|
|
639
711
|
context: __SerdeContext
|
|
640
712
|
) => Promise<__HttpRequest>;
|
|
713
|
+
export declare const se_ListExecutionsCommand: (
|
|
714
|
+
input: ListExecutionsCommandInput,
|
|
715
|
+
context: __SerdeContext
|
|
716
|
+
) => Promise<__HttpRequest>;
|
|
641
717
|
export declare const se_ListGatewaysCommand: (
|
|
642
718
|
input: ListGatewaysCommandInput,
|
|
643
719
|
context: __SerdeContext
|
|
@@ -702,6 +778,10 @@ export declare const se_UpdateAssetPropertyCommand: (
|
|
|
702
778
|
input: UpdateAssetPropertyCommandInput,
|
|
703
779
|
context: __SerdeContext
|
|
704
780
|
) => Promise<__HttpRequest>;
|
|
781
|
+
export declare const se_UpdateComputationModelCommand: (
|
|
782
|
+
input: UpdateComputationModelCommandInput,
|
|
783
|
+
context: __SerdeContext
|
|
784
|
+
) => Promise<__HttpRequest>;
|
|
705
785
|
export declare const se_UpdateDashboardCommand: (
|
|
706
786
|
input: UpdateDashboardCommandInput,
|
|
707
787
|
context: __SerdeContext
|
|
@@ -778,6 +858,10 @@ export declare const de_CreateBulkImportJobCommand: (
|
|
|
778
858
|
output: __HttpResponse,
|
|
779
859
|
context: __SerdeContext
|
|
780
860
|
) => Promise<CreateBulkImportJobCommandOutput>;
|
|
861
|
+
export declare const de_CreateComputationModelCommand: (
|
|
862
|
+
output: __HttpResponse,
|
|
863
|
+
context: __SerdeContext
|
|
864
|
+
) => Promise<CreateComputationModelCommandOutput>;
|
|
781
865
|
export declare const de_CreateDashboardCommand: (
|
|
782
866
|
output: __HttpResponse,
|
|
783
867
|
context: __SerdeContext
|
|
@@ -814,6 +898,10 @@ export declare const de_DeleteAssetModelCompositeModelCommand: (
|
|
|
814
898
|
output: __HttpResponse,
|
|
815
899
|
context: __SerdeContext
|
|
816
900
|
) => Promise<DeleteAssetModelCompositeModelCommandOutput>;
|
|
901
|
+
export declare const de_DeleteComputationModelCommand: (
|
|
902
|
+
output: __HttpResponse,
|
|
903
|
+
context: __SerdeContext
|
|
904
|
+
) => Promise<DeleteComputationModelCommandOutput>;
|
|
817
905
|
export declare const de_DeleteDashboardCommand: (
|
|
818
906
|
output: __HttpResponse,
|
|
819
907
|
context: __SerdeContext
|
|
@@ -870,6 +958,14 @@ export declare const de_DescribeBulkImportJobCommand: (
|
|
|
870
958
|
output: __HttpResponse,
|
|
871
959
|
context: __SerdeContext
|
|
872
960
|
) => Promise<DescribeBulkImportJobCommandOutput>;
|
|
961
|
+
export declare const de_DescribeComputationModelCommand: (
|
|
962
|
+
output: __HttpResponse,
|
|
963
|
+
context: __SerdeContext
|
|
964
|
+
) => Promise<DescribeComputationModelCommandOutput>;
|
|
965
|
+
export declare const de_DescribeComputationModelExecutionSummaryCommand: (
|
|
966
|
+
output: __HttpResponse,
|
|
967
|
+
context: __SerdeContext
|
|
968
|
+
) => Promise<DescribeComputationModelExecutionSummaryCommandOutput>;
|
|
873
969
|
export declare const de_DescribeDashboardCommand: (
|
|
874
970
|
output: __HttpResponse,
|
|
875
971
|
context: __SerdeContext
|
|
@@ -882,6 +978,10 @@ export declare const de_DescribeDefaultEncryptionConfigurationCommand: (
|
|
|
882
978
|
output: __HttpResponse,
|
|
883
979
|
context: __SerdeContext
|
|
884
980
|
) => Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
|
|
981
|
+
export declare const de_DescribeExecutionCommand: (
|
|
982
|
+
output: __HttpResponse,
|
|
983
|
+
context: __SerdeContext
|
|
984
|
+
) => Promise<DescribeExecutionCommandOutput>;
|
|
885
985
|
export declare const de_DescribeGatewayCommand: (
|
|
886
986
|
output: __HttpResponse,
|
|
887
987
|
context: __SerdeContext
|
|
@@ -990,6 +1090,18 @@ export declare const de_ListCompositionRelationshipsCommand: (
|
|
|
990
1090
|
output: __HttpResponse,
|
|
991
1091
|
context: __SerdeContext
|
|
992
1092
|
) => Promise<ListCompositionRelationshipsCommandOutput>;
|
|
1093
|
+
export declare const de_ListComputationModelDataBindingUsagesCommand: (
|
|
1094
|
+
output: __HttpResponse,
|
|
1095
|
+
context: __SerdeContext
|
|
1096
|
+
) => Promise<ListComputationModelDataBindingUsagesCommandOutput>;
|
|
1097
|
+
export declare const de_ListComputationModelResolveToResourcesCommand: (
|
|
1098
|
+
output: __HttpResponse,
|
|
1099
|
+
context: __SerdeContext
|
|
1100
|
+
) => Promise<ListComputationModelResolveToResourcesCommandOutput>;
|
|
1101
|
+
export declare const de_ListComputationModelsCommand: (
|
|
1102
|
+
output: __HttpResponse,
|
|
1103
|
+
context: __SerdeContext
|
|
1104
|
+
) => Promise<ListComputationModelsCommandOutput>;
|
|
993
1105
|
export declare const de_ListDashboardsCommand: (
|
|
994
1106
|
output: __HttpResponse,
|
|
995
1107
|
context: __SerdeContext
|
|
@@ -998,6 +1110,10 @@ export declare const de_ListDatasetsCommand: (
|
|
|
998
1110
|
output: __HttpResponse,
|
|
999
1111
|
context: __SerdeContext
|
|
1000
1112
|
) => Promise<ListDatasetsCommandOutput>;
|
|
1113
|
+
export declare const de_ListExecutionsCommand: (
|
|
1114
|
+
output: __HttpResponse,
|
|
1115
|
+
context: __SerdeContext
|
|
1116
|
+
) => Promise<ListExecutionsCommandOutput>;
|
|
1001
1117
|
export declare const de_ListGatewaysCommand: (
|
|
1002
1118
|
output: __HttpResponse,
|
|
1003
1119
|
context: __SerdeContext
|
|
@@ -1062,6 +1178,10 @@ export declare const de_UpdateAssetPropertyCommand: (
|
|
|
1062
1178
|
output: __HttpResponse,
|
|
1063
1179
|
context: __SerdeContext
|
|
1064
1180
|
) => Promise<UpdateAssetPropertyCommandOutput>;
|
|
1181
|
+
export declare const de_UpdateComputationModelCommand: (
|
|
1182
|
+
output: __HttpResponse,
|
|
1183
|
+
context: __SerdeContext
|
|
1184
|
+
) => Promise<UpdateComputationModelCommandOutput>;
|
|
1065
1185
|
export declare const de_UpdateDashboardCommand: (
|
|
1066
1186
|
output: __HttpResponse,
|
|
1067
1187
|
context: __SerdeContext
|