Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/QuickSight/QuickSightClient.php
Строк: 143
<?php
namespace AwsQuickSight;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon QuickSight** service.
* @method AwsResult cancelIngestion(array $args = [])
* @method GuzzleHttpPromisePromise cancelIngestionAsync(array $args = [])
* @method AwsResult createDashboard(array $args = [])
* @method GuzzleHttpPromisePromise createDashboardAsync(array $args = [])
* @method AwsResult createDataSet(array $args = [])
* @method GuzzleHttpPromisePromise createDataSetAsync(array $args = [])
* @method AwsResult createDataSource(array $args = [])
* @method GuzzleHttpPromisePromise createDataSourceAsync(array $args = [])
* @method AwsResult createGroup(array $args = [])
* @method GuzzleHttpPromisePromise createGroupAsync(array $args = [])
* @method AwsResult createGroupMembership(array $args = [])
* @method GuzzleHttpPromisePromise createGroupMembershipAsync(array $args = [])
* @method AwsResult createIAMPolicyAssignment(array $args = [])
* @method GuzzleHttpPromisePromise createIAMPolicyAssignmentAsync(array $args = [])
* @method AwsResult createIngestion(array $args = [])
* @method GuzzleHttpPromisePromise createIngestionAsync(array $args = [])
* @method AwsResult createTemplate(array $args = [])
* @method GuzzleHttpPromisePromise createTemplateAsync(array $args = [])
* @method AwsResult createTemplateAlias(array $args = [])
* @method GuzzleHttpPromisePromise createTemplateAliasAsync(array $args = [])
* @method AwsResult deleteDashboard(array $args = [])
* @method GuzzleHttpPromisePromise deleteDashboardAsync(array $args = [])
* @method AwsResult deleteDataSet(array $args = [])
* @method GuzzleHttpPromisePromise deleteDataSetAsync(array $args = [])
* @method AwsResult deleteDataSource(array $args = [])
* @method GuzzleHttpPromisePromise deleteDataSourceAsync(array $args = [])
* @method AwsResult deleteGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteGroupAsync(array $args = [])
* @method AwsResult deleteGroupMembership(array $args = [])
* @method GuzzleHttpPromisePromise deleteGroupMembershipAsync(array $args = [])
* @method AwsResult deleteIAMPolicyAssignment(array $args = [])
* @method GuzzleHttpPromisePromise deleteIAMPolicyAssignmentAsync(array $args = [])
* @method AwsResult deleteTemplate(array $args = [])
* @method GuzzleHttpPromisePromise deleteTemplateAsync(array $args = [])
* @method AwsResult deleteTemplateAlias(array $args = [])
* @method GuzzleHttpPromisePromise deleteTemplateAliasAsync(array $args = [])
* @method AwsResult deleteUser(array $args = [])
* @method GuzzleHttpPromisePromise deleteUserAsync(array $args = [])
* @method AwsResult deleteUserByPrincipalId(array $args = [])
* @method GuzzleHttpPromisePromise deleteUserByPrincipalIdAsync(array $args = [])
* @method AwsResult describeDashboard(array $args = [])
* @method GuzzleHttpPromisePromise describeDashboardAsync(array $args = [])
* @method AwsResult describeDashboardPermissions(array $args = [])
* @method GuzzleHttpPromisePromise describeDashboardPermissionsAsync(array $args = [])
* @method AwsResult describeDataSet(array $args = [])
* @method GuzzleHttpPromisePromise describeDataSetAsync(array $args = [])
* @method AwsResult describeDataSetPermissions(array $args = [])
* @method GuzzleHttpPromisePromise describeDataSetPermissionsAsync(array $args = [])
* @method AwsResult describeDataSource(array $args = [])
* @method GuzzleHttpPromisePromise describeDataSourceAsync(array $args = [])
* @method AwsResult describeDataSourcePermissions(array $args = [])
* @method GuzzleHttpPromisePromise describeDataSourcePermissionsAsync(array $args = [])
* @method AwsResult describeGroup(array $args = [])
* @method GuzzleHttpPromisePromise describeGroupAsync(array $args = [])
* @method AwsResult describeIAMPolicyAssignment(array $args = [])
* @method GuzzleHttpPromisePromise describeIAMPolicyAssignmentAsync(array $args = [])
* @method AwsResult describeIngestion(array $args = [])
* @method GuzzleHttpPromisePromise describeIngestionAsync(array $args = [])
* @method AwsResult describeTemplate(array $args = [])
* @method GuzzleHttpPromisePromise describeTemplateAsync(array $args = [])
* @method AwsResult describeTemplateAlias(array $args = [])
* @method GuzzleHttpPromisePromise describeTemplateAliasAsync(array $args = [])
* @method AwsResult describeTemplatePermissions(array $args = [])
* @method GuzzleHttpPromisePromise describeTemplatePermissionsAsync(array $args = [])
* @method AwsResult describeUser(array $args = [])
* @method GuzzleHttpPromisePromise describeUserAsync(array $args = [])
* @method AwsResult getDashboardEmbedUrl(array $args = [])
* @method GuzzleHttpPromisePromise getDashboardEmbedUrlAsync(array $args = [])
* @method AwsResult listDashboardVersions(array $args = [])
* @method GuzzleHttpPromisePromise listDashboardVersionsAsync(array $args = [])
* @method AwsResult listDashboards(array $args = [])
* @method GuzzleHttpPromisePromise listDashboardsAsync(array $args = [])
* @method AwsResult listDataSets(array $args = [])
* @method GuzzleHttpPromisePromise listDataSetsAsync(array $args = [])
* @method AwsResult listDataSources(array $args = [])
* @method GuzzleHttpPromisePromise listDataSourcesAsync(array $args = [])
* @method AwsResult listGroupMemberships(array $args = [])
* @method GuzzleHttpPromisePromise listGroupMembershipsAsync(array $args = [])
* @method AwsResult listGroups(array $args = [])
* @method GuzzleHttpPromisePromise listGroupsAsync(array $args = [])
* @method AwsResult listIAMPolicyAssignments(array $args = [])
* @method GuzzleHttpPromisePromise listIAMPolicyAssignmentsAsync(array $args = [])
* @method AwsResult listIAMPolicyAssignmentsForUser(array $args = [])
* @method GuzzleHttpPromisePromise listIAMPolicyAssignmentsForUserAsync(array $args = [])
* @method AwsResult listIngestions(array $args = [])
* @method GuzzleHttpPromisePromise listIngestionsAsync(array $args = [])
* @method AwsResult listTagsForResource(array $args = [])
* @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
* @method AwsResult listTemplateAliases(array $args = [])
* @method GuzzleHttpPromisePromise listTemplateAliasesAsync(array $args = [])
* @method AwsResult listTemplateVersions(array $args = [])
* @method GuzzleHttpPromisePromise listTemplateVersionsAsync(array $args = [])
* @method AwsResult listTemplates(array $args = [])
* @method GuzzleHttpPromisePromise listTemplatesAsync(array $args = [])
* @method AwsResult listUserGroups(array $args = [])
* @method GuzzleHttpPromisePromise listUserGroupsAsync(array $args = [])
* @method AwsResult listUsers(array $args = [])
* @method GuzzleHttpPromisePromise listUsersAsync(array $args = [])
* @method AwsResult registerUser(array $args = [])
* @method GuzzleHttpPromisePromise registerUserAsync(array $args = [])
* @method AwsResult searchDashboards(array $args = [])
* @method GuzzleHttpPromisePromise searchDashboardsAsync(array $args = [])
* @method AwsResult tagResource(array $args = [])
* @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
* @method AwsResult untagResource(array $args = [])
* @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
* @method AwsResult updateDashboard(array $args = [])
* @method GuzzleHttpPromisePromise updateDashboardAsync(array $args = [])
* @method AwsResult updateDashboardPermissions(array $args = [])
* @method GuzzleHttpPromisePromise updateDashboardPermissionsAsync(array $args = [])
* @method AwsResult updateDashboardPublishedVersion(array $args = [])
* @method GuzzleHttpPromisePromise updateDashboardPublishedVersionAsync(array $args = [])
* @method AwsResult updateDataSet(array $args = [])
* @method GuzzleHttpPromisePromise updateDataSetAsync(array $args = [])
* @method AwsResult updateDataSetPermissions(array $args = [])
* @method GuzzleHttpPromisePromise updateDataSetPermissionsAsync(array $args = [])
* @method AwsResult updateDataSource(array $args = [])
* @method GuzzleHttpPromisePromise updateDataSourceAsync(array $args = [])
* @method AwsResult updateDataSourcePermissions(array $args = [])
* @method GuzzleHttpPromisePromise updateDataSourcePermissionsAsync(array $args = [])
* @method AwsResult updateGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateGroupAsync(array $args = [])
* @method AwsResult updateIAMPolicyAssignment(array $args = [])
* @method GuzzleHttpPromisePromise updateIAMPolicyAssignmentAsync(array $args = [])
* @method AwsResult updateTemplate(array $args = [])
* @method GuzzleHttpPromisePromise updateTemplateAsync(array $args = [])
* @method AwsResult updateTemplateAlias(array $args = [])
* @method GuzzleHttpPromisePromise updateTemplateAliasAsync(array $args = [])
* @method AwsResult updateTemplatePermissions(array $args = [])
* @method GuzzleHttpPromisePromise updateTemplatePermissionsAsync(array $args = [])
* @method AwsResult updateUser(array $args = [])
* @method GuzzleHttpPromisePromise updateUserAsync(array $args = [])
*/
class QuickSightClient extends AwsClient {}