Skip to content

Commit 4c36566

Browse files
Update generated code (#1891)
update generated code
1 parent f173b2d commit 4c36566

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- AWS api-change: Added `eu-isoe-west-1` region
88
- AWS api-change: rewrite declaration of regions
99

10+
### Changed
11+
12+
- AWS enhancement: Documentation updates.
13+
1014
### Fixed
1115

1216
- Fix the lowest bound for the `symfony/polyfill-uuid` requirement

src/ValueObject/QueryExecution.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class QueryExecution
2626
/**
2727
* The type of query statement that was run. `DDL` indicates DDL query statements. `DML` indicates DML (Data
2828
* Manipulation Language) query statements, such as `CREATE TABLE AS SELECT`. `UTILITY` indicates query statements other
29-
* than DDL and DML, such as `SHOW CREATE TABLE`, or `DESCRIBE TABLE`.
29+
* than DDL and DML, such as `SHOW CREATE TABLE`, `EXPLAIN`, `DESCRIBE`, or `SHOW TABLES`.
3030
*
3131
* @var StatementType::*|null
3232
*/

0 commit comments

Comments
 (0)