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

DeleteDeploymentConfigInput

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

Represents the input of a DeleteDeploymentConfig operation.

interface DeleteDeploymentConfigInput {
deploymentConfigName: string;
}

§Properties

§
deploymentConfigName: string
[src]

The name of a deployment configuration associated with the IAM user or AWS account.