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

DescribeUserRequest

import type { DescribeUserRequest } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface DescribeUserRequest {
IdentityStoreId: string;
UserId: string;
}

§Properties

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.

§
UserId: string
[src]

The identifier for a user in the identity store.