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

LinkedService

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

If a health check or hosted zone was created by another service, LinkedService is a complex type that describes the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

interface LinkedService {
Description?: string | null;
ServicePrincipal?: string | null;
}

§Properties

§
Description?: string | null
[src]

If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

§
ServicePrincipal?: string | null
[src]

If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.