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

CreateGroupResponse

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

§Properties

§
GroupId: string
[src]

The identifier of the newly created group in the identity store.

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store.