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

DeleteRolePermissionsBoundaryRequest

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

§Properties

§
RoleName: string
[src]

The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.