Skip to content

Commit 20237d7

Browse files
author
AWS
committed
AWSKendraFrontendService Update: This release adds AccessControlConfigurations which allow you to redefine your document level access control without the need for content re-indexing.
1 parent b2e68d3 commit 20237d7

File tree

3 files changed

+453
-134
lines changed

3 files changed

+453
-134
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": "AWSKendraFrontendService",
4+
"contributor": "",
5+
"description": "This release adds AccessControlConfigurations which allow you to redefine your document level access control without the need for content re-indexing."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"output_token": "NextToken",
66
"limit_key": "MaxResults"
77
},
8+
"ListAccessControlConfigurations": {
9+
"input_token": "NextToken",
10+
"output_token": "NextToken",
11+
"limit_key": "MaxResults"
12+
},
813
"ListDataSourceSyncJobs": {
914
"input_token": "NextToken",
1015
"output_token": "NextToken",

0 commit comments

Comments
 (0)