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

GetServiceSettingResult

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

The query result body of the GetServiceSetting API operation.

interface GetServiceSettingResult {
ServiceSetting?: ServiceSetting | null;
}

§Properties

§
ServiceSetting?: ServiceSetting | null
[src]

The query result of the current service setting.