Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/GlobalAccelerator/GlobalAcceleratorClient.php
Строк: 69
<?php
namespace AwsGlobalAccelerator;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Global Accelerator** service.
* @method AwsResult advertiseByoipCidr(array $args = [])
* @method GuzzleHttpPromisePromise advertiseByoipCidrAsync(array $args = [])
* @method AwsResult createAccelerator(array $args = [])
* @method GuzzleHttpPromisePromise createAcceleratorAsync(array $args = [])
* @method AwsResult createEndpointGroup(array $args = [])
* @method GuzzleHttpPromisePromise createEndpointGroupAsync(array $args = [])
* @method AwsResult createListener(array $args = [])
* @method GuzzleHttpPromisePromise createListenerAsync(array $args = [])
* @method AwsResult deleteAccelerator(array $args = [])
* @method GuzzleHttpPromisePromise deleteAcceleratorAsync(array $args = [])
* @method AwsResult deleteEndpointGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteEndpointGroupAsync(array $args = [])
* @method AwsResult deleteListener(array $args = [])
* @method GuzzleHttpPromisePromise deleteListenerAsync(array $args = [])
* @method AwsResult deprovisionByoipCidr(array $args = [])
* @method GuzzleHttpPromisePromise deprovisionByoipCidrAsync(array $args = [])
* @method AwsResult describeAccelerator(array $args = [])
* @method GuzzleHttpPromisePromise describeAcceleratorAsync(array $args = [])
* @method AwsResult describeAcceleratorAttributes(array $args = [])
* @method GuzzleHttpPromisePromise describeAcceleratorAttributesAsync(array $args = [])
* @method AwsResult describeEndpointGroup(array $args = [])
* @method GuzzleHttpPromisePromise describeEndpointGroupAsync(array $args = [])
* @method AwsResult describeListener(array $args = [])
* @method GuzzleHttpPromisePromise describeListenerAsync(array $args = [])
* @method AwsResult listAccelerators(array $args = [])
* @method GuzzleHttpPromisePromise listAcceleratorsAsync(array $args = [])
* @method AwsResult listByoipCidrs(array $args = [])
* @method GuzzleHttpPromisePromise listByoipCidrsAsync(array $args = [])
* @method AwsResult listEndpointGroups(array $args = [])
* @method GuzzleHttpPromisePromise listEndpointGroupsAsync(array $args = [])
* @method AwsResult listListeners(array $args = [])
* @method GuzzleHttpPromisePromise listListenersAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult provisionByoipCidr(array $args = [])
* @method GuzzleHttpPromisePromise provisionByoipCidrAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateAccelerator(array $args = [])
* @method GuzzleHttpPromisePromise updateAcceleratorAsync(array $args = [])
* @method AwsResult updateAcceleratorAttributes(array $args = [])
* @method GuzzleHttpPromisePromise updateAcceleratorAttributesAsync(array $args = [])
* @method AwsResult updateEndpointGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateEndpointGroupAsync(array $args = [])
* @method AwsResult updateListener(array $args = [])
* @method GuzzleHttpPromisePromise updateListenerAsync(array $args = [])
* @method AwsResult withdrawByoipCidr(array $args = [])
* @method GuzzleHttpPromisePromise withdrawByoipCidrAsync(array $args = [])
*/
class GlobalAcceleratorClient extends AwsClient {}