File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
services/quicksight/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Amazon QuickSight" ,
4+ "contributor" : " " ,
5+ "description" : " Introduced custom instructions for topics."
6+ }
Original file line number Diff line number Diff line change 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",
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 },
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,
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 },
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 },
You can’t perform that action at this time.
0 commit comments