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

ServiceDetail

import type { ServiceDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ServiceDetail {
AcceptanceRequired?: boolean | null;
AvailabilityZones: string[];
BaseEndpointDnsNames: string[];
ManagesVpcEndpoints?: boolean | null;
Owner?: string | null;
PrivateDnsName?: string | null;
PrivateDnsNames: PrivateDnsDetails[];
PrivateDnsNameVerificationState?: DnsNameState | null;
ServiceId?: string | null;
ServiceName?: string | null;
ServiceType: ServiceTypeDetail[];
Tags: Tag[];
VpcEndpointPolicySupported?: boolean | null;
}

§Properties

§
AcceptanceRequired?: boolean | null
[src]
§
AvailabilityZones: string[]
[src]
§
BaseEndpointDnsNames: string[]
[src]
§
ManagesVpcEndpoints?: boolean | null
[src]
§
Owner?: string | null
[src]
§
PrivateDnsName?: string | null
[src]
§
PrivateDnsNames: PrivateDnsDetails[]
[src]
§
PrivateDnsNameVerificationState?: DnsNameState | null
[src]
§
ServiceId?: string | null
[src]
§
ServiceName?: string | null
[src]
§
Tags: Tag[]
[src]
§
VpcEndpointPolicySupported?: boolean | null
[src]