HOME


Mini Shell 1.0
La Pieza.DO | Todo lo que buscas!

Bienvenido de nuevo!

Acceso Cuenta Delivery
DIR: /var/www/devs.lapieza.net/vendor/aws/aws-sdk-php/src/QApps/
Upload File :
Current File : /var/www/devs.lapieza.net/vendor/aws/aws-sdk-php/src/QApps/QAppsClient.php
<?php
namespace Aws\QApps;

use Aws\AwsClient;

/**
 * This client is used to interact with the **QApps** service.
 * @method \Aws\Result associateLibraryItemReview(array $args = [])
 * @method \GuzzleHttp\Promise\Promise associateLibraryItemReviewAsync(array $args = [])
 * @method \Aws\Result associateQAppWithUser(array $args = [])
 * @method \GuzzleHttp\Promise\Promise associateQAppWithUserAsync(array $args = [])
 * @method \Aws\Result batchCreateCategory(array $args = [])
 * @method \GuzzleHttp\Promise\Promise batchCreateCategoryAsync(array $args = [])
 * @method \Aws\Result batchDeleteCategory(array $args = [])
 * @method \GuzzleHttp\Promise\Promise batchDeleteCategoryAsync(array $args = [])
 * @method \Aws\Result batchUpdateCategory(array $args = [])
 * @method \GuzzleHttp\Promise\Promise batchUpdateCategoryAsync(array $args = [])
 * @method \Aws\Result createLibraryItem(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createLibraryItemAsync(array $args = [])
 * @method \Aws\Result createPresignedUrl(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createPresignedUrlAsync(array $args = [])
 * @method \Aws\Result createQApp(array $args = [])
 * @method \GuzzleHttp\Promise\Promise createQAppAsync(array $args = [])
 * @method \Aws\Result deleteLibraryItem(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteLibraryItemAsync(array $args = [])
 * @method \Aws\Result deleteQApp(array $args = [])
 * @method \GuzzleHttp\Promise\Promise deleteQAppAsync(array $args = [])
 * @method \Aws\Result describeQAppPermissions(array $args = [])
 * @method \GuzzleHttp\Promise\Promise describeQAppPermissionsAsync(array $args = [])
 * @method \Aws\Result disassociateLibraryItemReview(array $args = [])
 * @method \GuzzleHttp\Promise\Promise disassociateLibraryItemReviewAsync(array $args = [])
 * @method \Aws\Result disassociateQAppFromUser(array $args = [])
 * @method \GuzzleHttp\Promise\Promise disassociateQAppFromUserAsync(array $args = [])
 * @method \Aws\Result exportQAppSessionData(array $args = [])
 * @method \GuzzleHttp\Promise\Promise exportQAppSessionDataAsync(array $args = [])
 * @method \Aws\Result getLibraryItem(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getLibraryItemAsync(array $args = [])
 * @method \Aws\Result getQApp(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getQAppAsync(array $args = [])
 * @method \Aws\Result getQAppSession(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getQAppSessionAsync(array $args = [])
 * @method \Aws\Result getQAppSessionMetadata(array $args = [])
 * @method \GuzzleHttp\Promise\Promise getQAppSessionMetadataAsync(array $args = [])
 * @method \Aws\Result importDocument(array $args = [])
 * @method \GuzzleHttp\Promise\Promise importDocumentAsync(array $args = [])
 * @method \Aws\Result listCategories(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listCategoriesAsync(array $args = [])
 * @method \Aws\Result listLibraryItems(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listLibraryItemsAsync(array $args = [])
 * @method \Aws\Result listQAppSessionData(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listQAppSessionDataAsync(array $args = [])
 * @method \Aws\Result listQApps(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listQAppsAsync(array $args = [])
 * @method \Aws\Result listTagsForResource(array $args = [])
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
 * @method \Aws\Result predictQApp(array $args = [])
 * @method \GuzzleHttp\Promise\Promise predictQAppAsync(array $args = [])
 * @method \Aws\Result startQAppSession(array $args = [])
 * @method \GuzzleHttp\Promise\Promise startQAppSessionAsync(array $args = [])
 * @method \Aws\Result stopQAppSession(array $args = [])
 * @method \GuzzleHttp\Promise\Promise stopQAppSessionAsync(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 = [])
 * @method \Aws\Result updateLibraryItem(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateLibraryItemAsync(array $args = [])
 * @method \Aws\Result updateLibraryItemMetadata(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateLibraryItemMetadataAsync(array $args = [])
 * @method \Aws\Result updateQApp(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateQAppAsync(array $args = [])
 * @method \Aws\Result updateQAppPermissions(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateQAppPermissionsAsync(array $args = [])
 * @method \Aws\Result updateQAppSession(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateQAppSessionAsync(array $args = [])
 * @method \Aws\Result updateQAppSessionMetadata(array $args = [])
 * @method \GuzzleHttp\Promise\Promise updateQAppSessionMetadataAsync(array $args = [])
 */
class QAppsClient extends AwsClient {}