Server IP : 66.29.132.124 / Your IP : 3.135.249.119 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/vendor/aws/aws-sdk-php/src/CloudControlApi/ |
Upload File : |
<?php namespace Aws\CloudControlApi; use Aws\AwsClient; /** * This client is used to interact with the **AWS Cloud Control API** service. * @method \Aws\Result cancelResourceRequest(array $args = []) * @method \GuzzleHttp\Promise\Promise cancelResourceRequestAsync(array $args = []) * @method \Aws\Result createResource(array $args = []) * @method \GuzzleHttp\Promise\Promise createResourceAsync(array $args = []) * @method \Aws\Result deleteResource(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteResourceAsync(array $args = []) * @method \Aws\Result getResource(array $args = []) * @method \GuzzleHttp\Promise\Promise getResourceAsync(array $args = []) * @method \Aws\Result getResourceRequestStatus(array $args = []) * @method \GuzzleHttp\Promise\Promise getResourceRequestStatusAsync(array $args = []) * @method \Aws\Result listResourceRequests(array $args = []) * @method \GuzzleHttp\Promise\Promise listResourceRequestsAsync(array $args = []) * @method \Aws\Result listResources(array $args = []) * @method \GuzzleHttp\Promise\Promise listResourcesAsync(array $args = []) * @method \Aws\Result updateResource(array $args = []) * @method \GuzzleHttp\Promise\Promise updateResourceAsync(array $args = []) */ class CloudControlApiClient extends AwsClient {}