Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClientWithResponsesInterface
- func (m *MockClientWithResponsesInterface) AddGroupMembershipWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.AddGroupMembershipResponse, error)
- func (m *MockClientWithResponsesInterface) AttachPolicyToGroupWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.AttachPolicyToGroupResponse, error)
- func (m *MockClientWithResponsesInterface) AttachPolicyToUserWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.AttachPolicyToUserResponse, error)
- func (m *MockClientWithResponsesInterface) ClaimTokenIdWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*auth.ClaimTokenIdResponse, error)
- func (m *MockClientWithResponsesInterface) ClaimTokenIdWithResponse(arg0 context.Context, arg1 auth.ClaimTokenIdJSONRequestBody, ...) (*auth.ClaimTokenIdResponse, error)
- func (m *MockClientWithResponsesInterface) CreateCredentialsWithResponse(arg0 context.Context, arg1 string, arg2 *auth.CreateCredentialsParams, ...) (*auth.CreateCredentialsResponse, error)
- func (m *MockClientWithResponsesInterface) CreateGroupWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*auth.CreateGroupResponse, error)
- func (m *MockClientWithResponsesInterface) CreateGroupWithResponse(arg0 context.Context, arg1 auth.CreateGroupJSONRequestBody, ...) (*auth.CreateGroupResponse, error)
- func (m *MockClientWithResponsesInterface) CreatePolicyWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*auth.CreatePolicyResponse, error)
- func (m *MockClientWithResponsesInterface) CreatePolicyWithResponse(arg0 context.Context, arg1 auth.CreatePolicyJSONRequestBody, ...) (*auth.CreatePolicyResponse, error)
- func (m *MockClientWithResponsesInterface) CreateUserExternalPrincipalWithResponse(arg0 context.Context, arg1 string, ...) (*auth.CreateUserExternalPrincipalResponse, error)
- func (m *MockClientWithResponsesInterface) CreateUserWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*auth.CreateUserResponse, error)
- func (m *MockClientWithResponsesInterface) CreateUserWithResponse(arg0 context.Context, arg1 auth.CreateUserJSONRequestBody, ...) (*auth.CreateUserResponse, error)
- func (m *MockClientWithResponsesInterface) DeleteCredentialsWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.DeleteCredentialsResponse, error)
- func (m *MockClientWithResponsesInterface) DeleteGroupMembershipWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.DeleteGroupMembershipResponse, error)
- func (m *MockClientWithResponsesInterface) DeleteGroupWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.DeleteGroupResponse, error)
- func (m *MockClientWithResponsesInterface) DeletePolicyWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.DeletePolicyResponse, error)
- func (m *MockClientWithResponsesInterface) DeleteUserExternalPrincipalWithResponse(arg0 context.Context, arg1 string, ...) (*auth.DeleteUserExternalPrincipalResponse, error)
- func (m *MockClientWithResponsesInterface) DeleteUserWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.DeleteUserResponse, error)
- func (m *MockClientWithResponsesInterface) DetachPolicyFromGroupWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.DetachPolicyFromGroupResponse, error)
- func (m *MockClientWithResponsesInterface) DetachPolicyFromUserWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.DetachPolicyFromUserResponse, error)
- func (m *MockClientWithResponsesInterface) EXPECT() *MockClientWithResponsesInterfaceMockRecorder
- func (m *MockClientWithResponsesInterface) GetCredentialsForUserWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.GetCredentialsForUserResponse, error)
- func (m *MockClientWithResponsesInterface) GetCredentialsWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.GetCredentialsResponse, error)
- func (m *MockClientWithResponsesInterface) GetExternalPrincipalWithResponse(arg0 context.Context, arg1 *auth.GetExternalPrincipalParams, ...) (*auth.GetExternalPrincipalResponse, error)
- func (m *MockClientWithResponsesInterface) GetGroupWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.GetGroupResponse, error)
- func (m *MockClientWithResponsesInterface) GetPolicyWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.GetPolicyResponse, error)
- func (m *MockClientWithResponsesInterface) GetUserWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.GetUserResponse, error)
- func (m *MockClientWithResponsesInterface) GetVersionWithResponse(arg0 context.Context, arg1 ...auth.RequestEditorFn) (*auth.GetVersionResponse, error)
- func (m *MockClientWithResponsesInterface) HealthCheckWithResponse(arg0 context.Context, arg1 ...auth.RequestEditorFn) (*auth.HealthCheckResponse, error)
- func (m *MockClientWithResponsesInterface) ListGroupMembersWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListGroupMembersParams, ...) (*auth.ListGroupMembersResponse, error)
- func (m *MockClientWithResponsesInterface) ListGroupPoliciesWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListGroupPoliciesParams, ...) (*auth.ListGroupPoliciesResponse, error)
- func (m *MockClientWithResponsesInterface) ListGroupsWithResponse(arg0 context.Context, arg1 *auth.ListGroupsParams, ...) (*auth.ListGroupsResponse, error)
- func (m *MockClientWithResponsesInterface) ListPoliciesWithResponse(arg0 context.Context, arg1 *auth.ListPoliciesParams, ...) (*auth.ListPoliciesResponse, error)
- func (m *MockClientWithResponsesInterface) ListUserCredentialsWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListUserCredentialsParams, ...) (*auth.ListUserCredentialsResponse, error)
- func (m *MockClientWithResponsesInterface) ListUserExternalPrincipalsWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListUserExternalPrincipalsParams, ...) (*auth.ListUserExternalPrincipalsResponse, error)
- func (m *MockClientWithResponsesInterface) ListUserGroupsWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListUserGroupsParams, ...) (*auth.ListUserGroupsResponse, error)
- func (m *MockClientWithResponsesInterface) ListUserPoliciesWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListUserPoliciesParams, ...) (*auth.ListUserPoliciesResponse, error)
- func (m *MockClientWithResponsesInterface) ListUsersWithResponse(arg0 context.Context, arg1 *auth.ListUsersParams, arg2 ...auth.RequestEditorFn) (*auth.ListUsersResponse, error)
- func (m *MockClientWithResponsesInterface) UpdatePasswordWithBodyWithResponse(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, ...) (*auth.UpdatePasswordResponse, error)
- func (m *MockClientWithResponsesInterface) UpdatePasswordWithResponse(arg0 context.Context, arg1 string, arg2 auth.UpdatePasswordJSONRequestBody, ...) (*auth.UpdatePasswordResponse, error)
- func (m *MockClientWithResponsesInterface) UpdatePolicyWithBodyWithResponse(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, ...) (*auth.UpdatePolicyResponse, error)
- func (m *MockClientWithResponsesInterface) UpdatePolicyWithResponse(arg0 context.Context, arg1 string, arg2 auth.UpdatePolicyJSONRequestBody, ...) (*auth.UpdatePolicyResponse, error)
- func (m *MockClientWithResponsesInterface) UpdateUserFriendlyNameWithBodyWithResponse(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, ...) (*auth.UpdateUserFriendlyNameResponse, error)
- func (m *MockClientWithResponsesInterface) UpdateUserFriendlyNameWithResponse(arg0 context.Context, arg1 string, ...) (*auth.UpdateUserFriendlyNameResponse, error)
- type MockClientWithResponsesInterfaceMockRecorder
- func (mr *MockClientWithResponsesInterfaceMockRecorder) AddGroupMembershipWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) AttachPolicyToGroupWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) AttachPolicyToUserWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ClaimTokenIdWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ClaimTokenIdWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateCredentialsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateGroupWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateGroupWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreatePolicyWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreatePolicyWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateUserExternalPrincipalWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateUserWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateUserWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteCredentialsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteGroupMembershipWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteGroupWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DeletePolicyWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteUserExternalPrincipalWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteUserWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DetachPolicyFromGroupWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DetachPolicyFromUserWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetCredentialsForUserWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetCredentialsWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetExternalPrincipalWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetGroupWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetPolicyWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetUserWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVersionWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) HealthCheckWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListGroupMembersWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListGroupPoliciesWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListGroupsWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListPoliciesWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListUserCredentialsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListUserExternalPrincipalsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListUserGroupsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListUserPoliciesWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListUsersWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithBodyWithResponse(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePolicyWithBodyWithResponse(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePolicyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdateUserFriendlyNameWithBodyWithResponse(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdateUserFriendlyNameWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientWithResponsesInterface ¶
type MockClientWithResponsesInterface struct {
// contains filtered or unexported fields
}
MockClientWithResponsesInterface is a mock of ClientWithResponsesInterface interface.
func NewMockClientWithResponsesInterface ¶
func NewMockClientWithResponsesInterface(ctrl *gomock.Controller) *MockClientWithResponsesInterface
NewMockClientWithResponsesInterface creates a new mock instance.
func (*MockClientWithResponsesInterface) AddGroupMembershipWithResponse ¶
func (m *MockClientWithResponsesInterface) AddGroupMembershipWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.AddGroupMembershipResponse, error)
AddGroupMembershipWithResponse mocks base method.
func (*MockClientWithResponsesInterface) AttachPolicyToGroupWithResponse ¶
func (m *MockClientWithResponsesInterface) AttachPolicyToGroupWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.AttachPolicyToGroupResponse, error)
AttachPolicyToGroupWithResponse mocks base method.
func (*MockClientWithResponsesInterface) AttachPolicyToUserWithResponse ¶
func (m *MockClientWithResponsesInterface) AttachPolicyToUserWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.AttachPolicyToUserResponse, error)
AttachPolicyToUserWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ClaimTokenIdWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) ClaimTokenIdWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...auth.RequestEditorFn) (*auth.ClaimTokenIdResponse, error)
ClaimTokenIdWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ClaimTokenIdWithResponse ¶
func (m *MockClientWithResponsesInterface) ClaimTokenIdWithResponse(arg0 context.Context, arg1 auth.ClaimTokenIdJSONRequestBody, arg2 ...auth.RequestEditorFn) (*auth.ClaimTokenIdResponse, error)
ClaimTokenIdWithResponse mocks base method.
func (*MockClientWithResponsesInterface) CreateCredentialsWithResponse ¶
func (m *MockClientWithResponsesInterface) CreateCredentialsWithResponse(arg0 context.Context, arg1 string, arg2 *auth.CreateCredentialsParams, arg3 ...auth.RequestEditorFn) (*auth.CreateCredentialsResponse, error)
CreateCredentialsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) CreateGroupWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) CreateGroupWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...auth.RequestEditorFn) (*auth.CreateGroupResponse, error)
CreateGroupWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) CreateGroupWithResponse ¶
func (m *MockClientWithResponsesInterface) CreateGroupWithResponse(arg0 context.Context, arg1 auth.CreateGroupJSONRequestBody, arg2 ...auth.RequestEditorFn) (*auth.CreateGroupResponse, error)
CreateGroupWithResponse mocks base method.
func (*MockClientWithResponsesInterface) CreatePolicyWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) CreatePolicyWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...auth.RequestEditorFn) (*auth.CreatePolicyResponse, error)
CreatePolicyWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) CreatePolicyWithResponse ¶
func (m *MockClientWithResponsesInterface) CreatePolicyWithResponse(arg0 context.Context, arg1 auth.CreatePolicyJSONRequestBody, arg2 ...auth.RequestEditorFn) (*auth.CreatePolicyResponse, error)
CreatePolicyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) CreateUserExternalPrincipalWithResponse ¶ added in v1.14.0
func (m *MockClientWithResponsesInterface) CreateUserExternalPrincipalWithResponse(arg0 context.Context, arg1 string, arg2 *auth.CreateUserExternalPrincipalParams, arg3 ...auth.RequestEditorFn) (*auth.CreateUserExternalPrincipalResponse, error)
CreateUserExternalPrincipalWithResponse mocks base method.
func (*MockClientWithResponsesInterface) CreateUserWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) CreateUserWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...auth.RequestEditorFn) (*auth.CreateUserResponse, error)
CreateUserWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) CreateUserWithResponse ¶
func (m *MockClientWithResponsesInterface) CreateUserWithResponse(arg0 context.Context, arg1 auth.CreateUserJSONRequestBody, arg2 ...auth.RequestEditorFn) (*auth.CreateUserResponse, error)
CreateUserWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DeleteCredentialsWithResponse ¶
func (m *MockClientWithResponsesInterface) DeleteCredentialsWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.DeleteCredentialsResponse, error)
DeleteCredentialsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DeleteGroupMembershipWithResponse ¶
func (m *MockClientWithResponsesInterface) DeleteGroupMembershipWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.DeleteGroupMembershipResponse, error)
DeleteGroupMembershipWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DeleteGroupWithResponse ¶
func (m *MockClientWithResponsesInterface) DeleteGroupWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.DeleteGroupResponse, error)
DeleteGroupWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DeletePolicyWithResponse ¶
func (m *MockClientWithResponsesInterface) DeletePolicyWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.DeletePolicyResponse, error)
DeletePolicyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DeleteUserExternalPrincipalWithResponse ¶ added in v1.14.0
func (m *MockClientWithResponsesInterface) DeleteUserExternalPrincipalWithResponse(arg0 context.Context, arg1 string, arg2 *auth.DeleteUserExternalPrincipalParams, arg3 ...auth.RequestEditorFn) (*auth.DeleteUserExternalPrincipalResponse, error)
DeleteUserExternalPrincipalWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DeleteUserWithResponse ¶
func (m *MockClientWithResponsesInterface) DeleteUserWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.DeleteUserResponse, error)
DeleteUserWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DetachPolicyFromGroupWithResponse ¶
func (m *MockClientWithResponsesInterface) DetachPolicyFromGroupWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.DetachPolicyFromGroupResponse, error)
DetachPolicyFromGroupWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DetachPolicyFromUserWithResponse ¶
func (m *MockClientWithResponsesInterface) DetachPolicyFromUserWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.DetachPolicyFromUserResponse, error)
DetachPolicyFromUserWithResponse mocks base method.
func (*MockClientWithResponsesInterface) EXPECT ¶
func (m *MockClientWithResponsesInterface) EXPECT() *MockClientWithResponsesInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientWithResponsesInterface) GetCredentialsForUserWithResponse ¶
func (m *MockClientWithResponsesInterface) GetCredentialsForUserWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...auth.RequestEditorFn) (*auth.GetCredentialsForUserResponse, error)
GetCredentialsForUserWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetCredentialsWithResponse ¶
func (m *MockClientWithResponsesInterface) GetCredentialsWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.GetCredentialsResponse, error)
GetCredentialsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetExternalPrincipalWithResponse ¶ added in v1.14.1
func (m *MockClientWithResponsesInterface) GetExternalPrincipalWithResponse(arg0 context.Context, arg1 *auth.GetExternalPrincipalParams, arg2 ...auth.RequestEditorFn) (*auth.GetExternalPrincipalResponse, error)
GetExternalPrincipalWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetGroupWithResponse ¶
func (m *MockClientWithResponsesInterface) GetGroupWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.GetGroupResponse, error)
GetGroupWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetPolicyWithResponse ¶
func (m *MockClientWithResponsesInterface) GetPolicyWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.GetPolicyResponse, error)
GetPolicyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetUserWithResponse ¶
func (m *MockClientWithResponsesInterface) GetUserWithResponse(arg0 context.Context, arg1 string, arg2 ...auth.RequestEditorFn) (*auth.GetUserResponse, error)
GetUserWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetVersionWithResponse ¶ added in v1.1.0
func (m *MockClientWithResponsesInterface) GetVersionWithResponse(arg0 context.Context, arg1 ...auth.RequestEditorFn) (*auth.GetVersionResponse, error)
GetVersionWithResponse mocks base method.
func (*MockClientWithResponsesInterface) HealthCheckWithResponse ¶
func (m *MockClientWithResponsesInterface) HealthCheckWithResponse(arg0 context.Context, arg1 ...auth.RequestEditorFn) (*auth.HealthCheckResponse, error)
HealthCheckWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListGroupMembersWithResponse ¶
func (m *MockClientWithResponsesInterface) ListGroupMembersWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListGroupMembersParams, arg3 ...auth.RequestEditorFn) (*auth.ListGroupMembersResponse, error)
ListGroupMembersWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListGroupPoliciesWithResponse ¶
func (m *MockClientWithResponsesInterface) ListGroupPoliciesWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListGroupPoliciesParams, arg3 ...auth.RequestEditorFn) (*auth.ListGroupPoliciesResponse, error)
ListGroupPoliciesWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListGroupsWithResponse ¶
func (m *MockClientWithResponsesInterface) ListGroupsWithResponse(arg0 context.Context, arg1 *auth.ListGroupsParams, arg2 ...auth.RequestEditorFn) (*auth.ListGroupsResponse, error)
ListGroupsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListPoliciesWithResponse ¶
func (m *MockClientWithResponsesInterface) ListPoliciesWithResponse(arg0 context.Context, arg1 *auth.ListPoliciesParams, arg2 ...auth.RequestEditorFn) (*auth.ListPoliciesResponse, error)
ListPoliciesWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListUserCredentialsWithResponse ¶
func (m *MockClientWithResponsesInterface) ListUserCredentialsWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListUserCredentialsParams, arg3 ...auth.RequestEditorFn) (*auth.ListUserCredentialsResponse, error)
ListUserCredentialsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListUserExternalPrincipalsWithResponse ¶ added in v1.14.0
func (m *MockClientWithResponsesInterface) ListUserExternalPrincipalsWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListUserExternalPrincipalsParams, arg3 ...auth.RequestEditorFn) (*auth.ListUserExternalPrincipalsResponse, error)
ListUserExternalPrincipalsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListUserGroupsWithResponse ¶
func (m *MockClientWithResponsesInterface) ListUserGroupsWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListUserGroupsParams, arg3 ...auth.RequestEditorFn) (*auth.ListUserGroupsResponse, error)
ListUserGroupsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListUserPoliciesWithResponse ¶
func (m *MockClientWithResponsesInterface) ListUserPoliciesWithResponse(arg0 context.Context, arg1 string, arg2 *auth.ListUserPoliciesParams, arg3 ...auth.RequestEditorFn) (*auth.ListUserPoliciesResponse, error)
ListUserPoliciesWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListUsersWithResponse ¶
func (m *MockClientWithResponsesInterface) ListUsersWithResponse(arg0 context.Context, arg1 *auth.ListUsersParams, arg2 ...auth.RequestEditorFn) (*auth.ListUsersResponse, error)
ListUsersWithResponse mocks base method.
func (*MockClientWithResponsesInterface) UpdatePasswordWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) UpdatePasswordWithBodyWithResponse(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, arg4 ...auth.RequestEditorFn) (*auth.UpdatePasswordResponse, error)
UpdatePasswordWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) UpdatePasswordWithResponse ¶
func (m *MockClientWithResponsesInterface) UpdatePasswordWithResponse(arg0 context.Context, arg1 string, arg2 auth.UpdatePasswordJSONRequestBody, arg3 ...auth.RequestEditorFn) (*auth.UpdatePasswordResponse, error)
UpdatePasswordWithResponse mocks base method.
func (*MockClientWithResponsesInterface) UpdatePolicyWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) UpdatePolicyWithBodyWithResponse(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, arg4 ...auth.RequestEditorFn) (*auth.UpdatePolicyResponse, error)
UpdatePolicyWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) UpdatePolicyWithResponse ¶
func (m *MockClientWithResponsesInterface) UpdatePolicyWithResponse(arg0 context.Context, arg1 string, arg2 auth.UpdatePolicyJSONRequestBody, arg3 ...auth.RequestEditorFn) (*auth.UpdatePolicyResponse, error)
UpdatePolicyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) UpdateUserFriendlyNameWithBodyWithResponse ¶ added in v1.16.0
func (m *MockClientWithResponsesInterface) UpdateUserFriendlyNameWithBodyWithResponse(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, arg4 ...auth.RequestEditorFn) (*auth.UpdateUserFriendlyNameResponse, error)
UpdateUserFriendlyNameWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) UpdateUserFriendlyNameWithResponse ¶ added in v1.16.0
func (m *MockClientWithResponsesInterface) UpdateUserFriendlyNameWithResponse(arg0 context.Context, arg1 string, arg2 auth.UpdateUserFriendlyNameJSONRequestBody, arg3 ...auth.RequestEditorFn) (*auth.UpdateUserFriendlyNameResponse, error)
UpdateUserFriendlyNameWithResponse mocks base method.
type MockClientWithResponsesInterfaceMockRecorder ¶
type MockClientWithResponsesInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.
func (*MockClientWithResponsesInterfaceMockRecorder) AddGroupMembershipWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) AddGroupMembershipWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
AddGroupMembershipWithResponse indicates an expected call of AddGroupMembershipWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) AttachPolicyToGroupWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) AttachPolicyToGroupWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
AttachPolicyToGroupWithResponse indicates an expected call of AttachPolicyToGroupWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) AttachPolicyToUserWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) AttachPolicyToUserWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
AttachPolicyToUserWithResponse indicates an expected call of AttachPolicyToUserWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ClaimTokenIdWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ClaimTokenIdWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ClaimTokenIdWithBodyWithResponse indicates an expected call of ClaimTokenIdWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ClaimTokenIdWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ClaimTokenIdWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ClaimTokenIdWithResponse indicates an expected call of ClaimTokenIdWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) CreateCredentialsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateCredentialsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
CreateCredentialsWithResponse indicates an expected call of CreateCredentialsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) CreateGroupWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateGroupWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
CreateGroupWithBodyWithResponse indicates an expected call of CreateGroupWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) CreateGroupWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateGroupWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateGroupWithResponse indicates an expected call of CreateGroupWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) CreatePolicyWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) CreatePolicyWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
CreatePolicyWithBodyWithResponse indicates an expected call of CreatePolicyWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) CreatePolicyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) CreatePolicyWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreatePolicyWithResponse indicates an expected call of CreatePolicyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) CreateUserExternalPrincipalWithResponse ¶ added in v1.14.0
func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateUserExternalPrincipalWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
CreateUserExternalPrincipalWithResponse indicates an expected call of CreateUserExternalPrincipalWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) CreateUserWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateUserWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
CreateUserWithBodyWithResponse indicates an expected call of CreateUserWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) CreateUserWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateUserWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateUserWithResponse indicates an expected call of CreateUserWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) DeleteCredentialsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteCredentialsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DeleteCredentialsWithResponse indicates an expected call of DeleteCredentialsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) DeleteGroupMembershipWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteGroupMembershipWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DeleteGroupMembershipWithResponse indicates an expected call of DeleteGroupMembershipWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) DeleteGroupWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteGroupWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteGroupWithResponse indicates an expected call of DeleteGroupWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) DeletePolicyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) DeletePolicyWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeletePolicyWithResponse indicates an expected call of DeletePolicyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) DeleteUserExternalPrincipalWithResponse ¶ added in v1.14.0
func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteUserExternalPrincipalWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DeleteUserExternalPrincipalWithResponse indicates an expected call of DeleteUserExternalPrincipalWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) DeleteUserWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteUserWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteUserWithResponse indicates an expected call of DeleteUserWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) DetachPolicyFromGroupWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) DetachPolicyFromGroupWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DetachPolicyFromGroupWithResponse indicates an expected call of DetachPolicyFromGroupWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) DetachPolicyFromUserWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) DetachPolicyFromUserWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DetachPolicyFromUserWithResponse indicates an expected call of DetachPolicyFromUserWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetCredentialsForUserWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetCredentialsForUserWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetCredentialsForUserWithResponse indicates an expected call of GetCredentialsForUserWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetCredentialsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetCredentialsWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetCredentialsWithResponse indicates an expected call of GetCredentialsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetExternalPrincipalWithResponse ¶ added in v1.14.1
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetExternalPrincipalWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetExternalPrincipalWithResponse indicates an expected call of GetExternalPrincipalWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetGroupWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetGroupWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetGroupWithResponse indicates an expected call of GetGroupWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetPolicyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetPolicyWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetPolicyWithResponse indicates an expected call of GetPolicyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetUserWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetUserWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetUserWithResponse indicates an expected call of GetUserWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetVersionWithResponse ¶ added in v1.1.0
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVersionWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
GetVersionWithResponse indicates an expected call of GetVersionWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) HealthCheckWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) HealthCheckWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
HealthCheckWithResponse indicates an expected call of HealthCheckWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListGroupMembersWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListGroupMembersWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListGroupMembersWithResponse indicates an expected call of ListGroupMembersWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListGroupPoliciesWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListGroupPoliciesWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListGroupPoliciesWithResponse indicates an expected call of ListGroupPoliciesWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListGroupsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListGroupsWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListGroupsWithResponse indicates an expected call of ListGroupsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListPoliciesWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListPoliciesWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListPoliciesWithResponse indicates an expected call of ListPoliciesWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListUserCredentialsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListUserCredentialsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListUserCredentialsWithResponse indicates an expected call of ListUserCredentialsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListUserExternalPrincipalsWithResponse ¶ added in v1.14.0
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListUserExternalPrincipalsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListUserExternalPrincipalsWithResponse indicates an expected call of ListUserExternalPrincipalsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListUserGroupsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListUserGroupsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListUserGroupsWithResponse indicates an expected call of ListUserGroupsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListUserPoliciesWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListUserPoliciesWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListUserPoliciesWithResponse indicates an expected call of ListUserPoliciesWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListUsersWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListUsersWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListUsersWithResponse indicates an expected call of ListUsersWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithBodyWithResponse(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
UpdatePasswordWithBodyWithResponse indicates an expected call of UpdatePasswordWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
UpdatePasswordWithResponse indicates an expected call of UpdatePasswordWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) UpdatePolicyWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePolicyWithBodyWithResponse(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
UpdatePolicyWithBodyWithResponse indicates an expected call of UpdatePolicyWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) UpdatePolicyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePolicyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
UpdatePolicyWithResponse indicates an expected call of UpdatePolicyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) UpdateUserFriendlyNameWithBodyWithResponse ¶ added in v1.16.0
func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdateUserFriendlyNameWithBodyWithResponse(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
UpdateUserFriendlyNameWithBodyWithResponse indicates an expected call of UpdateUserFriendlyNameWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) UpdateUserFriendlyNameWithResponse ¶ added in v1.16.0
func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdateUserFriendlyNameWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
UpdateUserFriendlyNameWithResponse indicates an expected call of UpdateUserFriendlyNameWithResponse.