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

DeleteUserPermissionsBoundaryRequest

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

§Properties

§
UserName: string
[src]

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