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

DescribeLoadBalancerPoliciesInput

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

Contains the parameters for DescribeLoadBalancerPolicies.

interface DescribeLoadBalancerPoliciesInput {
LoadBalancerName?: string | null;
PolicyNames?: string[] | null;
}

§Properties

§
LoadBalancerName?: string | null
[src]

The name of the load balancer.

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

The names of the policies.