Home
last modified time | relevance | path

Searched refs:awssts (Results 1 – 5 of 5) sorted by relevance

/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/genevieve/leftovers/aws/ec2/
H A Dimages.go8 awssts "github.com/aws/aws-sdk-go/service/sts" packageName
18 GetCallerIdentity(*awssts.GetCallerIdentityInput) (*awssts.GetCallerIdentityOutput, error)
38 caller, err := i.stsClient.GetCallerIdentity(&awssts.GetCallerIdentityInput{})
H A Dsnapshots.go9 awssts "github.com/aws/aws-sdk-go/service/sts" packageName
33 caller, err := s.stsClient.GetCallerIdentity(&awssts.GetCallerIdentityInput{})
H A Dimages_test.go8 awssts "github.com/aws/aws-sdk-go/service/sts" packageName
42 stsClient.GetCallerIdentityCall.Returns.Output = &awssts.GetCallerIdentityOutput{
H A Dsnapshots_test.go8 awssts "github.com/aws/aws-sdk-go/service/sts" packageName
43 stsClient.GetCallerIdentityCall.Returns.Output = &awssts.GetCallerIdentityOutput{
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/genevieve/leftovers/aws/
H A Dleftovers.go19 awssts "github.com/aws/aws-sdk-go/service/sts" packageName
76 stsClient := awssts.New(sess)