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

DescribeBlueGreenDeploymentsResponse

import type { DescribeBlueGreenDeploymentsResponse } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface DescribeBlueGreenDeploymentsResponse {
BlueGreenDeployments: BlueGreenDeployment[];
Marker?: string | null;
}

§Properties

§
BlueGreenDeployments: BlueGreenDeployment[]
[src]

Contains a list of blue/green deployments for the user.

§
Marker?: string | null
[src]

A pagination token that can be used in a later DescribeBlueGreenDeployments request.