Skip to content

Commit fa5d6c5

Browse files
Update generated code (#1679)
update generated code
1 parent 1bfa2c2 commit fa5d6c5

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-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
## 3.1.1
610

711
### Changed

src/Input/QueryInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ final class QueryInput extends Input
194194
*
195195
* For more information, see Filter Expressions [^1] in the *Amazon DynamoDB Developer Guide*.
196196
*
197-
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Query.FilterExpression
197+
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.FilterExpression.html
198198
*
199199
* @var string|null
200200
*/

src/ValueObject/AttributeDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use AsyncAws\DynamoDb\Enum\ScalarAttributeType;
77

88
/**
9-
* Represents an attribute for describing the key schema for the table and indexes.
9+
* Represents an attribute for describing the schema for the table and indexes.
1010
*/
1111
final class AttributeDefinition
1212
{

src/ValueObject/Projection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ final class Projection
1919
* attributes that you specify.
2020
* - `ALL` - All of the table attributes are projected into the index.
2121
*
22+
* When using the DynamoDB console, `ALL` is selected by default.
23+
*
2224
* @var ProjectionType::*|null
2325
*/
2426
private $projectionType;

0 commit comments

Comments
 (0)