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

GroupVersion

import type { GroupVersion } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";

Information about a group version.

interface GroupVersion {
ConnectorDefinitionVersionArn?: string | null;
CoreDefinitionVersionArn?: string | null;
DeviceDefinitionVersionArn?: string | null;
FunctionDefinitionVersionArn?: string | null;
LoggerDefinitionVersionArn?: string | null;
ResourceDefinitionVersionArn?: string | null;
SubscriptionDefinitionVersionArn?: string | null;
}

§Properties

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

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