Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Hierarchy

  • EndpointURL

Properties

authority: string

The authority is the host and optional port component of the URL.

isIp: boolean

A boolean indicating whether the authority is an IP address.

normalizedPath: string

The parsed path segment of the URL. This value is guranteed to start and end with a "/".

path: string

The parsed path segment of the URL. This value is as-is as provided by the user.

The URL scheme such as http or https.