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

ConformancePackDetail

import type { ConformancePackDetail } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";
interface ConformancePackDetail {
ConformancePackArn: string;
ConformancePackId: string;
ConformancePackInputParameters?: ConformancePackInputParameter[] | null;
ConformancePackName: string;
CreatedBy?: string | null;
DeliveryS3Bucket?: string | null;
DeliveryS3KeyPrefix?: string | null;
LastUpdateRequestedTime?: Date | number | null;
}

§Properties

§
ConformancePackArn: string
[src]
§
ConformancePackId: string
[src]
§
ConformancePackInputParameters?: ConformancePackInputParameter[] | null
[src]
§
ConformancePackName: string
[src]
§
CreatedBy?: string | null
[src]
§
DeliveryS3Bucket?: string | null
[src]
§
DeliveryS3KeyPrefix?: string | null
[src]
§
LastUpdateRequestedTime?: Date | number | null
[src]