listLibraryItems
Lists the library items for Amazon Q Apps that are published and available for users in your Amazon Web Services account.
Samples
fun main() {
//sampleStart
// List at most 3 library items for this instance
val resp = qAppsClient.listLibraryItems {
instanceId = "0b95c9c4-89cc-4aa8-9aae-aa91cbec699f"
limit = 3
}
//sampleEnd
}