@@ -406,11 +406,6 @@ public function listDatabases($input): ListDatabasesOutput
406
406
* access to the specified workgroup. If a workgroup is not specified, lists the saved queries for the primary
407
407
* workgroup.
408
408
*
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
- *
414
409
* @see https://docs.aws.amazon.com/athena/latest/APIReference/API_ListNamedQueries.html
415
410
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-athena-2017-05-18.html#listnamedqueries
416
411
*
@@ -436,14 +431,9 @@ public function listNamedQueries($input = []): ListNamedQueriesOutput
436
431
}
437
432
438
433
/**
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.
447
437
*
448
438
* @see https://docs.aws.amazon.com/athena/latest/APIReference/API_ListQueryExecutions.html
449
439
* @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
504
494
* Submits calculations for execution within a session. You can supply the code to run as an inline code block within
505
495
* the request.
506
496
*
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
+ *
507
501
* @see https://docs.aws.amazon.com/athena/latest/APIReference/API_StartCalculationExecution.html
508
502
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-athena-2017-05-18.html#startcalculationexecution
509
503
*
@@ -641,11 +635,6 @@ public function stopCalculationExecution($input): StopCalculationExecutionRespon
641
635
/**
642
636
* Stops a query execution. Requires you to have access to the workgroup in which the query ran.
643
637
*
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
- *
649
638
* @see https://docs.aws.amazon.com/athena/latest/APIReference/API_StopQueryExecution.html
650
639
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-athena-2017-05-18.html#stopqueryexecution
651
640
*
0 commit comments