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

CreateSubscriptionDefinitionVersionRequest

import type { CreateSubscriptionDefinitionVersionRequest } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface CreateSubscriptionDefinitionVersionRequest {
AmznClientToken?: string | null;
SubscriptionDefinitionId: string;
Subscriptions?: Subscription[] | null;
}

§Properties

§
AmznClientToken?: string | null
[src]

A client token used to correlate requests and responses.

§
SubscriptionDefinitionId: string
[src]

The ID of the subscription definition.

§
Subscriptions?: Subscription[] | null
[src]

A list of subscriptions.