QuickSightClient.php
350 lines
| 1 | <?php |
| 2 | namespace Aws\QuickSight; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon QuickSight** service. |
| 8 | * @method \Aws\Result cancelIngestion(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise cancelIngestionAsync(array $args = []) |
| 10 | * @method \Aws\Result createAccountCustomization(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createAccountCustomizationAsync(array $args = []) |
| 12 | * @method \Aws\Result createAccountSubscription(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createAccountSubscriptionAsync(array $args = []) |
| 14 | * @method \Aws\Result createAnalysis(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createAnalysisAsync(array $args = []) |
| 16 | * @method \Aws\Result createDashboard(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createDashboardAsync(array $args = []) |
| 18 | * @method \Aws\Result createDataSet(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createDataSetAsync(array $args = []) |
| 20 | * @method \Aws\Result createDataSource(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise createDataSourceAsync(array $args = []) |
| 22 | * @method \Aws\Result createFolder(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise createFolderAsync(array $args = []) |
| 24 | * @method \Aws\Result createFolderMembership(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createFolderMembershipAsync(array $args = []) |
| 26 | * @method \Aws\Result createGroup(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createGroupAsync(array $args = []) |
| 28 | * @method \Aws\Result createGroupMembership(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise createGroupMembershipAsync(array $args = []) |
| 30 | * @method \Aws\Result createIAMPolicyAssignment(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise createIAMPolicyAssignmentAsync(array $args = []) |
| 32 | * @method \Aws\Result createIngestion(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise createIngestionAsync(array $args = []) |
| 34 | * @method \Aws\Result createNamespace(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise createNamespaceAsync(array $args = []) |
| 36 | * @method \Aws\Result createRefreshSchedule(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise createRefreshScheduleAsync(array $args = []) |
| 38 | * @method \Aws\Result createRoleMembership(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise createRoleMembershipAsync(array $args = []) |
| 40 | * @method \Aws\Result createTemplate(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise createTemplateAsync(array $args = []) |
| 42 | * @method \Aws\Result createTemplateAlias(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise createTemplateAliasAsync(array $args = []) |
| 44 | * @method \Aws\Result createTheme(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise createThemeAsync(array $args = []) |
| 46 | * @method \Aws\Result createThemeAlias(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise createThemeAliasAsync(array $args = []) |
| 48 | * @method \Aws\Result createTopic(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise createTopicAsync(array $args = []) |
| 50 | * @method \Aws\Result createTopicRefreshSchedule(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise createTopicRefreshScheduleAsync(array $args = []) |
| 52 | * @method \Aws\Result createVPCConnection(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise createVPCConnectionAsync(array $args = []) |
| 54 | * @method \Aws\Result deleteAccountCustomization(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise deleteAccountCustomizationAsync(array $args = []) |
| 56 | * @method \Aws\Result deleteAccountSubscription(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise deleteAccountSubscriptionAsync(array $args = []) |
| 58 | * @method \Aws\Result deleteAnalysis(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise deleteAnalysisAsync(array $args = []) |
| 60 | * @method \Aws\Result deleteDashboard(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise deleteDashboardAsync(array $args = []) |
| 62 | * @method \Aws\Result deleteDataSet(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise deleteDataSetAsync(array $args = []) |
| 64 | * @method \Aws\Result deleteDataSetRefreshProperties(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise deleteDataSetRefreshPropertiesAsync(array $args = []) |
| 66 | * @method \Aws\Result deleteDataSource(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise deleteDataSourceAsync(array $args = []) |
| 68 | * @method \Aws\Result deleteFolder(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise deleteFolderAsync(array $args = []) |
| 70 | * @method \Aws\Result deleteFolderMembership(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise deleteFolderMembershipAsync(array $args = []) |
| 72 | * @method \Aws\Result deleteGroup(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = []) |
| 74 | * @method \Aws\Result deleteGroupMembership(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise deleteGroupMembershipAsync(array $args = []) |
| 76 | * @method \Aws\Result deleteIAMPolicyAssignment(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise deleteIAMPolicyAssignmentAsync(array $args = []) |
| 78 | * @method \Aws\Result deleteIdentityPropagationConfig(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise deleteIdentityPropagationConfigAsync(array $args = []) |
| 80 | * @method \Aws\Result deleteNamespace(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise deleteNamespaceAsync(array $args = []) |
| 82 | * @method \Aws\Result deleteRefreshSchedule(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise deleteRefreshScheduleAsync(array $args = []) |
| 84 | * @method \Aws\Result deleteRoleCustomPermission(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise deleteRoleCustomPermissionAsync(array $args = []) |
| 86 | * @method \Aws\Result deleteRoleMembership(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise deleteRoleMembershipAsync(array $args = []) |
| 88 | * @method \Aws\Result deleteTemplate(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = []) |
| 90 | * @method \Aws\Result deleteTemplateAlias(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise deleteTemplateAliasAsync(array $args = []) |
| 92 | * @method \Aws\Result deleteTheme(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise deleteThemeAsync(array $args = []) |
| 94 | * @method \Aws\Result deleteThemeAlias(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise deleteThemeAliasAsync(array $args = []) |
| 96 | * @method \Aws\Result deleteTopic(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise deleteTopicAsync(array $args = []) |
| 98 | * @method \Aws\Result deleteTopicRefreshSchedule(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise deleteTopicRefreshScheduleAsync(array $args = []) |
| 100 | * @method \Aws\Result deleteUser(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = []) |
| 102 | * @method \Aws\Result deleteUserByPrincipalId(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise deleteUserByPrincipalIdAsync(array $args = []) |
| 104 | * @method \Aws\Result deleteVPCConnection(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise deleteVPCConnectionAsync(array $args = []) |
| 106 | * @method \Aws\Result describeAccountCustomization(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise describeAccountCustomizationAsync(array $args = []) |
| 108 | * @method \Aws\Result describeAccountSettings(array $args = []) |
| 109 | * @method \GuzzleHttp\Promise\Promise describeAccountSettingsAsync(array $args = []) |
| 110 | * @method \Aws\Result describeAccountSubscription(array $args = []) |
| 111 | * @method \GuzzleHttp\Promise\Promise describeAccountSubscriptionAsync(array $args = []) |
| 112 | * @method \Aws\Result describeAnalysis(array $args = []) |
| 113 | * @method \GuzzleHttp\Promise\Promise describeAnalysisAsync(array $args = []) |
| 114 | * @method \Aws\Result describeAnalysisDefinition(array $args = []) |
| 115 | * @method \GuzzleHttp\Promise\Promise describeAnalysisDefinitionAsync(array $args = []) |
| 116 | * @method \Aws\Result describeAnalysisPermissions(array $args = []) |
| 117 | * @method \GuzzleHttp\Promise\Promise describeAnalysisPermissionsAsync(array $args = []) |
| 118 | * @method \Aws\Result describeAssetBundleExportJob(array $args = []) |
| 119 | * @method \GuzzleHttp\Promise\Promise describeAssetBundleExportJobAsync(array $args = []) |
| 120 | * @method \Aws\Result describeAssetBundleImportJob(array $args = []) |
| 121 | * @method \GuzzleHttp\Promise\Promise describeAssetBundleImportJobAsync(array $args = []) |
| 122 | * @method \Aws\Result describeDashboard(array $args = []) |
| 123 | * @method \GuzzleHttp\Promise\Promise describeDashboardAsync(array $args = []) |
| 124 | * @method \Aws\Result describeDashboardDefinition(array $args = []) |
| 125 | * @method \GuzzleHttp\Promise\Promise describeDashboardDefinitionAsync(array $args = []) |
| 126 | * @method \Aws\Result describeDashboardPermissions(array $args = []) |
| 127 | * @method \GuzzleHttp\Promise\Promise describeDashboardPermissionsAsync(array $args = []) |
| 128 | * @method \Aws\Result describeDashboardSnapshotJob(array $args = []) |
| 129 | * @method \GuzzleHttp\Promise\Promise describeDashboardSnapshotJobAsync(array $args = []) |
| 130 | * @method \Aws\Result describeDashboardSnapshotJobResult(array $args = []) |
| 131 | * @method \GuzzleHttp\Promise\Promise describeDashboardSnapshotJobResultAsync(array $args = []) |
| 132 | * @method \Aws\Result describeDataSet(array $args = []) |
| 133 | * @method \GuzzleHttp\Promise\Promise describeDataSetAsync(array $args = []) |
| 134 | * @method \Aws\Result describeDataSetPermissions(array $args = []) |
| 135 | * @method \GuzzleHttp\Promise\Promise describeDataSetPermissionsAsync(array $args = []) |
| 136 | * @method \Aws\Result describeDataSetRefreshProperties(array $args = []) |
| 137 | * @method \GuzzleHttp\Promise\Promise describeDataSetRefreshPropertiesAsync(array $args = []) |
| 138 | * @method \Aws\Result describeDataSource(array $args = []) |
| 139 | * @method \GuzzleHttp\Promise\Promise describeDataSourceAsync(array $args = []) |
| 140 | * @method \Aws\Result describeDataSourcePermissions(array $args = []) |
| 141 | * @method \GuzzleHttp\Promise\Promise describeDataSourcePermissionsAsync(array $args = []) |
| 142 | * @method \Aws\Result describeFolder(array $args = []) |
| 143 | * @method \GuzzleHttp\Promise\Promise describeFolderAsync(array $args = []) |
| 144 | * @method \Aws\Result describeFolderPermissions(array $args = []) |
| 145 | * @method \GuzzleHttp\Promise\Promise describeFolderPermissionsAsync(array $args = []) |
| 146 | * @method \Aws\Result describeFolderResolvedPermissions(array $args = []) |
| 147 | * @method \GuzzleHttp\Promise\Promise describeFolderResolvedPermissionsAsync(array $args = []) |
| 148 | * @method \Aws\Result describeGroup(array $args = []) |
| 149 | * @method \GuzzleHttp\Promise\Promise describeGroupAsync(array $args = []) |
| 150 | * @method \Aws\Result describeGroupMembership(array $args = []) |
| 151 | * @method \GuzzleHttp\Promise\Promise describeGroupMembershipAsync(array $args = []) |
| 152 | * @method \Aws\Result describeIAMPolicyAssignment(array $args = []) |
| 153 | * @method \GuzzleHttp\Promise\Promise describeIAMPolicyAssignmentAsync(array $args = []) |
| 154 | * @method \Aws\Result describeIngestion(array $args = []) |
| 155 | * @method \GuzzleHttp\Promise\Promise describeIngestionAsync(array $args = []) |
| 156 | * @method \Aws\Result describeIpRestriction(array $args = []) |
| 157 | * @method \GuzzleHttp\Promise\Promise describeIpRestrictionAsync(array $args = []) |
| 158 | * @method \Aws\Result describeNamespace(array $args = []) |
| 159 | * @method \GuzzleHttp\Promise\Promise describeNamespaceAsync(array $args = []) |
| 160 | * @method \Aws\Result describeRefreshSchedule(array $args = []) |
| 161 | * @method \GuzzleHttp\Promise\Promise describeRefreshScheduleAsync(array $args = []) |
| 162 | * @method \Aws\Result describeRoleCustomPermission(array $args = []) |
| 163 | * @method \GuzzleHttp\Promise\Promise describeRoleCustomPermissionAsync(array $args = []) |
| 164 | * @method \Aws\Result describeTemplate(array $args = []) |
| 165 | * @method \GuzzleHttp\Promise\Promise describeTemplateAsync(array $args = []) |
| 166 | * @method \Aws\Result describeTemplateAlias(array $args = []) |
| 167 | * @method \GuzzleHttp\Promise\Promise describeTemplateAliasAsync(array $args = []) |
| 168 | * @method \Aws\Result describeTemplateDefinition(array $args = []) |
| 169 | * @method \GuzzleHttp\Promise\Promise describeTemplateDefinitionAsync(array $args = []) |
| 170 | * @method \Aws\Result describeTemplatePermissions(array $args = []) |
| 171 | * @method \GuzzleHttp\Promise\Promise describeTemplatePermissionsAsync(array $args = []) |
| 172 | * @method \Aws\Result describeTheme(array $args = []) |
| 173 | * @method \GuzzleHttp\Promise\Promise describeThemeAsync(array $args = []) |
| 174 | * @method \Aws\Result describeThemeAlias(array $args = []) |
| 175 | * @method \GuzzleHttp\Promise\Promise describeThemeAliasAsync(array $args = []) |
| 176 | * @method \Aws\Result describeThemePermissions(array $args = []) |
| 177 | * @method \GuzzleHttp\Promise\Promise describeThemePermissionsAsync(array $args = []) |
| 178 | * @method \Aws\Result describeTopic(array $args = []) |
| 179 | * @method \GuzzleHttp\Promise\Promise describeTopicAsync(array $args = []) |
| 180 | * @method \Aws\Result describeTopicPermissions(array $args = []) |
| 181 | * @method \GuzzleHttp\Promise\Promise describeTopicPermissionsAsync(array $args = []) |
| 182 | * @method \Aws\Result describeTopicRefresh(array $args = []) |
| 183 | * @method \GuzzleHttp\Promise\Promise describeTopicRefreshAsync(array $args = []) |
| 184 | * @method \Aws\Result describeTopicRefreshSchedule(array $args = []) |
| 185 | * @method \GuzzleHttp\Promise\Promise describeTopicRefreshScheduleAsync(array $args = []) |
| 186 | * @method \Aws\Result describeUser(array $args = []) |
| 187 | * @method \GuzzleHttp\Promise\Promise describeUserAsync(array $args = []) |
| 188 | * @method \Aws\Result describeVPCConnection(array $args = []) |
| 189 | * @method \GuzzleHttp\Promise\Promise describeVPCConnectionAsync(array $args = []) |
| 190 | * @method \Aws\Result generateEmbedUrlForAnonymousUser(array $args = []) |
| 191 | * @method \GuzzleHttp\Promise\Promise generateEmbedUrlForAnonymousUserAsync(array $args = []) |
| 192 | * @method \Aws\Result generateEmbedUrlForRegisteredUser(array $args = []) |
| 193 | * @method \GuzzleHttp\Promise\Promise generateEmbedUrlForRegisteredUserAsync(array $args = []) |
| 194 | * @method \Aws\Result getDashboardEmbedUrl(array $args = []) |
| 195 | * @method \GuzzleHttp\Promise\Promise getDashboardEmbedUrlAsync(array $args = []) |
| 196 | * @method \Aws\Result getSessionEmbedUrl(array $args = []) |
| 197 | * @method \GuzzleHttp\Promise\Promise getSessionEmbedUrlAsync(array $args = []) |
| 198 | * @method \Aws\Result listAnalyses(array $args = []) |
| 199 | * @method \GuzzleHttp\Promise\Promise listAnalysesAsync(array $args = []) |
| 200 | * @method \Aws\Result listAssetBundleExportJobs(array $args = []) |
| 201 | * @method \GuzzleHttp\Promise\Promise listAssetBundleExportJobsAsync(array $args = []) |
| 202 | * @method \Aws\Result listAssetBundleImportJobs(array $args = []) |
| 203 | * @method \GuzzleHttp\Promise\Promise listAssetBundleImportJobsAsync(array $args = []) |
| 204 | * @method \Aws\Result listDashboardVersions(array $args = []) |
| 205 | * @method \GuzzleHttp\Promise\Promise listDashboardVersionsAsync(array $args = []) |
| 206 | * @method \Aws\Result listDashboards(array $args = []) |
| 207 | * @method \GuzzleHttp\Promise\Promise listDashboardsAsync(array $args = []) |
| 208 | * @method \Aws\Result listDataSets(array $args = []) |
| 209 | * @method \GuzzleHttp\Promise\Promise listDataSetsAsync(array $args = []) |
| 210 | * @method \Aws\Result listDataSources(array $args = []) |
| 211 | * @method \GuzzleHttp\Promise\Promise listDataSourcesAsync(array $args = []) |
| 212 | * @method \Aws\Result listFolderMembers(array $args = []) |
| 213 | * @method \GuzzleHttp\Promise\Promise listFolderMembersAsync(array $args = []) |
| 214 | * @method \Aws\Result listFolders(array $args = []) |
| 215 | * @method \GuzzleHttp\Promise\Promise listFoldersAsync(array $args = []) |
| 216 | * @method \Aws\Result listGroupMemberships(array $args = []) |
| 217 | * @method \GuzzleHttp\Promise\Promise listGroupMembershipsAsync(array $args = []) |
| 218 | * @method \Aws\Result listGroups(array $args = []) |
| 219 | * @method \GuzzleHttp\Promise\Promise listGroupsAsync(array $args = []) |
| 220 | * @method \Aws\Result listIAMPolicyAssignments(array $args = []) |
| 221 | * @method \GuzzleHttp\Promise\Promise listIAMPolicyAssignmentsAsync(array $args = []) |
| 222 | * @method \Aws\Result listIAMPolicyAssignmentsForUser(array $args = []) |
| 223 | * @method \GuzzleHttp\Promise\Promise listIAMPolicyAssignmentsForUserAsync(array $args = []) |
| 224 | * @method \Aws\Result listIdentityPropagationConfigs(array $args = []) |
| 225 | * @method \GuzzleHttp\Promise\Promise listIdentityPropagationConfigsAsync(array $args = []) |
| 226 | * @method \Aws\Result listIngestions(array $args = []) |
| 227 | * @method \GuzzleHttp\Promise\Promise listIngestionsAsync(array $args = []) |
| 228 | * @method \Aws\Result listNamespaces(array $args = []) |
| 229 | * @method \GuzzleHttp\Promise\Promise listNamespacesAsync(array $args = []) |
| 230 | * @method \Aws\Result listRefreshSchedules(array $args = []) |
| 231 | * @method \GuzzleHttp\Promise\Promise listRefreshSchedulesAsync(array $args = []) |
| 232 | * @method \Aws\Result listRoleMemberships(array $args = []) |
| 233 | * @method \GuzzleHttp\Promise\Promise listRoleMembershipsAsync(array $args = []) |
| 234 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 235 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 236 | * @method \Aws\Result listTemplateAliases(array $args = []) |
| 237 | * @method \GuzzleHttp\Promise\Promise listTemplateAliasesAsync(array $args = []) |
| 238 | * @method \Aws\Result listTemplateVersions(array $args = []) |
| 239 | * @method \GuzzleHttp\Promise\Promise listTemplateVersionsAsync(array $args = []) |
| 240 | * @method \Aws\Result listTemplates(array $args = []) |
| 241 | * @method \GuzzleHttp\Promise\Promise listTemplatesAsync(array $args = []) |
| 242 | * @method \Aws\Result listThemeAliases(array $args = []) |
| 243 | * @method \GuzzleHttp\Promise\Promise listThemeAliasesAsync(array $args = []) |
| 244 | * @method \Aws\Result listThemeVersions(array $args = []) |
| 245 | * @method \GuzzleHttp\Promise\Promise listThemeVersionsAsync(array $args = []) |
| 246 | * @method \Aws\Result listThemes(array $args = []) |
| 247 | * @method \GuzzleHttp\Promise\Promise listThemesAsync(array $args = []) |
| 248 | * @method \Aws\Result listTopicRefreshSchedules(array $args = []) |
| 249 | * @method \GuzzleHttp\Promise\Promise listTopicRefreshSchedulesAsync(array $args = []) |
| 250 | * @method \Aws\Result listTopics(array $args = []) |
| 251 | * @method \GuzzleHttp\Promise\Promise listTopicsAsync(array $args = []) |
| 252 | * @method \Aws\Result listUserGroups(array $args = []) |
| 253 | * @method \GuzzleHttp\Promise\Promise listUserGroupsAsync(array $args = []) |
| 254 | * @method \Aws\Result listUsers(array $args = []) |
| 255 | * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = []) |
| 256 | * @method \Aws\Result listVPCConnections(array $args = []) |
| 257 | * @method \GuzzleHttp\Promise\Promise listVPCConnectionsAsync(array $args = []) |
| 258 | * @method \Aws\Result putDataSetRefreshProperties(array $args = []) |
| 259 | * @method \GuzzleHttp\Promise\Promise putDataSetRefreshPropertiesAsync(array $args = []) |
| 260 | * @method \Aws\Result registerUser(array $args = []) |
| 261 | * @method \GuzzleHttp\Promise\Promise registerUserAsync(array $args = []) |
| 262 | * @method \Aws\Result restoreAnalysis(array $args = []) |
| 263 | * @method \GuzzleHttp\Promise\Promise restoreAnalysisAsync(array $args = []) |
| 264 | * @method \Aws\Result searchAnalyses(array $args = []) |
| 265 | * @method \GuzzleHttp\Promise\Promise searchAnalysesAsync(array $args = []) |
| 266 | * @method \Aws\Result searchDashboards(array $args = []) |
| 267 | * @method \GuzzleHttp\Promise\Promise searchDashboardsAsync(array $args = []) |
| 268 | * @method \Aws\Result searchDataSets(array $args = []) |
| 269 | * @method \GuzzleHttp\Promise\Promise searchDataSetsAsync(array $args = []) |
| 270 | * @method \Aws\Result searchDataSources(array $args = []) |
| 271 | * @method \GuzzleHttp\Promise\Promise searchDataSourcesAsync(array $args = []) |
| 272 | * @method \Aws\Result searchFolders(array $args = []) |
| 273 | * @method \GuzzleHttp\Promise\Promise searchFoldersAsync(array $args = []) |
| 274 | * @method \Aws\Result searchGroups(array $args = []) |
| 275 | * @method \GuzzleHttp\Promise\Promise searchGroupsAsync(array $args = []) |
| 276 | * @method \Aws\Result startAssetBundleExportJob(array $args = []) |
| 277 | * @method \GuzzleHttp\Promise\Promise startAssetBundleExportJobAsync(array $args = []) |
| 278 | * @method \Aws\Result startAssetBundleImportJob(array $args = []) |
| 279 | * @method \GuzzleHttp\Promise\Promise startAssetBundleImportJobAsync(array $args = []) |
| 280 | * @method \Aws\Result startDashboardSnapshotJob(array $args = []) |
| 281 | * @method \GuzzleHttp\Promise\Promise startDashboardSnapshotJobAsync(array $args = []) |
| 282 | * @method \Aws\Result tagResource(array $args = []) |
| 283 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 284 | * @method \Aws\Result untagResource(array $args = []) |
| 285 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 286 | * @method \Aws\Result updateAccountCustomization(array $args = []) |
| 287 | * @method \GuzzleHttp\Promise\Promise updateAccountCustomizationAsync(array $args = []) |
| 288 | * @method \Aws\Result updateAccountSettings(array $args = []) |
| 289 | * @method \GuzzleHttp\Promise\Promise updateAccountSettingsAsync(array $args = []) |
| 290 | * @method \Aws\Result updateAnalysis(array $args = []) |
| 291 | * @method \GuzzleHttp\Promise\Promise updateAnalysisAsync(array $args = []) |
| 292 | * @method \Aws\Result updateAnalysisPermissions(array $args = []) |
| 293 | * @method \GuzzleHttp\Promise\Promise updateAnalysisPermissionsAsync(array $args = []) |
| 294 | * @method \Aws\Result updateDashboard(array $args = []) |
| 295 | * @method \GuzzleHttp\Promise\Promise updateDashboardAsync(array $args = []) |
| 296 | * @method \Aws\Result updateDashboardPermissions(array $args = []) |
| 297 | * @method \GuzzleHttp\Promise\Promise updateDashboardPermissionsAsync(array $args = []) |
| 298 | * @method \Aws\Result updateDashboardPublishedVersion(array $args = []) |
| 299 | * @method \GuzzleHttp\Promise\Promise updateDashboardPublishedVersionAsync(array $args = []) |
| 300 | * @method \Aws\Result updateDataSet(array $args = []) |
| 301 | * @method \GuzzleHttp\Promise\Promise updateDataSetAsync(array $args = []) |
| 302 | * @method \Aws\Result updateDataSetPermissions(array $args = []) |
| 303 | * @method \GuzzleHttp\Promise\Promise updateDataSetPermissionsAsync(array $args = []) |
| 304 | * @method \Aws\Result updateDataSource(array $args = []) |
| 305 | * @method \GuzzleHttp\Promise\Promise updateDataSourceAsync(array $args = []) |
| 306 | * @method \Aws\Result updateDataSourcePermissions(array $args = []) |
| 307 | * @method \GuzzleHttp\Promise\Promise updateDataSourcePermissionsAsync(array $args = []) |
| 308 | * @method \Aws\Result updateFolder(array $args = []) |
| 309 | * @method \GuzzleHttp\Promise\Promise updateFolderAsync(array $args = []) |
| 310 | * @method \Aws\Result updateFolderPermissions(array $args = []) |
| 311 | * @method \GuzzleHttp\Promise\Promise updateFolderPermissionsAsync(array $args = []) |
| 312 | * @method \Aws\Result updateGroup(array $args = []) |
| 313 | * @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = []) |
| 314 | * @method \Aws\Result updateIAMPolicyAssignment(array $args = []) |
| 315 | * @method \GuzzleHttp\Promise\Promise updateIAMPolicyAssignmentAsync(array $args = []) |
| 316 | * @method \Aws\Result updateIdentityPropagationConfig(array $args = []) |
| 317 | * @method \GuzzleHttp\Promise\Promise updateIdentityPropagationConfigAsync(array $args = []) |
| 318 | * @method \Aws\Result updateIpRestriction(array $args = []) |
| 319 | * @method \GuzzleHttp\Promise\Promise updateIpRestrictionAsync(array $args = []) |
| 320 | * @method \Aws\Result updatePublicSharingSettings(array $args = []) |
| 321 | * @method \GuzzleHttp\Promise\Promise updatePublicSharingSettingsAsync(array $args = []) |
| 322 | * @method \Aws\Result updateRefreshSchedule(array $args = []) |
| 323 | * @method \GuzzleHttp\Promise\Promise updateRefreshScheduleAsync(array $args = []) |
| 324 | * @method \Aws\Result updateRoleCustomPermission(array $args = []) |
| 325 | * @method \GuzzleHttp\Promise\Promise updateRoleCustomPermissionAsync(array $args = []) |
| 326 | * @method \Aws\Result updateTemplate(array $args = []) |
| 327 | * @method \GuzzleHttp\Promise\Promise updateTemplateAsync(array $args = []) |
| 328 | * @method \Aws\Result updateTemplateAlias(array $args = []) |
| 329 | * @method \GuzzleHttp\Promise\Promise updateTemplateAliasAsync(array $args = []) |
| 330 | * @method \Aws\Result updateTemplatePermissions(array $args = []) |
| 331 | * @method \GuzzleHttp\Promise\Promise updateTemplatePermissionsAsync(array $args = []) |
| 332 | * @method \Aws\Result updateTheme(array $args = []) |
| 333 | * @method \GuzzleHttp\Promise\Promise updateThemeAsync(array $args = []) |
| 334 | * @method \Aws\Result updateThemeAlias(array $args = []) |
| 335 | * @method \GuzzleHttp\Promise\Promise updateThemeAliasAsync(array $args = []) |
| 336 | * @method \Aws\Result updateThemePermissions(array $args = []) |
| 337 | * @method \GuzzleHttp\Promise\Promise updateThemePermissionsAsync(array $args = []) |
| 338 | * @method \Aws\Result updateTopic(array $args = []) |
| 339 | * @method \GuzzleHttp\Promise\Promise updateTopicAsync(array $args = []) |
| 340 | * @method \Aws\Result updateTopicPermissions(array $args = []) |
| 341 | * @method \GuzzleHttp\Promise\Promise updateTopicPermissionsAsync(array $args = []) |
| 342 | * @method \Aws\Result updateTopicRefreshSchedule(array $args = []) |
| 343 | * @method \GuzzleHttp\Promise\Promise updateTopicRefreshScheduleAsync(array $args = []) |
| 344 | * @method \Aws\Result updateUser(array $args = []) |
| 345 | * @method \GuzzleHttp\Promise\Promise updateUserAsync(array $args = []) |
| 346 | * @method \Aws\Result updateVPCConnection(array $args = []) |
| 347 | * @method \GuzzleHttp\Promise\Promise updateVPCConnectionAsync(array $args = []) |
| 348 | */ |
| 349 | class QuickSightClient extends AwsClient {} |
| 350 |