type github.com/aws/aws-sdk-go/service/sts/stsiface.STSAPI
5 uses
github.com/aws/aws-sdk-go/service/sts/stsiface (current package)
interface.go#L62: type STSAPI interface {
interface.go#L96: var _ STSAPI = (*sts.STS)(nil)
github.com/aws/aws-sdk-go/aws/credentials/stscreds
web_identity_provider.go#L68: client stsiface.STSAPI
web_identity_provider.go#L85: func NewWebIdentityRoleProvider(svc stsiface.STSAPI, roleARN, roleSessionName, path string) *WebIdentityRoleProvider {
web_identity_provider.go#L91: func NewWebIdentityRoleProviderWithToken(svc stsiface.STSAPI, roleARN, roleSessionName string, tokenFetcher TokenFetcher) *WebIdentityRoleProvider {
![]() |
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. |