1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\VerifiedPermissions;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Amazon Verified Permissions** service.
|
|
|
8 |
* @method \Aws\Result createIdentitySource(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createIdentitySourceAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createPolicy(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createPolicyAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createPolicyStore(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createPolicyStoreAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createPolicyTemplate(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createPolicyTemplateAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteIdentitySource(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteIdentitySourceAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result deletePolicy(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise deletePolicyAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result deletePolicyStore(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise deletePolicyStoreAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result deletePolicyTemplate(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise deletePolicyTemplateAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result getIdentitySource(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise getIdentitySourceAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result getPolicy(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result getPolicyStore(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise getPolicyStoreAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result getPolicyTemplate(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise getPolicyTemplateAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result getSchema(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise getSchemaAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result isAuthorized(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise isAuthorizedAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result isAuthorizedWithToken(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise isAuthorizedWithTokenAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result listIdentitySources(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise listIdentitySourcesAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result listPolicies(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise listPoliciesAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result listPolicyStores(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise listPolicyStoresAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result listPolicyTemplates(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise listPolicyTemplatesAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result putSchema(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise putSchemaAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result updateIdentitySource(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise updateIdentitySourceAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result updatePolicy(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise updatePolicyAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result updatePolicyStore(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise updatePolicyStoreAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result updatePolicyTemplate(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise updatePolicyTemplateAsync(array $args = [])
|
|
|
56 |
*/
|
|
|
57 |
class VerifiedPermissionsClient extends AwsClient {}
|