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

DelegatedService

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

Contains information about the Amazon Web Services service for which the account is a delegated administrator.

interface DelegatedService {
DelegationEnabledDate?: Date | number | null;
ServicePrincipal?: string | null;
}

§Properties

§
DelegationEnabledDate?: Date | number | null
[src]

The date that the account became a delegated administrator for this service.

§
ServicePrincipal?: string | null
[src]

The name of an Amazon Web Services service that can request an operation for the specified service. This is typically in the form of a URL, such as: _servicename_.amazonaws.com.