ListManagedEndpoints
Source:
src/AWS/EMRContainers/ListManagedEndpoints.ts
Runtime binding for emr-containers:ListManagedEndpoints.
Lists managed endpoints (EMR Studio gateways) on the bound
VirtualCluster, optionally filtered by state or type. The virtual
cluster ID is injected from the binding. Provide the implementation with
Effect.provide(AWS.EMRContainers.ListManagedEndpointsHttp).
Managed Endpoints
Section titled “Managed Endpoints”// initconst listManagedEndpoints = yield* AWS.EMRContainers.ListManagedEndpoints(virtualCluster);
// runtimeconst { endpoints } = yield* listManagedEndpoints({ states: ["ACTIVE"] });