Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/WAFV2/WAFV2Client.php')
-rw-r--r--aws/aws-sdk-php/src/WAFV2/WAFV2Client.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php b/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php
index d604b3ef..415cd106 100644
--- a/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php
+++ b/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php
@@ -35,10 +35,16 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeManagedRuleGroupAsync(array $args = [])
* @method \Aws\Result disassociateWebACL(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateWebACLAsync(array $args = [])
+ * @method \Aws\Result generateMobileSdkReleaseUrl(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise generateMobileSdkReleaseUrlAsync(array $args = [])
* @method \Aws\Result getIPSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise getIPSetAsync(array $args = [])
* @method \Aws\Result getLoggingConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getLoggingConfigurationAsync(array $args = [])
+ * @method \Aws\Result getManagedRuleSet(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getManagedRuleSetAsync(array $args = [])
+ * @method \Aws\Result getMobileSdkRelease(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getMobileSdkReleaseAsync(array $args = [])
* @method \Aws\Result getPermissionPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getPermissionPolicyAsync(array $args = [])
* @method \Aws\Result getRateBasedStatementManagedKeys(array $args = [])
@@ -53,12 +59,18 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getWebACLAsync(array $args = [])
* @method \Aws\Result getWebACLForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise getWebACLForResourceAsync(array $args = [])
+ * @method \Aws\Result listAvailableManagedRuleGroupVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAvailableManagedRuleGroupVersionsAsync(array $args = [])
* @method \Aws\Result listAvailableManagedRuleGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAvailableManagedRuleGroupsAsync(array $args = [])
* @method \Aws\Result listIPSets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listIPSetsAsync(array $args = [])
* @method \Aws\Result listLoggingConfigurations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listLoggingConfigurationsAsync(array $args = [])
+ * @method \Aws\Result listManagedRuleSets(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listManagedRuleSetsAsync(array $args = [])
+ * @method \Aws\Result listMobileSdkReleases(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listMobileSdkReleasesAsync(array $args = [])
* @method \Aws\Result listRegexPatternSets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRegexPatternSetsAsync(array $args = [])
* @method \Aws\Result listResourcesForWebACL(array $args = [])
@@ -71,6 +83,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listWebACLsAsync(array $args = [])
* @method \Aws\Result putLoggingConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise putLoggingConfigurationAsync(array $args = [])
+ * @method \Aws\Result putManagedRuleSetVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putManagedRuleSetVersionsAsync(array $args = [])
* @method \Aws\Result putPermissionPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putPermissionPolicyAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
@@ -79,6 +93,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateIPSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateIPSetAsync(array $args = [])
+ * @method \Aws\Result updateManagedRuleSetVersionExpiryDate(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateManagedRuleSetVersionExpiryDateAsync(array $args = [])
* @method \Aws\Result updateRegexPatternSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRegexPatternSetAsync(array $args = [])
* @method \Aws\Result updateRuleGroup(array $args = [])