summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/WAFV2
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/WAFV2
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/WAFV2')
-rw-r--r--vendor/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php b/vendor/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php
index 415cd10..5d31e1b 100644
--- a/vendor/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php
+++ b/vendor/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php
@@ -9,6 +9,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise associateWebACLAsync(array $args = [])
* @method \Aws\Result checkCapacity(array $args = [])
* @method \GuzzleHttp\Promise\Promise checkCapacityAsync(array $args = [])
+ * @method \Aws\Result createAPIKey(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createAPIKeyAsync(array $args = [])
* @method \Aws\Result createIPSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise createIPSetAsync(array $args = [])
* @method \Aws\Result createRegexPatternSet(array $args = [])
@@ -31,12 +33,18 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteRuleGroupAsync(array $args = [])
* @method \Aws\Result deleteWebACL(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteWebACLAsync(array $args = [])
+ * @method \Aws\Result describeAllManagedProducts(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAllManagedProductsAsync(array $args = [])
+ * @method \Aws\Result describeManagedProductsByVendor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeManagedProductsByVendorAsync(array $args = [])
* @method \Aws\Result describeManagedRuleGroup(array $args = [])
* @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 getDecryptedAPIKey(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getDecryptedAPIKeyAsync(array $args = [])
* @method \Aws\Result getIPSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise getIPSetAsync(array $args = [])
* @method \Aws\Result getLoggingConfiguration(array $args = [])
@@ -59,6 +67,8 @@ 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 listAPIKeys(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listAPIKeysAsync(array $args = [])
* @method \Aws\Result listAvailableManagedRuleGroupVersions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAvailableManagedRuleGroupVersionsAsync(array $args = [])
* @method \Aws\Result listAvailableManagedRuleGroups(array $args = [])