DecreaseNodeGroupsInGlobalReplicationGroupMessage
import type { DecreaseNodeGroupsInGlobalReplicationGroupMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";interface DecreaseNodeGroupsInGlobalReplicationGroupMessage {
ApplyImmediately: boolean;
GlobalNodeGroupsToRemove?: string[] | null;
GlobalNodeGroupsToRetain?: string[] | null;
GlobalReplicationGroupId: string;
NodeGroupCount: number;
}