Skip to content

CopyImageSet

Source: src/AWS/MedicalImaging/CopyImageSet.ts

Runtime binding for the CopyImageSet operation (IAM action medical-imaging:CopyImageSet), scoped to one Datastore.

Copies an image set into a new one (omit destinationImageSet) or merges it into an existing destination image set within the same data store. Provide the implementation with Effect.provide(AWS.MedicalImaging.CopyImageSetHttp).

const copyImageSet = yield* MedicalImaging.CopyImageSet(datastore);
const copy = yield* copyImageSet({
sourceImageSetId,
copyImageSetInformation: {
sourceImageSet: { latestVersionId: "1" },
},
});
// copy.destinationImageSetProperties.imageSetId