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

CreateMulticastGroupRequest

import type { CreateMulticastGroupRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface CreateMulticastGroupRequest {
ClientRequestToken?: string | null;
Description?: string | null;
Name?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]

Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.

§
Description?: string | null
[src]

The description of the multicast group.

§
Name?: string | null
[src]
§
Tags?: Tag[] | null
[src]