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

ResetDeploymentsRequest

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

Information needed to reset deployments.

interface ResetDeploymentsRequest {
AmznClientToken?: string | null;
Force?: boolean | null;
GroupId: string;
}

§Properties

§
AmznClientToken?: string | null
[src]

A client token used to correlate requests and responses.

§
Force?: boolean | null
[src]

If true, performs a best-effort only core reset.

§
GroupId: string
[src]

The ID of the Greengrass group.