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

DecreaseReplicationFactorRequest

import type { DecreaseReplicationFactorRequest } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface DecreaseReplicationFactorRequest {
AvailabilityZones?: string[] | null;
ClusterName: string;
NewReplicationFactor: number;
NodeIdsToRemove?: string[] | null;
}

§Properties

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

The Availability Zone(s) from which to remove nodes.

§
ClusterName: string
[src]

The name of the DAX cluster from which you want to remove nodes.

§
NewReplicationFactor: number
[src]

The new number of nodes for the DAX cluster.

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

The unique identifiers of the nodes to be removed from the cluster.