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

DescribeRdsDbInstancesRequest

import type { DescribeRdsDbInstancesRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface DescribeRdsDbInstancesRequest {
RdsDbInstanceArns?: string[] | null;
StackId: string;
}

§Properties

§
RdsDbInstanceArns?: string[] | null
[src]

An array containing the ARNs of the instances to be described.

§
StackId: string
[src]

The ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.