AWSEndpointDiscovery
public struct AWSEndpointDiscovery
Helper object holding endpoint storage and closure used to discover endpoint
-
Declaration
Swift
public init(storage: AWSEndpointStorage, discover: @escaping (Logger, EventLoop) -> EventLoopFuture<AWSEndpoints>, required: Bool)