summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php b/vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php
index 85ae6e6..4fc21b1 100644
--- a/vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php
+++ b/vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php
@@ -69,6 +69,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeReservationAsync(array $args = [])
* @method \Aws\Result describeSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeScheduleAsync(array $args = [])
+ * @method \Aws\Result describeAccountConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeAccountConfigurationAsync(array $args = [])
+ * @method \Aws\Result describeThumbnails(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeThumbnailsAsync(array $args = [])
* @method \Aws\Result listChannels(array $args = [])
* @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
* @method \Aws\Result listInputDeviceTransfers(array $args = [])
@@ -95,14 +99,20 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise rebootInputDeviceAsync(array $args = [])
* @method \Aws\Result rejectInputDeviceTransfer(array $args = [])
* @method \GuzzleHttp\Promise\Promise rejectInputDeviceTransferAsync(array $args = [])
+ * @method \Aws\Result updateAccountConfiguration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateAccountConfigurationAsync(array $args = [])
* @method \Aws\Result startChannel(array $args = [])
* @method \GuzzleHttp\Promise\Promise startChannelAsync(array $args = [])
+ * @method \Aws\Result startInputDevice(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startInputDeviceAsync(array $args = [])
* @method \Aws\Result startInputDeviceMaintenanceWindow(array $args = [])
* @method \GuzzleHttp\Promise\Promise startInputDeviceMaintenanceWindowAsync(array $args = [])
* @method \Aws\Result startMultiplex(array $args = [])
* @method \GuzzleHttp\Promise\Promise startMultiplexAsync(array $args = [])
* @method \Aws\Result stopChannel(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopChannelAsync(array $args = [])
+ * @method \Aws\Result stopInputDevice(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopInputDeviceAsync(array $args = [])
* @method \Aws\Result stopMultiplex(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopMultiplexAsync(array $args = [])
* @method \Aws\Result transferInputDevice(array $args = [])