Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/NetworkManager/NetworkManagerClient.php
Строк: 67
<?php
namespace AwsNetworkManager;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Network Manager** service.
* @method AwsResult associateCustomerGateway(array $args = [])
* @method GuzzleHttpPromisePromise associateCustomerGatewayAsync(array $args = [])
* @method AwsResult associateLink(array $args = [])
* @method GuzzleHttpPromisePromise associateLinkAsync(array $args = [])
* @method AwsResult createDevice(array $args = [])
* @method GuzzleHttpPromisePromise createDeviceAsync(array $args = [])
* @method AwsResult createGlobalNetwork(array $args = [])
* @method GuzzleHttpPromisePromise createGlobalNetworkAsync(array $args = [])
* @method AwsResult createLink(array $args = [])
* @method GuzzleHttpPromisePromise createLinkAsync(array $args = [])
* @method AwsResult createSite(array $args = [])
* @method GuzzleHttpPromisePromise createSiteAsync(array $args = [])
* @method AwsResult deleteDevice(array $args = [])
* @method GuzzleHttpPromisePromise deleteDeviceAsync(array $args = [])
* @method AwsResult deleteGlobalNetwork(array $args = [])
* @method GuzzleHttpPromisePromise deleteGlobalNetworkAsync(array $args = [])
* @method AwsResult deleteLink(array $args = [])
* @method GuzzleHttpPromisePromise deleteLinkAsync(array $args = [])
* @method AwsResult deleteSite(array $args = [])
* @method GuzzleHttpPromisePromise deleteSiteAsync(array $args = [])
* @method AwsResult deregisterTransitGateway(array $args = [])
* @method GuzzleHttpPromisePromise deregisterTransitGatewayAsync(array $args = [])
* @method AwsResult describeGlobalNetworks(array $args = [])
* @method GuzzleHttpPromisePromise describeGlobalNetworksAsync(array $args = [])
* @method AwsResult disassociateCustomerGateway(array $args = [])
* @method GuzzleHttpPromisePromise disassociateCustomerGatewayAsync(array $args = [])
* @method AwsResult disassociateLink(array $args = [])
* @method GuzzleHttpPromisePromise disassociateLinkAsync(array $args = [])
* @method AwsResult getCustomerGatewayAssociations(array $args = [])
* @method GuzzleHttpPromisePromise getCustomerGatewayAssociationsAsync(array $args = [])
* @method AwsResult getDevices(array $args = [])
* @method GuzzleHttpPromisePromise getDevicesAsync(array $args = [])
* @method AwsResult getLinkAssociations(array $args = [])
* @method GuzzleHttpPromisePromise getLinkAssociationsAsync(array $args = [])
* @method AwsResult getLinks(array $args = [])
* @method GuzzleHttpPromisePromise getLinksAsync(array $args = [])
* @method AwsResult getSites(array $args = [])
* @method GuzzleHttpPromisePromise getSitesAsync(array $args = [])
* @method AwsResult getTransitGatewayRegistrations(array $args = [])
* @method GuzzleHttpPromisePromise getTransitGatewayRegistrationsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult registerTransitGateway(array $args = [])
* @method GuzzleHttpPromisePromise registerTransitGatewayAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateDevice(array $args = [])
* @method GuzzleHttpPromisePromise updateDeviceAsync(array $args = [])
* @method AwsResult updateGlobalNetwork(array $args = [])
* @method GuzzleHttpPromisePromise updateGlobalNetworkAsync(array $args = [])
* @method AwsResult updateLink(array $args = [])
* @method GuzzleHttpPromisePromise updateLinkAsync(array $args = [])
* @method AwsResult updateSite(array $args = [])
* @method GuzzleHttpPromisePromise updateSiteAsync(array $args = [])
*/
class NetworkManagerClient extends AwsClient {}