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

UpdateScalingParametersRequest

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

Container for the parameters to the "UpdateScalingParameters" operation. Specifies the name of the domain you want to update and the scaling parameters you want to configure.

interface UpdateScalingParametersRequest {
DomainName: string;
ScalingParameters: ScalingParameters;
}

§Properties

§
DomainName: string
[src]
§
ScalingParameters: ScalingParameters
[src]