Skip to content

DescribeCopyJob

Source: src/AWS/Backup/DescribeCopyJob.ts

Runtime binding for the DescribeCopyJob operation (IAM action backup:DescribeCopyJob).

Returns the details of a copy job by its ID — poll a job started with StartCopyJob until it completes. Provide the implementation with Effect.provide(AWS.Backup.DescribeCopyJobHttp).

const describeCopyJob = yield* AWS.Backup.DescribeCopyJob();
const { CopyJob } = yield* describeCopyJob({ CopyJobId: jobId });