mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-20 13:23:47 -07:00
v2: Updates
* Simplifies & beautifies everything * Introduces a new Class system. * Errors are defaulted to AWS's handler. * New function names & more efficient handling. * Should fix a majority of the errors. Please read the README for more!
This commit is contained in:
parent
ad0726e41e
commit
e6d7753dc8
1095 changed files with 45088 additions and 2911 deletions
|
@ -8,33 +8,63 @@ use Aws\AwsClient;
|
|||
*
|
||||
* @method \Aws\Result deleteAlarms(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteAlarmsAsync(array $args = [])
|
||||
* @method \Aws\Result deleteAnomalyDetector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteAnomalyDetectorAsync(array $args = [])
|
||||
* @method \Aws\Result deleteDashboards(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteDashboardsAsync(array $args = [])
|
||||
* @method \Aws\Result deleteInsightRules(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteInsightRulesAsync(array $args = [])
|
||||
* @method \Aws\Result describeAlarmHistory(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAlarmHistoryAsync(array $args = [])
|
||||
* @method \Aws\Result describeAlarms(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAlarmsAsync(array $args = [])
|
||||
* @method \Aws\Result describeAlarmsForMetric(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAlarmsForMetricAsync(array $args = [])
|
||||
* @method \Aws\Result describeAnomalyDetectors(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAnomalyDetectorsAsync(array $args = [])
|
||||
* @method \Aws\Result describeInsightRules(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeInsightRulesAsync(array $args = [])
|
||||
* @method \Aws\Result disableAlarmActions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disableAlarmActionsAsync(array $args = [])
|
||||
* @method \Aws\Result disableInsightRules(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disableInsightRulesAsync(array $args = [])
|
||||
* @method \Aws\Result enableAlarmActions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise enableAlarmActionsAsync(array $args = [])
|
||||
* @method \Aws\Result enableInsightRules(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise enableInsightRulesAsync(array $args = [])
|
||||
* @method \Aws\Result getDashboard(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getDashboardAsync(array $args = [])
|
||||
* @method \Aws\Result getInsightRuleReport(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getInsightRuleReportAsync(array $args = [])
|
||||
* @method \Aws\Result getMetricData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getMetricDataAsync(array $args = [])
|
||||
* @method \Aws\Result getMetricStatistics(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getMetricStatisticsAsync(array $args = [])
|
||||
* @method \Aws\Result getMetricWidgetImage(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getMetricWidgetImageAsync(array $args = [])
|
||||
* @method \Aws\Result listDashboards(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = [])
|
||||
* @method \Aws\Result listMetrics(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listMetricsAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result putAnomalyDetector(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putAnomalyDetectorAsync(array $args = [])
|
||||
* @method \Aws\Result putCompositeAlarm(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putCompositeAlarmAsync(array $args = [])
|
||||
* @method \Aws\Result putDashboard(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putDashboardAsync(array $args = [])
|
||||
* @method \Aws\Result putInsightRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putInsightRuleAsync(array $args = [])
|
||||
* @method \Aws\Result putMetricAlarm(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putMetricAlarmAsync(array $args = [])
|
||||
* @method \Aws\Result putMetricData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putMetricDataAsync(array $args = [])
|
||||
* @method \Aws\Result setAlarmState(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise setAlarmStateAsync(array $args = [])
|
||||
* @method \Aws\Result tagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result untagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
||||
*/
|
||||
class CloudWatchClient extends AwsClient {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue