@@ -406,11 +406,6 @@ public function listDatabases($input): ListDatabasesOutput
406406 * access to the specified workgroup. If a workgroup is not specified, lists the saved queries for the primary
407407 * workgroup.
408408 *
409- * For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples [^1] in the *Amazon Athena
410- * User Guide*.
411- *
412- * [^1]: http://docs.aws.amazon.com/athena/latest/ug/code-samples.html
413- *
414409 * @see https://docs.aws.amazon.com/athena/latest/APIReference/API_ListNamedQueries.html
415410 * @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-athena-2017-05-18.html#listnamedqueries
416411 *
@@ -436,14 +431,9 @@ public function listNamedQueries($input = []): ListNamedQueriesOutput
436431 }
437432
438433 /**
439- * Provides a list of available query execution IDs for the queries in the specified workgroup. If a workgroup is not
440- * specified, returns a list of query execution IDs for the primary workgroup. Requires you to have access to the
441- * workgroup in which the queries ran.
442- *
443- * For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples [^1] in the *Amazon Athena
444- * User Guide*.
445- *
446- * [^1]: http://docs.aws.amazon.com/athena/latest/ug/code-samples.html
434+ * Provides a list of available query execution IDs for the queries in the specified workgroup. Athena keeps a query
435+ * history for 45 days. If a workgroup is not specified, returns a list of query execution IDs for the primary
436+ * workgroup. Requires you to have access to the workgroup in which the queries ran.
447437 *
448438 * @see https://docs.aws.amazon.com/athena/latest/APIReference/API_ListQueryExecutions.html
449439 * @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-athena-2017-05-18.html#listqueryexecutions
@@ -504,6 +494,10 @@ public function listTableMetadata($input): ListTableMetadataOutput
504494 * Submits calculations for execution within a session. You can supply the code to run as an inline code block within
505495 * the request.
506496 *
497+ * > The request syntax requires the StartCalculationExecutionRequest$CodeBlock parameter or the
498+ * > CalculationConfiguration$CodeBlock parameter, but not both. Because CalculationConfiguration$CodeBlock is
499+ * > deprecated, use the StartCalculationExecutionRequest$CodeBlock parameter instead.
500+ *
507501 * @see https://docs.aws.amazon.com/athena/latest/APIReference/API_StartCalculationExecution.html
508502 * @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-athena-2017-05-18.html#startcalculationexecution
509503 *
@@ -641,11 +635,6 @@ public function stopCalculationExecution($input): StopCalculationExecutionRespon
641635 /**
642636 * Stops a query execution. Requires you to have access to the workgroup in which the query ran.
643637 *
644- * For code samples using the Amazon Web Services SDK for Java, see Examples and Code Samples [^1] in the *Amazon Athena
645- * User Guide*.
646- *
647- * [^1]: http://docs.aws.amazon.com/athena/latest/ug/code-samples.html
648- *
649638 * @see https://docs.aws.amazon.com/athena/latest/APIReference/API_StopQueryExecution.html
650639 * @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-athena-2017-05-18.html#stopqueryexecution
651640 *
0 commit comments