1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\GlobalAccelerator;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Global Accelerator** service.
|
|
|
8 |
* @method \Aws\Result addCustomRoutingEndpoints(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise addCustomRoutingEndpointsAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result addEndpoints(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise addEndpointsAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result advertiseByoipCidr(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise advertiseByoipCidrAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result allowCustomRoutingTraffic(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise allowCustomRoutingTrafficAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createAccelerator(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createAcceleratorAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createCustomRoutingAccelerator(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createCustomRoutingAcceleratorAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createCustomRoutingEndpointGroup(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createCustomRoutingEndpointGroupAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createCustomRoutingListener(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createCustomRoutingListenerAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result createEndpointGroup(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise createEndpointGroupAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result createListener(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise createListenerAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result deleteAccelerator(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise deleteAcceleratorAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result deleteCustomRoutingAccelerator(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise deleteCustomRoutingAcceleratorAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result deleteCustomRoutingEndpointGroup(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise deleteCustomRoutingEndpointGroupAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result deleteCustomRoutingListener(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise deleteCustomRoutingListenerAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteEndpointGroup(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteEndpointGroupAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result deleteListener(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise deleteListenerAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result denyCustomRoutingTraffic(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise denyCustomRoutingTrafficAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result deprovisionByoipCidr(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise deprovisionByoipCidrAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result describeAccelerator(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise describeAcceleratorAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result describeAcceleratorAttributes(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise describeAcceleratorAttributesAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result describeCustomRoutingAccelerator(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise describeCustomRoutingAcceleratorAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result describeCustomRoutingAcceleratorAttributes(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise describeCustomRoutingAcceleratorAttributesAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result describeCustomRoutingEndpointGroup(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise describeCustomRoutingEndpointGroupAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result describeCustomRoutingListener(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise describeCustomRoutingListenerAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result describeEndpointGroup(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise describeEndpointGroupAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result describeListener(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise describeListenerAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result listAccelerators(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise listAcceleratorsAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result listByoipCidrs(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise listByoipCidrsAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result listCustomRoutingAccelerators(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise listCustomRoutingAcceleratorsAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result listCustomRoutingEndpointGroups(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise listCustomRoutingEndpointGroupsAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result listCustomRoutingListeners(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise listCustomRoutingListenersAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result listCustomRoutingPortMappings(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise listCustomRoutingPortMappingsAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result listCustomRoutingPortMappingsByDestination(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise listCustomRoutingPortMappingsByDestinationAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result listEndpointGroups(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise listEndpointGroupsAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result listListeners(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise listListenersAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result provisionByoipCidr(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise provisionByoipCidrAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result removeCustomRoutingEndpoints(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise removeCustomRoutingEndpointsAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result removeEndpoints(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise removeEndpointsAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result updateAccelerator(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise updateAcceleratorAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result updateAcceleratorAttributes(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise updateAcceleratorAttributesAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result updateCustomRoutingAccelerator(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise updateCustomRoutingAcceleratorAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result updateCustomRoutingAcceleratorAttributes(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise updateCustomRoutingAcceleratorAttributesAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result updateCustomRoutingListener(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise updateCustomRoutingListenerAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result updateEndpointGroup(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise updateEndpointGroupAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result updateListener(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise updateListenerAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result withdrawByoipCidr(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise withdrawByoipCidrAsync(array $args = [])
|
|
|
106 |
*/
|
|
|
107 |
class GlobalAcceleratorClient extends AwsClient {}
|