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

DeleteBlueGreenDeploymentRequest

import type { DeleteBlueGreenDeploymentRequest } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface DeleteBlueGreenDeploymentRequest {
BlueGreenDeploymentIdentifier: string;
DeleteTarget?: boolean | null;
}

§Properties

§
BlueGreenDeploymentIdentifier: string
[src]

The blue/green deployment identifier of the deployment to be deleted. This parameter isn't case-sensitive.

Constraints:

  • Must match an existing blue/green deployment identifier.
§
DeleteTarget?: boolean | null
[src]

A value that indicates whether to delete the resources in the green environment. You can't specify this option if the blue/green deployment status is SWITCHOVER_COMPLETED.