mocks

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient struct {
	mock.Mock
}

IClient is an autogenerated mock type for the IClient type

func NewIClient

func NewIClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *IClient

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) AddTagsToResource

func (_m *IClient) AddTagsToResource(ctx context.Context, params *ssm.AddTagsToResourceInput, optFns ...func(*ssm.Options)) (*ssm.AddTagsToResourceOutput, error)

AddTagsToResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) AssociateOpsItemRelatedItem

func (_m *IClient) AssociateOpsItemRelatedItem(ctx context.Context, params *ssm.AssociateOpsItemRelatedItemInput, optFns ...func(*ssm.Options)) (*ssm.AssociateOpsItemRelatedItemOutput, error)

AssociateOpsItemRelatedItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) CancelCommand

func (_m *IClient) CancelCommand(ctx context.Context, params *ssm.CancelCommandInput, optFns ...func(*ssm.Options)) (*ssm.CancelCommandOutput, error)

CancelCommand provides a mock function with given fields: ctx, params, optFns

func (*IClient) CancelMaintenanceWindowExecution

func (_m *IClient) CancelMaintenanceWindowExecution(ctx context.Context, params *ssm.CancelMaintenanceWindowExecutionInput, optFns ...func(*ssm.Options)) (*ssm.CancelMaintenanceWindowExecutionOutput, error)

CancelMaintenanceWindowExecution provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateActivation

func (_m *IClient) CreateActivation(ctx context.Context, params *ssm.CreateActivationInput, optFns ...func(*ssm.Options)) (*ssm.CreateActivationOutput, error)

CreateActivation provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateAssociation

func (_m *IClient) CreateAssociation(ctx context.Context, params *ssm.CreateAssociationInput, optFns ...func(*ssm.Options)) (*ssm.CreateAssociationOutput, error)

CreateAssociation provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateAssociationBatch

func (_m *IClient) CreateAssociationBatch(ctx context.Context, params *ssm.CreateAssociationBatchInput, optFns ...func(*ssm.Options)) (*ssm.CreateAssociationBatchOutput, error)

CreateAssociationBatch provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateDocument

func (_m *IClient) CreateDocument(ctx context.Context, params *ssm.CreateDocumentInput, optFns ...func(*ssm.Options)) (*ssm.CreateDocumentOutput, error)

CreateDocument provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateMaintenanceWindow

func (_m *IClient) CreateMaintenanceWindow(ctx context.Context, params *ssm.CreateMaintenanceWindowInput, optFns ...func(*ssm.Options)) (*ssm.CreateMaintenanceWindowOutput, error)

CreateMaintenanceWindow provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateOpsItem

func (_m *IClient) CreateOpsItem(ctx context.Context, params *ssm.CreateOpsItemInput, optFns ...func(*ssm.Options)) (*ssm.CreateOpsItemOutput, error)

CreateOpsItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateOpsMetadata

func (_m *IClient) CreateOpsMetadata(ctx context.Context, params *ssm.CreateOpsMetadataInput, optFns ...func(*ssm.Options)) (*ssm.CreateOpsMetadataOutput, error)

CreateOpsMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreatePatchBaseline

func (_m *IClient) CreatePatchBaseline(ctx context.Context, params *ssm.CreatePatchBaselineInput, optFns ...func(*ssm.Options)) (*ssm.CreatePatchBaselineOutput, error)

CreatePatchBaseline provides a mock function with given fields: ctx, params, optFns

func (*IClient) CreateResourceDataSync

func (_m *IClient) CreateResourceDataSync(ctx context.Context, params *ssm.CreateResourceDataSyncInput, optFns ...func(*ssm.Options)) (*ssm.CreateResourceDataSyncOutput, error)

CreateResourceDataSync provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteActivation

func (_m *IClient) DeleteActivation(ctx context.Context, params *ssm.DeleteActivationInput, optFns ...func(*ssm.Options)) (*ssm.DeleteActivationOutput, error)

DeleteActivation provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteAssociation

func (_m *IClient) DeleteAssociation(ctx context.Context, params *ssm.DeleteAssociationInput, optFns ...func(*ssm.Options)) (*ssm.DeleteAssociationOutput, error)

DeleteAssociation provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteDocument

func (_m *IClient) DeleteDocument(ctx context.Context, params *ssm.DeleteDocumentInput, optFns ...func(*ssm.Options)) (*ssm.DeleteDocumentOutput, error)

DeleteDocument provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteInventory

func (_m *IClient) DeleteInventory(ctx context.Context, params *ssm.DeleteInventoryInput, optFns ...func(*ssm.Options)) (*ssm.DeleteInventoryOutput, error)

DeleteInventory provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteMaintenanceWindow

func (_m *IClient) DeleteMaintenanceWindow(ctx context.Context, params *ssm.DeleteMaintenanceWindowInput, optFns ...func(*ssm.Options)) (*ssm.DeleteMaintenanceWindowOutput, error)

DeleteMaintenanceWindow provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteOpsItem

func (_m *IClient) DeleteOpsItem(ctx context.Context, params *ssm.DeleteOpsItemInput, optFns ...func(*ssm.Options)) (*ssm.DeleteOpsItemOutput, error)

DeleteOpsItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteOpsMetadata

func (_m *IClient) DeleteOpsMetadata(ctx context.Context, params *ssm.DeleteOpsMetadataInput, optFns ...func(*ssm.Options)) (*ssm.DeleteOpsMetadataOutput, error)

DeleteOpsMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteParameter

func (_m *IClient) DeleteParameter(ctx context.Context, params *ssm.DeleteParameterInput, optFns ...func(*ssm.Options)) (*ssm.DeleteParameterOutput, error)

DeleteParameter provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteParameters

func (_m *IClient) DeleteParameters(ctx context.Context, params *ssm.DeleteParametersInput, optFns ...func(*ssm.Options)) (*ssm.DeleteParametersOutput, error)

DeleteParameters provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeletePatchBaseline

func (_m *IClient) DeletePatchBaseline(ctx context.Context, params *ssm.DeletePatchBaselineInput, optFns ...func(*ssm.Options)) (*ssm.DeletePatchBaselineOutput, error)

DeletePatchBaseline provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteResourceDataSync

func (_m *IClient) DeleteResourceDataSync(ctx context.Context, params *ssm.DeleteResourceDataSyncInput, optFns ...func(*ssm.Options)) (*ssm.DeleteResourceDataSyncOutput, error)

DeleteResourceDataSync provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeleteResourcePolicy

func (_m *IClient) DeleteResourcePolicy(ctx context.Context, params *ssm.DeleteResourcePolicyInput, optFns ...func(*ssm.Options)) (*ssm.DeleteResourcePolicyOutput, error)

DeleteResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeregisterManagedInstance

func (_m *IClient) DeregisterManagedInstance(ctx context.Context, params *ssm.DeregisterManagedInstanceInput, optFns ...func(*ssm.Options)) (*ssm.DeregisterManagedInstanceOutput, error)

DeregisterManagedInstance provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeregisterPatchBaselineForPatchGroup

func (_m *IClient) DeregisterPatchBaselineForPatchGroup(ctx context.Context, params *ssm.DeregisterPatchBaselineForPatchGroupInput, optFns ...func(*ssm.Options)) (*ssm.DeregisterPatchBaselineForPatchGroupOutput, error)

DeregisterPatchBaselineForPatchGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeregisterTargetFromMaintenanceWindow

func (_m *IClient) DeregisterTargetFromMaintenanceWindow(ctx context.Context, params *ssm.DeregisterTargetFromMaintenanceWindowInput, optFns ...func(*ssm.Options)) (*ssm.DeregisterTargetFromMaintenanceWindowOutput, error)

DeregisterTargetFromMaintenanceWindow provides a mock function with given fields: ctx, params, optFns

func (*IClient) DeregisterTaskFromMaintenanceWindow

func (_m *IClient) DeregisterTaskFromMaintenanceWindow(ctx context.Context, params *ssm.DeregisterTaskFromMaintenanceWindowInput, optFns ...func(*ssm.Options)) (*ssm.DeregisterTaskFromMaintenanceWindowOutput, error)

DeregisterTaskFromMaintenanceWindow provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeActivations

func (_m *IClient) DescribeActivations(ctx context.Context, params *ssm.DescribeActivationsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeActivationsOutput, error)

DescribeActivations provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAssociation

func (_m *IClient) DescribeAssociation(ctx context.Context, params *ssm.DescribeAssociationInput, optFns ...func(*ssm.Options)) (*ssm.DescribeAssociationOutput, error)

DescribeAssociation provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAssociationExecutionTargets

func (_m *IClient) DescribeAssociationExecutionTargets(ctx context.Context, params *ssm.DescribeAssociationExecutionTargetsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeAssociationExecutionTargetsOutput, error)

DescribeAssociationExecutionTargets provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAssociationExecutions

func (_m *IClient) DescribeAssociationExecutions(ctx context.Context, params *ssm.DescribeAssociationExecutionsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeAssociationExecutionsOutput, error)

DescribeAssociationExecutions provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAutomationExecutions

func (_m *IClient) DescribeAutomationExecutions(ctx context.Context, params *ssm.DescribeAutomationExecutionsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeAutomationExecutionsOutput, error)

DescribeAutomationExecutions provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAutomationStepExecutions

func (_m *IClient) DescribeAutomationStepExecutions(ctx context.Context, params *ssm.DescribeAutomationStepExecutionsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeAutomationStepExecutionsOutput, error)

DescribeAutomationStepExecutions provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeAvailablePatches

func (_m *IClient) DescribeAvailablePatches(ctx context.Context, params *ssm.DescribeAvailablePatchesInput, optFns ...func(*ssm.Options)) (*ssm.DescribeAvailablePatchesOutput, error)

DescribeAvailablePatches provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeDocument

func (_m *IClient) DescribeDocument(ctx context.Context, params *ssm.DescribeDocumentInput, optFns ...func(*ssm.Options)) (*ssm.DescribeDocumentOutput, error)

DescribeDocument provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeDocumentPermission

func (_m *IClient) DescribeDocumentPermission(ctx context.Context, params *ssm.DescribeDocumentPermissionInput, optFns ...func(*ssm.Options)) (*ssm.DescribeDocumentPermissionOutput, error)

DescribeDocumentPermission provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeEffectiveInstanceAssociations

func (_m *IClient) DescribeEffectiveInstanceAssociations(ctx context.Context, params *ssm.DescribeEffectiveInstanceAssociationsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeEffectiveInstanceAssociationsOutput, error)

DescribeEffectiveInstanceAssociations provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeEffectivePatchesForPatchBaseline

func (_m *IClient) DescribeEffectivePatchesForPatchBaseline(ctx context.Context, params *ssm.DescribeEffectivePatchesForPatchBaselineInput, optFns ...func(*ssm.Options)) (*ssm.DescribeEffectivePatchesForPatchBaselineOutput, error)

DescribeEffectivePatchesForPatchBaseline provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeInstanceAssociationsStatus

func (_m *IClient) DescribeInstanceAssociationsStatus(ctx context.Context, params *ssm.DescribeInstanceAssociationsStatusInput, optFns ...func(*ssm.Options)) (*ssm.DescribeInstanceAssociationsStatusOutput, error)

DescribeInstanceAssociationsStatus provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeInstanceInformation

func (_m *IClient) DescribeInstanceInformation(ctx context.Context, params *ssm.DescribeInstanceInformationInput, optFns ...func(*ssm.Options)) (*ssm.DescribeInstanceInformationOutput, error)

DescribeInstanceInformation provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeInstancePatchStates

func (_m *IClient) DescribeInstancePatchStates(ctx context.Context, params *ssm.DescribeInstancePatchStatesInput, optFns ...func(*ssm.Options)) (*ssm.DescribeInstancePatchStatesOutput, error)

DescribeInstancePatchStates provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeInstancePatchStatesForPatchGroup

func (_m *IClient) DescribeInstancePatchStatesForPatchGroup(ctx context.Context, params *ssm.DescribeInstancePatchStatesForPatchGroupInput, optFns ...func(*ssm.Options)) (*ssm.DescribeInstancePatchStatesForPatchGroupOutput, error)

DescribeInstancePatchStatesForPatchGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeInstancePatches

func (_m *IClient) DescribeInstancePatches(ctx context.Context, params *ssm.DescribeInstancePatchesInput, optFns ...func(*ssm.Options)) (*ssm.DescribeInstancePatchesOutput, error)

DescribeInstancePatches provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeInstanceProperties

func (_m *IClient) DescribeInstanceProperties(ctx context.Context, params *ssm.DescribeInstancePropertiesInput, optFns ...func(*ssm.Options)) (*ssm.DescribeInstancePropertiesOutput, error)

DescribeInstanceProperties provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeInventoryDeletions

func (_m *IClient) DescribeInventoryDeletions(ctx context.Context, params *ssm.DescribeInventoryDeletionsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeInventoryDeletionsOutput, error)

DescribeInventoryDeletions provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeMaintenanceWindowExecutionTaskInvocations

func (_m *IClient) DescribeMaintenanceWindowExecutionTaskInvocations(ctx context.Context, params *ssm.DescribeMaintenanceWindowExecutionTaskInvocationsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeMaintenanceWindowExecutionTaskInvocationsOutput, error)

DescribeMaintenanceWindowExecutionTaskInvocations provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeMaintenanceWindowExecutionTasks

func (_m *IClient) DescribeMaintenanceWindowExecutionTasks(ctx context.Context, params *ssm.DescribeMaintenanceWindowExecutionTasksInput, optFns ...func(*ssm.Options)) (*ssm.DescribeMaintenanceWindowExecutionTasksOutput, error)

DescribeMaintenanceWindowExecutionTasks provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeMaintenanceWindowExecutions

func (_m *IClient) DescribeMaintenanceWindowExecutions(ctx context.Context, params *ssm.DescribeMaintenanceWindowExecutionsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeMaintenanceWindowExecutionsOutput, error)

DescribeMaintenanceWindowExecutions provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeMaintenanceWindowSchedule

func (_m *IClient) DescribeMaintenanceWindowSchedule(ctx context.Context, params *ssm.DescribeMaintenanceWindowScheduleInput, optFns ...func(*ssm.Options)) (*ssm.DescribeMaintenanceWindowScheduleOutput, error)

DescribeMaintenanceWindowSchedule provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeMaintenanceWindowTargets

func (_m *IClient) DescribeMaintenanceWindowTargets(ctx context.Context, params *ssm.DescribeMaintenanceWindowTargetsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeMaintenanceWindowTargetsOutput, error)

DescribeMaintenanceWindowTargets provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeMaintenanceWindowTasks

func (_m *IClient) DescribeMaintenanceWindowTasks(ctx context.Context, params *ssm.DescribeMaintenanceWindowTasksInput, optFns ...func(*ssm.Options)) (*ssm.DescribeMaintenanceWindowTasksOutput, error)

DescribeMaintenanceWindowTasks provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeMaintenanceWindows

func (_m *IClient) DescribeMaintenanceWindows(ctx context.Context, params *ssm.DescribeMaintenanceWindowsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeMaintenanceWindowsOutput, error)

DescribeMaintenanceWindows provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeMaintenanceWindowsForTarget

func (_m *IClient) DescribeMaintenanceWindowsForTarget(ctx context.Context, params *ssm.DescribeMaintenanceWindowsForTargetInput, optFns ...func(*ssm.Options)) (*ssm.DescribeMaintenanceWindowsForTargetOutput, error)

DescribeMaintenanceWindowsForTarget provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeOpsItems

func (_m *IClient) DescribeOpsItems(ctx context.Context, params *ssm.DescribeOpsItemsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeOpsItemsOutput, error)

DescribeOpsItems provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeParameters

func (_m *IClient) DescribeParameters(ctx context.Context, params *ssm.DescribeParametersInput, optFns ...func(*ssm.Options)) (*ssm.DescribeParametersOutput, error)

DescribeParameters provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribePatchBaselines

func (_m *IClient) DescribePatchBaselines(ctx context.Context, params *ssm.DescribePatchBaselinesInput, optFns ...func(*ssm.Options)) (*ssm.DescribePatchBaselinesOutput, error)

DescribePatchBaselines provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribePatchGroupState

func (_m *IClient) DescribePatchGroupState(ctx context.Context, params *ssm.DescribePatchGroupStateInput, optFns ...func(*ssm.Options)) (*ssm.DescribePatchGroupStateOutput, error)

DescribePatchGroupState provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribePatchGroups

func (_m *IClient) DescribePatchGroups(ctx context.Context, params *ssm.DescribePatchGroupsInput, optFns ...func(*ssm.Options)) (*ssm.DescribePatchGroupsOutput, error)

DescribePatchGroups provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribePatchProperties

func (_m *IClient) DescribePatchProperties(ctx context.Context, params *ssm.DescribePatchPropertiesInput, optFns ...func(*ssm.Options)) (*ssm.DescribePatchPropertiesOutput, error)

DescribePatchProperties provides a mock function with given fields: ctx, params, optFns

func (*IClient) DescribeSessions

func (_m *IClient) DescribeSessions(ctx context.Context, params *ssm.DescribeSessionsInput, optFns ...func(*ssm.Options)) (*ssm.DescribeSessionsOutput, error)

DescribeSessions provides a mock function with given fields: ctx, params, optFns

func (*IClient) DisassociateOpsItemRelatedItem

func (_m *IClient) DisassociateOpsItemRelatedItem(ctx context.Context, params *ssm.DisassociateOpsItemRelatedItemInput, optFns ...func(*ssm.Options)) (*ssm.DisassociateOpsItemRelatedItemOutput, error)

DisassociateOpsItemRelatedItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetAutomationExecution

func (_m *IClient) GetAutomationExecution(ctx context.Context, params *ssm.GetAutomationExecutionInput, optFns ...func(*ssm.Options)) (*ssm.GetAutomationExecutionOutput, error)

GetAutomationExecution provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetCalendarState

func (_m *IClient) GetCalendarState(ctx context.Context, params *ssm.GetCalendarStateInput, optFns ...func(*ssm.Options)) (*ssm.GetCalendarStateOutput, error)

GetCalendarState provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetCommandInvocation

func (_m *IClient) GetCommandInvocation(ctx context.Context, params *ssm.GetCommandInvocationInput, optFns ...func(*ssm.Options)) (*ssm.GetCommandInvocationOutput, error)

GetCommandInvocation provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetConnectionStatus

func (_m *IClient) GetConnectionStatus(ctx context.Context, params *ssm.GetConnectionStatusInput, optFns ...func(*ssm.Options)) (*ssm.GetConnectionStatusOutput, error)

GetConnectionStatus provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetDefaultPatchBaseline

func (_m *IClient) GetDefaultPatchBaseline(ctx context.Context, params *ssm.GetDefaultPatchBaselineInput, optFns ...func(*ssm.Options)) (*ssm.GetDefaultPatchBaselineOutput, error)

GetDefaultPatchBaseline provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetDeployablePatchSnapshotForInstance

func (_m *IClient) GetDeployablePatchSnapshotForInstance(ctx context.Context, params *ssm.GetDeployablePatchSnapshotForInstanceInput, optFns ...func(*ssm.Options)) (*ssm.GetDeployablePatchSnapshotForInstanceOutput, error)

GetDeployablePatchSnapshotForInstance provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetDocument

func (_m *IClient) GetDocument(ctx context.Context, params *ssm.GetDocumentInput, optFns ...func(*ssm.Options)) (*ssm.GetDocumentOutput, error)

GetDocument provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetExecutionPreview added in v0.1.0

func (_m *IClient) GetExecutionPreview(ctx context.Context, params *ssm.GetExecutionPreviewInput, optFns ...func(*ssm.Options)) (*ssm.GetExecutionPreviewOutput, error)

GetExecutionPreview provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetInventory

func (_m *IClient) GetInventory(ctx context.Context, params *ssm.GetInventoryInput, optFns ...func(*ssm.Options)) (*ssm.GetInventoryOutput, error)

GetInventory provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetInventorySchema

func (_m *IClient) GetInventorySchema(ctx context.Context, params *ssm.GetInventorySchemaInput, optFns ...func(*ssm.Options)) (*ssm.GetInventorySchemaOutput, error)

GetInventorySchema provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetMaintenanceWindow

func (_m *IClient) GetMaintenanceWindow(ctx context.Context, params *ssm.GetMaintenanceWindowInput, optFns ...func(*ssm.Options)) (*ssm.GetMaintenanceWindowOutput, error)

GetMaintenanceWindow provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetMaintenanceWindowExecution

func (_m *IClient) GetMaintenanceWindowExecution(ctx context.Context, params *ssm.GetMaintenanceWindowExecutionInput, optFns ...func(*ssm.Options)) (*ssm.GetMaintenanceWindowExecutionOutput, error)

GetMaintenanceWindowExecution provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetMaintenanceWindowExecutionTask

func (_m *IClient) GetMaintenanceWindowExecutionTask(ctx context.Context, params *ssm.GetMaintenanceWindowExecutionTaskInput, optFns ...func(*ssm.Options)) (*ssm.GetMaintenanceWindowExecutionTaskOutput, error)

GetMaintenanceWindowExecutionTask provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetMaintenanceWindowExecutionTaskInvocation

func (_m *IClient) GetMaintenanceWindowExecutionTaskInvocation(ctx context.Context, params *ssm.GetMaintenanceWindowExecutionTaskInvocationInput, optFns ...func(*ssm.Options)) (*ssm.GetMaintenanceWindowExecutionTaskInvocationOutput, error)

GetMaintenanceWindowExecutionTaskInvocation provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetMaintenanceWindowTask

func (_m *IClient) GetMaintenanceWindowTask(ctx context.Context, params *ssm.GetMaintenanceWindowTaskInput, optFns ...func(*ssm.Options)) (*ssm.GetMaintenanceWindowTaskOutput, error)

GetMaintenanceWindowTask provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetOpsItem

func (_m *IClient) GetOpsItem(ctx context.Context, params *ssm.GetOpsItemInput, optFns ...func(*ssm.Options)) (*ssm.GetOpsItemOutput, error)

GetOpsItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetOpsMetadata

func (_m *IClient) GetOpsMetadata(ctx context.Context, params *ssm.GetOpsMetadataInput, optFns ...func(*ssm.Options)) (*ssm.GetOpsMetadataOutput, error)

GetOpsMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetOpsSummary

func (_m *IClient) GetOpsSummary(ctx context.Context, params *ssm.GetOpsSummaryInput, optFns ...func(*ssm.Options)) (*ssm.GetOpsSummaryOutput, error)

GetOpsSummary provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetParameter

func (_m *IClient) GetParameter(ctx context.Context, params *ssm.GetParameterInput, optFns ...func(*ssm.Options)) (*ssm.GetParameterOutput, error)

GetParameter provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetParameterHistory

func (_m *IClient) GetParameterHistory(ctx context.Context, params *ssm.GetParameterHistoryInput, optFns ...func(*ssm.Options)) (*ssm.GetParameterHistoryOutput, error)

GetParameterHistory provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetParameters

func (_m *IClient) GetParameters(ctx context.Context, params *ssm.GetParametersInput, optFns ...func(*ssm.Options)) (*ssm.GetParametersOutput, error)

GetParameters provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetParametersByPath

func (_m *IClient) GetParametersByPath(ctx context.Context, params *ssm.GetParametersByPathInput, optFns ...func(*ssm.Options)) (*ssm.GetParametersByPathOutput, error)

GetParametersByPath provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetPatchBaseline

func (_m *IClient) GetPatchBaseline(ctx context.Context, params *ssm.GetPatchBaselineInput, optFns ...func(*ssm.Options)) (*ssm.GetPatchBaselineOutput, error)

GetPatchBaseline provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetPatchBaselineForPatchGroup

func (_m *IClient) GetPatchBaselineForPatchGroup(ctx context.Context, params *ssm.GetPatchBaselineForPatchGroupInput, optFns ...func(*ssm.Options)) (*ssm.GetPatchBaselineForPatchGroupOutput, error)

GetPatchBaselineForPatchGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetResourcePolicies

func (_m *IClient) GetResourcePolicies(ctx context.Context, params *ssm.GetResourcePoliciesInput, optFns ...func(*ssm.Options)) (*ssm.GetResourcePoliciesOutput, error)

GetResourcePolicies provides a mock function with given fields: ctx, params, optFns

func (*IClient) GetServiceSetting

func (_m *IClient) GetServiceSetting(ctx context.Context, params *ssm.GetServiceSettingInput, optFns ...func(*ssm.Options)) (*ssm.GetServiceSettingOutput, error)

GetServiceSetting provides a mock function with given fields: ctx, params, optFns

func (*IClient) LabelParameterVersion

func (_m *IClient) LabelParameterVersion(ctx context.Context, params *ssm.LabelParameterVersionInput, optFns ...func(*ssm.Options)) (*ssm.LabelParameterVersionOutput, error)

LabelParameterVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAssociationVersions

func (_m *IClient) ListAssociationVersions(ctx context.Context, params *ssm.ListAssociationVersionsInput, optFns ...func(*ssm.Options)) (*ssm.ListAssociationVersionsOutput, error)

ListAssociationVersions provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListAssociations

func (_m *IClient) ListAssociations(ctx context.Context, params *ssm.ListAssociationsInput, optFns ...func(*ssm.Options)) (*ssm.ListAssociationsOutput, error)

ListAssociations provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListCommandInvocations

func (_m *IClient) ListCommandInvocations(ctx context.Context, params *ssm.ListCommandInvocationsInput, optFns ...func(*ssm.Options)) (*ssm.ListCommandInvocationsOutput, error)

ListCommandInvocations provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListCommands

func (_m *IClient) ListCommands(ctx context.Context, params *ssm.ListCommandsInput, optFns ...func(*ssm.Options)) (*ssm.ListCommandsOutput, error)

ListCommands provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListComplianceItems

func (_m *IClient) ListComplianceItems(ctx context.Context, params *ssm.ListComplianceItemsInput, optFns ...func(*ssm.Options)) (*ssm.ListComplianceItemsOutput, error)

ListComplianceItems provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListComplianceSummaries

func (_m *IClient) ListComplianceSummaries(ctx context.Context, params *ssm.ListComplianceSummariesInput, optFns ...func(*ssm.Options)) (*ssm.ListComplianceSummariesOutput, error)

ListComplianceSummaries provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDocumentMetadataHistory

func (_m *IClient) ListDocumentMetadataHistory(ctx context.Context, params *ssm.ListDocumentMetadataHistoryInput, optFns ...func(*ssm.Options)) (*ssm.ListDocumentMetadataHistoryOutput, error)

ListDocumentMetadataHistory provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDocumentVersions

func (_m *IClient) ListDocumentVersions(ctx context.Context, params *ssm.ListDocumentVersionsInput, optFns ...func(*ssm.Options)) (*ssm.ListDocumentVersionsOutput, error)

ListDocumentVersions provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListDocuments

func (_m *IClient) ListDocuments(ctx context.Context, params *ssm.ListDocumentsInput, optFns ...func(*ssm.Options)) (*ssm.ListDocumentsOutput, error)

ListDocuments provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListInventoryEntries

func (_m *IClient) ListInventoryEntries(ctx context.Context, params *ssm.ListInventoryEntriesInput, optFns ...func(*ssm.Options)) (*ssm.ListInventoryEntriesOutput, error)

ListInventoryEntries provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListNodes added in v0.1.0

func (_m *IClient) ListNodes(ctx context.Context, params *ssm.ListNodesInput, optFns ...func(*ssm.Options)) (*ssm.ListNodesOutput, error)

ListNodes provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListNodesSummary added in v0.1.0

func (_m *IClient) ListNodesSummary(ctx context.Context, params *ssm.ListNodesSummaryInput, optFns ...func(*ssm.Options)) (*ssm.ListNodesSummaryOutput, error)

ListNodesSummary provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListOpsItemEvents

func (_m *IClient) ListOpsItemEvents(ctx context.Context, params *ssm.ListOpsItemEventsInput, optFns ...func(*ssm.Options)) (*ssm.ListOpsItemEventsOutput, error)

ListOpsItemEvents provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListOpsItemRelatedItems

func (_m *IClient) ListOpsItemRelatedItems(ctx context.Context, params *ssm.ListOpsItemRelatedItemsInput, optFns ...func(*ssm.Options)) (*ssm.ListOpsItemRelatedItemsOutput, error)

ListOpsItemRelatedItems provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListOpsMetadata

func (_m *IClient) ListOpsMetadata(ctx context.Context, params *ssm.ListOpsMetadataInput, optFns ...func(*ssm.Options)) (*ssm.ListOpsMetadataOutput, error)

ListOpsMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListResourceComplianceSummaries

func (_m *IClient) ListResourceComplianceSummaries(ctx context.Context, params *ssm.ListResourceComplianceSummariesInput, optFns ...func(*ssm.Options)) (*ssm.ListResourceComplianceSummariesOutput, error)

ListResourceComplianceSummaries provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListResourceDataSync

func (_m *IClient) ListResourceDataSync(ctx context.Context, params *ssm.ListResourceDataSyncInput, optFns ...func(*ssm.Options)) (*ssm.ListResourceDataSyncOutput, error)

ListResourceDataSync provides a mock function with given fields: ctx, params, optFns

func (*IClient) ListTagsForResource

func (_m *IClient) ListTagsForResource(ctx context.Context, params *ssm.ListTagsForResourceInput, optFns ...func(*ssm.Options)) (*ssm.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) ModifyDocumentPermission

func (_m *IClient) ModifyDocumentPermission(ctx context.Context, params *ssm.ModifyDocumentPermissionInput, optFns ...func(*ssm.Options)) (*ssm.ModifyDocumentPermissionOutput, error)

ModifyDocumentPermission provides a mock function with given fields: ctx, params, optFns

func (*IClient) Options

func (_m *IClient) Options() ssm.Options

Options provides a mock function with given fields:

func (*IClient) PutComplianceItems

func (_m *IClient) PutComplianceItems(ctx context.Context, params *ssm.PutComplianceItemsInput, optFns ...func(*ssm.Options)) (*ssm.PutComplianceItemsOutput, error)

PutComplianceItems provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutInventory

func (_m *IClient) PutInventory(ctx context.Context, params *ssm.PutInventoryInput, optFns ...func(*ssm.Options)) (*ssm.PutInventoryOutput, error)

PutInventory provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutParameter

func (_m *IClient) PutParameter(ctx context.Context, params *ssm.PutParameterInput, optFns ...func(*ssm.Options)) (*ssm.PutParameterOutput, error)

PutParameter provides a mock function with given fields: ctx, params, optFns

func (*IClient) PutResourcePolicy

func (_m *IClient) PutResourcePolicy(ctx context.Context, params *ssm.PutResourcePolicyInput, optFns ...func(*ssm.Options)) (*ssm.PutResourcePolicyOutput, error)

PutResourcePolicy provides a mock function with given fields: ctx, params, optFns

func (*IClient) RegisterDefaultPatchBaseline

func (_m *IClient) RegisterDefaultPatchBaseline(ctx context.Context, params *ssm.RegisterDefaultPatchBaselineInput, optFns ...func(*ssm.Options)) (*ssm.RegisterDefaultPatchBaselineOutput, error)

RegisterDefaultPatchBaseline provides a mock function with given fields: ctx, params, optFns

func (*IClient) RegisterPatchBaselineForPatchGroup

func (_m *IClient) RegisterPatchBaselineForPatchGroup(ctx context.Context, params *ssm.RegisterPatchBaselineForPatchGroupInput, optFns ...func(*ssm.Options)) (*ssm.RegisterPatchBaselineForPatchGroupOutput, error)

RegisterPatchBaselineForPatchGroup provides a mock function with given fields: ctx, params, optFns

func (*IClient) RegisterTargetWithMaintenanceWindow

func (_m *IClient) RegisterTargetWithMaintenanceWindow(ctx context.Context, params *ssm.RegisterTargetWithMaintenanceWindowInput, optFns ...func(*ssm.Options)) (*ssm.RegisterTargetWithMaintenanceWindowOutput, error)

RegisterTargetWithMaintenanceWindow provides a mock function with given fields: ctx, params, optFns

func (*IClient) RegisterTaskWithMaintenanceWindow

func (_m *IClient) RegisterTaskWithMaintenanceWindow(ctx context.Context, params *ssm.RegisterTaskWithMaintenanceWindowInput, optFns ...func(*ssm.Options)) (*ssm.RegisterTaskWithMaintenanceWindowOutput, error)

RegisterTaskWithMaintenanceWindow provides a mock function with given fields: ctx, params, optFns

func (*IClient) RemoveTagsFromResource

func (_m *IClient) RemoveTagsFromResource(ctx context.Context, params *ssm.RemoveTagsFromResourceInput, optFns ...func(*ssm.Options)) (*ssm.RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource provides a mock function with given fields: ctx, params, optFns

func (*IClient) ResetServiceSetting

func (_m *IClient) ResetServiceSetting(ctx context.Context, params *ssm.ResetServiceSettingInput, optFns ...func(*ssm.Options)) (*ssm.ResetServiceSettingOutput, error)

ResetServiceSetting provides a mock function with given fields: ctx, params, optFns

func (*IClient) ResumeSession

func (_m *IClient) ResumeSession(ctx context.Context, params *ssm.ResumeSessionInput, optFns ...func(*ssm.Options)) (*ssm.ResumeSessionOutput, error)

ResumeSession provides a mock function with given fields: ctx, params, optFns

func (*IClient) SendAutomationSignal

func (_m *IClient) SendAutomationSignal(ctx context.Context, params *ssm.SendAutomationSignalInput, optFns ...func(*ssm.Options)) (*ssm.SendAutomationSignalOutput, error)

SendAutomationSignal provides a mock function with given fields: ctx, params, optFns

func (*IClient) SendCommand

func (_m *IClient) SendCommand(ctx context.Context, params *ssm.SendCommandInput, optFns ...func(*ssm.Options)) (*ssm.SendCommandOutput, error)

SendCommand provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartAssociationsOnce

func (_m *IClient) StartAssociationsOnce(ctx context.Context, params *ssm.StartAssociationsOnceInput, optFns ...func(*ssm.Options)) (*ssm.StartAssociationsOnceOutput, error)

StartAssociationsOnce provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartAutomationExecution

func (_m *IClient) StartAutomationExecution(ctx context.Context, params *ssm.StartAutomationExecutionInput, optFns ...func(*ssm.Options)) (*ssm.StartAutomationExecutionOutput, error)

StartAutomationExecution provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartChangeRequestExecution

func (_m *IClient) StartChangeRequestExecution(ctx context.Context, params *ssm.StartChangeRequestExecutionInput, optFns ...func(*ssm.Options)) (*ssm.StartChangeRequestExecutionOutput, error)

StartChangeRequestExecution provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartExecutionPreview added in v0.1.0

func (_m *IClient) StartExecutionPreview(ctx context.Context, params *ssm.StartExecutionPreviewInput, optFns ...func(*ssm.Options)) (*ssm.StartExecutionPreviewOutput, error)

StartExecutionPreview provides a mock function with given fields: ctx, params, optFns

func (*IClient) StartSession

func (_m *IClient) StartSession(ctx context.Context, params *ssm.StartSessionInput, optFns ...func(*ssm.Options)) (*ssm.StartSessionOutput, error)

StartSession provides a mock function with given fields: ctx, params, optFns

func (*IClient) StopAutomationExecution

func (_m *IClient) StopAutomationExecution(ctx context.Context, params *ssm.StopAutomationExecutionInput, optFns ...func(*ssm.Options)) (*ssm.StopAutomationExecutionOutput, error)

StopAutomationExecution provides a mock function with given fields: ctx, params, optFns

func (*IClient) TerminateSession

func (_m *IClient) TerminateSession(ctx context.Context, params *ssm.TerminateSessionInput, optFns ...func(*ssm.Options)) (*ssm.TerminateSessionOutput, error)

TerminateSession provides a mock function with given fields: ctx, params, optFns

func (*IClient) UnlabelParameterVersion

func (_m *IClient) UnlabelParameterVersion(ctx context.Context, params *ssm.UnlabelParameterVersionInput, optFns ...func(*ssm.Options)) (*ssm.UnlabelParameterVersionOutput, error)

UnlabelParameterVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateAssociation

func (_m *IClient) UpdateAssociation(ctx context.Context, params *ssm.UpdateAssociationInput, optFns ...func(*ssm.Options)) (*ssm.UpdateAssociationOutput, error)

UpdateAssociation provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateAssociationStatus

func (_m *IClient) UpdateAssociationStatus(ctx context.Context, params *ssm.UpdateAssociationStatusInput, optFns ...func(*ssm.Options)) (*ssm.UpdateAssociationStatusOutput, error)

UpdateAssociationStatus provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateDocument

func (_m *IClient) UpdateDocument(ctx context.Context, params *ssm.UpdateDocumentInput, optFns ...func(*ssm.Options)) (*ssm.UpdateDocumentOutput, error)

UpdateDocument provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateDocumentDefaultVersion

func (_m *IClient) UpdateDocumentDefaultVersion(ctx context.Context, params *ssm.UpdateDocumentDefaultVersionInput, optFns ...func(*ssm.Options)) (*ssm.UpdateDocumentDefaultVersionOutput, error)

UpdateDocumentDefaultVersion provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateDocumentMetadata

func (_m *IClient) UpdateDocumentMetadata(ctx context.Context, params *ssm.UpdateDocumentMetadataInput, optFns ...func(*ssm.Options)) (*ssm.UpdateDocumentMetadataOutput, error)

UpdateDocumentMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateMaintenanceWindow

func (_m *IClient) UpdateMaintenanceWindow(ctx context.Context, params *ssm.UpdateMaintenanceWindowInput, optFns ...func(*ssm.Options)) (*ssm.UpdateMaintenanceWindowOutput, error)

UpdateMaintenanceWindow provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateMaintenanceWindowTarget

func (_m *IClient) UpdateMaintenanceWindowTarget(ctx context.Context, params *ssm.UpdateMaintenanceWindowTargetInput, optFns ...func(*ssm.Options)) (*ssm.UpdateMaintenanceWindowTargetOutput, error)

UpdateMaintenanceWindowTarget provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateMaintenanceWindowTask

func (_m *IClient) UpdateMaintenanceWindowTask(ctx context.Context, params *ssm.UpdateMaintenanceWindowTaskInput, optFns ...func(*ssm.Options)) (*ssm.UpdateMaintenanceWindowTaskOutput, error)

UpdateMaintenanceWindowTask provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateManagedInstanceRole

func (_m *IClient) UpdateManagedInstanceRole(ctx context.Context, params *ssm.UpdateManagedInstanceRoleInput, optFns ...func(*ssm.Options)) (*ssm.UpdateManagedInstanceRoleOutput, error)

UpdateManagedInstanceRole provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateOpsItem

func (_m *IClient) UpdateOpsItem(ctx context.Context, params *ssm.UpdateOpsItemInput, optFns ...func(*ssm.Options)) (*ssm.UpdateOpsItemOutput, error)

UpdateOpsItem provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateOpsMetadata

func (_m *IClient) UpdateOpsMetadata(ctx context.Context, params *ssm.UpdateOpsMetadataInput, optFns ...func(*ssm.Options)) (*ssm.UpdateOpsMetadataOutput, error)

UpdateOpsMetadata provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdatePatchBaseline

func (_m *IClient) UpdatePatchBaseline(ctx context.Context, params *ssm.UpdatePatchBaselineInput, optFns ...func(*ssm.Options)) (*ssm.UpdatePatchBaselineOutput, error)

UpdatePatchBaseline provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateResourceDataSync

func (_m *IClient) UpdateResourceDataSync(ctx context.Context, params *ssm.UpdateResourceDataSyncInput, optFns ...func(*ssm.Options)) (*ssm.UpdateResourceDataSyncOutput, error)

UpdateResourceDataSync provides a mock function with given fields: ctx, params, optFns

func (*IClient) UpdateServiceSetting

func (_m *IClient) UpdateServiceSetting(ctx context.Context, params *ssm.UpdateServiceSettingInput, optFns ...func(*ssm.Options)) (*ssm.UpdateServiceSettingOutput, error)

UpdateServiceSetting provides a mock function with given fields: ctx, params, optFns

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL