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

CreateGroupVersionRequest

import type { CreateGroupVersionRequest } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface CreateGroupVersionRequest {
AmznClientToken?: string | null;
ConnectorDefinitionVersionArn?: string | null;
CoreDefinitionVersionArn?: string | null;
DeviceDefinitionVersionArn?: string | null;
FunctionDefinitionVersionArn?: string | null;
GroupId: string;
LoggerDefinitionVersionArn?: string | null;
ResourceDefinitionVersionArn?: string | null;
SubscriptionDefinitionVersionArn?: string | null;
}

§Properties

§
AmznClientToken?: string | null
[src]

A client token used to correlate requests and responses.

§
ConnectorDefinitionVersionArn?: string | null
[src]

The ARN of the connector definition version for this group.

§
CoreDefinitionVersionArn?: string | null
[src]

The ARN of the core definition version for this group.

§
DeviceDefinitionVersionArn?: string | null
[src]

The ARN of the device definition version for this group.

§
FunctionDefinitionVersionArn?: string | null
[src]

The ARN of the function definition version for this group.

§
GroupId: string
[src]

The ID of the Greengrass group.

§
LoggerDefinitionVersionArn?: string | null
[src]

The ARN of the logger definition version for this group.

§
ResourceDefinitionVersionArn?: string | null
[src]

The ARN of the resource definition version for this group.

§
SubscriptionDefinitionVersionArn?: string | null
[src]

The ARN of the subscription definition version for this group.