NetworkFirewallClient.php
82 lines
| 1 | <?php |
| 2 | namespace Aws\NetworkFirewall; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS Network Firewall** service. |
| 8 | * @method \Aws\Result associateFirewallPolicy(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise associateFirewallPolicyAsync(array $args = []) |
| 10 | * @method \Aws\Result associateSubnets(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise associateSubnetsAsync(array $args = []) |
| 12 | * @method \Aws\Result createFirewall(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createFirewallAsync(array $args = []) |
| 14 | * @method \Aws\Result createFirewallPolicy(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createFirewallPolicyAsync(array $args = []) |
| 16 | * @method \Aws\Result createRuleGroup(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createRuleGroupAsync(array $args = []) |
| 18 | * @method \Aws\Result createTLSInspectionConfiguration(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createTLSInspectionConfigurationAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteFirewall(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteFirewallAsync(array $args = []) |
| 22 | * @method \Aws\Result deleteFirewallPolicy(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise deleteFirewallPolicyAsync(array $args = []) |
| 24 | * @method \Aws\Result deleteResourcePolicy(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = []) |
| 26 | * @method \Aws\Result deleteRuleGroup(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise deleteRuleGroupAsync(array $args = []) |
| 28 | * @method \Aws\Result deleteTLSInspectionConfiguration(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise deleteTLSInspectionConfigurationAsync(array $args = []) |
| 30 | * @method \Aws\Result describeFirewall(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise describeFirewallAsync(array $args = []) |
| 32 | * @method \Aws\Result describeFirewallPolicy(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise describeFirewallPolicyAsync(array $args = []) |
| 34 | * @method \Aws\Result describeLoggingConfiguration(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise describeLoggingConfigurationAsync(array $args = []) |
| 36 | * @method \Aws\Result describeResourcePolicy(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise describeResourcePolicyAsync(array $args = []) |
| 38 | * @method \Aws\Result describeRuleGroup(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise describeRuleGroupAsync(array $args = []) |
| 40 | * @method \Aws\Result describeRuleGroupMetadata(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise describeRuleGroupMetadataAsync(array $args = []) |
| 42 | * @method \Aws\Result describeTLSInspectionConfiguration(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise describeTLSInspectionConfigurationAsync(array $args = []) |
| 44 | * @method \Aws\Result disassociateSubnets(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise disassociateSubnetsAsync(array $args = []) |
| 46 | * @method \Aws\Result listFirewallPolicies(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise listFirewallPoliciesAsync(array $args = []) |
| 48 | * @method \Aws\Result listFirewalls(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise listFirewallsAsync(array $args = []) |
| 50 | * @method \Aws\Result listRuleGroups(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise listRuleGroupsAsync(array $args = []) |
| 52 | * @method \Aws\Result listTLSInspectionConfigurations(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise listTLSInspectionConfigurationsAsync(array $args = []) |
| 54 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 56 | * @method \Aws\Result putResourcePolicy(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = []) |
| 58 | * @method \Aws\Result tagResource(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 60 | * @method \Aws\Result untagResource(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 62 | * @method \Aws\Result updateFirewallDeleteProtection(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise updateFirewallDeleteProtectionAsync(array $args = []) |
| 64 | * @method \Aws\Result updateFirewallDescription(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise updateFirewallDescriptionAsync(array $args = []) |
| 66 | * @method \Aws\Result updateFirewallEncryptionConfiguration(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise updateFirewallEncryptionConfigurationAsync(array $args = []) |
| 68 | * @method \Aws\Result updateFirewallPolicy(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise updateFirewallPolicyAsync(array $args = []) |
| 70 | * @method \Aws\Result updateFirewallPolicyChangeProtection(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise updateFirewallPolicyChangeProtectionAsync(array $args = []) |
| 72 | * @method \Aws\Result updateLoggingConfiguration(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise updateLoggingConfigurationAsync(array $args = []) |
| 74 | * @method \Aws\Result updateRuleGroup(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise updateRuleGroupAsync(array $args = []) |
| 76 | * @method \Aws\Result updateSubnetChangeProtection(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise updateSubnetChangeProtectionAsync(array $args = []) |
| 78 | * @method \Aws\Result updateTLSInspectionConfiguration(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise updateTLSInspectionConfigurationAsync(array $args = []) |
| 80 | */ |
| 81 | class NetworkFirewallClient extends AwsClient {} |
| 82 |