AppTestClient.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?php
  2. namespace Aws\AppTest;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Mainframe Modernization Application Testing** service.
  6. * @method \Aws\Result createTestCase(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createTestCaseAsync(array $args = [])
  8. * @method \Aws\Result createTestConfiguration(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createTestConfigurationAsync(array $args = [])
  10. * @method \Aws\Result createTestSuite(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createTestSuiteAsync(array $args = [])
  12. * @method \Aws\Result deleteTestCase(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteTestCaseAsync(array $args = [])
  14. * @method \Aws\Result deleteTestConfiguration(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteTestConfigurationAsync(array $args = [])
  16. * @method \Aws\Result deleteTestRun(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteTestRunAsync(array $args = [])
  18. * @method \Aws\Result deleteTestSuite(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteTestSuiteAsync(array $args = [])
  20. * @method \Aws\Result getTestCase(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getTestCaseAsync(array $args = [])
  22. * @method \Aws\Result getTestConfiguration(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getTestConfigurationAsync(array $args = [])
  24. * @method \Aws\Result getTestRunStep(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise getTestRunStepAsync(array $args = [])
  26. * @method \Aws\Result getTestSuite(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getTestSuiteAsync(array $args = [])
  28. * @method \Aws\Result listTagsForResource(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  30. * @method \Aws\Result listTestCases(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise listTestCasesAsync(array $args = [])
  32. * @method \Aws\Result listTestConfigurations(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listTestConfigurationsAsync(array $args = [])
  34. * @method \Aws\Result listTestRunSteps(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise listTestRunStepsAsync(array $args = [])
  36. * @method \Aws\Result listTestRunTestCases(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise listTestRunTestCasesAsync(array $args = [])
  38. * @method \Aws\Result listTestRuns(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise listTestRunsAsync(array $args = [])
  40. * @method \Aws\Result listTestSuites(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise listTestSuitesAsync(array $args = [])
  42. * @method \Aws\Result startTestRun(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise startTestRunAsync(array $args = [])
  44. * @method \Aws\Result tagResource(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  46. * @method \Aws\Result untagResource(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  48. * @method \Aws\Result updateTestCase(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise updateTestCaseAsync(array $args = [])
  50. * @method \Aws\Result updateTestConfiguration(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise updateTestConfigurationAsync(array $args = [])
  52. * @method \Aws\Result updateTestSuite(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise updateTestSuiteAsync(array $args = [])
  54. */
  55. class AppTestClient extends AwsClient {}