Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetServiceLinkedRoleDeletionStatusRequest

import type { GetServiceLinkedRoleDeletionStatusRequest } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
interface GetServiceLinkedRoleDeletionStatusRequest {
DeletionTaskId: string;
}

§Properties

§
DeletionTaskId: string
[src]

The deletion task identifier. This identifier is returned by the "DeleteServiceLinkedRole" operation in the format task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.