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

BlueGreenDeploymentTask

import type { BlueGreenDeploymentTask } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

Contains the details about a task for a blue/green deployment.

For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

interface BlueGreenDeploymentTask {
Name?: string | null;
Status?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the blue/green deployment task.

§
Status?: string | null
[src]

The status of the blue/green deployment task.

Values:

  • PENDING - The resources are being prepared for deployment.
  • IN_PROGRESS - The resource is being deployed.
  • COMPLETED - The resource has been deployed.
  • FAILED - Deployment of the resource failed.