Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/IoTSiteWise/IoTSiteWiseClient.php
Строк: 80
<?php
namespace AwsIoTSiteWise;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS IoT SiteWise** service.
* @method AwsResult associateAssets(array $args = [])
* @method GuzzleHttpPromisePromise associateAssetsAsync(array $args = [])
* @method AwsResult batchAssociateProjectAssets(array $args = [])
* @method GuzzleHttpPromisePromise batchAssociateProjectAssetsAsync(array $args = [])
* @method AwsResult batchDisassociateProjectAssets(array $args = [])
* @method GuzzleHttpPromisePromise batchDisassociateProjectAssetsAsync(array $args = [])
* @method AwsResult batchPutAssetPropertyValue(array $args = [])
* @method GuzzleHttpPromisePromise batchPutAssetPropertyValueAsync(array $args = [])
* @method AwsResult createAccessPolicy(array $args = [])
* @method GuzzleHttpPromisePromise createAccessPolicyAsync(array $args = [])
* @method AwsResult createAsset(array $args = [])
* @method GuzzleHttpPromisePromise createAssetAsync(array $args = [])
* @method AwsResult createAssetModel(array $args = [])
* @method GuzzleHttpPromisePromise createAssetModelAsync(array $args = [])
* @method AwsResult createDashboard(array $args = [])
* @method GuzzleHttpPromisePromise createDashboardAsync(array $args = [])
* @method AwsResult createGateway(array $args = [])
* @method GuzzleHttpPromisePromise createGatewayAsync(array $args = [])
* @method AwsResult createPortal(array $args = [])
* @method GuzzleHttpPromisePromise createPortalAsync(array $args = [])
* @method AwsResult createProject(array $args = [])
* @method GuzzleHttpPromisePromise createProjectAsync(array $args = [])
* @method AwsResult deleteAccessPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deleteAccessPolicyAsync(array $args = [])
* @method AwsResult deleteAsset(array $args = [])
* @method GuzzleHttpPromisePromise deleteAssetAsync(array $args = [])
* @method AwsResult deleteAssetModel(array $args = [])
* @method GuzzleHttpPromisePromise deleteAssetModelAsync(array $args = [])
* @method AwsResult deleteDashboard(array $args = [])
* @method GuzzleHttpPromisePromise deleteDashboardAsync(array $args = [])
* @method AwsResult deleteGateway(array $args = [])
* @method GuzzleHttpPromisePromise deleteGatewayAsync(array $args = [])
* @method AwsResult deletePortal(array $args = [])
* @method GuzzleHttpPromisePromise deletePortalAsync(array $args = [])
* @method AwsResult deleteProject(array $args = [])
* @method GuzzleHttpPromisePromise deleteProjectAsync(array $args = [])
* @method AwsResult describeAccessPolicy(array $args = [])
* @method GuzzleHttpPromisePromise describeAccessPolicyAsync(array $args = [])
* @method AwsResult describeAsset(array $args = [])
* @method GuzzleHttpPromisePromise describeAssetAsync(array $args = [])
* @method AwsResult describeAssetModel(array $args = [])
* @method GuzzleHttpPromisePromise describeAssetModelAsync(array $args = [])
* @method AwsResult describeAssetProperty(array $args = [])
* @method GuzzleHttpPromisePromise describeAssetPropertyAsync(array $args = [])
* @method AwsResult describeDashboard(array $args = [])
* @method GuzzleHttpPromisePromise describeDashboardAsync(array $args = [])
* @method AwsResult describeGateway(array $args = [])
* @method GuzzleHttpPromisePromise describeGatewayAsync(array $args = [])
* @method AwsResult describeGatewayCapabilityConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise describeGatewayCapabilityConfigurationAsync(array $args = [])
* @method AwsResult describeLoggingOptions(array $args = [])
* @method GuzzleHttpPromisePromise describeLoggingOptionsAsync(array $args = [])
* @method AwsResult describePortal(array $args = [])
* @method GuzzleHttpPromisePromise describePortalAsync(array $args = [])
* @method AwsResult describeProject(array $args = [])
* @method GuzzleHttpPromisePromise describeProjectAsync(array $args = [])
* @method AwsResult disassociateAssets(array $args = [])
* @method GuzzleHttpPromisePromise disassociateAssetsAsync(array $args = [])
* @method AwsResult getAssetPropertyAggregates(array $args = [])
* @method GuzzleHttpPromisePromise getAssetPropertyAggregatesAsync(array $args = [])
* @method AwsResult getAssetPropertyValue(array $args = [])
* @method GuzzleHttpPromisePromise getAssetPropertyValueAsync(array $args = [])
* @method AwsResult getAssetPropertyValueHistory(array $args = [])
* @method GuzzleHttpPromisePromise getAssetPropertyValueHistoryAsync(array $args = [])
* @method AwsResult listAccessPolicies(array $args = [])
* @method GuzzleHttpPromisePromise listAccessPoliciesAsync(array $args = [])
* @method AwsResult listAssetModels(array $args = [])
* @method GuzzleHttpPromisePromise listAssetModelsAsync(array $args = [])
* @method AwsResult listAssets(array $args = [])
* @method GuzzleHttpPromisePromise listAssetsAsync(array $args = [])
* @method AwsResult listAssociatedAssets(array $args = [])
* @method GuzzleHttpPromisePromise listAssociatedAssetsAsync(array $args = [])
* @method AwsResult listDashboards(array $args = [])
* @method GuzzleHttpPromisePromise listDashboardsAsync(array $args = [])
* @method AwsResult listGateways(array $args = [])
* @method GuzzleHttpPromisePromise listGatewaysAsync(array $args = [])
* @method AwsResult listPortals(array $args = [])
* @method GuzzleHttpPromisePromise listPortalsAsync(array $args = [])
* @method AwsResult listProjectAssets(array $args = [])
* @method GuzzleHttpPromisePromise listProjectAssetsAsync(array $args = [])
* @method AwsResult listProjects(array $args = [])
* @method GuzzleHttpPromisePromise listProjectsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult putLoggingOptions(array $args = [])
* @method GuzzleHttpPromisePromise putLoggingOptionsAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateAccessPolicy(array $args = [])
* @method GuzzleHttpPromisePromise updateAccessPolicyAsync(array $args = [])
* @method AwsResult updateAsset(array $args = [])
* @method GuzzleHttpPromisePromise updateAssetAsync(array $args = [])
* @method AwsResult updateAssetModel(array $args = [])
* @method GuzzleHttpPromisePromise updateAssetModelAsync(array $args = [])
* @method AwsResult updateAssetProperty(array $args = [])
* @method GuzzleHttpPromisePromise updateAssetPropertyAsync(array $args = [])
* @method AwsResult updateDashboard(array $args = [])
* @method GuzzleHttpPromisePromise updateDashboardAsync(array $args = [])
* @method AwsResult updateGateway(array $args = [])
* @method GuzzleHttpPromisePromise updateGatewayAsync(array $args = [])
* @method AwsResult updateGatewayCapabilityConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise updateGatewayCapabilityConfigurationAsync(array $args = [])
* @method AwsResult updatePortal(array $args = [])
* @method GuzzleHttpPromisePromise updatePortalAsync(array $args = [])
* @method AwsResult updateProject(array $args = [])
* @method GuzzleHttpPromisePromise updateProjectAsync(array $args = [])
*/
class IoTSiteWiseClient extends AwsClient {}