summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php b/vendor/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php
index d64d09f..db77f69 100644
--- a/vendor/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php
+++ b/vendor/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php
@@ -15,6 +15,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createFirewallPolicyAsync(array $args = [])
* @method \Aws\Result createRuleGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRuleGroupAsync(array $args = [])
+ * @method \Aws\Result createTLSInspectionConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createTLSInspectionConfigurationAsync(array $args = [])
* @method \Aws\Result deleteFirewall(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFirewallAsync(array $args = [])
* @method \Aws\Result deleteFirewallPolicy(array $args = [])
@@ -23,6 +25,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
* @method \Aws\Result deleteRuleGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRuleGroupAsync(array $args = [])
+ * @method \Aws\Result deleteTLSInspectionConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteTLSInspectionConfigurationAsync(array $args = [])
* @method \Aws\Result describeFirewall(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFirewallAsync(array $args = [])
* @method \Aws\Result describeFirewallPolicy(array $args = [])
@@ -35,6 +39,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeRuleGroupAsync(array $args = [])
* @method \Aws\Result describeRuleGroupMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRuleGroupMetadataAsync(array $args = [])
+ * @method \Aws\Result describeTLSInspectionConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeTLSInspectionConfigurationAsync(array $args = [])
* @method \Aws\Result disassociateSubnets(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateSubnetsAsync(array $args = [])
* @method \Aws\Result listFirewallPolicies(array $args = [])
@@ -43,6 +49,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listFirewallsAsync(array $args = [])
* @method \Aws\Result listRuleGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRuleGroupsAsync(array $args = [])
+ * @method \Aws\Result listTLSInspectionConfigurations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTLSInspectionConfigurationsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putResourcePolicy(array $args = [])
@@ -67,5 +75,7 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateRuleGroupAsync(array $args = [])
* @method \Aws\Result updateSubnetChangeProtection(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateSubnetChangeProtectionAsync(array $args = [])
+ * @method \Aws\Result updateTLSInspectionConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateTLSInspectionConfigurationAsync(array $args = [])
*/
class NetworkFirewallClient extends AwsClient {}