mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-20 05:13:42 -07:00
v2: Updates
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
This commit is contained in:
parent
ad0726e41e
commit
e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions
59
aws/Aws/GlobalAccelerator/GlobalAcceleratorClient.php
Normal file
59
aws/Aws/GlobalAccelerator/GlobalAcceleratorClient.php
Normal file
|
@ -0,0 +1,59 @@
|
|||
<?php
|
||||
namespace Aws\GlobalAccelerator;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **AWS Global Accelerator** service.
|
||||
* @method \Aws\Result advertiseByoipCidr(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise advertiseByoipCidrAsync(array $args = [])
|
||||
* @method \Aws\Result createAccelerator(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createAcceleratorAsync(array $args = [])
|
||||
* @method \Aws\Result createEndpointGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createEndpointGroupAsync(array $args = [])
|
||||
* @method \Aws\Result createListener(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createListenerAsync(array $args = [])
|
||||
* @method \Aws\Result deleteAccelerator(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteAcceleratorAsync(array $args = [])
|
||||
* @method \Aws\Result deleteEndpointGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteEndpointGroupAsync(array $args = [])
|
||||
* @method \Aws\Result deleteListener(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteListenerAsync(array $args = [])
|
||||
* @method \Aws\Result deprovisionByoipCidr(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deprovisionByoipCidrAsync(array $args = [])
|
||||
* @method \Aws\Result describeAccelerator(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAcceleratorAsync(array $args = [])
|
||||
* @method \Aws\Result describeAcceleratorAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAcceleratorAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result describeEndpointGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeEndpointGroupAsync(array $args = [])
|
||||
* @method \Aws\Result describeListener(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeListenerAsync(array $args = [])
|
||||
* @method \Aws\Result listAccelerators(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listAcceleratorsAsync(array $args = [])
|
||||
* @method \Aws\Result listByoipCidrs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listByoipCidrsAsync(array $args = [])
|
||||
* @method \Aws\Result listEndpointGroups(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listEndpointGroupsAsync(array $args = [])
|
||||
* @method \Aws\Result listListeners(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listListenersAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result provisionByoipCidr(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise provisionByoipCidrAsync(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 updateAccelerator(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateAcceleratorAsync(array $args = [])
|
||||
* @method \Aws\Result updateAcceleratorAttributes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateAcceleratorAttributesAsync(array $args = [])
|
||||
* @method \Aws\Result updateEndpointGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateEndpointGroupAsync(array $args = [])
|
||||
* @method \Aws\Result updateListener(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateListenerAsync(array $args = [])
|
||||
* @method \Aws\Result withdrawByoipCidr(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise withdrawByoipCidrAsync(array $args = [])
|
||||
*/
|
||||
class GlobalAcceleratorClient extends AwsClient {}
|
Loading…
Add table
Add a link
Reference in a new issue