Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CloudWatch/CloudWatchClient.php
Строк: 67
<?php
namespace AwsCloudWatch;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon CloudWatch** service.
*
* @method AwsResult deleteAlarms(array $args = [])
* @method GuzzleHttpPromisePromise deleteAlarmsAsync(array $args = [])
* @method AwsResult deleteAnomalyDetector(array $args = [])
* @method GuzzleHttpPromisePromise deleteAnomalyDetectorAsync(array $args = [])
* @method AwsResult deleteDashboards(array $args = [])
* @method GuzzleHttpPromisePromise deleteDashboardsAsync(array $args = [])
* @method AwsResult deleteInsightRules(array $args = [])
* @method GuzzleHttpPromisePromise deleteInsightRulesAsync(array $args = [])
* @method AwsResult describeAlarmHistory(array $args = [])
* @method GuzzleHttpPromisePromise describeAlarmHistoryAsync(array $args = [])
* @method AwsResult describeAlarms(array $args = [])
* @method GuzzleHttpPromisePromise describeAlarmsAsync(array $args = [])
* @method AwsResult describeAlarmsForMetric(array $args = [])
* @method GuzzleHttpPromisePromise describeAlarmsForMetricAsync(array $args = [])
* @method AwsResult describeAnomalyDetectors(array $args = [])
* @method GuzzleHttpPromisePromise describeAnomalyDetectorsAsync(array $args = [])
* @method AwsResult describeInsightRules(array $args = [])
* @method GuzzleHttpPromisePromise describeInsightRulesAsync(array $args = [])
* @method AwsResult disableAlarmActions(array $args = [])
* @method GuzzleHttpPromisePromise disableAlarmActionsAsync(array $args = [])
* @method AwsResult disableInsightRules(array $args = [])
* @method GuzzleHttpPromisePromise disableInsightRulesAsync(array $args = [])
* @method AwsResult enableAlarmActions(array $args = [])
* @method GuzzleHttpPromisePromise enableAlarmActionsAsync(array $args = [])
* @method AwsResult enableInsightRules(array $args = [])
* @method GuzzleHttpPromisePromise enableInsightRulesAsync(array $args = [])
* @method AwsResult getDashboard(array $args = [])
* @method GuzzleHttpPromisePromise getDashboardAsync(array $args = [])
* @method AwsResult getInsightRuleReport(array $args = [])
* @method GuzzleHttpPromisePromise getInsightRuleReportAsync(array $args = [])
* @method AwsResult getMetricData(array $args = [])
* @method GuzzleHttpPromisePromise getMetricDataAsync(array $args = [])
* @method AwsResult getMetricStatistics(array $args = [])
* @method GuzzleHttpPromisePromise getMetricStatisticsAsync(array $args = [])
* @method AwsResult getMetricWidgetImage(array $args = [])
* @method GuzzleHttpPromisePromise getMetricWidgetImageAsync(array $args = [])
* @method AwsResult listDashboards(array $args = [])
* @method GuzzleHttpPromisePromise listDashboardsAsync(array $args = [])
* @method AwsResult listMetrics(array $args = [])
* @method GuzzleHttpPromisePromise listMetricsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult putAnomalyDetector(array $args = [])
* @method GuzzleHttpPromisePromise putAnomalyDetectorAsync(array $args = [])
* @method AwsResult putCompositeAlarm(array $args = [])
* @method GuzzleHttpPromisePromise putCompositeAlarmAsync(array $args = [])
* @method AwsResult putDashboard(array $args = [])
* @method GuzzleHttpPromisePromise putDashboardAsync(array $args = [])
* @method AwsResult putInsightRule(array $args = [])
* @method GuzzleHttpPromisePromise putInsightRuleAsync(array $args = [])
* @method AwsResult putMetricAlarm(array $args = [])
* @method GuzzleHttpPromisePromise putMetricAlarmAsync(array $args = [])
* @method AwsResult putMetricData(array $args = [])
* @method GuzzleHttpPromisePromise putMetricDataAsync(array $args = [])
* @method AwsResult setAlarmState(array $args = [])
* @method GuzzleHttpPromisePromise setAlarmStateAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
*/
class CloudWatchClient extends AwsClient {}