mocks

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 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) AcceptEnvironmentAccountConnection

func (_m *IClient) AcceptEnvironmentAccountConnection(ctx context.Context, params *proton.AcceptEnvironmentAccountConnectionInput, optFns ...func(*proton.Options)) (*proton.AcceptEnvironmentAccountConnectionOutput, error)

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

func (*IClient) CancelComponentDeployment

func (_m *IClient) CancelComponentDeployment(ctx context.Context, params *proton.CancelComponentDeploymentInput, optFns ...func(*proton.Options)) (*proton.CancelComponentDeploymentOutput, error)

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

func (*IClient) CancelEnvironmentDeployment

func (_m *IClient) CancelEnvironmentDeployment(ctx context.Context, params *proton.CancelEnvironmentDeploymentInput, optFns ...func(*proton.Options)) (*proton.CancelEnvironmentDeploymentOutput, error)

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

func (*IClient) CancelServiceInstanceDeployment

func (_m *IClient) CancelServiceInstanceDeployment(ctx context.Context, params *proton.CancelServiceInstanceDeploymentInput, optFns ...func(*proton.Options)) (*proton.CancelServiceInstanceDeploymentOutput, error)

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

func (*IClient) CancelServicePipelineDeployment

func (_m *IClient) CancelServicePipelineDeployment(ctx context.Context, params *proton.CancelServicePipelineDeploymentInput, optFns ...func(*proton.Options)) (*proton.CancelServicePipelineDeploymentOutput, error)

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

func (*IClient) CreateComponent

func (_m *IClient) CreateComponent(ctx context.Context, params *proton.CreateComponentInput, optFns ...func(*proton.Options)) (*proton.CreateComponentOutput, error)

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

func (*IClient) CreateEnvironment

func (_m *IClient) CreateEnvironment(ctx context.Context, params *proton.CreateEnvironmentInput, optFns ...func(*proton.Options)) (*proton.CreateEnvironmentOutput, error)

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

func (*IClient) CreateEnvironmentAccountConnection

func (_m *IClient) CreateEnvironmentAccountConnection(ctx context.Context, params *proton.CreateEnvironmentAccountConnectionInput, optFns ...func(*proton.Options)) (*proton.CreateEnvironmentAccountConnectionOutput, error)

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

func (*IClient) CreateEnvironmentTemplate

func (_m *IClient) CreateEnvironmentTemplate(ctx context.Context, params *proton.CreateEnvironmentTemplateInput, optFns ...func(*proton.Options)) (*proton.CreateEnvironmentTemplateOutput, error)

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

func (*IClient) CreateEnvironmentTemplateVersion

func (_m *IClient) CreateEnvironmentTemplateVersion(ctx context.Context, params *proton.CreateEnvironmentTemplateVersionInput, optFns ...func(*proton.Options)) (*proton.CreateEnvironmentTemplateVersionOutput, error)

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

func (*IClient) CreateRepository

func (_m *IClient) CreateRepository(ctx context.Context, params *proton.CreateRepositoryInput, optFns ...func(*proton.Options)) (*proton.CreateRepositoryOutput, error)

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

func (*IClient) CreateService

func (_m *IClient) CreateService(ctx context.Context, params *proton.CreateServiceInput, optFns ...func(*proton.Options)) (*proton.CreateServiceOutput, error)

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

func (*IClient) CreateServiceInstance

func (_m *IClient) CreateServiceInstance(ctx context.Context, params *proton.CreateServiceInstanceInput, optFns ...func(*proton.Options)) (*proton.CreateServiceInstanceOutput, error)

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

func (*IClient) CreateServiceSyncConfig

func (_m *IClient) CreateServiceSyncConfig(ctx context.Context, params *proton.CreateServiceSyncConfigInput, optFns ...func(*proton.Options)) (*proton.CreateServiceSyncConfigOutput, error)

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

func (*IClient) CreateServiceTemplate

func (_m *IClient) CreateServiceTemplate(ctx context.Context, params *proton.CreateServiceTemplateInput, optFns ...func(*proton.Options)) (*proton.CreateServiceTemplateOutput, error)

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

func (*IClient) CreateServiceTemplateVersion

func (_m *IClient) CreateServiceTemplateVersion(ctx context.Context, params *proton.CreateServiceTemplateVersionInput, optFns ...func(*proton.Options)) (*proton.CreateServiceTemplateVersionOutput, error)

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

func (*IClient) CreateTemplateSyncConfig

func (_m *IClient) CreateTemplateSyncConfig(ctx context.Context, params *proton.CreateTemplateSyncConfigInput, optFns ...func(*proton.Options)) (*proton.CreateTemplateSyncConfigOutput, error)

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

func (*IClient) DeleteComponent

func (_m *IClient) DeleteComponent(ctx context.Context, params *proton.DeleteComponentInput, optFns ...func(*proton.Options)) (*proton.DeleteComponentOutput, error)

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

func (*IClient) DeleteDeployment

func (_m *IClient) DeleteDeployment(ctx context.Context, params *proton.DeleteDeploymentInput, optFns ...func(*proton.Options)) (*proton.DeleteDeploymentOutput, error)

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

func (*IClient) DeleteEnvironment

func (_m *IClient) DeleteEnvironment(ctx context.Context, params *proton.DeleteEnvironmentInput, optFns ...func(*proton.Options)) (*proton.DeleteEnvironmentOutput, error)

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

func (*IClient) DeleteEnvironmentAccountConnection

func (_m *IClient) DeleteEnvironmentAccountConnection(ctx context.Context, params *proton.DeleteEnvironmentAccountConnectionInput, optFns ...func(*proton.Options)) (*proton.DeleteEnvironmentAccountConnectionOutput, error)

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

func (*IClient) DeleteEnvironmentTemplate

func (_m *IClient) DeleteEnvironmentTemplate(ctx context.Context, params *proton.DeleteEnvironmentTemplateInput, optFns ...func(*proton.Options)) (*proton.DeleteEnvironmentTemplateOutput, error)

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

func (*IClient) DeleteEnvironmentTemplateVersion

func (_m *IClient) DeleteEnvironmentTemplateVersion(ctx context.Context, params *proton.DeleteEnvironmentTemplateVersionInput, optFns ...func(*proton.Options)) (*proton.DeleteEnvironmentTemplateVersionOutput, error)

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

func (*IClient) DeleteRepository

func (_m *IClient) DeleteRepository(ctx context.Context, params *proton.DeleteRepositoryInput, optFns ...func(*proton.Options)) (*proton.DeleteRepositoryOutput, error)

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

func (*IClient) DeleteService

func (_m *IClient) DeleteService(ctx context.Context, params *proton.DeleteServiceInput, optFns ...func(*proton.Options)) (*proton.DeleteServiceOutput, error)

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

func (*IClient) DeleteServiceSyncConfig

func (_m *IClient) DeleteServiceSyncConfig(ctx context.Context, params *proton.DeleteServiceSyncConfigInput, optFns ...func(*proton.Options)) (*proton.DeleteServiceSyncConfigOutput, error)

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

func (*IClient) DeleteServiceTemplate

func (_m *IClient) DeleteServiceTemplate(ctx context.Context, params *proton.DeleteServiceTemplateInput, optFns ...func(*proton.Options)) (*proton.DeleteServiceTemplateOutput, error)

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

func (*IClient) DeleteServiceTemplateVersion

func (_m *IClient) DeleteServiceTemplateVersion(ctx context.Context, params *proton.DeleteServiceTemplateVersionInput, optFns ...func(*proton.Options)) (*proton.DeleteServiceTemplateVersionOutput, error)

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

func (*IClient) DeleteTemplateSyncConfig

func (_m *IClient) DeleteTemplateSyncConfig(ctx context.Context, params *proton.DeleteTemplateSyncConfigInput, optFns ...func(*proton.Options)) (*proton.DeleteTemplateSyncConfigOutput, error)

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

func (*IClient) GetAccountSettings

func (_m *IClient) GetAccountSettings(ctx context.Context, params *proton.GetAccountSettingsInput, optFns ...func(*proton.Options)) (*proton.GetAccountSettingsOutput, error)

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

func (*IClient) GetComponent

func (_m *IClient) GetComponent(ctx context.Context, params *proton.GetComponentInput, optFns ...func(*proton.Options)) (*proton.GetComponentOutput, error)

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

func (*IClient) GetDeployment

func (_m *IClient) GetDeployment(ctx context.Context, params *proton.GetDeploymentInput, optFns ...func(*proton.Options)) (*proton.GetDeploymentOutput, error)

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

func (*IClient) GetEnvironment

func (_m *IClient) GetEnvironment(ctx context.Context, params *proton.GetEnvironmentInput, optFns ...func(*proton.Options)) (*proton.GetEnvironmentOutput, error)

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

func (*IClient) GetEnvironmentAccountConnection

func (_m *IClient) GetEnvironmentAccountConnection(ctx context.Context, params *proton.GetEnvironmentAccountConnectionInput, optFns ...func(*proton.Options)) (*proton.GetEnvironmentAccountConnectionOutput, error)

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

func (*IClient) GetEnvironmentTemplate

func (_m *IClient) GetEnvironmentTemplate(ctx context.Context, params *proton.GetEnvironmentTemplateInput, optFns ...func(*proton.Options)) (*proton.GetEnvironmentTemplateOutput, error)

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

func (*IClient) GetEnvironmentTemplateVersion

func (_m *IClient) GetEnvironmentTemplateVersion(ctx context.Context, params *proton.GetEnvironmentTemplateVersionInput, optFns ...func(*proton.Options)) (*proton.GetEnvironmentTemplateVersionOutput, error)

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

func (*IClient) GetRepository

func (_m *IClient) GetRepository(ctx context.Context, params *proton.GetRepositoryInput, optFns ...func(*proton.Options)) (*proton.GetRepositoryOutput, error)

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

func (*IClient) GetRepositorySyncStatus

func (_m *IClient) GetRepositorySyncStatus(ctx context.Context, params *proton.GetRepositorySyncStatusInput, optFns ...func(*proton.Options)) (*proton.GetRepositorySyncStatusOutput, error)

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

func (*IClient) GetResourcesSummary

func (_m *IClient) GetResourcesSummary(ctx context.Context, params *proton.GetResourcesSummaryInput, optFns ...func(*proton.Options)) (*proton.GetResourcesSummaryOutput, error)

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

func (*IClient) GetService

func (_m *IClient) GetService(ctx context.Context, params *proton.GetServiceInput, optFns ...func(*proton.Options)) (*proton.GetServiceOutput, error)

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

func (*IClient) GetServiceInstance

func (_m *IClient) GetServiceInstance(ctx context.Context, params *proton.GetServiceInstanceInput, optFns ...func(*proton.Options)) (*proton.GetServiceInstanceOutput, error)

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

func (*IClient) GetServiceInstanceSyncStatus

func (_m *IClient) GetServiceInstanceSyncStatus(ctx context.Context, params *proton.GetServiceInstanceSyncStatusInput, optFns ...func(*proton.Options)) (*proton.GetServiceInstanceSyncStatusOutput, error)

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

func (*IClient) GetServiceSyncBlockerSummary

func (_m *IClient) GetServiceSyncBlockerSummary(ctx context.Context, params *proton.GetServiceSyncBlockerSummaryInput, optFns ...func(*proton.Options)) (*proton.GetServiceSyncBlockerSummaryOutput, error)

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

func (*IClient) GetServiceSyncConfig

func (_m *IClient) GetServiceSyncConfig(ctx context.Context, params *proton.GetServiceSyncConfigInput, optFns ...func(*proton.Options)) (*proton.GetServiceSyncConfigOutput, error)

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

func (*IClient) GetServiceTemplate

func (_m *IClient) GetServiceTemplate(ctx context.Context, params *proton.GetServiceTemplateInput, optFns ...func(*proton.Options)) (*proton.GetServiceTemplateOutput, error)

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

func (*IClient) GetServiceTemplateVersion

func (_m *IClient) GetServiceTemplateVersion(ctx context.Context, params *proton.GetServiceTemplateVersionInput, optFns ...func(*proton.Options)) (*proton.GetServiceTemplateVersionOutput, error)

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

func (*IClient) GetTemplateSyncConfig

func (_m *IClient) GetTemplateSyncConfig(ctx context.Context, params *proton.GetTemplateSyncConfigInput, optFns ...func(*proton.Options)) (*proton.GetTemplateSyncConfigOutput, error)

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

func (*IClient) GetTemplateSyncStatus

func (_m *IClient) GetTemplateSyncStatus(ctx context.Context, params *proton.GetTemplateSyncStatusInput, optFns ...func(*proton.Options)) (*proton.GetTemplateSyncStatusOutput, error)

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

func (*IClient) ListComponentOutputs

func (_m *IClient) ListComponentOutputs(ctx context.Context, params *proton.ListComponentOutputsInput, optFns ...func(*proton.Options)) (*proton.ListComponentOutputsOutput, error)

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

func (*IClient) ListComponentProvisionedResources

func (_m *IClient) ListComponentProvisionedResources(ctx context.Context, params *proton.ListComponentProvisionedResourcesInput, optFns ...func(*proton.Options)) (*proton.ListComponentProvisionedResourcesOutput, error)

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

func (*IClient) ListComponents

func (_m *IClient) ListComponents(ctx context.Context, params *proton.ListComponentsInput, optFns ...func(*proton.Options)) (*proton.ListComponentsOutput, error)

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

func (*IClient) ListDeployments

func (_m *IClient) ListDeployments(ctx context.Context, params *proton.ListDeploymentsInput, optFns ...func(*proton.Options)) (*proton.ListDeploymentsOutput, error)

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

func (*IClient) ListEnvironmentAccountConnections

func (_m *IClient) ListEnvironmentAccountConnections(ctx context.Context, params *proton.ListEnvironmentAccountConnectionsInput, optFns ...func(*proton.Options)) (*proton.ListEnvironmentAccountConnectionsOutput, error)

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

func (*IClient) ListEnvironmentOutputs

func (_m *IClient) ListEnvironmentOutputs(ctx context.Context, params *proton.ListEnvironmentOutputsInput, optFns ...func(*proton.Options)) (*proton.ListEnvironmentOutputsOutput, error)

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

func (*IClient) ListEnvironmentProvisionedResources

func (_m *IClient) ListEnvironmentProvisionedResources(ctx context.Context, params *proton.ListEnvironmentProvisionedResourcesInput, optFns ...func(*proton.Options)) (*proton.ListEnvironmentProvisionedResourcesOutput, error)

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

func (*IClient) ListEnvironmentTemplateVersions

func (_m *IClient) ListEnvironmentTemplateVersions(ctx context.Context, params *proton.ListEnvironmentTemplateVersionsInput, optFns ...func(*proton.Options)) (*proton.ListEnvironmentTemplateVersionsOutput, error)

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

func (*IClient) ListEnvironmentTemplates

func (_m *IClient) ListEnvironmentTemplates(ctx context.Context, params *proton.ListEnvironmentTemplatesInput, optFns ...func(*proton.Options)) (*proton.ListEnvironmentTemplatesOutput, error)

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

func (*IClient) ListEnvironments

func (_m *IClient) ListEnvironments(ctx context.Context, params *proton.ListEnvironmentsInput, optFns ...func(*proton.Options)) (*proton.ListEnvironmentsOutput, error)

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

func (*IClient) ListRepositories

func (_m *IClient) ListRepositories(ctx context.Context, params *proton.ListRepositoriesInput, optFns ...func(*proton.Options)) (*proton.ListRepositoriesOutput, error)

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

func (*IClient) ListRepositorySyncDefinitions

func (_m *IClient) ListRepositorySyncDefinitions(ctx context.Context, params *proton.ListRepositorySyncDefinitionsInput, optFns ...func(*proton.Options)) (*proton.ListRepositorySyncDefinitionsOutput, error)

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

func (*IClient) ListServiceInstanceOutputs

func (_m *IClient) ListServiceInstanceOutputs(ctx context.Context, params *proton.ListServiceInstanceOutputsInput, optFns ...func(*proton.Options)) (*proton.ListServiceInstanceOutputsOutput, error)

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

func (*IClient) ListServiceInstanceProvisionedResources

func (_m *IClient) ListServiceInstanceProvisionedResources(ctx context.Context, params *proton.ListServiceInstanceProvisionedResourcesInput, optFns ...func(*proton.Options)) (*proton.ListServiceInstanceProvisionedResourcesOutput, error)

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

func (*IClient) ListServiceInstances

func (_m *IClient) ListServiceInstances(ctx context.Context, params *proton.ListServiceInstancesInput, optFns ...func(*proton.Options)) (*proton.ListServiceInstancesOutput, error)

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

func (*IClient) ListServicePipelineOutputs

func (_m *IClient) ListServicePipelineOutputs(ctx context.Context, params *proton.ListServicePipelineOutputsInput, optFns ...func(*proton.Options)) (*proton.ListServicePipelineOutputsOutput, error)

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

func (*IClient) ListServicePipelineProvisionedResources

func (_m *IClient) ListServicePipelineProvisionedResources(ctx context.Context, params *proton.ListServicePipelineProvisionedResourcesInput, optFns ...func(*proton.Options)) (*proton.ListServicePipelineProvisionedResourcesOutput, error)

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

func (*IClient) ListServiceTemplateVersions

func (_m *IClient) ListServiceTemplateVersions(ctx context.Context, params *proton.ListServiceTemplateVersionsInput, optFns ...func(*proton.Options)) (*proton.ListServiceTemplateVersionsOutput, error)

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

func (*IClient) ListServiceTemplates

func (_m *IClient) ListServiceTemplates(ctx context.Context, params *proton.ListServiceTemplatesInput, optFns ...func(*proton.Options)) (*proton.ListServiceTemplatesOutput, error)

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

func (*IClient) ListServices

func (_m *IClient) ListServices(ctx context.Context, params *proton.ListServicesInput, optFns ...func(*proton.Options)) (*proton.ListServicesOutput, error)

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

func (*IClient) ListTagsForResource

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

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

func (*IClient) NotifyResourceDeploymentStatusChange

func (_m *IClient) NotifyResourceDeploymentStatusChange(ctx context.Context, params *proton.NotifyResourceDeploymentStatusChangeInput, optFns ...func(*proton.Options)) (*proton.NotifyResourceDeploymentStatusChangeOutput, error)

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

func (*IClient) Options

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

Options provides a mock function with given fields:

func (*IClient) RejectEnvironmentAccountConnection

func (_m *IClient) RejectEnvironmentAccountConnection(ctx context.Context, params *proton.RejectEnvironmentAccountConnectionInput, optFns ...func(*proton.Options)) (*proton.RejectEnvironmentAccountConnectionOutput, error)

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

func (*IClient) TagResource

func (_m *IClient) TagResource(ctx context.Context, params *proton.TagResourceInput, optFns ...func(*proton.Options)) (*proton.TagResourceOutput, error)

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

func (*IClient) UntagResource

func (_m *IClient) UntagResource(ctx context.Context, params *proton.UntagResourceInput, optFns ...func(*proton.Options)) (*proton.UntagResourceOutput, error)

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

func (*IClient) UpdateAccountSettings

func (_m *IClient) UpdateAccountSettings(ctx context.Context, params *proton.UpdateAccountSettingsInput, optFns ...func(*proton.Options)) (*proton.UpdateAccountSettingsOutput, error)

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

func (*IClient) UpdateComponent

func (_m *IClient) UpdateComponent(ctx context.Context, params *proton.UpdateComponentInput, optFns ...func(*proton.Options)) (*proton.UpdateComponentOutput, error)

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

func (*IClient) UpdateEnvironment

func (_m *IClient) UpdateEnvironment(ctx context.Context, params *proton.UpdateEnvironmentInput, optFns ...func(*proton.Options)) (*proton.UpdateEnvironmentOutput, error)

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

func (*IClient) UpdateEnvironmentAccountConnection

func (_m *IClient) UpdateEnvironmentAccountConnection(ctx context.Context, params *proton.UpdateEnvironmentAccountConnectionInput, optFns ...func(*proton.Options)) (*proton.UpdateEnvironmentAccountConnectionOutput, error)

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

func (*IClient) UpdateEnvironmentTemplate

func (_m *IClient) UpdateEnvironmentTemplate(ctx context.Context, params *proton.UpdateEnvironmentTemplateInput, optFns ...func(*proton.Options)) (*proton.UpdateEnvironmentTemplateOutput, error)

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

func (*IClient) UpdateEnvironmentTemplateVersion

func (_m *IClient) UpdateEnvironmentTemplateVersion(ctx context.Context, params *proton.UpdateEnvironmentTemplateVersionInput, optFns ...func(*proton.Options)) (*proton.UpdateEnvironmentTemplateVersionOutput, error)

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

func (*IClient) UpdateService

func (_m *IClient) UpdateService(ctx context.Context, params *proton.UpdateServiceInput, optFns ...func(*proton.Options)) (*proton.UpdateServiceOutput, error)

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

func (*IClient) UpdateServiceInstance

func (_m *IClient) UpdateServiceInstance(ctx context.Context, params *proton.UpdateServiceInstanceInput, optFns ...func(*proton.Options)) (*proton.UpdateServiceInstanceOutput, error)

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

func (*IClient) UpdateServicePipeline

func (_m *IClient) UpdateServicePipeline(ctx context.Context, params *proton.UpdateServicePipelineInput, optFns ...func(*proton.Options)) (*proton.UpdateServicePipelineOutput, error)

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

func (*IClient) UpdateServiceSyncBlocker

func (_m *IClient) UpdateServiceSyncBlocker(ctx context.Context, params *proton.UpdateServiceSyncBlockerInput, optFns ...func(*proton.Options)) (*proton.UpdateServiceSyncBlockerOutput, error)

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

func (*IClient) UpdateServiceSyncConfig

func (_m *IClient) UpdateServiceSyncConfig(ctx context.Context, params *proton.UpdateServiceSyncConfigInput, optFns ...func(*proton.Options)) (*proton.UpdateServiceSyncConfigOutput, error)

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

func (*IClient) UpdateServiceTemplate

func (_m *IClient) UpdateServiceTemplate(ctx context.Context, params *proton.UpdateServiceTemplateInput, optFns ...func(*proton.Options)) (*proton.UpdateServiceTemplateOutput, error)

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

func (*IClient) UpdateServiceTemplateVersion

func (_m *IClient) UpdateServiceTemplateVersion(ctx context.Context, params *proton.UpdateServiceTemplateVersionInput, optFns ...func(*proton.Options)) (*proton.UpdateServiceTemplateVersionOutput, error)

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

func (*IClient) UpdateTemplateSyncConfig

func (_m *IClient) UpdateTemplateSyncConfig(ctx context.Context, params *proton.UpdateTemplateSyncConfigInput, optFns ...func(*proton.Options)) (*proton.UpdateTemplateSyncConfigOutput, error)

UpdateTemplateSyncConfig 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