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

DescribeGroupRequest

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

§Properties

§
GroupId: string
[src]

The identifier for a group in the identity store.

§
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.