Versions in this module Expand all Collapse all v0 v0.0.5 Mar 6, 2023 v0.0.4 Mar 3, 2023 Changes in this version + type AWSConfigurator interface + LoadConfigBytes func() ([]byte, error) + LoadIntoJson func(dest interface{}) error + LoadIntoYaml func(dest interface{}) error + Prepare func(ctx context.Context) error + Reader func() (io.Reader, error) + func NewClient(options *Options) (AWSConfigurator, error) + type Options struct + AccessKeyID string + ApplicationID string + CredentialsInEnv bool + EnvironmentID string + PollingInterval int64 + Profile string + Region string + SecretAccessKey string + Token string