DescribeConfigurationOptionsMessage
import type { DescribeConfigurationOptionsMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticbeanstalk.ts";interface DescribeConfigurationOptionsMessage {
ApplicationName?: string | null;
EnvironmentName?: string | null;
Options?: OptionSpecification[] | null;
PlatformArn?: string | null;
SolutionStackName?: string | null;
TemplateName?: string | null;
}