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