Skip to content

Commit b4bd7e1

Browse files
author
AWS
committed
QBusiness Update: This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters.
1 parent b085d3f commit b4bd7e1

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
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": "QBusiness",
4+
"contributor": "",
5+
"description": "This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters."
6+
}

services/qbusiness/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102
{"shape":"ValidationException"},
11031103
{"shape":"AccessDeniedException"}
11041104
],
1105-
"documentation":"<p>Searches for relevant content in a Q Business application based on a query. This operation takes a search query text, the Q Business application identifier, and optional filters (such as user ID, user groups, content source, and maximum results) as input. It returns a list of relevant content items, where each item includes the content text, the unique document identifier, the document title, the document URI, any relevant document attributes, and score attributes indicating the confidence level of the relevance.</p>"
1105+
"documentation":"<p>Searches for relevant content in a Q Business application based on a query. This operation takes a search query text, the Q Business application identifier, and optional filters (such as content source and maximum results) as input. It returns a list of relevant content items, where each item includes the content text, the unique document identifier, the document title, the document URI, any relevant document attributes, and score attributes indicating the confidence level of the relevance.</p>"
11061106
},
11071107
"StartDataSourceSyncJob":{
11081108
"name":"StartDataSourceSyncJob",
@@ -7289,18 +7289,6 @@
72897289
"location":"uri",
72907290
"locationName":"applicationId"
72917291
},
7292-
"userId":{
7293-
"shape":"UserId",
7294-
"documentation":"<p>The ID of the user performing the search. Used for access control.</p>",
7295-
"location":"querystring",
7296-
"locationName":"userId"
7297-
},
7298-
"userGroups":{
7299-
"shape":"UserGroups",
7300-
"documentation":"<p>The groups the user belongs to. Used for access control.</p>",
7301-
"location":"querystring",
7302-
"locationName":"userGroups"
7303-
},
73047292
"queryText":{
73057293
"shape":"QueryText",
73067294
"documentation":"<p>The text to search for.</p>"

0 commit comments

Comments
 (0)