type github.com/aws/aws-sdk-go/service/sts.GetCallerIdentityOutput

16 uses

	github.com/aws/aws-sdk-go/service/sts (current package)
		api.go#L957: func (c *STS) GetCallerIdentityRequest(input *GetCallerIdentityInput) (req *request.Request, output *GetCallerIdentityOutput) {
		api.go#L968: 	output = &GetCallerIdentityOutput{}
		api.go#L993: func (c *STS) GetCallerIdentity(input *GetCallerIdentityInput) (*GetCallerIdentityOutput, error) {
		api.go#L1007: func (c *STS) GetCallerIdentityWithContext(ctx aws.Context, input *GetCallerIdentityInput, opts ...request.Option) (*GetCallerIdentityOutput, error) {
		api.go#L2589: type GetCallerIdentityOutput struct {
		api.go#L2607: func (s GetCallerIdentityOutput) String() string {
		api.go#L2612: func (s GetCallerIdentityOutput) GoString() string {
		api.go#L2617: func (s *GetCallerIdentityOutput) SetAccount(v string) *GetCallerIdentityOutput {
		api.go#L2623: func (s *GetCallerIdentityOutput) SetArn(v string) *GetCallerIdentityOutput {
		api.go#L2629: func (s *GetCallerIdentityOutput) SetUserId(v string) *GetCallerIdentityOutput {

	github.com/aws/aws-sdk-go/service/sts/stsiface
		interface.go#L83: 	GetCallerIdentity(*sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error)
		interface.go#L84: 	GetCallerIdentityWithContext(aws.Context, *sts.GetCallerIdentityInput, ...request.Option) (*sts.GetCallerIdentityOutput, error)
		interface.go#L85: 	GetCallerIdentityRequest(*sts.GetCallerIdentityInput) (*request.Request, *sts.GetCallerIdentityOutput)