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 2481
2481
{"shape":"InvalidNextTokenException"},
2482
2482
{"shape":"InternalFailureException"}
2483
2483
],
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>"
2485
2485
},
2486
2486
"ListNamespaces":{
2487
2487
"name":"ListNamespaces",
10314
10314
"FolderArns":{
10315
10315
"shape":"FolderArnList",
10316
10316
"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>"
10317
10321
}
10318
10322
}
10319
10323
},
10750
10754
},
10751
10755
"documentation":"<p>A list of custom filter values.</p>"
10752
10756
},
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
+ },
10753
10773
"CustomLabel":{
10754
10774
"type":"string",
10755
10775
"max":2048,
16933
16953
"shape":"StatusCode",
16934
16954
"documentation":"<p>The HTTP status of the request.</p>",
16935
16955
"location":"statusCode"
16956
+ },
16957
+ "CustomInstructions":{
16958
+ "shape":"CustomInstructions",
16959
+ "documentation":"<p>Custom instructions for the topic.</p>"
16936
16960
}
16937
16961
}
16938
16962
},
37293
37317
"Topic":{
37294
37318
"shape":"TopicDetails",
37295
37319
"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>"
37296
37324
}
37297
37325
}
37298
37326
},
You can’t perform that action at this time.
0 commit comments