ListAttachments
Source:
src/AWS/QBusiness/ListAttachments.ts
Runtime binding for the ListAttachments operation (IAM action
qbusiness:ListAttachments), scoped to one Application.
Lists the files attached to chat conversations.
Provide the implementation with
Effect.provide(AWS.QBusiness.ListAttachmentsHttp).
Conversations
Section titled “Conversations”const listAttachments = yield* AWS.QBusiness.ListAttachments(app);
const { attachments } = yield* listAttachments({ conversationId });