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 = [])
|
|
|
30 |
* @method \Aws\Result createBulkImportJob(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise createBulkImportJobAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result createDashboard(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise createDashboardAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result createGateway(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise createGatewayAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result createPortal(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise createPortalAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result createProject(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result deleteAccessPolicy(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise deleteAccessPolicyAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result deleteAsset(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise deleteAssetAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result deleteAssetModel(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise deleteAssetModelAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result deleteDashboard(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise deleteDashboardAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result deleteGateway(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise deleteGatewayAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result deletePortal(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise deletePortalAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result deleteProject(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result deleteTimeSeries(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise deleteTimeSeriesAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result describeAccessPolicy(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise describeAccessPolicyAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result describeAsset(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise describeAssetAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result describeAssetModel(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise describeAssetModelAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result describeAssetProperty(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise describeAssetPropertyAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result describeBulkImportJob(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise describeBulkImportJobAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result describeDashboard(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise describeDashboardAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result describeDefaultEncryptionConfiguration(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise describeDefaultEncryptionConfigurationAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result describeGateway(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise describeGatewayAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result describeGatewayCapabilityConfiguration(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise describeGatewayCapabilityConfigurationAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result describeLoggingOptions(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise describeLoggingOptionsAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result describePortal(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise describePortalAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result describeProject(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result describeStorageConfiguration(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise describeStorageConfigurationAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result describeTimeSeries(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise describeTimeSeriesAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result disassociateAssets(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise disassociateAssetsAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result disassociateTimeSeriesFromAssetProperty(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise disassociateTimeSeriesFromAssetPropertyAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result getAssetPropertyAggregates(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise getAssetPropertyAggregatesAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result getAssetPropertyValue(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise getAssetPropertyValueAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result getAssetPropertyValueHistory(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise getAssetPropertyValueHistoryAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result getInterpolatedAssetPropertyValues(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise getInterpolatedAssetPropertyValuesAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result listAccessPolicies(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise listAccessPoliciesAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result listAssetModelProperties(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise listAssetModelPropertiesAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result listAssetModels(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise listAssetModelsAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result listAssetProperties(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise listAssetPropertiesAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result listAssetRelationships(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise listAssetRelationshipsAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result listAssets(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise listAssetsAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result listAssociatedAssets(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise listAssociatedAssetsAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result listBulkImportJobs(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise listBulkImportJobsAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result listDashboards(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result listGateways(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise listGatewaysAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result listPortals(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise listPortalsAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result listProjectAssets(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise listProjectAssetsAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result listProjects(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
124 |
* @method \Aws\Result listTimeSeries(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise listTimeSeriesAsync(array $args = [])
|
|
|
126 |
* @method \Aws\Result putDefaultEncryptionConfiguration(array $args = [])
|
|
|
127 |
* @method \GuzzleHttp\Promise\Promise putDefaultEncryptionConfigurationAsync(array $args = [])
|
|
|
128 |
* @method \Aws\Result putLoggingOptions(array $args = [])
|
|
|
129 |
* @method \GuzzleHttp\Promise\Promise putLoggingOptionsAsync(array $args = [])
|
|
|
130 |
* @method \Aws\Result putStorageConfiguration(array $args = [])
|
|
|
131 |
* @method \GuzzleHttp\Promise\Promise putStorageConfigurationAsync(array $args = [])
|
|
|
132 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
133 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
134 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
135 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
136 |
* @method \Aws\Result updateAccessPolicy(array $args = [])
|
|
|
137 |
* @method \GuzzleHttp\Promise\Promise updateAccessPolicyAsync(array $args = [])
|
|
|
138 |
* @method \Aws\Result updateAsset(array $args = [])
|
|
|
139 |
* @method \GuzzleHttp\Promise\Promise updateAssetAsync(array $args = [])
|
|
|
140 |
* @method \Aws\Result updateAssetModel(array $args = [])
|
|
|
141 |
* @method \GuzzleHttp\Promise\Promise updateAssetModelAsync(array $args = [])
|
|
|
142 |
* @method \Aws\Result updateAssetProperty(array $args = [])
|
|
|
143 |
* @method \GuzzleHttp\Promise\Promise updateAssetPropertyAsync(array $args = [])
|
|
|
144 |
* @method \Aws\Result updateDashboard(array $args = [])
|
|
|
145 |
* @method \GuzzleHttp\Promise\Promise updateDashboardAsync(array $args = [])
|
|
|
146 |
* @method \Aws\Result updateGateway(array $args = [])
|
|
|
147 |
* @method \GuzzleHttp\Promise\Promise updateGatewayAsync(array $args = [])
|
|
|
148 |
* @method \Aws\Result updateGatewayCapabilityConfiguration(array $args = [])
|
|
|
149 |
* @method \GuzzleHttp\Promise\Promise updateGatewayCapabilityConfigurationAsync(array $args = [])
|
|
|
150 |
* @method \Aws\Result updatePortal(array $args = [])
|
|
|
151 |
* @method \GuzzleHttp\Promise\Promise updatePortalAsync(array $args = [])
|
|
|
152 |
* @method \Aws\Result updateProject(array $args = [])
|
|
|
153 |
* @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
|
|
|
154 |
*/
|
|
|
155 |
class IoTSiteWiseClient extends AwsClient {}
|