Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateGroup(ctx context.Context, params *identitystore.CreateGroupInput, ...) (*identitystore.CreateGroupOutput, error)
- func (_m *IClient) CreateGroupMembership(ctx context.Context, params *identitystore.CreateGroupMembershipInput, ...) (*identitystore.CreateGroupMembershipOutput, error)
- func (_m *IClient) CreateUser(ctx context.Context, params *identitystore.CreateUserInput, ...) (*identitystore.CreateUserOutput, error)
- func (_m *IClient) DeleteGroup(ctx context.Context, params *identitystore.DeleteGroupInput, ...) (*identitystore.DeleteGroupOutput, error)
- func (_m *IClient) DeleteGroupMembership(ctx context.Context, params *identitystore.DeleteGroupMembershipInput, ...) (*identitystore.DeleteGroupMembershipOutput, error)
- func (_m *IClient) DeleteUser(ctx context.Context, params *identitystore.DeleteUserInput, ...) (*identitystore.DeleteUserOutput, error)
- func (_m *IClient) DescribeGroup(ctx context.Context, params *identitystore.DescribeGroupInput, ...) (*identitystore.DescribeGroupOutput, error)
- func (_m *IClient) DescribeGroupMembership(ctx context.Context, params *identitystore.DescribeGroupMembershipInput, ...) (*identitystore.DescribeGroupMembershipOutput, error)
- func (_m *IClient) DescribeUser(ctx context.Context, params *identitystore.DescribeUserInput, ...) (*identitystore.DescribeUserOutput, error)
- func (_m *IClient) GetGroupId(ctx context.Context, params *identitystore.GetGroupIdInput, ...) (*identitystore.GetGroupIdOutput, error)
- func (_m *IClient) GetGroupMembershipId(ctx context.Context, params *identitystore.GetGroupMembershipIdInput, ...) (*identitystore.GetGroupMembershipIdOutput, error)
- func (_m *IClient) GetUserId(ctx context.Context, params *identitystore.GetUserIdInput, ...) (*identitystore.GetUserIdOutput, error)
- func (_m *IClient) IsMemberInGroups(ctx context.Context, params *identitystore.IsMemberInGroupsInput, ...) (*identitystore.IsMemberInGroupsOutput, error)
- func (_m *IClient) ListGroupMemberships(ctx context.Context, params *identitystore.ListGroupMembershipsInput, ...) (*identitystore.ListGroupMembershipsOutput, error)
- func (_m *IClient) ListGroupMembershipsForMember(ctx context.Context, params *identitystore.ListGroupMembershipsForMemberInput, ...) (*identitystore.ListGroupMembershipsForMemberOutput, error)
- func (_m *IClient) ListGroups(ctx context.Context, params *identitystore.ListGroupsInput, ...) (*identitystore.ListGroupsOutput, error)
- func (_m *IClient) ListUsers(ctx context.Context, params *identitystore.ListUsersInput, ...) (*identitystore.ListUsersOutput, error)
- func (_m *IClient) Options() identitystore.Options
- func (_m *IClient) UpdateGroup(ctx context.Context, params *identitystore.UpdateGroupInput, ...) (*identitystore.UpdateGroupOutput, error)
- func (_m *IClient) UpdateUser(ctx context.Context, params *identitystore.UpdateUserInput, ...) (*identitystore.UpdateUserOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) CreateGroup ¶
func (_m *IClient) CreateGroup(ctx context.Context, params *identitystore.CreateGroupInput, optFns ...func(*identitystore.Options)) (*identitystore.CreateGroupOutput, error)
CreateGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateGroupMembership ¶
func (_m *IClient) CreateGroupMembership(ctx context.Context, params *identitystore.CreateGroupMembershipInput, optFns ...func(*identitystore.Options)) (*identitystore.CreateGroupMembershipOutput, error)
CreateGroupMembership provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateUser ¶
func (_m *IClient) CreateUser(ctx context.Context, params *identitystore.CreateUserInput, optFns ...func(*identitystore.Options)) (*identitystore.CreateUserOutput, error)
CreateUser provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteGroup ¶
func (_m *IClient) DeleteGroup(ctx context.Context, params *identitystore.DeleteGroupInput, optFns ...func(*identitystore.Options)) (*identitystore.DeleteGroupOutput, error)
DeleteGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteGroupMembership ¶
func (_m *IClient) DeleteGroupMembership(ctx context.Context, params *identitystore.DeleteGroupMembershipInput, optFns ...func(*identitystore.Options)) (*identitystore.DeleteGroupMembershipOutput, error)
DeleteGroupMembership provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteUser ¶
func (_m *IClient) DeleteUser(ctx context.Context, params *identitystore.DeleteUserInput, optFns ...func(*identitystore.Options)) (*identitystore.DeleteUserOutput, error)
DeleteUser provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeGroup ¶
func (_m *IClient) DescribeGroup(ctx context.Context, params *identitystore.DescribeGroupInput, optFns ...func(*identitystore.Options)) (*identitystore.DescribeGroupOutput, error)
DescribeGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeGroupMembership ¶
func (_m *IClient) DescribeGroupMembership(ctx context.Context, params *identitystore.DescribeGroupMembershipInput, optFns ...func(*identitystore.Options)) (*identitystore.DescribeGroupMembershipOutput, error)
DescribeGroupMembership provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeUser ¶
func (_m *IClient) DescribeUser(ctx context.Context, params *identitystore.DescribeUserInput, optFns ...func(*identitystore.Options)) (*identitystore.DescribeUserOutput, error)
DescribeUser provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetGroupId ¶
func (_m *IClient) GetGroupId(ctx context.Context, params *identitystore.GetGroupIdInput, optFns ...func(*identitystore.Options)) (*identitystore.GetGroupIdOutput, error)
GetGroupId provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetGroupMembershipId ¶
func (_m *IClient) GetGroupMembershipId(ctx context.Context, params *identitystore.GetGroupMembershipIdInput, optFns ...func(*identitystore.Options)) (*identitystore.GetGroupMembershipIdOutput, error)
GetGroupMembershipId provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetUserId ¶
func (_m *IClient) GetUserId(ctx context.Context, params *identitystore.GetUserIdInput, optFns ...func(*identitystore.Options)) (*identitystore.GetUserIdOutput, error)
GetUserId provides a mock function with given fields: ctx, params, optFns
func (*IClient) IsMemberInGroups ¶
func (_m *IClient) IsMemberInGroups(ctx context.Context, params *identitystore.IsMemberInGroupsInput, optFns ...func(*identitystore.Options)) (*identitystore.IsMemberInGroupsOutput, error)
IsMemberInGroups provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListGroupMemberships ¶
func (_m *IClient) ListGroupMemberships(ctx context.Context, params *identitystore.ListGroupMembershipsInput, optFns ...func(*identitystore.Options)) (*identitystore.ListGroupMembershipsOutput, error)
ListGroupMemberships provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListGroupMembershipsForMember ¶
func (_m *IClient) ListGroupMembershipsForMember(ctx context.Context, params *identitystore.ListGroupMembershipsForMemberInput, optFns ...func(*identitystore.Options)) (*identitystore.ListGroupMembershipsForMemberOutput, error)
ListGroupMembershipsForMember provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListGroups ¶
func (_m *IClient) ListGroups(ctx context.Context, params *identitystore.ListGroupsInput, optFns ...func(*identitystore.Options)) (*identitystore.ListGroupsOutput, error)
ListGroups provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListUsers ¶
func (_m *IClient) ListUsers(ctx context.Context, params *identitystore.ListUsersInput, optFns ...func(*identitystore.Options)) (*identitystore.ListUsersOutput, error)
ListUsers provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() identitystore.Options
Options provides a mock function with given fields:
func (*IClient) UpdateGroup ¶
func (_m *IClient) UpdateGroup(ctx context.Context, params *identitystore.UpdateGroupInput, optFns ...func(*identitystore.Options)) (*identitystore.UpdateGroupOutput, error)
UpdateGroup provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateUser ¶
func (_m *IClient) UpdateUser(ctx context.Context, params *identitystore.UpdateUserInput, optFns ...func(*identitystore.Options)) (*identitystore.UpdateUserOutput, error)
UpdateUser provides a mock function with given fields: ctx, params, optFns