Skip to content

ListParts

Source: src/AWS/Glacier/ListParts.ts

Runtime binding for the ListParts operation (IAM action glacier:ListParts on the vault ARN).

Lists the parts already uploaded for an in-progress multipart upload on the bound Vault, sorted by byte range — the resume point after a crashed uploader. Provide the implementation with Effect.provide(AWS.Glacier.ListPartsHttp).

const listParts = yield* AWS.Glacier.ListParts(vault);
const { Parts } = yield* listParts({ uploadId });