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
- func NewDefaultEKS(sess *session.Session, region string) *defaultEKS
- func NewDefaultLattice(sess *session.Session, region string) *defaultLattice
- type EC2
- type EKS
- type Lattice
- type MockEKS
- func (m *MockEKS) AssociateEncryptionConfig(arg0 *eks.AssociateEncryptionConfigInput) (*eks.AssociateEncryptionConfigOutput, error)
- func (m *MockEKS) AssociateEncryptionConfigRequest(arg0 *eks.AssociateEncryptionConfigInput) (*request.Request, *eks.AssociateEncryptionConfigOutput)
- func (m *MockEKS) AssociateEncryptionConfigWithContext(arg0 aws.Context, arg1 *eks.AssociateEncryptionConfigInput, ...) (*eks.AssociateEncryptionConfigOutput, error)
- func (m *MockEKS) AssociateIdentityProviderConfig(arg0 *eks.AssociateIdentityProviderConfigInput) (*eks.AssociateIdentityProviderConfigOutput, error)
- func (m *MockEKS) AssociateIdentityProviderConfigRequest(arg0 *eks.AssociateIdentityProviderConfigInput) (*request.Request, *eks.AssociateIdentityProviderConfigOutput)
- func (m *MockEKS) AssociateIdentityProviderConfigWithContext(arg0 aws.Context, arg1 *eks.AssociateIdentityProviderConfigInput, ...) (*eks.AssociateIdentityProviderConfigOutput, error)
- func (m *MockEKS) CreateAddon(arg0 *eks.CreateAddonInput) (*eks.CreateAddonOutput, error)
- func (m *MockEKS) CreateAddonRequest(arg0 *eks.CreateAddonInput) (*request.Request, *eks.CreateAddonOutput)
- func (m *MockEKS) CreateAddonWithContext(arg0 aws.Context, arg1 *eks.CreateAddonInput, arg2 ...request.Option) (*eks.CreateAddonOutput, error)
- func (m *MockEKS) CreateCluster(arg0 *eks.CreateClusterInput) (*eks.CreateClusterOutput, error)
- func (m *MockEKS) CreateClusterRequest(arg0 *eks.CreateClusterInput) (*request.Request, *eks.CreateClusterOutput)
- func (m *MockEKS) CreateClusterWithContext(arg0 aws.Context, arg1 *eks.CreateClusterInput, arg2 ...request.Option) (*eks.CreateClusterOutput, error)
- func (m *MockEKS) CreateFargateProfile(arg0 *eks.CreateFargateProfileInput) (*eks.CreateFargateProfileOutput, error)
- func (m *MockEKS) CreateFargateProfileRequest(arg0 *eks.CreateFargateProfileInput) (*request.Request, *eks.CreateFargateProfileOutput)
- func (m *MockEKS) CreateFargateProfileWithContext(arg0 aws.Context, arg1 *eks.CreateFargateProfileInput, arg2 ...request.Option) (*eks.CreateFargateProfileOutput, error)
- func (m *MockEKS) CreateNodegroup(arg0 *eks.CreateNodegroupInput) (*eks.CreateNodegroupOutput, error)
- func (m *MockEKS) CreateNodegroupRequest(arg0 *eks.CreateNodegroupInput) (*request.Request, *eks.CreateNodegroupOutput)
- func (m *MockEKS) CreateNodegroupWithContext(arg0 aws.Context, arg1 *eks.CreateNodegroupInput, arg2 ...request.Option) (*eks.CreateNodegroupOutput, error)
- func (m *MockEKS) DeleteAddon(arg0 *eks.DeleteAddonInput) (*eks.DeleteAddonOutput, error)
- func (m *MockEKS) DeleteAddonRequest(arg0 *eks.DeleteAddonInput) (*request.Request, *eks.DeleteAddonOutput)
- func (m *MockEKS) DeleteAddonWithContext(arg0 aws.Context, arg1 *eks.DeleteAddonInput, arg2 ...request.Option) (*eks.DeleteAddonOutput, error)
- func (m *MockEKS) DeleteCluster(arg0 *eks.DeleteClusterInput) (*eks.DeleteClusterOutput, error)
- func (m *MockEKS) DeleteClusterRequest(arg0 *eks.DeleteClusterInput) (*request.Request, *eks.DeleteClusterOutput)
- func (m *MockEKS) DeleteClusterWithContext(arg0 aws.Context, arg1 *eks.DeleteClusterInput, arg2 ...request.Option) (*eks.DeleteClusterOutput, error)
- func (m *MockEKS) DeleteFargateProfile(arg0 *eks.DeleteFargateProfileInput) (*eks.DeleteFargateProfileOutput, error)
- func (m *MockEKS) DeleteFargateProfileRequest(arg0 *eks.DeleteFargateProfileInput) (*request.Request, *eks.DeleteFargateProfileOutput)
- func (m *MockEKS) DeleteFargateProfileWithContext(arg0 aws.Context, arg1 *eks.DeleteFargateProfileInput, arg2 ...request.Option) (*eks.DeleteFargateProfileOutput, error)
- func (m *MockEKS) DeleteNodegroup(arg0 *eks.DeleteNodegroupInput) (*eks.DeleteNodegroupOutput, error)
- func (m *MockEKS) DeleteNodegroupRequest(arg0 *eks.DeleteNodegroupInput) (*request.Request, *eks.DeleteNodegroupOutput)
- func (m *MockEKS) DeleteNodegroupWithContext(arg0 aws.Context, arg1 *eks.DeleteNodegroupInput, arg2 ...request.Option) (*eks.DeleteNodegroupOutput, error)
- func (m *MockEKS) DeregisterCluster(arg0 *eks.DeregisterClusterInput) (*eks.DeregisterClusterOutput, error)
- func (m *MockEKS) DeregisterClusterRequest(arg0 *eks.DeregisterClusterInput) (*request.Request, *eks.DeregisterClusterOutput)
- func (m *MockEKS) DeregisterClusterWithContext(arg0 aws.Context, arg1 *eks.DeregisterClusterInput, arg2 ...request.Option) (*eks.DeregisterClusterOutput, error)
- func (m *MockEKS) DescribeAddon(arg0 *eks.DescribeAddonInput) (*eks.DescribeAddonOutput, error)
- func (m *MockEKS) DescribeAddonConfiguration(arg0 *eks.DescribeAddonConfigurationInput) (*eks.DescribeAddonConfigurationOutput, error)
- func (m *MockEKS) DescribeAddonConfigurationRequest(arg0 *eks.DescribeAddonConfigurationInput) (*request.Request, *eks.DescribeAddonConfigurationOutput)
- func (m *MockEKS) DescribeAddonConfigurationWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonConfigurationInput, ...) (*eks.DescribeAddonConfigurationOutput, error)
- func (m *MockEKS) DescribeAddonRequest(arg0 *eks.DescribeAddonInput) (*request.Request, *eks.DescribeAddonOutput)
- func (m *MockEKS) DescribeAddonVersions(arg0 *eks.DescribeAddonVersionsInput) (*eks.DescribeAddonVersionsOutput, error)
- func (m *MockEKS) DescribeAddonVersionsPages(arg0 *eks.DescribeAddonVersionsInput, ...) error
- func (m *MockEKS) DescribeAddonVersionsPagesWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonVersionsInput, ...) error
- func (m *MockEKS) DescribeAddonVersionsRequest(arg0 *eks.DescribeAddonVersionsInput) (*request.Request, *eks.DescribeAddonVersionsOutput)
- func (m *MockEKS) DescribeAddonVersionsWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonVersionsInput, arg2 ...request.Option) (*eks.DescribeAddonVersionsOutput, error)
- func (m *MockEKS) DescribeAddonWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonInput, arg2 ...request.Option) (*eks.DescribeAddonOutput, error)
- func (m *MockEKS) DescribeCluster(arg0 *eks.DescribeClusterInput) (*eks.DescribeClusterOutput, error)
- func (m *MockEKS) DescribeClusterRequest(arg0 *eks.DescribeClusterInput) (*request.Request, *eks.DescribeClusterOutput)
- func (m *MockEKS) DescribeClusterWithContext(arg0 aws.Context, arg1 *eks.DescribeClusterInput, arg2 ...request.Option) (*eks.DescribeClusterOutput, error)
- func (m *MockEKS) DescribeFargateProfile(arg0 *eks.DescribeFargateProfileInput) (*eks.DescribeFargateProfileOutput, error)
- func (m *MockEKS) DescribeFargateProfileRequest(arg0 *eks.DescribeFargateProfileInput) (*request.Request, *eks.DescribeFargateProfileOutput)
- func (m *MockEKS) DescribeFargateProfileWithContext(arg0 aws.Context, arg1 *eks.DescribeFargateProfileInput, ...) (*eks.DescribeFargateProfileOutput, error)
- func (m *MockEKS) DescribeIdentityProviderConfig(arg0 *eks.DescribeIdentityProviderConfigInput) (*eks.DescribeIdentityProviderConfigOutput, error)
- func (m *MockEKS) DescribeIdentityProviderConfigRequest(arg0 *eks.DescribeIdentityProviderConfigInput) (*request.Request, *eks.DescribeIdentityProviderConfigOutput)
- func (m *MockEKS) DescribeIdentityProviderConfigWithContext(arg0 aws.Context, arg1 *eks.DescribeIdentityProviderConfigInput, ...) (*eks.DescribeIdentityProviderConfigOutput, error)
- func (m *MockEKS) DescribeNodegroup(arg0 *eks.DescribeNodegroupInput) (*eks.DescribeNodegroupOutput, error)
- func (m *MockEKS) DescribeNodegroupRequest(arg0 *eks.DescribeNodegroupInput) (*request.Request, *eks.DescribeNodegroupOutput)
- func (m *MockEKS) DescribeNodegroupWithContext(arg0 aws.Context, arg1 *eks.DescribeNodegroupInput, arg2 ...request.Option) (*eks.DescribeNodegroupOutput, error)
- func (m *MockEKS) DescribeUpdate(arg0 *eks.DescribeUpdateInput) (*eks.DescribeUpdateOutput, error)
- func (m *MockEKS) DescribeUpdateRequest(arg0 *eks.DescribeUpdateInput) (*request.Request, *eks.DescribeUpdateOutput)
- func (m *MockEKS) DescribeUpdateWithContext(arg0 aws.Context, arg1 *eks.DescribeUpdateInput, arg2 ...request.Option) (*eks.DescribeUpdateOutput, error)
- func (m *MockEKS) DisassociateIdentityProviderConfig(arg0 *eks.DisassociateIdentityProviderConfigInput) (*eks.DisassociateIdentityProviderConfigOutput, error)
- func (m *MockEKS) DisassociateIdentityProviderConfigRequest(arg0 *eks.DisassociateIdentityProviderConfigInput) (*request.Request, *eks.DisassociateIdentityProviderConfigOutput)
- func (m *MockEKS) DisassociateIdentityProviderConfigWithContext(arg0 aws.Context, arg1 *eks.DisassociateIdentityProviderConfigInput, ...) (*eks.DisassociateIdentityProviderConfigOutput, error)
- func (m *MockEKS) EXPECT() *MockEKSMockRecorder
- func (m *MockEKS) ListAddons(arg0 *eks.ListAddonsInput) (*eks.ListAddonsOutput, error)
- func (m *MockEKS) ListAddonsPages(arg0 *eks.ListAddonsInput, arg1 func(*eks.ListAddonsOutput, bool) bool) error
- func (m *MockEKS) ListAddonsPagesWithContext(arg0 aws.Context, arg1 *eks.ListAddonsInput, ...) error
- func (m *MockEKS) ListAddonsRequest(arg0 *eks.ListAddonsInput) (*request.Request, *eks.ListAddonsOutput)
- func (m *MockEKS) ListAddonsWithContext(arg0 aws.Context, arg1 *eks.ListAddonsInput, arg2 ...request.Option) (*eks.ListAddonsOutput, error)
- func (m *MockEKS) ListClusters(arg0 *eks.ListClustersInput) (*eks.ListClustersOutput, error)
- func (m *MockEKS) ListClustersPages(arg0 *eks.ListClustersInput, arg1 func(*eks.ListClustersOutput, bool) bool) error
- func (m *MockEKS) ListClustersPagesWithContext(arg0 aws.Context, arg1 *eks.ListClustersInput, ...) error
- func (m *MockEKS) ListClustersRequest(arg0 *eks.ListClustersInput) (*request.Request, *eks.ListClustersOutput)
- func (m *MockEKS) ListClustersWithContext(arg0 aws.Context, arg1 *eks.ListClustersInput, arg2 ...request.Option) (*eks.ListClustersOutput, error)
- func (m *MockEKS) ListFargateProfiles(arg0 *eks.ListFargateProfilesInput) (*eks.ListFargateProfilesOutput, error)
- func (m *MockEKS) ListFargateProfilesPages(arg0 *eks.ListFargateProfilesInput, ...) error
- func (m *MockEKS) ListFargateProfilesPagesWithContext(arg0 aws.Context, arg1 *eks.ListFargateProfilesInput, ...) error
- func (m *MockEKS) ListFargateProfilesRequest(arg0 *eks.ListFargateProfilesInput) (*request.Request, *eks.ListFargateProfilesOutput)
- func (m *MockEKS) ListFargateProfilesWithContext(arg0 aws.Context, arg1 *eks.ListFargateProfilesInput, arg2 ...request.Option) (*eks.ListFargateProfilesOutput, error)
- func (m *MockEKS) ListIdentityProviderConfigs(arg0 *eks.ListIdentityProviderConfigsInput) (*eks.ListIdentityProviderConfigsOutput, error)
- func (m *MockEKS) ListIdentityProviderConfigsPages(arg0 *eks.ListIdentityProviderConfigsInput, ...) error
- func (m *MockEKS) ListIdentityProviderConfigsPagesWithContext(arg0 aws.Context, arg1 *eks.ListIdentityProviderConfigsInput, ...) error
- func (m *MockEKS) ListIdentityProviderConfigsRequest(arg0 *eks.ListIdentityProviderConfigsInput) (*request.Request, *eks.ListIdentityProviderConfigsOutput)
- func (m *MockEKS) ListIdentityProviderConfigsWithContext(arg0 aws.Context, arg1 *eks.ListIdentityProviderConfigsInput, ...) (*eks.ListIdentityProviderConfigsOutput, error)
- func (m *MockEKS) ListNodegroups(arg0 *eks.ListNodegroupsInput) (*eks.ListNodegroupsOutput, error)
- func (m *MockEKS) ListNodegroupsPages(arg0 *eks.ListNodegroupsInput, arg1 func(*eks.ListNodegroupsOutput, bool) bool) error
- func (m *MockEKS) ListNodegroupsPagesWithContext(arg0 aws.Context, arg1 *eks.ListNodegroupsInput, ...) error
- func (m *MockEKS) ListNodegroupsRequest(arg0 *eks.ListNodegroupsInput) (*request.Request, *eks.ListNodegroupsOutput)
- func (m *MockEKS) ListNodegroupsWithContext(arg0 aws.Context, arg1 *eks.ListNodegroupsInput, arg2 ...request.Option) (*eks.ListNodegroupsOutput, error)
- func (m *MockEKS) ListTagsForResource(arg0 *eks.ListTagsForResourceInput) (*eks.ListTagsForResourceOutput, error)
- func (m *MockEKS) ListTagsForResourceRequest(arg0 *eks.ListTagsForResourceInput) (*request.Request, *eks.ListTagsForResourceOutput)
- func (m *MockEKS) ListTagsForResourceWithContext(arg0 aws.Context, arg1 *eks.ListTagsForResourceInput, arg2 ...request.Option) (*eks.ListTagsForResourceOutput, error)
- func (m *MockEKS) ListUpdates(arg0 *eks.ListUpdatesInput) (*eks.ListUpdatesOutput, error)
- func (m *MockEKS) ListUpdatesPages(arg0 *eks.ListUpdatesInput, arg1 func(*eks.ListUpdatesOutput, bool) bool) error
- func (m *MockEKS) ListUpdatesPagesWithContext(arg0 aws.Context, arg1 *eks.ListUpdatesInput, ...) error
- func (m *MockEKS) ListUpdatesRequest(arg0 *eks.ListUpdatesInput) (*request.Request, *eks.ListUpdatesOutput)
- func (m *MockEKS) ListUpdatesWithContext(arg0 aws.Context, arg1 *eks.ListUpdatesInput, arg2 ...request.Option) (*eks.ListUpdatesOutput, error)
- func (m *MockEKS) RegisterCluster(arg0 *eks.RegisterClusterInput) (*eks.RegisterClusterOutput, error)
- func (m *MockEKS) RegisterClusterRequest(arg0 *eks.RegisterClusterInput) (*request.Request, *eks.RegisterClusterOutput)
- func (m *MockEKS) RegisterClusterWithContext(arg0 aws.Context, arg1 *eks.RegisterClusterInput, arg2 ...request.Option) (*eks.RegisterClusterOutput, error)
- func (m *MockEKS) TagResource(arg0 *eks.TagResourceInput) (*eks.TagResourceOutput, error)
- func (m *MockEKS) TagResourceRequest(arg0 *eks.TagResourceInput) (*request.Request, *eks.TagResourceOutput)
- func (m *MockEKS) TagResourceWithContext(arg0 aws.Context, arg1 *eks.TagResourceInput, arg2 ...request.Option) (*eks.TagResourceOutput, error)
- func (m *MockEKS) UntagResource(arg0 *eks.UntagResourceInput) (*eks.UntagResourceOutput, error)
- func (m *MockEKS) UntagResourceRequest(arg0 *eks.UntagResourceInput) (*request.Request, *eks.UntagResourceOutput)
- func (m *MockEKS) UntagResourceWithContext(arg0 aws.Context, arg1 *eks.UntagResourceInput, arg2 ...request.Option) (*eks.UntagResourceOutput, error)
- func (m *MockEKS) UpdateAddon(arg0 *eks.UpdateAddonInput) (*eks.UpdateAddonOutput, error)
- func (m *MockEKS) UpdateAddonRequest(arg0 *eks.UpdateAddonInput) (*request.Request, *eks.UpdateAddonOutput)
- func (m *MockEKS) UpdateAddonWithContext(arg0 aws.Context, arg1 *eks.UpdateAddonInput, arg2 ...request.Option) (*eks.UpdateAddonOutput, error)
- func (m *MockEKS) UpdateClusterConfig(arg0 *eks.UpdateClusterConfigInput) (*eks.UpdateClusterConfigOutput, error)
- func (m *MockEKS) UpdateClusterConfigRequest(arg0 *eks.UpdateClusterConfigInput) (*request.Request, *eks.UpdateClusterConfigOutput)
- func (m *MockEKS) UpdateClusterConfigWithContext(arg0 aws.Context, arg1 *eks.UpdateClusterConfigInput, arg2 ...request.Option) (*eks.UpdateClusterConfigOutput, error)
- func (m *MockEKS) UpdateClusterVersion(arg0 *eks.UpdateClusterVersionInput) (*eks.UpdateClusterVersionOutput, error)
- func (m *MockEKS) UpdateClusterVersionRequest(arg0 *eks.UpdateClusterVersionInput) (*request.Request, *eks.UpdateClusterVersionOutput)
- func (m *MockEKS) UpdateClusterVersionWithContext(arg0 aws.Context, arg1 *eks.UpdateClusterVersionInput, arg2 ...request.Option) (*eks.UpdateClusterVersionOutput, error)
- func (m *MockEKS) UpdateNodegroupConfig(arg0 *eks.UpdateNodegroupConfigInput) (*eks.UpdateNodegroupConfigOutput, error)
- func (m *MockEKS) UpdateNodegroupConfigRequest(arg0 *eks.UpdateNodegroupConfigInput) (*request.Request, *eks.UpdateNodegroupConfigOutput)
- func (m *MockEKS) UpdateNodegroupConfigWithContext(arg0 aws.Context, arg1 *eks.UpdateNodegroupConfigInput, arg2 ...request.Option) (*eks.UpdateNodegroupConfigOutput, error)
- func (m *MockEKS) UpdateNodegroupVersion(arg0 *eks.UpdateNodegroupVersionInput) (*eks.UpdateNodegroupVersionOutput, error)
- func (m *MockEKS) UpdateNodegroupVersionRequest(arg0 *eks.UpdateNodegroupVersionInput) (*request.Request, *eks.UpdateNodegroupVersionOutput)
- func (m *MockEKS) UpdateNodegroupVersionWithContext(arg0 aws.Context, arg1 *eks.UpdateNodegroupVersionInput, ...) (*eks.UpdateNodegroupVersionOutput, error)
- func (m *MockEKS) WaitUntilAddonActive(arg0 *eks.DescribeAddonInput) error
- func (m *MockEKS) WaitUntilAddonActiveWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonInput, arg2 ...request.WaiterOption) error
- func (m *MockEKS) WaitUntilAddonDeleted(arg0 *eks.DescribeAddonInput) error
- func (m *MockEKS) WaitUntilAddonDeletedWithContext(arg0 aws.Context, arg1 *eks.DescribeAddonInput, arg2 ...request.WaiterOption) error
- func (m *MockEKS) WaitUntilClusterActive(arg0 *eks.DescribeClusterInput) error
- func (m *MockEKS) WaitUntilClusterActiveWithContext(arg0 aws.Context, arg1 *eks.DescribeClusterInput, arg2 ...request.WaiterOption) error
- func (m *MockEKS) WaitUntilClusterDeleted(arg0 *eks.DescribeClusterInput) error
- func (m *MockEKS) WaitUntilClusterDeletedWithContext(arg0 aws.Context, arg1 *eks.DescribeClusterInput, arg2 ...request.WaiterOption) error
- func (m *MockEKS) WaitUntilFargateProfileActive(arg0 *eks.DescribeFargateProfileInput) error
- func (m *MockEKS) WaitUntilFargateProfileActiveWithContext(arg0 aws.Context, arg1 *eks.DescribeFargateProfileInput, ...) error
- func (m *MockEKS) WaitUntilFargateProfileDeleted(arg0 *eks.DescribeFargateProfileInput) error
- func (m *MockEKS) WaitUntilFargateProfileDeletedWithContext(arg0 aws.Context, arg1 *eks.DescribeFargateProfileInput, ...) error
- func (m *MockEKS) WaitUntilNodegroupActive(arg0 *eks.DescribeNodegroupInput) error
- func (m *MockEKS) WaitUntilNodegroupActiveWithContext(arg0 aws.Context, arg1 *eks.DescribeNodegroupInput, ...) error
- func (m *MockEKS) WaitUntilNodegroupDeleted(arg0 *eks.DescribeNodegroupInput) error
- func (m *MockEKS) WaitUntilNodegroupDeletedWithContext(arg0 aws.Context, arg1 *eks.DescribeNodegroupInput, ...) error
- type MockEKSMockRecorder
- func (mr *MockEKSMockRecorder) AssociateEncryptionConfig(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) AssociateEncryptionConfigRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) AssociateEncryptionConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) AssociateIdentityProviderConfig(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) AssociateIdentityProviderConfigRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) AssociateIdentityProviderConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateAddon(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateAddonRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateClusterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateFargateProfile(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateFargateProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateFargateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateNodegroup(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateNodegroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) CreateNodegroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteAddon(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteAddonRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteCluster(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteClusterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteFargateProfile(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteFargateProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteFargateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteNodegroup(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteNodegroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeleteNodegroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeregisterCluster(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeregisterClusterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DeregisterClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddon(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddonConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddonConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddonConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddonRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddonVersions(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddonVersionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddonVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddonVersionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddonVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeCluster(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeClusterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeFargateProfile(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeFargateProfileRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeFargateProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeIdentityProviderConfig(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeIdentityProviderConfigRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeIdentityProviderConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeNodegroup(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeNodegroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeNodegroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeUpdate(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeUpdateRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DescribeUpdateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DisassociateIdentityProviderConfig(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DisassociateIdentityProviderConfigRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) DisassociateIdentityProviderConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListAddons(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListAddonsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListAddonsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListAddonsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListAddonsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListClusters(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListClustersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListClustersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListClustersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListFargateProfiles(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListFargateProfilesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListFargateProfilesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListFargateProfilesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListFargateProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListIdentityProviderConfigs(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListIdentityProviderConfigsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListIdentityProviderConfigsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListIdentityProviderConfigsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListIdentityProviderConfigsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListNodegroups(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListNodegroupsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListNodegroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListNodegroupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListNodegroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListUpdates(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListUpdatesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListUpdatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListUpdatesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) ListUpdatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) RegisterCluster(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) RegisterClusterRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) RegisterClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateAddon(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateAddonRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateAddonWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateClusterConfig(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateClusterConfigRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateClusterConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateClusterVersion(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateClusterVersionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateClusterVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateNodegroupConfig(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateNodegroupConfigRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateNodegroupConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateNodegroupVersion(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateNodegroupVersionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) UpdateNodegroupVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilAddonActive(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilAddonActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilAddonDeleted(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilAddonDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilClusterActive(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilClusterActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilClusterDeleted(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilClusterDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilFargateProfileActive(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilFargateProfileActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilFargateProfileDeleted(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilFargateProfileDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilNodegroupActive(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilNodegroupActiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilNodegroupDeleted(arg0 interface{}) *gomock.Call
- func (mr *MockEKSMockRecorder) WaitUntilNodegroupDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockLattice
- func (m *MockLattice) BatchUpdateRule(arg0 *vpclattice.BatchUpdateRuleInput) (*vpclattice.BatchUpdateRuleOutput, error)
- func (m *MockLattice) BatchUpdateRuleRequest(arg0 *vpclattice.BatchUpdateRuleInput) (*request.Request, *vpclattice.BatchUpdateRuleOutput)
- func (m *MockLattice) BatchUpdateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.BatchUpdateRuleInput, ...) (*vpclattice.BatchUpdateRuleOutput, error)
- func (m *MockLattice) CreateAccessLogSubscription(arg0 *vpclattice.CreateAccessLogSubscriptionInput) (*vpclattice.CreateAccessLogSubscriptionOutput, error)
- func (m *MockLattice) CreateAccessLogSubscriptionRequest(arg0 *vpclattice.CreateAccessLogSubscriptionInput) (*request.Request, *vpclattice.CreateAccessLogSubscriptionOutput)
- func (m *MockLattice) CreateAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.CreateAccessLogSubscriptionInput, ...) (*vpclattice.CreateAccessLogSubscriptionOutput, error)
- func (m *MockLattice) CreateListener(arg0 *vpclattice.CreateListenerInput) (*vpclattice.CreateListenerOutput, error)
- func (m *MockLattice) CreateListenerRequest(arg0 *vpclattice.CreateListenerInput) (*request.Request, *vpclattice.CreateListenerOutput)
- func (m *MockLattice) CreateListenerWithContext(arg0 aws.Context, arg1 *vpclattice.CreateListenerInput, arg2 ...request.Option) (*vpclattice.CreateListenerOutput, error)
- func (m *MockLattice) CreateRule(arg0 *vpclattice.CreateRuleInput) (*vpclattice.CreateRuleOutput, error)
- func (m *MockLattice) CreateRuleRequest(arg0 *vpclattice.CreateRuleInput) (*request.Request, *vpclattice.CreateRuleOutput)
- func (m *MockLattice) CreateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.CreateRuleInput, arg2 ...request.Option) (*vpclattice.CreateRuleOutput, error)
- func (m *MockLattice) CreateService(arg0 *vpclattice.CreateServiceInput) (*vpclattice.CreateServiceOutput, error)
- func (m *MockLattice) CreateServiceNetwork(arg0 *vpclattice.CreateServiceNetworkInput) (*vpclattice.CreateServiceNetworkOutput, error)
- func (m *MockLattice) CreateServiceNetworkRequest(arg0 *vpclattice.CreateServiceNetworkInput) (*request.Request, *vpclattice.CreateServiceNetworkOutput)
- func (m *MockLattice) CreateServiceNetworkServiceAssociation(arg0 *vpclattice.CreateServiceNetworkServiceAssociationInput) (*vpclattice.CreateServiceNetworkServiceAssociationOutput, error)
- func (m *MockLattice) CreateServiceNetworkServiceAssociationRequest(arg0 *vpclattice.CreateServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.CreateServiceNetworkServiceAssociationOutput)
- func (m *MockLattice) CreateServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkServiceAssociationInput, ...) (*vpclattice.CreateServiceNetworkServiceAssociationOutput, error)
- func (m *MockLattice) CreateServiceNetworkVpcAssociation(arg0 *vpclattice.CreateServiceNetworkVpcAssociationInput) (*vpclattice.CreateServiceNetworkVpcAssociationOutput, error)
- func (m *MockLattice) CreateServiceNetworkVpcAssociationRequest(arg0 *vpclattice.CreateServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.CreateServiceNetworkVpcAssociationOutput)
- func (m *MockLattice) CreateServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkVpcAssociationInput, ...) (*vpclattice.CreateServiceNetworkVpcAssociationOutput, error)
- func (m *MockLattice) CreateServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkInput, ...) (*vpclattice.CreateServiceNetworkOutput, error)
- func (m *MockLattice) CreateServiceRequest(arg0 *vpclattice.CreateServiceInput) (*request.Request, *vpclattice.CreateServiceOutput)
- func (m *MockLattice) CreateServiceWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceInput, arg2 ...request.Option) (*vpclattice.CreateServiceOutput, error)
- func (m *MockLattice) CreateTargetGroup(arg0 *vpclattice.CreateTargetGroupInput) (*vpclattice.CreateTargetGroupOutput, error)
- func (m *MockLattice) CreateTargetGroupRequest(arg0 *vpclattice.CreateTargetGroupInput) (*request.Request, *vpclattice.CreateTargetGroupOutput)
- func (m *MockLattice) CreateTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.CreateTargetGroupInput, ...) (*vpclattice.CreateTargetGroupOutput, error)
- func (m *MockLattice) DeleteAccessLogSubscription(arg0 *vpclattice.DeleteAccessLogSubscriptionInput) (*vpclattice.DeleteAccessLogSubscriptionOutput, error)
- func (m *MockLattice) DeleteAccessLogSubscriptionRequest(arg0 *vpclattice.DeleteAccessLogSubscriptionInput) (*request.Request, *vpclattice.DeleteAccessLogSubscriptionOutput)
- func (m *MockLattice) DeleteAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteAccessLogSubscriptionInput, ...) (*vpclattice.DeleteAccessLogSubscriptionOutput, error)
- func (m *MockLattice) DeleteAuthPolicy(arg0 *vpclattice.DeleteAuthPolicyInput) (*vpclattice.DeleteAuthPolicyOutput, error)
- func (m *MockLattice) DeleteAuthPolicyRequest(arg0 *vpclattice.DeleteAuthPolicyInput) (*request.Request, *vpclattice.DeleteAuthPolicyOutput)
- func (m *MockLattice) DeleteAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteAuthPolicyInput, ...) (*vpclattice.DeleteAuthPolicyOutput, error)
- func (m *MockLattice) DeleteListener(arg0 *vpclattice.DeleteListenerInput) (*vpclattice.DeleteListenerOutput, error)
- func (m *MockLattice) DeleteListenerRequest(arg0 *vpclattice.DeleteListenerInput) (*request.Request, *vpclattice.DeleteListenerOutput)
- func (m *MockLattice) DeleteListenerWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteListenerInput, arg2 ...request.Option) (*vpclattice.DeleteListenerOutput, error)
- func (m *MockLattice) DeleteResourcePolicy(arg0 *vpclattice.DeleteResourcePolicyInput) (*vpclattice.DeleteResourcePolicyOutput, error)
- func (m *MockLattice) DeleteResourcePolicyRequest(arg0 *vpclattice.DeleteResourcePolicyInput) (*request.Request, *vpclattice.DeleteResourcePolicyOutput)
- func (m *MockLattice) DeleteResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteResourcePolicyInput, ...) (*vpclattice.DeleteResourcePolicyOutput, error)
- func (m *MockLattice) DeleteRule(arg0 *vpclattice.DeleteRuleInput) (*vpclattice.DeleteRuleOutput, error)
- func (m *MockLattice) DeleteRuleRequest(arg0 *vpclattice.DeleteRuleInput) (*request.Request, *vpclattice.DeleteRuleOutput)
- func (m *MockLattice) DeleteRuleWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteRuleInput, arg2 ...request.Option) (*vpclattice.DeleteRuleOutput, error)
- func (m *MockLattice) DeleteService(arg0 *vpclattice.DeleteServiceInput) (*vpclattice.DeleteServiceOutput, error)
- func (m *MockLattice) DeleteServiceNetwork(arg0 *vpclattice.DeleteServiceNetworkInput) (*vpclattice.DeleteServiceNetworkOutput, error)
- func (m *MockLattice) DeleteServiceNetworkRequest(arg0 *vpclattice.DeleteServiceNetworkInput) (*request.Request, *vpclattice.DeleteServiceNetworkOutput)
- func (m *MockLattice) DeleteServiceNetworkServiceAssociation(arg0 *vpclattice.DeleteServiceNetworkServiceAssociationInput) (*vpclattice.DeleteServiceNetworkServiceAssociationOutput, error)
- func (m *MockLattice) DeleteServiceNetworkServiceAssociationRequest(arg0 *vpclattice.DeleteServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.DeleteServiceNetworkServiceAssociationOutput)
- func (m *MockLattice) DeleteServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkServiceAssociationInput, ...) (*vpclattice.DeleteServiceNetworkServiceAssociationOutput, error)
- func (m *MockLattice) DeleteServiceNetworkVpcAssociation(arg0 *vpclattice.DeleteServiceNetworkVpcAssociationInput) (*vpclattice.DeleteServiceNetworkVpcAssociationOutput, error)
- func (m *MockLattice) DeleteServiceNetworkVpcAssociationRequest(arg0 *vpclattice.DeleteServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.DeleteServiceNetworkVpcAssociationOutput)
- func (m *MockLattice) DeleteServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkVpcAssociationInput, ...) (*vpclattice.DeleteServiceNetworkVpcAssociationOutput, error)
- func (m *MockLattice) DeleteServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkInput, ...) (*vpclattice.DeleteServiceNetworkOutput, error)
- func (m *MockLattice) DeleteServiceRequest(arg0 *vpclattice.DeleteServiceInput) (*request.Request, *vpclattice.DeleteServiceOutput)
- func (m *MockLattice) DeleteServiceWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceInput, arg2 ...request.Option) (*vpclattice.DeleteServiceOutput, error)
- func (m *MockLattice) DeleteTargetGroup(arg0 *vpclattice.DeleteTargetGroupInput) (*vpclattice.DeleteTargetGroupOutput, error)
- func (m *MockLattice) DeleteTargetGroupRequest(arg0 *vpclattice.DeleteTargetGroupInput) (*request.Request, *vpclattice.DeleteTargetGroupOutput)
- func (m *MockLattice) DeleteTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteTargetGroupInput, ...) (*vpclattice.DeleteTargetGroupOutput, error)
- func (m *MockLattice) DeregisterTargets(arg0 *vpclattice.DeregisterTargetsInput) (*vpclattice.DeregisterTargetsOutput, error)
- func (m *MockLattice) DeregisterTargetsRequest(arg0 *vpclattice.DeregisterTargetsInput) (*request.Request, *vpclattice.DeregisterTargetsOutput)
- func (m *MockLattice) DeregisterTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.DeregisterTargetsInput, ...) (*vpclattice.DeregisterTargetsOutput, error)
- func (m *MockLattice) EXPECT() *MockLatticeMockRecorder
- func (m *MockLattice) GetAccessLogSubscription(arg0 *vpclattice.GetAccessLogSubscriptionInput) (*vpclattice.GetAccessLogSubscriptionOutput, error)
- func (m *MockLattice) GetAccessLogSubscriptionRequest(arg0 *vpclattice.GetAccessLogSubscriptionInput) (*request.Request, *vpclattice.GetAccessLogSubscriptionOutput)
- func (m *MockLattice) GetAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.GetAccessLogSubscriptionInput, ...) (*vpclattice.GetAccessLogSubscriptionOutput, error)
- func (m *MockLattice) GetAuthPolicy(arg0 *vpclattice.GetAuthPolicyInput) (*vpclattice.GetAuthPolicyOutput, error)
- func (m *MockLattice) GetAuthPolicyRequest(arg0 *vpclattice.GetAuthPolicyInput) (*request.Request, *vpclattice.GetAuthPolicyOutput)
- func (m *MockLattice) GetAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.GetAuthPolicyInput, arg2 ...request.Option) (*vpclattice.GetAuthPolicyOutput, error)
- func (m *MockLattice) GetListener(arg0 *vpclattice.GetListenerInput) (*vpclattice.GetListenerOutput, error)
- func (m *MockLattice) GetListenerRequest(arg0 *vpclattice.GetListenerInput) (*request.Request, *vpclattice.GetListenerOutput)
- func (m *MockLattice) GetListenerWithContext(arg0 aws.Context, arg1 *vpclattice.GetListenerInput, arg2 ...request.Option) (*vpclattice.GetListenerOutput, error)
- func (m *MockLattice) GetResourcePolicy(arg0 *vpclattice.GetResourcePolicyInput) (*vpclattice.GetResourcePolicyOutput, error)
- func (m *MockLattice) GetResourcePolicyRequest(arg0 *vpclattice.GetResourcePolicyInput) (*request.Request, *vpclattice.GetResourcePolicyOutput)
- func (m *MockLattice) GetResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.GetResourcePolicyInput, ...) (*vpclattice.GetResourcePolicyOutput, error)
- func (m *MockLattice) GetRule(arg0 *vpclattice.GetRuleInput) (*vpclattice.GetRuleOutput, error)
- func (m *MockLattice) GetRuleRequest(arg0 *vpclattice.GetRuleInput) (*request.Request, *vpclattice.GetRuleOutput)
- func (m *MockLattice) GetRuleWithContext(arg0 aws.Context, arg1 *vpclattice.GetRuleInput, arg2 ...request.Option) (*vpclattice.GetRuleOutput, error)
- func (m *MockLattice) GetService(arg0 *vpclattice.GetServiceInput) (*vpclattice.GetServiceOutput, error)
- func (m *MockLattice) GetServiceNetwork(arg0 *vpclattice.GetServiceNetworkInput) (*vpclattice.GetServiceNetworkOutput, error)
- func (m *MockLattice) GetServiceNetworkRequest(arg0 *vpclattice.GetServiceNetworkInput) (*request.Request, *vpclattice.GetServiceNetworkOutput)
- func (m *MockLattice) GetServiceNetworkServiceAssociation(arg0 *vpclattice.GetServiceNetworkServiceAssociationInput) (*vpclattice.GetServiceNetworkServiceAssociationOutput, error)
- func (m *MockLattice) GetServiceNetworkServiceAssociationRequest(arg0 *vpclattice.GetServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.GetServiceNetworkServiceAssociationOutput)
- func (m *MockLattice) GetServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkServiceAssociationInput, ...) (*vpclattice.GetServiceNetworkServiceAssociationOutput, error)
- func (m *MockLattice) GetServiceNetworkVpcAssociation(arg0 *vpclattice.GetServiceNetworkVpcAssociationInput) (*vpclattice.GetServiceNetworkVpcAssociationOutput, error)
- func (m *MockLattice) GetServiceNetworkVpcAssociationRequest(arg0 *vpclattice.GetServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.GetServiceNetworkVpcAssociationOutput)
- func (m *MockLattice) GetServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkVpcAssociationInput, ...) (*vpclattice.GetServiceNetworkVpcAssociationOutput, error)
- func (m *MockLattice) GetServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkInput, ...) (*vpclattice.GetServiceNetworkOutput, error)
- func (m *MockLattice) GetServiceRequest(arg0 *vpclattice.GetServiceInput) (*request.Request, *vpclattice.GetServiceOutput)
- func (m *MockLattice) GetServiceWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceInput, arg2 ...request.Option) (*vpclattice.GetServiceOutput, error)
- func (m *MockLattice) GetTargetGroup(arg0 *vpclattice.GetTargetGroupInput) (*vpclattice.GetTargetGroupOutput, error)
- func (m *MockLattice) GetTargetGroupRequest(arg0 *vpclattice.GetTargetGroupInput) (*request.Request, *vpclattice.GetTargetGroupOutput)
- func (m *MockLattice) GetTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.GetTargetGroupInput, arg2 ...request.Option) (*vpclattice.GetTargetGroupOutput, error)
- func (m *MockLattice) ListAccessLogSubscriptions(arg0 *vpclattice.ListAccessLogSubscriptionsInput) (*vpclattice.ListAccessLogSubscriptionsOutput, error)
- func (m *MockLattice) ListAccessLogSubscriptionsRequest(arg0 *vpclattice.ListAccessLogSubscriptionsInput) (*request.Request, *vpclattice.ListAccessLogSubscriptionsOutput)
- func (m *MockLattice) ListAccessLogSubscriptionsWithContext(arg0 aws.Context, arg1 *vpclattice.ListAccessLogSubscriptionsInput, ...) (*vpclattice.ListAccessLogSubscriptionsOutput, error)
- func (m *MockLattice) ListListeners(arg0 *vpclattice.ListListenersInput) (*vpclattice.ListListenersOutput, error)
- func (m *MockLattice) ListListenersRequest(arg0 *vpclattice.ListListenersInput) (*request.Request, *vpclattice.ListListenersOutput)
- func (m *MockLattice) ListListenersWithContext(arg0 aws.Context, arg1 *vpclattice.ListListenersInput, arg2 ...request.Option) (*vpclattice.ListListenersOutput, error)
- func (m *MockLattice) ListRules(arg0 *vpclattice.ListRulesInput) (*vpclattice.ListRulesOutput, error)
- func (m *MockLattice) ListRulesRequest(arg0 *vpclattice.ListRulesInput) (*request.Request, *vpclattice.ListRulesOutput)
- func (m *MockLattice) ListRulesWithContext(arg0 aws.Context, arg1 *vpclattice.ListRulesInput, arg2 ...request.Option) (*vpclattice.ListRulesOutput, error)
- func (m *MockLattice) ListServiceNetworkServiceAssociations(arg0 *vpclattice.ListServiceNetworkServiceAssociationsInput) (*vpclattice.ListServiceNetworkServiceAssociationsOutput, error)
- func (m *MockLattice) ListServiceNetworkServiceAssociationsAsList(ctx context.Context, ...) ([]*vpclattice.ServiceNetworkServiceAssociationSummary, error)
- func (m *MockLattice) ListServiceNetworkServiceAssociationsRequest(arg0 *vpclattice.ListServiceNetworkServiceAssociationsInput) (*request.Request, *vpclattice.ListServiceNetworkServiceAssociationsOutput)
- func (m *MockLattice) ListServiceNetworkServiceAssociationsWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworkServiceAssociationsInput, ...) (*vpclattice.ListServiceNetworkServiceAssociationsOutput, error)
- func (m *MockLattice) ListServiceNetworkVpcAssociations(arg0 *vpclattice.ListServiceNetworkVpcAssociationsInput) (*vpclattice.ListServiceNetworkVpcAssociationsOutput, error)
- func (m *MockLattice) ListServiceNetworkVpcAssociationsAsList(ctx context.Context, input *vpclattice.ListServiceNetworkVpcAssociationsInput) ([]*vpclattice.ServiceNetworkVpcAssociationSummary, error)
- func (m *MockLattice) ListServiceNetworkVpcAssociationsRequest(arg0 *vpclattice.ListServiceNetworkVpcAssociationsInput) (*request.Request, *vpclattice.ListServiceNetworkVpcAssociationsOutput)
- func (m *MockLattice) ListServiceNetworkVpcAssociationsWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworkVpcAssociationsInput, ...) (*vpclattice.ListServiceNetworkVpcAssociationsOutput, error)
- func (m *MockLattice) ListServiceNetworks(arg0 *vpclattice.ListServiceNetworksInput) (*vpclattice.ListServiceNetworksOutput, error)
- func (m *MockLattice) ListServiceNetworksAsList(ctx context.Context, input *vpclattice.ListServiceNetworksInput) ([]*vpclattice.ServiceNetworkSummary, error)
- func (m *MockLattice) ListServiceNetworksRequest(arg0 *vpclattice.ListServiceNetworksInput) (*request.Request, *vpclattice.ListServiceNetworksOutput)
- func (m *MockLattice) ListServiceNetworksWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworksInput, ...) (*vpclattice.ListServiceNetworksOutput, error)
- func (m *MockLattice) ListServices(arg0 *vpclattice.ListServicesInput) (*vpclattice.ListServicesOutput, error)
- func (m *MockLattice) ListServicesAsList(ctx context.Context, input *vpclattice.ListServicesInput) ([]*vpclattice.ServiceSummary, error)
- func (m *MockLattice) ListServicesRequest(arg0 *vpclattice.ListServicesInput) (*request.Request, *vpclattice.ListServicesOutput)
- func (m *MockLattice) ListServicesWithContext(arg0 aws.Context, arg1 *vpclattice.ListServicesInput, arg2 ...request.Option) (*vpclattice.ListServicesOutput, error)
- func (m *MockLattice) ListTagsForResource(arg0 *vpclattice.ListTagsForResourceInput) (*vpclattice.ListTagsForResourceOutput, error)
- func (m *MockLattice) ListTagsForResourceRequest(arg0 *vpclattice.ListTagsForResourceInput) (*request.Request, *vpclattice.ListTagsForResourceOutput)
- func (m *MockLattice) ListTagsForResourceWithContext(arg0 aws.Context, arg1 *vpclattice.ListTagsForResourceInput, ...) (*vpclattice.ListTagsForResourceOutput, error)
- func (m *MockLattice) ListTargetGroups(arg0 *vpclattice.ListTargetGroupsInput) (*vpclattice.ListTargetGroupsOutput, error)
- func (m *MockLattice) ListTargetGroupsAsList(ctx context.Context, input *vpclattice.ListTargetGroupsInput) ([]*vpclattice.TargetGroupSummary, error)
- func (m *MockLattice) ListTargetGroupsRequest(arg0 *vpclattice.ListTargetGroupsInput) (*request.Request, *vpclattice.ListTargetGroupsOutput)
- func (m *MockLattice) ListTargetGroupsWithContext(arg0 aws.Context, arg1 *vpclattice.ListTargetGroupsInput, ...) (*vpclattice.ListTargetGroupsOutput, error)
- func (m *MockLattice) ListTargets(arg0 *vpclattice.ListTargetsInput) (*vpclattice.ListTargetsOutput, error)
- func (m *MockLattice) ListTargetsAsList(ctx context.Context, input *vpclattice.ListTargetsInput) ([]*vpclattice.TargetSummary, error)
- func (m *MockLattice) ListTargetsRequest(arg0 *vpclattice.ListTargetsInput) (*request.Request, *vpclattice.ListTargetsOutput)
- func (m *MockLattice) ListTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.ListTargetsInput, arg2 ...request.Option) (*vpclattice.ListTargetsOutput, error)
- func (m *MockLattice) PutAuthPolicy(arg0 *vpclattice.PutAuthPolicyInput) (*vpclattice.PutAuthPolicyOutput, error)
- func (m *MockLattice) PutAuthPolicyRequest(arg0 *vpclattice.PutAuthPolicyInput) (*request.Request, *vpclattice.PutAuthPolicyOutput)
- func (m *MockLattice) PutAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.PutAuthPolicyInput, arg2 ...request.Option) (*vpclattice.PutAuthPolicyOutput, error)
- func (m *MockLattice) PutResourcePolicy(arg0 *vpclattice.PutResourcePolicyInput) (*vpclattice.PutResourcePolicyOutput, error)
- func (m *MockLattice) PutResourcePolicyRequest(arg0 *vpclattice.PutResourcePolicyInput) (*request.Request, *vpclattice.PutResourcePolicyOutput)
- func (m *MockLattice) PutResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.PutResourcePolicyInput, ...) (*vpclattice.PutResourcePolicyOutput, error)
- func (m *MockLattice) RegisterTargets(arg0 *vpclattice.RegisterTargetsInput) (*vpclattice.RegisterTargetsOutput, error)
- func (m *MockLattice) RegisterTargetsRequest(arg0 *vpclattice.RegisterTargetsInput) (*request.Request, *vpclattice.RegisterTargetsOutput)
- func (m *MockLattice) RegisterTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.RegisterTargetsInput, ...) (*vpclattice.RegisterTargetsOutput, error)
- func (m *MockLattice) TagResource(arg0 *vpclattice.TagResourceInput) (*vpclattice.TagResourceOutput, error)
- func (m *MockLattice) TagResourceRequest(arg0 *vpclattice.TagResourceInput) (*request.Request, *vpclattice.TagResourceOutput)
- func (m *MockLattice) TagResourceWithContext(arg0 aws.Context, arg1 *vpclattice.TagResourceInput, arg2 ...request.Option) (*vpclattice.TagResourceOutput, error)
- func (m *MockLattice) UntagResource(arg0 *vpclattice.UntagResourceInput) (*vpclattice.UntagResourceOutput, error)
- func (m *MockLattice) UntagResourceRequest(arg0 *vpclattice.UntagResourceInput) (*request.Request, *vpclattice.UntagResourceOutput)
- func (m *MockLattice) UntagResourceWithContext(arg0 aws.Context, arg1 *vpclattice.UntagResourceInput, arg2 ...request.Option) (*vpclattice.UntagResourceOutput, error)
- func (m *MockLattice) UpdateAccessLogSubscription(arg0 *vpclattice.UpdateAccessLogSubscriptionInput) (*vpclattice.UpdateAccessLogSubscriptionOutput, error)
- func (m *MockLattice) UpdateAccessLogSubscriptionRequest(arg0 *vpclattice.UpdateAccessLogSubscriptionInput) (*request.Request, *vpclattice.UpdateAccessLogSubscriptionOutput)
- func (m *MockLattice) UpdateAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateAccessLogSubscriptionInput, ...) (*vpclattice.UpdateAccessLogSubscriptionOutput, error)
- func (m *MockLattice) UpdateListener(arg0 *vpclattice.UpdateListenerInput) (*vpclattice.UpdateListenerOutput, error)
- func (m *MockLattice) UpdateListenerRequest(arg0 *vpclattice.UpdateListenerInput) (*request.Request, *vpclattice.UpdateListenerOutput)
- func (m *MockLattice) UpdateListenerWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateListenerInput, arg2 ...request.Option) (*vpclattice.UpdateListenerOutput, error)
- func (m *MockLattice) UpdateRule(arg0 *vpclattice.UpdateRuleInput) (*vpclattice.UpdateRuleOutput, error)
- func (m *MockLattice) UpdateRuleRequest(arg0 *vpclattice.UpdateRuleInput) (*request.Request, *vpclattice.UpdateRuleOutput)
- func (m *MockLattice) UpdateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateRuleInput, arg2 ...request.Option) (*vpclattice.UpdateRuleOutput, error)
- func (m *MockLattice) UpdateService(arg0 *vpclattice.UpdateServiceInput) (*vpclattice.UpdateServiceOutput, error)
- func (m *MockLattice) UpdateServiceNetwork(arg0 *vpclattice.UpdateServiceNetworkInput) (*vpclattice.UpdateServiceNetworkOutput, error)
- func (m *MockLattice) UpdateServiceNetworkRequest(arg0 *vpclattice.UpdateServiceNetworkInput) (*request.Request, *vpclattice.UpdateServiceNetworkOutput)
- func (m *MockLattice) UpdateServiceNetworkVpcAssociation(arg0 *vpclattice.UpdateServiceNetworkVpcAssociationInput) (*vpclattice.UpdateServiceNetworkVpcAssociationOutput, error)
- func (m *MockLattice) UpdateServiceNetworkVpcAssociationRequest(arg0 *vpclattice.UpdateServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.UpdateServiceNetworkVpcAssociationOutput)
- func (m *MockLattice) UpdateServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceNetworkVpcAssociationInput, ...) (*vpclattice.UpdateServiceNetworkVpcAssociationOutput, error)
- func (m *MockLattice) UpdateServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceNetworkInput, ...) (*vpclattice.UpdateServiceNetworkOutput, error)
- func (m *MockLattice) UpdateServiceRequest(arg0 *vpclattice.UpdateServiceInput) (*request.Request, *vpclattice.UpdateServiceOutput)
- func (m *MockLattice) UpdateServiceWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceInput, arg2 ...request.Option) (*vpclattice.UpdateServiceOutput, error)
- func (m *MockLattice) UpdateTargetGroup(arg0 *vpclattice.UpdateTargetGroupInput) (*vpclattice.UpdateTargetGroupOutput, error)
- func (m *MockLattice) UpdateTargetGroupRequest(arg0 *vpclattice.UpdateTargetGroupInput) (*request.Request, *vpclattice.UpdateTargetGroupOutput)
- func (m *MockLattice) UpdateTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateTargetGroupInput, ...) (*vpclattice.UpdateTargetGroupOutput, error)
- type MockLatticeMockRecorder
- func (mr *MockLatticeMockRecorder) BatchUpdateRule(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) BatchUpdateRuleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) BatchUpdateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateAccessLogSubscription(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateListener(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateListenerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateRule(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateRuleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateService(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceNetworkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateTargetGroup(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateTargetGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) CreateTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteAccessLogSubscription(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteAuthPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteAuthPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteListener(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteListenerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteResourcePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteResourcePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteRule(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteRuleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteService(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceNetworkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteTargetGroup(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteTargetGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeleteTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeregisterTargets(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeregisterTargetsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) DeregisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetAccessLogSubscription(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetAuthPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetAuthPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetListener(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetListenerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetResourcePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetResourcePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetRule(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetRuleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetService(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceNetworkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetTargetGroup(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetTargetGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) GetTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListAccessLogSubscriptions(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListAccessLogSubscriptionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListAccessLogSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListListeners(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListListenersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListRules(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListRulesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworkServiceAssociations(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworkServiceAssociationsAsList(ctx, input interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworkServiceAssociationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworkServiceAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworkVpcAssociations(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworkVpcAssociationsAsList(ctx, input interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworkVpcAssociationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworkVpcAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworks(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworksAsList(ctx, input interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworksRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServiceNetworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServices(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServicesAsList(ctx, input interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServicesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTargetGroups(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTargetGroupsAsList(ctx, input interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTargetGroupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTargetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTargets(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTargetsAsList(ctx, input interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTargetsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) ListTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) PutAuthPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) PutAuthPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) PutAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) PutResourcePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) PutResourcePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) PutResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) RegisterTargets(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) RegisterTargetsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) RegisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateAccessLogSubscription(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateListener(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateListenerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateRule(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateRuleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateService(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateServiceNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateServiceNetworkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateTargetGroup(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateTargetGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLatticeMockRecorder) UpdateTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockVpcLatticeAPI
- func (m *MockVpcLatticeAPI) BatchUpdateRule(arg0 *vpclattice.BatchUpdateRuleInput) (*vpclattice.BatchUpdateRuleOutput, error)
- func (m *MockVpcLatticeAPI) BatchUpdateRuleRequest(arg0 *vpclattice.BatchUpdateRuleInput) (*request.Request, *vpclattice.BatchUpdateRuleOutput)
- func (m *MockVpcLatticeAPI) BatchUpdateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.BatchUpdateRuleInput, ...) (*vpclattice.BatchUpdateRuleOutput, error)
- func (m *MockVpcLatticeAPI) CreateAccessLogSubscription(arg0 *vpclattice.CreateAccessLogSubscriptionInput) (*vpclattice.CreateAccessLogSubscriptionOutput, error)
- func (m *MockVpcLatticeAPI) CreateAccessLogSubscriptionRequest(arg0 *vpclattice.CreateAccessLogSubscriptionInput) (*request.Request, *vpclattice.CreateAccessLogSubscriptionOutput)
- func (m *MockVpcLatticeAPI) CreateAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.CreateAccessLogSubscriptionInput, ...) (*vpclattice.CreateAccessLogSubscriptionOutput, error)
- func (m *MockVpcLatticeAPI) CreateListener(arg0 *vpclattice.CreateListenerInput) (*vpclattice.CreateListenerOutput, error)
- func (m *MockVpcLatticeAPI) CreateListenerRequest(arg0 *vpclattice.CreateListenerInput) (*request.Request, *vpclattice.CreateListenerOutput)
- func (m *MockVpcLatticeAPI) CreateListenerWithContext(arg0 aws.Context, arg1 *vpclattice.CreateListenerInput, arg2 ...request.Option) (*vpclattice.CreateListenerOutput, error)
- func (m *MockVpcLatticeAPI) CreateRule(arg0 *vpclattice.CreateRuleInput) (*vpclattice.CreateRuleOutput, error)
- func (m *MockVpcLatticeAPI) CreateRuleRequest(arg0 *vpclattice.CreateRuleInput) (*request.Request, *vpclattice.CreateRuleOutput)
- func (m *MockVpcLatticeAPI) CreateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.CreateRuleInput, arg2 ...request.Option) (*vpclattice.CreateRuleOutput, error)
- func (m *MockVpcLatticeAPI) CreateService(arg0 *vpclattice.CreateServiceInput) (*vpclattice.CreateServiceOutput, error)
- func (m *MockVpcLatticeAPI) CreateServiceNetwork(arg0 *vpclattice.CreateServiceNetworkInput) (*vpclattice.CreateServiceNetworkOutput, error)
- func (m *MockVpcLatticeAPI) CreateServiceNetworkRequest(arg0 *vpclattice.CreateServiceNetworkInput) (*request.Request, *vpclattice.CreateServiceNetworkOutput)
- func (m *MockVpcLatticeAPI) CreateServiceNetworkServiceAssociation(arg0 *vpclattice.CreateServiceNetworkServiceAssociationInput) (*vpclattice.CreateServiceNetworkServiceAssociationOutput, error)
- func (m *MockVpcLatticeAPI) CreateServiceNetworkServiceAssociationRequest(arg0 *vpclattice.CreateServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.CreateServiceNetworkServiceAssociationOutput)
- func (m *MockVpcLatticeAPI) CreateServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkServiceAssociationInput, ...) (*vpclattice.CreateServiceNetworkServiceAssociationOutput, error)
- func (m *MockVpcLatticeAPI) CreateServiceNetworkVpcAssociation(arg0 *vpclattice.CreateServiceNetworkVpcAssociationInput) (*vpclattice.CreateServiceNetworkVpcAssociationOutput, error)
- func (m *MockVpcLatticeAPI) CreateServiceNetworkVpcAssociationRequest(arg0 *vpclattice.CreateServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.CreateServiceNetworkVpcAssociationOutput)
- func (m *MockVpcLatticeAPI) CreateServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkVpcAssociationInput, ...) (*vpclattice.CreateServiceNetworkVpcAssociationOutput, error)
- func (m *MockVpcLatticeAPI) CreateServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkInput, ...) (*vpclattice.CreateServiceNetworkOutput, error)
- func (m *MockVpcLatticeAPI) CreateServiceRequest(arg0 *vpclattice.CreateServiceInput) (*request.Request, *vpclattice.CreateServiceOutput)
- func (m *MockVpcLatticeAPI) CreateServiceWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceInput, arg2 ...request.Option) (*vpclattice.CreateServiceOutput, error)
- func (m *MockVpcLatticeAPI) CreateTargetGroup(arg0 *vpclattice.CreateTargetGroupInput) (*vpclattice.CreateTargetGroupOutput, error)
- func (m *MockVpcLatticeAPI) CreateTargetGroupRequest(arg0 *vpclattice.CreateTargetGroupInput) (*request.Request, *vpclattice.CreateTargetGroupOutput)
- func (m *MockVpcLatticeAPI) CreateTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.CreateTargetGroupInput, ...) (*vpclattice.CreateTargetGroupOutput, error)
- func (m *MockVpcLatticeAPI) DeleteAccessLogSubscription(arg0 *vpclattice.DeleteAccessLogSubscriptionInput) (*vpclattice.DeleteAccessLogSubscriptionOutput, error)
- func (m *MockVpcLatticeAPI) DeleteAccessLogSubscriptionRequest(arg0 *vpclattice.DeleteAccessLogSubscriptionInput) (*request.Request, *vpclattice.DeleteAccessLogSubscriptionOutput)
- func (m *MockVpcLatticeAPI) DeleteAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteAccessLogSubscriptionInput, ...) (*vpclattice.DeleteAccessLogSubscriptionOutput, error)
- func (m *MockVpcLatticeAPI) DeleteAuthPolicy(arg0 *vpclattice.DeleteAuthPolicyInput) (*vpclattice.DeleteAuthPolicyOutput, error)
- func (m *MockVpcLatticeAPI) DeleteAuthPolicyRequest(arg0 *vpclattice.DeleteAuthPolicyInput) (*request.Request, *vpclattice.DeleteAuthPolicyOutput)
- func (m *MockVpcLatticeAPI) DeleteAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteAuthPolicyInput, ...) (*vpclattice.DeleteAuthPolicyOutput, error)
- func (m *MockVpcLatticeAPI) DeleteListener(arg0 *vpclattice.DeleteListenerInput) (*vpclattice.DeleteListenerOutput, error)
- func (m *MockVpcLatticeAPI) DeleteListenerRequest(arg0 *vpclattice.DeleteListenerInput) (*request.Request, *vpclattice.DeleteListenerOutput)
- func (m *MockVpcLatticeAPI) DeleteListenerWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteListenerInput, arg2 ...request.Option) (*vpclattice.DeleteListenerOutput, error)
- func (m *MockVpcLatticeAPI) DeleteResourcePolicy(arg0 *vpclattice.DeleteResourcePolicyInput) (*vpclattice.DeleteResourcePolicyOutput, error)
- func (m *MockVpcLatticeAPI) DeleteResourcePolicyRequest(arg0 *vpclattice.DeleteResourcePolicyInput) (*request.Request, *vpclattice.DeleteResourcePolicyOutput)
- func (m *MockVpcLatticeAPI) DeleteResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteResourcePolicyInput, ...) (*vpclattice.DeleteResourcePolicyOutput, error)
- func (m *MockVpcLatticeAPI) DeleteRule(arg0 *vpclattice.DeleteRuleInput) (*vpclattice.DeleteRuleOutput, error)
- func (m *MockVpcLatticeAPI) DeleteRuleRequest(arg0 *vpclattice.DeleteRuleInput) (*request.Request, *vpclattice.DeleteRuleOutput)
- func (m *MockVpcLatticeAPI) DeleteRuleWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteRuleInput, arg2 ...request.Option) (*vpclattice.DeleteRuleOutput, error)
- func (m *MockVpcLatticeAPI) DeleteService(arg0 *vpclattice.DeleteServiceInput) (*vpclattice.DeleteServiceOutput, error)
- func (m *MockVpcLatticeAPI) DeleteServiceNetwork(arg0 *vpclattice.DeleteServiceNetworkInput) (*vpclattice.DeleteServiceNetworkOutput, error)
- func (m *MockVpcLatticeAPI) DeleteServiceNetworkRequest(arg0 *vpclattice.DeleteServiceNetworkInput) (*request.Request, *vpclattice.DeleteServiceNetworkOutput)
- func (m *MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociation(arg0 *vpclattice.DeleteServiceNetworkServiceAssociationInput) (*vpclattice.DeleteServiceNetworkServiceAssociationOutput, error)
- func (m *MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociationRequest(arg0 *vpclattice.DeleteServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.DeleteServiceNetworkServiceAssociationOutput)
- func (m *MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkServiceAssociationInput, ...) (*vpclattice.DeleteServiceNetworkServiceAssociationOutput, error)
- func (m *MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociation(arg0 *vpclattice.DeleteServiceNetworkVpcAssociationInput) (*vpclattice.DeleteServiceNetworkVpcAssociationOutput, error)
- func (m *MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociationRequest(arg0 *vpclattice.DeleteServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.DeleteServiceNetworkVpcAssociationOutput)
- func (m *MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkVpcAssociationInput, ...) (*vpclattice.DeleteServiceNetworkVpcAssociationOutput, error)
- func (m *MockVpcLatticeAPI) DeleteServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkInput, ...) (*vpclattice.DeleteServiceNetworkOutput, error)
- func (m *MockVpcLatticeAPI) DeleteServiceRequest(arg0 *vpclattice.DeleteServiceInput) (*request.Request, *vpclattice.DeleteServiceOutput)
- func (m *MockVpcLatticeAPI) DeleteServiceWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceInput, arg2 ...request.Option) (*vpclattice.DeleteServiceOutput, error)
- func (m *MockVpcLatticeAPI) DeleteTargetGroup(arg0 *vpclattice.DeleteTargetGroupInput) (*vpclattice.DeleteTargetGroupOutput, error)
- func (m *MockVpcLatticeAPI) DeleteTargetGroupRequest(arg0 *vpclattice.DeleteTargetGroupInput) (*request.Request, *vpclattice.DeleteTargetGroupOutput)
- func (m *MockVpcLatticeAPI) DeleteTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteTargetGroupInput, ...) (*vpclattice.DeleteTargetGroupOutput, error)
- func (m *MockVpcLatticeAPI) DeregisterTargets(arg0 *vpclattice.DeregisterTargetsInput) (*vpclattice.DeregisterTargetsOutput, error)
- func (m *MockVpcLatticeAPI) DeregisterTargetsRequest(arg0 *vpclattice.DeregisterTargetsInput) (*request.Request, *vpclattice.DeregisterTargetsOutput)
- func (m *MockVpcLatticeAPI) DeregisterTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.DeregisterTargetsInput, ...) (*vpclattice.DeregisterTargetsOutput, error)
- func (m *MockVpcLatticeAPI) EXPECT() *MockVpcLatticeAPIMockRecorder
- func (m *MockVpcLatticeAPI) GetAccessLogSubscription(arg0 *vpclattice.GetAccessLogSubscriptionInput) (*vpclattice.GetAccessLogSubscriptionOutput, error)
- func (m *MockVpcLatticeAPI) GetAccessLogSubscriptionRequest(arg0 *vpclattice.GetAccessLogSubscriptionInput) (*request.Request, *vpclattice.GetAccessLogSubscriptionOutput)
- func (m *MockVpcLatticeAPI) GetAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.GetAccessLogSubscriptionInput, ...) (*vpclattice.GetAccessLogSubscriptionOutput, error)
- func (m *MockVpcLatticeAPI) GetAuthPolicy(arg0 *vpclattice.GetAuthPolicyInput) (*vpclattice.GetAuthPolicyOutput, error)
- func (m *MockVpcLatticeAPI) GetAuthPolicyRequest(arg0 *vpclattice.GetAuthPolicyInput) (*request.Request, *vpclattice.GetAuthPolicyOutput)
- func (m *MockVpcLatticeAPI) GetAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.GetAuthPolicyInput, arg2 ...request.Option) (*vpclattice.GetAuthPolicyOutput, error)
- func (m *MockVpcLatticeAPI) GetListener(arg0 *vpclattice.GetListenerInput) (*vpclattice.GetListenerOutput, error)
- func (m *MockVpcLatticeAPI) GetListenerRequest(arg0 *vpclattice.GetListenerInput) (*request.Request, *vpclattice.GetListenerOutput)
- func (m *MockVpcLatticeAPI) GetListenerWithContext(arg0 aws.Context, arg1 *vpclattice.GetListenerInput, arg2 ...request.Option) (*vpclattice.GetListenerOutput, error)
- func (m *MockVpcLatticeAPI) GetResourcePolicy(arg0 *vpclattice.GetResourcePolicyInput) (*vpclattice.GetResourcePolicyOutput, error)
- func (m *MockVpcLatticeAPI) GetResourcePolicyRequest(arg0 *vpclattice.GetResourcePolicyInput) (*request.Request, *vpclattice.GetResourcePolicyOutput)
- func (m *MockVpcLatticeAPI) GetResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.GetResourcePolicyInput, ...) (*vpclattice.GetResourcePolicyOutput, error)
- func (m *MockVpcLatticeAPI) GetRule(arg0 *vpclattice.GetRuleInput) (*vpclattice.GetRuleOutput, error)
- func (m *MockVpcLatticeAPI) GetRuleRequest(arg0 *vpclattice.GetRuleInput) (*request.Request, *vpclattice.GetRuleOutput)
- func (m *MockVpcLatticeAPI) GetRuleWithContext(arg0 aws.Context, arg1 *vpclattice.GetRuleInput, arg2 ...request.Option) (*vpclattice.GetRuleOutput, error)
- func (m *MockVpcLatticeAPI) GetService(arg0 *vpclattice.GetServiceInput) (*vpclattice.GetServiceOutput, error)
- func (m *MockVpcLatticeAPI) GetServiceNetwork(arg0 *vpclattice.GetServiceNetworkInput) (*vpclattice.GetServiceNetworkOutput, error)
- func (m *MockVpcLatticeAPI) GetServiceNetworkRequest(arg0 *vpclattice.GetServiceNetworkInput) (*request.Request, *vpclattice.GetServiceNetworkOutput)
- func (m *MockVpcLatticeAPI) GetServiceNetworkServiceAssociation(arg0 *vpclattice.GetServiceNetworkServiceAssociationInput) (*vpclattice.GetServiceNetworkServiceAssociationOutput, error)
- func (m *MockVpcLatticeAPI) GetServiceNetworkServiceAssociationRequest(arg0 *vpclattice.GetServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.GetServiceNetworkServiceAssociationOutput)
- func (m *MockVpcLatticeAPI) GetServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkServiceAssociationInput, ...) (*vpclattice.GetServiceNetworkServiceAssociationOutput, error)
- func (m *MockVpcLatticeAPI) GetServiceNetworkVpcAssociation(arg0 *vpclattice.GetServiceNetworkVpcAssociationInput) (*vpclattice.GetServiceNetworkVpcAssociationOutput, error)
- func (m *MockVpcLatticeAPI) GetServiceNetworkVpcAssociationRequest(arg0 *vpclattice.GetServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.GetServiceNetworkVpcAssociationOutput)
- func (m *MockVpcLatticeAPI) GetServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkVpcAssociationInput, ...) (*vpclattice.GetServiceNetworkVpcAssociationOutput, error)
- func (m *MockVpcLatticeAPI) GetServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkInput, ...) (*vpclattice.GetServiceNetworkOutput, error)
- func (m *MockVpcLatticeAPI) GetServiceRequest(arg0 *vpclattice.GetServiceInput) (*request.Request, *vpclattice.GetServiceOutput)
- func (m *MockVpcLatticeAPI) GetServiceWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceInput, arg2 ...request.Option) (*vpclattice.GetServiceOutput, error)
- func (m *MockVpcLatticeAPI) GetTargetGroup(arg0 *vpclattice.GetTargetGroupInput) (*vpclattice.GetTargetGroupOutput, error)
- func (m *MockVpcLatticeAPI) GetTargetGroupRequest(arg0 *vpclattice.GetTargetGroupInput) (*request.Request, *vpclattice.GetTargetGroupOutput)
- func (m *MockVpcLatticeAPI) GetTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.GetTargetGroupInput, arg2 ...request.Option) (*vpclattice.GetTargetGroupOutput, error)
- func (m *MockVpcLatticeAPI) ListAccessLogSubscriptions(arg0 *vpclattice.ListAccessLogSubscriptionsInput) (*vpclattice.ListAccessLogSubscriptionsOutput, error)
- func (m *MockVpcLatticeAPI) ListAccessLogSubscriptionsRequest(arg0 *vpclattice.ListAccessLogSubscriptionsInput) (*request.Request, *vpclattice.ListAccessLogSubscriptionsOutput)
- func (m *MockVpcLatticeAPI) ListAccessLogSubscriptionsWithContext(arg0 aws.Context, arg1 *vpclattice.ListAccessLogSubscriptionsInput, ...) (*vpclattice.ListAccessLogSubscriptionsOutput, error)
- func (m *MockVpcLatticeAPI) ListListeners(arg0 *vpclattice.ListListenersInput) (*vpclattice.ListListenersOutput, error)
- func (m *MockVpcLatticeAPI) ListListenersRequest(arg0 *vpclattice.ListListenersInput) (*request.Request, *vpclattice.ListListenersOutput)
- func (m *MockVpcLatticeAPI) ListListenersWithContext(arg0 aws.Context, arg1 *vpclattice.ListListenersInput, arg2 ...request.Option) (*vpclattice.ListListenersOutput, error)
- func (m *MockVpcLatticeAPI) ListRules(arg0 *vpclattice.ListRulesInput) (*vpclattice.ListRulesOutput, error)
- func (m *MockVpcLatticeAPI) ListRulesRequest(arg0 *vpclattice.ListRulesInput) (*request.Request, *vpclattice.ListRulesOutput)
- func (m *MockVpcLatticeAPI) ListRulesWithContext(arg0 aws.Context, arg1 *vpclattice.ListRulesInput, arg2 ...request.Option) (*vpclattice.ListRulesOutput, error)
- func (m *MockVpcLatticeAPI) ListServiceNetworkServiceAssociations(arg0 *vpclattice.ListServiceNetworkServiceAssociationsInput) (*vpclattice.ListServiceNetworkServiceAssociationsOutput, error)
- func (m *MockVpcLatticeAPI) ListServiceNetworkServiceAssociationsRequest(arg0 *vpclattice.ListServiceNetworkServiceAssociationsInput) (*request.Request, *vpclattice.ListServiceNetworkServiceAssociationsOutput)
- func (m *MockVpcLatticeAPI) ListServiceNetworkServiceAssociationsWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworkServiceAssociationsInput, ...) (*vpclattice.ListServiceNetworkServiceAssociationsOutput, error)
- func (m *MockVpcLatticeAPI) ListServiceNetworkVpcAssociations(arg0 *vpclattice.ListServiceNetworkVpcAssociationsInput) (*vpclattice.ListServiceNetworkVpcAssociationsOutput, error)
- func (m *MockVpcLatticeAPI) ListServiceNetworkVpcAssociationsRequest(arg0 *vpclattice.ListServiceNetworkVpcAssociationsInput) (*request.Request, *vpclattice.ListServiceNetworkVpcAssociationsOutput)
- func (m *MockVpcLatticeAPI) ListServiceNetworkVpcAssociationsWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworkVpcAssociationsInput, ...) (*vpclattice.ListServiceNetworkVpcAssociationsOutput, error)
- func (m *MockVpcLatticeAPI) ListServiceNetworks(arg0 *vpclattice.ListServiceNetworksInput) (*vpclattice.ListServiceNetworksOutput, error)
- func (m *MockVpcLatticeAPI) ListServiceNetworksRequest(arg0 *vpclattice.ListServiceNetworksInput) (*request.Request, *vpclattice.ListServiceNetworksOutput)
- func (m *MockVpcLatticeAPI) ListServiceNetworksWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworksInput, ...) (*vpclattice.ListServiceNetworksOutput, error)
- func (m *MockVpcLatticeAPI) ListServices(arg0 *vpclattice.ListServicesInput) (*vpclattice.ListServicesOutput, error)
- func (m *MockVpcLatticeAPI) ListServicesRequest(arg0 *vpclattice.ListServicesInput) (*request.Request, *vpclattice.ListServicesOutput)
- func (m *MockVpcLatticeAPI) ListServicesWithContext(arg0 aws.Context, arg1 *vpclattice.ListServicesInput, arg2 ...request.Option) (*vpclattice.ListServicesOutput, error)
- func (m *MockVpcLatticeAPI) ListTagsForResource(arg0 *vpclattice.ListTagsForResourceInput) (*vpclattice.ListTagsForResourceOutput, error)
- func (m *MockVpcLatticeAPI) ListTagsForResourceRequest(arg0 *vpclattice.ListTagsForResourceInput) (*request.Request, *vpclattice.ListTagsForResourceOutput)
- func (m *MockVpcLatticeAPI) ListTagsForResourceWithContext(arg0 aws.Context, arg1 *vpclattice.ListTagsForResourceInput, ...) (*vpclattice.ListTagsForResourceOutput, error)
- func (m *MockVpcLatticeAPI) ListTargetGroups(arg0 *vpclattice.ListTargetGroupsInput) (*vpclattice.ListTargetGroupsOutput, error)
- func (m *MockVpcLatticeAPI) ListTargetGroupsRequest(arg0 *vpclattice.ListTargetGroupsInput) (*request.Request, *vpclattice.ListTargetGroupsOutput)
- func (m *MockVpcLatticeAPI) ListTargetGroupsWithContext(arg0 aws.Context, arg1 *vpclattice.ListTargetGroupsInput, ...) (*vpclattice.ListTargetGroupsOutput, error)
- func (m *MockVpcLatticeAPI) ListTargets(arg0 *vpclattice.ListTargetsInput) (*vpclattice.ListTargetsOutput, error)
- func (m *MockVpcLatticeAPI) ListTargetsRequest(arg0 *vpclattice.ListTargetsInput) (*request.Request, *vpclattice.ListTargetsOutput)
- func (m *MockVpcLatticeAPI) ListTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.ListTargetsInput, arg2 ...request.Option) (*vpclattice.ListTargetsOutput, error)
- func (m *MockVpcLatticeAPI) PutAuthPolicy(arg0 *vpclattice.PutAuthPolicyInput) (*vpclattice.PutAuthPolicyOutput, error)
- func (m *MockVpcLatticeAPI) PutAuthPolicyRequest(arg0 *vpclattice.PutAuthPolicyInput) (*request.Request, *vpclattice.PutAuthPolicyOutput)
- func (m *MockVpcLatticeAPI) PutAuthPolicyWithContext(arg0 aws.Context, arg1 *vpclattice.PutAuthPolicyInput, arg2 ...request.Option) (*vpclattice.PutAuthPolicyOutput, error)
- func (m *MockVpcLatticeAPI) PutResourcePolicy(arg0 *vpclattice.PutResourcePolicyInput) (*vpclattice.PutResourcePolicyOutput, error)
- func (m *MockVpcLatticeAPI) PutResourcePolicyRequest(arg0 *vpclattice.PutResourcePolicyInput) (*request.Request, *vpclattice.PutResourcePolicyOutput)
- func (m *MockVpcLatticeAPI) PutResourcePolicyWithContext(arg0 aws.Context, arg1 *vpclattice.PutResourcePolicyInput, ...) (*vpclattice.PutResourcePolicyOutput, error)
- func (m *MockVpcLatticeAPI) RegisterTargets(arg0 *vpclattice.RegisterTargetsInput) (*vpclattice.RegisterTargetsOutput, error)
- func (m *MockVpcLatticeAPI) RegisterTargetsRequest(arg0 *vpclattice.RegisterTargetsInput) (*request.Request, *vpclattice.RegisterTargetsOutput)
- func (m *MockVpcLatticeAPI) RegisterTargetsWithContext(arg0 aws.Context, arg1 *vpclattice.RegisterTargetsInput, ...) (*vpclattice.RegisterTargetsOutput, error)
- func (m *MockVpcLatticeAPI) TagResource(arg0 *vpclattice.TagResourceInput) (*vpclattice.TagResourceOutput, error)
- func (m *MockVpcLatticeAPI) TagResourceRequest(arg0 *vpclattice.TagResourceInput) (*request.Request, *vpclattice.TagResourceOutput)
- func (m *MockVpcLatticeAPI) TagResourceWithContext(arg0 aws.Context, arg1 *vpclattice.TagResourceInput, arg2 ...request.Option) (*vpclattice.TagResourceOutput, error)
- func (m *MockVpcLatticeAPI) UntagResource(arg0 *vpclattice.UntagResourceInput) (*vpclattice.UntagResourceOutput, error)
- func (m *MockVpcLatticeAPI) UntagResourceRequest(arg0 *vpclattice.UntagResourceInput) (*request.Request, *vpclattice.UntagResourceOutput)
- func (m *MockVpcLatticeAPI) UntagResourceWithContext(arg0 aws.Context, arg1 *vpclattice.UntagResourceInput, arg2 ...request.Option) (*vpclattice.UntagResourceOutput, error)
- func (m *MockVpcLatticeAPI) UpdateAccessLogSubscription(arg0 *vpclattice.UpdateAccessLogSubscriptionInput) (*vpclattice.UpdateAccessLogSubscriptionOutput, error)
- func (m *MockVpcLatticeAPI) UpdateAccessLogSubscriptionRequest(arg0 *vpclattice.UpdateAccessLogSubscriptionInput) (*request.Request, *vpclattice.UpdateAccessLogSubscriptionOutput)
- func (m *MockVpcLatticeAPI) UpdateAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateAccessLogSubscriptionInput, ...) (*vpclattice.UpdateAccessLogSubscriptionOutput, error)
- func (m *MockVpcLatticeAPI) UpdateListener(arg0 *vpclattice.UpdateListenerInput) (*vpclattice.UpdateListenerOutput, error)
- func (m *MockVpcLatticeAPI) UpdateListenerRequest(arg0 *vpclattice.UpdateListenerInput) (*request.Request, *vpclattice.UpdateListenerOutput)
- func (m *MockVpcLatticeAPI) UpdateListenerWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateListenerInput, arg2 ...request.Option) (*vpclattice.UpdateListenerOutput, error)
- func (m *MockVpcLatticeAPI) UpdateRule(arg0 *vpclattice.UpdateRuleInput) (*vpclattice.UpdateRuleOutput, error)
- func (m *MockVpcLatticeAPI) UpdateRuleRequest(arg0 *vpclattice.UpdateRuleInput) (*request.Request, *vpclattice.UpdateRuleOutput)
- func (m *MockVpcLatticeAPI) UpdateRuleWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateRuleInput, arg2 ...request.Option) (*vpclattice.UpdateRuleOutput, error)
- func (m *MockVpcLatticeAPI) UpdateService(arg0 *vpclattice.UpdateServiceInput) (*vpclattice.UpdateServiceOutput, error)
- func (m *MockVpcLatticeAPI) UpdateServiceNetwork(arg0 *vpclattice.UpdateServiceNetworkInput) (*vpclattice.UpdateServiceNetworkOutput, error)
- func (m *MockVpcLatticeAPI) UpdateServiceNetworkRequest(arg0 *vpclattice.UpdateServiceNetworkInput) (*request.Request, *vpclattice.UpdateServiceNetworkOutput)
- func (m *MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociation(arg0 *vpclattice.UpdateServiceNetworkVpcAssociationInput) (*vpclattice.UpdateServiceNetworkVpcAssociationOutput, error)
- func (m *MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociationRequest(arg0 *vpclattice.UpdateServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.UpdateServiceNetworkVpcAssociationOutput)
- func (m *MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceNetworkVpcAssociationInput, ...) (*vpclattice.UpdateServiceNetworkVpcAssociationOutput, error)
- func (m *MockVpcLatticeAPI) UpdateServiceNetworkWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceNetworkInput, ...) (*vpclattice.UpdateServiceNetworkOutput, error)
- func (m *MockVpcLatticeAPI) UpdateServiceRequest(arg0 *vpclattice.UpdateServiceInput) (*request.Request, *vpclattice.UpdateServiceOutput)
- func (m *MockVpcLatticeAPI) UpdateServiceWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceInput, arg2 ...request.Option) (*vpclattice.UpdateServiceOutput, error)
- func (m *MockVpcLatticeAPI) UpdateTargetGroup(arg0 *vpclattice.UpdateTargetGroupInput) (*vpclattice.UpdateTargetGroupOutput, error)
- func (m *MockVpcLatticeAPI) UpdateTargetGroupRequest(arg0 *vpclattice.UpdateTargetGroupInput) (*request.Request, *vpclattice.UpdateTargetGroupOutput)
- func (m *MockVpcLatticeAPI) UpdateTargetGroupWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateTargetGroupInput, ...) (*vpclattice.UpdateTargetGroupOutput, error)
- type MockVpcLatticeAPIMockRecorder
- func (mr *MockVpcLatticeAPIMockRecorder) BatchUpdateRule(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) BatchUpdateRuleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) BatchUpdateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateAccessLogSubscription(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateListener(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateListenerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateRule(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateRuleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateService(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateTargetGroup(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateTargetGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) CreateTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteAccessLogSubscription(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteAuthPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteAuthPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteListener(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteListenerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteResourcePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteResourcePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteRule(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteRuleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteService(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteTargetGroup(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteTargetGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeleteTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeregisterTargets(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeregisterTargetsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) DeregisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetAccessLogSubscription(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetAuthPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetAuthPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetListener(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetListenerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetResourcePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetResourcePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetRule(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetRuleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetService(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkServiceAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkServiceAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkServiceAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetTargetGroup(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetTargetGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) GetTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListAccessLogSubscriptions(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListAccessLogSubscriptionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListAccessLogSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListListeners(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListListenersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListRules(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListRulesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkServiceAssociations(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkServiceAssociationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkServiceAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkVpcAssociations(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkVpcAssociationsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworkVpcAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworks(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworksRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServiceNetworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServices(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServicesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListTargetGroups(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListTargetGroupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListTargetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListTargets(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListTargetsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) ListTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) PutAuthPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) PutAuthPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) PutAuthPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) PutResourcePolicy(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) PutResourcePolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) PutResourcePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) RegisterTargets(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) RegisterTargetsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) RegisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateAccessLogSubscription(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateAccessLogSubscriptionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateAccessLogSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateListener(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateListenerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateRule(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateRuleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateService(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkVpcAssociation(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkVpcAssociationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateTargetGroup(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateTargetGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockVpcLatticeAPIMockRecorder) UpdateTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
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 NewDefaultLattice ¶
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) }
type Lattice ¶
type Lattice interface { vpclatticeiface.VpcLatticeAPI ListServiceNetworksAsList(ctx context.Context, input *vpclattice.ListServiceNetworksInput) ([]*vpclattice.ServiceNetworkSummary, error) ListServicesAsList(ctx context.Context, input *vpclattice.ListServicesInput) ([]*vpclattice.ServiceSummary, error) ListTargetGroupsAsList(ctx context.Context, input *vpclattice.ListTargetGroupsInput) ([]*vpclattice.TargetGroupSummary, error) ListTargetsAsList(ctx context.Context, input *vpclattice.ListTargetsInput) ([]*vpclattice.TargetSummary, error) ListServiceNetworkVpcAssociationsAsList(ctx context.Context, input *vpclattice.ListServiceNetworkVpcAssociationsInput) ([]*vpclattice.ServiceNetworkVpcAssociationSummary, error) ListServiceNetworkServiceAssociationsAsList(ctx context.Context, input *vpclattice.ListServiceNetworkServiceAssociationsInput) ([]*vpclattice.ServiceNetworkServiceAssociationSummary, error) }
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 ¶
func (m *MockEKS) AssociateIdentityProviderConfig(arg0 *eks.AssociateIdentityProviderConfigInput) (*eks.AssociateIdentityProviderConfigOutput, error)
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 ¶
func (m *MockEKS) DescribeIdentityProviderConfig(arg0 *eks.DescribeIdentityProviderConfigInput) (*eks.DescribeIdentityProviderConfigOutput, error)
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 ¶
func (m *MockEKS) DisassociateIdentityProviderConfig(arg0 *eks.DisassociateIdentityProviderConfigInput) (*eks.DisassociateIdentityProviderConfigOutput, error)
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 ¶
func (m *MockLattice) BatchUpdateRule(arg0 *vpclattice.BatchUpdateRuleInput) (*vpclattice.BatchUpdateRuleOutput, error)
BatchUpdateRule mocks base method.
func (*MockLattice) BatchUpdateRuleRequest ¶
func (m *MockLattice) BatchUpdateRuleRequest(arg0 *vpclattice.BatchUpdateRuleInput) (*request.Request, *vpclattice.BatchUpdateRuleOutput)
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 ¶
func (m *MockLattice) CreateAccessLogSubscription(arg0 *vpclattice.CreateAccessLogSubscriptionInput) (*vpclattice.CreateAccessLogSubscriptionOutput, error)
CreateAccessLogSubscription mocks base method.
func (*MockLattice) CreateAccessLogSubscriptionRequest ¶
func (m *MockLattice) CreateAccessLogSubscriptionRequest(arg0 *vpclattice.CreateAccessLogSubscriptionInput) (*request.Request, *vpclattice.CreateAccessLogSubscriptionOutput)
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 ¶
func (m *MockLattice) CreateListener(arg0 *vpclattice.CreateListenerInput) (*vpclattice.CreateListenerOutput, error)
CreateListener mocks base method.
func (*MockLattice) CreateListenerRequest ¶
func (m *MockLattice) CreateListenerRequest(arg0 *vpclattice.CreateListenerInput) (*request.Request, *vpclattice.CreateListenerOutput)
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 ¶
func (m *MockLattice) CreateRule(arg0 *vpclattice.CreateRuleInput) (*vpclattice.CreateRuleOutput, error)
CreateRule mocks base method.
func (*MockLattice) CreateRuleRequest ¶
func (m *MockLattice) CreateRuleRequest(arg0 *vpclattice.CreateRuleInput) (*request.Request, *vpclattice.CreateRuleOutput)
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 ¶
func (m *MockLattice) CreateService(arg0 *vpclattice.CreateServiceInput) (*vpclattice.CreateServiceOutput, error)
CreateService mocks base method.
func (*MockLattice) CreateServiceNetwork ¶
func (m *MockLattice) CreateServiceNetwork(arg0 *vpclattice.CreateServiceNetworkInput) (*vpclattice.CreateServiceNetworkOutput, error)
CreateServiceNetwork mocks base method.
func (*MockLattice) CreateServiceNetworkRequest ¶
func (m *MockLattice) CreateServiceNetworkRequest(arg0 *vpclattice.CreateServiceNetworkInput) (*request.Request, *vpclattice.CreateServiceNetworkOutput)
CreateServiceNetworkRequest mocks base method.
func (*MockLattice) CreateServiceNetworkServiceAssociation ¶
func (m *MockLattice) CreateServiceNetworkServiceAssociation(arg0 *vpclattice.CreateServiceNetworkServiceAssociationInput) (*vpclattice.CreateServiceNetworkServiceAssociationOutput, error)
CreateServiceNetworkServiceAssociation mocks base method.
func (*MockLattice) CreateServiceNetworkServiceAssociationRequest ¶
func (m *MockLattice) CreateServiceNetworkServiceAssociationRequest(arg0 *vpclattice.CreateServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.CreateServiceNetworkServiceAssociationOutput)
CreateServiceNetworkServiceAssociationRequest mocks base method.
func (*MockLattice) CreateServiceNetworkServiceAssociationWithContext ¶
func (m *MockLattice) CreateServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkServiceAssociationInput, arg2 ...request.Option) (*vpclattice.CreateServiceNetworkServiceAssociationOutput, error)
CreateServiceNetworkServiceAssociationWithContext mocks base method.
func (*MockLattice) CreateServiceNetworkVpcAssociation ¶
func (m *MockLattice) CreateServiceNetworkVpcAssociation(arg0 *vpclattice.CreateServiceNetworkVpcAssociationInput) (*vpclattice.CreateServiceNetworkVpcAssociationOutput, error)
CreateServiceNetworkVpcAssociation mocks base method.
func (*MockLattice) CreateServiceNetworkVpcAssociationRequest ¶
func (m *MockLattice) CreateServiceNetworkVpcAssociationRequest(arg0 *vpclattice.CreateServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.CreateServiceNetworkVpcAssociationOutput)
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 ¶
func (m *MockLattice) CreateServiceRequest(arg0 *vpclattice.CreateServiceInput) (*request.Request, *vpclattice.CreateServiceOutput)
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 ¶
func (m *MockLattice) CreateTargetGroup(arg0 *vpclattice.CreateTargetGroupInput) (*vpclattice.CreateTargetGroupOutput, error)
CreateTargetGroup mocks base method.
func (*MockLattice) CreateTargetGroupRequest ¶
func (m *MockLattice) CreateTargetGroupRequest(arg0 *vpclattice.CreateTargetGroupInput) (*request.Request, *vpclattice.CreateTargetGroupOutput)
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 ¶
func (m *MockLattice) DeleteAccessLogSubscription(arg0 *vpclattice.DeleteAccessLogSubscriptionInput) (*vpclattice.DeleteAccessLogSubscriptionOutput, error)
DeleteAccessLogSubscription mocks base method.
func (*MockLattice) DeleteAccessLogSubscriptionRequest ¶
func (m *MockLattice) DeleteAccessLogSubscriptionRequest(arg0 *vpclattice.DeleteAccessLogSubscriptionInput) (*request.Request, *vpclattice.DeleteAccessLogSubscriptionOutput)
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 ¶
func (m *MockLattice) DeleteAuthPolicy(arg0 *vpclattice.DeleteAuthPolicyInput) (*vpclattice.DeleteAuthPolicyOutput, error)
DeleteAuthPolicy mocks base method.
func (*MockLattice) DeleteAuthPolicyRequest ¶
func (m *MockLattice) DeleteAuthPolicyRequest(arg0 *vpclattice.DeleteAuthPolicyInput) (*request.Request, *vpclattice.DeleteAuthPolicyOutput)
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 ¶
func (m *MockLattice) DeleteListener(arg0 *vpclattice.DeleteListenerInput) (*vpclattice.DeleteListenerOutput, error)
DeleteListener mocks base method.
func (*MockLattice) DeleteListenerRequest ¶
func (m *MockLattice) DeleteListenerRequest(arg0 *vpclattice.DeleteListenerInput) (*request.Request, *vpclattice.DeleteListenerOutput)
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 ¶
func (m *MockLattice) DeleteResourcePolicy(arg0 *vpclattice.DeleteResourcePolicyInput) (*vpclattice.DeleteResourcePolicyOutput, error)
DeleteResourcePolicy mocks base method.
func (*MockLattice) DeleteResourcePolicyRequest ¶
func (m *MockLattice) DeleteResourcePolicyRequest(arg0 *vpclattice.DeleteResourcePolicyInput) (*request.Request, *vpclattice.DeleteResourcePolicyOutput)
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 ¶
func (m *MockLattice) DeleteRule(arg0 *vpclattice.DeleteRuleInput) (*vpclattice.DeleteRuleOutput, error)
DeleteRule mocks base method.
func (*MockLattice) DeleteRuleRequest ¶
func (m *MockLattice) DeleteRuleRequest(arg0 *vpclattice.DeleteRuleInput) (*request.Request, *vpclattice.DeleteRuleOutput)
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 ¶
func (m *MockLattice) DeleteService(arg0 *vpclattice.DeleteServiceInput) (*vpclattice.DeleteServiceOutput, error)
DeleteService mocks base method.
func (*MockLattice) DeleteServiceNetwork ¶
func (m *MockLattice) DeleteServiceNetwork(arg0 *vpclattice.DeleteServiceNetworkInput) (*vpclattice.DeleteServiceNetworkOutput, error)
DeleteServiceNetwork mocks base method.
func (*MockLattice) DeleteServiceNetworkRequest ¶
func (m *MockLattice) DeleteServiceNetworkRequest(arg0 *vpclattice.DeleteServiceNetworkInput) (*request.Request, *vpclattice.DeleteServiceNetworkOutput)
DeleteServiceNetworkRequest mocks base method.
func (*MockLattice) DeleteServiceNetworkServiceAssociation ¶
func (m *MockLattice) DeleteServiceNetworkServiceAssociation(arg0 *vpclattice.DeleteServiceNetworkServiceAssociationInput) (*vpclattice.DeleteServiceNetworkServiceAssociationOutput, error)
DeleteServiceNetworkServiceAssociation mocks base method.
func (*MockLattice) DeleteServiceNetworkServiceAssociationRequest ¶
func (m *MockLattice) DeleteServiceNetworkServiceAssociationRequest(arg0 *vpclattice.DeleteServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.DeleteServiceNetworkServiceAssociationOutput)
DeleteServiceNetworkServiceAssociationRequest mocks base method.
func (*MockLattice) DeleteServiceNetworkServiceAssociationWithContext ¶
func (m *MockLattice) DeleteServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkServiceAssociationInput, arg2 ...request.Option) (*vpclattice.DeleteServiceNetworkServiceAssociationOutput, error)
DeleteServiceNetworkServiceAssociationWithContext mocks base method.
func (*MockLattice) DeleteServiceNetworkVpcAssociation ¶
func (m *MockLattice) DeleteServiceNetworkVpcAssociation(arg0 *vpclattice.DeleteServiceNetworkVpcAssociationInput) (*vpclattice.DeleteServiceNetworkVpcAssociationOutput, error)
DeleteServiceNetworkVpcAssociation mocks base method.
func (*MockLattice) DeleteServiceNetworkVpcAssociationRequest ¶
func (m *MockLattice) DeleteServiceNetworkVpcAssociationRequest(arg0 *vpclattice.DeleteServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.DeleteServiceNetworkVpcAssociationOutput)
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 ¶
func (m *MockLattice) DeleteServiceRequest(arg0 *vpclattice.DeleteServiceInput) (*request.Request, *vpclattice.DeleteServiceOutput)
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 ¶
func (m *MockLattice) DeleteTargetGroup(arg0 *vpclattice.DeleteTargetGroupInput) (*vpclattice.DeleteTargetGroupOutput, error)
DeleteTargetGroup mocks base method.
func (*MockLattice) DeleteTargetGroupRequest ¶
func (m *MockLattice) DeleteTargetGroupRequest(arg0 *vpclattice.DeleteTargetGroupInput) (*request.Request, *vpclattice.DeleteTargetGroupOutput)
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 ¶
func (m *MockLattice) DeregisterTargets(arg0 *vpclattice.DeregisterTargetsInput) (*vpclattice.DeregisterTargetsOutput, error)
DeregisterTargets mocks base method.
func (*MockLattice) DeregisterTargetsRequest ¶
func (m *MockLattice) DeregisterTargetsRequest(arg0 *vpclattice.DeregisterTargetsInput) (*request.Request, *vpclattice.DeregisterTargetsOutput)
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 ¶
func (m *MockLattice) GetAccessLogSubscription(arg0 *vpclattice.GetAccessLogSubscriptionInput) (*vpclattice.GetAccessLogSubscriptionOutput, error)
GetAccessLogSubscription mocks base method.
func (*MockLattice) GetAccessLogSubscriptionRequest ¶
func (m *MockLattice) GetAccessLogSubscriptionRequest(arg0 *vpclattice.GetAccessLogSubscriptionInput) (*request.Request, *vpclattice.GetAccessLogSubscriptionOutput)
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 ¶
func (m *MockLattice) GetAuthPolicy(arg0 *vpclattice.GetAuthPolicyInput) (*vpclattice.GetAuthPolicyOutput, error)
GetAuthPolicy mocks base method.
func (*MockLattice) GetAuthPolicyRequest ¶
func (m *MockLattice) GetAuthPolicyRequest(arg0 *vpclattice.GetAuthPolicyInput) (*request.Request, *vpclattice.GetAuthPolicyOutput)
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 ¶
func (m *MockLattice) GetListener(arg0 *vpclattice.GetListenerInput) (*vpclattice.GetListenerOutput, error)
GetListener mocks base method.
func (*MockLattice) GetListenerRequest ¶
func (m *MockLattice) GetListenerRequest(arg0 *vpclattice.GetListenerInput) (*request.Request, *vpclattice.GetListenerOutput)
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 ¶
func (m *MockLattice) GetResourcePolicy(arg0 *vpclattice.GetResourcePolicyInput) (*vpclattice.GetResourcePolicyOutput, error)
GetResourcePolicy mocks base method.
func (*MockLattice) GetResourcePolicyRequest ¶
func (m *MockLattice) GetResourcePolicyRequest(arg0 *vpclattice.GetResourcePolicyInput) (*request.Request, *vpclattice.GetResourcePolicyOutput)
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 ¶
func (m *MockLattice) GetRule(arg0 *vpclattice.GetRuleInput) (*vpclattice.GetRuleOutput, error)
GetRule mocks base method.
func (*MockLattice) GetRuleRequest ¶
func (m *MockLattice) GetRuleRequest(arg0 *vpclattice.GetRuleInput) (*request.Request, *vpclattice.GetRuleOutput)
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 ¶
func (m *MockLattice) GetService(arg0 *vpclattice.GetServiceInput) (*vpclattice.GetServiceOutput, error)
GetService mocks base method.
func (*MockLattice) GetServiceNetwork ¶
func (m *MockLattice) GetServiceNetwork(arg0 *vpclattice.GetServiceNetworkInput) (*vpclattice.GetServiceNetworkOutput, error)
GetServiceNetwork mocks base method.
func (*MockLattice) GetServiceNetworkRequest ¶
func (m *MockLattice) GetServiceNetworkRequest(arg0 *vpclattice.GetServiceNetworkInput) (*request.Request, *vpclattice.GetServiceNetworkOutput)
GetServiceNetworkRequest mocks base method.
func (*MockLattice) GetServiceNetworkServiceAssociation ¶
func (m *MockLattice) GetServiceNetworkServiceAssociation(arg0 *vpclattice.GetServiceNetworkServiceAssociationInput) (*vpclattice.GetServiceNetworkServiceAssociationOutput, error)
GetServiceNetworkServiceAssociation mocks base method.
func (*MockLattice) GetServiceNetworkServiceAssociationRequest ¶
func (m *MockLattice) GetServiceNetworkServiceAssociationRequest(arg0 *vpclattice.GetServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.GetServiceNetworkServiceAssociationOutput)
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 ¶
func (m *MockLattice) GetServiceNetworkVpcAssociation(arg0 *vpclattice.GetServiceNetworkVpcAssociationInput) (*vpclattice.GetServiceNetworkVpcAssociationOutput, error)
GetServiceNetworkVpcAssociation mocks base method.
func (*MockLattice) GetServiceNetworkVpcAssociationRequest ¶
func (m *MockLattice) GetServiceNetworkVpcAssociationRequest(arg0 *vpclattice.GetServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.GetServiceNetworkVpcAssociationOutput)
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 ¶
func (m *MockLattice) GetServiceRequest(arg0 *vpclattice.GetServiceInput) (*request.Request, *vpclattice.GetServiceOutput)
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 ¶
func (m *MockLattice) GetTargetGroup(arg0 *vpclattice.GetTargetGroupInput) (*vpclattice.GetTargetGroupOutput, error)
GetTargetGroup mocks base method.
func (*MockLattice) GetTargetGroupRequest ¶
func (m *MockLattice) GetTargetGroupRequest(arg0 *vpclattice.GetTargetGroupInput) (*request.Request, *vpclattice.GetTargetGroupOutput)
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 ¶
func (m *MockLattice) ListAccessLogSubscriptions(arg0 *vpclattice.ListAccessLogSubscriptionsInput) (*vpclattice.ListAccessLogSubscriptionsOutput, error)
ListAccessLogSubscriptions mocks base method.
func (*MockLattice) ListAccessLogSubscriptionsRequest ¶
func (m *MockLattice) ListAccessLogSubscriptionsRequest(arg0 *vpclattice.ListAccessLogSubscriptionsInput) (*request.Request, *vpclattice.ListAccessLogSubscriptionsOutput)
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 ¶
func (m *MockLattice) ListListeners(arg0 *vpclattice.ListListenersInput) (*vpclattice.ListListenersOutput, error)
ListListeners mocks base method.
func (*MockLattice) ListListenersRequest ¶
func (m *MockLattice) ListListenersRequest(arg0 *vpclattice.ListListenersInput) (*request.Request, *vpclattice.ListListenersOutput)
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 ¶
func (m *MockLattice) ListRules(arg0 *vpclattice.ListRulesInput) (*vpclattice.ListRulesOutput, error)
ListRules mocks base method.
func (*MockLattice) ListRulesRequest ¶
func (m *MockLattice) ListRulesRequest(arg0 *vpclattice.ListRulesInput) (*request.Request, *vpclattice.ListRulesOutput)
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 ¶
func (m *MockLattice) ListServiceNetworkServiceAssociations(arg0 *vpclattice.ListServiceNetworkServiceAssociationsInput) (*vpclattice.ListServiceNetworkServiceAssociationsOutput, error)
ListServiceNetworkServiceAssociations mocks base method.
func (*MockLattice) ListServiceNetworkServiceAssociationsAsList ¶
func (m *MockLattice) ListServiceNetworkServiceAssociationsAsList(ctx context.Context, input *vpclattice.ListServiceNetworkServiceAssociationsInput) ([]*vpclattice.ServiceNetworkServiceAssociationSummary, error)
ListServiceNetworkServiceAssociationsAsList mocks base method.
func (*MockLattice) ListServiceNetworkServiceAssociationsRequest ¶
func (m *MockLattice) ListServiceNetworkServiceAssociationsRequest(arg0 *vpclattice.ListServiceNetworkServiceAssociationsInput) (*request.Request, *vpclattice.ListServiceNetworkServiceAssociationsOutput)
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 ¶
func (m *MockLattice) ListServiceNetworkVpcAssociations(arg0 *vpclattice.ListServiceNetworkVpcAssociationsInput) (*vpclattice.ListServiceNetworkVpcAssociationsOutput, error)
ListServiceNetworkVpcAssociations mocks base method.
func (*MockLattice) ListServiceNetworkVpcAssociationsAsList ¶
func (m *MockLattice) ListServiceNetworkVpcAssociationsAsList(ctx context.Context, input *vpclattice.ListServiceNetworkVpcAssociationsInput) ([]*vpclattice.ServiceNetworkVpcAssociationSummary, error)
ListServiceNetworkVpcAssociationsAsList mocks base method.
func (*MockLattice) ListServiceNetworkVpcAssociationsRequest ¶
func (m *MockLattice) ListServiceNetworkVpcAssociationsRequest(arg0 *vpclattice.ListServiceNetworkVpcAssociationsInput) (*request.Request, *vpclattice.ListServiceNetworkVpcAssociationsOutput)
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 ¶
func (m *MockLattice) ListServiceNetworks(arg0 *vpclattice.ListServiceNetworksInput) (*vpclattice.ListServiceNetworksOutput, error)
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 ¶
func (m *MockLattice) ListServiceNetworksRequest(arg0 *vpclattice.ListServiceNetworksInput) (*request.Request, *vpclattice.ListServiceNetworksOutput)
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 ¶
func (m *MockLattice) ListServices(arg0 *vpclattice.ListServicesInput) (*vpclattice.ListServicesOutput, error)
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 ¶
func (m *MockLattice) ListServicesRequest(arg0 *vpclattice.ListServicesInput) (*request.Request, *vpclattice.ListServicesOutput)
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 ¶
func (m *MockLattice) ListTagsForResource(arg0 *vpclattice.ListTagsForResourceInput) (*vpclattice.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method.
func (*MockLattice) ListTagsForResourceRequest ¶
func (m *MockLattice) ListTagsForResourceRequest(arg0 *vpclattice.ListTagsForResourceInput) (*request.Request, *vpclattice.ListTagsForResourceOutput)
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 ¶
func (m *MockLattice) ListTargetGroups(arg0 *vpclattice.ListTargetGroupsInput) (*vpclattice.ListTargetGroupsOutput, error)
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 ¶
func (m *MockLattice) ListTargetGroupsRequest(arg0 *vpclattice.ListTargetGroupsInput) (*request.Request, *vpclattice.ListTargetGroupsOutput)
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 ¶
func (m *MockLattice) ListTargets(arg0 *vpclattice.ListTargetsInput) (*vpclattice.ListTargetsOutput, error)
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 ¶
func (m *MockLattice) ListTargetsRequest(arg0 *vpclattice.ListTargetsInput) (*request.Request, *vpclattice.ListTargetsOutput)
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 ¶
func (m *MockLattice) PutAuthPolicy(arg0 *vpclattice.PutAuthPolicyInput) (*vpclattice.PutAuthPolicyOutput, error)
PutAuthPolicy mocks base method.
func (*MockLattice) PutAuthPolicyRequest ¶
func (m *MockLattice) PutAuthPolicyRequest(arg0 *vpclattice.PutAuthPolicyInput) (*request.Request, *vpclattice.PutAuthPolicyOutput)
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 ¶
func (m *MockLattice) PutResourcePolicy(arg0 *vpclattice.PutResourcePolicyInput) (*vpclattice.PutResourcePolicyOutput, error)
PutResourcePolicy mocks base method.
func (*MockLattice) PutResourcePolicyRequest ¶
func (m *MockLattice) PutResourcePolicyRequest(arg0 *vpclattice.PutResourcePolicyInput) (*request.Request, *vpclattice.PutResourcePolicyOutput)
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 ¶
func (m *MockLattice) RegisterTargets(arg0 *vpclattice.RegisterTargetsInput) (*vpclattice.RegisterTargetsOutput, error)
RegisterTargets mocks base method.
func (*MockLattice) RegisterTargetsRequest ¶
func (m *MockLattice) RegisterTargetsRequest(arg0 *vpclattice.RegisterTargetsInput) (*request.Request, *vpclattice.RegisterTargetsOutput)
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 ¶
func (m *MockLattice) TagResource(arg0 *vpclattice.TagResourceInput) (*vpclattice.TagResourceOutput, error)
TagResource mocks base method.
func (*MockLattice) TagResourceRequest ¶
func (m *MockLattice) TagResourceRequest(arg0 *vpclattice.TagResourceInput) (*request.Request, *vpclattice.TagResourceOutput)
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 ¶
func (m *MockLattice) UntagResource(arg0 *vpclattice.UntagResourceInput) (*vpclattice.UntagResourceOutput, error)
UntagResource mocks base method.
func (*MockLattice) UntagResourceRequest ¶
func (m *MockLattice) UntagResourceRequest(arg0 *vpclattice.UntagResourceInput) (*request.Request, *vpclattice.UntagResourceOutput)
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 ¶
func (m *MockLattice) UpdateAccessLogSubscription(arg0 *vpclattice.UpdateAccessLogSubscriptionInput) (*vpclattice.UpdateAccessLogSubscriptionOutput, error)
UpdateAccessLogSubscription mocks base method.
func (*MockLattice) UpdateAccessLogSubscriptionRequest ¶
func (m *MockLattice) UpdateAccessLogSubscriptionRequest(arg0 *vpclattice.UpdateAccessLogSubscriptionInput) (*request.Request, *vpclattice.UpdateAccessLogSubscriptionOutput)
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 ¶
func (m *MockLattice) UpdateListener(arg0 *vpclattice.UpdateListenerInput) (*vpclattice.UpdateListenerOutput, error)
UpdateListener mocks base method.
func (*MockLattice) UpdateListenerRequest ¶
func (m *MockLattice) UpdateListenerRequest(arg0 *vpclattice.UpdateListenerInput) (*request.Request, *vpclattice.UpdateListenerOutput)
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 ¶
func (m *MockLattice) UpdateRule(arg0 *vpclattice.UpdateRuleInput) (*vpclattice.UpdateRuleOutput, error)
UpdateRule mocks base method.
func (*MockLattice) UpdateRuleRequest ¶
func (m *MockLattice) UpdateRuleRequest(arg0 *vpclattice.UpdateRuleInput) (*request.Request, *vpclattice.UpdateRuleOutput)
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 ¶
func (m *MockLattice) UpdateService(arg0 *vpclattice.UpdateServiceInput) (*vpclattice.UpdateServiceOutput, error)
UpdateService mocks base method.
func (*MockLattice) UpdateServiceNetwork ¶
func (m *MockLattice) UpdateServiceNetwork(arg0 *vpclattice.UpdateServiceNetworkInput) (*vpclattice.UpdateServiceNetworkOutput, error)
UpdateServiceNetwork mocks base method.
func (*MockLattice) UpdateServiceNetworkRequest ¶
func (m *MockLattice) UpdateServiceNetworkRequest(arg0 *vpclattice.UpdateServiceNetworkInput) (*request.Request, *vpclattice.UpdateServiceNetworkOutput)
UpdateServiceNetworkRequest mocks base method.
func (*MockLattice) UpdateServiceNetworkVpcAssociation ¶
func (m *MockLattice) UpdateServiceNetworkVpcAssociation(arg0 *vpclattice.UpdateServiceNetworkVpcAssociationInput) (*vpclattice.UpdateServiceNetworkVpcAssociationOutput, error)
UpdateServiceNetworkVpcAssociation mocks base method.
func (*MockLattice) UpdateServiceNetworkVpcAssociationRequest ¶
func (m *MockLattice) UpdateServiceNetworkVpcAssociationRequest(arg0 *vpclattice.UpdateServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.UpdateServiceNetworkVpcAssociationOutput)
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 ¶
func (m *MockLattice) UpdateServiceRequest(arg0 *vpclattice.UpdateServiceInput) (*request.Request, *vpclattice.UpdateServiceOutput)
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 ¶
func (m *MockLattice) UpdateTargetGroup(arg0 *vpclattice.UpdateTargetGroupInput) (*vpclattice.UpdateTargetGroupOutput, error)
UpdateTargetGroup mocks base method.
func (*MockLattice) UpdateTargetGroupRequest ¶
func (m *MockLattice) UpdateTargetGroupRequest(arg0 *vpclattice.UpdateTargetGroupInput) (*request.Request, *vpclattice.UpdateTargetGroupOutput)
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 ¶
func (m *MockVpcLatticeAPI) BatchUpdateRule(arg0 *vpclattice.BatchUpdateRuleInput) (*vpclattice.BatchUpdateRuleOutput, error)
BatchUpdateRule mocks base method.
func (*MockVpcLatticeAPI) BatchUpdateRuleRequest ¶
func (m *MockVpcLatticeAPI) BatchUpdateRuleRequest(arg0 *vpclattice.BatchUpdateRuleInput) (*request.Request, *vpclattice.BatchUpdateRuleOutput)
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 ¶
func (m *MockVpcLatticeAPI) CreateAccessLogSubscription(arg0 *vpclattice.CreateAccessLogSubscriptionInput) (*vpclattice.CreateAccessLogSubscriptionOutput, error)
CreateAccessLogSubscription mocks base method.
func (*MockVpcLatticeAPI) CreateAccessLogSubscriptionRequest ¶
func (m *MockVpcLatticeAPI) CreateAccessLogSubscriptionRequest(arg0 *vpclattice.CreateAccessLogSubscriptionInput) (*request.Request, *vpclattice.CreateAccessLogSubscriptionOutput)
CreateAccessLogSubscriptionRequest mocks base method.
func (*MockVpcLatticeAPI) CreateAccessLogSubscriptionWithContext ¶
func (m *MockVpcLatticeAPI) CreateAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.CreateAccessLogSubscriptionInput, arg2 ...request.Option) (*vpclattice.CreateAccessLogSubscriptionOutput, error)
CreateAccessLogSubscriptionWithContext mocks base method.
func (*MockVpcLatticeAPI) CreateListener ¶
func (m *MockVpcLatticeAPI) CreateListener(arg0 *vpclattice.CreateListenerInput) (*vpclattice.CreateListenerOutput, error)
CreateListener mocks base method.
func (*MockVpcLatticeAPI) CreateListenerRequest ¶
func (m *MockVpcLatticeAPI) CreateListenerRequest(arg0 *vpclattice.CreateListenerInput) (*request.Request, *vpclattice.CreateListenerOutput)
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 ¶
func (m *MockVpcLatticeAPI) CreateRule(arg0 *vpclattice.CreateRuleInput) (*vpclattice.CreateRuleOutput, error)
CreateRule mocks base method.
func (*MockVpcLatticeAPI) CreateRuleRequest ¶
func (m *MockVpcLatticeAPI) CreateRuleRequest(arg0 *vpclattice.CreateRuleInput) (*request.Request, *vpclattice.CreateRuleOutput)
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 ¶
func (m *MockVpcLatticeAPI) CreateService(arg0 *vpclattice.CreateServiceInput) (*vpclattice.CreateServiceOutput, error)
CreateService mocks base method.
func (*MockVpcLatticeAPI) CreateServiceNetwork ¶
func (m *MockVpcLatticeAPI) CreateServiceNetwork(arg0 *vpclattice.CreateServiceNetworkInput) (*vpclattice.CreateServiceNetworkOutput, error)
CreateServiceNetwork mocks base method.
func (*MockVpcLatticeAPI) CreateServiceNetworkRequest ¶
func (m *MockVpcLatticeAPI) CreateServiceNetworkRequest(arg0 *vpclattice.CreateServiceNetworkInput) (*request.Request, *vpclattice.CreateServiceNetworkOutput)
CreateServiceNetworkRequest mocks base method.
func (*MockVpcLatticeAPI) CreateServiceNetworkServiceAssociation ¶
func (m *MockVpcLatticeAPI) CreateServiceNetworkServiceAssociation(arg0 *vpclattice.CreateServiceNetworkServiceAssociationInput) (*vpclattice.CreateServiceNetworkServiceAssociationOutput, error)
CreateServiceNetworkServiceAssociation mocks base method.
func (*MockVpcLatticeAPI) CreateServiceNetworkServiceAssociationRequest ¶
func (m *MockVpcLatticeAPI) CreateServiceNetworkServiceAssociationRequest(arg0 *vpclattice.CreateServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.CreateServiceNetworkServiceAssociationOutput)
CreateServiceNetworkServiceAssociationRequest mocks base method.
func (*MockVpcLatticeAPI) CreateServiceNetworkServiceAssociationWithContext ¶
func (m *MockVpcLatticeAPI) CreateServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkServiceAssociationInput, arg2 ...request.Option) (*vpclattice.CreateServiceNetworkServiceAssociationOutput, error)
CreateServiceNetworkServiceAssociationWithContext mocks base method.
func (*MockVpcLatticeAPI) CreateServiceNetworkVpcAssociation ¶
func (m *MockVpcLatticeAPI) CreateServiceNetworkVpcAssociation(arg0 *vpclattice.CreateServiceNetworkVpcAssociationInput) (*vpclattice.CreateServiceNetworkVpcAssociationOutput, error)
CreateServiceNetworkVpcAssociation mocks base method.
func (*MockVpcLatticeAPI) CreateServiceNetworkVpcAssociationRequest ¶
func (m *MockVpcLatticeAPI) CreateServiceNetworkVpcAssociationRequest(arg0 *vpclattice.CreateServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.CreateServiceNetworkVpcAssociationOutput)
CreateServiceNetworkVpcAssociationRequest mocks base method.
func (*MockVpcLatticeAPI) CreateServiceNetworkVpcAssociationWithContext ¶
func (m *MockVpcLatticeAPI) CreateServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.CreateServiceNetworkVpcAssociationInput, arg2 ...request.Option) (*vpclattice.CreateServiceNetworkVpcAssociationOutput, error)
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 ¶
func (m *MockVpcLatticeAPI) CreateServiceRequest(arg0 *vpclattice.CreateServiceInput) (*request.Request, *vpclattice.CreateServiceOutput)
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 ¶
func (m *MockVpcLatticeAPI) CreateTargetGroup(arg0 *vpclattice.CreateTargetGroupInput) (*vpclattice.CreateTargetGroupOutput, error)
CreateTargetGroup mocks base method.
func (*MockVpcLatticeAPI) CreateTargetGroupRequest ¶
func (m *MockVpcLatticeAPI) CreateTargetGroupRequest(arg0 *vpclattice.CreateTargetGroupInput) (*request.Request, *vpclattice.CreateTargetGroupOutput)
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 ¶
func (m *MockVpcLatticeAPI) DeleteAccessLogSubscription(arg0 *vpclattice.DeleteAccessLogSubscriptionInput) (*vpclattice.DeleteAccessLogSubscriptionOutput, error)
DeleteAccessLogSubscription mocks base method.
func (*MockVpcLatticeAPI) DeleteAccessLogSubscriptionRequest ¶
func (m *MockVpcLatticeAPI) DeleteAccessLogSubscriptionRequest(arg0 *vpclattice.DeleteAccessLogSubscriptionInput) (*request.Request, *vpclattice.DeleteAccessLogSubscriptionOutput)
DeleteAccessLogSubscriptionRequest mocks base method.
func (*MockVpcLatticeAPI) DeleteAccessLogSubscriptionWithContext ¶
func (m *MockVpcLatticeAPI) DeleteAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteAccessLogSubscriptionInput, arg2 ...request.Option) (*vpclattice.DeleteAccessLogSubscriptionOutput, error)
DeleteAccessLogSubscriptionWithContext mocks base method.
func (*MockVpcLatticeAPI) DeleteAuthPolicy ¶
func (m *MockVpcLatticeAPI) DeleteAuthPolicy(arg0 *vpclattice.DeleteAuthPolicyInput) (*vpclattice.DeleteAuthPolicyOutput, error)
DeleteAuthPolicy mocks base method.
func (*MockVpcLatticeAPI) DeleteAuthPolicyRequest ¶
func (m *MockVpcLatticeAPI) DeleteAuthPolicyRequest(arg0 *vpclattice.DeleteAuthPolicyInput) (*request.Request, *vpclattice.DeleteAuthPolicyOutput)
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 ¶
func (m *MockVpcLatticeAPI) DeleteListener(arg0 *vpclattice.DeleteListenerInput) (*vpclattice.DeleteListenerOutput, error)
DeleteListener mocks base method.
func (*MockVpcLatticeAPI) DeleteListenerRequest ¶
func (m *MockVpcLatticeAPI) DeleteListenerRequest(arg0 *vpclattice.DeleteListenerInput) (*request.Request, *vpclattice.DeleteListenerOutput)
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 ¶
func (m *MockVpcLatticeAPI) DeleteResourcePolicy(arg0 *vpclattice.DeleteResourcePolicyInput) (*vpclattice.DeleteResourcePolicyOutput, error)
DeleteResourcePolicy mocks base method.
func (*MockVpcLatticeAPI) DeleteResourcePolicyRequest ¶
func (m *MockVpcLatticeAPI) DeleteResourcePolicyRequest(arg0 *vpclattice.DeleteResourcePolicyInput) (*request.Request, *vpclattice.DeleteResourcePolicyOutput)
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 ¶
func (m *MockVpcLatticeAPI) DeleteRule(arg0 *vpclattice.DeleteRuleInput) (*vpclattice.DeleteRuleOutput, error)
DeleteRule mocks base method.
func (*MockVpcLatticeAPI) DeleteRuleRequest ¶
func (m *MockVpcLatticeAPI) DeleteRuleRequest(arg0 *vpclattice.DeleteRuleInput) (*request.Request, *vpclattice.DeleteRuleOutput)
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 ¶
func (m *MockVpcLatticeAPI) DeleteService(arg0 *vpclattice.DeleteServiceInput) (*vpclattice.DeleteServiceOutput, error)
DeleteService mocks base method.
func (*MockVpcLatticeAPI) DeleteServiceNetwork ¶
func (m *MockVpcLatticeAPI) DeleteServiceNetwork(arg0 *vpclattice.DeleteServiceNetworkInput) (*vpclattice.DeleteServiceNetworkOutput, error)
DeleteServiceNetwork mocks base method.
func (*MockVpcLatticeAPI) DeleteServiceNetworkRequest ¶
func (m *MockVpcLatticeAPI) DeleteServiceNetworkRequest(arg0 *vpclattice.DeleteServiceNetworkInput) (*request.Request, *vpclattice.DeleteServiceNetworkOutput)
DeleteServiceNetworkRequest mocks base method.
func (*MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociation ¶
func (m *MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociation(arg0 *vpclattice.DeleteServiceNetworkServiceAssociationInput) (*vpclattice.DeleteServiceNetworkServiceAssociationOutput, error)
DeleteServiceNetworkServiceAssociation mocks base method.
func (*MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociationRequest ¶
func (m *MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociationRequest(arg0 *vpclattice.DeleteServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.DeleteServiceNetworkServiceAssociationOutput)
DeleteServiceNetworkServiceAssociationRequest mocks base method.
func (*MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociationWithContext ¶
func (m *MockVpcLatticeAPI) DeleteServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkServiceAssociationInput, arg2 ...request.Option) (*vpclattice.DeleteServiceNetworkServiceAssociationOutput, error)
DeleteServiceNetworkServiceAssociationWithContext mocks base method.
func (*MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociation ¶
func (m *MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociation(arg0 *vpclattice.DeleteServiceNetworkVpcAssociationInput) (*vpclattice.DeleteServiceNetworkVpcAssociationOutput, error)
DeleteServiceNetworkVpcAssociation mocks base method.
func (*MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociationRequest ¶
func (m *MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociationRequest(arg0 *vpclattice.DeleteServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.DeleteServiceNetworkVpcAssociationOutput)
DeleteServiceNetworkVpcAssociationRequest mocks base method.
func (*MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociationWithContext ¶
func (m *MockVpcLatticeAPI) DeleteServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.DeleteServiceNetworkVpcAssociationInput, arg2 ...request.Option) (*vpclattice.DeleteServiceNetworkVpcAssociationOutput, error)
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 ¶
func (m *MockVpcLatticeAPI) DeleteServiceRequest(arg0 *vpclattice.DeleteServiceInput) (*request.Request, *vpclattice.DeleteServiceOutput)
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 ¶
func (m *MockVpcLatticeAPI) DeleteTargetGroup(arg0 *vpclattice.DeleteTargetGroupInput) (*vpclattice.DeleteTargetGroupOutput, error)
DeleteTargetGroup mocks base method.
func (*MockVpcLatticeAPI) DeleteTargetGroupRequest ¶
func (m *MockVpcLatticeAPI) DeleteTargetGroupRequest(arg0 *vpclattice.DeleteTargetGroupInput) (*request.Request, *vpclattice.DeleteTargetGroupOutput)
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 ¶
func (m *MockVpcLatticeAPI) DeregisterTargets(arg0 *vpclattice.DeregisterTargetsInput) (*vpclattice.DeregisterTargetsOutput, error)
DeregisterTargets mocks base method.
func (*MockVpcLatticeAPI) DeregisterTargetsRequest ¶
func (m *MockVpcLatticeAPI) DeregisterTargetsRequest(arg0 *vpclattice.DeregisterTargetsInput) (*request.Request, *vpclattice.DeregisterTargetsOutput)
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 ¶
func (m *MockVpcLatticeAPI) EXPECT() *MockVpcLatticeAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVpcLatticeAPI) GetAccessLogSubscription ¶
func (m *MockVpcLatticeAPI) GetAccessLogSubscription(arg0 *vpclattice.GetAccessLogSubscriptionInput) (*vpclattice.GetAccessLogSubscriptionOutput, error)
GetAccessLogSubscription mocks base method.
func (*MockVpcLatticeAPI) GetAccessLogSubscriptionRequest ¶
func (m *MockVpcLatticeAPI) GetAccessLogSubscriptionRequest(arg0 *vpclattice.GetAccessLogSubscriptionInput) (*request.Request, *vpclattice.GetAccessLogSubscriptionOutput)
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 ¶
func (m *MockVpcLatticeAPI) GetAuthPolicy(arg0 *vpclattice.GetAuthPolicyInput) (*vpclattice.GetAuthPolicyOutput, error)
GetAuthPolicy mocks base method.
func (*MockVpcLatticeAPI) GetAuthPolicyRequest ¶
func (m *MockVpcLatticeAPI) GetAuthPolicyRequest(arg0 *vpclattice.GetAuthPolicyInput) (*request.Request, *vpclattice.GetAuthPolicyOutput)
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 ¶
func (m *MockVpcLatticeAPI) GetListener(arg0 *vpclattice.GetListenerInput) (*vpclattice.GetListenerOutput, error)
GetListener mocks base method.
func (*MockVpcLatticeAPI) GetListenerRequest ¶
func (m *MockVpcLatticeAPI) GetListenerRequest(arg0 *vpclattice.GetListenerInput) (*request.Request, *vpclattice.GetListenerOutput)
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 ¶
func (m *MockVpcLatticeAPI) GetResourcePolicy(arg0 *vpclattice.GetResourcePolicyInput) (*vpclattice.GetResourcePolicyOutput, error)
GetResourcePolicy mocks base method.
func (*MockVpcLatticeAPI) GetResourcePolicyRequest ¶
func (m *MockVpcLatticeAPI) GetResourcePolicyRequest(arg0 *vpclattice.GetResourcePolicyInput) (*request.Request, *vpclattice.GetResourcePolicyOutput)
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 ¶
func (m *MockVpcLatticeAPI) GetRule(arg0 *vpclattice.GetRuleInput) (*vpclattice.GetRuleOutput, error)
GetRule mocks base method.
func (*MockVpcLatticeAPI) GetRuleRequest ¶
func (m *MockVpcLatticeAPI) GetRuleRequest(arg0 *vpclattice.GetRuleInput) (*request.Request, *vpclattice.GetRuleOutput)
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 ¶
func (m *MockVpcLatticeAPI) GetService(arg0 *vpclattice.GetServiceInput) (*vpclattice.GetServiceOutput, error)
GetService mocks base method.
func (*MockVpcLatticeAPI) GetServiceNetwork ¶
func (m *MockVpcLatticeAPI) GetServiceNetwork(arg0 *vpclattice.GetServiceNetworkInput) (*vpclattice.GetServiceNetworkOutput, error)
GetServiceNetwork mocks base method.
func (*MockVpcLatticeAPI) GetServiceNetworkRequest ¶
func (m *MockVpcLatticeAPI) GetServiceNetworkRequest(arg0 *vpclattice.GetServiceNetworkInput) (*request.Request, *vpclattice.GetServiceNetworkOutput)
GetServiceNetworkRequest mocks base method.
func (*MockVpcLatticeAPI) GetServiceNetworkServiceAssociation ¶
func (m *MockVpcLatticeAPI) GetServiceNetworkServiceAssociation(arg0 *vpclattice.GetServiceNetworkServiceAssociationInput) (*vpclattice.GetServiceNetworkServiceAssociationOutput, error)
GetServiceNetworkServiceAssociation mocks base method.
func (*MockVpcLatticeAPI) GetServiceNetworkServiceAssociationRequest ¶
func (m *MockVpcLatticeAPI) GetServiceNetworkServiceAssociationRequest(arg0 *vpclattice.GetServiceNetworkServiceAssociationInput) (*request.Request, *vpclattice.GetServiceNetworkServiceAssociationOutput)
GetServiceNetworkServiceAssociationRequest mocks base method.
func (*MockVpcLatticeAPI) GetServiceNetworkServiceAssociationWithContext ¶
func (m *MockVpcLatticeAPI) GetServiceNetworkServiceAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkServiceAssociationInput, arg2 ...request.Option) (*vpclattice.GetServiceNetworkServiceAssociationOutput, error)
GetServiceNetworkServiceAssociationWithContext mocks base method.
func (*MockVpcLatticeAPI) GetServiceNetworkVpcAssociation ¶
func (m *MockVpcLatticeAPI) GetServiceNetworkVpcAssociation(arg0 *vpclattice.GetServiceNetworkVpcAssociationInput) (*vpclattice.GetServiceNetworkVpcAssociationOutput, error)
GetServiceNetworkVpcAssociation mocks base method.
func (*MockVpcLatticeAPI) GetServiceNetworkVpcAssociationRequest ¶
func (m *MockVpcLatticeAPI) GetServiceNetworkVpcAssociationRequest(arg0 *vpclattice.GetServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.GetServiceNetworkVpcAssociationOutput)
GetServiceNetworkVpcAssociationRequest mocks base method.
func (*MockVpcLatticeAPI) GetServiceNetworkVpcAssociationWithContext ¶
func (m *MockVpcLatticeAPI) GetServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.GetServiceNetworkVpcAssociationInput, arg2 ...request.Option) (*vpclattice.GetServiceNetworkVpcAssociationOutput, error)
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 ¶
func (m *MockVpcLatticeAPI) GetServiceRequest(arg0 *vpclattice.GetServiceInput) (*request.Request, *vpclattice.GetServiceOutput)
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 ¶
func (m *MockVpcLatticeAPI) GetTargetGroup(arg0 *vpclattice.GetTargetGroupInput) (*vpclattice.GetTargetGroupOutput, error)
GetTargetGroup mocks base method.
func (*MockVpcLatticeAPI) GetTargetGroupRequest ¶
func (m *MockVpcLatticeAPI) GetTargetGroupRequest(arg0 *vpclattice.GetTargetGroupInput) (*request.Request, *vpclattice.GetTargetGroupOutput)
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 ¶
func (m *MockVpcLatticeAPI) ListAccessLogSubscriptions(arg0 *vpclattice.ListAccessLogSubscriptionsInput) (*vpclattice.ListAccessLogSubscriptionsOutput, error)
ListAccessLogSubscriptions mocks base method.
func (*MockVpcLatticeAPI) ListAccessLogSubscriptionsRequest ¶
func (m *MockVpcLatticeAPI) ListAccessLogSubscriptionsRequest(arg0 *vpclattice.ListAccessLogSubscriptionsInput) (*request.Request, *vpclattice.ListAccessLogSubscriptionsOutput)
ListAccessLogSubscriptionsRequest mocks base method.
func (*MockVpcLatticeAPI) ListAccessLogSubscriptionsWithContext ¶
func (m *MockVpcLatticeAPI) ListAccessLogSubscriptionsWithContext(arg0 aws.Context, arg1 *vpclattice.ListAccessLogSubscriptionsInput, arg2 ...request.Option) (*vpclattice.ListAccessLogSubscriptionsOutput, error)
ListAccessLogSubscriptionsWithContext mocks base method.
func (*MockVpcLatticeAPI) ListListeners ¶
func (m *MockVpcLatticeAPI) ListListeners(arg0 *vpclattice.ListListenersInput) (*vpclattice.ListListenersOutput, error)
ListListeners mocks base method.
func (*MockVpcLatticeAPI) ListListenersRequest ¶
func (m *MockVpcLatticeAPI) ListListenersRequest(arg0 *vpclattice.ListListenersInput) (*request.Request, *vpclattice.ListListenersOutput)
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 ¶
func (m *MockVpcLatticeAPI) ListRules(arg0 *vpclattice.ListRulesInput) (*vpclattice.ListRulesOutput, error)
ListRules mocks base method.
func (*MockVpcLatticeAPI) ListRulesRequest ¶
func (m *MockVpcLatticeAPI) ListRulesRequest(arg0 *vpclattice.ListRulesInput) (*request.Request, *vpclattice.ListRulesOutput)
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 ¶
func (m *MockVpcLatticeAPI) ListServiceNetworkServiceAssociations(arg0 *vpclattice.ListServiceNetworkServiceAssociationsInput) (*vpclattice.ListServiceNetworkServiceAssociationsOutput, error)
ListServiceNetworkServiceAssociations mocks base method.
func (*MockVpcLatticeAPI) ListServiceNetworkServiceAssociationsRequest ¶
func (m *MockVpcLatticeAPI) ListServiceNetworkServiceAssociationsRequest(arg0 *vpclattice.ListServiceNetworkServiceAssociationsInput) (*request.Request, *vpclattice.ListServiceNetworkServiceAssociationsOutput)
ListServiceNetworkServiceAssociationsRequest mocks base method.
func (*MockVpcLatticeAPI) ListServiceNetworkServiceAssociationsWithContext ¶
func (m *MockVpcLatticeAPI) ListServiceNetworkServiceAssociationsWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworkServiceAssociationsInput, arg2 ...request.Option) (*vpclattice.ListServiceNetworkServiceAssociationsOutput, error)
ListServiceNetworkServiceAssociationsWithContext mocks base method.
func (*MockVpcLatticeAPI) ListServiceNetworkVpcAssociations ¶
func (m *MockVpcLatticeAPI) ListServiceNetworkVpcAssociations(arg0 *vpclattice.ListServiceNetworkVpcAssociationsInput) (*vpclattice.ListServiceNetworkVpcAssociationsOutput, error)
ListServiceNetworkVpcAssociations mocks base method.
func (*MockVpcLatticeAPI) ListServiceNetworkVpcAssociationsRequest ¶
func (m *MockVpcLatticeAPI) ListServiceNetworkVpcAssociationsRequest(arg0 *vpclattice.ListServiceNetworkVpcAssociationsInput) (*request.Request, *vpclattice.ListServiceNetworkVpcAssociationsOutput)
ListServiceNetworkVpcAssociationsRequest mocks base method.
func (*MockVpcLatticeAPI) ListServiceNetworkVpcAssociationsWithContext ¶
func (m *MockVpcLatticeAPI) ListServiceNetworkVpcAssociationsWithContext(arg0 aws.Context, arg1 *vpclattice.ListServiceNetworkVpcAssociationsInput, arg2 ...request.Option) (*vpclattice.ListServiceNetworkVpcAssociationsOutput, error)
ListServiceNetworkVpcAssociationsWithContext mocks base method.
func (*MockVpcLatticeAPI) ListServiceNetworks ¶
func (m *MockVpcLatticeAPI) ListServiceNetworks(arg0 *vpclattice.ListServiceNetworksInput) (*vpclattice.ListServiceNetworksOutput, error)
ListServiceNetworks mocks base method.
func (*MockVpcLatticeAPI) ListServiceNetworksRequest ¶
func (m *MockVpcLatticeAPI) ListServiceNetworksRequest(arg0 *vpclattice.ListServiceNetworksInput) (*request.Request, *vpclattice.ListServiceNetworksOutput)
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 ¶
func (m *MockVpcLatticeAPI) ListServices(arg0 *vpclattice.ListServicesInput) (*vpclattice.ListServicesOutput, error)
ListServices mocks base method.
func (*MockVpcLatticeAPI) ListServicesRequest ¶
func (m *MockVpcLatticeAPI) ListServicesRequest(arg0 *vpclattice.ListServicesInput) (*request.Request, *vpclattice.ListServicesOutput)
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 ¶
func (m *MockVpcLatticeAPI) ListTagsForResource(arg0 *vpclattice.ListTagsForResourceInput) (*vpclattice.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method.
func (*MockVpcLatticeAPI) ListTagsForResourceRequest ¶
func (m *MockVpcLatticeAPI) ListTagsForResourceRequest(arg0 *vpclattice.ListTagsForResourceInput) (*request.Request, *vpclattice.ListTagsForResourceOutput)
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 ¶
func (m *MockVpcLatticeAPI) ListTargetGroups(arg0 *vpclattice.ListTargetGroupsInput) (*vpclattice.ListTargetGroupsOutput, error)
ListTargetGroups mocks base method.
func (*MockVpcLatticeAPI) ListTargetGroupsRequest ¶
func (m *MockVpcLatticeAPI) ListTargetGroupsRequest(arg0 *vpclattice.ListTargetGroupsInput) (*request.Request, *vpclattice.ListTargetGroupsOutput)
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 ¶
func (m *MockVpcLatticeAPI) ListTargets(arg0 *vpclattice.ListTargetsInput) (*vpclattice.ListTargetsOutput, error)
ListTargets mocks base method.
func (*MockVpcLatticeAPI) ListTargetsRequest ¶
func (m *MockVpcLatticeAPI) ListTargetsRequest(arg0 *vpclattice.ListTargetsInput) (*request.Request, *vpclattice.ListTargetsOutput)
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 ¶
func (m *MockVpcLatticeAPI) PutAuthPolicy(arg0 *vpclattice.PutAuthPolicyInput) (*vpclattice.PutAuthPolicyOutput, error)
PutAuthPolicy mocks base method.
func (*MockVpcLatticeAPI) PutAuthPolicyRequest ¶
func (m *MockVpcLatticeAPI) PutAuthPolicyRequest(arg0 *vpclattice.PutAuthPolicyInput) (*request.Request, *vpclattice.PutAuthPolicyOutput)
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 ¶
func (m *MockVpcLatticeAPI) PutResourcePolicy(arg0 *vpclattice.PutResourcePolicyInput) (*vpclattice.PutResourcePolicyOutput, error)
PutResourcePolicy mocks base method.
func (*MockVpcLatticeAPI) PutResourcePolicyRequest ¶
func (m *MockVpcLatticeAPI) PutResourcePolicyRequest(arg0 *vpclattice.PutResourcePolicyInput) (*request.Request, *vpclattice.PutResourcePolicyOutput)
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 ¶
func (m *MockVpcLatticeAPI) RegisterTargets(arg0 *vpclattice.RegisterTargetsInput) (*vpclattice.RegisterTargetsOutput, error)
RegisterTargets mocks base method.
func (*MockVpcLatticeAPI) RegisterTargetsRequest ¶
func (m *MockVpcLatticeAPI) RegisterTargetsRequest(arg0 *vpclattice.RegisterTargetsInput) (*request.Request, *vpclattice.RegisterTargetsOutput)
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 ¶
func (m *MockVpcLatticeAPI) TagResource(arg0 *vpclattice.TagResourceInput) (*vpclattice.TagResourceOutput, error)
TagResource mocks base method.
func (*MockVpcLatticeAPI) TagResourceRequest ¶
func (m *MockVpcLatticeAPI) TagResourceRequest(arg0 *vpclattice.TagResourceInput) (*request.Request, *vpclattice.TagResourceOutput)
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 ¶
func (m *MockVpcLatticeAPI) UntagResource(arg0 *vpclattice.UntagResourceInput) (*vpclattice.UntagResourceOutput, error)
UntagResource mocks base method.
func (*MockVpcLatticeAPI) UntagResourceRequest ¶
func (m *MockVpcLatticeAPI) UntagResourceRequest(arg0 *vpclattice.UntagResourceInput) (*request.Request, *vpclattice.UntagResourceOutput)
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 ¶
func (m *MockVpcLatticeAPI) UpdateAccessLogSubscription(arg0 *vpclattice.UpdateAccessLogSubscriptionInput) (*vpclattice.UpdateAccessLogSubscriptionOutput, error)
UpdateAccessLogSubscription mocks base method.
func (*MockVpcLatticeAPI) UpdateAccessLogSubscriptionRequest ¶
func (m *MockVpcLatticeAPI) UpdateAccessLogSubscriptionRequest(arg0 *vpclattice.UpdateAccessLogSubscriptionInput) (*request.Request, *vpclattice.UpdateAccessLogSubscriptionOutput)
UpdateAccessLogSubscriptionRequest mocks base method.
func (*MockVpcLatticeAPI) UpdateAccessLogSubscriptionWithContext ¶
func (m *MockVpcLatticeAPI) UpdateAccessLogSubscriptionWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateAccessLogSubscriptionInput, arg2 ...request.Option) (*vpclattice.UpdateAccessLogSubscriptionOutput, error)
UpdateAccessLogSubscriptionWithContext mocks base method.
func (*MockVpcLatticeAPI) UpdateListener ¶
func (m *MockVpcLatticeAPI) UpdateListener(arg0 *vpclattice.UpdateListenerInput) (*vpclattice.UpdateListenerOutput, error)
UpdateListener mocks base method.
func (*MockVpcLatticeAPI) UpdateListenerRequest ¶
func (m *MockVpcLatticeAPI) UpdateListenerRequest(arg0 *vpclattice.UpdateListenerInput) (*request.Request, *vpclattice.UpdateListenerOutput)
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 ¶
func (m *MockVpcLatticeAPI) UpdateRule(arg0 *vpclattice.UpdateRuleInput) (*vpclattice.UpdateRuleOutput, error)
UpdateRule mocks base method.
func (*MockVpcLatticeAPI) UpdateRuleRequest ¶
func (m *MockVpcLatticeAPI) UpdateRuleRequest(arg0 *vpclattice.UpdateRuleInput) (*request.Request, *vpclattice.UpdateRuleOutput)
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 ¶
func (m *MockVpcLatticeAPI) UpdateService(arg0 *vpclattice.UpdateServiceInput) (*vpclattice.UpdateServiceOutput, error)
UpdateService mocks base method.
func (*MockVpcLatticeAPI) UpdateServiceNetwork ¶
func (m *MockVpcLatticeAPI) UpdateServiceNetwork(arg0 *vpclattice.UpdateServiceNetworkInput) (*vpclattice.UpdateServiceNetworkOutput, error)
UpdateServiceNetwork mocks base method.
func (*MockVpcLatticeAPI) UpdateServiceNetworkRequest ¶
func (m *MockVpcLatticeAPI) UpdateServiceNetworkRequest(arg0 *vpclattice.UpdateServiceNetworkInput) (*request.Request, *vpclattice.UpdateServiceNetworkOutput)
UpdateServiceNetworkRequest mocks base method.
func (*MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociation ¶
func (m *MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociation(arg0 *vpclattice.UpdateServiceNetworkVpcAssociationInput) (*vpclattice.UpdateServiceNetworkVpcAssociationOutput, error)
UpdateServiceNetworkVpcAssociation mocks base method.
func (*MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociationRequest ¶
func (m *MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociationRequest(arg0 *vpclattice.UpdateServiceNetworkVpcAssociationInput) (*request.Request, *vpclattice.UpdateServiceNetworkVpcAssociationOutput)
UpdateServiceNetworkVpcAssociationRequest mocks base method.
func (*MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociationWithContext ¶
func (m *MockVpcLatticeAPI) UpdateServiceNetworkVpcAssociationWithContext(arg0 aws.Context, arg1 *vpclattice.UpdateServiceNetworkVpcAssociationInput, arg2 ...request.Option) (*vpclattice.UpdateServiceNetworkVpcAssociationOutput, error)
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 ¶
func (m *MockVpcLatticeAPI) UpdateServiceRequest(arg0 *vpclattice.UpdateServiceInput) (*request.Request, *vpclattice.UpdateServiceOutput)
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 ¶
func (m *MockVpcLatticeAPI) UpdateTargetGroup(arg0 *vpclattice.UpdateTargetGroupInput) (*vpclattice.UpdateTargetGroupOutput, error)
UpdateTargetGroup mocks base method.
func (*MockVpcLatticeAPI) UpdateTargetGroupRequest ¶
func (m *MockVpcLatticeAPI) UpdateTargetGroupRequest(arg0 *vpclattice.UpdateTargetGroupInput) (*request.Request, *vpclattice.UpdateTargetGroupOutput)
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.