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

ServiceSetting

import type { ServiceSetting } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface ServiceSetting {
ARN?: string | null;
LastModifiedDate?: Date | number | null;
LastModifiedUser?: string | null;
SettingId?: string | null;
SettingValue?: string | null;
Status?: string | null;
}

§Properties

§
ARN?: string | null
[src]
§
LastModifiedDate?: Date | number | null
[src]
§
LastModifiedUser?: string | null
[src]
§
SettingId?: string | null
[src]
§
SettingValue?: string | null
[src]
§
Status?: string | null
[src]