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

CreateGroupRequest

import type { CreateGroupRequest } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface CreateGroupRequest {
AmznClientToken?: string | null;
InitialVersion?: GroupVersion | null;
Name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AmznClientToken?: string | null
[src]

A client token used to correlate requests and responses.

§
InitialVersion?: GroupVersion | null
[src]

Information about the initial version of the group.

§
Name: string
[src]

The name of the group.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tag(s) to add to the new resource.