Skip to content

Commit 2b41c07

Browse files
author
AWS
committed
QBusiness Update: Adds S3 path option to pass group member list for PutGroup API.
1 parent 1f1852a commit 2b41c07

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
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": "Adds S3 path option to pass group member list for PutGroup API."
6+
}

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
{"shape":"AccessDeniedException"},
112112
{"shape":"ServiceQuotaExceededException"}
113113
],
114-
"documentation":"<p>Creates an Amazon Q Business application.</p> <note> <p>There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are also available in Amazon Q Business Lite. For information on what's included in Amazon Q Business Lite and what's included in Amazon Q Business Pro, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/tiers.html#user-sub-tiers\">Amazon Q Business tiers</a>. You must use the Amazon Q Business console to assign subscription tiers to users.</p> </note>",
114+
"documentation":"<p>Creates an Amazon Q Business application.</p> <note> <p>There are new tiers for Amazon Q Business. Not all features in Amazon Q Business Pro are also available in Amazon Q Business Lite. For information on what's included in Amazon Q Business Lite and what's included in Amazon Q Business Pro, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/tiers.html#user-sub-tiers\">Amazon Q Business tiers</a>. You must use the Amazon Q Business console to assign subscription tiers to users. </p> <p> A Amazon Q Apps service linked role will be created if it's absent in the Amazon Web Services account when the QAppsConfiguration is enabled in the request. For more information, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles-qapps.html\"> Using service-linked roles for Q Apps </a> </p> </note>",
115115
"idempotent":true
116116
},
117117
"CreateDataSource":{
@@ -950,7 +950,7 @@
950950
{"shape":"ValidationException"},
951951
{"shape":"AccessDeniedException"}
952952
],
953-
"documentation":"<p>Updates an existing Amazon Q Business application.</p>",
953+
"documentation":"<p>Updates an existing Amazon Q Business application.</p> <note> <p> A Amazon Q Apps service-linked role will be created if it's absent in the Amazon Web Services account when the QAppsConfiguration is enabled in the request. For more information, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles-qapps.html\"> Using service-linked roles for Q Apps </a> </p> </note>",
954954
"idempotent":true
955955
},
956956
"UpdateChatControlsConfiguration":{
@@ -4192,7 +4192,8 @@
41924192
"memberUsers":{
41934193
"shape":"MemberUsers",
41944194
"documentation":"<p>A list of users that belong to a group. For example, a list of interns all belong to the \"Interns\" group.</p>"
4195-
}
4195+
},
4196+
"s3PathForGroupMembers":{"shape":"S3"}
41964197
},
41974198
"documentation":"<p>A list of users or sub groups that belong to a group. This is for generating Amazon Q Business chat results only from document a user has access to.</p>"
41984199
},
@@ -5645,7 +5646,11 @@
56455646
"shape":"MembershipType",
56465647
"documentation":"<p>The type of the group.</p>"
56475648
},
5648-
"groupMembers":{"shape":"GroupMembers"}
5649+
"groupMembers":{"shape":"GroupMembers"},
5650+
"roleArn":{
5651+
"shape":"RoleArn",
5652+
"documentation":"<p>The Amazon Resource Name (ARN) of an IAM role that has access to the S3 file that contains your list of users that belong to a group.The Amazon Resource Name (ARN) of an IAM role that has access to the S3 file that contains your list of users that belong to a group.</p>"
5653+
}
56495654
}
56505655
},
56515656
"PutGroupResponse":{

0 commit comments

Comments
 (0)