FMSClient.php 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?php
  2. namespace Aws\FMS;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Firewall Management Service** service.
  6. * @method \Aws\Result associateAdminAccount(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateAdminAccountAsync(array $args = [])
  8. * @method \Aws\Result associateThirdPartyFirewall(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associateThirdPartyFirewallAsync(array $args = [])
  10. * @method \Aws\Result batchAssociateResource(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise batchAssociateResourceAsync(array $args = [])
  12. * @method \Aws\Result batchDisassociateResource(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise batchDisassociateResourceAsync(array $args = [])
  14. * @method \Aws\Result deleteAppsList(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteAppsListAsync(array $args = [])
  16. * @method \Aws\Result deleteNotificationChannel(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteNotificationChannelAsync(array $args = [])
  18. * @method \Aws\Result deletePolicy(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deletePolicyAsync(array $args = [])
  20. * @method \Aws\Result deleteProtocolsList(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteProtocolsListAsync(array $args = [])
  22. * @method \Aws\Result deleteResourceSet(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteResourceSetAsync(array $args = [])
  24. * @method \Aws\Result disassociateAdminAccount(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise disassociateAdminAccountAsync(array $args = [])
  26. * @method \Aws\Result disassociateThirdPartyFirewall(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise disassociateThirdPartyFirewallAsync(array $args = [])
  28. * @method \Aws\Result getAdminAccount(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getAdminAccountAsync(array $args = [])
  30. * @method \Aws\Result getAdminScope(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getAdminScopeAsync(array $args = [])
  32. * @method \Aws\Result getAppsList(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getAppsListAsync(array $args = [])
  34. * @method \Aws\Result getComplianceDetail(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getComplianceDetailAsync(array $args = [])
  36. * @method \Aws\Result getNotificationChannel(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getNotificationChannelAsync(array $args = [])
  38. * @method \Aws\Result getPolicy(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = [])
  40. * @method \Aws\Result getProtectionStatus(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getProtectionStatusAsync(array $args = [])
  42. * @method \Aws\Result getProtocolsList(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getProtocolsListAsync(array $args = [])
  44. * @method \Aws\Result getResourceSet(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getResourceSetAsync(array $args = [])
  46. * @method \Aws\Result getThirdPartyFirewallAssociationStatus(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getThirdPartyFirewallAssociationStatusAsync(array $args = [])
  48. * @method \Aws\Result getViolationDetails(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getViolationDetailsAsync(array $args = [])
  50. * @method \Aws\Result listAdminAccountsForOrganization(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listAdminAccountsForOrganizationAsync(array $args = [])
  52. * @method \Aws\Result listAdminsManagingAccount(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listAdminsManagingAccountAsync(array $args = [])
  54. * @method \Aws\Result listAppsLists(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listAppsListsAsync(array $args = [])
  56. * @method \Aws\Result listComplianceStatus(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listComplianceStatusAsync(array $args = [])
  58. * @method \Aws\Result listDiscoveredResources(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listDiscoveredResourcesAsync(array $args = [])
  60. * @method \Aws\Result listMemberAccounts(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listMemberAccountsAsync(array $args = [])
  62. * @method \Aws\Result listPolicies(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise listPoliciesAsync(array $args = [])
  64. * @method \Aws\Result listProtocolsLists(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise listProtocolsListsAsync(array $args = [])
  66. * @method \Aws\Result listResourceSetResources(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise listResourceSetResourcesAsync(array $args = [])
  68. * @method \Aws\Result listResourceSets(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listResourceSetsAsync(array $args = [])
  70. * @method \Aws\Result listTagsForResource(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  72. * @method \Aws\Result listThirdPartyFirewallFirewallPolicies(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listThirdPartyFirewallFirewallPoliciesAsync(array $args = [])
  74. * @method \Aws\Result putAdminAccount(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise putAdminAccountAsync(array $args = [])
  76. * @method \Aws\Result putAppsList(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise putAppsListAsync(array $args = [])
  78. * @method \Aws\Result putNotificationChannel(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise putNotificationChannelAsync(array $args = [])
  80. * @method \Aws\Result putPolicy(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise putPolicyAsync(array $args = [])
  82. * @method \Aws\Result putProtocolsList(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise putProtocolsListAsync(array $args = [])
  84. * @method \Aws\Result putResourceSet(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise putResourceSetAsync(array $args = [])
  86. * @method \Aws\Result tagResource(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  88. * @method \Aws\Result untagResource(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  90. */
  91. class FMSClient extends AwsClient {}