Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/WAFV2/WAFV2Client.php
Строк: 100
<?php
namespace AwsWAFV2;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS WAFV2** service.
* @method AwsResult associateWebACL(array $args = [])
* @method GuzzleHttpPromisePromise associateWebACLAsync(array $args = [])
* @method AwsResult checkCapacity(array $args = [])
* @method GuzzleHttpPromisePromise checkCapacityAsync(array $args = [])
* @method AwsResult createIPSet(array $args = [])
* @method GuzzleHttpPromisePromise createIPSetAsync(array $args = [])
* @method AwsResult createRegexPatternSet(array $args = [])
* @method GuzzleHttpPromisePromise createRegexPatternSetAsync(array $args = [])
* @method AwsResult createRuleGroup(array $args = [])
* @method GuzzleHttpPromisePromise createRuleGroupAsync(array $args = [])
* @method AwsResult createWebACL(array $args = [])
* @method GuzzleHttpPromisePromise createWebACLAsync(array $args = [])
* @method AwsResult deleteFirewallManagerRuleGroups(array $args = [])
* @method GuzzleHttpPromisePromise deleteFirewallManagerRuleGroupsAsync(array $args = [])
* @method AwsResult deleteIPSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteIPSetAsync(array $args = [])
* @method AwsResult deleteLoggingConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise deleteLoggingConfigurationAsync(array $args = [])
* @method AwsResult deletePermissionPolicy(array $args = [])
* @method GuzzleHttpPromisePromise deletePermissionPolicyAsync(array $args = [])
* @method AwsResult deleteRegexPatternSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteRegexPatternSetAsync(array $args = [])
* @method AwsResult deleteRuleGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteRuleGroupAsync(array $args = [])
* @method AwsResult deleteWebACL(array $args = [])
* @method GuzzleHttpPromisePromise deleteWebACLAsync(array $args = [])
* @method AwsResult describeManagedRuleGroup(array $args = [])
* @method GuzzleHttpPromisePromise describeManagedRuleGroupAsync(array $args = [])
* @method AwsResult disassociateWebACL(array $args = [])
* @method GuzzleHttpPromisePromise disassociateWebACLAsync(array $args = [])
* @method AwsResult getIPSet(array $args = [])
* @method GuzzleHttpPromisePromise getIPSetAsync(array $args = [])
* @method AwsResult getLoggingConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise getLoggingConfigurationAsync(array $args = [])
* @method AwsResult getPermissionPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getPermissionPolicyAsync(array $args = [])
* @method AwsResult getRateBasedStatementManagedKeys(array $args = [])
* @method GuzzleHttpPromisePromise getRateBasedStatementManagedKeysAsync(array $args = [])
* @method AwsResult getRegexPatternSet(array $args = [])
* @method GuzzleHttpPromisePromise getRegexPatternSetAsync(array $args = [])
* @method AwsResult getRuleGroup(array $args = [])
* @method GuzzleHttpPromisePromise getRuleGroupAsync(array $args = [])
* @method AwsResult getSampledRequests(array $args = [])
* @method GuzzleHttpPromisePromise getSampledRequestsAsync(array $args = [])
* @method AwsResult getWebACL(array $args = [])
* @method GuzzleHttpPromisePromise getWebACLAsync(array $args = [])
* @method AwsResult getWebACLForResource(array $args = [])
* @method GuzzleHttpPromisePromise getWebACLForResourceAsync(array $args = [])
* @method AwsResult listAvailableManagedRuleGroups(array $args = [])
* @method GuzzleHttpPromisePromise listAvailableManagedRuleGroupsAsync(array $args = [])
* @method AwsResult listIPSets(array $args = [])
* @method GuzzleHttpPromisePromise listIPSetsAsync(array $args = [])
* @method AwsResult listLoggingConfigurations(array $args = [])
* @method GuzzleHttpPromisePromise listLoggingConfigurationsAsync(array $args = [])
* @method AwsResult listRegexPatternSets(array $args = [])
* @method GuzzleHttpPromisePromise listRegexPatternSetsAsync(array $args = [])
* @method AwsResult listResourcesForWebACL(array $args = [])
* @method GuzzleHttpPromisePromise listResourcesForWebACLAsync(array $args = [])
* @method AwsResult listRuleGroups(array $args = [])
* @method GuzzleHttpPromisePromise listRuleGroupsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listWebACLs(array $args = [])
* @method GuzzleHttpPromisePromise listWebACLsAsync(array $args = [])
* @method AwsResult putLoggingConfiguration(array $args = [])
* @method GuzzleHttpPromisePromise putLoggingConfigurationAsync(array $args = [])
* @method AwsResult putPermissionPolicy(array $args = [])
* @method GuzzleHttpPromisePromise putPermissionPolicyAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateIPSet(array $args = [])
* @method GuzzleHttpPromisePromise updateIPSetAsync(array $args = [])
* @method AwsResult updateRegexPatternSet(array $args = [])
* @method GuzzleHttpPromisePromise updateRegexPatternSetAsync(array $args = [])
* @method AwsResult updateRuleGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateRuleGroupAsync(array $args = [])
* @method AwsResult updateWebACL(array $args = [])
* @method GuzzleHttpPromisePromise updateWebACLAsync(array $args = [])
*/
class WAFV2Client extends AwsClient {}