QuickSightClient.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <?php
  2. namespace Aws\QuickSight;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon QuickSight** service.
  6. * @method \Aws\Result cancelIngestion(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise cancelIngestionAsync(array $args = [])
  8. * @method \Aws\Result createAccountCustomization(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createAccountCustomizationAsync(array $args = [])
  10. * @method \Aws\Result createAnalysis(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createAnalysisAsync(array $args = [])
  12. * @method \Aws\Result createDashboard(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createDashboardAsync(array $args = [])
  14. * @method \Aws\Result createDataSet(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createDataSetAsync(array $args = [])
  16. * @method \Aws\Result createDataSource(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createDataSourceAsync(array $args = [])
  18. * @method \Aws\Result createGroup(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = [])
  20. * @method \Aws\Result createGroupMembership(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createGroupMembershipAsync(array $args = [])
  22. * @method \Aws\Result createIAMPolicyAssignment(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createIAMPolicyAssignmentAsync(array $args = [])
  24. * @method \Aws\Result createIngestion(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createIngestionAsync(array $args = [])
  26. * @method \Aws\Result createNamespace(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise createNamespaceAsync(array $args = [])
  28. * @method \Aws\Result createTemplate(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise createTemplateAsync(array $args = [])
  30. * @method \Aws\Result createTemplateAlias(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise createTemplateAliasAsync(array $args = [])
  32. * @method \Aws\Result createTheme(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise createThemeAsync(array $args = [])
  34. * @method \Aws\Result createThemeAlias(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise createThemeAliasAsync(array $args = [])
  36. * @method \Aws\Result deleteAccountCustomization(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteAccountCustomizationAsync(array $args = [])
  38. * @method \Aws\Result deleteAnalysis(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteAnalysisAsync(array $args = [])
  40. * @method \Aws\Result deleteDashboard(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteDashboardAsync(array $args = [])
  42. * @method \Aws\Result deleteDataSet(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise deleteDataSetAsync(array $args = [])
  44. * @method \Aws\Result deleteDataSource(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise deleteDataSourceAsync(array $args = [])
  46. * @method \Aws\Result deleteGroup(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
  48. * @method \Aws\Result deleteGroupMembership(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise deleteGroupMembershipAsync(array $args = [])
  50. * @method \Aws\Result deleteIAMPolicyAssignment(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise deleteIAMPolicyAssignmentAsync(array $args = [])
  52. * @method \Aws\Result deleteNamespace(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise deleteNamespaceAsync(array $args = [])
  54. * @method \Aws\Result deleteTemplate(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
  56. * @method \Aws\Result deleteTemplateAlias(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise deleteTemplateAliasAsync(array $args = [])
  58. * @method \Aws\Result deleteTheme(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise deleteThemeAsync(array $args = [])
  60. * @method \Aws\Result deleteThemeAlias(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise deleteThemeAliasAsync(array $args = [])
  62. * @method \Aws\Result deleteUser(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
  64. * @method \Aws\Result deleteUserByPrincipalId(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise deleteUserByPrincipalIdAsync(array $args = [])
  66. * @method \Aws\Result describeAccountCustomization(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise describeAccountCustomizationAsync(array $args = [])
  68. * @method \Aws\Result describeAccountSettings(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise describeAccountSettingsAsync(array $args = [])
  70. * @method \Aws\Result describeAnalysis(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise describeAnalysisAsync(array $args = [])
  72. * @method \Aws\Result describeAnalysisPermissions(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise describeAnalysisPermissionsAsync(array $args = [])
  74. * @method \Aws\Result describeDashboard(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise describeDashboardAsync(array $args = [])
  76. * @method \Aws\Result describeDashboardPermissions(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise describeDashboardPermissionsAsync(array $args = [])
  78. * @method \Aws\Result describeDataSet(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise describeDataSetAsync(array $args = [])
  80. * @method \Aws\Result describeDataSetPermissions(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise describeDataSetPermissionsAsync(array $args = [])
  82. * @method \Aws\Result describeDataSource(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise describeDataSourceAsync(array $args = [])
  84. * @method \Aws\Result describeDataSourcePermissions(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise describeDataSourcePermissionsAsync(array $args = [])
  86. * @method \Aws\Result describeGroup(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise describeGroupAsync(array $args = [])
  88. * @method \Aws\Result describeIAMPolicyAssignment(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise describeIAMPolicyAssignmentAsync(array $args = [])
  90. * @method \Aws\Result describeIngestion(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise describeIngestionAsync(array $args = [])
  92. * @method \Aws\Result describeNamespace(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise describeNamespaceAsync(array $args = [])
  94. * @method \Aws\Result describeTemplate(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise describeTemplateAsync(array $args = [])
  96. * @method \Aws\Result describeTemplateAlias(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise describeTemplateAliasAsync(array $args = [])
  98. * @method \Aws\Result describeTemplatePermissions(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise describeTemplatePermissionsAsync(array $args = [])
  100. * @method \Aws\Result describeTheme(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise describeThemeAsync(array $args = [])
  102. * @method \Aws\Result describeThemeAlias(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise describeThemeAliasAsync(array $args = [])
  104. * @method \Aws\Result describeThemePermissions(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise describeThemePermissionsAsync(array $args = [])
  106. * @method \Aws\Result describeUser(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = [])
  108. * @method \Aws\Result getDashboardEmbedUrl(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise getDashboardEmbedUrlAsync(array $args = [])
  110. * @method \Aws\Result getSessionEmbedUrl(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise getSessionEmbedUrlAsync(array $args = [])
  112. * @method \Aws\Result listAnalyses(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise listAnalysesAsync(array $args = [])
  114. * @method \Aws\Result listDashboardVersions(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise listDashboardVersionsAsync(array $args = [])
  116. * @method \Aws\Result listDashboards(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = [])
  118. * @method \Aws\Result listDataSets(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise listDataSetsAsync(array $args = [])
  120. * @method \Aws\Result listDataSources(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise listDataSourcesAsync(array $args = [])
  122. * @method \Aws\Result listGroupMemberships(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise listGroupMembershipsAsync(array $args = [])
  124. * @method \Aws\Result listGroups(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = [])
  126. * @method \Aws\Result listIAMPolicyAssignments(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise listIAMPolicyAssignmentsAsync(array $args = [])
  128. * @method \Aws\Result listIAMPolicyAssignmentsForUser(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise listIAMPolicyAssignmentsForUserAsync(array $args = [])
  130. * @method \Aws\Result listIngestions(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise listIngestionsAsync(array $args = [])
  132. * @method \Aws\Result listNamespaces(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise listNamespacesAsync(array $args = [])
  134. * @method \Aws\Result listTagsForResource(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  136. * @method \Aws\Result listTemplateAliases(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise listTemplateAliasesAsync(array $args = [])
  138. * @method \Aws\Result listTemplateVersions(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise listTemplateVersionsAsync(array $args = [])
  140. * @method \Aws\Result listTemplates(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise listTemplatesAsync(array $args = [])
  142. * @method \Aws\Result listThemeAliases(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise listThemeAliasesAsync(array $args = [])
  144. * @method \Aws\Result listThemeVersions(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise listThemeVersionsAsync(array $args = [])
  146. * @method \Aws\Result listThemes(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise listThemesAsync(array $args = [])
  148. * @method \Aws\Result listUserGroups(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise listUserGroupsAsync(array $args = [])
  150. * @method \Aws\Result listUsers(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
  152. * @method \Aws\Result registerUser(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise registerUserAsync(array $args = [])
  154. * @method \Aws\Result restoreAnalysis(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise restoreAnalysisAsync(array $args = [])
  156. * @method \Aws\Result searchAnalyses(array $args = [])
  157. * @method \GuzzleHttp\Promise\Promise searchAnalysesAsync(array $args = [])
  158. * @method \Aws\Result searchDashboards(array $args = [])
  159. * @method \GuzzleHttp\Promise\Promise searchDashboardsAsync(array $args = [])
  160. * @method \Aws\Result tagResource(array $args = [])
  161. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  162. * @method \Aws\Result untagResource(array $args = [])
  163. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  164. * @method \Aws\Result updateAccountCustomization(array $args = [])
  165. * @method \GuzzleHttp\Promise\Promise updateAccountCustomizationAsync(array $args = [])
  166. * @method \Aws\Result updateAccountSettings(array $args = [])
  167. * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = [])
  168. * @method \Aws\Result updateAnalysis(array $args = [])
  169. * @method \GuzzleHttp\Promise\Promise updateAnalysisAsync(array $args = [])
  170. * @method \Aws\Result updateAnalysisPermissions(array $args = [])
  171. * @method \GuzzleHttp\Promise\Promise updateAnalysisPermissionsAsync(array $args = [])
  172. * @method \Aws\Result updateDashboard(array $args = [])
  173. * @method \GuzzleHttp\Promise\Promise updateDashboardAsync(array $args = [])
  174. * @method \Aws\Result updateDashboardPermissions(array $args = [])
  175. * @method \GuzzleHttp\Promise\Promise updateDashboardPermissionsAsync(array $args = [])
  176. * @method \Aws\Result updateDashboardPublishedVersion(array $args = [])
  177. * @method \GuzzleHttp\Promise\Promise updateDashboardPublishedVersionAsync(array $args = [])
  178. * @method \Aws\Result updateDataSet(array $args = [])
  179. * @method \GuzzleHttp\Promise\Promise updateDataSetAsync(array $args = [])
  180. * @method \Aws\Result updateDataSetPermissions(array $args = [])
  181. * @method \GuzzleHttp\Promise\Promise updateDataSetPermissionsAsync(array $args = [])
  182. * @method \Aws\Result updateDataSource(array $args = [])
  183. * @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = [])
  184. * @method \Aws\Result updateDataSourcePermissions(array $args = [])
  185. * @method \GuzzleHttp\Promise\Promise updateDataSourcePermissionsAsync(array $args = [])
  186. * @method \Aws\Result updateGroup(array $args = [])
  187. * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
  188. * @method \Aws\Result updateIAMPolicyAssignment(array $args = [])
  189. * @method \GuzzleHttp\Promise\Promise updateIAMPolicyAssignmentAsync(array $args = [])
  190. * @method \Aws\Result updateTemplate(array $args = [])
  191. * @method \GuzzleHttp\Promise\Promise updateTemplateAsync(array $args = [])
  192. * @method \Aws\Result updateTemplateAlias(array $args = [])
  193. * @method \GuzzleHttp\Promise\Promise updateTemplateAliasAsync(array $args = [])
  194. * @method \Aws\Result updateTemplatePermissions(array $args = [])
  195. * @method \GuzzleHttp\Promise\Promise updateTemplatePermissionsAsync(array $args = [])
  196. * @method \Aws\Result updateTheme(array $args = [])
  197. * @method \GuzzleHttp\Promise\Promise updateThemeAsync(array $args = [])
  198. * @method \Aws\Result updateThemeAlias(array $args = [])
  199. * @method \GuzzleHttp\Promise\Promise updateThemeAliasAsync(array $args = [])
  200. * @method \Aws\Result updateThemePermissions(array $args = [])
  201. * @method \GuzzleHttp\Promise\Promise updateThemePermissionsAsync(array $args = [])
  202. * @method \Aws\Result updateUser(array $args = [])
  203. * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = [])
  204. */
  205. class QuickSightClient extends AwsClient {}