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

UpdateElasticIpRequest

import type { UpdateElasticIpRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface UpdateElasticIpRequest {
ElasticIp: string;
Name?: string | null;
}

§Properties

§
ElasticIp: string
[src]

The IP address for which you want to update the name.

§
Name?: string | null
[src]

The new name.