Skip to content

Commit 99a814d

Browse files
author
AWS
committed
Amazon QuickSight Update: Introduced custom instructions for topics.
1 parent 25d7921 commit 99a814d

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
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 QuickSight",
4+
"contributor": "",
5+
"description": "Introduced custom instructions for topics."
6+
}

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

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,7 @@
24812481
{"shape":"InvalidNextTokenException"},
24822482
{"shape":"InternalFailureException"}
24832483
],
2484-
"documentation":"<p>Lists the history of SPICE ingestions for a dataset.</p>"
2484+
"documentation":"<p>Lists the history of SPICE ingestions for a dataset. Limited to 5 TPS per user and 25 TPS per account.</p>"
24852485
},
24862486
"ListNamespaces":{
24872487
"name":"ListNamespaces",
@@ -10314,6 +10314,10 @@
1031410314
"FolderArns":{
1031510315
"shape":"FolderArnList",
1031610316
"documentation":"<p>The Folder ARN of the folder that you want the topic to reside in.</p>"
10317+
},
10318+
"CustomInstructions":{
10319+
"shape":"CustomInstructions",
10320+
"documentation":"<p>Custom instructions for the topic.</p>"
1031710321
}
1031810322
}
1031910323
},
@@ -10750,6 +10754,22 @@
1075010754
},
1075110755
"documentation":"<p>A list of custom filter values.</p>"
1075210756
},
10757+
"CustomInstructions":{
10758+
"type":"structure",
10759+
"required":["CustomInstructionsString"],
10760+
"members":{
10761+
"CustomInstructionsString":{
10762+
"shape":"CustomInstructionsString",
10763+
"documentation":"<p>A text field for providing additional guidance or context for response generation.</p>"
10764+
}
10765+
},
10766+
"documentation":"<p>Instructions that provide additional guidance and context for response generation.</p>"
10767+
},
10768+
"CustomInstructionsString":{
10769+
"type":"string",
10770+
"max":5000,
10771+
"sensitive":true
10772+
},
1075310773
"CustomLabel":{
1075410774
"type":"string",
1075510775
"max":2048,
@@ -16933,6 +16953,10 @@
1693316953
"shape":"StatusCode",
1693416954
"documentation":"<p>The HTTP status of the request.</p>",
1693516955
"location":"statusCode"
16956+
},
16957+
"CustomInstructions":{
16958+
"shape":"CustomInstructions",
16959+
"documentation":"<p>Custom instructions for the topic.</p>"
1693616960
}
1693716961
}
1693816962
},
@@ -37293,6 +37317,10 @@
3729337317
"Topic":{
3729437318
"shape":"TopicDetails",
3729537319
"documentation":"<p>The definition of the topic that you want to update.</p>"
37320+
},
37321+
"CustomInstructions":{
37322+
"shape":"CustomInstructions",
37323+
"documentation":"<p>Custom instructions for the topic.</p>"
3729637324
}
3729737325
}
3729837326
},

0 commit comments

Comments
 (0)