Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateChimeWebhookConfiguration(ctx context.Context, params *chatbot.CreateChimeWebhookConfigurationInput, ...) (*chatbot.CreateChimeWebhookConfigurationOutput, error)
- func (_m *IClient) CreateMicrosoftTeamsChannelConfiguration(ctx context.Context, ...) (*chatbot.CreateMicrosoftTeamsChannelConfigurationOutput, error)
- func (_m *IClient) CreateSlackChannelConfiguration(ctx context.Context, params *chatbot.CreateSlackChannelConfigurationInput, ...) (*chatbot.CreateSlackChannelConfigurationOutput, error)
- func (_m *IClient) DeleteChimeWebhookConfiguration(ctx context.Context, params *chatbot.DeleteChimeWebhookConfigurationInput, ...) (*chatbot.DeleteChimeWebhookConfigurationOutput, error)
- func (_m *IClient) DeleteMicrosoftTeamsChannelConfiguration(ctx context.Context, ...) (*chatbot.DeleteMicrosoftTeamsChannelConfigurationOutput, error)
- func (_m *IClient) DeleteMicrosoftTeamsConfiguredTeam(ctx context.Context, params *chatbot.DeleteMicrosoftTeamsConfiguredTeamInput, ...) (*chatbot.DeleteMicrosoftTeamsConfiguredTeamOutput, error)
- func (_m *IClient) DeleteMicrosoftTeamsUserIdentity(ctx context.Context, params *chatbot.DeleteMicrosoftTeamsUserIdentityInput, ...) (*chatbot.DeleteMicrosoftTeamsUserIdentityOutput, error)
- func (_m *IClient) DeleteSlackChannelConfiguration(ctx context.Context, params *chatbot.DeleteSlackChannelConfigurationInput, ...) (*chatbot.DeleteSlackChannelConfigurationOutput, error)
- func (_m *IClient) DeleteSlackUserIdentity(ctx context.Context, params *chatbot.DeleteSlackUserIdentityInput, ...) (*chatbot.DeleteSlackUserIdentityOutput, error)
- func (_m *IClient) DeleteSlackWorkspaceAuthorization(ctx context.Context, params *chatbot.DeleteSlackWorkspaceAuthorizationInput, ...) (*chatbot.DeleteSlackWorkspaceAuthorizationOutput, error)
- func (_m *IClient) DescribeChimeWebhookConfigurations(ctx context.Context, params *chatbot.DescribeChimeWebhookConfigurationsInput, ...) (*chatbot.DescribeChimeWebhookConfigurationsOutput, error)
- func (_m *IClient) DescribeSlackChannelConfigurations(ctx context.Context, params *chatbot.DescribeSlackChannelConfigurationsInput, ...) (*chatbot.DescribeSlackChannelConfigurationsOutput, error)
- func (_m *IClient) DescribeSlackUserIdentities(ctx context.Context, params *chatbot.DescribeSlackUserIdentitiesInput, ...) (*chatbot.DescribeSlackUserIdentitiesOutput, error)
- func (_m *IClient) DescribeSlackWorkspaces(ctx context.Context, params *chatbot.DescribeSlackWorkspacesInput, ...) (*chatbot.DescribeSlackWorkspacesOutput, error)
- func (_m *IClient) GetAccountPreferences(ctx context.Context, params *chatbot.GetAccountPreferencesInput, ...) (*chatbot.GetAccountPreferencesOutput, error)
- func (_m *IClient) GetMicrosoftTeamsChannelConfiguration(ctx context.Context, ...) (*chatbot.GetMicrosoftTeamsChannelConfigurationOutput, error)
- func (_m *IClient) ListMicrosoftTeamsChannelConfigurations(ctx context.Context, ...) (*chatbot.ListMicrosoftTeamsChannelConfigurationsOutput, error)
- func (_m *IClient) ListMicrosoftTeamsConfiguredTeams(ctx context.Context, params *chatbot.ListMicrosoftTeamsConfiguredTeamsInput, ...) (*chatbot.ListMicrosoftTeamsConfiguredTeamsOutput, error)
- func (_m *IClient) ListMicrosoftTeamsUserIdentities(ctx context.Context, params *chatbot.ListMicrosoftTeamsUserIdentitiesInput, ...) (*chatbot.ListMicrosoftTeamsUserIdentitiesOutput, error)
- func (_m *IClient) ListTagsForResource(ctx context.Context, params *chatbot.ListTagsForResourceInput, ...) (*chatbot.ListTagsForResourceOutput, error)
- func (_m *IClient) Options() chatbot.Options
- func (_m *IClient) TagResource(ctx context.Context, params *chatbot.TagResourceInput, ...) (*chatbot.TagResourceOutput, error)
- func (_m *IClient) UntagResource(ctx context.Context, params *chatbot.UntagResourceInput, ...) (*chatbot.UntagResourceOutput, error)
- func (_m *IClient) UpdateAccountPreferences(ctx context.Context, params *chatbot.UpdateAccountPreferencesInput, ...) (*chatbot.UpdateAccountPreferencesOutput, error)
- func (_m *IClient) UpdateChimeWebhookConfiguration(ctx context.Context, params *chatbot.UpdateChimeWebhookConfigurationInput, ...) (*chatbot.UpdateChimeWebhookConfigurationOutput, error)
- func (_m *IClient) UpdateMicrosoftTeamsChannelConfiguration(ctx context.Context, ...) (*chatbot.UpdateMicrosoftTeamsChannelConfigurationOutput, error)
- func (_m *IClient) UpdateSlackChannelConfiguration(ctx context.Context, params *chatbot.UpdateSlackChannelConfigurationInput, ...) (*chatbot.UpdateSlackChannelConfigurationOutput, 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) CreateChimeWebhookConfiguration ¶
func (_m *IClient) CreateChimeWebhookConfiguration(ctx context.Context, params *chatbot.CreateChimeWebhookConfigurationInput, optFns ...func(*chatbot.Options)) (*chatbot.CreateChimeWebhookConfigurationOutput, error)
CreateChimeWebhookConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateMicrosoftTeamsChannelConfiguration ¶
func (_m *IClient) CreateMicrosoftTeamsChannelConfiguration(ctx context.Context, params *chatbot.CreateMicrosoftTeamsChannelConfigurationInput, optFns ...func(*chatbot.Options)) (*chatbot.CreateMicrosoftTeamsChannelConfigurationOutput, error)
CreateMicrosoftTeamsChannelConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) CreateSlackChannelConfiguration ¶
func (_m *IClient) CreateSlackChannelConfiguration(ctx context.Context, params *chatbot.CreateSlackChannelConfigurationInput, optFns ...func(*chatbot.Options)) (*chatbot.CreateSlackChannelConfigurationOutput, error)
CreateSlackChannelConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteChimeWebhookConfiguration ¶
func (_m *IClient) DeleteChimeWebhookConfiguration(ctx context.Context, params *chatbot.DeleteChimeWebhookConfigurationInput, optFns ...func(*chatbot.Options)) (*chatbot.DeleteChimeWebhookConfigurationOutput, error)
DeleteChimeWebhookConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteMicrosoftTeamsChannelConfiguration ¶
func (_m *IClient) DeleteMicrosoftTeamsChannelConfiguration(ctx context.Context, params *chatbot.DeleteMicrosoftTeamsChannelConfigurationInput, optFns ...func(*chatbot.Options)) (*chatbot.DeleteMicrosoftTeamsChannelConfigurationOutput, error)
DeleteMicrosoftTeamsChannelConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteMicrosoftTeamsConfiguredTeam ¶
func (_m *IClient) DeleteMicrosoftTeamsConfiguredTeam(ctx context.Context, params *chatbot.DeleteMicrosoftTeamsConfiguredTeamInput, optFns ...func(*chatbot.Options)) (*chatbot.DeleteMicrosoftTeamsConfiguredTeamOutput, error)
DeleteMicrosoftTeamsConfiguredTeam provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteMicrosoftTeamsUserIdentity ¶
func (_m *IClient) DeleteMicrosoftTeamsUserIdentity(ctx context.Context, params *chatbot.DeleteMicrosoftTeamsUserIdentityInput, optFns ...func(*chatbot.Options)) (*chatbot.DeleteMicrosoftTeamsUserIdentityOutput, error)
DeleteMicrosoftTeamsUserIdentity provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSlackChannelConfiguration ¶
func (_m *IClient) DeleteSlackChannelConfiguration(ctx context.Context, params *chatbot.DeleteSlackChannelConfigurationInput, optFns ...func(*chatbot.Options)) (*chatbot.DeleteSlackChannelConfigurationOutput, error)
DeleteSlackChannelConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSlackUserIdentity ¶
func (_m *IClient) DeleteSlackUserIdentity(ctx context.Context, params *chatbot.DeleteSlackUserIdentityInput, optFns ...func(*chatbot.Options)) (*chatbot.DeleteSlackUserIdentityOutput, error)
DeleteSlackUserIdentity provides a mock function with given fields: ctx, params, optFns
func (*IClient) DeleteSlackWorkspaceAuthorization ¶
func (_m *IClient) DeleteSlackWorkspaceAuthorization(ctx context.Context, params *chatbot.DeleteSlackWorkspaceAuthorizationInput, optFns ...func(*chatbot.Options)) (*chatbot.DeleteSlackWorkspaceAuthorizationOutput, error)
DeleteSlackWorkspaceAuthorization provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeChimeWebhookConfigurations ¶
func (_m *IClient) DescribeChimeWebhookConfigurations(ctx context.Context, params *chatbot.DescribeChimeWebhookConfigurationsInput, optFns ...func(*chatbot.Options)) (*chatbot.DescribeChimeWebhookConfigurationsOutput, error)
DescribeChimeWebhookConfigurations provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeSlackChannelConfigurations ¶
func (_m *IClient) DescribeSlackChannelConfigurations(ctx context.Context, params *chatbot.DescribeSlackChannelConfigurationsInput, optFns ...func(*chatbot.Options)) (*chatbot.DescribeSlackChannelConfigurationsOutput, error)
DescribeSlackChannelConfigurations provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeSlackUserIdentities ¶
func (_m *IClient) DescribeSlackUserIdentities(ctx context.Context, params *chatbot.DescribeSlackUserIdentitiesInput, optFns ...func(*chatbot.Options)) (*chatbot.DescribeSlackUserIdentitiesOutput, error)
DescribeSlackUserIdentities provides a mock function with given fields: ctx, params, optFns
func (*IClient) DescribeSlackWorkspaces ¶
func (_m *IClient) DescribeSlackWorkspaces(ctx context.Context, params *chatbot.DescribeSlackWorkspacesInput, optFns ...func(*chatbot.Options)) (*chatbot.DescribeSlackWorkspacesOutput, error)
DescribeSlackWorkspaces provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetAccountPreferences ¶
func (_m *IClient) GetAccountPreferences(ctx context.Context, params *chatbot.GetAccountPreferencesInput, optFns ...func(*chatbot.Options)) (*chatbot.GetAccountPreferencesOutput, error)
GetAccountPreferences provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetMicrosoftTeamsChannelConfiguration ¶
func (_m *IClient) GetMicrosoftTeamsChannelConfiguration(ctx context.Context, params *chatbot.GetMicrosoftTeamsChannelConfigurationInput, optFns ...func(*chatbot.Options)) (*chatbot.GetMicrosoftTeamsChannelConfigurationOutput, error)
GetMicrosoftTeamsChannelConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListMicrosoftTeamsChannelConfigurations ¶
func (_m *IClient) ListMicrosoftTeamsChannelConfigurations(ctx context.Context, params *chatbot.ListMicrosoftTeamsChannelConfigurationsInput, optFns ...func(*chatbot.Options)) (*chatbot.ListMicrosoftTeamsChannelConfigurationsOutput, error)
ListMicrosoftTeamsChannelConfigurations provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListMicrosoftTeamsConfiguredTeams ¶
func (_m *IClient) ListMicrosoftTeamsConfiguredTeams(ctx context.Context, params *chatbot.ListMicrosoftTeamsConfiguredTeamsInput, optFns ...func(*chatbot.Options)) (*chatbot.ListMicrosoftTeamsConfiguredTeamsOutput, error)
ListMicrosoftTeamsConfiguredTeams provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListMicrosoftTeamsUserIdentities ¶
func (_m *IClient) ListMicrosoftTeamsUserIdentities(ctx context.Context, params *chatbot.ListMicrosoftTeamsUserIdentitiesInput, optFns ...func(*chatbot.Options)) (*chatbot.ListMicrosoftTeamsUserIdentitiesOutput, error)
ListMicrosoftTeamsUserIdentities provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListTagsForResource ¶
func (_m *IClient) ListTagsForResource(ctx context.Context, params *chatbot.ListTagsForResourceInput, optFns ...func(*chatbot.Options)) (*chatbot.ListTagsForResourceOutput, error)
ListTagsForResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) TagResource ¶
func (_m *IClient) TagResource(ctx context.Context, params *chatbot.TagResourceInput, optFns ...func(*chatbot.Options)) (*chatbot.TagResourceOutput, error)
TagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UntagResource ¶
func (_m *IClient) UntagResource(ctx context.Context, params *chatbot.UntagResourceInput, optFns ...func(*chatbot.Options)) (*chatbot.UntagResourceOutput, error)
UntagResource provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateAccountPreferences ¶
func (_m *IClient) UpdateAccountPreferences(ctx context.Context, params *chatbot.UpdateAccountPreferencesInput, optFns ...func(*chatbot.Options)) (*chatbot.UpdateAccountPreferencesOutput, error)
UpdateAccountPreferences provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateChimeWebhookConfiguration ¶
func (_m *IClient) UpdateChimeWebhookConfiguration(ctx context.Context, params *chatbot.UpdateChimeWebhookConfigurationInput, optFns ...func(*chatbot.Options)) (*chatbot.UpdateChimeWebhookConfigurationOutput, error)
UpdateChimeWebhookConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateMicrosoftTeamsChannelConfiguration ¶
func (_m *IClient) UpdateMicrosoftTeamsChannelConfiguration(ctx context.Context, params *chatbot.UpdateMicrosoftTeamsChannelConfigurationInput, optFns ...func(*chatbot.Options)) (*chatbot.UpdateMicrosoftTeamsChannelConfigurationOutput, error)
UpdateMicrosoftTeamsChannelConfiguration provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateSlackChannelConfiguration ¶
func (_m *IClient) UpdateSlackChannelConfiguration(ctx context.Context, params *chatbot.UpdateSlackChannelConfigurationInput, optFns ...func(*chatbot.Options)) (*chatbot.UpdateSlackChannelConfigurationOutput, error)
UpdateSlackChannelConfiguration provides a mock function with given fields: ctx, params, optFns