func github.com/aws/aws-sdk-go/aws.String
28 uses
github.com/aws/aws-sdk-go/aws (current package)
convert_types.go#L6: func String(v string) *string {
github.com/aws/aws-sdk-go/aws/credentials/stscreds
assume_role_provider.go#L313: RoleArn: aws.String(p.RoleARN),
assume_role_provider.go#L314: RoleSessionName: aws.String(p.RoleSessionName),
assume_role_provider.go#L333: input.TokenCode = aws.String(code)
web_identity_provider.go#L132: WebIdentityToken: aws.String(string(b)),
github.com/aws/aws-sdk-go/aws/csm
metric.go#L92: m.AWSException = aws.String(te.exception)
metric.go#L93: m.AWSExceptionMessage = aws.String(te.message)
metric.go#L95: m.SDKException = aws.String(te.exception)
metric.go#L96: m.SDKExceptionMessage = aws.String(te.message)
metric.go#L103: m.FinalAWSException = aws.String(te.exception)
metric.go#L104: m.FinalAWSExceptionMessage = aws.String(te.message)
metric.go#L106: m.FinalSDKException = aws.String(te.exception)
metric.go#L107: m.FinalSDKExceptionMessage = aws.String(te.message)
reporter.go#L58: ClientID: aws.String(rep.clientID),
reporter.go#L59: API: aws.String(r.Operation.Name),
reporter.go#L60: Service: aws.String(r.ClientInfo.ServiceID),
reporter.go#L62: UserAgent: aws.String(r.HTTPRequest.Header.Get("User-Agent")),
reporter.go#L64: Type: aws.String("ApiCallAttempt"),
reporter.go#L67: XAmzRequestID: aws.String(r.RequestID),
reporter.go#L70: AccessKey: aws.String(creds.AccessKeyID),
reporter.go#L112: ClientID: aws.String(rep.clientID),
reporter.go#L113: API: aws.String(r.Operation.Name),
reporter.go#L114: Service: aws.String(r.ClientInfo.ServiceID),
reporter.go#L116: UserAgent: aws.String(r.HTTPRequest.Header.Get("User-Agent")),
reporter.go#L117: Type: aws.String("ApiCall"),
reporter.go#L121: XAmzRequestID: aws.String(r.RequestID),
github.com/aws/aws-sdk-go/aws/session
credentials.go#L221: opt.ExternalID = aws.String(sharedCfg.ExternalID)
credentials.go#L226: opt.SerialNumber = aws.String(sharedCfg.MFASerial)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |