services

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Overview

Package services is a generated GoMock package.

Package services is a generated GoMock package.

Package services is a generated GoMock package.

Index

Constants

View Source
const (
	GammaEndpoint    = "https://mercury-gamma.us-west-2.amazonaws.com/"
	BetaProdEndpoint = "https://vpc-lattice.us-west-2.amazonaws.com"
)

Variables

This section is empty.

Functions

func NewDefaultEKS

func NewDefaultEKS(sess *session.Session, region string) *defaultEKS

func NewDefaultLattice

func NewDefaultLattice(sess *session.Session, region string) *defaultLattice

Types

type EC2

type EC2 interface {
	ec2iface.EC2API

	// wrapper to DescribeInstancesPagesWithContext API, which aggregates paged results into list.
	DescribeInstancesAsList(ctx context.Context, input *ec2.DescribeInstancesInput) ([]*ec2.Instance, error)

	// wrapper to DescribeNetworkInterfacesPagesWithContext API, which aggregates paged results into list.
	DescribeNetworkInterfacesAsList(ctx context.Context, input *ec2.DescribeNetworkInterfacesInput) ([]*ec2.NetworkInterface, error)

	// wrapper to DescribeSecurityGroupsPagesWithContext API, which aggregates paged results into list.
	DescribeSecurityGroupsAsList(ctx context.Context, input *ec2.DescribeSecurityGroupsInput) ([]*ec2.SecurityGroup, error)

	// wrapper to DescribeSubnetsPagesWithContext API, which aggregates paged results into list.
	DescribeSubnetsAsList(ctx context.Context, input *ec2.DescribeSubnetsInput) ([]*ec2.Subnet, error)
}

func NewEC2

func NewEC2(session *session.Session) EC2

NewEC2 constructs new EC2 implementation.

type EKS

type EKS interface {
	eksiface.EKSAPI
}

type MockEKS

type MockEKS struct {
	// contains filtered or unexported fields
}

MockEKS is a mock of EKS interface.

func NewMockEKS

func NewMockEKS(ctrl *gomock.Controller) *MockEKS

NewMockEKS creates a new mock instance.

func (*MockEKS) AssociateEncryptionConfig

func (m *MockEKS) AssociateEncryptionConfig(arg0 *eks.AssociateEncryptionConfigInput) (*eks.AssociateEncryptionConfigOutput, error)

AssociateEncryptionConfig mocks base method.

func (*MockEKS) AssociateEncryptionConfigRequest

func (m *MockEKS) AssociateEncryptionConfigRequest(arg0 *eks.AssociateEncryptionConfigInput) (*request.Request, *eks.AssociateEncryptionConfigOutput)

AssociateEncryptionConfigRequest mocks base method.

func (*MockEKS) AssociateEncryptionConfigWithContext

func (m *MockEKS) AssociateEncryptionConfigWithContext(arg0 aws.Context, arg1 *eks.AssociateEncryptionConfigInput, arg2 ...request.Option) (*eks.AssociateEncryptionConfigOutput, error)

AssociateEncryptionConfigWithContext mocks base method.

func (*MockEKS) AssociateIdentityProviderConfig

AssociateIdentityProviderConfig mocks base method.

func (*MockEKS) AssociateIdentityProviderConfigRequest

func (m *MockEKS) AssociateIdentityProviderConfigRequest(arg0 *eks.AssociateIdentityProviderConfigInput) (*request.Request, *eks.AssociateIdentityProviderConfigOutput)

AssociateIdentityProviderConfigRequest mocks base method.

func (*MockEKS) AssociateIdentityProviderConfigWithContext

func (m *MockEKS) AssociateIdentityProviderConfigWithContext(arg0 aws.Context, arg1 *eks.AssociateIdentityProviderConfigInput, arg2 ...request.Option) (*eks.AssociateIdentityProviderConfigOutput, error)

AssociateIdentityProviderConfigWithContext mocks base method.

func (*MockEKS) CreateAddon

func (m *MockEKS) CreateAddon(arg0 *eks.CreateAddonInput) (*eks.CreateAddonOutput, error)

CreateAddon mocks base method.

func (*MockEKS) CreateAddonRequest

func (m *MockEKS) CreateAddonRequest(arg0 *eks.CreateAddonInput) (*request.Request, *eks.CreateAddonOutput)

CreateAddonRequest mocks base method.

func (*MockEKS) CreateAddonWithContext

func (m *MockEKS) CreateAddonWithContext(arg0 aws.Context, arg1 *eks.CreateAddonInput, arg2 ...request.Option) (*eks.CreateAddonOutput, error)

CreateAddonWithContext mocks base method.

func (*MockEKS) CreateCluster

func (m *MockEKS) CreateCluster(arg0 *eks.CreateClusterInput) (*eks.CreateClusterOutput, error)

CreateCluster mocks base method.

func (*MockEKS) CreateClusterRequest

func (m *MockEKS) CreateClusterRequest(arg0 *eks.CreateClusterInput) (*request.Request, *eks.CreateClusterOutput)

CreateClusterRequest mocks base method.

func (*MockEKS) CreateClusterWithContext

func (m *MockEKS) CreateClusterWithContext(arg0 aws.Context, arg1 *eks.CreateClusterInput, arg2 ...request.Option) (*eks.CreateClusterOutput, error)

CreateClusterWithContext mocks base method.

func (*MockEKS) CreateFargateProfile

func (m *MockEKS) CreateFargateProfile(arg0 *eks.CreateFargateProfileInput) (*eks.CreateFargateProfileOutput, error)

CreateFargateProfile mocks base method.

func (*MockEKS) CreateFargateProfileRequest

func (m *MockEKS) CreateFargateProfileRequest(arg0 *eks.CreateFargateProfileInput) (*request.Request, *eks.CreateFargateProfileOutput)

CreateFargateProfileRequest mocks base method.

func (*MockEKS) CreateFargateProfileWithContext

func (m *MockEKS) CreateFargateProfileWithContext(arg0 aws.Context, arg1 *eks.CreateFargateProfileInput, arg2 ...request.Option) (*eks.CreateFargateProfileOutput, error)

CreateFargateProfileWithContext mocks base method.

func (*MockEKS) CreateNodegroup

func (m *MockEKS) CreateNodegroup(arg0 *eks.CreateNodegroupInput) (*eks.CreateNodegroupOutput, error)

CreateNodegroup mocks base method.

func (*MockEKS) CreateNodegroupRequest

func (m *MockEKS) CreateNodegroupRequest(arg0 *eks.CreateNodegroupInput) (*request.Request, *eks.CreateNodegroupOutput)

CreateNodegroupRequest mocks base method.

func (*MockEKS) CreateNodegroupWithContext

func (m *MockEKS) CreateNodegroupWithContext(arg0 aws.Context, arg1 *eks.CreateNodegroupInput, arg2 ...request.Option) (*eks.CreateNodegroupOutput, error)

CreateNodegroupWithContext mocks base method.

func (*MockEKS) DeleteAddon

func (m *MockEKS) DeleteAddon(arg0 *eks.DeleteAddonInput) (*eks.DeleteAddonOutput, error)

DeleteAddon mocks base method.

func (*MockEKS) DeleteAddonRequest

func (m *MockEKS) DeleteAddonRequest(arg0 *eks.DeleteAddonInput) (*request.Request, *eks.DeleteAddonOutput)

DeleteAddonRequest mocks base method.

func (*MockEKS) DeleteAddonWithContext

func (m *MockEKS) DeleteAddonWithContext(arg0 aws.Context, arg1 *eks.DeleteAddonInput, arg2 ...request.Option) (*eks.DeleteAddonOutput, error)

DeleteAddonWithContext mocks base method.

func (*MockEKS) DeleteCluster

func (m *MockEKS) DeleteCluster(arg0 *eks.DeleteClusterInput) (*eks.DeleteClusterOutput, error)

DeleteCluster mocks base method.

func (*MockEKS) DeleteClusterRequest

func (m *MockEKS) DeleteClusterRequest(arg0 *eks.DeleteClusterInput) (*request.Request, *eks.DeleteClusterOutput)

DeleteClusterRequest mocks base method.

func (*MockEKS) DeleteClusterWithContext

func (m *MockEKS) DeleteClusterWithContext(arg0 aws.Context, arg1 *eks.DeleteClusterInput, arg2 ...request.Option) (*eks.DeleteClusterOutput, error)

DeleteClusterWithContext mocks base method.

func (*MockEKS) DeleteFargateProfile

func (m *MockEKS) DeleteFargateProfile(arg0 *eks.DeleteFargateProfileInput) (*eks.DeleteFargateProfileOutput, error)

DeleteFargateProfile mocks base method.

func (*MockEKS) DeleteFargateProfileRequest

func (m *MockEKS) DeleteFargateProfileRequest(arg0 *eks.DeleteFargateProfileInput) (*request.Request, *eks.DeleteFargateProfileOutput)

DeleteFargateProfileRequest mocks base method.

func (*MockEKS) DeleteFargateProfileWithContext

func (m *MockEKS) DeleteFargateProfileWithContext(arg0 aws.Context, arg1 *eks.DeleteFargateProfileInput, arg2 ...request.Option) (*eks.DeleteFargateProfileOutput, error)

DeleteFargateProfileWithContext mocks base method.

func (*MockEKS) DeleteNodegroup

func (m *MockEKS) DeleteNodegroup(arg0 *eks.DeleteNodegroupInput) (*eks.DeleteNodegroupOutput, error)

DeleteNodegroup mocks base method.

func (*MockEKS) DeleteNodegroupRequest

func (m *MockEKS) DeleteNodegroupRequest(arg0 *eks.DeleteNodegroupInput) (*request.Request, *eks.DeleteNodegroupOutput)

DeleteNodegroupRequest mocks base method.

func (*MockEKS) DeleteNodegroupWithContext

func (m *MockEKS) DeleteNodegroupWithContext(arg0 aws.Context, arg1 *eks.DeleteNodegroupInput, arg2 ...request.Option) (*eks.DeleteNodegroupOutput, error)

DeleteNodegroupWithContext mocks base method.

func (*MockEKS) DeregisterCluster

func (m *MockEKS) DeregisterCluster(arg0 *eks.DeregisterClusterInput) (*eks.DeregisterClusterOutput, error)

DeregisterCluster mocks base method.

func (*MockEKS) DeregisterClusterRequest

func (m *MockEKS) DeregisterClusterRequest(arg0 *eks.DeregisterClusterInput) (*request.Request, *eks.DeregisterClusterOutput)

DeregisterClusterRequest mocks base method.

func (*MockEKS) DeregisterClusterWithContext

func (m *MockEKS) DeregisterClusterWithContext(arg0 aws.Context, arg1 *eks.DeregisterClusterInput, arg2 ...request.Option) (*eks.DeregisterClusterOutput, error)

DeregisterClusterWithContext mocks base method.

func (*MockEKS) DescribeAddon

func (m *MockEKS) DescribeAddon(arg0 *eks.DescribeAddonInput) (*eks.DescribeAddonOutput, error)

DescribeAddon mocks base method.

func (*MockEKS) DescribeAddonConfiguration added in v0.0.4

func (m *MockEKS) DescribeAddonConfiguration(arg0 *eks.DescribeAddonConfigurationInput) (*eks.DescribeAddonConfigurationOutput, error)

DescribeAddonConfiguration mocks base method.

func (*MockEKS) DescribeAddonConfigurationRequest added in v0.0.4

func (m *MockEKS) DescribeAddonConfigurationRequest(arg0 *eks.DescribeAddonConfigurationInput) (*request.Request, *eks.DescribeAddonConfigurationOutput)

DescribeAddonConfigurationRequest mocks base method.

func (*MockEKS) DescribeAddonConfigurationWithContext added in v0.0.4

func (m *MockEKS) DescribeAddonConfigurationWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonConfigurationInput, arg2 ...request.Option) (*eks.DescribeAddonConfigurationOutput, error)

DescribeAddonConfigurationWithContext mocks base method.

func (*MockEKS) DescribeAddonRequest

func (m *MockEKS) DescribeAddonRequest(arg0 *eks.DescribeAddonInput) (*request.Request, *eks.DescribeAddonOutput)

DescribeAddonRequest mocks base method.

func (*MockEKS) DescribeAddonVersions

func (m *MockEKS) DescribeAddonVersions(arg0 *eks.DescribeAddonVersionsInput) (*eks.DescribeAddonVersionsOutput, error)

DescribeAddonVersions mocks base method.

func (*MockEKS) DescribeAddonVersionsPages

func (m *MockEKS) DescribeAddonVersionsPages(arg0 *eks.DescribeAddonVersionsInput, arg1 func(*eks.DescribeAddonVersionsOutput, bool) bool) error

DescribeAddonVersionsPages mocks base method.

func (*MockEKS) DescribeAddonVersionsPagesWithContext

func (m *MockEKS) DescribeAddonVersionsPagesWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonVersionsInput, arg2 func(*eks.DescribeAddonVersionsOutput, bool) bool, arg3 ...request.Option) error

DescribeAddonVersionsPagesWithContext mocks base method.

func (*MockEKS) DescribeAddonVersionsRequest

func (m *MockEKS) DescribeAddonVersionsRequest(arg0 *eks.DescribeAddonVersionsInput) (*request.Request, *eks.DescribeAddonVersionsOutput)

DescribeAddonVersionsRequest mocks base method.

func (*MockEKS) DescribeAddonVersionsWithContext

func (m *MockEKS) DescribeAddonVersionsWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonVersionsInput, arg2 ...request.Option) (*eks.DescribeAddonVersionsOutput, error)

DescribeAddonVersionsWithContext mocks base method.

func (*MockEKS) DescribeAddonWithContext

func (m *MockEKS) DescribeAddonWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonInput, arg2 ...request.Option) (*eks.DescribeAddonOutput, error)

DescribeAddonWithContext mocks base method.

func (*MockEKS) DescribeCluster

func (m *MockEKS) DescribeCluster(arg0 *eks.DescribeClusterInput) (*eks.DescribeClusterOutput, error)

DescribeCluster mocks base method.

func (*MockEKS) DescribeClusterRequest

func (m *MockEKS) DescribeClusterRequest(arg0 *eks.DescribeClusterInput) (*request.Request, *eks.DescribeClusterOutput)

DescribeClusterRequest mocks base method.

func (*MockEKS) DescribeClusterWithContext

func (m *MockEKS) DescribeClusterWithContext(arg0 aws.Context, arg1 *eks.DescribeClusterInput, arg2 ...request.Option) (*eks.DescribeClusterOutput, error)

DescribeClusterWithContext mocks base method.

func (*MockEKS) DescribeFargateProfile

func (m *MockEKS) DescribeFargateProfile(arg0 *eks.DescribeFargateProfileInput) (*eks.DescribeFargateProfileOutput, error)

DescribeFargateProfile mocks base method.

func (*MockEKS) DescribeFargateProfileRequest

func (m *MockEKS) DescribeFargateProfileRequest(arg0 *eks.DescribeFargateProfileInput) (*request.Request, *eks.DescribeFargateProfileOutput)

DescribeFargateProfileRequest mocks base method.

func (*MockEKS) DescribeFargateProfileWithContext

func (m *MockEKS) DescribeFargateProfileWithContext(arg0 aws.Context, arg1 *eks.DescribeFargateProfileInput, arg2 ...request.Option) (*eks.DescribeFargateProfileOutput, error)

DescribeFargateProfileWithContext mocks base method.

func (*MockEKS) DescribeIdentityProviderConfig

DescribeIdentityProviderConfig mocks base method.

func (*MockEKS) DescribeIdentityProviderConfigRequest

func (m *MockEKS) DescribeIdentityProviderConfigRequest(arg0 *eks.DescribeIdentityProviderConfigInput) (*request.Request, *eks.DescribeIdentityProviderConfigOutput)

DescribeIdentityProviderConfigRequest mocks base method.

func (*MockEKS) DescribeIdentityProviderConfigWithContext

func (m *MockEKS) DescribeIdentityProviderConfigWithContext(arg0 aws.Context, arg1 *eks.DescribeIdentityProviderConfigInput, arg2 ...request.Option) (*eks.DescribeIdentityProviderConfigOutput, error)

DescribeIdentityProviderConfigWithContext mocks base method.

func (*MockEKS) DescribeNodegroup

func (m *MockEKS) DescribeNodegroup(arg0 *eks.DescribeNodegroupInput) (*eks.DescribeNodegroupOutput, error)

DescribeNodegroup mocks base method.

func (*MockEKS) DescribeNodegroupRequest

func (m *MockEKS) DescribeNodegroupRequest(arg0 *eks.DescribeNodegroupInput) (*request.Request, *eks.DescribeNodegroupOutput)

DescribeNodegroupRequest mocks base method.

func (*MockEKS) DescribeNodegroupWithContext

func (m *MockEKS) DescribeNodegroupWithContext(arg0 aws.Context, arg1 *eks.DescribeNodegroupInput, arg2 ...request.Option) (*eks.DescribeNodegroupOutput, error)

DescribeNodegroupWithContext mocks base method.

func (*MockEKS) DescribeUpdate

func (m *MockEKS) DescribeUpdate(arg0 *eks.DescribeUpdateInput) (*eks.DescribeUpdateOutput, error)

DescribeUpdate mocks base method.

func (*MockEKS) DescribeUpdateRequest

func (m *MockEKS) DescribeUpdateRequest(arg0 *eks.DescribeUpdateInput) (*request.Request, *eks.DescribeUpdateOutput)

DescribeUpdateRequest mocks base method.

func (*MockEKS) DescribeUpdateWithContext

func (m *MockEKS) DescribeUpdateWithContext(arg0 aws.Context, arg1 *eks.DescribeUpdateInput, arg2 ...request.Option) (*eks.DescribeUpdateOutput, error)

DescribeUpdateWithContext mocks base method.

func (*MockEKS) DisassociateIdentityProviderConfig

DisassociateIdentityProviderConfig mocks base method.

func (*MockEKS) DisassociateIdentityProviderConfigRequest

func (m *MockEKS) DisassociateIdentityProviderConfigRequest(arg0 *eks.DisassociateIdentityProviderConfigInput) (*request.Request, *eks.DisassociateIdentityProviderConfigOutput)

DisassociateIdentityProviderConfigRequest mocks base method.

func (*MockEKS) DisassociateIdentityProviderConfigWithContext

func (m *MockEKS) DisassociateIdentityProviderConfigWithContext(arg0 aws.Context, arg1 *eks.DisassociateIdentityProviderConfigInput, arg2 ...request.Option) (*eks.DisassociateIdentityProviderConfigOutput, error)

DisassociateIdentityProviderConfigWithContext mocks base method.

func (*MockEKS) EXPECT

func (m *MockEKS) EXPECT() *MockEKSMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEKS) ListAddons

func (m *MockEKS) ListAddons(arg0 *eks.ListAddonsInput) (*eks.ListAddonsOutput, error)

ListAddons mocks base method.

func (*MockEKS) ListAddonsPages

func (m *MockEKS) ListAddonsPages(arg0 *eks.ListAddonsInput, arg1 func(*eks.ListAddonsOutput, bool) bool) error

ListAddonsPages mocks base method.

func (*MockEKS) ListAddonsPagesWithContext

func (m *MockEKS) ListAddonsPagesWithContext(arg0 aws.Context, arg1 *eks.ListAddonsInput, arg2 func(*eks.ListAddonsOutput, bool) bool, arg3 ...request.Option) error

ListAddonsPagesWithContext mocks base method.

func (*MockEKS) ListAddonsRequest

func (m *MockEKS) ListAddonsRequest(arg0 *eks.ListAddonsInput) (*request.Request, *eks.ListAddonsOutput)

ListAddonsRequest mocks base method.

func (*MockEKS) ListAddonsWithContext

func (m *MockEKS) ListAddonsWithContext(arg0 aws.Context, arg1 *eks.ListAddonsInput, arg2 ...request.Option) (*eks.ListAddonsOutput, error)

ListAddonsWithContext mocks base method.

func (*MockEKS) ListClusters

func (m *MockEKS) ListClusters(arg0 *eks.ListClustersInput) (*eks.ListClustersOutput, error)

ListClusters mocks base method.

func (*MockEKS) ListClustersPages

func (m *MockEKS) ListClustersPages(arg0 *eks.ListClustersInput, arg1 func(*eks.ListClustersOutput, bool) bool) error

ListClustersPages mocks base method.

func (*MockEKS) ListClustersPagesWithContext

func (m *MockEKS) ListClustersPagesWithContext(arg0 aws.Context, arg1 *eks.ListClustersInput, arg2 func(*eks.ListClustersOutput, bool) bool, arg3 ...request.Option) error

ListClustersPagesWithContext mocks base method.

func (*MockEKS) ListClustersRequest

func (m *MockEKS) ListClustersRequest(arg0 *eks.ListClustersInput) (*request.Request, *eks.ListClustersOutput)

ListClustersRequest mocks base method.

func (*MockEKS) ListClustersWithContext

func (m *MockEKS) ListClustersWithContext(arg0 aws.Context, arg1 *eks.ListClustersInput, arg2 ...request.Option) (*eks.ListClustersOutput, error)

ListClustersWithContext mocks base method.

func (*MockEKS) ListFargateProfiles

func (m *MockEKS) ListFargateProfiles(arg0 *eks.ListFargateProfilesInput) (*eks.ListFargateProfilesOutput, error)

ListFargateProfiles mocks base method.

func (*MockEKS) ListFargateProfilesPages

func (m *MockEKS) ListFargateProfilesPages(arg0 *eks.ListFargateProfilesInput, arg1 func(*eks.ListFargateProfilesOutput, bool) bool) error

ListFargateProfilesPages mocks base method.

func (*MockEKS) ListFargateProfilesPagesWithContext

func (m *MockEKS) ListFargateProfilesPagesWithContext(arg0 aws.Context, arg1 *eks.ListFargateProfilesInput, arg2 func(*eks.ListFargateProfilesOutput, bool) bool, arg3 ...request.Option) error

ListFargateProfilesPagesWithContext mocks base method.

func (*MockEKS) ListFargateProfilesRequest

func (m *MockEKS) ListFargateProfilesRequest(arg0 *eks.ListFargateProfilesInput) (*request.Request, *eks.ListFargateProfilesOutput)

ListFargateProfilesRequest mocks base method.

func (*MockEKS) ListFargateProfilesWithContext

func (m *MockEKS) ListFargateProfilesWithContext(arg0 aws.Context, arg1 *eks.ListFargateProfilesInput, arg2 ...request.Option) (*eks.ListFargateProfilesOutput, error)

ListFargateProfilesWithContext mocks base method.

func (*MockEKS) ListIdentityProviderConfigs

func (m *MockEKS) ListIdentityProviderConfigs(arg0 *eks.ListIdentityProviderConfigsInput) (*eks.ListIdentityProviderConfigsOutput, error)

ListIdentityProviderConfigs mocks base method.

func (*MockEKS) ListIdentityProviderConfigsPages

func (m *MockEKS) ListIdentityProviderConfigsPages(arg0 *eks.ListIdentityProviderConfigsInput, arg1 func(*eks.ListIdentityProviderConfigsOutput, bool) bool) error

ListIdentityProviderConfigsPages mocks base method.

func (*MockEKS) ListIdentityProviderConfigsPagesWithContext

func (m *MockEKS) ListIdentityProviderConfigsPagesWithContext(arg0 aws.Context, arg1 *eks.ListIdentityProviderConfigsInput, arg2 func(*eks.ListIdentityProviderConfigsOutput, bool) bool, arg3 ...request.Option) error

ListIdentityProviderConfigsPagesWithContext mocks base method.

func (*MockEKS) ListIdentityProviderConfigsRequest

func (m *MockEKS) ListIdentityProviderConfigsRequest(arg0 *eks.ListIdentityProviderConfigsInput) (*request.Request, *eks.ListIdentityProviderConfigsOutput)

ListIdentityProviderConfigsRequest mocks base method.

func (*MockEKS) ListIdentityProviderConfigsWithContext

func (m *MockEKS) ListIdentityProviderConfigsWithContext(arg0 aws.Context, arg1 *eks.ListIdentityProviderConfigsInput, arg2 ...request.Option) (*eks.ListIdentityProviderConfigsOutput, error)

ListIdentityProviderConfigsWithContext mocks base method.

func (*MockEKS) ListNodegroups

func (m *MockEKS) ListNodegroups(arg0 *eks.ListNodegroupsInput) (*eks.ListNodegroupsOutput, error)

ListNodegroups mocks base method.

func (*MockEKS) ListNodegroupsPages

func (m *MockEKS) ListNodegroupsPages(arg0 *eks.ListNodegroupsInput, arg1 func(*eks.ListNodegroupsOutput, bool) bool) error

ListNodegroupsPages mocks base method.

func (*MockEKS) ListNodegroupsPagesWithContext

func (m *MockEKS) ListNodegroupsPagesWithContext(arg0 aws.Context, arg1 *eks.ListNodegroupsInput, arg2 func(*eks.ListNodegroupsOutput, bool) bool, arg3 ...request.Option) error

ListNodegroupsPagesWithContext mocks base method.

func (*MockEKS) ListNodegroupsRequest

func (m *MockEKS) ListNodegroupsRequest(arg0 *eks.ListNodegroupsInput) (*request.Request, *eks.ListNodegroupsOutput)

ListNodegroupsRequest mocks base method.

func (*MockEKS) ListNodegroupsWithContext

func (m *MockEKS) ListNodegroupsWithContext(arg0 aws.Context, arg1 *eks.ListNodegroupsInput, arg2 ...request.Option) (*eks.ListNodegroupsOutput, error)

ListNodegroupsWithContext mocks base method.

func (*MockEKS) ListTagsForResource

func (m *MockEKS) ListTagsForResource(arg0 *eks.ListTagsForResourceInput) (*eks.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockEKS) ListTagsForResourceRequest

func (m *MockEKS) ListTagsForResourceRequest(arg0 *eks.ListTagsForResourceInput) (*request.Request, *eks.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method.

func (*MockEKS) ListTagsForResourceWithContext

func (m *MockEKS) ListTagsForResourceWithContext(arg0 aws.Context, arg1 *eks.ListTagsForResourceInput, arg2 ...request.Option) (*eks.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method.

func (*MockEKS) ListUpdates

func (m *MockEKS) ListUpdates(arg0 *eks.ListUpdatesInput) (*eks.ListUpdatesOutput, error)

ListUpdates mocks base method.

func (*MockEKS) ListUpdatesPages

func (m *MockEKS) ListUpdatesPages(arg0 *eks.ListUpdatesInput, arg1 func(*eks.ListUpdatesOutput, bool) bool) error

ListUpdatesPages mocks base method.

func (*MockEKS) ListUpdatesPagesWithContext

func (m *MockEKS) ListUpdatesPagesWithContext(arg0 aws.Context, arg1 *eks.ListUpdatesInput, arg2 func(*eks.ListUpdatesOutput, bool) bool, arg3 ...request.Option) error

ListUpdatesPagesWithContext mocks base method.

func (*MockEKS) ListUpdatesRequest

func (m *MockEKS) ListUpdatesRequest(arg0 *eks.ListUpdatesInput) (*request.Request, *eks.ListUpdatesOutput)

ListUpdatesRequest mocks base method.

func (*MockEKS) ListUpdatesWithContext

func (m *MockEKS) ListUpdatesWithContext(arg0 aws.Context, arg1 *eks.ListUpdatesInput, arg2 ...request.Option) (*eks.ListUpdatesOutput, error)

ListUpdatesWithContext mocks base method.

func (*MockEKS) RegisterCluster

func (m *MockEKS) RegisterCluster(arg0 *eks.RegisterClusterInput) (*eks.RegisterClusterOutput, error)

RegisterCluster mocks base method.

func (*MockEKS) RegisterClusterRequest

func (m *MockEKS) RegisterClusterRequest(arg0 *eks.RegisterClusterInput) (*request.Request, *eks.RegisterClusterOutput)

RegisterClusterRequest mocks base method.

func (*MockEKS) RegisterClusterWithContext

func (m *MockEKS) RegisterClusterWithContext(arg0 aws.Context, arg1 *eks.RegisterClusterInput, arg2 ...request.Option) (*eks.RegisterClusterOutput, error)

RegisterClusterWithContext mocks base method.

func (*MockEKS) TagResource

func (m *MockEKS) TagResource(arg0 *eks.TagResourceInput) (*eks.TagResourceOutput, error)

TagResource mocks base method.

func (*MockEKS) TagResourceRequest

func (m *MockEKS) TagResourceRequest(arg0 *eks.TagResourceInput) (*request.Request, *eks.TagResourceOutput)

TagResourceRequest mocks base method.

func (*MockEKS) TagResourceWithContext

func (m *MockEKS) TagResourceWithContext(arg0 aws.Context, arg1 *eks.TagResourceInput, arg2 ...request.Option) (*eks.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockEKS) UntagResource

func (m *MockEKS) UntagResource(arg0 *eks.UntagResourceInput) (*eks.UntagResourceOutput, error)

UntagResource mocks base method.

func (*MockEKS) UntagResourceRequest

func (m *MockEKS) UntagResourceRequest(arg0 *eks.UntagResourceInput) (*request.Request, *eks.UntagResourceOutput)

UntagResourceRequest mocks base method.

func (*MockEKS) UntagResourceWithContext

func (m *MockEKS) UntagResourceWithContext(arg0 aws.Context, arg1 *eks.UntagResourceInput, arg2 ...request.Option) (*eks.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

func (*MockEKS) UpdateAddon

func (m *MockEKS) UpdateAddon(arg0 *eks.UpdateAddonInput) (*eks.UpdateAddonOutput, error)

UpdateAddon mocks base method.

func (*MockEKS) UpdateAddonRequest

func (m *MockEKS) UpdateAddonRequest(arg0 *eks.UpdateAddonInput) (*request.Request, *eks.UpdateAddonOutput)

UpdateAddonRequest mocks base method.

func (*MockEKS) UpdateAddonWithContext

func (m *MockEKS) UpdateAddonWithContext(arg0 aws.Context, arg1 *eks.UpdateAddonInput, arg2 ...request.Option) (*eks.UpdateAddonOutput, error)

UpdateAddonWithContext mocks base method.

func (*MockEKS) UpdateClusterConfig

func (m *MockEKS) UpdateClusterConfig(arg0 *eks.UpdateClusterConfigInput) (*eks.UpdateClusterConfigOutput, error)

UpdateClusterConfig mocks base method.

func (*MockEKS) UpdateClusterConfigRequest

func (m *MockEKS) UpdateClusterConfigRequest(arg0 *eks.UpdateClusterConfigInput) (*request.Request, *eks.UpdateClusterConfigOutput)

UpdateClusterConfigRequest mocks base method.

func (*MockEKS) UpdateClusterConfigWithContext

func (m *MockEKS) UpdateClusterConfigWithContext(arg0 aws.Context, arg1 *eks.UpdateClusterConfigInput, arg2 ...request.Option) (*eks.UpdateClusterConfigOutput, error)

UpdateClusterConfigWithContext mocks base method.

func (*MockEKS) UpdateClusterVersion

func (m *MockEKS) UpdateClusterVersion(arg0 *eks.UpdateClusterVersionInput) (*eks.UpdateClusterVersionOutput, error)

UpdateClusterVersion mocks base method.

func (*MockEKS) UpdateClusterVersionRequest

func (m *MockEKS) UpdateClusterVersionRequest(arg0 *eks.UpdateClusterVersionInput) (*request.Request, *eks.UpdateClusterVersionOutput)

UpdateClusterVersionRequest mocks base method.

func (*MockEKS) UpdateClusterVersionWithContext

func (m *MockEKS) UpdateClusterVersionWithContext(arg0 aws.Context, arg1 *eks.UpdateClusterVersionInput, arg2 ...request.Option) (*eks.UpdateClusterVersionOutput, error)

UpdateClusterVersionWithContext mocks base method.

func (*MockEKS) UpdateNodegroupConfig

func (m *MockEKS) UpdateNodegroupConfig(arg0 *eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)

UpdateNodegroupConfig mocks base method.

func (*MockEKS) UpdateNodegroupConfigRequest

func (m *MockEKS) UpdateNodegroupConfigRequest(arg0 *eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegroupConfigOutput)

UpdateNodegroupConfigRequest mocks base method.

func (*MockEKS) UpdateNodegroupConfigWithContext

func (m *MockEKS) UpdateNodegroupConfigWithContext(arg0 aws.Context, arg1 *eks.UpdateNodegroupConfigInput, arg2 ...request.Option) (*eks.UpdateNodegroupConfigOutput, error)

UpdateNodegroupConfigWithContext mocks base method.

func (*MockEKS) UpdateNodegroupVersion

func (m *MockEKS) UpdateNodegroupVersion(arg0 *eks.UpdateNodegroupVersionInput) (*eks.UpdateNodegroupVersionOutput, error)

UpdateNodegroupVersion mocks base method.

func (*MockEKS) UpdateNodegroupVersionRequest

func (m *MockEKS) UpdateNodegroupVersionRequest(arg0 *eks.UpdateNodegroupVersionInput) (*request.Request, *eks.UpdateNodegroupVersionOutput)

UpdateNodegroupVersionRequest mocks base method.

func (*MockEKS) UpdateNodegroupVersionWithContext

func (m *MockEKS) UpdateNodegroupVersionWithContext(arg0 aws.Context, arg1 *eks.UpdateNodegroupVersionInput, arg2 ...request.Option) (*eks.UpdateNodegroupVersionOutput, error)

UpdateNodegroupVersionWithContext mocks base method.

func (*MockEKS) WaitUntilAddonActive

func (m *MockEKS) WaitUntilAddonActive(arg0 *eks.DescribeAddonInput) error

WaitUntilAddonActive mocks base method.

func (*MockEKS) WaitUntilAddonActiveWithContext

func (m *MockEKS) WaitUntilAddonActiveWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonInput, arg2 ...request.WaiterOption) error

WaitUntilAddonActiveWithContext mocks base method.

func (*MockEKS) WaitUntilAddonDeleted

func (m *MockEKS) WaitUntilAddonDeleted(arg0 *eks.DescribeAddonInput) error

WaitUntilAddonDeleted mocks base method.

func (*MockEKS) WaitUntilAddonDeletedWithContext

func (m *MockEKS) WaitUntilAddonDeletedWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonInput, arg2 ...request.WaiterOption) error

WaitUntilAddonDeletedWithContext mocks base method.

func (*MockEKS) WaitUntilClusterActive

func (m *MockEKS) WaitUntilClusterActive(arg0 *eks.DescribeClusterInput) error

WaitUntilClusterActive mocks base method.

func (*MockEKS) WaitUntilClusterActiveWithContext

func (m *MockEKS) WaitUntilClusterActiveWithContext(arg0 aws.Context, arg1 *eks.DescribeClusterInput, arg2 ...request.WaiterOption) error

WaitUntilClusterActiveWithContext mocks base method.

func (*MockEKS) WaitUntilClusterDeleted

func (m *MockEKS) WaitUntilClusterDeleted(arg0 *eks.DescribeClusterInput) error

WaitUntilClusterDeleted mocks base method.

func (*MockEKS) WaitUntilClusterDeletedWithContext

func (m *MockEKS) WaitUntilClusterDeletedWithContext(arg0 aws.Context, arg1 *eks.DescribeClusterInput, arg2 ...request.WaiterOption) error

WaitUntilClusterDeletedWithContext mocks base method.

func (*MockEKS) WaitUntilFargateProfileActive

func (m *MockEKS) WaitUntilFargateProfileActive(arg0 *eks.DescribeFargateProfileInput) error

WaitUntilFargateProfileActive mocks base method.

func (*MockEKS) WaitUntilFargateProfileActiveWithContext

func (m *MockEKS) WaitUntilFargateProfileActiveWithContext(arg0 aws.Context, arg1 *eks.DescribeFargateProfileInput, arg2 ...request.WaiterOption) error

WaitUntilFargateProfileActiveWithContext mocks base method.

func (*MockEKS) WaitUntilFargateProfileDeleted

func (m *MockEKS) WaitUntilFargateProfileDeleted(arg0 *eks.DescribeFargateProfileInput) error

WaitUntilFargateProfileDeleted mocks base method.

func (*MockEKS) WaitUntilFargateProfileDeletedWithContext

func (m *MockEKS) WaitUntilFargateProfileDeletedWithContext(arg0 aws.Context, arg1 *eks.DescribeFargateProfileInput, arg2 ...request.WaiterOption) error

WaitUntilFargateProfileDeletedWithContext mocks base method.

func (*MockEKS) WaitUntilNodegroupActive

func (m *MockEKS) WaitUntilNodegroupActive(arg0 *eks.DescribeNodegroupInput) error

WaitUntilNodegroupActive mocks base method.

func (*MockEKS) WaitUntilNodegroupActiveWithContext

func (m *MockEKS) WaitUntilNodegroupActiveWithContext(arg0 aws.Context, arg1 *eks.DescribeNodegroupInput, arg2 ...request.WaiterOption) error

WaitUntilNodegroupActiveWithContext mocks base method.

func (*MockEKS) WaitUntilNodegroupDeleted

func (m *MockEKS) WaitUntilNodegroupDeleted(arg0 *eks.DescribeNodegroupInput) error

WaitUntilNodegroupDeleted mocks base method.

func (*MockEKS) WaitUntilNodegroupDeletedWithContext

func (m *MockEKS) WaitUntilNodegroupDeletedWithContext(arg0 aws.Context, arg1 *eks.DescribeNodegroupInput, arg2 ...request.WaiterOption) error

WaitUntilNodegroupDeletedWithContext mocks base method.

type MockEKSMockRecorder

type MockEKSMockRecorder struct {
	// contains filtered or unexported fields
}

MockEKSMockRecorder is the mock recorder for MockEKS.

func (*MockEKSMockRecorder) AssociateEncryptionConfig

func (mr *MockEKSMockRecorder) AssociateEncryptionConfig(arg0 interface{}) *gomock.Call

AssociateEncryptionConfig indicates an expected call of AssociateEncryptionConfig.

func (*MockEKSMockRecorder) AssociateEncryptionConfigRequest

func (mr *MockEKSMockRecorder) AssociateEncryptionConfigRequest(arg0 interface{}) *gomock.Call

AssociateEncryptionConfigRequest indicates an expected call of AssociateEncryptionConfigRequest.

func (*MockEKSMockRecorder) AssociateEncryptionConfigWithContext

func (mr *MockEKSMockRecorder) AssociateEncryptionConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateEncryptionConfigWithContext indicates an expected call of AssociateEncryptionConfigWithContext.

func (*MockEKSMockRecorder) AssociateIdentityProviderConfig

func (mr *MockEKSMockRecorder) AssociateIdentityProviderConfig(arg0 interface{}) *gomock.Call

AssociateIdentityProviderConfig indicates an expected call of AssociateIdentityProviderConfig.

func (*MockEKSMockRecorder) AssociateIdentityProviderConfigRequest

func (mr *MockEKSMockRecorder) AssociateIdentityProviderConfigRequest(arg0 interface{}) *gomock.Call

AssociateIdentityProviderConfigRequest indicates an expected call of AssociateIdentityProviderConfigRequest.

func (*MockEKSMockRecorder) AssociateIdentityProviderConfigWithContext

func (mr *MockEKSMockRecorder) AssociateIdentityProviderConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateIdentityProviderConfigWithContext indicates an expected call of AssociateIdentityProviderConfigWithContext.

func (*MockEKSMockRecorder) CreateAddon

func (mr *MockEKSMockRecorder) CreateAddon(arg0 interface{}) *gomock.Call

CreateAddon indicates an expected call of CreateAddon.

func (*MockEKSMockRecorder) CreateAddonRequest

func (mr *MockEKSMockRecorder) CreateAddonRequest(arg0 interface{}) *gomock.Call

CreateAddonRequest indicates an expected call of CreateAddonRequest.

func (*MockEKSMockRecorder) CreateAddonWithContext

func (mr *MockEKSMockRecorder) CreateAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAddonWithContext indicates an expected call of CreateAddonWithContext.

func (*MockEKSMockRecorder) CreateCluster

func (mr *MockEKSMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster.

func (*MockEKSMockRecorder) CreateClusterRequest

func (mr *MockEKSMockRecorder) CreateClusterRequest(arg0 interface{}) *gomock.Call

CreateClusterRequest indicates an expected call of CreateClusterRequest.

func (*MockEKSMockRecorder) CreateClusterWithContext

func (mr *MockEKSMockRecorder) CreateClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClusterWithContext indicates an expected call of CreateClusterWithContext.

func (*MockEKSMockRecorder) CreateFargateProfile

func (mr *MockEKSMockRecorder) CreateFargateProfile(arg0 interface{}) *gomock.Call

CreateFargateProfile indicates an expected call of CreateFargateProfile.

func (*MockEKSMockRecorder) CreateFargateProfileRequest

func (mr *MockEKSMockRecorder) CreateFargateProfileRequest(arg0 interface{}) *gomock.Call

CreateFargateProfileRequest indicates an expected call of CreateFargateProfileRequest.

func (*MockEKSMockRecorder) CreateFargateProfileWithContext

func (mr *MockEKSMockRecorder) CreateFargateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFargateProfileWithContext indicates an expected call of CreateFargateProfileWithContext.

func (*MockEKSMockRecorder) CreateNodegroup

func (mr *MockEKSMockRecorder) CreateNodegroup(arg0 interface{}) *gomock.Call

CreateNodegroup indicates an expected call of CreateNodegroup.

func (*MockEKSMockRecorder) CreateNodegroupRequest

func (mr *MockEKSMockRecorder) CreateNodegroupRequest(arg0 interface{}) *gomock.Call

CreateNodegroupRequest indicates an expected call of CreateNodegroupRequest.

func (*MockEKSMockRecorder) CreateNodegroupWithContext

func (mr *MockEKSMockRecorder) CreateNodegroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNodegroupWithContext indicates an expected call of CreateNodegroupWithContext.

func (*MockEKSMockRecorder) DeleteAddon

func (mr *MockEKSMockRecorder) DeleteAddon(arg0 interface{}) *gomock.Call

DeleteAddon indicates an expected call of DeleteAddon.

func (*MockEKSMockRecorder) DeleteAddonRequest

func (mr *MockEKSMockRecorder) DeleteAddonRequest(arg0 interface{}) *gomock.Call

DeleteAddonRequest indicates an expected call of DeleteAddonRequest.

func (*MockEKSMockRecorder) DeleteAddonWithContext

func (mr *MockEKSMockRecorder) DeleteAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAddonWithContext indicates an expected call of DeleteAddonWithContext.

func (*MockEKSMockRecorder) DeleteCluster

func (mr *MockEKSMockRecorder) DeleteCluster(arg0 interface{}) *gomock.Call

DeleteCluster indicates an expected call of DeleteCluster.

func (*MockEKSMockRecorder) DeleteClusterRequest

func (mr *MockEKSMockRecorder) DeleteClusterRequest(arg0 interface{}) *gomock.Call

DeleteClusterRequest indicates an expected call of DeleteClusterRequest.

func (*MockEKSMockRecorder) DeleteClusterWithContext

func (mr *MockEKSMockRecorder) DeleteClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClusterWithContext indicates an expected call of DeleteClusterWithContext.

func (*MockEKSMockRecorder) DeleteFargateProfile

func (mr *MockEKSMockRecorder) DeleteFargateProfile(arg0 interface{}) *gomock.Call

DeleteFargateProfile indicates an expected call of DeleteFargateProfile.

func (*MockEKSMockRecorder) DeleteFargateProfileRequest

func (mr *MockEKSMockRecorder) DeleteFargateProfileRequest(arg0 interface{}) *gomock.Call

DeleteFargateProfileRequest indicates an expected call of DeleteFargateProfileRequest.

func (*MockEKSMockRecorder) DeleteFargateProfileWithContext

func (mr *MockEKSMockRecorder) DeleteFargateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFargateProfileWithContext indicates an expected call of DeleteFargateProfileWithContext.

func (*MockEKSMockRecorder) DeleteNodegroup

func (mr *MockEKSMockRecorder) DeleteNodegroup(arg0 interface{}) *gomock.Call

DeleteNodegroup indicates an expected call of DeleteNodegroup.

func (*MockEKSMockRecorder) DeleteNodegroupRequest

func (mr *MockEKSMockRecorder) DeleteNodegroupRequest(arg0 interface{}) *gomock.Call

DeleteNodegroupRequest indicates an expected call of DeleteNodegroupRequest.

func (*MockEKSMockRecorder) DeleteNodegroupWithContext

func (mr *MockEKSMockRecorder) DeleteNodegroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNodegroupWithContext indicates an expected call of DeleteNodegroupWithContext.

func (*MockEKSMockRecorder) DeregisterCluster

func (mr *MockEKSMockRecorder) DeregisterCluster(arg0 interface{}) *gomock.Call

DeregisterCluster indicates an expected call of DeregisterCluster.

func (*MockEKSMockRecorder) DeregisterClusterRequest

func (mr *MockEKSMockRecorder) DeregisterClusterRequest(arg0 interface{}) *gomock.Call

DeregisterClusterRequest indicates an expected call of DeregisterClusterRequest.

func (*MockEKSMockRecorder) DeregisterClusterWithContext

func (mr *MockEKSMockRecorder) DeregisterClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterClusterWithContext indicates an expected call of DeregisterClusterWithContext.

func (*MockEKSMockRecorder) DescribeAddon

func (mr *MockEKSMockRecorder) DescribeAddon(arg0 interface{}) *gomock.Call

DescribeAddon indicates an expected call of DescribeAddon.

func (*MockEKSMockRecorder) DescribeAddonConfiguration added in v0.0.4

func (mr *MockEKSMockRecorder) DescribeAddonConfiguration(arg0 interface{}) *gomock.Call

DescribeAddonConfiguration indicates an expected call of DescribeAddonConfiguration.

func (*MockEKSMockRecorder) DescribeAddonConfigurationRequest added in v0.0.4

func (mr *MockEKSMockRecorder) DescribeAddonConfigurationRequest(arg0 interface{}) *gomock.Call

DescribeAddonConfigurationRequest indicates an expected call of DescribeAddonConfigurationRequest.

func (*MockEKSMockRecorder) DescribeAddonConfigurationWithContext added in v0.0.4

func (mr *MockEKSMockRecorder) DescribeAddonConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddonConfigurationWithContext indicates an expected call of DescribeAddonConfigurationWithContext.

func (*MockEKSMockRecorder) DescribeAddonRequest

func (mr *MockEKSMockRecorder) DescribeAddonRequest(arg0 interface{}) *gomock.Call

DescribeAddonRequest indicates an expected call of DescribeAddonRequest.

func (*MockEKSMockRecorder) DescribeAddonVersions

func (mr *MockEKSMockRecorder) DescribeAddonVersions(arg0 interface{}) *gomock.Call

DescribeAddonVersions indicates an expected call of DescribeAddonVersions.

func (*MockEKSMockRecorder) DescribeAddonVersionsPages

func (mr *MockEKSMockRecorder) DescribeAddonVersionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeAddonVersionsPages indicates an expected call of DescribeAddonVersionsPages.

func (*MockEKSMockRecorder) DescribeAddonVersionsPagesWithContext

func (mr *MockEKSMockRecorder) DescribeAddonVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeAddonVersionsPagesWithContext indicates an expected call of DescribeAddonVersionsPagesWithContext.

func (*MockEKSMockRecorder) DescribeAddonVersionsRequest

func (mr *MockEKSMockRecorder) DescribeAddonVersionsRequest(arg0 interface{}) *gomock.Call

DescribeAddonVersionsRequest indicates an expected call of DescribeAddonVersionsRequest.

func (*MockEKSMockRecorder) DescribeAddonVersionsWithContext

func (mr *MockEKSMockRecorder) DescribeAddonVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddonVersionsWithContext indicates an expected call of DescribeAddonVersionsWithContext.

func (*MockEKSMockRecorder) DescribeAddonWithContext

func (mr *MockEKSMockRecorder) DescribeAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddonWithContext indicates an expected call of DescribeAddonWithContext.

func (*MockEKSMockRecorder) DescribeCluster

func (mr *MockEKSMockRecorder) DescribeCluster(arg0 interface{}) *gomock.Call

DescribeCluster indicates an expected call of DescribeCluster.

func (*MockEKSMockRecorder) DescribeClusterRequest

func (mr *MockEKSMockRecorder) DescribeClusterRequest(arg0 interface{}) *gomock.Call

DescribeClusterRequest indicates an expected call of DescribeClusterRequest.

func (*MockEKSMockRecorder) DescribeClusterWithContext

func (mr *MockEKSMockRecorder) DescribeClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClusterWithContext indicates an expected call of DescribeClusterWithContext.

func (*MockEKSMockRecorder) DescribeFargateProfile

func (mr *MockEKSMockRecorder) DescribeFargateProfile(arg0 interface{}) *gomock.Call

DescribeFargateProfile indicates an expected call of DescribeFargateProfile.

func (*MockEKSMockRecorder) DescribeFargateProfileRequest

func (mr *MockEKSMockRecorder) DescribeFargateProfileRequest(arg0 interface{}) *gomock.Call

DescribeFargateProfileRequest indicates an expected call of DescribeFargateProfileRequest.

func (*MockEKSMockRecorder) DescribeFargateProfileWithContext

func (mr *MockEKSMockRecorder) DescribeFargateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFargateProfileWithContext indicates an expected call of DescribeFargateProfileWithContext.

func (*MockEKSMockRecorder) DescribeIdentityProviderConfig

func (mr *MockEKSMockRecorder) DescribeIdentityProviderConfig(arg0 interface{}) *gomock.Call

DescribeIdentityProviderConfig indicates an expected call of DescribeIdentityProviderConfig.

func (*MockEKSMockRecorder) DescribeIdentityProviderConfigRequest

func (mr *MockEKSMockRecorder) DescribeIdentityProviderConfigRequest(arg0 interface{}) *gomock.Call

DescribeIdentityProviderConfigRequest indicates an expected call of DescribeIdentityProviderConfigRequest.

func (*MockEKSMockRecorder) DescribeIdentityProviderConfigWithContext

func (mr *MockEKSMockRecorder) DescribeIdentityProviderConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdentityProviderConfigWithContext indicates an expected call of DescribeIdentityProviderConfigWithContext.

func (*MockEKSMockRecorder) DescribeNodegroup

func (mr *MockEKSMockRecorder) DescribeNodegroup(arg0 interface{}) *gomock.Call

DescribeNodegroup indicates an expected call of DescribeNodegroup.

func (*MockEKSMockRecorder) DescribeNodegroupRequest

func (mr *MockEKSMockRecorder) DescribeNodegroupRequest(arg0 interface{}) *gomock.Call

DescribeNodegroupRequest indicates an expected call of DescribeNodegroupRequest.

func (*MockEKSMockRecorder) DescribeNodegroupWithContext

func (mr *MockEKSMockRecorder) DescribeNodegroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNodegroupWithContext indicates an expected call of DescribeNodegroupWithContext.

func (*MockEKSMockRecorder) DescribeUpdate

func (mr *MockEKSMockRecorder) DescribeUpdate(arg0 interface{}) *gomock.Call

DescribeUpdate indicates an expected call of DescribeUpdate.

func (*MockEKSMockRecorder) DescribeUpdateRequest

func (mr *MockEKSMockRecorder) DescribeUpdateRequest(arg0 interface{}) *gomock.Call

DescribeUpdateRequest indicates an expected call of DescribeUpdateRequest.

func (*MockEKSMockRecorder) DescribeUpdateWithContext

func (mr *MockEKSMockRecorder) DescribeUpdateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUpdateWithContext indicates an expected call of DescribeUpdateWithContext.

func (*MockEKSMockRecorder) DisassociateIdentityProviderConfig

func (mr *MockEKSMockRecorder) DisassociateIdentityProviderConfig(arg0 interface{}) *gomock.Call

DisassociateIdentityProviderConfig indicates an expected call of DisassociateIdentityProviderConfig.

func (*MockEKSMockRecorder) DisassociateIdentityProviderConfigRequest

func (mr *MockEKSMockRecorder) DisassociateIdentityProviderConfigRequest(arg0 interface{}) *gomock.Call

DisassociateIdentityProviderConfigRequest indicates an expected call of DisassociateIdentityProviderConfigRequest.

func (*MockEKSMockRecorder) DisassociateIdentityProviderConfigWithContext

func (mr *MockEKSMockRecorder) DisassociateIdentityProviderConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateIdentityProviderConfigWithContext indicates an expected call of DisassociateIdentityProviderConfigWithContext.

func (*MockEKSMockRecorder) ListAddons

func (mr *MockEKSMockRecorder) ListAddons(arg0 interface{}) *gomock.Call

ListAddons indicates an expected call of ListAddons.

func (*MockEKSMockRecorder) ListAddonsPages

func (mr *MockEKSMockRecorder) ListAddonsPages(arg0, arg1 interface{}) *gomock.Call

ListAddonsPages indicates an expected call of ListAddonsPages.

func (*MockEKSMockRecorder) ListAddonsPagesWithContext

func (mr *MockEKSMockRecorder) ListAddonsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAddonsPagesWithContext indicates an expected call of ListAddonsPagesWithContext.

func (*MockEKSMockRecorder) ListAddonsRequest

func (mr *MockEKSMockRecorder) ListAddonsRequest(arg0 interface{}) *gomock.Call

ListAddonsRequest indicates an expected call of ListAddonsRequest.

func (*MockEKSMockRecorder) ListAddonsWithContext

func (mr *MockEKSMockRecorder) ListAddonsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAddonsWithContext indicates an expected call of ListAddonsWithContext.

func (*MockEKSMockRecorder) ListClusters

func (mr *MockEKSMockRecorder) ListClusters(arg0 interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters.

func (*MockEKSMockRecorder) ListClustersPages

func (mr *MockEKSMockRecorder) ListClustersPages(arg0, arg1 interface{}) *gomock.Call

ListClustersPages indicates an expected call of ListClustersPages.

func (*MockEKSMockRecorder) ListClustersPagesWithContext

func (mr *MockEKSMockRecorder) ListClustersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListClustersPagesWithContext indicates an expected call of ListClustersPagesWithContext.

func (*MockEKSMockRecorder) ListClustersRequest

func (mr *MockEKSMockRecorder) ListClustersRequest(arg0 interface{}) *gomock.Call

ListClustersRequest indicates an expected call of ListClustersRequest.

func (*MockEKSMockRecorder) ListClustersWithContext

func (mr *MockEKSMockRecorder) ListClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListClustersWithContext indicates an expected call of ListClustersWithContext.

func (*MockEKSMockRecorder) ListFargateProfiles

func (mr *MockEKSMockRecorder) ListFargateProfiles(arg0 interface{}) *gomock.Call

ListFargateProfiles indicates an expected call of ListFargateProfiles.

func (*MockEKSMockRecorder) ListFargateProfilesPages

func (mr *MockEKSMockRecorder) ListFargateProfilesPages(arg0, arg1 interface{}) *gomock.Call

ListFargateProfilesPages indicates an expected call of ListFargateProfilesPages.

func (*MockEKSMockRecorder) ListFargateProfilesPagesWithContext

func (mr *MockEKSMockRecorder) ListFargateProfilesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListFargateProfilesPagesWithContext indicates an expected call of ListFargateProfilesPagesWithContext.

func (*MockEKSMockRecorder) ListFargateProfilesRequest

func (mr *MockEKSMockRecorder) ListFargateProfilesRequest(arg0 interface{}) *gomock.Call

ListFargateProfilesRequest indicates an expected call of ListFargateProfilesRequest.

func (*MockEKSMockRecorder) ListFargateProfilesWithContext

func (mr *MockEKSMockRecorder) ListFargateProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFargateProfilesWithContext indicates an expected call of ListFargateProfilesWithContext.

func (*MockEKSMockRecorder) ListIdentityProviderConfigs

func (mr *MockEKSMockRecorder) ListIdentityProviderConfigs(arg0 interface{}) *gomock.Call

ListIdentityProviderConfigs indicates an expected call of ListIdentityProviderConfigs.

func (*MockEKSMockRecorder) ListIdentityProviderConfigsPages

func (mr *MockEKSMockRecorder) ListIdentityProviderConfigsPages(arg0, arg1 interface{}) *gomock.Call

ListIdentityProviderConfigsPages indicates an expected call of ListIdentityProviderConfigsPages.

func (*MockEKSMockRecorder) ListIdentityProviderConfigsPagesWithContext

func (mr *MockEKSMockRecorder) ListIdentityProviderConfigsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListIdentityProviderConfigsPagesWithContext indicates an expected call of ListIdentityProviderConfigsPagesWithContext.

func (*MockEKSMockRecorder) ListIdentityProviderConfigsRequest

func (mr *MockEKSMockRecorder) ListIdentityProviderConfigsRequest(arg0 interface{}) *gomock.Call

ListIdentityProviderConfigsRequest indicates an expected call of ListIdentityProviderConfigsRequest.

func (*MockEKSMockRecorder) ListIdentityProviderConfigsWithContext

func (mr *MockEKSMockRecorder) ListIdentityProviderConfigsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIdentityProviderConfigsWithContext indicates an expected call of ListIdentityProviderConfigsWithContext.

func (*MockEKSMockRecorder) ListNodegroups

func (mr *MockEKSMockRecorder) ListNodegroups(arg0 interface{}) *gomock.Call

ListNodegroups indicates an expected call of ListNodegroups.

func (*MockEKSMockRecorder) ListNodegroupsPages

func (mr *MockEKSMockRecorder) ListNodegroupsPages(arg0, arg1 interface{}) *gomock.Call

ListNodegroupsPages indicates an expected call of ListNodegroupsPages.

func (*MockEKSMockRecorder) ListNodegroupsPagesWithContext

func (mr *MockEKSMockRecorder) ListNodegroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListNodegroupsPagesWithContext indicates an expected call of ListNodegroupsPagesWithContext.

func (*MockEKSMockRecorder) ListNodegroupsRequest

func (mr *MockEKSMockRecorder) ListNodegroupsRequest(arg0 interface{}) *gomock.Call

ListNodegroupsRequest indicates an expected call of ListNodegroupsRequest.

func (*MockEKSMockRecorder) ListNodegroupsWithContext

func (mr *MockEKSMockRecorder) ListNodegroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNodegroupsWithContext indicates an expected call of ListNodegroupsWithContext.

func (*MockEKSMockRecorder) ListTagsForResource

func (mr *MockEKSMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockEKSMockRecorder) ListTagsForResourceRequest

func (mr *MockEKSMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockEKSMockRecorder) ListTagsForResourceWithContext

func (mr *MockEKSMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockEKSMockRecorder) ListUpdates

func (mr *MockEKSMockRecorder) ListUpdates(arg0 interface{}) *gomock.Call

ListUpdates indicates an expected call of ListUpdates.

func (*MockEKSMockRecorder) ListUpdatesPages

func (mr *MockEKSMockRecorder) ListUpdatesPages(arg0, arg1 interface{}) *gomock.Call

ListUpdatesPages indicates an expected call of ListUpdatesPages.

func (*MockEKSMockRecorder) ListUpdatesPagesWithContext

func (mr *MockEKSMockRecorder) ListUpdatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListUpdatesPagesWithContext indicates an expected call of ListUpdatesPagesWithContext.

func (*MockEKSMockRecorder) ListUpdatesRequest

func (mr *MockEKSMockRecorder) ListUpdatesRequest(arg0 interface{}) *gomock.Call

ListUpdatesRequest indicates an expected call of ListUpdatesRequest.

func (*MockEKSMockRecorder) ListUpdatesWithContext

func (mr *MockEKSMockRecorder) ListUpdatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUpdatesWithContext indicates an expected call of ListUpdatesWithContext.

func (*MockEKSMockRecorder) RegisterCluster

func (mr *MockEKSMockRecorder) RegisterCluster(arg0 interface{}) *gomock.Call

RegisterCluster indicates an expected call of RegisterCluster.

func (*MockEKSMockRecorder) RegisterClusterRequest

func (mr *MockEKSMockRecorder) RegisterClusterRequest(arg0 interface{}) *gomock.Call

RegisterClusterRequest indicates an expected call of RegisterClusterRequest.

func (*MockEKSMockRecorder) RegisterClusterWithContext

func (mr *MockEKSMockRecorder) RegisterClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterClusterWithContext indicates an expected call of RegisterClusterWithContext.

func (*MockEKSMockRecorder) TagResource

func (mr *MockEKSMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockEKSMockRecorder) TagResourceRequest

func (mr *MockEKSMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockEKSMockRecorder) TagResourceWithContext

func (mr *MockEKSMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockEKSMockRecorder) UntagResource

func (mr *MockEKSMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockEKSMockRecorder) UntagResourceRequest

func (mr *MockEKSMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockEKSMockRecorder) UntagResourceWithContext

func (mr *MockEKSMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockEKSMockRecorder) UpdateAddon

func (mr *MockEKSMockRecorder) UpdateAddon(arg0 interface{}) *gomock.Call

UpdateAddon indicates an expected call of UpdateAddon.

func (*MockEKSMockRecorder) UpdateAddonRequest

func (mr *MockEKSMockRecorder) UpdateAddonRequest(arg0 interface{}) *gomock.Call

UpdateAddonRequest indicates an expected call of UpdateAddonRequest.

func (*MockEKSMockRecorder) UpdateAddonWithContext

func (mr *MockEKSMockRecorder) UpdateAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAddonWithContext indicates an expected call of UpdateAddonWithContext.

func (*MockEKSMockRecorder) UpdateClusterConfig

func (mr *MockEKSMockRecorder) UpdateClusterConfig(arg0 interface{}) *gomock.Call

UpdateClusterConfig indicates an expected call of UpdateClusterConfig.

func (*MockEKSMockRecorder) UpdateClusterConfigRequest

func (mr *MockEKSMockRecorder) UpdateClusterConfigRequest(arg0 interface{}) *gomock.Call

UpdateClusterConfigRequest indicates an expected call of UpdateClusterConfigRequest.

func (*MockEKSMockRecorder) UpdateClusterConfigWithContext

func (mr *MockEKSMockRecorder) UpdateClusterConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateClusterConfigWithContext indicates an expected call of UpdateClusterConfigWithContext.

func (*MockEKSMockRecorder) UpdateClusterVersion

func (mr *MockEKSMockRecorder) UpdateClusterVersion(arg0 interface{}) *gomock.Call

UpdateClusterVersion indicates an expected call of UpdateClusterVersion.

func (*MockEKSMockRecorder) UpdateClusterVersionRequest

func (mr *MockEKSMockRecorder) UpdateClusterVersionRequest(arg0 interface{}) *gomock.Call

UpdateClusterVersionRequest indicates an expected call of UpdateClusterVersionRequest.

func (*MockEKSMockRecorder) UpdateClusterVersionWithContext

func (mr *MockEKSMockRecorder) UpdateClusterVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateClusterVersionWithContext indicates an expected call of UpdateClusterVersionWithContext.

func (*MockEKSMockRecorder) UpdateNodegroupConfig

func (mr *MockEKSMockRecorder) UpdateNodegroupConfig(arg0 interface{}) *gomock.Call

UpdateNodegroupConfig indicates an expected call of UpdateNodegroupConfig.

func (*MockEKSMockRecorder) UpdateNodegroupConfigRequest

func (mr *MockEKSMockRecorder) UpdateNodegroupConfigRequest(arg0 interface{}) *gomock.Call

UpdateNodegroupConfigRequest indicates an expected call of UpdateNodegroupConfigRequest.

func (*MockEKSMockRecorder) UpdateNodegroupConfigWithContext

func (mr *MockEKSMockRecorder) UpdateNodegroupConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateNodegroupConfigWithContext indicates an expected call of UpdateNodegroupConfigWithContext.

func (*MockEKSMockRecorder) UpdateNodegroupVersion

func (mr *MockEKSMockRecorder) UpdateNodegroupVersion(arg0 interface{}) *gomock.Call

UpdateNodegroupVersion indicates an expected call of UpdateNodegroupVersion.

func (*MockEKSMockRecorder) UpdateNodegroupVersionRequest

func (mr *MockEKSMockRecorder) UpdateNodegroupVersionRequest(arg0 interface{}) *gomock.Call

UpdateNodegroupVersionRequest indicates an expected call of UpdateNodegroupVersionRequest.

func (*MockEKSMockRecorder) UpdateNodegroupVersionWithContext

func (mr *MockEKSMockRecorder) UpdateNodegroupVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateNodegroupVersionWithContext indicates an expected call of UpdateNodegroupVersionWithContext.

func (*MockEKSMockRecorder) WaitUntilAddonActive

func (mr *MockEKSMockRecorder) WaitUntilAddonActive(arg0 interface{}) *gomock.Call

WaitUntilAddonActive indicates an expected call of WaitUntilAddonActive.

func (*MockEKSMockRecorder) WaitUntilAddonActiveWithContext

func (mr *MockEKSMockRecorder) WaitUntilAddonActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilAddonActiveWithContext indicates an expected call of WaitUntilAddonActiveWithContext.

func (*MockEKSMockRecorder) WaitUntilAddonDeleted

func (mr *MockEKSMockRecorder) WaitUntilAddonDeleted(arg0 interface{}) *gomock.Call

WaitUntilAddonDeleted indicates an expected call of WaitUntilAddonDeleted.

func (*MockEKSMockRecorder) WaitUntilAddonDeletedWithContext

func (mr *MockEKSMockRecorder) WaitUntilAddonDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilAddonDeletedWithContext indicates an expected call of WaitUntilAddonDeletedWithContext.

func (*MockEKSMockRecorder) WaitUntilClusterActive

func (mr *MockEKSMockRecorder) WaitUntilClusterActive(arg0 interface{}) *gomock.Call

WaitUntilClusterActive indicates an expected call of WaitUntilClusterActive.

func (*MockEKSMockRecorder) WaitUntilClusterActiveWithContext

func (mr *MockEKSMockRecorder) WaitUntilClusterActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilClusterActiveWithContext indicates an expected call of WaitUntilClusterActiveWithContext.

func (*MockEKSMockRecorder) WaitUntilClusterDeleted

func (mr *MockEKSMockRecorder) WaitUntilClusterDeleted(arg0 interface{}) *gomock.Call

WaitUntilClusterDeleted indicates an expected call of WaitUntilClusterDeleted.

func (*MockEKSMockRecorder) WaitUntilClusterDeletedWithContext

func (mr *MockEKSMockRecorder) WaitUntilClusterDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilClusterDeletedWithContext indicates an expected call of WaitUntilClusterDeletedWithContext.

func (*MockEKSMockRecorder) WaitUntilFargateProfileActive

func (mr *MockEKSMockRecorder) WaitUntilFargateProfileActive(arg0 interface{}) *gomock.Call

WaitUntilFargateProfileActive indicates an expected call of WaitUntilFargateProfileActive.

func (*MockEKSMockRecorder) WaitUntilFargateProfileActiveWithContext

func (mr *MockEKSMockRecorder) WaitUntilFargateProfileActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilFargateProfileActiveWithContext indicates an expected call of WaitUntilFargateProfileActiveWithContext.

func (*MockEKSMockRecorder) WaitUntilFargateProfileDeleted

func (mr *MockEKSMockRecorder) WaitUntilFargateProfileDeleted(arg0 interface{}) *gomock.Call

WaitUntilFargateProfileDeleted indicates an expected call of WaitUntilFargateProfileDeleted.

func (*MockEKSMockRecorder) WaitUntilFargateProfileDeletedWithContext

func (mr *MockEKSMockRecorder) WaitUntilFargateProfileDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilFargateProfileDeletedWithContext indicates an expected call of WaitUntilFargateProfileDeletedWithContext.

func (*MockEKSMockRecorder) WaitUntilNodegroupActive

func (mr *MockEKSMockRecorder) WaitUntilNodegroupActive(arg0 interface{}) *gomock.Call

WaitUntilNodegroupActive indicates an expected call of WaitUntilNodegroupActive.

func (*MockEKSMockRecorder) WaitUntilNodegroupActiveWithContext

func (mr *MockEKSMockRecorder) WaitUntilNodegroupActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNodegroupActiveWithContext indicates an expected call of WaitUntilNodegroupActiveWithContext.

func (*MockEKSMockRecorder) WaitUntilNodegroupDeleted

func (mr *MockEKSMockRecorder) WaitUntilNodegroupDeleted(arg0 interface{}) *gomock.Call

WaitUntilNodegroupDeleted indicates an expected call of WaitUntilNodegroupDeleted.

func (*MockEKSMockRecorder) WaitUntilNodegroupDeletedWithContext

func (mr *MockEKSMockRecorder) WaitUntilNodegroupDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNodegroupDeletedWithContext indicates an expected call of WaitUntilNodegroupDeletedWithContext.

type MockLattice

type MockLattice struct {
	// contains filtered or unexported fields
}

MockLattice is a mock of Lattice interface.

func NewMockLattice

func NewMockLattice(ctrl *gomock.Controller) *MockLattice

NewMockLattice creates a new mock instance.

func (*MockLattice) BatchUpdateRule

BatchUpdateRule mocks base method.

func (*MockLattice) BatchUpdateRuleRequest

BatchUpdateRuleRequest mocks base method.

func (*MockLattice) BatchUpdateRuleWithContext

func (m *MockLattice) BatchUpdateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.BatchUpdateRuleInput, arg2 ...request.Option) (*vpclattice.BatchUpdateRuleOutput, error)

BatchUpdateRuleWithContext mocks base method.

func (*MockLattice) CreateAccessLogSubscription

CreateAccessLogSubscription mocks base method.

func (*MockLattice) CreateAccessLogSubscriptionRequest

CreateAccessLogSubscriptionRequest mocks base method.

func (*MockLattice) CreateAccessLogSubscriptionWithContext

func (m *MockLattice) CreateAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.CreateAccessLogSubscriptionInput, arg2 ...request.Option) (*vpclattice.CreateAccessLogSubscriptionOutput, error)

CreateAccessLogSubscriptionWithContext mocks base method.

func (*MockLattice) CreateListener

CreateListener mocks base method.

func (*MockLattice) CreateListenerRequest

CreateListenerRequest mocks base method.

func (*MockLattice) CreateListenerWithContext

func (m *MockLattice) CreateListenerWithContext(arg0 aws.Context, arg1 *vpclattice.CreateListenerInput, arg2 ...request.Option) (*vpclattice.CreateListenerOutput, error)

CreateListenerWithContext mocks base method.

func (*MockLattice) CreateRule

CreateRule mocks base method.

func (*MockLattice) CreateRuleRequest

CreateRuleRequest mocks base method.

func (*MockLattice) CreateRuleWithContext

func (m *MockLattice) CreateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.CreateRuleInput, arg2 ...request.Option) (*vpclattice.CreateRuleOutput, error)

CreateRuleWithContext mocks base method.

func (*MockLattice) CreateService

CreateService mocks base method.

func (*MockLattice) CreateServiceNetwork

CreateServiceNetwork mocks base method.

func (*MockLattice) CreateServiceNetworkRequest

CreateServiceNetworkRequest mocks base method.

func (*MockLattice) CreateServiceNetworkServiceAssociation

CreateServiceNetworkServiceAssociation mocks base method.

func (*MockLattice) CreateServiceNetworkServiceAssociationRequest

CreateServiceNetworkServiceAssociationRequest mocks base method.

func (*MockLattice) CreateServiceNetworkServiceAssociationWithContext

CreateServiceNetworkServiceAssociationWithContext mocks base method.

func (*MockLattice) CreateServiceNetworkVpcAssociation

CreateServiceNetworkVpcAssociation mocks base method.

func (*MockLattice) CreateServiceNetworkVpcAssociationRequest

CreateServiceNetworkVpcAssociationRequest mocks base method.

func (*MockLattice) CreateServiceNetworkVpcAssociationWithContext

func (m *MockLattice) CreateServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkVpcAssociationInput, arg2 ...request.Option) (*vpclattice.CreateServiceNetworkVpcAssociationOutput, error)

CreateServiceNetworkVpcAssociationWithContext mocks base method.

func (*MockLattice) CreateServiceNetworkWithContext

func (m *MockLattice) CreateServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkInput, arg2 ...request.Option) (*vpclattice.CreateServiceNetworkOutput, error)

CreateServiceNetworkWithContext mocks base method.

func (*MockLattice) CreateServiceRequest

CreateServiceRequest mocks base method.

func (*MockLattice) CreateServiceWithContext

func (m *MockLattice) CreateServiceWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceInput, arg2 ...request.Option) (*vpclattice.CreateServiceOutput, error)

CreateServiceWithContext mocks base method.

func (*MockLattice) CreateTargetGroup

CreateTargetGroup mocks base method.

func (*MockLattice) CreateTargetGroupRequest

CreateTargetGroupRequest mocks base method.

func (*MockLattice) CreateTargetGroupWithContext

func (m *MockLattice) CreateTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.CreateTargetGroupInput, arg2 ...request.Option) (*vpclattice.CreateTargetGroupOutput, error)

CreateTargetGroupWithContext mocks base method.

func (*MockLattice) DeleteAccessLogSubscription

DeleteAccessLogSubscription mocks base method.

func (*MockLattice) DeleteAccessLogSubscriptionRequest

DeleteAccessLogSubscriptionRequest mocks base method.

func (*MockLattice) DeleteAccessLogSubscriptionWithContext

func (m *MockLattice) DeleteAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteAccessLogSubscriptionInput, arg2 ...request.Option) (*vpclattice.DeleteAccessLogSubscriptionOutput, error)

DeleteAccessLogSubscriptionWithContext mocks base method.

func (*MockLattice) DeleteAuthPolicy

DeleteAuthPolicy mocks base method.

func (*MockLattice) DeleteAuthPolicyRequest

DeleteAuthPolicyRequest mocks base method.

func (*MockLattice) DeleteAuthPolicyWithContext

func (m *MockLattice) DeleteAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteAuthPolicyInput, arg2 ...request.Option) (*vpclattice.DeleteAuthPolicyOutput, error)

DeleteAuthPolicyWithContext mocks base method.

func (*MockLattice) DeleteListener

DeleteListener mocks base method.

func (*MockLattice) DeleteListenerRequest

DeleteListenerRequest mocks base method.

func (*MockLattice) DeleteListenerWithContext

func (m *MockLattice) DeleteListenerWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteListenerInput, arg2 ...request.Option) (*vpclattice.DeleteListenerOutput, error)

DeleteListenerWithContext mocks base method.

func (*MockLattice) DeleteResourcePolicy

DeleteResourcePolicy mocks base method.

func (*MockLattice) DeleteResourcePolicyRequest

DeleteResourcePolicyRequest mocks base method.

func (*MockLattice) DeleteResourcePolicyWithContext

func (m *MockLattice) DeleteResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteResourcePolicyInput, arg2 ...request.Option) (*vpclattice.DeleteResourcePolicyOutput, error)

DeleteResourcePolicyWithContext mocks base method.

func (*MockLattice) DeleteRule

DeleteRule mocks base method.

func (*MockLattice) DeleteRuleRequest

DeleteRuleRequest mocks base method.

func (*MockLattice) DeleteRuleWithContext

func (m *MockLattice) DeleteRuleWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteRuleInput, arg2 ...request.Option) (*vpclattice.DeleteRuleOutput, error)

DeleteRuleWithContext mocks base method.

func (*MockLattice) DeleteService

DeleteService mocks base method.

func (*MockLattice) DeleteServiceNetwork

DeleteServiceNetwork mocks base method.

func (*MockLattice) DeleteServiceNetworkRequest

DeleteServiceNetworkRequest mocks base method.

func (*MockLattice) DeleteServiceNetworkServiceAssociation

DeleteServiceNetworkServiceAssociation mocks base method.

func (*MockLattice) DeleteServiceNetworkServiceAssociationRequest

DeleteServiceNetworkServiceAssociationRequest mocks base method.

func (*MockLattice) DeleteServiceNetworkServiceAssociationWithContext

DeleteServiceNetworkServiceAssociationWithContext mocks base method.

func (*MockLattice) DeleteServiceNetworkVpcAssociation

DeleteServiceNetworkVpcAssociation mocks base method.

func (*MockLattice) DeleteServiceNetworkVpcAssociationRequest

DeleteServiceNetworkVpcAssociationRequest mocks base method.

func (*MockLattice) DeleteServiceNetworkVpcAssociationWithContext

func (m *MockLattice) DeleteServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkVpcAssociationInput, arg2 ...request.Option) (*vpclattice.DeleteServiceNetworkVpcAssociationOutput, error)

DeleteServiceNetworkVpcAssociationWithContext mocks base method.

func (*MockLattice) DeleteServiceNetworkWithContext

func (m *MockLattice) DeleteServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkInput, arg2 ...request.Option) (*vpclattice.DeleteServiceNetworkOutput, error)

DeleteServiceNetworkWithContext mocks base method.

func (*MockLattice) DeleteServiceRequest

DeleteServiceRequest mocks base method.

func (*MockLattice) DeleteServiceWithContext

func (m *MockLattice) DeleteServiceWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceInput, arg2 ...request.Option) (*vpclattice.DeleteServiceOutput, error)

DeleteServiceWithContext mocks base method.

func (*MockLattice) DeleteTargetGroup

DeleteTargetGroup mocks base method.

func (*MockLattice) DeleteTargetGroupRequest

DeleteTargetGroupRequest mocks base method.

func (*MockLattice) DeleteTargetGroupWithContext

func (m *MockLattice) DeleteTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteTargetGroupInput, arg2 ...request.Option) (*vpclattice.DeleteTargetGroupOutput, error)

DeleteTargetGroupWithContext mocks base method.

func (*MockLattice) DeregisterTargets

DeregisterTargets mocks base method.

func (*MockLattice) DeregisterTargetsRequest

DeregisterTargetsRequest mocks base method.

func (*MockLattice) DeregisterTargetsWithContext

func (m *MockLattice) DeregisterTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.DeregisterTargetsInput, arg2 ...request.Option) (*vpclattice.DeregisterTargetsOutput, error)

DeregisterTargetsWithContext mocks base method.

func (*MockLattice) EXPECT

func (m *MockLattice) EXPECT() *MockLatticeMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockLattice) GetAccessLogSubscription

GetAccessLogSubscription mocks base method.

func (*MockLattice) GetAccessLogSubscriptionRequest

GetAccessLogSubscriptionRequest mocks base method.

func (*MockLattice) GetAccessLogSubscriptionWithContext

func (m *MockLattice) GetAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.GetAccessLogSubscriptionInput, arg2 ...request.Option) (*vpclattice.GetAccessLogSubscriptionOutput, error)

GetAccessLogSubscriptionWithContext mocks base method.

func (*MockLattice) GetAuthPolicy

GetAuthPolicy mocks base method.

func (*MockLattice) GetAuthPolicyRequest

GetAuthPolicyRequest mocks base method.

func (*MockLattice) GetAuthPolicyWithContext

func (m *MockLattice) GetAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.GetAuthPolicyInput, arg2 ...request.Option) (*vpclattice.GetAuthPolicyOutput, error)

GetAuthPolicyWithContext mocks base method.

func (*MockLattice) GetListener

GetListener mocks base method.

func (*MockLattice) GetListenerRequest

GetListenerRequest mocks base method.

func (*MockLattice) GetListenerWithContext

func (m *MockLattice) GetListenerWithContext(arg0 aws.Context, arg1 *vpclattice.GetListenerInput, arg2 ...request.Option) (*vpclattice.GetListenerOutput, error)

GetListenerWithContext mocks base method.

func (*MockLattice) GetResourcePolicy

GetResourcePolicy mocks base method.

func (*MockLattice) GetResourcePolicyRequest

GetResourcePolicyRequest mocks base method.

func (*MockLattice) GetResourcePolicyWithContext

func (m *MockLattice) GetResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.GetResourcePolicyInput, arg2 ...request.Option) (*vpclattice.GetResourcePolicyOutput, error)

GetResourcePolicyWithContext mocks base method.

func (*MockLattice) GetRule

GetRule mocks base method.

func (*MockLattice) GetRuleRequest

GetRuleRequest mocks base method.

func (*MockLattice) GetRuleWithContext

func (m *MockLattice) GetRuleWithContext(arg0 aws.Context, arg1 *vpclattice.GetRuleInput, arg2 ...request.Option) (*vpclattice.GetRuleOutput, error)

GetRuleWithContext mocks base method.

func (*MockLattice) GetService

GetService mocks base method.

func (*MockLattice) GetServiceNetwork

GetServiceNetwork mocks base method.

func (*MockLattice) GetServiceNetworkRequest

GetServiceNetworkRequest mocks base method.

func (*MockLattice) GetServiceNetworkServiceAssociation

GetServiceNetworkServiceAssociation mocks base method.

func (*MockLattice) GetServiceNetworkServiceAssociationRequest

GetServiceNetworkServiceAssociationRequest mocks base method.

func (*MockLattice) GetServiceNetworkServiceAssociationWithContext

func (m *MockLattice) GetServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkServiceAssociationInput, arg2 ...request.Option) (*vpclattice.GetServiceNetworkServiceAssociationOutput, error)

GetServiceNetworkServiceAssociationWithContext mocks base method.

func (*MockLattice) GetServiceNetworkVpcAssociation

GetServiceNetworkVpcAssociation mocks base method.

func (*MockLattice) GetServiceNetworkVpcAssociationRequest

GetServiceNetworkVpcAssociationRequest mocks base method.

func (*MockLattice) GetServiceNetworkVpcAssociationWithContext

func (m *MockLattice) GetServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkVpcAssociationInput, arg2 ...request.Option) (*vpclattice.GetServiceNetworkVpcAssociationOutput, error)

GetServiceNetworkVpcAssociationWithContext mocks base method.

func (*MockLattice) GetServiceNetworkWithContext

func (m *MockLattice) GetServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkInput, arg2 ...request.Option) (*vpclattice.GetServiceNetworkOutput, error)

GetServiceNetworkWithContext mocks base method.

func (*MockLattice) GetServiceRequest

GetServiceRequest mocks base method.

func (*MockLattice) GetServiceWithContext

func (m *MockLattice) GetServiceWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceInput, arg2 ...request.Option) (*vpclattice.GetServiceOutput, error)

GetServiceWithContext mocks base method.

func (*MockLattice) GetTargetGroup

GetTargetGroup mocks base method.

func (*MockLattice) GetTargetGroupRequest

GetTargetGroupRequest mocks base method.

func (*MockLattice) GetTargetGroupWithContext

func (m *MockLattice) GetTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.GetTargetGroupInput, arg2 ...request.Option) (*vpclattice.GetTargetGroupOutput, error)

GetTargetGroupWithContext mocks base method.

func (*MockLattice) ListAccessLogSubscriptions

ListAccessLogSubscriptions mocks base method.

func (*MockLattice) ListAccessLogSubscriptionsRequest

ListAccessLogSubscriptionsRequest mocks base method.

func (*MockLattice) ListAccessLogSubscriptionsWithContext

func (m *MockLattice) ListAccessLogSubscriptionsWithContext(arg0 aws.Context, arg1 *vpclattice.ListAccessLogSubscriptionsInput, arg2 ...request.Option) (*vpclattice.ListAccessLogSubscriptionsOutput, error)

ListAccessLogSubscriptionsWithContext mocks base method.

func (*MockLattice) ListListeners

ListListeners mocks base method.

func (*MockLattice) ListListenersRequest

ListListenersRequest mocks base method.

func (*MockLattice) ListListenersWithContext

func (m *MockLattice) ListListenersWithContext(arg0 aws.Context, arg1 *vpclattice.ListListenersInput, arg2 ...request.Option) (*vpclattice.ListListenersOutput, error)

ListListenersWithContext mocks base method.

func (*MockLattice) ListRules

ListRules mocks base method.

func (*MockLattice) ListRulesRequest

ListRulesRequest mocks base method.

func (*MockLattice) ListRulesWithContext

func (m *MockLattice) ListRulesWithContext(arg0 aws.Context, arg1 *vpclattice.ListRulesInput, arg2 ...request.Option) (*vpclattice.ListRulesOutput, error)

ListRulesWithContext mocks base method.

func (*MockLattice) ListServiceNetworkServiceAssociations

ListServiceNetworkServiceAssociations mocks base method.

func (*MockLattice) ListServiceNetworkServiceAssociationsAsList

ListServiceNetworkServiceAssociationsAsList mocks base method.

func (*MockLattice) ListServiceNetworkServiceAssociationsRequest

ListServiceNetworkServiceAssociationsRequest mocks base method.

func (*MockLattice) ListServiceNetworkServiceAssociationsWithContext

func (m *MockLattice) ListServiceNetworkServiceAssociationsWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworkServiceAssociationsInput, arg2 ...request.Option) (*vpclattice.ListServiceNetworkServiceAssociationsOutput, error)

ListServiceNetworkServiceAssociationsWithContext mocks base method.

func (*MockLattice) ListServiceNetworkVpcAssociations

ListServiceNetworkVpcAssociations mocks base method.

func (*MockLattice) ListServiceNetworkVpcAssociationsAsList

ListServiceNetworkVpcAssociationsAsList mocks base method.

func (*MockLattice) ListServiceNetworkVpcAssociationsRequest

ListServiceNetworkVpcAssociationsRequest mocks base method.

func (*MockLattice) ListServiceNetworkVpcAssociationsWithContext

func (m *MockLattice) ListServiceNetworkVpcAssociationsWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworkVpcAssociationsInput, arg2 ...request.Option) (*vpclattice.ListServiceNetworkVpcAssociationsOutput, error)

ListServiceNetworkVpcAssociationsWithContext mocks base method.

func (*MockLattice) ListServiceNetworks

ListServiceNetworks mocks base method.

func (*MockLattice) ListServiceNetworksAsList

func (m *MockLattice) ListServiceNetworksAsList(ctx context.Context, input *vpclattice.ListServiceNetworksInput) ([]*vpclattice.ServiceNetworkSummary, error)

ListServiceNetworksAsList mocks base method.

func (*MockLattice) ListServiceNetworksRequest

ListServiceNetworksRequest mocks base method.

func (*MockLattice) ListServiceNetworksWithContext

func (m *MockLattice) ListServiceNetworksWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworksInput, arg2 ...request.Option) (*vpclattice.ListServiceNetworksOutput, error)

ListServiceNetworksWithContext mocks base method.

func (*MockLattice) ListServices

ListServices mocks base method.

func (*MockLattice) ListServicesAsList

func (m *MockLattice) ListServicesAsList(ctx context.Context, input *vpclattice.ListServicesInput) ([]*vpclattice.ServiceSummary, error)

ListServicesAsList mocks base method.

func (*MockLattice) ListServicesRequest

ListServicesRequest mocks base method.

func (*MockLattice) ListServicesWithContext

func (m *MockLattice) ListServicesWithContext(arg0 aws.Context, arg1 *vpclattice.ListServicesInput, arg2 ...request.Option) (*vpclattice.ListServicesOutput, error)

ListServicesWithContext mocks base method.

func (*MockLattice) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockLattice) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockLattice) ListTagsForResourceWithContext

func (m *MockLattice) ListTagsForResourceWithContext(arg0 aws.Context, arg1 *vpclattice.ListTagsForResourceInput, arg2 ...request.Option) (*vpclattice.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method.

func (*MockLattice) ListTargetGroups

ListTargetGroups mocks base method.

func (*MockLattice) ListTargetGroupsAsList

func (m *MockLattice) ListTargetGroupsAsList(ctx context.Context, input *vpclattice.ListTargetGroupsInput) ([]*vpclattice.TargetGroupSummary, error)

ListTargetGroupsAsList mocks base method.

func (*MockLattice) ListTargetGroupsRequest

ListTargetGroupsRequest mocks base method.

func (*MockLattice) ListTargetGroupsWithContext

func (m *MockLattice) ListTargetGroupsWithContext(arg0 aws.Context, arg1 *vpclattice.ListTargetGroupsInput, arg2 ...request.Option) (*vpclattice.ListTargetGroupsOutput, error)

ListTargetGroupsWithContext mocks base method.

func (*MockLattice) ListTargets

ListTargets mocks base method.

func (*MockLattice) ListTargetsAsList

func (m *MockLattice) ListTargetsAsList(ctx context.Context, input *vpclattice.ListTargetsInput) ([]*vpclattice.TargetSummary, error)

ListTargetsAsList mocks base method.

func (*MockLattice) ListTargetsRequest

ListTargetsRequest mocks base method.

func (*MockLattice) ListTargetsWithContext

func (m *MockLattice) ListTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.ListTargetsInput, arg2 ...request.Option) (*vpclattice.ListTargetsOutput, error)

ListTargetsWithContext mocks base method.

func (*MockLattice) PutAuthPolicy

PutAuthPolicy mocks base method.

func (*MockLattice) PutAuthPolicyRequest

PutAuthPolicyRequest mocks base method.

func (*MockLattice) PutAuthPolicyWithContext

func (m *MockLattice) PutAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.PutAuthPolicyInput, arg2 ...request.Option) (*vpclattice.PutAuthPolicyOutput, error)

PutAuthPolicyWithContext mocks base method.

func (*MockLattice) PutResourcePolicy

PutResourcePolicy mocks base method.

func (*MockLattice) PutResourcePolicyRequest

PutResourcePolicyRequest mocks base method.

func (*MockLattice) PutResourcePolicyWithContext

func (m *MockLattice) PutResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.PutResourcePolicyInput, arg2 ...request.Option) (*vpclattice.PutResourcePolicyOutput, error)

PutResourcePolicyWithContext mocks base method.

func (*MockLattice) RegisterTargets

RegisterTargets mocks base method.

func (*MockLattice) RegisterTargetsRequest

RegisterTargetsRequest mocks base method.

func (*MockLattice) RegisterTargetsWithContext

func (m *MockLattice) RegisterTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.RegisterTargetsInput, arg2 ...request.Option) (*vpclattice.RegisterTargetsOutput, error)

RegisterTargetsWithContext mocks base method.

func (*MockLattice) TagResource

TagResource mocks base method.

func (*MockLattice) TagResourceRequest

TagResourceRequest mocks base method.

func (*MockLattice) TagResourceWithContext

func (m *MockLattice) TagResourceWithContext(arg0 aws.Context, arg1 *vpclattice.TagResourceInput, arg2 ...request.Option) (*vpclattice.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockLattice) UntagResource

UntagResource mocks base method.

func (*MockLattice) UntagResourceRequest

UntagResourceRequest mocks base method.

func (*MockLattice) UntagResourceWithContext

func (m *MockLattice) UntagResourceWithContext(arg0 aws.Context, arg1 *vpclattice.UntagResourceInput, arg2 ...request.Option) (*vpclattice.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

func (*MockLattice) UpdateAccessLogSubscription

UpdateAccessLogSubscription mocks base method.

func (*MockLattice) UpdateAccessLogSubscriptionRequest

UpdateAccessLogSubscriptionRequest mocks base method.

func (*MockLattice) UpdateAccessLogSubscriptionWithContext

func (m *MockLattice) UpdateAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateAccessLogSubscriptionInput, arg2 ...request.Option) (*vpclattice.UpdateAccessLogSubscriptionOutput, error)

UpdateAccessLogSubscriptionWithContext mocks base method.

func (*MockLattice) UpdateListener

UpdateListener mocks base method.

func (*MockLattice) UpdateListenerRequest

UpdateListenerRequest mocks base method.

func (*MockLattice) UpdateListenerWithContext

func (m *MockLattice) UpdateListenerWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateListenerInput, arg2 ...request.Option) (*vpclattice.UpdateListenerOutput, error)

UpdateListenerWithContext mocks base method.

func (*MockLattice) UpdateRule

UpdateRule mocks base method.

func (*MockLattice) UpdateRuleRequest

UpdateRuleRequest mocks base method.

func (*MockLattice) UpdateRuleWithContext

func (m *MockLattice) UpdateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateRuleInput, arg2 ...request.Option) (*vpclattice.UpdateRuleOutput, error)

UpdateRuleWithContext mocks base method.

func (*MockLattice) UpdateService

UpdateService mocks base method.

func (*MockLattice) UpdateServiceNetwork

UpdateServiceNetwork mocks base method.

func (*MockLattice) UpdateServiceNetworkRequest

UpdateServiceNetworkRequest mocks base method.

func (*MockLattice) UpdateServiceNetworkVpcAssociation

UpdateServiceNetworkVpcAssociation mocks base method.

func (*MockLattice) UpdateServiceNetworkVpcAssociationRequest

UpdateServiceNetworkVpcAssociationRequest mocks base method.

func (*MockLattice) UpdateServiceNetworkVpcAssociationWithContext

func (m *MockLattice) UpdateServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceNetworkVpcAssociationInput, arg2 ...request.Option) (*vpclattice.UpdateServiceNetworkVpcAssociationOutput, error)

UpdateServiceNetworkVpcAssociationWithContext mocks base method.

func (*MockLattice) UpdateServiceNetworkWithContext

func (m *MockLattice) UpdateServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceNetworkInput, arg2 ...request.Option) (*vpclattice.UpdateServiceNetworkOutput, error)

UpdateServiceNetworkWithContext mocks base method.

func (*MockLattice) UpdateServiceRequest

UpdateServiceRequest mocks base method.

func (*MockLattice) UpdateServiceWithContext

func (m *MockLattice) UpdateServiceWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceInput, arg2 ...request.Option) (*vpclattice.UpdateServiceOutput, error)

UpdateServiceWithContext mocks base method.

func (*MockLattice) UpdateTargetGroup

UpdateTargetGroup mocks base method.

func (*MockLattice) UpdateTargetGroupRequest

UpdateTargetGroupRequest mocks base method.

func (*MockLattice) UpdateTargetGroupWithContext

func (m *MockLattice) UpdateTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateTargetGroupInput, arg2 ...request.Option) (*vpclattice.UpdateTargetGroupOutput, error)

UpdateTargetGroupWithContext mocks base method.

type MockLatticeMockRecorder

type MockLatticeMockRecorder struct {
	// contains filtered or unexported fields
}

MockLatticeMockRecorder is the mock recorder for MockLattice.

func (*MockLatticeMockRecorder) BatchUpdateRule

func (mr *MockLatticeMockRecorder) BatchUpdateRule(arg0 interface{}) *gomock.Call

BatchUpdateRule indicates an expected call of BatchUpdateRule.

func (*MockLatticeMockRecorder) BatchUpdateRuleRequest

func (mr *MockLatticeMockRecorder) BatchUpdateRuleRequest(arg0 interface{}) *gomock.Call

BatchUpdateRuleRequest indicates an expected call of BatchUpdateRuleRequest.

func (*MockLatticeMockRecorder) BatchUpdateRuleWithContext

func (mr *MockLatticeMockRecorder) BatchUpdateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchUpdateRuleWithContext indicates an expected call of BatchUpdateRuleWithContext.

func (*MockLatticeMockRecorder) CreateAccessLogSubscription

func (mr *MockLatticeMockRecorder) CreateAccessLogSubscription(arg0 interface{}) *gomock.Call

CreateAccessLogSubscription indicates an expected call of CreateAccessLogSubscription.

func (*MockLatticeMockRecorder) CreateAccessLogSubscriptionRequest

func (mr *MockLatticeMockRecorder) CreateAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateAccessLogSubscriptionRequest indicates an expected call of CreateAccessLogSubscriptionRequest.

func (*MockLatticeMockRecorder) CreateAccessLogSubscriptionWithContext

func (mr *MockLatticeMockRecorder) CreateAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccessLogSubscriptionWithContext indicates an expected call of CreateAccessLogSubscriptionWithContext.

func (*MockLatticeMockRecorder) CreateListener

func (mr *MockLatticeMockRecorder) CreateListener(arg0 interface{}) *gomock.Call

CreateListener indicates an expected call of CreateListener.

func (*MockLatticeMockRecorder) CreateListenerRequest

func (mr *MockLatticeMockRecorder) CreateListenerRequest(arg0 interface{}) *gomock.Call

CreateListenerRequest indicates an expected call of CreateListenerRequest.

func (*MockLatticeMockRecorder) CreateListenerWithContext

func (mr *MockLatticeMockRecorder) CreateListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateListenerWithContext indicates an expected call of CreateListenerWithContext.

func (*MockLatticeMockRecorder) CreateRule

func (mr *MockLatticeMockRecorder) CreateRule(arg0 interface{}) *gomock.Call

CreateRule indicates an expected call of CreateRule.

func (*MockLatticeMockRecorder) CreateRuleRequest

func (mr *MockLatticeMockRecorder) CreateRuleRequest(arg0 interface{}) *gomock.Call

CreateRuleRequest indicates an expected call of CreateRuleRequest.

func (*MockLatticeMockRecorder) CreateRuleWithContext

func (mr *MockLatticeMockRecorder) CreateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRuleWithContext indicates an expected call of CreateRuleWithContext.

func (*MockLatticeMockRecorder) CreateService

func (mr *MockLatticeMockRecorder) CreateService(arg0 interface{}) *gomock.Call

CreateService indicates an expected call of CreateService.

func (*MockLatticeMockRecorder) CreateServiceNetwork

func (mr *MockLatticeMockRecorder) CreateServiceNetwork(arg0 interface{}) *gomock.Call

CreateServiceNetwork indicates an expected call of CreateServiceNetwork.

func (*MockLatticeMockRecorder) CreateServiceNetworkRequest

func (mr *MockLatticeMockRecorder) CreateServiceNetworkRequest(arg0 interface{}) *gomock.Call

CreateServiceNetworkRequest indicates an expected call of CreateServiceNetworkRequest.

func (*MockLatticeMockRecorder) CreateServiceNetworkServiceAssociation

func (mr *MockLatticeMockRecorder) CreateServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call

CreateServiceNetworkServiceAssociation indicates an expected call of CreateServiceNetworkServiceAssociation.

func (*MockLatticeMockRecorder) CreateServiceNetworkServiceAssociationRequest

func (mr *MockLatticeMockRecorder) CreateServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call

CreateServiceNetworkServiceAssociationRequest indicates an expected call of CreateServiceNetworkServiceAssociationRequest.

func (*MockLatticeMockRecorder) CreateServiceNetworkServiceAssociationWithContext

func (mr *MockLatticeMockRecorder) CreateServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceNetworkServiceAssociationWithContext indicates an expected call of CreateServiceNetworkServiceAssociationWithContext.

func (*MockLatticeMockRecorder) CreateServiceNetworkVpcAssociation

func (mr *MockLatticeMockRecorder) CreateServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call

CreateServiceNetworkVpcAssociation indicates an expected call of CreateServiceNetworkVpcAssociation.

func (*MockLatticeMockRecorder) CreateServiceNetworkVpcAssociationRequest

func (mr *MockLatticeMockRecorder) CreateServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call

CreateServiceNetworkVpcAssociationRequest indicates an expected call of CreateServiceNetworkVpcAssociationRequest.

func (*MockLatticeMockRecorder) CreateServiceNetworkVpcAssociationWithContext

func (mr *MockLatticeMockRecorder) CreateServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceNetworkVpcAssociationWithContext indicates an expected call of CreateServiceNetworkVpcAssociationWithContext.

func (*MockLatticeMockRecorder) CreateServiceNetworkWithContext

func (mr *MockLatticeMockRecorder) CreateServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceNetworkWithContext indicates an expected call of CreateServiceNetworkWithContext.

func (*MockLatticeMockRecorder) CreateServiceRequest

func (mr *MockLatticeMockRecorder) CreateServiceRequest(arg0 interface{}) *gomock.Call

CreateServiceRequest indicates an expected call of CreateServiceRequest.

func (*MockLatticeMockRecorder) CreateServiceWithContext

func (mr *MockLatticeMockRecorder) CreateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceWithContext indicates an expected call of CreateServiceWithContext.

func (*MockLatticeMockRecorder) CreateTargetGroup

func (mr *MockLatticeMockRecorder) CreateTargetGroup(arg0 interface{}) *gomock.Call

CreateTargetGroup indicates an expected call of CreateTargetGroup.

func (*MockLatticeMockRecorder) CreateTargetGroupRequest

func (mr *MockLatticeMockRecorder) CreateTargetGroupRequest(arg0 interface{}) *gomock.Call

CreateTargetGroupRequest indicates an expected call of CreateTargetGroupRequest.

func (*MockLatticeMockRecorder) CreateTargetGroupWithContext

func (mr *MockLatticeMockRecorder) CreateTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTargetGroupWithContext indicates an expected call of CreateTargetGroupWithContext.

func (*MockLatticeMockRecorder) DeleteAccessLogSubscription

func (mr *MockLatticeMockRecorder) DeleteAccessLogSubscription(arg0 interface{}) *gomock.Call

DeleteAccessLogSubscription indicates an expected call of DeleteAccessLogSubscription.

func (*MockLatticeMockRecorder) DeleteAccessLogSubscriptionRequest

func (mr *MockLatticeMockRecorder) DeleteAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteAccessLogSubscriptionRequest indicates an expected call of DeleteAccessLogSubscriptionRequest.

func (*MockLatticeMockRecorder) DeleteAccessLogSubscriptionWithContext

func (mr *MockLatticeMockRecorder) DeleteAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccessLogSubscriptionWithContext indicates an expected call of DeleteAccessLogSubscriptionWithContext.

func (*MockLatticeMockRecorder) DeleteAuthPolicy

func (mr *MockLatticeMockRecorder) DeleteAuthPolicy(arg0 interface{}) *gomock.Call

DeleteAuthPolicy indicates an expected call of DeleteAuthPolicy.

func (*MockLatticeMockRecorder) DeleteAuthPolicyRequest

func (mr *MockLatticeMockRecorder) DeleteAuthPolicyRequest(arg0 interface{}) *gomock.Call

DeleteAuthPolicyRequest indicates an expected call of DeleteAuthPolicyRequest.

func (*MockLatticeMockRecorder) DeleteAuthPolicyWithContext

func (mr *MockLatticeMockRecorder) DeleteAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAuthPolicyWithContext indicates an expected call of DeleteAuthPolicyWithContext.

func (*MockLatticeMockRecorder) DeleteListener

func (mr *MockLatticeMockRecorder) DeleteListener(arg0 interface{}) *gomock.Call

DeleteListener indicates an expected call of DeleteListener.

func (*MockLatticeMockRecorder) DeleteListenerRequest

func (mr *MockLatticeMockRecorder) DeleteListenerRequest(arg0 interface{}) *gomock.Call

DeleteListenerRequest indicates an expected call of DeleteListenerRequest.

func (*MockLatticeMockRecorder) DeleteListenerWithContext

func (mr *MockLatticeMockRecorder) DeleteListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteListenerWithContext indicates an expected call of DeleteListenerWithContext.

func (*MockLatticeMockRecorder) DeleteResourcePolicy

func (mr *MockLatticeMockRecorder) DeleteResourcePolicy(arg0 interface{}) *gomock.Call

DeleteResourcePolicy indicates an expected call of DeleteResourcePolicy.

func (*MockLatticeMockRecorder) DeleteResourcePolicyRequest

func (mr *MockLatticeMockRecorder) DeleteResourcePolicyRequest(arg0 interface{}) *gomock.Call

DeleteResourcePolicyRequest indicates an expected call of DeleteResourcePolicyRequest.

func (*MockLatticeMockRecorder) DeleteResourcePolicyWithContext

func (mr *MockLatticeMockRecorder) DeleteResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteResourcePolicyWithContext indicates an expected call of DeleteResourcePolicyWithContext.

func (*MockLatticeMockRecorder) DeleteRule

func (mr *MockLatticeMockRecorder) DeleteRule(arg0 interface{}) *gomock.Call

DeleteRule indicates an expected call of DeleteRule.

func (*MockLatticeMockRecorder) DeleteRuleRequest

func (mr *MockLatticeMockRecorder) DeleteRuleRequest(arg0 interface{}) *gomock.Call

DeleteRuleRequest indicates an expected call of DeleteRuleRequest.

func (*MockLatticeMockRecorder) DeleteRuleWithContext

func (mr *MockLatticeMockRecorder) DeleteRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRuleWithContext indicates an expected call of DeleteRuleWithContext.

func (*MockLatticeMockRecorder) DeleteService

func (mr *MockLatticeMockRecorder) DeleteService(arg0 interface{}) *gomock.Call

DeleteService indicates an expected call of DeleteService.

func (*MockLatticeMockRecorder) DeleteServiceNetwork

func (mr *MockLatticeMockRecorder) DeleteServiceNetwork(arg0 interface{}) *gomock.Call

DeleteServiceNetwork indicates an expected call of DeleteServiceNetwork.

func (*MockLatticeMockRecorder) DeleteServiceNetworkRequest

func (mr *MockLatticeMockRecorder) DeleteServiceNetworkRequest(arg0 interface{}) *gomock.Call

DeleteServiceNetworkRequest indicates an expected call of DeleteServiceNetworkRequest.

func (*MockLatticeMockRecorder) DeleteServiceNetworkServiceAssociation

func (mr *MockLatticeMockRecorder) DeleteServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call

DeleteServiceNetworkServiceAssociation indicates an expected call of DeleteServiceNetworkServiceAssociation.

func (*MockLatticeMockRecorder) DeleteServiceNetworkServiceAssociationRequest

func (mr *MockLatticeMockRecorder) DeleteServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call

DeleteServiceNetworkServiceAssociationRequest indicates an expected call of DeleteServiceNetworkServiceAssociationRequest.

func (*MockLatticeMockRecorder) DeleteServiceNetworkServiceAssociationWithContext

func (mr *MockLatticeMockRecorder) DeleteServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceNetworkServiceAssociationWithContext indicates an expected call of DeleteServiceNetworkServiceAssociationWithContext.

func (*MockLatticeMockRecorder) DeleteServiceNetworkVpcAssociation

func (mr *MockLatticeMockRecorder) DeleteServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call

DeleteServiceNetworkVpcAssociation indicates an expected call of DeleteServiceNetworkVpcAssociation.

func (*MockLatticeMockRecorder) DeleteServiceNetworkVpcAssociationRequest

func (mr *MockLatticeMockRecorder) DeleteServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call

DeleteServiceNetworkVpcAssociationRequest indicates an expected call of DeleteServiceNetworkVpcAssociationRequest.

func (*MockLatticeMockRecorder) DeleteServiceNetworkVpcAssociationWithContext

func (mr *MockLatticeMockRecorder) DeleteServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceNetworkVpcAssociationWithContext indicates an expected call of DeleteServiceNetworkVpcAssociationWithContext.

func (*MockLatticeMockRecorder) DeleteServiceNetworkWithContext

func (mr *MockLatticeMockRecorder) DeleteServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceNetworkWithContext indicates an expected call of DeleteServiceNetworkWithContext.

func (*MockLatticeMockRecorder) DeleteServiceRequest

func (mr *MockLatticeMockRecorder) DeleteServiceRequest(arg0 interface{}) *gomock.Call

DeleteServiceRequest indicates an expected call of DeleteServiceRequest.

func (*MockLatticeMockRecorder) DeleteServiceWithContext

func (mr *MockLatticeMockRecorder) DeleteServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceWithContext indicates an expected call of DeleteServiceWithContext.

func (*MockLatticeMockRecorder) DeleteTargetGroup

func (mr *MockLatticeMockRecorder) DeleteTargetGroup(arg0 interface{}) *gomock.Call

DeleteTargetGroup indicates an expected call of DeleteTargetGroup.

func (*MockLatticeMockRecorder) DeleteTargetGroupRequest

func (mr *MockLatticeMockRecorder) DeleteTargetGroupRequest(arg0 interface{}) *gomock.Call

DeleteTargetGroupRequest indicates an expected call of DeleteTargetGroupRequest.

func (*MockLatticeMockRecorder) DeleteTargetGroupWithContext

func (mr *MockLatticeMockRecorder) DeleteTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTargetGroupWithContext indicates an expected call of DeleteTargetGroupWithContext.

func (*MockLatticeMockRecorder) DeregisterTargets

func (mr *MockLatticeMockRecorder) DeregisterTargets(arg0 interface{}) *gomock.Call

DeregisterTargets indicates an expected call of DeregisterTargets.

func (*MockLatticeMockRecorder) DeregisterTargetsRequest

func (mr *MockLatticeMockRecorder) DeregisterTargetsRequest(arg0 interface{}) *gomock.Call

DeregisterTargetsRequest indicates an expected call of DeregisterTargetsRequest.

func (*MockLatticeMockRecorder) DeregisterTargetsWithContext

func (mr *MockLatticeMockRecorder) DeregisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTargetsWithContext indicates an expected call of DeregisterTargetsWithContext.

func (*MockLatticeMockRecorder) GetAccessLogSubscription

func (mr *MockLatticeMockRecorder) GetAccessLogSubscription(arg0 interface{}) *gomock.Call

GetAccessLogSubscription indicates an expected call of GetAccessLogSubscription.

func (*MockLatticeMockRecorder) GetAccessLogSubscriptionRequest

func (mr *MockLatticeMockRecorder) GetAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call

GetAccessLogSubscriptionRequest indicates an expected call of GetAccessLogSubscriptionRequest.

func (*MockLatticeMockRecorder) GetAccessLogSubscriptionWithContext

func (mr *MockLatticeMockRecorder) GetAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccessLogSubscriptionWithContext indicates an expected call of GetAccessLogSubscriptionWithContext.

func (*MockLatticeMockRecorder) GetAuthPolicy

func (mr *MockLatticeMockRecorder) GetAuthPolicy(arg0 interface{}) *gomock.Call

GetAuthPolicy indicates an expected call of GetAuthPolicy.

func (*MockLatticeMockRecorder) GetAuthPolicyRequest

func (mr *MockLatticeMockRecorder) GetAuthPolicyRequest(arg0 interface{}) *gomock.Call

GetAuthPolicyRequest indicates an expected call of GetAuthPolicyRequest.

func (*MockLatticeMockRecorder) GetAuthPolicyWithContext

func (mr *MockLatticeMockRecorder) GetAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAuthPolicyWithContext indicates an expected call of GetAuthPolicyWithContext.

func (*MockLatticeMockRecorder) GetListener

func (mr *MockLatticeMockRecorder) GetListener(arg0 interface{}) *gomock.Call

GetListener indicates an expected call of GetListener.

func (*MockLatticeMockRecorder) GetListenerRequest

func (mr *MockLatticeMockRecorder) GetListenerRequest(arg0 interface{}) *gomock.Call

GetListenerRequest indicates an expected call of GetListenerRequest.

func (*MockLatticeMockRecorder) GetListenerWithContext

func (mr *MockLatticeMockRecorder) GetListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetListenerWithContext indicates an expected call of GetListenerWithContext.

func (*MockLatticeMockRecorder) GetResourcePolicy

func (mr *MockLatticeMockRecorder) GetResourcePolicy(arg0 interface{}) *gomock.Call

GetResourcePolicy indicates an expected call of GetResourcePolicy.

func (*MockLatticeMockRecorder) GetResourcePolicyRequest

func (mr *MockLatticeMockRecorder) GetResourcePolicyRequest(arg0 interface{}) *gomock.Call

GetResourcePolicyRequest indicates an expected call of GetResourcePolicyRequest.

func (*MockLatticeMockRecorder) GetResourcePolicyWithContext

func (mr *MockLatticeMockRecorder) GetResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetResourcePolicyWithContext indicates an expected call of GetResourcePolicyWithContext.

func (*MockLatticeMockRecorder) GetRule

func (mr *MockLatticeMockRecorder) GetRule(arg0 interface{}) *gomock.Call

GetRule indicates an expected call of GetRule.

func (*MockLatticeMockRecorder) GetRuleRequest

func (mr *MockLatticeMockRecorder) GetRuleRequest(arg0 interface{}) *gomock.Call

GetRuleRequest indicates an expected call of GetRuleRequest.

func (*MockLatticeMockRecorder) GetRuleWithContext

func (mr *MockLatticeMockRecorder) GetRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRuleWithContext indicates an expected call of GetRuleWithContext.

func (*MockLatticeMockRecorder) GetService

func (mr *MockLatticeMockRecorder) GetService(arg0 interface{}) *gomock.Call

GetService indicates an expected call of GetService.

func (*MockLatticeMockRecorder) GetServiceNetwork

func (mr *MockLatticeMockRecorder) GetServiceNetwork(arg0 interface{}) *gomock.Call

GetServiceNetwork indicates an expected call of GetServiceNetwork.

func (*MockLatticeMockRecorder) GetServiceNetworkRequest

func (mr *MockLatticeMockRecorder) GetServiceNetworkRequest(arg0 interface{}) *gomock.Call

GetServiceNetworkRequest indicates an expected call of GetServiceNetworkRequest.

func (*MockLatticeMockRecorder) GetServiceNetworkServiceAssociation

func (mr *MockLatticeMockRecorder) GetServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call

GetServiceNetworkServiceAssociation indicates an expected call of GetServiceNetworkServiceAssociation.

func (*MockLatticeMockRecorder) GetServiceNetworkServiceAssociationRequest

func (mr *MockLatticeMockRecorder) GetServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call

GetServiceNetworkServiceAssociationRequest indicates an expected call of GetServiceNetworkServiceAssociationRequest.

func (*MockLatticeMockRecorder) GetServiceNetworkServiceAssociationWithContext

func (mr *MockLatticeMockRecorder) GetServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceNetworkServiceAssociationWithContext indicates an expected call of GetServiceNetworkServiceAssociationWithContext.

func (*MockLatticeMockRecorder) GetServiceNetworkVpcAssociation

func (mr *MockLatticeMockRecorder) GetServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call

GetServiceNetworkVpcAssociation indicates an expected call of GetServiceNetworkVpcAssociation.

func (*MockLatticeMockRecorder) GetServiceNetworkVpcAssociationRequest

func (mr *MockLatticeMockRecorder) GetServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call

GetServiceNetworkVpcAssociationRequest indicates an expected call of GetServiceNetworkVpcAssociationRequest.

func (*MockLatticeMockRecorder) GetServiceNetworkVpcAssociationWithContext

func (mr *MockLatticeMockRecorder) GetServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceNetworkVpcAssociationWithContext indicates an expected call of GetServiceNetworkVpcAssociationWithContext.

func (*MockLatticeMockRecorder) GetServiceNetworkWithContext

func (mr *MockLatticeMockRecorder) GetServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceNetworkWithContext indicates an expected call of GetServiceNetworkWithContext.

func (*MockLatticeMockRecorder) GetServiceRequest

func (mr *MockLatticeMockRecorder) GetServiceRequest(arg0 interface{}) *gomock.Call

GetServiceRequest indicates an expected call of GetServiceRequest.

func (*MockLatticeMockRecorder) GetServiceWithContext

func (mr *MockLatticeMockRecorder) GetServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceWithContext indicates an expected call of GetServiceWithContext.

func (*MockLatticeMockRecorder) GetTargetGroup

func (mr *MockLatticeMockRecorder) GetTargetGroup(arg0 interface{}) *gomock.Call

GetTargetGroup indicates an expected call of GetTargetGroup.

func (*MockLatticeMockRecorder) GetTargetGroupRequest

func (mr *MockLatticeMockRecorder) GetTargetGroupRequest(arg0 interface{}) *gomock.Call

GetTargetGroupRequest indicates an expected call of GetTargetGroupRequest.

func (*MockLatticeMockRecorder) GetTargetGroupWithContext

func (mr *MockLatticeMockRecorder) GetTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTargetGroupWithContext indicates an expected call of GetTargetGroupWithContext.

func (*MockLatticeMockRecorder) ListAccessLogSubscriptions

func (mr *MockLatticeMockRecorder) ListAccessLogSubscriptions(arg0 interface{}) *gomock.Call

ListAccessLogSubscriptions indicates an expected call of ListAccessLogSubscriptions.

func (*MockLatticeMockRecorder) ListAccessLogSubscriptionsRequest

func (mr *MockLatticeMockRecorder) ListAccessLogSubscriptionsRequest(arg0 interface{}) *gomock.Call

ListAccessLogSubscriptionsRequest indicates an expected call of ListAccessLogSubscriptionsRequest.

func (*MockLatticeMockRecorder) ListAccessLogSubscriptionsWithContext

func (mr *MockLatticeMockRecorder) ListAccessLogSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccessLogSubscriptionsWithContext indicates an expected call of ListAccessLogSubscriptionsWithContext.

func (*MockLatticeMockRecorder) ListListeners

func (mr *MockLatticeMockRecorder) ListListeners(arg0 interface{}) *gomock.Call

ListListeners indicates an expected call of ListListeners.

func (*MockLatticeMockRecorder) ListListenersRequest

func (mr *MockLatticeMockRecorder) ListListenersRequest(arg0 interface{}) *gomock.Call

ListListenersRequest indicates an expected call of ListListenersRequest.

func (*MockLatticeMockRecorder) ListListenersWithContext

func (mr *MockLatticeMockRecorder) ListListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListListenersWithContext indicates an expected call of ListListenersWithContext.

func (*MockLatticeMockRecorder) ListRules

func (mr *MockLatticeMockRecorder) ListRules(arg0 interface{}) *gomock.Call

ListRules indicates an expected call of ListRules.

func (*MockLatticeMockRecorder) ListRulesRequest

func (mr *MockLatticeMockRecorder) ListRulesRequest(arg0 interface{}) *gomock.Call

ListRulesRequest indicates an expected call of ListRulesRequest.

func (*MockLatticeMockRecorder) ListRulesWithContext

func (mr *MockLatticeMockRecorder) ListRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRulesWithContext indicates an expected call of ListRulesWithContext.

func (*MockLatticeMockRecorder) ListServiceNetworkServiceAssociations

func (mr *MockLatticeMockRecorder) ListServiceNetworkServiceAssociations(arg0 interface{}) *gomock.Call

ListServiceNetworkServiceAssociations indicates an expected call of ListServiceNetworkServiceAssociations.

func (*MockLatticeMockRecorder) ListServiceNetworkServiceAssociationsAsList

func (mr *MockLatticeMockRecorder) ListServiceNetworkServiceAssociationsAsList(ctx, input interface{}) *gomock.Call

ListServiceNetworkServiceAssociationsAsList indicates an expected call of ListServiceNetworkServiceAssociationsAsList.

func (*MockLatticeMockRecorder) ListServiceNetworkServiceAssociationsRequest

func (mr *MockLatticeMockRecorder) ListServiceNetworkServiceAssociationsRequest(arg0 interface{}) *gomock.Call

ListServiceNetworkServiceAssociationsRequest indicates an expected call of ListServiceNetworkServiceAssociationsRequest.

func (*MockLatticeMockRecorder) ListServiceNetworkServiceAssociationsWithContext

func (mr *MockLatticeMockRecorder) ListServiceNetworkServiceAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServiceNetworkServiceAssociationsWithContext indicates an expected call of ListServiceNetworkServiceAssociationsWithContext.

func (*MockLatticeMockRecorder) ListServiceNetworkVpcAssociations

func (mr *MockLatticeMockRecorder) ListServiceNetworkVpcAssociations(arg0 interface{}) *gomock.Call

ListServiceNetworkVpcAssociations indicates an expected call of ListServiceNetworkVpcAssociations.

func (*MockLatticeMockRecorder) ListServiceNetworkVpcAssociationsAsList

func (mr *MockLatticeMockRecorder) ListServiceNetworkVpcAssociationsAsList(ctx, input interface{}) *gomock.Call

ListServiceNetworkVpcAssociationsAsList indicates an expected call of ListServiceNetworkVpcAssociationsAsList.

func (*MockLatticeMockRecorder) ListServiceNetworkVpcAssociationsRequest

func (mr *MockLatticeMockRecorder) ListServiceNetworkVpcAssociationsRequest(arg0 interface{}) *gomock.Call

ListServiceNetworkVpcAssociationsRequest indicates an expected call of ListServiceNetworkVpcAssociationsRequest.

func (*MockLatticeMockRecorder) ListServiceNetworkVpcAssociationsWithContext

func (mr *MockLatticeMockRecorder) ListServiceNetworkVpcAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServiceNetworkVpcAssociationsWithContext indicates an expected call of ListServiceNetworkVpcAssociationsWithContext.

func (*MockLatticeMockRecorder) ListServiceNetworks

func (mr *MockLatticeMockRecorder) ListServiceNetworks(arg0 interface{}) *gomock.Call

ListServiceNetworks indicates an expected call of ListServiceNetworks.

func (*MockLatticeMockRecorder) ListServiceNetworksAsList

func (mr *MockLatticeMockRecorder) ListServiceNetworksAsList(ctx, input interface{}) *gomock.Call

ListServiceNetworksAsList indicates an expected call of ListServiceNetworksAsList.

func (*MockLatticeMockRecorder) ListServiceNetworksRequest

func (mr *MockLatticeMockRecorder) ListServiceNetworksRequest(arg0 interface{}) *gomock.Call

ListServiceNetworksRequest indicates an expected call of ListServiceNetworksRequest.

func (*MockLatticeMockRecorder) ListServiceNetworksWithContext

func (mr *MockLatticeMockRecorder) ListServiceNetworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServiceNetworksWithContext indicates an expected call of ListServiceNetworksWithContext.

func (*MockLatticeMockRecorder) ListServices

func (mr *MockLatticeMockRecorder) ListServices(arg0 interface{}) *gomock.Call

ListServices indicates an expected call of ListServices.

func (*MockLatticeMockRecorder) ListServicesAsList

func (mr *MockLatticeMockRecorder) ListServicesAsList(ctx, input interface{}) *gomock.Call

ListServicesAsList indicates an expected call of ListServicesAsList.

func (*MockLatticeMockRecorder) ListServicesRequest

func (mr *MockLatticeMockRecorder) ListServicesRequest(arg0 interface{}) *gomock.Call

ListServicesRequest indicates an expected call of ListServicesRequest.

func (*MockLatticeMockRecorder) ListServicesWithContext

func (mr *MockLatticeMockRecorder) ListServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServicesWithContext indicates an expected call of ListServicesWithContext.

func (*MockLatticeMockRecorder) ListTagsForResource

func (mr *MockLatticeMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockLatticeMockRecorder) ListTagsForResourceRequest

func (mr *MockLatticeMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockLatticeMockRecorder) ListTagsForResourceWithContext

func (mr *MockLatticeMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockLatticeMockRecorder) ListTargetGroups

func (mr *MockLatticeMockRecorder) ListTargetGroups(arg0 interface{}) *gomock.Call

ListTargetGroups indicates an expected call of ListTargetGroups.

func (*MockLatticeMockRecorder) ListTargetGroupsAsList

func (mr *MockLatticeMockRecorder) ListTargetGroupsAsList(ctx, input interface{}) *gomock.Call

ListTargetGroupsAsList indicates an expected call of ListTargetGroupsAsList.

func (*MockLatticeMockRecorder) ListTargetGroupsRequest

func (mr *MockLatticeMockRecorder) ListTargetGroupsRequest(arg0 interface{}) *gomock.Call

ListTargetGroupsRequest indicates an expected call of ListTargetGroupsRequest.

func (*MockLatticeMockRecorder) ListTargetGroupsWithContext

func (mr *MockLatticeMockRecorder) ListTargetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTargetGroupsWithContext indicates an expected call of ListTargetGroupsWithContext.

func (*MockLatticeMockRecorder) ListTargets

func (mr *MockLatticeMockRecorder) ListTargets(arg0 interface{}) *gomock.Call

ListTargets indicates an expected call of ListTargets.

func (*MockLatticeMockRecorder) ListTargetsAsList

func (mr *MockLatticeMockRecorder) ListTargetsAsList(ctx, input interface{}) *gomock.Call

ListTargetsAsList indicates an expected call of ListTargetsAsList.

func (*MockLatticeMockRecorder) ListTargetsRequest

func (mr *MockLatticeMockRecorder) ListTargetsRequest(arg0 interface{}) *gomock.Call

ListTargetsRequest indicates an expected call of ListTargetsRequest.

func (*MockLatticeMockRecorder) ListTargetsWithContext

func (mr *MockLatticeMockRecorder) ListTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTargetsWithContext indicates an expected call of ListTargetsWithContext.

func (*MockLatticeMockRecorder) PutAuthPolicy

func (mr *MockLatticeMockRecorder) PutAuthPolicy(arg0 interface{}) *gomock.Call

PutAuthPolicy indicates an expected call of PutAuthPolicy.

func (*MockLatticeMockRecorder) PutAuthPolicyRequest

func (mr *MockLatticeMockRecorder) PutAuthPolicyRequest(arg0 interface{}) *gomock.Call

PutAuthPolicyRequest indicates an expected call of PutAuthPolicyRequest.

func (*MockLatticeMockRecorder) PutAuthPolicyWithContext

func (mr *MockLatticeMockRecorder) PutAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAuthPolicyWithContext indicates an expected call of PutAuthPolicyWithContext.

func (*MockLatticeMockRecorder) PutResourcePolicy

func (mr *MockLatticeMockRecorder) PutResourcePolicy(arg0 interface{}) *gomock.Call

PutResourcePolicy indicates an expected call of PutResourcePolicy.

func (*MockLatticeMockRecorder) PutResourcePolicyRequest

func (mr *MockLatticeMockRecorder) PutResourcePolicyRequest(arg0 interface{}) *gomock.Call

PutResourcePolicyRequest indicates an expected call of PutResourcePolicyRequest.

func (*MockLatticeMockRecorder) PutResourcePolicyWithContext

func (mr *MockLatticeMockRecorder) PutResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutResourcePolicyWithContext indicates an expected call of PutResourcePolicyWithContext.

func (*MockLatticeMockRecorder) RegisterTargets

func (mr *MockLatticeMockRecorder) RegisterTargets(arg0 interface{}) *gomock.Call

RegisterTargets indicates an expected call of RegisterTargets.

func (*MockLatticeMockRecorder) RegisterTargetsRequest

func (mr *MockLatticeMockRecorder) RegisterTargetsRequest(arg0 interface{}) *gomock.Call

RegisterTargetsRequest indicates an expected call of RegisterTargetsRequest.

func (*MockLatticeMockRecorder) RegisterTargetsWithContext

func (mr *MockLatticeMockRecorder) RegisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTargetsWithContext indicates an expected call of RegisterTargetsWithContext.

func (*MockLatticeMockRecorder) TagResource

func (mr *MockLatticeMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockLatticeMockRecorder) TagResourceRequest

func (mr *MockLatticeMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockLatticeMockRecorder) TagResourceWithContext

func (mr *MockLatticeMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockLatticeMockRecorder) UntagResource

func (mr *MockLatticeMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockLatticeMockRecorder) UntagResourceRequest

func (mr *MockLatticeMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockLatticeMockRecorder) UntagResourceWithContext

func (mr *MockLatticeMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockLatticeMockRecorder) UpdateAccessLogSubscription

func (mr *MockLatticeMockRecorder) UpdateAccessLogSubscription(arg0 interface{}) *gomock.Call

UpdateAccessLogSubscription indicates an expected call of UpdateAccessLogSubscription.

func (*MockLatticeMockRecorder) UpdateAccessLogSubscriptionRequest

func (mr *MockLatticeMockRecorder) UpdateAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call

UpdateAccessLogSubscriptionRequest indicates an expected call of UpdateAccessLogSubscriptionRequest.

func (*MockLatticeMockRecorder) UpdateAccessLogSubscriptionWithContext

func (mr *MockLatticeMockRecorder) UpdateAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccessLogSubscriptionWithContext indicates an expected call of UpdateAccessLogSubscriptionWithContext.

func (*MockLatticeMockRecorder) UpdateListener

func (mr *MockLatticeMockRecorder) UpdateListener(arg0 interface{}) *gomock.Call

UpdateListener indicates an expected call of UpdateListener.

func (*MockLatticeMockRecorder) UpdateListenerRequest

func (mr *MockLatticeMockRecorder) UpdateListenerRequest(arg0 interface{}) *gomock.Call

UpdateListenerRequest indicates an expected call of UpdateListenerRequest.

func (*MockLatticeMockRecorder) UpdateListenerWithContext

func (mr *MockLatticeMockRecorder) UpdateListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateListenerWithContext indicates an expected call of UpdateListenerWithContext.

func (*MockLatticeMockRecorder) UpdateRule

func (mr *MockLatticeMockRecorder) UpdateRule(arg0 interface{}) *gomock.Call

UpdateRule indicates an expected call of UpdateRule.

func (*MockLatticeMockRecorder) UpdateRuleRequest

func (mr *MockLatticeMockRecorder) UpdateRuleRequest(arg0 interface{}) *gomock.Call

UpdateRuleRequest indicates an expected call of UpdateRuleRequest.

func (*MockLatticeMockRecorder) UpdateRuleWithContext

func (mr *MockLatticeMockRecorder) UpdateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRuleWithContext indicates an expected call of UpdateRuleWithContext.

func (*MockLatticeMockRecorder) UpdateService

func (mr *MockLatticeMockRecorder) UpdateService(arg0 interface{}) *gomock.Call

UpdateService indicates an expected call of UpdateService.

func (*MockLatticeMockRecorder) UpdateServiceNetwork

func (mr *MockLatticeMockRecorder) UpdateServiceNetwork(arg0 interface{}) *gomock.Call

UpdateServiceNetwork indicates an expected call of UpdateServiceNetwork.

func (*MockLatticeMockRecorder) UpdateServiceNetworkRequest

func (mr *MockLatticeMockRecorder) UpdateServiceNetworkRequest(arg0 interface{}) *gomock.Call

UpdateServiceNetworkRequest indicates an expected call of UpdateServiceNetworkRequest.

func (*MockLatticeMockRecorder) UpdateServiceNetworkVpcAssociation

func (mr *MockLatticeMockRecorder) UpdateServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call

UpdateServiceNetworkVpcAssociation indicates an expected call of UpdateServiceNetworkVpcAssociation.

func (*MockLatticeMockRecorder) UpdateServiceNetworkVpcAssociationRequest

func (mr *MockLatticeMockRecorder) UpdateServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call

UpdateServiceNetworkVpcAssociationRequest indicates an expected call of UpdateServiceNetworkVpcAssociationRequest.

func (*MockLatticeMockRecorder) UpdateServiceNetworkVpcAssociationWithContext

func (mr *MockLatticeMockRecorder) UpdateServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceNetworkVpcAssociationWithContext indicates an expected call of UpdateServiceNetworkVpcAssociationWithContext.

func (*MockLatticeMockRecorder) UpdateServiceNetworkWithContext

func (mr *MockLatticeMockRecorder) UpdateServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceNetworkWithContext indicates an expected call of UpdateServiceNetworkWithContext.

func (*MockLatticeMockRecorder) UpdateServiceRequest

func (mr *MockLatticeMockRecorder) UpdateServiceRequest(arg0 interface{}) *gomock.Call

UpdateServiceRequest indicates an expected call of UpdateServiceRequest.

func (*MockLatticeMockRecorder) UpdateServiceWithContext

func (mr *MockLatticeMockRecorder) UpdateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceWithContext indicates an expected call of UpdateServiceWithContext.

func (*MockLatticeMockRecorder) UpdateTargetGroup

func (mr *MockLatticeMockRecorder) UpdateTargetGroup(arg0 interface{}) *gomock.Call

UpdateTargetGroup indicates an expected call of UpdateTargetGroup.

func (*MockLatticeMockRecorder) UpdateTargetGroupRequest

func (mr *MockLatticeMockRecorder) UpdateTargetGroupRequest(arg0 interface{}) *gomock.Call

UpdateTargetGroupRequest indicates an expected call of UpdateTargetGroupRequest.

func (*MockLatticeMockRecorder) UpdateTargetGroupWithContext

func (mr *MockLatticeMockRecorder) UpdateTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTargetGroupWithContext indicates an expected call of UpdateTargetGroupWithContext.

type MockVpcLatticeAPI

type MockVpcLatticeAPI struct {
	// contains filtered or unexported fields
}

MockVpcLatticeAPI is a mock of VpcLatticeAPI interface.

func NewMockVpcLatticeAPI

func NewMockVpcLatticeAPI(ctrl *gomock.Controller) *MockVpcLatticeAPI

NewMockVpcLatticeAPI creates a new mock instance.

func (*MockVpcLatticeAPI) BatchUpdateRule

BatchUpdateRule mocks base method.

func (*MockVpcLatticeAPI) BatchUpdateRuleRequest

BatchUpdateRuleRequest mocks base method.

func (*MockVpcLatticeAPI) BatchUpdateRuleWithContext

func (m *MockVpcLatticeAPI) BatchUpdateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.BatchUpdateRuleInput, arg2 ...request.Option) (*vpclattice.BatchUpdateRuleOutput, error)

BatchUpdateRuleWithContext mocks base method.

func (*MockVpcLatticeAPI) CreateAccessLogSubscription

CreateAccessLogSubscription mocks base method.

func (*MockVpcLatticeAPI) CreateAccessLogSubscriptionRequest

CreateAccessLogSubscriptionRequest mocks base method.

func (*MockVpcLatticeAPI) CreateAccessLogSubscriptionWithContext

CreateAccessLogSubscriptionWithContext mocks base method.

func (*MockVpcLatticeAPI) CreateListener

CreateListener mocks base method.

func (*MockVpcLatticeAPI) CreateListenerRequest

CreateListenerRequest mocks base method.

func (*MockVpcLatticeAPI) CreateListenerWithContext

func (m *MockVpcLatticeAPI) CreateListenerWithContext(arg0 aws.Context, arg1 *vpclattice.CreateListenerInput, arg2 ...request.Option) (*vpclattice.CreateListenerOutput, error)

CreateListenerWithContext mocks base method.

func (*MockVpcLatticeAPI) CreateRule

CreateRule mocks base method.

func (*MockVpcLatticeAPI) CreateRuleRequest

CreateRuleRequest mocks base method.

func (*MockVpcLatticeAPI) CreateRuleWithContext

func (m *MockVpcLatticeAPI) CreateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.CreateRuleInput, arg2 ...request.Option) (*vpclattice.CreateRuleOutput, error)

CreateRuleWithContext mocks base method.

func (*MockVpcLatticeAPI) CreateService

CreateService mocks base method.

func (*MockVpcLatticeAPI) CreateServiceNetwork

CreateServiceNetwork mocks base method.

func (*MockVpcLatticeAPI) CreateServiceNetworkRequest

CreateServiceNetworkRequest mocks base method.

func (*MockVpcLatticeAPI) CreateServiceNetworkServiceAssociation

CreateServiceNetworkServiceAssociation mocks base method.

func (*MockVpcLatticeAPI) CreateServiceNetworkServiceAssociationRequest

CreateServiceNetworkServiceAssociationRequest mocks base method.

func (*MockVpcLatticeAPI) CreateServiceNetworkServiceAssociationWithContext

CreateServiceNetworkServiceAssociationWithContext mocks base method.

func (*MockVpcLatticeAPI) CreateServiceNetworkVpcAssociation

CreateServiceNetworkVpcAssociation mocks base method.

func (*MockVpcLatticeAPI) CreateServiceNetworkVpcAssociationRequest

CreateServiceNetworkVpcAssociationRequest mocks base method.

func (*MockVpcLatticeAPI) CreateServiceNetworkVpcAssociationWithContext

CreateServiceNetworkVpcAssociationWithContext mocks base method.

func (*MockVpcLatticeAPI) CreateServiceNetworkWithContext

func (m *MockVpcLatticeAPI) CreateServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkInput, arg2 ...request.Option) (*vpclattice.CreateServiceNetworkOutput, error)

CreateServiceNetworkWithContext mocks base method.

func (*MockVpcLatticeAPI) CreateServiceRequest

CreateServiceRequest mocks base method.

func (*MockVpcLatticeAPI) CreateServiceWithContext

func (m *MockVpcLatticeAPI) CreateServiceWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceInput, arg2 ...request.Option) (*vpclattice.CreateServiceOutput, error)

CreateServiceWithContext mocks base method.

func (*MockVpcLatticeAPI) CreateTargetGroup

CreateTargetGroup mocks base method.

func (*MockVpcLatticeAPI) CreateTargetGroupRequest

CreateTargetGroupRequest mocks base method.

func (*MockVpcLatticeAPI) CreateTargetGroupWithContext

func (m *MockVpcLatticeAPI) CreateTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.CreateTargetGroupInput, arg2 ...request.Option) (*vpclattice.CreateTargetGroupOutput, error)

CreateTargetGroupWithContext mocks base method.

func (*MockVpcLatticeAPI) DeleteAccessLogSubscription

DeleteAccessLogSubscription mocks base method.

func (*MockVpcLatticeAPI) DeleteAccessLogSubscriptionRequest

DeleteAccessLogSubscriptionRequest mocks base method.

func (*MockVpcLatticeAPI) DeleteAccessLogSubscriptionWithContext

DeleteAccessLogSubscriptionWithContext mocks base method.

func (*MockVpcLatticeAPI) DeleteAuthPolicy

DeleteAuthPolicy mocks base method.

func (*MockVpcLatticeAPI) DeleteAuthPolicyRequest

DeleteAuthPolicyRequest mocks base method.

func (*MockVpcLatticeAPI) DeleteAuthPolicyWithContext

func (m *MockVpcLatticeAPI) DeleteAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteAuthPolicyInput, arg2 ...request.Option) (*vpclattice.DeleteAuthPolicyOutput, error)

DeleteAuthPolicyWithContext mocks base method.

func (*MockVpcLatticeAPI) DeleteListener

DeleteListener mocks base method.

func (*MockVpcLatticeAPI) DeleteListenerRequest

DeleteListenerRequest mocks base method.

func (*MockVpcLatticeAPI) DeleteListenerWithContext

func (m *MockVpcLatticeAPI) DeleteListenerWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteListenerInput, arg2 ...request.Option) (*vpclattice.DeleteListenerOutput, error)

DeleteListenerWithContext mocks base method.

func (*MockVpcLatticeAPI) DeleteResourcePolicy

DeleteResourcePolicy mocks base method.

func (*MockVpcLatticeAPI) DeleteResourcePolicyRequest

DeleteResourcePolicyRequest mocks base method.

func (*MockVpcLatticeAPI) DeleteResourcePolicyWithContext

func (m *MockVpcLatticeAPI) DeleteResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteResourcePolicyInput, arg2 ...request.Option) (*vpclattice.DeleteResourcePolicyOutput, error)

DeleteResourcePolicyWithContext mocks base method.

func (*MockVpcLatticeAPI) DeleteRule

DeleteRule mocks base method.

func (*MockVpcLatticeAPI) DeleteRuleRequest

DeleteRuleRequest mocks base method.

func (*MockVpcLatticeAPI) DeleteRuleWithContext

func (m *MockVpcLatticeAPI) DeleteRuleWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteRuleInput, arg2 ...request.Option) (*vpclattice.DeleteRuleOutput, error)

DeleteRuleWithContext mocks base method.

func (*MockVpcLatticeAPI) DeleteService

DeleteService mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceNetwork

DeleteServiceNetwork mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceNetworkRequest

DeleteServiceNetworkRequest mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociation

DeleteServiceNetworkServiceAssociation mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociationRequest

DeleteServiceNetworkServiceAssociationRequest mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociationWithContext

DeleteServiceNetworkServiceAssociationWithContext mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociation

DeleteServiceNetworkVpcAssociation mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociationRequest

DeleteServiceNetworkVpcAssociationRequest mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociationWithContext

DeleteServiceNetworkVpcAssociationWithContext mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceNetworkWithContext

func (m *MockVpcLatticeAPI) DeleteServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkInput, arg2 ...request.Option) (*vpclattice.DeleteServiceNetworkOutput, error)

DeleteServiceNetworkWithContext mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceRequest

DeleteServiceRequest mocks base method.

func (*MockVpcLatticeAPI) DeleteServiceWithContext

func (m *MockVpcLatticeAPI) DeleteServiceWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceInput, arg2 ...request.Option) (*vpclattice.DeleteServiceOutput, error)

DeleteServiceWithContext mocks base method.

func (*MockVpcLatticeAPI) DeleteTargetGroup

DeleteTargetGroup mocks base method.

func (*MockVpcLatticeAPI) DeleteTargetGroupRequest

DeleteTargetGroupRequest mocks base method.

func (*MockVpcLatticeAPI) DeleteTargetGroupWithContext

func (m *MockVpcLatticeAPI) DeleteTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteTargetGroupInput, arg2 ...request.Option) (*vpclattice.DeleteTargetGroupOutput, error)

DeleteTargetGroupWithContext mocks base method.

func (*MockVpcLatticeAPI) DeregisterTargets

DeregisterTargets mocks base method.

func (*MockVpcLatticeAPI) DeregisterTargetsRequest

DeregisterTargetsRequest mocks base method.

func (*MockVpcLatticeAPI) DeregisterTargetsWithContext

func (m *MockVpcLatticeAPI) DeregisterTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.DeregisterTargetsInput, arg2 ...request.Option) (*vpclattice.DeregisterTargetsOutput, error)

DeregisterTargetsWithContext mocks base method.

func (*MockVpcLatticeAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVpcLatticeAPI) GetAccessLogSubscription

GetAccessLogSubscription mocks base method.

func (*MockVpcLatticeAPI) GetAccessLogSubscriptionRequest

GetAccessLogSubscriptionRequest mocks base method.

func (*MockVpcLatticeAPI) GetAccessLogSubscriptionWithContext

func (m *MockVpcLatticeAPI) GetAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.GetAccessLogSubscriptionInput, arg2 ...request.Option) (*vpclattice.GetAccessLogSubscriptionOutput, error)

GetAccessLogSubscriptionWithContext mocks base method.

func (*MockVpcLatticeAPI) GetAuthPolicy

GetAuthPolicy mocks base method.

func (*MockVpcLatticeAPI) GetAuthPolicyRequest

GetAuthPolicyRequest mocks base method.

func (*MockVpcLatticeAPI) GetAuthPolicyWithContext

func (m *MockVpcLatticeAPI) GetAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.GetAuthPolicyInput, arg2 ...request.Option) (*vpclattice.GetAuthPolicyOutput, error)

GetAuthPolicyWithContext mocks base method.

func (*MockVpcLatticeAPI) GetListener

GetListener mocks base method.

func (*MockVpcLatticeAPI) GetListenerRequest

GetListenerRequest mocks base method.

func (*MockVpcLatticeAPI) GetListenerWithContext

func (m *MockVpcLatticeAPI) GetListenerWithContext(arg0 aws.Context, arg1 *vpclattice.GetListenerInput, arg2 ...request.Option) (*vpclattice.GetListenerOutput, error)

GetListenerWithContext mocks base method.

func (*MockVpcLatticeAPI) GetResourcePolicy

GetResourcePolicy mocks base method.

func (*MockVpcLatticeAPI) GetResourcePolicyRequest

GetResourcePolicyRequest mocks base method.

func (*MockVpcLatticeAPI) GetResourcePolicyWithContext

func (m *MockVpcLatticeAPI) GetResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.GetResourcePolicyInput, arg2 ...request.Option) (*vpclattice.GetResourcePolicyOutput, error)

GetResourcePolicyWithContext mocks base method.

func (*MockVpcLatticeAPI) GetRule

GetRule mocks base method.

func (*MockVpcLatticeAPI) GetRuleRequest

GetRuleRequest mocks base method.

func (*MockVpcLatticeAPI) GetRuleWithContext

func (m *MockVpcLatticeAPI) GetRuleWithContext(arg0 aws.Context, arg1 *vpclattice.GetRuleInput, arg2 ...request.Option) (*vpclattice.GetRuleOutput, error)

GetRuleWithContext mocks base method.

func (*MockVpcLatticeAPI) GetService

GetService mocks base method.

func (*MockVpcLatticeAPI) GetServiceNetwork

GetServiceNetwork mocks base method.

func (*MockVpcLatticeAPI) GetServiceNetworkRequest

GetServiceNetworkRequest mocks base method.

func (*MockVpcLatticeAPI) GetServiceNetworkServiceAssociation

GetServiceNetworkServiceAssociation mocks base method.

func (*MockVpcLatticeAPI) GetServiceNetworkServiceAssociationRequest

GetServiceNetworkServiceAssociationRequest mocks base method.

func (*MockVpcLatticeAPI) GetServiceNetworkServiceAssociationWithContext

GetServiceNetworkServiceAssociationWithContext mocks base method.

func (*MockVpcLatticeAPI) GetServiceNetworkVpcAssociation

GetServiceNetworkVpcAssociation mocks base method.

func (*MockVpcLatticeAPI) GetServiceNetworkVpcAssociationRequest

GetServiceNetworkVpcAssociationRequest mocks base method.

func (*MockVpcLatticeAPI) GetServiceNetworkVpcAssociationWithContext

GetServiceNetworkVpcAssociationWithContext mocks base method.

func (*MockVpcLatticeAPI) GetServiceNetworkWithContext

func (m *MockVpcLatticeAPI) GetServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkInput, arg2 ...request.Option) (*vpclattice.GetServiceNetworkOutput, error)

GetServiceNetworkWithContext mocks base method.

func (*MockVpcLatticeAPI) GetServiceRequest

GetServiceRequest mocks base method.

func (*MockVpcLatticeAPI) GetServiceWithContext

func (m *MockVpcLatticeAPI) GetServiceWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceInput, arg2 ...request.Option) (*vpclattice.GetServiceOutput, error)

GetServiceWithContext mocks base method.

func (*MockVpcLatticeAPI) GetTargetGroup

GetTargetGroup mocks base method.

func (*MockVpcLatticeAPI) GetTargetGroupRequest

GetTargetGroupRequest mocks base method.

func (*MockVpcLatticeAPI) GetTargetGroupWithContext

func (m *MockVpcLatticeAPI) GetTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.GetTargetGroupInput, arg2 ...request.Option) (*vpclattice.GetTargetGroupOutput, error)

GetTargetGroupWithContext mocks base method.

func (*MockVpcLatticeAPI) ListAccessLogSubscriptions

ListAccessLogSubscriptions mocks base method.

func (*MockVpcLatticeAPI) ListAccessLogSubscriptionsRequest

ListAccessLogSubscriptionsRequest mocks base method.

func (*MockVpcLatticeAPI) ListAccessLogSubscriptionsWithContext

ListAccessLogSubscriptionsWithContext mocks base method.

func (*MockVpcLatticeAPI) ListListeners

ListListeners mocks base method.

func (*MockVpcLatticeAPI) ListListenersRequest

ListListenersRequest mocks base method.

func (*MockVpcLatticeAPI) ListListenersWithContext

func (m *MockVpcLatticeAPI) ListListenersWithContext(arg0 aws.Context, arg1 *vpclattice.ListListenersInput, arg2 ...request.Option) (*vpclattice.ListListenersOutput, error)

ListListenersWithContext mocks base method.

func (*MockVpcLatticeAPI) ListRules

ListRules mocks base method.

func (*MockVpcLatticeAPI) ListRulesRequest

ListRulesRequest mocks base method.

func (*MockVpcLatticeAPI) ListRulesWithContext

func (m *MockVpcLatticeAPI) ListRulesWithContext(arg0 aws.Context, arg1 *vpclattice.ListRulesInput, arg2 ...request.Option) (*vpclattice.ListRulesOutput, error)

ListRulesWithContext mocks base method.

func (*MockVpcLatticeAPI) ListServiceNetworkServiceAssociations

ListServiceNetworkServiceAssociations mocks base method.

func (*MockVpcLatticeAPI) ListServiceNetworkServiceAssociationsRequest

ListServiceNetworkServiceAssociationsRequest mocks base method.

func (*MockVpcLatticeAPI) ListServiceNetworkServiceAssociationsWithContext

ListServiceNetworkServiceAssociationsWithContext mocks base method.

func (*MockVpcLatticeAPI) ListServiceNetworkVpcAssociations

ListServiceNetworkVpcAssociations mocks base method.

func (*MockVpcLatticeAPI) ListServiceNetworkVpcAssociationsRequest

ListServiceNetworkVpcAssociationsRequest mocks base method.

func (*MockVpcLatticeAPI) ListServiceNetworkVpcAssociationsWithContext

ListServiceNetworkVpcAssociationsWithContext mocks base method.

func (*MockVpcLatticeAPI) ListServiceNetworks

ListServiceNetworks mocks base method.

func (*MockVpcLatticeAPI) ListServiceNetworksRequest

ListServiceNetworksRequest mocks base method.

func (*MockVpcLatticeAPI) ListServiceNetworksWithContext

func (m *MockVpcLatticeAPI) ListServiceNetworksWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworksInput, arg2 ...request.Option) (*vpclattice.ListServiceNetworksOutput, error)

ListServiceNetworksWithContext mocks base method.

func (*MockVpcLatticeAPI) ListServices

ListServices mocks base method.

func (*MockVpcLatticeAPI) ListServicesRequest

ListServicesRequest mocks base method.

func (*MockVpcLatticeAPI) ListServicesWithContext

func (m *MockVpcLatticeAPI) ListServicesWithContext(arg0 aws.Context, arg1 *vpclattice.ListServicesInput, arg2 ...request.Option) (*vpclattice.ListServicesOutput, error)

ListServicesWithContext mocks base method.

func (*MockVpcLatticeAPI) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockVpcLatticeAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockVpcLatticeAPI) ListTagsForResourceWithContext

func (m *MockVpcLatticeAPI) ListTagsForResourceWithContext(arg0 aws.Context, arg1 *vpclattice.ListTagsForResourceInput, arg2 ...request.Option) (*vpclattice.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method.

func (*MockVpcLatticeAPI) ListTargetGroups

ListTargetGroups mocks base method.

func (*MockVpcLatticeAPI) ListTargetGroupsRequest

ListTargetGroupsRequest mocks base method.

func (*MockVpcLatticeAPI) ListTargetGroupsWithContext

func (m *MockVpcLatticeAPI) ListTargetGroupsWithContext(arg0 aws.Context, arg1 *vpclattice.ListTargetGroupsInput, arg2 ...request.Option) (*vpclattice.ListTargetGroupsOutput, error)

ListTargetGroupsWithContext mocks base method.

func (*MockVpcLatticeAPI) ListTargets

ListTargets mocks base method.

func (*MockVpcLatticeAPI) ListTargetsRequest

ListTargetsRequest mocks base method.

func (*MockVpcLatticeAPI) ListTargetsWithContext

func (m *MockVpcLatticeAPI) ListTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.ListTargetsInput, arg2 ...request.Option) (*vpclattice.ListTargetsOutput, error)

ListTargetsWithContext mocks base method.

func (*MockVpcLatticeAPI) PutAuthPolicy

PutAuthPolicy mocks base method.

func (*MockVpcLatticeAPI) PutAuthPolicyRequest

PutAuthPolicyRequest mocks base method.

func (*MockVpcLatticeAPI) PutAuthPolicyWithContext

func (m *MockVpcLatticeAPI) PutAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.PutAuthPolicyInput, arg2 ...request.Option) (*vpclattice.PutAuthPolicyOutput, error)

PutAuthPolicyWithContext mocks base method.

func (*MockVpcLatticeAPI) PutResourcePolicy

PutResourcePolicy mocks base method.

func (*MockVpcLatticeAPI) PutResourcePolicyRequest

PutResourcePolicyRequest mocks base method.

func (*MockVpcLatticeAPI) PutResourcePolicyWithContext

func (m *MockVpcLatticeAPI) PutResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.PutResourcePolicyInput, arg2 ...request.Option) (*vpclattice.PutResourcePolicyOutput, error)

PutResourcePolicyWithContext mocks base method.

func (*MockVpcLatticeAPI) RegisterTargets

RegisterTargets mocks base method.

func (*MockVpcLatticeAPI) RegisterTargetsRequest

RegisterTargetsRequest mocks base method.

func (*MockVpcLatticeAPI) RegisterTargetsWithContext

func (m *MockVpcLatticeAPI) RegisterTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.RegisterTargetsInput, arg2 ...request.Option) (*vpclattice.RegisterTargetsOutput, error)

RegisterTargetsWithContext mocks base method.

func (*MockVpcLatticeAPI) TagResource

TagResource mocks base method.

func (*MockVpcLatticeAPI) TagResourceRequest

TagResourceRequest mocks base method.

func (*MockVpcLatticeAPI) TagResourceWithContext

func (m *MockVpcLatticeAPI) TagResourceWithContext(arg0 aws.Context, arg1 *vpclattice.TagResourceInput, arg2 ...request.Option) (*vpclattice.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockVpcLatticeAPI) UntagResource

UntagResource mocks base method.

func (*MockVpcLatticeAPI) UntagResourceRequest

UntagResourceRequest mocks base method.

func (*MockVpcLatticeAPI) UntagResourceWithContext

func (m *MockVpcLatticeAPI) UntagResourceWithContext(arg0 aws.Context, arg1 *vpclattice.UntagResourceInput, arg2 ...request.Option) (*vpclattice.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

func (*MockVpcLatticeAPI) UpdateAccessLogSubscription

UpdateAccessLogSubscription mocks base method.

func (*MockVpcLatticeAPI) UpdateAccessLogSubscriptionRequest

UpdateAccessLogSubscriptionRequest mocks base method.

func (*MockVpcLatticeAPI) UpdateAccessLogSubscriptionWithContext

UpdateAccessLogSubscriptionWithContext mocks base method.

func (*MockVpcLatticeAPI) UpdateListener

UpdateListener mocks base method.

func (*MockVpcLatticeAPI) UpdateListenerRequest

UpdateListenerRequest mocks base method.

func (*MockVpcLatticeAPI) UpdateListenerWithContext

func (m *MockVpcLatticeAPI) UpdateListenerWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateListenerInput, arg2 ...request.Option) (*vpclattice.UpdateListenerOutput, error)

UpdateListenerWithContext mocks base method.

func (*MockVpcLatticeAPI) UpdateRule

UpdateRule mocks base method.

func (*MockVpcLatticeAPI) UpdateRuleRequest

UpdateRuleRequest mocks base method.

func (*MockVpcLatticeAPI) UpdateRuleWithContext

func (m *MockVpcLatticeAPI) UpdateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateRuleInput, arg2 ...request.Option) (*vpclattice.UpdateRuleOutput, error)

UpdateRuleWithContext mocks base method.

func (*MockVpcLatticeAPI) UpdateService

UpdateService mocks base method.

func (*MockVpcLatticeAPI) UpdateServiceNetwork

UpdateServiceNetwork mocks base method.

func (*MockVpcLatticeAPI) UpdateServiceNetworkRequest

UpdateServiceNetworkRequest mocks base method.

func (*MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociation

UpdateServiceNetworkVpcAssociation mocks base method.

func (*MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociationRequest

UpdateServiceNetworkVpcAssociationRequest mocks base method.

func (*MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociationWithContext

UpdateServiceNetworkVpcAssociationWithContext mocks base method.

func (*MockVpcLatticeAPI) UpdateServiceNetworkWithContext

func (m *MockVpcLatticeAPI) UpdateServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceNetworkInput, arg2 ...request.Option) (*vpclattice.UpdateServiceNetworkOutput, error)

UpdateServiceNetworkWithContext mocks base method.

func (*MockVpcLatticeAPI) UpdateServiceRequest

UpdateServiceRequest mocks base method.

func (*MockVpcLatticeAPI) UpdateServiceWithContext

func (m *MockVpcLatticeAPI) UpdateServiceWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceInput, arg2 ...request.Option) (*vpclattice.UpdateServiceOutput, error)

UpdateServiceWithContext mocks base method.

func (*MockVpcLatticeAPI) UpdateTargetGroup

UpdateTargetGroup mocks base method.

func (*MockVpcLatticeAPI) UpdateTargetGroupRequest

UpdateTargetGroupRequest mocks base method.

func (*MockVpcLatticeAPI) UpdateTargetGroupWithContext

func (m *MockVpcLatticeAPI) UpdateTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateTargetGroupInput, arg2 ...request.Option) (*vpclattice.UpdateTargetGroupOutput, error)

UpdateTargetGroupWithContext mocks base method.

type MockVpcLatticeAPIMockRecorder

type MockVpcLatticeAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockVpcLatticeAPIMockRecorder is the mock recorder for MockVpcLatticeAPI.

func (*MockVpcLatticeAPIMockRecorder) BatchUpdateRule

func (mr *MockVpcLatticeAPIMockRecorder) BatchUpdateRule(arg0 interface{}) *gomock.Call

BatchUpdateRule indicates an expected call of BatchUpdateRule.

func (*MockVpcLatticeAPIMockRecorder) BatchUpdateRuleRequest

func (mr *MockVpcLatticeAPIMockRecorder) BatchUpdateRuleRequest(arg0 interface{}) *gomock.Call

BatchUpdateRuleRequest indicates an expected call of BatchUpdateRuleRequest.

func (*MockVpcLatticeAPIMockRecorder) BatchUpdateRuleWithContext

func (mr *MockVpcLatticeAPIMockRecorder) BatchUpdateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchUpdateRuleWithContext indicates an expected call of BatchUpdateRuleWithContext.

func (*MockVpcLatticeAPIMockRecorder) CreateAccessLogSubscription

func (mr *MockVpcLatticeAPIMockRecorder) CreateAccessLogSubscription(arg0 interface{}) *gomock.Call

CreateAccessLogSubscription indicates an expected call of CreateAccessLogSubscription.

func (*MockVpcLatticeAPIMockRecorder) CreateAccessLogSubscriptionRequest

func (mr *MockVpcLatticeAPIMockRecorder) CreateAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateAccessLogSubscriptionRequest indicates an expected call of CreateAccessLogSubscriptionRequest.

func (*MockVpcLatticeAPIMockRecorder) CreateAccessLogSubscriptionWithContext

func (mr *MockVpcLatticeAPIMockRecorder) CreateAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccessLogSubscriptionWithContext indicates an expected call of CreateAccessLogSubscriptionWithContext.

func (*MockVpcLatticeAPIMockRecorder) CreateListener

func (mr *MockVpcLatticeAPIMockRecorder) CreateListener(arg0 interface{}) *gomock.Call

CreateListener indicates an expected call of CreateListener.

func (*MockVpcLatticeAPIMockRecorder) CreateListenerRequest

func (mr *MockVpcLatticeAPIMockRecorder) CreateListenerRequest(arg0 interface{}) *gomock.Call

CreateListenerRequest indicates an expected call of CreateListenerRequest.

func (*MockVpcLatticeAPIMockRecorder) CreateListenerWithContext

func (mr *MockVpcLatticeAPIMockRecorder) CreateListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateListenerWithContext indicates an expected call of CreateListenerWithContext.

func (*MockVpcLatticeAPIMockRecorder) CreateRule

func (mr *MockVpcLatticeAPIMockRecorder) CreateRule(arg0 interface{}) *gomock.Call

CreateRule indicates an expected call of CreateRule.

func (*MockVpcLatticeAPIMockRecorder) CreateRuleRequest

func (mr *MockVpcLatticeAPIMockRecorder) CreateRuleRequest(arg0 interface{}) *gomock.Call

CreateRuleRequest indicates an expected call of CreateRuleRequest.

func (*MockVpcLatticeAPIMockRecorder) CreateRuleWithContext

func (mr *MockVpcLatticeAPIMockRecorder) CreateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRuleWithContext indicates an expected call of CreateRuleWithContext.

func (*MockVpcLatticeAPIMockRecorder) CreateService

func (mr *MockVpcLatticeAPIMockRecorder) CreateService(arg0 interface{}) *gomock.Call

CreateService indicates an expected call of CreateService.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceNetwork

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetwork(arg0 interface{}) *gomock.Call

CreateServiceNetwork indicates an expected call of CreateServiceNetwork.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceNetworkRequest

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkRequest(arg0 interface{}) *gomock.Call

CreateServiceNetworkRequest indicates an expected call of CreateServiceNetworkRequest.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceNetworkServiceAssociation

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call

CreateServiceNetworkServiceAssociation indicates an expected call of CreateServiceNetworkServiceAssociation.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceNetworkServiceAssociationRequest

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call

CreateServiceNetworkServiceAssociationRequest indicates an expected call of CreateServiceNetworkServiceAssociationRequest.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceNetworkServiceAssociationWithContext

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceNetworkServiceAssociationWithContext indicates an expected call of CreateServiceNetworkServiceAssociationWithContext.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceNetworkVpcAssociation

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call

CreateServiceNetworkVpcAssociation indicates an expected call of CreateServiceNetworkVpcAssociation.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceNetworkVpcAssociationRequest

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call

CreateServiceNetworkVpcAssociationRequest indicates an expected call of CreateServiceNetworkVpcAssociationRequest.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceNetworkVpcAssociationWithContext

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceNetworkVpcAssociationWithContext indicates an expected call of CreateServiceNetworkVpcAssociationWithContext.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceNetworkWithContext

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceNetworkWithContext indicates an expected call of CreateServiceNetworkWithContext.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceRequest

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceRequest(arg0 interface{}) *gomock.Call

CreateServiceRequest indicates an expected call of CreateServiceRequest.

func (*MockVpcLatticeAPIMockRecorder) CreateServiceWithContext

func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceWithContext indicates an expected call of CreateServiceWithContext.

func (*MockVpcLatticeAPIMockRecorder) CreateTargetGroup

func (mr *MockVpcLatticeAPIMockRecorder) CreateTargetGroup(arg0 interface{}) *gomock.Call

CreateTargetGroup indicates an expected call of CreateTargetGroup.

func (*MockVpcLatticeAPIMockRecorder) CreateTargetGroupRequest

func (mr *MockVpcLatticeAPIMockRecorder) CreateTargetGroupRequest(arg0 interface{}) *gomock.Call

CreateTargetGroupRequest indicates an expected call of CreateTargetGroupRequest.

func (*MockVpcLatticeAPIMockRecorder) CreateTargetGroupWithContext

func (mr *MockVpcLatticeAPIMockRecorder) CreateTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTargetGroupWithContext indicates an expected call of CreateTargetGroupWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeleteAccessLogSubscription

func (mr *MockVpcLatticeAPIMockRecorder) DeleteAccessLogSubscription(arg0 interface{}) *gomock.Call

DeleteAccessLogSubscription indicates an expected call of DeleteAccessLogSubscription.

func (*MockVpcLatticeAPIMockRecorder) DeleteAccessLogSubscriptionRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeleteAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteAccessLogSubscriptionRequest indicates an expected call of DeleteAccessLogSubscriptionRequest.

func (*MockVpcLatticeAPIMockRecorder) DeleteAccessLogSubscriptionWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeleteAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccessLogSubscriptionWithContext indicates an expected call of DeleteAccessLogSubscriptionWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeleteAuthPolicy

func (mr *MockVpcLatticeAPIMockRecorder) DeleteAuthPolicy(arg0 interface{}) *gomock.Call

DeleteAuthPolicy indicates an expected call of DeleteAuthPolicy.

func (*MockVpcLatticeAPIMockRecorder) DeleteAuthPolicyRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeleteAuthPolicyRequest(arg0 interface{}) *gomock.Call

DeleteAuthPolicyRequest indicates an expected call of DeleteAuthPolicyRequest.

func (*MockVpcLatticeAPIMockRecorder) DeleteAuthPolicyWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeleteAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAuthPolicyWithContext indicates an expected call of DeleteAuthPolicyWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeleteListener

func (mr *MockVpcLatticeAPIMockRecorder) DeleteListener(arg0 interface{}) *gomock.Call

DeleteListener indicates an expected call of DeleteListener.

func (*MockVpcLatticeAPIMockRecorder) DeleteListenerRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeleteListenerRequest(arg0 interface{}) *gomock.Call

DeleteListenerRequest indicates an expected call of DeleteListenerRequest.

func (*MockVpcLatticeAPIMockRecorder) DeleteListenerWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeleteListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteListenerWithContext indicates an expected call of DeleteListenerWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeleteResourcePolicy

func (mr *MockVpcLatticeAPIMockRecorder) DeleteResourcePolicy(arg0 interface{}) *gomock.Call

DeleteResourcePolicy indicates an expected call of DeleteResourcePolicy.

func (*MockVpcLatticeAPIMockRecorder) DeleteResourcePolicyRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeleteResourcePolicyRequest(arg0 interface{}) *gomock.Call

DeleteResourcePolicyRequest indicates an expected call of DeleteResourcePolicyRequest.

func (*MockVpcLatticeAPIMockRecorder) DeleteResourcePolicyWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeleteResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteResourcePolicyWithContext indicates an expected call of DeleteResourcePolicyWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeleteRule

func (mr *MockVpcLatticeAPIMockRecorder) DeleteRule(arg0 interface{}) *gomock.Call

DeleteRule indicates an expected call of DeleteRule.

func (*MockVpcLatticeAPIMockRecorder) DeleteRuleRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeleteRuleRequest(arg0 interface{}) *gomock.Call

DeleteRuleRequest indicates an expected call of DeleteRuleRequest.

func (*MockVpcLatticeAPIMockRecorder) DeleteRuleWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeleteRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRuleWithContext indicates an expected call of DeleteRuleWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeleteService

func (mr *MockVpcLatticeAPIMockRecorder) DeleteService(arg0 interface{}) *gomock.Call

DeleteService indicates an expected call of DeleteService.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceNetwork

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetwork(arg0 interface{}) *gomock.Call

DeleteServiceNetwork indicates an expected call of DeleteServiceNetwork.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkRequest(arg0 interface{}) *gomock.Call

DeleteServiceNetworkRequest indicates an expected call of DeleteServiceNetworkRequest.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkServiceAssociation

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call

DeleteServiceNetworkServiceAssociation indicates an expected call of DeleteServiceNetworkServiceAssociation.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkServiceAssociationRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call

DeleteServiceNetworkServiceAssociationRequest indicates an expected call of DeleteServiceNetworkServiceAssociationRequest.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkServiceAssociationWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceNetworkServiceAssociationWithContext indicates an expected call of DeleteServiceNetworkServiceAssociationWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkVpcAssociation

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call

DeleteServiceNetworkVpcAssociation indicates an expected call of DeleteServiceNetworkVpcAssociation.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkVpcAssociationRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call

DeleteServiceNetworkVpcAssociationRequest indicates an expected call of DeleteServiceNetworkVpcAssociationRequest.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkVpcAssociationWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceNetworkVpcAssociationWithContext indicates an expected call of DeleteServiceNetworkVpcAssociationWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceNetworkWithContext indicates an expected call of DeleteServiceNetworkWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceRequest(arg0 interface{}) *gomock.Call

DeleteServiceRequest indicates an expected call of DeleteServiceRequest.

func (*MockVpcLatticeAPIMockRecorder) DeleteServiceWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceWithContext indicates an expected call of DeleteServiceWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeleteTargetGroup

func (mr *MockVpcLatticeAPIMockRecorder) DeleteTargetGroup(arg0 interface{}) *gomock.Call

DeleteTargetGroup indicates an expected call of DeleteTargetGroup.

func (*MockVpcLatticeAPIMockRecorder) DeleteTargetGroupRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeleteTargetGroupRequest(arg0 interface{}) *gomock.Call

DeleteTargetGroupRequest indicates an expected call of DeleteTargetGroupRequest.

func (*MockVpcLatticeAPIMockRecorder) DeleteTargetGroupWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeleteTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTargetGroupWithContext indicates an expected call of DeleteTargetGroupWithContext.

func (*MockVpcLatticeAPIMockRecorder) DeregisterTargets

func (mr *MockVpcLatticeAPIMockRecorder) DeregisterTargets(arg0 interface{}) *gomock.Call

DeregisterTargets indicates an expected call of DeregisterTargets.

func (*MockVpcLatticeAPIMockRecorder) DeregisterTargetsRequest

func (mr *MockVpcLatticeAPIMockRecorder) DeregisterTargetsRequest(arg0 interface{}) *gomock.Call

DeregisterTargetsRequest indicates an expected call of DeregisterTargetsRequest.

func (*MockVpcLatticeAPIMockRecorder) DeregisterTargetsWithContext

func (mr *MockVpcLatticeAPIMockRecorder) DeregisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTargetsWithContext indicates an expected call of DeregisterTargetsWithContext.

func (*MockVpcLatticeAPIMockRecorder) GetAccessLogSubscription

func (mr *MockVpcLatticeAPIMockRecorder) GetAccessLogSubscription(arg0 interface{}) *gomock.Call

GetAccessLogSubscription indicates an expected call of GetAccessLogSubscription.

func (*MockVpcLatticeAPIMockRecorder) GetAccessLogSubscriptionRequest

func (mr *MockVpcLatticeAPIMockRecorder) GetAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call

GetAccessLogSubscriptionRequest indicates an expected call of GetAccessLogSubscriptionRequest.

func (*MockVpcLatticeAPIMockRecorder) GetAccessLogSubscriptionWithContext

func (mr *MockVpcLatticeAPIMockRecorder) GetAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccessLogSubscriptionWithContext indicates an expected call of GetAccessLogSubscriptionWithContext.

func (*MockVpcLatticeAPIMockRecorder) GetAuthPolicy

func (mr *MockVpcLatticeAPIMockRecorder) GetAuthPolicy(arg0 interface{}) *gomock.Call

GetAuthPolicy indicates an expected call of GetAuthPolicy.

func (*MockVpcLatticeAPIMockRecorder) GetAuthPolicyRequest

func (mr *MockVpcLatticeAPIMockRecorder) GetAuthPolicyRequest(arg0 interface{}) *gomock.Call

GetAuthPolicyRequest indicates an expected call of GetAuthPolicyRequest.

func (*MockVpcLatticeAPIMockRecorder) GetAuthPolicyWithContext

func (mr *MockVpcLatticeAPIMockRecorder) GetAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAuthPolicyWithContext indicates an expected call of GetAuthPolicyWithContext.

func (*MockVpcLatticeAPIMockRecorder) GetListener

func (mr *MockVpcLatticeAPIMockRecorder) GetListener(arg0 interface{}) *gomock.Call

GetListener indicates an expected call of GetListener.

func (*MockVpcLatticeAPIMockRecorder) GetListenerRequest

func (mr *MockVpcLatticeAPIMockRecorder) GetListenerRequest(arg0 interface{}) *gomock.Call

GetListenerRequest indicates an expected call of GetListenerRequest.

func (*MockVpcLatticeAPIMockRecorder) GetListenerWithContext

func (mr *MockVpcLatticeAPIMockRecorder) GetListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetListenerWithContext indicates an expected call of GetListenerWithContext.

func (*MockVpcLatticeAPIMockRecorder) GetResourcePolicy

func (mr *MockVpcLatticeAPIMockRecorder) GetResourcePolicy(arg0 interface{}) *gomock.Call

GetResourcePolicy indicates an expected call of GetResourcePolicy.

func (*MockVpcLatticeAPIMockRecorder) GetResourcePolicyRequest

func (mr *MockVpcLatticeAPIMockRecorder) GetResourcePolicyRequest(arg0 interface{}) *gomock.Call

GetResourcePolicyRequest indicates an expected call of GetResourcePolicyRequest.

func (*MockVpcLatticeAPIMockRecorder) GetResourcePolicyWithContext

func (mr *MockVpcLatticeAPIMockRecorder) GetResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetResourcePolicyWithContext indicates an expected call of GetResourcePolicyWithContext.

func (*MockVpcLatticeAPIMockRecorder) GetRule

func (mr *MockVpcLatticeAPIMockRecorder) GetRule(arg0 interface{}) *gomock.Call

GetRule indicates an expected call of GetRule.

func (*MockVpcLatticeAPIMockRecorder) GetRuleRequest

func (mr *MockVpcLatticeAPIMockRecorder) GetRuleRequest(arg0 interface{}) *gomock.Call

GetRuleRequest indicates an expected call of GetRuleRequest.

func (*MockVpcLatticeAPIMockRecorder) GetRuleWithContext

func (mr *MockVpcLatticeAPIMockRecorder) GetRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRuleWithContext indicates an expected call of GetRuleWithContext.

func (*MockVpcLatticeAPIMockRecorder) GetService

func (mr *MockVpcLatticeAPIMockRecorder) GetService(arg0 interface{}) *gomock.Call

GetService indicates an expected call of GetService.

func (*MockVpcLatticeAPIMockRecorder) GetServiceNetwork

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetwork(arg0 interface{}) *gomock.Call

GetServiceNetwork indicates an expected call of GetServiceNetwork.

func (*MockVpcLatticeAPIMockRecorder) GetServiceNetworkRequest

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkRequest(arg0 interface{}) *gomock.Call

GetServiceNetworkRequest indicates an expected call of GetServiceNetworkRequest.

func (*MockVpcLatticeAPIMockRecorder) GetServiceNetworkServiceAssociation

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call

GetServiceNetworkServiceAssociation indicates an expected call of GetServiceNetworkServiceAssociation.

func (*MockVpcLatticeAPIMockRecorder) GetServiceNetworkServiceAssociationRequest

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call

GetServiceNetworkServiceAssociationRequest indicates an expected call of GetServiceNetworkServiceAssociationRequest.

func (*MockVpcLatticeAPIMockRecorder) GetServiceNetworkServiceAssociationWithContext

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceNetworkServiceAssociationWithContext indicates an expected call of GetServiceNetworkServiceAssociationWithContext.

func (*MockVpcLatticeAPIMockRecorder) GetServiceNetworkVpcAssociation

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call

GetServiceNetworkVpcAssociation indicates an expected call of GetServiceNetworkVpcAssociation.

func (*MockVpcLatticeAPIMockRecorder) GetServiceNetworkVpcAssociationRequest

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call

GetServiceNetworkVpcAssociationRequest indicates an expected call of GetServiceNetworkVpcAssociationRequest.

func (*MockVpcLatticeAPIMockRecorder) GetServiceNetworkVpcAssociationWithContext

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceNetworkVpcAssociationWithContext indicates an expected call of GetServiceNetworkVpcAssociationWithContext.

func (*MockVpcLatticeAPIMockRecorder) GetServiceNetworkWithContext

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceNetworkWithContext indicates an expected call of GetServiceNetworkWithContext.

func (*MockVpcLatticeAPIMockRecorder) GetServiceRequest

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceRequest(arg0 interface{}) *gomock.Call

GetServiceRequest indicates an expected call of GetServiceRequest.

func (*MockVpcLatticeAPIMockRecorder) GetServiceWithContext

func (mr *MockVpcLatticeAPIMockRecorder) GetServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceWithContext indicates an expected call of GetServiceWithContext.

func (*MockVpcLatticeAPIMockRecorder) GetTargetGroup

func (mr *MockVpcLatticeAPIMockRecorder) GetTargetGroup(arg0 interface{}) *gomock.Call

GetTargetGroup indicates an expected call of GetTargetGroup.

func (*MockVpcLatticeAPIMockRecorder) GetTargetGroupRequest

func (mr *MockVpcLatticeAPIMockRecorder) GetTargetGroupRequest(arg0 interface{}) *gomock.Call

GetTargetGroupRequest indicates an expected call of GetTargetGroupRequest.

func (*MockVpcLatticeAPIMockRecorder) GetTargetGroupWithContext

func (mr *MockVpcLatticeAPIMockRecorder) GetTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTargetGroupWithContext indicates an expected call of GetTargetGroupWithContext.

func (*MockVpcLatticeAPIMockRecorder) ListAccessLogSubscriptions

func (mr *MockVpcLatticeAPIMockRecorder) ListAccessLogSubscriptions(arg0 interface{}) *gomock.Call

ListAccessLogSubscriptions indicates an expected call of ListAccessLogSubscriptions.

func (*MockVpcLatticeAPIMockRecorder) ListAccessLogSubscriptionsRequest

func (mr *MockVpcLatticeAPIMockRecorder) ListAccessLogSubscriptionsRequest(arg0 interface{}) *gomock.Call

ListAccessLogSubscriptionsRequest indicates an expected call of ListAccessLogSubscriptionsRequest.

func (*MockVpcLatticeAPIMockRecorder) ListAccessLogSubscriptionsWithContext

func (mr *MockVpcLatticeAPIMockRecorder) ListAccessLogSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccessLogSubscriptionsWithContext indicates an expected call of ListAccessLogSubscriptionsWithContext.

func (*MockVpcLatticeAPIMockRecorder) ListListeners

func (mr *MockVpcLatticeAPIMockRecorder) ListListeners(arg0 interface{}) *gomock.Call

ListListeners indicates an expected call of ListListeners.

func (*MockVpcLatticeAPIMockRecorder) ListListenersRequest

func (mr *MockVpcLatticeAPIMockRecorder) ListListenersRequest(arg0 interface{}) *gomock.Call

ListListenersRequest indicates an expected call of ListListenersRequest.

func (*MockVpcLatticeAPIMockRecorder) ListListenersWithContext

func (mr *MockVpcLatticeAPIMockRecorder) ListListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListListenersWithContext indicates an expected call of ListListenersWithContext.

func (*MockVpcLatticeAPIMockRecorder) ListRules

func (mr *MockVpcLatticeAPIMockRecorder) ListRules(arg0 interface{}) *gomock.Call

ListRules indicates an expected call of ListRules.

func (*MockVpcLatticeAPIMockRecorder) ListRulesRequest

func (mr *MockVpcLatticeAPIMockRecorder) ListRulesRequest(arg0 interface{}) *gomock.Call

ListRulesRequest indicates an expected call of ListRulesRequest.

func (*MockVpcLatticeAPIMockRecorder) ListRulesWithContext

func (mr *MockVpcLatticeAPIMockRecorder) ListRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRulesWithContext indicates an expected call of ListRulesWithContext.

func (*MockVpcLatticeAPIMockRecorder) ListServiceNetworkServiceAssociations

func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkServiceAssociations(arg0 interface{}) *gomock.Call

ListServiceNetworkServiceAssociations indicates an expected call of ListServiceNetworkServiceAssociations.

func (*MockVpcLatticeAPIMockRecorder) ListServiceNetworkServiceAssociationsRequest

func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkServiceAssociationsRequest(arg0 interface{}) *gomock.Call

ListServiceNetworkServiceAssociationsRequest indicates an expected call of ListServiceNetworkServiceAssociationsRequest.

func (*MockVpcLatticeAPIMockRecorder) ListServiceNetworkServiceAssociationsWithContext

func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkServiceAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServiceNetworkServiceAssociationsWithContext indicates an expected call of ListServiceNetworkServiceAssociationsWithContext.

func (*MockVpcLatticeAPIMockRecorder) ListServiceNetworkVpcAssociations

func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkVpcAssociations(arg0 interface{}) *gomock.Call

ListServiceNetworkVpcAssociations indicates an expected call of ListServiceNetworkVpcAssociations.

func (*MockVpcLatticeAPIMockRecorder) ListServiceNetworkVpcAssociationsRequest

func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkVpcAssociationsRequest(arg0 interface{}) *gomock.Call

ListServiceNetworkVpcAssociationsRequest indicates an expected call of ListServiceNetworkVpcAssociationsRequest.

func (*MockVpcLatticeAPIMockRecorder) ListServiceNetworkVpcAssociationsWithContext

func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkVpcAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServiceNetworkVpcAssociationsWithContext indicates an expected call of ListServiceNetworkVpcAssociationsWithContext.

func (*MockVpcLatticeAPIMockRecorder) ListServiceNetworks

func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworks(arg0 interface{}) *gomock.Call

ListServiceNetworks indicates an expected call of ListServiceNetworks.

func (*MockVpcLatticeAPIMockRecorder) ListServiceNetworksRequest

func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworksRequest(arg0 interface{}) *gomock.Call

ListServiceNetworksRequest indicates an expected call of ListServiceNetworksRequest.

func (*MockVpcLatticeAPIMockRecorder) ListServiceNetworksWithContext

func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServiceNetworksWithContext indicates an expected call of ListServiceNetworksWithContext.

func (*MockVpcLatticeAPIMockRecorder) ListServices

func (mr *MockVpcLatticeAPIMockRecorder) ListServices(arg0 interface{}) *gomock.Call

ListServices indicates an expected call of ListServices.

func (*MockVpcLatticeAPIMockRecorder) ListServicesRequest

func (mr *MockVpcLatticeAPIMockRecorder) ListServicesRequest(arg0 interface{}) *gomock.Call

ListServicesRequest indicates an expected call of ListServicesRequest.

func (*MockVpcLatticeAPIMockRecorder) ListServicesWithContext

func (mr *MockVpcLatticeAPIMockRecorder) ListServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServicesWithContext indicates an expected call of ListServicesWithContext.

func (*MockVpcLatticeAPIMockRecorder) ListTagsForResource

func (mr *MockVpcLatticeAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockVpcLatticeAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockVpcLatticeAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockVpcLatticeAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockVpcLatticeAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockVpcLatticeAPIMockRecorder) ListTargetGroups

func (mr *MockVpcLatticeAPIMockRecorder) ListTargetGroups(arg0 interface{}) *gomock.Call

ListTargetGroups indicates an expected call of ListTargetGroups.

func (*MockVpcLatticeAPIMockRecorder) ListTargetGroupsRequest

func (mr *MockVpcLatticeAPIMockRecorder) ListTargetGroupsRequest(arg0 interface{}) *gomock.Call

ListTargetGroupsRequest indicates an expected call of ListTargetGroupsRequest.

func (*MockVpcLatticeAPIMockRecorder) ListTargetGroupsWithContext

func (mr *MockVpcLatticeAPIMockRecorder) ListTargetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTargetGroupsWithContext indicates an expected call of ListTargetGroupsWithContext.

func (*MockVpcLatticeAPIMockRecorder) ListTargets

func (mr *MockVpcLatticeAPIMockRecorder) ListTargets(arg0 interface{}) *gomock.Call

ListTargets indicates an expected call of ListTargets.

func (*MockVpcLatticeAPIMockRecorder) ListTargetsRequest

func (mr *MockVpcLatticeAPIMockRecorder) ListTargetsRequest(arg0 interface{}) *gomock.Call

ListTargetsRequest indicates an expected call of ListTargetsRequest.

func (*MockVpcLatticeAPIMockRecorder) ListTargetsWithContext

func (mr *MockVpcLatticeAPIMockRecorder) ListTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTargetsWithContext indicates an expected call of ListTargetsWithContext.

func (*MockVpcLatticeAPIMockRecorder) PutAuthPolicy

func (mr *MockVpcLatticeAPIMockRecorder) PutAuthPolicy(arg0 interface{}) *gomock.Call

PutAuthPolicy indicates an expected call of PutAuthPolicy.

func (*MockVpcLatticeAPIMockRecorder) PutAuthPolicyRequest

func (mr *MockVpcLatticeAPIMockRecorder) PutAuthPolicyRequest(arg0 interface{}) *gomock.Call

PutAuthPolicyRequest indicates an expected call of PutAuthPolicyRequest.

func (*MockVpcLatticeAPIMockRecorder) PutAuthPolicyWithContext

func (mr *MockVpcLatticeAPIMockRecorder) PutAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAuthPolicyWithContext indicates an expected call of PutAuthPolicyWithContext.

func (*MockVpcLatticeAPIMockRecorder) PutResourcePolicy

func (mr *MockVpcLatticeAPIMockRecorder) PutResourcePolicy(arg0 interface{}) *gomock.Call

PutResourcePolicy indicates an expected call of PutResourcePolicy.

func (*MockVpcLatticeAPIMockRecorder) PutResourcePolicyRequest

func (mr *MockVpcLatticeAPIMockRecorder) PutResourcePolicyRequest(arg0 interface{}) *gomock.Call

PutResourcePolicyRequest indicates an expected call of PutResourcePolicyRequest.

func (*MockVpcLatticeAPIMockRecorder) PutResourcePolicyWithContext

func (mr *MockVpcLatticeAPIMockRecorder) PutResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutResourcePolicyWithContext indicates an expected call of PutResourcePolicyWithContext.

func (*MockVpcLatticeAPIMockRecorder) RegisterTargets

func (mr *MockVpcLatticeAPIMockRecorder) RegisterTargets(arg0 interface{}) *gomock.Call

RegisterTargets indicates an expected call of RegisterTargets.

func (*MockVpcLatticeAPIMockRecorder) RegisterTargetsRequest

func (mr *MockVpcLatticeAPIMockRecorder) RegisterTargetsRequest(arg0 interface{}) *gomock.Call

RegisterTargetsRequest indicates an expected call of RegisterTargetsRequest.

func (*MockVpcLatticeAPIMockRecorder) RegisterTargetsWithContext

func (mr *MockVpcLatticeAPIMockRecorder) RegisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTargetsWithContext indicates an expected call of RegisterTargetsWithContext.

func (*MockVpcLatticeAPIMockRecorder) TagResource

func (mr *MockVpcLatticeAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockVpcLatticeAPIMockRecorder) TagResourceRequest

func (mr *MockVpcLatticeAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockVpcLatticeAPIMockRecorder) TagResourceWithContext

func (mr *MockVpcLatticeAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockVpcLatticeAPIMockRecorder) UntagResource

func (mr *MockVpcLatticeAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockVpcLatticeAPIMockRecorder) UntagResourceRequest

func (mr *MockVpcLatticeAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockVpcLatticeAPIMockRecorder) UntagResourceWithContext

func (mr *MockVpcLatticeAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockVpcLatticeAPIMockRecorder) UpdateAccessLogSubscription

func (mr *MockVpcLatticeAPIMockRecorder) UpdateAccessLogSubscription(arg0 interface{}) *gomock.Call

UpdateAccessLogSubscription indicates an expected call of UpdateAccessLogSubscription.

func (*MockVpcLatticeAPIMockRecorder) UpdateAccessLogSubscriptionRequest

func (mr *MockVpcLatticeAPIMockRecorder) UpdateAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call

UpdateAccessLogSubscriptionRequest indicates an expected call of UpdateAccessLogSubscriptionRequest.

func (*MockVpcLatticeAPIMockRecorder) UpdateAccessLogSubscriptionWithContext

func (mr *MockVpcLatticeAPIMockRecorder) UpdateAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccessLogSubscriptionWithContext indicates an expected call of UpdateAccessLogSubscriptionWithContext.

func (*MockVpcLatticeAPIMockRecorder) UpdateListener

func (mr *MockVpcLatticeAPIMockRecorder) UpdateListener(arg0 interface{}) *gomock.Call

UpdateListener indicates an expected call of UpdateListener.

func (*MockVpcLatticeAPIMockRecorder) UpdateListenerRequest

func (mr *MockVpcLatticeAPIMockRecorder) UpdateListenerRequest(arg0 interface{}) *gomock.Call

UpdateListenerRequest indicates an expected call of UpdateListenerRequest.

func (*MockVpcLatticeAPIMockRecorder) UpdateListenerWithContext

func (mr *MockVpcLatticeAPIMockRecorder) UpdateListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateListenerWithContext indicates an expected call of UpdateListenerWithContext.

func (*MockVpcLatticeAPIMockRecorder) UpdateRule

func (mr *MockVpcLatticeAPIMockRecorder) UpdateRule(arg0 interface{}) *gomock.Call

UpdateRule indicates an expected call of UpdateRule.

func (*MockVpcLatticeAPIMockRecorder) UpdateRuleRequest

func (mr *MockVpcLatticeAPIMockRecorder) UpdateRuleRequest(arg0 interface{}) *gomock.Call

UpdateRuleRequest indicates an expected call of UpdateRuleRequest.

func (*MockVpcLatticeAPIMockRecorder) UpdateRuleWithContext

func (mr *MockVpcLatticeAPIMockRecorder) UpdateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRuleWithContext indicates an expected call of UpdateRuleWithContext.

func (*MockVpcLatticeAPIMockRecorder) UpdateService

func (mr *MockVpcLatticeAPIMockRecorder) UpdateService(arg0 interface{}) *gomock.Call

UpdateService indicates an expected call of UpdateService.

func (*MockVpcLatticeAPIMockRecorder) UpdateServiceNetwork

func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetwork(arg0 interface{}) *gomock.Call

UpdateServiceNetwork indicates an expected call of UpdateServiceNetwork.

func (*MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkRequest

func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkRequest(arg0 interface{}) *gomock.Call

UpdateServiceNetworkRequest indicates an expected call of UpdateServiceNetworkRequest.

func (*MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkVpcAssociation

func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call

UpdateServiceNetworkVpcAssociation indicates an expected call of UpdateServiceNetworkVpcAssociation.

func (*MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkVpcAssociationRequest

func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call

UpdateServiceNetworkVpcAssociationRequest indicates an expected call of UpdateServiceNetworkVpcAssociationRequest.

func (*MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkVpcAssociationWithContext

func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceNetworkVpcAssociationWithContext indicates an expected call of UpdateServiceNetworkVpcAssociationWithContext.

func (*MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkWithContext

func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceNetworkWithContext indicates an expected call of UpdateServiceNetworkWithContext.

func (*MockVpcLatticeAPIMockRecorder) UpdateServiceRequest

func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceRequest(arg0 interface{}) *gomock.Call

UpdateServiceRequest indicates an expected call of UpdateServiceRequest.

func (*MockVpcLatticeAPIMockRecorder) UpdateServiceWithContext

func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceWithContext indicates an expected call of UpdateServiceWithContext.

func (*MockVpcLatticeAPIMockRecorder) UpdateTargetGroup

func (mr *MockVpcLatticeAPIMockRecorder) UpdateTargetGroup(arg0 interface{}) *gomock.Call

UpdateTargetGroup indicates an expected call of UpdateTargetGroup.

func (*MockVpcLatticeAPIMockRecorder) UpdateTargetGroupRequest

func (mr *MockVpcLatticeAPIMockRecorder) UpdateTargetGroupRequest(arg0 interface{}) *gomock.Call

UpdateTargetGroupRequest indicates an expected call of UpdateTargetGroupRequest.

func (*MockVpcLatticeAPIMockRecorder) UpdateTargetGroupWithContext

func (mr *MockVpcLatticeAPIMockRecorder) UpdateTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTargetGroupWithContext indicates an expected call of UpdateTargetGroupWithContext.

Jump to

Keyboard shortcuts

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