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

UpdateHostedZoneCommentRequest

import type { UpdateHostedZoneCommentRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A request to update the comment for a hosted zone.

interface UpdateHostedZoneCommentRequest {
Comment?: string | null;
Id: string;
}

§Properties

§
Comment?: string | null
[src]

The new comment for the hosted zone. If you don't specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.

§
Id: string
[src]

The ID for the hosted zone that you want to update the comment for.