1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\IoTAnalytics;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS IoT Analytics** service.
|
|
|
8 |
* @method \Aws\Result batchPutMessage(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise batchPutMessageAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result cancelPipelineReprocessing(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise cancelPipelineReprocessingAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createChannel(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createDataset(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createDatasetContent(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createDatasetContentAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createDatastore(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createDatastoreAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createPipeline(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createPipelineAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result deleteChannel(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result deleteDataset(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result deleteDatasetContent(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise deleteDatasetContentAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result deleteDatastore(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise deleteDatastoreAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result deletePipeline(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result describeChannel(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise describeChannelAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result describeDataset(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result describeDatastore(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise describeDatastoreAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result describeLoggingOptions(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise describeLoggingOptionsAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result describePipeline(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise describePipelineAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result getDatasetContent(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise getDatasetContentAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result listChannels(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result listDatasetContents(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise listDatasetContentsAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result listDatasets(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result listDatastores(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise listDatastoresAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result listPipelines(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise listPipelinesAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result putLoggingOptions(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise putLoggingOptionsAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result runPipelineActivity(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise runPipelineActivityAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result sampleChannelData(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise sampleChannelDataAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result startPipelineReprocessing(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise startPipelineReprocessingAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result updateChannel(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result updateDataset(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise updateDatasetAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result updateDatastore(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise updateDatastoreAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result updatePipeline(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise updatePipelineAsync(array $args = [])
|
|
|
76 |
*/
|
|
|
77 |
class IoTAnalyticsClient extends AwsClient {}
|