PutConformancePackRequest
import type { PutConformancePackRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";interface PutConformancePackRequest {
ConformancePackInputParameters?: ConformancePackInputParameter[] | null;
ConformancePackName: string;
DeliveryS3Bucket?: string | null;
DeliveryS3KeyPrefix?: string | null;
TemplateBody?: string | null;
TemplateS3Uri?: string | null;
}