| 1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\IoTSiteWise;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS IoT SiteWise** service.
|
|
|
8 |
* @method \Aws\Result associateAssets(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise associateAssetsAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result associateTimeSeriesToAssetProperty(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise associateTimeSeriesToAssetPropertyAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result batchAssociateProjectAssets(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise batchAssociateProjectAssetsAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result batchDisassociateProjectAssets(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise batchDisassociateProjectAssetsAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result batchGetAssetPropertyAggregates(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise batchGetAssetPropertyAggregatesAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result batchGetAssetPropertyValue(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise batchGetAssetPropertyValueAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result batchGetAssetPropertyValueHistory(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise batchGetAssetPropertyValueHistoryAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result batchPutAssetPropertyValue(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise batchPutAssetPropertyValueAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result createAccessPolicy(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise createAccessPolicyAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result createAsset(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise createAssetAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result createAssetModel(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise createAssetModelAsync(array $args = [])
|
| 1441 |
ariadna |
30 |
* @method \Aws\Result createAssetModelCompositeModel(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise createAssetModelCompositeModelAsync(array $args = [])
|
| 1 |
efrain |
32 |
* @method \Aws\Result createBulkImportJob(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise createBulkImportJobAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result createDashboard(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise createDashboardAsync(array $args = [])
|
| 1441 |
ariadna |
36 |
* @method \Aws\Result createDataset(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
|
| 1 |
efrain |
38 |
* @method \Aws\Result createGateway(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise createGatewayAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result createPortal(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise createPortalAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result createProject(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result deleteAccessPolicy(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise deleteAccessPolicyAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result deleteAsset(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise deleteAssetAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result deleteAssetModel(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise deleteAssetModelAsync(array $args = [])
|
| 1441 |
ariadna |
50 |
* @method \Aws\Result deleteAssetModelCompositeModel(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise deleteAssetModelCompositeModelAsync(array $args = [])
|
| 1 |
efrain |
52 |
* @method \Aws\Result deleteDashboard(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise deleteDashboardAsync(array $args = [])
|
| 1441 |
ariadna |
54 |
* @method \Aws\Result deleteDataset(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
|
| 1 |
efrain |
56 |
* @method \Aws\Result deleteGateway(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise deleteGatewayAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result deletePortal(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise deletePortalAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result deleteProject(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result deleteTimeSeries(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise deleteTimeSeriesAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result describeAccessPolicy(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise describeAccessPolicyAsync(array $args = [])
|
| 1441 |
ariadna |
66 |
* @method \Aws\Result describeAction(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise describeActionAsync(array $args = [])
|
| 1 |
efrain |
68 |
* @method \Aws\Result describeAsset(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise describeAssetAsync(array $args = [])
|
| 1441 |
ariadna |
70 |
* @method \Aws\Result describeAssetCompositeModel(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise describeAssetCompositeModelAsync(array $args = [])
|
| 1 |
efrain |
72 |
* @method \Aws\Result describeAssetModel(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise describeAssetModelAsync(array $args = [])
|
| 1441 |
ariadna |
74 |
* @method \Aws\Result describeAssetModelCompositeModel(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise describeAssetModelCompositeModelAsync(array $args = [])
|
| 1 |
efrain |
76 |
* @method \Aws\Result describeAssetProperty(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise describeAssetPropertyAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result describeBulkImportJob(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise describeBulkImportJobAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result describeDashboard(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise describeDashboardAsync(array $args = [])
|
| 1441 |
ariadna |
82 |
* @method \Aws\Result describeDataset(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
|
| 1 |
efrain |
84 |
* @method \Aws\Result describeDefaultEncryptionConfiguration(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise describeDefaultEncryptionConfigurationAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result describeGateway(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise describeGatewayAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result describeGatewayCapabilityConfiguration(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise describeGatewayCapabilityConfigurationAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result describeLoggingOptions(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise describeLoggingOptionsAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result describePortal(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise describePortalAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result describeProject(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result describeStorageConfiguration(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise describeStorageConfigurationAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result describeTimeSeries(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise describeTimeSeriesAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result disassociateAssets(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise disassociateAssetsAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result disassociateTimeSeriesFromAssetProperty(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise disassociateTimeSeriesFromAssetPropertyAsync(array $args = [])
|
| 1441 |
ariadna |
104 |
* @method \Aws\Result executeAction(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise executeActionAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result executeQuery(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise executeQueryAsync(array $args = [])
|
| 1 |
efrain |
108 |
* @method \Aws\Result getAssetPropertyAggregates(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise getAssetPropertyAggregatesAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result getAssetPropertyValue(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise getAssetPropertyValueAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result getAssetPropertyValueHistory(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise getAssetPropertyValueHistoryAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result getInterpolatedAssetPropertyValues(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise getInterpolatedAssetPropertyValuesAsync(array $args = [])
|
| 1441 |
ariadna |
116 |
* @method \Aws\Result invokeAssistant(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise invokeAssistantAsync(array $args = [])
|
| 1 |
efrain |
118 |
* @method \Aws\Result listAccessPolicies(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise listAccessPoliciesAsync(array $args = [])
|
| 1441 |
ariadna |
120 |
* @method \Aws\Result listActions(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise listActionsAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result listAssetModelCompositeModels(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise listAssetModelCompositeModelsAsync(array $args = [])
|
| 1 |
efrain |
124 |
* @method \Aws\Result listAssetModelProperties(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise listAssetModelPropertiesAsync(array $args = [])
|
|
|
126 |
* @method \Aws\Result listAssetModels(array $args = [])
|
|
|
127 |
* @method \GuzzleHttp\Promise\Promise listAssetModelsAsync(array $args = [])
|
|
|
128 |
* @method \Aws\Result listAssetProperties(array $args = [])
|
|
|
129 |
* @method \GuzzleHttp\Promise\Promise listAssetPropertiesAsync(array $args = [])
|
|
|
130 |
* @method \Aws\Result listAssetRelationships(array $args = [])
|
|
|
131 |
* @method \GuzzleHttp\Promise\Promise listAssetRelationshipsAsync(array $args = [])
|
|
|
132 |
* @method \Aws\Result listAssets(array $args = [])
|
|
|
133 |
* @method \GuzzleHttp\Promise\Promise listAssetsAsync(array $args = [])
|
|
|
134 |
* @method \Aws\Result listAssociatedAssets(array $args = [])
|
|
|
135 |
* @method \GuzzleHttp\Promise\Promise listAssociatedAssetsAsync(array $args = [])
|
|
|
136 |
* @method \Aws\Result listBulkImportJobs(array $args = [])
|
|
|
137 |
* @method \GuzzleHttp\Promise\Promise listBulkImportJobsAsync(array $args = [])
|
| 1441 |
ariadna |
138 |
* @method \Aws\Result listCompositionRelationships(array $args = [])
|
|
|
139 |
* @method \GuzzleHttp\Promise\Promise listCompositionRelationshipsAsync(array $args = [])
|
| 1 |
efrain |
140 |
* @method \Aws\Result listDashboards(array $args = [])
|
|
|
141 |
* @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = [])
|
| 1441 |
ariadna |
142 |
* @method \Aws\Result listDatasets(array $args = [])
|
|
|
143 |
* @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
|
| 1 |
efrain |
144 |
* @method \Aws\Result listGateways(array $args = [])
|
|
|
145 |
* @method \GuzzleHttp\Promise\Promise listGatewaysAsync(array $args = [])
|
|
|
146 |
* @method \Aws\Result listPortals(array $args = [])
|
|
|
147 |
* @method \GuzzleHttp\Promise\Promise listPortalsAsync(array $args = [])
|
|
|
148 |
* @method \Aws\Result listProjectAssets(array $args = [])
|
|
|
149 |
* @method \GuzzleHttp\Promise\Promise listProjectAssetsAsync(array $args = [])
|
|
|
150 |
* @method \Aws\Result listProjects(array $args = [])
|
|
|
151 |
* @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
|
|
|
152 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
153 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
154 |
* @method \Aws\Result listTimeSeries(array $args = [])
|
|
|
155 |
* @method \GuzzleHttp\Promise\Promise listTimeSeriesAsync(array $args = [])
|
|
|
156 |
* @method \Aws\Result putDefaultEncryptionConfiguration(array $args = [])
|
|
|
157 |
* @method \GuzzleHttp\Promise\Promise putDefaultEncryptionConfigurationAsync(array $args = [])
|
|
|
158 |
* @method \Aws\Result putLoggingOptions(array $args = [])
|
|
|
159 |
* @method \GuzzleHttp\Promise\Promise putLoggingOptionsAsync(array $args = [])
|
|
|
160 |
* @method \Aws\Result putStorageConfiguration(array $args = [])
|
|
|
161 |
* @method \GuzzleHttp\Promise\Promise putStorageConfigurationAsync(array $args = [])
|
|
|
162 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
163 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
164 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
165 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
166 |
* @method \Aws\Result updateAccessPolicy(array $args = [])
|
|
|
167 |
* @method \GuzzleHttp\Promise\Promise updateAccessPolicyAsync(array $args = [])
|
|
|
168 |
* @method \Aws\Result updateAsset(array $args = [])
|
|
|
169 |
* @method \GuzzleHttp\Promise\Promise updateAssetAsync(array $args = [])
|
|
|
170 |
* @method \Aws\Result updateAssetModel(array $args = [])
|
|
|
171 |
* @method \GuzzleHttp\Promise\Promise updateAssetModelAsync(array $args = [])
|
| 1441 |
ariadna |
172 |
* @method \Aws\Result updateAssetModelCompositeModel(array $args = [])
|
|
|
173 |
* @method \GuzzleHttp\Promise\Promise updateAssetModelCompositeModelAsync(array $args = [])
|
| 1 |
efrain |
174 |
* @method \Aws\Result updateAssetProperty(array $args = [])
|
|
|
175 |
* @method \GuzzleHttp\Promise\Promise updateAssetPropertyAsync(array $args = [])
|
|
|
176 |
* @method \Aws\Result updateDashboard(array $args = [])
|
|
|
177 |
* @method \GuzzleHttp\Promise\Promise updateDashboardAsync(array $args = [])
|
| 1441 |
ariadna |
178 |
* @method \Aws\Result updateDataset(array $args = [])
|
|
|
179 |
* @method \GuzzleHttp\Promise\Promise updateDatasetAsync(array $args = [])
|
| 1 |
efrain |
180 |
* @method \Aws\Result updateGateway(array $args = [])
|
|
|
181 |
* @method \GuzzleHttp\Promise\Promise updateGatewayAsync(array $args = [])
|
|
|
182 |
* @method \Aws\Result updateGatewayCapabilityConfiguration(array $args = [])
|
|
|
183 |
* @method \GuzzleHttp\Promise\Promise updateGatewayCapabilityConfigurationAsync(array $args = [])
|
|
|
184 |
* @method \Aws\Result updatePortal(array $args = [])
|
|
|
185 |
* @method \GuzzleHttp\Promise\Promise updatePortalAsync(array $args = [])
|
|
|
186 |
* @method \Aws\Result updateProject(array $args = [])
|
|
|
187 |
* @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
|
|
|
188 |
*/
|
|
|
189 |
class IoTSiteWiseClient extends AwsClient {}
|