TnbClient.php
76 lines
| 1 | <?php |
| 2 | namespace Aws\Tnb; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS Telco Network Builder** service. |
| 8 | * @method \Aws\Result cancelSolNetworkOperation(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise cancelSolNetworkOperationAsync(array $args = []) |
| 10 | * @method \Aws\Result createSolFunctionPackage(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createSolFunctionPackageAsync(array $args = []) |
| 12 | * @method \Aws\Result createSolNetworkInstance(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createSolNetworkInstanceAsync(array $args = []) |
| 14 | * @method \Aws\Result createSolNetworkPackage(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createSolNetworkPackageAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteSolFunctionPackage(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteSolFunctionPackageAsync(array $args = []) |
| 18 | * @method \Aws\Result deleteSolNetworkInstance(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise deleteSolNetworkInstanceAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteSolNetworkPackage(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteSolNetworkPackageAsync(array $args = []) |
| 22 | * @method \Aws\Result getSolFunctionInstance(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise getSolFunctionInstanceAsync(array $args = []) |
| 24 | * @method \Aws\Result getSolFunctionPackage(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise getSolFunctionPackageAsync(array $args = []) |
| 26 | * @method \Aws\Result getSolFunctionPackageContent(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise getSolFunctionPackageContentAsync(array $args = []) |
| 28 | * @method \Aws\Result getSolFunctionPackageDescriptor(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise getSolFunctionPackageDescriptorAsync(array $args = []) |
| 30 | * @method \Aws\Result getSolNetworkInstance(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise getSolNetworkInstanceAsync(array $args = []) |
| 32 | * @method \Aws\Result getSolNetworkOperation(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise getSolNetworkOperationAsync(array $args = []) |
| 34 | * @method \Aws\Result getSolNetworkPackage(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise getSolNetworkPackageAsync(array $args = []) |
| 36 | * @method \Aws\Result getSolNetworkPackageContent(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise getSolNetworkPackageContentAsync(array $args = []) |
| 38 | * @method \Aws\Result getSolNetworkPackageDescriptor(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise getSolNetworkPackageDescriptorAsync(array $args = []) |
| 40 | * @method \Aws\Result instantiateSolNetworkInstance(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise instantiateSolNetworkInstanceAsync(array $args = []) |
| 42 | * @method \Aws\Result listSolFunctionInstances(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise listSolFunctionInstancesAsync(array $args = []) |
| 44 | * @method \Aws\Result listSolFunctionPackages(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise listSolFunctionPackagesAsync(array $args = []) |
| 46 | * @method \Aws\Result listSolNetworkInstances(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise listSolNetworkInstancesAsync(array $args = []) |
| 48 | * @method \Aws\Result listSolNetworkOperations(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise listSolNetworkOperationsAsync(array $args = []) |
| 50 | * @method \Aws\Result listSolNetworkPackages(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise listSolNetworkPackagesAsync(array $args = []) |
| 52 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 54 | * @method \Aws\Result putSolFunctionPackageContent(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise putSolFunctionPackageContentAsync(array $args = []) |
| 56 | * @method \Aws\Result putSolNetworkPackageContent(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise putSolNetworkPackageContentAsync(array $args = []) |
| 58 | * @method \Aws\Result tagResource(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 60 | * @method \Aws\Result terminateSolNetworkInstance(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise terminateSolNetworkInstanceAsync(array $args = []) |
| 62 | * @method \Aws\Result untagResource(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 64 | * @method \Aws\Result updateSolFunctionPackage(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise updateSolFunctionPackageAsync(array $args = []) |
| 66 | * @method \Aws\Result updateSolNetworkInstance(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise updateSolNetworkInstanceAsync(array $args = []) |
| 68 | * @method \Aws\Result updateSolNetworkPackage(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise updateSolNetworkPackageAsync(array $args = []) |
| 70 | * @method \Aws\Result validateSolFunctionPackageContent(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise validateSolFunctionPackageContentAsync(array $args = []) |
| 72 | * @method \Aws\Result validateSolNetworkPackageContent(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise validateSolNetworkPackageContentAsync(array $args = []) |
| 74 | */ |
| 75 | class TnbClient extends AwsClient {} |
| 76 |