Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CloudWatchEvents/CloudWatchEventsClient.php
Строк: 99
<?php
namespace AwsCloudWatchEvents;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon CloudWatch Events** service.
*
* @method AwsResult activateEventSource(array $args = [])
* @method GuzzleHttpPromisePromise activateEventSourceAsync(array $args = [])
* @method AwsResult createEventBus(array $args = [])
* @method GuzzleHttpPromisePromise createEventBusAsync(array $args = [])
* @method AwsResult createPartnerEventSource(array $args = [])
* @method GuzzleHttpPromisePromise createPartnerEventSourceAsync(array $args = [])
* @method AwsResult deactivateEventSource(array $args = [])
* @method GuzzleHttpPromisePromise deactivateEventSourceAsync(array $args = [])
* @method AwsResult deleteEventBus(array $args = [])
* @method GuzzleHttpPromisePromise deleteEventBusAsync(array $args = [])
* @method AwsResult deletePartnerEventSource(array $args = [])
* @method GuzzleHttpPromisePromise deletePartnerEventSourceAsync(array $args = [])
* @method AwsResult deleteRule(array $args = [])
* @method GuzzleHttpPromisePromise deleteRuleAsync(array $args = [])
* @method AwsResult describeEventBus(array $args = [])
* @method GuzzleHttpPromisePromise describeEventBusAsync(array $args = [])
* @method AwsResult describeEventSource(array $args = [])
* @method GuzzleHttpPromisePromise describeEventSourceAsync(array $args = [])
* @method AwsResult describePartnerEventSource(array $args = [])
* @method GuzzleHttpPromisePromise describePartnerEventSourceAsync(array $args = [])
* @method AwsResult describeRule(array $args = [])
* @method GuzzleHttpPromisePromise describeRuleAsync(array $args = [])
* @method AwsResult disableRule(array $args = [])
* @method GuzzleHttpPromisePromise disableRuleAsync(array $args = [])
* @method AwsResult enableRule(array $args = [])
* @method GuzzleHttpPromisePromise enableRuleAsync(array $args = [])
* @method AwsResult listEventBuses(array $args = [])
* @method GuzzleHttpPromisePromise listEventBusesAsync(array $args = [])
* @method AwsResult listEventSources(array $args = [])
* @method GuzzleHttpPromisePromise listEventSourcesAsync(array $args = [])
* @method AwsResult listPartnerEventSourceAccounts(array $args = [])
* @method GuzzleHttpPromisePromise listPartnerEventSourceAccountsAsync(array $args = [])
* @method AwsResult listPartnerEventSources(array $args = [])
* @method GuzzleHttpPromisePromise listPartnerEventSourcesAsync(array $args = [])
* @method AwsResult listRuleNamesByTarget(array $args = [])
* @method GuzzleHttpPromisePromise listRuleNamesByTargetAsync(array $args = [])
* @method AwsResult listRules(array $args = [])
* @method GuzzleHttpPromisePromise listRulesAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listTargetsByRule(array $args = [])
* @method GuzzleHttpPromisePromise listTargetsByRuleAsync(array $args = [])
* @method AwsResult putEvents(array $args = [])
* @method GuzzleHttpPromisePromise putEventsAsync(array $args = [])
* @method AwsResult putPartnerEvents(array $args = [])
* @method GuzzleHttpPromisePromise putPartnerEventsAsync(array $args = [])
* @method AwsResult putPermission(array $args = [])
* @method GuzzleHttpPromisePromise putPermissionAsync(array $args = [])
* @method AwsResult putRule(array $args = [])
* @method GuzzleHttpPromisePromise putRuleAsync(array $args = [])
* @method AwsResult putTargets(array $args = [])
* @method GuzzleHttpPromisePromise putTargetsAsync(array $args = [])
* @method AwsResult removePermission(array $args = [])
* @method GuzzleHttpPromisePromise removePermissionAsync(array $args = [])
* @method AwsResult removeTargets(array $args = [])
* @method GuzzleHttpPromisePromise removeTargetsAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult testEventPattern(array $args = [])
* @method GuzzleHttpPromisePromise testEventPatternAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
*/
class CloudWatchEventsClient extends AwsClient {}