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

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;
}

§Properties

§
ApplicationName?: string | null
[src]
§
EnvironmentName?: string | null
[src]
§
Options?: OptionSpecification[] | null
[src]
§
PlatformArn?: string | null
[src]
§
SolutionStackName?: string | null
[src]
§
TemplateName?: string | null
[src]