AthenaClient.php
146 lines
| 1 | <?php |
| 2 | namespace Aws\Athena; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Athena** service. |
| 8 | * @method \Aws\Result batchGetNamedQuery(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise batchGetNamedQueryAsync(array $args = []) |
| 10 | * @method \Aws\Result batchGetPreparedStatement(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise batchGetPreparedStatementAsync(array $args = []) |
| 12 | * @method \Aws\Result batchGetQueryExecution(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise batchGetQueryExecutionAsync(array $args = []) |
| 14 | * @method \Aws\Result cancelCapacityReservation(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise cancelCapacityReservationAsync(array $args = []) |
| 16 | * @method \Aws\Result createCapacityReservation(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createCapacityReservationAsync(array $args = []) |
| 18 | * @method \Aws\Result createDataCatalog(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise createDataCatalogAsync(array $args = []) |
| 20 | * @method \Aws\Result createNamedQuery(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise createNamedQueryAsync(array $args = []) |
| 22 | * @method \Aws\Result createNotebook(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise createNotebookAsync(array $args = []) |
| 24 | * @method \Aws\Result createPreparedStatement(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createPreparedStatementAsync(array $args = []) |
| 26 | * @method \Aws\Result createPresignedNotebookUrl(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createPresignedNotebookUrlAsync(array $args = []) |
| 28 | * @method \Aws\Result createWorkGroup(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise createWorkGroupAsync(array $args = []) |
| 30 | * @method \Aws\Result deleteCapacityReservation(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise deleteCapacityReservationAsync(array $args = []) |
| 32 | * @method \Aws\Result deleteDataCatalog(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise deleteDataCatalogAsync(array $args = []) |
| 34 | * @method \Aws\Result deleteNamedQuery(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise deleteNamedQueryAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteNotebook(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteNotebookAsync(array $args = []) |
| 38 | * @method \Aws\Result deletePreparedStatement(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise deletePreparedStatementAsync(array $args = []) |
| 40 | * @method \Aws\Result deleteWorkGroup(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise deleteWorkGroupAsync(array $args = []) |
| 42 | * @method \Aws\Result exportNotebook(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise exportNotebookAsync(array $args = []) |
| 44 | * @method \Aws\Result getCalculationExecution(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise getCalculationExecutionAsync(array $args = []) |
| 46 | * @method \Aws\Result getCalculationExecutionCode(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise getCalculationExecutionCodeAsync(array $args = []) |
| 48 | * @method \Aws\Result getCalculationExecutionStatus(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise getCalculationExecutionStatusAsync(array $args = []) |
| 50 | * @method \Aws\Result getCapacityAssignmentConfiguration(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise getCapacityAssignmentConfigurationAsync(array $args = []) |
| 52 | * @method \Aws\Result getCapacityReservation(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise getCapacityReservationAsync(array $args = []) |
| 54 | * @method \Aws\Result getDataCatalog(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise getDataCatalogAsync(array $args = []) |
| 56 | * @method \Aws\Result getDatabase(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise getDatabaseAsync(array $args = []) |
| 58 | * @method \Aws\Result getNamedQuery(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise getNamedQueryAsync(array $args = []) |
| 60 | * @method \Aws\Result getNotebookMetadata(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise getNotebookMetadataAsync(array $args = []) |
| 62 | * @method \Aws\Result getPreparedStatement(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise getPreparedStatementAsync(array $args = []) |
| 64 | * @method \Aws\Result getQueryExecution(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise getQueryExecutionAsync(array $args = []) |
| 66 | * @method \Aws\Result getQueryResults(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise getQueryResultsAsync(array $args = []) |
| 68 | * @method \Aws\Result getQueryRuntimeStatistics(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise getQueryRuntimeStatisticsAsync(array $args = []) |
| 70 | * @method \Aws\Result getSession(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise getSessionAsync(array $args = []) |
| 72 | * @method \Aws\Result getSessionStatus(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise getSessionStatusAsync(array $args = []) |
| 74 | * @method \Aws\Result getTableMetadata(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise getTableMetadataAsync(array $args = []) |
| 76 | * @method \Aws\Result getWorkGroup(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise getWorkGroupAsync(array $args = []) |
| 78 | * @method \Aws\Result importNotebook(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise importNotebookAsync(array $args = []) |
| 80 | * @method \Aws\Result listApplicationDPUSizes(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise listApplicationDPUSizesAsync(array $args = []) |
| 82 | * @method \Aws\Result listCalculationExecutions(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise listCalculationExecutionsAsync(array $args = []) |
| 84 | * @method \Aws\Result listCapacityReservations(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise listCapacityReservationsAsync(array $args = []) |
| 86 | * @method \Aws\Result listDataCatalogs(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise listDataCatalogsAsync(array $args = []) |
| 88 | * @method \Aws\Result listDatabases(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise listDatabasesAsync(array $args = []) |
| 90 | * @method \Aws\Result listEngineVersions(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise listEngineVersionsAsync(array $args = []) |
| 92 | * @method \Aws\Result listExecutors(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise listExecutorsAsync(array $args = []) |
| 94 | * @method \Aws\Result listNamedQueries(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise listNamedQueriesAsync(array $args = []) |
| 96 | * @method \Aws\Result listNotebookMetadata(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise listNotebookMetadataAsync(array $args = []) |
| 98 | * @method \Aws\Result listNotebookSessions(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise listNotebookSessionsAsync(array $args = []) |
| 100 | * @method \Aws\Result listPreparedStatements(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise listPreparedStatementsAsync(array $args = []) |
| 102 | * @method \Aws\Result listQueryExecutions(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise listQueryExecutionsAsync(array $args = []) |
| 104 | * @method \Aws\Result listSessions(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise listSessionsAsync(array $args = []) |
| 106 | * @method \Aws\Result listTableMetadata(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise listTableMetadataAsync(array $args = []) |
| 108 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 109 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 110 | * @method \Aws\Result listWorkGroups(array $args = []) |
| 111 | * @method \GuzzleHttp\Promise\Promise listWorkGroupsAsync(array $args = []) |
| 112 | * @method \Aws\Result putCapacityAssignmentConfiguration(array $args = []) |
| 113 | * @method \GuzzleHttp\Promise\Promise putCapacityAssignmentConfigurationAsync(array $args = []) |
| 114 | * @method \Aws\Result startCalculationExecution(array $args = []) |
| 115 | * @method \GuzzleHttp\Promise\Promise startCalculationExecutionAsync(array $args = []) |
| 116 | * @method \Aws\Result startQueryExecution(array $args = []) |
| 117 | * @method \GuzzleHttp\Promise\Promise startQueryExecutionAsync(array $args = []) |
| 118 | * @method \Aws\Result startSession(array $args = []) |
| 119 | * @method \GuzzleHttp\Promise\Promise startSessionAsync(array $args = []) |
| 120 | * @method \Aws\Result stopCalculationExecution(array $args = []) |
| 121 | * @method \GuzzleHttp\Promise\Promise stopCalculationExecutionAsync(array $args = []) |
| 122 | * @method \Aws\Result stopQueryExecution(array $args = []) |
| 123 | * @method \GuzzleHttp\Promise\Promise stopQueryExecutionAsync(array $args = []) |
| 124 | * @method \Aws\Result tagResource(array $args = []) |
| 125 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 126 | * @method \Aws\Result terminateSession(array $args = []) |
| 127 | * @method \GuzzleHttp\Promise\Promise terminateSessionAsync(array $args = []) |
| 128 | * @method \Aws\Result untagResource(array $args = []) |
| 129 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 130 | * @method \Aws\Result updateCapacityReservation(array $args = []) |
| 131 | * @method \GuzzleHttp\Promise\Promise updateCapacityReservationAsync(array $args = []) |
| 132 | * @method \Aws\Result updateDataCatalog(array $args = []) |
| 133 | * @method \GuzzleHttp\Promise\Promise updateDataCatalogAsync(array $args = []) |
| 134 | * @method \Aws\Result updateNamedQuery(array $args = []) |
| 135 | * @method \GuzzleHttp\Promise\Promise updateNamedQueryAsync(array $args = []) |
| 136 | * @method \Aws\Result updateNotebook(array $args = []) |
| 137 | * @method \GuzzleHttp\Promise\Promise updateNotebookAsync(array $args = []) |
| 138 | * @method \Aws\Result updateNotebookMetadata(array $args = []) |
| 139 | * @method \GuzzleHttp\Promise\Promise updateNotebookMetadataAsync(array $args = []) |
| 140 | * @method \Aws\Result updatePreparedStatement(array $args = []) |
| 141 | * @method \GuzzleHttp\Promise\Promise updatePreparedStatementAsync(array $args = []) |
| 142 | * @method \Aws\Result updateWorkGroup(array $args = []) |
| 143 | * @method \GuzzleHttp\Promise\Promise updateWorkGroupAsync(array $args = []) |
| 144 | */ |
| 145 | class AthenaClient extends AwsClient {} |
| 146 |