IoTSiteWiseClient.php 12 KB

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