@aws-sdk/client-iotsitewise 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +1330 -360
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +555 -144
- package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +71 -71
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/IoTSiteWiseServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2921 -2724
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyAggregatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValueHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/BatchGetAssetPropertyValuePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBulkImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +19 -19
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +857 -215
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +6 -6
- package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,215 +1,857 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateAssetsCommandInput,
|
|
8
|
+
AssociateAssetsCommandOutput,
|
|
9
|
+
} from "../commands/AssociateAssetsCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateTimeSeriesToAssetPropertyCommandInput,
|
|
12
|
+
AssociateTimeSeriesToAssetPropertyCommandOutput,
|
|
13
|
+
} from "../commands/AssociateTimeSeriesToAssetPropertyCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchAssociateProjectAssetsCommandInput,
|
|
16
|
+
BatchAssociateProjectAssetsCommandOutput,
|
|
17
|
+
} from "../commands/BatchAssociateProjectAssetsCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchDisassociateProjectAssetsCommandInput,
|
|
20
|
+
BatchDisassociateProjectAssetsCommandOutput,
|
|
21
|
+
} from "../commands/BatchDisassociateProjectAssetsCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchGetAssetPropertyAggregatesCommandInput,
|
|
24
|
+
BatchGetAssetPropertyAggregatesCommandOutput,
|
|
25
|
+
} from "../commands/BatchGetAssetPropertyAggregatesCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchGetAssetPropertyValueCommandInput,
|
|
28
|
+
BatchGetAssetPropertyValueCommandOutput,
|
|
29
|
+
} from "../commands/BatchGetAssetPropertyValueCommand";
|
|
30
|
+
import {
|
|
31
|
+
BatchGetAssetPropertyValueHistoryCommandInput,
|
|
32
|
+
BatchGetAssetPropertyValueHistoryCommandOutput,
|
|
33
|
+
} from "../commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
34
|
+
import {
|
|
35
|
+
BatchPutAssetPropertyValueCommandInput,
|
|
36
|
+
BatchPutAssetPropertyValueCommandOutput,
|
|
37
|
+
} from "../commands/BatchPutAssetPropertyValueCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateAccessPolicyCommandInput,
|
|
40
|
+
CreateAccessPolicyCommandOutput,
|
|
41
|
+
} from "../commands/CreateAccessPolicyCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateAssetCommandInput,
|
|
44
|
+
CreateAssetCommandOutput,
|
|
45
|
+
} from "../commands/CreateAssetCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateAssetModelCommandInput,
|
|
48
|
+
CreateAssetModelCommandOutput,
|
|
49
|
+
} from "../commands/CreateAssetModelCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateBulkImportJobCommandInput,
|
|
52
|
+
CreateBulkImportJobCommandOutput,
|
|
53
|
+
} from "../commands/CreateBulkImportJobCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateDashboardCommandInput,
|
|
56
|
+
CreateDashboardCommandOutput,
|
|
57
|
+
} from "../commands/CreateDashboardCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateGatewayCommandInput,
|
|
60
|
+
CreateGatewayCommandOutput,
|
|
61
|
+
} from "../commands/CreateGatewayCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreatePortalCommandInput,
|
|
64
|
+
CreatePortalCommandOutput,
|
|
65
|
+
} from "../commands/CreatePortalCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateProjectCommandInput,
|
|
68
|
+
CreateProjectCommandOutput,
|
|
69
|
+
} from "../commands/CreateProjectCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteAccessPolicyCommandInput,
|
|
72
|
+
DeleteAccessPolicyCommandOutput,
|
|
73
|
+
} from "../commands/DeleteAccessPolicyCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteAssetCommandInput,
|
|
76
|
+
DeleteAssetCommandOutput,
|
|
77
|
+
} from "../commands/DeleteAssetCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteAssetModelCommandInput,
|
|
80
|
+
DeleteAssetModelCommandOutput,
|
|
81
|
+
} from "../commands/DeleteAssetModelCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteDashboardCommandInput,
|
|
84
|
+
DeleteDashboardCommandOutput,
|
|
85
|
+
} from "../commands/DeleteDashboardCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteGatewayCommandInput,
|
|
88
|
+
DeleteGatewayCommandOutput,
|
|
89
|
+
} from "../commands/DeleteGatewayCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeletePortalCommandInput,
|
|
92
|
+
DeletePortalCommandOutput,
|
|
93
|
+
} from "../commands/DeletePortalCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteProjectCommandInput,
|
|
96
|
+
DeleteProjectCommandOutput,
|
|
97
|
+
} from "../commands/DeleteProjectCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteTimeSeriesCommandInput,
|
|
100
|
+
DeleteTimeSeriesCommandOutput,
|
|
101
|
+
} from "../commands/DeleteTimeSeriesCommand";
|
|
102
|
+
import {
|
|
103
|
+
DescribeAccessPolicyCommandInput,
|
|
104
|
+
DescribeAccessPolicyCommandOutput,
|
|
105
|
+
} from "../commands/DescribeAccessPolicyCommand";
|
|
106
|
+
import {
|
|
107
|
+
DescribeAssetCommandInput,
|
|
108
|
+
DescribeAssetCommandOutput,
|
|
109
|
+
} from "../commands/DescribeAssetCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeAssetModelCommandInput,
|
|
112
|
+
DescribeAssetModelCommandOutput,
|
|
113
|
+
} from "../commands/DescribeAssetModelCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeAssetPropertyCommandInput,
|
|
116
|
+
DescribeAssetPropertyCommandOutput,
|
|
117
|
+
} from "../commands/DescribeAssetPropertyCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeBulkImportJobCommandInput,
|
|
120
|
+
DescribeBulkImportJobCommandOutput,
|
|
121
|
+
} from "../commands/DescribeBulkImportJobCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeDashboardCommandInput,
|
|
124
|
+
DescribeDashboardCommandOutput,
|
|
125
|
+
} from "../commands/DescribeDashboardCommand";
|
|
126
|
+
import {
|
|
127
|
+
DescribeDefaultEncryptionConfigurationCommandInput,
|
|
128
|
+
DescribeDefaultEncryptionConfigurationCommandOutput,
|
|
129
|
+
} from "../commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
130
|
+
import {
|
|
131
|
+
DescribeGatewayCapabilityConfigurationCommandInput,
|
|
132
|
+
DescribeGatewayCapabilityConfigurationCommandOutput,
|
|
133
|
+
} from "../commands/DescribeGatewayCapabilityConfigurationCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeGatewayCommandInput,
|
|
136
|
+
DescribeGatewayCommandOutput,
|
|
137
|
+
} from "../commands/DescribeGatewayCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeLoggingOptionsCommandInput,
|
|
140
|
+
DescribeLoggingOptionsCommandOutput,
|
|
141
|
+
} from "../commands/DescribeLoggingOptionsCommand";
|
|
142
|
+
import {
|
|
143
|
+
DescribePortalCommandInput,
|
|
144
|
+
DescribePortalCommandOutput,
|
|
145
|
+
} from "../commands/DescribePortalCommand";
|
|
146
|
+
import {
|
|
147
|
+
DescribeProjectCommandInput,
|
|
148
|
+
DescribeProjectCommandOutput,
|
|
149
|
+
} from "../commands/DescribeProjectCommand";
|
|
150
|
+
import {
|
|
151
|
+
DescribeStorageConfigurationCommandInput,
|
|
152
|
+
DescribeStorageConfigurationCommandOutput,
|
|
153
|
+
} from "../commands/DescribeStorageConfigurationCommand";
|
|
154
|
+
import {
|
|
155
|
+
DescribeTimeSeriesCommandInput,
|
|
156
|
+
DescribeTimeSeriesCommandOutput,
|
|
157
|
+
} from "../commands/DescribeTimeSeriesCommand";
|
|
158
|
+
import {
|
|
159
|
+
DisassociateAssetsCommandInput,
|
|
160
|
+
DisassociateAssetsCommandOutput,
|
|
161
|
+
} from "../commands/DisassociateAssetsCommand";
|
|
162
|
+
import {
|
|
163
|
+
DisassociateTimeSeriesFromAssetPropertyCommandInput,
|
|
164
|
+
DisassociateTimeSeriesFromAssetPropertyCommandOutput,
|
|
165
|
+
} from "../commands/DisassociateTimeSeriesFromAssetPropertyCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetAssetPropertyAggregatesCommandInput,
|
|
168
|
+
GetAssetPropertyAggregatesCommandOutput,
|
|
169
|
+
} from "../commands/GetAssetPropertyAggregatesCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetAssetPropertyValueCommandInput,
|
|
172
|
+
GetAssetPropertyValueCommandOutput,
|
|
173
|
+
} from "../commands/GetAssetPropertyValueCommand";
|
|
174
|
+
import {
|
|
175
|
+
GetAssetPropertyValueHistoryCommandInput,
|
|
176
|
+
GetAssetPropertyValueHistoryCommandOutput,
|
|
177
|
+
} from "../commands/GetAssetPropertyValueHistoryCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetInterpolatedAssetPropertyValuesCommandInput,
|
|
180
|
+
GetInterpolatedAssetPropertyValuesCommandOutput,
|
|
181
|
+
} from "../commands/GetInterpolatedAssetPropertyValuesCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListAccessPoliciesCommandInput,
|
|
184
|
+
ListAccessPoliciesCommandOutput,
|
|
185
|
+
} from "../commands/ListAccessPoliciesCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListAssetModelsCommandInput,
|
|
188
|
+
ListAssetModelsCommandOutput,
|
|
189
|
+
} from "../commands/ListAssetModelsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListAssetRelationshipsCommandInput,
|
|
192
|
+
ListAssetRelationshipsCommandOutput,
|
|
193
|
+
} from "../commands/ListAssetRelationshipsCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListAssetsCommandInput,
|
|
196
|
+
ListAssetsCommandOutput,
|
|
197
|
+
} from "../commands/ListAssetsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListAssociatedAssetsCommandInput,
|
|
200
|
+
ListAssociatedAssetsCommandOutput,
|
|
201
|
+
} from "../commands/ListAssociatedAssetsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListBulkImportJobsCommandInput,
|
|
204
|
+
ListBulkImportJobsCommandOutput,
|
|
205
|
+
} from "../commands/ListBulkImportJobsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListDashboardsCommandInput,
|
|
208
|
+
ListDashboardsCommandOutput,
|
|
209
|
+
} from "../commands/ListDashboardsCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListGatewaysCommandInput,
|
|
212
|
+
ListGatewaysCommandOutput,
|
|
213
|
+
} from "../commands/ListGatewaysCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListPortalsCommandInput,
|
|
216
|
+
ListPortalsCommandOutput,
|
|
217
|
+
} from "../commands/ListPortalsCommand";
|
|
218
|
+
import {
|
|
219
|
+
ListProjectAssetsCommandInput,
|
|
220
|
+
ListProjectAssetsCommandOutput,
|
|
221
|
+
} from "../commands/ListProjectAssetsCommand";
|
|
222
|
+
import {
|
|
223
|
+
ListProjectsCommandInput,
|
|
224
|
+
ListProjectsCommandOutput,
|
|
225
|
+
} from "../commands/ListProjectsCommand";
|
|
226
|
+
import {
|
|
227
|
+
ListTagsForResourceCommandInput,
|
|
228
|
+
ListTagsForResourceCommandOutput,
|
|
229
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
230
|
+
import {
|
|
231
|
+
ListTimeSeriesCommandInput,
|
|
232
|
+
ListTimeSeriesCommandOutput,
|
|
233
|
+
} from "../commands/ListTimeSeriesCommand";
|
|
234
|
+
import {
|
|
235
|
+
PutDefaultEncryptionConfigurationCommandInput,
|
|
236
|
+
PutDefaultEncryptionConfigurationCommandOutput,
|
|
237
|
+
} from "../commands/PutDefaultEncryptionConfigurationCommand";
|
|
238
|
+
import {
|
|
239
|
+
PutLoggingOptionsCommandInput,
|
|
240
|
+
PutLoggingOptionsCommandOutput,
|
|
241
|
+
} from "../commands/PutLoggingOptionsCommand";
|
|
242
|
+
import {
|
|
243
|
+
PutStorageConfigurationCommandInput,
|
|
244
|
+
PutStorageConfigurationCommandOutput,
|
|
245
|
+
} from "../commands/PutStorageConfigurationCommand";
|
|
246
|
+
import {
|
|
247
|
+
TagResourceCommandInput,
|
|
248
|
+
TagResourceCommandOutput,
|
|
249
|
+
} from "../commands/TagResourceCommand";
|
|
250
|
+
import {
|
|
251
|
+
UntagResourceCommandInput,
|
|
252
|
+
UntagResourceCommandOutput,
|
|
253
|
+
} from "../commands/UntagResourceCommand";
|
|
254
|
+
import {
|
|
255
|
+
UpdateAccessPolicyCommandInput,
|
|
256
|
+
UpdateAccessPolicyCommandOutput,
|
|
257
|
+
} from "../commands/UpdateAccessPolicyCommand";
|
|
258
|
+
import {
|
|
259
|
+
UpdateAssetCommandInput,
|
|
260
|
+
UpdateAssetCommandOutput,
|
|
261
|
+
} from "../commands/UpdateAssetCommand";
|
|
262
|
+
import {
|
|
263
|
+
UpdateAssetModelCommandInput,
|
|
264
|
+
UpdateAssetModelCommandOutput,
|
|
265
|
+
} from "../commands/UpdateAssetModelCommand";
|
|
266
|
+
import {
|
|
267
|
+
UpdateAssetPropertyCommandInput,
|
|
268
|
+
UpdateAssetPropertyCommandOutput,
|
|
269
|
+
} from "../commands/UpdateAssetPropertyCommand";
|
|
270
|
+
import {
|
|
271
|
+
UpdateDashboardCommandInput,
|
|
272
|
+
UpdateDashboardCommandOutput,
|
|
273
|
+
} from "../commands/UpdateDashboardCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateGatewayCapabilityConfigurationCommandInput,
|
|
276
|
+
UpdateGatewayCapabilityConfigurationCommandOutput,
|
|
277
|
+
} from "../commands/UpdateGatewayCapabilityConfigurationCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpdateGatewayCommandInput,
|
|
280
|
+
UpdateGatewayCommandOutput,
|
|
281
|
+
} from "../commands/UpdateGatewayCommand";
|
|
282
|
+
import {
|
|
283
|
+
UpdatePortalCommandInput,
|
|
284
|
+
UpdatePortalCommandOutput,
|
|
285
|
+
} from "../commands/UpdatePortalCommand";
|
|
286
|
+
import {
|
|
287
|
+
UpdateProjectCommandInput,
|
|
288
|
+
UpdateProjectCommandOutput,
|
|
289
|
+
} from "../commands/UpdateProjectCommand";
|
|
290
|
+
export declare const serializeAws_restJson1AssociateAssetsCommand: (
|
|
291
|
+
input: AssociateAssetsCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (
|
|
295
|
+
input: AssociateTimeSeriesToAssetPropertyCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_restJson1BatchAssociateProjectAssetsCommand: (
|
|
299
|
+
input: BatchAssociateProjectAssetsCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_restJson1BatchDisassociateProjectAssetsCommand: (
|
|
303
|
+
input: BatchDisassociateProjectAssetsCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_restJson1BatchGetAssetPropertyAggregatesCommand: (
|
|
307
|
+
input: BatchGetAssetPropertyAggregatesCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restJson1BatchGetAssetPropertyValueCommand: (
|
|
311
|
+
input: BatchGetAssetPropertyValueCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand: (
|
|
315
|
+
input: BatchGetAssetPropertyValueHistoryCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_restJson1BatchPutAssetPropertyValueCommand: (
|
|
319
|
+
input: BatchPutAssetPropertyValueCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1CreateAccessPolicyCommand: (
|
|
323
|
+
input: CreateAccessPolicyCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_restJson1CreateAssetCommand: (
|
|
327
|
+
input: CreateAssetCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1CreateAssetModelCommand: (
|
|
331
|
+
input: CreateAssetModelCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1CreateBulkImportJobCommand: (
|
|
335
|
+
input: CreateBulkImportJobCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1CreateDashboardCommand: (
|
|
339
|
+
input: CreateDashboardCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1CreateGatewayCommand: (
|
|
343
|
+
input: CreateGatewayCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1CreatePortalCommand: (
|
|
347
|
+
input: CreatePortalCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_restJson1CreateProjectCommand: (
|
|
351
|
+
input: CreateProjectCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_restJson1DeleteAccessPolicyCommand: (
|
|
355
|
+
input: DeleteAccessPolicyCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_restJson1DeleteAssetCommand: (
|
|
359
|
+
input: DeleteAssetCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_restJson1DeleteAssetModelCommand: (
|
|
363
|
+
input: DeleteAssetModelCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_restJson1DeleteDashboardCommand: (
|
|
367
|
+
input: DeleteDashboardCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_restJson1DeleteGatewayCommand: (
|
|
371
|
+
input: DeleteGatewayCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_restJson1DeletePortalCommand: (
|
|
375
|
+
input: DeletePortalCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_restJson1DeleteProjectCommand: (
|
|
379
|
+
input: DeleteProjectCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_restJson1DeleteTimeSeriesCommand: (
|
|
383
|
+
input: DeleteTimeSeriesCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_restJson1DescribeAccessPolicyCommand: (
|
|
387
|
+
input: DescribeAccessPolicyCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_restJson1DescribeAssetCommand: (
|
|
391
|
+
input: DescribeAssetCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_restJson1DescribeAssetModelCommand: (
|
|
395
|
+
input: DescribeAssetModelCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_restJson1DescribeAssetPropertyCommand: (
|
|
399
|
+
input: DescribeAssetPropertyCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_restJson1DescribeBulkImportJobCommand: (
|
|
403
|
+
input: DescribeBulkImportJobCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_restJson1DescribeDashboardCommand: (
|
|
407
|
+
input: DescribeDashboardCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand: (
|
|
411
|
+
input: DescribeDefaultEncryptionConfigurationCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_restJson1DescribeGatewayCommand: (
|
|
415
|
+
input: DescribeGatewayCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand: (
|
|
419
|
+
input: DescribeGatewayCapabilityConfigurationCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_restJson1DescribeLoggingOptionsCommand: (
|
|
423
|
+
input: DescribeLoggingOptionsCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_restJson1DescribePortalCommand: (
|
|
427
|
+
input: DescribePortalCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_restJson1DescribeProjectCommand: (
|
|
431
|
+
input: DescribeProjectCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_restJson1DescribeStorageConfigurationCommand: (
|
|
435
|
+
input: DescribeStorageConfigurationCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_restJson1DescribeTimeSeriesCommand: (
|
|
439
|
+
input: DescribeTimeSeriesCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_restJson1DisassociateAssetsCommand: (
|
|
443
|
+
input: DisassociateAssetsCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand: (
|
|
447
|
+
input: DisassociateTimeSeriesFromAssetPropertyCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_restJson1GetAssetPropertyAggregatesCommand: (
|
|
451
|
+
input: GetAssetPropertyAggregatesCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_restJson1GetAssetPropertyValueCommand: (
|
|
455
|
+
input: GetAssetPropertyValueCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_restJson1GetAssetPropertyValueHistoryCommand: (
|
|
459
|
+
input: GetAssetPropertyValueHistoryCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand: (
|
|
463
|
+
input: GetInterpolatedAssetPropertyValuesCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_restJson1ListAccessPoliciesCommand: (
|
|
467
|
+
input: ListAccessPoliciesCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_restJson1ListAssetModelsCommand: (
|
|
471
|
+
input: ListAssetModelsCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_restJson1ListAssetRelationshipsCommand: (
|
|
475
|
+
input: ListAssetRelationshipsCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_restJson1ListAssetsCommand: (
|
|
479
|
+
input: ListAssetsCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_restJson1ListAssociatedAssetsCommand: (
|
|
483
|
+
input: ListAssociatedAssetsCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_restJson1ListBulkImportJobsCommand: (
|
|
487
|
+
input: ListBulkImportJobsCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_restJson1ListDashboardsCommand: (
|
|
491
|
+
input: ListDashboardsCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_restJson1ListGatewaysCommand: (
|
|
495
|
+
input: ListGatewaysCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_restJson1ListPortalsCommand: (
|
|
499
|
+
input: ListPortalsCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_restJson1ListProjectAssetsCommand: (
|
|
503
|
+
input: ListProjectAssetsCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_restJson1ListProjectsCommand: (
|
|
507
|
+
input: ListProjectsCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
511
|
+
input: ListTagsForResourceCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const serializeAws_restJson1ListTimeSeriesCommand: (
|
|
515
|
+
input: ListTimeSeriesCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_restJson1PutDefaultEncryptionConfigurationCommand: (
|
|
519
|
+
input: PutDefaultEncryptionConfigurationCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const serializeAws_restJson1PutLoggingOptionsCommand: (
|
|
523
|
+
input: PutLoggingOptionsCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const serializeAws_restJson1PutStorageConfigurationCommand: (
|
|
527
|
+
input: PutStorageConfigurationCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
531
|
+
input: TagResourceCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
535
|
+
input: UntagResourceCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const serializeAws_restJson1UpdateAccessPolicyCommand: (
|
|
539
|
+
input: UpdateAccessPolicyCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const serializeAws_restJson1UpdateAssetCommand: (
|
|
543
|
+
input: UpdateAssetCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const serializeAws_restJson1UpdateAssetModelCommand: (
|
|
547
|
+
input: UpdateAssetModelCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const serializeAws_restJson1UpdateAssetPropertyCommand: (
|
|
551
|
+
input: UpdateAssetPropertyCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const serializeAws_restJson1UpdateDashboardCommand: (
|
|
555
|
+
input: UpdateDashboardCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const serializeAws_restJson1UpdateGatewayCommand: (
|
|
559
|
+
input: UpdateGatewayCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const serializeAws_restJson1UpdateGatewayCapabilityConfigurationCommand: (
|
|
563
|
+
input: UpdateGatewayCapabilityConfigurationCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
566
|
+
export declare const serializeAws_restJson1UpdatePortalCommand: (
|
|
567
|
+
input: UpdatePortalCommandInput,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const serializeAws_restJson1UpdateProjectCommand: (
|
|
571
|
+
input: UpdateProjectCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const deserializeAws_restJson1AssociateAssetsCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<AssociateAssetsCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<AssociateTimeSeriesToAssetPropertyCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_restJson1BatchAssociateProjectAssetsCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<BatchAssociateProjectAssetsCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_restJson1BatchDisassociateProjectAssetsCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<BatchDisassociateProjectAssetsCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_restJson1BatchGetAssetPropertyAggregatesCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<BatchGetAssetPropertyAggregatesCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_restJson1BatchGetAssetPropertyValueCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<BatchGetAssetPropertyValueCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<BatchGetAssetPropertyValueHistoryCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_restJson1BatchPutAssetPropertyValueCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<BatchPutAssetPropertyValueCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_restJson1CreateAccessPolicyCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<CreateAccessPolicyCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_restJson1CreateAssetCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<CreateAssetCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_restJson1CreateAssetModelCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<CreateAssetModelCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_restJson1CreateBulkImportJobCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<CreateBulkImportJobCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_restJson1CreateDashboardCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<CreateDashboardCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_restJson1CreateGatewayCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<CreateGatewayCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_restJson1CreatePortalCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<CreatePortalCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_restJson1CreateProjectCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<CreateProjectCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_restJson1DeleteAccessPolicyCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<DeleteAccessPolicyCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_restJson1DeleteAssetCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<DeleteAssetCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_restJson1DeleteAssetModelCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<DeleteAssetModelCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_restJson1DeleteDashboardCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<DeleteDashboardCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_restJson1DeleteGatewayCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<DeleteGatewayCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_restJson1DeletePortalCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<DeletePortalCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_restJson1DeleteProjectCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<DeleteProjectCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_restJson1DeleteTimeSeriesCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<DeleteTimeSeriesCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_restJson1DescribeAccessPolicyCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<DescribeAccessPolicyCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_restJson1DescribeAssetCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<DescribeAssetCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_restJson1DescribeAssetModelCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<DescribeAssetModelCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_restJson1DescribeAssetPropertyCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<DescribeAssetPropertyCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_restJson1DescribeBulkImportJobCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<DescribeBulkImportJobCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_restJson1DescribeDashboardCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<DescribeDashboardCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_restJson1DescribeGatewayCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<DescribeGatewayCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<DescribeGatewayCapabilityConfigurationCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_restJson1DescribeLoggingOptionsCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<DescribeLoggingOptionsCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_restJson1DescribePortalCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<DescribePortalCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_restJson1DescribeProjectCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<DescribeProjectCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_restJson1DescribeStorageConfigurationCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<DescribeStorageConfigurationCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_restJson1DescribeTimeSeriesCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<DescribeTimeSeriesCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_restJson1DisassociateAssetsCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<DisassociateAssetsCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_restJson1GetAssetPropertyAggregatesCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<GetAssetPropertyAggregatesCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_restJson1GetAssetPropertyValueCommand: (
|
|
739
|
+
output: __HttpResponse,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<GetAssetPropertyValueCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_restJson1GetAssetPropertyValueHistoryCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<GetAssetPropertyValueHistoryCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_restJson1GetInterpolatedAssetPropertyValuesCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<GetInterpolatedAssetPropertyValuesCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_restJson1ListAccessPoliciesCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<ListAccessPoliciesCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_restJson1ListAssetModelsCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<ListAssetModelsCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_restJson1ListAssetRelationshipsCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<ListAssetRelationshipsCommandOutput>;
|
|
762
|
+
export declare const deserializeAws_restJson1ListAssetsCommand: (
|
|
763
|
+
output: __HttpResponse,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<ListAssetsCommandOutput>;
|
|
766
|
+
export declare const deserializeAws_restJson1ListAssociatedAssetsCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<ListAssociatedAssetsCommandOutput>;
|
|
770
|
+
export declare const deserializeAws_restJson1ListBulkImportJobsCommand: (
|
|
771
|
+
output: __HttpResponse,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<ListBulkImportJobsCommandOutput>;
|
|
774
|
+
export declare const deserializeAws_restJson1ListDashboardsCommand: (
|
|
775
|
+
output: __HttpResponse,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<ListDashboardsCommandOutput>;
|
|
778
|
+
export declare const deserializeAws_restJson1ListGatewaysCommand: (
|
|
779
|
+
output: __HttpResponse,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<ListGatewaysCommandOutput>;
|
|
782
|
+
export declare const deserializeAws_restJson1ListPortalsCommand: (
|
|
783
|
+
output: __HttpResponse,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<ListPortalsCommandOutput>;
|
|
786
|
+
export declare const deserializeAws_restJson1ListProjectAssetsCommand: (
|
|
787
|
+
output: __HttpResponse,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<ListProjectAssetsCommandOutput>;
|
|
790
|
+
export declare const deserializeAws_restJson1ListProjectsCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<ListProjectsCommandOutput>;
|
|
794
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
795
|
+
output: __HttpResponse,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
798
|
+
export declare const deserializeAws_restJson1ListTimeSeriesCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<ListTimeSeriesCommandOutput>;
|
|
802
|
+
export declare const deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand: (
|
|
803
|
+
output: __HttpResponse,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<PutDefaultEncryptionConfigurationCommandOutput>;
|
|
806
|
+
export declare const deserializeAws_restJson1PutLoggingOptionsCommand: (
|
|
807
|
+
output: __HttpResponse,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<PutLoggingOptionsCommandOutput>;
|
|
810
|
+
export declare const deserializeAws_restJson1PutStorageConfigurationCommand: (
|
|
811
|
+
output: __HttpResponse,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<PutStorageConfigurationCommandOutput>;
|
|
814
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
815
|
+
output: __HttpResponse,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<TagResourceCommandOutput>;
|
|
818
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
819
|
+
output: __HttpResponse,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
822
|
+
export declare const deserializeAws_restJson1UpdateAccessPolicyCommand: (
|
|
823
|
+
output: __HttpResponse,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<UpdateAccessPolicyCommandOutput>;
|
|
826
|
+
export declare const deserializeAws_restJson1UpdateAssetCommand: (
|
|
827
|
+
output: __HttpResponse,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<UpdateAssetCommandOutput>;
|
|
830
|
+
export declare const deserializeAws_restJson1UpdateAssetModelCommand: (
|
|
831
|
+
output: __HttpResponse,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<UpdateAssetModelCommandOutput>;
|
|
834
|
+
export declare const deserializeAws_restJson1UpdateAssetPropertyCommand: (
|
|
835
|
+
output: __HttpResponse,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<UpdateAssetPropertyCommandOutput>;
|
|
838
|
+
export declare const deserializeAws_restJson1UpdateDashboardCommand: (
|
|
839
|
+
output: __HttpResponse,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<UpdateDashboardCommandOutput>;
|
|
842
|
+
export declare const deserializeAws_restJson1UpdateGatewayCommand: (
|
|
843
|
+
output: __HttpResponse,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<UpdateGatewayCommandOutput>;
|
|
846
|
+
export declare const deserializeAws_restJson1UpdateGatewayCapabilityConfigurationCommand: (
|
|
847
|
+
output: __HttpResponse,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<UpdateGatewayCapabilityConfigurationCommandOutput>;
|
|
850
|
+
export declare const deserializeAws_restJson1UpdatePortalCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<UpdatePortalCommandOutput>;
|
|
854
|
+
export declare const deserializeAws_restJson1UpdateProjectCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<UpdateProjectCommandOutput>;
|