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

UpdateRoleDescriptionRequest

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

§Properties

§
Description: string
[src]

The new description that you want to apply to the specified role.

§
RoleName: string
[src]

The name of the role that you want to modify.