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/FMS/FMSClient.php')
-rw-r--r--aws/aws-sdk-php/src/FMS/FMSClient.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/FMS/FMSClient.php b/aws/aws-sdk-php/src/FMS/FMSClient.php
index 8dcc6b4b..0e7b8c13 100644
--- a/aws/aws-sdk-php/src/FMS/FMSClient.php
+++ b/aws/aws-sdk-php/src/FMS/FMSClient.php
@@ -7,6 +7,8 @@ use Aws\AwsClient;
* This client is used to interact with the **Firewall Management Service** service.
* @method \Aws\Result associateAdminAccount(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateAdminAccountAsync(array $args = [])
+ * @method \Aws\Result associateThirdPartyFirewall(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise associateThirdPartyFirewallAsync(array $args = [])
* @method \Aws\Result deleteAppsList(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAppsListAsync(array $args = [])
* @method \Aws\Result deleteNotificationChannel(array $args = [])
@@ -17,6 +19,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteProtocolsListAsync(array $args = [])
* @method \Aws\Result disassociateAdminAccount(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateAdminAccountAsync(array $args = [])
+ * @method \Aws\Result disassociateThirdPartyFirewall(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise disassociateThirdPartyFirewallAsync(array $args = [])
* @method \Aws\Result getAdminAccount(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAdminAccountAsync(array $args = [])
* @method \Aws\Result getAppsList(array $args = [])
@@ -31,6 +35,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise getProtectionStatusAsync(array $args = [])
* @method \Aws\Result getProtocolsList(array $args = [])
* @method \GuzzleHttp\Promise\Promise getProtocolsListAsync(array $args = [])
+ * @method \Aws\Result getThirdPartyFirewallAssociationStatus(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getThirdPartyFirewallAssociationStatusAsync(array $args = [])
* @method \Aws\Result getViolationDetails(array $args = [])
* @method \GuzzleHttp\Promise\Promise getViolationDetailsAsync(array $args = [])
* @method \Aws\Result listAppsLists(array $args = [])
@@ -45,6 +51,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listProtocolsListsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result listThirdPartyFirewallFirewallPolicies(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listThirdPartyFirewallFirewallPoliciesAsync(array $args = [])
* @method \Aws\Result putAppsList(array $args = [])
* @method \GuzzleHttp\Promise\Promise putAppsListAsync(array $args = [])
* @method \Aws\Result putNotificationChannel(array $args = [])