Skip to content

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).

const listAttachments = yield* AWS.QBusiness.ListAttachments(app);
const { attachments } = yield* listAttachments({ conversationId });