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

23 uses

	github.com/aws/aws-sdk-go/service/sts (current package)
		api.go#L258: func (c *STS) AssumeRoleWithSAMLRequest(input *AssumeRoleWithSAMLInput) (req *request.Request, output *AssumeRoleWithSAMLOutput) {
		api.go#L266: 		input = &AssumeRoleWithSAMLInput{}
		api.go#L442: func (c *STS) AssumeRoleWithSAML(input *AssumeRoleWithSAMLInput) (*AssumeRoleWithSAMLOutput, error) {
		api.go#L456: func (c *STS) AssumeRoleWithSAMLWithContext(ctx aws.Context, input *AssumeRoleWithSAMLInput, opts ...request.Option) (*AssumeRoleWithSAMLOutput, error) {
		api.go#L1697: type AssumeRoleWithSAMLInput struct {
		api.go#L1795: func (s AssumeRoleWithSAMLInput) String() string {
		api.go#L1800: func (s AssumeRoleWithSAMLInput) GoString() string {
		api.go#L1805: func (s *AssumeRoleWithSAMLInput) Validate() error {
		api.go#L1849: func (s *AssumeRoleWithSAMLInput) SetDurationSeconds(v int64) *AssumeRoleWithSAMLInput {
		api.go#L1855: func (s *AssumeRoleWithSAMLInput) SetPolicy(v string) *AssumeRoleWithSAMLInput {
		api.go#L1861: func (s *AssumeRoleWithSAMLInput) SetPolicyArns(v []*PolicyDescriptorType) *AssumeRoleWithSAMLInput {
		api.go#L1867: func (s *AssumeRoleWithSAMLInput) SetPrincipalArn(v string) *AssumeRoleWithSAMLInput {
		api.go#L1873: func (s *AssumeRoleWithSAMLInput) SetRoleArn(v string) *AssumeRoleWithSAMLInput {
		api.go#L1879: func (s *AssumeRoleWithSAMLInput) SetSAMLAssertion(v string) *AssumeRoleWithSAMLInput {

	github.com/aws/aws-sdk-go/service/sts/stsiface
		interface.go#L67: 	AssumeRoleWithSAML(*sts.AssumeRoleWithSAMLInput) (*sts.AssumeRoleWithSAMLOutput, error)
		interface.go#L68: 	AssumeRoleWithSAMLWithContext(aws.Context, *sts.AssumeRoleWithSAMLInput, ...request.Option) (*sts.AssumeRoleWithSAMLOutput, error)
		interface.go#L69: 	AssumeRoleWithSAMLRequest(*sts.AssumeRoleWithSAMLInput) (*request.Request, *sts.AssumeRoleWithSAMLOutput)