Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\EntityResolution;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS EntityResolution** service.
1441 ariadna 8
 * @method \Aws\Result addPolicyStatement(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise addPolicyStatementAsync(array $args = [])
10
 * @method \Aws\Result batchDeleteUniqueId(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise batchDeleteUniqueIdAsync(array $args = [])
12
 * @method \Aws\Result createIdMappingWorkflow(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise createIdMappingWorkflowAsync(array $args = [])
14
 * @method \Aws\Result createIdNamespace(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise createIdNamespaceAsync(array $args = [])
1 efrain 16
 * @method \Aws\Result createMatchingWorkflow(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createMatchingWorkflowAsync(array $args = [])
18
 * @method \Aws\Result createSchemaMapping(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createSchemaMappingAsync(array $args = [])
1441 ariadna 20
 * @method \Aws\Result deleteIdMappingWorkflow(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise deleteIdMappingWorkflowAsync(array $args = [])
22
 * @method \Aws\Result deleteIdNamespace(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise deleteIdNamespaceAsync(array $args = [])
1 efrain 24
 * @method \Aws\Result deleteMatchingWorkflow(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise deleteMatchingWorkflowAsync(array $args = [])
1441 ariadna 26
 * @method \Aws\Result deletePolicyStatement(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise deletePolicyStatementAsync(array $args = [])
1 efrain 28
 * @method \Aws\Result deleteSchemaMapping(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise deleteSchemaMappingAsync(array $args = [])
1441 ariadna 30
 * @method \Aws\Result getIdMappingJob(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise getIdMappingJobAsync(array $args = [])
32
 * @method \Aws\Result getIdMappingWorkflow(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise getIdMappingWorkflowAsync(array $args = [])
34
 * @method \Aws\Result getIdNamespace(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise getIdNamespaceAsync(array $args = [])
1 efrain 36
 * @method \Aws\Result getMatchId(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise getMatchIdAsync(array $args = [])
38
 * @method \Aws\Result getMatchingJob(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise getMatchingJobAsync(array $args = [])
40
 * @method \Aws\Result getMatchingWorkflow(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise getMatchingWorkflowAsync(array $args = [])
1441 ariadna 42
 * @method \Aws\Result getPolicy(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
44
 * @method \Aws\Result getProviderService(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise getProviderServiceAsync(array $args = [])
1 efrain 46
 * @method \Aws\Result getSchemaMapping(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise getSchemaMappingAsync(array $args = [])
1441 ariadna 48
 * @method \Aws\Result listIdMappingJobs(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise listIdMappingJobsAsync(array $args = [])
50
 * @method \Aws\Result listIdMappingWorkflows(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise listIdMappingWorkflowsAsync(array $args = [])
52
 * @method \Aws\Result listIdNamespaces(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise listIdNamespacesAsync(array $args = [])
1 efrain 54
 * @method \Aws\Result listMatchingJobs(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise listMatchingJobsAsync(array $args = [])
56
 * @method \Aws\Result listMatchingWorkflows(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise listMatchingWorkflowsAsync(array $args = [])
1441 ariadna 58
 * @method \Aws\Result listProviderServices(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise listProviderServicesAsync(array $args = [])
1 efrain 60
 * @method \Aws\Result listSchemaMappings(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise listSchemaMappingsAsync(array $args = [])
62
 * @method \Aws\Result listTagsForResource(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
1441 ariadna 64
 * @method \Aws\Result putPolicy(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise putPolicyAsync(array $args = [])
66
 * @method \Aws\Result startIdMappingJob(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise startIdMappingJobAsync(array $args = [])
1 efrain 68
 * @method \Aws\Result startMatchingJob(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise startMatchingJobAsync(array $args = [])
70
 * @method \Aws\Result tagResource(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
72
 * @method \Aws\Result untagResource(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
1441 ariadna 74
 * @method \Aws\Result updateIdMappingWorkflow(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise updateIdMappingWorkflowAsync(array $args = [])
76
 * @method \Aws\Result updateIdNamespace(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise updateIdNamespaceAsync(array $args = [])
1 efrain 78
 * @method \Aws\Result updateMatchingWorkflow(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise updateMatchingWorkflowAsync(array $args = [])
1441 ariadna 80
 * @method \Aws\Result updateSchemaMapping(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise updateSchemaMappingAsync(array $args = [])
1 efrain 82
 */
83
class EntityResolutionClient extends AwsClient {}