mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 02:27:23 -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
|
@ -14,10 +14,14 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise decreaseStreamRetentionPeriodAsync(array $args = [])
|
||||
* @method \Aws\Result deleteStream(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteStreamAsync(array $args = [])
|
||||
* @method \Aws\Result deregisterStreamConsumer(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deregisterStreamConsumerAsync(array $args = [])
|
||||
* @method \Aws\Result describeLimits(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeLimitsAsync(array $args = [])
|
||||
* @method \Aws\Result describeStream(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStreamAsync(array $args = [])
|
||||
* @method \Aws\Result describeStreamConsumer(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStreamConsumerAsync(array $args = [])
|
||||
* @method \Aws\Result describeStreamSummary(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeStreamSummaryAsync(array $args = [])
|
||||
* @method \Aws\Result disableEnhancedMonitoring(array $args = [])
|
||||
|
@ -30,6 +34,10 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise getShardIteratorAsync(array $args = [])
|
||||
* @method \Aws\Result increaseStreamRetentionPeriod(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise increaseStreamRetentionPeriodAsync(array $args = [])
|
||||
* @method \Aws\Result listShards(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listShardsAsync(array $args = [])
|
||||
* @method \Aws\Result listStreamConsumers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listStreamConsumersAsync(array $args = [])
|
||||
* @method \Aws\Result listStreams(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listStreamsAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForStream(array $args = [])
|
||||
|
@ -40,6 +48,8 @@ use Aws\AwsClient;
|
|||
* @method \GuzzleHttp\Promise\Promise putRecordAsync(array $args = [])
|
||||
* @method \Aws\Result putRecords(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putRecordsAsync(array $args = [])
|
||||
* @method \Aws\Result registerStreamConsumer(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise registerStreamConsumerAsync(array $args = [])
|
||||
* @method \Aws\Result removeTagsFromStream(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise removeTagsFromStreamAsync(array $args = [])
|
||||
* @method \Aws\Result splitShard(array $args = [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue