Skip to content

Commit 9096261

Browse files
Update generated code (#1719)
update generated code
1 parent 163d1b4 commit 9096261

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

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/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/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)