(ctx context.Context, input *sts.GetCallerIdentityInput, opts ...request.Option)
| 62 | // STSAPI defines the interface for STS operations |
| 63 | type STSAPI interface { |
| 64 | GetCallerIdentityWithContext(ctx context.Context, input *sts.GetCallerIdentityInput, opts ...request.Option) (*sts.GetCallerIdentityOutput, error) |
| 65 | } |
| 66 | |
| 67 | // ClientFactory creates and manages AWS service clients |