Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateEnvironment(ctx context.Context, params *workspacesthinclient.CreateEnvironmentInput, ...) (*workspacesthinclient.CreateEnvironmentOutput, error)
- func (_m *IClient) DeleteDevice(ctx context.Context, params *workspacesthinclient.DeleteDeviceInput, ...) (*workspacesthinclient.DeleteDeviceOutput, error)
- func (_m *IClient) DeleteEnvironment(ctx context.Context, params *workspacesthinclient.DeleteEnvironmentInput, ...) (*workspacesthinclient.DeleteEnvironmentOutput, error)
- func (_m *IClient) DeregisterDevice(ctx context.Context, params *workspacesthinclient.DeregisterDeviceInput, ...) (*workspacesthinclient.DeregisterDeviceOutput, error)
- func (_m *IClient) GetDevice(ctx context.Context, params *workspacesthinclient.GetDeviceInput, ...) (*workspacesthinclient.GetDeviceOutput, error)
- func (_m *IClient) GetEnvironment(ctx context.Context, params *workspacesthinclient.GetEnvironmentInput, ...) (*workspacesthinclient.GetEnvironmentOutput, error)
- func (_m *IClient) GetSoftwareSet(ctx context.Context, params *workspacesthinclient.GetSoftwareSetInput, ...) (*workspacesthinclient.GetSoftwareSetOutput, error)
- func (_m *IClient) ListDevices(ctx context.Context, params *workspacesthinclient.ListDevicesInput, ...) (*workspacesthinclient.ListDevicesOutput, error)
- func (_m *IClient) ListEnvironments(ctx context.Context, params *workspacesthinclient.ListEnvironmentsInput, ...) (*workspacesthinclient.ListEnvironmentsOutput, error)
- func (_m *IClient) ListSoftwareSets(ctx context.Context, params *workspacesthinclient.ListSoftwareSetsInput, ...) (*workspacesthinclient.ListSoftwareSetsOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *workspacesthinclient.ListTagsForResourceInput, ...) (*workspacesthinclient.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() workspacesthinclient.Options
- func (_m *IClient) TagResource(ctx context.Context, params *workspacesthinclient.TagResourceInput, ...) (*workspacesthinclient.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *workspacesthinclient.UntagResourceInput, ...) (*workspacesthinclient.UntagResourceOutput, error)
- func (_m *IClient) UpdateDevice(ctx context.Context, params *workspacesthinclient.UpdateDeviceInput, ...) (*workspacesthinclient.UpdateDeviceOutput, error)
- func (_m *IClient) UpdateEnvironment(ctx context.Context, params *workspacesthinclient.UpdateEnvironmentInput, ...) (*workspacesthinclient.UpdateEnvironmentOutput, error)
- func (_m *IClient) UpdateSoftwareSet(ctx context.Context, params *workspacesthinclient.UpdateSoftwareSetInput, ...) (*workspacesthinclient.UpdateSoftwareSetOutput, 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) CreateEnvironment ¶
func (_m *IClient) CreateEnvironment(ctx context.Context, params *workspacesthinclient.CreateEnvironmentInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.CreateEnvironmentOutput, error)
CreateEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteDevice ¶
func (_m *IClient) DeleteDevice(ctx context.Context, params *workspacesthinclient.DeleteDeviceInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.DeleteDeviceOutput, error)
DeleteDevice provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteEnvironment ¶
func (_m *IClient) DeleteEnvironment(ctx context.Context, params *workspacesthinclient.DeleteEnvironmentInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.DeleteEnvironmentOutput, error)
DeleteEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeregisterDevice ¶
func (_m *IClient) DeregisterDevice(ctx context.Context, params *workspacesthinclient.DeregisterDeviceInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.DeregisterDeviceOutput, error)
DeregisterDevice provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDevice ¶
func (_m *IClient) GetDevice(ctx context.Context, params *workspacesthinclient.GetDeviceInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.GetDeviceOutput, error)
GetDevice provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetEnvironment ¶
func (_m *IClient) GetEnvironment(ctx context.Context, params *workspacesthinclient.GetEnvironmentInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.GetEnvironmentOutput, error)
GetEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetSoftwareSet ¶
func (_m *IClient) GetSoftwareSet(ctx context.Context, params *workspacesthinclient.GetSoftwareSetInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.GetSoftwareSetOutput, error)
GetSoftwareSet provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListDevices ¶
func (_m *IClient) ListDevices(ctx context.Context, params *workspacesthinclient.ListDevicesInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.ListDevicesOutput, error)
ListDevices provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListEnvironments ¶
func (_m *IClient) ListEnvironments(ctx context.Context, params *workspacesthinclient.ListEnvironmentsInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.ListEnvironmentsOutput, error)
ListEnvironments provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListSoftwareSets ¶
func (_m *IClient) ListSoftwareSets(ctx context.Context, params *workspacesthinclient.ListSoftwareSetsInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.ListSoftwareSetsOutput, error)
ListSoftwareSets provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *workspacesthinclient.ListTagsForResourceInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() workspacesthinclient.Options
Options provides a mock function with given fields:
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *workspacesthinclient.TagResourceInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *workspacesthinclient.UntagResourceInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateDevice ¶
func (_m *IClient) UpdateDevice(ctx context.Context, params *workspacesthinclient.UpdateDeviceInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.UpdateDeviceOutput, error)
UpdateDevice provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateEnvironment ¶
func (_m *IClient) UpdateEnvironment(ctx context.Context, params *workspacesthinclient.UpdateEnvironmentInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.UpdateEnvironmentOutput, error)
UpdateEnvironment provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateSoftwareSet ¶
func (_m *IClient) UpdateSoftwareSet(ctx context.Context, params *workspacesthinclient.UpdateSoftwareSetInput, optFns ...func(*workspacesthinclient.Options)) (*workspacesthinclient.UpdateSoftwareSetOutput, error)
UpdateSoftwareSet provides a mock function with given fields: ctx, params, optFns