Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Shield/ShieldClient.php
Строк: 75
<?php
namespace AwsShield;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Shield** service.
* @method AwsResult associateDRTLogBucket(array $args = [])
* @method GuzzleHttpPromisePromise associateDRTLogBucketAsync(array $args = [])
* @method AwsResult associateDRTRole(array $args = [])
* @method GuzzleHttpPromisePromise associateDRTRoleAsync(array $args = [])
* @method AwsResult associateHealthCheck(array $args = [])
* @method GuzzleHttpPromisePromise associateHealthCheckAsync(array $args = [])
* @method AwsResult associateProactiveEngagementDetails(array $args = [])
* @method GuzzleHttpPromisePromise associateProactiveEngagementDetailsAsync(array $args = [])
* @method AwsResult createProtection(array $args = [])
* @method GuzzleHttpPromisePromise createProtectionAsync(array $args = [])
* @method AwsResult createSubscription(array $args = [])
* @method GuzzleHttpPromisePromise createSubscriptionAsync(array $args = [])
* @method AwsResult deleteProtection(array $args = [])
* @method GuzzleHttpPromisePromise deleteProtectionAsync(array $args = [])
* @method AwsResult deleteSubscription(array $args = [])
* @method GuzzleHttpPromisePromise deleteSubscriptionAsync(array $args = [])
* @method AwsResult describeAttack(array $args = [])
* @method GuzzleHttpPromisePromise describeAttackAsync(array $args = [])
* @method AwsResult describeDRTAccess(array $args = [])
* @method GuzzleHttpPromisePromise describeDRTAccessAsync(array $args = [])
* @method AwsResult describeEmergencyContactSettings(array $args = [])
* @method GuzzleHttpPromisePromise describeEmergencyContactSettingsAsync(array $args = [])
* @method AwsResult describeProtection(array $args = [])
* @method GuzzleHttpPromisePromise describeProtectionAsync(array $args = [])
* @method AwsResult describeSubscription(array $args = [])
* @method GuzzleHttpPromisePromise describeSubscriptionAsync(array $args = [])
* @method AwsResult disableProactiveEngagement(array $args = [])
* @method GuzzleHttpPromisePromise disableProactiveEngagementAsync(array $args = [])
* @method AwsResult disassociateDRTLogBucket(array $args = [])
* @method GuzzleHttpPromisePromise disassociateDRTLogBucketAsync(array $args = [])
* @method AwsResult disassociateDRTRole(array $args = [])
* @method GuzzleHttpPromisePromise disassociateDRTRoleAsync(array $args = [])
* @method AwsResult disassociateHealthCheck(array $args = [])
* @method GuzzleHttpPromisePromise disassociateHealthCheckAsync(array $args = [])
* @method AwsResult enableProactiveEngagement(array $args = [])
* @method GuzzleHttpPromisePromise enableProactiveEngagementAsync(array $args = [])
* @method AwsResult getSubscriptionState(array $args = [])
* @method GuzzleHttpPromisePromise getSubscriptionStateAsync(array $args = [])
* @method AwsResult listAttacks(array $args = [])
* @method GuzzleHttpPromisePromise listAttacksAsync(array $args = [])
* @method AwsResult listProtections(array $args = [])
* @method GuzzleHttpPromisePromise listProtectionsAsync(array $args = [])
* @method AwsResult updateEmergencyContactSettings(array $args = [])
* @method GuzzleHttpPromisePromise updateEmergencyContactSettingsAsync(array $args = [])
* @method AwsResult updateSubscription(array $args = [])
* @method GuzzleHttpPromisePromise updateSubscriptionAsync(array $args = [])
*/
class ShieldClient extends AwsClient {}