package defaults
import "github.com/google/cadvisor/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/defaults"
Package defaults is a collection of helpers to retrieve the SDK's default configuration and handlers.
Generally this package shouldn't be used directly, but session.Session instead. This package is useful when you need to reset the defaults of a session or service client to the SDK defaults before setting additional parameters.
Index ¶
- func Config() *aws.Config
- func CredChain(cfg *aws.Config, handlers request.Handlers) *credentials.Credentials
- func Handlers() request.Handlers
- type Defaults
Functions ¶
func Config ¶
Config returns the default configuration without credentials. To retrieve a config with credentials also included use `defaults.Get().Config` instead.
Generally you shouldn't need to use this method directly, but is available if you need to reset the configuration of an existing service client or session.
func CredChain ¶
func CredChain(cfg *aws.Config, handlers request.Handlers) *credentials.Credentials
CredChain returns the default credential chain.
Generally you shouldn't need to use this method directly, but is available if you need to reset the credentials of an existing service client or session's Config.
func Handlers ¶
Handlers returns the default request handlers.
Generally you shouldn't need to use this method directly, but is available if you need to reset the request handlers of an existing service client or session.
Types ¶
type Defaults ¶
A Defaults provides a collection of default values for SDK clients.
func Get ¶
func Get() Defaults
Get returns the SDK's default values with Config and handlers pre-configured.
Source Files ¶
- Version
- v0.23.1
- Published
- May 12, 2016
- Platform
- linux/amd64
- Imports
- 10 packages
- Last checked
- 40 minutes ago –
Tools for package owners.