MCPcopy Create free account
hub / github.com/coldbrewcloud/coldbrew-cli / IAM

Method IAM

aws/client.go:78–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (c *Client) IAM() *iam.Client {
79 if c.iamClient == nil {
80 c.iamClient = iam.New(c.session, c.config)
81 }
82 return c.iamClient
83}
84
85func (c *Client) SNS() *sns.Client {
86 if c.snsClient == nil {

Callers 8

RunMethod · 0.80
isClusterAvailableMethod · 0.80
deleteECSServiceRoleMethod · 0.80
RunMethod · 0.80
createECSServiceRoleMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected