GlobalAcceleratorClient.php
122 lines
| 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 createCrossAccountAttachment(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createCrossAccountAttachmentAsync(array $args = []) |
| 20 | * @method \Aws\Result createCustomRoutingAccelerator(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise createCustomRoutingAcceleratorAsync(array $args = []) |
| 22 | * @method \Aws\Result createCustomRoutingEndpointGroup(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise createCustomRoutingEndpointGroupAsync(array $args = []) |
| 24 | * @method \Aws\Result createCustomRoutingListener(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createCustomRoutingListenerAsync(array $args = []) |
| 26 | * @method \Aws\Result createEndpointGroup(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createEndpointGroupAsync(array $args = []) |
| 28 | * @method \Aws\Result createListener(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise createListenerAsync(array $args = []) |
| 30 | * @method \Aws\Result deleteAccelerator(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise deleteAcceleratorAsync(array $args = []) |
| 32 | * @method \Aws\Result deleteCrossAccountAttachment(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise deleteCrossAccountAttachmentAsync(array $args = []) |
| 34 | * @method \Aws\Result deleteCustomRoutingAccelerator(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise deleteCustomRoutingAcceleratorAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteCustomRoutingEndpointGroup(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteCustomRoutingEndpointGroupAsync(array $args = []) |
| 38 | * @method \Aws\Result deleteCustomRoutingListener(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise deleteCustomRoutingListenerAsync(array $args = []) |
| 40 | * @method \Aws\Result deleteEndpointGroup(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise deleteEndpointGroupAsync(array $args = []) |
| 42 | * @method \Aws\Result deleteListener(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise deleteListenerAsync(array $args = []) |
| 44 | * @method \Aws\Result denyCustomRoutingTraffic(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise denyCustomRoutingTrafficAsync(array $args = []) |
| 46 | * @method \Aws\Result deprovisionByoipCidr(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise deprovisionByoipCidrAsync(array $args = []) |
| 48 | * @method \Aws\Result describeAccelerator(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise describeAcceleratorAsync(array $args = []) |
| 50 | * @method \Aws\Result describeAcceleratorAttributes(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise describeAcceleratorAttributesAsync(array $args = []) |
| 52 | * @method \Aws\Result describeCrossAccountAttachment(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise describeCrossAccountAttachmentAsync(array $args = []) |
| 54 | * @method \Aws\Result describeCustomRoutingAccelerator(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise describeCustomRoutingAcceleratorAsync(array $args = []) |
| 56 | * @method \Aws\Result describeCustomRoutingAcceleratorAttributes(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise describeCustomRoutingAcceleratorAttributesAsync(array $args = []) |
| 58 | * @method \Aws\Result describeCustomRoutingEndpointGroup(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise describeCustomRoutingEndpointGroupAsync(array $args = []) |
| 60 | * @method \Aws\Result describeCustomRoutingListener(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise describeCustomRoutingListenerAsync(array $args = []) |
| 62 | * @method \Aws\Result describeEndpointGroup(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise describeEndpointGroupAsync(array $args = []) |
| 64 | * @method \Aws\Result describeListener(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise describeListenerAsync(array $args = []) |
| 66 | * @method \Aws\Result listAccelerators(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise listAcceleratorsAsync(array $args = []) |
| 68 | * @method \Aws\Result listByoipCidrs(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise listByoipCidrsAsync(array $args = []) |
| 70 | * @method \Aws\Result listCrossAccountAttachments(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise listCrossAccountAttachmentsAsync(array $args = []) |
| 72 | * @method \Aws\Result listCrossAccountResourceAccounts(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise listCrossAccountResourceAccountsAsync(array $args = []) |
| 74 | * @method \Aws\Result listCrossAccountResources(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise listCrossAccountResourcesAsync(array $args = []) |
| 76 | * @method \Aws\Result listCustomRoutingAccelerators(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise listCustomRoutingAcceleratorsAsync(array $args = []) |
| 78 | * @method \Aws\Result listCustomRoutingEndpointGroups(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise listCustomRoutingEndpointGroupsAsync(array $args = []) |
| 80 | * @method \Aws\Result listCustomRoutingListeners(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise listCustomRoutingListenersAsync(array $args = []) |
| 82 | * @method \Aws\Result listCustomRoutingPortMappings(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise listCustomRoutingPortMappingsAsync(array $args = []) |
| 84 | * @method \Aws\Result listCustomRoutingPortMappingsByDestination(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise listCustomRoutingPortMappingsByDestinationAsync(array $args = []) |
| 86 | * @method \Aws\Result listEndpointGroups(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise listEndpointGroupsAsync(array $args = []) |
| 88 | * @method \Aws\Result listListeners(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise listListenersAsync(array $args = []) |
| 90 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 92 | * @method \Aws\Result provisionByoipCidr(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise provisionByoipCidrAsync(array $args = []) |
| 94 | * @method \Aws\Result removeCustomRoutingEndpoints(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise removeCustomRoutingEndpointsAsync(array $args = []) |
| 96 | * @method \Aws\Result removeEndpoints(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise removeEndpointsAsync(array $args = []) |
| 98 | * @method \Aws\Result tagResource(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 100 | * @method \Aws\Result untagResource(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 102 | * @method \Aws\Result updateAccelerator(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise updateAcceleratorAsync(array $args = []) |
| 104 | * @method \Aws\Result updateAcceleratorAttributes(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise updateAcceleratorAttributesAsync(array $args = []) |
| 106 | * @method \Aws\Result updateCrossAccountAttachment(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise updateCrossAccountAttachmentAsync(array $args = []) |
| 108 | * @method \Aws\Result updateCustomRoutingAccelerator(array $args = []) |
| 109 | * @method \GuzzleHttp\Promise\Promise updateCustomRoutingAcceleratorAsync(array $args = []) |
| 110 | * @method \Aws\Result updateCustomRoutingAcceleratorAttributes(array $args = []) |
| 111 | * @method \GuzzleHttp\Promise\Promise updateCustomRoutingAcceleratorAttributesAsync(array $args = []) |
| 112 | * @method \Aws\Result updateCustomRoutingListener(array $args = []) |
| 113 | * @method \GuzzleHttp\Promise\Promise updateCustomRoutingListenerAsync(array $args = []) |
| 114 | * @method \Aws\Result updateEndpointGroup(array $args = []) |
| 115 | * @method \GuzzleHttp\Promise\Promise updateEndpointGroupAsync(array $args = []) |
| 116 | * @method \Aws\Result updateListener(array $args = []) |
| 117 | * @method \GuzzleHttp\Promise\Promise updateListenerAsync(array $args = []) |
| 118 | * @method \Aws\Result withdrawByoipCidr(array $args = []) |
| 119 | * @method \GuzzleHttp\Promise\Promise withdrawByoipCidrAsync(array $args = []) |
| 120 | */ |
| 121 | class GlobalAcceleratorClient extends AwsClient {} |
| 122 |