stub

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IAM

type IAM struct {
	iamiface.IAMAPI
	PathPrefix string
	Users      []*iam.User
	Roles      []*iam.Role
}

func NewIAM

func NewIAM() *IAM

func (*IAM) ListRoleTags

func (i *IAM) ListRoleTags(input *iam.ListRoleTagsInput) (output *iam.ListRoleTagsOutput, err error)

func (*IAM) ListRoles

func (i *IAM) ListRoles(input *iam.ListRolesInput) (output *iam.ListRolesOutput, err error)

func (*IAM) ListUserTags

func (i *IAM) ListUserTags(input *iam.ListUserTagsInput) (output *iam.ListUserTagsOutput, err error)

func (*IAM) ListUsers

func (i *IAM) ListUsers(input *iam.ListUsersInput) (output *iam.ListUsersOutput, err error)

type SSM

type SSM struct {
	ssmiface.SSMAPI
	Contents map[string]string
}

func NewSSM

func NewSSM() *SSM

func (*SSM) GetParameter

func (s *SSM) GetParameter(input *ssm.GetParameterInput) (output *ssm.GetParameterOutput, err error)

type STS

type STS struct {
	stsiface.STSAPI
	AccountID string
}

func NewSTS

func NewSTS() *STS

func (*STS) GetCallerIdentity

func (s *STS) GetCallerIdentity(_ *sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL