type github.com/aws/aws-sdk-go/service/sts.GetSessionTokenInput
17 uses
github.com/aws/aws-sdk-go/service/sts (current package)
api.go#L1229: func (c *STS) GetSessionTokenRequest(input *GetSessionTokenInput) (req *request.Request, output *GetSessionTokenOutput) {
api.go#L1237: input = &GetSessionTokenInput{}
api.go#L1313: func (c *STS) GetSessionToken(input *GetSessionTokenInput) (*GetSessionTokenOutput, error) {
api.go#L1327: func (c *STS) GetSessionTokenWithContext(ctx aws.Context, input *GetSessionTokenInput, opts ...request.Option) (*GetSessionTokenOutput, error) {
api.go#L2895: type GetSessionTokenInput struct {
api.go#L2931: func (s GetSessionTokenInput) String() string {
api.go#L2936: func (s GetSessionTokenInput) GoString() string {
api.go#L2941: func (s *GetSessionTokenInput) Validate() error {
api.go#L2960: func (s *GetSessionTokenInput) SetDurationSeconds(v int64) *GetSessionTokenInput {
api.go#L2966: func (s *GetSessionTokenInput) SetSerialNumber(v string) *GetSessionTokenInput {
api.go#L2972: func (s *GetSessionTokenInput) SetTokenCode(v string) *GetSessionTokenInput {
github.com/aws/aws-sdk-go/service/sts/stsiface
interface.go#L91: GetSessionToken(*sts.GetSessionTokenInput) (*sts.GetSessionTokenOutput, error)
interface.go#L92: GetSessionTokenWithContext(aws.Context, *sts.GetSessionTokenInput, ...request.Option) (*sts.GetSessionTokenOutput, error)
interface.go#L93: GetSessionTokenRequest(*sts.GetSessionTokenInput) (*request.Request, *sts.GetSessionTokenOutput)
 |
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. |