EntityResolutionClient.php 5.3 KB

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