Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/IoTAnalytics/IoTAnalyticsClient.php
Строк: 119
<?php
namespace AwsIoTAnalytics;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS IoT Analytics** service.
* @method AwsResult batchPutMessage(array $args = [])
* @method GuzzleHttpPromisePromise batchPutMessageAsync(array $args = [])
* @method AwsResult cancelPipelineReprocessing(array $args = [])
* @method GuzzleHttpPromisePromise cancelPipelineReprocessingAsync(array $args = [])
* @method AwsResult createChannel(array $args = [])
* @method GuzzleHttpPromisePromise createChannelAsync(array $args = [])
* @method AwsResult createDataset(array $args = [])
* @method GuzzleHttpPromisePromise createDatasetAsync(array $args = [])
* @method AwsResult createDatasetContent(array $args = [])
* @method GuzzleHttpPromisePromise createDatasetContentAsync(array $args = [])
* @method AwsResult createDatastore(array $args = [])
* @method GuzzleHttpPromisePromise createDatastoreAsync(array $args = [])
* @method AwsResult createPipeline(array $args = [])
* @method GuzzleHttpPromisePromise createPipelineAsync(array $args = [])
* @method AwsResult deleteChannel(array $args = [])
* @method GuzzleHttpPromisePromise deleteChannelAsync(array $args = [])
* @method AwsResult deleteDataset(array $args = [])
* @method GuzzleHttpPromisePromise deleteDatasetAsync(array $args = [])
* @method AwsResult deleteDatasetContent(array $args = [])
* @method GuzzleHttpPromisePromise deleteDatasetContentAsync(array $args = [])
* @method AwsResult deleteDatastore(array $args = [])
* @method GuzzleHttpPromisePromise deleteDatastoreAsync(array $args = [])
* @method AwsResult deletePipeline(array $args = [])
* @method GuzzleHttpPromisePromise deletePipelineAsync(array $args = [])
* @method AwsResult describeChannel(array $args = [])
* @method GuzzleHttpPromisePromise describeChannelAsync(array $args = [])
* @method AwsResult describeDataset(array $args = [])
* @method GuzzleHttpPromisePromise describeDatasetAsync(array $args = [])
* @method AwsResult describeDatastore(array $args = [])
* @method GuzzleHttpPromisePromise describeDatastoreAsync(array $args = [])
* @method AwsResult describeLoggingOptions(array $args = [])
* @method GuzzleHttpPromisePromise describeLoggingOptionsAsync(array $args = [])
* @method AwsResult describePipeline(array $args = [])
* @method GuzzleHttpPromisePromise describePipelineAsync(array $args = [])
* @method AwsResult getDatasetContent(array $args = [])
* @method GuzzleHttpPromisePromise getDatasetContentAsync(array $args = [])
* @method AwsResult listChannels(array $args = [])
* @method GuzzleHttpPromisePromise listChannelsAsync(array $args = [])
* @method AwsResult listDatasetContents(array $args = [])
* @method GuzzleHttpPromisePromise listDatasetContentsAsync(array $args = [])
* @method AwsResult listDatasets(array $args = [])
* @method GuzzleHttpPromisePromise listDatasetsAsync(array $args = [])
* @method AwsResult listDatastores(array $args = [])
* @method GuzzleHttpPromisePromise listDatastoresAsync(array $args = [])
* @method AwsResult listPipelines(array $args = [])
* @method GuzzleHttpPromisePromise listPipelinesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult putLoggingOptions(array $args = [])
* @method GuzzleHttpPromisePromise putLoggingOptionsAsync(array $args = [])
* @method AwsResult runPipelineActivity(array $args = [])
* @method GuzzleHttpPromisePromise runPipelineActivityAsync(array $args = [])
* @method AwsResult sampleChannelData(array $args = [])
* @method GuzzleHttpPromisePromise sampleChannelDataAsync(array $args = [])
* @method AwsResult startPipelineReprocessing(array $args = [])
* @method GuzzleHttpPromisePromise startPipelineReprocessingAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateChannel(array $args = [])
* @method GuzzleHttpPromisePromise updateChannelAsync(array $args = [])
* @method AwsResult updateDataset(array $args = [])
* @method GuzzleHttpPromisePromise updateDatasetAsync(array $args = [])
* @method AwsResult updateDatastore(array $args = [])
* @method GuzzleHttpPromisePromise updateDatastoreAsync(array $args = [])
* @method AwsResult updatePipeline(array $args = [])
* @method GuzzleHttpPromisePromise updatePipelineAsync(array $args = [])
*/
class IoTAnalyticsClient extends AwsClient {}