Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/FMS/FMSClient.php
Строк: 67
<?php
namespace AwsFMS;
use AwsAwsClient;
/**
* This client is used to interact with the **Firewall Management Service** service.
* @method AwsResult associateAdminAccount(array $args = [])
* @method GuzzleHttpPromisePromise associateAdminAccountAsync(array $args = [])
* @method AwsResult deleteNotificationChannel(array $args = [])
* @method GuzzleHttpPromisePromise deleteNotificationChannelAsync(array $args = [])
* @method AwsResult deletePolicy(array $args = [])
* @method GuzzleHttpPromisePromise deletePolicyAsync(array $args = [])
* @method AwsResult disassociateAdminAccount(array $args = [])
* @method GuzzleHttpPromisePromise disassociateAdminAccountAsync(array $args = [])
* @method AwsResult getAdminAccount(array $args = [])
* @method GuzzleHttpPromisePromise getAdminAccountAsync(array $args = [])
* @method AwsResult getComplianceDetail(array $args = [])
* @method GuzzleHttpPromisePromise getComplianceDetailAsync(array $args = [])
* @method AwsResult getNotificationChannel(array $args = [])
* @method GuzzleHttpPromisePromise getNotificationChannelAsync(array $args = [])
* @method AwsResult getPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getPolicyAsync(array $args = [])
* @method AwsResult getProtectionStatus(array $args = [])
* @method GuzzleHttpPromisePromise getProtectionStatusAsync(array $args = [])
* @method AwsResult listComplianceStatus(array $args = [])
* @method GuzzleHttpPromisePromise listComplianceStatusAsync(array $args = [])
* @method AwsResult listMemberAccounts(array $args = [])
* @method GuzzleHttpPromisePromise listMemberAccountsAsync(array $args = [])
* @method AwsResult listPolicies(array $args = [])
* @method GuzzleHttpPromisePromise listPoliciesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult putNotificationChannel(array $args = [])
* @method GuzzleHttpPromisePromise putNotificationChannelAsync(array $args = [])
* @method AwsResult putPolicy(array $args = [])
* @method GuzzleHttpPromisePromise putPolicyAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
*/
class FMSClient extends AwsClient {}