Documentation
¶
Index ¶
- func IsEntityAlreadyExistsErr(err error) bool
- func IsNoSuchEntityErr(err error) bool
- type Client
- func (c *Client) CreateRole(name, assumeRolePolicy string, tags []common.Tag) (string, error)
- func (c *Client) DeleteRole(name string) error
- func (c *Client) DeleteRolePolicy(roleName, policyName string) error
- func (c *Client) GetRole(name string) (string, error)
- func (c *Client) PutRolePolicy(roleName, policyName, policyDocument string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNoSuchEntityErr ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(httpCtx core.HTTPContext, credentials *aws.Credentials) *Client
func (*Client) CreateRole ¶
func (*Client) DeleteRole ¶
func (*Client) DeleteRolePolicy ¶
func (*Client) PutRolePolicy ¶
Click to show internal directories.
Click to hide internal directories.