func github.com/aws/aws-sdk-go/aws.Int

9 uses

	github.com/aws/aws-sdk-go/aws (current package)
		convert_types.go#L124: func Int(v int) *int {

	github.com/aws/aws-sdk-go/aws/csm
		reporter.go#L65: 		Version:   aws.Int(1),
		reporter.go#L69: 		AttemptLatency: aws.Int(int(now.Sub(r.AttemptTime).Nanoseconds() / int64(time.Millisecond))),
		reporter.go#L74: 		m.HTTPStatusCode = aws.Int(r.HTTPResponse.StatusCode)
		reporter.go#L118: 		AttemptCount:       aws.Int(r.RetryCount + 1),
		reporter.go#L120: 		Latency:            aws.Int(int(time.Since(r.Time) / time.Millisecond)),
		reporter.go#L122: 		MaxRetriesExceeded: aws.Int(boolIntValue(r.RetryCount >= r.MaxRetries())),
		reporter.go#L126: 		m.FinalHTTPStatusCode = aws.Int(r.HTTPResponse.StatusCode)

	github.com/aws/aws-sdk-go/aws/ec2metadata
		service.go#L94: 		cfg.MaxRetries = aws.Int(2)