Skip to content

Commit ea291e7

Browse files
Update generated code (#1538)
update generated code
1 parent 7923304 commit ea291e7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.277.7"
3+
"${LATEST}": "3.277.10"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/Rekognition/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
## 1.0.1
610

711
### Changed

src/Service/Rekognition/src/Input/DetectFacesRequest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ final class DetectFacesRequest extends Input
3333
* If you provide both, `["ALL", "DEFAULT"]`, the service uses a logical "AND" operator to determine which attributes to
3434
* return (in this case, all attributes).
3535
*
36+
* Note that while the FaceOccluded and EyeDirection attributes are supported when using `DetectFaces`, they aren't
37+
* supported when analyzing videos with `StartFaceDetection` and `GetFaceDetection`.
38+
*
3639
* @var list<Attribute::*>|null
3740
*/
3841
private $attributes;

0 commit comments

Comments
 (0)