configsources – github.com/aws/aws-sdk-go-v2/internal/configsources Index | Files

package configsources

import "github.com/aws/aws-sdk-go-v2/internal/configsources"

Index

Functions

func ResolveEnableEndpointDiscovery

func ResolveEnableEndpointDiscovery(ctx context.Context, configs []interface{}) (value aws.EndpointDiscoveryEnableState, found bool, err error)

ResolveEnableEndpointDiscovery extracts the first instance of a EnableEndpointDiscoveryProvider from the config slice. Additionally returns a aws.EndpointDiscoveryEnableState to indicate if the value was found in provided configs, and error if one is encountered.

Types

type EnableEndpointDiscoveryProvider

type EnableEndpointDiscoveryProvider interface {
	GetEnableEndpointDiscovery(ctx context.Context) (value aws.EndpointDiscoveryEnableState, found bool, err error)
}

EnableEndpointDiscoveryProvider is an interface for retrieving external configuration value for Enable Endpoint Discovery

Source Files

config.go go_module_metadata.go

Version
v1.0.2
Published
Aug 4, 2021
Platform
js/wasm
Imports
2 packages
Last checked
now

Tools for package owners.