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

UpdateBrokerStorageRequest

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

§Properties

§
ClusterArn: string
[src]

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

§
CurrentVersion: string
[src]

The version of cluster to update from. A successful operation will then generate a new version.

§
TargetBrokerEBSVolumeInfo: BrokerEBSVolumeInfo[]
[src]

Describes the target volume size and the ID of the broker to apply the update to.