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

DescribeScalingParametersRequest

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

Container for the parameters to the "DescribeScalingParameters" operation. Specifies the name of the domain you want to describe.

interface DescribeScalingParametersRequest {
DomainName: string;
}

§Properties

§
DomainName: string
[src]