IoTSiteWiseClient.php 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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 batchAssociateProjectAssets(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise batchAssociateProjectAssetsAsync(array $args = [])
  10. * @method \Aws\Result batchDisassociateProjectAssets(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise batchDisassociateProjectAssetsAsync(array $args = [])
  12. * @method \Aws\Result batchPutAssetPropertyValue(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise batchPutAssetPropertyValueAsync(array $args = [])
  14. * @method \Aws\Result createAccessPolicy(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createAccessPolicyAsync(array $args = [])
  16. * @method \Aws\Result createAsset(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createAssetAsync(array $args = [])
  18. * @method \Aws\Result createAssetModel(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createAssetModelAsync(array $args = [])
  20. * @method \Aws\Result createDashboard(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createDashboardAsync(array $args = [])
  22. * @method \Aws\Result createGateway(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createGatewayAsync(array $args = [])
  24. * @method \Aws\Result createPortal(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createPortalAsync(array $args = [])
  26. * @method \Aws\Result createProject(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
  28. * @method \Aws\Result deleteAccessPolicy(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteAccessPolicyAsync(array $args = [])
  30. * @method \Aws\Result deleteAsset(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteAssetAsync(array $args = [])
  32. * @method \Aws\Result deleteAssetModel(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteAssetModelAsync(array $args = [])
  34. * @method \Aws\Result deleteDashboard(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteDashboardAsync(array $args = [])
  36. * @method \Aws\Result deleteGateway(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteGatewayAsync(array $args = [])
  38. * @method \Aws\Result deletePortal(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deletePortalAsync(array $args = [])
  40. * @method \Aws\Result deleteProject(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
  42. * @method \Aws\Result describeAccessPolicy(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise describeAccessPolicyAsync(array $args = [])
  44. * @method \Aws\Result describeAsset(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise describeAssetAsync(array $args = [])
  46. * @method \Aws\Result describeAssetModel(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise describeAssetModelAsync(array $args = [])
  48. * @method \Aws\Result describeAssetProperty(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise describeAssetPropertyAsync(array $args = [])
  50. * @method \Aws\Result describeDashboard(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise describeDashboardAsync(array $args = [])
  52. * @method \Aws\Result describeDefaultEncryptionConfiguration(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise describeDefaultEncryptionConfigurationAsync(array $args = [])
  54. * @method \Aws\Result describeGateway(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise describeGatewayAsync(array $args = [])
  56. * @method \Aws\Result describeGatewayCapabilityConfiguration(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise describeGatewayCapabilityConfigurationAsync(array $args = [])
  58. * @method \Aws\Result describeLoggingOptions(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise describeLoggingOptionsAsync(array $args = [])
  60. * @method \Aws\Result describePortal(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise describePortalAsync(array $args = [])
  62. * @method \Aws\Result describeProject(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
  64. * @method \Aws\Result disassociateAssets(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise disassociateAssetsAsync(array $args = [])
  66. * @method \Aws\Result getAssetPropertyAggregates(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise getAssetPropertyAggregatesAsync(array $args = [])
  68. * @method \Aws\Result getAssetPropertyValue(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise getAssetPropertyValueAsync(array $args = [])
  70. * @method \Aws\Result getAssetPropertyValueHistory(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise getAssetPropertyValueHistoryAsync(array $args = [])
  72. * @method \Aws\Result listAccessPolicies(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listAccessPoliciesAsync(array $args = [])
  74. * @method \Aws\Result listAssetModels(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listAssetModelsAsync(array $args = [])
  76. * @method \Aws\Result listAssetRelationships(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listAssetRelationshipsAsync(array $args = [])
  78. * @method \Aws\Result listAssets(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listAssetsAsync(array $args = [])
  80. * @method \Aws\Result listAssociatedAssets(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise listAssociatedAssetsAsync(array $args = [])
  82. * @method \Aws\Result listDashboards(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = [])
  84. * @method \Aws\Result listGateways(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise listGatewaysAsync(array $args = [])
  86. * @method \Aws\Result listPortals(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise listPortalsAsync(array $args = [])
  88. * @method \Aws\Result listProjectAssets(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise listProjectAssetsAsync(array $args = [])
  90. * @method \Aws\Result listProjects(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
  92. * @method \Aws\Result listTagsForResource(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  94. * @method \Aws\Result putDefaultEncryptionConfiguration(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise putDefaultEncryptionConfigurationAsync(array $args = [])
  96. * @method \Aws\Result putLoggingOptions(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise putLoggingOptionsAsync(array $args = [])
  98. * @method \Aws\Result tagResource(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  100. * @method \Aws\Result untagResource(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  102. * @method \Aws\Result updateAccessPolicy(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise updateAccessPolicyAsync(array $args = [])
  104. * @method \Aws\Result updateAsset(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise updateAssetAsync(array $args = [])
  106. * @method \Aws\Result updateAssetModel(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise updateAssetModelAsync(array $args = [])
  108. * @method \Aws\Result updateAssetProperty(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise updateAssetPropertyAsync(array $args = [])
  110. * @method \Aws\Result updateDashboard(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise updateDashboardAsync(array $args = [])
  112. * @method \Aws\Result updateGateway(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise updateGatewayAsync(array $args = [])
  114. * @method \Aws\Result updateGatewayCapabilityConfiguration(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise updateGatewayCapabilityConfigurationAsync(array $args = [])
  116. * @method \Aws\Result updatePortal(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise updatePortalAsync(array $args = [])
  118. * @method \Aws\Result updateProject(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
  120. */
  121. class IoTSiteWiseClient extends AwsClient {}