Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/WafRegional/WafRegionalClient.php
Строк: 188
<?php
namespace AwsWafRegional;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS WAF Regional** service.
* @method AwsResult associateWebACL(array $args = [])
* @method GuzzleHttpPromisePromise associateWebACLAsync(array $args = [])
* @method AwsResult createByteMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise createByteMatchSetAsync(array $args = [])
* @method AwsResult createGeoMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise createGeoMatchSetAsync(array $args = [])
* @method AwsResult createIPSet(array $args = [])
* @method GuzzleHttpPromisePromise createIPSetAsync(array $args = [])
* @method AwsResult createRateBasedRule(array $args = [])
* @method GuzzleHttpPromisePromise createRateBasedRuleAsync(array $args = [])
* @method AwsResult createRegexMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise createRegexMatchSetAsync(array $args = [])
* @method AwsResult createRegexPatternSet(array $args = [])
* @method GuzzleHttpPromisePromise createRegexPatternSetAsync(array $args = [])
* @method AwsResult createRule(array $args = [])
* @method GuzzleHttpPromisePromise createRuleAsync(array $args = [])
* @method AwsResult createRuleGroup(array $args = [])
* @method GuzzleHttpPromisePromise createRuleGroupAsync(array $args = [])
* @method AwsResult createSizeConstraintSet(array $args = [])
* @method GuzzleHttpPromisePromise createSizeConstraintSetAsync(array $args = [])
* @method AwsResult createSqlInjectionMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise createSqlInjectionMatchSetAsync(array $args = [])
* @method AwsResult createWebACL(array $args = [])
* @method GuzzleHttpPromisePromise createWebACLAsync(array $args = [])
* @method AwsResult createWebACLMigrationStack(array $args = [])
* @method GuzzleHttpPromisePromise createWebACLMigrationStackAsync(array $args = [])
* @method AwsResult createXssMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise createXssMatchSetAsync(array $args = [])
* @method AwsResult deleteByteMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteByteMatchSetAsync(array $args = [])
* @method AwsResult deleteGeoMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteGeoMatchSetAsync(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 deleteRateBasedRule(array $args = [])
* @method GuzzleHttpPromisePromise deleteRateBasedRuleAsync(array $args = [])
* @method AwsResult deleteRegexMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteRegexMatchSetAsync(array $args = [])
* @method AwsResult deleteRegexPatternSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteRegexPatternSetAsync(array $args = [])
* @method AwsResult deleteRule(array $args = [])
* @method GuzzleHttpPromisePromise deleteRuleAsync(array $args = [])
* @method AwsResult deleteRuleGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteRuleGroupAsync(array $args = [])
* @method AwsResult deleteSizeConstraintSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteSizeConstraintSetAsync(array $args = [])
* @method AwsResult deleteSqlInjectionMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteSqlInjectionMatchSetAsync(array $args = [])
* @method AwsResult deleteWebACL(array $args = [])
* @method GuzzleHttpPromisePromise deleteWebACLAsync(array $args = [])
* @method AwsResult deleteXssMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteXssMatchSetAsync(array $args = [])
* @method AwsResult disassociateWebACL(array $args = [])
* @method GuzzleHttpPromisePromise disassociateWebACLAsync(array $args = [])
* @method AwsResult getByteMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise getByteMatchSetAsync(array $args = [])
* @method AwsResult getChangeToken(array $args = [])
* @method GuzzleHttpPromisePromise getChangeTokenAsync(array $args = [])
* @method AwsResult getChangeTokenStatus(array $args = [])
* @method GuzzleHttpPromisePromise getChangeTokenStatusAsync(array $args = [])
* @method AwsResult getGeoMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise getGeoMatchSetAsync(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 getRateBasedRule(array $args = [])
* @method GuzzleHttpPromisePromise getRateBasedRuleAsync(array $args = [])
* @method AwsResult getRateBasedRuleManagedKeys(array $args = [])
* @method GuzzleHttpPromisePromise getRateBasedRuleManagedKeysAsync(array $args = [])
* @method AwsResult getRegexMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise getRegexMatchSetAsync(array $args = [])
* @method AwsResult getRegexPatternSet(array $args = [])
* @method GuzzleHttpPromisePromise getRegexPatternSetAsync(array $args = [])
* @method AwsResult getRule(array $args = [])
* @method GuzzleHttpPromisePromise getRuleAsync(array $args = [])
* @method AwsResult getRuleGroup(array $args = [])
* @method GuzzleHttpPromisePromise getRuleGroupAsync(array $args = [])
* @method AwsResult getSampledRequests(array $args = [])
* @method GuzzleHttpPromisePromise getSampledRequestsAsync(array $args = [])
* @method AwsResult getSizeConstraintSet(array $args = [])
* @method GuzzleHttpPromisePromise getSizeConstraintSetAsync(array $args = [])
* @method AwsResult getSqlInjectionMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise getSqlInjectionMatchSetAsync(array $args = [])
* @method AwsResult getWebACL(array $args = [])
* @method GuzzleHttpPromisePromise getWebACLAsync(array $args = [])
* @method AwsResult getWebACLForResource(array $args = [])
* @method GuzzleHttpPromisePromise getWebACLForResourceAsync(array $args = [])
* @method AwsResult getXssMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise getXssMatchSetAsync(array $args = [])
* @method AwsResult listActivatedRulesInRuleGroup(array $args = [])
* @method GuzzleHttpPromisePromise listActivatedRulesInRuleGroupAsync(array $args = [])
* @method AwsResult listByteMatchSets(array $args = [])
* @method GuzzleHttpPromisePromise listByteMatchSetsAsync(array $args = [])
* @method AwsResult listGeoMatchSets(array $args = [])
* @method GuzzleHttpPromisePromise listGeoMatchSetsAsync(array $args = [])
* @method AwsResult listIPSets(array $args = [])
* @method GuzzleHttpPromisePromise listIPSetsAsync(array $args = [])
* @method AwsResult listLoggingConfigurations(array $args = [])
* @method GuzzleHttpPromisePromise listLoggingConfigurationsAsync(array $args = [])
* @method AwsResult listRateBasedRules(array $args = [])
* @method GuzzleHttpPromisePromise listRateBasedRulesAsync(array $args = [])
* @method AwsResult listRegexMatchSets(array $args = [])
* @method GuzzleHttpPromisePromise listRegexMatchSetsAsync(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 listRules(array $args = [])
* @method GuzzleHttpPromisePromise listRulesAsync(array $args = [])
* @method AwsResult listSizeConstraintSets(array $args = [])
* @method GuzzleHttpPromisePromise listSizeConstraintSetsAsync(array $args = [])
* @method AwsResult listSqlInjectionMatchSets(array $args = [])
* @method GuzzleHttpPromisePromise listSqlInjectionMatchSetsAsync(array $args = [])
* @method AwsResult listSubscribedRuleGroups(array $args = [])
* @method GuzzleHttpPromisePromise listSubscribedRuleGroupsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listWebACLs(array $args = [])
* @method GuzzleHttpPromisePromise listWebACLsAsync(array $args = [])
* @method AwsResult listXssMatchSets(array $args = [])
* @method GuzzleHttpPromisePromise listXssMatchSetsAsync(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 updateByteMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise updateByteMatchSetAsync(array $args = [])
* @method AwsResult updateGeoMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise updateGeoMatchSetAsync(array $args = [])
* @method AwsResult updateIPSet(array $args = [])
* @method GuzzleHttpPromisePromise updateIPSetAsync(array $args = [])
* @method AwsResult updateRateBasedRule(array $args = [])
* @method GuzzleHttpPromisePromise updateRateBasedRuleAsync(array $args = [])
* @method AwsResult updateRegexMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise updateRegexMatchSetAsync(array $args = [])
* @method AwsResult updateRegexPatternSet(array $args = [])
* @method GuzzleHttpPromisePromise updateRegexPatternSetAsync(array $args = [])
* @method AwsResult updateRule(array $args = [])
* @method GuzzleHttpPromisePromise updateRuleAsync(array $args = [])
* @method AwsResult updateRuleGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateRuleGroupAsync(array $args = [])
* @method AwsResult updateSizeConstraintSet(array $args = [])
* @method GuzzleHttpPromisePromise updateSizeConstraintSetAsync(array $args = [])
* @method AwsResult updateSqlInjectionMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise updateSqlInjectionMatchSetAsync(array $args = [])
* @method AwsResult updateWebACL(array $args = [])
* @method GuzzleHttpPromisePromise updateWebACLAsync(array $args = [])
* @method AwsResult updateXssMatchSet(array $args = [])
* @method GuzzleHttpPromisePromise updateXssMatchSetAsync(array $args = [])
*/
class WafRegionalClient extends AwsClient {}