type github.com/aws/aws-sdk-go/aws.LogLevelType

15 uses

	github.com/aws/aws-sdk-go/aws (current package)
		config.go#L83: 	LogLevel *LogLevelType
		config.go#L358: func (c *Config) WithLogLevel(level LogLevelType) *Config {
		logger.go#L10: type LogLevelType uint
		logger.go#L14: func LogLevel(l LogLevelType) *LogLevelType {
		logger.go#L20: func (l *LogLevelType) Value() LogLevelType {
		logger.go#L30: func (l *LogLevelType) Matches(v LogLevelType) bool {
		logger.go#L38: func (l *LogLevelType) AtLeast(v LogLevelType) bool {
		logger.go#L46: 	LogOff LogLevelType = iota * 0x1000
		logger.go#L58: 	LogDebugWithSigning LogLevelType = LogDebug | (1 << iota)

	github.com/aws/aws-sdk-go/aws/request
		request.go#L200: func WithLogLevel(l aws.LogLevelType) Option {

	github.com/aws/aws-sdk-go/aws/signer/v4
		v4.go#L169: 	Debug aws.LogLevelType