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

DescribeLoadBalancerPolicyTypesInput

import type { DescribeLoadBalancerPolicyTypesInput } from "https://aws-api.deno.dev/v0.3/services/elb.ts?docs=full";

Contains the parameters for DescribeLoadBalancerPolicyTypes.

interface DescribeLoadBalancerPolicyTypesInput {
PolicyTypeNames?: string[] | null;
}

§Properties

§
PolicyTypeNames?: string[] | null
[src]

The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.