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

UpdateIAMPolicyAssignmentRequest

import type { UpdateIAMPolicyAssignmentRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface UpdateIAMPolicyAssignmentRequest {
AssignmentName: string;
AssignmentStatus?: AssignmentStatus | null;
AwsAccountId: string;
Identities?: {
[key: string]: string[] | null | undefined;
}
| null;
Namespace: string;
PolicyArn?: string | null;
}

§Properties

§
AssignmentName: string
[src]
§
AssignmentStatus?: AssignmentStatus | null
[src]
§
AwsAccountId: string
[src]
§
Identities?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
Namespace: string
[src]
§
PolicyArn?: string | null
[src]