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 22
33## NOT RELEASED
44
5+ ### Changed
6+
7+ - AWS enhancement: Documentation updates.
8+
59## 3.1.1
610
711### Changed
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change 66use 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 */
1111final class AttributeDefinition
1212{
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments