NetworkFirewallClient.php 5.4 KB

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