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

UpdatePermissionSetRequest

import type { UpdatePermissionSetRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssoadmin.ts";
interface UpdatePermissionSetRequest {
Description?: string | null;
InstanceArn: string;
PermissionSetArn: string;
RelayState?: string | null;
SessionDuration?: string | null;
}

§Properties

§
Description?: string | null
[src]
§
InstanceArn: string
[src]
§
PermissionSetArn: string
[src]
§
RelayState?: string | null
[src]
§
SessionDuration?: string | null
[src]