Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Synthetics/SyntheticsClient.php
Строк: 52
<?php
namespace AwsSynthetics;
use AwsAwsClient;
/**
* This client is used to interact with the **Synthetics** service.
* @method AwsResult createCanary(array $args = [])
* @method GuzzleHttpPromisePromise createCanaryAsync(array $args = [])
* @method AwsResult deleteCanary(array $args = [])
* @method GuzzleHttpPromisePromise deleteCanaryAsync(array $args = [])
* @method AwsResult describeCanaries(array $args = [])
* @method GuzzleHttpPromisePromise describeCanariesAsync(array $args = [])
* @method AwsResult describeCanariesLastRun(array $args = [])
* @method GuzzleHttpPromisePromise describeCanariesLastRunAsync(array $args = [])
* @method AwsResult describeRuntimeVersions(array $args = [])
* @method GuzzleHttpPromisePromise describeRuntimeVersionsAsync(array $args = [])
* @method AwsResult getCanary(array $args = [])
* @method GuzzleHttpPromisePromise getCanaryAsync(array $args = [])
* @method AwsResult getCanaryRuns(array $args = [])
* @method GuzzleHttpPromisePromise getCanaryRunsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult startCanary(array $args = [])
* @method GuzzleHttpPromisePromise startCanaryAsync(array $args = [])
* @method AwsResult stopCanary(array $args = [])
* @method GuzzleHttpPromisePromise stopCanaryAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateCanary(array $args = [])
* @method GuzzleHttpPromisePromise updateCanaryAsync(array $args = [])
*/
class SyntheticsClient extends AwsClient {}