mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-20 21:33:43 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
40
aws/Aws/CloudWatchEvents/CloudWatchEventsClient.php
Normal file
40
aws/Aws/CloudWatchEvents/CloudWatchEventsClient.php
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?php
|
||||
namespace Aws\CloudWatchEvents;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon CloudWatch Events** service.
|
||||
*
|
||||
* @method \Aws\Result deleteRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteRuleAsync(array $args = [])
|
||||
* @method \Aws\Result describeEventBus(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeEventBusAsync(array $args = [])
|
||||
* @method \Aws\Result describeRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeRuleAsync(array $args = [])
|
||||
* @method \Aws\Result disableRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise disableRuleAsync(array $args = [])
|
||||
* @method \Aws\Result enableRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise enableRuleAsync(array $args = [])
|
||||
* @method \Aws\Result listRuleNamesByTarget(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRuleNamesByTargetAsync(array $args = [])
|
||||
* @method \Aws\Result listRules(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRulesAsync(array $args = [])
|
||||
* @method \Aws\Result listTargetsByRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTargetsByRuleAsync(array $args = [])
|
||||
* @method \Aws\Result putEvents(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putEventsAsync(array $args = [])
|
||||
* @method \Aws\Result putPermission(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putPermissionAsync(array $args = [])
|
||||
* @method \Aws\Result putRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putRuleAsync(array $args = [])
|
||||
* @method \Aws\Result putTargets(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putTargetsAsync(array $args = [])
|
||||
* @method \Aws\Result removePermission(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = [])
|
||||
* @method \Aws\Result removeTargets(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise removeTargetsAsync(array $args = [])
|
||||
* @method \Aws\Result testEventPattern(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise testEventPatternAsync(array $args = [])
|
||||
*/
|
||||
class CloudWatchEventsClient extends AwsClient {}
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
namespace Aws\CloudWatchEvents\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon CloudWatch Events** service.
|
||||
*/
|
||||
class CloudWatchEventsException extends AwsException {}
|
Loading…
Add table
Add a link
Reference in a new issue