InputSecurityGroup
import type { InputSecurityGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/medialive.ts";interface InputSecurityGroup {
Arn?: string | null;
Id?: string | null;
Inputs?: string[] | null;
State?: InputSecurityGroupState | null;
Tags?: {} | null;
[key: string]: string | null | undefined;
WhitelistRules?: InputWhitelistRule[] | null;
}