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

CancelServiceInstanceDeploymentInput

import type { CancelServiceInstanceDeploymentInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface CancelServiceInstanceDeploymentInput {
serviceInstanceName: string;
serviceName: string;
}

§Properties

§
serviceInstanceName: string
[src]

The name of the service instance with the deployment to cancel.

§
serviceName: string
[src]

The name of the service with the service instance deployment to cancel.