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