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

ServiceChange

import type { ServiceChange } from "https://aws-api.deno.dev/v0.3/services/servicediscovery.ts?docs=full";

A complex type that contains changes to an existing service.

interface ServiceChange {
Description?: string | null;
DnsConfig?: DnsConfigChange | null;
HealthCheckConfig?: HealthCheckConfig | null;
}

§Properties

§
Description?: string | null
[src]

A description for the service.

§
DnsConfig?: DnsConfigChange | null
[src]

Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

§
HealthCheckConfig?: HealthCheckConfig | null
[src]

Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.