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

UpdateBrokerTypeRequest

import type { UpdateBrokerTypeRequest } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface UpdateBrokerTypeRequest {
ClusterArn: string;
CurrentVersion: string;
TargetInstanceType: string;
}

§Properties

§
ClusterArn: string
[src]

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

§
CurrentVersion: string
[src]

The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.

§
TargetInstanceType: string
[src]

The Amazon MSK broker type that you want all of the brokers in this cluster to be.