ShieldClient.php 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?php
  2. namespace Aws\Shield;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Shield** service.
  6. * @method \Aws\Result associateDRTLogBucket(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateDRTLogBucketAsync(array $args = [])
  8. * @method \Aws\Result associateDRTRole(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associateDRTRoleAsync(array $args = [])
  10. * @method \Aws\Result associateHealthCheck(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise associateHealthCheckAsync(array $args = [])
  12. * @method \Aws\Result associateProactiveEngagementDetails(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise associateProactiveEngagementDetailsAsync(array $args = [])
  14. * @method \Aws\Result createProtection(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createProtectionAsync(array $args = [])
  16. * @method \Aws\Result createProtectionGroup(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createProtectionGroupAsync(array $args = [])
  18. * @method \Aws\Result createSubscription(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createSubscriptionAsync(array $args = [])
  20. * @method \Aws\Result deleteProtection(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteProtectionAsync(array $args = [])
  22. * @method \Aws\Result deleteProtectionGroup(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteProtectionGroupAsync(array $args = [])
  24. * @method \Aws\Result deleteSubscription(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteSubscriptionAsync(array $args = [])
  26. * @method \Aws\Result describeAttack(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise describeAttackAsync(array $args = [])
  28. * @method \Aws\Result describeAttackStatistics(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise describeAttackStatisticsAsync(array $args = [])
  30. * @method \Aws\Result describeDRTAccess(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise describeDRTAccessAsync(array $args = [])
  32. * @method \Aws\Result describeEmergencyContactSettings(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise describeEmergencyContactSettingsAsync(array $args = [])
  34. * @method \Aws\Result describeProtection(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise describeProtectionAsync(array $args = [])
  36. * @method \Aws\Result describeProtectionGroup(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise describeProtectionGroupAsync(array $args = [])
  38. * @method \Aws\Result describeSubscription(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise describeSubscriptionAsync(array $args = [])
  40. * @method \Aws\Result disableApplicationLayerAutomaticResponse(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise disableApplicationLayerAutomaticResponseAsync(array $args = [])
  42. * @method \Aws\Result disableProactiveEngagement(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise disableProactiveEngagementAsync(array $args = [])
  44. * @method \Aws\Result disassociateDRTLogBucket(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise disassociateDRTLogBucketAsync(array $args = [])
  46. * @method \Aws\Result disassociateDRTRole(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise disassociateDRTRoleAsync(array $args = [])
  48. * @method \Aws\Result disassociateHealthCheck(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise disassociateHealthCheckAsync(array $args = [])
  50. * @method \Aws\Result enableApplicationLayerAutomaticResponse(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise enableApplicationLayerAutomaticResponseAsync(array $args = [])
  52. * @method \Aws\Result enableProactiveEngagement(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise enableProactiveEngagementAsync(array $args = [])
  54. * @method \Aws\Result getSubscriptionState(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getSubscriptionStateAsync(array $args = [])
  56. * @method \Aws\Result listAttacks(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listAttacksAsync(array $args = [])
  58. * @method \Aws\Result listProtectionGroups(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listProtectionGroupsAsync(array $args = [])
  60. * @method \Aws\Result listProtections(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listProtectionsAsync(array $args = [])
  62. * @method \Aws\Result listResourcesInProtectionGroup(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise listResourcesInProtectionGroupAsync(array $args = [])
  64. * @method \Aws\Result listTagsForResource(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  66. * @method \Aws\Result tagResource(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  68. * @method \Aws\Result untagResource(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  70. * @method \Aws\Result updateApplicationLayerAutomaticResponse(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise updateApplicationLayerAutomaticResponseAsync(array $args = [])
  72. * @method \Aws\Result updateEmergencyContactSettings(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise updateEmergencyContactSettingsAsync(array $args = [])
  74. * @method \Aws\Result updateProtectionGroup(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise updateProtectionGroupAsync(array $args = [])
  76. * @method \Aws\Result updateSubscription(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise updateSubscriptionAsync(array $args = [])
  78. */
  79. class ShieldClient extends AwsClient {}