@aws-sdk/client-iotsitewise 3.168.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 +16 -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,144 +1,555 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateAssetsCommandInput,
|
|
47
|
+
AssociateAssetsCommandOutput,
|
|
48
|
+
} from "./commands/AssociateAssetsCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociateTimeSeriesToAssetPropertyCommandInput,
|
|
51
|
+
AssociateTimeSeriesToAssetPropertyCommandOutput,
|
|
52
|
+
} from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchAssociateProjectAssetsCommandInput,
|
|
55
|
+
BatchAssociateProjectAssetsCommandOutput,
|
|
56
|
+
} from "./commands/BatchAssociateProjectAssetsCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchDisassociateProjectAssetsCommandInput,
|
|
59
|
+
BatchDisassociateProjectAssetsCommandOutput,
|
|
60
|
+
} from "./commands/BatchDisassociateProjectAssetsCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchGetAssetPropertyAggregatesCommandInput,
|
|
63
|
+
BatchGetAssetPropertyAggregatesCommandOutput,
|
|
64
|
+
} from "./commands/BatchGetAssetPropertyAggregatesCommand";
|
|
65
|
+
import {
|
|
66
|
+
BatchGetAssetPropertyValueCommandInput,
|
|
67
|
+
BatchGetAssetPropertyValueCommandOutput,
|
|
68
|
+
} from "./commands/BatchGetAssetPropertyValueCommand";
|
|
69
|
+
import {
|
|
70
|
+
BatchGetAssetPropertyValueHistoryCommandInput,
|
|
71
|
+
BatchGetAssetPropertyValueHistoryCommandOutput,
|
|
72
|
+
} from "./commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
73
|
+
import {
|
|
74
|
+
BatchPutAssetPropertyValueCommandInput,
|
|
75
|
+
BatchPutAssetPropertyValueCommandOutput,
|
|
76
|
+
} from "./commands/BatchPutAssetPropertyValueCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateAccessPolicyCommandInput,
|
|
79
|
+
CreateAccessPolicyCommandOutput,
|
|
80
|
+
} from "./commands/CreateAccessPolicyCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateAssetCommandInput,
|
|
83
|
+
CreateAssetCommandOutput,
|
|
84
|
+
} from "./commands/CreateAssetCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateAssetModelCommandInput,
|
|
87
|
+
CreateAssetModelCommandOutput,
|
|
88
|
+
} from "./commands/CreateAssetModelCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateBulkImportJobCommandInput,
|
|
91
|
+
CreateBulkImportJobCommandOutput,
|
|
92
|
+
} from "./commands/CreateBulkImportJobCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateDashboardCommandInput,
|
|
95
|
+
CreateDashboardCommandOutput,
|
|
96
|
+
} from "./commands/CreateDashboardCommand";
|
|
97
|
+
import {
|
|
98
|
+
CreateGatewayCommandInput,
|
|
99
|
+
CreateGatewayCommandOutput,
|
|
100
|
+
} from "./commands/CreateGatewayCommand";
|
|
101
|
+
import {
|
|
102
|
+
CreatePortalCommandInput,
|
|
103
|
+
CreatePortalCommandOutput,
|
|
104
|
+
} from "./commands/CreatePortalCommand";
|
|
105
|
+
import {
|
|
106
|
+
CreateProjectCommandInput,
|
|
107
|
+
CreateProjectCommandOutput,
|
|
108
|
+
} from "./commands/CreateProjectCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteAccessPolicyCommandInput,
|
|
111
|
+
DeleteAccessPolicyCommandOutput,
|
|
112
|
+
} from "./commands/DeleteAccessPolicyCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteAssetCommandInput,
|
|
115
|
+
DeleteAssetCommandOutput,
|
|
116
|
+
} from "./commands/DeleteAssetCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteAssetModelCommandInput,
|
|
119
|
+
DeleteAssetModelCommandOutput,
|
|
120
|
+
} from "./commands/DeleteAssetModelCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteDashboardCommandInput,
|
|
123
|
+
DeleteDashboardCommandOutput,
|
|
124
|
+
} from "./commands/DeleteDashboardCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteGatewayCommandInput,
|
|
127
|
+
DeleteGatewayCommandOutput,
|
|
128
|
+
} from "./commands/DeleteGatewayCommand";
|
|
129
|
+
import {
|
|
130
|
+
DeletePortalCommandInput,
|
|
131
|
+
DeletePortalCommandOutput,
|
|
132
|
+
} from "./commands/DeletePortalCommand";
|
|
133
|
+
import {
|
|
134
|
+
DeleteProjectCommandInput,
|
|
135
|
+
DeleteProjectCommandOutput,
|
|
136
|
+
} from "./commands/DeleteProjectCommand";
|
|
137
|
+
import {
|
|
138
|
+
DeleteTimeSeriesCommandInput,
|
|
139
|
+
DeleteTimeSeriesCommandOutput,
|
|
140
|
+
} from "./commands/DeleteTimeSeriesCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeAccessPolicyCommandInput,
|
|
143
|
+
DescribeAccessPolicyCommandOutput,
|
|
144
|
+
} from "./commands/DescribeAccessPolicyCommand";
|
|
145
|
+
import {
|
|
146
|
+
DescribeAssetCommandInput,
|
|
147
|
+
DescribeAssetCommandOutput,
|
|
148
|
+
} from "./commands/DescribeAssetCommand";
|
|
149
|
+
import {
|
|
150
|
+
DescribeAssetModelCommandInput,
|
|
151
|
+
DescribeAssetModelCommandOutput,
|
|
152
|
+
} from "./commands/DescribeAssetModelCommand";
|
|
153
|
+
import {
|
|
154
|
+
DescribeAssetPropertyCommandInput,
|
|
155
|
+
DescribeAssetPropertyCommandOutput,
|
|
156
|
+
} from "./commands/DescribeAssetPropertyCommand";
|
|
157
|
+
import {
|
|
158
|
+
DescribeBulkImportJobCommandInput,
|
|
159
|
+
DescribeBulkImportJobCommandOutput,
|
|
160
|
+
} from "./commands/DescribeBulkImportJobCommand";
|
|
161
|
+
import {
|
|
162
|
+
DescribeDashboardCommandInput,
|
|
163
|
+
DescribeDashboardCommandOutput,
|
|
164
|
+
} from "./commands/DescribeDashboardCommand";
|
|
165
|
+
import {
|
|
166
|
+
DescribeDefaultEncryptionConfigurationCommandInput,
|
|
167
|
+
DescribeDefaultEncryptionConfigurationCommandOutput,
|
|
168
|
+
} from "./commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
169
|
+
import {
|
|
170
|
+
DescribeGatewayCapabilityConfigurationCommandInput,
|
|
171
|
+
DescribeGatewayCapabilityConfigurationCommandOutput,
|
|
172
|
+
} from "./commands/DescribeGatewayCapabilityConfigurationCommand";
|
|
173
|
+
import {
|
|
174
|
+
DescribeGatewayCommandInput,
|
|
175
|
+
DescribeGatewayCommandOutput,
|
|
176
|
+
} from "./commands/DescribeGatewayCommand";
|
|
177
|
+
import {
|
|
178
|
+
DescribeLoggingOptionsCommandInput,
|
|
179
|
+
DescribeLoggingOptionsCommandOutput,
|
|
180
|
+
} from "./commands/DescribeLoggingOptionsCommand";
|
|
181
|
+
import {
|
|
182
|
+
DescribePortalCommandInput,
|
|
183
|
+
DescribePortalCommandOutput,
|
|
184
|
+
} from "./commands/DescribePortalCommand";
|
|
185
|
+
import {
|
|
186
|
+
DescribeProjectCommandInput,
|
|
187
|
+
DescribeProjectCommandOutput,
|
|
188
|
+
} from "./commands/DescribeProjectCommand";
|
|
189
|
+
import {
|
|
190
|
+
DescribeStorageConfigurationCommandInput,
|
|
191
|
+
DescribeStorageConfigurationCommandOutput,
|
|
192
|
+
} from "./commands/DescribeStorageConfigurationCommand";
|
|
193
|
+
import {
|
|
194
|
+
DescribeTimeSeriesCommandInput,
|
|
195
|
+
DescribeTimeSeriesCommandOutput,
|
|
196
|
+
} from "./commands/DescribeTimeSeriesCommand";
|
|
197
|
+
import {
|
|
198
|
+
DisassociateAssetsCommandInput,
|
|
199
|
+
DisassociateAssetsCommandOutput,
|
|
200
|
+
} from "./commands/DisassociateAssetsCommand";
|
|
201
|
+
import {
|
|
202
|
+
DisassociateTimeSeriesFromAssetPropertyCommandInput,
|
|
203
|
+
DisassociateTimeSeriesFromAssetPropertyCommandOutput,
|
|
204
|
+
} from "./commands/DisassociateTimeSeriesFromAssetPropertyCommand";
|
|
205
|
+
import {
|
|
206
|
+
GetAssetPropertyAggregatesCommandInput,
|
|
207
|
+
GetAssetPropertyAggregatesCommandOutput,
|
|
208
|
+
} from "./commands/GetAssetPropertyAggregatesCommand";
|
|
209
|
+
import {
|
|
210
|
+
GetAssetPropertyValueCommandInput,
|
|
211
|
+
GetAssetPropertyValueCommandOutput,
|
|
212
|
+
} from "./commands/GetAssetPropertyValueCommand";
|
|
213
|
+
import {
|
|
214
|
+
GetAssetPropertyValueHistoryCommandInput,
|
|
215
|
+
GetAssetPropertyValueHistoryCommandOutput,
|
|
216
|
+
} from "./commands/GetAssetPropertyValueHistoryCommand";
|
|
217
|
+
import {
|
|
218
|
+
GetInterpolatedAssetPropertyValuesCommandInput,
|
|
219
|
+
GetInterpolatedAssetPropertyValuesCommandOutput,
|
|
220
|
+
} from "./commands/GetInterpolatedAssetPropertyValuesCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListAccessPoliciesCommandInput,
|
|
223
|
+
ListAccessPoliciesCommandOutput,
|
|
224
|
+
} from "./commands/ListAccessPoliciesCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListAssetModelsCommandInput,
|
|
227
|
+
ListAssetModelsCommandOutput,
|
|
228
|
+
} from "./commands/ListAssetModelsCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListAssetRelationshipsCommandInput,
|
|
231
|
+
ListAssetRelationshipsCommandOutput,
|
|
232
|
+
} from "./commands/ListAssetRelationshipsCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListAssetsCommandInput,
|
|
235
|
+
ListAssetsCommandOutput,
|
|
236
|
+
} from "./commands/ListAssetsCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListAssociatedAssetsCommandInput,
|
|
239
|
+
ListAssociatedAssetsCommandOutput,
|
|
240
|
+
} from "./commands/ListAssociatedAssetsCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListBulkImportJobsCommandInput,
|
|
243
|
+
ListBulkImportJobsCommandOutput,
|
|
244
|
+
} from "./commands/ListBulkImportJobsCommand";
|
|
245
|
+
import {
|
|
246
|
+
ListDashboardsCommandInput,
|
|
247
|
+
ListDashboardsCommandOutput,
|
|
248
|
+
} from "./commands/ListDashboardsCommand";
|
|
249
|
+
import {
|
|
250
|
+
ListGatewaysCommandInput,
|
|
251
|
+
ListGatewaysCommandOutput,
|
|
252
|
+
} from "./commands/ListGatewaysCommand";
|
|
253
|
+
import {
|
|
254
|
+
ListPortalsCommandInput,
|
|
255
|
+
ListPortalsCommandOutput,
|
|
256
|
+
} from "./commands/ListPortalsCommand";
|
|
257
|
+
import {
|
|
258
|
+
ListProjectAssetsCommandInput,
|
|
259
|
+
ListProjectAssetsCommandOutput,
|
|
260
|
+
} from "./commands/ListProjectAssetsCommand";
|
|
261
|
+
import {
|
|
262
|
+
ListProjectsCommandInput,
|
|
263
|
+
ListProjectsCommandOutput,
|
|
264
|
+
} from "./commands/ListProjectsCommand";
|
|
265
|
+
import {
|
|
266
|
+
ListTagsForResourceCommandInput,
|
|
267
|
+
ListTagsForResourceCommandOutput,
|
|
268
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
269
|
+
import {
|
|
270
|
+
ListTimeSeriesCommandInput,
|
|
271
|
+
ListTimeSeriesCommandOutput,
|
|
272
|
+
} from "./commands/ListTimeSeriesCommand";
|
|
273
|
+
import {
|
|
274
|
+
PutDefaultEncryptionConfigurationCommandInput,
|
|
275
|
+
PutDefaultEncryptionConfigurationCommandOutput,
|
|
276
|
+
} from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
277
|
+
import {
|
|
278
|
+
PutLoggingOptionsCommandInput,
|
|
279
|
+
PutLoggingOptionsCommandOutput,
|
|
280
|
+
} from "./commands/PutLoggingOptionsCommand";
|
|
281
|
+
import {
|
|
282
|
+
PutStorageConfigurationCommandInput,
|
|
283
|
+
PutStorageConfigurationCommandOutput,
|
|
284
|
+
} from "./commands/PutStorageConfigurationCommand";
|
|
285
|
+
import {
|
|
286
|
+
TagResourceCommandInput,
|
|
287
|
+
TagResourceCommandOutput,
|
|
288
|
+
} from "./commands/TagResourceCommand";
|
|
289
|
+
import {
|
|
290
|
+
UntagResourceCommandInput,
|
|
291
|
+
UntagResourceCommandOutput,
|
|
292
|
+
} from "./commands/UntagResourceCommand";
|
|
293
|
+
import {
|
|
294
|
+
UpdateAccessPolicyCommandInput,
|
|
295
|
+
UpdateAccessPolicyCommandOutput,
|
|
296
|
+
} from "./commands/UpdateAccessPolicyCommand";
|
|
297
|
+
import {
|
|
298
|
+
UpdateAssetCommandInput,
|
|
299
|
+
UpdateAssetCommandOutput,
|
|
300
|
+
} from "./commands/UpdateAssetCommand";
|
|
301
|
+
import {
|
|
302
|
+
UpdateAssetModelCommandInput,
|
|
303
|
+
UpdateAssetModelCommandOutput,
|
|
304
|
+
} from "./commands/UpdateAssetModelCommand";
|
|
305
|
+
import {
|
|
306
|
+
UpdateAssetPropertyCommandInput,
|
|
307
|
+
UpdateAssetPropertyCommandOutput,
|
|
308
|
+
} from "./commands/UpdateAssetPropertyCommand";
|
|
309
|
+
import {
|
|
310
|
+
UpdateDashboardCommandInput,
|
|
311
|
+
UpdateDashboardCommandOutput,
|
|
312
|
+
} from "./commands/UpdateDashboardCommand";
|
|
313
|
+
import {
|
|
314
|
+
UpdateGatewayCapabilityConfigurationCommandInput,
|
|
315
|
+
UpdateGatewayCapabilityConfigurationCommandOutput,
|
|
316
|
+
} from "./commands/UpdateGatewayCapabilityConfigurationCommand";
|
|
317
|
+
import {
|
|
318
|
+
UpdateGatewayCommandInput,
|
|
319
|
+
UpdateGatewayCommandOutput,
|
|
320
|
+
} from "./commands/UpdateGatewayCommand";
|
|
321
|
+
import {
|
|
322
|
+
UpdatePortalCommandInput,
|
|
323
|
+
UpdatePortalCommandOutput,
|
|
324
|
+
} from "./commands/UpdatePortalCommand";
|
|
325
|
+
import {
|
|
326
|
+
UpdateProjectCommandInput,
|
|
327
|
+
UpdateProjectCommandOutput,
|
|
328
|
+
} from "./commands/UpdateProjectCommand";
|
|
329
|
+
export declare type ServiceInputTypes =
|
|
330
|
+
| AssociateAssetsCommandInput
|
|
331
|
+
| AssociateTimeSeriesToAssetPropertyCommandInput
|
|
332
|
+
| BatchAssociateProjectAssetsCommandInput
|
|
333
|
+
| BatchDisassociateProjectAssetsCommandInput
|
|
334
|
+
| BatchGetAssetPropertyAggregatesCommandInput
|
|
335
|
+
| BatchGetAssetPropertyValueCommandInput
|
|
336
|
+
| BatchGetAssetPropertyValueHistoryCommandInput
|
|
337
|
+
| BatchPutAssetPropertyValueCommandInput
|
|
338
|
+
| CreateAccessPolicyCommandInput
|
|
339
|
+
| CreateAssetCommandInput
|
|
340
|
+
| CreateAssetModelCommandInput
|
|
341
|
+
| CreateBulkImportJobCommandInput
|
|
342
|
+
| CreateDashboardCommandInput
|
|
343
|
+
| CreateGatewayCommandInput
|
|
344
|
+
| CreatePortalCommandInput
|
|
345
|
+
| CreateProjectCommandInput
|
|
346
|
+
| DeleteAccessPolicyCommandInput
|
|
347
|
+
| DeleteAssetCommandInput
|
|
348
|
+
| DeleteAssetModelCommandInput
|
|
349
|
+
| DeleteDashboardCommandInput
|
|
350
|
+
| DeleteGatewayCommandInput
|
|
351
|
+
| DeletePortalCommandInput
|
|
352
|
+
| DeleteProjectCommandInput
|
|
353
|
+
| DeleteTimeSeriesCommandInput
|
|
354
|
+
| DescribeAccessPolicyCommandInput
|
|
355
|
+
| DescribeAssetCommandInput
|
|
356
|
+
| DescribeAssetModelCommandInput
|
|
357
|
+
| DescribeAssetPropertyCommandInput
|
|
358
|
+
| DescribeBulkImportJobCommandInput
|
|
359
|
+
| DescribeDashboardCommandInput
|
|
360
|
+
| DescribeDefaultEncryptionConfigurationCommandInput
|
|
361
|
+
| DescribeGatewayCapabilityConfigurationCommandInput
|
|
362
|
+
| DescribeGatewayCommandInput
|
|
363
|
+
| DescribeLoggingOptionsCommandInput
|
|
364
|
+
| DescribePortalCommandInput
|
|
365
|
+
| DescribeProjectCommandInput
|
|
366
|
+
| DescribeStorageConfigurationCommandInput
|
|
367
|
+
| DescribeTimeSeriesCommandInput
|
|
368
|
+
| DisassociateAssetsCommandInput
|
|
369
|
+
| DisassociateTimeSeriesFromAssetPropertyCommandInput
|
|
370
|
+
| GetAssetPropertyAggregatesCommandInput
|
|
371
|
+
| GetAssetPropertyValueCommandInput
|
|
372
|
+
| GetAssetPropertyValueHistoryCommandInput
|
|
373
|
+
| GetInterpolatedAssetPropertyValuesCommandInput
|
|
374
|
+
| ListAccessPoliciesCommandInput
|
|
375
|
+
| ListAssetModelsCommandInput
|
|
376
|
+
| ListAssetRelationshipsCommandInput
|
|
377
|
+
| ListAssetsCommandInput
|
|
378
|
+
| ListAssociatedAssetsCommandInput
|
|
379
|
+
| ListBulkImportJobsCommandInput
|
|
380
|
+
| ListDashboardsCommandInput
|
|
381
|
+
| ListGatewaysCommandInput
|
|
382
|
+
| ListPortalsCommandInput
|
|
383
|
+
| ListProjectAssetsCommandInput
|
|
384
|
+
| ListProjectsCommandInput
|
|
385
|
+
| ListTagsForResourceCommandInput
|
|
386
|
+
| ListTimeSeriesCommandInput
|
|
387
|
+
| PutDefaultEncryptionConfigurationCommandInput
|
|
388
|
+
| PutLoggingOptionsCommandInput
|
|
389
|
+
| PutStorageConfigurationCommandInput
|
|
390
|
+
| TagResourceCommandInput
|
|
391
|
+
| UntagResourceCommandInput
|
|
392
|
+
| UpdateAccessPolicyCommandInput
|
|
393
|
+
| UpdateAssetCommandInput
|
|
394
|
+
| UpdateAssetModelCommandInput
|
|
395
|
+
| UpdateAssetPropertyCommandInput
|
|
396
|
+
| UpdateDashboardCommandInput
|
|
397
|
+
| UpdateGatewayCapabilityConfigurationCommandInput
|
|
398
|
+
| UpdateGatewayCommandInput
|
|
399
|
+
| UpdatePortalCommandInput
|
|
400
|
+
| UpdateProjectCommandInput;
|
|
401
|
+
export declare type ServiceOutputTypes =
|
|
402
|
+
| AssociateAssetsCommandOutput
|
|
403
|
+
| AssociateTimeSeriesToAssetPropertyCommandOutput
|
|
404
|
+
| BatchAssociateProjectAssetsCommandOutput
|
|
405
|
+
| BatchDisassociateProjectAssetsCommandOutput
|
|
406
|
+
| BatchGetAssetPropertyAggregatesCommandOutput
|
|
407
|
+
| BatchGetAssetPropertyValueCommandOutput
|
|
408
|
+
| BatchGetAssetPropertyValueHistoryCommandOutput
|
|
409
|
+
| BatchPutAssetPropertyValueCommandOutput
|
|
410
|
+
| CreateAccessPolicyCommandOutput
|
|
411
|
+
| CreateAssetCommandOutput
|
|
412
|
+
| CreateAssetModelCommandOutput
|
|
413
|
+
| CreateBulkImportJobCommandOutput
|
|
414
|
+
| CreateDashboardCommandOutput
|
|
415
|
+
| CreateGatewayCommandOutput
|
|
416
|
+
| CreatePortalCommandOutput
|
|
417
|
+
| CreateProjectCommandOutput
|
|
418
|
+
| DeleteAccessPolicyCommandOutput
|
|
419
|
+
| DeleteAssetCommandOutput
|
|
420
|
+
| DeleteAssetModelCommandOutput
|
|
421
|
+
| DeleteDashboardCommandOutput
|
|
422
|
+
| DeleteGatewayCommandOutput
|
|
423
|
+
| DeletePortalCommandOutput
|
|
424
|
+
| DeleteProjectCommandOutput
|
|
425
|
+
| DeleteTimeSeriesCommandOutput
|
|
426
|
+
| DescribeAccessPolicyCommandOutput
|
|
427
|
+
| DescribeAssetCommandOutput
|
|
428
|
+
| DescribeAssetModelCommandOutput
|
|
429
|
+
| DescribeAssetPropertyCommandOutput
|
|
430
|
+
| DescribeBulkImportJobCommandOutput
|
|
431
|
+
| DescribeDashboardCommandOutput
|
|
432
|
+
| DescribeDefaultEncryptionConfigurationCommandOutput
|
|
433
|
+
| DescribeGatewayCapabilityConfigurationCommandOutput
|
|
434
|
+
| DescribeGatewayCommandOutput
|
|
435
|
+
| DescribeLoggingOptionsCommandOutput
|
|
436
|
+
| DescribePortalCommandOutput
|
|
437
|
+
| DescribeProjectCommandOutput
|
|
438
|
+
| DescribeStorageConfigurationCommandOutput
|
|
439
|
+
| DescribeTimeSeriesCommandOutput
|
|
440
|
+
| DisassociateAssetsCommandOutput
|
|
441
|
+
| DisassociateTimeSeriesFromAssetPropertyCommandOutput
|
|
442
|
+
| GetAssetPropertyAggregatesCommandOutput
|
|
443
|
+
| GetAssetPropertyValueCommandOutput
|
|
444
|
+
| GetAssetPropertyValueHistoryCommandOutput
|
|
445
|
+
| GetInterpolatedAssetPropertyValuesCommandOutput
|
|
446
|
+
| ListAccessPoliciesCommandOutput
|
|
447
|
+
| ListAssetModelsCommandOutput
|
|
448
|
+
| ListAssetRelationshipsCommandOutput
|
|
449
|
+
| ListAssetsCommandOutput
|
|
450
|
+
| ListAssociatedAssetsCommandOutput
|
|
451
|
+
| ListBulkImportJobsCommandOutput
|
|
452
|
+
| ListDashboardsCommandOutput
|
|
453
|
+
| ListGatewaysCommandOutput
|
|
454
|
+
| ListPortalsCommandOutput
|
|
455
|
+
| ListProjectAssetsCommandOutput
|
|
456
|
+
| ListProjectsCommandOutput
|
|
457
|
+
| ListTagsForResourceCommandOutput
|
|
458
|
+
| ListTimeSeriesCommandOutput
|
|
459
|
+
| PutDefaultEncryptionConfigurationCommandOutput
|
|
460
|
+
| PutLoggingOptionsCommandOutput
|
|
461
|
+
| PutStorageConfigurationCommandOutput
|
|
462
|
+
| TagResourceCommandOutput
|
|
463
|
+
| UntagResourceCommandOutput
|
|
464
|
+
| UpdateAccessPolicyCommandOutput
|
|
465
|
+
| UpdateAssetCommandOutput
|
|
466
|
+
| UpdateAssetModelCommandOutput
|
|
467
|
+
| UpdateAssetPropertyCommandOutput
|
|
468
|
+
| UpdateDashboardCommandOutput
|
|
469
|
+
| UpdateGatewayCapabilityConfigurationCommandOutput
|
|
470
|
+
| UpdateGatewayCommandOutput
|
|
471
|
+
| UpdatePortalCommandOutput
|
|
472
|
+
| UpdateProjectCommandOutput;
|
|
473
|
+
export interface ClientDefaults
|
|
474
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
475
|
+
requestHandler?: __HttpHandler;
|
|
476
|
+
|
|
477
|
+
sha256?: __HashConstructor;
|
|
478
|
+
|
|
479
|
+
urlParser?: __UrlParser;
|
|
480
|
+
|
|
481
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
482
|
+
|
|
483
|
+
streamCollector?: __StreamCollector;
|
|
484
|
+
|
|
485
|
+
base64Decoder?: __Decoder;
|
|
486
|
+
|
|
487
|
+
base64Encoder?: __Encoder;
|
|
488
|
+
|
|
489
|
+
utf8Decoder?: __Decoder;
|
|
490
|
+
|
|
491
|
+
utf8Encoder?: __Encoder;
|
|
492
|
+
|
|
493
|
+
runtime?: string;
|
|
494
|
+
|
|
495
|
+
disableHostPrefix?: boolean;
|
|
496
|
+
|
|
497
|
+
maxAttempts?: number | __Provider<number>;
|
|
498
|
+
|
|
499
|
+
retryMode?: string | __Provider<string>;
|
|
500
|
+
|
|
501
|
+
logger?: __Logger;
|
|
502
|
+
|
|
503
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
504
|
+
|
|
505
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
506
|
+
|
|
507
|
+
serviceId?: string;
|
|
508
|
+
|
|
509
|
+
region?: string | __Provider<string>;
|
|
510
|
+
|
|
511
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
512
|
+
|
|
513
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
514
|
+
|
|
515
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
516
|
+
|
|
517
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
518
|
+
}
|
|
519
|
+
declare type IoTSiteWiseClientConfigType = Partial<
|
|
520
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
521
|
+
> &
|
|
522
|
+
ClientDefaults &
|
|
523
|
+
RegionInputConfig &
|
|
524
|
+
EndpointsInputConfig &
|
|
525
|
+
RetryInputConfig &
|
|
526
|
+
HostHeaderInputConfig &
|
|
527
|
+
AwsAuthInputConfig &
|
|
528
|
+
UserAgentInputConfig;
|
|
529
|
+
|
|
530
|
+
export interface IoTSiteWiseClientConfig extends IoTSiteWiseClientConfigType {}
|
|
531
|
+
declare type IoTSiteWiseClientResolvedConfigType =
|
|
532
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
533
|
+
Required<ClientDefaults> &
|
|
534
|
+
RegionResolvedConfig &
|
|
535
|
+
EndpointsResolvedConfig &
|
|
536
|
+
RetryResolvedConfig &
|
|
537
|
+
HostHeaderResolvedConfig &
|
|
538
|
+
AwsAuthResolvedConfig &
|
|
539
|
+
UserAgentResolvedConfig;
|
|
540
|
+
|
|
541
|
+
export interface IoTSiteWiseClientResolvedConfig
|
|
542
|
+
extends IoTSiteWiseClientResolvedConfigType {}
|
|
543
|
+
|
|
544
|
+
export declare class IoTSiteWiseClient extends __Client<
|
|
545
|
+
__HttpHandlerOptions,
|
|
546
|
+
ServiceInputTypes,
|
|
547
|
+
ServiceOutputTypes,
|
|
548
|
+
IoTSiteWiseClientResolvedConfig
|
|
549
|
+
> {
|
|
550
|
+
readonly config: IoTSiteWiseClientResolvedConfig;
|
|
551
|
+
constructor(configuration: IoTSiteWiseClientConfig);
|
|
552
|
+
|
|
553
|
+
destroy(): void;
|
|
554
|
+
}
|
|
555
|
+
export {};
|