1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\CognitoSync;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Amazon Cognito Sync** service.
|
|
|
8 |
*
|
|
|
9 |
* @method \Aws\Result bulkPublish(array $args = [])
|
|
|
10 |
* @method \GuzzleHttp\Promise\Promise bulkPublishAsync(array $args = [])
|
|
|
11 |
* @method \Aws\Result deleteDataset(array $args = [])
|
|
|
12 |
* @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
|
|
|
13 |
* @method \Aws\Result describeDataset(array $args = [])
|
|
|
14 |
* @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
|
|
|
15 |
* @method \Aws\Result describeIdentityPoolUsage(array $args = [])
|
|
|
16 |
* @method \GuzzleHttp\Promise\Promise describeIdentityPoolUsageAsync(array $args = [])
|
|
|
17 |
* @method \Aws\Result describeIdentityUsage(array $args = [])
|
|
|
18 |
* @method \GuzzleHttp\Promise\Promise describeIdentityUsageAsync(array $args = [])
|
|
|
19 |
* @method \Aws\Result getBulkPublishDetails(array $args = [])
|
|
|
20 |
* @method \GuzzleHttp\Promise\Promise getBulkPublishDetailsAsync(array $args = [])
|
|
|
21 |
* @method \Aws\Result getCognitoEvents(array $args = [])
|
|
|
22 |
* @method \GuzzleHttp\Promise\Promise getCognitoEventsAsync(array $args = [])
|
|
|
23 |
* @method \Aws\Result getIdentityPoolConfiguration(array $args = [])
|
|
|
24 |
* @method \GuzzleHttp\Promise\Promise getIdentityPoolConfigurationAsync(array $args = [])
|
|
|
25 |
* @method \Aws\Result listDatasets(array $args = [])
|
|
|
26 |
* @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
|
|
|
27 |
* @method \Aws\Result listIdentityPoolUsage(array $args = [])
|
|
|
28 |
* @method \GuzzleHttp\Promise\Promise listIdentityPoolUsageAsync(array $args = [])
|
|
|
29 |
* @method \Aws\Result listRecords(array $args = [])
|
|
|
30 |
* @method \GuzzleHttp\Promise\Promise listRecordsAsync(array $args = [])
|
|
|
31 |
* @method \Aws\Result registerDevice(array $args = [])
|
|
|
32 |
* @method \GuzzleHttp\Promise\Promise registerDeviceAsync(array $args = [])
|
|
|
33 |
* @method \Aws\Result setCognitoEvents(array $args = [])
|
|
|
34 |
* @method \GuzzleHttp\Promise\Promise setCognitoEventsAsync(array $args = [])
|
|
|
35 |
* @method \Aws\Result setIdentityPoolConfiguration(array $args = [])
|
|
|
36 |
* @method \GuzzleHttp\Promise\Promise setIdentityPoolConfigurationAsync(array $args = [])
|
|
|
37 |
* @method \Aws\Result subscribeToDataset(array $args = [])
|
|
|
38 |
* @method \GuzzleHttp\Promise\Promise subscribeToDatasetAsync(array $args = [])
|
|
|
39 |
* @method \Aws\Result unsubscribeFromDataset(array $args = [])
|
|
|
40 |
* @method \GuzzleHttp\Promise\Promise unsubscribeFromDatasetAsync(array $args = [])
|
|
|
41 |
* @method \Aws\Result updateRecords(array $args = [])
|
|
|
42 |
* @method \GuzzleHttp\Promise\Promise updateRecordsAsync(array $args = [])
|
|
|
43 |
*/
|
|
|
44 |
class CognitoSyncClient extends AwsClient {}
|