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).
Copying Recovery Points
Section titled “Copying Recovery Points”const describeCopyJob = yield* AWS.Backup.DescribeCopyJob();
const { CopyJob } = yield* describeCopyJob({ CopyJobId: jobId });