Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Outposts/OutpostsClient.php
Строк: 19
<?php
namespace AwsOutposts;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Outposts** service.
* @method AwsResult createOutpost(array $args = [])
* @method GuzzleHttpPromisePromise createOutpostAsync(array $args = [])
* @method AwsResult deleteOutpost(array $args = [])
* @method GuzzleHttpPromisePromise deleteOutpostAsync(array $args = [])
* @method AwsResult deleteSite(array $args = [])
* @method GuzzleHttpPromisePromise deleteSiteAsync(array $args = [])
* @method AwsResult getOutpost(array $args = [])
* @method GuzzleHttpPromisePromise getOutpostAsync(array $args = [])
* @method AwsResult getOutpostInstanceTypes(array $args = [])
* @method GuzzleHttpPromisePromise getOutpostInstanceTypesAsync(array $args = [])
* @method AwsResult listOutposts(array $args = [])
* @method GuzzleHttpPromisePromise listOutpostsAsync(array $args = [])
* @method AwsResult listSites(array $args = [])
* @method GuzzleHttpPromisePromise listSitesAsync(array $args = [])
*/
class OutpostsClient extends AwsClient {}