Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) AssociateVPCWithHostedZone(arg0 *route53.AssociateVPCWithHostedZoneInput) (*route53.AssociateVPCWithHostedZoneOutput, error)
- func (m *MockClient) ChangeResourceRecordSets(arg0 *route53.ChangeResourceRecordSetsInput) (*route53.ChangeResourceRecordSetsOutput, error)
- func (m *MockClient) ChangeTagsForResource(input *route53.ChangeTagsForResourceInput) (*route53.ChangeTagsForResourceOutput, error)
- func (m *MockClient) CreateHostedZone(input *route53.CreateHostedZoneInput) (*route53.CreateHostedZoneOutput, error)
- func (m *MockClient) CreateVPCAssociationAuthorization(arg0 *route53.CreateVPCAssociationAuthorizationInput) (*route53.CreateVPCAssociationAuthorizationOutput, error)
- func (m *MockClient) CreateVpcEndpoint(arg0 *ec2.CreateVpcEndpointInput) (*ec2.CreateVpcEndpointOutput, error)
- func (m *MockClient) CreateVpcEndpointServiceConfiguration(arg0 *ec2.CreateVpcEndpointServiceConfigurationInput) (*ec2.CreateVpcEndpointServiceConfigurationOutput, error)
- func (m *MockClient) DeleteHostedZone(input *route53.DeleteHostedZoneInput) (*route53.DeleteHostedZoneOutput, error)
- func (m *MockClient) DeleteVPCAssociationAuthorization(arg0 *route53.DeleteVPCAssociationAuthorizationInput) (*route53.DeleteVPCAssociationAuthorizationOutput, error)
- func (m *MockClient) DeleteVpcEndpointServiceConfigurations(arg0 *ec2.DeleteVpcEndpointServiceConfigurationsInput) (*ec2.DeleteVpcEndpointServiceConfigurationsOutput, error)
- func (m *MockClient) DeleteVpcEndpoints(arg0 *ec2.DeleteVpcEndpointsInput) (*ec2.DeleteVpcEndpointsOutput, error)
- func (m *MockClient) DescribeAvailabilityZones(arg0 *ec2.DescribeAvailabilityZonesInput) (*ec2.DescribeAvailabilityZonesOutput, error)
- func (m *MockClient) DescribeInstances(arg0 *ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error)
- func (m *MockClient) DescribeLoadBalancers(arg0 *elbv2.DescribeLoadBalancersInput) (*elbv2.DescribeLoadBalancersOutput, error)
- func (m *MockClient) DescribeNetworkInterfaces(input *ec2.DescribeNetworkInterfacesInput) (*ec2.DescribeNetworkInterfacesOutput, error)
- func (m *MockClient) DescribeRouteTables(arg0 *ec2.DescribeRouteTablesInput) (*ec2.DescribeRouteTablesOutput, error)
- func (m *MockClient) DescribeSubnets(arg0 *ec2.DescribeSubnetsInput) (*ec2.DescribeSubnetsOutput, error)
- func (m *MockClient) DescribeVpcEndpointServiceConfigurations(arg0 *ec2.DescribeVpcEndpointServiceConfigurationsInput) (*ec2.DescribeVpcEndpointServiceConfigurationsOutput, error)
- func (m *MockClient) DescribeVpcEndpointServicePermissions(arg0 *ec2.DescribeVpcEndpointServicePermissionsInput) (*ec2.DescribeVpcEndpointServicePermissionsOutput, error)
- func (m *MockClient) DescribeVpcEndpointServices(arg0 *ec2.DescribeVpcEndpointServicesInput) (*ec2.DescribeVpcEndpointServicesOutput, error)
- func (m *MockClient) DescribeVpcEndpoints(arg0 *ec2.DescribeVpcEndpointsInput) (*ec2.DescribeVpcEndpointsOutput, error)
- func (m *MockClient) DisassociateVPCFromHostedZone(input *route53.DisassociateVPCFromHostedZoneInput) (*route53.DisassociateVPCFromHostedZoneOutput, error)
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GetCallerIdentity(input *sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error)
- func (m *MockClient) GetHostedZone(arg0 *route53.GetHostedZoneInput) (*route53.GetHostedZoneOutput, error)
- func (m *MockClient) GetResourcesPages(input *resourcegroupstaggingapi.GetResourcesInput, ...) error
- func (m *MockClient) GetS3API() s3iface.S3API
- func (m *MockClient) ListHostedZonesByName(input *route53.ListHostedZonesByNameInput) (*route53.ListHostedZonesByNameOutput, error)
- func (m *MockClient) ListHostedZonesByVPC(input *route53.ListHostedZonesByVPCInput) (*route53.ListHostedZonesByVPCOutput, error)
- func (m *MockClient) ListResourceRecordSets(input *route53.ListResourceRecordSetsInput) (*route53.ListResourceRecordSetsOutput, error)
- func (m *MockClient) ListTagsForResource(arg0 *route53.ListTagsForResourceInput) (*route53.ListTagsForResourceOutput, error)
- func (m *MockClient) ModifyVpcEndpointServiceConfiguration(arg0 *ec2.ModifyVpcEndpointServiceConfigurationInput) (*ec2.ModifyVpcEndpointServiceConfigurationOutput, error)
- func (m *MockClient) ModifyVpcEndpointServicePermissions(arg0 *ec2.ModifyVpcEndpointServicePermissionsInput) (*ec2.ModifyVpcEndpointServicePermissionsOutput, error)
- func (m *MockClient) StartInstances(arg0 *ec2.StartInstancesInput) (*ec2.StartInstancesOutput, error)
- func (m *MockClient) StopInstances(arg0 *ec2.StopInstancesInput) (*ec2.StopInstancesOutput, error)
- func (m *MockClient) TerminateInstances(arg0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)
- func (m *MockClient) Upload(arg0 *s3manager.UploadInput) (*s3manager.UploadOutput, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) AssociateVPCWithHostedZone(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ChangeResourceRecordSets(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ChangeTagsForResource(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateHostedZone(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateVPCAssociationAuthorization(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateVpcEndpoint(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) CreateVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteHostedZone(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteVPCAssociationAuthorization(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteVpcEndpoints(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeLoadBalancers(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeNetworkInterfaces(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeRouteTables(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeVpcEndpointServices(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DescribeVpcEndpoints(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DisassociateVPCFromHostedZone(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetCallerIdentity(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetHostedZone(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetResourcesPages(input, fn interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetS3API() *gomock.Call
- func (mr *MockClientMockRecorder) ListHostedZonesByName(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListHostedZonesByVPC(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListResourceRecordSets(input interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ModifyVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ModifyVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) StartInstances(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) StopInstances(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Upload(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance
func (*MockClient) AssociateVPCWithHostedZone ¶ added in v1.1.1
func (m *MockClient) AssociateVPCWithHostedZone(arg0 *route53.AssociateVPCWithHostedZoneInput) (*route53.AssociateVPCWithHostedZoneOutput, error)
AssociateVPCWithHostedZone mocks base method
func (*MockClient) ChangeResourceRecordSets ¶
func (m *MockClient) ChangeResourceRecordSets(arg0 *route53.ChangeResourceRecordSetsInput) (*route53.ChangeResourceRecordSetsOutput, error)
ChangeResourceRecordSets mocks base method
func (*MockClient) ChangeTagsForResource ¶
func (m *MockClient) ChangeTagsForResource(input *route53.ChangeTagsForResourceInput) (*route53.ChangeTagsForResourceOutput, error)
ChangeTagsForResource mocks base method
func (*MockClient) CreateHostedZone ¶
func (m *MockClient) CreateHostedZone(input *route53.CreateHostedZoneInput) (*route53.CreateHostedZoneOutput, error)
CreateHostedZone mocks base method
func (*MockClient) CreateVPCAssociationAuthorization ¶ added in v1.1.1
func (m *MockClient) CreateVPCAssociationAuthorization(arg0 *route53.CreateVPCAssociationAuthorizationInput) (*route53.CreateVPCAssociationAuthorizationOutput, error)
CreateVPCAssociationAuthorization mocks base method
func (*MockClient) CreateVpcEndpoint ¶ added in v1.1.1
func (m *MockClient) CreateVpcEndpoint(arg0 *ec2.CreateVpcEndpointInput) (*ec2.CreateVpcEndpointOutput, error)
CreateVpcEndpoint mocks base method
func (*MockClient) CreateVpcEndpointServiceConfiguration ¶ added in v1.1.1
func (m *MockClient) CreateVpcEndpointServiceConfiguration(arg0 *ec2.CreateVpcEndpointServiceConfigurationInput) (*ec2.CreateVpcEndpointServiceConfigurationOutput, error)
CreateVpcEndpointServiceConfiguration mocks base method
func (*MockClient) DeleteHostedZone ¶
func (m *MockClient) DeleteHostedZone(input *route53.DeleteHostedZoneInput) (*route53.DeleteHostedZoneOutput, error)
DeleteHostedZone mocks base method
func (*MockClient) DeleteVPCAssociationAuthorization ¶ added in v1.1.1
func (m *MockClient) DeleteVPCAssociationAuthorization(arg0 *route53.DeleteVPCAssociationAuthorizationInput) (*route53.DeleteVPCAssociationAuthorizationOutput, error)
DeleteVPCAssociationAuthorization mocks base method
func (*MockClient) DeleteVpcEndpointServiceConfigurations ¶ added in v1.1.1
func (m *MockClient) DeleteVpcEndpointServiceConfigurations(arg0 *ec2.DeleteVpcEndpointServiceConfigurationsInput) (*ec2.DeleteVpcEndpointServiceConfigurationsOutput, error)
DeleteVpcEndpointServiceConfigurations mocks base method
func (*MockClient) DeleteVpcEndpoints ¶ added in v1.1.1
func (m *MockClient) DeleteVpcEndpoints(arg0 *ec2.DeleteVpcEndpointsInput) (*ec2.DeleteVpcEndpointsOutput, error)
DeleteVpcEndpoints mocks base method
func (*MockClient) DescribeAvailabilityZones ¶
func (m *MockClient) DescribeAvailabilityZones(arg0 *ec2.DescribeAvailabilityZonesInput) (*ec2.DescribeAvailabilityZonesOutput, error)
DescribeAvailabilityZones mocks base method
func (*MockClient) DescribeInstances ¶
func (m *MockClient) DescribeInstances(arg0 *ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error)
DescribeInstances mocks base method
func (*MockClient) DescribeLoadBalancers ¶ added in v1.1.1
func (m *MockClient) DescribeLoadBalancers(arg0 *elbv2.DescribeLoadBalancersInput) (*elbv2.DescribeLoadBalancersOutput, error)
DescribeLoadBalancers mocks base method
func (*MockClient) DescribeNetworkInterfaces ¶ added in v1.1.13
func (m *MockClient) DescribeNetworkInterfaces(input *ec2.DescribeNetworkInterfacesInput) (*ec2.DescribeNetworkInterfacesOutput, error)
DescribeNetworkInterfaces mocks base method
func (*MockClient) DescribeRouteTables ¶ added in v1.0.18
func (m *MockClient) DescribeRouteTables(arg0 *ec2.DescribeRouteTablesInput) (*ec2.DescribeRouteTablesOutput, error)
DescribeRouteTables mocks base method
func (*MockClient) DescribeSubnets ¶
func (m *MockClient) DescribeSubnets(arg0 *ec2.DescribeSubnetsInput) (*ec2.DescribeSubnetsOutput, error)
DescribeSubnets mocks base method
func (*MockClient) DescribeVpcEndpointServiceConfigurations ¶ added in v1.1.1
func (m *MockClient) DescribeVpcEndpointServiceConfigurations(arg0 *ec2.DescribeVpcEndpointServiceConfigurationsInput) (*ec2.DescribeVpcEndpointServiceConfigurationsOutput, error)
DescribeVpcEndpointServiceConfigurations mocks base method
func (*MockClient) DescribeVpcEndpointServicePermissions ¶ added in v1.1.1
func (m *MockClient) DescribeVpcEndpointServicePermissions(arg0 *ec2.DescribeVpcEndpointServicePermissionsInput) (*ec2.DescribeVpcEndpointServicePermissionsOutput, error)
DescribeVpcEndpointServicePermissions mocks base method
func (*MockClient) DescribeVpcEndpointServices ¶ added in v1.1.1
func (m *MockClient) DescribeVpcEndpointServices(arg0 *ec2.DescribeVpcEndpointServicesInput) (*ec2.DescribeVpcEndpointServicesOutput, error)
DescribeVpcEndpointServices mocks base method
func (*MockClient) DescribeVpcEndpoints ¶ added in v1.1.1
func (m *MockClient) DescribeVpcEndpoints(arg0 *ec2.DescribeVpcEndpointsInput) (*ec2.DescribeVpcEndpointsOutput, error)
DescribeVpcEndpoints mocks base method
func (*MockClient) DisassociateVPCFromHostedZone ¶ added in v1.1.1
func (m *MockClient) DisassociateVPCFromHostedZone(input *route53.DisassociateVPCFromHostedZoneInput) (*route53.DisassociateVPCFromHostedZoneOutput, error)
DisassociateVPCFromHostedZone mocks base method
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClient) GetCallerIdentity ¶ added in v1.0.11
func (m *MockClient) GetCallerIdentity(input *sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error)
GetCallerIdentity mocks base method
func (*MockClient) GetHostedZone ¶
func (m *MockClient) GetHostedZone(arg0 *route53.GetHostedZoneInput) (*route53.GetHostedZoneOutput, error)
GetHostedZone mocks base method
func (*MockClient) GetResourcesPages ¶
func (m *MockClient) GetResourcesPages(input *resourcegroupstaggingapi.GetResourcesInput, fn func(*resourcegroupstaggingapi.GetResourcesOutput, bool) bool) error
GetResourcesPages mocks base method
func (*MockClient) GetS3API ¶
func (m *MockClient) GetS3API() s3iface.S3API
GetS3API mocks base method
func (*MockClient) ListHostedZonesByName ¶
func (m *MockClient) ListHostedZonesByName(input *route53.ListHostedZonesByNameInput) (*route53.ListHostedZonesByNameOutput, error)
ListHostedZonesByName mocks base method
func (*MockClient) ListHostedZonesByVPC ¶ added in v1.1.1
func (m *MockClient) ListHostedZonesByVPC(input *route53.ListHostedZonesByVPCInput) (*route53.ListHostedZonesByVPCOutput, error)
ListHostedZonesByVPC mocks base method
func (*MockClient) ListResourceRecordSets ¶
func (m *MockClient) ListResourceRecordSets(input *route53.ListResourceRecordSetsInput) (*route53.ListResourceRecordSetsOutput, error)
ListResourceRecordSets mocks base method
func (*MockClient) ListTagsForResource ¶
func (m *MockClient) ListTagsForResource(arg0 *route53.ListTagsForResourceInput) (*route53.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockClient) ModifyVpcEndpointServiceConfiguration ¶ added in v1.1.1
func (m *MockClient) ModifyVpcEndpointServiceConfiguration(arg0 *ec2.ModifyVpcEndpointServiceConfigurationInput) (*ec2.ModifyVpcEndpointServiceConfigurationOutput, error)
ModifyVpcEndpointServiceConfiguration mocks base method
func (*MockClient) ModifyVpcEndpointServicePermissions ¶ added in v1.1.1
func (m *MockClient) ModifyVpcEndpointServicePermissions(arg0 *ec2.ModifyVpcEndpointServicePermissionsInput) (*ec2.ModifyVpcEndpointServicePermissionsOutput, error)
ModifyVpcEndpointServicePermissions mocks base method
func (*MockClient) StartInstances ¶ added in v1.0.6
func (m *MockClient) StartInstances(arg0 *ec2.StartInstancesInput) (*ec2.StartInstancesOutput, error)
StartInstances mocks base method
func (*MockClient) StopInstances ¶ added in v1.0.6
func (m *MockClient) StopInstances(arg0 *ec2.StopInstancesInput) (*ec2.StopInstancesOutput, error)
StopInstances mocks base method
func (*MockClient) TerminateInstances ¶
func (m *MockClient) TerminateInstances(arg0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)
TerminateInstances mocks base method
func (*MockClient) Upload ¶ added in v1.0.16
func (m *MockClient) Upload(arg0 *s3manager.UploadInput) (*s3manager.UploadOutput, error)
Upload mocks base method
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient
func (*MockClientMockRecorder) AssociateVPCWithHostedZone ¶ added in v1.1.1
func (mr *MockClientMockRecorder) AssociateVPCWithHostedZone(arg0 interface{}) *gomock.Call
AssociateVPCWithHostedZone indicates an expected call of AssociateVPCWithHostedZone
func (*MockClientMockRecorder) ChangeResourceRecordSets ¶
func (mr *MockClientMockRecorder) ChangeResourceRecordSets(arg0 interface{}) *gomock.Call
ChangeResourceRecordSets indicates an expected call of ChangeResourceRecordSets
func (*MockClientMockRecorder) ChangeTagsForResource ¶
func (mr *MockClientMockRecorder) ChangeTagsForResource(input interface{}) *gomock.Call
ChangeTagsForResource indicates an expected call of ChangeTagsForResource
func (*MockClientMockRecorder) CreateHostedZone ¶
func (mr *MockClientMockRecorder) CreateHostedZone(input interface{}) *gomock.Call
CreateHostedZone indicates an expected call of CreateHostedZone
func (*MockClientMockRecorder) CreateVPCAssociationAuthorization ¶ added in v1.1.1
func (mr *MockClientMockRecorder) CreateVPCAssociationAuthorization(arg0 interface{}) *gomock.Call
CreateVPCAssociationAuthorization indicates an expected call of CreateVPCAssociationAuthorization
func (*MockClientMockRecorder) CreateVpcEndpoint ¶ added in v1.1.1
func (mr *MockClientMockRecorder) CreateVpcEndpoint(arg0 interface{}) *gomock.Call
CreateVpcEndpoint indicates an expected call of CreateVpcEndpoint
func (*MockClientMockRecorder) CreateVpcEndpointServiceConfiguration ¶ added in v1.1.1
func (mr *MockClientMockRecorder) CreateVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call
CreateVpcEndpointServiceConfiguration indicates an expected call of CreateVpcEndpointServiceConfiguration
func (*MockClientMockRecorder) DeleteHostedZone ¶
func (mr *MockClientMockRecorder) DeleteHostedZone(input interface{}) *gomock.Call
DeleteHostedZone indicates an expected call of DeleteHostedZone
func (*MockClientMockRecorder) DeleteVPCAssociationAuthorization ¶ added in v1.1.1
func (mr *MockClientMockRecorder) DeleteVPCAssociationAuthorization(arg0 interface{}) *gomock.Call
DeleteVPCAssociationAuthorization indicates an expected call of DeleteVPCAssociationAuthorization
func (*MockClientMockRecorder) DeleteVpcEndpointServiceConfigurations ¶ added in v1.1.1
func (mr *MockClientMockRecorder) DeleteVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call
DeleteVpcEndpointServiceConfigurations indicates an expected call of DeleteVpcEndpointServiceConfigurations
func (*MockClientMockRecorder) DeleteVpcEndpoints ¶ added in v1.1.1
func (mr *MockClientMockRecorder) DeleteVpcEndpoints(arg0 interface{}) *gomock.Call
DeleteVpcEndpoints indicates an expected call of DeleteVpcEndpoints
func (*MockClientMockRecorder) DescribeAvailabilityZones ¶
func (mr *MockClientMockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call
DescribeAvailabilityZones indicates an expected call of DescribeAvailabilityZones
func (*MockClientMockRecorder) DescribeInstances ¶
func (mr *MockClientMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call
DescribeInstances indicates an expected call of DescribeInstances
func (*MockClientMockRecorder) DescribeLoadBalancers ¶ added in v1.1.1
func (mr *MockClientMockRecorder) DescribeLoadBalancers(arg0 interface{}) *gomock.Call
DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers
func (*MockClientMockRecorder) DescribeNetworkInterfaces ¶ added in v1.1.13
func (mr *MockClientMockRecorder) DescribeNetworkInterfaces(input interface{}) *gomock.Call
DescribeNetworkInterfaces indicates an expected call of DescribeNetworkInterfaces
func (*MockClientMockRecorder) DescribeRouteTables ¶ added in v1.0.18
func (mr *MockClientMockRecorder) DescribeRouteTables(arg0 interface{}) *gomock.Call
DescribeRouteTables indicates an expected call of DescribeRouteTables
func (*MockClientMockRecorder) DescribeSubnets ¶
func (mr *MockClientMockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call
DescribeSubnets indicates an expected call of DescribeSubnets
func (*MockClientMockRecorder) DescribeVpcEndpointServiceConfigurations ¶ added in v1.1.1
func (mr *MockClientMockRecorder) DescribeVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call
DescribeVpcEndpointServiceConfigurations indicates an expected call of DescribeVpcEndpointServiceConfigurations
func (*MockClientMockRecorder) DescribeVpcEndpointServicePermissions ¶ added in v1.1.1
func (mr *MockClientMockRecorder) DescribeVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call
DescribeVpcEndpointServicePermissions indicates an expected call of DescribeVpcEndpointServicePermissions
func (*MockClientMockRecorder) DescribeVpcEndpointServices ¶ added in v1.1.1
func (mr *MockClientMockRecorder) DescribeVpcEndpointServices(arg0 interface{}) *gomock.Call
DescribeVpcEndpointServices indicates an expected call of DescribeVpcEndpointServices
func (*MockClientMockRecorder) DescribeVpcEndpoints ¶ added in v1.1.1
func (mr *MockClientMockRecorder) DescribeVpcEndpoints(arg0 interface{}) *gomock.Call
DescribeVpcEndpoints indicates an expected call of DescribeVpcEndpoints
func (*MockClientMockRecorder) DisassociateVPCFromHostedZone ¶ added in v1.1.1
func (mr *MockClientMockRecorder) DisassociateVPCFromHostedZone(input interface{}) *gomock.Call
DisassociateVPCFromHostedZone indicates an expected call of DisassociateVPCFromHostedZone
func (*MockClientMockRecorder) GetCallerIdentity ¶ added in v1.0.11
func (mr *MockClientMockRecorder) GetCallerIdentity(input interface{}) *gomock.Call
GetCallerIdentity indicates an expected call of GetCallerIdentity
func (*MockClientMockRecorder) GetHostedZone ¶
func (mr *MockClientMockRecorder) GetHostedZone(arg0 interface{}) *gomock.Call
GetHostedZone indicates an expected call of GetHostedZone
func (*MockClientMockRecorder) GetResourcesPages ¶
func (mr *MockClientMockRecorder) GetResourcesPages(input, fn interface{}) *gomock.Call
GetResourcesPages indicates an expected call of GetResourcesPages
func (*MockClientMockRecorder) GetS3API ¶
func (mr *MockClientMockRecorder) GetS3API() *gomock.Call
GetS3API indicates an expected call of GetS3API
func (*MockClientMockRecorder) ListHostedZonesByName ¶
func (mr *MockClientMockRecorder) ListHostedZonesByName(input interface{}) *gomock.Call
ListHostedZonesByName indicates an expected call of ListHostedZonesByName
func (*MockClientMockRecorder) ListHostedZonesByVPC ¶ added in v1.1.1
func (mr *MockClientMockRecorder) ListHostedZonesByVPC(input interface{}) *gomock.Call
ListHostedZonesByVPC indicates an expected call of ListHostedZonesByVPC
func (*MockClientMockRecorder) ListResourceRecordSets ¶
func (mr *MockClientMockRecorder) ListResourceRecordSets(input interface{}) *gomock.Call
ListResourceRecordSets indicates an expected call of ListResourceRecordSets
func (*MockClientMockRecorder) ListTagsForResource ¶
func (mr *MockClientMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockClientMockRecorder) ModifyVpcEndpointServiceConfiguration ¶ added in v1.1.1
func (mr *MockClientMockRecorder) ModifyVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call
ModifyVpcEndpointServiceConfiguration indicates an expected call of ModifyVpcEndpointServiceConfiguration
func (*MockClientMockRecorder) ModifyVpcEndpointServicePermissions ¶ added in v1.1.1
func (mr *MockClientMockRecorder) ModifyVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call
ModifyVpcEndpointServicePermissions indicates an expected call of ModifyVpcEndpointServicePermissions
func (*MockClientMockRecorder) StartInstances ¶ added in v1.0.6
func (mr *MockClientMockRecorder) StartInstances(arg0 interface{}) *gomock.Call
StartInstances indicates an expected call of StartInstances
func (*MockClientMockRecorder) StopInstances ¶ added in v1.0.6
func (mr *MockClientMockRecorder) StopInstances(arg0 interface{}) *gomock.Call
StopInstances indicates an expected call of StopInstances
func (*MockClientMockRecorder) TerminateInstances ¶
func (mr *MockClientMockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call
TerminateInstances indicates an expected call of TerminateInstances
func (*MockClientMockRecorder) Upload ¶ added in v1.0.16
func (mr *MockClientMockRecorder) Upload(arg0 interface{}) *gomock.Call
Upload indicates an expected call of Upload