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

AccountAssignmentOperationStatusMetadata

import type { AccountAssignmentOperationStatusMetadata } from "https://aws-api.deno.dev/v0.4/services/ssoadmin.ts?docs=full";

Provides information about the "AccountAssignment" creation request.

interface AccountAssignmentOperationStatusMetadata {
CreatedDate?: Date | number | null;
RequestId?: string | null;
Status?: StatusValues | null;
}

§Properties

§
CreatedDate?: Date | number | null
[src]

The date that the permission set was created.

§
RequestId?: string | null
[src]

The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.

§
Status?: StatusValues | null
[src]

The status of the permission set provisioning process.