Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Awskit.EndpointSourceAWS service endpoint configuration.
AWS service endpoint.
Endpoint values are pure configuration. Runtime adapters use them when constructing transport requests.
Parsed endpoint without a path. Use request targets for service-specific paths and query strings.
Create an endpoint from structured parts. host must be non-empty and must not include a scheme, path, or port.
Like create, but raises Invalid_argument on validation failure.
Parse an http:// or https:// endpoint URL. Paths and queries are not accepted because service packages construct those per request.
Like of_string, but raises Invalid_argument on validation failure.