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

CreateDeploymentRequest

import type { CreateDeploymentRequest } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";
interface CreateDeploymentRequest {
AmznClientToken?: string | null;
DeploymentId?: string | null;
DeploymentType: DeploymentType;
GroupId: string;
GroupVersionId?: string | null;
}

§Properties

§
AmznClientToken?: string | null
[src]

A client token used to correlate requests and responses.

§
DeploymentId?: string | null
[src]

The ID of the deployment if you wish to redeploy a previous deployment.

§
DeploymentType: DeploymentType
[src]

The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.

§
GroupId: string
[src]

The ID of the Greengrass group.

§
GroupVersionId?: string | null
[src]

The ID of the group version to be deployed.