mocks

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2024 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) AddRoleToDBCluster

func (_m *IClient) AddRoleToDBCluster(ctx context.Context, params *neptune.AddRoleToDBClusterInput, optFns ...func(*neptune.Options)) (*neptune.AddRoleToDBClusterOutput, error)

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

func (*IClient) AddSourceIdentifierToSubscription

func (_m *IClient) AddSourceIdentifierToSubscription(ctx context.Context, params *neptune.AddSourceIdentifierToSubscriptionInput, optFns ...func(*neptune.Options)) (*neptune.AddSourceIdentifierToSubscriptionOutput, error)

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

func (*IClient) AddTagsToResource

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

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

func (*IClient) ApplyPendingMaintenanceAction

func (_m *IClient) ApplyPendingMaintenanceAction(ctx context.Context, params *neptune.ApplyPendingMaintenanceActionInput, optFns ...func(*neptune.Options)) (*neptune.ApplyPendingMaintenanceActionOutput, error)

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

func (*IClient) CopyDBClusterParameterGroup

func (_m *IClient) CopyDBClusterParameterGroup(ctx context.Context, params *neptune.CopyDBClusterParameterGroupInput, optFns ...func(*neptune.Options)) (*neptune.CopyDBClusterParameterGroupOutput, error)

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

func (*IClient) CopyDBClusterSnapshot

func (_m *IClient) CopyDBClusterSnapshot(ctx context.Context, params *neptune.CopyDBClusterSnapshotInput, optFns ...func(*neptune.Options)) (*neptune.CopyDBClusterSnapshotOutput, error)

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

func (*IClient) CopyDBParameterGroup

func (_m *IClient) CopyDBParameterGroup(ctx context.Context, params *neptune.CopyDBParameterGroupInput, optFns ...func(*neptune.Options)) (*neptune.CopyDBParameterGroupOutput, error)

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

func (*IClient) CreateDBCluster

func (_m *IClient) CreateDBCluster(ctx context.Context, params *neptune.CreateDBClusterInput, optFns ...func(*neptune.Options)) (*neptune.CreateDBClusterOutput, error)

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

func (*IClient) CreateDBClusterEndpoint

func (_m *IClient) CreateDBClusterEndpoint(ctx context.Context, params *neptune.CreateDBClusterEndpointInput, optFns ...func(*neptune.Options)) (*neptune.CreateDBClusterEndpointOutput, error)

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

func (*IClient) CreateDBClusterParameterGroup

func (_m *IClient) CreateDBClusterParameterGroup(ctx context.Context, params *neptune.CreateDBClusterParameterGroupInput, optFns ...func(*neptune.Options)) (*neptune.CreateDBClusterParameterGroupOutput, error)

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

func (*IClient) CreateDBClusterSnapshot

func (_m *IClient) CreateDBClusterSnapshot(ctx context.Context, params *neptune.CreateDBClusterSnapshotInput, optFns ...func(*neptune.Options)) (*neptune.CreateDBClusterSnapshotOutput, error)

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

func (*IClient) CreateDBInstance

func (_m *IClient) CreateDBInstance(ctx context.Context, params *neptune.CreateDBInstanceInput, optFns ...func(*neptune.Options)) (*neptune.CreateDBInstanceOutput, error)

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

func (*IClient) CreateDBParameterGroup

func (_m *IClient) CreateDBParameterGroup(ctx context.Context, params *neptune.CreateDBParameterGroupInput, optFns ...func(*neptune.Options)) (*neptune.CreateDBParameterGroupOutput, error)

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

func (*IClient) CreateDBSubnetGroup

func (_m *IClient) CreateDBSubnetGroup(ctx context.Context, params *neptune.CreateDBSubnetGroupInput, optFns ...func(*neptune.Options)) (*neptune.CreateDBSubnetGroupOutput, error)

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

func (*IClient) CreateEventSubscription

func (_m *IClient) CreateEventSubscription(ctx context.Context, params *neptune.CreateEventSubscriptionInput, optFns ...func(*neptune.Options)) (*neptune.CreateEventSubscriptionOutput, error)

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

func (*IClient) CreateGlobalCluster

func (_m *IClient) CreateGlobalCluster(ctx context.Context, params *neptune.CreateGlobalClusterInput, optFns ...func(*neptune.Options)) (*neptune.CreateGlobalClusterOutput, error)

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

func (*IClient) DeleteDBCluster

func (_m *IClient) DeleteDBCluster(ctx context.Context, params *neptune.DeleteDBClusterInput, optFns ...func(*neptune.Options)) (*neptune.DeleteDBClusterOutput, error)

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

func (*IClient) DeleteDBClusterEndpoint

func (_m *IClient) DeleteDBClusterEndpoint(ctx context.Context, params *neptune.DeleteDBClusterEndpointInput, optFns ...func(*neptune.Options)) (*neptune.DeleteDBClusterEndpointOutput, error)

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

func (*IClient) DeleteDBClusterParameterGroup

func (_m *IClient) DeleteDBClusterParameterGroup(ctx context.Context, params *neptune.DeleteDBClusterParameterGroupInput, optFns ...func(*neptune.Options)) (*neptune.DeleteDBClusterParameterGroupOutput, error)

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

func (*IClient) DeleteDBClusterSnapshot

func (_m *IClient) DeleteDBClusterSnapshot(ctx context.Context, params *neptune.DeleteDBClusterSnapshotInput, optFns ...func(*neptune.Options)) (*neptune.DeleteDBClusterSnapshotOutput, error)

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

func (*IClient) DeleteDBInstance

func (_m *IClient) DeleteDBInstance(ctx context.Context, params *neptune.DeleteDBInstanceInput, optFns ...func(*neptune.Options)) (*neptune.DeleteDBInstanceOutput, error)

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

func (*IClient) DeleteDBParameterGroup

func (_m *IClient) DeleteDBParameterGroup(ctx context.Context, params *neptune.DeleteDBParameterGroupInput, optFns ...func(*neptune.Options)) (*neptune.DeleteDBParameterGroupOutput, error)

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

func (*IClient) DeleteDBSubnetGroup

func (_m *IClient) DeleteDBSubnetGroup(ctx context.Context, params *neptune.DeleteDBSubnetGroupInput, optFns ...func(*neptune.Options)) (*neptune.DeleteDBSubnetGroupOutput, error)

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

func (*IClient) DeleteEventSubscription

func (_m *IClient) DeleteEventSubscription(ctx context.Context, params *neptune.DeleteEventSubscriptionInput, optFns ...func(*neptune.Options)) (*neptune.DeleteEventSubscriptionOutput, error)

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

func (*IClient) DeleteGlobalCluster

func (_m *IClient) DeleteGlobalCluster(ctx context.Context, params *neptune.DeleteGlobalClusterInput, optFns ...func(*neptune.Options)) (*neptune.DeleteGlobalClusterOutput, error)

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

func (*IClient) DescribeDBClusterEndpoints

func (_m *IClient) DescribeDBClusterEndpoints(ctx context.Context, params *neptune.DescribeDBClusterEndpointsInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBClusterEndpointsOutput, error)

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

func (*IClient) DescribeDBClusterParameterGroups

func (_m *IClient) DescribeDBClusterParameterGroups(ctx context.Context, params *neptune.DescribeDBClusterParameterGroupsInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBClusterParameterGroupsOutput, error)

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

func (*IClient) DescribeDBClusterParameters

func (_m *IClient) DescribeDBClusterParameters(ctx context.Context, params *neptune.DescribeDBClusterParametersInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBClusterParametersOutput, error)

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

func (*IClient) DescribeDBClusterSnapshotAttributes

func (_m *IClient) DescribeDBClusterSnapshotAttributes(ctx context.Context, params *neptune.DescribeDBClusterSnapshotAttributesInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBClusterSnapshotAttributesOutput, error)

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

func (*IClient) DescribeDBClusterSnapshots

func (_m *IClient) DescribeDBClusterSnapshots(ctx context.Context, params *neptune.DescribeDBClusterSnapshotsInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBClusterSnapshotsOutput, error)

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

func (*IClient) DescribeDBClusters

func (_m *IClient) DescribeDBClusters(ctx context.Context, params *neptune.DescribeDBClustersInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBClustersOutput, error)

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

func (*IClient) DescribeDBEngineVersions

func (_m *IClient) DescribeDBEngineVersions(ctx context.Context, params *neptune.DescribeDBEngineVersionsInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBEngineVersionsOutput, error)

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

func (*IClient) DescribeDBInstances

func (_m *IClient) DescribeDBInstances(ctx context.Context, params *neptune.DescribeDBInstancesInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBInstancesOutput, error)

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

func (*IClient) DescribeDBParameterGroups

func (_m *IClient) DescribeDBParameterGroups(ctx context.Context, params *neptune.DescribeDBParameterGroupsInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBParameterGroupsOutput, error)

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

func (*IClient) DescribeDBParameters

func (_m *IClient) DescribeDBParameters(ctx context.Context, params *neptune.DescribeDBParametersInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBParametersOutput, error)

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

func (*IClient) DescribeDBSubnetGroups

func (_m *IClient) DescribeDBSubnetGroups(ctx context.Context, params *neptune.DescribeDBSubnetGroupsInput, optFns ...func(*neptune.Options)) (*neptune.DescribeDBSubnetGroupsOutput, error)

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

func (*IClient) DescribeEngineDefaultClusterParameters

func (_m *IClient) DescribeEngineDefaultClusterParameters(ctx context.Context, params *neptune.DescribeEngineDefaultClusterParametersInput, optFns ...func(*neptune.Options)) (*neptune.DescribeEngineDefaultClusterParametersOutput, error)

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

func (*IClient) DescribeEngineDefaultParameters

func (_m *IClient) DescribeEngineDefaultParameters(ctx context.Context, params *neptune.DescribeEngineDefaultParametersInput, optFns ...func(*neptune.Options)) (*neptune.DescribeEngineDefaultParametersOutput, error)

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

func (*IClient) DescribeEventCategories

func (_m *IClient) DescribeEventCategories(ctx context.Context, params *neptune.DescribeEventCategoriesInput, optFns ...func(*neptune.Options)) (*neptune.DescribeEventCategoriesOutput, error)

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

func (*IClient) DescribeEventSubscriptions

func (_m *IClient) DescribeEventSubscriptions(ctx context.Context, params *neptune.DescribeEventSubscriptionsInput, optFns ...func(*neptune.Options)) (*neptune.DescribeEventSubscriptionsOutput, error)

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

func (*IClient) DescribeEvents

func (_m *IClient) DescribeEvents(ctx context.Context, params *neptune.DescribeEventsInput, optFns ...func(*neptune.Options)) (*neptune.DescribeEventsOutput, error)

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

func (*IClient) DescribeGlobalClusters

func (_m *IClient) DescribeGlobalClusters(ctx context.Context, params *neptune.DescribeGlobalClustersInput, optFns ...func(*neptune.Options)) (*neptune.DescribeGlobalClustersOutput, error)

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

func (*IClient) DescribeOrderableDBInstanceOptions

func (_m *IClient) DescribeOrderableDBInstanceOptions(ctx context.Context, params *neptune.DescribeOrderableDBInstanceOptionsInput, optFns ...func(*neptune.Options)) (*neptune.DescribeOrderableDBInstanceOptionsOutput, error)

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

func (*IClient) DescribePendingMaintenanceActions

func (_m *IClient) DescribePendingMaintenanceActions(ctx context.Context, params *neptune.DescribePendingMaintenanceActionsInput, optFns ...func(*neptune.Options)) (*neptune.DescribePendingMaintenanceActionsOutput, error)

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

func (*IClient) DescribeValidDBInstanceModifications

func (_m *IClient) DescribeValidDBInstanceModifications(ctx context.Context, params *neptune.DescribeValidDBInstanceModificationsInput, optFns ...func(*neptune.Options)) (*neptune.DescribeValidDBInstanceModificationsOutput, error)

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

func (*IClient) FailoverDBCluster

func (_m *IClient) FailoverDBCluster(ctx context.Context, params *neptune.FailoverDBClusterInput, optFns ...func(*neptune.Options)) (*neptune.FailoverDBClusterOutput, error)

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

func (*IClient) FailoverGlobalCluster

func (_m *IClient) FailoverGlobalCluster(ctx context.Context, params *neptune.FailoverGlobalClusterInput, optFns ...func(*neptune.Options)) (*neptune.FailoverGlobalClusterOutput, error)

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

func (*IClient) ListTagsForResource

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

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

func (*IClient) ModifyDBCluster

func (_m *IClient) ModifyDBCluster(ctx context.Context, params *neptune.ModifyDBClusterInput, optFns ...func(*neptune.Options)) (*neptune.ModifyDBClusterOutput, error)

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

func (*IClient) ModifyDBClusterEndpoint

func (_m *IClient) ModifyDBClusterEndpoint(ctx context.Context, params *neptune.ModifyDBClusterEndpointInput, optFns ...func(*neptune.Options)) (*neptune.ModifyDBClusterEndpointOutput, error)

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

func (*IClient) ModifyDBClusterParameterGroup

func (_m *IClient) ModifyDBClusterParameterGroup(ctx context.Context, params *neptune.ModifyDBClusterParameterGroupInput, optFns ...func(*neptune.Options)) (*neptune.ModifyDBClusterParameterGroupOutput, error)

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

func (*IClient) ModifyDBClusterSnapshotAttribute

func (_m *IClient) ModifyDBClusterSnapshotAttribute(ctx context.Context, params *neptune.ModifyDBClusterSnapshotAttributeInput, optFns ...func(*neptune.Options)) (*neptune.ModifyDBClusterSnapshotAttributeOutput, error)

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

func (*IClient) ModifyDBInstance

func (_m *IClient) ModifyDBInstance(ctx context.Context, params *neptune.ModifyDBInstanceInput, optFns ...func(*neptune.Options)) (*neptune.ModifyDBInstanceOutput, error)

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

func (*IClient) ModifyDBParameterGroup

func (_m *IClient) ModifyDBParameterGroup(ctx context.Context, params *neptune.ModifyDBParameterGroupInput, optFns ...func(*neptune.Options)) (*neptune.ModifyDBParameterGroupOutput, error)

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

func (*IClient) ModifyDBSubnetGroup

func (_m *IClient) ModifyDBSubnetGroup(ctx context.Context, params *neptune.ModifyDBSubnetGroupInput, optFns ...func(*neptune.Options)) (*neptune.ModifyDBSubnetGroupOutput, error)

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

func (*IClient) ModifyEventSubscription

func (_m *IClient) ModifyEventSubscription(ctx context.Context, params *neptune.ModifyEventSubscriptionInput, optFns ...func(*neptune.Options)) (*neptune.ModifyEventSubscriptionOutput, error)

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

func (*IClient) ModifyGlobalCluster

func (_m *IClient) ModifyGlobalCluster(ctx context.Context, params *neptune.ModifyGlobalClusterInput, optFns ...func(*neptune.Options)) (*neptune.ModifyGlobalClusterOutput, error)

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) PromoteReadReplicaDBCluster

func (_m *IClient) PromoteReadReplicaDBCluster(ctx context.Context, params *neptune.PromoteReadReplicaDBClusterInput, optFns ...func(*neptune.Options)) (*neptune.PromoteReadReplicaDBClusterOutput, error)

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

func (*IClient) RebootDBInstance

func (_m *IClient) RebootDBInstance(ctx context.Context, params *neptune.RebootDBInstanceInput, optFns ...func(*neptune.Options)) (*neptune.RebootDBInstanceOutput, error)

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

func (*IClient) RemoveFromGlobalCluster

func (_m *IClient) RemoveFromGlobalCluster(ctx context.Context, params *neptune.RemoveFromGlobalClusterInput, optFns ...func(*neptune.Options)) (*neptune.RemoveFromGlobalClusterOutput, error)

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

func (*IClient) RemoveRoleFromDBCluster

func (_m *IClient) RemoveRoleFromDBCluster(ctx context.Context, params *neptune.RemoveRoleFromDBClusterInput, optFns ...func(*neptune.Options)) (*neptune.RemoveRoleFromDBClusterOutput, error)

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

func (*IClient) RemoveSourceIdentifierFromSubscription

func (_m *IClient) RemoveSourceIdentifierFromSubscription(ctx context.Context, params *neptune.RemoveSourceIdentifierFromSubscriptionInput, optFns ...func(*neptune.Options)) (*neptune.RemoveSourceIdentifierFromSubscriptionOutput, error)

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

func (*IClient) RemoveTagsFromResource

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

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

func (*IClient) ResetDBClusterParameterGroup

func (_m *IClient) ResetDBClusterParameterGroup(ctx context.Context, params *neptune.ResetDBClusterParameterGroupInput, optFns ...func(*neptune.Options)) (*neptune.ResetDBClusterParameterGroupOutput, error)

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

func (*IClient) ResetDBParameterGroup

func (_m *IClient) ResetDBParameterGroup(ctx context.Context, params *neptune.ResetDBParameterGroupInput, optFns ...func(*neptune.Options)) (*neptune.ResetDBParameterGroupOutput, error)

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

func (*IClient) RestoreDBClusterFromSnapshot

func (_m *IClient) RestoreDBClusterFromSnapshot(ctx context.Context, params *neptune.RestoreDBClusterFromSnapshotInput, optFns ...func(*neptune.Options)) (*neptune.RestoreDBClusterFromSnapshotOutput, error)

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

func (*IClient) RestoreDBClusterToPointInTime

func (_m *IClient) RestoreDBClusterToPointInTime(ctx context.Context, params *neptune.RestoreDBClusterToPointInTimeInput, optFns ...func(*neptune.Options)) (*neptune.RestoreDBClusterToPointInTimeOutput, error)

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

func (*IClient) StartDBCluster

func (_m *IClient) StartDBCluster(ctx context.Context, params *neptune.StartDBClusterInput, optFns ...func(*neptune.Options)) (*neptune.StartDBClusterOutput, error)

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

func (*IClient) StopDBCluster

func (_m *IClient) StopDBCluster(ctx context.Context, params *neptune.StopDBClusterInput, optFns ...func(*neptune.Options)) (*neptune.StopDBClusterOutput, error)

StopDBCluster 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