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

AccountAssignmentOperationStatus

import type { AccountAssignmentOperationStatus } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssoadmin.ts";
interface AccountAssignmentOperationStatus {
CreatedDate?: Date | number | null;
FailureReason?: string | null;
PermissionSetArn?: string | null;
PrincipalId?: string | null;
PrincipalType?: PrincipalType | null;
RequestId?: string | null;
Status?: StatusValues | null;
TargetId?: string | null;
TargetType?: TargetType | null;
}

§Properties

§
CreatedDate?: Date | number | null
[src]
§
FailureReason?: string | null
[src]
§
PermissionSetArn?: string | null
[src]
§
PrincipalId?: string | null
[src]
§
PrincipalType?: PrincipalType | null
[src]
§
RequestId?: string | null
[src]
§
Status?: StatusValues | null
[src]
§
TargetId?: string | null
[src]
§
TargetType?: TargetType | null
[src]