Skip to content

Commit f840c9c

Browse files
Update generated code (#1719)
update generated code
1 parent db80257 commit f840c9c

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.308.4"
3+
"${LATEST}": "3.308.5"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/Athena/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 2.2.0
610

711
### Added

src/Service/Athena/src/ValueObject/ResultConfiguration.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ final class ResultConfiguration
1313
* The location in Amazon S3 where your query and calculation results are stored, such as `s3://path/to/query/bucket/`.
1414
* To run the query, you must specify the query results location using one of the ways: either for individual queries
1515
* using either this setting (client-side), or in the workgroup, using WorkGroupConfiguration. If none of them is set,
16-
* Athena issues an error that no output location is provided. For more information, see Working with query results,
17-
* recent queries, and output files [^1]. If workgroup settings override client-side settings, then the query uses the
18-
* settings specified for the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
19-
*
20-
* [^1]: https://docs.aws.amazon.com/athena/latest/ug/querying.html
16+
* Athena issues an error that no output location is provided. If workgroup settings override client-side settings, then
17+
* the query uses the settings specified for the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
2118
*
2219
* @var string|null
2320
*/

src/Service/Athena/src/ValueObject/WorkGroupConfiguration.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ final class WorkGroupConfiguration
1717
* stored and the encryption option, if any, used for query and calculation results. To run the query, you must specify
1818
* the query results location using one of the ways: either in the workgroup using this setting, or for individual
1919
* queries (client-side), using ResultConfiguration$OutputLocation. If none of them is set, Athena issues an error that
20-
* no output location is provided. For more information, see Working with query results, recent queries, and output
21-
* files [^1].
22-
*
23-
* [^1]: https://docs.aws.amazon.com/athena/latest/ug/querying.html
20+
* no output location is provided.
2421
*
2522
* @var ResultConfiguration|null
2623
*/

0 commit comments

Comments
 (0)