Documentation ¶
Index ¶
- type PolicyManager
- type RoleManager
- func (_m *RoleManager) CreateRoleWithPolicy(input *rolemanager.CreateRoleWithPolicyInput) (*rolemanager.CreateRoleWithPolicyOutput, error)
- func (_m *RoleManager) DestroyRoleWithPolicy(input *rolemanager.DestroyRoleWithPolicyInput) (*rolemanager.DestroyRoleWithPolicyOutput, *errors.MultiError)
- func (_m *RoleManager) SetIAMClient(iamClient awsiface.IAM)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyManager ¶
PolicyManager is an autogenerated mock type for the PolicyManager type
func (*PolicyManager) DeletePolicyVersion ¶
func (_m *PolicyManager) DeletePolicyVersion(arn string, versionID string) error
DeletePolicyVersion provides a mock function with given fields: arn, versionID
func (*PolicyManager) MergePolicy ¶
func (_m *PolicyManager) MergePolicy(input *rolemanager.MergePolicyInput) error
MergePolicy provides a mock function with given fields: input
func (*PolicyManager) PrunePolicyVersions ¶
func (_m *PolicyManager) PrunePolicyVersions(arn string) error
PrunePolicyVersions provides a mock function with given fields: arn
func (*PolicyManager) SetIAMClient ¶
func (_m *PolicyManager) SetIAMClient(iamClient awsiface.IAM)
SetIAMClient provides a mock function with given fields: iamClient
type RoleManager ¶
RoleManager is an autogenerated mock type for the RoleManager type
func (*RoleManager) CreateRoleWithPolicy ¶
func (_m *RoleManager) CreateRoleWithPolicy(input *rolemanager.CreateRoleWithPolicyInput) (*rolemanager.CreateRoleWithPolicyOutput, error)
CreateRoleWithPolicy provides a mock function with given fields: input
func (*RoleManager) DestroyRoleWithPolicy ¶
func (_m *RoleManager) DestroyRoleWithPolicy(input *rolemanager.DestroyRoleWithPolicyInput) (*rolemanager.DestroyRoleWithPolicyOutput, *errors.MultiError)
DestroyRoleWithPolicy provides a mock function with given fields: input
func (*RoleManager) SetIAMClient ¶
func (_m *RoleManager) SetIAMClient(iamClient awsiface.IAM)
SetIAMClient provides a mock function with given fields: iamClient
Click to show internal directories.
Click to hide internal directories.