EntityResolutionClient.php
64 lines
| 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. |
| 8 | * @method \Aws\Result createIdMappingWorkflow(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createIdMappingWorkflowAsync(array $args = []) |
| 10 | * @method \Aws\Result createMatchingWorkflow(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createMatchingWorkflowAsync(array $args = []) |
| 12 | * @method \Aws\Result createSchemaMapping(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createSchemaMappingAsync(array $args = []) |
| 14 | * @method \Aws\Result deleteIdMappingWorkflow(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise deleteIdMappingWorkflowAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteMatchingWorkflow(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteMatchingWorkflowAsync(array $args = []) |
| 18 | * @method \Aws\Result deleteSchemaMapping(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise deleteSchemaMappingAsync(array $args = []) |
| 20 | * @method \Aws\Result getIdMappingJob(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise getIdMappingJobAsync(array $args = []) |
| 22 | * @method \Aws\Result getIdMappingWorkflow(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise getIdMappingWorkflowAsync(array $args = []) |
| 24 | * @method \Aws\Result getMatchId(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise getMatchIdAsync(array $args = []) |
| 26 | * @method \Aws\Result getMatchingJob(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise getMatchingJobAsync(array $args = []) |
| 28 | * @method \Aws\Result getMatchingWorkflow(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise getMatchingWorkflowAsync(array $args = []) |
| 30 | * @method \Aws\Result getProviderService(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise getProviderServiceAsync(array $args = []) |
| 32 | * @method \Aws\Result getSchemaMapping(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise getSchemaMappingAsync(array $args = []) |
| 34 | * @method \Aws\Result listIdMappingJobs(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise listIdMappingJobsAsync(array $args = []) |
| 36 | * @method \Aws\Result listIdMappingWorkflows(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise listIdMappingWorkflowsAsync(array $args = []) |
| 38 | * @method \Aws\Result listMatchingJobs(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise listMatchingJobsAsync(array $args = []) |
| 40 | * @method \Aws\Result listMatchingWorkflows(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise listMatchingWorkflowsAsync(array $args = []) |
| 42 | * @method \Aws\Result listProviderServices(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise listProviderServicesAsync(array $args = []) |
| 44 | * @method \Aws\Result listSchemaMappings(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise listSchemaMappingsAsync(array $args = []) |
| 46 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 48 | * @method \Aws\Result startIdMappingJob(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise startIdMappingJobAsync(array $args = []) |
| 50 | * @method \Aws\Result startMatchingJob(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise startMatchingJobAsync(array $args = []) |
| 52 | * @method \Aws\Result tagResource(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 54 | * @method \Aws\Result untagResource(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 56 | * @method \Aws\Result updateIdMappingWorkflow(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise updateIdMappingWorkflowAsync(array $args = []) |
| 58 | * @method \Aws\Result updateMatchingWorkflow(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise updateMatchingWorkflowAsync(array $args = []) |
| 60 | * @method \Aws\Result updateSchemaMapping(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise updateSchemaMappingAsync(array $args = []) |
| 62 | */ |
| 63 | class EntityResolutionClient extends AwsClient {} |
| 64 |