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

RebootBrokerRequest

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

Reboots a node.

interface RebootBrokerRequest {
BrokerIds: string[];
ClusterArn: string;
}

§Properties

§
BrokerIds: string[]
[src]

The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.

§
ClusterArn: string
[src]

The Amazon Resource Name (ARN) of the cluster to be updated.