1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\CognitoIdentity;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Amazon Cognito Identity** service.
|
|
|
8 |
*
|
|
|
9 |
* @method \Aws\Result createIdentityPool(array $args = [])
|
|
|
10 |
* @method \GuzzleHttp\Promise\Promise createIdentityPoolAsync(array $args = [])
|
|
|
11 |
* @method \Aws\Result deleteIdentities(array $args = [])
|
|
|
12 |
* @method \GuzzleHttp\Promise\Promise deleteIdentitiesAsync(array $args = [])
|
|
|
13 |
* @method \Aws\Result deleteIdentityPool(array $args = [])
|
|
|
14 |
* @method \GuzzleHttp\Promise\Promise deleteIdentityPoolAsync(array $args = [])
|
|
|
15 |
* @method \Aws\Result describeIdentity(array $args = [])
|
|
|
16 |
* @method \GuzzleHttp\Promise\Promise describeIdentityAsync(array $args = [])
|
|
|
17 |
* @method \Aws\Result describeIdentityPool(array $args = [])
|
|
|
18 |
* @method \GuzzleHttp\Promise\Promise describeIdentityPoolAsync(array $args = [])
|
|
|
19 |
* @method \Aws\Result getCredentialsForIdentity(array $args = [])
|
|
|
20 |
* @method \GuzzleHttp\Promise\Promise getCredentialsForIdentityAsync(array $args = [])
|
|
|
21 |
* @method \Aws\Result getId(array $args = [])
|
|
|
22 |
* @method \GuzzleHttp\Promise\Promise getIdAsync(array $args = [])
|
|
|
23 |
* @method \Aws\Result getIdentityPoolRoles(array $args = [])
|
|
|
24 |
* @method \GuzzleHttp\Promise\Promise getIdentityPoolRolesAsync(array $args = [])
|
|
|
25 |
* @method \Aws\Result getOpenIdToken(array $args = [])
|
|
|
26 |
* @method \GuzzleHttp\Promise\Promise getOpenIdTokenAsync(array $args = [])
|
|
|
27 |
* @method \Aws\Result getOpenIdTokenForDeveloperIdentity(array $args = [])
|
|
|
28 |
* @method \GuzzleHttp\Promise\Promise getOpenIdTokenForDeveloperIdentityAsync(array $args = [])
|
|
|
29 |
* @method \Aws\Result getPrincipalTagAttributeMap(array $args = [])
|
|
|
30 |
* @method \GuzzleHttp\Promise\Promise getPrincipalTagAttributeMapAsync(array $args = [])
|
|
|
31 |
* @method \Aws\Result listIdentities(array $args = [])
|
|
|
32 |
* @method \GuzzleHttp\Promise\Promise listIdentitiesAsync(array $args = [])
|
|
|
33 |
* @method \Aws\Result listIdentityPools(array $args = [])
|
|
|
34 |
* @method \GuzzleHttp\Promise\Promise listIdentityPoolsAsync(array $args = [])
|
|
|
35 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
36 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
37 |
* @method \Aws\Result lookupDeveloperIdentity(array $args = [])
|
|
|
38 |
* @method \GuzzleHttp\Promise\Promise lookupDeveloperIdentityAsync(array $args = [])
|
|
|
39 |
* @method \Aws\Result mergeDeveloperIdentities(array $args = [])
|
|
|
40 |
* @method \GuzzleHttp\Promise\Promise mergeDeveloperIdentitiesAsync(array $args = [])
|
|
|
41 |
* @method \Aws\Result setIdentityPoolRoles(array $args = [])
|
|
|
42 |
* @method \GuzzleHttp\Promise\Promise setIdentityPoolRolesAsync(array $args = [])
|
|
|
43 |
* @method \Aws\Result setPrincipalTagAttributeMap(array $args = [])
|
|
|
44 |
* @method \GuzzleHttp\Promise\Promise setPrincipalTagAttributeMapAsync(array $args = [])
|
|
|
45 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
46 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
47 |
* @method \Aws\Result unlinkDeveloperIdentity(array $args = [])
|
|
|
48 |
* @method \GuzzleHttp\Promise\Promise unlinkDeveloperIdentityAsync(array $args = [])
|
|
|
49 |
* @method \Aws\Result unlinkIdentity(array $args = [])
|
|
|
50 |
* @method \GuzzleHttp\Promise\Promise unlinkIdentityAsync(array $args = [])
|
|
|
51 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
52 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
53 |
* @method \Aws\Result updateIdentityPool(array $args = [])
|
|
|
54 |
* @method \GuzzleHttp\Promise\Promise updateIdentityPoolAsync(array $args = [])
|
|
|
55 |
*/
|
|
|
56 |
class CognitoIdentityClient extends AwsClient {}
|