package transport
import "github.com/aws/smithy-go/endpoints"
Index ¶
Types ¶
type Endpoint ¶
type Endpoint struct {
// The complete URL minimally specifying the scheme and host.
// May optionally specify the port and base path component.
URI url.URL
// An optional set of headers to be sent using transport layer headers.
Headers http.Header
// A grab-bag property map of endpoint attributes. The
// values present here are subject to change, or being add/removed at any
// time.
Properties smithy.Properties
}
Endpoint is the endpoint object returned by Endpoint resolution V2
Source Files ¶
Directories ¶
| Path | Synopsis |
|---|---|
| endpoints/private | |
| endpoints/private/rulesfn |
- Version
- v1.22.5 (latest)
- Published
- Jul 24, 2025
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 9 months ago –
Tools for package owners.