Module

x/aws_api/client/endpoints.ts>AwsEndpointResolver

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
class AwsEndpointResolver
implements EndpointResolver
import { AwsEndpointResolver } from "https://dotland.deno.dev/x/aws_api@v0.5.0/client/endpoints.ts";

The default resolver, designed specifically for Amazon AWS. A couple options provide for:

  • disabling IPv4/IPv6 dualstack (which is only available for S3 & EC2)
  • forcing regional endpoints (disabling the global endpoint logic) Otherwise, the URL used is determined fully automatically. The provided region is used to select the AWS partition endpoint.

Constructors

new
AwsEndpointResolver(unnamed 0?)

Properties

forceRegional: boolean
useDualstack: boolean