File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Changed
6
+
7
+ - AWS enhancement: Documentation updates.
8
+
5
9
## 3.1.1
6
10
7
11
### Changed
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ final class QueryInput extends Input
194
194
*
195
195
* For more information, see Filter Expressions [^1] in the *Amazon DynamoDB Developer Guide*.
196
196
*
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
198
198
*
199
199
* @var string|null
200
200
*/
Original file line number Diff line number Diff line change 6
6
use AsyncAws \DynamoDb \Enum \ScalarAttributeType ;
7
7
8
8
/**
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.
10
10
*/
11
11
final class AttributeDefinition
12
12
{
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ final class Projection
19
19
* attributes that you specify.
20
20
* - `ALL` - All of the table attributes are projected into the index.
21
21
*
22
+ * When using the DynamoDB console, `ALL` is selected by default.
23
+ *
22
24
* @var ProjectionType::*|null
23
25
*/
24
26
private $ projectionType ;
You can’t perform that action at this time.
0 commit comments