Skip to content

Commit b0bc549

Browse files
author
AWS
committed
Amazon Rekognition Update: This release adds APIs which support copying an Amazon Rekognition Custom Labels model and managing project policies across AWS account.
1 parent a3b7c75 commit b0bc549

File tree

3 files changed

+315
-3
lines changed

3 files changed

+315
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Rekognition",
4+
"contributor": "",
5+
"description": "This release adds APIs which support copying an Amazon Rekognition Custom Labels model and managing project policies across AWS account."
6+
}

services/rekognition/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@
7676
"output_token": "NextToken",
7777
"result_key": "Faces"
7878
},
79+
"ListProjectPolicies": {
80+
"input_token": "NextToken",
81+
"limit_key": "MaxResults",
82+
"output_token": "NextToken",
83+
"result_key": "ProjectPolicies"
84+
},
7985
"ListStreamProcessors": {
8086
"input_token": "NextToken",
8187
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)