Server IP : 184.154.167.98 / Your IP : 18.220.194.29 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/www/sesiones/3rdparty/aws/aws-sdk-php/src/QuickSight/ |
Upload File : |
<?php namespace Aws\QuickSight; use Aws\AwsClient; /** * This client is used to interact with the **Amazon QuickSight** service. * @method \Aws\Result createGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = []) * @method \Aws\Result createGroupMembership(array $args = []) * @method \GuzzleHttp\Promise\Promise createGroupMembershipAsync(array $args = []) * @method \Aws\Result deleteGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = []) * @method \Aws\Result deleteGroupMembership(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteGroupMembershipAsync(array $args = []) * @method \Aws\Result deleteUser(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = []) * @method \Aws\Result deleteUserByPrincipalId(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteUserByPrincipalIdAsync(array $args = []) * @method \Aws\Result describeGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise describeGroupAsync(array $args = []) * @method \Aws\Result describeUser(array $args = []) * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = []) * @method \Aws\Result getDashboardEmbedUrl(array $args = []) * @method \GuzzleHttp\Promise\Promise getDashboardEmbedUrlAsync(array $args = []) * @method \Aws\Result listGroupMemberships(array $args = []) * @method \GuzzleHttp\Promise\Promise listGroupMembershipsAsync(array $args = []) * @method \Aws\Result listGroups(array $args = []) * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = []) * @method \Aws\Result listUserGroups(array $args = []) * @method \GuzzleHttp\Promise\Promise listUserGroupsAsync(array $args = []) * @method \Aws\Result listUsers(array $args = []) * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = []) * @method \Aws\Result registerUser(array $args = []) * @method \GuzzleHttp\Promise\Promise registerUserAsync(array $args = []) * @method \Aws\Result updateGroup(array $args = []) * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = []) * @method \Aws\Result updateUser(array $args = []) * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = []) */ class QuickSightClient extends AwsClient {}