Skip to content

Commit 9678dbc

Browse files
Update generated code (#1687)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 1af31be commit 9678dbc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.0.1
610

711
### Changed

src/TimestreamQueryClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function describeEndpoints($input = []): DescribeEndpointsResponse
103103

104104
/**
105105
* A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later
106-
* running. Timestream only supports using this operation with the `PrepareQueryRequest$ValidateOnly` set to `true`.
106+
* running. Timestream only supports using this operation with `ValidateOnly` set to `true`.
107107
*
108108
* @see https://docs.aws.amazon.com/timestream/latest/developerguide/API_PrepareQuery.html
109109
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-query.timestream-2018-11-01.html#preparequery

src/ValueObject/Type.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
final class Type
1313
{
1414
/**
15-
* Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time.
15+
* Indicates if the column is of type string, integer, Boolean, double, timestamp, date, time. For more information, see
16+
* Supported data types [^1].
17+
*
18+
* [^1]: https://docs.aws.amazon.com/timestream/latest/developerguide/supported-data-types.html
1619
*
1720
* @var ScalarType::*|null
1821
*/

0 commit comments

Comments
 (0)