summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/PrivateNetworks/PrivateNetworksClient.php
blob: 55913c6f4bbf24966f07a23300d4bc284eef40a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?php
namespace Aws\PrivateNetworks;

use Aws\AwsClient;

/**
 * This client is used to interact with the **AWS Private 5G** service.
 * @method \Aws\Result acknowledgeOrderReceipt(array $args = [])
 * @method \GuzzleHttp\Promise\Promise acknowledgeOrderReceiptAsync(array $args = [])
 * @method \Aws\Result activateDeviceIdentifier(array $args = [])
 * @method \GuzzleHttp\Promise\Promise activateDeviceIdentifierAsync(array $args = [])
 * @method \Aws\Result activateNetworkSite(array $args = [])
 * @method \GuzzleHttp\Promise\Promise activateNetworkSiteAsync(array $args = [])
 * @method \Aws\Result configureAccessPoint(array $args = [])
 * @method \GuzzleHttp\Promise\Promise configureAccessPointAsync(array $args = [])
 * @method \Aws\Result createNetwork(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createNetworkAsync(array $args = [])
 * @method \Aws\Result createNetworkSite(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createNetworkSiteAsync(array $args = [])
 * @method \Aws\Result deactivateDeviceIdentifier(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deactivateDeviceIdentifierAsync(array $args = [])
 * @method \Aws\Result deleteNetwork(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteNetworkAsync(array $args = [])
 * @method \Aws\Result deleteNetworkSite(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteNetworkSiteAsync(array $args = [])
 * @method \Aws\Result getDeviceIdentifier(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getDeviceIdentifierAsync(array $args = [])
 * @method \Aws\Result getNetwork(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getNetworkAsync(array $args = [])
 * @method \Aws\Result getNetworkResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getNetworkResourceAsync(array $args = [])
 * @method \Aws\Result getNetworkSite(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getNetworkSiteAsync(array $args = [])
 * @method \Aws\Result getOrder(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getOrderAsync(array $args = [])
 * @method \Aws\Result listDeviceIdentifiers(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listDeviceIdentifiersAsync(array $args = [])
 * @method \Aws\Result listNetworkResources(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listNetworkResourcesAsync(array $args = [])
 * @method \Aws\Result listNetworkSites(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listNetworkSitesAsync(array $args = [])
 * @method \Aws\Result listNetworks(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listNetworksAsync(array $args = [])
 * @method \Aws\Result listOrders(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listOrdersAsync(array $args = [])
 * @method \Aws\Result listTagsForResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
 * @method \Aws\Result ping(array $args = [])
 * @method \GuzzleHttp\Promise\Promise pingAsync(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 updateNetworkSite(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateNetworkSiteAsync(array $args = [])
 * @method \Aws\Result updateNetworkSitePlan(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateNetworkSitePlanAsync(array $args = [])
 */
class PrivateNetworksClient extends AwsClient {}