Skip to content

Commit c946ae1

Browse files
author
AWS
committed
QApps Update: Documentation update for Amazon Q Apps API Reference
1 parent c275789 commit c946ae1

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
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": "QApps",
4+
"contributor": "",
5+
"description": "Documentation update for Amazon Q Apps API Reference"
6+
}

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
{"shape":"UnauthorizedException"},
146146
{"shape":"ThrottlingException"}
147147
],
148-
"documentation":"<p>Creates a presigned URL for an S3 POST operation to upload a file. You can use this URL to set a default file for a <code>FileUploadCard</code> in a Q App definition or to provide a file for a single Q App run. The <code>scope</code> parameter determines how the file will be used, either at the app definition level or the app session level.</p>"
148+
"documentation":"<p>Creates a presigned URL for an S3 POST operation to upload a file. You can use this URL to set a default file for a <code>FileUploadCard</code> in a Q App definition or to provide a file for a single Q App run. The <code>scope</code> parameter determines how the file will be used, either at the app definition level or the app session level.</p> <note> <p>The IAM permissions are derived from the <code>qapps:ImportDocument</code> action. For more information on the IAM policy for Amazon Q Apps, see <a href=\"https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-q-apps-iam-permissions.html\">IAM permissions for using Amazon Q Apps</a>.</p> </note>"
149149
},
150150
"CreateQApp":{
151151
"name":"CreateQApp",
@@ -1648,8 +1648,7 @@
16481648
},
16491649
"Document":{
16501650
"type":"structure",
1651-
"members":{
1652-
},
1651+
"members":{},
16531652
"document":true
16541653
},
16551654
"DocumentAttribute":{
@@ -1927,8 +1926,7 @@
19271926
},
19281927
"FormInputCardMetadataSchema":{
19291928
"type":"structure",
1930-
"members":{
1931-
},
1929+
"members":{},
19321930
"document":true
19331931
},
19341932
"GetLibraryItemInput":{
@@ -3283,8 +3281,7 @@
32833281
},
32843282
"TagResourceResponse":{
32853283
"type":"structure",
3286-
"members":{
3287-
}
3284+
"members":{}
32883285
},
32893286
"TagValue":{
32903287
"type":"string",
@@ -3442,8 +3439,7 @@
34423439
},
34433440
"UntagResourceResponse":{
34443441
"type":"structure",
3445-
"members":{
3446-
}
3442+
"members":{}
34473443
},
34483444
"UpdateLibraryItemInput":{
34493445
"type":"structure",

0 commit comments

Comments
 (0)