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

UpdateClusterVersionRequest

import type { UpdateClusterVersionRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface UpdateClusterVersionRequest {
clientRequestToken?: string | null;
name: string;
version: string;
}

§Properties

§
clientRequestToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
name: string
[src]

The name of the Amazon EKS cluster to update.

§
version: string
[src]

The desired Kubernetes version following a successful update.