Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessKeys ¶
type AccessKeys struct {
// contains filtered or unexported fields
}
func NewAccessKeys ¶
func NewAccessKeys(client accessKeysClient, logger logger) AccessKeys
func (AccessKeys) Delete ¶
func (k AccessKeys) Delete(userName string) error
type InstanceProfile ¶
type InstanceProfile struct {
// contains filtered or unexported fields
}
func NewInstanceProfile ¶
func NewInstanceProfile(client instanceProfilesClient, name *string, roles []*awsiam.Role, logger logger) InstanceProfile
func (InstanceProfile) Delete ¶
func (i InstanceProfile) Delete() error
func (InstanceProfile) Name ¶
func (i InstanceProfile) Name() string
func (InstanceProfile) Type ¶ added in v0.16.0
func (i InstanceProfile) Type() string
type InstanceProfiles ¶
type InstanceProfiles struct {
// contains filtered or unexported fields
}
func NewInstanceProfiles ¶
func NewInstanceProfiles(client instanceProfilesClient, logger logger) InstanceProfiles
func (InstanceProfiles) List ¶
func (i InstanceProfiles) List(filter string) ([]common.Deletable, error)
func (InstanceProfiles) Type ¶ added in v0.28.0
func (i InstanceProfiles) Type() string
type Policies ¶
type Policies struct {
// contains filtered or unexported fields
}
func NewPolicies ¶
func NewPolicies(client policiesClient, logger logger) Policies
type RolePolicies ¶
type RolePolicies struct {
// contains filtered or unexported fields
}
func NewRolePolicies ¶
func NewRolePolicies(client rolePoliciesClient, logger logger) RolePolicies
func (RolePolicies) Delete ¶
func (o RolePolicies) Delete(roleName string) error
type ServerCertificate ¶
type ServerCertificate struct {
// contains filtered or unexported fields
}
func NewServerCertificate ¶
func NewServerCertificate(client serverCertificatesClient, name *string) ServerCertificate
func (ServerCertificate) Delete ¶
func (s ServerCertificate) Delete() error
func (ServerCertificate) Name ¶
func (s ServerCertificate) Name() string
func (ServerCertificate) Type ¶ added in v0.16.0
func (s ServerCertificate) Type() string
type ServerCertificates ¶
type ServerCertificates struct {
// contains filtered or unexported fields
}
func NewServerCertificates ¶
func NewServerCertificates(client serverCertificatesClient, logger logger) ServerCertificates
func (ServerCertificates) List ¶
func (s ServerCertificates) List(filter string) ([]common.Deletable, error)
func (ServerCertificates) Type ¶ added in v0.28.0
func (s ServerCertificates) Type() string
type UserPolicies ¶
type UserPolicies struct {
// contains filtered or unexported fields
}
func NewUserPolicies ¶
func NewUserPolicies(client userPoliciesClient, logger logger) UserPolicies
func (UserPolicies) Delete ¶
func (o UserPolicies) Delete(userName string) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.