Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php')
-rw-r--r--aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php b/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php
index b02ddce5..7e69a6f0 100644
--- a/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php
+++ b/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php
@@ -7,10 +7,18 @@ use Aws\AwsClient;
* This client is used to interact with the **AWS IoT SiteWise** service.
* @method \Aws\Result associateAssets(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateAssetsAsync(array $args = [])
+ * @method \Aws\Result associateTimeSeriesToAssetProperty(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateTimeSeriesToAssetPropertyAsync(array $args = [])
* @method \Aws\Result batchAssociateProjectAssets(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchAssociateProjectAssetsAsync(array $args = [])
* @method \Aws\Result batchDisassociateProjectAssets(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDisassociateProjectAssetsAsync(array $args = [])
+ * @method \Aws\Result batchGetAssetPropertyAggregates(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetAssetPropertyAggregatesAsync(array $args = [])
+ * @method \Aws\Result batchGetAssetPropertyValue(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetAssetPropertyValueAsync(array $args = [])
+ * @method \Aws\Result batchGetAssetPropertyValueHistory(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise batchGetAssetPropertyValueHistoryAsync(array $args = [])
* @method \Aws\Result batchPutAssetPropertyValue(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchPutAssetPropertyValueAsync(array $args = [])
* @method \Aws\Result createAccessPolicy(array $args = [])
@@ -19,6 +27,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createAssetAsync(array $args = [])
* @method \Aws\Result createAssetModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAssetModelAsync(array $args = [])
+ * @method \Aws\Result createBulkImportJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createBulkImportJobAsync(array $args = [])
* @method \Aws\Result createDashboard(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDashboardAsync(array $args = [])
* @method \Aws\Result createGateway(array $args = [])
@@ -41,6 +51,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deletePortalAsync(array $args = [])
* @method \Aws\Result deleteProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
+ * @method \Aws\Result deleteTimeSeries(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteTimeSeriesAsync(array $args = [])
* @method \Aws\Result describeAccessPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAccessPolicyAsync(array $args = [])
* @method \Aws\Result describeAsset(array $args = [])
@@ -49,6 +61,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeAssetModelAsync(array $args = [])
* @method \Aws\Result describeAssetProperty(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAssetPropertyAsync(array $args = [])
+ * @method \Aws\Result describeBulkImportJob(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeBulkImportJobAsync(array $args = [])
* @method \Aws\Result describeDashboard(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDashboardAsync(array $args = [])
* @method \Aws\Result describeDefaultEncryptionConfiguration(array $args = [])
@@ -63,8 +77,14 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describePortalAsync(array $args = [])
* @method \Aws\Result describeProject(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
+ * @method \Aws\Result describeStorageConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeStorageConfigurationAsync(array $args = [])
+ * @method \Aws\Result describeTimeSeries(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeTimeSeriesAsync(array $args = [])
* @method \Aws\Result disassociateAssets(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateAssetsAsync(array $args = [])
+ * @method \Aws\Result disassociateTimeSeriesFromAssetProperty(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateTimeSeriesFromAssetPropertyAsync(array $args = [])
* @method \Aws\Result getAssetPropertyAggregates(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAssetPropertyAggregatesAsync(array $args = [])
* @method \Aws\Result getAssetPropertyValue(array $args = [])
@@ -75,14 +95,20 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getInterpolatedAssetPropertyValuesAsync(array $args = [])
* @method \Aws\Result listAccessPolicies(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAccessPoliciesAsync(array $args = [])
+ * @method \Aws\Result listAssetModelProperties(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAssetModelPropertiesAsync(array $args = [])
* @method \Aws\Result listAssetModels(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssetModelsAsync(array $args = [])
+ * @method \Aws\Result listAssetProperties(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAssetPropertiesAsync(array $args = [])
* @method \Aws\Result listAssetRelationships(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssetRelationshipsAsync(array $args = [])
* @method \Aws\Result listAssets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssetsAsync(array $args = [])
* @method \Aws\Result listAssociatedAssets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAssociatedAssetsAsync(array $args = [])
+ * @method \Aws\Result listBulkImportJobs(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listBulkImportJobsAsync(array $args = [])
* @method \Aws\Result listDashboards(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = [])
* @method \Aws\Result listGateways(array $args = [])
@@ -95,10 +121,14 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result listTimeSeries(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTimeSeriesAsync(array $args = [])
* @method \Aws\Result putDefaultEncryptionConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise putDefaultEncryptionConfigurationAsync(array $args = [])
* @method \Aws\Result putLoggingOptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise putLoggingOptionsAsync(array $args = [])
+ * @method \Aws\Result putStorageConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putStorageConfigurationAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])