Versions in this module Expand all Collapse all v0 v0.2.0 Apr 11, 2019 Changes in this version + type MockIAMClient struct + MockCreatePolicyAndAttach func(username string, policyName string, policyDocument string) (string, error) + MockCreateUser func(username string) (*iam.AccessKey, error) + MockDeletePolicyAndDetach func(username string, policyName string) error + MockDeleteUser func(username string) error + MockGetPolicyVersion func(username string) (string, error) + MockUpdatePolicy func(username string, policyDocument string) (string, error) + func (m *MockIAMClient) CreatePolicyAndAttach(username string, policyName string, policyDocument string) (string, error) + func (m *MockIAMClient) CreateUser(username string) (*iam.AccessKey, error) + func (m *MockIAMClient) DeletePolicyAndDetach(username string, policyName string) error + func (m *MockIAMClient) DeleteUser(username string) error + func (m *MockIAMClient) GetPolicyVersion(username string) (string, error) + func (m *MockIAMClient) UpdatePolicy(username string, policyDocument string) (string, error)