services

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Overview

Package services is a generated GoMock package.

Package services is a generated GoMock package.

Package services is a generated GoMock package.

Index

Constants

View Source
const (
	ResourceTypeELBTargetGroup  = "elasticloadbalancing:targetgroup"
	ResourceTypeELBLoadBalancer = "elasticloadbalancing:loadbalancer"
)

Variables

This section is empty.

Functions

func NewACM

func NewACM(session *session.Session) *defaultACM

NewACM constructs new ACM implementation.

func ParseRGTTags

func ParseRGTTags(tags []*resourcegroupstaggingapi.Tag) map[string]string

Types

type ACM

type ACM interface {
	acmiface.ACMAPI

	// wrapper to ListCertificatesPagesWithContext API, which aggregates paged results into list.
	ListCertificatesAsList(ctx context.Context, input *acm.ListCertificatesInput) ([]*acm.CertificateSummary, error)
}

type EC2

type EC2 interface {
	ec2iface.EC2API

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

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

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

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

func NewEC2

func NewEC2(session *session.Session) EC2

NewEC2 constructs new EC2 implementation.

type EC2Metadata

type EC2Metadata interface {
	Region() (string, error)
	VpcID() (string, error)
}

func NewEC2Metadata

func NewEC2Metadata(session *session.Session) EC2Metadata

NewEC2Metadata constructs new EC2Metadata implementation.

type ELBV2

type ELBV2 interface {
	elbv2iface.ELBV2API

	// wrapper to DescribeLoadBalancersPagesWithContext API, which aggregates paged results into list.
	DescribeLoadBalancersAsList(ctx context.Context, input *elbv2.DescribeLoadBalancersInput) ([]*elbv2.LoadBalancer, error)

	// wrapper to DescribeTargetGroupsPagesWithContext API, which aggregates paged results into list.
	DescribeTargetGroupsAsList(ctx context.Context, input *elbv2.DescribeTargetGroupsInput) ([]*elbv2.TargetGroup, error)

	// wrapper to DescribeListenersPagesWithContext API, which aggregates paged results into list.
	DescribeListenersAsList(ctx context.Context, input *elbv2.DescribeListenersInput) ([]*elbv2.Listener, error)

	// wrapper to DescribeListenerCertificatesWithContext API, which aggregates paged results into list.
	DescribeListenerCertificatesAsList(ctx context.Context, input *elbv2.DescribeListenerCertificatesInput) ([]*elbv2.Certificate, error)

	// wrapper to DescribeRulesWithContext API, which aggregates paged results into list.
	DescribeRulesAsList(ctx context.Context, input *elbv2.DescribeRulesInput) ([]*elbv2.Rule, error)
}

func NewELBV2

func NewELBV2(session *session.Session) ELBV2

NewELBV2 constructs new ELBV2 implementation.

type MockEC2

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

MockEC2 is a mock of EC2 interface.

func NewMockEC2

func NewMockEC2(ctrl *gomock.Controller) *MockEC2

NewMockEC2 creates a new mock instance.

func (*MockEC2) AcceptAddressTransfer

func (m *MockEC2) AcceptAddressTransfer(arg0 *ec2.AcceptAddressTransferInput) (*ec2.AcceptAddressTransferOutput, error)

AcceptAddressTransfer mocks base method.

func (*MockEC2) AcceptAddressTransferRequest

func (m *MockEC2) AcceptAddressTransferRequest(arg0 *ec2.AcceptAddressTransferInput) (*request.Request, *ec2.AcceptAddressTransferOutput)

AcceptAddressTransferRequest mocks base method.

func (*MockEC2) AcceptAddressTransferWithContext

func (m *MockEC2) AcceptAddressTransferWithContext(arg0 context.Context, arg1 *ec2.AcceptAddressTransferInput, arg2 ...request.Option) (*ec2.AcceptAddressTransferOutput, error)

AcceptAddressTransferWithContext mocks base method.

func (*MockEC2) AcceptReservedInstancesExchangeQuote

AcceptReservedInstancesExchangeQuote mocks base method.

func (*MockEC2) AcceptReservedInstancesExchangeQuoteRequest

func (m *MockEC2) AcceptReservedInstancesExchangeQuoteRequest(arg0 *ec2.AcceptReservedInstancesExchangeQuoteInput) (*request.Request, *ec2.AcceptReservedInstancesExchangeQuoteOutput)

AcceptReservedInstancesExchangeQuoteRequest mocks base method.

func (*MockEC2) AcceptReservedInstancesExchangeQuoteWithContext

func (m *MockEC2) AcceptReservedInstancesExchangeQuoteWithContext(arg0 context.Context, arg1 *ec2.AcceptReservedInstancesExchangeQuoteInput, arg2 ...request.Option) (*ec2.AcceptReservedInstancesExchangeQuoteOutput, error)

AcceptReservedInstancesExchangeQuoteWithContext mocks base method.

func (*MockEC2) AcceptTransitGatewayMulticastDomainAssociations

AcceptTransitGatewayMulticastDomainAssociations mocks base method.

func (*MockEC2) AcceptTransitGatewayMulticastDomainAssociationsRequest

AcceptTransitGatewayMulticastDomainAssociationsRequest mocks base method.

func (*MockEC2) AcceptTransitGatewayMulticastDomainAssociationsWithContext

func (m *MockEC2) AcceptTransitGatewayMulticastDomainAssociationsWithContext(arg0 context.Context, arg1 *ec2.AcceptTransitGatewayMulticastDomainAssociationsInput, arg2 ...request.Option) (*ec2.AcceptTransitGatewayMulticastDomainAssociationsOutput, error)

AcceptTransitGatewayMulticastDomainAssociationsWithContext mocks base method.

func (*MockEC2) AcceptTransitGatewayPeeringAttachment

AcceptTransitGatewayPeeringAttachment mocks base method.

func (*MockEC2) AcceptTransitGatewayPeeringAttachmentRequest

func (m *MockEC2) AcceptTransitGatewayPeeringAttachmentRequest(arg0 *ec2.AcceptTransitGatewayPeeringAttachmentInput) (*request.Request, *ec2.AcceptTransitGatewayPeeringAttachmentOutput)

AcceptTransitGatewayPeeringAttachmentRequest mocks base method.

func (*MockEC2) AcceptTransitGatewayPeeringAttachmentWithContext

func (m *MockEC2) AcceptTransitGatewayPeeringAttachmentWithContext(arg0 context.Context, arg1 *ec2.AcceptTransitGatewayPeeringAttachmentInput, arg2 ...request.Option) (*ec2.AcceptTransitGatewayPeeringAttachmentOutput, error)

AcceptTransitGatewayPeeringAttachmentWithContext mocks base method.

func (*MockEC2) AcceptTransitGatewayVpcAttachment

AcceptTransitGatewayVpcAttachment mocks base method.

func (*MockEC2) AcceptTransitGatewayVpcAttachmentRequest

func (m *MockEC2) AcceptTransitGatewayVpcAttachmentRequest(arg0 *ec2.AcceptTransitGatewayVpcAttachmentInput) (*request.Request, *ec2.AcceptTransitGatewayVpcAttachmentOutput)

AcceptTransitGatewayVpcAttachmentRequest mocks base method.

func (*MockEC2) AcceptTransitGatewayVpcAttachmentWithContext

func (m *MockEC2) AcceptTransitGatewayVpcAttachmentWithContext(arg0 context.Context, arg1 *ec2.AcceptTransitGatewayVpcAttachmentInput, arg2 ...request.Option) (*ec2.AcceptTransitGatewayVpcAttachmentOutput, error)

AcceptTransitGatewayVpcAttachmentWithContext mocks base method.

func (*MockEC2) AcceptVpcEndpointConnections

func (m *MockEC2) AcceptVpcEndpointConnections(arg0 *ec2.AcceptVpcEndpointConnectionsInput) (*ec2.AcceptVpcEndpointConnectionsOutput, error)

AcceptVpcEndpointConnections mocks base method.

func (*MockEC2) AcceptVpcEndpointConnectionsRequest

func (m *MockEC2) AcceptVpcEndpointConnectionsRequest(arg0 *ec2.AcceptVpcEndpointConnectionsInput) (*request.Request, *ec2.AcceptVpcEndpointConnectionsOutput)

AcceptVpcEndpointConnectionsRequest mocks base method.

func (*MockEC2) AcceptVpcEndpointConnectionsWithContext

func (m *MockEC2) AcceptVpcEndpointConnectionsWithContext(arg0 context.Context, arg1 *ec2.AcceptVpcEndpointConnectionsInput, arg2 ...request.Option) (*ec2.AcceptVpcEndpointConnectionsOutput, error)

AcceptVpcEndpointConnectionsWithContext mocks base method.

func (*MockEC2) AcceptVpcPeeringConnection

func (m *MockEC2) AcceptVpcPeeringConnection(arg0 *ec2.AcceptVpcPeeringConnectionInput) (*ec2.AcceptVpcPeeringConnectionOutput, error)

AcceptVpcPeeringConnection mocks base method.

func (*MockEC2) AcceptVpcPeeringConnectionRequest

func (m *MockEC2) AcceptVpcPeeringConnectionRequest(arg0 *ec2.AcceptVpcPeeringConnectionInput) (*request.Request, *ec2.AcceptVpcPeeringConnectionOutput)

AcceptVpcPeeringConnectionRequest mocks base method.

func (*MockEC2) AcceptVpcPeeringConnectionWithContext

func (m *MockEC2) AcceptVpcPeeringConnectionWithContext(arg0 context.Context, arg1 *ec2.AcceptVpcPeeringConnectionInput, arg2 ...request.Option) (*ec2.AcceptVpcPeeringConnectionOutput, error)

AcceptVpcPeeringConnectionWithContext mocks base method.

func (*MockEC2) AdvertiseByoipCidr

func (m *MockEC2) AdvertiseByoipCidr(arg0 *ec2.AdvertiseByoipCidrInput) (*ec2.AdvertiseByoipCidrOutput, error)

AdvertiseByoipCidr mocks base method.

func (*MockEC2) AdvertiseByoipCidrRequest

func (m *MockEC2) AdvertiseByoipCidrRequest(arg0 *ec2.AdvertiseByoipCidrInput) (*request.Request, *ec2.AdvertiseByoipCidrOutput)

AdvertiseByoipCidrRequest mocks base method.

func (*MockEC2) AdvertiseByoipCidrWithContext

func (m *MockEC2) AdvertiseByoipCidrWithContext(arg0 context.Context, arg1 *ec2.AdvertiseByoipCidrInput, arg2 ...request.Option) (*ec2.AdvertiseByoipCidrOutput, error)

AdvertiseByoipCidrWithContext mocks base method.

func (*MockEC2) AllocateAddress

func (m *MockEC2) AllocateAddress(arg0 *ec2.AllocateAddressInput) (*ec2.AllocateAddressOutput, error)

AllocateAddress mocks base method.

func (*MockEC2) AllocateAddressRequest

func (m *MockEC2) AllocateAddressRequest(arg0 *ec2.AllocateAddressInput) (*request.Request, *ec2.AllocateAddressOutput)

AllocateAddressRequest mocks base method.

func (*MockEC2) AllocateAddressWithContext

func (m *MockEC2) AllocateAddressWithContext(arg0 context.Context, arg1 *ec2.AllocateAddressInput, arg2 ...request.Option) (*ec2.AllocateAddressOutput, error)

AllocateAddressWithContext mocks base method.

func (*MockEC2) AllocateHosts

func (m *MockEC2) AllocateHosts(arg0 *ec2.AllocateHostsInput) (*ec2.AllocateHostsOutput, error)

AllocateHosts mocks base method.

func (*MockEC2) AllocateHostsRequest

func (m *MockEC2) AllocateHostsRequest(arg0 *ec2.AllocateHostsInput) (*request.Request, *ec2.AllocateHostsOutput)

AllocateHostsRequest mocks base method.

func (*MockEC2) AllocateHostsWithContext

func (m *MockEC2) AllocateHostsWithContext(arg0 context.Context, arg1 *ec2.AllocateHostsInput, arg2 ...request.Option) (*ec2.AllocateHostsOutput, error)

AllocateHostsWithContext mocks base method.

func (*MockEC2) AllocateIpamPoolCidr

func (m *MockEC2) AllocateIpamPoolCidr(arg0 *ec2.AllocateIpamPoolCidrInput) (*ec2.AllocateIpamPoolCidrOutput, error)

AllocateIpamPoolCidr mocks base method.

func (*MockEC2) AllocateIpamPoolCidrRequest

func (m *MockEC2) AllocateIpamPoolCidrRequest(arg0 *ec2.AllocateIpamPoolCidrInput) (*request.Request, *ec2.AllocateIpamPoolCidrOutput)

AllocateIpamPoolCidrRequest mocks base method.

func (*MockEC2) AllocateIpamPoolCidrWithContext

func (m *MockEC2) AllocateIpamPoolCidrWithContext(arg0 context.Context, arg1 *ec2.AllocateIpamPoolCidrInput, arg2 ...request.Option) (*ec2.AllocateIpamPoolCidrOutput, error)

AllocateIpamPoolCidrWithContext mocks base method.

func (*MockEC2) ApplySecurityGroupsToClientVpnTargetNetwork

ApplySecurityGroupsToClientVpnTargetNetwork mocks base method.

func (*MockEC2) ApplySecurityGroupsToClientVpnTargetNetworkRequest

ApplySecurityGroupsToClientVpnTargetNetworkRequest mocks base method.

func (*MockEC2) ApplySecurityGroupsToClientVpnTargetNetworkWithContext

func (m *MockEC2) ApplySecurityGroupsToClientVpnTargetNetworkWithContext(arg0 context.Context, arg1 *ec2.ApplySecurityGroupsToClientVpnTargetNetworkInput, arg2 ...request.Option) (*ec2.ApplySecurityGroupsToClientVpnTargetNetworkOutput, error)

ApplySecurityGroupsToClientVpnTargetNetworkWithContext mocks base method.

func (*MockEC2) AssignIpv6Addresses

func (m *MockEC2) AssignIpv6Addresses(arg0 *ec2.AssignIpv6AddressesInput) (*ec2.AssignIpv6AddressesOutput, error)

AssignIpv6Addresses mocks base method.

func (*MockEC2) AssignIpv6AddressesRequest

func (m *MockEC2) AssignIpv6AddressesRequest(arg0 *ec2.AssignIpv6AddressesInput) (*request.Request, *ec2.AssignIpv6AddressesOutput)

AssignIpv6AddressesRequest mocks base method.

func (*MockEC2) AssignIpv6AddressesWithContext

func (m *MockEC2) AssignIpv6AddressesWithContext(arg0 context.Context, arg1 *ec2.AssignIpv6AddressesInput, arg2 ...request.Option) (*ec2.AssignIpv6AddressesOutput, error)

AssignIpv6AddressesWithContext mocks base method.

func (*MockEC2) AssignPrivateIpAddresses

func (m *MockEC2) AssignPrivateIpAddresses(arg0 *ec2.AssignPrivateIpAddressesInput) (*ec2.AssignPrivateIpAddressesOutput, error)

AssignPrivateIpAddresses mocks base method.

func (*MockEC2) AssignPrivateIpAddressesRequest

func (m *MockEC2) AssignPrivateIpAddressesRequest(arg0 *ec2.AssignPrivateIpAddressesInput) (*request.Request, *ec2.AssignPrivateIpAddressesOutput)

AssignPrivateIpAddressesRequest mocks base method.

func (*MockEC2) AssignPrivateIpAddressesWithContext

func (m *MockEC2) AssignPrivateIpAddressesWithContext(arg0 context.Context, arg1 *ec2.AssignPrivateIpAddressesInput, arg2 ...request.Option) (*ec2.AssignPrivateIpAddressesOutput, error)

AssignPrivateIpAddressesWithContext mocks base method.

func (*MockEC2) AssignPrivateNatGatewayAddress

AssignPrivateNatGatewayAddress mocks base method.

func (*MockEC2) AssignPrivateNatGatewayAddressRequest

func (m *MockEC2) AssignPrivateNatGatewayAddressRequest(arg0 *ec2.AssignPrivateNatGatewayAddressInput) (*request.Request, *ec2.AssignPrivateNatGatewayAddressOutput)

AssignPrivateNatGatewayAddressRequest mocks base method.

func (*MockEC2) AssignPrivateNatGatewayAddressWithContext

func (m *MockEC2) AssignPrivateNatGatewayAddressWithContext(arg0 context.Context, arg1 *ec2.AssignPrivateNatGatewayAddressInput, arg2 ...request.Option) (*ec2.AssignPrivateNatGatewayAddressOutput, error)

AssignPrivateNatGatewayAddressWithContext mocks base method.

func (*MockEC2) AssociateAddress

func (m *MockEC2) AssociateAddress(arg0 *ec2.AssociateAddressInput) (*ec2.AssociateAddressOutput, error)

AssociateAddress mocks base method.

func (*MockEC2) AssociateAddressRequest

func (m *MockEC2) AssociateAddressRequest(arg0 *ec2.AssociateAddressInput) (*request.Request, *ec2.AssociateAddressOutput)

AssociateAddressRequest mocks base method.

func (*MockEC2) AssociateAddressWithContext

func (m *MockEC2) AssociateAddressWithContext(arg0 context.Context, arg1 *ec2.AssociateAddressInput, arg2 ...request.Option) (*ec2.AssociateAddressOutput, error)

AssociateAddressWithContext mocks base method.

func (*MockEC2) AssociateClientVpnTargetNetwork

AssociateClientVpnTargetNetwork mocks base method.

func (*MockEC2) AssociateClientVpnTargetNetworkRequest

func (m *MockEC2) AssociateClientVpnTargetNetworkRequest(arg0 *ec2.AssociateClientVpnTargetNetworkInput) (*request.Request, *ec2.AssociateClientVpnTargetNetworkOutput)

AssociateClientVpnTargetNetworkRequest mocks base method.

func (*MockEC2) AssociateClientVpnTargetNetworkWithContext

func (m *MockEC2) AssociateClientVpnTargetNetworkWithContext(arg0 context.Context, arg1 *ec2.AssociateClientVpnTargetNetworkInput, arg2 ...request.Option) (*ec2.AssociateClientVpnTargetNetworkOutput, error)

AssociateClientVpnTargetNetworkWithContext mocks base method.

func (*MockEC2) AssociateDhcpOptions

func (m *MockEC2) AssociateDhcpOptions(arg0 *ec2.AssociateDhcpOptionsInput) (*ec2.AssociateDhcpOptionsOutput, error)

AssociateDhcpOptions mocks base method.

func (*MockEC2) AssociateDhcpOptionsRequest

func (m *MockEC2) AssociateDhcpOptionsRequest(arg0 *ec2.AssociateDhcpOptionsInput) (*request.Request, *ec2.AssociateDhcpOptionsOutput)

AssociateDhcpOptionsRequest mocks base method.

func (*MockEC2) AssociateDhcpOptionsWithContext

func (m *MockEC2) AssociateDhcpOptionsWithContext(arg0 context.Context, arg1 *ec2.AssociateDhcpOptionsInput, arg2 ...request.Option) (*ec2.AssociateDhcpOptionsOutput, error)

AssociateDhcpOptionsWithContext mocks base method.

func (*MockEC2) AssociateEnclaveCertificateIamRole

AssociateEnclaveCertificateIamRole mocks base method.

func (*MockEC2) AssociateEnclaveCertificateIamRoleRequest

func (m *MockEC2) AssociateEnclaveCertificateIamRoleRequest(arg0 *ec2.AssociateEnclaveCertificateIamRoleInput) (*request.Request, *ec2.AssociateEnclaveCertificateIamRoleOutput)

AssociateEnclaveCertificateIamRoleRequest mocks base method.

func (*MockEC2) AssociateEnclaveCertificateIamRoleWithContext

func (m *MockEC2) AssociateEnclaveCertificateIamRoleWithContext(arg0 context.Context, arg1 *ec2.AssociateEnclaveCertificateIamRoleInput, arg2 ...request.Option) (*ec2.AssociateEnclaveCertificateIamRoleOutput, error)

AssociateEnclaveCertificateIamRoleWithContext mocks base method.

func (*MockEC2) AssociateIamInstanceProfile

func (m *MockEC2) AssociateIamInstanceProfile(arg0 *ec2.AssociateIamInstanceProfileInput) (*ec2.AssociateIamInstanceProfileOutput, error)

AssociateIamInstanceProfile mocks base method.

func (*MockEC2) AssociateIamInstanceProfileRequest

func (m *MockEC2) AssociateIamInstanceProfileRequest(arg0 *ec2.AssociateIamInstanceProfileInput) (*request.Request, *ec2.AssociateIamInstanceProfileOutput)

AssociateIamInstanceProfileRequest mocks base method.

func (*MockEC2) AssociateIamInstanceProfileWithContext

func (m *MockEC2) AssociateIamInstanceProfileWithContext(arg0 context.Context, arg1 *ec2.AssociateIamInstanceProfileInput, arg2 ...request.Option) (*ec2.AssociateIamInstanceProfileOutput, error)

AssociateIamInstanceProfileWithContext mocks base method.

func (*MockEC2) AssociateInstanceEventWindow

func (m *MockEC2) AssociateInstanceEventWindow(arg0 *ec2.AssociateInstanceEventWindowInput) (*ec2.AssociateInstanceEventWindowOutput, error)

AssociateInstanceEventWindow mocks base method.

func (*MockEC2) AssociateInstanceEventWindowRequest

func (m *MockEC2) AssociateInstanceEventWindowRequest(arg0 *ec2.AssociateInstanceEventWindowInput) (*request.Request, *ec2.AssociateInstanceEventWindowOutput)

AssociateInstanceEventWindowRequest mocks base method.

func (*MockEC2) AssociateInstanceEventWindowWithContext

func (m *MockEC2) AssociateInstanceEventWindowWithContext(arg0 context.Context, arg1 *ec2.AssociateInstanceEventWindowInput, arg2 ...request.Option) (*ec2.AssociateInstanceEventWindowOutput, error)

AssociateInstanceEventWindowWithContext mocks base method.

func (*MockEC2) AssociateIpamResourceDiscovery

AssociateIpamResourceDiscovery mocks base method.

func (*MockEC2) AssociateIpamResourceDiscoveryRequest

func (m *MockEC2) AssociateIpamResourceDiscoveryRequest(arg0 *ec2.AssociateIpamResourceDiscoveryInput) (*request.Request, *ec2.AssociateIpamResourceDiscoveryOutput)

AssociateIpamResourceDiscoveryRequest mocks base method.

func (*MockEC2) AssociateIpamResourceDiscoveryWithContext

func (m *MockEC2) AssociateIpamResourceDiscoveryWithContext(arg0 context.Context, arg1 *ec2.AssociateIpamResourceDiscoveryInput, arg2 ...request.Option) (*ec2.AssociateIpamResourceDiscoveryOutput, error)

AssociateIpamResourceDiscoveryWithContext mocks base method.

func (*MockEC2) AssociateNatGatewayAddress

func (m *MockEC2) AssociateNatGatewayAddress(arg0 *ec2.AssociateNatGatewayAddressInput) (*ec2.AssociateNatGatewayAddressOutput, error)

AssociateNatGatewayAddress mocks base method.

func (*MockEC2) AssociateNatGatewayAddressRequest

func (m *MockEC2) AssociateNatGatewayAddressRequest(arg0 *ec2.AssociateNatGatewayAddressInput) (*request.Request, *ec2.AssociateNatGatewayAddressOutput)

AssociateNatGatewayAddressRequest mocks base method.

func (*MockEC2) AssociateNatGatewayAddressWithContext

func (m *MockEC2) AssociateNatGatewayAddressWithContext(arg0 context.Context, arg1 *ec2.AssociateNatGatewayAddressInput, arg2 ...request.Option) (*ec2.AssociateNatGatewayAddressOutput, error)

AssociateNatGatewayAddressWithContext mocks base method.

func (*MockEC2) AssociateRouteTable

func (m *MockEC2) AssociateRouteTable(arg0 *ec2.AssociateRouteTableInput) (*ec2.AssociateRouteTableOutput, error)

AssociateRouteTable mocks base method.

func (*MockEC2) AssociateRouteTableRequest

func (m *MockEC2) AssociateRouteTableRequest(arg0 *ec2.AssociateRouteTableInput) (*request.Request, *ec2.AssociateRouteTableOutput)

AssociateRouteTableRequest mocks base method.

func (*MockEC2) AssociateRouteTableWithContext

func (m *MockEC2) AssociateRouteTableWithContext(arg0 context.Context, arg1 *ec2.AssociateRouteTableInput, arg2 ...request.Option) (*ec2.AssociateRouteTableOutput, error)

AssociateRouteTableWithContext mocks base method.

func (*MockEC2) AssociateSubnetCidrBlock

func (m *MockEC2) AssociateSubnetCidrBlock(arg0 *ec2.AssociateSubnetCidrBlockInput) (*ec2.AssociateSubnetCidrBlockOutput, error)

AssociateSubnetCidrBlock mocks base method.

func (*MockEC2) AssociateSubnetCidrBlockRequest

func (m *MockEC2) AssociateSubnetCidrBlockRequest(arg0 *ec2.AssociateSubnetCidrBlockInput) (*request.Request, *ec2.AssociateSubnetCidrBlockOutput)

AssociateSubnetCidrBlockRequest mocks base method.

func (*MockEC2) AssociateSubnetCidrBlockWithContext

func (m *MockEC2) AssociateSubnetCidrBlockWithContext(arg0 context.Context, arg1 *ec2.AssociateSubnetCidrBlockInput, arg2 ...request.Option) (*ec2.AssociateSubnetCidrBlockOutput, error)

AssociateSubnetCidrBlockWithContext mocks base method.

func (*MockEC2) AssociateTransitGatewayMulticastDomain

AssociateTransitGatewayMulticastDomain mocks base method.

func (*MockEC2) AssociateTransitGatewayMulticastDomainRequest

func (m *MockEC2) AssociateTransitGatewayMulticastDomainRequest(arg0 *ec2.AssociateTransitGatewayMulticastDomainInput) (*request.Request, *ec2.AssociateTransitGatewayMulticastDomainOutput)

AssociateTransitGatewayMulticastDomainRequest mocks base method.

func (*MockEC2) AssociateTransitGatewayMulticastDomainWithContext

func (m *MockEC2) AssociateTransitGatewayMulticastDomainWithContext(arg0 context.Context, arg1 *ec2.AssociateTransitGatewayMulticastDomainInput, arg2 ...request.Option) (*ec2.AssociateTransitGatewayMulticastDomainOutput, error)

AssociateTransitGatewayMulticastDomainWithContext mocks base method.

func (*MockEC2) AssociateTransitGatewayPolicyTable

AssociateTransitGatewayPolicyTable mocks base method.

func (*MockEC2) AssociateTransitGatewayPolicyTableRequest

func (m *MockEC2) AssociateTransitGatewayPolicyTableRequest(arg0 *ec2.AssociateTransitGatewayPolicyTableInput) (*request.Request, *ec2.AssociateTransitGatewayPolicyTableOutput)

AssociateTransitGatewayPolicyTableRequest mocks base method.

func (*MockEC2) AssociateTransitGatewayPolicyTableWithContext

func (m *MockEC2) AssociateTransitGatewayPolicyTableWithContext(arg0 context.Context, arg1 *ec2.AssociateTransitGatewayPolicyTableInput, arg2 ...request.Option) (*ec2.AssociateTransitGatewayPolicyTableOutput, error)

AssociateTransitGatewayPolicyTableWithContext mocks base method.

func (*MockEC2) AssociateTransitGatewayRouteTable

AssociateTransitGatewayRouteTable mocks base method.

func (*MockEC2) AssociateTransitGatewayRouteTableRequest

func (m *MockEC2) AssociateTransitGatewayRouteTableRequest(arg0 *ec2.AssociateTransitGatewayRouteTableInput) (*request.Request, *ec2.AssociateTransitGatewayRouteTableOutput)

AssociateTransitGatewayRouteTableRequest mocks base method.

func (*MockEC2) AssociateTransitGatewayRouteTableWithContext

func (m *MockEC2) AssociateTransitGatewayRouteTableWithContext(arg0 context.Context, arg1 *ec2.AssociateTransitGatewayRouteTableInput, arg2 ...request.Option) (*ec2.AssociateTransitGatewayRouteTableOutput, error)

AssociateTransitGatewayRouteTableWithContext mocks base method.

func (*MockEC2) AssociateTrunkInterface

func (m *MockEC2) AssociateTrunkInterface(arg0 *ec2.AssociateTrunkInterfaceInput) (*ec2.AssociateTrunkInterfaceOutput, error)

AssociateTrunkInterface mocks base method.

func (*MockEC2) AssociateTrunkInterfaceRequest

func (m *MockEC2) AssociateTrunkInterfaceRequest(arg0 *ec2.AssociateTrunkInterfaceInput) (*request.Request, *ec2.AssociateTrunkInterfaceOutput)

AssociateTrunkInterfaceRequest mocks base method.

func (*MockEC2) AssociateTrunkInterfaceWithContext

func (m *MockEC2) AssociateTrunkInterfaceWithContext(arg0 context.Context, arg1 *ec2.AssociateTrunkInterfaceInput, arg2 ...request.Option) (*ec2.AssociateTrunkInterfaceOutput, error)

AssociateTrunkInterfaceWithContext mocks base method.

func (*MockEC2) AssociateVpcCidrBlock

func (m *MockEC2) AssociateVpcCidrBlock(arg0 *ec2.AssociateVpcCidrBlockInput) (*ec2.AssociateVpcCidrBlockOutput, error)

AssociateVpcCidrBlock mocks base method.

func (*MockEC2) AssociateVpcCidrBlockRequest

func (m *MockEC2) AssociateVpcCidrBlockRequest(arg0 *ec2.AssociateVpcCidrBlockInput) (*request.Request, *ec2.AssociateVpcCidrBlockOutput)

AssociateVpcCidrBlockRequest mocks base method.

func (*MockEC2) AssociateVpcCidrBlockWithContext

func (m *MockEC2) AssociateVpcCidrBlockWithContext(arg0 context.Context, arg1 *ec2.AssociateVpcCidrBlockInput, arg2 ...request.Option) (*ec2.AssociateVpcCidrBlockOutput, error)

AssociateVpcCidrBlockWithContext mocks base method.

func (*MockEC2) AttachClassicLinkVpc

func (m *MockEC2) AttachClassicLinkVpc(arg0 *ec2.AttachClassicLinkVpcInput) (*ec2.AttachClassicLinkVpcOutput, error)

AttachClassicLinkVpc mocks base method.

func (*MockEC2) AttachClassicLinkVpcRequest

func (m *MockEC2) AttachClassicLinkVpcRequest(arg0 *ec2.AttachClassicLinkVpcInput) (*request.Request, *ec2.AttachClassicLinkVpcOutput)

AttachClassicLinkVpcRequest mocks base method.

func (*MockEC2) AttachClassicLinkVpcWithContext

func (m *MockEC2) AttachClassicLinkVpcWithContext(arg0 context.Context, arg1 *ec2.AttachClassicLinkVpcInput, arg2 ...request.Option) (*ec2.AttachClassicLinkVpcOutput, error)

AttachClassicLinkVpcWithContext mocks base method.

func (*MockEC2) AttachInternetGateway

func (m *MockEC2) AttachInternetGateway(arg0 *ec2.AttachInternetGatewayInput) (*ec2.AttachInternetGatewayOutput, error)

AttachInternetGateway mocks base method.

func (*MockEC2) AttachInternetGatewayRequest

func (m *MockEC2) AttachInternetGatewayRequest(arg0 *ec2.AttachInternetGatewayInput) (*request.Request, *ec2.AttachInternetGatewayOutput)

AttachInternetGatewayRequest mocks base method.

func (*MockEC2) AttachInternetGatewayWithContext

func (m *MockEC2) AttachInternetGatewayWithContext(arg0 context.Context, arg1 *ec2.AttachInternetGatewayInput, arg2 ...request.Option) (*ec2.AttachInternetGatewayOutput, error)

AttachInternetGatewayWithContext mocks base method.

func (*MockEC2) AttachNetworkInterface

func (m *MockEC2) AttachNetworkInterface(arg0 *ec2.AttachNetworkInterfaceInput) (*ec2.AttachNetworkInterfaceOutput, error)

AttachNetworkInterface mocks base method.

func (*MockEC2) AttachNetworkInterfaceRequest

func (m *MockEC2) AttachNetworkInterfaceRequest(arg0 *ec2.AttachNetworkInterfaceInput) (*request.Request, *ec2.AttachNetworkInterfaceOutput)

AttachNetworkInterfaceRequest mocks base method.

func (*MockEC2) AttachNetworkInterfaceWithContext

func (m *MockEC2) AttachNetworkInterfaceWithContext(arg0 context.Context, arg1 *ec2.AttachNetworkInterfaceInput, arg2 ...request.Option) (*ec2.AttachNetworkInterfaceOutput, error)

AttachNetworkInterfaceWithContext mocks base method.

func (*MockEC2) AttachVerifiedAccessTrustProvider

AttachVerifiedAccessTrustProvider mocks base method.

func (*MockEC2) AttachVerifiedAccessTrustProviderRequest

func (m *MockEC2) AttachVerifiedAccessTrustProviderRequest(arg0 *ec2.AttachVerifiedAccessTrustProviderInput) (*request.Request, *ec2.AttachVerifiedAccessTrustProviderOutput)

AttachVerifiedAccessTrustProviderRequest mocks base method.

func (*MockEC2) AttachVerifiedAccessTrustProviderWithContext

func (m *MockEC2) AttachVerifiedAccessTrustProviderWithContext(arg0 context.Context, arg1 *ec2.AttachVerifiedAccessTrustProviderInput, arg2 ...request.Option) (*ec2.AttachVerifiedAccessTrustProviderOutput, error)

AttachVerifiedAccessTrustProviderWithContext mocks base method.

func (*MockEC2) AttachVolume

func (m *MockEC2) AttachVolume(arg0 *ec2.AttachVolumeInput) (*ec2.VolumeAttachment, error)

AttachVolume mocks base method.

func (*MockEC2) AttachVolumeRequest

func (m *MockEC2) AttachVolumeRequest(arg0 *ec2.AttachVolumeInput) (*request.Request, *ec2.VolumeAttachment)

AttachVolumeRequest mocks base method.

func (*MockEC2) AttachVolumeWithContext

func (m *MockEC2) AttachVolumeWithContext(arg0 context.Context, arg1 *ec2.AttachVolumeInput, arg2 ...request.Option) (*ec2.VolumeAttachment, error)

AttachVolumeWithContext mocks base method.

func (*MockEC2) AttachVpnGateway

func (m *MockEC2) AttachVpnGateway(arg0 *ec2.AttachVpnGatewayInput) (*ec2.AttachVpnGatewayOutput, error)

AttachVpnGateway mocks base method.

func (*MockEC2) AttachVpnGatewayRequest

func (m *MockEC2) AttachVpnGatewayRequest(arg0 *ec2.AttachVpnGatewayInput) (*request.Request, *ec2.AttachVpnGatewayOutput)

AttachVpnGatewayRequest mocks base method.

func (*MockEC2) AttachVpnGatewayWithContext

func (m *MockEC2) AttachVpnGatewayWithContext(arg0 context.Context, arg1 *ec2.AttachVpnGatewayInput, arg2 ...request.Option) (*ec2.AttachVpnGatewayOutput, error)

AttachVpnGatewayWithContext mocks base method.

func (*MockEC2) AuthorizeClientVpnIngress

func (m *MockEC2) AuthorizeClientVpnIngress(arg0 *ec2.AuthorizeClientVpnIngressInput) (*ec2.AuthorizeClientVpnIngressOutput, error)

AuthorizeClientVpnIngress mocks base method.

func (*MockEC2) AuthorizeClientVpnIngressRequest

func (m *MockEC2) AuthorizeClientVpnIngressRequest(arg0 *ec2.AuthorizeClientVpnIngressInput) (*request.Request, *ec2.AuthorizeClientVpnIngressOutput)

AuthorizeClientVpnIngressRequest mocks base method.

func (*MockEC2) AuthorizeClientVpnIngressWithContext

func (m *MockEC2) AuthorizeClientVpnIngressWithContext(arg0 context.Context, arg1 *ec2.AuthorizeClientVpnIngressInput, arg2 ...request.Option) (*ec2.AuthorizeClientVpnIngressOutput, error)

AuthorizeClientVpnIngressWithContext mocks base method.

func (*MockEC2) AuthorizeSecurityGroupEgress

func (m *MockEC2) AuthorizeSecurityGroupEgress(arg0 *ec2.AuthorizeSecurityGroupEgressInput) (*ec2.AuthorizeSecurityGroupEgressOutput, error)

AuthorizeSecurityGroupEgress mocks base method.

func (*MockEC2) AuthorizeSecurityGroupEgressRequest

func (m *MockEC2) AuthorizeSecurityGroupEgressRequest(arg0 *ec2.AuthorizeSecurityGroupEgressInput) (*request.Request, *ec2.AuthorizeSecurityGroupEgressOutput)

AuthorizeSecurityGroupEgressRequest mocks base method.

func (*MockEC2) AuthorizeSecurityGroupEgressWithContext

func (m *MockEC2) AuthorizeSecurityGroupEgressWithContext(arg0 context.Context, arg1 *ec2.AuthorizeSecurityGroupEgressInput, arg2 ...request.Option) (*ec2.AuthorizeSecurityGroupEgressOutput, error)

AuthorizeSecurityGroupEgressWithContext mocks base method.

func (*MockEC2) AuthorizeSecurityGroupIngress

func (m *MockEC2) AuthorizeSecurityGroupIngress(arg0 *ec2.AuthorizeSecurityGroupIngressInput) (*ec2.AuthorizeSecurityGroupIngressOutput, error)

AuthorizeSecurityGroupIngress mocks base method.

func (*MockEC2) AuthorizeSecurityGroupIngressRequest

func (m *MockEC2) AuthorizeSecurityGroupIngressRequest(arg0 *ec2.AuthorizeSecurityGroupIngressInput) (*request.Request, *ec2.AuthorizeSecurityGroupIngressOutput)

AuthorizeSecurityGroupIngressRequest mocks base method.

func (*MockEC2) AuthorizeSecurityGroupIngressWithContext

func (m *MockEC2) AuthorizeSecurityGroupIngressWithContext(arg0 context.Context, arg1 *ec2.AuthorizeSecurityGroupIngressInput, arg2 ...request.Option) (*ec2.AuthorizeSecurityGroupIngressOutput, error)

AuthorizeSecurityGroupIngressWithContext mocks base method.

func (*MockEC2) BundleInstance

func (m *MockEC2) BundleInstance(arg0 *ec2.BundleInstanceInput) (*ec2.BundleInstanceOutput, error)

BundleInstance mocks base method.

func (*MockEC2) BundleInstanceRequest

func (m *MockEC2) BundleInstanceRequest(arg0 *ec2.BundleInstanceInput) (*request.Request, *ec2.BundleInstanceOutput)

BundleInstanceRequest mocks base method.

func (*MockEC2) BundleInstanceWithContext

func (m *MockEC2) BundleInstanceWithContext(arg0 context.Context, arg1 *ec2.BundleInstanceInput, arg2 ...request.Option) (*ec2.BundleInstanceOutput, error)

BundleInstanceWithContext mocks base method.

func (*MockEC2) CancelBundleTask

func (m *MockEC2) CancelBundleTask(arg0 *ec2.CancelBundleTaskInput) (*ec2.CancelBundleTaskOutput, error)

CancelBundleTask mocks base method.

func (*MockEC2) CancelBundleTaskRequest

func (m *MockEC2) CancelBundleTaskRequest(arg0 *ec2.CancelBundleTaskInput) (*request.Request, *ec2.CancelBundleTaskOutput)

CancelBundleTaskRequest mocks base method.

func (*MockEC2) CancelBundleTaskWithContext

func (m *MockEC2) CancelBundleTaskWithContext(arg0 context.Context, arg1 *ec2.CancelBundleTaskInput, arg2 ...request.Option) (*ec2.CancelBundleTaskOutput, error)

CancelBundleTaskWithContext mocks base method.

func (*MockEC2) CancelCapacityReservation

func (m *MockEC2) CancelCapacityReservation(arg0 *ec2.CancelCapacityReservationInput) (*ec2.CancelCapacityReservationOutput, error)

CancelCapacityReservation mocks base method.

func (*MockEC2) CancelCapacityReservationFleets

CancelCapacityReservationFleets mocks base method.

func (*MockEC2) CancelCapacityReservationFleetsRequest

func (m *MockEC2) CancelCapacityReservationFleetsRequest(arg0 *ec2.CancelCapacityReservationFleetsInput) (*request.Request, *ec2.CancelCapacityReservationFleetsOutput)

CancelCapacityReservationFleetsRequest mocks base method.

func (*MockEC2) CancelCapacityReservationFleetsWithContext

func (m *MockEC2) CancelCapacityReservationFleetsWithContext(arg0 context.Context, arg1 *ec2.CancelCapacityReservationFleetsInput, arg2 ...request.Option) (*ec2.CancelCapacityReservationFleetsOutput, error)

CancelCapacityReservationFleetsWithContext mocks base method.

func (*MockEC2) CancelCapacityReservationRequest

func (m *MockEC2) CancelCapacityReservationRequest(arg0 *ec2.CancelCapacityReservationInput) (*request.Request, *ec2.CancelCapacityReservationOutput)

CancelCapacityReservationRequest mocks base method.

func (*MockEC2) CancelCapacityReservationWithContext

func (m *MockEC2) CancelCapacityReservationWithContext(arg0 context.Context, arg1 *ec2.CancelCapacityReservationInput, arg2 ...request.Option) (*ec2.CancelCapacityReservationOutput, error)

CancelCapacityReservationWithContext mocks base method.

func (*MockEC2) CancelConversionTask

func (m *MockEC2) CancelConversionTask(arg0 *ec2.CancelConversionTaskInput) (*ec2.CancelConversionTaskOutput, error)

CancelConversionTask mocks base method.

func (*MockEC2) CancelConversionTaskRequest

func (m *MockEC2) CancelConversionTaskRequest(arg0 *ec2.CancelConversionTaskInput) (*request.Request, *ec2.CancelConversionTaskOutput)

CancelConversionTaskRequest mocks base method.

func (*MockEC2) CancelConversionTaskWithContext

func (m *MockEC2) CancelConversionTaskWithContext(arg0 context.Context, arg1 *ec2.CancelConversionTaskInput, arg2 ...request.Option) (*ec2.CancelConversionTaskOutput, error)

CancelConversionTaskWithContext mocks base method.

func (*MockEC2) CancelExportTask

func (m *MockEC2) CancelExportTask(arg0 *ec2.CancelExportTaskInput) (*ec2.CancelExportTaskOutput, error)

CancelExportTask mocks base method.

func (*MockEC2) CancelExportTaskRequest

func (m *MockEC2) CancelExportTaskRequest(arg0 *ec2.CancelExportTaskInput) (*request.Request, *ec2.CancelExportTaskOutput)

CancelExportTaskRequest mocks base method.

func (*MockEC2) CancelExportTaskWithContext

func (m *MockEC2) CancelExportTaskWithContext(arg0 context.Context, arg1 *ec2.CancelExportTaskInput, arg2 ...request.Option) (*ec2.CancelExportTaskOutput, error)

CancelExportTaskWithContext mocks base method.

func (*MockEC2) CancelImageLaunchPermission

func (m *MockEC2) CancelImageLaunchPermission(arg0 *ec2.CancelImageLaunchPermissionInput) (*ec2.CancelImageLaunchPermissionOutput, error)

CancelImageLaunchPermission mocks base method.

func (*MockEC2) CancelImageLaunchPermissionRequest

func (m *MockEC2) CancelImageLaunchPermissionRequest(arg0 *ec2.CancelImageLaunchPermissionInput) (*request.Request, *ec2.CancelImageLaunchPermissionOutput)

CancelImageLaunchPermissionRequest mocks base method.

func (*MockEC2) CancelImageLaunchPermissionWithContext

func (m *MockEC2) CancelImageLaunchPermissionWithContext(arg0 context.Context, arg1 *ec2.CancelImageLaunchPermissionInput, arg2 ...request.Option) (*ec2.CancelImageLaunchPermissionOutput, error)

CancelImageLaunchPermissionWithContext mocks base method.

func (*MockEC2) CancelImportTask

func (m *MockEC2) CancelImportTask(arg0 *ec2.CancelImportTaskInput) (*ec2.CancelImportTaskOutput, error)

CancelImportTask mocks base method.

func (*MockEC2) CancelImportTaskRequest

func (m *MockEC2) CancelImportTaskRequest(arg0 *ec2.CancelImportTaskInput) (*request.Request, *ec2.CancelImportTaskOutput)

CancelImportTaskRequest mocks base method.

func (*MockEC2) CancelImportTaskWithContext

func (m *MockEC2) CancelImportTaskWithContext(arg0 context.Context, arg1 *ec2.CancelImportTaskInput, arg2 ...request.Option) (*ec2.CancelImportTaskOutput, error)

CancelImportTaskWithContext mocks base method.

func (*MockEC2) CancelReservedInstancesListing

CancelReservedInstancesListing mocks base method.

func (*MockEC2) CancelReservedInstancesListingRequest

func (m *MockEC2) CancelReservedInstancesListingRequest(arg0 *ec2.CancelReservedInstancesListingInput) (*request.Request, *ec2.CancelReservedInstancesListingOutput)

CancelReservedInstancesListingRequest mocks base method.

func (*MockEC2) CancelReservedInstancesListingWithContext

func (m *MockEC2) CancelReservedInstancesListingWithContext(arg0 context.Context, arg1 *ec2.CancelReservedInstancesListingInput, arg2 ...request.Option) (*ec2.CancelReservedInstancesListingOutput, error)

CancelReservedInstancesListingWithContext mocks base method.

func (*MockEC2) CancelSpotFleetRequests

func (m *MockEC2) CancelSpotFleetRequests(arg0 *ec2.CancelSpotFleetRequestsInput) (*ec2.CancelSpotFleetRequestsOutput, error)

CancelSpotFleetRequests mocks base method.

func (*MockEC2) CancelSpotFleetRequestsRequest

func (m *MockEC2) CancelSpotFleetRequestsRequest(arg0 *ec2.CancelSpotFleetRequestsInput) (*request.Request, *ec2.CancelSpotFleetRequestsOutput)

CancelSpotFleetRequestsRequest mocks base method.

func (*MockEC2) CancelSpotFleetRequestsWithContext

func (m *MockEC2) CancelSpotFleetRequestsWithContext(arg0 context.Context, arg1 *ec2.CancelSpotFleetRequestsInput, arg2 ...request.Option) (*ec2.CancelSpotFleetRequestsOutput, error)

CancelSpotFleetRequestsWithContext mocks base method.

func (*MockEC2) CancelSpotInstanceRequests

func (m *MockEC2) CancelSpotInstanceRequests(arg0 *ec2.CancelSpotInstanceRequestsInput) (*ec2.CancelSpotInstanceRequestsOutput, error)

CancelSpotInstanceRequests mocks base method.

func (*MockEC2) CancelSpotInstanceRequestsRequest

func (m *MockEC2) CancelSpotInstanceRequestsRequest(arg0 *ec2.CancelSpotInstanceRequestsInput) (*request.Request, *ec2.CancelSpotInstanceRequestsOutput)

CancelSpotInstanceRequestsRequest mocks base method.

func (*MockEC2) CancelSpotInstanceRequestsWithContext

func (m *MockEC2) CancelSpotInstanceRequestsWithContext(arg0 context.Context, arg1 *ec2.CancelSpotInstanceRequestsInput, arg2 ...request.Option) (*ec2.CancelSpotInstanceRequestsOutput, error)

CancelSpotInstanceRequestsWithContext mocks base method.

func (*MockEC2) ConfirmProductInstance

func (m *MockEC2) ConfirmProductInstance(arg0 *ec2.ConfirmProductInstanceInput) (*ec2.ConfirmProductInstanceOutput, error)

ConfirmProductInstance mocks base method.

func (*MockEC2) ConfirmProductInstanceRequest

func (m *MockEC2) ConfirmProductInstanceRequest(arg0 *ec2.ConfirmProductInstanceInput) (*request.Request, *ec2.ConfirmProductInstanceOutput)

ConfirmProductInstanceRequest mocks base method.

func (*MockEC2) ConfirmProductInstanceWithContext

func (m *MockEC2) ConfirmProductInstanceWithContext(arg0 context.Context, arg1 *ec2.ConfirmProductInstanceInput, arg2 ...request.Option) (*ec2.ConfirmProductInstanceOutput, error)

ConfirmProductInstanceWithContext mocks base method.

func (*MockEC2) CopyFpgaImage

func (m *MockEC2) CopyFpgaImage(arg0 *ec2.CopyFpgaImageInput) (*ec2.CopyFpgaImageOutput, error)

CopyFpgaImage mocks base method.

func (*MockEC2) CopyFpgaImageRequest

func (m *MockEC2) CopyFpgaImageRequest(arg0 *ec2.CopyFpgaImageInput) (*request.Request, *ec2.CopyFpgaImageOutput)

CopyFpgaImageRequest mocks base method.

func (*MockEC2) CopyFpgaImageWithContext

func (m *MockEC2) CopyFpgaImageWithContext(arg0 context.Context, arg1 *ec2.CopyFpgaImageInput, arg2 ...request.Option) (*ec2.CopyFpgaImageOutput, error)

CopyFpgaImageWithContext mocks base method.

func (*MockEC2) CopyImage

func (m *MockEC2) CopyImage(arg0 *ec2.CopyImageInput) (*ec2.CopyImageOutput, error)

CopyImage mocks base method.

func (*MockEC2) CopyImageRequest

func (m *MockEC2) CopyImageRequest(arg0 *ec2.CopyImageInput) (*request.Request, *ec2.CopyImageOutput)

CopyImageRequest mocks base method.

func (*MockEC2) CopyImageWithContext

func (m *MockEC2) CopyImageWithContext(arg0 context.Context, arg1 *ec2.CopyImageInput, arg2 ...request.Option) (*ec2.CopyImageOutput, error)

CopyImageWithContext mocks base method.

func (*MockEC2) CopySnapshot

func (m *MockEC2) CopySnapshot(arg0 *ec2.CopySnapshotInput) (*ec2.CopySnapshotOutput, error)

CopySnapshot mocks base method.

func (*MockEC2) CopySnapshotRequest

func (m *MockEC2) CopySnapshotRequest(arg0 *ec2.CopySnapshotInput) (*request.Request, *ec2.CopySnapshotOutput)

CopySnapshotRequest mocks base method.

func (*MockEC2) CopySnapshotWithContext

func (m *MockEC2) CopySnapshotWithContext(arg0 context.Context, arg1 *ec2.CopySnapshotInput, arg2 ...request.Option) (*ec2.CopySnapshotOutput, error)

CopySnapshotWithContext mocks base method.

func (*MockEC2) CreateCapacityReservation

func (m *MockEC2) CreateCapacityReservation(arg0 *ec2.CreateCapacityReservationInput) (*ec2.CreateCapacityReservationOutput, error)

CreateCapacityReservation mocks base method.

func (*MockEC2) CreateCapacityReservationFleet

CreateCapacityReservationFleet mocks base method.

func (*MockEC2) CreateCapacityReservationFleetRequest

func (m *MockEC2) CreateCapacityReservationFleetRequest(arg0 *ec2.CreateCapacityReservationFleetInput) (*request.Request, *ec2.CreateCapacityReservationFleetOutput)

CreateCapacityReservationFleetRequest mocks base method.

func (*MockEC2) CreateCapacityReservationFleetWithContext

func (m *MockEC2) CreateCapacityReservationFleetWithContext(arg0 context.Context, arg1 *ec2.CreateCapacityReservationFleetInput, arg2 ...request.Option) (*ec2.CreateCapacityReservationFleetOutput, error)

CreateCapacityReservationFleetWithContext mocks base method.

func (*MockEC2) CreateCapacityReservationRequest

func (m *MockEC2) CreateCapacityReservationRequest(arg0 *ec2.CreateCapacityReservationInput) (*request.Request, *ec2.CreateCapacityReservationOutput)

CreateCapacityReservationRequest mocks base method.

func (*MockEC2) CreateCapacityReservationWithContext

func (m *MockEC2) CreateCapacityReservationWithContext(arg0 context.Context, arg1 *ec2.CreateCapacityReservationInput, arg2 ...request.Option) (*ec2.CreateCapacityReservationOutput, error)

CreateCapacityReservationWithContext mocks base method.

func (*MockEC2) CreateCarrierGateway

func (m *MockEC2) CreateCarrierGateway(arg0 *ec2.CreateCarrierGatewayInput) (*ec2.CreateCarrierGatewayOutput, error)

CreateCarrierGateway mocks base method.

func (*MockEC2) CreateCarrierGatewayRequest

func (m *MockEC2) CreateCarrierGatewayRequest(arg0 *ec2.CreateCarrierGatewayInput) (*request.Request, *ec2.CreateCarrierGatewayOutput)

CreateCarrierGatewayRequest mocks base method.

func (*MockEC2) CreateCarrierGatewayWithContext

func (m *MockEC2) CreateCarrierGatewayWithContext(arg0 context.Context, arg1 *ec2.CreateCarrierGatewayInput, arg2 ...request.Option) (*ec2.CreateCarrierGatewayOutput, error)

CreateCarrierGatewayWithContext mocks base method.

func (*MockEC2) CreateClientVpnEndpoint

func (m *MockEC2) CreateClientVpnEndpoint(arg0 *ec2.CreateClientVpnEndpointInput) (*ec2.CreateClientVpnEndpointOutput, error)

CreateClientVpnEndpoint mocks base method.

func (*MockEC2) CreateClientVpnEndpointRequest

func (m *MockEC2) CreateClientVpnEndpointRequest(arg0 *ec2.CreateClientVpnEndpointInput) (*request.Request, *ec2.CreateClientVpnEndpointOutput)

CreateClientVpnEndpointRequest mocks base method.

func (*MockEC2) CreateClientVpnEndpointWithContext

func (m *MockEC2) CreateClientVpnEndpointWithContext(arg0 context.Context, arg1 *ec2.CreateClientVpnEndpointInput, arg2 ...request.Option) (*ec2.CreateClientVpnEndpointOutput, error)

CreateClientVpnEndpointWithContext mocks base method.

func (*MockEC2) CreateClientVpnRoute

func (m *MockEC2) CreateClientVpnRoute(arg0 *ec2.CreateClientVpnRouteInput) (*ec2.CreateClientVpnRouteOutput, error)

CreateClientVpnRoute mocks base method.

func (*MockEC2) CreateClientVpnRouteRequest

func (m *MockEC2) CreateClientVpnRouteRequest(arg0 *ec2.CreateClientVpnRouteInput) (*request.Request, *ec2.CreateClientVpnRouteOutput)

CreateClientVpnRouteRequest mocks base method.

func (*MockEC2) CreateClientVpnRouteWithContext

func (m *MockEC2) CreateClientVpnRouteWithContext(arg0 context.Context, arg1 *ec2.CreateClientVpnRouteInput, arg2 ...request.Option) (*ec2.CreateClientVpnRouteOutput, error)

CreateClientVpnRouteWithContext mocks base method.

func (*MockEC2) CreateCoipCidr

func (m *MockEC2) CreateCoipCidr(arg0 *ec2.CreateCoipCidrInput) (*ec2.CreateCoipCidrOutput, error)

CreateCoipCidr mocks base method.

func (*MockEC2) CreateCoipCidrRequest

func (m *MockEC2) CreateCoipCidrRequest(arg0 *ec2.CreateCoipCidrInput) (*request.Request, *ec2.CreateCoipCidrOutput)

CreateCoipCidrRequest mocks base method.

func (*MockEC2) CreateCoipCidrWithContext

func (m *MockEC2) CreateCoipCidrWithContext(arg0 context.Context, arg1 *ec2.CreateCoipCidrInput, arg2 ...request.Option) (*ec2.CreateCoipCidrOutput, error)

CreateCoipCidrWithContext mocks base method.

func (*MockEC2) CreateCoipPool

func (m *MockEC2) CreateCoipPool(arg0 *ec2.CreateCoipPoolInput) (*ec2.CreateCoipPoolOutput, error)

CreateCoipPool mocks base method.

func (*MockEC2) CreateCoipPoolRequest

func (m *MockEC2) CreateCoipPoolRequest(arg0 *ec2.CreateCoipPoolInput) (*request.Request, *ec2.CreateCoipPoolOutput)

CreateCoipPoolRequest mocks base method.

func (*MockEC2) CreateCoipPoolWithContext

func (m *MockEC2) CreateCoipPoolWithContext(arg0 context.Context, arg1 *ec2.CreateCoipPoolInput, arg2 ...request.Option) (*ec2.CreateCoipPoolOutput, error)

CreateCoipPoolWithContext mocks base method.

func (*MockEC2) CreateCustomerGateway

func (m *MockEC2) CreateCustomerGateway(arg0 *ec2.CreateCustomerGatewayInput) (*ec2.CreateCustomerGatewayOutput, error)

CreateCustomerGateway mocks base method.

func (*MockEC2) CreateCustomerGatewayRequest

func (m *MockEC2) CreateCustomerGatewayRequest(arg0 *ec2.CreateCustomerGatewayInput) (*request.Request, *ec2.CreateCustomerGatewayOutput)

CreateCustomerGatewayRequest mocks base method.

func (*MockEC2) CreateCustomerGatewayWithContext

func (m *MockEC2) CreateCustomerGatewayWithContext(arg0 context.Context, arg1 *ec2.CreateCustomerGatewayInput, arg2 ...request.Option) (*ec2.CreateCustomerGatewayOutput, error)

CreateCustomerGatewayWithContext mocks base method.

func (*MockEC2) CreateDefaultSubnet

func (m *MockEC2) CreateDefaultSubnet(arg0 *ec2.CreateDefaultSubnetInput) (*ec2.CreateDefaultSubnetOutput, error)

CreateDefaultSubnet mocks base method.

func (*MockEC2) CreateDefaultSubnetRequest

func (m *MockEC2) CreateDefaultSubnetRequest(arg0 *ec2.CreateDefaultSubnetInput) (*request.Request, *ec2.CreateDefaultSubnetOutput)

CreateDefaultSubnetRequest mocks base method.

func (*MockEC2) CreateDefaultSubnetWithContext

func (m *MockEC2) CreateDefaultSubnetWithContext(arg0 context.Context, arg1 *ec2.CreateDefaultSubnetInput, arg2 ...request.Option) (*ec2.CreateDefaultSubnetOutput, error)

CreateDefaultSubnetWithContext mocks base method.

func (*MockEC2) CreateDefaultVpc

func (m *MockEC2) CreateDefaultVpc(arg0 *ec2.CreateDefaultVpcInput) (*ec2.CreateDefaultVpcOutput, error)

CreateDefaultVpc mocks base method.

func (*MockEC2) CreateDefaultVpcRequest

func (m *MockEC2) CreateDefaultVpcRequest(arg0 *ec2.CreateDefaultVpcInput) (*request.Request, *ec2.CreateDefaultVpcOutput)

CreateDefaultVpcRequest mocks base method.

func (*MockEC2) CreateDefaultVpcWithContext

func (m *MockEC2) CreateDefaultVpcWithContext(arg0 context.Context, arg1 *ec2.CreateDefaultVpcInput, arg2 ...request.Option) (*ec2.CreateDefaultVpcOutput, error)

CreateDefaultVpcWithContext mocks base method.

func (*MockEC2) CreateDhcpOptions

func (m *MockEC2) CreateDhcpOptions(arg0 *ec2.CreateDhcpOptionsInput) (*ec2.CreateDhcpOptionsOutput, error)

CreateDhcpOptions mocks base method.

func (*MockEC2) CreateDhcpOptionsRequest

func (m *MockEC2) CreateDhcpOptionsRequest(arg0 *ec2.CreateDhcpOptionsInput) (*request.Request, *ec2.CreateDhcpOptionsOutput)

CreateDhcpOptionsRequest mocks base method.

func (*MockEC2) CreateDhcpOptionsWithContext

func (m *MockEC2) CreateDhcpOptionsWithContext(arg0 context.Context, arg1 *ec2.CreateDhcpOptionsInput, arg2 ...request.Option) (*ec2.CreateDhcpOptionsOutput, error)

CreateDhcpOptionsWithContext mocks base method.

func (*MockEC2) CreateEgressOnlyInternetGateway

CreateEgressOnlyInternetGateway mocks base method.

func (*MockEC2) CreateEgressOnlyInternetGatewayRequest

func (m *MockEC2) CreateEgressOnlyInternetGatewayRequest(arg0 *ec2.CreateEgressOnlyInternetGatewayInput) (*request.Request, *ec2.CreateEgressOnlyInternetGatewayOutput)

CreateEgressOnlyInternetGatewayRequest mocks base method.

func (*MockEC2) CreateEgressOnlyInternetGatewayWithContext

func (m *MockEC2) CreateEgressOnlyInternetGatewayWithContext(arg0 context.Context, arg1 *ec2.CreateEgressOnlyInternetGatewayInput, arg2 ...request.Option) (*ec2.CreateEgressOnlyInternetGatewayOutput, error)

CreateEgressOnlyInternetGatewayWithContext mocks base method.

func (*MockEC2) CreateFleet

func (m *MockEC2) CreateFleet(arg0 *ec2.CreateFleetInput) (*ec2.CreateFleetOutput, error)

CreateFleet mocks base method.

func (*MockEC2) CreateFleetRequest

func (m *MockEC2) CreateFleetRequest(arg0 *ec2.CreateFleetInput) (*request.Request, *ec2.CreateFleetOutput)

CreateFleetRequest mocks base method.

func (*MockEC2) CreateFleetWithContext

func (m *MockEC2) CreateFleetWithContext(arg0 context.Context, arg1 *ec2.CreateFleetInput, arg2 ...request.Option) (*ec2.CreateFleetOutput, error)

CreateFleetWithContext mocks base method.

func (*MockEC2) CreateFlowLogs

func (m *MockEC2) CreateFlowLogs(arg0 *ec2.CreateFlowLogsInput) (*ec2.CreateFlowLogsOutput, error)

CreateFlowLogs mocks base method.

func (*MockEC2) CreateFlowLogsRequest

func (m *MockEC2) CreateFlowLogsRequest(arg0 *ec2.CreateFlowLogsInput) (*request.Request, *ec2.CreateFlowLogsOutput)

CreateFlowLogsRequest mocks base method.

func (*MockEC2) CreateFlowLogsWithContext

func (m *MockEC2) CreateFlowLogsWithContext(arg0 context.Context, arg1 *ec2.CreateFlowLogsInput, arg2 ...request.Option) (*ec2.CreateFlowLogsOutput, error)

CreateFlowLogsWithContext mocks base method.

func (*MockEC2) CreateFpgaImage

func (m *MockEC2) CreateFpgaImage(arg0 *ec2.CreateFpgaImageInput) (*ec2.CreateFpgaImageOutput, error)

CreateFpgaImage mocks base method.

func (*MockEC2) CreateFpgaImageRequest

func (m *MockEC2) CreateFpgaImageRequest(arg0 *ec2.CreateFpgaImageInput) (*request.Request, *ec2.CreateFpgaImageOutput)

CreateFpgaImageRequest mocks base method.

func (*MockEC2) CreateFpgaImageWithContext

func (m *MockEC2) CreateFpgaImageWithContext(arg0 context.Context, arg1 *ec2.CreateFpgaImageInput, arg2 ...request.Option) (*ec2.CreateFpgaImageOutput, error)

CreateFpgaImageWithContext mocks base method.

func (*MockEC2) CreateImage

func (m *MockEC2) CreateImage(arg0 *ec2.CreateImageInput) (*ec2.CreateImageOutput, error)

CreateImage mocks base method.

func (*MockEC2) CreateImageRequest

func (m *MockEC2) CreateImageRequest(arg0 *ec2.CreateImageInput) (*request.Request, *ec2.CreateImageOutput)

CreateImageRequest mocks base method.

func (*MockEC2) CreateImageWithContext

func (m *MockEC2) CreateImageWithContext(arg0 context.Context, arg1 *ec2.CreateImageInput, arg2 ...request.Option) (*ec2.CreateImageOutput, error)

CreateImageWithContext mocks base method.

func (*MockEC2) CreateInstanceConnectEndpoint

func (m *MockEC2) CreateInstanceConnectEndpoint(arg0 *ec2.CreateInstanceConnectEndpointInput) (*ec2.CreateInstanceConnectEndpointOutput, error)

CreateInstanceConnectEndpoint mocks base method.

func (*MockEC2) CreateInstanceConnectEndpointRequest

func (m *MockEC2) CreateInstanceConnectEndpointRequest(arg0 *ec2.CreateInstanceConnectEndpointInput) (*request.Request, *ec2.CreateInstanceConnectEndpointOutput)

CreateInstanceConnectEndpointRequest mocks base method.

func (*MockEC2) CreateInstanceConnectEndpointWithContext

func (m *MockEC2) CreateInstanceConnectEndpointWithContext(arg0 context.Context, arg1 *ec2.CreateInstanceConnectEndpointInput, arg2 ...request.Option) (*ec2.CreateInstanceConnectEndpointOutput, error)

CreateInstanceConnectEndpointWithContext mocks base method.

func (*MockEC2) CreateInstanceEventWindow

func (m *MockEC2) CreateInstanceEventWindow(arg0 *ec2.CreateInstanceEventWindowInput) (*ec2.CreateInstanceEventWindowOutput, error)

CreateInstanceEventWindow mocks base method.

func (*MockEC2) CreateInstanceEventWindowRequest

func (m *MockEC2) CreateInstanceEventWindowRequest(arg0 *ec2.CreateInstanceEventWindowInput) (*request.Request, *ec2.CreateInstanceEventWindowOutput)

CreateInstanceEventWindowRequest mocks base method.

func (*MockEC2) CreateInstanceEventWindowWithContext

func (m *MockEC2) CreateInstanceEventWindowWithContext(arg0 context.Context, arg1 *ec2.CreateInstanceEventWindowInput, arg2 ...request.Option) (*ec2.CreateInstanceEventWindowOutput, error)

CreateInstanceEventWindowWithContext mocks base method.

func (*MockEC2) CreateInstanceExportTask

func (m *MockEC2) CreateInstanceExportTask(arg0 *ec2.CreateInstanceExportTaskInput) (*ec2.CreateInstanceExportTaskOutput, error)

CreateInstanceExportTask mocks base method.

func (*MockEC2) CreateInstanceExportTaskRequest

func (m *MockEC2) CreateInstanceExportTaskRequest(arg0 *ec2.CreateInstanceExportTaskInput) (*request.Request, *ec2.CreateInstanceExportTaskOutput)

CreateInstanceExportTaskRequest mocks base method.

func (*MockEC2) CreateInstanceExportTaskWithContext

func (m *MockEC2) CreateInstanceExportTaskWithContext(arg0 context.Context, arg1 *ec2.CreateInstanceExportTaskInput, arg2 ...request.Option) (*ec2.CreateInstanceExportTaskOutput, error)

CreateInstanceExportTaskWithContext mocks base method.

func (*MockEC2) CreateInternetGateway

func (m *MockEC2) CreateInternetGateway(arg0 *ec2.CreateInternetGatewayInput) (*ec2.CreateInternetGatewayOutput, error)

CreateInternetGateway mocks base method.

func (*MockEC2) CreateInternetGatewayRequest

func (m *MockEC2) CreateInternetGatewayRequest(arg0 *ec2.CreateInternetGatewayInput) (*request.Request, *ec2.CreateInternetGatewayOutput)

CreateInternetGatewayRequest mocks base method.

func (*MockEC2) CreateInternetGatewayWithContext

func (m *MockEC2) CreateInternetGatewayWithContext(arg0 context.Context, arg1 *ec2.CreateInternetGatewayInput, arg2 ...request.Option) (*ec2.CreateInternetGatewayOutput, error)

CreateInternetGatewayWithContext mocks base method.

func (*MockEC2) CreateIpam

func (m *MockEC2) CreateIpam(arg0 *ec2.CreateIpamInput) (*ec2.CreateIpamOutput, error)

CreateIpam mocks base method.

func (*MockEC2) CreateIpamPool

func (m *MockEC2) CreateIpamPool(arg0 *ec2.CreateIpamPoolInput) (*ec2.CreateIpamPoolOutput, error)

CreateIpamPool mocks base method.

func (*MockEC2) CreateIpamPoolRequest

func (m *MockEC2) CreateIpamPoolRequest(arg0 *ec2.CreateIpamPoolInput) (*request.Request, *ec2.CreateIpamPoolOutput)

CreateIpamPoolRequest mocks base method.

func (*MockEC2) CreateIpamPoolWithContext

func (m *MockEC2) CreateIpamPoolWithContext(arg0 context.Context, arg1 *ec2.CreateIpamPoolInput, arg2 ...request.Option) (*ec2.CreateIpamPoolOutput, error)

CreateIpamPoolWithContext mocks base method.

func (*MockEC2) CreateIpamRequest

func (m *MockEC2) CreateIpamRequest(arg0 *ec2.CreateIpamInput) (*request.Request, *ec2.CreateIpamOutput)

CreateIpamRequest mocks base method.

func (*MockEC2) CreateIpamResourceDiscovery

func (m *MockEC2) CreateIpamResourceDiscovery(arg0 *ec2.CreateIpamResourceDiscoveryInput) (*ec2.CreateIpamResourceDiscoveryOutput, error)

CreateIpamResourceDiscovery mocks base method.

func (*MockEC2) CreateIpamResourceDiscoveryRequest

func (m *MockEC2) CreateIpamResourceDiscoveryRequest(arg0 *ec2.CreateIpamResourceDiscoveryInput) (*request.Request, *ec2.CreateIpamResourceDiscoveryOutput)

CreateIpamResourceDiscoveryRequest mocks base method.

func (*MockEC2) CreateIpamResourceDiscoveryWithContext

func (m *MockEC2) CreateIpamResourceDiscoveryWithContext(arg0 context.Context, arg1 *ec2.CreateIpamResourceDiscoveryInput, arg2 ...request.Option) (*ec2.CreateIpamResourceDiscoveryOutput, error)

CreateIpamResourceDiscoveryWithContext mocks base method.

func (*MockEC2) CreateIpamScope

func (m *MockEC2) CreateIpamScope(arg0 *ec2.CreateIpamScopeInput) (*ec2.CreateIpamScopeOutput, error)

CreateIpamScope mocks base method.

func (*MockEC2) CreateIpamScopeRequest

func (m *MockEC2) CreateIpamScopeRequest(arg0 *ec2.CreateIpamScopeInput) (*request.Request, *ec2.CreateIpamScopeOutput)

CreateIpamScopeRequest mocks base method.

func (*MockEC2) CreateIpamScopeWithContext

func (m *MockEC2) CreateIpamScopeWithContext(arg0 context.Context, arg1 *ec2.CreateIpamScopeInput, arg2 ...request.Option) (*ec2.CreateIpamScopeOutput, error)

CreateIpamScopeWithContext mocks base method.

func (*MockEC2) CreateIpamWithContext

func (m *MockEC2) CreateIpamWithContext(arg0 context.Context, arg1 *ec2.CreateIpamInput, arg2 ...request.Option) (*ec2.CreateIpamOutput, error)

CreateIpamWithContext mocks base method.

func (*MockEC2) CreateKeyPair

func (m *MockEC2) CreateKeyPair(arg0 *ec2.CreateKeyPairInput) (*ec2.CreateKeyPairOutput, error)

CreateKeyPair mocks base method.

func (*MockEC2) CreateKeyPairRequest

func (m *MockEC2) CreateKeyPairRequest(arg0 *ec2.CreateKeyPairInput) (*request.Request, *ec2.CreateKeyPairOutput)

CreateKeyPairRequest mocks base method.

func (*MockEC2) CreateKeyPairWithContext

func (m *MockEC2) CreateKeyPairWithContext(arg0 context.Context, arg1 *ec2.CreateKeyPairInput, arg2 ...request.Option) (*ec2.CreateKeyPairOutput, error)

CreateKeyPairWithContext mocks base method.

func (*MockEC2) CreateLaunchTemplate

func (m *MockEC2) CreateLaunchTemplate(arg0 *ec2.CreateLaunchTemplateInput) (*ec2.CreateLaunchTemplateOutput, error)

CreateLaunchTemplate mocks base method.

func (*MockEC2) CreateLaunchTemplateRequest

func (m *MockEC2) CreateLaunchTemplateRequest(arg0 *ec2.CreateLaunchTemplateInput) (*request.Request, *ec2.CreateLaunchTemplateOutput)

CreateLaunchTemplateRequest mocks base method.

func (*MockEC2) CreateLaunchTemplateVersion

func (m *MockEC2) CreateLaunchTemplateVersion(arg0 *ec2.CreateLaunchTemplateVersionInput) (*ec2.CreateLaunchTemplateVersionOutput, error)

CreateLaunchTemplateVersion mocks base method.

func (*MockEC2) CreateLaunchTemplateVersionRequest

func (m *MockEC2) CreateLaunchTemplateVersionRequest(arg0 *ec2.CreateLaunchTemplateVersionInput) (*request.Request, *ec2.CreateLaunchTemplateVersionOutput)

CreateLaunchTemplateVersionRequest mocks base method.

func (*MockEC2) CreateLaunchTemplateVersionWithContext

func (m *MockEC2) CreateLaunchTemplateVersionWithContext(arg0 context.Context, arg1 *ec2.CreateLaunchTemplateVersionInput, arg2 ...request.Option) (*ec2.CreateLaunchTemplateVersionOutput, error)

CreateLaunchTemplateVersionWithContext mocks base method.

func (*MockEC2) CreateLaunchTemplateWithContext

func (m *MockEC2) CreateLaunchTemplateWithContext(arg0 context.Context, arg1 *ec2.CreateLaunchTemplateInput, arg2 ...request.Option) (*ec2.CreateLaunchTemplateOutput, error)

CreateLaunchTemplateWithContext mocks base method.

func (*MockEC2) CreateLocalGatewayRoute

func (m *MockEC2) CreateLocalGatewayRoute(arg0 *ec2.CreateLocalGatewayRouteInput) (*ec2.CreateLocalGatewayRouteOutput, error)

CreateLocalGatewayRoute mocks base method.

func (*MockEC2) CreateLocalGatewayRouteRequest

func (m *MockEC2) CreateLocalGatewayRouteRequest(arg0 *ec2.CreateLocalGatewayRouteInput) (*request.Request, *ec2.CreateLocalGatewayRouteOutput)

CreateLocalGatewayRouteRequest mocks base method.

func (*MockEC2) CreateLocalGatewayRouteTable

func (m *MockEC2) CreateLocalGatewayRouteTable(arg0 *ec2.CreateLocalGatewayRouteTableInput) (*ec2.CreateLocalGatewayRouteTableOutput, error)

CreateLocalGatewayRouteTable mocks base method.

func (*MockEC2) CreateLocalGatewayRouteTableRequest

func (m *MockEC2) CreateLocalGatewayRouteTableRequest(arg0 *ec2.CreateLocalGatewayRouteTableInput) (*request.Request, *ec2.CreateLocalGatewayRouteTableOutput)

CreateLocalGatewayRouteTableRequest mocks base method.

func (*MockEC2) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation

CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation mocks base method.

func (*MockEC2) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest

CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest mocks base method.

func (*MockEC2) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext

func (m *MockEC2) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext(arg0 context.Context, arg1 *ec2.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput, arg2 ...request.Option) (*ec2.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput, error)

CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext mocks base method.

func (*MockEC2) CreateLocalGatewayRouteTableVpcAssociation

CreateLocalGatewayRouteTableVpcAssociation mocks base method.

func (*MockEC2) CreateLocalGatewayRouteTableVpcAssociationRequest

CreateLocalGatewayRouteTableVpcAssociationRequest mocks base method.

func (*MockEC2) CreateLocalGatewayRouteTableVpcAssociationWithContext

func (m *MockEC2) CreateLocalGatewayRouteTableVpcAssociationWithContext(arg0 context.Context, arg1 *ec2.CreateLocalGatewayRouteTableVpcAssociationInput, arg2 ...request.Option) (*ec2.CreateLocalGatewayRouteTableVpcAssociationOutput, error)

CreateLocalGatewayRouteTableVpcAssociationWithContext mocks base method.

func (*MockEC2) CreateLocalGatewayRouteTableWithContext

func (m *MockEC2) CreateLocalGatewayRouteTableWithContext(arg0 context.Context, arg1 *ec2.CreateLocalGatewayRouteTableInput, arg2 ...request.Option) (*ec2.CreateLocalGatewayRouteTableOutput, error)

CreateLocalGatewayRouteTableWithContext mocks base method.

func (*MockEC2) CreateLocalGatewayRouteWithContext

func (m *MockEC2) CreateLocalGatewayRouteWithContext(arg0 context.Context, arg1 *ec2.CreateLocalGatewayRouteInput, arg2 ...request.Option) (*ec2.CreateLocalGatewayRouteOutput, error)

CreateLocalGatewayRouteWithContext mocks base method.

func (*MockEC2) CreateManagedPrefixList

func (m *MockEC2) CreateManagedPrefixList(arg0 *ec2.CreateManagedPrefixListInput) (*ec2.CreateManagedPrefixListOutput, error)

CreateManagedPrefixList mocks base method.

func (*MockEC2) CreateManagedPrefixListRequest

func (m *MockEC2) CreateManagedPrefixListRequest(arg0 *ec2.CreateManagedPrefixListInput) (*request.Request, *ec2.CreateManagedPrefixListOutput)

CreateManagedPrefixListRequest mocks base method.

func (*MockEC2) CreateManagedPrefixListWithContext

func (m *MockEC2) CreateManagedPrefixListWithContext(arg0 context.Context, arg1 *ec2.CreateManagedPrefixListInput, arg2 ...request.Option) (*ec2.CreateManagedPrefixListOutput, error)

CreateManagedPrefixListWithContext mocks base method.

func (*MockEC2) CreateNatGateway

func (m *MockEC2) CreateNatGateway(arg0 *ec2.CreateNatGatewayInput) (*ec2.CreateNatGatewayOutput, error)

CreateNatGateway mocks base method.

func (*MockEC2) CreateNatGatewayRequest

func (m *MockEC2) CreateNatGatewayRequest(arg0 *ec2.CreateNatGatewayInput) (*request.Request, *ec2.CreateNatGatewayOutput)

CreateNatGatewayRequest mocks base method.

func (*MockEC2) CreateNatGatewayWithContext

func (m *MockEC2) CreateNatGatewayWithContext(arg0 context.Context, arg1 *ec2.CreateNatGatewayInput, arg2 ...request.Option) (*ec2.CreateNatGatewayOutput, error)

CreateNatGatewayWithContext mocks base method.

func (*MockEC2) CreateNetworkAcl

func (m *MockEC2) CreateNetworkAcl(arg0 *ec2.CreateNetworkAclInput) (*ec2.CreateNetworkAclOutput, error)

CreateNetworkAcl mocks base method.

func (*MockEC2) CreateNetworkAclEntry

func (m *MockEC2) CreateNetworkAclEntry(arg0 *ec2.CreateNetworkAclEntryInput) (*ec2.CreateNetworkAclEntryOutput, error)

CreateNetworkAclEntry mocks base method.

func (*MockEC2) CreateNetworkAclEntryRequest

func (m *MockEC2) CreateNetworkAclEntryRequest(arg0 *ec2.CreateNetworkAclEntryInput) (*request.Request, *ec2.CreateNetworkAclEntryOutput)

CreateNetworkAclEntryRequest mocks base method.

func (*MockEC2) CreateNetworkAclEntryWithContext

func (m *MockEC2) CreateNetworkAclEntryWithContext(arg0 context.Context, arg1 *ec2.CreateNetworkAclEntryInput, arg2 ...request.Option) (*ec2.CreateNetworkAclEntryOutput, error)

CreateNetworkAclEntryWithContext mocks base method.

func (*MockEC2) CreateNetworkAclRequest

func (m *MockEC2) CreateNetworkAclRequest(arg0 *ec2.CreateNetworkAclInput) (*request.Request, *ec2.CreateNetworkAclOutput)

CreateNetworkAclRequest mocks base method.

func (*MockEC2) CreateNetworkAclWithContext

func (m *MockEC2) CreateNetworkAclWithContext(arg0 context.Context, arg1 *ec2.CreateNetworkAclInput, arg2 ...request.Option) (*ec2.CreateNetworkAclOutput, error)

CreateNetworkAclWithContext mocks base method.

func (*MockEC2) CreateNetworkInsightsAccessScope

CreateNetworkInsightsAccessScope mocks base method.

func (*MockEC2) CreateNetworkInsightsAccessScopeRequest

func (m *MockEC2) CreateNetworkInsightsAccessScopeRequest(arg0 *ec2.CreateNetworkInsightsAccessScopeInput) (*request.Request, *ec2.CreateNetworkInsightsAccessScopeOutput)

CreateNetworkInsightsAccessScopeRequest mocks base method.

func (*MockEC2) CreateNetworkInsightsAccessScopeWithContext

func (m *MockEC2) CreateNetworkInsightsAccessScopeWithContext(arg0 context.Context, arg1 *ec2.CreateNetworkInsightsAccessScopeInput, arg2 ...request.Option) (*ec2.CreateNetworkInsightsAccessScopeOutput, error)

CreateNetworkInsightsAccessScopeWithContext mocks base method.

func (*MockEC2) CreateNetworkInsightsPath

func (m *MockEC2) CreateNetworkInsightsPath(arg0 *ec2.CreateNetworkInsightsPathInput) (*ec2.CreateNetworkInsightsPathOutput, error)

CreateNetworkInsightsPath mocks base method.

func (*MockEC2) CreateNetworkInsightsPathRequest

func (m *MockEC2) CreateNetworkInsightsPathRequest(arg0 *ec2.CreateNetworkInsightsPathInput) (*request.Request, *ec2.CreateNetworkInsightsPathOutput)

CreateNetworkInsightsPathRequest mocks base method.

func (*MockEC2) CreateNetworkInsightsPathWithContext

func (m *MockEC2) CreateNetworkInsightsPathWithContext(arg0 context.Context, arg1 *ec2.CreateNetworkInsightsPathInput, arg2 ...request.Option) (*ec2.CreateNetworkInsightsPathOutput, error)

CreateNetworkInsightsPathWithContext mocks base method.

func (*MockEC2) CreateNetworkInterface

func (m *MockEC2) CreateNetworkInterface(arg0 *ec2.CreateNetworkInterfaceInput) (*ec2.CreateNetworkInterfaceOutput, error)

CreateNetworkInterface mocks base method.

func (*MockEC2) CreateNetworkInterfacePermission

CreateNetworkInterfacePermission mocks base method.

func (*MockEC2) CreateNetworkInterfacePermissionRequest

func (m *MockEC2) CreateNetworkInterfacePermissionRequest(arg0 *ec2.CreateNetworkInterfacePermissionInput) (*request.Request, *ec2.CreateNetworkInterfacePermissionOutput)

CreateNetworkInterfacePermissionRequest mocks base method.

func (*MockEC2) CreateNetworkInterfacePermissionWithContext

func (m *MockEC2) CreateNetworkInterfacePermissionWithContext(arg0 context.Context, arg1 *ec2.CreateNetworkInterfacePermissionInput, arg2 ...request.Option) (*ec2.CreateNetworkInterfacePermissionOutput, error)

CreateNetworkInterfacePermissionWithContext mocks base method.

func (*MockEC2) CreateNetworkInterfaceRequest

func (m *MockEC2) CreateNetworkInterfaceRequest(arg0 *ec2.CreateNetworkInterfaceInput) (*request.Request, *ec2.CreateNetworkInterfaceOutput)

CreateNetworkInterfaceRequest mocks base method.

func (*MockEC2) CreateNetworkInterfaceWithContext

func (m *MockEC2) CreateNetworkInterfaceWithContext(arg0 context.Context, arg1 *ec2.CreateNetworkInterfaceInput, arg2 ...request.Option) (*ec2.CreateNetworkInterfaceOutput, error)

CreateNetworkInterfaceWithContext mocks base method.

func (*MockEC2) CreatePlacementGroup

func (m *MockEC2) CreatePlacementGroup(arg0 *ec2.CreatePlacementGroupInput) (*ec2.CreatePlacementGroupOutput, error)

CreatePlacementGroup mocks base method.

func (*MockEC2) CreatePlacementGroupRequest

func (m *MockEC2) CreatePlacementGroupRequest(arg0 *ec2.CreatePlacementGroupInput) (*request.Request, *ec2.CreatePlacementGroupOutput)

CreatePlacementGroupRequest mocks base method.

func (*MockEC2) CreatePlacementGroupWithContext

func (m *MockEC2) CreatePlacementGroupWithContext(arg0 context.Context, arg1 *ec2.CreatePlacementGroupInput, arg2 ...request.Option) (*ec2.CreatePlacementGroupOutput, error)

CreatePlacementGroupWithContext mocks base method.

func (*MockEC2) CreatePublicIpv4Pool

func (m *MockEC2) CreatePublicIpv4Pool(arg0 *ec2.CreatePublicIpv4PoolInput) (*ec2.CreatePublicIpv4PoolOutput, error)

CreatePublicIpv4Pool mocks base method.

func (*MockEC2) CreatePublicIpv4PoolRequest

func (m *MockEC2) CreatePublicIpv4PoolRequest(arg0 *ec2.CreatePublicIpv4PoolInput) (*request.Request, *ec2.CreatePublicIpv4PoolOutput)

CreatePublicIpv4PoolRequest mocks base method.

func (*MockEC2) CreatePublicIpv4PoolWithContext

func (m *MockEC2) CreatePublicIpv4PoolWithContext(arg0 context.Context, arg1 *ec2.CreatePublicIpv4PoolInput, arg2 ...request.Option) (*ec2.CreatePublicIpv4PoolOutput, error)

CreatePublicIpv4PoolWithContext mocks base method.

func (*MockEC2) CreateReplaceRootVolumeTask

func (m *MockEC2) CreateReplaceRootVolumeTask(arg0 *ec2.CreateReplaceRootVolumeTaskInput) (*ec2.CreateReplaceRootVolumeTaskOutput, error)

CreateReplaceRootVolumeTask mocks base method.

func (*MockEC2) CreateReplaceRootVolumeTaskRequest

func (m *MockEC2) CreateReplaceRootVolumeTaskRequest(arg0 *ec2.CreateReplaceRootVolumeTaskInput) (*request.Request, *ec2.CreateReplaceRootVolumeTaskOutput)

CreateReplaceRootVolumeTaskRequest mocks base method.

func (*MockEC2) CreateReplaceRootVolumeTaskWithContext

func (m *MockEC2) CreateReplaceRootVolumeTaskWithContext(arg0 context.Context, arg1 *ec2.CreateReplaceRootVolumeTaskInput, arg2 ...request.Option) (*ec2.CreateReplaceRootVolumeTaskOutput, error)

CreateReplaceRootVolumeTaskWithContext mocks base method.

func (*MockEC2) CreateReservedInstancesListing

CreateReservedInstancesListing mocks base method.

func (*MockEC2) CreateReservedInstancesListingRequest

func (m *MockEC2) CreateReservedInstancesListingRequest(arg0 *ec2.CreateReservedInstancesListingInput) (*request.Request, *ec2.CreateReservedInstancesListingOutput)

CreateReservedInstancesListingRequest mocks base method.

func (*MockEC2) CreateReservedInstancesListingWithContext

func (m *MockEC2) CreateReservedInstancesListingWithContext(arg0 context.Context, arg1 *ec2.CreateReservedInstancesListingInput, arg2 ...request.Option) (*ec2.CreateReservedInstancesListingOutput, error)

CreateReservedInstancesListingWithContext mocks base method.

func (*MockEC2) CreateRestoreImageTask

func (m *MockEC2) CreateRestoreImageTask(arg0 *ec2.CreateRestoreImageTaskInput) (*ec2.CreateRestoreImageTaskOutput, error)

CreateRestoreImageTask mocks base method.

func (*MockEC2) CreateRestoreImageTaskRequest

func (m *MockEC2) CreateRestoreImageTaskRequest(arg0 *ec2.CreateRestoreImageTaskInput) (*request.Request, *ec2.CreateRestoreImageTaskOutput)

CreateRestoreImageTaskRequest mocks base method.

func (*MockEC2) CreateRestoreImageTaskWithContext

func (m *MockEC2) CreateRestoreImageTaskWithContext(arg0 context.Context, arg1 *ec2.CreateRestoreImageTaskInput, arg2 ...request.Option) (*ec2.CreateRestoreImageTaskOutput, error)

CreateRestoreImageTaskWithContext mocks base method.

func (*MockEC2) CreateRoute

func (m *MockEC2) CreateRoute(arg0 *ec2.CreateRouteInput) (*ec2.CreateRouteOutput, error)

CreateRoute mocks base method.

func (*MockEC2) CreateRouteRequest

func (m *MockEC2) CreateRouteRequest(arg0 *ec2.CreateRouteInput) (*request.Request, *ec2.CreateRouteOutput)

CreateRouteRequest mocks base method.

func (*MockEC2) CreateRouteTable

func (m *MockEC2) CreateRouteTable(arg0 *ec2.CreateRouteTableInput) (*ec2.CreateRouteTableOutput, error)

CreateRouteTable mocks base method.

func (*MockEC2) CreateRouteTableRequest

func (m *MockEC2) CreateRouteTableRequest(arg0 *ec2.CreateRouteTableInput) (*request.Request, *ec2.CreateRouteTableOutput)

CreateRouteTableRequest mocks base method.

func (*MockEC2) CreateRouteTableWithContext

func (m *MockEC2) CreateRouteTableWithContext(arg0 context.Context, arg1 *ec2.CreateRouteTableInput, arg2 ...request.Option) (*ec2.CreateRouteTableOutput, error)

CreateRouteTableWithContext mocks base method.

func (*MockEC2) CreateRouteWithContext

func (m *MockEC2) CreateRouteWithContext(arg0 context.Context, arg1 *ec2.CreateRouteInput, arg2 ...request.Option) (*ec2.CreateRouteOutput, error)

CreateRouteWithContext mocks base method.

func (*MockEC2) CreateSecurityGroup

func (m *MockEC2) CreateSecurityGroup(arg0 *ec2.CreateSecurityGroupInput) (*ec2.CreateSecurityGroupOutput, error)

CreateSecurityGroup mocks base method.

func (*MockEC2) CreateSecurityGroupRequest

func (m *MockEC2) CreateSecurityGroupRequest(arg0 *ec2.CreateSecurityGroupInput) (*request.Request, *ec2.CreateSecurityGroupOutput)

CreateSecurityGroupRequest mocks base method.

func (*MockEC2) CreateSecurityGroupWithContext

func (m *MockEC2) CreateSecurityGroupWithContext(arg0 context.Context, arg1 *ec2.CreateSecurityGroupInput, arg2 ...request.Option) (*ec2.CreateSecurityGroupOutput, error)

CreateSecurityGroupWithContext mocks base method.

func (*MockEC2) CreateSnapshot

func (m *MockEC2) CreateSnapshot(arg0 *ec2.CreateSnapshotInput) (*ec2.Snapshot, error)

CreateSnapshot mocks base method.

func (*MockEC2) CreateSnapshotRequest

func (m *MockEC2) CreateSnapshotRequest(arg0 *ec2.CreateSnapshotInput) (*request.Request, *ec2.Snapshot)

CreateSnapshotRequest mocks base method.

func (*MockEC2) CreateSnapshotWithContext

func (m *MockEC2) CreateSnapshotWithContext(arg0 context.Context, arg1 *ec2.CreateSnapshotInput, arg2 ...request.Option) (*ec2.Snapshot, error)

CreateSnapshotWithContext mocks base method.

func (*MockEC2) CreateSnapshots

func (m *MockEC2) CreateSnapshots(arg0 *ec2.CreateSnapshotsInput) (*ec2.CreateSnapshotsOutput, error)

CreateSnapshots mocks base method.

func (*MockEC2) CreateSnapshotsRequest

func (m *MockEC2) CreateSnapshotsRequest(arg0 *ec2.CreateSnapshotsInput) (*request.Request, *ec2.CreateSnapshotsOutput)

CreateSnapshotsRequest mocks base method.

func (*MockEC2) CreateSnapshotsWithContext

func (m *MockEC2) CreateSnapshotsWithContext(arg0 context.Context, arg1 *ec2.CreateSnapshotsInput, arg2 ...request.Option) (*ec2.CreateSnapshotsOutput, error)

CreateSnapshotsWithContext mocks base method.

func (*MockEC2) CreateSpotDatafeedSubscription

CreateSpotDatafeedSubscription mocks base method.

func (*MockEC2) CreateSpotDatafeedSubscriptionRequest

func (m *MockEC2) CreateSpotDatafeedSubscriptionRequest(arg0 *ec2.CreateSpotDatafeedSubscriptionInput) (*request.Request, *ec2.CreateSpotDatafeedSubscriptionOutput)

CreateSpotDatafeedSubscriptionRequest mocks base method.

func (*MockEC2) CreateSpotDatafeedSubscriptionWithContext

func (m *MockEC2) CreateSpotDatafeedSubscriptionWithContext(arg0 context.Context, arg1 *ec2.CreateSpotDatafeedSubscriptionInput, arg2 ...request.Option) (*ec2.CreateSpotDatafeedSubscriptionOutput, error)

CreateSpotDatafeedSubscriptionWithContext mocks base method.

func (*MockEC2) CreateStoreImageTask

func (m *MockEC2) CreateStoreImageTask(arg0 *ec2.CreateStoreImageTaskInput) (*ec2.CreateStoreImageTaskOutput, error)

CreateStoreImageTask mocks base method.

func (*MockEC2) CreateStoreImageTaskRequest

func (m *MockEC2) CreateStoreImageTaskRequest(arg0 *ec2.CreateStoreImageTaskInput) (*request.Request, *ec2.CreateStoreImageTaskOutput)

CreateStoreImageTaskRequest mocks base method.

func (*MockEC2) CreateStoreImageTaskWithContext

func (m *MockEC2) CreateStoreImageTaskWithContext(arg0 context.Context, arg1 *ec2.CreateStoreImageTaskInput, arg2 ...request.Option) (*ec2.CreateStoreImageTaskOutput, error)

CreateStoreImageTaskWithContext mocks base method.

func (*MockEC2) CreateSubnet

func (m *MockEC2) CreateSubnet(arg0 *ec2.CreateSubnetInput) (*ec2.CreateSubnetOutput, error)

CreateSubnet mocks base method.

func (*MockEC2) CreateSubnetCidrReservation

func (m *MockEC2) CreateSubnetCidrReservation(arg0 *ec2.CreateSubnetCidrReservationInput) (*ec2.CreateSubnetCidrReservationOutput, error)

CreateSubnetCidrReservation mocks base method.

func (*MockEC2) CreateSubnetCidrReservationRequest

func (m *MockEC2) CreateSubnetCidrReservationRequest(arg0 *ec2.CreateSubnetCidrReservationInput) (*request.Request, *ec2.CreateSubnetCidrReservationOutput)

CreateSubnetCidrReservationRequest mocks base method.

func (*MockEC2) CreateSubnetCidrReservationWithContext

func (m *MockEC2) CreateSubnetCidrReservationWithContext(arg0 context.Context, arg1 *ec2.CreateSubnetCidrReservationInput, arg2 ...request.Option) (*ec2.CreateSubnetCidrReservationOutput, error)

CreateSubnetCidrReservationWithContext mocks base method.

func (*MockEC2) CreateSubnetRequest

func (m *MockEC2) CreateSubnetRequest(arg0 *ec2.CreateSubnetInput) (*request.Request, *ec2.CreateSubnetOutput)

CreateSubnetRequest mocks base method.

func (*MockEC2) CreateSubnetWithContext

func (m *MockEC2) CreateSubnetWithContext(arg0 context.Context, arg1 *ec2.CreateSubnetInput, arg2 ...request.Option) (*ec2.CreateSubnetOutput, error)

CreateSubnetWithContext mocks base method.

func (*MockEC2) CreateTags

func (m *MockEC2) CreateTags(arg0 *ec2.CreateTagsInput) (*ec2.CreateTagsOutput, error)

CreateTags mocks base method.

func (*MockEC2) CreateTagsRequest

func (m *MockEC2) CreateTagsRequest(arg0 *ec2.CreateTagsInput) (*request.Request, *ec2.CreateTagsOutput)

CreateTagsRequest mocks base method.

func (*MockEC2) CreateTagsWithContext

func (m *MockEC2) CreateTagsWithContext(arg0 context.Context, arg1 *ec2.CreateTagsInput, arg2 ...request.Option) (*ec2.CreateTagsOutput, error)

CreateTagsWithContext mocks base method.

func (*MockEC2) CreateTrafficMirrorFilter

func (m *MockEC2) CreateTrafficMirrorFilter(arg0 *ec2.CreateTrafficMirrorFilterInput) (*ec2.CreateTrafficMirrorFilterOutput, error)

CreateTrafficMirrorFilter mocks base method.

func (*MockEC2) CreateTrafficMirrorFilterRequest

func (m *MockEC2) CreateTrafficMirrorFilterRequest(arg0 *ec2.CreateTrafficMirrorFilterInput) (*request.Request, *ec2.CreateTrafficMirrorFilterOutput)

CreateTrafficMirrorFilterRequest mocks base method.

func (*MockEC2) CreateTrafficMirrorFilterRule

func (m *MockEC2) CreateTrafficMirrorFilterRule(arg0 *ec2.CreateTrafficMirrorFilterRuleInput) (*ec2.CreateTrafficMirrorFilterRuleOutput, error)

CreateTrafficMirrorFilterRule mocks base method.

func (*MockEC2) CreateTrafficMirrorFilterRuleRequest

func (m *MockEC2) CreateTrafficMirrorFilterRuleRequest(arg0 *ec2.CreateTrafficMirrorFilterRuleInput) (*request.Request, *ec2.CreateTrafficMirrorFilterRuleOutput)

CreateTrafficMirrorFilterRuleRequest mocks base method.

func (*MockEC2) CreateTrafficMirrorFilterRuleWithContext

func (m *MockEC2) CreateTrafficMirrorFilterRuleWithContext(arg0 context.Context, arg1 *ec2.CreateTrafficMirrorFilterRuleInput, arg2 ...request.Option) (*ec2.CreateTrafficMirrorFilterRuleOutput, error)

CreateTrafficMirrorFilterRuleWithContext mocks base method.

func (*MockEC2) CreateTrafficMirrorFilterWithContext

func (m *MockEC2) CreateTrafficMirrorFilterWithContext(arg0 context.Context, arg1 *ec2.CreateTrafficMirrorFilterInput, arg2 ...request.Option) (*ec2.CreateTrafficMirrorFilterOutput, error)

CreateTrafficMirrorFilterWithContext mocks base method.

func (*MockEC2) CreateTrafficMirrorSession

func (m *MockEC2) CreateTrafficMirrorSession(arg0 *ec2.CreateTrafficMirrorSessionInput) (*ec2.CreateTrafficMirrorSessionOutput, error)

CreateTrafficMirrorSession mocks base method.

func (*MockEC2) CreateTrafficMirrorSessionRequest

func (m *MockEC2) CreateTrafficMirrorSessionRequest(arg0 *ec2.CreateTrafficMirrorSessionInput) (*request.Request, *ec2.CreateTrafficMirrorSessionOutput)

CreateTrafficMirrorSessionRequest mocks base method.

func (*MockEC2) CreateTrafficMirrorSessionWithContext

func (m *MockEC2) CreateTrafficMirrorSessionWithContext(arg0 context.Context, arg1 *ec2.CreateTrafficMirrorSessionInput, arg2 ...request.Option) (*ec2.CreateTrafficMirrorSessionOutput, error)

CreateTrafficMirrorSessionWithContext mocks base method.

func (*MockEC2) CreateTrafficMirrorTarget

func (m *MockEC2) CreateTrafficMirrorTarget(arg0 *ec2.CreateTrafficMirrorTargetInput) (*ec2.CreateTrafficMirrorTargetOutput, error)

CreateTrafficMirrorTarget mocks base method.

func (*MockEC2) CreateTrafficMirrorTargetRequest

func (m *MockEC2) CreateTrafficMirrorTargetRequest(arg0 *ec2.CreateTrafficMirrorTargetInput) (*request.Request, *ec2.CreateTrafficMirrorTargetOutput)

CreateTrafficMirrorTargetRequest mocks base method.

func (*MockEC2) CreateTrafficMirrorTargetWithContext

func (m *MockEC2) CreateTrafficMirrorTargetWithContext(arg0 context.Context, arg1 *ec2.CreateTrafficMirrorTargetInput, arg2 ...request.Option) (*ec2.CreateTrafficMirrorTargetOutput, error)

CreateTrafficMirrorTargetWithContext mocks base method.

func (*MockEC2) CreateTransitGateway

func (m *MockEC2) CreateTransitGateway(arg0 *ec2.CreateTransitGatewayInput) (*ec2.CreateTransitGatewayOutput, error)

CreateTransitGateway mocks base method.

func (*MockEC2) CreateTransitGatewayConnect

func (m *MockEC2) CreateTransitGatewayConnect(arg0 *ec2.CreateTransitGatewayConnectInput) (*ec2.CreateTransitGatewayConnectOutput, error)

CreateTransitGatewayConnect mocks base method.

func (*MockEC2) CreateTransitGatewayConnectPeer

CreateTransitGatewayConnectPeer mocks base method.

func (*MockEC2) CreateTransitGatewayConnectPeerRequest

func (m *MockEC2) CreateTransitGatewayConnectPeerRequest(arg0 *ec2.CreateTransitGatewayConnectPeerInput) (*request.Request, *ec2.CreateTransitGatewayConnectPeerOutput)

CreateTransitGatewayConnectPeerRequest mocks base method.

func (*MockEC2) CreateTransitGatewayConnectPeerWithContext

func (m *MockEC2) CreateTransitGatewayConnectPeerWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayConnectPeerInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayConnectPeerOutput, error)

CreateTransitGatewayConnectPeerWithContext mocks base method.

func (*MockEC2) CreateTransitGatewayConnectRequest

func (m *MockEC2) CreateTransitGatewayConnectRequest(arg0 *ec2.CreateTransitGatewayConnectInput) (*request.Request, *ec2.CreateTransitGatewayConnectOutput)

CreateTransitGatewayConnectRequest mocks base method.

func (*MockEC2) CreateTransitGatewayConnectWithContext

func (m *MockEC2) CreateTransitGatewayConnectWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayConnectInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayConnectOutput, error)

CreateTransitGatewayConnectWithContext mocks base method.

func (*MockEC2) CreateTransitGatewayMulticastDomain

CreateTransitGatewayMulticastDomain mocks base method.

func (*MockEC2) CreateTransitGatewayMulticastDomainRequest

func (m *MockEC2) CreateTransitGatewayMulticastDomainRequest(arg0 *ec2.CreateTransitGatewayMulticastDomainInput) (*request.Request, *ec2.CreateTransitGatewayMulticastDomainOutput)

CreateTransitGatewayMulticastDomainRequest mocks base method.

func (*MockEC2) CreateTransitGatewayMulticastDomainWithContext

func (m *MockEC2) CreateTransitGatewayMulticastDomainWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayMulticastDomainInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayMulticastDomainOutput, error)

CreateTransitGatewayMulticastDomainWithContext mocks base method.

func (*MockEC2) CreateTransitGatewayPeeringAttachment

CreateTransitGatewayPeeringAttachment mocks base method.

func (*MockEC2) CreateTransitGatewayPeeringAttachmentRequest

func (m *MockEC2) CreateTransitGatewayPeeringAttachmentRequest(arg0 *ec2.CreateTransitGatewayPeeringAttachmentInput) (*request.Request, *ec2.CreateTransitGatewayPeeringAttachmentOutput)

CreateTransitGatewayPeeringAttachmentRequest mocks base method.

func (*MockEC2) CreateTransitGatewayPeeringAttachmentWithContext

func (m *MockEC2) CreateTransitGatewayPeeringAttachmentWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayPeeringAttachmentInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayPeeringAttachmentOutput, error)

CreateTransitGatewayPeeringAttachmentWithContext mocks base method.

func (*MockEC2) CreateTransitGatewayPolicyTable

CreateTransitGatewayPolicyTable mocks base method.

func (*MockEC2) CreateTransitGatewayPolicyTableRequest

func (m *MockEC2) CreateTransitGatewayPolicyTableRequest(arg0 *ec2.CreateTransitGatewayPolicyTableInput) (*request.Request, *ec2.CreateTransitGatewayPolicyTableOutput)

CreateTransitGatewayPolicyTableRequest mocks base method.

func (*MockEC2) CreateTransitGatewayPolicyTableWithContext

func (m *MockEC2) CreateTransitGatewayPolicyTableWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayPolicyTableInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayPolicyTableOutput, error)

CreateTransitGatewayPolicyTableWithContext mocks base method.

func (*MockEC2) CreateTransitGatewayPrefixListReference

CreateTransitGatewayPrefixListReference mocks base method.

func (*MockEC2) CreateTransitGatewayPrefixListReferenceRequest

CreateTransitGatewayPrefixListReferenceRequest mocks base method.

func (*MockEC2) CreateTransitGatewayPrefixListReferenceWithContext

func (m *MockEC2) CreateTransitGatewayPrefixListReferenceWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayPrefixListReferenceInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayPrefixListReferenceOutput, error)

CreateTransitGatewayPrefixListReferenceWithContext mocks base method.

func (*MockEC2) CreateTransitGatewayRequest

func (m *MockEC2) CreateTransitGatewayRequest(arg0 *ec2.CreateTransitGatewayInput) (*request.Request, *ec2.CreateTransitGatewayOutput)

CreateTransitGatewayRequest mocks base method.

func (*MockEC2) CreateTransitGatewayRoute

func (m *MockEC2) CreateTransitGatewayRoute(arg0 *ec2.CreateTransitGatewayRouteInput) (*ec2.CreateTransitGatewayRouteOutput, error)

CreateTransitGatewayRoute mocks base method.

func (*MockEC2) CreateTransitGatewayRouteRequest

func (m *MockEC2) CreateTransitGatewayRouteRequest(arg0 *ec2.CreateTransitGatewayRouteInput) (*request.Request, *ec2.CreateTransitGatewayRouteOutput)

CreateTransitGatewayRouteRequest mocks base method.

func (*MockEC2) CreateTransitGatewayRouteTable

CreateTransitGatewayRouteTable mocks base method.

func (*MockEC2) CreateTransitGatewayRouteTableAnnouncement

CreateTransitGatewayRouteTableAnnouncement mocks base method.

func (*MockEC2) CreateTransitGatewayRouteTableAnnouncementRequest

CreateTransitGatewayRouteTableAnnouncementRequest mocks base method.

func (*MockEC2) CreateTransitGatewayRouteTableAnnouncementWithContext

func (m *MockEC2) CreateTransitGatewayRouteTableAnnouncementWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayRouteTableAnnouncementInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayRouteTableAnnouncementOutput, error)

CreateTransitGatewayRouteTableAnnouncementWithContext mocks base method.

func (*MockEC2) CreateTransitGatewayRouteTableRequest

func (m *MockEC2) CreateTransitGatewayRouteTableRequest(arg0 *ec2.CreateTransitGatewayRouteTableInput) (*request.Request, *ec2.CreateTransitGatewayRouteTableOutput)

CreateTransitGatewayRouteTableRequest mocks base method.

func (*MockEC2) CreateTransitGatewayRouteTableWithContext

func (m *MockEC2) CreateTransitGatewayRouteTableWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayRouteTableInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayRouteTableOutput, error)

CreateTransitGatewayRouteTableWithContext mocks base method.

func (*MockEC2) CreateTransitGatewayRouteWithContext

func (m *MockEC2) CreateTransitGatewayRouteWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayRouteInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayRouteOutput, error)

CreateTransitGatewayRouteWithContext mocks base method.

func (*MockEC2) CreateTransitGatewayVpcAttachment

CreateTransitGatewayVpcAttachment mocks base method.

func (*MockEC2) CreateTransitGatewayVpcAttachmentRequest

func (m *MockEC2) CreateTransitGatewayVpcAttachmentRequest(arg0 *ec2.CreateTransitGatewayVpcAttachmentInput) (*request.Request, *ec2.CreateTransitGatewayVpcAttachmentOutput)

CreateTransitGatewayVpcAttachmentRequest mocks base method.

func (*MockEC2) CreateTransitGatewayVpcAttachmentWithContext

func (m *MockEC2) CreateTransitGatewayVpcAttachmentWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayVpcAttachmentInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayVpcAttachmentOutput, error)

CreateTransitGatewayVpcAttachmentWithContext mocks base method.

func (*MockEC2) CreateTransitGatewayWithContext

func (m *MockEC2) CreateTransitGatewayWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayOutput, error)

CreateTransitGatewayWithContext mocks base method.

func (*MockEC2) CreateVerifiedAccessEndpoint

func (m *MockEC2) CreateVerifiedAccessEndpoint(arg0 *ec2.CreateVerifiedAccessEndpointInput) (*ec2.CreateVerifiedAccessEndpointOutput, error)

CreateVerifiedAccessEndpoint mocks base method.

func (*MockEC2) CreateVerifiedAccessEndpointRequest

func (m *MockEC2) CreateVerifiedAccessEndpointRequest(arg0 *ec2.CreateVerifiedAccessEndpointInput) (*request.Request, *ec2.CreateVerifiedAccessEndpointOutput)

CreateVerifiedAccessEndpointRequest mocks base method.

func (*MockEC2) CreateVerifiedAccessEndpointWithContext

func (m *MockEC2) CreateVerifiedAccessEndpointWithContext(arg0 context.Context, arg1 *ec2.CreateVerifiedAccessEndpointInput, arg2 ...request.Option) (*ec2.CreateVerifiedAccessEndpointOutput, error)

CreateVerifiedAccessEndpointWithContext mocks base method.

func (*MockEC2) CreateVerifiedAccessGroup

func (m *MockEC2) CreateVerifiedAccessGroup(arg0 *ec2.CreateVerifiedAccessGroupInput) (*ec2.CreateVerifiedAccessGroupOutput, error)

CreateVerifiedAccessGroup mocks base method.

func (*MockEC2) CreateVerifiedAccessGroupRequest

func (m *MockEC2) CreateVerifiedAccessGroupRequest(arg0 *ec2.CreateVerifiedAccessGroupInput) (*request.Request, *ec2.CreateVerifiedAccessGroupOutput)

CreateVerifiedAccessGroupRequest mocks base method.

func (*MockEC2) CreateVerifiedAccessGroupWithContext

func (m *MockEC2) CreateVerifiedAccessGroupWithContext(arg0 context.Context, arg1 *ec2.CreateVerifiedAccessGroupInput, arg2 ...request.Option) (*ec2.CreateVerifiedAccessGroupOutput, error)

CreateVerifiedAccessGroupWithContext mocks base method.

func (*MockEC2) CreateVerifiedAccessInstance

func (m *MockEC2) CreateVerifiedAccessInstance(arg0 *ec2.CreateVerifiedAccessInstanceInput) (*ec2.CreateVerifiedAccessInstanceOutput, error)

CreateVerifiedAccessInstance mocks base method.

func (*MockEC2) CreateVerifiedAccessInstanceRequest

func (m *MockEC2) CreateVerifiedAccessInstanceRequest(arg0 *ec2.CreateVerifiedAccessInstanceInput) (*request.Request, *ec2.CreateVerifiedAccessInstanceOutput)

CreateVerifiedAccessInstanceRequest mocks base method.

func (*MockEC2) CreateVerifiedAccessInstanceWithContext

func (m *MockEC2) CreateVerifiedAccessInstanceWithContext(arg0 context.Context, arg1 *ec2.CreateVerifiedAccessInstanceInput, arg2 ...request.Option) (*ec2.CreateVerifiedAccessInstanceOutput, error)

CreateVerifiedAccessInstanceWithContext mocks base method.

func (*MockEC2) CreateVerifiedAccessTrustProvider

CreateVerifiedAccessTrustProvider mocks base method.

func (*MockEC2) CreateVerifiedAccessTrustProviderRequest

func (m *MockEC2) CreateVerifiedAccessTrustProviderRequest(arg0 *ec2.CreateVerifiedAccessTrustProviderInput) (*request.Request, *ec2.CreateVerifiedAccessTrustProviderOutput)

CreateVerifiedAccessTrustProviderRequest mocks base method.

func (*MockEC2) CreateVerifiedAccessTrustProviderWithContext

func (m *MockEC2) CreateVerifiedAccessTrustProviderWithContext(arg0 context.Context, arg1 *ec2.CreateVerifiedAccessTrustProviderInput, arg2 ...request.Option) (*ec2.CreateVerifiedAccessTrustProviderOutput, error)

CreateVerifiedAccessTrustProviderWithContext mocks base method.

func (*MockEC2) CreateVolume

func (m *MockEC2) CreateVolume(arg0 *ec2.CreateVolumeInput) (*ec2.Volume, error)

CreateVolume mocks base method.

func (*MockEC2) CreateVolumeRequest

func (m *MockEC2) CreateVolumeRequest(arg0 *ec2.CreateVolumeInput) (*request.Request, *ec2.Volume)

CreateVolumeRequest mocks base method.

func (*MockEC2) CreateVolumeWithContext

func (m *MockEC2) CreateVolumeWithContext(arg0 context.Context, arg1 *ec2.CreateVolumeInput, arg2 ...request.Option) (*ec2.Volume, error)

CreateVolumeWithContext mocks base method.

func (*MockEC2) CreateVpc

func (m *MockEC2) CreateVpc(arg0 *ec2.CreateVpcInput) (*ec2.CreateVpcOutput, error)

CreateVpc mocks base method.

func (*MockEC2) CreateVpcEndpoint

func (m *MockEC2) CreateVpcEndpoint(arg0 *ec2.CreateVpcEndpointInput) (*ec2.CreateVpcEndpointOutput, error)

CreateVpcEndpoint mocks base method.

func (*MockEC2) CreateVpcEndpointConnectionNotification

CreateVpcEndpointConnectionNotification mocks base method.

func (*MockEC2) CreateVpcEndpointConnectionNotificationRequest

CreateVpcEndpointConnectionNotificationRequest mocks base method.

func (*MockEC2) CreateVpcEndpointConnectionNotificationWithContext

func (m *MockEC2) CreateVpcEndpointConnectionNotificationWithContext(arg0 context.Context, arg1 *ec2.CreateVpcEndpointConnectionNotificationInput, arg2 ...request.Option) (*ec2.CreateVpcEndpointConnectionNotificationOutput, error)

CreateVpcEndpointConnectionNotificationWithContext mocks base method.

func (*MockEC2) CreateVpcEndpointRequest

func (m *MockEC2) CreateVpcEndpointRequest(arg0 *ec2.CreateVpcEndpointInput) (*request.Request, *ec2.CreateVpcEndpointOutput)

CreateVpcEndpointRequest mocks base method.

func (*MockEC2) CreateVpcEndpointServiceConfiguration

CreateVpcEndpointServiceConfiguration mocks base method.

func (*MockEC2) CreateVpcEndpointServiceConfigurationRequest

func (m *MockEC2) CreateVpcEndpointServiceConfigurationRequest(arg0 *ec2.CreateVpcEndpointServiceConfigurationInput) (*request.Request, *ec2.CreateVpcEndpointServiceConfigurationOutput)

CreateVpcEndpointServiceConfigurationRequest mocks base method.

func (*MockEC2) CreateVpcEndpointServiceConfigurationWithContext

func (m *MockEC2) CreateVpcEndpointServiceConfigurationWithContext(arg0 context.Context, arg1 *ec2.CreateVpcEndpointServiceConfigurationInput, arg2 ...request.Option) (*ec2.CreateVpcEndpointServiceConfigurationOutput, error)

CreateVpcEndpointServiceConfigurationWithContext mocks base method.

func (*MockEC2) CreateVpcEndpointWithContext

func (m *MockEC2) CreateVpcEndpointWithContext(arg0 context.Context, arg1 *ec2.CreateVpcEndpointInput, arg2 ...request.Option) (*ec2.CreateVpcEndpointOutput, error)

CreateVpcEndpointWithContext mocks base method.

func (*MockEC2) CreateVpcPeeringConnection

func (m *MockEC2) CreateVpcPeeringConnection(arg0 *ec2.CreateVpcPeeringConnectionInput) (*ec2.CreateVpcPeeringConnectionOutput, error)

CreateVpcPeeringConnection mocks base method.

func (*MockEC2) CreateVpcPeeringConnectionRequest

func (m *MockEC2) CreateVpcPeeringConnectionRequest(arg0 *ec2.CreateVpcPeeringConnectionInput) (*request.Request, *ec2.CreateVpcPeeringConnectionOutput)

CreateVpcPeeringConnectionRequest mocks base method.

func (*MockEC2) CreateVpcPeeringConnectionWithContext

func (m *MockEC2) CreateVpcPeeringConnectionWithContext(arg0 context.Context, arg1 *ec2.CreateVpcPeeringConnectionInput, arg2 ...request.Option) (*ec2.CreateVpcPeeringConnectionOutput, error)

CreateVpcPeeringConnectionWithContext mocks base method.

func (*MockEC2) CreateVpcRequest

func (m *MockEC2) CreateVpcRequest(arg0 *ec2.CreateVpcInput) (*request.Request, *ec2.CreateVpcOutput)

CreateVpcRequest mocks base method.

func (*MockEC2) CreateVpcWithContext

func (m *MockEC2) CreateVpcWithContext(arg0 context.Context, arg1 *ec2.CreateVpcInput, arg2 ...request.Option) (*ec2.CreateVpcOutput, error)

CreateVpcWithContext mocks base method.

func (*MockEC2) CreateVpnConnection

func (m *MockEC2) CreateVpnConnection(arg0 *ec2.CreateVpnConnectionInput) (*ec2.CreateVpnConnectionOutput, error)

CreateVpnConnection mocks base method.

func (*MockEC2) CreateVpnConnectionRequest

func (m *MockEC2) CreateVpnConnectionRequest(arg0 *ec2.CreateVpnConnectionInput) (*request.Request, *ec2.CreateVpnConnectionOutput)

CreateVpnConnectionRequest mocks base method.

func (*MockEC2) CreateVpnConnectionRoute

func (m *MockEC2) CreateVpnConnectionRoute(arg0 *ec2.CreateVpnConnectionRouteInput) (*ec2.CreateVpnConnectionRouteOutput, error)

CreateVpnConnectionRoute mocks base method.

func (*MockEC2) CreateVpnConnectionRouteRequest

func (m *MockEC2) CreateVpnConnectionRouteRequest(arg0 *ec2.CreateVpnConnectionRouteInput) (*request.Request, *ec2.CreateVpnConnectionRouteOutput)

CreateVpnConnectionRouteRequest mocks base method.

func (*MockEC2) CreateVpnConnectionRouteWithContext

func (m *MockEC2) CreateVpnConnectionRouteWithContext(arg0 context.Context, arg1 *ec2.CreateVpnConnectionRouteInput, arg2 ...request.Option) (*ec2.CreateVpnConnectionRouteOutput, error)

CreateVpnConnectionRouteWithContext mocks base method.

func (*MockEC2) CreateVpnConnectionWithContext

func (m *MockEC2) CreateVpnConnectionWithContext(arg0 context.Context, arg1 *ec2.CreateVpnConnectionInput, arg2 ...request.Option) (*ec2.CreateVpnConnectionOutput, error)

CreateVpnConnectionWithContext mocks base method.

func (*MockEC2) CreateVpnGateway

func (m *MockEC2) CreateVpnGateway(arg0 *ec2.CreateVpnGatewayInput) (*ec2.CreateVpnGatewayOutput, error)

CreateVpnGateway mocks base method.

func (*MockEC2) CreateVpnGatewayRequest

func (m *MockEC2) CreateVpnGatewayRequest(arg0 *ec2.CreateVpnGatewayInput) (*request.Request, *ec2.CreateVpnGatewayOutput)

CreateVpnGatewayRequest mocks base method.

func (*MockEC2) CreateVpnGatewayWithContext

func (m *MockEC2) CreateVpnGatewayWithContext(arg0 context.Context, arg1 *ec2.CreateVpnGatewayInput, arg2 ...request.Option) (*ec2.CreateVpnGatewayOutput, error)

CreateVpnGatewayWithContext mocks base method.

func (*MockEC2) DeleteCarrierGateway

func (m *MockEC2) DeleteCarrierGateway(arg0 *ec2.DeleteCarrierGatewayInput) (*ec2.DeleteCarrierGatewayOutput, error)

DeleteCarrierGateway mocks base method.

func (*MockEC2) DeleteCarrierGatewayRequest

func (m *MockEC2) DeleteCarrierGatewayRequest(arg0 *ec2.DeleteCarrierGatewayInput) (*request.Request, *ec2.DeleteCarrierGatewayOutput)

DeleteCarrierGatewayRequest mocks base method.

func (*MockEC2) DeleteCarrierGatewayWithContext

func (m *MockEC2) DeleteCarrierGatewayWithContext(arg0 context.Context, arg1 *ec2.DeleteCarrierGatewayInput, arg2 ...request.Option) (*ec2.DeleteCarrierGatewayOutput, error)

DeleteCarrierGatewayWithContext mocks base method.

func (*MockEC2) DeleteClientVpnEndpoint

func (m *MockEC2) DeleteClientVpnEndpoint(arg0 *ec2.DeleteClientVpnEndpointInput) (*ec2.DeleteClientVpnEndpointOutput, error)

DeleteClientVpnEndpoint mocks base method.

func (*MockEC2) DeleteClientVpnEndpointRequest

func (m *MockEC2) DeleteClientVpnEndpointRequest(arg0 *ec2.DeleteClientVpnEndpointInput) (*request.Request, *ec2.DeleteClientVpnEndpointOutput)

DeleteClientVpnEndpointRequest mocks base method.

func (*MockEC2) DeleteClientVpnEndpointWithContext

func (m *MockEC2) DeleteClientVpnEndpointWithContext(arg0 context.Context, arg1 *ec2.DeleteClientVpnEndpointInput, arg2 ...request.Option) (*ec2.DeleteClientVpnEndpointOutput, error)

DeleteClientVpnEndpointWithContext mocks base method.

func (*MockEC2) DeleteClientVpnRoute

func (m *MockEC2) DeleteClientVpnRoute(arg0 *ec2.DeleteClientVpnRouteInput) (*ec2.DeleteClientVpnRouteOutput, error)

DeleteClientVpnRoute mocks base method.

func (*MockEC2) DeleteClientVpnRouteRequest

func (m *MockEC2) DeleteClientVpnRouteRequest(arg0 *ec2.DeleteClientVpnRouteInput) (*request.Request, *ec2.DeleteClientVpnRouteOutput)

DeleteClientVpnRouteRequest mocks base method.

func (*MockEC2) DeleteClientVpnRouteWithContext

func (m *MockEC2) DeleteClientVpnRouteWithContext(arg0 context.Context, arg1 *ec2.DeleteClientVpnRouteInput, arg2 ...request.Option) (*ec2.DeleteClientVpnRouteOutput, error)

DeleteClientVpnRouteWithContext mocks base method.

func (*MockEC2) DeleteCoipCidr

func (m *MockEC2) DeleteCoipCidr(arg0 *ec2.DeleteCoipCidrInput) (*ec2.DeleteCoipCidrOutput, error)

DeleteCoipCidr mocks base method.

func (*MockEC2) DeleteCoipCidrRequest

func (m *MockEC2) DeleteCoipCidrRequest(arg0 *ec2.DeleteCoipCidrInput) (*request.Request, *ec2.DeleteCoipCidrOutput)

DeleteCoipCidrRequest mocks base method.

func (*MockEC2) DeleteCoipCidrWithContext

func (m *MockEC2) DeleteCoipCidrWithContext(arg0 context.Context, arg1 *ec2.DeleteCoipCidrInput, arg2 ...request.Option) (*ec2.DeleteCoipCidrOutput, error)

DeleteCoipCidrWithContext mocks base method.

func (*MockEC2) DeleteCoipPool

func (m *MockEC2) DeleteCoipPool(arg0 *ec2.DeleteCoipPoolInput) (*ec2.DeleteCoipPoolOutput, error)

DeleteCoipPool mocks base method.

func (*MockEC2) DeleteCoipPoolRequest

func (m *MockEC2) DeleteCoipPoolRequest(arg0 *ec2.DeleteCoipPoolInput) (*request.Request, *ec2.DeleteCoipPoolOutput)

DeleteCoipPoolRequest mocks base method.

func (*MockEC2) DeleteCoipPoolWithContext

func (m *MockEC2) DeleteCoipPoolWithContext(arg0 context.Context, arg1 *ec2.DeleteCoipPoolInput, arg2 ...request.Option) (*ec2.DeleteCoipPoolOutput, error)

DeleteCoipPoolWithContext mocks base method.

func (*MockEC2) DeleteCustomerGateway

func (m *MockEC2) DeleteCustomerGateway(arg0 *ec2.DeleteCustomerGatewayInput) (*ec2.DeleteCustomerGatewayOutput, error)

DeleteCustomerGateway mocks base method.

func (*MockEC2) DeleteCustomerGatewayRequest

func (m *MockEC2) DeleteCustomerGatewayRequest(arg0 *ec2.DeleteCustomerGatewayInput) (*request.Request, *ec2.DeleteCustomerGatewayOutput)

DeleteCustomerGatewayRequest mocks base method.

func (*MockEC2) DeleteCustomerGatewayWithContext

func (m *MockEC2) DeleteCustomerGatewayWithContext(arg0 context.Context, arg1 *ec2.DeleteCustomerGatewayInput, arg2 ...request.Option) (*ec2.DeleteCustomerGatewayOutput, error)

DeleteCustomerGatewayWithContext mocks base method.

func (*MockEC2) DeleteDhcpOptions

func (m *MockEC2) DeleteDhcpOptions(arg0 *ec2.DeleteDhcpOptionsInput) (*ec2.DeleteDhcpOptionsOutput, error)

DeleteDhcpOptions mocks base method.

func (*MockEC2) DeleteDhcpOptionsRequest

func (m *MockEC2) DeleteDhcpOptionsRequest(arg0 *ec2.DeleteDhcpOptionsInput) (*request.Request, *ec2.DeleteDhcpOptionsOutput)

DeleteDhcpOptionsRequest mocks base method.

func (*MockEC2) DeleteDhcpOptionsWithContext

func (m *MockEC2) DeleteDhcpOptionsWithContext(arg0 context.Context, arg1 *ec2.DeleteDhcpOptionsInput, arg2 ...request.Option) (*ec2.DeleteDhcpOptionsOutput, error)

DeleteDhcpOptionsWithContext mocks base method.

func (*MockEC2) DeleteEgressOnlyInternetGateway

DeleteEgressOnlyInternetGateway mocks base method.

func (*MockEC2) DeleteEgressOnlyInternetGatewayRequest

func (m *MockEC2) DeleteEgressOnlyInternetGatewayRequest(arg0 *ec2.DeleteEgressOnlyInternetGatewayInput) (*request.Request, *ec2.DeleteEgressOnlyInternetGatewayOutput)

DeleteEgressOnlyInternetGatewayRequest mocks base method.

func (*MockEC2) DeleteEgressOnlyInternetGatewayWithContext

func (m *MockEC2) DeleteEgressOnlyInternetGatewayWithContext(arg0 context.Context, arg1 *ec2.DeleteEgressOnlyInternetGatewayInput, arg2 ...request.Option) (*ec2.DeleteEgressOnlyInternetGatewayOutput, error)

DeleteEgressOnlyInternetGatewayWithContext mocks base method.

func (*MockEC2) DeleteFleets

func (m *MockEC2) DeleteFleets(arg0 *ec2.DeleteFleetsInput) (*ec2.DeleteFleetsOutput, error)

DeleteFleets mocks base method.

func (*MockEC2) DeleteFleetsRequest

func (m *MockEC2) DeleteFleetsRequest(arg0 *ec2.DeleteFleetsInput) (*request.Request, *ec2.DeleteFleetsOutput)

DeleteFleetsRequest mocks base method.

func (*MockEC2) DeleteFleetsWithContext

func (m *MockEC2) DeleteFleetsWithContext(arg0 context.Context, arg1 *ec2.DeleteFleetsInput, arg2 ...request.Option) (*ec2.DeleteFleetsOutput, error)

DeleteFleetsWithContext mocks base method.

func (*MockEC2) DeleteFlowLogs

func (m *MockEC2) DeleteFlowLogs(arg0 *ec2.DeleteFlowLogsInput) (*ec2.DeleteFlowLogsOutput, error)

DeleteFlowLogs mocks base method.

func (*MockEC2) DeleteFlowLogsRequest

func (m *MockEC2) DeleteFlowLogsRequest(arg0 *ec2.DeleteFlowLogsInput) (*request.Request, *ec2.DeleteFlowLogsOutput)

DeleteFlowLogsRequest mocks base method.

func (*MockEC2) DeleteFlowLogsWithContext

func (m *MockEC2) DeleteFlowLogsWithContext(arg0 context.Context, arg1 *ec2.DeleteFlowLogsInput, arg2 ...request.Option) (*ec2.DeleteFlowLogsOutput, error)

DeleteFlowLogsWithContext mocks base method.

func (*MockEC2) DeleteFpgaImage

func (m *MockEC2) DeleteFpgaImage(arg0 *ec2.DeleteFpgaImageInput) (*ec2.DeleteFpgaImageOutput, error)

DeleteFpgaImage mocks base method.

func (*MockEC2) DeleteFpgaImageRequest

func (m *MockEC2) DeleteFpgaImageRequest(arg0 *ec2.DeleteFpgaImageInput) (*request.Request, *ec2.DeleteFpgaImageOutput)

DeleteFpgaImageRequest mocks base method.

func (*MockEC2) DeleteFpgaImageWithContext

func (m *MockEC2) DeleteFpgaImageWithContext(arg0 context.Context, arg1 *ec2.DeleteFpgaImageInput, arg2 ...request.Option) (*ec2.DeleteFpgaImageOutput, error)

DeleteFpgaImageWithContext mocks base method.

func (*MockEC2) DeleteInstanceConnectEndpoint

func (m *MockEC2) DeleteInstanceConnectEndpoint(arg0 *ec2.DeleteInstanceConnectEndpointInput) (*ec2.DeleteInstanceConnectEndpointOutput, error)

DeleteInstanceConnectEndpoint mocks base method.

func (*MockEC2) DeleteInstanceConnectEndpointRequest

func (m *MockEC2) DeleteInstanceConnectEndpointRequest(arg0 *ec2.DeleteInstanceConnectEndpointInput) (*request.Request, *ec2.DeleteInstanceConnectEndpointOutput)

DeleteInstanceConnectEndpointRequest mocks base method.

func (*MockEC2) DeleteInstanceConnectEndpointWithContext

func (m *MockEC2) DeleteInstanceConnectEndpointWithContext(arg0 context.Context, arg1 *ec2.DeleteInstanceConnectEndpointInput, arg2 ...request.Option) (*ec2.DeleteInstanceConnectEndpointOutput, error)

DeleteInstanceConnectEndpointWithContext mocks base method.

func (*MockEC2) DeleteInstanceEventWindow

func (m *MockEC2) DeleteInstanceEventWindow(arg0 *ec2.DeleteInstanceEventWindowInput) (*ec2.DeleteInstanceEventWindowOutput, error)

DeleteInstanceEventWindow mocks base method.

func (*MockEC2) DeleteInstanceEventWindowRequest

func (m *MockEC2) DeleteInstanceEventWindowRequest(arg0 *ec2.DeleteInstanceEventWindowInput) (*request.Request, *ec2.DeleteInstanceEventWindowOutput)

DeleteInstanceEventWindowRequest mocks base method.

func (*MockEC2) DeleteInstanceEventWindowWithContext

func (m *MockEC2) DeleteInstanceEventWindowWithContext(arg0 context.Context, arg1 *ec2.DeleteInstanceEventWindowInput, arg2 ...request.Option) (*ec2.DeleteInstanceEventWindowOutput, error)

DeleteInstanceEventWindowWithContext mocks base method.

func (*MockEC2) DeleteInternetGateway

func (m *MockEC2) DeleteInternetGateway(arg0 *ec2.DeleteInternetGatewayInput) (*ec2.DeleteInternetGatewayOutput, error)

DeleteInternetGateway mocks base method.

func (*MockEC2) DeleteInternetGatewayRequest

func (m *MockEC2) DeleteInternetGatewayRequest(arg0 *ec2.DeleteInternetGatewayInput) (*request.Request, *ec2.DeleteInternetGatewayOutput)

DeleteInternetGatewayRequest mocks base method.

func (*MockEC2) DeleteInternetGatewayWithContext

func (m *MockEC2) DeleteInternetGatewayWithContext(arg0 context.Context, arg1 *ec2.DeleteInternetGatewayInput, arg2 ...request.Option) (*ec2.DeleteInternetGatewayOutput, error)

DeleteInternetGatewayWithContext mocks base method.

func (*MockEC2) DeleteIpam

func (m *MockEC2) DeleteIpam(arg0 *ec2.DeleteIpamInput) (*ec2.DeleteIpamOutput, error)

DeleteIpam mocks base method.

func (*MockEC2) DeleteIpamPool

func (m *MockEC2) DeleteIpamPool(arg0 *ec2.DeleteIpamPoolInput) (*ec2.DeleteIpamPoolOutput, error)

DeleteIpamPool mocks base method.

func (*MockEC2) DeleteIpamPoolRequest

func (m *MockEC2) DeleteIpamPoolRequest(arg0 *ec2.DeleteIpamPoolInput) (*request.Request, *ec2.DeleteIpamPoolOutput)

DeleteIpamPoolRequest mocks base method.

func (*MockEC2) DeleteIpamPoolWithContext

func (m *MockEC2) DeleteIpamPoolWithContext(arg0 context.Context, arg1 *ec2.DeleteIpamPoolInput, arg2 ...request.Option) (*ec2.DeleteIpamPoolOutput, error)

DeleteIpamPoolWithContext mocks base method.

func (*MockEC2) DeleteIpamRequest

func (m *MockEC2) DeleteIpamRequest(arg0 *ec2.DeleteIpamInput) (*request.Request, *ec2.DeleteIpamOutput)

DeleteIpamRequest mocks base method.

func (*MockEC2) DeleteIpamResourceDiscovery

func (m *MockEC2) DeleteIpamResourceDiscovery(arg0 *ec2.DeleteIpamResourceDiscoveryInput) (*ec2.DeleteIpamResourceDiscoveryOutput, error)

DeleteIpamResourceDiscovery mocks base method.

func (*MockEC2) DeleteIpamResourceDiscoveryRequest

func (m *MockEC2) DeleteIpamResourceDiscoveryRequest(arg0 *ec2.DeleteIpamResourceDiscoveryInput) (*request.Request, *ec2.DeleteIpamResourceDiscoveryOutput)

DeleteIpamResourceDiscoveryRequest mocks base method.

func (*MockEC2) DeleteIpamResourceDiscoveryWithContext

func (m *MockEC2) DeleteIpamResourceDiscoveryWithContext(arg0 context.Context, arg1 *ec2.DeleteIpamResourceDiscoveryInput, arg2 ...request.Option) (*ec2.DeleteIpamResourceDiscoveryOutput, error)

DeleteIpamResourceDiscoveryWithContext mocks base method.

func (*MockEC2) DeleteIpamScope

func (m *MockEC2) DeleteIpamScope(arg0 *ec2.DeleteIpamScopeInput) (*ec2.DeleteIpamScopeOutput, error)

DeleteIpamScope mocks base method.

func (*MockEC2) DeleteIpamScopeRequest

func (m *MockEC2) DeleteIpamScopeRequest(arg0 *ec2.DeleteIpamScopeInput) (*request.Request, *ec2.DeleteIpamScopeOutput)

DeleteIpamScopeRequest mocks base method.

func (*MockEC2) DeleteIpamScopeWithContext

func (m *MockEC2) DeleteIpamScopeWithContext(arg0 context.Context, arg1 *ec2.DeleteIpamScopeInput, arg2 ...request.Option) (*ec2.DeleteIpamScopeOutput, error)

DeleteIpamScopeWithContext mocks base method.

func (*MockEC2) DeleteIpamWithContext

func (m *MockEC2) DeleteIpamWithContext(arg0 context.Context, arg1 *ec2.DeleteIpamInput, arg2 ...request.Option) (*ec2.DeleteIpamOutput, error)

DeleteIpamWithContext mocks base method.

func (*MockEC2) DeleteKeyPair

func (m *MockEC2) DeleteKeyPair(arg0 *ec2.DeleteKeyPairInput) (*ec2.DeleteKeyPairOutput, error)

DeleteKeyPair mocks base method.

func (*MockEC2) DeleteKeyPairRequest

func (m *MockEC2) DeleteKeyPairRequest(arg0 *ec2.DeleteKeyPairInput) (*request.Request, *ec2.DeleteKeyPairOutput)

DeleteKeyPairRequest mocks base method.

func (*MockEC2) DeleteKeyPairWithContext

func (m *MockEC2) DeleteKeyPairWithContext(arg0 context.Context, arg1 *ec2.DeleteKeyPairInput, arg2 ...request.Option) (*ec2.DeleteKeyPairOutput, error)

DeleteKeyPairWithContext mocks base method.

func (*MockEC2) DeleteLaunchTemplate

func (m *MockEC2) DeleteLaunchTemplate(arg0 *ec2.DeleteLaunchTemplateInput) (*ec2.DeleteLaunchTemplateOutput, error)

DeleteLaunchTemplate mocks base method.

func (*MockEC2) DeleteLaunchTemplateRequest

func (m *MockEC2) DeleteLaunchTemplateRequest(arg0 *ec2.DeleteLaunchTemplateInput) (*request.Request, *ec2.DeleteLaunchTemplateOutput)

DeleteLaunchTemplateRequest mocks base method.

func (*MockEC2) DeleteLaunchTemplateVersions

func (m *MockEC2) DeleteLaunchTemplateVersions(arg0 *ec2.DeleteLaunchTemplateVersionsInput) (*ec2.DeleteLaunchTemplateVersionsOutput, error)

DeleteLaunchTemplateVersions mocks base method.

func (*MockEC2) DeleteLaunchTemplateVersionsRequest

func (m *MockEC2) DeleteLaunchTemplateVersionsRequest(arg0 *ec2.DeleteLaunchTemplateVersionsInput) (*request.Request, *ec2.DeleteLaunchTemplateVersionsOutput)

DeleteLaunchTemplateVersionsRequest mocks base method.

func (*MockEC2) DeleteLaunchTemplateVersionsWithContext

func (m *MockEC2) DeleteLaunchTemplateVersionsWithContext(arg0 context.Context, arg1 *ec2.DeleteLaunchTemplateVersionsInput, arg2 ...request.Option) (*ec2.DeleteLaunchTemplateVersionsOutput, error)

DeleteLaunchTemplateVersionsWithContext mocks base method.

func (*MockEC2) DeleteLaunchTemplateWithContext

func (m *MockEC2) DeleteLaunchTemplateWithContext(arg0 context.Context, arg1 *ec2.DeleteLaunchTemplateInput, arg2 ...request.Option) (*ec2.DeleteLaunchTemplateOutput, error)

DeleteLaunchTemplateWithContext mocks base method.

func (*MockEC2) DeleteLocalGatewayRoute

func (m *MockEC2) DeleteLocalGatewayRoute(arg0 *ec2.DeleteLocalGatewayRouteInput) (*ec2.DeleteLocalGatewayRouteOutput, error)

DeleteLocalGatewayRoute mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteRequest

func (m *MockEC2) DeleteLocalGatewayRouteRequest(arg0 *ec2.DeleteLocalGatewayRouteInput) (*request.Request, *ec2.DeleteLocalGatewayRouteOutput)

DeleteLocalGatewayRouteRequest mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteTable

func (m *MockEC2) DeleteLocalGatewayRouteTable(arg0 *ec2.DeleteLocalGatewayRouteTableInput) (*ec2.DeleteLocalGatewayRouteTableOutput, error)

DeleteLocalGatewayRouteTable mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteTableRequest

func (m *MockEC2) DeleteLocalGatewayRouteTableRequest(arg0 *ec2.DeleteLocalGatewayRouteTableInput) (*request.Request, *ec2.DeleteLocalGatewayRouteTableOutput)

DeleteLocalGatewayRouteTableRequest mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation

DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest

DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext

func (m *MockEC2) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext(arg0 context.Context, arg1 *ec2.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput, arg2 ...request.Option) (*ec2.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput, error)

DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteTableVpcAssociation

DeleteLocalGatewayRouteTableVpcAssociation mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteTableVpcAssociationRequest

DeleteLocalGatewayRouteTableVpcAssociationRequest mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteTableVpcAssociationWithContext

func (m *MockEC2) DeleteLocalGatewayRouteTableVpcAssociationWithContext(arg0 context.Context, arg1 *ec2.DeleteLocalGatewayRouteTableVpcAssociationInput, arg2 ...request.Option) (*ec2.DeleteLocalGatewayRouteTableVpcAssociationOutput, error)

DeleteLocalGatewayRouteTableVpcAssociationWithContext mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteTableWithContext

func (m *MockEC2) DeleteLocalGatewayRouteTableWithContext(arg0 context.Context, arg1 *ec2.DeleteLocalGatewayRouteTableInput, arg2 ...request.Option) (*ec2.DeleteLocalGatewayRouteTableOutput, error)

DeleteLocalGatewayRouteTableWithContext mocks base method.

func (*MockEC2) DeleteLocalGatewayRouteWithContext

func (m *MockEC2) DeleteLocalGatewayRouteWithContext(arg0 context.Context, arg1 *ec2.DeleteLocalGatewayRouteInput, arg2 ...request.Option) (*ec2.DeleteLocalGatewayRouteOutput, error)

DeleteLocalGatewayRouteWithContext mocks base method.

func (*MockEC2) DeleteManagedPrefixList

func (m *MockEC2) DeleteManagedPrefixList(arg0 *ec2.DeleteManagedPrefixListInput) (*ec2.DeleteManagedPrefixListOutput, error)

DeleteManagedPrefixList mocks base method.

func (*MockEC2) DeleteManagedPrefixListRequest

func (m *MockEC2) DeleteManagedPrefixListRequest(arg0 *ec2.DeleteManagedPrefixListInput) (*request.Request, *ec2.DeleteManagedPrefixListOutput)

DeleteManagedPrefixListRequest mocks base method.

func (*MockEC2) DeleteManagedPrefixListWithContext

func (m *MockEC2) DeleteManagedPrefixListWithContext(arg0 context.Context, arg1 *ec2.DeleteManagedPrefixListInput, arg2 ...request.Option) (*ec2.DeleteManagedPrefixListOutput, error)

DeleteManagedPrefixListWithContext mocks base method.

func (*MockEC2) DeleteNatGateway

func (m *MockEC2) DeleteNatGateway(arg0 *ec2.DeleteNatGatewayInput) (*ec2.DeleteNatGatewayOutput, error)

DeleteNatGateway mocks base method.

func (*MockEC2) DeleteNatGatewayRequest

func (m *MockEC2) DeleteNatGatewayRequest(arg0 *ec2.DeleteNatGatewayInput) (*request.Request, *ec2.DeleteNatGatewayOutput)

DeleteNatGatewayRequest mocks base method.

func (*MockEC2) DeleteNatGatewayWithContext

func (m *MockEC2) DeleteNatGatewayWithContext(arg0 context.Context, arg1 *ec2.DeleteNatGatewayInput, arg2 ...request.Option) (*ec2.DeleteNatGatewayOutput, error)

DeleteNatGatewayWithContext mocks base method.

func (*MockEC2) DeleteNetworkAcl

func (m *MockEC2) DeleteNetworkAcl(arg0 *ec2.DeleteNetworkAclInput) (*ec2.DeleteNetworkAclOutput, error)

DeleteNetworkAcl mocks base method.

func (*MockEC2) DeleteNetworkAclEntry

func (m *MockEC2) DeleteNetworkAclEntry(arg0 *ec2.DeleteNetworkAclEntryInput) (*ec2.DeleteNetworkAclEntryOutput, error)

DeleteNetworkAclEntry mocks base method.

func (*MockEC2) DeleteNetworkAclEntryRequest

func (m *MockEC2) DeleteNetworkAclEntryRequest(arg0 *ec2.DeleteNetworkAclEntryInput) (*request.Request, *ec2.DeleteNetworkAclEntryOutput)

DeleteNetworkAclEntryRequest mocks base method.

func (*MockEC2) DeleteNetworkAclEntryWithContext

func (m *MockEC2) DeleteNetworkAclEntryWithContext(arg0 context.Context, arg1 *ec2.DeleteNetworkAclEntryInput, arg2 ...request.Option) (*ec2.DeleteNetworkAclEntryOutput, error)

DeleteNetworkAclEntryWithContext mocks base method.

func (*MockEC2) DeleteNetworkAclRequest

func (m *MockEC2) DeleteNetworkAclRequest(arg0 *ec2.DeleteNetworkAclInput) (*request.Request, *ec2.DeleteNetworkAclOutput)

DeleteNetworkAclRequest mocks base method.

func (*MockEC2) DeleteNetworkAclWithContext

func (m *MockEC2) DeleteNetworkAclWithContext(arg0 context.Context, arg1 *ec2.DeleteNetworkAclInput, arg2 ...request.Option) (*ec2.DeleteNetworkAclOutput, error)

DeleteNetworkAclWithContext mocks base method.

func (*MockEC2) DeleteNetworkInsightsAccessScope

DeleteNetworkInsightsAccessScope mocks base method.

func (*MockEC2) DeleteNetworkInsightsAccessScopeAnalysis

DeleteNetworkInsightsAccessScopeAnalysis mocks base method.

func (*MockEC2) DeleteNetworkInsightsAccessScopeAnalysisRequest

DeleteNetworkInsightsAccessScopeAnalysisRequest mocks base method.

func (*MockEC2) DeleteNetworkInsightsAccessScopeAnalysisWithContext

func (m *MockEC2) DeleteNetworkInsightsAccessScopeAnalysisWithContext(arg0 context.Context, arg1 *ec2.DeleteNetworkInsightsAccessScopeAnalysisInput, arg2 ...request.Option) (*ec2.DeleteNetworkInsightsAccessScopeAnalysisOutput, error)

DeleteNetworkInsightsAccessScopeAnalysisWithContext mocks base method.

func (*MockEC2) DeleteNetworkInsightsAccessScopeRequest

func (m *MockEC2) DeleteNetworkInsightsAccessScopeRequest(arg0 *ec2.DeleteNetworkInsightsAccessScopeInput) (*request.Request, *ec2.DeleteNetworkInsightsAccessScopeOutput)

DeleteNetworkInsightsAccessScopeRequest mocks base method.

func (*MockEC2) DeleteNetworkInsightsAccessScopeWithContext

func (m *MockEC2) DeleteNetworkInsightsAccessScopeWithContext(arg0 context.Context, arg1 *ec2.DeleteNetworkInsightsAccessScopeInput, arg2 ...request.Option) (*ec2.DeleteNetworkInsightsAccessScopeOutput, error)

DeleteNetworkInsightsAccessScopeWithContext mocks base method.

func (*MockEC2) DeleteNetworkInsightsAnalysis

func (m *MockEC2) DeleteNetworkInsightsAnalysis(arg0 *ec2.DeleteNetworkInsightsAnalysisInput) (*ec2.DeleteNetworkInsightsAnalysisOutput, error)

DeleteNetworkInsightsAnalysis mocks base method.

func (*MockEC2) DeleteNetworkInsightsAnalysisRequest

func (m *MockEC2) DeleteNetworkInsightsAnalysisRequest(arg0 *ec2.DeleteNetworkInsightsAnalysisInput) (*request.Request, *ec2.DeleteNetworkInsightsAnalysisOutput)

DeleteNetworkInsightsAnalysisRequest mocks base method.

func (*MockEC2) DeleteNetworkInsightsAnalysisWithContext

func (m *MockEC2) DeleteNetworkInsightsAnalysisWithContext(arg0 context.Context, arg1 *ec2.DeleteNetworkInsightsAnalysisInput, arg2 ...request.Option) (*ec2.DeleteNetworkInsightsAnalysisOutput, error)

DeleteNetworkInsightsAnalysisWithContext mocks base method.

func (*MockEC2) DeleteNetworkInsightsPath

func (m *MockEC2) DeleteNetworkInsightsPath(arg0 *ec2.DeleteNetworkInsightsPathInput) (*ec2.DeleteNetworkInsightsPathOutput, error)

DeleteNetworkInsightsPath mocks base method.

func (*MockEC2) DeleteNetworkInsightsPathRequest

func (m *MockEC2) DeleteNetworkInsightsPathRequest(arg0 *ec2.DeleteNetworkInsightsPathInput) (*request.Request, *ec2.DeleteNetworkInsightsPathOutput)

DeleteNetworkInsightsPathRequest mocks base method.

func (*MockEC2) DeleteNetworkInsightsPathWithContext

func (m *MockEC2) DeleteNetworkInsightsPathWithContext(arg0 context.Context, arg1 *ec2.DeleteNetworkInsightsPathInput, arg2 ...request.Option) (*ec2.DeleteNetworkInsightsPathOutput, error)

DeleteNetworkInsightsPathWithContext mocks base method.

func (*MockEC2) DeleteNetworkInterface

func (m *MockEC2) DeleteNetworkInterface(arg0 *ec2.DeleteNetworkInterfaceInput) (*ec2.DeleteNetworkInterfaceOutput, error)

DeleteNetworkInterface mocks base method.

func (*MockEC2) DeleteNetworkInterfacePermission

DeleteNetworkInterfacePermission mocks base method.

func (*MockEC2) DeleteNetworkInterfacePermissionRequest

func (m *MockEC2) DeleteNetworkInterfacePermissionRequest(arg0 *ec2.DeleteNetworkInterfacePermissionInput) (*request.Request, *ec2.DeleteNetworkInterfacePermissionOutput)

DeleteNetworkInterfacePermissionRequest mocks base method.

func (*MockEC2) DeleteNetworkInterfacePermissionWithContext

func (m *MockEC2) DeleteNetworkInterfacePermissionWithContext(arg0 context.Context, arg1 *ec2.DeleteNetworkInterfacePermissionInput, arg2 ...request.Option) (*ec2.DeleteNetworkInterfacePermissionOutput, error)

DeleteNetworkInterfacePermissionWithContext mocks base method.

func (*MockEC2) DeleteNetworkInterfaceRequest

func (m *MockEC2) DeleteNetworkInterfaceRequest(arg0 *ec2.DeleteNetworkInterfaceInput) (*request.Request, *ec2.DeleteNetworkInterfaceOutput)

DeleteNetworkInterfaceRequest mocks base method.

func (*MockEC2) DeleteNetworkInterfaceWithContext

func (m *MockEC2) DeleteNetworkInterfaceWithContext(arg0 context.Context, arg1 *ec2.DeleteNetworkInterfaceInput, arg2 ...request.Option) (*ec2.DeleteNetworkInterfaceOutput, error)

DeleteNetworkInterfaceWithContext mocks base method.

func (*MockEC2) DeletePlacementGroup

func (m *MockEC2) DeletePlacementGroup(arg0 *ec2.DeletePlacementGroupInput) (*ec2.DeletePlacementGroupOutput, error)

DeletePlacementGroup mocks base method.

func (*MockEC2) DeletePlacementGroupRequest

func (m *MockEC2) DeletePlacementGroupRequest(arg0 *ec2.DeletePlacementGroupInput) (*request.Request, *ec2.DeletePlacementGroupOutput)

DeletePlacementGroupRequest mocks base method.

func (*MockEC2) DeletePlacementGroupWithContext

func (m *MockEC2) DeletePlacementGroupWithContext(arg0 context.Context, arg1 *ec2.DeletePlacementGroupInput, arg2 ...request.Option) (*ec2.DeletePlacementGroupOutput, error)

DeletePlacementGroupWithContext mocks base method.

func (*MockEC2) DeletePublicIpv4Pool

func (m *MockEC2) DeletePublicIpv4Pool(arg0 *ec2.DeletePublicIpv4PoolInput) (*ec2.DeletePublicIpv4PoolOutput, error)

DeletePublicIpv4Pool mocks base method.

func (*MockEC2) DeletePublicIpv4PoolRequest

func (m *MockEC2) DeletePublicIpv4PoolRequest(arg0 *ec2.DeletePublicIpv4PoolInput) (*request.Request, *ec2.DeletePublicIpv4PoolOutput)

DeletePublicIpv4PoolRequest mocks base method.

func (*MockEC2) DeletePublicIpv4PoolWithContext

func (m *MockEC2) DeletePublicIpv4PoolWithContext(arg0 context.Context, arg1 *ec2.DeletePublicIpv4PoolInput, arg2 ...request.Option) (*ec2.DeletePublicIpv4PoolOutput, error)

DeletePublicIpv4PoolWithContext mocks base method.

func (*MockEC2) DeleteQueuedReservedInstances

func (m *MockEC2) DeleteQueuedReservedInstances(arg0 *ec2.DeleteQueuedReservedInstancesInput) (*ec2.DeleteQueuedReservedInstancesOutput, error)

DeleteQueuedReservedInstances mocks base method.

func (*MockEC2) DeleteQueuedReservedInstancesRequest

func (m *MockEC2) DeleteQueuedReservedInstancesRequest(arg0 *ec2.DeleteQueuedReservedInstancesInput) (*request.Request, *ec2.DeleteQueuedReservedInstancesOutput)

DeleteQueuedReservedInstancesRequest mocks base method.

func (*MockEC2) DeleteQueuedReservedInstancesWithContext

func (m *MockEC2) DeleteQueuedReservedInstancesWithContext(arg0 context.Context, arg1 *ec2.DeleteQueuedReservedInstancesInput, arg2 ...request.Option) (*ec2.DeleteQueuedReservedInstancesOutput, error)

DeleteQueuedReservedInstancesWithContext mocks base method.

func (*MockEC2) DeleteRoute

func (m *MockEC2) DeleteRoute(arg0 *ec2.DeleteRouteInput) (*ec2.DeleteRouteOutput, error)

DeleteRoute mocks base method.

func (*MockEC2) DeleteRouteRequest

func (m *MockEC2) DeleteRouteRequest(arg0 *ec2.DeleteRouteInput) (*request.Request, *ec2.DeleteRouteOutput)

DeleteRouteRequest mocks base method.

func (*MockEC2) DeleteRouteTable

func (m *MockEC2) DeleteRouteTable(arg0 *ec2.DeleteRouteTableInput) (*ec2.DeleteRouteTableOutput, error)

DeleteRouteTable mocks base method.

func (*MockEC2) DeleteRouteTableRequest

func (m *MockEC2) DeleteRouteTableRequest(arg0 *ec2.DeleteRouteTableInput) (*request.Request, *ec2.DeleteRouteTableOutput)

DeleteRouteTableRequest mocks base method.

func (*MockEC2) DeleteRouteTableWithContext

func (m *MockEC2) DeleteRouteTableWithContext(arg0 context.Context, arg1 *ec2.DeleteRouteTableInput, arg2 ...request.Option) (*ec2.DeleteRouteTableOutput, error)

DeleteRouteTableWithContext mocks base method.

func (*MockEC2) DeleteRouteWithContext

func (m *MockEC2) DeleteRouteWithContext(arg0 context.Context, arg1 *ec2.DeleteRouteInput, arg2 ...request.Option) (*ec2.DeleteRouteOutput, error)

DeleteRouteWithContext mocks base method.

func (*MockEC2) DeleteSecurityGroup

func (m *MockEC2) DeleteSecurityGroup(arg0 *ec2.DeleteSecurityGroupInput) (*ec2.DeleteSecurityGroupOutput, error)

DeleteSecurityGroup mocks base method.

func (*MockEC2) DeleteSecurityGroupRequest

func (m *MockEC2) DeleteSecurityGroupRequest(arg0 *ec2.DeleteSecurityGroupInput) (*request.Request, *ec2.DeleteSecurityGroupOutput)

DeleteSecurityGroupRequest mocks base method.

func (*MockEC2) DeleteSecurityGroupWithContext

func (m *MockEC2) DeleteSecurityGroupWithContext(arg0 context.Context, arg1 *ec2.DeleteSecurityGroupInput, arg2 ...request.Option) (*ec2.DeleteSecurityGroupOutput, error)

DeleteSecurityGroupWithContext mocks base method.

func (*MockEC2) DeleteSnapshot

func (m *MockEC2) DeleteSnapshot(arg0 *ec2.DeleteSnapshotInput) (*ec2.DeleteSnapshotOutput, error)

DeleteSnapshot mocks base method.

func (*MockEC2) DeleteSnapshotRequest

func (m *MockEC2) DeleteSnapshotRequest(arg0 *ec2.DeleteSnapshotInput) (*request.Request, *ec2.DeleteSnapshotOutput)

DeleteSnapshotRequest mocks base method.

func (*MockEC2) DeleteSnapshotWithContext

func (m *MockEC2) DeleteSnapshotWithContext(arg0 context.Context, arg1 *ec2.DeleteSnapshotInput, arg2 ...request.Option) (*ec2.DeleteSnapshotOutput, error)

DeleteSnapshotWithContext mocks base method.

func (*MockEC2) DeleteSpotDatafeedSubscription

DeleteSpotDatafeedSubscription mocks base method.

func (*MockEC2) DeleteSpotDatafeedSubscriptionRequest

func (m *MockEC2) DeleteSpotDatafeedSubscriptionRequest(arg0 *ec2.DeleteSpotDatafeedSubscriptionInput) (*request.Request, *ec2.DeleteSpotDatafeedSubscriptionOutput)

DeleteSpotDatafeedSubscriptionRequest mocks base method.

func (*MockEC2) DeleteSpotDatafeedSubscriptionWithContext

func (m *MockEC2) DeleteSpotDatafeedSubscriptionWithContext(arg0 context.Context, arg1 *ec2.DeleteSpotDatafeedSubscriptionInput, arg2 ...request.Option) (*ec2.DeleteSpotDatafeedSubscriptionOutput, error)

DeleteSpotDatafeedSubscriptionWithContext mocks base method.

func (*MockEC2) DeleteSubnet

func (m *MockEC2) DeleteSubnet(arg0 *ec2.DeleteSubnetInput) (*ec2.DeleteSubnetOutput, error)

DeleteSubnet mocks base method.

func (*MockEC2) DeleteSubnetCidrReservation

func (m *MockEC2) DeleteSubnetCidrReservation(arg0 *ec2.DeleteSubnetCidrReservationInput) (*ec2.DeleteSubnetCidrReservationOutput, error)

DeleteSubnetCidrReservation mocks base method.

func (*MockEC2) DeleteSubnetCidrReservationRequest

func (m *MockEC2) DeleteSubnetCidrReservationRequest(arg0 *ec2.DeleteSubnetCidrReservationInput) (*request.Request, *ec2.DeleteSubnetCidrReservationOutput)

DeleteSubnetCidrReservationRequest mocks base method.

func (*MockEC2) DeleteSubnetCidrReservationWithContext

func (m *MockEC2) DeleteSubnetCidrReservationWithContext(arg0 context.Context, arg1 *ec2.DeleteSubnetCidrReservationInput, arg2 ...request.Option) (*ec2.DeleteSubnetCidrReservationOutput, error)

DeleteSubnetCidrReservationWithContext mocks base method.

func (*MockEC2) DeleteSubnetRequest

func (m *MockEC2) DeleteSubnetRequest(arg0 *ec2.DeleteSubnetInput) (*request.Request, *ec2.DeleteSubnetOutput)

DeleteSubnetRequest mocks base method.

func (*MockEC2) DeleteSubnetWithContext

func (m *MockEC2) DeleteSubnetWithContext(arg0 context.Context, arg1 *ec2.DeleteSubnetInput, arg2 ...request.Option) (*ec2.DeleteSubnetOutput, error)

DeleteSubnetWithContext mocks base method.

func (*MockEC2) DeleteTags

func (m *MockEC2) DeleteTags(arg0 *ec2.DeleteTagsInput) (*ec2.DeleteTagsOutput, error)

DeleteTags mocks base method.

func (*MockEC2) DeleteTagsRequest

func (m *MockEC2) DeleteTagsRequest(arg0 *ec2.DeleteTagsInput) (*request.Request, *ec2.DeleteTagsOutput)

DeleteTagsRequest mocks base method.

func (*MockEC2) DeleteTagsWithContext

func (m *MockEC2) DeleteTagsWithContext(arg0 context.Context, arg1 *ec2.DeleteTagsInput, arg2 ...request.Option) (*ec2.DeleteTagsOutput, error)

DeleteTagsWithContext mocks base method.

func (*MockEC2) DeleteTrafficMirrorFilter

func (m *MockEC2) DeleteTrafficMirrorFilter(arg0 *ec2.DeleteTrafficMirrorFilterInput) (*ec2.DeleteTrafficMirrorFilterOutput, error)

DeleteTrafficMirrorFilter mocks base method.

func (*MockEC2) DeleteTrafficMirrorFilterRequest

func (m *MockEC2) DeleteTrafficMirrorFilterRequest(arg0 *ec2.DeleteTrafficMirrorFilterInput) (*request.Request, *ec2.DeleteTrafficMirrorFilterOutput)

DeleteTrafficMirrorFilterRequest mocks base method.

func (*MockEC2) DeleteTrafficMirrorFilterRule

func (m *MockEC2) DeleteTrafficMirrorFilterRule(arg0 *ec2.DeleteTrafficMirrorFilterRuleInput) (*ec2.DeleteTrafficMirrorFilterRuleOutput, error)

DeleteTrafficMirrorFilterRule mocks base method.

func (*MockEC2) DeleteTrafficMirrorFilterRuleRequest

func (m *MockEC2) DeleteTrafficMirrorFilterRuleRequest(arg0 *ec2.DeleteTrafficMirrorFilterRuleInput) (*request.Request, *ec2.DeleteTrafficMirrorFilterRuleOutput)

DeleteTrafficMirrorFilterRuleRequest mocks base method.

func (*MockEC2) DeleteTrafficMirrorFilterRuleWithContext

func (m *MockEC2) DeleteTrafficMirrorFilterRuleWithContext(arg0 context.Context, arg1 *ec2.DeleteTrafficMirrorFilterRuleInput, arg2 ...request.Option) (*ec2.DeleteTrafficMirrorFilterRuleOutput, error)

DeleteTrafficMirrorFilterRuleWithContext mocks base method.

func (*MockEC2) DeleteTrafficMirrorFilterWithContext

func (m *MockEC2) DeleteTrafficMirrorFilterWithContext(arg0 context.Context, arg1 *ec2.DeleteTrafficMirrorFilterInput, arg2 ...request.Option) (*ec2.DeleteTrafficMirrorFilterOutput, error)

DeleteTrafficMirrorFilterWithContext mocks base method.

func (*MockEC2) DeleteTrafficMirrorSession

func (m *MockEC2) DeleteTrafficMirrorSession(arg0 *ec2.DeleteTrafficMirrorSessionInput) (*ec2.DeleteTrafficMirrorSessionOutput, error)

DeleteTrafficMirrorSession mocks base method.

func (*MockEC2) DeleteTrafficMirrorSessionRequest

func (m *MockEC2) DeleteTrafficMirrorSessionRequest(arg0 *ec2.DeleteTrafficMirrorSessionInput) (*request.Request, *ec2.DeleteTrafficMirrorSessionOutput)

DeleteTrafficMirrorSessionRequest mocks base method.

func (*MockEC2) DeleteTrafficMirrorSessionWithContext

func (m *MockEC2) DeleteTrafficMirrorSessionWithContext(arg0 context.Context, arg1 *ec2.DeleteTrafficMirrorSessionInput, arg2 ...request.Option) (*ec2.DeleteTrafficMirrorSessionOutput, error)

DeleteTrafficMirrorSessionWithContext mocks base method.

func (*MockEC2) DeleteTrafficMirrorTarget

func (m *MockEC2) DeleteTrafficMirrorTarget(arg0 *ec2.DeleteTrafficMirrorTargetInput) (*ec2.DeleteTrafficMirrorTargetOutput, error)

DeleteTrafficMirrorTarget mocks base method.

func (*MockEC2) DeleteTrafficMirrorTargetRequest

func (m *MockEC2) DeleteTrafficMirrorTargetRequest(arg0 *ec2.DeleteTrafficMirrorTargetInput) (*request.Request, *ec2.DeleteTrafficMirrorTargetOutput)

DeleteTrafficMirrorTargetRequest mocks base method.

func (*MockEC2) DeleteTrafficMirrorTargetWithContext

func (m *MockEC2) DeleteTrafficMirrorTargetWithContext(arg0 context.Context, arg1 *ec2.DeleteTrafficMirrorTargetInput, arg2 ...request.Option) (*ec2.DeleteTrafficMirrorTargetOutput, error)

DeleteTrafficMirrorTargetWithContext mocks base method.

func (*MockEC2) DeleteTransitGateway

func (m *MockEC2) DeleteTransitGateway(arg0 *ec2.DeleteTransitGatewayInput) (*ec2.DeleteTransitGatewayOutput, error)

DeleteTransitGateway mocks base method.

func (*MockEC2) DeleteTransitGatewayConnect

func (m *MockEC2) DeleteTransitGatewayConnect(arg0 *ec2.DeleteTransitGatewayConnectInput) (*ec2.DeleteTransitGatewayConnectOutput, error)

DeleteTransitGatewayConnect mocks base method.

func (*MockEC2) DeleteTransitGatewayConnectPeer

DeleteTransitGatewayConnectPeer mocks base method.

func (*MockEC2) DeleteTransitGatewayConnectPeerRequest

func (m *MockEC2) DeleteTransitGatewayConnectPeerRequest(arg0 *ec2.DeleteTransitGatewayConnectPeerInput) (*request.Request, *ec2.DeleteTransitGatewayConnectPeerOutput)

DeleteTransitGatewayConnectPeerRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayConnectPeerWithContext

func (m *MockEC2) DeleteTransitGatewayConnectPeerWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayConnectPeerInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayConnectPeerOutput, error)

DeleteTransitGatewayConnectPeerWithContext mocks base method.

func (*MockEC2) DeleteTransitGatewayConnectRequest

func (m *MockEC2) DeleteTransitGatewayConnectRequest(arg0 *ec2.DeleteTransitGatewayConnectInput) (*request.Request, *ec2.DeleteTransitGatewayConnectOutput)

DeleteTransitGatewayConnectRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayConnectWithContext

func (m *MockEC2) DeleteTransitGatewayConnectWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayConnectInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayConnectOutput, error)

DeleteTransitGatewayConnectWithContext mocks base method.

func (*MockEC2) DeleteTransitGatewayMulticastDomain

DeleteTransitGatewayMulticastDomain mocks base method.

func (*MockEC2) DeleteTransitGatewayMulticastDomainRequest

func (m *MockEC2) DeleteTransitGatewayMulticastDomainRequest(arg0 *ec2.DeleteTransitGatewayMulticastDomainInput) (*request.Request, *ec2.DeleteTransitGatewayMulticastDomainOutput)

DeleteTransitGatewayMulticastDomainRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayMulticastDomainWithContext

func (m *MockEC2) DeleteTransitGatewayMulticastDomainWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayMulticastDomainInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayMulticastDomainOutput, error)

DeleteTransitGatewayMulticastDomainWithContext mocks base method.

func (*MockEC2) DeleteTransitGatewayPeeringAttachment

DeleteTransitGatewayPeeringAttachment mocks base method.

func (*MockEC2) DeleteTransitGatewayPeeringAttachmentRequest

func (m *MockEC2) DeleteTransitGatewayPeeringAttachmentRequest(arg0 *ec2.DeleteTransitGatewayPeeringAttachmentInput) (*request.Request, *ec2.DeleteTransitGatewayPeeringAttachmentOutput)

DeleteTransitGatewayPeeringAttachmentRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayPeeringAttachmentWithContext

func (m *MockEC2) DeleteTransitGatewayPeeringAttachmentWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayPeeringAttachmentInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayPeeringAttachmentOutput, error)

DeleteTransitGatewayPeeringAttachmentWithContext mocks base method.

func (*MockEC2) DeleteTransitGatewayPolicyTable

DeleteTransitGatewayPolicyTable mocks base method.

func (*MockEC2) DeleteTransitGatewayPolicyTableRequest

func (m *MockEC2) DeleteTransitGatewayPolicyTableRequest(arg0 *ec2.DeleteTransitGatewayPolicyTableInput) (*request.Request, *ec2.DeleteTransitGatewayPolicyTableOutput)

DeleteTransitGatewayPolicyTableRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayPolicyTableWithContext

func (m *MockEC2) DeleteTransitGatewayPolicyTableWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayPolicyTableInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayPolicyTableOutput, error)

DeleteTransitGatewayPolicyTableWithContext mocks base method.

func (*MockEC2) DeleteTransitGatewayPrefixListReference

DeleteTransitGatewayPrefixListReference mocks base method.

func (*MockEC2) DeleteTransitGatewayPrefixListReferenceRequest

DeleteTransitGatewayPrefixListReferenceRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayPrefixListReferenceWithContext

func (m *MockEC2) DeleteTransitGatewayPrefixListReferenceWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayPrefixListReferenceInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayPrefixListReferenceOutput, error)

DeleteTransitGatewayPrefixListReferenceWithContext mocks base method.

func (*MockEC2) DeleteTransitGatewayRequest

func (m *MockEC2) DeleteTransitGatewayRequest(arg0 *ec2.DeleteTransitGatewayInput) (*request.Request, *ec2.DeleteTransitGatewayOutput)

DeleteTransitGatewayRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayRoute

func (m *MockEC2) DeleteTransitGatewayRoute(arg0 *ec2.DeleteTransitGatewayRouteInput) (*ec2.DeleteTransitGatewayRouteOutput, error)

DeleteTransitGatewayRoute mocks base method.

func (*MockEC2) DeleteTransitGatewayRouteRequest

func (m *MockEC2) DeleteTransitGatewayRouteRequest(arg0 *ec2.DeleteTransitGatewayRouteInput) (*request.Request, *ec2.DeleteTransitGatewayRouteOutput)

DeleteTransitGatewayRouteRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayRouteTable

DeleteTransitGatewayRouteTable mocks base method.

func (*MockEC2) DeleteTransitGatewayRouteTableAnnouncement

DeleteTransitGatewayRouteTableAnnouncement mocks base method.

func (*MockEC2) DeleteTransitGatewayRouteTableAnnouncementRequest

DeleteTransitGatewayRouteTableAnnouncementRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayRouteTableAnnouncementWithContext

func (m *MockEC2) DeleteTransitGatewayRouteTableAnnouncementWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayRouteTableAnnouncementInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayRouteTableAnnouncementOutput, error)

DeleteTransitGatewayRouteTableAnnouncementWithContext mocks base method.

func (*MockEC2) DeleteTransitGatewayRouteTableRequest

func (m *MockEC2) DeleteTransitGatewayRouteTableRequest(arg0 *ec2.DeleteTransitGatewayRouteTableInput) (*request.Request, *ec2.DeleteTransitGatewayRouteTableOutput)

DeleteTransitGatewayRouteTableRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayRouteTableWithContext

func (m *MockEC2) DeleteTransitGatewayRouteTableWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayRouteTableInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayRouteTableOutput, error)

DeleteTransitGatewayRouteTableWithContext mocks base method.

func (*MockEC2) DeleteTransitGatewayRouteWithContext

func (m *MockEC2) DeleteTransitGatewayRouteWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayRouteInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayRouteOutput, error)

DeleteTransitGatewayRouteWithContext mocks base method.

func (*MockEC2) DeleteTransitGatewayVpcAttachment

DeleteTransitGatewayVpcAttachment mocks base method.

func (*MockEC2) DeleteTransitGatewayVpcAttachmentRequest

func (m *MockEC2) DeleteTransitGatewayVpcAttachmentRequest(arg0 *ec2.DeleteTransitGatewayVpcAttachmentInput) (*request.Request, *ec2.DeleteTransitGatewayVpcAttachmentOutput)

DeleteTransitGatewayVpcAttachmentRequest mocks base method.

func (*MockEC2) DeleteTransitGatewayVpcAttachmentWithContext

func (m *MockEC2) DeleteTransitGatewayVpcAttachmentWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayVpcAttachmentInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayVpcAttachmentOutput, error)

DeleteTransitGatewayVpcAttachmentWithContext mocks base method.

func (*MockEC2) DeleteTransitGatewayWithContext

func (m *MockEC2) DeleteTransitGatewayWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayOutput, error)

DeleteTransitGatewayWithContext mocks base method.

func (*MockEC2) DeleteVerifiedAccessEndpoint

func (m *MockEC2) DeleteVerifiedAccessEndpoint(arg0 *ec2.DeleteVerifiedAccessEndpointInput) (*ec2.DeleteVerifiedAccessEndpointOutput, error)

DeleteVerifiedAccessEndpoint mocks base method.

func (*MockEC2) DeleteVerifiedAccessEndpointRequest

func (m *MockEC2) DeleteVerifiedAccessEndpointRequest(arg0 *ec2.DeleteVerifiedAccessEndpointInput) (*request.Request, *ec2.DeleteVerifiedAccessEndpointOutput)

DeleteVerifiedAccessEndpointRequest mocks base method.

func (*MockEC2) DeleteVerifiedAccessEndpointWithContext

func (m *MockEC2) DeleteVerifiedAccessEndpointWithContext(arg0 context.Context, arg1 *ec2.DeleteVerifiedAccessEndpointInput, arg2 ...request.Option) (*ec2.DeleteVerifiedAccessEndpointOutput, error)

DeleteVerifiedAccessEndpointWithContext mocks base method.

func (*MockEC2) DeleteVerifiedAccessGroup

func (m *MockEC2) DeleteVerifiedAccessGroup(arg0 *ec2.DeleteVerifiedAccessGroupInput) (*ec2.DeleteVerifiedAccessGroupOutput, error)

DeleteVerifiedAccessGroup mocks base method.

func (*MockEC2) DeleteVerifiedAccessGroupRequest

func (m *MockEC2) DeleteVerifiedAccessGroupRequest(arg0 *ec2.DeleteVerifiedAccessGroupInput) (*request.Request, *ec2.DeleteVerifiedAccessGroupOutput)

DeleteVerifiedAccessGroupRequest mocks base method.

func (*MockEC2) DeleteVerifiedAccessGroupWithContext

func (m *MockEC2) DeleteVerifiedAccessGroupWithContext(arg0 context.Context, arg1 *ec2.DeleteVerifiedAccessGroupInput, arg2 ...request.Option) (*ec2.DeleteVerifiedAccessGroupOutput, error)

DeleteVerifiedAccessGroupWithContext mocks base method.

func (*MockEC2) DeleteVerifiedAccessInstance

func (m *MockEC2) DeleteVerifiedAccessInstance(arg0 *ec2.DeleteVerifiedAccessInstanceInput) (*ec2.DeleteVerifiedAccessInstanceOutput, error)

DeleteVerifiedAccessInstance mocks base method.

func (*MockEC2) DeleteVerifiedAccessInstanceRequest

func (m *MockEC2) DeleteVerifiedAccessInstanceRequest(arg0 *ec2.DeleteVerifiedAccessInstanceInput) (*request.Request, *ec2.DeleteVerifiedAccessInstanceOutput)

DeleteVerifiedAccessInstanceRequest mocks base method.

func (*MockEC2) DeleteVerifiedAccessInstanceWithContext

func (m *MockEC2) DeleteVerifiedAccessInstanceWithContext(arg0 context.Context, arg1 *ec2.DeleteVerifiedAccessInstanceInput, arg2 ...request.Option) (*ec2.DeleteVerifiedAccessInstanceOutput, error)

DeleteVerifiedAccessInstanceWithContext mocks base method.

func (*MockEC2) DeleteVerifiedAccessTrustProvider

DeleteVerifiedAccessTrustProvider mocks base method.

func (*MockEC2) DeleteVerifiedAccessTrustProviderRequest

func (m *MockEC2) DeleteVerifiedAccessTrustProviderRequest(arg0 *ec2.DeleteVerifiedAccessTrustProviderInput) (*request.Request, *ec2.DeleteVerifiedAccessTrustProviderOutput)

DeleteVerifiedAccessTrustProviderRequest mocks base method.

func (*MockEC2) DeleteVerifiedAccessTrustProviderWithContext

func (m *MockEC2) DeleteVerifiedAccessTrustProviderWithContext(arg0 context.Context, arg1 *ec2.DeleteVerifiedAccessTrustProviderInput, arg2 ...request.Option) (*ec2.DeleteVerifiedAccessTrustProviderOutput, error)

DeleteVerifiedAccessTrustProviderWithContext mocks base method.

func (*MockEC2) DeleteVolume

func (m *MockEC2) DeleteVolume(arg0 *ec2.DeleteVolumeInput) (*ec2.DeleteVolumeOutput, error)

DeleteVolume mocks base method.

func (*MockEC2) DeleteVolumeRequest

func (m *MockEC2) DeleteVolumeRequest(arg0 *ec2.DeleteVolumeInput) (*request.Request, *ec2.DeleteVolumeOutput)

DeleteVolumeRequest mocks base method.

func (*MockEC2) DeleteVolumeWithContext

func (m *MockEC2) DeleteVolumeWithContext(arg0 context.Context, arg1 *ec2.DeleteVolumeInput, arg2 ...request.Option) (*ec2.DeleteVolumeOutput, error)

DeleteVolumeWithContext mocks base method.

func (*MockEC2) DeleteVpc

func (m *MockEC2) DeleteVpc(arg0 *ec2.DeleteVpcInput) (*ec2.DeleteVpcOutput, error)

DeleteVpc mocks base method.

func (*MockEC2) DeleteVpcEndpointConnectionNotifications

DeleteVpcEndpointConnectionNotifications mocks base method.

func (*MockEC2) DeleteVpcEndpointConnectionNotificationsRequest

DeleteVpcEndpointConnectionNotificationsRequest mocks base method.

func (*MockEC2) DeleteVpcEndpointConnectionNotificationsWithContext

func (m *MockEC2) DeleteVpcEndpointConnectionNotificationsWithContext(arg0 context.Context, arg1 *ec2.DeleteVpcEndpointConnectionNotificationsInput, arg2 ...request.Option) (*ec2.DeleteVpcEndpointConnectionNotificationsOutput, error)

DeleteVpcEndpointConnectionNotificationsWithContext mocks base method.

func (*MockEC2) DeleteVpcEndpointServiceConfigurations

DeleteVpcEndpointServiceConfigurations mocks base method.

func (*MockEC2) DeleteVpcEndpointServiceConfigurationsRequest

func (m *MockEC2) DeleteVpcEndpointServiceConfigurationsRequest(arg0 *ec2.DeleteVpcEndpointServiceConfigurationsInput) (*request.Request, *ec2.DeleteVpcEndpointServiceConfigurationsOutput)

DeleteVpcEndpointServiceConfigurationsRequest mocks base method.

func (*MockEC2) DeleteVpcEndpointServiceConfigurationsWithContext

func (m *MockEC2) DeleteVpcEndpointServiceConfigurationsWithContext(arg0 context.Context, arg1 *ec2.DeleteVpcEndpointServiceConfigurationsInput, arg2 ...request.Option) (*ec2.DeleteVpcEndpointServiceConfigurationsOutput, error)

DeleteVpcEndpointServiceConfigurationsWithContext mocks base method.

func (*MockEC2) DeleteVpcEndpoints

func (m *MockEC2) DeleteVpcEndpoints(arg0 *ec2.DeleteVpcEndpointsInput) (*ec2.DeleteVpcEndpointsOutput, error)

DeleteVpcEndpoints mocks base method.

func (*MockEC2) DeleteVpcEndpointsRequest

func (m *MockEC2) DeleteVpcEndpointsRequest(arg0 *ec2.DeleteVpcEndpointsInput) (*request.Request, *ec2.DeleteVpcEndpointsOutput)

DeleteVpcEndpointsRequest mocks base method.

func (*MockEC2) DeleteVpcEndpointsWithContext

func (m *MockEC2) DeleteVpcEndpointsWithContext(arg0 context.Context, arg1 *ec2.DeleteVpcEndpointsInput, arg2 ...request.Option) (*ec2.DeleteVpcEndpointsOutput, error)

DeleteVpcEndpointsWithContext mocks base method.

func (*MockEC2) DeleteVpcPeeringConnection

func (m *MockEC2) DeleteVpcPeeringConnection(arg0 *ec2.DeleteVpcPeeringConnectionInput) (*ec2.DeleteVpcPeeringConnectionOutput, error)

DeleteVpcPeeringConnection mocks base method.

func (*MockEC2) DeleteVpcPeeringConnectionRequest

func (m *MockEC2) DeleteVpcPeeringConnectionRequest(arg0 *ec2.DeleteVpcPeeringConnectionInput) (*request.Request, *ec2.DeleteVpcPeeringConnectionOutput)

DeleteVpcPeeringConnectionRequest mocks base method.

func (*MockEC2) DeleteVpcPeeringConnectionWithContext

func (m *MockEC2) DeleteVpcPeeringConnectionWithContext(arg0 context.Context, arg1 *ec2.DeleteVpcPeeringConnectionInput, arg2 ...request.Option) (*ec2.DeleteVpcPeeringConnectionOutput, error)

DeleteVpcPeeringConnectionWithContext mocks base method.

func (*MockEC2) DeleteVpcRequest

func (m *MockEC2) DeleteVpcRequest(arg0 *ec2.DeleteVpcInput) (*request.Request, *ec2.DeleteVpcOutput)

DeleteVpcRequest mocks base method.

func (*MockEC2) DeleteVpcWithContext

func (m *MockEC2) DeleteVpcWithContext(arg0 context.Context, arg1 *ec2.DeleteVpcInput, arg2 ...request.Option) (*ec2.DeleteVpcOutput, error)

DeleteVpcWithContext mocks base method.

func (*MockEC2) DeleteVpnConnection

func (m *MockEC2) DeleteVpnConnection(arg0 *ec2.DeleteVpnConnectionInput) (*ec2.DeleteVpnConnectionOutput, error)

DeleteVpnConnection mocks base method.

func (*MockEC2) DeleteVpnConnectionRequest

func (m *MockEC2) DeleteVpnConnectionRequest(arg0 *ec2.DeleteVpnConnectionInput) (*request.Request, *ec2.DeleteVpnConnectionOutput)

DeleteVpnConnectionRequest mocks base method.

func (*MockEC2) DeleteVpnConnectionRoute

func (m *MockEC2) DeleteVpnConnectionRoute(arg0 *ec2.DeleteVpnConnectionRouteInput) (*ec2.DeleteVpnConnectionRouteOutput, error)

DeleteVpnConnectionRoute mocks base method.

func (*MockEC2) DeleteVpnConnectionRouteRequest

func (m *MockEC2) DeleteVpnConnectionRouteRequest(arg0 *ec2.DeleteVpnConnectionRouteInput) (*request.Request, *ec2.DeleteVpnConnectionRouteOutput)

DeleteVpnConnectionRouteRequest mocks base method.

func (*MockEC2) DeleteVpnConnectionRouteWithContext

func (m *MockEC2) DeleteVpnConnectionRouteWithContext(arg0 context.Context, arg1 *ec2.DeleteVpnConnectionRouteInput, arg2 ...request.Option) (*ec2.DeleteVpnConnectionRouteOutput, error)

DeleteVpnConnectionRouteWithContext mocks base method.

func (*MockEC2) DeleteVpnConnectionWithContext

func (m *MockEC2) DeleteVpnConnectionWithContext(arg0 context.Context, arg1 *ec2.DeleteVpnConnectionInput, arg2 ...request.Option) (*ec2.DeleteVpnConnectionOutput, error)

DeleteVpnConnectionWithContext mocks base method.

func (*MockEC2) DeleteVpnGateway

func (m *MockEC2) DeleteVpnGateway(arg0 *ec2.DeleteVpnGatewayInput) (*ec2.DeleteVpnGatewayOutput, error)

DeleteVpnGateway mocks base method.

func (*MockEC2) DeleteVpnGatewayRequest

func (m *MockEC2) DeleteVpnGatewayRequest(arg0 *ec2.DeleteVpnGatewayInput) (*request.Request, *ec2.DeleteVpnGatewayOutput)

DeleteVpnGatewayRequest mocks base method.

func (*MockEC2) DeleteVpnGatewayWithContext

func (m *MockEC2) DeleteVpnGatewayWithContext(arg0 context.Context, arg1 *ec2.DeleteVpnGatewayInput, arg2 ...request.Option) (*ec2.DeleteVpnGatewayOutput, error)

DeleteVpnGatewayWithContext mocks base method.

func (*MockEC2) DeprovisionByoipCidr

func (m *MockEC2) DeprovisionByoipCidr(arg0 *ec2.DeprovisionByoipCidrInput) (*ec2.DeprovisionByoipCidrOutput, error)

DeprovisionByoipCidr mocks base method.

func (*MockEC2) DeprovisionByoipCidrRequest

func (m *MockEC2) DeprovisionByoipCidrRequest(arg0 *ec2.DeprovisionByoipCidrInput) (*request.Request, *ec2.DeprovisionByoipCidrOutput)

DeprovisionByoipCidrRequest mocks base method.

func (*MockEC2) DeprovisionByoipCidrWithContext

func (m *MockEC2) DeprovisionByoipCidrWithContext(arg0 context.Context, arg1 *ec2.DeprovisionByoipCidrInput, arg2 ...request.Option) (*ec2.DeprovisionByoipCidrOutput, error)

DeprovisionByoipCidrWithContext mocks base method.

func (*MockEC2) DeprovisionIpamPoolCidr

func (m *MockEC2) DeprovisionIpamPoolCidr(arg0 *ec2.DeprovisionIpamPoolCidrInput) (*ec2.DeprovisionIpamPoolCidrOutput, error)

DeprovisionIpamPoolCidr mocks base method.

func (*MockEC2) DeprovisionIpamPoolCidrRequest

func (m *MockEC2) DeprovisionIpamPoolCidrRequest(arg0 *ec2.DeprovisionIpamPoolCidrInput) (*request.Request, *ec2.DeprovisionIpamPoolCidrOutput)

DeprovisionIpamPoolCidrRequest mocks base method.

func (*MockEC2) DeprovisionIpamPoolCidrWithContext

func (m *MockEC2) DeprovisionIpamPoolCidrWithContext(arg0 context.Context, arg1 *ec2.DeprovisionIpamPoolCidrInput, arg2 ...request.Option) (*ec2.DeprovisionIpamPoolCidrOutput, error)

DeprovisionIpamPoolCidrWithContext mocks base method.

func (*MockEC2) DeprovisionPublicIpv4PoolCidr

func (m *MockEC2) DeprovisionPublicIpv4PoolCidr(arg0 *ec2.DeprovisionPublicIpv4PoolCidrInput) (*ec2.DeprovisionPublicIpv4PoolCidrOutput, error)

DeprovisionPublicIpv4PoolCidr mocks base method.

func (*MockEC2) DeprovisionPublicIpv4PoolCidrRequest

func (m *MockEC2) DeprovisionPublicIpv4PoolCidrRequest(arg0 *ec2.DeprovisionPublicIpv4PoolCidrInput) (*request.Request, *ec2.DeprovisionPublicIpv4PoolCidrOutput)

DeprovisionPublicIpv4PoolCidrRequest mocks base method.

func (*MockEC2) DeprovisionPublicIpv4PoolCidrWithContext

func (m *MockEC2) DeprovisionPublicIpv4PoolCidrWithContext(arg0 context.Context, arg1 *ec2.DeprovisionPublicIpv4PoolCidrInput, arg2 ...request.Option) (*ec2.DeprovisionPublicIpv4PoolCidrOutput, error)

DeprovisionPublicIpv4PoolCidrWithContext mocks base method.

func (*MockEC2) DeregisterImage

func (m *MockEC2) DeregisterImage(arg0 *ec2.DeregisterImageInput) (*ec2.DeregisterImageOutput, error)

DeregisterImage mocks base method.

func (*MockEC2) DeregisterImageRequest

func (m *MockEC2) DeregisterImageRequest(arg0 *ec2.DeregisterImageInput) (*request.Request, *ec2.DeregisterImageOutput)

DeregisterImageRequest mocks base method.

func (*MockEC2) DeregisterImageWithContext

func (m *MockEC2) DeregisterImageWithContext(arg0 context.Context, arg1 *ec2.DeregisterImageInput, arg2 ...request.Option) (*ec2.DeregisterImageOutput, error)

DeregisterImageWithContext mocks base method.

func (*MockEC2) DeregisterInstanceEventNotificationAttributes

DeregisterInstanceEventNotificationAttributes mocks base method.

func (*MockEC2) DeregisterInstanceEventNotificationAttributesRequest

DeregisterInstanceEventNotificationAttributesRequest mocks base method.

func (*MockEC2) DeregisterInstanceEventNotificationAttributesWithContext

func (m *MockEC2) DeregisterInstanceEventNotificationAttributesWithContext(arg0 context.Context, arg1 *ec2.DeregisterInstanceEventNotificationAttributesInput, arg2 ...request.Option) (*ec2.DeregisterInstanceEventNotificationAttributesOutput, error)

DeregisterInstanceEventNotificationAttributesWithContext mocks base method.

func (*MockEC2) DeregisterTransitGatewayMulticastGroupMembers

DeregisterTransitGatewayMulticastGroupMembers mocks base method.

func (*MockEC2) DeregisterTransitGatewayMulticastGroupMembersRequest

DeregisterTransitGatewayMulticastGroupMembersRequest mocks base method.

func (*MockEC2) DeregisterTransitGatewayMulticastGroupMembersWithContext

func (m *MockEC2) DeregisterTransitGatewayMulticastGroupMembersWithContext(arg0 context.Context, arg1 *ec2.DeregisterTransitGatewayMulticastGroupMembersInput, arg2 ...request.Option) (*ec2.DeregisterTransitGatewayMulticastGroupMembersOutput, error)

DeregisterTransitGatewayMulticastGroupMembersWithContext mocks base method.

func (*MockEC2) DeregisterTransitGatewayMulticastGroupSources

DeregisterTransitGatewayMulticastGroupSources mocks base method.

func (*MockEC2) DeregisterTransitGatewayMulticastGroupSourcesRequest

DeregisterTransitGatewayMulticastGroupSourcesRequest mocks base method.

func (*MockEC2) DeregisterTransitGatewayMulticastGroupSourcesWithContext

func (m *MockEC2) DeregisterTransitGatewayMulticastGroupSourcesWithContext(arg0 context.Context, arg1 *ec2.DeregisterTransitGatewayMulticastGroupSourcesInput, arg2 ...request.Option) (*ec2.DeregisterTransitGatewayMulticastGroupSourcesOutput, error)

DeregisterTransitGatewayMulticastGroupSourcesWithContext mocks base method.

func (*MockEC2) DescribeAccountAttributes

func (m *MockEC2) DescribeAccountAttributes(arg0 *ec2.DescribeAccountAttributesInput) (*ec2.DescribeAccountAttributesOutput, error)

DescribeAccountAttributes mocks base method.

func (*MockEC2) DescribeAccountAttributesRequest

func (m *MockEC2) DescribeAccountAttributesRequest(arg0 *ec2.DescribeAccountAttributesInput) (*request.Request, *ec2.DescribeAccountAttributesOutput)

DescribeAccountAttributesRequest mocks base method.

func (*MockEC2) DescribeAccountAttributesWithContext

func (m *MockEC2) DescribeAccountAttributesWithContext(arg0 context.Context, arg1 *ec2.DescribeAccountAttributesInput, arg2 ...request.Option) (*ec2.DescribeAccountAttributesOutput, error)

DescribeAccountAttributesWithContext mocks base method.

func (*MockEC2) DescribeAddressTransfers

func (m *MockEC2) DescribeAddressTransfers(arg0 *ec2.DescribeAddressTransfersInput) (*ec2.DescribeAddressTransfersOutput, error)

DescribeAddressTransfers mocks base method.

func (*MockEC2) DescribeAddressTransfersPages

func (m *MockEC2) DescribeAddressTransfersPages(arg0 *ec2.DescribeAddressTransfersInput, arg1 func(*ec2.DescribeAddressTransfersOutput, bool) bool) error

DescribeAddressTransfersPages mocks base method.

func (*MockEC2) DescribeAddressTransfersPagesWithContext

func (m *MockEC2) DescribeAddressTransfersPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeAddressTransfersInput, arg2 func(*ec2.DescribeAddressTransfersOutput, bool) bool, arg3 ...request.Option) error

DescribeAddressTransfersPagesWithContext mocks base method.

func (*MockEC2) DescribeAddressTransfersRequest

func (m *MockEC2) DescribeAddressTransfersRequest(arg0 *ec2.DescribeAddressTransfersInput) (*request.Request, *ec2.DescribeAddressTransfersOutput)

DescribeAddressTransfersRequest mocks base method.

func (*MockEC2) DescribeAddressTransfersWithContext

func (m *MockEC2) DescribeAddressTransfersWithContext(arg0 context.Context, arg1 *ec2.DescribeAddressTransfersInput, arg2 ...request.Option) (*ec2.DescribeAddressTransfersOutput, error)

DescribeAddressTransfersWithContext mocks base method.

func (*MockEC2) DescribeAddresses

func (m *MockEC2) DescribeAddresses(arg0 *ec2.DescribeAddressesInput) (*ec2.DescribeAddressesOutput, error)

DescribeAddresses mocks base method.

func (*MockEC2) DescribeAddressesAttribute

func (m *MockEC2) DescribeAddressesAttribute(arg0 *ec2.DescribeAddressesAttributeInput) (*ec2.DescribeAddressesAttributeOutput, error)

DescribeAddressesAttribute mocks base method.

func (*MockEC2) DescribeAddressesAttributePages

func (m *MockEC2) DescribeAddressesAttributePages(arg0 *ec2.DescribeAddressesAttributeInput, arg1 func(*ec2.DescribeAddressesAttributeOutput, bool) bool) error

DescribeAddressesAttributePages mocks base method.

func (*MockEC2) DescribeAddressesAttributePagesWithContext

func (m *MockEC2) DescribeAddressesAttributePagesWithContext(arg0 context.Context, arg1 *ec2.DescribeAddressesAttributeInput, arg2 func(*ec2.DescribeAddressesAttributeOutput, bool) bool, arg3 ...request.Option) error

DescribeAddressesAttributePagesWithContext mocks base method.

func (*MockEC2) DescribeAddressesAttributeRequest

func (m *MockEC2) DescribeAddressesAttributeRequest(arg0 *ec2.DescribeAddressesAttributeInput) (*request.Request, *ec2.DescribeAddressesAttributeOutput)

DescribeAddressesAttributeRequest mocks base method.

func (*MockEC2) DescribeAddressesAttributeWithContext

func (m *MockEC2) DescribeAddressesAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeAddressesAttributeInput, arg2 ...request.Option) (*ec2.DescribeAddressesAttributeOutput, error)

DescribeAddressesAttributeWithContext mocks base method.

func (*MockEC2) DescribeAddressesRequest

func (m *MockEC2) DescribeAddressesRequest(arg0 *ec2.DescribeAddressesInput) (*request.Request, *ec2.DescribeAddressesOutput)

DescribeAddressesRequest mocks base method.

func (*MockEC2) DescribeAddressesWithContext

func (m *MockEC2) DescribeAddressesWithContext(arg0 context.Context, arg1 *ec2.DescribeAddressesInput, arg2 ...request.Option) (*ec2.DescribeAddressesOutput, error)

DescribeAddressesWithContext mocks base method.

func (*MockEC2) DescribeAggregateIdFormat

func (m *MockEC2) DescribeAggregateIdFormat(arg0 *ec2.DescribeAggregateIdFormatInput) (*ec2.DescribeAggregateIdFormatOutput, error)

DescribeAggregateIdFormat mocks base method.

func (*MockEC2) DescribeAggregateIdFormatRequest

func (m *MockEC2) DescribeAggregateIdFormatRequest(arg0 *ec2.DescribeAggregateIdFormatInput) (*request.Request, *ec2.DescribeAggregateIdFormatOutput)

DescribeAggregateIdFormatRequest mocks base method.

func (*MockEC2) DescribeAggregateIdFormatWithContext

func (m *MockEC2) DescribeAggregateIdFormatWithContext(arg0 context.Context, arg1 *ec2.DescribeAggregateIdFormatInput, arg2 ...request.Option) (*ec2.DescribeAggregateIdFormatOutput, error)

DescribeAggregateIdFormatWithContext mocks base method.

func (*MockEC2) DescribeAvailabilityZones

func (m *MockEC2) DescribeAvailabilityZones(arg0 *ec2.DescribeAvailabilityZonesInput) (*ec2.DescribeAvailabilityZonesOutput, error)

DescribeAvailabilityZones mocks base method.

func (*MockEC2) DescribeAvailabilityZonesRequest

func (m *MockEC2) DescribeAvailabilityZonesRequest(arg0 *ec2.DescribeAvailabilityZonesInput) (*request.Request, *ec2.DescribeAvailabilityZonesOutput)

DescribeAvailabilityZonesRequest mocks base method.

func (*MockEC2) DescribeAvailabilityZonesWithContext

func (m *MockEC2) DescribeAvailabilityZonesWithContext(arg0 context.Context, arg1 *ec2.DescribeAvailabilityZonesInput, arg2 ...request.Option) (*ec2.DescribeAvailabilityZonesOutput, error)

DescribeAvailabilityZonesWithContext mocks base method.

func (*MockEC2) DescribeAwsNetworkPerformanceMetricSubscriptions

DescribeAwsNetworkPerformanceMetricSubscriptions mocks base method.

func (*MockEC2) DescribeAwsNetworkPerformanceMetricSubscriptionsPages

func (m *MockEC2) DescribeAwsNetworkPerformanceMetricSubscriptionsPages(arg0 *ec2.DescribeAwsNetworkPerformanceMetricSubscriptionsInput, arg1 func(*ec2.DescribeAwsNetworkPerformanceMetricSubscriptionsOutput, bool) bool) error

DescribeAwsNetworkPerformanceMetricSubscriptionsPages mocks base method.

func (*MockEC2) DescribeAwsNetworkPerformanceMetricSubscriptionsPagesWithContext

func (m *MockEC2) DescribeAwsNetworkPerformanceMetricSubscriptionsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeAwsNetworkPerformanceMetricSubscriptionsInput, arg2 func(*ec2.DescribeAwsNetworkPerformanceMetricSubscriptionsOutput, bool) bool, arg3 ...request.Option) error

DescribeAwsNetworkPerformanceMetricSubscriptionsPagesWithContext mocks base method.

func (*MockEC2) DescribeAwsNetworkPerformanceMetricSubscriptionsRequest

DescribeAwsNetworkPerformanceMetricSubscriptionsRequest mocks base method.

func (*MockEC2) DescribeAwsNetworkPerformanceMetricSubscriptionsWithContext

func (m *MockEC2) DescribeAwsNetworkPerformanceMetricSubscriptionsWithContext(arg0 context.Context, arg1 *ec2.DescribeAwsNetworkPerformanceMetricSubscriptionsInput, arg2 ...request.Option) (*ec2.DescribeAwsNetworkPerformanceMetricSubscriptionsOutput, error)

DescribeAwsNetworkPerformanceMetricSubscriptionsWithContext mocks base method.

func (*MockEC2) DescribeBundleTasks

func (m *MockEC2) DescribeBundleTasks(arg0 *ec2.DescribeBundleTasksInput) (*ec2.DescribeBundleTasksOutput, error)

DescribeBundleTasks mocks base method.

func (*MockEC2) DescribeBundleTasksRequest

func (m *MockEC2) DescribeBundleTasksRequest(arg0 *ec2.DescribeBundleTasksInput) (*request.Request, *ec2.DescribeBundleTasksOutput)

DescribeBundleTasksRequest mocks base method.

func (*MockEC2) DescribeBundleTasksWithContext

func (m *MockEC2) DescribeBundleTasksWithContext(arg0 context.Context, arg1 *ec2.DescribeBundleTasksInput, arg2 ...request.Option) (*ec2.DescribeBundleTasksOutput, error)

DescribeBundleTasksWithContext mocks base method.

func (*MockEC2) DescribeByoipCidrs

func (m *MockEC2) DescribeByoipCidrs(arg0 *ec2.DescribeByoipCidrsInput) (*ec2.DescribeByoipCidrsOutput, error)

DescribeByoipCidrs mocks base method.

func (*MockEC2) DescribeByoipCidrsPages

func (m *MockEC2) DescribeByoipCidrsPages(arg0 *ec2.DescribeByoipCidrsInput, arg1 func(*ec2.DescribeByoipCidrsOutput, bool) bool) error

DescribeByoipCidrsPages mocks base method.

func (*MockEC2) DescribeByoipCidrsPagesWithContext

func (m *MockEC2) DescribeByoipCidrsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeByoipCidrsInput, arg2 func(*ec2.DescribeByoipCidrsOutput, bool) bool, arg3 ...request.Option) error

DescribeByoipCidrsPagesWithContext mocks base method.

func (*MockEC2) DescribeByoipCidrsRequest

func (m *MockEC2) DescribeByoipCidrsRequest(arg0 *ec2.DescribeByoipCidrsInput) (*request.Request, *ec2.DescribeByoipCidrsOutput)

DescribeByoipCidrsRequest mocks base method.

func (*MockEC2) DescribeByoipCidrsWithContext

func (m *MockEC2) DescribeByoipCidrsWithContext(arg0 context.Context, arg1 *ec2.DescribeByoipCidrsInput, arg2 ...request.Option) (*ec2.DescribeByoipCidrsOutput, error)

DescribeByoipCidrsWithContext mocks base method.

func (*MockEC2) DescribeCapacityReservationFleets

DescribeCapacityReservationFleets mocks base method.

func (*MockEC2) DescribeCapacityReservationFleetsPages

func (m *MockEC2) DescribeCapacityReservationFleetsPages(arg0 *ec2.DescribeCapacityReservationFleetsInput, arg1 func(*ec2.DescribeCapacityReservationFleetsOutput, bool) bool) error

DescribeCapacityReservationFleetsPages mocks base method.

func (*MockEC2) DescribeCapacityReservationFleetsPagesWithContext

func (m *MockEC2) DescribeCapacityReservationFleetsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeCapacityReservationFleetsInput, arg2 func(*ec2.DescribeCapacityReservationFleetsOutput, bool) bool, arg3 ...request.Option) error

DescribeCapacityReservationFleetsPagesWithContext mocks base method.

func (*MockEC2) DescribeCapacityReservationFleetsRequest

func (m *MockEC2) DescribeCapacityReservationFleetsRequest(arg0 *ec2.DescribeCapacityReservationFleetsInput) (*request.Request, *ec2.DescribeCapacityReservationFleetsOutput)

DescribeCapacityReservationFleetsRequest mocks base method.

func (*MockEC2) DescribeCapacityReservationFleetsWithContext

func (m *MockEC2) DescribeCapacityReservationFleetsWithContext(arg0 context.Context, arg1 *ec2.DescribeCapacityReservationFleetsInput, arg2 ...request.Option) (*ec2.DescribeCapacityReservationFleetsOutput, error)

DescribeCapacityReservationFleetsWithContext mocks base method.

func (*MockEC2) DescribeCapacityReservations

func (m *MockEC2) DescribeCapacityReservations(arg0 *ec2.DescribeCapacityReservationsInput) (*ec2.DescribeCapacityReservationsOutput, error)

DescribeCapacityReservations mocks base method.

func (*MockEC2) DescribeCapacityReservationsPages

func (m *MockEC2) DescribeCapacityReservationsPages(arg0 *ec2.DescribeCapacityReservationsInput, arg1 func(*ec2.DescribeCapacityReservationsOutput, bool) bool) error

DescribeCapacityReservationsPages mocks base method.

func (*MockEC2) DescribeCapacityReservationsPagesWithContext

func (m *MockEC2) DescribeCapacityReservationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeCapacityReservationsInput, arg2 func(*ec2.DescribeCapacityReservationsOutput, bool) bool, arg3 ...request.Option) error

DescribeCapacityReservationsPagesWithContext mocks base method.

func (*MockEC2) DescribeCapacityReservationsRequest

func (m *MockEC2) DescribeCapacityReservationsRequest(arg0 *ec2.DescribeCapacityReservationsInput) (*request.Request, *ec2.DescribeCapacityReservationsOutput)

DescribeCapacityReservationsRequest mocks base method.

func (*MockEC2) DescribeCapacityReservationsWithContext

func (m *MockEC2) DescribeCapacityReservationsWithContext(arg0 context.Context, arg1 *ec2.DescribeCapacityReservationsInput, arg2 ...request.Option) (*ec2.DescribeCapacityReservationsOutput, error)

DescribeCapacityReservationsWithContext mocks base method.

func (*MockEC2) DescribeCarrierGateways

func (m *MockEC2) DescribeCarrierGateways(arg0 *ec2.DescribeCarrierGatewaysInput) (*ec2.DescribeCarrierGatewaysOutput, error)

DescribeCarrierGateways mocks base method.

func (*MockEC2) DescribeCarrierGatewaysPages

func (m *MockEC2) DescribeCarrierGatewaysPages(arg0 *ec2.DescribeCarrierGatewaysInput, arg1 func(*ec2.DescribeCarrierGatewaysOutput, bool) bool) error

DescribeCarrierGatewaysPages mocks base method.

func (*MockEC2) DescribeCarrierGatewaysPagesWithContext

func (m *MockEC2) DescribeCarrierGatewaysPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeCarrierGatewaysInput, arg2 func(*ec2.DescribeCarrierGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeCarrierGatewaysPagesWithContext mocks base method.

func (*MockEC2) DescribeCarrierGatewaysRequest

func (m *MockEC2) DescribeCarrierGatewaysRequest(arg0 *ec2.DescribeCarrierGatewaysInput) (*request.Request, *ec2.DescribeCarrierGatewaysOutput)

DescribeCarrierGatewaysRequest mocks base method.

func (*MockEC2) DescribeCarrierGatewaysWithContext

func (m *MockEC2) DescribeCarrierGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeCarrierGatewaysInput, arg2 ...request.Option) (*ec2.DescribeCarrierGatewaysOutput, error)

DescribeCarrierGatewaysWithContext mocks base method.

func (*MockEC2) DescribeClassicLinkInstances

func (m *MockEC2) DescribeClassicLinkInstances(arg0 *ec2.DescribeClassicLinkInstancesInput) (*ec2.DescribeClassicLinkInstancesOutput, error)

DescribeClassicLinkInstances mocks base method.

func (*MockEC2) DescribeClassicLinkInstancesPages

func (m *MockEC2) DescribeClassicLinkInstancesPages(arg0 *ec2.DescribeClassicLinkInstancesInput, arg1 func(*ec2.DescribeClassicLinkInstancesOutput, bool) bool) error

DescribeClassicLinkInstancesPages mocks base method.

func (*MockEC2) DescribeClassicLinkInstancesPagesWithContext

func (m *MockEC2) DescribeClassicLinkInstancesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeClassicLinkInstancesInput, arg2 func(*ec2.DescribeClassicLinkInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeClassicLinkInstancesPagesWithContext mocks base method.

func (*MockEC2) DescribeClassicLinkInstancesRequest

func (m *MockEC2) DescribeClassicLinkInstancesRequest(arg0 *ec2.DescribeClassicLinkInstancesInput) (*request.Request, *ec2.DescribeClassicLinkInstancesOutput)

DescribeClassicLinkInstancesRequest mocks base method.

func (*MockEC2) DescribeClassicLinkInstancesWithContext

func (m *MockEC2) DescribeClassicLinkInstancesWithContext(arg0 context.Context, arg1 *ec2.DescribeClassicLinkInstancesInput, arg2 ...request.Option) (*ec2.DescribeClassicLinkInstancesOutput, error)

DescribeClassicLinkInstancesWithContext mocks base method.

func (*MockEC2) DescribeClientVpnAuthorizationRules

DescribeClientVpnAuthorizationRules mocks base method.

func (*MockEC2) DescribeClientVpnAuthorizationRulesPages

func (m *MockEC2) DescribeClientVpnAuthorizationRulesPages(arg0 *ec2.DescribeClientVpnAuthorizationRulesInput, arg1 func(*ec2.DescribeClientVpnAuthorizationRulesOutput, bool) bool) error

DescribeClientVpnAuthorizationRulesPages mocks base method.

func (*MockEC2) DescribeClientVpnAuthorizationRulesPagesWithContext

func (m *MockEC2) DescribeClientVpnAuthorizationRulesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeClientVpnAuthorizationRulesInput, arg2 func(*ec2.DescribeClientVpnAuthorizationRulesOutput, bool) bool, arg3 ...request.Option) error

DescribeClientVpnAuthorizationRulesPagesWithContext mocks base method.

func (*MockEC2) DescribeClientVpnAuthorizationRulesRequest

func (m *MockEC2) DescribeClientVpnAuthorizationRulesRequest(arg0 *ec2.DescribeClientVpnAuthorizationRulesInput) (*request.Request, *ec2.DescribeClientVpnAuthorizationRulesOutput)

DescribeClientVpnAuthorizationRulesRequest mocks base method.

func (*MockEC2) DescribeClientVpnAuthorizationRulesWithContext

func (m *MockEC2) DescribeClientVpnAuthorizationRulesWithContext(arg0 context.Context, arg1 *ec2.DescribeClientVpnAuthorizationRulesInput, arg2 ...request.Option) (*ec2.DescribeClientVpnAuthorizationRulesOutput, error)

DescribeClientVpnAuthorizationRulesWithContext mocks base method.

func (*MockEC2) DescribeClientVpnConnections

func (m *MockEC2) DescribeClientVpnConnections(arg0 *ec2.DescribeClientVpnConnectionsInput) (*ec2.DescribeClientVpnConnectionsOutput, error)

DescribeClientVpnConnections mocks base method.

func (*MockEC2) DescribeClientVpnConnectionsPages

func (m *MockEC2) DescribeClientVpnConnectionsPages(arg0 *ec2.DescribeClientVpnConnectionsInput, arg1 func(*ec2.DescribeClientVpnConnectionsOutput, bool) bool) error

DescribeClientVpnConnectionsPages mocks base method.

func (*MockEC2) DescribeClientVpnConnectionsPagesWithContext

func (m *MockEC2) DescribeClientVpnConnectionsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeClientVpnConnectionsInput, arg2 func(*ec2.DescribeClientVpnConnectionsOutput, bool) bool, arg3 ...request.Option) error

DescribeClientVpnConnectionsPagesWithContext mocks base method.

func (*MockEC2) DescribeClientVpnConnectionsRequest

func (m *MockEC2) DescribeClientVpnConnectionsRequest(arg0 *ec2.DescribeClientVpnConnectionsInput) (*request.Request, *ec2.DescribeClientVpnConnectionsOutput)

DescribeClientVpnConnectionsRequest mocks base method.

func (*MockEC2) DescribeClientVpnConnectionsWithContext

func (m *MockEC2) DescribeClientVpnConnectionsWithContext(arg0 context.Context, arg1 *ec2.DescribeClientVpnConnectionsInput, arg2 ...request.Option) (*ec2.DescribeClientVpnConnectionsOutput, error)

DescribeClientVpnConnectionsWithContext mocks base method.

func (*MockEC2) DescribeClientVpnEndpoints

func (m *MockEC2) DescribeClientVpnEndpoints(arg0 *ec2.DescribeClientVpnEndpointsInput) (*ec2.DescribeClientVpnEndpointsOutput, error)

DescribeClientVpnEndpoints mocks base method.

func (*MockEC2) DescribeClientVpnEndpointsPages

func (m *MockEC2) DescribeClientVpnEndpointsPages(arg0 *ec2.DescribeClientVpnEndpointsInput, arg1 func(*ec2.DescribeClientVpnEndpointsOutput, bool) bool) error

DescribeClientVpnEndpointsPages mocks base method.

func (*MockEC2) DescribeClientVpnEndpointsPagesWithContext

func (m *MockEC2) DescribeClientVpnEndpointsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeClientVpnEndpointsInput, arg2 func(*ec2.DescribeClientVpnEndpointsOutput, bool) bool, arg3 ...request.Option) error

DescribeClientVpnEndpointsPagesWithContext mocks base method.

func (*MockEC2) DescribeClientVpnEndpointsRequest

func (m *MockEC2) DescribeClientVpnEndpointsRequest(arg0 *ec2.DescribeClientVpnEndpointsInput) (*request.Request, *ec2.DescribeClientVpnEndpointsOutput)

DescribeClientVpnEndpointsRequest mocks base method.

func (*MockEC2) DescribeClientVpnEndpointsWithContext

func (m *MockEC2) DescribeClientVpnEndpointsWithContext(arg0 context.Context, arg1 *ec2.DescribeClientVpnEndpointsInput, arg2 ...request.Option) (*ec2.DescribeClientVpnEndpointsOutput, error)

DescribeClientVpnEndpointsWithContext mocks base method.

func (*MockEC2) DescribeClientVpnRoutes

func (m *MockEC2) DescribeClientVpnRoutes(arg0 *ec2.DescribeClientVpnRoutesInput) (*ec2.DescribeClientVpnRoutesOutput, error)

DescribeClientVpnRoutes mocks base method.

func (*MockEC2) DescribeClientVpnRoutesPages

func (m *MockEC2) DescribeClientVpnRoutesPages(arg0 *ec2.DescribeClientVpnRoutesInput, arg1 func(*ec2.DescribeClientVpnRoutesOutput, bool) bool) error

DescribeClientVpnRoutesPages mocks base method.

func (*MockEC2) DescribeClientVpnRoutesPagesWithContext

func (m *MockEC2) DescribeClientVpnRoutesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeClientVpnRoutesInput, arg2 func(*ec2.DescribeClientVpnRoutesOutput, bool) bool, arg3 ...request.Option) error

DescribeClientVpnRoutesPagesWithContext mocks base method.

func (*MockEC2) DescribeClientVpnRoutesRequest

func (m *MockEC2) DescribeClientVpnRoutesRequest(arg0 *ec2.DescribeClientVpnRoutesInput) (*request.Request, *ec2.DescribeClientVpnRoutesOutput)

DescribeClientVpnRoutesRequest mocks base method.

func (*MockEC2) DescribeClientVpnRoutesWithContext

func (m *MockEC2) DescribeClientVpnRoutesWithContext(arg0 context.Context, arg1 *ec2.DescribeClientVpnRoutesInput, arg2 ...request.Option) (*ec2.DescribeClientVpnRoutesOutput, error)

DescribeClientVpnRoutesWithContext mocks base method.

func (*MockEC2) DescribeClientVpnTargetNetworks

DescribeClientVpnTargetNetworks mocks base method.

func (*MockEC2) DescribeClientVpnTargetNetworksPages

func (m *MockEC2) DescribeClientVpnTargetNetworksPages(arg0 *ec2.DescribeClientVpnTargetNetworksInput, arg1 func(*ec2.DescribeClientVpnTargetNetworksOutput, bool) bool) error

DescribeClientVpnTargetNetworksPages mocks base method.

func (*MockEC2) DescribeClientVpnTargetNetworksPagesWithContext

func (m *MockEC2) DescribeClientVpnTargetNetworksPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeClientVpnTargetNetworksInput, arg2 func(*ec2.DescribeClientVpnTargetNetworksOutput, bool) bool, arg3 ...request.Option) error

DescribeClientVpnTargetNetworksPagesWithContext mocks base method.

func (*MockEC2) DescribeClientVpnTargetNetworksRequest

func (m *MockEC2) DescribeClientVpnTargetNetworksRequest(arg0 *ec2.DescribeClientVpnTargetNetworksInput) (*request.Request, *ec2.DescribeClientVpnTargetNetworksOutput)

DescribeClientVpnTargetNetworksRequest mocks base method.

func (*MockEC2) DescribeClientVpnTargetNetworksWithContext

func (m *MockEC2) DescribeClientVpnTargetNetworksWithContext(arg0 context.Context, arg1 *ec2.DescribeClientVpnTargetNetworksInput, arg2 ...request.Option) (*ec2.DescribeClientVpnTargetNetworksOutput, error)

DescribeClientVpnTargetNetworksWithContext mocks base method.

func (*MockEC2) DescribeCoipPools

func (m *MockEC2) DescribeCoipPools(arg0 *ec2.DescribeCoipPoolsInput) (*ec2.DescribeCoipPoolsOutput, error)

DescribeCoipPools mocks base method.

func (*MockEC2) DescribeCoipPoolsPages

func (m *MockEC2) DescribeCoipPoolsPages(arg0 *ec2.DescribeCoipPoolsInput, arg1 func(*ec2.DescribeCoipPoolsOutput, bool) bool) error

DescribeCoipPoolsPages mocks base method.

func (*MockEC2) DescribeCoipPoolsPagesWithContext

func (m *MockEC2) DescribeCoipPoolsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeCoipPoolsInput, arg2 func(*ec2.DescribeCoipPoolsOutput, bool) bool, arg3 ...request.Option) error

DescribeCoipPoolsPagesWithContext mocks base method.

func (*MockEC2) DescribeCoipPoolsRequest

func (m *MockEC2) DescribeCoipPoolsRequest(arg0 *ec2.DescribeCoipPoolsInput) (*request.Request, *ec2.DescribeCoipPoolsOutput)

DescribeCoipPoolsRequest mocks base method.

func (*MockEC2) DescribeCoipPoolsWithContext

func (m *MockEC2) DescribeCoipPoolsWithContext(arg0 context.Context, arg1 *ec2.DescribeCoipPoolsInput, arg2 ...request.Option) (*ec2.DescribeCoipPoolsOutput, error)

DescribeCoipPoolsWithContext mocks base method.

func (*MockEC2) DescribeConversionTasks

func (m *MockEC2) DescribeConversionTasks(arg0 *ec2.DescribeConversionTasksInput) (*ec2.DescribeConversionTasksOutput, error)

DescribeConversionTasks mocks base method.

func (*MockEC2) DescribeConversionTasksRequest

func (m *MockEC2) DescribeConversionTasksRequest(arg0 *ec2.DescribeConversionTasksInput) (*request.Request, *ec2.DescribeConversionTasksOutput)

DescribeConversionTasksRequest mocks base method.

func (*MockEC2) DescribeConversionTasksWithContext

func (m *MockEC2) DescribeConversionTasksWithContext(arg0 context.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.Option) (*ec2.DescribeConversionTasksOutput, error)

DescribeConversionTasksWithContext mocks base method.

func (*MockEC2) DescribeCustomerGateways

func (m *MockEC2) DescribeCustomerGateways(arg0 *ec2.DescribeCustomerGatewaysInput) (*ec2.DescribeCustomerGatewaysOutput, error)

DescribeCustomerGateways mocks base method.

func (*MockEC2) DescribeCustomerGatewaysRequest

func (m *MockEC2) DescribeCustomerGatewaysRequest(arg0 *ec2.DescribeCustomerGatewaysInput) (*request.Request, *ec2.DescribeCustomerGatewaysOutput)

DescribeCustomerGatewaysRequest mocks base method.

func (*MockEC2) DescribeCustomerGatewaysWithContext

func (m *MockEC2) DescribeCustomerGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeCustomerGatewaysInput, arg2 ...request.Option) (*ec2.DescribeCustomerGatewaysOutput, error)

DescribeCustomerGatewaysWithContext mocks base method.

func (*MockEC2) DescribeDhcpOptions

func (m *MockEC2) DescribeDhcpOptions(arg0 *ec2.DescribeDhcpOptionsInput) (*ec2.DescribeDhcpOptionsOutput, error)

DescribeDhcpOptions mocks base method.

func (*MockEC2) DescribeDhcpOptionsPages

func (m *MockEC2) DescribeDhcpOptionsPages(arg0 *ec2.DescribeDhcpOptionsInput, arg1 func(*ec2.DescribeDhcpOptionsOutput, bool) bool) error

DescribeDhcpOptionsPages mocks base method.

func (*MockEC2) DescribeDhcpOptionsPagesWithContext

func (m *MockEC2) DescribeDhcpOptionsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeDhcpOptionsInput, arg2 func(*ec2.DescribeDhcpOptionsOutput, bool) bool, arg3 ...request.Option) error

DescribeDhcpOptionsPagesWithContext mocks base method.

func (*MockEC2) DescribeDhcpOptionsRequest

func (m *MockEC2) DescribeDhcpOptionsRequest(arg0 *ec2.DescribeDhcpOptionsInput) (*request.Request, *ec2.DescribeDhcpOptionsOutput)

DescribeDhcpOptionsRequest mocks base method.

func (*MockEC2) DescribeDhcpOptionsWithContext

func (m *MockEC2) DescribeDhcpOptionsWithContext(arg0 context.Context, arg1 *ec2.DescribeDhcpOptionsInput, arg2 ...request.Option) (*ec2.DescribeDhcpOptionsOutput, error)

DescribeDhcpOptionsWithContext mocks base method.

func (*MockEC2) DescribeEgressOnlyInternetGateways

DescribeEgressOnlyInternetGateways mocks base method.

func (*MockEC2) DescribeEgressOnlyInternetGatewaysPages

func (m *MockEC2) DescribeEgressOnlyInternetGatewaysPages(arg0 *ec2.DescribeEgressOnlyInternetGatewaysInput, arg1 func(*ec2.DescribeEgressOnlyInternetGatewaysOutput, bool) bool) error

DescribeEgressOnlyInternetGatewaysPages mocks base method.

func (*MockEC2) DescribeEgressOnlyInternetGatewaysPagesWithContext

func (m *MockEC2) DescribeEgressOnlyInternetGatewaysPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeEgressOnlyInternetGatewaysInput, arg2 func(*ec2.DescribeEgressOnlyInternetGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeEgressOnlyInternetGatewaysPagesWithContext mocks base method.

func (*MockEC2) DescribeEgressOnlyInternetGatewaysRequest

func (m *MockEC2) DescribeEgressOnlyInternetGatewaysRequest(arg0 *ec2.DescribeEgressOnlyInternetGatewaysInput) (*request.Request, *ec2.DescribeEgressOnlyInternetGatewaysOutput)

DescribeEgressOnlyInternetGatewaysRequest mocks base method.

func (*MockEC2) DescribeEgressOnlyInternetGatewaysWithContext

func (m *MockEC2) DescribeEgressOnlyInternetGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeEgressOnlyInternetGatewaysInput, arg2 ...request.Option) (*ec2.DescribeEgressOnlyInternetGatewaysOutput, error)

DescribeEgressOnlyInternetGatewaysWithContext mocks base method.

func (*MockEC2) DescribeElasticGpus

func (m *MockEC2) DescribeElasticGpus(arg0 *ec2.DescribeElasticGpusInput) (*ec2.DescribeElasticGpusOutput, error)

DescribeElasticGpus mocks base method.

func (*MockEC2) DescribeElasticGpusRequest

func (m *MockEC2) DescribeElasticGpusRequest(arg0 *ec2.DescribeElasticGpusInput) (*request.Request, *ec2.DescribeElasticGpusOutput)

DescribeElasticGpusRequest mocks base method.

func (*MockEC2) DescribeElasticGpusWithContext

func (m *MockEC2) DescribeElasticGpusWithContext(arg0 context.Context, arg1 *ec2.DescribeElasticGpusInput, arg2 ...request.Option) (*ec2.DescribeElasticGpusOutput, error)

DescribeElasticGpusWithContext mocks base method.

func (*MockEC2) DescribeExportImageTasks

func (m *MockEC2) DescribeExportImageTasks(arg0 *ec2.DescribeExportImageTasksInput) (*ec2.DescribeExportImageTasksOutput, error)

DescribeExportImageTasks mocks base method.

func (*MockEC2) DescribeExportImageTasksPages

func (m *MockEC2) DescribeExportImageTasksPages(arg0 *ec2.DescribeExportImageTasksInput, arg1 func(*ec2.DescribeExportImageTasksOutput, bool) bool) error

DescribeExportImageTasksPages mocks base method.

func (*MockEC2) DescribeExportImageTasksPagesWithContext

func (m *MockEC2) DescribeExportImageTasksPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeExportImageTasksInput, arg2 func(*ec2.DescribeExportImageTasksOutput, bool) bool, arg3 ...request.Option) error

DescribeExportImageTasksPagesWithContext mocks base method.

func (*MockEC2) DescribeExportImageTasksRequest

func (m *MockEC2) DescribeExportImageTasksRequest(arg0 *ec2.DescribeExportImageTasksInput) (*request.Request, *ec2.DescribeExportImageTasksOutput)

DescribeExportImageTasksRequest mocks base method.

func (*MockEC2) DescribeExportImageTasksWithContext

func (m *MockEC2) DescribeExportImageTasksWithContext(arg0 context.Context, arg1 *ec2.DescribeExportImageTasksInput, arg2 ...request.Option) (*ec2.DescribeExportImageTasksOutput, error)

DescribeExportImageTasksWithContext mocks base method.

func (*MockEC2) DescribeExportTasks

func (m *MockEC2) DescribeExportTasks(arg0 *ec2.DescribeExportTasksInput) (*ec2.DescribeExportTasksOutput, error)

DescribeExportTasks mocks base method.

func (*MockEC2) DescribeExportTasksRequest

func (m *MockEC2) DescribeExportTasksRequest(arg0 *ec2.DescribeExportTasksInput) (*request.Request, *ec2.DescribeExportTasksOutput)

DescribeExportTasksRequest mocks base method.

func (*MockEC2) DescribeExportTasksWithContext

func (m *MockEC2) DescribeExportTasksWithContext(arg0 context.Context, arg1 *ec2.DescribeExportTasksInput, arg2 ...request.Option) (*ec2.DescribeExportTasksOutput, error)

DescribeExportTasksWithContext mocks base method.

func (*MockEC2) DescribeFastLaunchImages

func (m *MockEC2) DescribeFastLaunchImages(arg0 *ec2.DescribeFastLaunchImagesInput) (*ec2.DescribeFastLaunchImagesOutput, error)

DescribeFastLaunchImages mocks base method.

func (*MockEC2) DescribeFastLaunchImagesPages

func (m *MockEC2) DescribeFastLaunchImagesPages(arg0 *ec2.DescribeFastLaunchImagesInput, arg1 func(*ec2.DescribeFastLaunchImagesOutput, bool) bool) error

DescribeFastLaunchImagesPages mocks base method.

func (*MockEC2) DescribeFastLaunchImagesPagesWithContext

func (m *MockEC2) DescribeFastLaunchImagesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeFastLaunchImagesInput, arg2 func(*ec2.DescribeFastLaunchImagesOutput, bool) bool, arg3 ...request.Option) error

DescribeFastLaunchImagesPagesWithContext mocks base method.

func (*MockEC2) DescribeFastLaunchImagesRequest

func (m *MockEC2) DescribeFastLaunchImagesRequest(arg0 *ec2.DescribeFastLaunchImagesInput) (*request.Request, *ec2.DescribeFastLaunchImagesOutput)

DescribeFastLaunchImagesRequest mocks base method.

func (*MockEC2) DescribeFastLaunchImagesWithContext

func (m *MockEC2) DescribeFastLaunchImagesWithContext(arg0 context.Context, arg1 *ec2.DescribeFastLaunchImagesInput, arg2 ...request.Option) (*ec2.DescribeFastLaunchImagesOutput, error)

DescribeFastLaunchImagesWithContext mocks base method.

func (*MockEC2) DescribeFastSnapshotRestores

func (m *MockEC2) DescribeFastSnapshotRestores(arg0 *ec2.DescribeFastSnapshotRestoresInput) (*ec2.DescribeFastSnapshotRestoresOutput, error)

DescribeFastSnapshotRestores mocks base method.

func (*MockEC2) DescribeFastSnapshotRestoresPages

func (m *MockEC2) DescribeFastSnapshotRestoresPages(arg0 *ec2.DescribeFastSnapshotRestoresInput, arg1 func(*ec2.DescribeFastSnapshotRestoresOutput, bool) bool) error

DescribeFastSnapshotRestoresPages mocks base method.

func (*MockEC2) DescribeFastSnapshotRestoresPagesWithContext

func (m *MockEC2) DescribeFastSnapshotRestoresPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeFastSnapshotRestoresInput, arg2 func(*ec2.DescribeFastSnapshotRestoresOutput, bool) bool, arg3 ...request.Option) error

DescribeFastSnapshotRestoresPagesWithContext mocks base method.

func (*MockEC2) DescribeFastSnapshotRestoresRequest

func (m *MockEC2) DescribeFastSnapshotRestoresRequest(arg0 *ec2.DescribeFastSnapshotRestoresInput) (*request.Request, *ec2.DescribeFastSnapshotRestoresOutput)

DescribeFastSnapshotRestoresRequest mocks base method.

func (*MockEC2) DescribeFastSnapshotRestoresWithContext

func (m *MockEC2) DescribeFastSnapshotRestoresWithContext(arg0 context.Context, arg1 *ec2.DescribeFastSnapshotRestoresInput, arg2 ...request.Option) (*ec2.DescribeFastSnapshotRestoresOutput, error)

DescribeFastSnapshotRestoresWithContext mocks base method.

func (*MockEC2) DescribeFleetHistory

func (m *MockEC2) DescribeFleetHistory(arg0 *ec2.DescribeFleetHistoryInput) (*ec2.DescribeFleetHistoryOutput, error)

DescribeFleetHistory mocks base method.

func (*MockEC2) DescribeFleetHistoryRequest

func (m *MockEC2) DescribeFleetHistoryRequest(arg0 *ec2.DescribeFleetHistoryInput) (*request.Request, *ec2.DescribeFleetHistoryOutput)

DescribeFleetHistoryRequest mocks base method.

func (*MockEC2) DescribeFleetHistoryWithContext

func (m *MockEC2) DescribeFleetHistoryWithContext(arg0 context.Context, arg1 *ec2.DescribeFleetHistoryInput, arg2 ...request.Option) (*ec2.DescribeFleetHistoryOutput, error)

DescribeFleetHistoryWithContext mocks base method.

func (*MockEC2) DescribeFleetInstances

func (m *MockEC2) DescribeFleetInstances(arg0 *ec2.DescribeFleetInstancesInput) (*ec2.DescribeFleetInstancesOutput, error)

DescribeFleetInstances mocks base method.

func (*MockEC2) DescribeFleetInstancesRequest

func (m *MockEC2) DescribeFleetInstancesRequest(arg0 *ec2.DescribeFleetInstancesInput) (*request.Request, *ec2.DescribeFleetInstancesOutput)

DescribeFleetInstancesRequest mocks base method.

func (*MockEC2) DescribeFleetInstancesWithContext

func (m *MockEC2) DescribeFleetInstancesWithContext(arg0 context.Context, arg1 *ec2.DescribeFleetInstancesInput, arg2 ...request.Option) (*ec2.DescribeFleetInstancesOutput, error)

DescribeFleetInstancesWithContext mocks base method.

func (*MockEC2) DescribeFleets

func (m *MockEC2) DescribeFleets(arg0 *ec2.DescribeFleetsInput) (*ec2.DescribeFleetsOutput, error)

DescribeFleets mocks base method.

func (*MockEC2) DescribeFleetsPages

func (m *MockEC2) DescribeFleetsPages(arg0 *ec2.DescribeFleetsInput, arg1 func(*ec2.DescribeFleetsOutput, bool) bool) error

DescribeFleetsPages mocks base method.

func (*MockEC2) DescribeFleetsPagesWithContext

func (m *MockEC2) DescribeFleetsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeFleetsInput, arg2 func(*ec2.DescribeFleetsOutput, bool) bool, arg3 ...request.Option) error

DescribeFleetsPagesWithContext mocks base method.

func (*MockEC2) DescribeFleetsRequest

func (m *MockEC2) DescribeFleetsRequest(arg0 *ec2.DescribeFleetsInput) (*request.Request, *ec2.DescribeFleetsOutput)

DescribeFleetsRequest mocks base method.

func (*MockEC2) DescribeFleetsWithContext

func (m *MockEC2) DescribeFleetsWithContext(arg0 context.Context, arg1 *ec2.DescribeFleetsInput, arg2 ...request.Option) (*ec2.DescribeFleetsOutput, error)

DescribeFleetsWithContext mocks base method.

func (*MockEC2) DescribeFlowLogs

func (m *MockEC2) DescribeFlowLogs(arg0 *ec2.DescribeFlowLogsInput) (*ec2.DescribeFlowLogsOutput, error)

DescribeFlowLogs mocks base method.

func (*MockEC2) DescribeFlowLogsPages

func (m *MockEC2) DescribeFlowLogsPages(arg0 *ec2.DescribeFlowLogsInput, arg1 func(*ec2.DescribeFlowLogsOutput, bool) bool) error

DescribeFlowLogsPages mocks base method.

func (*MockEC2) DescribeFlowLogsPagesWithContext

func (m *MockEC2) DescribeFlowLogsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeFlowLogsInput, arg2 func(*ec2.DescribeFlowLogsOutput, bool) bool, arg3 ...request.Option) error

DescribeFlowLogsPagesWithContext mocks base method.

func (*MockEC2) DescribeFlowLogsRequest

func (m *MockEC2) DescribeFlowLogsRequest(arg0 *ec2.DescribeFlowLogsInput) (*request.Request, *ec2.DescribeFlowLogsOutput)

DescribeFlowLogsRequest mocks base method.

func (*MockEC2) DescribeFlowLogsWithContext

func (m *MockEC2) DescribeFlowLogsWithContext(arg0 context.Context, arg1 *ec2.DescribeFlowLogsInput, arg2 ...request.Option) (*ec2.DescribeFlowLogsOutput, error)

DescribeFlowLogsWithContext mocks base method.

func (*MockEC2) DescribeFpgaImageAttribute

func (m *MockEC2) DescribeFpgaImageAttribute(arg0 *ec2.DescribeFpgaImageAttributeInput) (*ec2.DescribeFpgaImageAttributeOutput, error)

DescribeFpgaImageAttribute mocks base method.

func (*MockEC2) DescribeFpgaImageAttributeRequest

func (m *MockEC2) DescribeFpgaImageAttributeRequest(arg0 *ec2.DescribeFpgaImageAttributeInput) (*request.Request, *ec2.DescribeFpgaImageAttributeOutput)

DescribeFpgaImageAttributeRequest mocks base method.

func (*MockEC2) DescribeFpgaImageAttributeWithContext

func (m *MockEC2) DescribeFpgaImageAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeFpgaImageAttributeInput, arg2 ...request.Option) (*ec2.DescribeFpgaImageAttributeOutput, error)

DescribeFpgaImageAttributeWithContext mocks base method.

func (*MockEC2) DescribeFpgaImages

func (m *MockEC2) DescribeFpgaImages(arg0 *ec2.DescribeFpgaImagesInput) (*ec2.DescribeFpgaImagesOutput, error)

DescribeFpgaImages mocks base method.

func (*MockEC2) DescribeFpgaImagesPages

func (m *MockEC2) DescribeFpgaImagesPages(arg0 *ec2.DescribeFpgaImagesInput, arg1 func(*ec2.DescribeFpgaImagesOutput, bool) bool) error

DescribeFpgaImagesPages mocks base method.

func (*MockEC2) DescribeFpgaImagesPagesWithContext

func (m *MockEC2) DescribeFpgaImagesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeFpgaImagesInput, arg2 func(*ec2.DescribeFpgaImagesOutput, bool) bool, arg3 ...request.Option) error

DescribeFpgaImagesPagesWithContext mocks base method.

func (*MockEC2) DescribeFpgaImagesRequest

func (m *MockEC2) DescribeFpgaImagesRequest(arg0 *ec2.DescribeFpgaImagesInput) (*request.Request, *ec2.DescribeFpgaImagesOutput)

DescribeFpgaImagesRequest mocks base method.

func (*MockEC2) DescribeFpgaImagesWithContext

func (m *MockEC2) DescribeFpgaImagesWithContext(arg0 context.Context, arg1 *ec2.DescribeFpgaImagesInput, arg2 ...request.Option) (*ec2.DescribeFpgaImagesOutput, error)

DescribeFpgaImagesWithContext mocks base method.

func (*MockEC2) DescribeHostReservationOfferings

DescribeHostReservationOfferings mocks base method.

func (*MockEC2) DescribeHostReservationOfferingsPages

func (m *MockEC2) DescribeHostReservationOfferingsPages(arg0 *ec2.DescribeHostReservationOfferingsInput, arg1 func(*ec2.DescribeHostReservationOfferingsOutput, bool) bool) error

DescribeHostReservationOfferingsPages mocks base method.

func (*MockEC2) DescribeHostReservationOfferingsPagesWithContext

func (m *MockEC2) DescribeHostReservationOfferingsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeHostReservationOfferingsInput, arg2 func(*ec2.DescribeHostReservationOfferingsOutput, bool) bool, arg3 ...request.Option) error

DescribeHostReservationOfferingsPagesWithContext mocks base method.

func (*MockEC2) DescribeHostReservationOfferingsRequest

func (m *MockEC2) DescribeHostReservationOfferingsRequest(arg0 *ec2.DescribeHostReservationOfferingsInput) (*request.Request, *ec2.DescribeHostReservationOfferingsOutput)

DescribeHostReservationOfferingsRequest mocks base method.

func (*MockEC2) DescribeHostReservationOfferingsWithContext

func (m *MockEC2) DescribeHostReservationOfferingsWithContext(arg0 context.Context, arg1 *ec2.DescribeHostReservationOfferingsInput, arg2 ...request.Option) (*ec2.DescribeHostReservationOfferingsOutput, error)

DescribeHostReservationOfferingsWithContext mocks base method.

func (*MockEC2) DescribeHostReservations

func (m *MockEC2) DescribeHostReservations(arg0 *ec2.DescribeHostReservationsInput) (*ec2.DescribeHostReservationsOutput, error)

DescribeHostReservations mocks base method.

func (*MockEC2) DescribeHostReservationsPages

func (m *MockEC2) DescribeHostReservationsPages(arg0 *ec2.DescribeHostReservationsInput, arg1 func(*ec2.DescribeHostReservationsOutput, bool) bool) error

DescribeHostReservationsPages mocks base method.

func (*MockEC2) DescribeHostReservationsPagesWithContext

func (m *MockEC2) DescribeHostReservationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeHostReservationsInput, arg2 func(*ec2.DescribeHostReservationsOutput, bool) bool, arg3 ...request.Option) error

DescribeHostReservationsPagesWithContext mocks base method.

func (*MockEC2) DescribeHostReservationsRequest

func (m *MockEC2) DescribeHostReservationsRequest(arg0 *ec2.DescribeHostReservationsInput) (*request.Request, *ec2.DescribeHostReservationsOutput)

DescribeHostReservationsRequest mocks base method.

func (*MockEC2) DescribeHostReservationsWithContext

func (m *MockEC2) DescribeHostReservationsWithContext(arg0 context.Context, arg1 *ec2.DescribeHostReservationsInput, arg2 ...request.Option) (*ec2.DescribeHostReservationsOutput, error)

DescribeHostReservationsWithContext mocks base method.

func (*MockEC2) DescribeHosts

func (m *MockEC2) DescribeHosts(arg0 *ec2.DescribeHostsInput) (*ec2.DescribeHostsOutput, error)

DescribeHosts mocks base method.

func (*MockEC2) DescribeHostsPages

func (m *MockEC2) DescribeHostsPages(arg0 *ec2.DescribeHostsInput, arg1 func(*ec2.DescribeHostsOutput, bool) bool) error

DescribeHostsPages mocks base method.

func (*MockEC2) DescribeHostsPagesWithContext

func (m *MockEC2) DescribeHostsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeHostsInput, arg2 func(*ec2.DescribeHostsOutput, bool) bool, arg3 ...request.Option) error

DescribeHostsPagesWithContext mocks base method.

func (*MockEC2) DescribeHostsRequest

func (m *MockEC2) DescribeHostsRequest(arg0 *ec2.DescribeHostsInput) (*request.Request, *ec2.DescribeHostsOutput)

DescribeHostsRequest mocks base method.

func (*MockEC2) DescribeHostsWithContext

func (m *MockEC2) DescribeHostsWithContext(arg0 context.Context, arg1 *ec2.DescribeHostsInput, arg2 ...request.Option) (*ec2.DescribeHostsOutput, error)

DescribeHostsWithContext mocks base method.

func (*MockEC2) DescribeIamInstanceProfileAssociations

DescribeIamInstanceProfileAssociations mocks base method.

func (*MockEC2) DescribeIamInstanceProfileAssociationsPages

func (m *MockEC2) DescribeIamInstanceProfileAssociationsPages(arg0 *ec2.DescribeIamInstanceProfileAssociationsInput, arg1 func(*ec2.DescribeIamInstanceProfileAssociationsOutput, bool) bool) error

DescribeIamInstanceProfileAssociationsPages mocks base method.

func (*MockEC2) DescribeIamInstanceProfileAssociationsPagesWithContext

func (m *MockEC2) DescribeIamInstanceProfileAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeIamInstanceProfileAssociationsInput, arg2 func(*ec2.DescribeIamInstanceProfileAssociationsOutput, bool) bool, arg3 ...request.Option) error

DescribeIamInstanceProfileAssociationsPagesWithContext mocks base method.

func (*MockEC2) DescribeIamInstanceProfileAssociationsRequest

func (m *MockEC2) DescribeIamInstanceProfileAssociationsRequest(arg0 *ec2.DescribeIamInstanceProfileAssociationsInput) (*request.Request, *ec2.DescribeIamInstanceProfileAssociationsOutput)

DescribeIamInstanceProfileAssociationsRequest mocks base method.

func (*MockEC2) DescribeIamInstanceProfileAssociationsWithContext

func (m *MockEC2) DescribeIamInstanceProfileAssociationsWithContext(arg0 context.Context, arg1 *ec2.DescribeIamInstanceProfileAssociationsInput, arg2 ...request.Option) (*ec2.DescribeIamInstanceProfileAssociationsOutput, error)

DescribeIamInstanceProfileAssociationsWithContext mocks base method.

func (*MockEC2) DescribeIdFormat

func (m *MockEC2) DescribeIdFormat(arg0 *ec2.DescribeIdFormatInput) (*ec2.DescribeIdFormatOutput, error)

DescribeIdFormat mocks base method.

func (*MockEC2) DescribeIdFormatRequest

func (m *MockEC2) DescribeIdFormatRequest(arg0 *ec2.DescribeIdFormatInput) (*request.Request, *ec2.DescribeIdFormatOutput)

DescribeIdFormatRequest mocks base method.

func (*MockEC2) DescribeIdFormatWithContext

func (m *MockEC2) DescribeIdFormatWithContext(arg0 context.Context, arg1 *ec2.DescribeIdFormatInput, arg2 ...request.Option) (*ec2.DescribeIdFormatOutput, error)

DescribeIdFormatWithContext mocks base method.

func (*MockEC2) DescribeIdentityIdFormat

func (m *MockEC2) DescribeIdentityIdFormat(arg0 *ec2.DescribeIdentityIdFormatInput) (*ec2.DescribeIdentityIdFormatOutput, error)

DescribeIdentityIdFormat mocks base method.

func (*MockEC2) DescribeIdentityIdFormatRequest

func (m *MockEC2) DescribeIdentityIdFormatRequest(arg0 *ec2.DescribeIdentityIdFormatInput) (*request.Request, *ec2.DescribeIdentityIdFormatOutput)

DescribeIdentityIdFormatRequest mocks base method.

func (*MockEC2) DescribeIdentityIdFormatWithContext

func (m *MockEC2) DescribeIdentityIdFormatWithContext(arg0 context.Context, arg1 *ec2.DescribeIdentityIdFormatInput, arg2 ...request.Option) (*ec2.DescribeIdentityIdFormatOutput, error)

DescribeIdentityIdFormatWithContext mocks base method.

func (*MockEC2) DescribeImageAttribute

func (m *MockEC2) DescribeImageAttribute(arg0 *ec2.DescribeImageAttributeInput) (*ec2.DescribeImageAttributeOutput, error)

DescribeImageAttribute mocks base method.

func (*MockEC2) DescribeImageAttributeRequest

func (m *MockEC2) DescribeImageAttributeRequest(arg0 *ec2.DescribeImageAttributeInput) (*request.Request, *ec2.DescribeImageAttributeOutput)

DescribeImageAttributeRequest mocks base method.

func (*MockEC2) DescribeImageAttributeWithContext

func (m *MockEC2) DescribeImageAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeImageAttributeInput, arg2 ...request.Option) (*ec2.DescribeImageAttributeOutput, error)

DescribeImageAttributeWithContext mocks base method.

func (*MockEC2) DescribeImages

func (m *MockEC2) DescribeImages(arg0 *ec2.DescribeImagesInput) (*ec2.DescribeImagesOutput, error)

DescribeImages mocks base method.

func (*MockEC2) DescribeImagesPages

func (m *MockEC2) DescribeImagesPages(arg0 *ec2.DescribeImagesInput, arg1 func(*ec2.DescribeImagesOutput, bool) bool) error

DescribeImagesPages mocks base method.

func (*MockEC2) DescribeImagesPagesWithContext

func (m *MockEC2) DescribeImagesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeImagesInput, arg2 func(*ec2.DescribeImagesOutput, bool) bool, arg3 ...request.Option) error

DescribeImagesPagesWithContext mocks base method.

func (*MockEC2) DescribeImagesRequest

func (m *MockEC2) DescribeImagesRequest(arg0 *ec2.DescribeImagesInput) (*request.Request, *ec2.DescribeImagesOutput)

DescribeImagesRequest mocks base method.

func (*MockEC2) DescribeImagesWithContext

func (m *MockEC2) DescribeImagesWithContext(arg0 context.Context, arg1 *ec2.DescribeImagesInput, arg2 ...request.Option) (*ec2.DescribeImagesOutput, error)

DescribeImagesWithContext mocks base method.

func (*MockEC2) DescribeImportImageTasks

func (m *MockEC2) DescribeImportImageTasks(arg0 *ec2.DescribeImportImageTasksInput) (*ec2.DescribeImportImageTasksOutput, error)

DescribeImportImageTasks mocks base method.

func (*MockEC2) DescribeImportImageTasksPages

func (m *MockEC2) DescribeImportImageTasksPages(arg0 *ec2.DescribeImportImageTasksInput, arg1 func(*ec2.DescribeImportImageTasksOutput, bool) bool) error

DescribeImportImageTasksPages mocks base method.

func (*MockEC2) DescribeImportImageTasksPagesWithContext

func (m *MockEC2) DescribeImportImageTasksPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeImportImageTasksInput, arg2 func(*ec2.DescribeImportImageTasksOutput, bool) bool, arg3 ...request.Option) error

DescribeImportImageTasksPagesWithContext mocks base method.

func (*MockEC2) DescribeImportImageTasksRequest

func (m *MockEC2) DescribeImportImageTasksRequest(arg0 *ec2.DescribeImportImageTasksInput) (*request.Request, *ec2.DescribeImportImageTasksOutput)

DescribeImportImageTasksRequest mocks base method.

func (*MockEC2) DescribeImportImageTasksWithContext

func (m *MockEC2) DescribeImportImageTasksWithContext(arg0 context.Context, arg1 *ec2.DescribeImportImageTasksInput, arg2 ...request.Option) (*ec2.DescribeImportImageTasksOutput, error)

DescribeImportImageTasksWithContext mocks base method.

func (*MockEC2) DescribeImportSnapshotTasks

func (m *MockEC2) DescribeImportSnapshotTasks(arg0 *ec2.DescribeImportSnapshotTasksInput) (*ec2.DescribeImportSnapshotTasksOutput, error)

DescribeImportSnapshotTasks mocks base method.

func (*MockEC2) DescribeImportSnapshotTasksPages

func (m *MockEC2) DescribeImportSnapshotTasksPages(arg0 *ec2.DescribeImportSnapshotTasksInput, arg1 func(*ec2.DescribeImportSnapshotTasksOutput, bool) bool) error

DescribeImportSnapshotTasksPages mocks base method.

func (*MockEC2) DescribeImportSnapshotTasksPagesWithContext

func (m *MockEC2) DescribeImportSnapshotTasksPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeImportSnapshotTasksInput, arg2 func(*ec2.DescribeImportSnapshotTasksOutput, bool) bool, arg3 ...request.Option) error

DescribeImportSnapshotTasksPagesWithContext mocks base method.

func (*MockEC2) DescribeImportSnapshotTasksRequest

func (m *MockEC2) DescribeImportSnapshotTasksRequest(arg0 *ec2.DescribeImportSnapshotTasksInput) (*request.Request, *ec2.DescribeImportSnapshotTasksOutput)

DescribeImportSnapshotTasksRequest mocks base method.

func (*MockEC2) DescribeImportSnapshotTasksWithContext

func (m *MockEC2) DescribeImportSnapshotTasksWithContext(arg0 context.Context, arg1 *ec2.DescribeImportSnapshotTasksInput, arg2 ...request.Option) (*ec2.DescribeImportSnapshotTasksOutput, error)

DescribeImportSnapshotTasksWithContext mocks base method.

func (*MockEC2) DescribeInstanceAttribute

func (m *MockEC2) DescribeInstanceAttribute(arg0 *ec2.DescribeInstanceAttributeInput) (*ec2.DescribeInstanceAttributeOutput, error)

DescribeInstanceAttribute mocks base method.

func (*MockEC2) DescribeInstanceAttributeRequest

func (m *MockEC2) DescribeInstanceAttributeRequest(arg0 *ec2.DescribeInstanceAttributeInput) (*request.Request, *ec2.DescribeInstanceAttributeOutput)

DescribeInstanceAttributeRequest mocks base method.

func (*MockEC2) DescribeInstanceAttributeWithContext

func (m *MockEC2) DescribeInstanceAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceAttributeInput, arg2 ...request.Option) (*ec2.DescribeInstanceAttributeOutput, error)

DescribeInstanceAttributeWithContext mocks base method.

func (*MockEC2) DescribeInstanceConnectEndpoints

DescribeInstanceConnectEndpoints mocks base method.

func (*MockEC2) DescribeInstanceConnectEndpointsPages

func (m *MockEC2) DescribeInstanceConnectEndpointsPages(arg0 *ec2.DescribeInstanceConnectEndpointsInput, arg1 func(*ec2.DescribeInstanceConnectEndpointsOutput, bool) bool) error

DescribeInstanceConnectEndpointsPages mocks base method.

func (*MockEC2) DescribeInstanceConnectEndpointsPagesWithContext

func (m *MockEC2) DescribeInstanceConnectEndpointsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceConnectEndpointsInput, arg2 func(*ec2.DescribeInstanceConnectEndpointsOutput, bool) bool, arg3 ...request.Option) error

DescribeInstanceConnectEndpointsPagesWithContext mocks base method.

func (*MockEC2) DescribeInstanceConnectEndpointsRequest

func (m *MockEC2) DescribeInstanceConnectEndpointsRequest(arg0 *ec2.DescribeInstanceConnectEndpointsInput) (*request.Request, *ec2.DescribeInstanceConnectEndpointsOutput)

DescribeInstanceConnectEndpointsRequest mocks base method.

func (*MockEC2) DescribeInstanceConnectEndpointsWithContext

func (m *MockEC2) DescribeInstanceConnectEndpointsWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceConnectEndpointsInput, arg2 ...request.Option) (*ec2.DescribeInstanceConnectEndpointsOutput, error)

DescribeInstanceConnectEndpointsWithContext mocks base method.

func (*MockEC2) DescribeInstanceCreditSpecifications

DescribeInstanceCreditSpecifications mocks base method.

func (*MockEC2) DescribeInstanceCreditSpecificationsPages

func (m *MockEC2) DescribeInstanceCreditSpecificationsPages(arg0 *ec2.DescribeInstanceCreditSpecificationsInput, arg1 func(*ec2.DescribeInstanceCreditSpecificationsOutput, bool) bool) error

DescribeInstanceCreditSpecificationsPages mocks base method.

func (*MockEC2) DescribeInstanceCreditSpecificationsPagesWithContext

func (m *MockEC2) DescribeInstanceCreditSpecificationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceCreditSpecificationsInput, arg2 func(*ec2.DescribeInstanceCreditSpecificationsOutput, bool) bool, arg3 ...request.Option) error

DescribeInstanceCreditSpecificationsPagesWithContext mocks base method.

func (*MockEC2) DescribeInstanceCreditSpecificationsRequest

func (m *MockEC2) DescribeInstanceCreditSpecificationsRequest(arg0 *ec2.DescribeInstanceCreditSpecificationsInput) (*request.Request, *ec2.DescribeInstanceCreditSpecificationsOutput)

DescribeInstanceCreditSpecificationsRequest mocks base method.

func (*MockEC2) DescribeInstanceCreditSpecificationsWithContext

func (m *MockEC2) DescribeInstanceCreditSpecificationsWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceCreditSpecificationsInput, arg2 ...request.Option) (*ec2.DescribeInstanceCreditSpecificationsOutput, error)

DescribeInstanceCreditSpecificationsWithContext mocks base method.

func (*MockEC2) DescribeInstanceEventNotificationAttributes

DescribeInstanceEventNotificationAttributes mocks base method.

func (*MockEC2) DescribeInstanceEventNotificationAttributesRequest

DescribeInstanceEventNotificationAttributesRequest mocks base method.

func (*MockEC2) DescribeInstanceEventNotificationAttributesWithContext

func (m *MockEC2) DescribeInstanceEventNotificationAttributesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceEventNotificationAttributesInput, arg2 ...request.Option) (*ec2.DescribeInstanceEventNotificationAttributesOutput, error)

DescribeInstanceEventNotificationAttributesWithContext mocks base method.

func (*MockEC2) DescribeInstanceEventWindows

func (m *MockEC2) DescribeInstanceEventWindows(arg0 *ec2.DescribeInstanceEventWindowsInput) (*ec2.DescribeInstanceEventWindowsOutput, error)

DescribeInstanceEventWindows mocks base method.

func (*MockEC2) DescribeInstanceEventWindowsPages

func (m *MockEC2) DescribeInstanceEventWindowsPages(arg0 *ec2.DescribeInstanceEventWindowsInput, arg1 func(*ec2.DescribeInstanceEventWindowsOutput, bool) bool) error

DescribeInstanceEventWindowsPages mocks base method.

func (*MockEC2) DescribeInstanceEventWindowsPagesWithContext

func (m *MockEC2) DescribeInstanceEventWindowsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceEventWindowsInput, arg2 func(*ec2.DescribeInstanceEventWindowsOutput, bool) bool, arg3 ...request.Option) error

DescribeInstanceEventWindowsPagesWithContext mocks base method.

func (*MockEC2) DescribeInstanceEventWindowsRequest

func (m *MockEC2) DescribeInstanceEventWindowsRequest(arg0 *ec2.DescribeInstanceEventWindowsInput) (*request.Request, *ec2.DescribeInstanceEventWindowsOutput)

DescribeInstanceEventWindowsRequest mocks base method.

func (*MockEC2) DescribeInstanceEventWindowsWithContext

func (m *MockEC2) DescribeInstanceEventWindowsWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceEventWindowsInput, arg2 ...request.Option) (*ec2.DescribeInstanceEventWindowsOutput, error)

DescribeInstanceEventWindowsWithContext mocks base method.

func (*MockEC2) DescribeInstanceStatus

func (m *MockEC2) DescribeInstanceStatus(arg0 *ec2.DescribeInstanceStatusInput) (*ec2.DescribeInstanceStatusOutput, error)

DescribeInstanceStatus mocks base method.

func (*MockEC2) DescribeInstanceStatusPages

func (m *MockEC2) DescribeInstanceStatusPages(arg0 *ec2.DescribeInstanceStatusInput, arg1 func(*ec2.DescribeInstanceStatusOutput, bool) bool) error

DescribeInstanceStatusPages mocks base method.

func (*MockEC2) DescribeInstanceStatusPagesWithContext

func (m *MockEC2) DescribeInstanceStatusPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 func(*ec2.DescribeInstanceStatusOutput, bool) bool, arg3 ...request.Option) error

DescribeInstanceStatusPagesWithContext mocks base method.

func (*MockEC2) DescribeInstanceStatusRequest

func (m *MockEC2) DescribeInstanceStatusRequest(arg0 *ec2.DescribeInstanceStatusInput) (*request.Request, *ec2.DescribeInstanceStatusOutput)

DescribeInstanceStatusRequest mocks base method.

func (*MockEC2) DescribeInstanceStatusWithContext

func (m *MockEC2) DescribeInstanceStatusWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 ...request.Option) (*ec2.DescribeInstanceStatusOutput, error)

DescribeInstanceStatusWithContext mocks base method.

func (*MockEC2) DescribeInstanceTypeOfferings

func (m *MockEC2) DescribeInstanceTypeOfferings(arg0 *ec2.DescribeInstanceTypeOfferingsInput) (*ec2.DescribeInstanceTypeOfferingsOutput, error)

DescribeInstanceTypeOfferings mocks base method.

func (*MockEC2) DescribeInstanceTypeOfferingsPages

func (m *MockEC2) DescribeInstanceTypeOfferingsPages(arg0 *ec2.DescribeInstanceTypeOfferingsInput, arg1 func(*ec2.DescribeInstanceTypeOfferingsOutput, bool) bool) error

DescribeInstanceTypeOfferingsPages mocks base method.

func (*MockEC2) DescribeInstanceTypeOfferingsPagesWithContext

func (m *MockEC2) DescribeInstanceTypeOfferingsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceTypeOfferingsInput, arg2 func(*ec2.DescribeInstanceTypeOfferingsOutput, bool) bool, arg3 ...request.Option) error

DescribeInstanceTypeOfferingsPagesWithContext mocks base method.

func (*MockEC2) DescribeInstanceTypeOfferingsRequest

func (m *MockEC2) DescribeInstanceTypeOfferingsRequest(arg0 *ec2.DescribeInstanceTypeOfferingsInput) (*request.Request, *ec2.DescribeInstanceTypeOfferingsOutput)

DescribeInstanceTypeOfferingsRequest mocks base method.

func (*MockEC2) DescribeInstanceTypeOfferingsWithContext

func (m *MockEC2) DescribeInstanceTypeOfferingsWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceTypeOfferingsInput, arg2 ...request.Option) (*ec2.DescribeInstanceTypeOfferingsOutput, error)

DescribeInstanceTypeOfferingsWithContext mocks base method.

func (*MockEC2) DescribeInstanceTypes

func (m *MockEC2) DescribeInstanceTypes(arg0 *ec2.DescribeInstanceTypesInput) (*ec2.DescribeInstanceTypesOutput, error)

DescribeInstanceTypes mocks base method.

func (*MockEC2) DescribeInstanceTypesPages

func (m *MockEC2) DescribeInstanceTypesPages(arg0 *ec2.DescribeInstanceTypesInput, arg1 func(*ec2.DescribeInstanceTypesOutput, bool) bool) error

DescribeInstanceTypesPages mocks base method.

func (*MockEC2) DescribeInstanceTypesPagesWithContext

func (m *MockEC2) DescribeInstanceTypesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceTypesInput, arg2 func(*ec2.DescribeInstanceTypesOutput, bool) bool, arg3 ...request.Option) error

DescribeInstanceTypesPagesWithContext mocks base method.

func (*MockEC2) DescribeInstanceTypesRequest

func (m *MockEC2) DescribeInstanceTypesRequest(arg0 *ec2.DescribeInstanceTypesInput) (*request.Request, *ec2.DescribeInstanceTypesOutput)

DescribeInstanceTypesRequest mocks base method.

func (*MockEC2) DescribeInstanceTypesWithContext

func (m *MockEC2) DescribeInstanceTypesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceTypesInput, arg2 ...request.Option) (*ec2.DescribeInstanceTypesOutput, error)

DescribeInstanceTypesWithContext mocks base method.

func (*MockEC2) DescribeInstances

func (m *MockEC2) DescribeInstances(arg0 *ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error)

DescribeInstances mocks base method.

func (*MockEC2) DescribeInstancesAsList

func (m *MockEC2) DescribeInstancesAsList(arg0 context.Context, arg1 *ec2.DescribeInstancesInput) ([]*ec2.Instance, error)

DescribeInstancesAsList mocks base method.

func (*MockEC2) DescribeInstancesPages

func (m *MockEC2) DescribeInstancesPages(arg0 *ec2.DescribeInstancesInput, arg1 func(*ec2.DescribeInstancesOutput, bool) bool) error

DescribeInstancesPages mocks base method.

func (*MockEC2) DescribeInstancesPagesWithContext

func (m *MockEC2) DescribeInstancesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 func(*ec2.DescribeInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeInstancesPagesWithContext mocks base method.

func (*MockEC2) DescribeInstancesRequest

func (m *MockEC2) DescribeInstancesRequest(arg0 *ec2.DescribeInstancesInput) (*request.Request, *ec2.DescribeInstancesOutput)

DescribeInstancesRequest mocks base method.

func (*MockEC2) DescribeInstancesWithContext

func (m *MockEC2) DescribeInstancesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.Option) (*ec2.DescribeInstancesOutput, error)

DescribeInstancesWithContext mocks base method.

func (*MockEC2) DescribeInternetGateways

func (m *MockEC2) DescribeInternetGateways(arg0 *ec2.DescribeInternetGatewaysInput) (*ec2.DescribeInternetGatewaysOutput, error)

DescribeInternetGateways mocks base method.

func (*MockEC2) DescribeInternetGatewaysPages

func (m *MockEC2) DescribeInternetGatewaysPages(arg0 *ec2.DescribeInternetGatewaysInput, arg1 func(*ec2.DescribeInternetGatewaysOutput, bool) bool) error

DescribeInternetGatewaysPages mocks base method.

func (*MockEC2) DescribeInternetGatewaysPagesWithContext

func (m *MockEC2) DescribeInternetGatewaysPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInternetGatewaysInput, arg2 func(*ec2.DescribeInternetGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeInternetGatewaysPagesWithContext mocks base method.

func (*MockEC2) DescribeInternetGatewaysRequest

func (m *MockEC2) DescribeInternetGatewaysRequest(arg0 *ec2.DescribeInternetGatewaysInput) (*request.Request, *ec2.DescribeInternetGatewaysOutput)

DescribeInternetGatewaysRequest mocks base method.

func (*MockEC2) DescribeInternetGatewaysWithContext

func (m *MockEC2) DescribeInternetGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeInternetGatewaysInput, arg2 ...request.Option) (*ec2.DescribeInternetGatewaysOutput, error)

DescribeInternetGatewaysWithContext mocks base method.

func (*MockEC2) DescribeIpamPools

func (m *MockEC2) DescribeIpamPools(arg0 *ec2.DescribeIpamPoolsInput) (*ec2.DescribeIpamPoolsOutput, error)

DescribeIpamPools mocks base method.

func (*MockEC2) DescribeIpamPoolsPages

func (m *MockEC2) DescribeIpamPoolsPages(arg0 *ec2.DescribeIpamPoolsInput, arg1 func(*ec2.DescribeIpamPoolsOutput, bool) bool) error

DescribeIpamPoolsPages mocks base method.

func (*MockEC2) DescribeIpamPoolsPagesWithContext

func (m *MockEC2) DescribeIpamPoolsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeIpamPoolsInput, arg2 func(*ec2.DescribeIpamPoolsOutput, bool) bool, arg3 ...request.Option) error

DescribeIpamPoolsPagesWithContext mocks base method.

func (*MockEC2) DescribeIpamPoolsRequest

func (m *MockEC2) DescribeIpamPoolsRequest(arg0 *ec2.DescribeIpamPoolsInput) (*request.Request, *ec2.DescribeIpamPoolsOutput)

DescribeIpamPoolsRequest mocks base method.

func (*MockEC2) DescribeIpamPoolsWithContext

func (m *MockEC2) DescribeIpamPoolsWithContext(arg0 context.Context, arg1 *ec2.DescribeIpamPoolsInput, arg2 ...request.Option) (*ec2.DescribeIpamPoolsOutput, error)

DescribeIpamPoolsWithContext mocks base method.

func (*MockEC2) DescribeIpamResourceDiscoveries

DescribeIpamResourceDiscoveries mocks base method.

func (*MockEC2) DescribeIpamResourceDiscoveriesPages

func (m *MockEC2) DescribeIpamResourceDiscoveriesPages(arg0 *ec2.DescribeIpamResourceDiscoveriesInput, arg1 func(*ec2.DescribeIpamResourceDiscoveriesOutput, bool) bool) error

DescribeIpamResourceDiscoveriesPages mocks base method.

func (*MockEC2) DescribeIpamResourceDiscoveriesPagesWithContext

func (m *MockEC2) DescribeIpamResourceDiscoveriesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeIpamResourceDiscoveriesInput, arg2 func(*ec2.DescribeIpamResourceDiscoveriesOutput, bool) bool, arg3 ...request.Option) error

DescribeIpamResourceDiscoveriesPagesWithContext mocks base method.

func (*MockEC2) DescribeIpamResourceDiscoveriesRequest

func (m *MockEC2) DescribeIpamResourceDiscoveriesRequest(arg0 *ec2.DescribeIpamResourceDiscoveriesInput) (*request.Request, *ec2.DescribeIpamResourceDiscoveriesOutput)

DescribeIpamResourceDiscoveriesRequest mocks base method.

func (*MockEC2) DescribeIpamResourceDiscoveriesWithContext

func (m *MockEC2) DescribeIpamResourceDiscoveriesWithContext(arg0 context.Context, arg1 *ec2.DescribeIpamResourceDiscoveriesInput, arg2 ...request.Option) (*ec2.DescribeIpamResourceDiscoveriesOutput, error)

DescribeIpamResourceDiscoveriesWithContext mocks base method.

func (*MockEC2) DescribeIpamResourceDiscoveryAssociations

DescribeIpamResourceDiscoveryAssociations mocks base method.

func (*MockEC2) DescribeIpamResourceDiscoveryAssociationsPages

func (m *MockEC2) DescribeIpamResourceDiscoveryAssociationsPages(arg0 *ec2.DescribeIpamResourceDiscoveryAssociationsInput, arg1 func(*ec2.DescribeIpamResourceDiscoveryAssociationsOutput, bool) bool) error

DescribeIpamResourceDiscoveryAssociationsPages mocks base method.

func (*MockEC2) DescribeIpamResourceDiscoveryAssociationsPagesWithContext

func (m *MockEC2) DescribeIpamResourceDiscoveryAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeIpamResourceDiscoveryAssociationsInput, arg2 func(*ec2.DescribeIpamResourceDiscoveryAssociationsOutput, bool) bool, arg3 ...request.Option) error

DescribeIpamResourceDiscoveryAssociationsPagesWithContext mocks base method.

func (*MockEC2) DescribeIpamResourceDiscoveryAssociationsRequest

DescribeIpamResourceDiscoveryAssociationsRequest mocks base method.

func (*MockEC2) DescribeIpamResourceDiscoveryAssociationsWithContext

func (m *MockEC2) DescribeIpamResourceDiscoveryAssociationsWithContext(arg0 context.Context, arg1 *ec2.DescribeIpamResourceDiscoveryAssociationsInput, arg2 ...request.Option) (*ec2.DescribeIpamResourceDiscoveryAssociationsOutput, error)

DescribeIpamResourceDiscoveryAssociationsWithContext mocks base method.

func (*MockEC2) DescribeIpamScopes

func (m *MockEC2) DescribeIpamScopes(arg0 *ec2.DescribeIpamScopesInput) (*ec2.DescribeIpamScopesOutput, error)

DescribeIpamScopes mocks base method.

func (*MockEC2) DescribeIpamScopesPages

func (m *MockEC2) DescribeIpamScopesPages(arg0 *ec2.DescribeIpamScopesInput, arg1 func(*ec2.DescribeIpamScopesOutput, bool) bool) error

DescribeIpamScopesPages mocks base method.

func (*MockEC2) DescribeIpamScopesPagesWithContext

func (m *MockEC2) DescribeIpamScopesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeIpamScopesInput, arg2 func(*ec2.DescribeIpamScopesOutput, bool) bool, arg3 ...request.Option) error

DescribeIpamScopesPagesWithContext mocks base method.

func (*MockEC2) DescribeIpamScopesRequest

func (m *MockEC2) DescribeIpamScopesRequest(arg0 *ec2.DescribeIpamScopesInput) (*request.Request, *ec2.DescribeIpamScopesOutput)

DescribeIpamScopesRequest mocks base method.

func (*MockEC2) DescribeIpamScopesWithContext

func (m *MockEC2) DescribeIpamScopesWithContext(arg0 context.Context, arg1 *ec2.DescribeIpamScopesInput, arg2 ...request.Option) (*ec2.DescribeIpamScopesOutput, error)

DescribeIpamScopesWithContext mocks base method.

func (*MockEC2) DescribeIpams

func (m *MockEC2) DescribeIpams(arg0 *ec2.DescribeIpamsInput) (*ec2.DescribeIpamsOutput, error)

DescribeIpams mocks base method.

func (*MockEC2) DescribeIpamsPages

func (m *MockEC2) DescribeIpamsPages(arg0 *ec2.DescribeIpamsInput, arg1 func(*ec2.DescribeIpamsOutput, bool) bool) error

DescribeIpamsPages mocks base method.

func (*MockEC2) DescribeIpamsPagesWithContext

func (m *MockEC2) DescribeIpamsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeIpamsInput, arg2 func(*ec2.DescribeIpamsOutput, bool) bool, arg3 ...request.Option) error

DescribeIpamsPagesWithContext mocks base method.

func (*MockEC2) DescribeIpamsRequest

func (m *MockEC2) DescribeIpamsRequest(arg0 *ec2.DescribeIpamsInput) (*request.Request, *ec2.DescribeIpamsOutput)

DescribeIpamsRequest mocks base method.

func (*MockEC2) DescribeIpamsWithContext

func (m *MockEC2) DescribeIpamsWithContext(arg0 context.Context, arg1 *ec2.DescribeIpamsInput, arg2 ...request.Option) (*ec2.DescribeIpamsOutput, error)

DescribeIpamsWithContext mocks base method.

func (*MockEC2) DescribeIpv6Pools

func (m *MockEC2) DescribeIpv6Pools(arg0 *ec2.DescribeIpv6PoolsInput) (*ec2.DescribeIpv6PoolsOutput, error)

DescribeIpv6Pools mocks base method.

func (*MockEC2) DescribeIpv6PoolsPages

func (m *MockEC2) DescribeIpv6PoolsPages(arg0 *ec2.DescribeIpv6PoolsInput, arg1 func(*ec2.DescribeIpv6PoolsOutput, bool) bool) error

DescribeIpv6PoolsPages mocks base method.

func (*MockEC2) DescribeIpv6PoolsPagesWithContext

func (m *MockEC2) DescribeIpv6PoolsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeIpv6PoolsInput, arg2 func(*ec2.DescribeIpv6PoolsOutput, bool) bool, arg3 ...request.Option) error

DescribeIpv6PoolsPagesWithContext mocks base method.

func (*MockEC2) DescribeIpv6PoolsRequest

func (m *MockEC2) DescribeIpv6PoolsRequest(arg0 *ec2.DescribeIpv6PoolsInput) (*request.Request, *ec2.DescribeIpv6PoolsOutput)

DescribeIpv6PoolsRequest mocks base method.

func (*MockEC2) DescribeIpv6PoolsWithContext

func (m *MockEC2) DescribeIpv6PoolsWithContext(arg0 context.Context, arg1 *ec2.DescribeIpv6PoolsInput, arg2 ...request.Option) (*ec2.DescribeIpv6PoolsOutput, error)

DescribeIpv6PoolsWithContext mocks base method.

func (*MockEC2) DescribeKeyPairs

func (m *MockEC2) DescribeKeyPairs(arg0 *ec2.DescribeKeyPairsInput) (*ec2.DescribeKeyPairsOutput, error)

DescribeKeyPairs mocks base method.

func (*MockEC2) DescribeKeyPairsRequest

func (m *MockEC2) DescribeKeyPairsRequest(arg0 *ec2.DescribeKeyPairsInput) (*request.Request, *ec2.DescribeKeyPairsOutput)

DescribeKeyPairsRequest mocks base method.

func (*MockEC2) DescribeKeyPairsWithContext

func (m *MockEC2) DescribeKeyPairsWithContext(arg0 context.Context, arg1 *ec2.DescribeKeyPairsInput, arg2 ...request.Option) (*ec2.DescribeKeyPairsOutput, error)

DescribeKeyPairsWithContext mocks base method.

func (*MockEC2) DescribeLaunchTemplateVersions

DescribeLaunchTemplateVersions mocks base method.

func (*MockEC2) DescribeLaunchTemplateVersionsPages

func (m *MockEC2) DescribeLaunchTemplateVersionsPages(arg0 *ec2.DescribeLaunchTemplateVersionsInput, arg1 func(*ec2.DescribeLaunchTemplateVersionsOutput, bool) bool) error

DescribeLaunchTemplateVersionsPages mocks base method.

func (*MockEC2) DescribeLaunchTemplateVersionsPagesWithContext

func (m *MockEC2) DescribeLaunchTemplateVersionsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLaunchTemplateVersionsInput, arg2 func(*ec2.DescribeLaunchTemplateVersionsOutput, bool) bool, arg3 ...request.Option) error

DescribeLaunchTemplateVersionsPagesWithContext mocks base method.

func (*MockEC2) DescribeLaunchTemplateVersionsRequest

func (m *MockEC2) DescribeLaunchTemplateVersionsRequest(arg0 *ec2.DescribeLaunchTemplateVersionsInput) (*request.Request, *ec2.DescribeLaunchTemplateVersionsOutput)

DescribeLaunchTemplateVersionsRequest mocks base method.

func (*MockEC2) DescribeLaunchTemplateVersionsWithContext

func (m *MockEC2) DescribeLaunchTemplateVersionsWithContext(arg0 context.Context, arg1 *ec2.DescribeLaunchTemplateVersionsInput, arg2 ...request.Option) (*ec2.DescribeLaunchTemplateVersionsOutput, error)

DescribeLaunchTemplateVersionsWithContext mocks base method.

func (*MockEC2) DescribeLaunchTemplates

func (m *MockEC2) DescribeLaunchTemplates(arg0 *ec2.DescribeLaunchTemplatesInput) (*ec2.DescribeLaunchTemplatesOutput, error)

DescribeLaunchTemplates mocks base method.

func (*MockEC2) DescribeLaunchTemplatesPages

func (m *MockEC2) DescribeLaunchTemplatesPages(arg0 *ec2.DescribeLaunchTemplatesInput, arg1 func(*ec2.DescribeLaunchTemplatesOutput, bool) bool) error

DescribeLaunchTemplatesPages mocks base method.

func (*MockEC2) DescribeLaunchTemplatesPagesWithContext

func (m *MockEC2) DescribeLaunchTemplatesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLaunchTemplatesInput, arg2 func(*ec2.DescribeLaunchTemplatesOutput, bool) bool, arg3 ...request.Option) error

DescribeLaunchTemplatesPagesWithContext mocks base method.

func (*MockEC2) DescribeLaunchTemplatesRequest

func (m *MockEC2) DescribeLaunchTemplatesRequest(arg0 *ec2.DescribeLaunchTemplatesInput) (*request.Request, *ec2.DescribeLaunchTemplatesOutput)

DescribeLaunchTemplatesRequest mocks base method.

func (*MockEC2) DescribeLaunchTemplatesWithContext

func (m *MockEC2) DescribeLaunchTemplatesWithContext(arg0 context.Context, arg1 *ec2.DescribeLaunchTemplatesInput, arg2 ...request.Option) (*ec2.DescribeLaunchTemplatesOutput, error)

DescribeLaunchTemplatesWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages

func (m *MockEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages(arg0 *ec2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput, arg1 func(*ec2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput, bool) bool) error

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext

func (m *MockEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput, arg2 func(*ec2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext

func (m *MockEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput, error)

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTableVpcAssociations

DescribeLocalGatewayRouteTableVpcAssociations mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTableVpcAssociationsPages

func (m *MockEC2) DescribeLocalGatewayRouteTableVpcAssociationsPages(arg0 *ec2.DescribeLocalGatewayRouteTableVpcAssociationsInput, arg1 func(*ec2.DescribeLocalGatewayRouteTableVpcAssociationsOutput, bool) bool) error

DescribeLocalGatewayRouteTableVpcAssociationsPages mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext

func (m *MockEC2) DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTableVpcAssociationsInput, arg2 func(*ec2.DescribeLocalGatewayRouteTableVpcAssociationsOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTableVpcAssociationsRequest

DescribeLocalGatewayRouteTableVpcAssociationsRequest mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTableVpcAssociationsWithContext

func (m *MockEC2) DescribeLocalGatewayRouteTableVpcAssociationsWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTableVpcAssociationsInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewayRouteTableVpcAssociationsOutput, error)

DescribeLocalGatewayRouteTableVpcAssociationsWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTables

DescribeLocalGatewayRouteTables mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTablesPages

func (m *MockEC2) DescribeLocalGatewayRouteTablesPages(arg0 *ec2.DescribeLocalGatewayRouteTablesInput, arg1 func(*ec2.DescribeLocalGatewayRouteTablesOutput, bool) bool) error

DescribeLocalGatewayRouteTablesPages mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTablesPagesWithContext

func (m *MockEC2) DescribeLocalGatewayRouteTablesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTablesInput, arg2 func(*ec2.DescribeLocalGatewayRouteTablesOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewayRouteTablesPagesWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTablesRequest

func (m *MockEC2) DescribeLocalGatewayRouteTablesRequest(arg0 *ec2.DescribeLocalGatewayRouteTablesInput) (*request.Request, *ec2.DescribeLocalGatewayRouteTablesOutput)

DescribeLocalGatewayRouteTablesRequest mocks base method.

func (*MockEC2) DescribeLocalGatewayRouteTablesWithContext

func (m *MockEC2) DescribeLocalGatewayRouteTablesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTablesInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewayRouteTablesOutput, error)

DescribeLocalGatewayRouteTablesWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewayVirtualInterfaceGroups

DescribeLocalGatewayVirtualInterfaceGroups mocks base method.

func (*MockEC2) DescribeLocalGatewayVirtualInterfaceGroupsPages

func (m *MockEC2) DescribeLocalGatewayVirtualInterfaceGroupsPages(arg0 *ec2.DescribeLocalGatewayVirtualInterfaceGroupsInput, arg1 func(*ec2.DescribeLocalGatewayVirtualInterfaceGroupsOutput, bool) bool) error

DescribeLocalGatewayVirtualInterfaceGroupsPages mocks base method.

func (*MockEC2) DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext

func (m *MockEC2) DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayVirtualInterfaceGroupsInput, arg2 func(*ec2.DescribeLocalGatewayVirtualInterfaceGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewayVirtualInterfaceGroupsRequest

DescribeLocalGatewayVirtualInterfaceGroupsRequest mocks base method.

func (*MockEC2) DescribeLocalGatewayVirtualInterfaceGroupsWithContext

func (m *MockEC2) DescribeLocalGatewayVirtualInterfaceGroupsWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayVirtualInterfaceGroupsInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewayVirtualInterfaceGroupsOutput, error)

DescribeLocalGatewayVirtualInterfaceGroupsWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewayVirtualInterfaces

DescribeLocalGatewayVirtualInterfaces mocks base method.

func (*MockEC2) DescribeLocalGatewayVirtualInterfacesPages

func (m *MockEC2) DescribeLocalGatewayVirtualInterfacesPages(arg0 *ec2.DescribeLocalGatewayVirtualInterfacesInput, arg1 func(*ec2.DescribeLocalGatewayVirtualInterfacesOutput, bool) bool) error

DescribeLocalGatewayVirtualInterfacesPages mocks base method.

func (*MockEC2) DescribeLocalGatewayVirtualInterfacesPagesWithContext

func (m *MockEC2) DescribeLocalGatewayVirtualInterfacesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayVirtualInterfacesInput, arg2 func(*ec2.DescribeLocalGatewayVirtualInterfacesOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewayVirtualInterfacesPagesWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewayVirtualInterfacesRequest

func (m *MockEC2) DescribeLocalGatewayVirtualInterfacesRequest(arg0 *ec2.DescribeLocalGatewayVirtualInterfacesInput) (*request.Request, *ec2.DescribeLocalGatewayVirtualInterfacesOutput)

DescribeLocalGatewayVirtualInterfacesRequest mocks base method.

func (*MockEC2) DescribeLocalGatewayVirtualInterfacesWithContext

func (m *MockEC2) DescribeLocalGatewayVirtualInterfacesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayVirtualInterfacesInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewayVirtualInterfacesOutput, error)

DescribeLocalGatewayVirtualInterfacesWithContext mocks base method.

func (*MockEC2) DescribeLocalGateways

func (m *MockEC2) DescribeLocalGateways(arg0 *ec2.DescribeLocalGatewaysInput) (*ec2.DescribeLocalGatewaysOutput, error)

DescribeLocalGateways mocks base method.

func (*MockEC2) DescribeLocalGatewaysPages

func (m *MockEC2) DescribeLocalGatewaysPages(arg0 *ec2.DescribeLocalGatewaysInput, arg1 func(*ec2.DescribeLocalGatewaysOutput, bool) bool) error

DescribeLocalGatewaysPages mocks base method.

func (*MockEC2) DescribeLocalGatewaysPagesWithContext

func (m *MockEC2) DescribeLocalGatewaysPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewaysInput, arg2 func(*ec2.DescribeLocalGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewaysPagesWithContext mocks base method.

func (*MockEC2) DescribeLocalGatewaysRequest

func (m *MockEC2) DescribeLocalGatewaysRequest(arg0 *ec2.DescribeLocalGatewaysInput) (*request.Request, *ec2.DescribeLocalGatewaysOutput)

DescribeLocalGatewaysRequest mocks base method.

func (*MockEC2) DescribeLocalGatewaysWithContext

func (m *MockEC2) DescribeLocalGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewaysInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewaysOutput, error)

DescribeLocalGatewaysWithContext mocks base method.

func (*MockEC2) DescribeManagedPrefixLists

func (m *MockEC2) DescribeManagedPrefixLists(arg0 *ec2.DescribeManagedPrefixListsInput) (*ec2.DescribeManagedPrefixListsOutput, error)

DescribeManagedPrefixLists mocks base method.

func (*MockEC2) DescribeManagedPrefixListsPages

func (m *MockEC2) DescribeManagedPrefixListsPages(arg0 *ec2.DescribeManagedPrefixListsInput, arg1 func(*ec2.DescribeManagedPrefixListsOutput, bool) bool) error

DescribeManagedPrefixListsPages mocks base method.

func (*MockEC2) DescribeManagedPrefixListsPagesWithContext

func (m *MockEC2) DescribeManagedPrefixListsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeManagedPrefixListsInput, arg2 func(*ec2.DescribeManagedPrefixListsOutput, bool) bool, arg3 ...request.Option) error

DescribeManagedPrefixListsPagesWithContext mocks base method.

func (*MockEC2) DescribeManagedPrefixListsRequest

func (m *MockEC2) DescribeManagedPrefixListsRequest(arg0 *ec2.DescribeManagedPrefixListsInput) (*request.Request, *ec2.DescribeManagedPrefixListsOutput)

DescribeManagedPrefixListsRequest mocks base method.

func (*MockEC2) DescribeManagedPrefixListsWithContext

func (m *MockEC2) DescribeManagedPrefixListsWithContext(arg0 context.Context, arg1 *ec2.DescribeManagedPrefixListsInput, arg2 ...request.Option) (*ec2.DescribeManagedPrefixListsOutput, error)

DescribeManagedPrefixListsWithContext mocks base method.

func (*MockEC2) DescribeMovingAddresses

func (m *MockEC2) DescribeMovingAddresses(arg0 *ec2.DescribeMovingAddressesInput) (*ec2.DescribeMovingAddressesOutput, error)

DescribeMovingAddresses mocks base method.

func (*MockEC2) DescribeMovingAddressesPages

func (m *MockEC2) DescribeMovingAddressesPages(arg0 *ec2.DescribeMovingAddressesInput, arg1 func(*ec2.DescribeMovingAddressesOutput, bool) bool) error

DescribeMovingAddressesPages mocks base method.

func (*MockEC2) DescribeMovingAddressesPagesWithContext

func (m *MockEC2) DescribeMovingAddressesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeMovingAddressesInput, arg2 func(*ec2.DescribeMovingAddressesOutput, bool) bool, arg3 ...request.Option) error

DescribeMovingAddressesPagesWithContext mocks base method.

func (*MockEC2) DescribeMovingAddressesRequest

func (m *MockEC2) DescribeMovingAddressesRequest(arg0 *ec2.DescribeMovingAddressesInput) (*request.Request, *ec2.DescribeMovingAddressesOutput)

DescribeMovingAddressesRequest mocks base method.

func (*MockEC2) DescribeMovingAddressesWithContext

func (m *MockEC2) DescribeMovingAddressesWithContext(arg0 context.Context, arg1 *ec2.DescribeMovingAddressesInput, arg2 ...request.Option) (*ec2.DescribeMovingAddressesOutput, error)

DescribeMovingAddressesWithContext mocks base method.

func (*MockEC2) DescribeNatGateways

func (m *MockEC2) DescribeNatGateways(arg0 *ec2.DescribeNatGatewaysInput) (*ec2.DescribeNatGatewaysOutput, error)

DescribeNatGateways mocks base method.

func (*MockEC2) DescribeNatGatewaysPages

func (m *MockEC2) DescribeNatGatewaysPages(arg0 *ec2.DescribeNatGatewaysInput, arg1 func(*ec2.DescribeNatGatewaysOutput, bool) bool) error

DescribeNatGatewaysPages mocks base method.

func (*MockEC2) DescribeNatGatewaysPagesWithContext

func (m *MockEC2) DescribeNatGatewaysPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 func(*ec2.DescribeNatGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeNatGatewaysPagesWithContext mocks base method.

func (*MockEC2) DescribeNatGatewaysRequest

func (m *MockEC2) DescribeNatGatewaysRequest(arg0 *ec2.DescribeNatGatewaysInput) (*request.Request, *ec2.DescribeNatGatewaysOutput)

DescribeNatGatewaysRequest mocks base method.

func (*MockEC2) DescribeNatGatewaysWithContext

func (m *MockEC2) DescribeNatGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 ...request.Option) (*ec2.DescribeNatGatewaysOutput, error)

DescribeNatGatewaysWithContext mocks base method.

func (*MockEC2) DescribeNetworkAcls

func (m *MockEC2) DescribeNetworkAcls(arg0 *ec2.DescribeNetworkAclsInput) (*ec2.DescribeNetworkAclsOutput, error)

DescribeNetworkAcls mocks base method.

func (*MockEC2) DescribeNetworkAclsPages

func (m *MockEC2) DescribeNetworkAclsPages(arg0 *ec2.DescribeNetworkAclsInput, arg1 func(*ec2.DescribeNetworkAclsOutput, bool) bool) error

DescribeNetworkAclsPages mocks base method.

func (*MockEC2) DescribeNetworkAclsPagesWithContext

func (m *MockEC2) DescribeNetworkAclsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkAclsInput, arg2 func(*ec2.DescribeNetworkAclsOutput, bool) bool, arg3 ...request.Option) error

DescribeNetworkAclsPagesWithContext mocks base method.

func (*MockEC2) DescribeNetworkAclsRequest

func (m *MockEC2) DescribeNetworkAclsRequest(arg0 *ec2.DescribeNetworkAclsInput) (*request.Request, *ec2.DescribeNetworkAclsOutput)

DescribeNetworkAclsRequest mocks base method.

func (*MockEC2) DescribeNetworkAclsWithContext

func (m *MockEC2) DescribeNetworkAclsWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkAclsInput, arg2 ...request.Option) (*ec2.DescribeNetworkAclsOutput, error)

DescribeNetworkAclsWithContext mocks base method.

func (*MockEC2) DescribeNetworkInsightsAccessScopeAnalyses

DescribeNetworkInsightsAccessScopeAnalyses mocks base method.

func (*MockEC2) DescribeNetworkInsightsAccessScopeAnalysesPages

func (m *MockEC2) DescribeNetworkInsightsAccessScopeAnalysesPages(arg0 *ec2.DescribeNetworkInsightsAccessScopeAnalysesInput, arg1 func(*ec2.DescribeNetworkInsightsAccessScopeAnalysesOutput, bool) bool) error

DescribeNetworkInsightsAccessScopeAnalysesPages mocks base method.

func (*MockEC2) DescribeNetworkInsightsAccessScopeAnalysesPagesWithContext

func (m *MockEC2) DescribeNetworkInsightsAccessScopeAnalysesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInsightsAccessScopeAnalysesInput, arg2 func(*ec2.DescribeNetworkInsightsAccessScopeAnalysesOutput, bool) bool, arg3 ...request.Option) error

DescribeNetworkInsightsAccessScopeAnalysesPagesWithContext mocks base method.

func (*MockEC2) DescribeNetworkInsightsAccessScopeAnalysesRequest

DescribeNetworkInsightsAccessScopeAnalysesRequest mocks base method.

func (*MockEC2) DescribeNetworkInsightsAccessScopeAnalysesWithContext

func (m *MockEC2) DescribeNetworkInsightsAccessScopeAnalysesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInsightsAccessScopeAnalysesInput, arg2 ...request.Option) (*ec2.DescribeNetworkInsightsAccessScopeAnalysesOutput, error)

DescribeNetworkInsightsAccessScopeAnalysesWithContext mocks base method.

func (*MockEC2) DescribeNetworkInsightsAccessScopes

DescribeNetworkInsightsAccessScopes mocks base method.

func (*MockEC2) DescribeNetworkInsightsAccessScopesPages

func (m *MockEC2) DescribeNetworkInsightsAccessScopesPages(arg0 *ec2.DescribeNetworkInsightsAccessScopesInput, arg1 func(*ec2.DescribeNetworkInsightsAccessScopesOutput, bool) bool) error

DescribeNetworkInsightsAccessScopesPages mocks base method.

func (*MockEC2) DescribeNetworkInsightsAccessScopesPagesWithContext

func (m *MockEC2) DescribeNetworkInsightsAccessScopesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInsightsAccessScopesInput, arg2 func(*ec2.DescribeNetworkInsightsAccessScopesOutput, bool) bool, arg3 ...request.Option) error

DescribeNetworkInsightsAccessScopesPagesWithContext mocks base method.

func (*MockEC2) DescribeNetworkInsightsAccessScopesRequest

func (m *MockEC2) DescribeNetworkInsightsAccessScopesRequest(arg0 *ec2.DescribeNetworkInsightsAccessScopesInput) (*request.Request, *ec2.DescribeNetworkInsightsAccessScopesOutput)

DescribeNetworkInsightsAccessScopesRequest mocks base method.

func (*MockEC2) DescribeNetworkInsightsAccessScopesWithContext

func (m *MockEC2) DescribeNetworkInsightsAccessScopesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInsightsAccessScopesInput, arg2 ...request.Option) (*ec2.DescribeNetworkInsightsAccessScopesOutput, error)

DescribeNetworkInsightsAccessScopesWithContext mocks base method.

func (*MockEC2) DescribeNetworkInsightsAnalyses

DescribeNetworkInsightsAnalyses mocks base method.

func (*MockEC2) DescribeNetworkInsightsAnalysesPages

func (m *MockEC2) DescribeNetworkInsightsAnalysesPages(arg0 *ec2.DescribeNetworkInsightsAnalysesInput, arg1 func(*ec2.DescribeNetworkInsightsAnalysesOutput, bool) bool) error

DescribeNetworkInsightsAnalysesPages mocks base method.

func (*MockEC2) DescribeNetworkInsightsAnalysesPagesWithContext

func (m *MockEC2) DescribeNetworkInsightsAnalysesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInsightsAnalysesInput, arg2 func(*ec2.DescribeNetworkInsightsAnalysesOutput, bool) bool, arg3 ...request.Option) error

DescribeNetworkInsightsAnalysesPagesWithContext mocks base method.

func (*MockEC2) DescribeNetworkInsightsAnalysesRequest

func (m *MockEC2) DescribeNetworkInsightsAnalysesRequest(arg0 *ec2.DescribeNetworkInsightsAnalysesInput) (*request.Request, *ec2.DescribeNetworkInsightsAnalysesOutput)

DescribeNetworkInsightsAnalysesRequest mocks base method.

func (*MockEC2) DescribeNetworkInsightsAnalysesWithContext

func (m *MockEC2) DescribeNetworkInsightsAnalysesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInsightsAnalysesInput, arg2 ...request.Option) (*ec2.DescribeNetworkInsightsAnalysesOutput, error)

DescribeNetworkInsightsAnalysesWithContext mocks base method.

func (*MockEC2) DescribeNetworkInsightsPaths

func (m *MockEC2) DescribeNetworkInsightsPaths(arg0 *ec2.DescribeNetworkInsightsPathsInput) (*ec2.DescribeNetworkInsightsPathsOutput, error)

DescribeNetworkInsightsPaths mocks base method.

func (*MockEC2) DescribeNetworkInsightsPathsPages

func (m *MockEC2) DescribeNetworkInsightsPathsPages(arg0 *ec2.DescribeNetworkInsightsPathsInput, arg1 func(*ec2.DescribeNetworkInsightsPathsOutput, bool) bool) error

DescribeNetworkInsightsPathsPages mocks base method.

func (*MockEC2) DescribeNetworkInsightsPathsPagesWithContext

func (m *MockEC2) DescribeNetworkInsightsPathsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInsightsPathsInput, arg2 func(*ec2.DescribeNetworkInsightsPathsOutput, bool) bool, arg3 ...request.Option) error

DescribeNetworkInsightsPathsPagesWithContext mocks base method.

func (*MockEC2) DescribeNetworkInsightsPathsRequest

func (m *MockEC2) DescribeNetworkInsightsPathsRequest(arg0 *ec2.DescribeNetworkInsightsPathsInput) (*request.Request, *ec2.DescribeNetworkInsightsPathsOutput)

DescribeNetworkInsightsPathsRequest mocks base method.

func (*MockEC2) DescribeNetworkInsightsPathsWithContext

func (m *MockEC2) DescribeNetworkInsightsPathsWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInsightsPathsInput, arg2 ...request.Option) (*ec2.DescribeNetworkInsightsPathsOutput, error)

DescribeNetworkInsightsPathsWithContext mocks base method.

func (*MockEC2) DescribeNetworkInterfaceAttribute

DescribeNetworkInterfaceAttribute mocks base method.

func (*MockEC2) DescribeNetworkInterfaceAttributeRequest

func (m *MockEC2) DescribeNetworkInterfaceAttributeRequest(arg0 *ec2.DescribeNetworkInterfaceAttributeInput) (*request.Request, *ec2.DescribeNetworkInterfaceAttributeOutput)

DescribeNetworkInterfaceAttributeRequest mocks base method.

func (*MockEC2) DescribeNetworkInterfaceAttributeWithContext

func (m *MockEC2) DescribeNetworkInterfaceAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInterfaceAttributeInput, arg2 ...request.Option) (*ec2.DescribeNetworkInterfaceAttributeOutput, error)

DescribeNetworkInterfaceAttributeWithContext mocks base method.

func (*MockEC2) DescribeNetworkInterfacePermissions

DescribeNetworkInterfacePermissions mocks base method.

func (*MockEC2) DescribeNetworkInterfacePermissionsPages

func (m *MockEC2) DescribeNetworkInterfacePermissionsPages(arg0 *ec2.DescribeNetworkInterfacePermissionsInput, arg1 func(*ec2.DescribeNetworkInterfacePermissionsOutput, bool) bool) error

DescribeNetworkInterfacePermissionsPages mocks base method.

func (*MockEC2) DescribeNetworkInterfacePermissionsPagesWithContext

func (m *MockEC2) DescribeNetworkInterfacePermissionsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInterfacePermissionsInput, arg2 func(*ec2.DescribeNetworkInterfacePermissionsOutput, bool) bool, arg3 ...request.Option) error

DescribeNetworkInterfacePermissionsPagesWithContext mocks base method.

func (*MockEC2) DescribeNetworkInterfacePermissionsRequest

func (m *MockEC2) DescribeNetworkInterfacePermissionsRequest(arg0 *ec2.DescribeNetworkInterfacePermissionsInput) (*request.Request, *ec2.DescribeNetworkInterfacePermissionsOutput)

DescribeNetworkInterfacePermissionsRequest mocks base method.

func (*MockEC2) DescribeNetworkInterfacePermissionsWithContext

func (m *MockEC2) DescribeNetworkInterfacePermissionsWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInterfacePermissionsInput, arg2 ...request.Option) (*ec2.DescribeNetworkInterfacePermissionsOutput, error)

DescribeNetworkInterfacePermissionsWithContext mocks base method.

func (*MockEC2) DescribeNetworkInterfaces

func (m *MockEC2) DescribeNetworkInterfaces(arg0 *ec2.DescribeNetworkInterfacesInput) (*ec2.DescribeNetworkInterfacesOutput, error)

DescribeNetworkInterfaces mocks base method.

func (*MockEC2) DescribeNetworkInterfacesAsList

func (m *MockEC2) DescribeNetworkInterfacesAsList(arg0 context.Context, arg1 *ec2.DescribeNetworkInterfacesInput) ([]*ec2.NetworkInterface, error)

DescribeNetworkInterfacesAsList mocks base method.

func (*MockEC2) DescribeNetworkInterfacesPages

func (m *MockEC2) DescribeNetworkInterfacesPages(arg0 *ec2.DescribeNetworkInterfacesInput, arg1 func(*ec2.DescribeNetworkInterfacesOutput, bool) bool) error

DescribeNetworkInterfacesPages mocks base method.

func (*MockEC2) DescribeNetworkInterfacesPagesWithContext

func (m *MockEC2) DescribeNetworkInterfacesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInterfacesInput, arg2 func(*ec2.DescribeNetworkInterfacesOutput, bool) bool, arg3 ...request.Option) error

DescribeNetworkInterfacesPagesWithContext mocks base method.

func (*MockEC2) DescribeNetworkInterfacesRequest

func (m *MockEC2) DescribeNetworkInterfacesRequest(arg0 *ec2.DescribeNetworkInterfacesInput) (*request.Request, *ec2.DescribeNetworkInterfacesOutput)

DescribeNetworkInterfacesRequest mocks base method.

func (*MockEC2) DescribeNetworkInterfacesWithContext

func (m *MockEC2) DescribeNetworkInterfacesWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInterfacesInput, arg2 ...request.Option) (*ec2.DescribeNetworkInterfacesOutput, error)

DescribeNetworkInterfacesWithContext mocks base method.

func (*MockEC2) DescribePlacementGroups

func (m *MockEC2) DescribePlacementGroups(arg0 *ec2.DescribePlacementGroupsInput) (*ec2.DescribePlacementGroupsOutput, error)

DescribePlacementGroups mocks base method.

func (*MockEC2) DescribePlacementGroupsRequest

func (m *MockEC2) DescribePlacementGroupsRequest(arg0 *ec2.DescribePlacementGroupsInput) (*request.Request, *ec2.DescribePlacementGroupsOutput)

DescribePlacementGroupsRequest mocks base method.

func (*MockEC2) DescribePlacementGroupsWithContext

func (m *MockEC2) DescribePlacementGroupsWithContext(arg0 context.Context, arg1 *ec2.DescribePlacementGroupsInput, arg2 ...request.Option) (*ec2.DescribePlacementGroupsOutput, error)

DescribePlacementGroupsWithContext mocks base method.

func (*MockEC2) DescribePrefixLists

func (m *MockEC2) DescribePrefixLists(arg0 *ec2.DescribePrefixListsInput) (*ec2.DescribePrefixListsOutput, error)

DescribePrefixLists mocks base method.

func (*MockEC2) DescribePrefixListsPages

func (m *MockEC2) DescribePrefixListsPages(arg0 *ec2.DescribePrefixListsInput, arg1 func(*ec2.DescribePrefixListsOutput, bool) bool) error

DescribePrefixListsPages mocks base method.

func (*MockEC2) DescribePrefixListsPagesWithContext

func (m *MockEC2) DescribePrefixListsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribePrefixListsInput, arg2 func(*ec2.DescribePrefixListsOutput, bool) bool, arg3 ...request.Option) error

DescribePrefixListsPagesWithContext mocks base method.

func (*MockEC2) DescribePrefixListsRequest

func (m *MockEC2) DescribePrefixListsRequest(arg0 *ec2.DescribePrefixListsInput) (*request.Request, *ec2.DescribePrefixListsOutput)

DescribePrefixListsRequest mocks base method.

func (*MockEC2) DescribePrefixListsWithContext

func (m *MockEC2) DescribePrefixListsWithContext(arg0 context.Context, arg1 *ec2.DescribePrefixListsInput, arg2 ...request.Option) (*ec2.DescribePrefixListsOutput, error)

DescribePrefixListsWithContext mocks base method.

func (*MockEC2) DescribePrincipalIdFormat

func (m *MockEC2) DescribePrincipalIdFormat(arg0 *ec2.DescribePrincipalIdFormatInput) (*ec2.DescribePrincipalIdFormatOutput, error)

DescribePrincipalIdFormat mocks base method.

func (*MockEC2) DescribePrincipalIdFormatPages

func (m *MockEC2) DescribePrincipalIdFormatPages(arg0 *ec2.DescribePrincipalIdFormatInput, arg1 func(*ec2.DescribePrincipalIdFormatOutput, bool) bool) error

DescribePrincipalIdFormatPages mocks base method.

func (*MockEC2) DescribePrincipalIdFormatPagesWithContext

func (m *MockEC2) DescribePrincipalIdFormatPagesWithContext(arg0 context.Context, arg1 *ec2.DescribePrincipalIdFormatInput, arg2 func(*ec2.DescribePrincipalIdFormatOutput, bool) bool, arg3 ...request.Option) error

DescribePrincipalIdFormatPagesWithContext mocks base method.

func (*MockEC2) DescribePrincipalIdFormatRequest

func (m *MockEC2) DescribePrincipalIdFormatRequest(arg0 *ec2.DescribePrincipalIdFormatInput) (*request.Request, *ec2.DescribePrincipalIdFormatOutput)

DescribePrincipalIdFormatRequest mocks base method.

func (*MockEC2) DescribePrincipalIdFormatWithContext

func (m *MockEC2) DescribePrincipalIdFormatWithContext(arg0 context.Context, arg1 *ec2.DescribePrincipalIdFormatInput, arg2 ...request.Option) (*ec2.DescribePrincipalIdFormatOutput, error)

DescribePrincipalIdFormatWithContext mocks base method.

func (*MockEC2) DescribePublicIpv4Pools

func (m *MockEC2) DescribePublicIpv4Pools(arg0 *ec2.DescribePublicIpv4PoolsInput) (*ec2.DescribePublicIpv4PoolsOutput, error)

DescribePublicIpv4Pools mocks base method.

func (*MockEC2) DescribePublicIpv4PoolsPages

func (m *MockEC2) DescribePublicIpv4PoolsPages(arg0 *ec2.DescribePublicIpv4PoolsInput, arg1 func(*ec2.DescribePublicIpv4PoolsOutput, bool) bool) error

DescribePublicIpv4PoolsPages mocks base method.

func (*MockEC2) DescribePublicIpv4PoolsPagesWithContext

func (m *MockEC2) DescribePublicIpv4PoolsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribePublicIpv4PoolsInput, arg2 func(*ec2.DescribePublicIpv4PoolsOutput, bool) bool, arg3 ...request.Option) error

DescribePublicIpv4PoolsPagesWithContext mocks base method.

func (*MockEC2) DescribePublicIpv4PoolsRequest

func (m *MockEC2) DescribePublicIpv4PoolsRequest(arg0 *ec2.DescribePublicIpv4PoolsInput) (*request.Request, *ec2.DescribePublicIpv4PoolsOutput)

DescribePublicIpv4PoolsRequest mocks base method.

func (*MockEC2) DescribePublicIpv4PoolsWithContext

func (m *MockEC2) DescribePublicIpv4PoolsWithContext(arg0 context.Context, arg1 *ec2.DescribePublicIpv4PoolsInput, arg2 ...request.Option) (*ec2.DescribePublicIpv4PoolsOutput, error)

DescribePublicIpv4PoolsWithContext mocks base method.

func (*MockEC2) DescribeRegions

func (m *MockEC2) DescribeRegions(arg0 *ec2.DescribeRegionsInput) (*ec2.DescribeRegionsOutput, error)

DescribeRegions mocks base method.

func (*MockEC2) DescribeRegionsRequest

func (m *MockEC2) DescribeRegionsRequest(arg0 *ec2.DescribeRegionsInput) (*request.Request, *ec2.DescribeRegionsOutput)

DescribeRegionsRequest mocks base method.

func (*MockEC2) DescribeRegionsWithContext

func (m *MockEC2) DescribeRegionsWithContext(arg0 context.Context, arg1 *ec2.DescribeRegionsInput, arg2 ...request.Option) (*ec2.DescribeRegionsOutput, error)

DescribeRegionsWithContext mocks base method.

func (*MockEC2) DescribeReplaceRootVolumeTasks

DescribeReplaceRootVolumeTasks mocks base method.

func (*MockEC2) DescribeReplaceRootVolumeTasksPages

func (m *MockEC2) DescribeReplaceRootVolumeTasksPages(arg0 *ec2.DescribeReplaceRootVolumeTasksInput, arg1 func(*ec2.DescribeReplaceRootVolumeTasksOutput, bool) bool) error

DescribeReplaceRootVolumeTasksPages mocks base method.

func (*MockEC2) DescribeReplaceRootVolumeTasksPagesWithContext

func (m *MockEC2) DescribeReplaceRootVolumeTasksPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeReplaceRootVolumeTasksInput, arg2 func(*ec2.DescribeReplaceRootVolumeTasksOutput, bool) bool, arg3 ...request.Option) error

DescribeReplaceRootVolumeTasksPagesWithContext mocks base method.

func (*MockEC2) DescribeReplaceRootVolumeTasksRequest

func (m *MockEC2) DescribeReplaceRootVolumeTasksRequest(arg0 *ec2.DescribeReplaceRootVolumeTasksInput) (*request.Request, *ec2.DescribeReplaceRootVolumeTasksOutput)

DescribeReplaceRootVolumeTasksRequest mocks base method.

func (*MockEC2) DescribeReplaceRootVolumeTasksWithContext

func (m *MockEC2) DescribeReplaceRootVolumeTasksWithContext(arg0 context.Context, arg1 *ec2.DescribeReplaceRootVolumeTasksInput, arg2 ...request.Option) (*ec2.DescribeReplaceRootVolumeTasksOutput, error)

DescribeReplaceRootVolumeTasksWithContext mocks base method.

func (*MockEC2) DescribeReservedInstances

func (m *MockEC2) DescribeReservedInstances(arg0 *ec2.DescribeReservedInstancesInput) (*ec2.DescribeReservedInstancesOutput, error)

DescribeReservedInstances mocks base method.

func (*MockEC2) DescribeReservedInstancesListings

DescribeReservedInstancesListings mocks base method.

func (*MockEC2) DescribeReservedInstancesListingsRequest

func (m *MockEC2) DescribeReservedInstancesListingsRequest(arg0 *ec2.DescribeReservedInstancesListingsInput) (*request.Request, *ec2.DescribeReservedInstancesListingsOutput)

DescribeReservedInstancesListingsRequest mocks base method.

func (*MockEC2) DescribeReservedInstancesListingsWithContext

func (m *MockEC2) DescribeReservedInstancesListingsWithContext(arg0 context.Context, arg1 *ec2.DescribeReservedInstancesListingsInput, arg2 ...request.Option) (*ec2.DescribeReservedInstancesListingsOutput, error)

DescribeReservedInstancesListingsWithContext mocks base method.

func (*MockEC2) DescribeReservedInstancesModifications

DescribeReservedInstancesModifications mocks base method.

func (*MockEC2) DescribeReservedInstancesModificationsPages

func (m *MockEC2) DescribeReservedInstancesModificationsPages(arg0 *ec2.DescribeReservedInstancesModificationsInput, arg1 func(*ec2.DescribeReservedInstancesModificationsOutput, bool) bool) error

DescribeReservedInstancesModificationsPages mocks base method.

func (*MockEC2) DescribeReservedInstancesModificationsPagesWithContext

func (m *MockEC2) DescribeReservedInstancesModificationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeReservedInstancesModificationsInput, arg2 func(*ec2.DescribeReservedInstancesModificationsOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedInstancesModificationsPagesWithContext mocks base method.

func (*MockEC2) DescribeReservedInstancesModificationsRequest

func (m *MockEC2) DescribeReservedInstancesModificationsRequest(arg0 *ec2.DescribeReservedInstancesModificationsInput) (*request.Request, *ec2.DescribeReservedInstancesModificationsOutput)

DescribeReservedInstancesModificationsRequest mocks base method.

func (*MockEC2) DescribeReservedInstancesModificationsWithContext

func (m *MockEC2) DescribeReservedInstancesModificationsWithContext(arg0 context.Context, arg1 *ec2.DescribeReservedInstancesModificationsInput, arg2 ...request.Option) (*ec2.DescribeReservedInstancesModificationsOutput, error)

DescribeReservedInstancesModificationsWithContext mocks base method.

func (*MockEC2) DescribeReservedInstancesOfferings

DescribeReservedInstancesOfferings mocks base method.

func (*MockEC2) DescribeReservedInstancesOfferingsPages

func (m *MockEC2) DescribeReservedInstancesOfferingsPages(arg0 *ec2.DescribeReservedInstancesOfferingsInput, arg1 func(*ec2.DescribeReservedInstancesOfferingsOutput, bool) bool) error

DescribeReservedInstancesOfferingsPages mocks base method.

func (*MockEC2) DescribeReservedInstancesOfferingsPagesWithContext

func (m *MockEC2) DescribeReservedInstancesOfferingsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeReservedInstancesOfferingsInput, arg2 func(*ec2.DescribeReservedInstancesOfferingsOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedInstancesOfferingsPagesWithContext mocks base method.

func (*MockEC2) DescribeReservedInstancesOfferingsRequest

func (m *MockEC2) DescribeReservedInstancesOfferingsRequest(arg0 *ec2.DescribeReservedInstancesOfferingsInput) (*request.Request, *ec2.DescribeReservedInstancesOfferingsOutput)

DescribeReservedInstancesOfferingsRequest mocks base method.

func (*MockEC2) DescribeReservedInstancesOfferingsWithContext

func (m *MockEC2) DescribeReservedInstancesOfferingsWithContext(arg0 context.Context, arg1 *ec2.DescribeReservedInstancesOfferingsInput, arg2 ...request.Option) (*ec2.DescribeReservedInstancesOfferingsOutput, error)

DescribeReservedInstancesOfferingsWithContext mocks base method.

func (*MockEC2) DescribeReservedInstancesRequest

func (m *MockEC2) DescribeReservedInstancesRequest(arg0 *ec2.DescribeReservedInstancesInput) (*request.Request, *ec2.DescribeReservedInstancesOutput)

DescribeReservedInstancesRequest mocks base method.

func (*MockEC2) DescribeReservedInstancesWithContext

func (m *MockEC2) DescribeReservedInstancesWithContext(arg0 context.Context, arg1 *ec2.DescribeReservedInstancesInput, arg2 ...request.Option) (*ec2.DescribeReservedInstancesOutput, error)

DescribeReservedInstancesWithContext mocks base method.

func (*MockEC2) DescribeRouteTables

func (m *MockEC2) DescribeRouteTables(arg0 *ec2.DescribeRouteTablesInput) (*ec2.DescribeRouteTablesOutput, error)

DescribeRouteTables mocks base method.

func (*MockEC2) DescribeRouteTablesPages

func (m *MockEC2) DescribeRouteTablesPages(arg0 *ec2.DescribeRouteTablesInput, arg1 func(*ec2.DescribeRouteTablesOutput, bool) bool) error

DescribeRouteTablesPages mocks base method.

func (*MockEC2) DescribeRouteTablesPagesWithContext

func (m *MockEC2) DescribeRouteTablesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeRouteTablesInput, arg2 func(*ec2.DescribeRouteTablesOutput, bool) bool, arg3 ...request.Option) error

DescribeRouteTablesPagesWithContext mocks base method.

func (*MockEC2) DescribeRouteTablesRequest

func (m *MockEC2) DescribeRouteTablesRequest(arg0 *ec2.DescribeRouteTablesInput) (*request.Request, *ec2.DescribeRouteTablesOutput)

DescribeRouteTablesRequest mocks base method.

func (*MockEC2) DescribeRouteTablesWithContext

func (m *MockEC2) DescribeRouteTablesWithContext(arg0 context.Context, arg1 *ec2.DescribeRouteTablesInput, arg2 ...request.Option) (*ec2.DescribeRouteTablesOutput, error)

DescribeRouteTablesWithContext mocks base method.

func (*MockEC2) DescribeScheduledInstanceAvailability

DescribeScheduledInstanceAvailability mocks base method.

func (*MockEC2) DescribeScheduledInstanceAvailabilityPages

func (m *MockEC2) DescribeScheduledInstanceAvailabilityPages(arg0 *ec2.DescribeScheduledInstanceAvailabilityInput, arg1 func(*ec2.DescribeScheduledInstanceAvailabilityOutput, bool) bool) error

DescribeScheduledInstanceAvailabilityPages mocks base method.

func (*MockEC2) DescribeScheduledInstanceAvailabilityPagesWithContext

func (m *MockEC2) DescribeScheduledInstanceAvailabilityPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeScheduledInstanceAvailabilityInput, arg2 func(*ec2.DescribeScheduledInstanceAvailabilityOutput, bool) bool, arg3 ...request.Option) error

DescribeScheduledInstanceAvailabilityPagesWithContext mocks base method.

func (*MockEC2) DescribeScheduledInstanceAvailabilityRequest

func (m *MockEC2) DescribeScheduledInstanceAvailabilityRequest(arg0 *ec2.DescribeScheduledInstanceAvailabilityInput) (*request.Request, *ec2.DescribeScheduledInstanceAvailabilityOutput)

DescribeScheduledInstanceAvailabilityRequest mocks base method.

func (*MockEC2) DescribeScheduledInstanceAvailabilityWithContext

func (m *MockEC2) DescribeScheduledInstanceAvailabilityWithContext(arg0 context.Context, arg1 *ec2.DescribeScheduledInstanceAvailabilityInput, arg2 ...request.Option) (*ec2.DescribeScheduledInstanceAvailabilityOutput, error)

DescribeScheduledInstanceAvailabilityWithContext mocks base method.

func (*MockEC2) DescribeScheduledInstances

func (m *MockEC2) DescribeScheduledInstances(arg0 *ec2.DescribeScheduledInstancesInput) (*ec2.DescribeScheduledInstancesOutput, error)

DescribeScheduledInstances mocks base method.

func (*MockEC2) DescribeScheduledInstancesPages

func (m *MockEC2) DescribeScheduledInstancesPages(arg0 *ec2.DescribeScheduledInstancesInput, arg1 func(*ec2.DescribeScheduledInstancesOutput, bool) bool) error

DescribeScheduledInstancesPages mocks base method.

func (*MockEC2) DescribeScheduledInstancesPagesWithContext

func (m *MockEC2) DescribeScheduledInstancesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeScheduledInstancesInput, arg2 func(*ec2.DescribeScheduledInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeScheduledInstancesPagesWithContext mocks base method.

func (*MockEC2) DescribeScheduledInstancesRequest

func (m *MockEC2) DescribeScheduledInstancesRequest(arg0 *ec2.DescribeScheduledInstancesInput) (*request.Request, *ec2.DescribeScheduledInstancesOutput)

DescribeScheduledInstancesRequest mocks base method.

func (*MockEC2) DescribeScheduledInstancesWithContext

func (m *MockEC2) DescribeScheduledInstancesWithContext(arg0 context.Context, arg1 *ec2.DescribeScheduledInstancesInput, arg2 ...request.Option) (*ec2.DescribeScheduledInstancesOutput, error)

DescribeScheduledInstancesWithContext mocks base method.

func (*MockEC2) DescribeSecurityGroupReferences

DescribeSecurityGroupReferences mocks base method.

func (*MockEC2) DescribeSecurityGroupReferencesRequest

func (m *MockEC2) DescribeSecurityGroupReferencesRequest(arg0 *ec2.DescribeSecurityGroupReferencesInput) (*request.Request, *ec2.DescribeSecurityGroupReferencesOutput)

DescribeSecurityGroupReferencesRequest mocks base method.

func (*MockEC2) DescribeSecurityGroupReferencesWithContext

func (m *MockEC2) DescribeSecurityGroupReferencesWithContext(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupReferencesInput, arg2 ...request.Option) (*ec2.DescribeSecurityGroupReferencesOutput, error)

DescribeSecurityGroupReferencesWithContext mocks base method.

func (*MockEC2) DescribeSecurityGroupRules

func (m *MockEC2) DescribeSecurityGroupRules(arg0 *ec2.DescribeSecurityGroupRulesInput) (*ec2.DescribeSecurityGroupRulesOutput, error)

DescribeSecurityGroupRules mocks base method.

func (*MockEC2) DescribeSecurityGroupRulesPages

func (m *MockEC2) DescribeSecurityGroupRulesPages(arg0 *ec2.DescribeSecurityGroupRulesInput, arg1 func(*ec2.DescribeSecurityGroupRulesOutput, bool) bool) error

DescribeSecurityGroupRulesPages mocks base method.

func (*MockEC2) DescribeSecurityGroupRulesPagesWithContext

func (m *MockEC2) DescribeSecurityGroupRulesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupRulesInput, arg2 func(*ec2.DescribeSecurityGroupRulesOutput, bool) bool, arg3 ...request.Option) error

DescribeSecurityGroupRulesPagesWithContext mocks base method.

func (*MockEC2) DescribeSecurityGroupRulesRequest

func (m *MockEC2) DescribeSecurityGroupRulesRequest(arg0 *ec2.DescribeSecurityGroupRulesInput) (*request.Request, *ec2.DescribeSecurityGroupRulesOutput)

DescribeSecurityGroupRulesRequest mocks base method.

func (*MockEC2) DescribeSecurityGroupRulesWithContext

func (m *MockEC2) DescribeSecurityGroupRulesWithContext(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupRulesInput, arg2 ...request.Option) (*ec2.DescribeSecurityGroupRulesOutput, error)

DescribeSecurityGroupRulesWithContext mocks base method.

func (*MockEC2) DescribeSecurityGroups

func (m *MockEC2) DescribeSecurityGroups(arg0 *ec2.DescribeSecurityGroupsInput) (*ec2.DescribeSecurityGroupsOutput, error)

DescribeSecurityGroups mocks base method.

func (*MockEC2) DescribeSecurityGroupsAsList

func (m *MockEC2) DescribeSecurityGroupsAsList(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput) ([]*ec2.SecurityGroup, error)

DescribeSecurityGroupsAsList mocks base method.

func (*MockEC2) DescribeSecurityGroupsPages

func (m *MockEC2) DescribeSecurityGroupsPages(arg0 *ec2.DescribeSecurityGroupsInput, arg1 func(*ec2.DescribeSecurityGroupsOutput, bool) bool) error

DescribeSecurityGroupsPages mocks base method.

func (*MockEC2) DescribeSecurityGroupsPagesWithContext

func (m *MockEC2) DescribeSecurityGroupsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput, arg2 func(*ec2.DescribeSecurityGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeSecurityGroupsPagesWithContext mocks base method.

func (*MockEC2) DescribeSecurityGroupsRequest

func (m *MockEC2) DescribeSecurityGroupsRequest(arg0 *ec2.DescribeSecurityGroupsInput) (*request.Request, *ec2.DescribeSecurityGroupsOutput)

DescribeSecurityGroupsRequest mocks base method.

func (*MockEC2) DescribeSecurityGroupsWithContext

func (m *MockEC2) DescribeSecurityGroupsWithContext(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput, arg2 ...request.Option) (*ec2.DescribeSecurityGroupsOutput, error)

DescribeSecurityGroupsWithContext mocks base method.

func (*MockEC2) DescribeSnapshotAttribute

func (m *MockEC2) DescribeSnapshotAttribute(arg0 *ec2.DescribeSnapshotAttributeInput) (*ec2.DescribeSnapshotAttributeOutput, error)

DescribeSnapshotAttribute mocks base method.

func (*MockEC2) DescribeSnapshotAttributeRequest

func (m *MockEC2) DescribeSnapshotAttributeRequest(arg0 *ec2.DescribeSnapshotAttributeInput) (*request.Request, *ec2.DescribeSnapshotAttributeOutput)

DescribeSnapshotAttributeRequest mocks base method.

func (*MockEC2) DescribeSnapshotAttributeWithContext

func (m *MockEC2) DescribeSnapshotAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeSnapshotAttributeInput, arg2 ...request.Option) (*ec2.DescribeSnapshotAttributeOutput, error)

DescribeSnapshotAttributeWithContext mocks base method.

func (*MockEC2) DescribeSnapshotTierStatus

func (m *MockEC2) DescribeSnapshotTierStatus(arg0 *ec2.DescribeSnapshotTierStatusInput) (*ec2.DescribeSnapshotTierStatusOutput, error)

DescribeSnapshotTierStatus mocks base method.

func (*MockEC2) DescribeSnapshotTierStatusPages

func (m *MockEC2) DescribeSnapshotTierStatusPages(arg0 *ec2.DescribeSnapshotTierStatusInput, arg1 func(*ec2.DescribeSnapshotTierStatusOutput, bool) bool) error

DescribeSnapshotTierStatusPages mocks base method.

func (*MockEC2) DescribeSnapshotTierStatusPagesWithContext

func (m *MockEC2) DescribeSnapshotTierStatusPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSnapshotTierStatusInput, arg2 func(*ec2.DescribeSnapshotTierStatusOutput, bool) bool, arg3 ...request.Option) error

DescribeSnapshotTierStatusPagesWithContext mocks base method.

func (*MockEC2) DescribeSnapshotTierStatusRequest

func (m *MockEC2) DescribeSnapshotTierStatusRequest(arg0 *ec2.DescribeSnapshotTierStatusInput) (*request.Request, *ec2.DescribeSnapshotTierStatusOutput)

DescribeSnapshotTierStatusRequest mocks base method.

func (*MockEC2) DescribeSnapshotTierStatusWithContext

func (m *MockEC2) DescribeSnapshotTierStatusWithContext(arg0 context.Context, arg1 *ec2.DescribeSnapshotTierStatusInput, arg2 ...request.Option) (*ec2.DescribeSnapshotTierStatusOutput, error)

DescribeSnapshotTierStatusWithContext mocks base method.

func (*MockEC2) DescribeSnapshots

func (m *MockEC2) DescribeSnapshots(arg0 *ec2.DescribeSnapshotsInput) (*ec2.DescribeSnapshotsOutput, error)

DescribeSnapshots mocks base method.

func (*MockEC2) DescribeSnapshotsPages

func (m *MockEC2) DescribeSnapshotsPages(arg0 *ec2.DescribeSnapshotsInput, arg1 func(*ec2.DescribeSnapshotsOutput, bool) bool) error

DescribeSnapshotsPages mocks base method.

func (*MockEC2) DescribeSnapshotsPagesWithContext

func (m *MockEC2) DescribeSnapshotsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSnapshotsInput, arg2 func(*ec2.DescribeSnapshotsOutput, bool) bool, arg3 ...request.Option) error

DescribeSnapshotsPagesWithContext mocks base method.

func (*MockEC2) DescribeSnapshotsRequest

func (m *MockEC2) DescribeSnapshotsRequest(arg0 *ec2.DescribeSnapshotsInput) (*request.Request, *ec2.DescribeSnapshotsOutput)

DescribeSnapshotsRequest mocks base method.

func (*MockEC2) DescribeSnapshotsWithContext

func (m *MockEC2) DescribeSnapshotsWithContext(arg0 context.Context, arg1 *ec2.DescribeSnapshotsInput, arg2 ...request.Option) (*ec2.DescribeSnapshotsOutput, error)

DescribeSnapshotsWithContext mocks base method.

func (*MockEC2) DescribeSpotDatafeedSubscription

DescribeSpotDatafeedSubscription mocks base method.

func (*MockEC2) DescribeSpotDatafeedSubscriptionRequest

func (m *MockEC2) DescribeSpotDatafeedSubscriptionRequest(arg0 *ec2.DescribeSpotDatafeedSubscriptionInput) (*request.Request, *ec2.DescribeSpotDatafeedSubscriptionOutput)

DescribeSpotDatafeedSubscriptionRequest mocks base method.

func (*MockEC2) DescribeSpotDatafeedSubscriptionWithContext

func (m *MockEC2) DescribeSpotDatafeedSubscriptionWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotDatafeedSubscriptionInput, arg2 ...request.Option) (*ec2.DescribeSpotDatafeedSubscriptionOutput, error)

DescribeSpotDatafeedSubscriptionWithContext mocks base method.

func (*MockEC2) DescribeSpotFleetInstances

func (m *MockEC2) DescribeSpotFleetInstances(arg0 *ec2.DescribeSpotFleetInstancesInput) (*ec2.DescribeSpotFleetInstancesOutput, error)

DescribeSpotFleetInstances mocks base method.

func (*MockEC2) DescribeSpotFleetInstancesRequest

func (m *MockEC2) DescribeSpotFleetInstancesRequest(arg0 *ec2.DescribeSpotFleetInstancesInput) (*request.Request, *ec2.DescribeSpotFleetInstancesOutput)

DescribeSpotFleetInstancesRequest mocks base method.

func (*MockEC2) DescribeSpotFleetInstancesWithContext

func (m *MockEC2) DescribeSpotFleetInstancesWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotFleetInstancesInput, arg2 ...request.Option) (*ec2.DescribeSpotFleetInstancesOutput, error)

DescribeSpotFleetInstancesWithContext mocks base method.

func (*MockEC2) DescribeSpotFleetRequestHistory

DescribeSpotFleetRequestHistory mocks base method.

func (*MockEC2) DescribeSpotFleetRequestHistoryRequest

func (m *MockEC2) DescribeSpotFleetRequestHistoryRequest(arg0 *ec2.DescribeSpotFleetRequestHistoryInput) (*request.Request, *ec2.DescribeSpotFleetRequestHistoryOutput)

DescribeSpotFleetRequestHistoryRequest mocks base method.

func (*MockEC2) DescribeSpotFleetRequestHistoryWithContext

func (m *MockEC2) DescribeSpotFleetRequestHistoryWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotFleetRequestHistoryInput, arg2 ...request.Option) (*ec2.DescribeSpotFleetRequestHistoryOutput, error)

DescribeSpotFleetRequestHistoryWithContext mocks base method.

func (*MockEC2) DescribeSpotFleetRequests

func (m *MockEC2) DescribeSpotFleetRequests(arg0 *ec2.DescribeSpotFleetRequestsInput) (*ec2.DescribeSpotFleetRequestsOutput, error)

DescribeSpotFleetRequests mocks base method.

func (*MockEC2) DescribeSpotFleetRequestsPages

func (m *MockEC2) DescribeSpotFleetRequestsPages(arg0 *ec2.DescribeSpotFleetRequestsInput, arg1 func(*ec2.DescribeSpotFleetRequestsOutput, bool) bool) error

DescribeSpotFleetRequestsPages mocks base method.

func (*MockEC2) DescribeSpotFleetRequestsPagesWithContext

func (m *MockEC2) DescribeSpotFleetRequestsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotFleetRequestsInput, arg2 func(*ec2.DescribeSpotFleetRequestsOutput, bool) bool, arg3 ...request.Option) error

DescribeSpotFleetRequestsPagesWithContext mocks base method.

func (*MockEC2) DescribeSpotFleetRequestsRequest

func (m *MockEC2) DescribeSpotFleetRequestsRequest(arg0 *ec2.DescribeSpotFleetRequestsInput) (*request.Request, *ec2.DescribeSpotFleetRequestsOutput)

DescribeSpotFleetRequestsRequest mocks base method.

func (*MockEC2) DescribeSpotFleetRequestsWithContext

func (m *MockEC2) DescribeSpotFleetRequestsWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotFleetRequestsInput, arg2 ...request.Option) (*ec2.DescribeSpotFleetRequestsOutput, error)

DescribeSpotFleetRequestsWithContext mocks base method.

func (*MockEC2) DescribeSpotInstanceRequests

func (m *MockEC2) DescribeSpotInstanceRequests(arg0 *ec2.DescribeSpotInstanceRequestsInput) (*ec2.DescribeSpotInstanceRequestsOutput, error)

DescribeSpotInstanceRequests mocks base method.

func (*MockEC2) DescribeSpotInstanceRequestsPages

func (m *MockEC2) DescribeSpotInstanceRequestsPages(arg0 *ec2.DescribeSpotInstanceRequestsInput, arg1 func(*ec2.DescribeSpotInstanceRequestsOutput, bool) bool) error

DescribeSpotInstanceRequestsPages mocks base method.

func (*MockEC2) DescribeSpotInstanceRequestsPagesWithContext

func (m *MockEC2) DescribeSpotInstanceRequestsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotInstanceRequestsInput, arg2 func(*ec2.DescribeSpotInstanceRequestsOutput, bool) bool, arg3 ...request.Option) error

DescribeSpotInstanceRequestsPagesWithContext mocks base method.

func (*MockEC2) DescribeSpotInstanceRequestsRequest

func (m *MockEC2) DescribeSpotInstanceRequestsRequest(arg0 *ec2.DescribeSpotInstanceRequestsInput) (*request.Request, *ec2.DescribeSpotInstanceRequestsOutput)

DescribeSpotInstanceRequestsRequest mocks base method.

func (*MockEC2) DescribeSpotInstanceRequestsWithContext

func (m *MockEC2) DescribeSpotInstanceRequestsWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotInstanceRequestsInput, arg2 ...request.Option) (*ec2.DescribeSpotInstanceRequestsOutput, error)

DescribeSpotInstanceRequestsWithContext mocks base method.

func (*MockEC2) DescribeSpotPriceHistory

func (m *MockEC2) DescribeSpotPriceHistory(arg0 *ec2.DescribeSpotPriceHistoryInput) (*ec2.DescribeSpotPriceHistoryOutput, error)

DescribeSpotPriceHistory mocks base method.

func (*MockEC2) DescribeSpotPriceHistoryPages

func (m *MockEC2) DescribeSpotPriceHistoryPages(arg0 *ec2.DescribeSpotPriceHistoryInput, arg1 func(*ec2.DescribeSpotPriceHistoryOutput, bool) bool) error

DescribeSpotPriceHistoryPages mocks base method.

func (*MockEC2) DescribeSpotPriceHistoryPagesWithContext

func (m *MockEC2) DescribeSpotPriceHistoryPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotPriceHistoryInput, arg2 func(*ec2.DescribeSpotPriceHistoryOutput, bool) bool, arg3 ...request.Option) error

DescribeSpotPriceHistoryPagesWithContext mocks base method.

func (*MockEC2) DescribeSpotPriceHistoryRequest

func (m *MockEC2) DescribeSpotPriceHistoryRequest(arg0 *ec2.DescribeSpotPriceHistoryInput) (*request.Request, *ec2.DescribeSpotPriceHistoryOutput)

DescribeSpotPriceHistoryRequest mocks base method.

func (*MockEC2) DescribeSpotPriceHistoryWithContext

func (m *MockEC2) DescribeSpotPriceHistoryWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotPriceHistoryInput, arg2 ...request.Option) (*ec2.DescribeSpotPriceHistoryOutput, error)

DescribeSpotPriceHistoryWithContext mocks base method.

func (*MockEC2) DescribeStaleSecurityGroups

func (m *MockEC2) DescribeStaleSecurityGroups(arg0 *ec2.DescribeStaleSecurityGroupsInput) (*ec2.DescribeStaleSecurityGroupsOutput, error)

DescribeStaleSecurityGroups mocks base method.

func (*MockEC2) DescribeStaleSecurityGroupsPages

func (m *MockEC2) DescribeStaleSecurityGroupsPages(arg0 *ec2.DescribeStaleSecurityGroupsInput, arg1 func(*ec2.DescribeStaleSecurityGroupsOutput, bool) bool) error

DescribeStaleSecurityGroupsPages mocks base method.

func (*MockEC2) DescribeStaleSecurityGroupsPagesWithContext

func (m *MockEC2) DescribeStaleSecurityGroupsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeStaleSecurityGroupsInput, arg2 func(*ec2.DescribeStaleSecurityGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeStaleSecurityGroupsPagesWithContext mocks base method.

func (*MockEC2) DescribeStaleSecurityGroupsRequest

func (m *MockEC2) DescribeStaleSecurityGroupsRequest(arg0 *ec2.DescribeStaleSecurityGroupsInput) (*request.Request, *ec2.DescribeStaleSecurityGroupsOutput)

DescribeStaleSecurityGroupsRequest mocks base method.

func (*MockEC2) DescribeStaleSecurityGroupsWithContext

func (m *MockEC2) DescribeStaleSecurityGroupsWithContext(arg0 context.Context, arg1 *ec2.DescribeStaleSecurityGroupsInput, arg2 ...request.Option) (*ec2.DescribeStaleSecurityGroupsOutput, error)

DescribeStaleSecurityGroupsWithContext mocks base method.

func (*MockEC2) DescribeStoreImageTasks

func (m *MockEC2) DescribeStoreImageTasks(arg0 *ec2.DescribeStoreImageTasksInput) (*ec2.DescribeStoreImageTasksOutput, error)

DescribeStoreImageTasks mocks base method.

func (*MockEC2) DescribeStoreImageTasksPages

func (m *MockEC2) DescribeStoreImageTasksPages(arg0 *ec2.DescribeStoreImageTasksInput, arg1 func(*ec2.DescribeStoreImageTasksOutput, bool) bool) error

DescribeStoreImageTasksPages mocks base method.

func (*MockEC2) DescribeStoreImageTasksPagesWithContext

func (m *MockEC2) DescribeStoreImageTasksPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeStoreImageTasksInput, arg2 func(*ec2.DescribeStoreImageTasksOutput, bool) bool, arg3 ...request.Option) error

DescribeStoreImageTasksPagesWithContext mocks base method.

func (*MockEC2) DescribeStoreImageTasksRequest

func (m *MockEC2) DescribeStoreImageTasksRequest(arg0 *ec2.DescribeStoreImageTasksInput) (*request.Request, *ec2.DescribeStoreImageTasksOutput)

DescribeStoreImageTasksRequest mocks base method.

func (*MockEC2) DescribeStoreImageTasksWithContext

func (m *MockEC2) DescribeStoreImageTasksWithContext(arg0 context.Context, arg1 *ec2.DescribeStoreImageTasksInput, arg2 ...request.Option) (*ec2.DescribeStoreImageTasksOutput, error)

DescribeStoreImageTasksWithContext mocks base method.

func (*MockEC2) DescribeSubnets

func (m *MockEC2) DescribeSubnets(arg0 *ec2.DescribeSubnetsInput) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnets mocks base method.

func (*MockEC2) DescribeSubnetsAsList

func (m *MockEC2) DescribeSubnetsAsList(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput) ([]*ec2.Subnet, error)

DescribeSubnetsAsList mocks base method.

func (*MockEC2) DescribeSubnetsPages

func (m *MockEC2) DescribeSubnetsPages(arg0 *ec2.DescribeSubnetsInput, arg1 func(*ec2.DescribeSubnetsOutput, bool) bool) error

DescribeSubnetsPages mocks base method.

func (*MockEC2) DescribeSubnetsPagesWithContext

func (m *MockEC2) DescribeSubnetsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput, arg2 func(*ec2.DescribeSubnetsOutput, bool) bool, arg3 ...request.Option) error

DescribeSubnetsPagesWithContext mocks base method.

func (*MockEC2) DescribeSubnetsRequest

func (m *MockEC2) DescribeSubnetsRequest(arg0 *ec2.DescribeSubnetsInput) (*request.Request, *ec2.DescribeSubnetsOutput)

DescribeSubnetsRequest mocks base method.

func (*MockEC2) DescribeSubnetsWithContext

func (m *MockEC2) DescribeSubnetsWithContext(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput, arg2 ...request.Option) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnetsWithContext mocks base method.

func (*MockEC2) DescribeTags

func (m *MockEC2) DescribeTags(arg0 *ec2.DescribeTagsInput) (*ec2.DescribeTagsOutput, error)

DescribeTags mocks base method.

func (*MockEC2) DescribeTagsPages

func (m *MockEC2) DescribeTagsPages(arg0 *ec2.DescribeTagsInput, arg1 func(*ec2.DescribeTagsOutput, bool) bool) error

DescribeTagsPages mocks base method.

func (*MockEC2) DescribeTagsPagesWithContext

func (m *MockEC2) DescribeTagsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTagsInput, arg2 func(*ec2.DescribeTagsOutput, bool) bool, arg3 ...request.Option) error

DescribeTagsPagesWithContext mocks base method.

func (*MockEC2) DescribeTagsRequest

func (m *MockEC2) DescribeTagsRequest(arg0 *ec2.DescribeTagsInput) (*request.Request, *ec2.DescribeTagsOutput)

DescribeTagsRequest mocks base method.

func (*MockEC2) DescribeTagsWithContext

func (m *MockEC2) DescribeTagsWithContext(arg0 context.Context, arg1 *ec2.DescribeTagsInput, arg2 ...request.Option) (*ec2.DescribeTagsOutput, error)

DescribeTagsWithContext mocks base method.

func (*MockEC2) DescribeTrafficMirrorFilters

func (m *MockEC2) DescribeTrafficMirrorFilters(arg0 *ec2.DescribeTrafficMirrorFiltersInput) (*ec2.DescribeTrafficMirrorFiltersOutput, error)

DescribeTrafficMirrorFilters mocks base method.

func (*MockEC2) DescribeTrafficMirrorFiltersPages

func (m *MockEC2) DescribeTrafficMirrorFiltersPages(arg0 *ec2.DescribeTrafficMirrorFiltersInput, arg1 func(*ec2.DescribeTrafficMirrorFiltersOutput, bool) bool) error

DescribeTrafficMirrorFiltersPages mocks base method.

func (*MockEC2) DescribeTrafficMirrorFiltersPagesWithContext

func (m *MockEC2) DescribeTrafficMirrorFiltersPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTrafficMirrorFiltersInput, arg2 func(*ec2.DescribeTrafficMirrorFiltersOutput, bool) bool, arg3 ...request.Option) error

DescribeTrafficMirrorFiltersPagesWithContext mocks base method.

func (*MockEC2) DescribeTrafficMirrorFiltersRequest

func (m *MockEC2) DescribeTrafficMirrorFiltersRequest(arg0 *ec2.DescribeTrafficMirrorFiltersInput) (*request.Request, *ec2.DescribeTrafficMirrorFiltersOutput)

DescribeTrafficMirrorFiltersRequest mocks base method.

func (*MockEC2) DescribeTrafficMirrorFiltersWithContext

func (m *MockEC2) DescribeTrafficMirrorFiltersWithContext(arg0 context.Context, arg1 *ec2.DescribeTrafficMirrorFiltersInput, arg2 ...request.Option) (*ec2.DescribeTrafficMirrorFiltersOutput, error)

DescribeTrafficMirrorFiltersWithContext mocks base method.

func (*MockEC2) DescribeTrafficMirrorSessions

func (m *MockEC2) DescribeTrafficMirrorSessions(arg0 *ec2.DescribeTrafficMirrorSessionsInput) (*ec2.DescribeTrafficMirrorSessionsOutput, error)

DescribeTrafficMirrorSessions mocks base method.

func (*MockEC2) DescribeTrafficMirrorSessionsPages

func (m *MockEC2) DescribeTrafficMirrorSessionsPages(arg0 *ec2.DescribeTrafficMirrorSessionsInput, arg1 func(*ec2.DescribeTrafficMirrorSessionsOutput, bool) bool) error

DescribeTrafficMirrorSessionsPages mocks base method.

func (*MockEC2) DescribeTrafficMirrorSessionsPagesWithContext

func (m *MockEC2) DescribeTrafficMirrorSessionsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTrafficMirrorSessionsInput, arg2 func(*ec2.DescribeTrafficMirrorSessionsOutput, bool) bool, arg3 ...request.Option) error

DescribeTrafficMirrorSessionsPagesWithContext mocks base method.

func (*MockEC2) DescribeTrafficMirrorSessionsRequest

func (m *MockEC2) DescribeTrafficMirrorSessionsRequest(arg0 *ec2.DescribeTrafficMirrorSessionsInput) (*request.Request, *ec2.DescribeTrafficMirrorSessionsOutput)

DescribeTrafficMirrorSessionsRequest mocks base method.

func (*MockEC2) DescribeTrafficMirrorSessionsWithContext

func (m *MockEC2) DescribeTrafficMirrorSessionsWithContext(arg0 context.Context, arg1 *ec2.DescribeTrafficMirrorSessionsInput, arg2 ...request.Option) (*ec2.DescribeTrafficMirrorSessionsOutput, error)

DescribeTrafficMirrorSessionsWithContext mocks base method.

func (*MockEC2) DescribeTrafficMirrorTargets

func (m *MockEC2) DescribeTrafficMirrorTargets(arg0 *ec2.DescribeTrafficMirrorTargetsInput) (*ec2.DescribeTrafficMirrorTargetsOutput, error)

DescribeTrafficMirrorTargets mocks base method.

func (*MockEC2) DescribeTrafficMirrorTargetsPages

func (m *MockEC2) DescribeTrafficMirrorTargetsPages(arg0 *ec2.DescribeTrafficMirrorTargetsInput, arg1 func(*ec2.DescribeTrafficMirrorTargetsOutput, bool) bool) error

DescribeTrafficMirrorTargetsPages mocks base method.

func (*MockEC2) DescribeTrafficMirrorTargetsPagesWithContext

func (m *MockEC2) DescribeTrafficMirrorTargetsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTrafficMirrorTargetsInput, arg2 func(*ec2.DescribeTrafficMirrorTargetsOutput, bool) bool, arg3 ...request.Option) error

DescribeTrafficMirrorTargetsPagesWithContext mocks base method.

func (*MockEC2) DescribeTrafficMirrorTargetsRequest

func (m *MockEC2) DescribeTrafficMirrorTargetsRequest(arg0 *ec2.DescribeTrafficMirrorTargetsInput) (*request.Request, *ec2.DescribeTrafficMirrorTargetsOutput)

DescribeTrafficMirrorTargetsRequest mocks base method.

func (*MockEC2) DescribeTrafficMirrorTargetsWithContext

func (m *MockEC2) DescribeTrafficMirrorTargetsWithContext(arg0 context.Context, arg1 *ec2.DescribeTrafficMirrorTargetsInput, arg2 ...request.Option) (*ec2.DescribeTrafficMirrorTargetsOutput, error)

DescribeTrafficMirrorTargetsWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayAttachments

DescribeTransitGatewayAttachments mocks base method.

func (*MockEC2) DescribeTransitGatewayAttachmentsPages

func (m *MockEC2) DescribeTransitGatewayAttachmentsPages(arg0 *ec2.DescribeTransitGatewayAttachmentsInput, arg1 func(*ec2.DescribeTransitGatewayAttachmentsOutput, bool) bool) error

DescribeTransitGatewayAttachmentsPages mocks base method.

func (*MockEC2) DescribeTransitGatewayAttachmentsPagesWithContext

func (m *MockEC2) DescribeTransitGatewayAttachmentsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayAttachmentsInput, arg2 func(*ec2.DescribeTransitGatewayAttachmentsOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayAttachmentsPagesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayAttachmentsRequest

func (m *MockEC2) DescribeTransitGatewayAttachmentsRequest(arg0 *ec2.DescribeTransitGatewayAttachmentsInput) (*request.Request, *ec2.DescribeTransitGatewayAttachmentsOutput)

DescribeTransitGatewayAttachmentsRequest mocks base method.

func (*MockEC2) DescribeTransitGatewayAttachmentsWithContext

func (m *MockEC2) DescribeTransitGatewayAttachmentsWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayAttachmentsInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayAttachmentsOutput, error)

DescribeTransitGatewayAttachmentsWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayConnectPeers

DescribeTransitGatewayConnectPeers mocks base method.

func (*MockEC2) DescribeTransitGatewayConnectPeersPages

func (m *MockEC2) DescribeTransitGatewayConnectPeersPages(arg0 *ec2.DescribeTransitGatewayConnectPeersInput, arg1 func(*ec2.DescribeTransitGatewayConnectPeersOutput, bool) bool) error

DescribeTransitGatewayConnectPeersPages mocks base method.

func (*MockEC2) DescribeTransitGatewayConnectPeersPagesWithContext

func (m *MockEC2) DescribeTransitGatewayConnectPeersPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayConnectPeersInput, arg2 func(*ec2.DescribeTransitGatewayConnectPeersOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayConnectPeersPagesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayConnectPeersRequest

func (m *MockEC2) DescribeTransitGatewayConnectPeersRequest(arg0 *ec2.DescribeTransitGatewayConnectPeersInput) (*request.Request, *ec2.DescribeTransitGatewayConnectPeersOutput)

DescribeTransitGatewayConnectPeersRequest mocks base method.

func (*MockEC2) DescribeTransitGatewayConnectPeersWithContext

func (m *MockEC2) DescribeTransitGatewayConnectPeersWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayConnectPeersInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayConnectPeersOutput, error)

DescribeTransitGatewayConnectPeersWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayConnects

DescribeTransitGatewayConnects mocks base method.

func (*MockEC2) DescribeTransitGatewayConnectsPages

func (m *MockEC2) DescribeTransitGatewayConnectsPages(arg0 *ec2.DescribeTransitGatewayConnectsInput, arg1 func(*ec2.DescribeTransitGatewayConnectsOutput, bool) bool) error

DescribeTransitGatewayConnectsPages mocks base method.

func (*MockEC2) DescribeTransitGatewayConnectsPagesWithContext

func (m *MockEC2) DescribeTransitGatewayConnectsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayConnectsInput, arg2 func(*ec2.DescribeTransitGatewayConnectsOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayConnectsPagesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayConnectsRequest

func (m *MockEC2) DescribeTransitGatewayConnectsRequest(arg0 *ec2.DescribeTransitGatewayConnectsInput) (*request.Request, *ec2.DescribeTransitGatewayConnectsOutput)

DescribeTransitGatewayConnectsRequest mocks base method.

func (*MockEC2) DescribeTransitGatewayConnectsWithContext

func (m *MockEC2) DescribeTransitGatewayConnectsWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayConnectsInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayConnectsOutput, error)

DescribeTransitGatewayConnectsWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayMulticastDomains

DescribeTransitGatewayMulticastDomains mocks base method.

func (*MockEC2) DescribeTransitGatewayMulticastDomainsPages

func (m *MockEC2) DescribeTransitGatewayMulticastDomainsPages(arg0 *ec2.DescribeTransitGatewayMulticastDomainsInput, arg1 func(*ec2.DescribeTransitGatewayMulticastDomainsOutput, bool) bool) error

DescribeTransitGatewayMulticastDomainsPages mocks base method.

func (*MockEC2) DescribeTransitGatewayMulticastDomainsPagesWithContext

func (m *MockEC2) DescribeTransitGatewayMulticastDomainsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayMulticastDomainsInput, arg2 func(*ec2.DescribeTransitGatewayMulticastDomainsOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayMulticastDomainsPagesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayMulticastDomainsRequest

func (m *MockEC2) DescribeTransitGatewayMulticastDomainsRequest(arg0 *ec2.DescribeTransitGatewayMulticastDomainsInput) (*request.Request, *ec2.DescribeTransitGatewayMulticastDomainsOutput)

DescribeTransitGatewayMulticastDomainsRequest mocks base method.

func (*MockEC2) DescribeTransitGatewayMulticastDomainsWithContext

func (m *MockEC2) DescribeTransitGatewayMulticastDomainsWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayMulticastDomainsInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayMulticastDomainsOutput, error)

DescribeTransitGatewayMulticastDomainsWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayPeeringAttachments

DescribeTransitGatewayPeeringAttachments mocks base method.

func (*MockEC2) DescribeTransitGatewayPeeringAttachmentsPages

func (m *MockEC2) DescribeTransitGatewayPeeringAttachmentsPages(arg0 *ec2.DescribeTransitGatewayPeeringAttachmentsInput, arg1 func(*ec2.DescribeTransitGatewayPeeringAttachmentsOutput, bool) bool) error

DescribeTransitGatewayPeeringAttachmentsPages mocks base method.

func (*MockEC2) DescribeTransitGatewayPeeringAttachmentsPagesWithContext

func (m *MockEC2) DescribeTransitGatewayPeeringAttachmentsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayPeeringAttachmentsInput, arg2 func(*ec2.DescribeTransitGatewayPeeringAttachmentsOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayPeeringAttachmentsPagesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayPeeringAttachmentsRequest

DescribeTransitGatewayPeeringAttachmentsRequest mocks base method.

func (*MockEC2) DescribeTransitGatewayPeeringAttachmentsWithContext

func (m *MockEC2) DescribeTransitGatewayPeeringAttachmentsWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayPeeringAttachmentsInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayPeeringAttachmentsOutput, error)

DescribeTransitGatewayPeeringAttachmentsWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayPolicyTables

DescribeTransitGatewayPolicyTables mocks base method.

func (*MockEC2) DescribeTransitGatewayPolicyTablesPages

func (m *MockEC2) DescribeTransitGatewayPolicyTablesPages(arg0 *ec2.DescribeTransitGatewayPolicyTablesInput, arg1 func(*ec2.DescribeTransitGatewayPolicyTablesOutput, bool) bool) error

DescribeTransitGatewayPolicyTablesPages mocks base method.

func (*MockEC2) DescribeTransitGatewayPolicyTablesPagesWithContext

func (m *MockEC2) DescribeTransitGatewayPolicyTablesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayPolicyTablesInput, arg2 func(*ec2.DescribeTransitGatewayPolicyTablesOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayPolicyTablesPagesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayPolicyTablesRequest

func (m *MockEC2) DescribeTransitGatewayPolicyTablesRequest(arg0 *ec2.DescribeTransitGatewayPolicyTablesInput) (*request.Request, *ec2.DescribeTransitGatewayPolicyTablesOutput)

DescribeTransitGatewayPolicyTablesRequest mocks base method.

func (*MockEC2) DescribeTransitGatewayPolicyTablesWithContext

func (m *MockEC2) DescribeTransitGatewayPolicyTablesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayPolicyTablesInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayPolicyTablesOutput, error)

DescribeTransitGatewayPolicyTablesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayRouteTableAnnouncements

DescribeTransitGatewayRouteTableAnnouncements mocks base method.

func (*MockEC2) DescribeTransitGatewayRouteTableAnnouncementsPages

func (m *MockEC2) DescribeTransitGatewayRouteTableAnnouncementsPages(arg0 *ec2.DescribeTransitGatewayRouteTableAnnouncementsInput, arg1 func(*ec2.DescribeTransitGatewayRouteTableAnnouncementsOutput, bool) bool) error

DescribeTransitGatewayRouteTableAnnouncementsPages mocks base method.

func (*MockEC2) DescribeTransitGatewayRouteTableAnnouncementsPagesWithContext

func (m *MockEC2) DescribeTransitGatewayRouteTableAnnouncementsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayRouteTableAnnouncementsInput, arg2 func(*ec2.DescribeTransitGatewayRouteTableAnnouncementsOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayRouteTableAnnouncementsPagesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayRouteTableAnnouncementsRequest

DescribeTransitGatewayRouteTableAnnouncementsRequest mocks base method.

func (*MockEC2) DescribeTransitGatewayRouteTableAnnouncementsWithContext

func (m *MockEC2) DescribeTransitGatewayRouteTableAnnouncementsWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayRouteTableAnnouncementsInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayRouteTableAnnouncementsOutput, error)

DescribeTransitGatewayRouteTableAnnouncementsWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayRouteTables

DescribeTransitGatewayRouteTables mocks base method.

func (*MockEC2) DescribeTransitGatewayRouteTablesPages

func (m *MockEC2) DescribeTransitGatewayRouteTablesPages(arg0 *ec2.DescribeTransitGatewayRouteTablesInput, arg1 func(*ec2.DescribeTransitGatewayRouteTablesOutput, bool) bool) error

DescribeTransitGatewayRouteTablesPages mocks base method.

func (*MockEC2) DescribeTransitGatewayRouteTablesPagesWithContext

func (m *MockEC2) DescribeTransitGatewayRouteTablesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayRouteTablesInput, arg2 func(*ec2.DescribeTransitGatewayRouteTablesOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayRouteTablesPagesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayRouteTablesRequest

func (m *MockEC2) DescribeTransitGatewayRouteTablesRequest(arg0 *ec2.DescribeTransitGatewayRouteTablesInput) (*request.Request, *ec2.DescribeTransitGatewayRouteTablesOutput)

DescribeTransitGatewayRouteTablesRequest mocks base method.

func (*MockEC2) DescribeTransitGatewayRouteTablesWithContext

func (m *MockEC2) DescribeTransitGatewayRouteTablesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayRouteTablesInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayRouteTablesOutput, error)

DescribeTransitGatewayRouteTablesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayVpcAttachments

DescribeTransitGatewayVpcAttachments mocks base method.

func (*MockEC2) DescribeTransitGatewayVpcAttachmentsPages

func (m *MockEC2) DescribeTransitGatewayVpcAttachmentsPages(arg0 *ec2.DescribeTransitGatewayVpcAttachmentsInput, arg1 func(*ec2.DescribeTransitGatewayVpcAttachmentsOutput, bool) bool) error

DescribeTransitGatewayVpcAttachmentsPages mocks base method.

func (*MockEC2) DescribeTransitGatewayVpcAttachmentsPagesWithContext

func (m *MockEC2) DescribeTransitGatewayVpcAttachmentsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayVpcAttachmentsInput, arg2 func(*ec2.DescribeTransitGatewayVpcAttachmentsOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayVpcAttachmentsPagesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewayVpcAttachmentsRequest

func (m *MockEC2) DescribeTransitGatewayVpcAttachmentsRequest(arg0 *ec2.DescribeTransitGatewayVpcAttachmentsInput) (*request.Request, *ec2.DescribeTransitGatewayVpcAttachmentsOutput)

DescribeTransitGatewayVpcAttachmentsRequest mocks base method.

func (*MockEC2) DescribeTransitGatewayVpcAttachmentsWithContext

func (m *MockEC2) DescribeTransitGatewayVpcAttachmentsWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayVpcAttachmentsInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayVpcAttachmentsOutput, error)

DescribeTransitGatewayVpcAttachmentsWithContext mocks base method.

func (*MockEC2) DescribeTransitGateways

func (m *MockEC2) DescribeTransitGateways(arg0 *ec2.DescribeTransitGatewaysInput) (*ec2.DescribeTransitGatewaysOutput, error)

DescribeTransitGateways mocks base method.

func (*MockEC2) DescribeTransitGatewaysPages

func (m *MockEC2) DescribeTransitGatewaysPages(arg0 *ec2.DescribeTransitGatewaysInput, arg1 func(*ec2.DescribeTransitGatewaysOutput, bool) bool) error

DescribeTransitGatewaysPages mocks base method.

func (*MockEC2) DescribeTransitGatewaysPagesWithContext

func (m *MockEC2) DescribeTransitGatewaysPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewaysInput, arg2 func(*ec2.DescribeTransitGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewaysPagesWithContext mocks base method.

func (*MockEC2) DescribeTransitGatewaysRequest

func (m *MockEC2) DescribeTransitGatewaysRequest(arg0 *ec2.DescribeTransitGatewaysInput) (*request.Request, *ec2.DescribeTransitGatewaysOutput)

DescribeTransitGatewaysRequest mocks base method.

func (*MockEC2) DescribeTransitGatewaysWithContext

func (m *MockEC2) DescribeTransitGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewaysInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewaysOutput, error)

DescribeTransitGatewaysWithContext mocks base method.

func (*MockEC2) DescribeTrunkInterfaceAssociations

DescribeTrunkInterfaceAssociations mocks base method.

func (*MockEC2) DescribeTrunkInterfaceAssociationsPages

func (m *MockEC2) DescribeTrunkInterfaceAssociationsPages(arg0 *ec2.DescribeTrunkInterfaceAssociationsInput, arg1 func(*ec2.DescribeTrunkInterfaceAssociationsOutput, bool) bool) error

DescribeTrunkInterfaceAssociationsPages mocks base method.

func (*MockEC2) DescribeTrunkInterfaceAssociationsPagesWithContext

func (m *MockEC2) DescribeTrunkInterfaceAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTrunkInterfaceAssociationsInput, arg2 func(*ec2.DescribeTrunkInterfaceAssociationsOutput, bool) bool, arg3 ...request.Option) error

DescribeTrunkInterfaceAssociationsPagesWithContext mocks base method.

func (*MockEC2) DescribeTrunkInterfaceAssociationsRequest

func (m *MockEC2) DescribeTrunkInterfaceAssociationsRequest(arg0 *ec2.DescribeTrunkInterfaceAssociationsInput) (*request.Request, *ec2.DescribeTrunkInterfaceAssociationsOutput)

DescribeTrunkInterfaceAssociationsRequest mocks base method.

func (*MockEC2) DescribeTrunkInterfaceAssociationsWithContext

func (m *MockEC2) DescribeTrunkInterfaceAssociationsWithContext(arg0 context.Context, arg1 *ec2.DescribeTrunkInterfaceAssociationsInput, arg2 ...request.Option) (*ec2.DescribeTrunkInterfaceAssociationsOutput, error)

DescribeTrunkInterfaceAssociationsWithContext mocks base method.

func (*MockEC2) DescribeVerifiedAccessEndpoints

DescribeVerifiedAccessEndpoints mocks base method.

func (*MockEC2) DescribeVerifiedAccessEndpointsPages

func (m *MockEC2) DescribeVerifiedAccessEndpointsPages(arg0 *ec2.DescribeVerifiedAccessEndpointsInput, arg1 func(*ec2.DescribeVerifiedAccessEndpointsOutput, bool) bool) error

DescribeVerifiedAccessEndpointsPages mocks base method.

func (*MockEC2) DescribeVerifiedAccessEndpointsPagesWithContext

func (m *MockEC2) DescribeVerifiedAccessEndpointsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVerifiedAccessEndpointsInput, arg2 func(*ec2.DescribeVerifiedAccessEndpointsOutput, bool) bool, arg3 ...request.Option) error

DescribeVerifiedAccessEndpointsPagesWithContext mocks base method.

func (*MockEC2) DescribeVerifiedAccessEndpointsRequest

func (m *MockEC2) DescribeVerifiedAccessEndpointsRequest(arg0 *ec2.DescribeVerifiedAccessEndpointsInput) (*request.Request, *ec2.DescribeVerifiedAccessEndpointsOutput)

DescribeVerifiedAccessEndpointsRequest mocks base method.

func (*MockEC2) DescribeVerifiedAccessEndpointsWithContext

func (m *MockEC2) DescribeVerifiedAccessEndpointsWithContext(arg0 context.Context, arg1 *ec2.DescribeVerifiedAccessEndpointsInput, arg2 ...request.Option) (*ec2.DescribeVerifiedAccessEndpointsOutput, error)

DescribeVerifiedAccessEndpointsWithContext mocks base method.

func (*MockEC2) DescribeVerifiedAccessGroups

func (m *MockEC2) DescribeVerifiedAccessGroups(arg0 *ec2.DescribeVerifiedAccessGroupsInput) (*ec2.DescribeVerifiedAccessGroupsOutput, error)

DescribeVerifiedAccessGroups mocks base method.

func (*MockEC2) DescribeVerifiedAccessGroupsPages

func (m *MockEC2) DescribeVerifiedAccessGroupsPages(arg0 *ec2.DescribeVerifiedAccessGroupsInput, arg1 func(*ec2.DescribeVerifiedAccessGroupsOutput, bool) bool) error

DescribeVerifiedAccessGroupsPages mocks base method.

func (*MockEC2) DescribeVerifiedAccessGroupsPagesWithContext

func (m *MockEC2) DescribeVerifiedAccessGroupsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVerifiedAccessGroupsInput, arg2 func(*ec2.DescribeVerifiedAccessGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeVerifiedAccessGroupsPagesWithContext mocks base method.

func (*MockEC2) DescribeVerifiedAccessGroupsRequest

func (m *MockEC2) DescribeVerifiedAccessGroupsRequest(arg0 *ec2.DescribeVerifiedAccessGroupsInput) (*request.Request, *ec2.DescribeVerifiedAccessGroupsOutput)

DescribeVerifiedAccessGroupsRequest mocks base method.

func (*MockEC2) DescribeVerifiedAccessGroupsWithContext

func (m *MockEC2) DescribeVerifiedAccessGroupsWithContext(arg0 context.Context, arg1 *ec2.DescribeVerifiedAccessGroupsInput, arg2 ...request.Option) (*ec2.DescribeVerifiedAccessGroupsOutput, error)

DescribeVerifiedAccessGroupsWithContext mocks base method.

func (*MockEC2) DescribeVerifiedAccessInstanceLoggingConfigurations

DescribeVerifiedAccessInstanceLoggingConfigurations mocks base method.

func (*MockEC2) DescribeVerifiedAccessInstanceLoggingConfigurationsPages

func (m *MockEC2) DescribeVerifiedAccessInstanceLoggingConfigurationsPages(arg0 *ec2.DescribeVerifiedAccessInstanceLoggingConfigurationsInput, arg1 func(*ec2.DescribeVerifiedAccessInstanceLoggingConfigurationsOutput, bool) bool) error

DescribeVerifiedAccessInstanceLoggingConfigurationsPages mocks base method.

func (*MockEC2) DescribeVerifiedAccessInstanceLoggingConfigurationsPagesWithContext

func (m *MockEC2) DescribeVerifiedAccessInstanceLoggingConfigurationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVerifiedAccessInstanceLoggingConfigurationsInput, arg2 func(*ec2.DescribeVerifiedAccessInstanceLoggingConfigurationsOutput, bool) bool, arg3 ...request.Option) error

DescribeVerifiedAccessInstanceLoggingConfigurationsPagesWithContext mocks base method.

func (*MockEC2) DescribeVerifiedAccessInstanceLoggingConfigurationsRequest

DescribeVerifiedAccessInstanceLoggingConfigurationsRequest mocks base method.

func (*MockEC2) DescribeVerifiedAccessInstanceLoggingConfigurationsWithContext

func (m *MockEC2) DescribeVerifiedAccessInstanceLoggingConfigurationsWithContext(arg0 context.Context, arg1 *ec2.DescribeVerifiedAccessInstanceLoggingConfigurationsInput, arg2 ...request.Option) (*ec2.DescribeVerifiedAccessInstanceLoggingConfigurationsOutput, error)

DescribeVerifiedAccessInstanceLoggingConfigurationsWithContext mocks base method.

func (*MockEC2) DescribeVerifiedAccessInstances

DescribeVerifiedAccessInstances mocks base method.

func (*MockEC2) DescribeVerifiedAccessInstancesPages

func (m *MockEC2) DescribeVerifiedAccessInstancesPages(arg0 *ec2.DescribeVerifiedAccessInstancesInput, arg1 func(*ec2.DescribeVerifiedAccessInstancesOutput, bool) bool) error

DescribeVerifiedAccessInstancesPages mocks base method.

func (*MockEC2) DescribeVerifiedAccessInstancesPagesWithContext

func (m *MockEC2) DescribeVerifiedAccessInstancesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVerifiedAccessInstancesInput, arg2 func(*ec2.DescribeVerifiedAccessInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeVerifiedAccessInstancesPagesWithContext mocks base method.

func (*MockEC2) DescribeVerifiedAccessInstancesRequest

func (m *MockEC2) DescribeVerifiedAccessInstancesRequest(arg0 *ec2.DescribeVerifiedAccessInstancesInput) (*request.Request, *ec2.DescribeVerifiedAccessInstancesOutput)

DescribeVerifiedAccessInstancesRequest mocks base method.

func (*MockEC2) DescribeVerifiedAccessInstancesWithContext

func (m *MockEC2) DescribeVerifiedAccessInstancesWithContext(arg0 context.Context, arg1 *ec2.DescribeVerifiedAccessInstancesInput, arg2 ...request.Option) (*ec2.DescribeVerifiedAccessInstancesOutput, error)

DescribeVerifiedAccessInstancesWithContext mocks base method.

func (*MockEC2) DescribeVerifiedAccessTrustProviders

DescribeVerifiedAccessTrustProviders mocks base method.

func (*MockEC2) DescribeVerifiedAccessTrustProvidersPages

func (m *MockEC2) DescribeVerifiedAccessTrustProvidersPages(arg0 *ec2.DescribeVerifiedAccessTrustProvidersInput, arg1 func(*ec2.DescribeVerifiedAccessTrustProvidersOutput, bool) bool) error

DescribeVerifiedAccessTrustProvidersPages mocks base method.

func (*MockEC2) DescribeVerifiedAccessTrustProvidersPagesWithContext

func (m *MockEC2) DescribeVerifiedAccessTrustProvidersPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVerifiedAccessTrustProvidersInput, arg2 func(*ec2.DescribeVerifiedAccessTrustProvidersOutput, bool) bool, arg3 ...request.Option) error

DescribeVerifiedAccessTrustProvidersPagesWithContext mocks base method.

func (*MockEC2) DescribeVerifiedAccessTrustProvidersRequest

func (m *MockEC2) DescribeVerifiedAccessTrustProvidersRequest(arg0 *ec2.DescribeVerifiedAccessTrustProvidersInput) (*request.Request, *ec2.DescribeVerifiedAccessTrustProvidersOutput)

DescribeVerifiedAccessTrustProvidersRequest mocks base method.

func (*MockEC2) DescribeVerifiedAccessTrustProvidersWithContext

func (m *MockEC2) DescribeVerifiedAccessTrustProvidersWithContext(arg0 context.Context, arg1 *ec2.DescribeVerifiedAccessTrustProvidersInput, arg2 ...request.Option) (*ec2.DescribeVerifiedAccessTrustProvidersOutput, error)

DescribeVerifiedAccessTrustProvidersWithContext mocks base method.

func (*MockEC2) DescribeVolumeAttribute

func (m *MockEC2) DescribeVolumeAttribute(arg0 *ec2.DescribeVolumeAttributeInput) (*ec2.DescribeVolumeAttributeOutput, error)

DescribeVolumeAttribute mocks base method.

func (*MockEC2) DescribeVolumeAttributeRequest

func (m *MockEC2) DescribeVolumeAttributeRequest(arg0 *ec2.DescribeVolumeAttributeInput) (*request.Request, *ec2.DescribeVolumeAttributeOutput)

DescribeVolumeAttributeRequest mocks base method.

func (*MockEC2) DescribeVolumeAttributeWithContext

func (m *MockEC2) DescribeVolumeAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumeAttributeInput, arg2 ...request.Option) (*ec2.DescribeVolumeAttributeOutput, error)

DescribeVolumeAttributeWithContext mocks base method.

func (*MockEC2) DescribeVolumeStatus

func (m *MockEC2) DescribeVolumeStatus(arg0 *ec2.DescribeVolumeStatusInput) (*ec2.DescribeVolumeStatusOutput, error)

DescribeVolumeStatus mocks base method.

func (*MockEC2) DescribeVolumeStatusPages

func (m *MockEC2) DescribeVolumeStatusPages(arg0 *ec2.DescribeVolumeStatusInput, arg1 func(*ec2.DescribeVolumeStatusOutput, bool) bool) error

DescribeVolumeStatusPages mocks base method.

func (*MockEC2) DescribeVolumeStatusPagesWithContext

func (m *MockEC2) DescribeVolumeStatusPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumeStatusInput, arg2 func(*ec2.DescribeVolumeStatusOutput, bool) bool, arg3 ...request.Option) error

DescribeVolumeStatusPagesWithContext mocks base method.

func (*MockEC2) DescribeVolumeStatusRequest

func (m *MockEC2) DescribeVolumeStatusRequest(arg0 *ec2.DescribeVolumeStatusInput) (*request.Request, *ec2.DescribeVolumeStatusOutput)

DescribeVolumeStatusRequest mocks base method.

func (*MockEC2) DescribeVolumeStatusWithContext

func (m *MockEC2) DescribeVolumeStatusWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumeStatusInput, arg2 ...request.Option) (*ec2.DescribeVolumeStatusOutput, error)

DescribeVolumeStatusWithContext mocks base method.

func (*MockEC2) DescribeVolumes

func (m *MockEC2) DescribeVolumes(arg0 *ec2.DescribeVolumesInput) (*ec2.DescribeVolumesOutput, error)

DescribeVolumes mocks base method.

func (*MockEC2) DescribeVolumesModifications

func (m *MockEC2) DescribeVolumesModifications(arg0 *ec2.DescribeVolumesModificationsInput) (*ec2.DescribeVolumesModificationsOutput, error)

DescribeVolumesModifications mocks base method.

func (*MockEC2) DescribeVolumesModificationsPages

func (m *MockEC2) DescribeVolumesModificationsPages(arg0 *ec2.DescribeVolumesModificationsInput, arg1 func(*ec2.DescribeVolumesModificationsOutput, bool) bool) error

DescribeVolumesModificationsPages mocks base method.

func (*MockEC2) DescribeVolumesModificationsPagesWithContext

func (m *MockEC2) DescribeVolumesModificationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesModificationsInput, arg2 func(*ec2.DescribeVolumesModificationsOutput, bool) bool, arg3 ...request.Option) error

DescribeVolumesModificationsPagesWithContext mocks base method.

func (*MockEC2) DescribeVolumesModificationsRequest

func (m *MockEC2) DescribeVolumesModificationsRequest(arg0 *ec2.DescribeVolumesModificationsInput) (*request.Request, *ec2.DescribeVolumesModificationsOutput)

DescribeVolumesModificationsRequest mocks base method.

func (*MockEC2) DescribeVolumesModificationsWithContext

func (m *MockEC2) DescribeVolumesModificationsWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesModificationsInput, arg2 ...request.Option) (*ec2.DescribeVolumesModificationsOutput, error)

DescribeVolumesModificationsWithContext mocks base method.

func (*MockEC2) DescribeVolumesPages

func (m *MockEC2) DescribeVolumesPages(arg0 *ec2.DescribeVolumesInput, arg1 func(*ec2.DescribeVolumesOutput, bool) bool) error

DescribeVolumesPages mocks base method.

func (*MockEC2) DescribeVolumesPagesWithContext

func (m *MockEC2) DescribeVolumesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesInput, arg2 func(*ec2.DescribeVolumesOutput, bool) bool, arg3 ...request.Option) error

DescribeVolumesPagesWithContext mocks base method.

func (*MockEC2) DescribeVolumesRequest

func (m *MockEC2) DescribeVolumesRequest(arg0 *ec2.DescribeVolumesInput) (*request.Request, *ec2.DescribeVolumesOutput)

DescribeVolumesRequest mocks base method.

func (*MockEC2) DescribeVolumesWithContext

func (m *MockEC2) DescribeVolumesWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.Option) (*ec2.DescribeVolumesOutput, error)

DescribeVolumesWithContext mocks base method.

func (*MockEC2) DescribeVpcAttribute

func (m *MockEC2) DescribeVpcAttribute(arg0 *ec2.DescribeVpcAttributeInput) (*ec2.DescribeVpcAttributeOutput, error)

DescribeVpcAttribute mocks base method.

func (*MockEC2) DescribeVpcAttributeRequest

func (m *MockEC2) DescribeVpcAttributeRequest(arg0 *ec2.DescribeVpcAttributeInput) (*request.Request, *ec2.DescribeVpcAttributeOutput)

DescribeVpcAttributeRequest mocks base method.

func (*MockEC2) DescribeVpcAttributeWithContext

func (m *MockEC2) DescribeVpcAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcAttributeInput, arg2 ...request.Option) (*ec2.DescribeVpcAttributeOutput, error)

DescribeVpcAttributeWithContext mocks base method.

func (m *MockEC2) DescribeVpcClassicLink(arg0 *ec2.DescribeVpcClassicLinkInput) (*ec2.DescribeVpcClassicLinkOutput, error)

DescribeVpcClassicLink mocks base method.

func (*MockEC2) DescribeVpcClassicLinkDnsSupport

DescribeVpcClassicLinkDnsSupport mocks base method.

func (*MockEC2) DescribeVpcClassicLinkDnsSupportPages

func (m *MockEC2) DescribeVpcClassicLinkDnsSupportPages(arg0 *ec2.DescribeVpcClassicLinkDnsSupportInput, arg1 func(*ec2.DescribeVpcClassicLinkDnsSupportOutput, bool) bool) error

DescribeVpcClassicLinkDnsSupportPages mocks base method.

func (*MockEC2) DescribeVpcClassicLinkDnsSupportPagesWithContext

func (m *MockEC2) DescribeVpcClassicLinkDnsSupportPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcClassicLinkDnsSupportInput, arg2 func(*ec2.DescribeVpcClassicLinkDnsSupportOutput, bool) bool, arg3 ...request.Option) error

DescribeVpcClassicLinkDnsSupportPagesWithContext mocks base method.

func (*MockEC2) DescribeVpcClassicLinkDnsSupportRequest

func (m *MockEC2) DescribeVpcClassicLinkDnsSupportRequest(arg0 *ec2.DescribeVpcClassicLinkDnsSupportInput) (*request.Request, *ec2.DescribeVpcClassicLinkDnsSupportOutput)

DescribeVpcClassicLinkDnsSupportRequest mocks base method.

func (*MockEC2) DescribeVpcClassicLinkDnsSupportWithContext

func (m *MockEC2) DescribeVpcClassicLinkDnsSupportWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcClassicLinkDnsSupportInput, arg2 ...request.Option) (*ec2.DescribeVpcClassicLinkDnsSupportOutput, error)

DescribeVpcClassicLinkDnsSupportWithContext mocks base method.

func (*MockEC2) DescribeVpcClassicLinkRequest

func (m *MockEC2) DescribeVpcClassicLinkRequest(arg0 *ec2.DescribeVpcClassicLinkInput) (*request.Request, *ec2.DescribeVpcClassicLinkOutput)

DescribeVpcClassicLinkRequest mocks base method.

func (*MockEC2) DescribeVpcClassicLinkWithContext

func (m *MockEC2) DescribeVpcClassicLinkWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcClassicLinkInput, arg2 ...request.Option) (*ec2.DescribeVpcClassicLinkOutput, error)

DescribeVpcClassicLinkWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpointConnectionNotifications

DescribeVpcEndpointConnectionNotifications mocks base method.

func (*MockEC2) DescribeVpcEndpointConnectionNotificationsPages

func (m *MockEC2) DescribeVpcEndpointConnectionNotificationsPages(arg0 *ec2.DescribeVpcEndpointConnectionNotificationsInput, arg1 func(*ec2.DescribeVpcEndpointConnectionNotificationsOutput, bool) bool) error

DescribeVpcEndpointConnectionNotificationsPages mocks base method.

func (*MockEC2) DescribeVpcEndpointConnectionNotificationsPagesWithContext

func (m *MockEC2) DescribeVpcEndpointConnectionNotificationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointConnectionNotificationsInput, arg2 func(*ec2.DescribeVpcEndpointConnectionNotificationsOutput, bool) bool, arg3 ...request.Option) error

DescribeVpcEndpointConnectionNotificationsPagesWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpointConnectionNotificationsRequest

DescribeVpcEndpointConnectionNotificationsRequest mocks base method.

func (*MockEC2) DescribeVpcEndpointConnectionNotificationsWithContext

func (m *MockEC2) DescribeVpcEndpointConnectionNotificationsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointConnectionNotificationsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointConnectionNotificationsOutput, error)

DescribeVpcEndpointConnectionNotificationsWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpointConnections

DescribeVpcEndpointConnections mocks base method.

func (*MockEC2) DescribeVpcEndpointConnectionsPages

func (m *MockEC2) DescribeVpcEndpointConnectionsPages(arg0 *ec2.DescribeVpcEndpointConnectionsInput, arg1 func(*ec2.DescribeVpcEndpointConnectionsOutput, bool) bool) error

DescribeVpcEndpointConnectionsPages mocks base method.

func (*MockEC2) DescribeVpcEndpointConnectionsPagesWithContext

func (m *MockEC2) DescribeVpcEndpointConnectionsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointConnectionsInput, arg2 func(*ec2.DescribeVpcEndpointConnectionsOutput, bool) bool, arg3 ...request.Option) error

DescribeVpcEndpointConnectionsPagesWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpointConnectionsRequest

func (m *MockEC2) DescribeVpcEndpointConnectionsRequest(arg0 *ec2.DescribeVpcEndpointConnectionsInput) (*request.Request, *ec2.DescribeVpcEndpointConnectionsOutput)

DescribeVpcEndpointConnectionsRequest mocks base method.

func (*MockEC2) DescribeVpcEndpointConnectionsWithContext

func (m *MockEC2) DescribeVpcEndpointConnectionsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointConnectionsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointConnectionsOutput, error)

DescribeVpcEndpointConnectionsWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpointServiceConfigurations

DescribeVpcEndpointServiceConfigurations mocks base method.

func (*MockEC2) DescribeVpcEndpointServiceConfigurationsPages

func (m *MockEC2) DescribeVpcEndpointServiceConfigurationsPages(arg0 *ec2.DescribeVpcEndpointServiceConfigurationsInput, arg1 func(*ec2.DescribeVpcEndpointServiceConfigurationsOutput, bool) bool) error

DescribeVpcEndpointServiceConfigurationsPages mocks base method.

func (*MockEC2) DescribeVpcEndpointServiceConfigurationsPagesWithContext

func (m *MockEC2) DescribeVpcEndpointServiceConfigurationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointServiceConfigurationsInput, arg2 func(*ec2.DescribeVpcEndpointServiceConfigurationsOutput, bool) bool, arg3 ...request.Option) error

DescribeVpcEndpointServiceConfigurationsPagesWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpointServiceConfigurationsRequest

DescribeVpcEndpointServiceConfigurationsRequest mocks base method.

func (*MockEC2) DescribeVpcEndpointServiceConfigurationsWithContext

func (m *MockEC2) DescribeVpcEndpointServiceConfigurationsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointServiceConfigurationsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointServiceConfigurationsOutput, error)

DescribeVpcEndpointServiceConfigurationsWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpointServicePermissions

DescribeVpcEndpointServicePermissions mocks base method.

func (*MockEC2) DescribeVpcEndpointServicePermissionsPages

func (m *MockEC2) DescribeVpcEndpointServicePermissionsPages(arg0 *ec2.DescribeVpcEndpointServicePermissionsInput, arg1 func(*ec2.DescribeVpcEndpointServicePermissionsOutput, bool) bool) error

DescribeVpcEndpointServicePermissionsPages mocks base method.

func (*MockEC2) DescribeVpcEndpointServicePermissionsPagesWithContext

func (m *MockEC2) DescribeVpcEndpointServicePermissionsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointServicePermissionsInput, arg2 func(*ec2.DescribeVpcEndpointServicePermissionsOutput, bool) bool, arg3 ...request.Option) error

DescribeVpcEndpointServicePermissionsPagesWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpointServicePermissionsRequest

func (m *MockEC2) DescribeVpcEndpointServicePermissionsRequest(arg0 *ec2.DescribeVpcEndpointServicePermissionsInput) (*request.Request, *ec2.DescribeVpcEndpointServicePermissionsOutput)

DescribeVpcEndpointServicePermissionsRequest mocks base method.

func (*MockEC2) DescribeVpcEndpointServicePermissionsWithContext

func (m *MockEC2) DescribeVpcEndpointServicePermissionsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointServicePermissionsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointServicePermissionsOutput, error)

DescribeVpcEndpointServicePermissionsWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpointServices

func (m *MockEC2) DescribeVpcEndpointServices(arg0 *ec2.DescribeVpcEndpointServicesInput) (*ec2.DescribeVpcEndpointServicesOutput, error)

DescribeVpcEndpointServices mocks base method.

func (*MockEC2) DescribeVpcEndpointServicesRequest

func (m *MockEC2) DescribeVpcEndpointServicesRequest(arg0 *ec2.DescribeVpcEndpointServicesInput) (*request.Request, *ec2.DescribeVpcEndpointServicesOutput)

DescribeVpcEndpointServicesRequest mocks base method.

func (*MockEC2) DescribeVpcEndpointServicesWithContext

func (m *MockEC2) DescribeVpcEndpointServicesWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointServicesInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointServicesOutput, error)

DescribeVpcEndpointServicesWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpoints

func (m *MockEC2) DescribeVpcEndpoints(arg0 *ec2.DescribeVpcEndpointsInput) (*ec2.DescribeVpcEndpointsOutput, error)

DescribeVpcEndpoints mocks base method.

func (*MockEC2) DescribeVpcEndpointsPages

func (m *MockEC2) DescribeVpcEndpointsPages(arg0 *ec2.DescribeVpcEndpointsInput, arg1 func(*ec2.DescribeVpcEndpointsOutput, bool) bool) error

DescribeVpcEndpointsPages mocks base method.

func (*MockEC2) DescribeVpcEndpointsPagesWithContext

func (m *MockEC2) DescribeVpcEndpointsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointsInput, arg2 func(*ec2.DescribeVpcEndpointsOutput, bool) bool, arg3 ...request.Option) error

DescribeVpcEndpointsPagesWithContext mocks base method.

func (*MockEC2) DescribeVpcEndpointsRequest

func (m *MockEC2) DescribeVpcEndpointsRequest(arg0 *ec2.DescribeVpcEndpointsInput) (*request.Request, *ec2.DescribeVpcEndpointsOutput)

DescribeVpcEndpointsRequest mocks base method.

func (*MockEC2) DescribeVpcEndpointsWithContext

func (m *MockEC2) DescribeVpcEndpointsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointsOutput, error)

DescribeVpcEndpointsWithContext mocks base method.

func (*MockEC2) DescribeVpcPeeringConnections

func (m *MockEC2) DescribeVpcPeeringConnections(arg0 *ec2.DescribeVpcPeeringConnectionsInput) (*ec2.DescribeVpcPeeringConnectionsOutput, error)

DescribeVpcPeeringConnections mocks base method.

func (*MockEC2) DescribeVpcPeeringConnectionsPages

func (m *MockEC2) DescribeVpcPeeringConnectionsPages(arg0 *ec2.DescribeVpcPeeringConnectionsInput, arg1 func(*ec2.DescribeVpcPeeringConnectionsOutput, bool) bool) error

DescribeVpcPeeringConnectionsPages mocks base method.

func (*MockEC2) DescribeVpcPeeringConnectionsPagesWithContext

func (m *MockEC2) DescribeVpcPeeringConnectionsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 func(*ec2.DescribeVpcPeeringConnectionsOutput, bool) bool, arg3 ...request.Option) error

DescribeVpcPeeringConnectionsPagesWithContext mocks base method.

func (*MockEC2) DescribeVpcPeeringConnectionsRequest

func (m *MockEC2) DescribeVpcPeeringConnectionsRequest(arg0 *ec2.DescribeVpcPeeringConnectionsInput) (*request.Request, *ec2.DescribeVpcPeeringConnectionsOutput)

DescribeVpcPeeringConnectionsRequest mocks base method.

func (*MockEC2) DescribeVpcPeeringConnectionsWithContext

func (m *MockEC2) DescribeVpcPeeringConnectionsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...request.Option) (*ec2.DescribeVpcPeeringConnectionsOutput, error)

DescribeVpcPeeringConnectionsWithContext mocks base method.

func (*MockEC2) DescribeVpcs

func (m *MockEC2) DescribeVpcs(arg0 *ec2.DescribeVpcsInput) (*ec2.DescribeVpcsOutput, error)

DescribeVpcs mocks base method.

func (*MockEC2) DescribeVpcsPages

func (m *MockEC2) DescribeVpcsPages(arg0 *ec2.DescribeVpcsInput, arg1 func(*ec2.DescribeVpcsOutput, bool) bool) error

DescribeVpcsPages mocks base method.

func (*MockEC2) DescribeVpcsPagesWithContext

func (m *MockEC2) DescribeVpcsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcsInput, arg2 func(*ec2.DescribeVpcsOutput, bool) bool, arg3 ...request.Option) error

DescribeVpcsPagesWithContext mocks base method.

func (*MockEC2) DescribeVpcsRequest

func (m *MockEC2) DescribeVpcsRequest(arg0 *ec2.DescribeVpcsInput) (*request.Request, *ec2.DescribeVpcsOutput)

DescribeVpcsRequest mocks base method.

func (*MockEC2) DescribeVpcsWithContext

func (m *MockEC2) DescribeVpcsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...request.Option) (*ec2.DescribeVpcsOutput, error)

DescribeVpcsWithContext mocks base method.

func (*MockEC2) DescribeVpnConnections

func (m *MockEC2) DescribeVpnConnections(arg0 *ec2.DescribeVpnConnectionsInput) (*ec2.DescribeVpnConnectionsOutput, error)

DescribeVpnConnections mocks base method.

func (*MockEC2) DescribeVpnConnectionsRequest

func (m *MockEC2) DescribeVpnConnectionsRequest(arg0 *ec2.DescribeVpnConnectionsInput) (*request.Request, *ec2.DescribeVpnConnectionsOutput)

DescribeVpnConnectionsRequest mocks base method.

func (*MockEC2) DescribeVpnConnectionsWithContext

func (m *MockEC2) DescribeVpnConnectionsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpnConnectionsInput, arg2 ...request.Option) (*ec2.DescribeVpnConnectionsOutput, error)

DescribeVpnConnectionsWithContext mocks base method.

func (*MockEC2) DescribeVpnGateways

func (m *MockEC2) DescribeVpnGateways(arg0 *ec2.DescribeVpnGatewaysInput) (*ec2.DescribeVpnGatewaysOutput, error)

DescribeVpnGateways mocks base method.

func (*MockEC2) DescribeVpnGatewaysRequest

func (m *MockEC2) DescribeVpnGatewaysRequest(arg0 *ec2.DescribeVpnGatewaysInput) (*request.Request, *ec2.DescribeVpnGatewaysOutput)

DescribeVpnGatewaysRequest mocks base method.

func (*MockEC2) DescribeVpnGatewaysWithContext

func (m *MockEC2) DescribeVpnGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeVpnGatewaysInput, arg2 ...request.Option) (*ec2.DescribeVpnGatewaysOutput, error)

DescribeVpnGatewaysWithContext mocks base method.

func (*MockEC2) DetachClassicLinkVpc

func (m *MockEC2) DetachClassicLinkVpc(arg0 *ec2.DetachClassicLinkVpcInput) (*ec2.DetachClassicLinkVpcOutput, error)

DetachClassicLinkVpc mocks base method.

func (*MockEC2) DetachClassicLinkVpcRequest

func (m *MockEC2) DetachClassicLinkVpcRequest(arg0 *ec2.DetachClassicLinkVpcInput) (*request.Request, *ec2.DetachClassicLinkVpcOutput)

DetachClassicLinkVpcRequest mocks base method.

func (*MockEC2) DetachClassicLinkVpcWithContext

func (m *MockEC2) DetachClassicLinkVpcWithContext(arg0 context.Context, arg1 *ec2.DetachClassicLinkVpcInput, arg2 ...request.Option) (*ec2.DetachClassicLinkVpcOutput, error)

DetachClassicLinkVpcWithContext mocks base method.

func (*MockEC2) DetachInternetGateway

func (m *MockEC2) DetachInternetGateway(arg0 *ec2.DetachInternetGatewayInput) (*ec2.DetachInternetGatewayOutput, error)

DetachInternetGateway mocks base method.

func (*MockEC2) DetachInternetGatewayRequest

func (m *MockEC2) DetachInternetGatewayRequest(arg0 *ec2.DetachInternetGatewayInput) (*request.Request, *ec2.DetachInternetGatewayOutput)

DetachInternetGatewayRequest mocks base method.

func (*MockEC2) DetachInternetGatewayWithContext

func (m *MockEC2) DetachInternetGatewayWithContext(arg0 context.Context, arg1 *ec2.DetachInternetGatewayInput, arg2 ...request.Option) (*ec2.DetachInternetGatewayOutput, error)

DetachInternetGatewayWithContext mocks base method.

func (*MockEC2) DetachNetworkInterface

func (m *MockEC2) DetachNetworkInterface(arg0 *ec2.DetachNetworkInterfaceInput) (*ec2.DetachNetworkInterfaceOutput, error)

DetachNetworkInterface mocks base method.

func (*MockEC2) DetachNetworkInterfaceRequest

func (m *MockEC2) DetachNetworkInterfaceRequest(arg0 *ec2.DetachNetworkInterfaceInput) (*request.Request, *ec2.DetachNetworkInterfaceOutput)

DetachNetworkInterfaceRequest mocks base method.

func (*MockEC2) DetachNetworkInterfaceWithContext

func (m *MockEC2) DetachNetworkInterfaceWithContext(arg0 context.Context, arg1 *ec2.DetachNetworkInterfaceInput, arg2 ...request.Option) (*ec2.DetachNetworkInterfaceOutput, error)

DetachNetworkInterfaceWithContext mocks base method.

func (*MockEC2) DetachVerifiedAccessTrustProvider

DetachVerifiedAccessTrustProvider mocks base method.

func (*MockEC2) DetachVerifiedAccessTrustProviderRequest

func (m *MockEC2) DetachVerifiedAccessTrustProviderRequest(arg0 *ec2.DetachVerifiedAccessTrustProviderInput) (*request.Request, *ec2.DetachVerifiedAccessTrustProviderOutput)

DetachVerifiedAccessTrustProviderRequest mocks base method.

func (*MockEC2) DetachVerifiedAccessTrustProviderWithContext

func (m *MockEC2) DetachVerifiedAccessTrustProviderWithContext(arg0 context.Context, arg1 *ec2.DetachVerifiedAccessTrustProviderInput, arg2 ...request.Option) (*ec2.DetachVerifiedAccessTrustProviderOutput, error)

DetachVerifiedAccessTrustProviderWithContext mocks base method.

func (*MockEC2) DetachVolume

func (m *MockEC2) DetachVolume(arg0 *ec2.DetachVolumeInput) (*ec2.VolumeAttachment, error)

DetachVolume mocks base method.

func (*MockEC2) DetachVolumeRequest

func (m *MockEC2) DetachVolumeRequest(arg0 *ec2.DetachVolumeInput) (*request.Request, *ec2.VolumeAttachment)

DetachVolumeRequest mocks base method.

func (*MockEC2) DetachVolumeWithContext

func (m *MockEC2) DetachVolumeWithContext(arg0 context.Context, arg1 *ec2.DetachVolumeInput, arg2 ...request.Option) (*ec2.VolumeAttachment, error)

DetachVolumeWithContext mocks base method.

func (*MockEC2) DetachVpnGateway

func (m *MockEC2) DetachVpnGateway(arg0 *ec2.DetachVpnGatewayInput) (*ec2.DetachVpnGatewayOutput, error)

DetachVpnGateway mocks base method.

func (*MockEC2) DetachVpnGatewayRequest

func (m *MockEC2) DetachVpnGatewayRequest(arg0 *ec2.DetachVpnGatewayInput) (*request.Request, *ec2.DetachVpnGatewayOutput)

DetachVpnGatewayRequest mocks base method.

func (*MockEC2) DetachVpnGatewayWithContext

func (m *MockEC2) DetachVpnGatewayWithContext(arg0 context.Context, arg1 *ec2.DetachVpnGatewayInput, arg2 ...request.Option) (*ec2.DetachVpnGatewayOutput, error)

DetachVpnGatewayWithContext mocks base method.

func (*MockEC2) DisableAddressTransfer

func (m *MockEC2) DisableAddressTransfer(arg0 *ec2.DisableAddressTransferInput) (*ec2.DisableAddressTransferOutput, error)

DisableAddressTransfer mocks base method.

func (*MockEC2) DisableAddressTransferRequest

func (m *MockEC2) DisableAddressTransferRequest(arg0 *ec2.DisableAddressTransferInput) (*request.Request, *ec2.DisableAddressTransferOutput)

DisableAddressTransferRequest mocks base method.

func (*MockEC2) DisableAddressTransferWithContext

func (m *MockEC2) DisableAddressTransferWithContext(arg0 context.Context, arg1 *ec2.DisableAddressTransferInput, arg2 ...request.Option) (*ec2.DisableAddressTransferOutput, error)

DisableAddressTransferWithContext mocks base method.

func (*MockEC2) DisableAwsNetworkPerformanceMetricSubscription

DisableAwsNetworkPerformanceMetricSubscription mocks base method.

func (*MockEC2) DisableAwsNetworkPerformanceMetricSubscriptionRequest

DisableAwsNetworkPerformanceMetricSubscriptionRequest mocks base method.

func (*MockEC2) DisableAwsNetworkPerformanceMetricSubscriptionWithContext

func (m *MockEC2) DisableAwsNetworkPerformanceMetricSubscriptionWithContext(arg0 context.Context, arg1 *ec2.DisableAwsNetworkPerformanceMetricSubscriptionInput, arg2 ...request.Option) (*ec2.DisableAwsNetworkPerformanceMetricSubscriptionOutput, error)

DisableAwsNetworkPerformanceMetricSubscriptionWithContext mocks base method.

func (*MockEC2) DisableEbsEncryptionByDefault

func (m *MockEC2) DisableEbsEncryptionByDefault(arg0 *ec2.DisableEbsEncryptionByDefaultInput) (*ec2.DisableEbsEncryptionByDefaultOutput, error)

DisableEbsEncryptionByDefault mocks base method.

func (*MockEC2) DisableEbsEncryptionByDefaultRequest

func (m *MockEC2) DisableEbsEncryptionByDefaultRequest(arg0 *ec2.DisableEbsEncryptionByDefaultInput) (*request.Request, *ec2.DisableEbsEncryptionByDefaultOutput)

DisableEbsEncryptionByDefaultRequest mocks base method.

func (*MockEC2) DisableEbsEncryptionByDefaultWithContext

func (m *MockEC2) DisableEbsEncryptionByDefaultWithContext(arg0 context.Context, arg1 *ec2.DisableEbsEncryptionByDefaultInput, arg2 ...request.Option) (*ec2.DisableEbsEncryptionByDefaultOutput, error)

DisableEbsEncryptionByDefaultWithContext mocks base method.

func (*MockEC2) DisableFastLaunch

func (m *MockEC2) DisableFastLaunch(arg0 *ec2.DisableFastLaunchInput) (*ec2.DisableFastLaunchOutput, error)

DisableFastLaunch mocks base method.

func (*MockEC2) DisableFastLaunchRequest

func (m *MockEC2) DisableFastLaunchRequest(arg0 *ec2.DisableFastLaunchInput) (*request.Request, *ec2.DisableFastLaunchOutput)

DisableFastLaunchRequest mocks base method.

func (*MockEC2) DisableFastLaunchWithContext

func (m *MockEC2) DisableFastLaunchWithContext(arg0 context.Context, arg1 *ec2.DisableFastLaunchInput, arg2 ...request.Option) (*ec2.DisableFastLaunchOutput, error)

DisableFastLaunchWithContext mocks base method.

func (*MockEC2) DisableFastSnapshotRestores

func (m *MockEC2) DisableFastSnapshotRestores(arg0 *ec2.DisableFastSnapshotRestoresInput) (*ec2.DisableFastSnapshotRestoresOutput, error)

DisableFastSnapshotRestores mocks base method.

func (*MockEC2) DisableFastSnapshotRestoresRequest

func (m *MockEC2) DisableFastSnapshotRestoresRequest(arg0 *ec2.DisableFastSnapshotRestoresInput) (*request.Request, *ec2.DisableFastSnapshotRestoresOutput)

DisableFastSnapshotRestoresRequest mocks base method.

func (*MockEC2) DisableFastSnapshotRestoresWithContext

func (m *MockEC2) DisableFastSnapshotRestoresWithContext(arg0 context.Context, arg1 *ec2.DisableFastSnapshotRestoresInput, arg2 ...request.Option) (*ec2.DisableFastSnapshotRestoresOutput, error)

DisableFastSnapshotRestoresWithContext mocks base method.

func (*MockEC2) DisableImageDeprecation

func (m *MockEC2) DisableImageDeprecation(arg0 *ec2.DisableImageDeprecationInput) (*ec2.DisableImageDeprecationOutput, error)

DisableImageDeprecation mocks base method.

func (*MockEC2) DisableImageDeprecationRequest

func (m *MockEC2) DisableImageDeprecationRequest(arg0 *ec2.DisableImageDeprecationInput) (*request.Request, *ec2.DisableImageDeprecationOutput)

DisableImageDeprecationRequest mocks base method.

func (*MockEC2) DisableImageDeprecationWithContext

func (m *MockEC2) DisableImageDeprecationWithContext(arg0 context.Context, arg1 *ec2.DisableImageDeprecationInput, arg2 ...request.Option) (*ec2.DisableImageDeprecationOutput, error)

DisableImageDeprecationWithContext mocks base method.

func (*MockEC2) DisableIpamOrganizationAdminAccount

DisableIpamOrganizationAdminAccount mocks base method.

func (*MockEC2) DisableIpamOrganizationAdminAccountRequest

func (m *MockEC2) DisableIpamOrganizationAdminAccountRequest(arg0 *ec2.DisableIpamOrganizationAdminAccountInput) (*request.Request, *ec2.DisableIpamOrganizationAdminAccountOutput)

DisableIpamOrganizationAdminAccountRequest mocks base method.

func (*MockEC2) DisableIpamOrganizationAdminAccountWithContext

func (m *MockEC2) DisableIpamOrganizationAdminAccountWithContext(arg0 context.Context, arg1 *ec2.DisableIpamOrganizationAdminAccountInput, arg2 ...request.Option) (*ec2.DisableIpamOrganizationAdminAccountOutput, error)

DisableIpamOrganizationAdminAccountWithContext mocks base method.

func (*MockEC2) DisableSerialConsoleAccess

func (m *MockEC2) DisableSerialConsoleAccess(arg0 *ec2.DisableSerialConsoleAccessInput) (*ec2.DisableSerialConsoleAccessOutput, error)

DisableSerialConsoleAccess mocks base method.

func (*MockEC2) DisableSerialConsoleAccessRequest

func (m *MockEC2) DisableSerialConsoleAccessRequest(arg0 *ec2.DisableSerialConsoleAccessInput) (*request.Request, *ec2.DisableSerialConsoleAccessOutput)

DisableSerialConsoleAccessRequest mocks base method.

func (*MockEC2) DisableSerialConsoleAccessWithContext

func (m *MockEC2) DisableSerialConsoleAccessWithContext(arg0 context.Context, arg1 *ec2.DisableSerialConsoleAccessInput, arg2 ...request.Option) (*ec2.DisableSerialConsoleAccessOutput, error)

DisableSerialConsoleAccessWithContext mocks base method.

func (*MockEC2) DisableTransitGatewayRouteTablePropagation

DisableTransitGatewayRouteTablePropagation mocks base method.

func (*MockEC2) DisableTransitGatewayRouteTablePropagationRequest

DisableTransitGatewayRouteTablePropagationRequest mocks base method.

func (*MockEC2) DisableTransitGatewayRouteTablePropagationWithContext

func (m *MockEC2) DisableTransitGatewayRouteTablePropagationWithContext(arg0 context.Context, arg1 *ec2.DisableTransitGatewayRouteTablePropagationInput, arg2 ...request.Option) (*ec2.DisableTransitGatewayRouteTablePropagationOutput, error)

DisableTransitGatewayRouteTablePropagationWithContext mocks base method.

func (*MockEC2) DisableVgwRoutePropagation

func (m *MockEC2) DisableVgwRoutePropagation(arg0 *ec2.DisableVgwRoutePropagationInput) (*ec2.DisableVgwRoutePropagationOutput, error)

DisableVgwRoutePropagation mocks base method.

func (*MockEC2) DisableVgwRoutePropagationRequest

func (m *MockEC2) DisableVgwRoutePropagationRequest(arg0 *ec2.DisableVgwRoutePropagationInput) (*request.Request, *ec2.DisableVgwRoutePropagationOutput)

DisableVgwRoutePropagationRequest mocks base method.

func (*MockEC2) DisableVgwRoutePropagationWithContext

func (m *MockEC2) DisableVgwRoutePropagationWithContext(arg0 context.Context, arg1 *ec2.DisableVgwRoutePropagationInput, arg2 ...request.Option) (*ec2.DisableVgwRoutePropagationOutput, error)

DisableVgwRoutePropagationWithContext mocks base method.

func (m *MockEC2) DisableVpcClassicLink(arg0 *ec2.DisableVpcClassicLinkInput) (*ec2.DisableVpcClassicLinkOutput, error)

DisableVpcClassicLink mocks base method.

func (*MockEC2) DisableVpcClassicLinkDnsSupport

DisableVpcClassicLinkDnsSupport mocks base method.

func (*MockEC2) DisableVpcClassicLinkDnsSupportRequest

func (m *MockEC2) DisableVpcClassicLinkDnsSupportRequest(arg0 *ec2.DisableVpcClassicLinkDnsSupportInput) (*request.Request, *ec2.DisableVpcClassicLinkDnsSupportOutput)

DisableVpcClassicLinkDnsSupportRequest mocks base method.

func (*MockEC2) DisableVpcClassicLinkDnsSupportWithContext

func (m *MockEC2) DisableVpcClassicLinkDnsSupportWithContext(arg0 context.Context, arg1 *ec2.DisableVpcClassicLinkDnsSupportInput, arg2 ...request.Option) (*ec2.DisableVpcClassicLinkDnsSupportOutput, error)

DisableVpcClassicLinkDnsSupportWithContext mocks base method.

func (*MockEC2) DisableVpcClassicLinkRequest

func (m *MockEC2) DisableVpcClassicLinkRequest(arg0 *ec2.DisableVpcClassicLinkInput) (*request.Request, *ec2.DisableVpcClassicLinkOutput)

DisableVpcClassicLinkRequest mocks base method.

func (*MockEC2) DisableVpcClassicLinkWithContext

func (m *MockEC2) DisableVpcClassicLinkWithContext(arg0 context.Context, arg1 *ec2.DisableVpcClassicLinkInput, arg2 ...request.Option) (*ec2.DisableVpcClassicLinkOutput, error)

DisableVpcClassicLinkWithContext mocks base method.

func (*MockEC2) DisassociateAddress

func (m *MockEC2) DisassociateAddress(arg0 *ec2.DisassociateAddressInput) (*ec2.DisassociateAddressOutput, error)

DisassociateAddress mocks base method.

func (*MockEC2) DisassociateAddressRequest

func (m *MockEC2) DisassociateAddressRequest(arg0 *ec2.DisassociateAddressInput) (*request.Request, *ec2.DisassociateAddressOutput)

DisassociateAddressRequest mocks base method.

func (*MockEC2) DisassociateAddressWithContext

func (m *MockEC2) DisassociateAddressWithContext(arg0 context.Context, arg1 *ec2.DisassociateAddressInput, arg2 ...request.Option) (*ec2.DisassociateAddressOutput, error)

DisassociateAddressWithContext mocks base method.

func (*MockEC2) DisassociateClientVpnTargetNetwork

DisassociateClientVpnTargetNetwork mocks base method.

func (*MockEC2) DisassociateClientVpnTargetNetworkRequest

func (m *MockEC2) DisassociateClientVpnTargetNetworkRequest(arg0 *ec2.DisassociateClientVpnTargetNetworkInput) (*request.Request, *ec2.DisassociateClientVpnTargetNetworkOutput)

DisassociateClientVpnTargetNetworkRequest mocks base method.

func (*MockEC2) DisassociateClientVpnTargetNetworkWithContext

func (m *MockEC2) DisassociateClientVpnTargetNetworkWithContext(arg0 context.Context, arg1 *ec2.DisassociateClientVpnTargetNetworkInput, arg2 ...request.Option) (*ec2.DisassociateClientVpnTargetNetworkOutput, error)

DisassociateClientVpnTargetNetworkWithContext mocks base method.

func (*MockEC2) DisassociateEnclaveCertificateIamRole

DisassociateEnclaveCertificateIamRole mocks base method.

func (*MockEC2) DisassociateEnclaveCertificateIamRoleRequest

func (m *MockEC2) DisassociateEnclaveCertificateIamRoleRequest(arg0 *ec2.DisassociateEnclaveCertificateIamRoleInput) (*request.Request, *ec2.DisassociateEnclaveCertificateIamRoleOutput)

DisassociateEnclaveCertificateIamRoleRequest mocks base method.

func (*MockEC2) DisassociateEnclaveCertificateIamRoleWithContext

func (m *MockEC2) DisassociateEnclaveCertificateIamRoleWithContext(arg0 context.Context, arg1 *ec2.DisassociateEnclaveCertificateIamRoleInput, arg2 ...request.Option) (*ec2.DisassociateEnclaveCertificateIamRoleOutput, error)

DisassociateEnclaveCertificateIamRoleWithContext mocks base method.

func (*MockEC2) DisassociateIamInstanceProfile

DisassociateIamInstanceProfile mocks base method.

func (*MockEC2) DisassociateIamInstanceProfileRequest

func (m *MockEC2) DisassociateIamInstanceProfileRequest(arg0 *ec2.DisassociateIamInstanceProfileInput) (*request.Request, *ec2.DisassociateIamInstanceProfileOutput)

DisassociateIamInstanceProfileRequest mocks base method.

func (*MockEC2) DisassociateIamInstanceProfileWithContext

func (m *MockEC2) DisassociateIamInstanceProfileWithContext(arg0 context.Context, arg1 *ec2.DisassociateIamInstanceProfileInput, arg2 ...request.Option) (*ec2.DisassociateIamInstanceProfileOutput, error)

DisassociateIamInstanceProfileWithContext mocks base method.

func (*MockEC2) DisassociateInstanceEventWindow

DisassociateInstanceEventWindow mocks base method.

func (*MockEC2) DisassociateInstanceEventWindowRequest

func (m *MockEC2) DisassociateInstanceEventWindowRequest(arg0 *ec2.DisassociateInstanceEventWindowInput) (*request.Request, *ec2.DisassociateInstanceEventWindowOutput)

DisassociateInstanceEventWindowRequest mocks base method.

func (*MockEC2) DisassociateInstanceEventWindowWithContext

func (m *MockEC2) DisassociateInstanceEventWindowWithContext(arg0 context.Context, arg1 *ec2.DisassociateInstanceEventWindowInput, arg2 ...request.Option) (*ec2.DisassociateInstanceEventWindowOutput, error)

DisassociateInstanceEventWindowWithContext mocks base method.

func (*MockEC2) DisassociateIpamResourceDiscovery

DisassociateIpamResourceDiscovery mocks base method.

func (*MockEC2) DisassociateIpamResourceDiscoveryRequest

func (m *MockEC2) DisassociateIpamResourceDiscoveryRequest(arg0 *ec2.DisassociateIpamResourceDiscoveryInput) (*request.Request, *ec2.DisassociateIpamResourceDiscoveryOutput)

DisassociateIpamResourceDiscoveryRequest mocks base method.

func (*MockEC2) DisassociateIpamResourceDiscoveryWithContext

func (m *MockEC2) DisassociateIpamResourceDiscoveryWithContext(arg0 context.Context, arg1 *ec2.DisassociateIpamResourceDiscoveryInput, arg2 ...request.Option) (*ec2.DisassociateIpamResourceDiscoveryOutput, error)

DisassociateIpamResourceDiscoveryWithContext mocks base method.

func (*MockEC2) DisassociateNatGatewayAddress

func (m *MockEC2) DisassociateNatGatewayAddress(arg0 *ec2.DisassociateNatGatewayAddressInput) (*ec2.DisassociateNatGatewayAddressOutput, error)

DisassociateNatGatewayAddress mocks base method.

func (*MockEC2) DisassociateNatGatewayAddressRequest

func (m *MockEC2) DisassociateNatGatewayAddressRequest(arg0 *ec2.DisassociateNatGatewayAddressInput) (*request.Request, *ec2.DisassociateNatGatewayAddressOutput)

DisassociateNatGatewayAddressRequest mocks base method.

func (*MockEC2) DisassociateNatGatewayAddressWithContext

func (m *MockEC2) DisassociateNatGatewayAddressWithContext(arg0 context.Context, arg1 *ec2.DisassociateNatGatewayAddressInput, arg2 ...request.Option) (*ec2.DisassociateNatGatewayAddressOutput, error)

DisassociateNatGatewayAddressWithContext mocks base method.

func (*MockEC2) DisassociateRouteTable

func (m *MockEC2) DisassociateRouteTable(arg0 *ec2.DisassociateRouteTableInput) (*ec2.DisassociateRouteTableOutput, error)

DisassociateRouteTable mocks base method.

func (*MockEC2) DisassociateRouteTableRequest

func (m *MockEC2) DisassociateRouteTableRequest(arg0 *ec2.DisassociateRouteTableInput) (*request.Request, *ec2.DisassociateRouteTableOutput)

DisassociateRouteTableRequest mocks base method.

func (*MockEC2) DisassociateRouteTableWithContext

func (m *MockEC2) DisassociateRouteTableWithContext(arg0 context.Context, arg1 *ec2.DisassociateRouteTableInput, arg2 ...request.Option) (*ec2.DisassociateRouteTableOutput, error)

DisassociateRouteTableWithContext mocks base method.

func (*MockEC2) DisassociateSubnetCidrBlock

func (m *MockEC2) DisassociateSubnetCidrBlock(arg0 *ec2.DisassociateSubnetCidrBlockInput) (*ec2.DisassociateSubnetCidrBlockOutput, error)

DisassociateSubnetCidrBlock mocks base method.

func (*MockEC2) DisassociateSubnetCidrBlockRequest

func (m *MockEC2) DisassociateSubnetCidrBlockRequest(arg0 *ec2.DisassociateSubnetCidrBlockInput) (*request.Request, *ec2.DisassociateSubnetCidrBlockOutput)

DisassociateSubnetCidrBlockRequest mocks base method.

func (*MockEC2) DisassociateSubnetCidrBlockWithContext

func (m *MockEC2) DisassociateSubnetCidrBlockWithContext(arg0 context.Context, arg1 *ec2.DisassociateSubnetCidrBlockInput, arg2 ...request.Option) (*ec2.DisassociateSubnetCidrBlockOutput, error)

DisassociateSubnetCidrBlockWithContext mocks base method.

func (*MockEC2) DisassociateTransitGatewayMulticastDomain

DisassociateTransitGatewayMulticastDomain mocks base method.

func (*MockEC2) DisassociateTransitGatewayMulticastDomainRequest

DisassociateTransitGatewayMulticastDomainRequest mocks base method.

func (*MockEC2) DisassociateTransitGatewayMulticastDomainWithContext

func (m *MockEC2) DisassociateTransitGatewayMulticastDomainWithContext(arg0 context.Context, arg1 *ec2.DisassociateTransitGatewayMulticastDomainInput, arg2 ...request.Option) (*ec2.DisassociateTransitGatewayMulticastDomainOutput, error)

DisassociateTransitGatewayMulticastDomainWithContext mocks base method.

func (*MockEC2) DisassociateTransitGatewayPolicyTable

DisassociateTransitGatewayPolicyTable mocks base method.

func (*MockEC2) DisassociateTransitGatewayPolicyTableRequest

func (m *MockEC2) DisassociateTransitGatewayPolicyTableRequest(arg0 *ec2.DisassociateTransitGatewayPolicyTableInput) (*request.Request, *ec2.DisassociateTransitGatewayPolicyTableOutput)

DisassociateTransitGatewayPolicyTableRequest mocks base method.

func (*MockEC2) DisassociateTransitGatewayPolicyTableWithContext

func (m *MockEC2) DisassociateTransitGatewayPolicyTableWithContext(arg0 context.Context, arg1 *ec2.DisassociateTransitGatewayPolicyTableInput, arg2 ...request.Option) (*ec2.DisassociateTransitGatewayPolicyTableOutput, error)

DisassociateTransitGatewayPolicyTableWithContext mocks base method.

func (*MockEC2) DisassociateTransitGatewayRouteTable

DisassociateTransitGatewayRouteTable mocks base method.

func (*MockEC2) DisassociateTransitGatewayRouteTableRequest

func (m *MockEC2) DisassociateTransitGatewayRouteTableRequest(arg0 *ec2.DisassociateTransitGatewayRouteTableInput) (*request.Request, *ec2.DisassociateTransitGatewayRouteTableOutput)

DisassociateTransitGatewayRouteTableRequest mocks base method.

func (*MockEC2) DisassociateTransitGatewayRouteTableWithContext

func (m *MockEC2) DisassociateTransitGatewayRouteTableWithContext(arg0 context.Context, arg1 *ec2.DisassociateTransitGatewayRouteTableInput, arg2 ...request.Option) (*ec2.DisassociateTransitGatewayRouteTableOutput, error)

DisassociateTransitGatewayRouteTableWithContext mocks base method.

func (*MockEC2) DisassociateTrunkInterface

func (m *MockEC2) DisassociateTrunkInterface(arg0 *ec2.DisassociateTrunkInterfaceInput) (*ec2.DisassociateTrunkInterfaceOutput, error)

DisassociateTrunkInterface mocks base method.

func (*MockEC2) DisassociateTrunkInterfaceRequest

func (m *MockEC2) DisassociateTrunkInterfaceRequest(arg0 *ec2.DisassociateTrunkInterfaceInput) (*request.Request, *ec2.DisassociateTrunkInterfaceOutput)

DisassociateTrunkInterfaceRequest mocks base method.

func (*MockEC2) DisassociateTrunkInterfaceWithContext

func (m *MockEC2) DisassociateTrunkInterfaceWithContext(arg0 context.Context, arg1 *ec2.DisassociateTrunkInterfaceInput, arg2 ...request.Option) (*ec2.DisassociateTrunkInterfaceOutput, error)

DisassociateTrunkInterfaceWithContext mocks base method.

func (*MockEC2) DisassociateVpcCidrBlock

func (m *MockEC2) DisassociateVpcCidrBlock(arg0 *ec2.DisassociateVpcCidrBlockInput) (*ec2.DisassociateVpcCidrBlockOutput, error)

DisassociateVpcCidrBlock mocks base method.

func (*MockEC2) DisassociateVpcCidrBlockRequest

func (m *MockEC2) DisassociateVpcCidrBlockRequest(arg0 *ec2.DisassociateVpcCidrBlockInput) (*request.Request, *ec2.DisassociateVpcCidrBlockOutput)

DisassociateVpcCidrBlockRequest mocks base method.

func (*MockEC2) DisassociateVpcCidrBlockWithContext

func (m *MockEC2) DisassociateVpcCidrBlockWithContext(arg0 context.Context, arg1 *ec2.DisassociateVpcCidrBlockInput, arg2 ...request.Option) (*ec2.DisassociateVpcCidrBlockOutput, error)

DisassociateVpcCidrBlockWithContext mocks base method.

func (*MockEC2) EXPECT

func (m *MockEC2) EXPECT() *MockEC2MockRecorder

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

func (*MockEC2) EnableAddressTransfer

func (m *MockEC2) EnableAddressTransfer(arg0 *ec2.EnableAddressTransferInput) (*ec2.EnableAddressTransferOutput, error)

EnableAddressTransfer mocks base method.

func (*MockEC2) EnableAddressTransferRequest

func (m *MockEC2) EnableAddressTransferRequest(arg0 *ec2.EnableAddressTransferInput) (*request.Request, *ec2.EnableAddressTransferOutput)

EnableAddressTransferRequest mocks base method.

func (*MockEC2) EnableAddressTransferWithContext

func (m *MockEC2) EnableAddressTransferWithContext(arg0 context.Context, arg1 *ec2.EnableAddressTransferInput, arg2 ...request.Option) (*ec2.EnableAddressTransferOutput, error)

EnableAddressTransferWithContext mocks base method.

func (*MockEC2) EnableAwsNetworkPerformanceMetricSubscription

EnableAwsNetworkPerformanceMetricSubscription mocks base method.

func (*MockEC2) EnableAwsNetworkPerformanceMetricSubscriptionRequest

EnableAwsNetworkPerformanceMetricSubscriptionRequest mocks base method.

func (*MockEC2) EnableAwsNetworkPerformanceMetricSubscriptionWithContext

func (m *MockEC2) EnableAwsNetworkPerformanceMetricSubscriptionWithContext(arg0 context.Context, arg1 *ec2.EnableAwsNetworkPerformanceMetricSubscriptionInput, arg2 ...request.Option) (*ec2.EnableAwsNetworkPerformanceMetricSubscriptionOutput, error)

EnableAwsNetworkPerformanceMetricSubscriptionWithContext mocks base method.

func (*MockEC2) EnableEbsEncryptionByDefault

func (m *MockEC2) EnableEbsEncryptionByDefault(arg0 *ec2.EnableEbsEncryptionByDefaultInput) (*ec2.EnableEbsEncryptionByDefaultOutput, error)

EnableEbsEncryptionByDefault mocks base method.

func (*MockEC2) EnableEbsEncryptionByDefaultRequest

func (m *MockEC2) EnableEbsEncryptionByDefaultRequest(arg0 *ec2.EnableEbsEncryptionByDefaultInput) (*request.Request, *ec2.EnableEbsEncryptionByDefaultOutput)

EnableEbsEncryptionByDefaultRequest mocks base method.

func (*MockEC2) EnableEbsEncryptionByDefaultWithContext

func (m *MockEC2) EnableEbsEncryptionByDefaultWithContext(arg0 context.Context, arg1 *ec2.EnableEbsEncryptionByDefaultInput, arg2 ...request.Option) (*ec2.EnableEbsEncryptionByDefaultOutput, error)

EnableEbsEncryptionByDefaultWithContext mocks base method.

func (*MockEC2) EnableFastLaunch

func (m *MockEC2) EnableFastLaunch(arg0 *ec2.EnableFastLaunchInput) (*ec2.EnableFastLaunchOutput, error)

EnableFastLaunch mocks base method.

func (*MockEC2) EnableFastLaunchRequest

func (m *MockEC2) EnableFastLaunchRequest(arg0 *ec2.EnableFastLaunchInput) (*request.Request, *ec2.EnableFastLaunchOutput)

EnableFastLaunchRequest mocks base method.

func (*MockEC2) EnableFastLaunchWithContext

func (m *MockEC2) EnableFastLaunchWithContext(arg0 context.Context, arg1 *ec2.EnableFastLaunchInput, arg2 ...request.Option) (*ec2.EnableFastLaunchOutput, error)

EnableFastLaunchWithContext mocks base method.

func (*MockEC2) EnableFastSnapshotRestores

func (m *MockEC2) EnableFastSnapshotRestores(arg0 *ec2.EnableFastSnapshotRestoresInput) (*ec2.EnableFastSnapshotRestoresOutput, error)

EnableFastSnapshotRestores mocks base method.

func (*MockEC2) EnableFastSnapshotRestoresRequest

func (m *MockEC2) EnableFastSnapshotRestoresRequest(arg0 *ec2.EnableFastSnapshotRestoresInput) (*request.Request, *ec2.EnableFastSnapshotRestoresOutput)

EnableFastSnapshotRestoresRequest mocks base method.

func (*MockEC2) EnableFastSnapshotRestoresWithContext

func (m *MockEC2) EnableFastSnapshotRestoresWithContext(arg0 context.Context, arg1 *ec2.EnableFastSnapshotRestoresInput, arg2 ...request.Option) (*ec2.EnableFastSnapshotRestoresOutput, error)

EnableFastSnapshotRestoresWithContext mocks base method.

func (*MockEC2) EnableImageDeprecation

func (m *MockEC2) EnableImageDeprecation(arg0 *ec2.EnableImageDeprecationInput) (*ec2.EnableImageDeprecationOutput, error)

EnableImageDeprecation mocks base method.

func (*MockEC2) EnableImageDeprecationRequest

func (m *MockEC2) EnableImageDeprecationRequest(arg0 *ec2.EnableImageDeprecationInput) (*request.Request, *ec2.EnableImageDeprecationOutput)

EnableImageDeprecationRequest mocks base method.

func (*MockEC2) EnableImageDeprecationWithContext

func (m *MockEC2) EnableImageDeprecationWithContext(arg0 context.Context, arg1 *ec2.EnableImageDeprecationInput, arg2 ...request.Option) (*ec2.EnableImageDeprecationOutput, error)

EnableImageDeprecationWithContext mocks base method.

func (*MockEC2) EnableIpamOrganizationAdminAccount

EnableIpamOrganizationAdminAccount mocks base method.

func (*MockEC2) EnableIpamOrganizationAdminAccountRequest

func (m *MockEC2) EnableIpamOrganizationAdminAccountRequest(arg0 *ec2.EnableIpamOrganizationAdminAccountInput) (*request.Request, *ec2.EnableIpamOrganizationAdminAccountOutput)

EnableIpamOrganizationAdminAccountRequest mocks base method.

func (*MockEC2) EnableIpamOrganizationAdminAccountWithContext

func (m *MockEC2) EnableIpamOrganizationAdminAccountWithContext(arg0 context.Context, arg1 *ec2.EnableIpamOrganizationAdminAccountInput, arg2 ...request.Option) (*ec2.EnableIpamOrganizationAdminAccountOutput, error)

EnableIpamOrganizationAdminAccountWithContext mocks base method.

func (*MockEC2) EnableReachabilityAnalyzerOrganizationSharing

EnableReachabilityAnalyzerOrganizationSharing mocks base method.

func (*MockEC2) EnableReachabilityAnalyzerOrganizationSharingRequest

EnableReachabilityAnalyzerOrganizationSharingRequest mocks base method.

func (*MockEC2) EnableReachabilityAnalyzerOrganizationSharingWithContext

func (m *MockEC2) EnableReachabilityAnalyzerOrganizationSharingWithContext(arg0 context.Context, arg1 *ec2.EnableReachabilityAnalyzerOrganizationSharingInput, arg2 ...request.Option) (*ec2.EnableReachabilityAnalyzerOrganizationSharingOutput, error)

EnableReachabilityAnalyzerOrganizationSharingWithContext mocks base method.

func (*MockEC2) EnableSerialConsoleAccess

func (m *MockEC2) EnableSerialConsoleAccess(arg0 *ec2.EnableSerialConsoleAccessInput) (*ec2.EnableSerialConsoleAccessOutput, error)

EnableSerialConsoleAccess mocks base method.

func (*MockEC2) EnableSerialConsoleAccessRequest

func (m *MockEC2) EnableSerialConsoleAccessRequest(arg0 *ec2.EnableSerialConsoleAccessInput) (*request.Request, *ec2.EnableSerialConsoleAccessOutput)

EnableSerialConsoleAccessRequest mocks base method.

func (*MockEC2) EnableSerialConsoleAccessWithContext

func (m *MockEC2) EnableSerialConsoleAccessWithContext(arg0 context.Context, arg1 *ec2.EnableSerialConsoleAccessInput, arg2 ...request.Option) (*ec2.EnableSerialConsoleAccessOutput, error)

EnableSerialConsoleAccessWithContext mocks base method.

func (*MockEC2) EnableTransitGatewayRouteTablePropagation

EnableTransitGatewayRouteTablePropagation mocks base method.

func (*MockEC2) EnableTransitGatewayRouteTablePropagationRequest

EnableTransitGatewayRouteTablePropagationRequest mocks base method.

func (*MockEC2) EnableTransitGatewayRouteTablePropagationWithContext

func (m *MockEC2) EnableTransitGatewayRouteTablePropagationWithContext(arg0 context.Context, arg1 *ec2.EnableTransitGatewayRouteTablePropagationInput, arg2 ...request.Option) (*ec2.EnableTransitGatewayRouteTablePropagationOutput, error)

EnableTransitGatewayRouteTablePropagationWithContext mocks base method.

func (*MockEC2) EnableVgwRoutePropagation

func (m *MockEC2) EnableVgwRoutePropagation(arg0 *ec2.EnableVgwRoutePropagationInput) (*ec2.EnableVgwRoutePropagationOutput, error)

EnableVgwRoutePropagation mocks base method.

func (*MockEC2) EnableVgwRoutePropagationRequest

func (m *MockEC2) EnableVgwRoutePropagationRequest(arg0 *ec2.EnableVgwRoutePropagationInput) (*request.Request, *ec2.EnableVgwRoutePropagationOutput)

EnableVgwRoutePropagationRequest mocks base method.

func (*MockEC2) EnableVgwRoutePropagationWithContext

func (m *MockEC2) EnableVgwRoutePropagationWithContext(arg0 context.Context, arg1 *ec2.EnableVgwRoutePropagationInput, arg2 ...request.Option) (*ec2.EnableVgwRoutePropagationOutput, error)

EnableVgwRoutePropagationWithContext mocks base method.

func (*MockEC2) EnableVolumeIO

func (m *MockEC2) EnableVolumeIO(arg0 *ec2.EnableVolumeIOInput) (*ec2.EnableVolumeIOOutput, error)

EnableVolumeIO mocks base method.

func (*MockEC2) EnableVolumeIORequest

func (m *MockEC2) EnableVolumeIORequest(arg0 *ec2.EnableVolumeIOInput) (*request.Request, *ec2.EnableVolumeIOOutput)

EnableVolumeIORequest mocks base method.

func (*MockEC2) EnableVolumeIOWithContext

func (m *MockEC2) EnableVolumeIOWithContext(arg0 context.Context, arg1 *ec2.EnableVolumeIOInput, arg2 ...request.Option) (*ec2.EnableVolumeIOOutput, error)

EnableVolumeIOWithContext mocks base method.

func (m *MockEC2) EnableVpcClassicLink(arg0 *ec2.EnableVpcClassicLinkInput) (*ec2.EnableVpcClassicLinkOutput, error)

EnableVpcClassicLink mocks base method.

func (*MockEC2) EnableVpcClassicLinkDnsSupport

EnableVpcClassicLinkDnsSupport mocks base method.

func (*MockEC2) EnableVpcClassicLinkDnsSupportRequest

func (m *MockEC2) EnableVpcClassicLinkDnsSupportRequest(arg0 *ec2.EnableVpcClassicLinkDnsSupportInput) (*request.Request, *ec2.EnableVpcClassicLinkDnsSupportOutput)

EnableVpcClassicLinkDnsSupportRequest mocks base method.

func (*MockEC2) EnableVpcClassicLinkDnsSupportWithContext

func (m *MockEC2) EnableVpcClassicLinkDnsSupportWithContext(arg0 context.Context, arg1 *ec2.EnableVpcClassicLinkDnsSupportInput, arg2 ...request.Option) (*ec2.EnableVpcClassicLinkDnsSupportOutput, error)

EnableVpcClassicLinkDnsSupportWithContext mocks base method.

func (*MockEC2) EnableVpcClassicLinkRequest

func (m *MockEC2) EnableVpcClassicLinkRequest(arg0 *ec2.EnableVpcClassicLinkInput) (*request.Request, *ec2.EnableVpcClassicLinkOutput)

EnableVpcClassicLinkRequest mocks base method.

func (*MockEC2) EnableVpcClassicLinkWithContext

func (m *MockEC2) EnableVpcClassicLinkWithContext(arg0 context.Context, arg1 *ec2.EnableVpcClassicLinkInput, arg2 ...request.Option) (*ec2.EnableVpcClassicLinkOutput, error)

EnableVpcClassicLinkWithContext mocks base method.

func (*MockEC2) ExportClientVpnClientCertificateRevocationList

ExportClientVpnClientCertificateRevocationList mocks base method.

func (*MockEC2) ExportClientVpnClientCertificateRevocationListRequest

ExportClientVpnClientCertificateRevocationListRequest mocks base method.

func (*MockEC2) ExportClientVpnClientCertificateRevocationListWithContext

func (m *MockEC2) ExportClientVpnClientCertificateRevocationListWithContext(arg0 context.Context, arg1 *ec2.ExportClientVpnClientCertificateRevocationListInput, arg2 ...request.Option) (*ec2.ExportClientVpnClientCertificateRevocationListOutput, error)

ExportClientVpnClientCertificateRevocationListWithContext mocks base method.

func (*MockEC2) ExportClientVpnClientConfiguration

ExportClientVpnClientConfiguration mocks base method.

func (*MockEC2) ExportClientVpnClientConfigurationRequest

func (m *MockEC2) ExportClientVpnClientConfigurationRequest(arg0 *ec2.ExportClientVpnClientConfigurationInput) (*request.Request, *ec2.ExportClientVpnClientConfigurationOutput)

ExportClientVpnClientConfigurationRequest mocks base method.

func (*MockEC2) ExportClientVpnClientConfigurationWithContext

func (m *MockEC2) ExportClientVpnClientConfigurationWithContext(arg0 context.Context, arg1 *ec2.ExportClientVpnClientConfigurationInput, arg2 ...request.Option) (*ec2.ExportClientVpnClientConfigurationOutput, error)

ExportClientVpnClientConfigurationWithContext mocks base method.

func (*MockEC2) ExportImage

func (m *MockEC2) ExportImage(arg0 *ec2.ExportImageInput) (*ec2.ExportImageOutput, error)

ExportImage mocks base method.

func (*MockEC2) ExportImageRequest

func (m *MockEC2) ExportImageRequest(arg0 *ec2.ExportImageInput) (*request.Request, *ec2.ExportImageOutput)

ExportImageRequest mocks base method.

func (*MockEC2) ExportImageWithContext

func (m *MockEC2) ExportImageWithContext(arg0 context.Context, arg1 *ec2.ExportImageInput, arg2 ...request.Option) (*ec2.ExportImageOutput, error)

ExportImageWithContext mocks base method.

func (*MockEC2) ExportTransitGatewayRoutes

func (m *MockEC2) ExportTransitGatewayRoutes(arg0 *ec2.ExportTransitGatewayRoutesInput) (*ec2.ExportTransitGatewayRoutesOutput, error)

ExportTransitGatewayRoutes mocks base method.

func (*MockEC2) ExportTransitGatewayRoutesRequest

func (m *MockEC2) ExportTransitGatewayRoutesRequest(arg0 *ec2.ExportTransitGatewayRoutesInput) (*request.Request, *ec2.ExportTransitGatewayRoutesOutput)

ExportTransitGatewayRoutesRequest mocks base method.

func (*MockEC2) ExportTransitGatewayRoutesWithContext

func (m *MockEC2) ExportTransitGatewayRoutesWithContext(arg0 context.Context, arg1 *ec2.ExportTransitGatewayRoutesInput, arg2 ...request.Option) (*ec2.ExportTransitGatewayRoutesOutput, error)

ExportTransitGatewayRoutesWithContext mocks base method.

func (*MockEC2) GetAssociatedEnclaveCertificateIamRoles

GetAssociatedEnclaveCertificateIamRoles mocks base method.

func (*MockEC2) GetAssociatedEnclaveCertificateIamRolesRequest

GetAssociatedEnclaveCertificateIamRolesRequest mocks base method.

func (*MockEC2) GetAssociatedEnclaveCertificateIamRolesWithContext

func (m *MockEC2) GetAssociatedEnclaveCertificateIamRolesWithContext(arg0 context.Context, arg1 *ec2.GetAssociatedEnclaveCertificateIamRolesInput, arg2 ...request.Option) (*ec2.GetAssociatedEnclaveCertificateIamRolesOutput, error)

GetAssociatedEnclaveCertificateIamRolesWithContext mocks base method.

func (*MockEC2) GetAssociatedIpv6PoolCidrs

func (m *MockEC2) GetAssociatedIpv6PoolCidrs(arg0 *ec2.GetAssociatedIpv6PoolCidrsInput) (*ec2.GetAssociatedIpv6PoolCidrsOutput, error)

GetAssociatedIpv6PoolCidrs mocks base method.

func (*MockEC2) GetAssociatedIpv6PoolCidrsPages

func (m *MockEC2) GetAssociatedIpv6PoolCidrsPages(arg0 *ec2.GetAssociatedIpv6PoolCidrsInput, arg1 func(*ec2.GetAssociatedIpv6PoolCidrsOutput, bool) bool) error

GetAssociatedIpv6PoolCidrsPages mocks base method.

func (*MockEC2) GetAssociatedIpv6PoolCidrsPagesWithContext

func (m *MockEC2) GetAssociatedIpv6PoolCidrsPagesWithContext(arg0 context.Context, arg1 *ec2.GetAssociatedIpv6PoolCidrsInput, arg2 func(*ec2.GetAssociatedIpv6PoolCidrsOutput, bool) bool, arg3 ...request.Option) error

GetAssociatedIpv6PoolCidrsPagesWithContext mocks base method.

func (*MockEC2) GetAssociatedIpv6PoolCidrsRequest

func (m *MockEC2) GetAssociatedIpv6PoolCidrsRequest(arg0 *ec2.GetAssociatedIpv6PoolCidrsInput) (*request.Request, *ec2.GetAssociatedIpv6PoolCidrsOutput)

GetAssociatedIpv6PoolCidrsRequest mocks base method.

func (*MockEC2) GetAssociatedIpv6PoolCidrsWithContext

func (m *MockEC2) GetAssociatedIpv6PoolCidrsWithContext(arg0 context.Context, arg1 *ec2.GetAssociatedIpv6PoolCidrsInput, arg2 ...request.Option) (*ec2.GetAssociatedIpv6PoolCidrsOutput, error)

GetAssociatedIpv6PoolCidrsWithContext mocks base method.

func (*MockEC2) GetAwsNetworkPerformanceData

func (m *MockEC2) GetAwsNetworkPerformanceData(arg0 *ec2.GetAwsNetworkPerformanceDataInput) (*ec2.GetAwsNetworkPerformanceDataOutput, error)

GetAwsNetworkPerformanceData mocks base method.

func (*MockEC2) GetAwsNetworkPerformanceDataPages

func (m *MockEC2) GetAwsNetworkPerformanceDataPages(arg0 *ec2.GetAwsNetworkPerformanceDataInput, arg1 func(*ec2.GetAwsNetworkPerformanceDataOutput, bool) bool) error

GetAwsNetworkPerformanceDataPages mocks base method.

func (*MockEC2) GetAwsNetworkPerformanceDataPagesWithContext

func (m *MockEC2) GetAwsNetworkPerformanceDataPagesWithContext(arg0 context.Context, arg1 *ec2.GetAwsNetworkPerformanceDataInput, arg2 func(*ec2.GetAwsNetworkPerformanceDataOutput, bool) bool, arg3 ...request.Option) error

GetAwsNetworkPerformanceDataPagesWithContext mocks base method.

func (*MockEC2) GetAwsNetworkPerformanceDataRequest

func (m *MockEC2) GetAwsNetworkPerformanceDataRequest(arg0 *ec2.GetAwsNetworkPerformanceDataInput) (*request.Request, *ec2.GetAwsNetworkPerformanceDataOutput)

GetAwsNetworkPerformanceDataRequest mocks base method.

func (*MockEC2) GetAwsNetworkPerformanceDataWithContext

func (m *MockEC2) GetAwsNetworkPerformanceDataWithContext(arg0 context.Context, arg1 *ec2.GetAwsNetworkPerformanceDataInput, arg2 ...request.Option) (*ec2.GetAwsNetworkPerformanceDataOutput, error)

GetAwsNetworkPerformanceDataWithContext mocks base method.

func (*MockEC2) GetCapacityReservationUsage

func (m *MockEC2) GetCapacityReservationUsage(arg0 *ec2.GetCapacityReservationUsageInput) (*ec2.GetCapacityReservationUsageOutput, error)

GetCapacityReservationUsage mocks base method.

func (*MockEC2) GetCapacityReservationUsageRequest

func (m *MockEC2) GetCapacityReservationUsageRequest(arg0 *ec2.GetCapacityReservationUsageInput) (*request.Request, *ec2.GetCapacityReservationUsageOutput)

GetCapacityReservationUsageRequest mocks base method.

func (*MockEC2) GetCapacityReservationUsageWithContext

func (m *MockEC2) GetCapacityReservationUsageWithContext(arg0 context.Context, arg1 *ec2.GetCapacityReservationUsageInput, arg2 ...request.Option) (*ec2.GetCapacityReservationUsageOutput, error)

GetCapacityReservationUsageWithContext mocks base method.

func (*MockEC2) GetCoipPoolUsage

func (m *MockEC2) GetCoipPoolUsage(arg0 *ec2.GetCoipPoolUsageInput) (*ec2.GetCoipPoolUsageOutput, error)

GetCoipPoolUsage mocks base method.

func (*MockEC2) GetCoipPoolUsageRequest

func (m *MockEC2) GetCoipPoolUsageRequest(arg0 *ec2.GetCoipPoolUsageInput) (*request.Request, *ec2.GetCoipPoolUsageOutput)

GetCoipPoolUsageRequest mocks base method.

func (*MockEC2) GetCoipPoolUsageWithContext

func (m *MockEC2) GetCoipPoolUsageWithContext(arg0 context.Context, arg1 *ec2.GetCoipPoolUsageInput, arg2 ...request.Option) (*ec2.GetCoipPoolUsageOutput, error)

GetCoipPoolUsageWithContext mocks base method.

func (*MockEC2) GetConsoleOutput

func (m *MockEC2) GetConsoleOutput(arg0 *ec2.GetConsoleOutputInput) (*ec2.GetConsoleOutputOutput, error)

GetConsoleOutput mocks base method.

func (*MockEC2) GetConsoleOutputRequest

func (m *MockEC2) GetConsoleOutputRequest(arg0 *ec2.GetConsoleOutputInput) (*request.Request, *ec2.GetConsoleOutputOutput)

GetConsoleOutputRequest mocks base method.

func (*MockEC2) GetConsoleOutputWithContext

func (m *MockEC2) GetConsoleOutputWithContext(arg0 context.Context, arg1 *ec2.GetConsoleOutputInput, arg2 ...request.Option) (*ec2.GetConsoleOutputOutput, error)

GetConsoleOutputWithContext mocks base method.

func (*MockEC2) GetConsoleScreenshot

func (m *MockEC2) GetConsoleScreenshot(arg0 *ec2.GetConsoleScreenshotInput) (*ec2.GetConsoleScreenshotOutput, error)

GetConsoleScreenshot mocks base method.

func (*MockEC2) GetConsoleScreenshotRequest

func (m *MockEC2) GetConsoleScreenshotRequest(arg0 *ec2.GetConsoleScreenshotInput) (*request.Request, *ec2.GetConsoleScreenshotOutput)

GetConsoleScreenshotRequest mocks base method.

func (*MockEC2) GetConsoleScreenshotWithContext

func (m *MockEC2) GetConsoleScreenshotWithContext(arg0 context.Context, arg1 *ec2.GetConsoleScreenshotInput, arg2 ...request.Option) (*ec2.GetConsoleScreenshotOutput, error)

GetConsoleScreenshotWithContext mocks base method.

func (*MockEC2) GetDefaultCreditSpecification

func (m *MockEC2) GetDefaultCreditSpecification(arg0 *ec2.GetDefaultCreditSpecificationInput) (*ec2.GetDefaultCreditSpecificationOutput, error)

GetDefaultCreditSpecification mocks base method.

func (*MockEC2) GetDefaultCreditSpecificationRequest

func (m *MockEC2) GetDefaultCreditSpecificationRequest(arg0 *ec2.GetDefaultCreditSpecificationInput) (*request.Request, *ec2.GetDefaultCreditSpecificationOutput)

GetDefaultCreditSpecificationRequest mocks base method.

func (*MockEC2) GetDefaultCreditSpecificationWithContext

func (m *MockEC2) GetDefaultCreditSpecificationWithContext(arg0 context.Context, arg1 *ec2.GetDefaultCreditSpecificationInput, arg2 ...request.Option) (*ec2.GetDefaultCreditSpecificationOutput, error)

GetDefaultCreditSpecificationWithContext mocks base method.

func (*MockEC2) GetEbsDefaultKmsKeyId

func (m *MockEC2) GetEbsDefaultKmsKeyId(arg0 *ec2.GetEbsDefaultKmsKeyIdInput) (*ec2.GetEbsDefaultKmsKeyIdOutput, error)

GetEbsDefaultKmsKeyId mocks base method.

func (*MockEC2) GetEbsDefaultKmsKeyIdRequest

func (m *MockEC2) GetEbsDefaultKmsKeyIdRequest(arg0 *ec2.GetEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.GetEbsDefaultKmsKeyIdOutput)

GetEbsDefaultKmsKeyIdRequest mocks base method.

func (*MockEC2) GetEbsDefaultKmsKeyIdWithContext

func (m *MockEC2) GetEbsDefaultKmsKeyIdWithContext(arg0 context.Context, arg1 *ec2.GetEbsDefaultKmsKeyIdInput, arg2 ...request.Option) (*ec2.GetEbsDefaultKmsKeyIdOutput, error)

GetEbsDefaultKmsKeyIdWithContext mocks base method.

func (*MockEC2) GetEbsEncryptionByDefault

func (m *MockEC2) GetEbsEncryptionByDefault(arg0 *ec2.GetEbsEncryptionByDefaultInput) (*ec2.GetEbsEncryptionByDefaultOutput, error)

GetEbsEncryptionByDefault mocks base method.

func (*MockEC2) GetEbsEncryptionByDefaultRequest

func (m *MockEC2) GetEbsEncryptionByDefaultRequest(arg0 *ec2.GetEbsEncryptionByDefaultInput) (*request.Request, *ec2.GetEbsEncryptionByDefaultOutput)

GetEbsEncryptionByDefaultRequest mocks base method.

func (*MockEC2) GetEbsEncryptionByDefaultWithContext

func (m *MockEC2) GetEbsEncryptionByDefaultWithContext(arg0 context.Context, arg1 *ec2.GetEbsEncryptionByDefaultInput, arg2 ...request.Option) (*ec2.GetEbsEncryptionByDefaultOutput, error)

GetEbsEncryptionByDefaultWithContext mocks base method.

func (*MockEC2) GetFlowLogsIntegrationTemplate

GetFlowLogsIntegrationTemplate mocks base method.

func (*MockEC2) GetFlowLogsIntegrationTemplateRequest

func (m *MockEC2) GetFlowLogsIntegrationTemplateRequest(arg0 *ec2.GetFlowLogsIntegrationTemplateInput) (*request.Request, *ec2.GetFlowLogsIntegrationTemplateOutput)

GetFlowLogsIntegrationTemplateRequest mocks base method.

func (*MockEC2) GetFlowLogsIntegrationTemplateWithContext

func (m *MockEC2) GetFlowLogsIntegrationTemplateWithContext(arg0 context.Context, arg1 *ec2.GetFlowLogsIntegrationTemplateInput, arg2 ...request.Option) (*ec2.GetFlowLogsIntegrationTemplateOutput, error)

GetFlowLogsIntegrationTemplateWithContext mocks base method.

func (*MockEC2) GetGroupsForCapacityReservation

GetGroupsForCapacityReservation mocks base method.

func (*MockEC2) GetGroupsForCapacityReservationPages

func (m *MockEC2) GetGroupsForCapacityReservationPages(arg0 *ec2.GetGroupsForCapacityReservationInput, arg1 func(*ec2.GetGroupsForCapacityReservationOutput, bool) bool) error

GetGroupsForCapacityReservationPages mocks base method.

func (*MockEC2) GetGroupsForCapacityReservationPagesWithContext

func (m *MockEC2) GetGroupsForCapacityReservationPagesWithContext(arg0 context.Context, arg1 *ec2.GetGroupsForCapacityReservationInput, arg2 func(*ec2.GetGroupsForCapacityReservationOutput, bool) bool, arg3 ...request.Option) error

GetGroupsForCapacityReservationPagesWithContext mocks base method.

func (*MockEC2) GetGroupsForCapacityReservationRequest

func (m *MockEC2) GetGroupsForCapacityReservationRequest(arg0 *ec2.GetGroupsForCapacityReservationInput) (*request.Request, *ec2.GetGroupsForCapacityReservationOutput)

GetGroupsForCapacityReservationRequest mocks base method.

func (*MockEC2) GetGroupsForCapacityReservationWithContext

func (m *MockEC2) GetGroupsForCapacityReservationWithContext(arg0 context.Context, arg1 *ec2.GetGroupsForCapacityReservationInput, arg2 ...request.Option) (*ec2.GetGroupsForCapacityReservationOutput, error)

GetGroupsForCapacityReservationWithContext mocks base method.

func (*MockEC2) GetHostReservationPurchasePreview

GetHostReservationPurchasePreview mocks base method.

func (*MockEC2) GetHostReservationPurchasePreviewRequest

func (m *MockEC2) GetHostReservationPurchasePreviewRequest(arg0 *ec2.GetHostReservationPurchasePreviewInput) (*request.Request, *ec2.GetHostReservationPurchasePreviewOutput)

GetHostReservationPurchasePreviewRequest mocks base method.

func (*MockEC2) GetHostReservationPurchasePreviewWithContext

func (m *MockEC2) GetHostReservationPurchasePreviewWithContext(arg0 context.Context, arg1 *ec2.GetHostReservationPurchasePreviewInput, arg2 ...request.Option) (*ec2.GetHostReservationPurchasePreviewOutput, error)

GetHostReservationPurchasePreviewWithContext mocks base method.

func (*MockEC2) GetInstanceTypesFromInstanceRequirements

GetInstanceTypesFromInstanceRequirements mocks base method.

func (*MockEC2) GetInstanceTypesFromInstanceRequirementsPages

func (m *MockEC2) GetInstanceTypesFromInstanceRequirementsPages(arg0 *ec2.GetInstanceTypesFromInstanceRequirementsInput, arg1 func(*ec2.GetInstanceTypesFromInstanceRequirementsOutput, bool) bool) error

GetInstanceTypesFromInstanceRequirementsPages mocks base method.

func (*MockEC2) GetInstanceTypesFromInstanceRequirementsPagesWithContext

func (m *MockEC2) GetInstanceTypesFromInstanceRequirementsPagesWithContext(arg0 context.Context, arg1 *ec2.GetInstanceTypesFromInstanceRequirementsInput, arg2 func(*ec2.GetInstanceTypesFromInstanceRequirementsOutput, bool) bool, arg3 ...request.Option) error

GetInstanceTypesFromInstanceRequirementsPagesWithContext mocks base method.

func (*MockEC2) GetInstanceTypesFromInstanceRequirementsRequest

GetInstanceTypesFromInstanceRequirementsRequest mocks base method.

func (*MockEC2) GetInstanceTypesFromInstanceRequirementsWithContext

func (m *MockEC2) GetInstanceTypesFromInstanceRequirementsWithContext(arg0 context.Context, arg1 *ec2.GetInstanceTypesFromInstanceRequirementsInput, arg2 ...request.Option) (*ec2.GetInstanceTypesFromInstanceRequirementsOutput, error)

GetInstanceTypesFromInstanceRequirementsWithContext mocks base method.

func (*MockEC2) GetInstanceUefiData

func (m *MockEC2) GetInstanceUefiData(arg0 *ec2.GetInstanceUefiDataInput) (*ec2.GetInstanceUefiDataOutput, error)

GetInstanceUefiData mocks base method.

func (*MockEC2) GetInstanceUefiDataRequest

func (m *MockEC2) GetInstanceUefiDataRequest(arg0 *ec2.GetInstanceUefiDataInput) (*request.Request, *ec2.GetInstanceUefiDataOutput)

GetInstanceUefiDataRequest mocks base method.

func (*MockEC2) GetInstanceUefiDataWithContext

func (m *MockEC2) GetInstanceUefiDataWithContext(arg0 context.Context, arg1 *ec2.GetInstanceUefiDataInput, arg2 ...request.Option) (*ec2.GetInstanceUefiDataOutput, error)

GetInstanceUefiDataWithContext mocks base method.

func (*MockEC2) GetIpamAddressHistory

func (m *MockEC2) GetIpamAddressHistory(arg0 *ec2.GetIpamAddressHistoryInput) (*ec2.GetIpamAddressHistoryOutput, error)

GetIpamAddressHistory mocks base method.

func (*MockEC2) GetIpamAddressHistoryPages

func (m *MockEC2) GetIpamAddressHistoryPages(arg0 *ec2.GetIpamAddressHistoryInput, arg1 func(*ec2.GetIpamAddressHistoryOutput, bool) bool) error

GetIpamAddressHistoryPages mocks base method.

func (*MockEC2) GetIpamAddressHistoryPagesWithContext

func (m *MockEC2) GetIpamAddressHistoryPagesWithContext(arg0 context.Context, arg1 *ec2.GetIpamAddressHistoryInput, arg2 func(*ec2.GetIpamAddressHistoryOutput, bool) bool, arg3 ...request.Option) error

GetIpamAddressHistoryPagesWithContext mocks base method.

func (*MockEC2) GetIpamAddressHistoryRequest

func (m *MockEC2) GetIpamAddressHistoryRequest(arg0 *ec2.GetIpamAddressHistoryInput) (*request.Request, *ec2.GetIpamAddressHistoryOutput)

GetIpamAddressHistoryRequest mocks base method.

func (*MockEC2) GetIpamAddressHistoryWithContext

func (m *MockEC2) GetIpamAddressHistoryWithContext(arg0 context.Context, arg1 *ec2.GetIpamAddressHistoryInput, arg2 ...request.Option) (*ec2.GetIpamAddressHistoryOutput, error)

GetIpamAddressHistoryWithContext mocks base method.

func (*MockEC2) GetIpamDiscoveredAccounts

func (m *MockEC2) GetIpamDiscoveredAccounts(arg0 *ec2.GetIpamDiscoveredAccountsInput) (*ec2.GetIpamDiscoveredAccountsOutput, error)

GetIpamDiscoveredAccounts mocks base method.

func (*MockEC2) GetIpamDiscoveredAccountsPages

func (m *MockEC2) GetIpamDiscoveredAccountsPages(arg0 *ec2.GetIpamDiscoveredAccountsInput, arg1 func(*ec2.GetIpamDiscoveredAccountsOutput, bool) bool) error

GetIpamDiscoveredAccountsPages mocks base method.

func (*MockEC2) GetIpamDiscoveredAccountsPagesWithContext

func (m *MockEC2) GetIpamDiscoveredAccountsPagesWithContext(arg0 context.Context, arg1 *ec2.GetIpamDiscoveredAccountsInput, arg2 func(*ec2.GetIpamDiscoveredAccountsOutput, bool) bool, arg3 ...request.Option) error

GetIpamDiscoveredAccountsPagesWithContext mocks base method.

func (*MockEC2) GetIpamDiscoveredAccountsRequest

func (m *MockEC2) GetIpamDiscoveredAccountsRequest(arg0 *ec2.GetIpamDiscoveredAccountsInput) (*request.Request, *ec2.GetIpamDiscoveredAccountsOutput)

GetIpamDiscoveredAccountsRequest mocks base method.

func (*MockEC2) GetIpamDiscoveredAccountsWithContext

func (m *MockEC2) GetIpamDiscoveredAccountsWithContext(arg0 context.Context, arg1 *ec2.GetIpamDiscoveredAccountsInput, arg2 ...request.Option) (*ec2.GetIpamDiscoveredAccountsOutput, error)

GetIpamDiscoveredAccountsWithContext mocks base method.

func (*MockEC2) GetIpamDiscoveredResourceCidrs

GetIpamDiscoveredResourceCidrs mocks base method.

func (*MockEC2) GetIpamDiscoveredResourceCidrsPages

func (m *MockEC2) GetIpamDiscoveredResourceCidrsPages(arg0 *ec2.GetIpamDiscoveredResourceCidrsInput, arg1 func(*ec2.GetIpamDiscoveredResourceCidrsOutput, bool) bool) error

GetIpamDiscoveredResourceCidrsPages mocks base method.

func (*MockEC2) GetIpamDiscoveredResourceCidrsPagesWithContext

func (m *MockEC2) GetIpamDiscoveredResourceCidrsPagesWithContext(arg0 context.Context, arg1 *ec2.GetIpamDiscoveredResourceCidrsInput, arg2 func(*ec2.GetIpamDiscoveredResourceCidrsOutput, bool) bool, arg3 ...request.Option) error

GetIpamDiscoveredResourceCidrsPagesWithContext mocks base method.

func (*MockEC2) GetIpamDiscoveredResourceCidrsRequest

func (m *MockEC2) GetIpamDiscoveredResourceCidrsRequest(arg0 *ec2.GetIpamDiscoveredResourceCidrsInput) (*request.Request, *ec2.GetIpamDiscoveredResourceCidrsOutput)

GetIpamDiscoveredResourceCidrsRequest mocks base method.

func (*MockEC2) GetIpamDiscoveredResourceCidrsWithContext

func (m *MockEC2) GetIpamDiscoveredResourceCidrsWithContext(arg0 context.Context, arg1 *ec2.GetIpamDiscoveredResourceCidrsInput, arg2 ...request.Option) (*ec2.GetIpamDiscoveredResourceCidrsOutput, error)

GetIpamDiscoveredResourceCidrsWithContext mocks base method.

func (*MockEC2) GetIpamPoolAllocations

func (m *MockEC2) GetIpamPoolAllocations(arg0 *ec2.GetIpamPoolAllocationsInput) (*ec2.GetIpamPoolAllocationsOutput, error)

GetIpamPoolAllocations mocks base method.

func (*MockEC2) GetIpamPoolAllocationsPages

func (m *MockEC2) GetIpamPoolAllocationsPages(arg0 *ec2.GetIpamPoolAllocationsInput, arg1 func(*ec2.GetIpamPoolAllocationsOutput, bool) bool) error

GetIpamPoolAllocationsPages mocks base method.

func (*MockEC2) GetIpamPoolAllocationsPagesWithContext

func (m *MockEC2) GetIpamPoolAllocationsPagesWithContext(arg0 context.Context, arg1 *ec2.GetIpamPoolAllocationsInput, arg2 func(*ec2.GetIpamPoolAllocationsOutput, bool) bool, arg3 ...request.Option) error

GetIpamPoolAllocationsPagesWithContext mocks base method.

func (*MockEC2) GetIpamPoolAllocationsRequest

func (m *MockEC2) GetIpamPoolAllocationsRequest(arg0 *ec2.GetIpamPoolAllocationsInput) (*request.Request, *ec2.GetIpamPoolAllocationsOutput)

GetIpamPoolAllocationsRequest mocks base method.

func (*MockEC2) GetIpamPoolAllocationsWithContext

func (m *MockEC2) GetIpamPoolAllocationsWithContext(arg0 context.Context, arg1 *ec2.GetIpamPoolAllocationsInput, arg2 ...request.Option) (*ec2.GetIpamPoolAllocationsOutput, error)

GetIpamPoolAllocationsWithContext mocks base method.

func (*MockEC2) GetIpamPoolCidrs

func (m *MockEC2) GetIpamPoolCidrs(arg0 *ec2.GetIpamPoolCidrsInput) (*ec2.GetIpamPoolCidrsOutput, error)

GetIpamPoolCidrs mocks base method.

func (*MockEC2) GetIpamPoolCidrsPages

func (m *MockEC2) GetIpamPoolCidrsPages(arg0 *ec2.GetIpamPoolCidrsInput, arg1 func(*ec2.GetIpamPoolCidrsOutput, bool) bool) error

GetIpamPoolCidrsPages mocks base method.

func (*MockEC2) GetIpamPoolCidrsPagesWithContext

func (m *MockEC2) GetIpamPoolCidrsPagesWithContext(arg0 context.Context, arg1 *ec2.GetIpamPoolCidrsInput, arg2 func(*ec2.GetIpamPoolCidrsOutput, bool) bool, arg3 ...request.Option) error

GetIpamPoolCidrsPagesWithContext mocks base method.

func (*MockEC2) GetIpamPoolCidrsRequest

func (m *MockEC2) GetIpamPoolCidrsRequest(arg0 *ec2.GetIpamPoolCidrsInput) (*request.Request, *ec2.GetIpamPoolCidrsOutput)

GetIpamPoolCidrsRequest mocks base method.

func (*MockEC2) GetIpamPoolCidrsWithContext

func (m *MockEC2) GetIpamPoolCidrsWithContext(arg0 context.Context, arg1 *ec2.GetIpamPoolCidrsInput, arg2 ...request.Option) (*ec2.GetIpamPoolCidrsOutput, error)

GetIpamPoolCidrsWithContext mocks base method.

func (*MockEC2) GetIpamResourceCidrs

func (m *MockEC2) GetIpamResourceCidrs(arg0 *ec2.GetIpamResourceCidrsInput) (*ec2.GetIpamResourceCidrsOutput, error)

GetIpamResourceCidrs mocks base method.

func (*MockEC2) GetIpamResourceCidrsPages

func (m *MockEC2) GetIpamResourceCidrsPages(arg0 *ec2.GetIpamResourceCidrsInput, arg1 func(*ec2.GetIpamResourceCidrsOutput, bool) bool) error

GetIpamResourceCidrsPages mocks base method.

func (*MockEC2) GetIpamResourceCidrsPagesWithContext

func (m *MockEC2) GetIpamResourceCidrsPagesWithContext(arg0 context.Context, arg1 *ec2.GetIpamResourceCidrsInput, arg2 func(*ec2.GetIpamResourceCidrsOutput, bool) bool, arg3 ...request.Option) error

GetIpamResourceCidrsPagesWithContext mocks base method.

func (*MockEC2) GetIpamResourceCidrsRequest

func (m *MockEC2) GetIpamResourceCidrsRequest(arg0 *ec2.GetIpamResourceCidrsInput) (*request.Request, *ec2.GetIpamResourceCidrsOutput)

GetIpamResourceCidrsRequest mocks base method.

func (*MockEC2) GetIpamResourceCidrsWithContext

func (m *MockEC2) GetIpamResourceCidrsWithContext(arg0 context.Context, arg1 *ec2.GetIpamResourceCidrsInput, arg2 ...request.Option) (*ec2.GetIpamResourceCidrsOutput, error)

GetIpamResourceCidrsWithContext mocks base method.

func (*MockEC2) GetLaunchTemplateData

func (m *MockEC2) GetLaunchTemplateData(arg0 *ec2.GetLaunchTemplateDataInput) (*ec2.GetLaunchTemplateDataOutput, error)

GetLaunchTemplateData mocks base method.

func (*MockEC2) GetLaunchTemplateDataRequest

func (m *MockEC2) GetLaunchTemplateDataRequest(arg0 *ec2.GetLaunchTemplateDataInput) (*request.Request, *ec2.GetLaunchTemplateDataOutput)

GetLaunchTemplateDataRequest mocks base method.

func (*MockEC2) GetLaunchTemplateDataWithContext

func (m *MockEC2) GetLaunchTemplateDataWithContext(arg0 context.Context, arg1 *ec2.GetLaunchTemplateDataInput, arg2 ...request.Option) (*ec2.GetLaunchTemplateDataOutput, error)

GetLaunchTemplateDataWithContext mocks base method.

func (*MockEC2) GetManagedPrefixListAssociations

GetManagedPrefixListAssociations mocks base method.

func (*MockEC2) GetManagedPrefixListAssociationsPages

func (m *MockEC2) GetManagedPrefixListAssociationsPages(arg0 *ec2.GetManagedPrefixListAssociationsInput, arg1 func(*ec2.GetManagedPrefixListAssociationsOutput, bool) bool) error

GetManagedPrefixListAssociationsPages mocks base method.

func (*MockEC2) GetManagedPrefixListAssociationsPagesWithContext

func (m *MockEC2) GetManagedPrefixListAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.GetManagedPrefixListAssociationsInput, arg2 func(*ec2.GetManagedPrefixListAssociationsOutput, bool) bool, arg3 ...request.Option) error

GetManagedPrefixListAssociationsPagesWithContext mocks base method.

func (*MockEC2) GetManagedPrefixListAssociationsRequest

func (m *MockEC2) GetManagedPrefixListAssociationsRequest(arg0 *ec2.GetManagedPrefixListAssociationsInput) (*request.Request, *ec2.GetManagedPrefixListAssociationsOutput)

GetManagedPrefixListAssociationsRequest mocks base method.

func (*MockEC2) GetManagedPrefixListAssociationsWithContext

func (m *MockEC2) GetManagedPrefixListAssociationsWithContext(arg0 context.Context, arg1 *ec2.GetManagedPrefixListAssociationsInput, arg2 ...request.Option) (*ec2.GetManagedPrefixListAssociationsOutput, error)

GetManagedPrefixListAssociationsWithContext mocks base method.

func (*MockEC2) GetManagedPrefixListEntries

func (m *MockEC2) GetManagedPrefixListEntries(arg0 *ec2.GetManagedPrefixListEntriesInput) (*ec2.GetManagedPrefixListEntriesOutput, error)

GetManagedPrefixListEntries mocks base method.

func (*MockEC2) GetManagedPrefixListEntriesPages

func (m *MockEC2) GetManagedPrefixListEntriesPages(arg0 *ec2.GetManagedPrefixListEntriesInput, arg1 func(*ec2.GetManagedPrefixListEntriesOutput, bool) bool) error

GetManagedPrefixListEntriesPages mocks base method.

func (*MockEC2) GetManagedPrefixListEntriesPagesWithContext

func (m *MockEC2) GetManagedPrefixListEntriesPagesWithContext(arg0 context.Context, arg1 *ec2.GetManagedPrefixListEntriesInput, arg2 func(*ec2.GetManagedPrefixListEntriesOutput, bool) bool, arg3 ...request.Option) error

GetManagedPrefixListEntriesPagesWithContext mocks base method.

func (*MockEC2) GetManagedPrefixListEntriesRequest

func (m *MockEC2) GetManagedPrefixListEntriesRequest(arg0 *ec2.GetManagedPrefixListEntriesInput) (*request.Request, *ec2.GetManagedPrefixListEntriesOutput)

GetManagedPrefixListEntriesRequest mocks base method.

func (*MockEC2) GetManagedPrefixListEntriesWithContext

func (m *MockEC2) GetManagedPrefixListEntriesWithContext(arg0 context.Context, arg1 *ec2.GetManagedPrefixListEntriesInput, arg2 ...request.Option) (*ec2.GetManagedPrefixListEntriesOutput, error)

GetManagedPrefixListEntriesWithContext mocks base method.

func (*MockEC2) GetNetworkInsightsAccessScopeAnalysisFindings

GetNetworkInsightsAccessScopeAnalysisFindings mocks base method.

func (*MockEC2) GetNetworkInsightsAccessScopeAnalysisFindingsPages

func (m *MockEC2) GetNetworkInsightsAccessScopeAnalysisFindingsPages(arg0 *ec2.GetNetworkInsightsAccessScopeAnalysisFindingsInput, arg1 func(*ec2.GetNetworkInsightsAccessScopeAnalysisFindingsOutput, bool) bool) error

GetNetworkInsightsAccessScopeAnalysisFindingsPages mocks base method.

func (*MockEC2) GetNetworkInsightsAccessScopeAnalysisFindingsPagesWithContext

func (m *MockEC2) GetNetworkInsightsAccessScopeAnalysisFindingsPagesWithContext(arg0 context.Context, arg1 *ec2.GetNetworkInsightsAccessScopeAnalysisFindingsInput, arg2 func(*ec2.GetNetworkInsightsAccessScopeAnalysisFindingsOutput, bool) bool, arg3 ...request.Option) error

GetNetworkInsightsAccessScopeAnalysisFindingsPagesWithContext mocks base method.

func (*MockEC2) GetNetworkInsightsAccessScopeAnalysisFindingsRequest

GetNetworkInsightsAccessScopeAnalysisFindingsRequest mocks base method.

func (*MockEC2) GetNetworkInsightsAccessScopeAnalysisFindingsWithContext

func (m *MockEC2) GetNetworkInsightsAccessScopeAnalysisFindingsWithContext(arg0 context.Context, arg1 *ec2.GetNetworkInsightsAccessScopeAnalysisFindingsInput, arg2 ...request.Option) (*ec2.GetNetworkInsightsAccessScopeAnalysisFindingsOutput, error)

GetNetworkInsightsAccessScopeAnalysisFindingsWithContext mocks base method.

func (*MockEC2) GetNetworkInsightsAccessScopeContent

GetNetworkInsightsAccessScopeContent mocks base method.

func (*MockEC2) GetNetworkInsightsAccessScopeContentRequest

func (m *MockEC2) GetNetworkInsightsAccessScopeContentRequest(arg0 *ec2.GetNetworkInsightsAccessScopeContentInput) (*request.Request, *ec2.GetNetworkInsightsAccessScopeContentOutput)

GetNetworkInsightsAccessScopeContentRequest mocks base method.

func (*MockEC2) GetNetworkInsightsAccessScopeContentWithContext

func (m *MockEC2) GetNetworkInsightsAccessScopeContentWithContext(arg0 context.Context, arg1 *ec2.GetNetworkInsightsAccessScopeContentInput, arg2 ...request.Option) (*ec2.GetNetworkInsightsAccessScopeContentOutput, error)

GetNetworkInsightsAccessScopeContentWithContext mocks base method.

func (*MockEC2) GetPasswordData

func (m *MockEC2) GetPasswordData(arg0 *ec2.GetPasswordDataInput) (*ec2.GetPasswordDataOutput, error)

GetPasswordData mocks base method.

func (*MockEC2) GetPasswordDataRequest

func (m *MockEC2) GetPasswordDataRequest(arg0 *ec2.GetPasswordDataInput) (*request.Request, *ec2.GetPasswordDataOutput)

GetPasswordDataRequest mocks base method.

func (*MockEC2) GetPasswordDataWithContext

func (m *MockEC2) GetPasswordDataWithContext(arg0 context.Context, arg1 *ec2.GetPasswordDataInput, arg2 ...request.Option) (*ec2.GetPasswordDataOutput, error)

GetPasswordDataWithContext mocks base method.

func (*MockEC2) GetReservedInstancesExchangeQuote

GetReservedInstancesExchangeQuote mocks base method.

func (*MockEC2) GetReservedInstancesExchangeQuoteRequest

func (m *MockEC2) GetReservedInstancesExchangeQuoteRequest(arg0 *ec2.GetReservedInstancesExchangeQuoteInput) (*request.Request, *ec2.GetReservedInstancesExchangeQuoteOutput)

GetReservedInstancesExchangeQuoteRequest mocks base method.

func (*MockEC2) GetReservedInstancesExchangeQuoteWithContext

func (m *MockEC2) GetReservedInstancesExchangeQuoteWithContext(arg0 context.Context, arg1 *ec2.GetReservedInstancesExchangeQuoteInput, arg2 ...request.Option) (*ec2.GetReservedInstancesExchangeQuoteOutput, error)

GetReservedInstancesExchangeQuoteWithContext mocks base method.

func (*MockEC2) GetSerialConsoleAccessStatus

func (m *MockEC2) GetSerialConsoleAccessStatus(arg0 *ec2.GetSerialConsoleAccessStatusInput) (*ec2.GetSerialConsoleAccessStatusOutput, error)

GetSerialConsoleAccessStatus mocks base method.

func (*MockEC2) GetSerialConsoleAccessStatusRequest

func (m *MockEC2) GetSerialConsoleAccessStatusRequest(arg0 *ec2.GetSerialConsoleAccessStatusInput) (*request.Request, *ec2.GetSerialConsoleAccessStatusOutput)

GetSerialConsoleAccessStatusRequest mocks base method.

func (*MockEC2) GetSerialConsoleAccessStatusWithContext

func (m *MockEC2) GetSerialConsoleAccessStatusWithContext(arg0 context.Context, arg1 *ec2.GetSerialConsoleAccessStatusInput, arg2 ...request.Option) (*ec2.GetSerialConsoleAccessStatusOutput, error)

GetSerialConsoleAccessStatusWithContext mocks base method.

func (*MockEC2) GetSpotPlacementScores

func (m *MockEC2) GetSpotPlacementScores(arg0 *ec2.GetSpotPlacementScoresInput) (*ec2.GetSpotPlacementScoresOutput, error)

GetSpotPlacementScores mocks base method.

func (*MockEC2) GetSpotPlacementScoresPages

func (m *MockEC2) GetSpotPlacementScoresPages(arg0 *ec2.GetSpotPlacementScoresInput, arg1 func(*ec2.GetSpotPlacementScoresOutput, bool) bool) error

GetSpotPlacementScoresPages mocks base method.

func (*MockEC2) GetSpotPlacementScoresPagesWithContext

func (m *MockEC2) GetSpotPlacementScoresPagesWithContext(arg0 context.Context, arg1 *ec2.GetSpotPlacementScoresInput, arg2 func(*ec2.GetSpotPlacementScoresOutput, bool) bool, arg3 ...request.Option) error

GetSpotPlacementScoresPagesWithContext mocks base method.

func (*MockEC2) GetSpotPlacementScoresRequest

func (m *MockEC2) GetSpotPlacementScoresRequest(arg0 *ec2.GetSpotPlacementScoresInput) (*request.Request, *ec2.GetSpotPlacementScoresOutput)

GetSpotPlacementScoresRequest mocks base method.

func (*MockEC2) GetSpotPlacementScoresWithContext

func (m *MockEC2) GetSpotPlacementScoresWithContext(arg0 context.Context, arg1 *ec2.GetSpotPlacementScoresInput, arg2 ...request.Option) (*ec2.GetSpotPlacementScoresOutput, error)

GetSpotPlacementScoresWithContext mocks base method.

func (*MockEC2) GetSubnetCidrReservations

func (m *MockEC2) GetSubnetCidrReservations(arg0 *ec2.GetSubnetCidrReservationsInput) (*ec2.GetSubnetCidrReservationsOutput, error)

GetSubnetCidrReservations mocks base method.

func (*MockEC2) GetSubnetCidrReservationsRequest

func (m *MockEC2) GetSubnetCidrReservationsRequest(arg0 *ec2.GetSubnetCidrReservationsInput) (*request.Request, *ec2.GetSubnetCidrReservationsOutput)

GetSubnetCidrReservationsRequest mocks base method.

func (*MockEC2) GetSubnetCidrReservationsWithContext

func (m *MockEC2) GetSubnetCidrReservationsWithContext(arg0 context.Context, arg1 *ec2.GetSubnetCidrReservationsInput, arg2 ...request.Option) (*ec2.GetSubnetCidrReservationsOutput, error)

GetSubnetCidrReservationsWithContext mocks base method.

func (*MockEC2) GetTransitGatewayAttachmentPropagations

GetTransitGatewayAttachmentPropagations mocks base method.

func (*MockEC2) GetTransitGatewayAttachmentPropagationsPages

func (m *MockEC2) GetTransitGatewayAttachmentPropagationsPages(arg0 *ec2.GetTransitGatewayAttachmentPropagationsInput, arg1 func(*ec2.GetTransitGatewayAttachmentPropagationsOutput, bool) bool) error

GetTransitGatewayAttachmentPropagationsPages mocks base method.

func (*MockEC2) GetTransitGatewayAttachmentPropagationsPagesWithContext

func (m *MockEC2) GetTransitGatewayAttachmentPropagationsPagesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayAttachmentPropagationsInput, arg2 func(*ec2.GetTransitGatewayAttachmentPropagationsOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayAttachmentPropagationsPagesWithContext mocks base method.

func (*MockEC2) GetTransitGatewayAttachmentPropagationsRequest

GetTransitGatewayAttachmentPropagationsRequest mocks base method.

func (*MockEC2) GetTransitGatewayAttachmentPropagationsWithContext

func (m *MockEC2) GetTransitGatewayAttachmentPropagationsWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayAttachmentPropagationsInput, arg2 ...request.Option) (*ec2.GetTransitGatewayAttachmentPropagationsOutput, error)

GetTransitGatewayAttachmentPropagationsWithContext mocks base method.

func (*MockEC2) GetTransitGatewayMulticastDomainAssociations

GetTransitGatewayMulticastDomainAssociations mocks base method.

func (*MockEC2) GetTransitGatewayMulticastDomainAssociationsPages

func (m *MockEC2) GetTransitGatewayMulticastDomainAssociationsPages(arg0 *ec2.GetTransitGatewayMulticastDomainAssociationsInput, arg1 func(*ec2.GetTransitGatewayMulticastDomainAssociationsOutput, bool) bool) error

GetTransitGatewayMulticastDomainAssociationsPages mocks base method.

func (*MockEC2) GetTransitGatewayMulticastDomainAssociationsPagesWithContext

func (m *MockEC2) GetTransitGatewayMulticastDomainAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayMulticastDomainAssociationsInput, arg2 func(*ec2.GetTransitGatewayMulticastDomainAssociationsOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayMulticastDomainAssociationsPagesWithContext mocks base method.

func (*MockEC2) GetTransitGatewayMulticastDomainAssociationsRequest

GetTransitGatewayMulticastDomainAssociationsRequest mocks base method.

func (*MockEC2) GetTransitGatewayMulticastDomainAssociationsWithContext

func (m *MockEC2) GetTransitGatewayMulticastDomainAssociationsWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayMulticastDomainAssociationsInput, arg2 ...request.Option) (*ec2.GetTransitGatewayMulticastDomainAssociationsOutput, error)

GetTransitGatewayMulticastDomainAssociationsWithContext mocks base method.

func (*MockEC2) GetTransitGatewayPolicyTableAssociations

GetTransitGatewayPolicyTableAssociations mocks base method.

func (*MockEC2) GetTransitGatewayPolicyTableAssociationsPages

func (m *MockEC2) GetTransitGatewayPolicyTableAssociationsPages(arg0 *ec2.GetTransitGatewayPolicyTableAssociationsInput, arg1 func(*ec2.GetTransitGatewayPolicyTableAssociationsOutput, bool) bool) error

GetTransitGatewayPolicyTableAssociationsPages mocks base method.

func (*MockEC2) GetTransitGatewayPolicyTableAssociationsPagesWithContext

func (m *MockEC2) GetTransitGatewayPolicyTableAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayPolicyTableAssociationsInput, arg2 func(*ec2.GetTransitGatewayPolicyTableAssociationsOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayPolicyTableAssociationsPagesWithContext mocks base method.

func (*MockEC2) GetTransitGatewayPolicyTableAssociationsRequest

GetTransitGatewayPolicyTableAssociationsRequest mocks base method.

func (*MockEC2) GetTransitGatewayPolicyTableAssociationsWithContext

func (m *MockEC2) GetTransitGatewayPolicyTableAssociationsWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayPolicyTableAssociationsInput, arg2 ...request.Option) (*ec2.GetTransitGatewayPolicyTableAssociationsOutput, error)

GetTransitGatewayPolicyTableAssociationsWithContext mocks base method.

func (*MockEC2) GetTransitGatewayPolicyTableEntries

GetTransitGatewayPolicyTableEntries mocks base method.

func (*MockEC2) GetTransitGatewayPolicyTableEntriesRequest

func (m *MockEC2) GetTransitGatewayPolicyTableEntriesRequest(arg0 *ec2.GetTransitGatewayPolicyTableEntriesInput) (*request.Request, *ec2.GetTransitGatewayPolicyTableEntriesOutput)

GetTransitGatewayPolicyTableEntriesRequest mocks base method.

func (*MockEC2) GetTransitGatewayPolicyTableEntriesWithContext

func (m *MockEC2) GetTransitGatewayPolicyTableEntriesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayPolicyTableEntriesInput, arg2 ...request.Option) (*ec2.GetTransitGatewayPolicyTableEntriesOutput, error)

GetTransitGatewayPolicyTableEntriesWithContext mocks base method.

func (*MockEC2) GetTransitGatewayPrefixListReferences

GetTransitGatewayPrefixListReferences mocks base method.

func (*MockEC2) GetTransitGatewayPrefixListReferencesPages

func (m *MockEC2) GetTransitGatewayPrefixListReferencesPages(arg0 *ec2.GetTransitGatewayPrefixListReferencesInput, arg1 func(*ec2.GetTransitGatewayPrefixListReferencesOutput, bool) bool) error

GetTransitGatewayPrefixListReferencesPages mocks base method.

func (*MockEC2) GetTransitGatewayPrefixListReferencesPagesWithContext

func (m *MockEC2) GetTransitGatewayPrefixListReferencesPagesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayPrefixListReferencesInput, arg2 func(*ec2.GetTransitGatewayPrefixListReferencesOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayPrefixListReferencesPagesWithContext mocks base method.

func (*MockEC2) GetTransitGatewayPrefixListReferencesRequest

func (m *MockEC2) GetTransitGatewayPrefixListReferencesRequest(arg0 *ec2.GetTransitGatewayPrefixListReferencesInput) (*request.Request, *ec2.GetTransitGatewayPrefixListReferencesOutput)

GetTransitGatewayPrefixListReferencesRequest mocks base method.

func (*MockEC2) GetTransitGatewayPrefixListReferencesWithContext

func (m *MockEC2) GetTransitGatewayPrefixListReferencesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayPrefixListReferencesInput, arg2 ...request.Option) (*ec2.GetTransitGatewayPrefixListReferencesOutput, error)

GetTransitGatewayPrefixListReferencesWithContext mocks base method.

func (*MockEC2) GetTransitGatewayRouteTableAssociations

GetTransitGatewayRouteTableAssociations mocks base method.

func (*MockEC2) GetTransitGatewayRouteTableAssociationsPages

func (m *MockEC2) GetTransitGatewayRouteTableAssociationsPages(arg0 *ec2.GetTransitGatewayRouteTableAssociationsInput, arg1 func(*ec2.GetTransitGatewayRouteTableAssociationsOutput, bool) bool) error

GetTransitGatewayRouteTableAssociationsPages mocks base method.

func (*MockEC2) GetTransitGatewayRouteTableAssociationsPagesWithContext

func (m *MockEC2) GetTransitGatewayRouteTableAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayRouteTableAssociationsInput, arg2 func(*ec2.GetTransitGatewayRouteTableAssociationsOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayRouteTableAssociationsPagesWithContext mocks base method.

func (*MockEC2) GetTransitGatewayRouteTableAssociationsRequest

GetTransitGatewayRouteTableAssociationsRequest mocks base method.

func (*MockEC2) GetTransitGatewayRouteTableAssociationsWithContext

func (m *MockEC2) GetTransitGatewayRouteTableAssociationsWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayRouteTableAssociationsInput, arg2 ...request.Option) (*ec2.GetTransitGatewayRouteTableAssociationsOutput, error)

GetTransitGatewayRouteTableAssociationsWithContext mocks base method.

func (*MockEC2) GetTransitGatewayRouteTablePropagations

GetTransitGatewayRouteTablePropagations mocks base method.

func (*MockEC2) GetTransitGatewayRouteTablePropagationsPages

func (m *MockEC2) GetTransitGatewayRouteTablePropagationsPages(arg0 *ec2.GetTransitGatewayRouteTablePropagationsInput, arg1 func(*ec2.GetTransitGatewayRouteTablePropagationsOutput, bool) bool) error

GetTransitGatewayRouteTablePropagationsPages mocks base method.

func (*MockEC2) GetTransitGatewayRouteTablePropagationsPagesWithContext

func (m *MockEC2) GetTransitGatewayRouteTablePropagationsPagesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayRouteTablePropagationsInput, arg2 func(*ec2.GetTransitGatewayRouteTablePropagationsOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayRouteTablePropagationsPagesWithContext mocks base method.

func (*MockEC2) GetTransitGatewayRouteTablePropagationsRequest

GetTransitGatewayRouteTablePropagationsRequest mocks base method.

func (*MockEC2) GetTransitGatewayRouteTablePropagationsWithContext

func (m *MockEC2) GetTransitGatewayRouteTablePropagationsWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayRouteTablePropagationsInput, arg2 ...request.Option) (*ec2.GetTransitGatewayRouteTablePropagationsOutput, error)

GetTransitGatewayRouteTablePropagationsWithContext mocks base method.

func (*MockEC2) GetVerifiedAccessEndpointPolicy

GetVerifiedAccessEndpointPolicy mocks base method.

func (*MockEC2) GetVerifiedAccessEndpointPolicyRequest

func (m *MockEC2) GetVerifiedAccessEndpointPolicyRequest(arg0 *ec2.GetVerifiedAccessEndpointPolicyInput) (*request.Request, *ec2.GetVerifiedAccessEndpointPolicyOutput)

GetVerifiedAccessEndpointPolicyRequest mocks base method.

func (*MockEC2) GetVerifiedAccessEndpointPolicyWithContext

func (m *MockEC2) GetVerifiedAccessEndpointPolicyWithContext(arg0 context.Context, arg1 *ec2.GetVerifiedAccessEndpointPolicyInput, arg2 ...request.Option) (*ec2.GetVerifiedAccessEndpointPolicyOutput, error)

GetVerifiedAccessEndpointPolicyWithContext mocks base method.

func (*MockEC2) GetVerifiedAccessGroupPolicy

func (m *MockEC2) GetVerifiedAccessGroupPolicy(arg0 *ec2.GetVerifiedAccessGroupPolicyInput) (*ec2.GetVerifiedAccessGroupPolicyOutput, error)

GetVerifiedAccessGroupPolicy mocks base method.

func (*MockEC2) GetVerifiedAccessGroupPolicyRequest

func (m *MockEC2) GetVerifiedAccessGroupPolicyRequest(arg0 *ec2.GetVerifiedAccessGroupPolicyInput) (*request.Request, *ec2.GetVerifiedAccessGroupPolicyOutput)

GetVerifiedAccessGroupPolicyRequest mocks base method.

func (*MockEC2) GetVerifiedAccessGroupPolicyWithContext

func (m *MockEC2) GetVerifiedAccessGroupPolicyWithContext(arg0 context.Context, arg1 *ec2.GetVerifiedAccessGroupPolicyInput, arg2 ...request.Option) (*ec2.GetVerifiedAccessGroupPolicyOutput, error)

GetVerifiedAccessGroupPolicyWithContext mocks base method.

func (*MockEC2) GetVpnConnectionDeviceSampleConfiguration

GetVpnConnectionDeviceSampleConfiguration mocks base method.

func (*MockEC2) GetVpnConnectionDeviceSampleConfigurationRequest

GetVpnConnectionDeviceSampleConfigurationRequest mocks base method.

func (*MockEC2) GetVpnConnectionDeviceSampleConfigurationWithContext

func (m *MockEC2) GetVpnConnectionDeviceSampleConfigurationWithContext(arg0 context.Context, arg1 *ec2.GetVpnConnectionDeviceSampleConfigurationInput, arg2 ...request.Option) (*ec2.GetVpnConnectionDeviceSampleConfigurationOutput, error)

GetVpnConnectionDeviceSampleConfigurationWithContext mocks base method.

func (*MockEC2) GetVpnConnectionDeviceTypes

func (m *MockEC2) GetVpnConnectionDeviceTypes(arg0 *ec2.GetVpnConnectionDeviceTypesInput) (*ec2.GetVpnConnectionDeviceTypesOutput, error)

GetVpnConnectionDeviceTypes mocks base method.

func (*MockEC2) GetVpnConnectionDeviceTypesPages

func (m *MockEC2) GetVpnConnectionDeviceTypesPages(arg0 *ec2.GetVpnConnectionDeviceTypesInput, arg1 func(*ec2.GetVpnConnectionDeviceTypesOutput, bool) bool) error

GetVpnConnectionDeviceTypesPages mocks base method.

func (*MockEC2) GetVpnConnectionDeviceTypesPagesWithContext

func (m *MockEC2) GetVpnConnectionDeviceTypesPagesWithContext(arg0 context.Context, arg1 *ec2.GetVpnConnectionDeviceTypesInput, arg2 func(*ec2.GetVpnConnectionDeviceTypesOutput, bool) bool, arg3 ...request.Option) error

GetVpnConnectionDeviceTypesPagesWithContext mocks base method.

func (*MockEC2) GetVpnConnectionDeviceTypesRequest

func (m *MockEC2) GetVpnConnectionDeviceTypesRequest(arg0 *ec2.GetVpnConnectionDeviceTypesInput) (*request.Request, *ec2.GetVpnConnectionDeviceTypesOutput)

GetVpnConnectionDeviceTypesRequest mocks base method.

func (*MockEC2) GetVpnConnectionDeviceTypesWithContext

func (m *MockEC2) GetVpnConnectionDeviceTypesWithContext(arg0 context.Context, arg1 *ec2.GetVpnConnectionDeviceTypesInput, arg2 ...request.Option) (*ec2.GetVpnConnectionDeviceTypesOutput, error)

GetVpnConnectionDeviceTypesWithContext mocks base method.

func (*MockEC2) GetVpnTunnelReplacementStatus

func (m *MockEC2) GetVpnTunnelReplacementStatus(arg0 *ec2.GetVpnTunnelReplacementStatusInput) (*ec2.GetVpnTunnelReplacementStatusOutput, error)

GetVpnTunnelReplacementStatus mocks base method.

func (*MockEC2) GetVpnTunnelReplacementStatusRequest

func (m *MockEC2) GetVpnTunnelReplacementStatusRequest(arg0 *ec2.GetVpnTunnelReplacementStatusInput) (*request.Request, *ec2.GetVpnTunnelReplacementStatusOutput)

GetVpnTunnelReplacementStatusRequest mocks base method.

func (*MockEC2) GetVpnTunnelReplacementStatusWithContext

func (m *MockEC2) GetVpnTunnelReplacementStatusWithContext(arg0 context.Context, arg1 *ec2.GetVpnTunnelReplacementStatusInput, arg2 ...request.Option) (*ec2.GetVpnTunnelReplacementStatusOutput, error)

GetVpnTunnelReplacementStatusWithContext mocks base method.

func (*MockEC2) ImportClientVpnClientCertificateRevocationList

ImportClientVpnClientCertificateRevocationList mocks base method.

func (*MockEC2) ImportClientVpnClientCertificateRevocationListRequest

ImportClientVpnClientCertificateRevocationListRequest mocks base method.

func (*MockEC2) ImportClientVpnClientCertificateRevocationListWithContext

func (m *MockEC2) ImportClientVpnClientCertificateRevocationListWithContext(arg0 context.Context, arg1 *ec2.ImportClientVpnClientCertificateRevocationListInput, arg2 ...request.Option) (*ec2.ImportClientVpnClientCertificateRevocationListOutput, error)

ImportClientVpnClientCertificateRevocationListWithContext mocks base method.

func (*MockEC2) ImportImage

func (m *MockEC2) ImportImage(arg0 *ec2.ImportImageInput) (*ec2.ImportImageOutput, error)

ImportImage mocks base method.

func (*MockEC2) ImportImageRequest

func (m *MockEC2) ImportImageRequest(arg0 *ec2.ImportImageInput) (*request.Request, *ec2.ImportImageOutput)

ImportImageRequest mocks base method.

func (*MockEC2) ImportImageWithContext

func (m *MockEC2) ImportImageWithContext(arg0 context.Context, arg1 *ec2.ImportImageInput, arg2 ...request.Option) (*ec2.ImportImageOutput, error)

ImportImageWithContext mocks base method.

func (*MockEC2) ImportInstance

func (m *MockEC2) ImportInstance(arg0 *ec2.ImportInstanceInput) (*ec2.ImportInstanceOutput, error)

ImportInstance mocks base method.

func (*MockEC2) ImportInstanceRequest

func (m *MockEC2) ImportInstanceRequest(arg0 *ec2.ImportInstanceInput) (*request.Request, *ec2.ImportInstanceOutput)

ImportInstanceRequest mocks base method.

func (*MockEC2) ImportInstanceWithContext

func (m *MockEC2) ImportInstanceWithContext(arg0 context.Context, arg1 *ec2.ImportInstanceInput, arg2 ...request.Option) (*ec2.ImportInstanceOutput, error)

ImportInstanceWithContext mocks base method.

func (*MockEC2) ImportKeyPair

func (m *MockEC2) ImportKeyPair(arg0 *ec2.ImportKeyPairInput) (*ec2.ImportKeyPairOutput, error)

ImportKeyPair mocks base method.

func (*MockEC2) ImportKeyPairRequest

func (m *MockEC2) ImportKeyPairRequest(arg0 *ec2.ImportKeyPairInput) (*request.Request, *ec2.ImportKeyPairOutput)

ImportKeyPairRequest mocks base method.

func (*MockEC2) ImportKeyPairWithContext

func (m *MockEC2) ImportKeyPairWithContext(arg0 context.Context, arg1 *ec2.ImportKeyPairInput, arg2 ...request.Option) (*ec2.ImportKeyPairOutput, error)

ImportKeyPairWithContext mocks base method.

func (*MockEC2) ImportSnapshot

func (m *MockEC2) ImportSnapshot(arg0 *ec2.ImportSnapshotInput) (*ec2.ImportSnapshotOutput, error)

ImportSnapshot mocks base method.

func (*MockEC2) ImportSnapshotRequest

func (m *MockEC2) ImportSnapshotRequest(arg0 *ec2.ImportSnapshotInput) (*request.Request, *ec2.ImportSnapshotOutput)

ImportSnapshotRequest mocks base method.

func (*MockEC2) ImportSnapshotWithContext

func (m *MockEC2) ImportSnapshotWithContext(arg0 context.Context, arg1 *ec2.ImportSnapshotInput, arg2 ...request.Option) (*ec2.ImportSnapshotOutput, error)

ImportSnapshotWithContext mocks base method.

func (*MockEC2) ImportVolume

func (m *MockEC2) ImportVolume(arg0 *ec2.ImportVolumeInput) (*ec2.ImportVolumeOutput, error)

ImportVolume mocks base method.

func (*MockEC2) ImportVolumeRequest

func (m *MockEC2) ImportVolumeRequest(arg0 *ec2.ImportVolumeInput) (*request.Request, *ec2.ImportVolumeOutput)

ImportVolumeRequest mocks base method.

func (*MockEC2) ImportVolumeWithContext

func (m *MockEC2) ImportVolumeWithContext(arg0 context.Context, arg1 *ec2.ImportVolumeInput, arg2 ...request.Option) (*ec2.ImportVolumeOutput, error)

ImportVolumeWithContext mocks base method.

func (*MockEC2) ListImagesInRecycleBin

func (m *MockEC2) ListImagesInRecycleBin(arg0 *ec2.ListImagesInRecycleBinInput) (*ec2.ListImagesInRecycleBinOutput, error)

ListImagesInRecycleBin mocks base method.

func (*MockEC2) ListImagesInRecycleBinPages

func (m *MockEC2) ListImagesInRecycleBinPages(arg0 *ec2.ListImagesInRecycleBinInput, arg1 func(*ec2.ListImagesInRecycleBinOutput, bool) bool) error

ListImagesInRecycleBinPages mocks base method.

func (*MockEC2) ListImagesInRecycleBinPagesWithContext

func (m *MockEC2) ListImagesInRecycleBinPagesWithContext(arg0 context.Context, arg1 *ec2.ListImagesInRecycleBinInput, arg2 func(*ec2.ListImagesInRecycleBinOutput, bool) bool, arg3 ...request.Option) error

ListImagesInRecycleBinPagesWithContext mocks base method.

func (*MockEC2) ListImagesInRecycleBinRequest

func (m *MockEC2) ListImagesInRecycleBinRequest(arg0 *ec2.ListImagesInRecycleBinInput) (*request.Request, *ec2.ListImagesInRecycleBinOutput)

ListImagesInRecycleBinRequest mocks base method.

func (*MockEC2) ListImagesInRecycleBinWithContext

func (m *MockEC2) ListImagesInRecycleBinWithContext(arg0 context.Context, arg1 *ec2.ListImagesInRecycleBinInput, arg2 ...request.Option) (*ec2.ListImagesInRecycleBinOutput, error)

ListImagesInRecycleBinWithContext mocks base method.

func (*MockEC2) ListSnapshotsInRecycleBin

func (m *MockEC2) ListSnapshotsInRecycleBin(arg0 *ec2.ListSnapshotsInRecycleBinInput) (*ec2.ListSnapshotsInRecycleBinOutput, error)

ListSnapshotsInRecycleBin mocks base method.

func (*MockEC2) ListSnapshotsInRecycleBinPages

func (m *MockEC2) ListSnapshotsInRecycleBinPages(arg0 *ec2.ListSnapshotsInRecycleBinInput, arg1 func(*ec2.ListSnapshotsInRecycleBinOutput, bool) bool) error

ListSnapshotsInRecycleBinPages mocks base method.

func (*MockEC2) ListSnapshotsInRecycleBinPagesWithContext

func (m *MockEC2) ListSnapshotsInRecycleBinPagesWithContext(arg0 context.Context, arg1 *ec2.ListSnapshotsInRecycleBinInput, arg2 func(*ec2.ListSnapshotsInRecycleBinOutput, bool) bool, arg3 ...request.Option) error

ListSnapshotsInRecycleBinPagesWithContext mocks base method.

func (*MockEC2) ListSnapshotsInRecycleBinRequest

func (m *MockEC2) ListSnapshotsInRecycleBinRequest(arg0 *ec2.ListSnapshotsInRecycleBinInput) (*request.Request, *ec2.ListSnapshotsInRecycleBinOutput)

ListSnapshotsInRecycleBinRequest mocks base method.

func (*MockEC2) ListSnapshotsInRecycleBinWithContext

func (m *MockEC2) ListSnapshotsInRecycleBinWithContext(arg0 context.Context, arg1 *ec2.ListSnapshotsInRecycleBinInput, arg2 ...request.Option) (*ec2.ListSnapshotsInRecycleBinOutput, error)

ListSnapshotsInRecycleBinWithContext mocks base method.

func (*MockEC2) ModifyAddressAttribute

func (m *MockEC2) ModifyAddressAttribute(arg0 *ec2.ModifyAddressAttributeInput) (*ec2.ModifyAddressAttributeOutput, error)

ModifyAddressAttribute mocks base method.

func (*MockEC2) ModifyAddressAttributeRequest

func (m *MockEC2) ModifyAddressAttributeRequest(arg0 *ec2.ModifyAddressAttributeInput) (*request.Request, *ec2.ModifyAddressAttributeOutput)

ModifyAddressAttributeRequest mocks base method.

func (*MockEC2) ModifyAddressAttributeWithContext

func (m *MockEC2) ModifyAddressAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyAddressAttributeInput, arg2 ...request.Option) (*ec2.ModifyAddressAttributeOutput, error)

ModifyAddressAttributeWithContext mocks base method.

func (*MockEC2) ModifyAvailabilityZoneGroup

func (m *MockEC2) ModifyAvailabilityZoneGroup(arg0 *ec2.ModifyAvailabilityZoneGroupInput) (*ec2.ModifyAvailabilityZoneGroupOutput, error)

ModifyAvailabilityZoneGroup mocks base method.

func (*MockEC2) ModifyAvailabilityZoneGroupRequest

func (m *MockEC2) ModifyAvailabilityZoneGroupRequest(arg0 *ec2.ModifyAvailabilityZoneGroupInput) (*request.Request, *ec2.ModifyAvailabilityZoneGroupOutput)

ModifyAvailabilityZoneGroupRequest mocks base method.

func (*MockEC2) ModifyAvailabilityZoneGroupWithContext

func (m *MockEC2) ModifyAvailabilityZoneGroupWithContext(arg0 context.Context, arg1 *ec2.ModifyAvailabilityZoneGroupInput, arg2 ...request.Option) (*ec2.ModifyAvailabilityZoneGroupOutput, error)

ModifyAvailabilityZoneGroupWithContext mocks base method.

func (*MockEC2) ModifyCapacityReservation

func (m *MockEC2) ModifyCapacityReservation(arg0 *ec2.ModifyCapacityReservationInput) (*ec2.ModifyCapacityReservationOutput, error)

ModifyCapacityReservation mocks base method.

func (*MockEC2) ModifyCapacityReservationFleet

ModifyCapacityReservationFleet mocks base method.

func (*MockEC2) ModifyCapacityReservationFleetRequest

func (m *MockEC2) ModifyCapacityReservationFleetRequest(arg0 *ec2.ModifyCapacityReservationFleetInput) (*request.Request, *ec2.ModifyCapacityReservationFleetOutput)

ModifyCapacityReservationFleetRequest mocks base method.

func (*MockEC2) ModifyCapacityReservationFleetWithContext

func (m *MockEC2) ModifyCapacityReservationFleetWithContext(arg0 context.Context, arg1 *ec2.ModifyCapacityReservationFleetInput, arg2 ...request.Option) (*ec2.ModifyCapacityReservationFleetOutput, error)

ModifyCapacityReservationFleetWithContext mocks base method.

func (*MockEC2) ModifyCapacityReservationRequest

func (m *MockEC2) ModifyCapacityReservationRequest(arg0 *ec2.ModifyCapacityReservationInput) (*request.Request, *ec2.ModifyCapacityReservationOutput)

ModifyCapacityReservationRequest mocks base method.

func (*MockEC2) ModifyCapacityReservationWithContext

func (m *MockEC2) ModifyCapacityReservationWithContext(arg0 context.Context, arg1 *ec2.ModifyCapacityReservationInput, arg2 ...request.Option) (*ec2.ModifyCapacityReservationOutput, error)

ModifyCapacityReservationWithContext mocks base method.

func (*MockEC2) ModifyClientVpnEndpoint

func (m *MockEC2) ModifyClientVpnEndpoint(arg0 *ec2.ModifyClientVpnEndpointInput) (*ec2.ModifyClientVpnEndpointOutput, error)

ModifyClientVpnEndpoint mocks base method.

func (*MockEC2) ModifyClientVpnEndpointRequest

func (m *MockEC2) ModifyClientVpnEndpointRequest(arg0 *ec2.ModifyClientVpnEndpointInput) (*request.Request, *ec2.ModifyClientVpnEndpointOutput)

ModifyClientVpnEndpointRequest mocks base method.

func (*MockEC2) ModifyClientVpnEndpointWithContext

func (m *MockEC2) ModifyClientVpnEndpointWithContext(arg0 context.Context, arg1 *ec2.ModifyClientVpnEndpointInput, arg2 ...request.Option) (*ec2.ModifyClientVpnEndpointOutput, error)

ModifyClientVpnEndpointWithContext mocks base method.

func (*MockEC2) ModifyDefaultCreditSpecification

ModifyDefaultCreditSpecification mocks base method.

func (*MockEC2) ModifyDefaultCreditSpecificationRequest

func (m *MockEC2) ModifyDefaultCreditSpecificationRequest(arg0 *ec2.ModifyDefaultCreditSpecificationInput) (*request.Request, *ec2.ModifyDefaultCreditSpecificationOutput)

ModifyDefaultCreditSpecificationRequest mocks base method.

func (*MockEC2) ModifyDefaultCreditSpecificationWithContext

func (m *MockEC2) ModifyDefaultCreditSpecificationWithContext(arg0 context.Context, arg1 *ec2.ModifyDefaultCreditSpecificationInput, arg2 ...request.Option) (*ec2.ModifyDefaultCreditSpecificationOutput, error)

ModifyDefaultCreditSpecificationWithContext mocks base method.

func (*MockEC2) ModifyEbsDefaultKmsKeyId

func (m *MockEC2) ModifyEbsDefaultKmsKeyId(arg0 *ec2.ModifyEbsDefaultKmsKeyIdInput) (*ec2.ModifyEbsDefaultKmsKeyIdOutput, error)

ModifyEbsDefaultKmsKeyId mocks base method.

func (*MockEC2) ModifyEbsDefaultKmsKeyIdRequest

func (m *MockEC2) ModifyEbsDefaultKmsKeyIdRequest(arg0 *ec2.ModifyEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.ModifyEbsDefaultKmsKeyIdOutput)

ModifyEbsDefaultKmsKeyIdRequest mocks base method.

func (*MockEC2) ModifyEbsDefaultKmsKeyIdWithContext

func (m *MockEC2) ModifyEbsDefaultKmsKeyIdWithContext(arg0 context.Context, arg1 *ec2.ModifyEbsDefaultKmsKeyIdInput, arg2 ...request.Option) (*ec2.ModifyEbsDefaultKmsKeyIdOutput, error)

ModifyEbsDefaultKmsKeyIdWithContext mocks base method.

func (*MockEC2) ModifyFleet

func (m *MockEC2) ModifyFleet(arg0 *ec2.ModifyFleetInput) (*ec2.ModifyFleetOutput, error)

ModifyFleet mocks base method.

func (*MockEC2) ModifyFleetRequest

func (m *MockEC2) ModifyFleetRequest(arg0 *ec2.ModifyFleetInput) (*request.Request, *ec2.ModifyFleetOutput)

ModifyFleetRequest mocks base method.

func (*MockEC2) ModifyFleetWithContext

func (m *MockEC2) ModifyFleetWithContext(arg0 context.Context, arg1 *ec2.ModifyFleetInput, arg2 ...request.Option) (*ec2.ModifyFleetOutput, error)

ModifyFleetWithContext mocks base method.

func (*MockEC2) ModifyFpgaImageAttribute

func (m *MockEC2) ModifyFpgaImageAttribute(arg0 *ec2.ModifyFpgaImageAttributeInput) (*ec2.ModifyFpgaImageAttributeOutput, error)

ModifyFpgaImageAttribute mocks base method.

func (*MockEC2) ModifyFpgaImageAttributeRequest

func (m *MockEC2) ModifyFpgaImageAttributeRequest(arg0 *ec2.ModifyFpgaImageAttributeInput) (*request.Request, *ec2.ModifyFpgaImageAttributeOutput)

ModifyFpgaImageAttributeRequest mocks base method.

func (*MockEC2) ModifyFpgaImageAttributeWithContext

func (m *MockEC2) ModifyFpgaImageAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyFpgaImageAttributeInput, arg2 ...request.Option) (*ec2.ModifyFpgaImageAttributeOutput, error)

ModifyFpgaImageAttributeWithContext mocks base method.

func (*MockEC2) ModifyHosts

func (m *MockEC2) ModifyHosts(arg0 *ec2.ModifyHostsInput) (*ec2.ModifyHostsOutput, error)

ModifyHosts mocks base method.

func (*MockEC2) ModifyHostsRequest

func (m *MockEC2) ModifyHostsRequest(arg0 *ec2.ModifyHostsInput) (*request.Request, *ec2.ModifyHostsOutput)

ModifyHostsRequest mocks base method.

func (*MockEC2) ModifyHostsWithContext

func (m *MockEC2) ModifyHostsWithContext(arg0 context.Context, arg1 *ec2.ModifyHostsInput, arg2 ...request.Option) (*ec2.ModifyHostsOutput, error)

ModifyHostsWithContext mocks base method.

func (*MockEC2) ModifyIdFormat

func (m *MockEC2) ModifyIdFormat(arg0 *ec2.ModifyIdFormatInput) (*ec2.ModifyIdFormatOutput, error)

ModifyIdFormat mocks base method.

func (*MockEC2) ModifyIdFormatRequest

func (m *MockEC2) ModifyIdFormatRequest(arg0 *ec2.ModifyIdFormatInput) (*request.Request, *ec2.ModifyIdFormatOutput)

ModifyIdFormatRequest mocks base method.

func (*MockEC2) ModifyIdFormatWithContext

func (m *MockEC2) ModifyIdFormatWithContext(arg0 context.Context, arg1 *ec2.ModifyIdFormatInput, arg2 ...request.Option) (*ec2.ModifyIdFormatOutput, error)

ModifyIdFormatWithContext mocks base method.

func (*MockEC2) ModifyIdentityIdFormat

func (m *MockEC2) ModifyIdentityIdFormat(arg0 *ec2.ModifyIdentityIdFormatInput) (*ec2.ModifyIdentityIdFormatOutput, error)

ModifyIdentityIdFormat mocks base method.

func (*MockEC2) ModifyIdentityIdFormatRequest

func (m *MockEC2) ModifyIdentityIdFormatRequest(arg0 *ec2.ModifyIdentityIdFormatInput) (*request.Request, *ec2.ModifyIdentityIdFormatOutput)

ModifyIdentityIdFormatRequest mocks base method.

func (*MockEC2) ModifyIdentityIdFormatWithContext

func (m *MockEC2) ModifyIdentityIdFormatWithContext(arg0 context.Context, arg1 *ec2.ModifyIdentityIdFormatInput, arg2 ...request.Option) (*ec2.ModifyIdentityIdFormatOutput, error)

ModifyIdentityIdFormatWithContext mocks base method.

func (*MockEC2) ModifyImageAttribute

func (m *MockEC2) ModifyImageAttribute(arg0 *ec2.ModifyImageAttributeInput) (*ec2.ModifyImageAttributeOutput, error)

ModifyImageAttribute mocks base method.

func (*MockEC2) ModifyImageAttributeRequest

func (m *MockEC2) ModifyImageAttributeRequest(arg0 *ec2.ModifyImageAttributeInput) (*request.Request, *ec2.ModifyImageAttributeOutput)

ModifyImageAttributeRequest mocks base method.

func (*MockEC2) ModifyImageAttributeWithContext

func (m *MockEC2) ModifyImageAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyImageAttributeInput, arg2 ...request.Option) (*ec2.ModifyImageAttributeOutput, error)

ModifyImageAttributeWithContext mocks base method.

func (*MockEC2) ModifyInstanceAttribute

func (m *MockEC2) ModifyInstanceAttribute(arg0 *ec2.ModifyInstanceAttributeInput) (*ec2.ModifyInstanceAttributeOutput, error)

ModifyInstanceAttribute mocks base method.

func (*MockEC2) ModifyInstanceAttributeRequest

func (m *MockEC2) ModifyInstanceAttributeRequest(arg0 *ec2.ModifyInstanceAttributeInput) (*request.Request, *ec2.ModifyInstanceAttributeOutput)

ModifyInstanceAttributeRequest mocks base method.

func (*MockEC2) ModifyInstanceAttributeWithContext

func (m *MockEC2) ModifyInstanceAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceAttributeInput, arg2 ...request.Option) (*ec2.ModifyInstanceAttributeOutput, error)

ModifyInstanceAttributeWithContext mocks base method.

func (*MockEC2) ModifyInstanceCapacityReservationAttributes

ModifyInstanceCapacityReservationAttributes mocks base method.

func (*MockEC2) ModifyInstanceCapacityReservationAttributesRequest

ModifyInstanceCapacityReservationAttributesRequest mocks base method.

func (*MockEC2) ModifyInstanceCapacityReservationAttributesWithContext

func (m *MockEC2) ModifyInstanceCapacityReservationAttributesWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceCapacityReservationAttributesInput, arg2 ...request.Option) (*ec2.ModifyInstanceCapacityReservationAttributesOutput, error)

ModifyInstanceCapacityReservationAttributesWithContext mocks base method.

func (*MockEC2) ModifyInstanceCreditSpecification

ModifyInstanceCreditSpecification mocks base method.

func (*MockEC2) ModifyInstanceCreditSpecificationRequest

func (m *MockEC2) ModifyInstanceCreditSpecificationRequest(arg0 *ec2.ModifyInstanceCreditSpecificationInput) (*request.Request, *ec2.ModifyInstanceCreditSpecificationOutput)

ModifyInstanceCreditSpecificationRequest mocks base method.

func (*MockEC2) ModifyInstanceCreditSpecificationWithContext

func (m *MockEC2) ModifyInstanceCreditSpecificationWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceCreditSpecificationInput, arg2 ...request.Option) (*ec2.ModifyInstanceCreditSpecificationOutput, error)

ModifyInstanceCreditSpecificationWithContext mocks base method.

func (*MockEC2) ModifyInstanceEventStartTime

func (m *MockEC2) ModifyInstanceEventStartTime(arg0 *ec2.ModifyInstanceEventStartTimeInput) (*ec2.ModifyInstanceEventStartTimeOutput, error)

ModifyInstanceEventStartTime mocks base method.

func (*MockEC2) ModifyInstanceEventStartTimeRequest

func (m *MockEC2) ModifyInstanceEventStartTimeRequest(arg0 *ec2.ModifyInstanceEventStartTimeInput) (*request.Request, *ec2.ModifyInstanceEventStartTimeOutput)

ModifyInstanceEventStartTimeRequest mocks base method.

func (*MockEC2) ModifyInstanceEventStartTimeWithContext

func (m *MockEC2) ModifyInstanceEventStartTimeWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceEventStartTimeInput, arg2 ...request.Option) (*ec2.ModifyInstanceEventStartTimeOutput, error)

ModifyInstanceEventStartTimeWithContext mocks base method.

func (*MockEC2) ModifyInstanceEventWindow

func (m *MockEC2) ModifyInstanceEventWindow(arg0 *ec2.ModifyInstanceEventWindowInput) (*ec2.ModifyInstanceEventWindowOutput, error)

ModifyInstanceEventWindow mocks base method.

func (*MockEC2) ModifyInstanceEventWindowRequest

func (m *MockEC2) ModifyInstanceEventWindowRequest(arg0 *ec2.ModifyInstanceEventWindowInput) (*request.Request, *ec2.ModifyInstanceEventWindowOutput)

ModifyInstanceEventWindowRequest mocks base method.

func (*MockEC2) ModifyInstanceEventWindowWithContext

func (m *MockEC2) ModifyInstanceEventWindowWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceEventWindowInput, arg2 ...request.Option) (*ec2.ModifyInstanceEventWindowOutput, error)

ModifyInstanceEventWindowWithContext mocks base method.

func (*MockEC2) ModifyInstanceMaintenanceOptions

ModifyInstanceMaintenanceOptions mocks base method.

func (*MockEC2) ModifyInstanceMaintenanceOptionsRequest

func (m *MockEC2) ModifyInstanceMaintenanceOptionsRequest(arg0 *ec2.ModifyInstanceMaintenanceOptionsInput) (*request.Request, *ec2.ModifyInstanceMaintenanceOptionsOutput)

ModifyInstanceMaintenanceOptionsRequest mocks base method.

func (*MockEC2) ModifyInstanceMaintenanceOptionsWithContext

func (m *MockEC2) ModifyInstanceMaintenanceOptionsWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceMaintenanceOptionsInput, arg2 ...request.Option) (*ec2.ModifyInstanceMaintenanceOptionsOutput, error)

ModifyInstanceMaintenanceOptionsWithContext mocks base method.

func (*MockEC2) ModifyInstanceMetadataOptions

func (m *MockEC2) ModifyInstanceMetadataOptions(arg0 *ec2.ModifyInstanceMetadataOptionsInput) (*ec2.ModifyInstanceMetadataOptionsOutput, error)

ModifyInstanceMetadataOptions mocks base method.

func (*MockEC2) ModifyInstanceMetadataOptionsRequest

func (m *MockEC2) ModifyInstanceMetadataOptionsRequest(arg0 *ec2.ModifyInstanceMetadataOptionsInput) (*request.Request, *ec2.ModifyInstanceMetadataOptionsOutput)

ModifyInstanceMetadataOptionsRequest mocks base method.

func (*MockEC2) ModifyInstanceMetadataOptionsWithContext

func (m *MockEC2) ModifyInstanceMetadataOptionsWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceMetadataOptionsInput, arg2 ...request.Option) (*ec2.ModifyInstanceMetadataOptionsOutput, error)

ModifyInstanceMetadataOptionsWithContext mocks base method.

func (*MockEC2) ModifyInstancePlacement

func (m *MockEC2) ModifyInstancePlacement(arg0 *ec2.ModifyInstancePlacementInput) (*ec2.ModifyInstancePlacementOutput, error)

ModifyInstancePlacement mocks base method.

func (*MockEC2) ModifyInstancePlacementRequest

func (m *MockEC2) ModifyInstancePlacementRequest(arg0 *ec2.ModifyInstancePlacementInput) (*request.Request, *ec2.ModifyInstancePlacementOutput)

ModifyInstancePlacementRequest mocks base method.

func (*MockEC2) ModifyInstancePlacementWithContext

func (m *MockEC2) ModifyInstancePlacementWithContext(arg0 context.Context, arg1 *ec2.ModifyInstancePlacementInput, arg2 ...request.Option) (*ec2.ModifyInstancePlacementOutput, error)

ModifyInstancePlacementWithContext mocks base method.

func (*MockEC2) ModifyIpam

func (m *MockEC2) ModifyIpam(arg0 *ec2.ModifyIpamInput) (*ec2.ModifyIpamOutput, error)

ModifyIpam mocks base method.

func (*MockEC2) ModifyIpamPool

func (m *MockEC2) ModifyIpamPool(arg0 *ec2.ModifyIpamPoolInput) (*ec2.ModifyIpamPoolOutput, error)

ModifyIpamPool mocks base method.

func (*MockEC2) ModifyIpamPoolRequest

func (m *MockEC2) ModifyIpamPoolRequest(arg0 *ec2.ModifyIpamPoolInput) (*request.Request, *ec2.ModifyIpamPoolOutput)

ModifyIpamPoolRequest mocks base method.

func (*MockEC2) ModifyIpamPoolWithContext

func (m *MockEC2) ModifyIpamPoolWithContext(arg0 context.Context, arg1 *ec2.ModifyIpamPoolInput, arg2 ...request.Option) (*ec2.ModifyIpamPoolOutput, error)

ModifyIpamPoolWithContext mocks base method.

func (*MockEC2) ModifyIpamRequest

func (m *MockEC2) ModifyIpamRequest(arg0 *ec2.ModifyIpamInput) (*request.Request, *ec2.ModifyIpamOutput)

ModifyIpamRequest mocks base method.

func (*MockEC2) ModifyIpamResourceCidr

func (m *MockEC2) ModifyIpamResourceCidr(arg0 *ec2.ModifyIpamResourceCidrInput) (*ec2.ModifyIpamResourceCidrOutput, error)

ModifyIpamResourceCidr mocks base method.

func (*MockEC2) ModifyIpamResourceCidrRequest

func (m *MockEC2) ModifyIpamResourceCidrRequest(arg0 *ec2.ModifyIpamResourceCidrInput) (*request.Request, *ec2.ModifyIpamResourceCidrOutput)

ModifyIpamResourceCidrRequest mocks base method.

func (*MockEC2) ModifyIpamResourceCidrWithContext

func (m *MockEC2) ModifyIpamResourceCidrWithContext(arg0 context.Context, arg1 *ec2.ModifyIpamResourceCidrInput, arg2 ...request.Option) (*ec2.ModifyIpamResourceCidrOutput, error)

ModifyIpamResourceCidrWithContext mocks base method.

func (*MockEC2) ModifyIpamResourceDiscovery

func (m *MockEC2) ModifyIpamResourceDiscovery(arg0 *ec2.ModifyIpamResourceDiscoveryInput) (*ec2.ModifyIpamResourceDiscoveryOutput, error)

ModifyIpamResourceDiscovery mocks base method.

func (*MockEC2) ModifyIpamResourceDiscoveryRequest

func (m *MockEC2) ModifyIpamResourceDiscoveryRequest(arg0 *ec2.ModifyIpamResourceDiscoveryInput) (*request.Request, *ec2.ModifyIpamResourceDiscoveryOutput)

ModifyIpamResourceDiscoveryRequest mocks base method.

func (*MockEC2) ModifyIpamResourceDiscoveryWithContext

func (m *MockEC2) ModifyIpamResourceDiscoveryWithContext(arg0 context.Context, arg1 *ec2.ModifyIpamResourceDiscoveryInput, arg2 ...request.Option) (*ec2.ModifyIpamResourceDiscoveryOutput, error)

ModifyIpamResourceDiscoveryWithContext mocks base method.

func (*MockEC2) ModifyIpamScope

func (m *MockEC2) ModifyIpamScope(arg0 *ec2.ModifyIpamScopeInput) (*ec2.ModifyIpamScopeOutput, error)

ModifyIpamScope mocks base method.

func (*MockEC2) ModifyIpamScopeRequest

func (m *MockEC2) ModifyIpamScopeRequest(arg0 *ec2.ModifyIpamScopeInput) (*request.Request, *ec2.ModifyIpamScopeOutput)

ModifyIpamScopeRequest mocks base method.

func (*MockEC2) ModifyIpamScopeWithContext

func (m *MockEC2) ModifyIpamScopeWithContext(arg0 context.Context, arg1 *ec2.ModifyIpamScopeInput, arg2 ...request.Option) (*ec2.ModifyIpamScopeOutput, error)

ModifyIpamScopeWithContext mocks base method.

func (*MockEC2) ModifyIpamWithContext

func (m *MockEC2) ModifyIpamWithContext(arg0 context.Context, arg1 *ec2.ModifyIpamInput, arg2 ...request.Option) (*ec2.ModifyIpamOutput, error)

ModifyIpamWithContext mocks base method.

func (*MockEC2) ModifyLaunchTemplate

func (m *MockEC2) ModifyLaunchTemplate(arg0 *ec2.ModifyLaunchTemplateInput) (*ec2.ModifyLaunchTemplateOutput, error)

ModifyLaunchTemplate mocks base method.

func (*MockEC2) ModifyLaunchTemplateRequest

func (m *MockEC2) ModifyLaunchTemplateRequest(arg0 *ec2.ModifyLaunchTemplateInput) (*request.Request, *ec2.ModifyLaunchTemplateOutput)

ModifyLaunchTemplateRequest mocks base method.

func (*MockEC2) ModifyLaunchTemplateWithContext

func (m *MockEC2) ModifyLaunchTemplateWithContext(arg0 context.Context, arg1 *ec2.ModifyLaunchTemplateInput, arg2 ...request.Option) (*ec2.ModifyLaunchTemplateOutput, error)

ModifyLaunchTemplateWithContext mocks base method.

func (*MockEC2) ModifyLocalGatewayRoute

func (m *MockEC2) ModifyLocalGatewayRoute(arg0 *ec2.ModifyLocalGatewayRouteInput) (*ec2.ModifyLocalGatewayRouteOutput, error)

ModifyLocalGatewayRoute mocks base method.

func (*MockEC2) ModifyLocalGatewayRouteRequest

func (m *MockEC2) ModifyLocalGatewayRouteRequest(arg0 *ec2.ModifyLocalGatewayRouteInput) (*request.Request, *ec2.ModifyLocalGatewayRouteOutput)

ModifyLocalGatewayRouteRequest mocks base method.

func (*MockEC2) ModifyLocalGatewayRouteWithContext

func (m *MockEC2) ModifyLocalGatewayRouteWithContext(arg0 context.Context, arg1 *ec2.ModifyLocalGatewayRouteInput, arg2 ...request.Option) (*ec2.ModifyLocalGatewayRouteOutput, error)

ModifyLocalGatewayRouteWithContext mocks base method.

func (*MockEC2) ModifyManagedPrefixList

func (m *MockEC2) ModifyManagedPrefixList(arg0 *ec2.ModifyManagedPrefixListInput) (*ec2.ModifyManagedPrefixListOutput, error)

ModifyManagedPrefixList mocks base method.

func (*MockEC2) ModifyManagedPrefixListRequest

func (m *MockEC2) ModifyManagedPrefixListRequest(arg0 *ec2.ModifyManagedPrefixListInput) (*request.Request, *ec2.ModifyManagedPrefixListOutput)

ModifyManagedPrefixListRequest mocks base method.

func (*MockEC2) ModifyManagedPrefixListWithContext

func (m *MockEC2) ModifyManagedPrefixListWithContext(arg0 context.Context, arg1 *ec2.ModifyManagedPrefixListInput, arg2 ...request.Option) (*ec2.ModifyManagedPrefixListOutput, error)

ModifyManagedPrefixListWithContext mocks base method.

func (*MockEC2) ModifyNetworkInterfaceAttribute

ModifyNetworkInterfaceAttribute mocks base method.

func (*MockEC2) ModifyNetworkInterfaceAttributeRequest

func (m *MockEC2) ModifyNetworkInterfaceAttributeRequest(arg0 *ec2.ModifyNetworkInterfaceAttributeInput) (*request.Request, *ec2.ModifyNetworkInterfaceAttributeOutput)

ModifyNetworkInterfaceAttributeRequest mocks base method.

func (*MockEC2) ModifyNetworkInterfaceAttributeWithContext

func (m *MockEC2) ModifyNetworkInterfaceAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyNetworkInterfaceAttributeInput, arg2 ...request.Option) (*ec2.ModifyNetworkInterfaceAttributeOutput, error)

ModifyNetworkInterfaceAttributeWithContext mocks base method.

func (*MockEC2) ModifyPrivateDnsNameOptions

func (m *MockEC2) ModifyPrivateDnsNameOptions(arg0 *ec2.ModifyPrivateDnsNameOptionsInput) (*ec2.ModifyPrivateDnsNameOptionsOutput, error)

ModifyPrivateDnsNameOptions mocks base method.

func (*MockEC2) ModifyPrivateDnsNameOptionsRequest

func (m *MockEC2) ModifyPrivateDnsNameOptionsRequest(arg0 *ec2.ModifyPrivateDnsNameOptionsInput) (*request.Request, *ec2.ModifyPrivateDnsNameOptionsOutput)

ModifyPrivateDnsNameOptionsRequest mocks base method.

func (*MockEC2) ModifyPrivateDnsNameOptionsWithContext

func (m *MockEC2) ModifyPrivateDnsNameOptionsWithContext(arg0 context.Context, arg1 *ec2.ModifyPrivateDnsNameOptionsInput, arg2 ...request.Option) (*ec2.ModifyPrivateDnsNameOptionsOutput, error)

ModifyPrivateDnsNameOptionsWithContext mocks base method.

func (*MockEC2) ModifyReservedInstances

func (m *MockEC2) ModifyReservedInstances(arg0 *ec2.ModifyReservedInstancesInput) (*ec2.ModifyReservedInstancesOutput, error)

ModifyReservedInstances mocks base method.

func (*MockEC2) ModifyReservedInstancesRequest

func (m *MockEC2) ModifyReservedInstancesRequest(arg0 *ec2.ModifyReservedInstancesInput) (*request.Request, *ec2.ModifyReservedInstancesOutput)

ModifyReservedInstancesRequest mocks base method.

func (*MockEC2) ModifyReservedInstancesWithContext

func (m *MockEC2) ModifyReservedInstancesWithContext(arg0 context.Context, arg1 *ec2.ModifyReservedInstancesInput, arg2 ...request.Option) (*ec2.ModifyReservedInstancesOutput, error)

ModifyReservedInstancesWithContext mocks base method.

func (*MockEC2) ModifySecurityGroupRules

func (m *MockEC2) ModifySecurityGroupRules(arg0 *ec2.ModifySecurityGroupRulesInput) (*ec2.ModifySecurityGroupRulesOutput, error)

ModifySecurityGroupRules mocks base method.

func (*MockEC2) ModifySecurityGroupRulesRequest

func (m *MockEC2) ModifySecurityGroupRulesRequest(arg0 *ec2.ModifySecurityGroupRulesInput) (*request.Request, *ec2.ModifySecurityGroupRulesOutput)

ModifySecurityGroupRulesRequest mocks base method.

func (*MockEC2) ModifySecurityGroupRulesWithContext

func (m *MockEC2) ModifySecurityGroupRulesWithContext(arg0 context.Context, arg1 *ec2.ModifySecurityGroupRulesInput, arg2 ...request.Option) (*ec2.ModifySecurityGroupRulesOutput, error)

ModifySecurityGroupRulesWithContext mocks base method.

func (*MockEC2) ModifySnapshotAttribute

func (m *MockEC2) ModifySnapshotAttribute(arg0 *ec2.ModifySnapshotAttributeInput) (*ec2.ModifySnapshotAttributeOutput, error)

ModifySnapshotAttribute mocks base method.

func (*MockEC2) ModifySnapshotAttributeRequest

func (m *MockEC2) ModifySnapshotAttributeRequest(arg0 *ec2.ModifySnapshotAttributeInput) (*request.Request, *ec2.ModifySnapshotAttributeOutput)

ModifySnapshotAttributeRequest mocks base method.

func (*MockEC2) ModifySnapshotAttributeWithContext

func (m *MockEC2) ModifySnapshotAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifySnapshotAttributeInput, arg2 ...request.Option) (*ec2.ModifySnapshotAttributeOutput, error)

ModifySnapshotAttributeWithContext mocks base method.

func (*MockEC2) ModifySnapshotTier

func (m *MockEC2) ModifySnapshotTier(arg0 *ec2.ModifySnapshotTierInput) (*ec2.ModifySnapshotTierOutput, error)

ModifySnapshotTier mocks base method.

func (*MockEC2) ModifySnapshotTierRequest

func (m *MockEC2) ModifySnapshotTierRequest(arg0 *ec2.ModifySnapshotTierInput) (*request.Request, *ec2.ModifySnapshotTierOutput)

ModifySnapshotTierRequest mocks base method.

func (*MockEC2) ModifySnapshotTierWithContext

func (m *MockEC2) ModifySnapshotTierWithContext(arg0 context.Context, arg1 *ec2.ModifySnapshotTierInput, arg2 ...request.Option) (*ec2.ModifySnapshotTierOutput, error)

ModifySnapshotTierWithContext mocks base method.

func (*MockEC2) ModifySpotFleetRequest

func (m *MockEC2) ModifySpotFleetRequest(arg0 *ec2.ModifySpotFleetRequestInput) (*ec2.ModifySpotFleetRequestOutput, error)

ModifySpotFleetRequest mocks base method.

func (*MockEC2) ModifySpotFleetRequestRequest

func (m *MockEC2) ModifySpotFleetRequestRequest(arg0 *ec2.ModifySpotFleetRequestInput) (*request.Request, *ec2.ModifySpotFleetRequestOutput)

ModifySpotFleetRequestRequest mocks base method.

func (*MockEC2) ModifySpotFleetRequestWithContext

func (m *MockEC2) ModifySpotFleetRequestWithContext(arg0 context.Context, arg1 *ec2.ModifySpotFleetRequestInput, arg2 ...request.Option) (*ec2.ModifySpotFleetRequestOutput, error)

ModifySpotFleetRequestWithContext mocks base method.

func (*MockEC2) ModifySubnetAttribute

func (m *MockEC2) ModifySubnetAttribute(arg0 *ec2.ModifySubnetAttributeInput) (*ec2.ModifySubnetAttributeOutput, error)

ModifySubnetAttribute mocks base method.

func (*MockEC2) ModifySubnetAttributeRequest

func (m *MockEC2) ModifySubnetAttributeRequest(arg0 *ec2.ModifySubnetAttributeInput) (*request.Request, *ec2.ModifySubnetAttributeOutput)

ModifySubnetAttributeRequest mocks base method.

func (*MockEC2) ModifySubnetAttributeWithContext

func (m *MockEC2) ModifySubnetAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifySubnetAttributeInput, arg2 ...request.Option) (*ec2.ModifySubnetAttributeOutput, error)

ModifySubnetAttributeWithContext mocks base method.

func (*MockEC2) ModifyTrafficMirrorFilterNetworkServices

ModifyTrafficMirrorFilterNetworkServices mocks base method.

func (*MockEC2) ModifyTrafficMirrorFilterNetworkServicesRequest

ModifyTrafficMirrorFilterNetworkServicesRequest mocks base method.

func (*MockEC2) ModifyTrafficMirrorFilterNetworkServicesWithContext

func (m *MockEC2) ModifyTrafficMirrorFilterNetworkServicesWithContext(arg0 context.Context, arg1 *ec2.ModifyTrafficMirrorFilterNetworkServicesInput, arg2 ...request.Option) (*ec2.ModifyTrafficMirrorFilterNetworkServicesOutput, error)

ModifyTrafficMirrorFilterNetworkServicesWithContext mocks base method.

func (*MockEC2) ModifyTrafficMirrorFilterRule

func (m *MockEC2) ModifyTrafficMirrorFilterRule(arg0 *ec2.ModifyTrafficMirrorFilterRuleInput) (*ec2.ModifyTrafficMirrorFilterRuleOutput, error)

ModifyTrafficMirrorFilterRule mocks base method.

func (*MockEC2) ModifyTrafficMirrorFilterRuleRequest

func (m *MockEC2) ModifyTrafficMirrorFilterRuleRequest(arg0 *ec2.ModifyTrafficMirrorFilterRuleInput) (*request.Request, *ec2.ModifyTrafficMirrorFilterRuleOutput)

ModifyTrafficMirrorFilterRuleRequest mocks base method.

func (*MockEC2) ModifyTrafficMirrorFilterRuleWithContext

func (m *MockEC2) ModifyTrafficMirrorFilterRuleWithContext(arg0 context.Context, arg1 *ec2.ModifyTrafficMirrorFilterRuleInput, arg2 ...request.Option) (*ec2.ModifyTrafficMirrorFilterRuleOutput, error)

ModifyTrafficMirrorFilterRuleWithContext mocks base method.

func (*MockEC2) ModifyTrafficMirrorSession

func (m *MockEC2) ModifyTrafficMirrorSession(arg0 *ec2.ModifyTrafficMirrorSessionInput) (*ec2.ModifyTrafficMirrorSessionOutput, error)

ModifyTrafficMirrorSession mocks base method.

func (*MockEC2) ModifyTrafficMirrorSessionRequest

func (m *MockEC2) ModifyTrafficMirrorSessionRequest(arg0 *ec2.ModifyTrafficMirrorSessionInput) (*request.Request, *ec2.ModifyTrafficMirrorSessionOutput)

ModifyTrafficMirrorSessionRequest mocks base method.

func (*MockEC2) ModifyTrafficMirrorSessionWithContext

func (m *MockEC2) ModifyTrafficMirrorSessionWithContext(arg0 context.Context, arg1 *ec2.ModifyTrafficMirrorSessionInput, arg2 ...request.Option) (*ec2.ModifyTrafficMirrorSessionOutput, error)

ModifyTrafficMirrorSessionWithContext mocks base method.

func (*MockEC2) ModifyTransitGateway

func (m *MockEC2) ModifyTransitGateway(arg0 *ec2.ModifyTransitGatewayInput) (*ec2.ModifyTransitGatewayOutput, error)

ModifyTransitGateway mocks base method.

func (*MockEC2) ModifyTransitGatewayPrefixListReference

ModifyTransitGatewayPrefixListReference mocks base method.

func (*MockEC2) ModifyTransitGatewayPrefixListReferenceRequest

ModifyTransitGatewayPrefixListReferenceRequest mocks base method.

func (*MockEC2) ModifyTransitGatewayPrefixListReferenceWithContext

func (m *MockEC2) ModifyTransitGatewayPrefixListReferenceWithContext(arg0 context.Context, arg1 *ec2.ModifyTransitGatewayPrefixListReferenceInput, arg2 ...request.Option) (*ec2.ModifyTransitGatewayPrefixListReferenceOutput, error)

ModifyTransitGatewayPrefixListReferenceWithContext mocks base method.

func (*MockEC2) ModifyTransitGatewayRequest

func (m *MockEC2) ModifyTransitGatewayRequest(arg0 *ec2.ModifyTransitGatewayInput) (*request.Request, *ec2.ModifyTransitGatewayOutput)

ModifyTransitGatewayRequest mocks base method.

func (*MockEC2) ModifyTransitGatewayVpcAttachment

ModifyTransitGatewayVpcAttachment mocks base method.

func (*MockEC2) ModifyTransitGatewayVpcAttachmentRequest

func (m *MockEC2) ModifyTransitGatewayVpcAttachmentRequest(arg0 *ec2.ModifyTransitGatewayVpcAttachmentInput) (*request.Request, *ec2.ModifyTransitGatewayVpcAttachmentOutput)

ModifyTransitGatewayVpcAttachmentRequest mocks base method.

func (*MockEC2) ModifyTransitGatewayVpcAttachmentWithContext

func (m *MockEC2) ModifyTransitGatewayVpcAttachmentWithContext(arg0 context.Context, arg1 *ec2.ModifyTransitGatewayVpcAttachmentInput, arg2 ...request.Option) (*ec2.ModifyTransitGatewayVpcAttachmentOutput, error)

ModifyTransitGatewayVpcAttachmentWithContext mocks base method.

func (*MockEC2) ModifyTransitGatewayWithContext

func (m *MockEC2) ModifyTransitGatewayWithContext(arg0 context.Context, arg1 *ec2.ModifyTransitGatewayInput, arg2 ...request.Option) (*ec2.ModifyTransitGatewayOutput, error)

ModifyTransitGatewayWithContext mocks base method.

func (*MockEC2) ModifyVerifiedAccessEndpoint

func (m *MockEC2) ModifyVerifiedAccessEndpoint(arg0 *ec2.ModifyVerifiedAccessEndpointInput) (*ec2.ModifyVerifiedAccessEndpointOutput, error)

ModifyVerifiedAccessEndpoint mocks base method.

func (*MockEC2) ModifyVerifiedAccessEndpointPolicy

ModifyVerifiedAccessEndpointPolicy mocks base method.

func (*MockEC2) ModifyVerifiedAccessEndpointPolicyRequest

func (m *MockEC2) ModifyVerifiedAccessEndpointPolicyRequest(arg0 *ec2.ModifyVerifiedAccessEndpointPolicyInput) (*request.Request, *ec2.ModifyVerifiedAccessEndpointPolicyOutput)

ModifyVerifiedAccessEndpointPolicyRequest mocks base method.

func (*MockEC2) ModifyVerifiedAccessEndpointPolicyWithContext

func (m *MockEC2) ModifyVerifiedAccessEndpointPolicyWithContext(arg0 context.Context, arg1 *ec2.ModifyVerifiedAccessEndpointPolicyInput, arg2 ...request.Option) (*ec2.ModifyVerifiedAccessEndpointPolicyOutput, error)

ModifyVerifiedAccessEndpointPolicyWithContext mocks base method.

func (*MockEC2) ModifyVerifiedAccessEndpointRequest

func (m *MockEC2) ModifyVerifiedAccessEndpointRequest(arg0 *ec2.ModifyVerifiedAccessEndpointInput) (*request.Request, *ec2.ModifyVerifiedAccessEndpointOutput)

ModifyVerifiedAccessEndpointRequest mocks base method.

func (*MockEC2) ModifyVerifiedAccessEndpointWithContext

func (m *MockEC2) ModifyVerifiedAccessEndpointWithContext(arg0 context.Context, arg1 *ec2.ModifyVerifiedAccessEndpointInput, arg2 ...request.Option) (*ec2.ModifyVerifiedAccessEndpointOutput, error)

ModifyVerifiedAccessEndpointWithContext mocks base method.

func (*MockEC2) ModifyVerifiedAccessGroup

func (m *MockEC2) ModifyVerifiedAccessGroup(arg0 *ec2.ModifyVerifiedAccessGroupInput) (*ec2.ModifyVerifiedAccessGroupOutput, error)

ModifyVerifiedAccessGroup mocks base method.

func (*MockEC2) ModifyVerifiedAccessGroupPolicy

ModifyVerifiedAccessGroupPolicy mocks base method.

func (*MockEC2) ModifyVerifiedAccessGroupPolicyRequest

func (m *MockEC2) ModifyVerifiedAccessGroupPolicyRequest(arg0 *ec2.ModifyVerifiedAccessGroupPolicyInput) (*request.Request, *ec2.ModifyVerifiedAccessGroupPolicyOutput)

ModifyVerifiedAccessGroupPolicyRequest mocks base method.

func (*MockEC2) ModifyVerifiedAccessGroupPolicyWithContext

func (m *MockEC2) ModifyVerifiedAccessGroupPolicyWithContext(arg0 context.Context, arg1 *ec2.ModifyVerifiedAccessGroupPolicyInput, arg2 ...request.Option) (*ec2.ModifyVerifiedAccessGroupPolicyOutput, error)

ModifyVerifiedAccessGroupPolicyWithContext mocks base method.

func (*MockEC2) ModifyVerifiedAccessGroupRequest

func (m *MockEC2) ModifyVerifiedAccessGroupRequest(arg0 *ec2.ModifyVerifiedAccessGroupInput) (*request.Request, *ec2.ModifyVerifiedAccessGroupOutput)

ModifyVerifiedAccessGroupRequest mocks base method.

func (*MockEC2) ModifyVerifiedAccessGroupWithContext

func (m *MockEC2) ModifyVerifiedAccessGroupWithContext(arg0 context.Context, arg1 *ec2.ModifyVerifiedAccessGroupInput, arg2 ...request.Option) (*ec2.ModifyVerifiedAccessGroupOutput, error)

ModifyVerifiedAccessGroupWithContext mocks base method.

func (*MockEC2) ModifyVerifiedAccessInstance

func (m *MockEC2) ModifyVerifiedAccessInstance(arg0 *ec2.ModifyVerifiedAccessInstanceInput) (*ec2.ModifyVerifiedAccessInstanceOutput, error)

ModifyVerifiedAccessInstance mocks base method.

func (*MockEC2) ModifyVerifiedAccessInstanceLoggingConfiguration

ModifyVerifiedAccessInstanceLoggingConfiguration mocks base method.

func (*MockEC2) ModifyVerifiedAccessInstanceLoggingConfigurationRequest

ModifyVerifiedAccessInstanceLoggingConfigurationRequest mocks base method.

func (*MockEC2) ModifyVerifiedAccessInstanceLoggingConfigurationWithContext

func (m *MockEC2) ModifyVerifiedAccessInstanceLoggingConfigurationWithContext(arg0 context.Context, arg1 *ec2.ModifyVerifiedAccessInstanceLoggingConfigurationInput, arg2 ...request.Option) (*ec2.ModifyVerifiedAccessInstanceLoggingConfigurationOutput, error)

ModifyVerifiedAccessInstanceLoggingConfigurationWithContext mocks base method.

func (*MockEC2) ModifyVerifiedAccessInstanceRequest

func (m *MockEC2) ModifyVerifiedAccessInstanceRequest(arg0 *ec2.ModifyVerifiedAccessInstanceInput) (*request.Request, *ec2.ModifyVerifiedAccessInstanceOutput)

ModifyVerifiedAccessInstanceRequest mocks base method.

func (*MockEC2) ModifyVerifiedAccessInstanceWithContext

func (m *MockEC2) ModifyVerifiedAccessInstanceWithContext(arg0 context.Context, arg1 *ec2.ModifyVerifiedAccessInstanceInput, arg2 ...request.Option) (*ec2.ModifyVerifiedAccessInstanceOutput, error)

ModifyVerifiedAccessInstanceWithContext mocks base method.

func (*MockEC2) ModifyVerifiedAccessTrustProvider

ModifyVerifiedAccessTrustProvider mocks base method.

func (*MockEC2) ModifyVerifiedAccessTrustProviderRequest

func (m *MockEC2) ModifyVerifiedAccessTrustProviderRequest(arg0 *ec2.ModifyVerifiedAccessTrustProviderInput) (*request.Request, *ec2.ModifyVerifiedAccessTrustProviderOutput)

ModifyVerifiedAccessTrustProviderRequest mocks base method.

func (*MockEC2) ModifyVerifiedAccessTrustProviderWithContext

func (m *MockEC2) ModifyVerifiedAccessTrustProviderWithContext(arg0 context.Context, arg1 *ec2.ModifyVerifiedAccessTrustProviderInput, arg2 ...request.Option) (*ec2.ModifyVerifiedAccessTrustProviderOutput, error)

ModifyVerifiedAccessTrustProviderWithContext mocks base method.

func (*MockEC2) ModifyVolume

func (m *MockEC2) ModifyVolume(arg0 *ec2.ModifyVolumeInput) (*ec2.ModifyVolumeOutput, error)

ModifyVolume mocks base method.

func (*MockEC2) ModifyVolumeAttribute

func (m *MockEC2) ModifyVolumeAttribute(arg0 *ec2.ModifyVolumeAttributeInput) (*ec2.ModifyVolumeAttributeOutput, error)

ModifyVolumeAttribute mocks base method.

func (*MockEC2) ModifyVolumeAttributeRequest

func (m *MockEC2) ModifyVolumeAttributeRequest(arg0 *ec2.ModifyVolumeAttributeInput) (*request.Request, *ec2.ModifyVolumeAttributeOutput)

ModifyVolumeAttributeRequest mocks base method.

func (*MockEC2) ModifyVolumeAttributeWithContext

func (m *MockEC2) ModifyVolumeAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyVolumeAttributeInput, arg2 ...request.Option) (*ec2.ModifyVolumeAttributeOutput, error)

ModifyVolumeAttributeWithContext mocks base method.

func (*MockEC2) ModifyVolumeRequest

func (m *MockEC2) ModifyVolumeRequest(arg0 *ec2.ModifyVolumeInput) (*request.Request, *ec2.ModifyVolumeOutput)

ModifyVolumeRequest mocks base method.

func (*MockEC2) ModifyVolumeWithContext

func (m *MockEC2) ModifyVolumeWithContext(arg0 context.Context, arg1 *ec2.ModifyVolumeInput, arg2 ...request.Option) (*ec2.ModifyVolumeOutput, error)

ModifyVolumeWithContext mocks base method.

func (*MockEC2) ModifyVpcAttribute

func (m *MockEC2) ModifyVpcAttribute(arg0 *ec2.ModifyVpcAttributeInput) (*ec2.ModifyVpcAttributeOutput, error)

ModifyVpcAttribute mocks base method.

func (*MockEC2) ModifyVpcAttributeRequest

func (m *MockEC2) ModifyVpcAttributeRequest(arg0 *ec2.ModifyVpcAttributeInput) (*request.Request, *ec2.ModifyVpcAttributeOutput)

ModifyVpcAttributeRequest mocks base method.

func (*MockEC2) ModifyVpcAttributeWithContext

func (m *MockEC2) ModifyVpcAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcAttributeInput, arg2 ...request.Option) (*ec2.ModifyVpcAttributeOutput, error)

ModifyVpcAttributeWithContext mocks base method.

func (*MockEC2) ModifyVpcEndpoint

func (m *MockEC2) ModifyVpcEndpoint(arg0 *ec2.ModifyVpcEndpointInput) (*ec2.ModifyVpcEndpointOutput, error)

ModifyVpcEndpoint mocks base method.

func (*MockEC2) ModifyVpcEndpointConnectionNotification

ModifyVpcEndpointConnectionNotification mocks base method.

func (*MockEC2) ModifyVpcEndpointConnectionNotificationRequest

ModifyVpcEndpointConnectionNotificationRequest mocks base method.

func (*MockEC2) ModifyVpcEndpointConnectionNotificationWithContext

func (m *MockEC2) ModifyVpcEndpointConnectionNotificationWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcEndpointConnectionNotificationInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointConnectionNotificationOutput, error)

ModifyVpcEndpointConnectionNotificationWithContext mocks base method.

func (*MockEC2) ModifyVpcEndpointRequest

func (m *MockEC2) ModifyVpcEndpointRequest(arg0 *ec2.ModifyVpcEndpointInput) (*request.Request, *ec2.ModifyVpcEndpointOutput)

ModifyVpcEndpointRequest mocks base method.

func (*MockEC2) ModifyVpcEndpointServiceConfiguration

ModifyVpcEndpointServiceConfiguration mocks base method.

func (*MockEC2) ModifyVpcEndpointServiceConfigurationRequest

func (m *MockEC2) ModifyVpcEndpointServiceConfigurationRequest(arg0 *ec2.ModifyVpcEndpointServiceConfigurationInput) (*request.Request, *ec2.ModifyVpcEndpointServiceConfigurationOutput)

ModifyVpcEndpointServiceConfigurationRequest mocks base method.

func (*MockEC2) ModifyVpcEndpointServiceConfigurationWithContext

func (m *MockEC2) ModifyVpcEndpointServiceConfigurationWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcEndpointServiceConfigurationInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointServiceConfigurationOutput, error)

ModifyVpcEndpointServiceConfigurationWithContext mocks base method.

func (*MockEC2) ModifyVpcEndpointServicePayerResponsibility

ModifyVpcEndpointServicePayerResponsibility mocks base method.

func (*MockEC2) ModifyVpcEndpointServicePayerResponsibilityRequest

ModifyVpcEndpointServicePayerResponsibilityRequest mocks base method.

func (*MockEC2) ModifyVpcEndpointServicePayerResponsibilityWithContext

func (m *MockEC2) ModifyVpcEndpointServicePayerResponsibilityWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcEndpointServicePayerResponsibilityInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointServicePayerResponsibilityOutput, error)

ModifyVpcEndpointServicePayerResponsibilityWithContext mocks base method.

func (*MockEC2) ModifyVpcEndpointServicePermissions

ModifyVpcEndpointServicePermissions mocks base method.

func (*MockEC2) ModifyVpcEndpointServicePermissionsRequest

func (m *MockEC2) ModifyVpcEndpointServicePermissionsRequest(arg0 *ec2.ModifyVpcEndpointServicePermissionsInput) (*request.Request, *ec2.ModifyVpcEndpointServicePermissionsOutput)

ModifyVpcEndpointServicePermissionsRequest mocks base method.

func (*MockEC2) ModifyVpcEndpointServicePermissionsWithContext

func (m *MockEC2) ModifyVpcEndpointServicePermissionsWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcEndpointServicePermissionsInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointServicePermissionsOutput, error)

ModifyVpcEndpointServicePermissionsWithContext mocks base method.

func (*MockEC2) ModifyVpcEndpointWithContext

func (m *MockEC2) ModifyVpcEndpointWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcEndpointInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointOutput, error)

ModifyVpcEndpointWithContext mocks base method.

func (*MockEC2) ModifyVpcPeeringConnectionOptions

ModifyVpcPeeringConnectionOptions mocks base method.

func (*MockEC2) ModifyVpcPeeringConnectionOptionsRequest

func (m *MockEC2) ModifyVpcPeeringConnectionOptionsRequest(arg0 *ec2.ModifyVpcPeeringConnectionOptionsInput) (*request.Request, *ec2.ModifyVpcPeeringConnectionOptionsOutput)

ModifyVpcPeeringConnectionOptionsRequest mocks base method.

func (*MockEC2) ModifyVpcPeeringConnectionOptionsWithContext

func (m *MockEC2) ModifyVpcPeeringConnectionOptionsWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcPeeringConnectionOptionsInput, arg2 ...request.Option) (*ec2.ModifyVpcPeeringConnectionOptionsOutput, error)

ModifyVpcPeeringConnectionOptionsWithContext mocks base method.

func (*MockEC2) ModifyVpcTenancy

func (m *MockEC2) ModifyVpcTenancy(arg0 *ec2.ModifyVpcTenancyInput) (*ec2.ModifyVpcTenancyOutput, error)

ModifyVpcTenancy mocks base method.

func (*MockEC2) ModifyVpcTenancyRequest

func (m *MockEC2) ModifyVpcTenancyRequest(arg0 *ec2.ModifyVpcTenancyInput) (*request.Request, *ec2.ModifyVpcTenancyOutput)

ModifyVpcTenancyRequest mocks base method.

func (*MockEC2) ModifyVpcTenancyWithContext

func (m *MockEC2) ModifyVpcTenancyWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcTenancyInput, arg2 ...request.Option) (*ec2.ModifyVpcTenancyOutput, error)

ModifyVpcTenancyWithContext mocks base method.

func (*MockEC2) ModifyVpnConnection

func (m *MockEC2) ModifyVpnConnection(arg0 *ec2.ModifyVpnConnectionInput) (*ec2.ModifyVpnConnectionOutput, error)

ModifyVpnConnection mocks base method.

func (*MockEC2) ModifyVpnConnectionOptions

func (m *MockEC2) ModifyVpnConnectionOptions(arg0 *ec2.ModifyVpnConnectionOptionsInput) (*ec2.ModifyVpnConnectionOptionsOutput, error)

ModifyVpnConnectionOptions mocks base method.

func (*MockEC2) ModifyVpnConnectionOptionsRequest

func (m *MockEC2) ModifyVpnConnectionOptionsRequest(arg0 *ec2.ModifyVpnConnectionOptionsInput) (*request.Request, *ec2.ModifyVpnConnectionOptionsOutput)

ModifyVpnConnectionOptionsRequest mocks base method.

func (*MockEC2) ModifyVpnConnectionOptionsWithContext

func (m *MockEC2) ModifyVpnConnectionOptionsWithContext(arg0 context.Context, arg1 *ec2.ModifyVpnConnectionOptionsInput, arg2 ...request.Option) (*ec2.ModifyVpnConnectionOptionsOutput, error)

ModifyVpnConnectionOptionsWithContext mocks base method.

func (*MockEC2) ModifyVpnConnectionRequest

func (m *MockEC2) ModifyVpnConnectionRequest(arg0 *ec2.ModifyVpnConnectionInput) (*request.Request, *ec2.ModifyVpnConnectionOutput)

ModifyVpnConnectionRequest mocks base method.

func (*MockEC2) ModifyVpnConnectionWithContext

func (m *MockEC2) ModifyVpnConnectionWithContext(arg0 context.Context, arg1 *ec2.ModifyVpnConnectionInput, arg2 ...request.Option) (*ec2.ModifyVpnConnectionOutput, error)

ModifyVpnConnectionWithContext mocks base method.

func (*MockEC2) ModifyVpnTunnelCertificate

func (m *MockEC2) ModifyVpnTunnelCertificate(arg0 *ec2.ModifyVpnTunnelCertificateInput) (*ec2.ModifyVpnTunnelCertificateOutput, error)

ModifyVpnTunnelCertificate mocks base method.

func (*MockEC2) ModifyVpnTunnelCertificateRequest

func (m *MockEC2) ModifyVpnTunnelCertificateRequest(arg0 *ec2.ModifyVpnTunnelCertificateInput) (*request.Request, *ec2.ModifyVpnTunnelCertificateOutput)

ModifyVpnTunnelCertificateRequest mocks base method.

func (*MockEC2) ModifyVpnTunnelCertificateWithContext

func (m *MockEC2) ModifyVpnTunnelCertificateWithContext(arg0 context.Context, arg1 *ec2.ModifyVpnTunnelCertificateInput, arg2 ...request.Option) (*ec2.ModifyVpnTunnelCertificateOutput, error)

ModifyVpnTunnelCertificateWithContext mocks base method.

func (*MockEC2) ModifyVpnTunnelOptions

func (m *MockEC2) ModifyVpnTunnelOptions(arg0 *ec2.ModifyVpnTunnelOptionsInput) (*ec2.ModifyVpnTunnelOptionsOutput, error)

ModifyVpnTunnelOptions mocks base method.

func (*MockEC2) ModifyVpnTunnelOptionsRequest

func (m *MockEC2) ModifyVpnTunnelOptionsRequest(arg0 *ec2.ModifyVpnTunnelOptionsInput) (*request.Request, *ec2.ModifyVpnTunnelOptionsOutput)

ModifyVpnTunnelOptionsRequest mocks base method.

func (*MockEC2) ModifyVpnTunnelOptionsWithContext

func (m *MockEC2) ModifyVpnTunnelOptionsWithContext(arg0 context.Context, arg1 *ec2.ModifyVpnTunnelOptionsInput, arg2 ...request.Option) (*ec2.ModifyVpnTunnelOptionsOutput, error)

ModifyVpnTunnelOptionsWithContext mocks base method.

func (*MockEC2) MonitorInstances

func (m *MockEC2) MonitorInstances(arg0 *ec2.MonitorInstancesInput) (*ec2.MonitorInstancesOutput, error)

MonitorInstances mocks base method.

func (*MockEC2) MonitorInstancesRequest

func (m *MockEC2) MonitorInstancesRequest(arg0 *ec2.MonitorInstancesInput) (*request.Request, *ec2.MonitorInstancesOutput)

MonitorInstancesRequest mocks base method.

func (*MockEC2) MonitorInstancesWithContext

func (m *MockEC2) MonitorInstancesWithContext(arg0 context.Context, arg1 *ec2.MonitorInstancesInput, arg2 ...request.Option) (*ec2.MonitorInstancesOutput, error)

MonitorInstancesWithContext mocks base method.

func (*MockEC2) MoveAddressToVpc

func (m *MockEC2) MoveAddressToVpc(arg0 *ec2.MoveAddressToVpcInput) (*ec2.MoveAddressToVpcOutput, error)

MoveAddressToVpc mocks base method.

func (*MockEC2) MoveAddressToVpcRequest

func (m *MockEC2) MoveAddressToVpcRequest(arg0 *ec2.MoveAddressToVpcInput) (*request.Request, *ec2.MoveAddressToVpcOutput)

MoveAddressToVpcRequest mocks base method.

func (*MockEC2) MoveAddressToVpcWithContext

func (m *MockEC2) MoveAddressToVpcWithContext(arg0 context.Context, arg1 *ec2.MoveAddressToVpcInput, arg2 ...request.Option) (*ec2.MoveAddressToVpcOutput, error)

MoveAddressToVpcWithContext mocks base method.

func (*MockEC2) MoveByoipCidrToIpam

func (m *MockEC2) MoveByoipCidrToIpam(arg0 *ec2.MoveByoipCidrToIpamInput) (*ec2.MoveByoipCidrToIpamOutput, error)

MoveByoipCidrToIpam mocks base method.

func (*MockEC2) MoveByoipCidrToIpamRequest

func (m *MockEC2) MoveByoipCidrToIpamRequest(arg0 *ec2.MoveByoipCidrToIpamInput) (*request.Request, *ec2.MoveByoipCidrToIpamOutput)

MoveByoipCidrToIpamRequest mocks base method.

func (*MockEC2) MoveByoipCidrToIpamWithContext

func (m *MockEC2) MoveByoipCidrToIpamWithContext(arg0 context.Context, arg1 *ec2.MoveByoipCidrToIpamInput, arg2 ...request.Option) (*ec2.MoveByoipCidrToIpamOutput, error)

MoveByoipCidrToIpamWithContext mocks base method.

func (*MockEC2) ProvisionByoipCidr

func (m *MockEC2) ProvisionByoipCidr(arg0 *ec2.ProvisionByoipCidrInput) (*ec2.ProvisionByoipCidrOutput, error)

ProvisionByoipCidr mocks base method.

func (*MockEC2) ProvisionByoipCidrRequest

func (m *MockEC2) ProvisionByoipCidrRequest(arg0 *ec2.ProvisionByoipCidrInput) (*request.Request, *ec2.ProvisionByoipCidrOutput)

ProvisionByoipCidrRequest mocks base method.

func (*MockEC2) ProvisionByoipCidrWithContext

func (m *MockEC2) ProvisionByoipCidrWithContext(arg0 context.Context, arg1 *ec2.ProvisionByoipCidrInput, arg2 ...request.Option) (*ec2.ProvisionByoipCidrOutput, error)

ProvisionByoipCidrWithContext mocks base method.

func (*MockEC2) ProvisionIpamPoolCidr

func (m *MockEC2) ProvisionIpamPoolCidr(arg0 *ec2.ProvisionIpamPoolCidrInput) (*ec2.ProvisionIpamPoolCidrOutput, error)

ProvisionIpamPoolCidr mocks base method.

func (*MockEC2) ProvisionIpamPoolCidrRequest

func (m *MockEC2) ProvisionIpamPoolCidrRequest(arg0 *ec2.ProvisionIpamPoolCidrInput) (*request.Request, *ec2.ProvisionIpamPoolCidrOutput)

ProvisionIpamPoolCidrRequest mocks base method.

func (*MockEC2) ProvisionIpamPoolCidrWithContext

func (m *MockEC2) ProvisionIpamPoolCidrWithContext(arg0 context.Context, arg1 *ec2.ProvisionIpamPoolCidrInput, arg2 ...request.Option) (*ec2.ProvisionIpamPoolCidrOutput, error)

ProvisionIpamPoolCidrWithContext mocks base method.

func (*MockEC2) ProvisionPublicIpv4PoolCidr

func (m *MockEC2) ProvisionPublicIpv4PoolCidr(arg0 *ec2.ProvisionPublicIpv4PoolCidrInput) (*ec2.ProvisionPublicIpv4PoolCidrOutput, error)

ProvisionPublicIpv4PoolCidr mocks base method.

func (*MockEC2) ProvisionPublicIpv4PoolCidrRequest

func (m *MockEC2) ProvisionPublicIpv4PoolCidrRequest(arg0 *ec2.ProvisionPublicIpv4PoolCidrInput) (*request.Request, *ec2.ProvisionPublicIpv4PoolCidrOutput)

ProvisionPublicIpv4PoolCidrRequest mocks base method.

func (*MockEC2) ProvisionPublicIpv4PoolCidrWithContext

func (m *MockEC2) ProvisionPublicIpv4PoolCidrWithContext(arg0 context.Context, arg1 *ec2.ProvisionPublicIpv4PoolCidrInput, arg2 ...request.Option) (*ec2.ProvisionPublicIpv4PoolCidrOutput, error)

ProvisionPublicIpv4PoolCidrWithContext mocks base method.

func (*MockEC2) PurchaseHostReservation

func (m *MockEC2) PurchaseHostReservation(arg0 *ec2.PurchaseHostReservationInput) (*ec2.PurchaseHostReservationOutput, error)

PurchaseHostReservation mocks base method.

func (*MockEC2) PurchaseHostReservationRequest

func (m *MockEC2) PurchaseHostReservationRequest(arg0 *ec2.PurchaseHostReservationInput) (*request.Request, *ec2.PurchaseHostReservationOutput)

PurchaseHostReservationRequest mocks base method.

func (*MockEC2) PurchaseHostReservationWithContext

func (m *MockEC2) PurchaseHostReservationWithContext(arg0 context.Context, arg1 *ec2.PurchaseHostReservationInput, arg2 ...request.Option) (*ec2.PurchaseHostReservationOutput, error)

PurchaseHostReservationWithContext mocks base method.

func (*MockEC2) PurchaseReservedInstancesOffering

PurchaseReservedInstancesOffering mocks base method.

func (*MockEC2) PurchaseReservedInstancesOfferingRequest

func (m *MockEC2) PurchaseReservedInstancesOfferingRequest(arg0 *ec2.PurchaseReservedInstancesOfferingInput) (*request.Request, *ec2.PurchaseReservedInstancesOfferingOutput)

PurchaseReservedInstancesOfferingRequest mocks base method.

func (*MockEC2) PurchaseReservedInstancesOfferingWithContext

func (m *MockEC2) PurchaseReservedInstancesOfferingWithContext(arg0 context.Context, arg1 *ec2.PurchaseReservedInstancesOfferingInput, arg2 ...request.Option) (*ec2.PurchaseReservedInstancesOfferingOutput, error)

PurchaseReservedInstancesOfferingWithContext mocks base method.

func (*MockEC2) PurchaseScheduledInstances

func (m *MockEC2) PurchaseScheduledInstances(arg0 *ec2.PurchaseScheduledInstancesInput) (*ec2.PurchaseScheduledInstancesOutput, error)

PurchaseScheduledInstances mocks base method.

func (*MockEC2) PurchaseScheduledInstancesRequest

func (m *MockEC2) PurchaseScheduledInstancesRequest(arg0 *ec2.PurchaseScheduledInstancesInput) (*request.Request, *ec2.PurchaseScheduledInstancesOutput)

PurchaseScheduledInstancesRequest mocks base method.

func (*MockEC2) PurchaseScheduledInstancesWithContext

func (m *MockEC2) PurchaseScheduledInstancesWithContext(arg0 context.Context, arg1 *ec2.PurchaseScheduledInstancesInput, arg2 ...request.Option) (*ec2.PurchaseScheduledInstancesOutput, error)

PurchaseScheduledInstancesWithContext mocks base method.

func (*MockEC2) RebootInstances

func (m *MockEC2) RebootInstances(arg0 *ec2.RebootInstancesInput) (*ec2.RebootInstancesOutput, error)

RebootInstances mocks base method.

func (*MockEC2) RebootInstancesRequest

func (m *MockEC2) RebootInstancesRequest(arg0 *ec2.RebootInstancesInput) (*request.Request, *ec2.RebootInstancesOutput)

RebootInstancesRequest mocks base method.

func (*MockEC2) RebootInstancesWithContext

func (m *MockEC2) RebootInstancesWithContext(arg0 context.Context, arg1 *ec2.RebootInstancesInput, arg2 ...request.Option) (*ec2.RebootInstancesOutput, error)

RebootInstancesWithContext mocks base method.

func (*MockEC2) RegisterImage

func (m *MockEC2) RegisterImage(arg0 *ec2.RegisterImageInput) (*ec2.RegisterImageOutput, error)

RegisterImage mocks base method.

func (*MockEC2) RegisterImageRequest

func (m *MockEC2) RegisterImageRequest(arg0 *ec2.RegisterImageInput) (*request.Request, *ec2.RegisterImageOutput)

RegisterImageRequest mocks base method.

func (*MockEC2) RegisterImageWithContext

func (m *MockEC2) RegisterImageWithContext(arg0 context.Context, arg1 *ec2.RegisterImageInput, arg2 ...request.Option) (*ec2.RegisterImageOutput, error)

RegisterImageWithContext mocks base method.

func (*MockEC2) RegisterInstanceEventNotificationAttributes

RegisterInstanceEventNotificationAttributes mocks base method.

func (*MockEC2) RegisterInstanceEventNotificationAttributesRequest

RegisterInstanceEventNotificationAttributesRequest mocks base method.

func (*MockEC2) RegisterInstanceEventNotificationAttributesWithContext

func (m *MockEC2) RegisterInstanceEventNotificationAttributesWithContext(arg0 context.Context, arg1 *ec2.RegisterInstanceEventNotificationAttributesInput, arg2 ...request.Option) (*ec2.RegisterInstanceEventNotificationAttributesOutput, error)

RegisterInstanceEventNotificationAttributesWithContext mocks base method.

func (*MockEC2) RegisterTransitGatewayMulticastGroupMembers

RegisterTransitGatewayMulticastGroupMembers mocks base method.

func (*MockEC2) RegisterTransitGatewayMulticastGroupMembersRequest

RegisterTransitGatewayMulticastGroupMembersRequest mocks base method.

func (*MockEC2) RegisterTransitGatewayMulticastGroupMembersWithContext

func (m *MockEC2) RegisterTransitGatewayMulticastGroupMembersWithContext(arg0 context.Context, arg1 *ec2.RegisterTransitGatewayMulticastGroupMembersInput, arg2 ...request.Option) (*ec2.RegisterTransitGatewayMulticastGroupMembersOutput, error)

RegisterTransitGatewayMulticastGroupMembersWithContext mocks base method.

func (*MockEC2) RegisterTransitGatewayMulticastGroupSources

RegisterTransitGatewayMulticastGroupSources mocks base method.

func (*MockEC2) RegisterTransitGatewayMulticastGroupSourcesRequest

RegisterTransitGatewayMulticastGroupSourcesRequest mocks base method.

func (*MockEC2) RegisterTransitGatewayMulticastGroupSourcesWithContext

func (m *MockEC2) RegisterTransitGatewayMulticastGroupSourcesWithContext(arg0 context.Context, arg1 *ec2.RegisterTransitGatewayMulticastGroupSourcesInput, arg2 ...request.Option) (*ec2.RegisterTransitGatewayMulticastGroupSourcesOutput, error)

RegisterTransitGatewayMulticastGroupSourcesWithContext mocks base method.

func (*MockEC2) RejectTransitGatewayMulticastDomainAssociations

RejectTransitGatewayMulticastDomainAssociations mocks base method.

func (*MockEC2) RejectTransitGatewayMulticastDomainAssociationsRequest

RejectTransitGatewayMulticastDomainAssociationsRequest mocks base method.

func (*MockEC2) RejectTransitGatewayMulticastDomainAssociationsWithContext

func (m *MockEC2) RejectTransitGatewayMulticastDomainAssociationsWithContext(arg0 context.Context, arg1 *ec2.RejectTransitGatewayMulticastDomainAssociationsInput, arg2 ...request.Option) (*ec2.RejectTransitGatewayMulticastDomainAssociationsOutput, error)

RejectTransitGatewayMulticastDomainAssociationsWithContext mocks base method.

func (*MockEC2) RejectTransitGatewayPeeringAttachment

RejectTransitGatewayPeeringAttachment mocks base method.

func (*MockEC2) RejectTransitGatewayPeeringAttachmentRequest

func (m *MockEC2) RejectTransitGatewayPeeringAttachmentRequest(arg0 *ec2.RejectTransitGatewayPeeringAttachmentInput) (*request.Request, *ec2.RejectTransitGatewayPeeringAttachmentOutput)

RejectTransitGatewayPeeringAttachmentRequest mocks base method.

func (*MockEC2) RejectTransitGatewayPeeringAttachmentWithContext

func (m *MockEC2) RejectTransitGatewayPeeringAttachmentWithContext(arg0 context.Context, arg1 *ec2.RejectTransitGatewayPeeringAttachmentInput, arg2 ...request.Option) (*ec2.RejectTransitGatewayPeeringAttachmentOutput, error)

RejectTransitGatewayPeeringAttachmentWithContext mocks base method.

func (*MockEC2) RejectTransitGatewayVpcAttachment

RejectTransitGatewayVpcAttachment mocks base method.

func (*MockEC2) RejectTransitGatewayVpcAttachmentRequest

func (m *MockEC2) RejectTransitGatewayVpcAttachmentRequest(arg0 *ec2.RejectTransitGatewayVpcAttachmentInput) (*request.Request, *ec2.RejectTransitGatewayVpcAttachmentOutput)

RejectTransitGatewayVpcAttachmentRequest mocks base method.

func (*MockEC2) RejectTransitGatewayVpcAttachmentWithContext

func (m *MockEC2) RejectTransitGatewayVpcAttachmentWithContext(arg0 context.Context, arg1 *ec2.RejectTransitGatewayVpcAttachmentInput, arg2 ...request.Option) (*ec2.RejectTransitGatewayVpcAttachmentOutput, error)

RejectTransitGatewayVpcAttachmentWithContext mocks base method.

func (*MockEC2) RejectVpcEndpointConnections

func (m *MockEC2) RejectVpcEndpointConnections(arg0 *ec2.RejectVpcEndpointConnectionsInput) (*ec2.RejectVpcEndpointConnectionsOutput, error)

RejectVpcEndpointConnections mocks base method.

func (*MockEC2) RejectVpcEndpointConnectionsRequest

func (m *MockEC2) RejectVpcEndpointConnectionsRequest(arg0 *ec2.RejectVpcEndpointConnectionsInput) (*request.Request, *ec2.RejectVpcEndpointConnectionsOutput)

RejectVpcEndpointConnectionsRequest mocks base method.

func (*MockEC2) RejectVpcEndpointConnectionsWithContext

func (m *MockEC2) RejectVpcEndpointConnectionsWithContext(arg0 context.Context, arg1 *ec2.RejectVpcEndpointConnectionsInput, arg2 ...request.Option) (*ec2.RejectVpcEndpointConnectionsOutput, error)

RejectVpcEndpointConnectionsWithContext mocks base method.

func (*MockEC2) RejectVpcPeeringConnection

func (m *MockEC2) RejectVpcPeeringConnection(arg0 *ec2.RejectVpcPeeringConnectionInput) (*ec2.RejectVpcPeeringConnectionOutput, error)

RejectVpcPeeringConnection mocks base method.

func (*MockEC2) RejectVpcPeeringConnectionRequest

func (m *MockEC2) RejectVpcPeeringConnectionRequest(arg0 *ec2.RejectVpcPeeringConnectionInput) (*request.Request, *ec2.RejectVpcPeeringConnectionOutput)

RejectVpcPeeringConnectionRequest mocks base method.

func (*MockEC2) RejectVpcPeeringConnectionWithContext

func (m *MockEC2) RejectVpcPeeringConnectionWithContext(arg0 context.Context, arg1 *ec2.RejectVpcPeeringConnectionInput, arg2 ...request.Option) (*ec2.RejectVpcPeeringConnectionOutput, error)

RejectVpcPeeringConnectionWithContext mocks base method.

func (*MockEC2) ReleaseAddress

func (m *MockEC2) ReleaseAddress(arg0 *ec2.ReleaseAddressInput) (*ec2.ReleaseAddressOutput, error)

ReleaseAddress mocks base method.

func (*MockEC2) ReleaseAddressRequest

func (m *MockEC2) ReleaseAddressRequest(arg0 *ec2.ReleaseAddressInput) (*request.Request, *ec2.ReleaseAddressOutput)

ReleaseAddressRequest mocks base method.

func (*MockEC2) ReleaseAddressWithContext

func (m *MockEC2) ReleaseAddressWithContext(arg0 context.Context, arg1 *ec2.ReleaseAddressInput, arg2 ...request.Option) (*ec2.ReleaseAddressOutput, error)

ReleaseAddressWithContext mocks base method.

func (*MockEC2) ReleaseHosts

func (m *MockEC2) ReleaseHosts(arg0 *ec2.ReleaseHostsInput) (*ec2.ReleaseHostsOutput, error)

ReleaseHosts mocks base method.

func (*MockEC2) ReleaseHostsRequest

func (m *MockEC2) ReleaseHostsRequest(arg0 *ec2.ReleaseHostsInput) (*request.Request, *ec2.ReleaseHostsOutput)

ReleaseHostsRequest mocks base method.

func (*MockEC2) ReleaseHostsWithContext

func (m *MockEC2) ReleaseHostsWithContext(arg0 context.Context, arg1 *ec2.ReleaseHostsInput, arg2 ...request.Option) (*ec2.ReleaseHostsOutput, error)

ReleaseHostsWithContext mocks base method.

func (*MockEC2) ReleaseIpamPoolAllocation

func (m *MockEC2) ReleaseIpamPoolAllocation(arg0 *ec2.ReleaseIpamPoolAllocationInput) (*ec2.ReleaseIpamPoolAllocationOutput, error)

ReleaseIpamPoolAllocation mocks base method.

func (*MockEC2) ReleaseIpamPoolAllocationRequest

func (m *MockEC2) ReleaseIpamPoolAllocationRequest(arg0 *ec2.ReleaseIpamPoolAllocationInput) (*request.Request, *ec2.ReleaseIpamPoolAllocationOutput)

ReleaseIpamPoolAllocationRequest mocks base method.

func (*MockEC2) ReleaseIpamPoolAllocationWithContext

func (m *MockEC2) ReleaseIpamPoolAllocationWithContext(arg0 context.Context, arg1 *ec2.ReleaseIpamPoolAllocationInput, arg2 ...request.Option) (*ec2.ReleaseIpamPoolAllocationOutput, error)

ReleaseIpamPoolAllocationWithContext mocks base method.

func (*MockEC2) ReplaceIamInstanceProfileAssociation

ReplaceIamInstanceProfileAssociation mocks base method.

func (*MockEC2) ReplaceIamInstanceProfileAssociationRequest

func (m *MockEC2) ReplaceIamInstanceProfileAssociationRequest(arg0 *ec2.ReplaceIamInstanceProfileAssociationInput) (*request.Request, *ec2.ReplaceIamInstanceProfileAssociationOutput)

ReplaceIamInstanceProfileAssociationRequest mocks base method.

func (*MockEC2) ReplaceIamInstanceProfileAssociationWithContext

func (m *MockEC2) ReplaceIamInstanceProfileAssociationWithContext(arg0 context.Context, arg1 *ec2.ReplaceIamInstanceProfileAssociationInput, arg2 ...request.Option) (*ec2.ReplaceIamInstanceProfileAssociationOutput, error)

ReplaceIamInstanceProfileAssociationWithContext mocks base method.

func (*MockEC2) ReplaceNetworkAclAssociation

func (m *MockEC2) ReplaceNetworkAclAssociation(arg0 *ec2.ReplaceNetworkAclAssociationInput) (*ec2.ReplaceNetworkAclAssociationOutput, error)

ReplaceNetworkAclAssociation mocks base method.

func (*MockEC2) ReplaceNetworkAclAssociationRequest

func (m *MockEC2) ReplaceNetworkAclAssociationRequest(arg0 *ec2.ReplaceNetworkAclAssociationInput) (*request.Request, *ec2.ReplaceNetworkAclAssociationOutput)

ReplaceNetworkAclAssociationRequest mocks base method.

func (*MockEC2) ReplaceNetworkAclAssociationWithContext

func (m *MockEC2) ReplaceNetworkAclAssociationWithContext(arg0 context.Context, arg1 *ec2.ReplaceNetworkAclAssociationInput, arg2 ...request.Option) (*ec2.ReplaceNetworkAclAssociationOutput, error)

ReplaceNetworkAclAssociationWithContext mocks base method.

func (*MockEC2) ReplaceNetworkAclEntry

func (m *MockEC2) ReplaceNetworkAclEntry(arg0 *ec2.ReplaceNetworkAclEntryInput) (*ec2.ReplaceNetworkAclEntryOutput, error)

ReplaceNetworkAclEntry mocks base method.

func (*MockEC2) ReplaceNetworkAclEntryRequest

func (m *MockEC2) ReplaceNetworkAclEntryRequest(arg0 *ec2.ReplaceNetworkAclEntryInput) (*request.Request, *ec2.ReplaceNetworkAclEntryOutput)

ReplaceNetworkAclEntryRequest mocks base method.

func (*MockEC2) ReplaceNetworkAclEntryWithContext

func (m *MockEC2) ReplaceNetworkAclEntryWithContext(arg0 context.Context, arg1 *ec2.ReplaceNetworkAclEntryInput, arg2 ...request.Option) (*ec2.ReplaceNetworkAclEntryOutput, error)

ReplaceNetworkAclEntryWithContext mocks base method.

func (*MockEC2) ReplaceRoute

func (m *MockEC2) ReplaceRoute(arg0 *ec2.ReplaceRouteInput) (*ec2.ReplaceRouteOutput, error)

ReplaceRoute mocks base method.

func (*MockEC2) ReplaceRouteRequest

func (m *MockEC2) ReplaceRouteRequest(arg0 *ec2.ReplaceRouteInput) (*request.Request, *ec2.ReplaceRouteOutput)

ReplaceRouteRequest mocks base method.

func (*MockEC2) ReplaceRouteTableAssociation

func (m *MockEC2) ReplaceRouteTableAssociation(arg0 *ec2.ReplaceRouteTableAssociationInput) (*ec2.ReplaceRouteTableAssociationOutput, error)

ReplaceRouteTableAssociation mocks base method.

func (*MockEC2) ReplaceRouteTableAssociationRequest

func (m *MockEC2) ReplaceRouteTableAssociationRequest(arg0 *ec2.ReplaceRouteTableAssociationInput) (*request.Request, *ec2.ReplaceRouteTableAssociationOutput)

ReplaceRouteTableAssociationRequest mocks base method.

func (*MockEC2) ReplaceRouteTableAssociationWithContext

func (m *MockEC2) ReplaceRouteTableAssociationWithContext(arg0 context.Context, arg1 *ec2.ReplaceRouteTableAssociationInput, arg2 ...request.Option) (*ec2.ReplaceRouteTableAssociationOutput, error)

ReplaceRouteTableAssociationWithContext mocks base method.

func (*MockEC2) ReplaceRouteWithContext

func (m *MockEC2) ReplaceRouteWithContext(arg0 context.Context, arg1 *ec2.ReplaceRouteInput, arg2 ...request.Option) (*ec2.ReplaceRouteOutput, error)

ReplaceRouteWithContext mocks base method.

func (*MockEC2) ReplaceTransitGatewayRoute

func (m *MockEC2) ReplaceTransitGatewayRoute(arg0 *ec2.ReplaceTransitGatewayRouteInput) (*ec2.ReplaceTransitGatewayRouteOutput, error)

ReplaceTransitGatewayRoute mocks base method.

func (*MockEC2) ReplaceTransitGatewayRouteRequest

func (m *MockEC2) ReplaceTransitGatewayRouteRequest(arg0 *ec2.ReplaceTransitGatewayRouteInput) (*request.Request, *ec2.ReplaceTransitGatewayRouteOutput)

ReplaceTransitGatewayRouteRequest mocks base method.

func (*MockEC2) ReplaceTransitGatewayRouteWithContext

func (m *MockEC2) ReplaceTransitGatewayRouteWithContext(arg0 context.Context, arg1 *ec2.ReplaceTransitGatewayRouteInput, arg2 ...request.Option) (*ec2.ReplaceTransitGatewayRouteOutput, error)

ReplaceTransitGatewayRouteWithContext mocks base method.

func (*MockEC2) ReplaceVpnTunnel

func (m *MockEC2) ReplaceVpnTunnel(arg0 *ec2.ReplaceVpnTunnelInput) (*ec2.ReplaceVpnTunnelOutput, error)

ReplaceVpnTunnel mocks base method.

func (*MockEC2) ReplaceVpnTunnelRequest

func (m *MockEC2) ReplaceVpnTunnelRequest(arg0 *ec2.ReplaceVpnTunnelInput) (*request.Request, *ec2.ReplaceVpnTunnelOutput)

ReplaceVpnTunnelRequest mocks base method.

func (*MockEC2) ReplaceVpnTunnelWithContext

func (m *MockEC2) ReplaceVpnTunnelWithContext(arg0 context.Context, arg1 *ec2.ReplaceVpnTunnelInput, arg2 ...request.Option) (*ec2.ReplaceVpnTunnelOutput, error)

ReplaceVpnTunnelWithContext mocks base method.

func (*MockEC2) ReportInstanceStatus

func (m *MockEC2) ReportInstanceStatus(arg0 *ec2.ReportInstanceStatusInput) (*ec2.ReportInstanceStatusOutput, error)

ReportInstanceStatus mocks base method.

func (*MockEC2) ReportInstanceStatusRequest

func (m *MockEC2) ReportInstanceStatusRequest(arg0 *ec2.ReportInstanceStatusInput) (*request.Request, *ec2.ReportInstanceStatusOutput)

ReportInstanceStatusRequest mocks base method.

func (*MockEC2) ReportInstanceStatusWithContext

func (m *MockEC2) ReportInstanceStatusWithContext(arg0 context.Context, arg1 *ec2.ReportInstanceStatusInput, arg2 ...request.Option) (*ec2.ReportInstanceStatusOutput, error)

ReportInstanceStatusWithContext mocks base method.

func (*MockEC2) RequestSpotFleet

func (m *MockEC2) RequestSpotFleet(arg0 *ec2.RequestSpotFleetInput) (*ec2.RequestSpotFleetOutput, error)

RequestSpotFleet mocks base method.

func (*MockEC2) RequestSpotFleetRequest

func (m *MockEC2) RequestSpotFleetRequest(arg0 *ec2.RequestSpotFleetInput) (*request.Request, *ec2.RequestSpotFleetOutput)

RequestSpotFleetRequest mocks base method.

func (*MockEC2) RequestSpotFleetWithContext

func (m *MockEC2) RequestSpotFleetWithContext(arg0 context.Context, arg1 *ec2.RequestSpotFleetInput, arg2 ...request.Option) (*ec2.RequestSpotFleetOutput, error)

RequestSpotFleetWithContext mocks base method.

func (*MockEC2) RequestSpotInstances

func (m *MockEC2) RequestSpotInstances(arg0 *ec2.RequestSpotInstancesInput) (*ec2.RequestSpotInstancesOutput, error)

RequestSpotInstances mocks base method.

func (*MockEC2) RequestSpotInstancesRequest

func (m *MockEC2) RequestSpotInstancesRequest(arg0 *ec2.RequestSpotInstancesInput) (*request.Request, *ec2.RequestSpotInstancesOutput)

RequestSpotInstancesRequest mocks base method.

func (*MockEC2) RequestSpotInstancesWithContext

func (m *MockEC2) RequestSpotInstancesWithContext(arg0 context.Context, arg1 *ec2.RequestSpotInstancesInput, arg2 ...request.Option) (*ec2.RequestSpotInstancesOutput, error)

RequestSpotInstancesWithContext mocks base method.

func (*MockEC2) ResetAddressAttribute

func (m *MockEC2) ResetAddressAttribute(arg0 *ec2.ResetAddressAttributeInput) (*ec2.ResetAddressAttributeOutput, error)

ResetAddressAttribute mocks base method.

func (*MockEC2) ResetAddressAttributeRequest

func (m *MockEC2) ResetAddressAttributeRequest(arg0 *ec2.ResetAddressAttributeInput) (*request.Request, *ec2.ResetAddressAttributeOutput)

ResetAddressAttributeRequest mocks base method.

func (*MockEC2) ResetAddressAttributeWithContext

func (m *MockEC2) ResetAddressAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetAddressAttributeInput, arg2 ...request.Option) (*ec2.ResetAddressAttributeOutput, error)

ResetAddressAttributeWithContext mocks base method.

func (*MockEC2) ResetEbsDefaultKmsKeyId

func (m *MockEC2) ResetEbsDefaultKmsKeyId(arg0 *ec2.ResetEbsDefaultKmsKeyIdInput) (*ec2.ResetEbsDefaultKmsKeyIdOutput, error)

ResetEbsDefaultKmsKeyId mocks base method.

func (*MockEC2) ResetEbsDefaultKmsKeyIdRequest

func (m *MockEC2) ResetEbsDefaultKmsKeyIdRequest(arg0 *ec2.ResetEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.ResetEbsDefaultKmsKeyIdOutput)

ResetEbsDefaultKmsKeyIdRequest mocks base method.

func (*MockEC2) ResetEbsDefaultKmsKeyIdWithContext

func (m *MockEC2) ResetEbsDefaultKmsKeyIdWithContext(arg0 context.Context, arg1 *ec2.ResetEbsDefaultKmsKeyIdInput, arg2 ...request.Option) (*ec2.ResetEbsDefaultKmsKeyIdOutput, error)

ResetEbsDefaultKmsKeyIdWithContext mocks base method.

func (*MockEC2) ResetFpgaImageAttribute

func (m *MockEC2) ResetFpgaImageAttribute(arg0 *ec2.ResetFpgaImageAttributeInput) (*ec2.ResetFpgaImageAttributeOutput, error)

ResetFpgaImageAttribute mocks base method.

func (*MockEC2) ResetFpgaImageAttributeRequest

func (m *MockEC2) ResetFpgaImageAttributeRequest(arg0 *ec2.ResetFpgaImageAttributeInput) (*request.Request, *ec2.ResetFpgaImageAttributeOutput)

ResetFpgaImageAttributeRequest mocks base method.

func (*MockEC2) ResetFpgaImageAttributeWithContext

func (m *MockEC2) ResetFpgaImageAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetFpgaImageAttributeInput, arg2 ...request.Option) (*ec2.ResetFpgaImageAttributeOutput, error)

ResetFpgaImageAttributeWithContext mocks base method.

func (*MockEC2) ResetImageAttribute

func (m *MockEC2) ResetImageAttribute(arg0 *ec2.ResetImageAttributeInput) (*ec2.ResetImageAttributeOutput, error)

ResetImageAttribute mocks base method.

func (*MockEC2) ResetImageAttributeRequest

func (m *MockEC2) ResetImageAttributeRequest(arg0 *ec2.ResetImageAttributeInput) (*request.Request, *ec2.ResetImageAttributeOutput)

ResetImageAttributeRequest mocks base method.

func (*MockEC2) ResetImageAttributeWithContext

func (m *MockEC2) ResetImageAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetImageAttributeInput, arg2 ...request.Option) (*ec2.ResetImageAttributeOutput, error)

ResetImageAttributeWithContext mocks base method.

func (*MockEC2) ResetInstanceAttribute

func (m *MockEC2) ResetInstanceAttribute(arg0 *ec2.ResetInstanceAttributeInput) (*ec2.ResetInstanceAttributeOutput, error)

ResetInstanceAttribute mocks base method.

func (*MockEC2) ResetInstanceAttributeRequest

func (m *MockEC2) ResetInstanceAttributeRequest(arg0 *ec2.ResetInstanceAttributeInput) (*request.Request, *ec2.ResetInstanceAttributeOutput)

ResetInstanceAttributeRequest mocks base method.

func (*MockEC2) ResetInstanceAttributeWithContext

func (m *MockEC2) ResetInstanceAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetInstanceAttributeInput, arg2 ...request.Option) (*ec2.ResetInstanceAttributeOutput, error)

ResetInstanceAttributeWithContext mocks base method.

func (*MockEC2) ResetNetworkInterfaceAttribute

ResetNetworkInterfaceAttribute mocks base method.

func (*MockEC2) ResetNetworkInterfaceAttributeRequest

func (m *MockEC2) ResetNetworkInterfaceAttributeRequest(arg0 *ec2.ResetNetworkInterfaceAttributeInput) (*request.Request, *ec2.ResetNetworkInterfaceAttributeOutput)

ResetNetworkInterfaceAttributeRequest mocks base method.

func (*MockEC2) ResetNetworkInterfaceAttributeWithContext

func (m *MockEC2) ResetNetworkInterfaceAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetNetworkInterfaceAttributeInput, arg2 ...request.Option) (*ec2.ResetNetworkInterfaceAttributeOutput, error)

ResetNetworkInterfaceAttributeWithContext mocks base method.

func (*MockEC2) ResetSnapshotAttribute

func (m *MockEC2) ResetSnapshotAttribute(arg0 *ec2.ResetSnapshotAttributeInput) (*ec2.ResetSnapshotAttributeOutput, error)

ResetSnapshotAttribute mocks base method.

func (*MockEC2) ResetSnapshotAttributeRequest

func (m *MockEC2) ResetSnapshotAttributeRequest(arg0 *ec2.ResetSnapshotAttributeInput) (*request.Request, *ec2.ResetSnapshotAttributeOutput)

ResetSnapshotAttributeRequest mocks base method.

func (*MockEC2) ResetSnapshotAttributeWithContext

func (m *MockEC2) ResetSnapshotAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetSnapshotAttributeInput, arg2 ...request.Option) (*ec2.ResetSnapshotAttributeOutput, error)

ResetSnapshotAttributeWithContext mocks base method.

func (*MockEC2) RestoreAddressToClassic

func (m *MockEC2) RestoreAddressToClassic(arg0 *ec2.RestoreAddressToClassicInput) (*ec2.RestoreAddressToClassicOutput, error)

RestoreAddressToClassic mocks base method.

func (*MockEC2) RestoreAddressToClassicRequest

func (m *MockEC2) RestoreAddressToClassicRequest(arg0 *ec2.RestoreAddressToClassicInput) (*request.Request, *ec2.RestoreAddressToClassicOutput)

RestoreAddressToClassicRequest mocks base method.

func (*MockEC2) RestoreAddressToClassicWithContext

func (m *MockEC2) RestoreAddressToClassicWithContext(arg0 context.Context, arg1 *ec2.RestoreAddressToClassicInput, arg2 ...request.Option) (*ec2.RestoreAddressToClassicOutput, error)

RestoreAddressToClassicWithContext mocks base method.

func (*MockEC2) RestoreImageFromRecycleBin

func (m *MockEC2) RestoreImageFromRecycleBin(arg0 *ec2.RestoreImageFromRecycleBinInput) (*ec2.RestoreImageFromRecycleBinOutput, error)

RestoreImageFromRecycleBin mocks base method.

func (*MockEC2) RestoreImageFromRecycleBinRequest

func (m *MockEC2) RestoreImageFromRecycleBinRequest(arg0 *ec2.RestoreImageFromRecycleBinInput) (*request.Request, *ec2.RestoreImageFromRecycleBinOutput)

RestoreImageFromRecycleBinRequest mocks base method.

func (*MockEC2) RestoreImageFromRecycleBinWithContext

func (m *MockEC2) RestoreImageFromRecycleBinWithContext(arg0 context.Context, arg1 *ec2.RestoreImageFromRecycleBinInput, arg2 ...request.Option) (*ec2.RestoreImageFromRecycleBinOutput, error)

RestoreImageFromRecycleBinWithContext mocks base method.

func (*MockEC2) RestoreManagedPrefixListVersion

RestoreManagedPrefixListVersion mocks base method.

func (*MockEC2) RestoreManagedPrefixListVersionRequest

func (m *MockEC2) RestoreManagedPrefixListVersionRequest(arg0 *ec2.RestoreManagedPrefixListVersionInput) (*request.Request, *ec2.RestoreManagedPrefixListVersionOutput)

RestoreManagedPrefixListVersionRequest mocks base method.

func (*MockEC2) RestoreManagedPrefixListVersionWithContext

func (m *MockEC2) RestoreManagedPrefixListVersionWithContext(arg0 context.Context, arg1 *ec2.RestoreManagedPrefixListVersionInput, arg2 ...request.Option) (*ec2.RestoreManagedPrefixListVersionOutput, error)

RestoreManagedPrefixListVersionWithContext mocks base method.

func (*MockEC2) RestoreSnapshotFromRecycleBin

func (m *MockEC2) RestoreSnapshotFromRecycleBin(arg0 *ec2.RestoreSnapshotFromRecycleBinInput) (*ec2.RestoreSnapshotFromRecycleBinOutput, error)

RestoreSnapshotFromRecycleBin mocks base method.

func (*MockEC2) RestoreSnapshotFromRecycleBinRequest

func (m *MockEC2) RestoreSnapshotFromRecycleBinRequest(arg0 *ec2.RestoreSnapshotFromRecycleBinInput) (*request.Request, *ec2.RestoreSnapshotFromRecycleBinOutput)

RestoreSnapshotFromRecycleBinRequest mocks base method.

func (*MockEC2) RestoreSnapshotFromRecycleBinWithContext

func (m *MockEC2) RestoreSnapshotFromRecycleBinWithContext(arg0 context.Context, arg1 *ec2.RestoreSnapshotFromRecycleBinInput, arg2 ...request.Option) (*ec2.RestoreSnapshotFromRecycleBinOutput, error)

RestoreSnapshotFromRecycleBinWithContext mocks base method.

func (*MockEC2) RestoreSnapshotTier

func (m *MockEC2) RestoreSnapshotTier(arg0 *ec2.RestoreSnapshotTierInput) (*ec2.RestoreSnapshotTierOutput, error)

RestoreSnapshotTier mocks base method.

func (*MockEC2) RestoreSnapshotTierRequest

func (m *MockEC2) RestoreSnapshotTierRequest(arg0 *ec2.RestoreSnapshotTierInput) (*request.Request, *ec2.RestoreSnapshotTierOutput)

RestoreSnapshotTierRequest mocks base method.

func (*MockEC2) RestoreSnapshotTierWithContext

func (m *MockEC2) RestoreSnapshotTierWithContext(arg0 context.Context, arg1 *ec2.RestoreSnapshotTierInput, arg2 ...request.Option) (*ec2.RestoreSnapshotTierOutput, error)

RestoreSnapshotTierWithContext mocks base method.

func (*MockEC2) RevokeClientVpnIngress

func (m *MockEC2) RevokeClientVpnIngress(arg0 *ec2.RevokeClientVpnIngressInput) (*ec2.RevokeClientVpnIngressOutput, error)

RevokeClientVpnIngress mocks base method.

func (*MockEC2) RevokeClientVpnIngressRequest

func (m *MockEC2) RevokeClientVpnIngressRequest(arg0 *ec2.RevokeClientVpnIngressInput) (*request.Request, *ec2.RevokeClientVpnIngressOutput)

RevokeClientVpnIngressRequest mocks base method.

func (*MockEC2) RevokeClientVpnIngressWithContext

func (m *MockEC2) RevokeClientVpnIngressWithContext(arg0 context.Context, arg1 *ec2.RevokeClientVpnIngressInput, arg2 ...request.Option) (*ec2.RevokeClientVpnIngressOutput, error)

RevokeClientVpnIngressWithContext mocks base method.

func (*MockEC2) RevokeSecurityGroupEgress

func (m *MockEC2) RevokeSecurityGroupEgress(arg0 *ec2.RevokeSecurityGroupEgressInput) (*ec2.RevokeSecurityGroupEgressOutput, error)

RevokeSecurityGroupEgress mocks base method.

func (*MockEC2) RevokeSecurityGroupEgressRequest

func (m *MockEC2) RevokeSecurityGroupEgressRequest(arg0 *ec2.RevokeSecurityGroupEgressInput) (*request.Request, *ec2.RevokeSecurityGroupEgressOutput)

RevokeSecurityGroupEgressRequest mocks base method.

func (*MockEC2) RevokeSecurityGroupEgressWithContext

func (m *MockEC2) RevokeSecurityGroupEgressWithContext(arg0 context.Context, arg1 *ec2.RevokeSecurityGroupEgressInput, arg2 ...request.Option) (*ec2.RevokeSecurityGroupEgressOutput, error)

RevokeSecurityGroupEgressWithContext mocks base method.

func (*MockEC2) RevokeSecurityGroupIngress

func (m *MockEC2) RevokeSecurityGroupIngress(arg0 *ec2.RevokeSecurityGroupIngressInput) (*ec2.RevokeSecurityGroupIngressOutput, error)

RevokeSecurityGroupIngress mocks base method.

func (*MockEC2) RevokeSecurityGroupIngressRequest

func (m *MockEC2) RevokeSecurityGroupIngressRequest(arg0 *ec2.RevokeSecurityGroupIngressInput) (*request.Request, *ec2.RevokeSecurityGroupIngressOutput)

RevokeSecurityGroupIngressRequest mocks base method.

func (*MockEC2) RevokeSecurityGroupIngressWithContext

func (m *MockEC2) RevokeSecurityGroupIngressWithContext(arg0 context.Context, arg1 *ec2.RevokeSecurityGroupIngressInput, arg2 ...request.Option) (*ec2.RevokeSecurityGroupIngressOutput, error)

RevokeSecurityGroupIngressWithContext mocks base method.

func (*MockEC2) RunInstances

func (m *MockEC2) RunInstances(arg0 *ec2.RunInstancesInput) (*ec2.Reservation, error)

RunInstances mocks base method.

func (*MockEC2) RunInstancesRequest

func (m *MockEC2) RunInstancesRequest(arg0 *ec2.RunInstancesInput) (*request.Request, *ec2.Reservation)

RunInstancesRequest mocks base method.

func (*MockEC2) RunInstancesWithContext

func (m *MockEC2) RunInstancesWithContext(arg0 context.Context, arg1 *ec2.RunInstancesInput, arg2 ...request.Option) (*ec2.Reservation, error)

RunInstancesWithContext mocks base method.

func (*MockEC2) RunScheduledInstances

func (m *MockEC2) RunScheduledInstances(arg0 *ec2.RunScheduledInstancesInput) (*ec2.RunScheduledInstancesOutput, error)

RunScheduledInstances mocks base method.

func (*MockEC2) RunScheduledInstancesRequest

func (m *MockEC2) RunScheduledInstancesRequest(arg0 *ec2.RunScheduledInstancesInput) (*request.Request, *ec2.RunScheduledInstancesOutput)

RunScheduledInstancesRequest mocks base method.

func (*MockEC2) RunScheduledInstancesWithContext

func (m *MockEC2) RunScheduledInstancesWithContext(arg0 context.Context, arg1 *ec2.RunScheduledInstancesInput, arg2 ...request.Option) (*ec2.RunScheduledInstancesOutput, error)

RunScheduledInstancesWithContext mocks base method.

func (*MockEC2) SearchLocalGatewayRoutes

func (m *MockEC2) SearchLocalGatewayRoutes(arg0 *ec2.SearchLocalGatewayRoutesInput) (*ec2.SearchLocalGatewayRoutesOutput, error)

SearchLocalGatewayRoutes mocks base method.

func (*MockEC2) SearchLocalGatewayRoutesPages

func (m *MockEC2) SearchLocalGatewayRoutesPages(arg0 *ec2.SearchLocalGatewayRoutesInput, arg1 func(*ec2.SearchLocalGatewayRoutesOutput, bool) bool) error

SearchLocalGatewayRoutesPages mocks base method.

func (*MockEC2) SearchLocalGatewayRoutesPagesWithContext

func (m *MockEC2) SearchLocalGatewayRoutesPagesWithContext(arg0 context.Context, arg1 *ec2.SearchLocalGatewayRoutesInput, arg2 func(*ec2.SearchLocalGatewayRoutesOutput, bool) bool, arg3 ...request.Option) error

SearchLocalGatewayRoutesPagesWithContext mocks base method.

func (*MockEC2) SearchLocalGatewayRoutesRequest

func (m *MockEC2) SearchLocalGatewayRoutesRequest(arg0 *ec2.SearchLocalGatewayRoutesInput) (*request.Request, *ec2.SearchLocalGatewayRoutesOutput)

SearchLocalGatewayRoutesRequest mocks base method.

func (*MockEC2) SearchLocalGatewayRoutesWithContext

func (m *MockEC2) SearchLocalGatewayRoutesWithContext(arg0 context.Context, arg1 *ec2.SearchLocalGatewayRoutesInput, arg2 ...request.Option) (*ec2.SearchLocalGatewayRoutesOutput, error)

SearchLocalGatewayRoutesWithContext mocks base method.

func (*MockEC2) SearchTransitGatewayMulticastGroups

SearchTransitGatewayMulticastGroups mocks base method.

func (*MockEC2) SearchTransitGatewayMulticastGroupsPages

func (m *MockEC2) SearchTransitGatewayMulticastGroupsPages(arg0 *ec2.SearchTransitGatewayMulticastGroupsInput, arg1 func(*ec2.SearchTransitGatewayMulticastGroupsOutput, bool) bool) error

SearchTransitGatewayMulticastGroupsPages mocks base method.

func (*MockEC2) SearchTransitGatewayMulticastGroupsPagesWithContext

func (m *MockEC2) SearchTransitGatewayMulticastGroupsPagesWithContext(arg0 context.Context, arg1 *ec2.SearchTransitGatewayMulticastGroupsInput, arg2 func(*ec2.SearchTransitGatewayMulticastGroupsOutput, bool) bool, arg3 ...request.Option) error

SearchTransitGatewayMulticastGroupsPagesWithContext mocks base method.

func (*MockEC2) SearchTransitGatewayMulticastGroupsRequest

func (m *MockEC2) SearchTransitGatewayMulticastGroupsRequest(arg0 *ec2.SearchTransitGatewayMulticastGroupsInput) (*request.Request, *ec2.SearchTransitGatewayMulticastGroupsOutput)

SearchTransitGatewayMulticastGroupsRequest mocks base method.

func (*MockEC2) SearchTransitGatewayMulticastGroupsWithContext

func (m *MockEC2) SearchTransitGatewayMulticastGroupsWithContext(arg0 context.Context, arg1 *ec2.SearchTransitGatewayMulticastGroupsInput, arg2 ...request.Option) (*ec2.SearchTransitGatewayMulticastGroupsOutput, error)

SearchTransitGatewayMulticastGroupsWithContext mocks base method.

func (*MockEC2) SearchTransitGatewayRoutes

func (m *MockEC2) SearchTransitGatewayRoutes(arg0 *ec2.SearchTransitGatewayRoutesInput) (*ec2.SearchTransitGatewayRoutesOutput, error)

SearchTransitGatewayRoutes mocks base method.

func (*MockEC2) SearchTransitGatewayRoutesRequest

func (m *MockEC2) SearchTransitGatewayRoutesRequest(arg0 *ec2.SearchTransitGatewayRoutesInput) (*request.Request, *ec2.SearchTransitGatewayRoutesOutput)

SearchTransitGatewayRoutesRequest mocks base method.

func (*MockEC2) SearchTransitGatewayRoutesWithContext

func (m *MockEC2) SearchTransitGatewayRoutesWithContext(arg0 context.Context, arg1 *ec2.SearchTransitGatewayRoutesInput, arg2 ...request.Option) (*ec2.SearchTransitGatewayRoutesOutput, error)

SearchTransitGatewayRoutesWithContext mocks base method.

func (*MockEC2) SendDiagnosticInterrupt

func (m *MockEC2) SendDiagnosticInterrupt(arg0 *ec2.SendDiagnosticInterruptInput) (*ec2.SendDiagnosticInterruptOutput, error)

SendDiagnosticInterrupt mocks base method.

func (*MockEC2) SendDiagnosticInterruptRequest

func (m *MockEC2) SendDiagnosticInterruptRequest(arg0 *ec2.SendDiagnosticInterruptInput) (*request.Request, *ec2.SendDiagnosticInterruptOutput)

SendDiagnosticInterruptRequest mocks base method.

func (*MockEC2) SendDiagnosticInterruptWithContext

func (m *MockEC2) SendDiagnosticInterruptWithContext(arg0 context.Context, arg1 *ec2.SendDiagnosticInterruptInput, arg2 ...request.Option) (*ec2.SendDiagnosticInterruptOutput, error)

SendDiagnosticInterruptWithContext mocks base method.

func (*MockEC2) StartInstances

func (m *MockEC2) StartInstances(arg0 *ec2.StartInstancesInput) (*ec2.StartInstancesOutput, error)

StartInstances mocks base method.

func (*MockEC2) StartInstancesRequest

func (m *MockEC2) StartInstancesRequest(arg0 *ec2.StartInstancesInput) (*request.Request, *ec2.StartInstancesOutput)

StartInstancesRequest mocks base method.

func (*MockEC2) StartInstancesWithContext

func (m *MockEC2) StartInstancesWithContext(arg0 context.Context, arg1 *ec2.StartInstancesInput, arg2 ...request.Option) (*ec2.StartInstancesOutput, error)

StartInstancesWithContext mocks base method.

func (*MockEC2) StartNetworkInsightsAccessScopeAnalysis

StartNetworkInsightsAccessScopeAnalysis mocks base method.

func (*MockEC2) StartNetworkInsightsAccessScopeAnalysisRequest

StartNetworkInsightsAccessScopeAnalysisRequest mocks base method.

func (*MockEC2) StartNetworkInsightsAccessScopeAnalysisWithContext

func (m *MockEC2) StartNetworkInsightsAccessScopeAnalysisWithContext(arg0 context.Context, arg1 *ec2.StartNetworkInsightsAccessScopeAnalysisInput, arg2 ...request.Option) (*ec2.StartNetworkInsightsAccessScopeAnalysisOutput, error)

StartNetworkInsightsAccessScopeAnalysisWithContext mocks base method.

func (*MockEC2) StartNetworkInsightsAnalysis

func (m *MockEC2) StartNetworkInsightsAnalysis(arg0 *ec2.StartNetworkInsightsAnalysisInput) (*ec2.StartNetworkInsightsAnalysisOutput, error)

StartNetworkInsightsAnalysis mocks base method.

func (*MockEC2) StartNetworkInsightsAnalysisRequest

func (m *MockEC2) StartNetworkInsightsAnalysisRequest(arg0 *ec2.StartNetworkInsightsAnalysisInput) (*request.Request, *ec2.StartNetworkInsightsAnalysisOutput)

StartNetworkInsightsAnalysisRequest mocks base method.

func (*MockEC2) StartNetworkInsightsAnalysisWithContext

func (m *MockEC2) StartNetworkInsightsAnalysisWithContext(arg0 context.Context, arg1 *ec2.StartNetworkInsightsAnalysisInput, arg2 ...request.Option) (*ec2.StartNetworkInsightsAnalysisOutput, error)

StartNetworkInsightsAnalysisWithContext mocks base method.

func (*MockEC2) StartVpcEndpointServicePrivateDnsVerification

StartVpcEndpointServicePrivateDnsVerification mocks base method.

func (*MockEC2) StartVpcEndpointServicePrivateDnsVerificationRequest

StartVpcEndpointServicePrivateDnsVerificationRequest mocks base method.

func (*MockEC2) StartVpcEndpointServicePrivateDnsVerificationWithContext

func (m *MockEC2) StartVpcEndpointServicePrivateDnsVerificationWithContext(arg0 context.Context, arg1 *ec2.StartVpcEndpointServicePrivateDnsVerificationInput, arg2 ...request.Option) (*ec2.StartVpcEndpointServicePrivateDnsVerificationOutput, error)

StartVpcEndpointServicePrivateDnsVerificationWithContext mocks base method.

func (*MockEC2) StopInstances

func (m *MockEC2) StopInstances(arg0 *ec2.StopInstancesInput) (*ec2.StopInstancesOutput, error)

StopInstances mocks base method.

func (*MockEC2) StopInstancesRequest

func (m *MockEC2) StopInstancesRequest(arg0 *ec2.StopInstancesInput) (*request.Request, *ec2.StopInstancesOutput)

StopInstancesRequest mocks base method.

func (*MockEC2) StopInstancesWithContext

func (m *MockEC2) StopInstancesWithContext(arg0 context.Context, arg1 *ec2.StopInstancesInput, arg2 ...request.Option) (*ec2.StopInstancesOutput, error)

StopInstancesWithContext mocks base method.

func (*MockEC2) TerminateClientVpnConnections

func (m *MockEC2) TerminateClientVpnConnections(arg0 *ec2.TerminateClientVpnConnectionsInput) (*ec2.TerminateClientVpnConnectionsOutput, error)

TerminateClientVpnConnections mocks base method.

func (*MockEC2) TerminateClientVpnConnectionsRequest

func (m *MockEC2) TerminateClientVpnConnectionsRequest(arg0 *ec2.TerminateClientVpnConnectionsInput) (*request.Request, *ec2.TerminateClientVpnConnectionsOutput)

TerminateClientVpnConnectionsRequest mocks base method.

func (*MockEC2) TerminateClientVpnConnectionsWithContext

func (m *MockEC2) TerminateClientVpnConnectionsWithContext(arg0 context.Context, arg1 *ec2.TerminateClientVpnConnectionsInput, arg2 ...request.Option) (*ec2.TerminateClientVpnConnectionsOutput, error)

TerminateClientVpnConnectionsWithContext mocks base method.

func (*MockEC2) TerminateInstances

func (m *MockEC2) TerminateInstances(arg0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)

TerminateInstances mocks base method.

func (*MockEC2) TerminateInstancesRequest

func (m *MockEC2) TerminateInstancesRequest(arg0 *ec2.TerminateInstancesInput) (*request.Request, *ec2.TerminateInstancesOutput)

TerminateInstancesRequest mocks base method.

func (*MockEC2) TerminateInstancesWithContext

func (m *MockEC2) TerminateInstancesWithContext(arg0 context.Context, arg1 *ec2.TerminateInstancesInput, arg2 ...request.Option) (*ec2.TerminateInstancesOutput, error)

TerminateInstancesWithContext mocks base method.

func (*MockEC2) UnassignIpv6Addresses

func (m *MockEC2) UnassignIpv6Addresses(arg0 *ec2.UnassignIpv6AddressesInput) (*ec2.UnassignIpv6AddressesOutput, error)

UnassignIpv6Addresses mocks base method.

func (*MockEC2) UnassignIpv6AddressesRequest

func (m *MockEC2) UnassignIpv6AddressesRequest(arg0 *ec2.UnassignIpv6AddressesInput) (*request.Request, *ec2.UnassignIpv6AddressesOutput)

UnassignIpv6AddressesRequest mocks base method.

func (*MockEC2) UnassignIpv6AddressesWithContext

func (m *MockEC2) UnassignIpv6AddressesWithContext(arg0 context.Context, arg1 *ec2.UnassignIpv6AddressesInput, arg2 ...request.Option) (*ec2.UnassignIpv6AddressesOutput, error)

UnassignIpv6AddressesWithContext mocks base method.

func (*MockEC2) UnassignPrivateIpAddresses

func (m *MockEC2) UnassignPrivateIpAddresses(arg0 *ec2.UnassignPrivateIpAddressesInput) (*ec2.UnassignPrivateIpAddressesOutput, error)

UnassignPrivateIpAddresses mocks base method.

func (*MockEC2) UnassignPrivateIpAddressesRequest

func (m *MockEC2) UnassignPrivateIpAddressesRequest(arg0 *ec2.UnassignPrivateIpAddressesInput) (*request.Request, *ec2.UnassignPrivateIpAddressesOutput)

UnassignPrivateIpAddressesRequest mocks base method.

func (*MockEC2) UnassignPrivateIpAddressesWithContext

func (m *MockEC2) UnassignPrivateIpAddressesWithContext(arg0 context.Context, arg1 *ec2.UnassignPrivateIpAddressesInput, arg2 ...request.Option) (*ec2.UnassignPrivateIpAddressesOutput, error)

UnassignPrivateIpAddressesWithContext mocks base method.

func (*MockEC2) UnassignPrivateNatGatewayAddress

UnassignPrivateNatGatewayAddress mocks base method.

func (*MockEC2) UnassignPrivateNatGatewayAddressRequest

func (m *MockEC2) UnassignPrivateNatGatewayAddressRequest(arg0 *ec2.UnassignPrivateNatGatewayAddressInput) (*request.Request, *ec2.UnassignPrivateNatGatewayAddressOutput)

UnassignPrivateNatGatewayAddressRequest mocks base method.

func (*MockEC2) UnassignPrivateNatGatewayAddressWithContext

func (m *MockEC2) UnassignPrivateNatGatewayAddressWithContext(arg0 context.Context, arg1 *ec2.UnassignPrivateNatGatewayAddressInput, arg2 ...request.Option) (*ec2.UnassignPrivateNatGatewayAddressOutput, error)

UnassignPrivateNatGatewayAddressWithContext mocks base method.

func (*MockEC2) UnmonitorInstances

func (m *MockEC2) UnmonitorInstances(arg0 *ec2.UnmonitorInstancesInput) (*ec2.UnmonitorInstancesOutput, error)

UnmonitorInstances mocks base method.

func (*MockEC2) UnmonitorInstancesRequest

func (m *MockEC2) UnmonitorInstancesRequest(arg0 *ec2.UnmonitorInstancesInput) (*request.Request, *ec2.UnmonitorInstancesOutput)

UnmonitorInstancesRequest mocks base method.

func (*MockEC2) UnmonitorInstancesWithContext

func (m *MockEC2) UnmonitorInstancesWithContext(arg0 context.Context, arg1 *ec2.UnmonitorInstancesInput, arg2 ...request.Option) (*ec2.UnmonitorInstancesOutput, error)

UnmonitorInstancesWithContext mocks base method.

func (*MockEC2) UpdateSecurityGroupRuleDescriptionsEgress

UpdateSecurityGroupRuleDescriptionsEgress mocks base method.

func (*MockEC2) UpdateSecurityGroupRuleDescriptionsEgressRequest

UpdateSecurityGroupRuleDescriptionsEgressRequest mocks base method.

func (*MockEC2) UpdateSecurityGroupRuleDescriptionsEgressWithContext

func (m *MockEC2) UpdateSecurityGroupRuleDescriptionsEgressWithContext(arg0 context.Context, arg1 *ec2.UpdateSecurityGroupRuleDescriptionsEgressInput, arg2 ...request.Option) (*ec2.UpdateSecurityGroupRuleDescriptionsEgressOutput, error)

UpdateSecurityGroupRuleDescriptionsEgressWithContext mocks base method.

func (*MockEC2) UpdateSecurityGroupRuleDescriptionsIngress

UpdateSecurityGroupRuleDescriptionsIngress mocks base method.

func (*MockEC2) UpdateSecurityGroupRuleDescriptionsIngressRequest

UpdateSecurityGroupRuleDescriptionsIngressRequest mocks base method.

func (*MockEC2) UpdateSecurityGroupRuleDescriptionsIngressWithContext

func (m *MockEC2) UpdateSecurityGroupRuleDescriptionsIngressWithContext(arg0 context.Context, arg1 *ec2.UpdateSecurityGroupRuleDescriptionsIngressInput, arg2 ...request.Option) (*ec2.UpdateSecurityGroupRuleDescriptionsIngressOutput, error)

UpdateSecurityGroupRuleDescriptionsIngressWithContext mocks base method.

func (*MockEC2) WaitUntilBundleTaskComplete

func (m *MockEC2) WaitUntilBundleTaskComplete(arg0 *ec2.DescribeBundleTasksInput) error

WaitUntilBundleTaskComplete mocks base method.

func (*MockEC2) WaitUntilBundleTaskCompleteWithContext

func (m *MockEC2) WaitUntilBundleTaskCompleteWithContext(arg0 context.Context, arg1 *ec2.DescribeBundleTasksInput, arg2 ...request.WaiterOption) error

WaitUntilBundleTaskCompleteWithContext mocks base method.

func (*MockEC2) WaitUntilConversionTaskCancelled

func (m *MockEC2) WaitUntilConversionTaskCancelled(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskCancelled mocks base method.

func (*MockEC2) WaitUntilConversionTaskCancelledWithContext

func (m *MockEC2) WaitUntilConversionTaskCancelledWithContext(arg0 context.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskCancelledWithContext mocks base method.

func (*MockEC2) WaitUntilConversionTaskCompleted

func (m *MockEC2) WaitUntilConversionTaskCompleted(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskCompleted mocks base method.

func (*MockEC2) WaitUntilConversionTaskCompletedWithContext

func (m *MockEC2) WaitUntilConversionTaskCompletedWithContext(arg0 context.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskCompletedWithContext mocks base method.

func (*MockEC2) WaitUntilConversionTaskDeleted

func (m *MockEC2) WaitUntilConversionTaskDeleted(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskDeleted mocks base method.

func (*MockEC2) WaitUntilConversionTaskDeletedWithContext

func (m *MockEC2) WaitUntilConversionTaskDeletedWithContext(arg0 context.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskDeletedWithContext mocks base method.

func (*MockEC2) WaitUntilCustomerGatewayAvailable

func (m *MockEC2) WaitUntilCustomerGatewayAvailable(arg0 *ec2.DescribeCustomerGatewaysInput) error

WaitUntilCustomerGatewayAvailable mocks base method.

func (*MockEC2) WaitUntilCustomerGatewayAvailableWithContext

func (m *MockEC2) WaitUntilCustomerGatewayAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeCustomerGatewaysInput, arg2 ...request.WaiterOption) error

WaitUntilCustomerGatewayAvailableWithContext mocks base method.

func (*MockEC2) WaitUntilExportTaskCancelled

func (m *MockEC2) WaitUntilExportTaskCancelled(arg0 *ec2.DescribeExportTasksInput) error

WaitUntilExportTaskCancelled mocks base method.

func (*MockEC2) WaitUntilExportTaskCancelledWithContext

func (m *MockEC2) WaitUntilExportTaskCancelledWithContext(arg0 context.Context, arg1 *ec2.DescribeExportTasksInput, arg2 ...request.WaiterOption) error

WaitUntilExportTaskCancelledWithContext mocks base method.

func (*MockEC2) WaitUntilExportTaskCompleted

func (m *MockEC2) WaitUntilExportTaskCompleted(arg0 *ec2.DescribeExportTasksInput) error

WaitUntilExportTaskCompleted mocks base method.

func (*MockEC2) WaitUntilExportTaskCompletedWithContext

func (m *MockEC2) WaitUntilExportTaskCompletedWithContext(arg0 context.Context, arg1 *ec2.DescribeExportTasksInput, arg2 ...request.WaiterOption) error

WaitUntilExportTaskCompletedWithContext mocks base method.

func (*MockEC2) WaitUntilImageAvailable

func (m *MockEC2) WaitUntilImageAvailable(arg0 *ec2.DescribeImagesInput) error

WaitUntilImageAvailable mocks base method.

func (*MockEC2) WaitUntilImageAvailableWithContext

func (m *MockEC2) WaitUntilImageAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeImagesInput, arg2 ...request.WaiterOption) error

WaitUntilImageAvailableWithContext mocks base method.

func (*MockEC2) WaitUntilImageExists

func (m *MockEC2) WaitUntilImageExists(arg0 *ec2.DescribeImagesInput) error

WaitUntilImageExists mocks base method.

func (*MockEC2) WaitUntilImageExistsWithContext

func (m *MockEC2) WaitUntilImageExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeImagesInput, arg2 ...request.WaiterOption) error

WaitUntilImageExistsWithContext mocks base method.

func (*MockEC2) WaitUntilInstanceExists

func (m *MockEC2) WaitUntilInstanceExists(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceExists mocks base method.

func (*MockEC2) WaitUntilInstanceExistsWithContext

func (m *MockEC2) WaitUntilInstanceExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceExistsWithContext mocks base method.

func (*MockEC2) WaitUntilInstanceRunning

func (m *MockEC2) WaitUntilInstanceRunning(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceRunning mocks base method.

func (*MockEC2) WaitUntilInstanceRunningWithContext

func (m *MockEC2) WaitUntilInstanceRunningWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceRunningWithContext mocks base method.

func (*MockEC2) WaitUntilInstanceStatusOk

func (m *MockEC2) WaitUntilInstanceStatusOk(arg0 *ec2.DescribeInstanceStatusInput) error

WaitUntilInstanceStatusOk mocks base method.

func (*MockEC2) WaitUntilInstanceStatusOkWithContext

func (m *MockEC2) WaitUntilInstanceStatusOkWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceStatusOkWithContext mocks base method.

func (*MockEC2) WaitUntilInstanceStopped

func (m *MockEC2) WaitUntilInstanceStopped(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceStopped mocks base method.

func (*MockEC2) WaitUntilInstanceStoppedWithContext

func (m *MockEC2) WaitUntilInstanceStoppedWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceStoppedWithContext mocks base method.

func (*MockEC2) WaitUntilInstanceTerminated

func (m *MockEC2) WaitUntilInstanceTerminated(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceTerminated mocks base method.

func (*MockEC2) WaitUntilInstanceTerminatedWithContext

func (m *MockEC2) WaitUntilInstanceTerminatedWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceTerminatedWithContext mocks base method.

func (*MockEC2) WaitUntilInternetGatewayExists

func (m *MockEC2) WaitUntilInternetGatewayExists(arg0 *ec2.DescribeInternetGatewaysInput) error

WaitUntilInternetGatewayExists mocks base method.

func (*MockEC2) WaitUntilInternetGatewayExistsWithContext

func (m *MockEC2) WaitUntilInternetGatewayExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeInternetGatewaysInput, arg2 ...request.WaiterOption) error

WaitUntilInternetGatewayExistsWithContext mocks base method.

func (*MockEC2) WaitUntilKeyPairExists

func (m *MockEC2) WaitUntilKeyPairExists(arg0 *ec2.DescribeKeyPairsInput) error

WaitUntilKeyPairExists mocks base method.

func (*MockEC2) WaitUntilKeyPairExistsWithContext

func (m *MockEC2) WaitUntilKeyPairExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeKeyPairsInput, arg2 ...request.WaiterOption) error

WaitUntilKeyPairExistsWithContext mocks base method.

func (*MockEC2) WaitUntilNatGatewayAvailable

func (m *MockEC2) WaitUntilNatGatewayAvailable(arg0 *ec2.DescribeNatGatewaysInput) error

WaitUntilNatGatewayAvailable mocks base method.

func (*MockEC2) WaitUntilNatGatewayAvailableWithContext

func (m *MockEC2) WaitUntilNatGatewayAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 ...request.WaiterOption) error

WaitUntilNatGatewayAvailableWithContext mocks base method.

func (*MockEC2) WaitUntilNatGatewayDeleted

func (m *MockEC2) WaitUntilNatGatewayDeleted(arg0 *ec2.DescribeNatGatewaysInput) error

WaitUntilNatGatewayDeleted mocks base method.

func (*MockEC2) WaitUntilNatGatewayDeletedWithContext

func (m *MockEC2) WaitUntilNatGatewayDeletedWithContext(arg0 context.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 ...request.WaiterOption) error

WaitUntilNatGatewayDeletedWithContext mocks base method.

func (*MockEC2) WaitUntilNetworkInterfaceAvailable

func (m *MockEC2) WaitUntilNetworkInterfaceAvailable(arg0 *ec2.DescribeNetworkInterfacesInput) error

WaitUntilNetworkInterfaceAvailable mocks base method.

func (*MockEC2) WaitUntilNetworkInterfaceAvailableWithContext

func (m *MockEC2) WaitUntilNetworkInterfaceAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInterfacesInput, arg2 ...request.WaiterOption) error

WaitUntilNetworkInterfaceAvailableWithContext mocks base method.

func (*MockEC2) WaitUntilPasswordDataAvailable

func (m *MockEC2) WaitUntilPasswordDataAvailable(arg0 *ec2.GetPasswordDataInput) error

WaitUntilPasswordDataAvailable mocks base method.

func (*MockEC2) WaitUntilPasswordDataAvailableWithContext

func (m *MockEC2) WaitUntilPasswordDataAvailableWithContext(arg0 context.Context, arg1 *ec2.GetPasswordDataInput, arg2 ...request.WaiterOption) error

WaitUntilPasswordDataAvailableWithContext mocks base method.

func (*MockEC2) WaitUntilSecurityGroupExists

func (m *MockEC2) WaitUntilSecurityGroupExists(arg0 *ec2.DescribeSecurityGroupsInput) error

WaitUntilSecurityGroupExists mocks base method.

func (*MockEC2) WaitUntilSecurityGroupExistsWithContext

func (m *MockEC2) WaitUntilSecurityGroupExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput, arg2 ...request.WaiterOption) error

WaitUntilSecurityGroupExistsWithContext mocks base method.

func (*MockEC2) WaitUntilSnapshotCompleted

func (m *MockEC2) WaitUntilSnapshotCompleted(arg0 *ec2.DescribeSnapshotsInput) error

WaitUntilSnapshotCompleted mocks base method.

func (*MockEC2) WaitUntilSnapshotCompletedWithContext

func (m *MockEC2) WaitUntilSnapshotCompletedWithContext(arg0 context.Context, arg1 *ec2.DescribeSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilSnapshotCompletedWithContext mocks base method.

func (*MockEC2) WaitUntilSnapshotImported

func (m *MockEC2) WaitUntilSnapshotImported(arg0 *ec2.DescribeImportSnapshotTasksInput) error

WaitUntilSnapshotImported mocks base method.

func (*MockEC2) WaitUntilSnapshotImportedWithContext

func (m *MockEC2) WaitUntilSnapshotImportedWithContext(arg0 context.Context, arg1 *ec2.DescribeImportSnapshotTasksInput, arg2 ...request.WaiterOption) error

WaitUntilSnapshotImportedWithContext mocks base method.

func (*MockEC2) WaitUntilSpotInstanceRequestFulfilled

func (m *MockEC2) WaitUntilSpotInstanceRequestFulfilled(arg0 *ec2.DescribeSpotInstanceRequestsInput) error

WaitUntilSpotInstanceRequestFulfilled mocks base method.

func (*MockEC2) WaitUntilSpotInstanceRequestFulfilledWithContext

func (m *MockEC2) WaitUntilSpotInstanceRequestFulfilledWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotInstanceRequestsInput, arg2 ...request.WaiterOption) error

WaitUntilSpotInstanceRequestFulfilledWithContext mocks base method.

func (*MockEC2) WaitUntilSubnetAvailable

func (m *MockEC2) WaitUntilSubnetAvailable(arg0 *ec2.DescribeSubnetsInput) error

WaitUntilSubnetAvailable mocks base method.

func (*MockEC2) WaitUntilSubnetAvailableWithContext

func (m *MockEC2) WaitUntilSubnetAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput, arg2 ...request.WaiterOption) error

WaitUntilSubnetAvailableWithContext mocks base method.

func (*MockEC2) WaitUntilSystemStatusOk

func (m *MockEC2) WaitUntilSystemStatusOk(arg0 *ec2.DescribeInstanceStatusInput) error

WaitUntilSystemStatusOk mocks base method.

func (*MockEC2) WaitUntilSystemStatusOkWithContext

func (m *MockEC2) WaitUntilSystemStatusOkWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 ...request.WaiterOption) error

WaitUntilSystemStatusOkWithContext mocks base method.

func (*MockEC2) WaitUntilVolumeAvailable

func (m *MockEC2) WaitUntilVolumeAvailable(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeAvailable mocks base method.

func (*MockEC2) WaitUntilVolumeAvailableWithContext

func (m *MockEC2) WaitUntilVolumeAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeAvailableWithContext mocks base method.

func (*MockEC2) WaitUntilVolumeDeleted

func (m *MockEC2) WaitUntilVolumeDeleted(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeDeleted mocks base method.

func (*MockEC2) WaitUntilVolumeDeletedWithContext

func (m *MockEC2) WaitUntilVolumeDeletedWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeDeletedWithContext mocks base method.

func (*MockEC2) WaitUntilVolumeInUse

func (m *MockEC2) WaitUntilVolumeInUse(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeInUse mocks base method.

func (*MockEC2) WaitUntilVolumeInUseWithContext

func (m *MockEC2) WaitUntilVolumeInUseWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeInUseWithContext mocks base method.

func (*MockEC2) WaitUntilVpcAvailable

func (m *MockEC2) WaitUntilVpcAvailable(arg0 *ec2.DescribeVpcsInput) error

WaitUntilVpcAvailable mocks base method.

func (*MockEC2) WaitUntilVpcAvailableWithContext

func (m *MockEC2) WaitUntilVpcAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcAvailableWithContext mocks base method.

func (*MockEC2) WaitUntilVpcExists

func (m *MockEC2) WaitUntilVpcExists(arg0 *ec2.DescribeVpcsInput) error

WaitUntilVpcExists mocks base method.

func (*MockEC2) WaitUntilVpcExistsWithContext

func (m *MockEC2) WaitUntilVpcExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcExistsWithContext mocks base method.

func (*MockEC2) WaitUntilVpcPeeringConnectionDeleted

func (m *MockEC2) WaitUntilVpcPeeringConnectionDeleted(arg0 *ec2.DescribeVpcPeeringConnectionsInput) error

WaitUntilVpcPeeringConnectionDeleted mocks base method.

func (*MockEC2) WaitUntilVpcPeeringConnectionDeletedWithContext

func (m *MockEC2) WaitUntilVpcPeeringConnectionDeletedWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcPeeringConnectionDeletedWithContext mocks base method.

func (*MockEC2) WaitUntilVpcPeeringConnectionExists

func (m *MockEC2) WaitUntilVpcPeeringConnectionExists(arg0 *ec2.DescribeVpcPeeringConnectionsInput) error

WaitUntilVpcPeeringConnectionExists mocks base method.

func (*MockEC2) WaitUntilVpcPeeringConnectionExistsWithContext

func (m *MockEC2) WaitUntilVpcPeeringConnectionExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcPeeringConnectionExistsWithContext mocks base method.

func (*MockEC2) WaitUntilVpnConnectionAvailable

func (m *MockEC2) WaitUntilVpnConnectionAvailable(arg0 *ec2.DescribeVpnConnectionsInput) error

WaitUntilVpnConnectionAvailable mocks base method.

func (*MockEC2) WaitUntilVpnConnectionAvailableWithContext

func (m *MockEC2) WaitUntilVpnConnectionAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeVpnConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpnConnectionAvailableWithContext mocks base method.

func (*MockEC2) WaitUntilVpnConnectionDeleted

func (m *MockEC2) WaitUntilVpnConnectionDeleted(arg0 *ec2.DescribeVpnConnectionsInput) error

WaitUntilVpnConnectionDeleted mocks base method.

func (*MockEC2) WaitUntilVpnConnectionDeletedWithContext

func (m *MockEC2) WaitUntilVpnConnectionDeletedWithContext(arg0 context.Context, arg1 *ec2.DescribeVpnConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpnConnectionDeletedWithContext mocks base method.

func (*MockEC2) WithdrawByoipCidr

func (m *MockEC2) WithdrawByoipCidr(arg0 *ec2.WithdrawByoipCidrInput) (*ec2.WithdrawByoipCidrOutput, error)

WithdrawByoipCidr mocks base method.

func (*MockEC2) WithdrawByoipCidrRequest

func (m *MockEC2) WithdrawByoipCidrRequest(arg0 *ec2.WithdrawByoipCidrInput) (*request.Request, *ec2.WithdrawByoipCidrOutput)

WithdrawByoipCidrRequest mocks base method.

func (*MockEC2) WithdrawByoipCidrWithContext

func (m *MockEC2) WithdrawByoipCidrWithContext(arg0 context.Context, arg1 *ec2.WithdrawByoipCidrInput, arg2 ...request.Option) (*ec2.WithdrawByoipCidrOutput, error)

WithdrawByoipCidrWithContext mocks base method.

type MockEC2MockRecorder

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

MockEC2MockRecorder is the mock recorder for MockEC2.

func (*MockEC2MockRecorder) AcceptAddressTransfer

func (mr *MockEC2MockRecorder) AcceptAddressTransfer(arg0 interface{}) *gomock.Call

AcceptAddressTransfer indicates an expected call of AcceptAddressTransfer.

func (*MockEC2MockRecorder) AcceptAddressTransferRequest

func (mr *MockEC2MockRecorder) AcceptAddressTransferRequest(arg0 interface{}) *gomock.Call

AcceptAddressTransferRequest indicates an expected call of AcceptAddressTransferRequest.

func (*MockEC2MockRecorder) AcceptAddressTransferWithContext

func (mr *MockEC2MockRecorder) AcceptAddressTransferWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptAddressTransferWithContext indicates an expected call of AcceptAddressTransferWithContext.

func (*MockEC2MockRecorder) AcceptReservedInstancesExchangeQuote

func (mr *MockEC2MockRecorder) AcceptReservedInstancesExchangeQuote(arg0 interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuote indicates an expected call of AcceptReservedInstancesExchangeQuote.

func (*MockEC2MockRecorder) AcceptReservedInstancesExchangeQuoteRequest

func (mr *MockEC2MockRecorder) AcceptReservedInstancesExchangeQuoteRequest(arg0 interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuoteRequest indicates an expected call of AcceptReservedInstancesExchangeQuoteRequest.

func (*MockEC2MockRecorder) AcceptReservedInstancesExchangeQuoteWithContext

func (mr *MockEC2MockRecorder) AcceptReservedInstancesExchangeQuoteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuoteWithContext indicates an expected call of AcceptReservedInstancesExchangeQuoteWithContext.

func (*MockEC2MockRecorder) AcceptTransitGatewayMulticastDomainAssociations

func (mr *MockEC2MockRecorder) AcceptTransitGatewayMulticastDomainAssociations(arg0 interface{}) *gomock.Call

AcceptTransitGatewayMulticastDomainAssociations indicates an expected call of AcceptTransitGatewayMulticastDomainAssociations.

func (*MockEC2MockRecorder) AcceptTransitGatewayMulticastDomainAssociationsRequest

func (mr *MockEC2MockRecorder) AcceptTransitGatewayMulticastDomainAssociationsRequest(arg0 interface{}) *gomock.Call

AcceptTransitGatewayMulticastDomainAssociationsRequest indicates an expected call of AcceptTransitGatewayMulticastDomainAssociationsRequest.

func (*MockEC2MockRecorder) AcceptTransitGatewayMulticastDomainAssociationsWithContext

func (mr *MockEC2MockRecorder) AcceptTransitGatewayMulticastDomainAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptTransitGatewayMulticastDomainAssociationsWithContext indicates an expected call of AcceptTransitGatewayMulticastDomainAssociationsWithContext.

func (*MockEC2MockRecorder) AcceptTransitGatewayPeeringAttachment

func (mr *MockEC2MockRecorder) AcceptTransitGatewayPeeringAttachment(arg0 interface{}) *gomock.Call

AcceptTransitGatewayPeeringAttachment indicates an expected call of AcceptTransitGatewayPeeringAttachment.

func (*MockEC2MockRecorder) AcceptTransitGatewayPeeringAttachmentRequest

func (mr *MockEC2MockRecorder) AcceptTransitGatewayPeeringAttachmentRequest(arg0 interface{}) *gomock.Call

AcceptTransitGatewayPeeringAttachmentRequest indicates an expected call of AcceptTransitGatewayPeeringAttachmentRequest.

func (*MockEC2MockRecorder) AcceptTransitGatewayPeeringAttachmentWithContext

func (mr *MockEC2MockRecorder) AcceptTransitGatewayPeeringAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptTransitGatewayPeeringAttachmentWithContext indicates an expected call of AcceptTransitGatewayPeeringAttachmentWithContext.

func (*MockEC2MockRecorder) AcceptTransitGatewayVpcAttachment

func (mr *MockEC2MockRecorder) AcceptTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

AcceptTransitGatewayVpcAttachment indicates an expected call of AcceptTransitGatewayVpcAttachment.

func (*MockEC2MockRecorder) AcceptTransitGatewayVpcAttachmentRequest

func (mr *MockEC2MockRecorder) AcceptTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

AcceptTransitGatewayVpcAttachmentRequest indicates an expected call of AcceptTransitGatewayVpcAttachmentRequest.

func (*MockEC2MockRecorder) AcceptTransitGatewayVpcAttachmentWithContext

func (mr *MockEC2MockRecorder) AcceptTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptTransitGatewayVpcAttachmentWithContext indicates an expected call of AcceptTransitGatewayVpcAttachmentWithContext.

func (*MockEC2MockRecorder) AcceptVpcEndpointConnections

func (mr *MockEC2MockRecorder) AcceptVpcEndpointConnections(arg0 interface{}) *gomock.Call

AcceptVpcEndpointConnections indicates an expected call of AcceptVpcEndpointConnections.

func (*MockEC2MockRecorder) AcceptVpcEndpointConnectionsRequest

func (mr *MockEC2MockRecorder) AcceptVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

AcceptVpcEndpointConnectionsRequest indicates an expected call of AcceptVpcEndpointConnectionsRequest.

func (*MockEC2MockRecorder) AcceptVpcEndpointConnectionsWithContext

func (mr *MockEC2MockRecorder) AcceptVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptVpcEndpointConnectionsWithContext indicates an expected call of AcceptVpcEndpointConnectionsWithContext.

func (*MockEC2MockRecorder) AcceptVpcPeeringConnection

func (mr *MockEC2MockRecorder) AcceptVpcPeeringConnection(arg0 interface{}) *gomock.Call

AcceptVpcPeeringConnection indicates an expected call of AcceptVpcPeeringConnection.

func (*MockEC2MockRecorder) AcceptVpcPeeringConnectionRequest

func (mr *MockEC2MockRecorder) AcceptVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

AcceptVpcPeeringConnectionRequest indicates an expected call of AcceptVpcPeeringConnectionRequest.

func (*MockEC2MockRecorder) AcceptVpcPeeringConnectionWithContext

func (mr *MockEC2MockRecorder) AcceptVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptVpcPeeringConnectionWithContext indicates an expected call of AcceptVpcPeeringConnectionWithContext.

func (*MockEC2MockRecorder) AdvertiseByoipCidr

func (mr *MockEC2MockRecorder) AdvertiseByoipCidr(arg0 interface{}) *gomock.Call

AdvertiseByoipCidr indicates an expected call of AdvertiseByoipCidr.

func (*MockEC2MockRecorder) AdvertiseByoipCidrRequest

func (mr *MockEC2MockRecorder) AdvertiseByoipCidrRequest(arg0 interface{}) *gomock.Call

AdvertiseByoipCidrRequest indicates an expected call of AdvertiseByoipCidrRequest.

func (*MockEC2MockRecorder) AdvertiseByoipCidrWithContext

func (mr *MockEC2MockRecorder) AdvertiseByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AdvertiseByoipCidrWithContext indicates an expected call of AdvertiseByoipCidrWithContext.

func (*MockEC2MockRecorder) AllocateAddress

func (mr *MockEC2MockRecorder) AllocateAddress(arg0 interface{}) *gomock.Call

AllocateAddress indicates an expected call of AllocateAddress.

func (*MockEC2MockRecorder) AllocateAddressRequest

func (mr *MockEC2MockRecorder) AllocateAddressRequest(arg0 interface{}) *gomock.Call

AllocateAddressRequest indicates an expected call of AllocateAddressRequest.

func (*MockEC2MockRecorder) AllocateAddressWithContext

func (mr *MockEC2MockRecorder) AllocateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AllocateAddressWithContext indicates an expected call of AllocateAddressWithContext.

func (*MockEC2MockRecorder) AllocateHosts

func (mr *MockEC2MockRecorder) AllocateHosts(arg0 interface{}) *gomock.Call

AllocateHosts indicates an expected call of AllocateHosts.

func (*MockEC2MockRecorder) AllocateHostsRequest

func (mr *MockEC2MockRecorder) AllocateHostsRequest(arg0 interface{}) *gomock.Call

AllocateHostsRequest indicates an expected call of AllocateHostsRequest.

func (*MockEC2MockRecorder) AllocateHostsWithContext

func (mr *MockEC2MockRecorder) AllocateHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AllocateHostsWithContext indicates an expected call of AllocateHostsWithContext.

func (*MockEC2MockRecorder) AllocateIpamPoolCidr

func (mr *MockEC2MockRecorder) AllocateIpamPoolCidr(arg0 interface{}) *gomock.Call

AllocateIpamPoolCidr indicates an expected call of AllocateIpamPoolCidr.

func (*MockEC2MockRecorder) AllocateIpamPoolCidrRequest

func (mr *MockEC2MockRecorder) AllocateIpamPoolCidrRequest(arg0 interface{}) *gomock.Call

AllocateIpamPoolCidrRequest indicates an expected call of AllocateIpamPoolCidrRequest.

func (*MockEC2MockRecorder) AllocateIpamPoolCidrWithContext

func (mr *MockEC2MockRecorder) AllocateIpamPoolCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AllocateIpamPoolCidrWithContext indicates an expected call of AllocateIpamPoolCidrWithContext.

func (*MockEC2MockRecorder) ApplySecurityGroupsToClientVpnTargetNetwork

func (mr *MockEC2MockRecorder) ApplySecurityGroupsToClientVpnTargetNetwork(arg0 interface{}) *gomock.Call

ApplySecurityGroupsToClientVpnTargetNetwork indicates an expected call of ApplySecurityGroupsToClientVpnTargetNetwork.

func (*MockEC2MockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkRequest

func (mr *MockEC2MockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkRequest(arg0 interface{}) *gomock.Call

ApplySecurityGroupsToClientVpnTargetNetworkRequest indicates an expected call of ApplySecurityGroupsToClientVpnTargetNetworkRequest.

func (*MockEC2MockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkWithContext

func (mr *MockEC2MockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ApplySecurityGroupsToClientVpnTargetNetworkWithContext indicates an expected call of ApplySecurityGroupsToClientVpnTargetNetworkWithContext.

func (*MockEC2MockRecorder) AssignIpv6Addresses

func (mr *MockEC2MockRecorder) AssignIpv6Addresses(arg0 interface{}) *gomock.Call

AssignIpv6Addresses indicates an expected call of AssignIpv6Addresses.

func (*MockEC2MockRecorder) AssignIpv6AddressesRequest

func (mr *MockEC2MockRecorder) AssignIpv6AddressesRequest(arg0 interface{}) *gomock.Call

AssignIpv6AddressesRequest indicates an expected call of AssignIpv6AddressesRequest.

func (*MockEC2MockRecorder) AssignIpv6AddressesWithContext

func (mr *MockEC2MockRecorder) AssignIpv6AddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssignIpv6AddressesWithContext indicates an expected call of AssignIpv6AddressesWithContext.

func (*MockEC2MockRecorder) AssignPrivateIpAddresses

func (mr *MockEC2MockRecorder) AssignPrivateIpAddresses(arg0 interface{}) *gomock.Call

AssignPrivateIpAddresses indicates an expected call of AssignPrivateIpAddresses.

func (*MockEC2MockRecorder) AssignPrivateIpAddressesRequest

func (mr *MockEC2MockRecorder) AssignPrivateIpAddressesRequest(arg0 interface{}) *gomock.Call

AssignPrivateIpAddressesRequest indicates an expected call of AssignPrivateIpAddressesRequest.

func (*MockEC2MockRecorder) AssignPrivateIpAddressesWithContext

func (mr *MockEC2MockRecorder) AssignPrivateIpAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssignPrivateIpAddressesWithContext indicates an expected call of AssignPrivateIpAddressesWithContext.

func (*MockEC2MockRecorder) AssignPrivateNatGatewayAddress

func (mr *MockEC2MockRecorder) AssignPrivateNatGatewayAddress(arg0 interface{}) *gomock.Call

AssignPrivateNatGatewayAddress indicates an expected call of AssignPrivateNatGatewayAddress.

func (*MockEC2MockRecorder) AssignPrivateNatGatewayAddressRequest

func (mr *MockEC2MockRecorder) AssignPrivateNatGatewayAddressRequest(arg0 interface{}) *gomock.Call

AssignPrivateNatGatewayAddressRequest indicates an expected call of AssignPrivateNatGatewayAddressRequest.

func (*MockEC2MockRecorder) AssignPrivateNatGatewayAddressWithContext

func (mr *MockEC2MockRecorder) AssignPrivateNatGatewayAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssignPrivateNatGatewayAddressWithContext indicates an expected call of AssignPrivateNatGatewayAddressWithContext.

func (*MockEC2MockRecorder) AssociateAddress

func (mr *MockEC2MockRecorder) AssociateAddress(arg0 interface{}) *gomock.Call

AssociateAddress indicates an expected call of AssociateAddress.

func (*MockEC2MockRecorder) AssociateAddressRequest

func (mr *MockEC2MockRecorder) AssociateAddressRequest(arg0 interface{}) *gomock.Call

AssociateAddressRequest indicates an expected call of AssociateAddressRequest.

func (*MockEC2MockRecorder) AssociateAddressWithContext

func (mr *MockEC2MockRecorder) AssociateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateAddressWithContext indicates an expected call of AssociateAddressWithContext.

func (*MockEC2MockRecorder) AssociateClientVpnTargetNetwork

func (mr *MockEC2MockRecorder) AssociateClientVpnTargetNetwork(arg0 interface{}) *gomock.Call

AssociateClientVpnTargetNetwork indicates an expected call of AssociateClientVpnTargetNetwork.

func (*MockEC2MockRecorder) AssociateClientVpnTargetNetworkRequest

func (mr *MockEC2MockRecorder) AssociateClientVpnTargetNetworkRequest(arg0 interface{}) *gomock.Call

AssociateClientVpnTargetNetworkRequest indicates an expected call of AssociateClientVpnTargetNetworkRequest.

func (*MockEC2MockRecorder) AssociateClientVpnTargetNetworkWithContext

func (mr *MockEC2MockRecorder) AssociateClientVpnTargetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateClientVpnTargetNetworkWithContext indicates an expected call of AssociateClientVpnTargetNetworkWithContext.

func (*MockEC2MockRecorder) AssociateDhcpOptions

func (mr *MockEC2MockRecorder) AssociateDhcpOptions(arg0 interface{}) *gomock.Call

AssociateDhcpOptions indicates an expected call of AssociateDhcpOptions.

func (*MockEC2MockRecorder) AssociateDhcpOptionsRequest

func (mr *MockEC2MockRecorder) AssociateDhcpOptionsRequest(arg0 interface{}) *gomock.Call

AssociateDhcpOptionsRequest indicates an expected call of AssociateDhcpOptionsRequest.

func (*MockEC2MockRecorder) AssociateDhcpOptionsWithContext

func (mr *MockEC2MockRecorder) AssociateDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateDhcpOptionsWithContext indicates an expected call of AssociateDhcpOptionsWithContext.

func (*MockEC2MockRecorder) AssociateEnclaveCertificateIamRole

func (mr *MockEC2MockRecorder) AssociateEnclaveCertificateIamRole(arg0 interface{}) *gomock.Call

AssociateEnclaveCertificateIamRole indicates an expected call of AssociateEnclaveCertificateIamRole.

func (*MockEC2MockRecorder) AssociateEnclaveCertificateIamRoleRequest

func (mr *MockEC2MockRecorder) AssociateEnclaveCertificateIamRoleRequest(arg0 interface{}) *gomock.Call

AssociateEnclaveCertificateIamRoleRequest indicates an expected call of AssociateEnclaveCertificateIamRoleRequest.

func (*MockEC2MockRecorder) AssociateEnclaveCertificateIamRoleWithContext

func (mr *MockEC2MockRecorder) AssociateEnclaveCertificateIamRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateEnclaveCertificateIamRoleWithContext indicates an expected call of AssociateEnclaveCertificateIamRoleWithContext.

func (*MockEC2MockRecorder) AssociateIamInstanceProfile

func (mr *MockEC2MockRecorder) AssociateIamInstanceProfile(arg0 interface{}) *gomock.Call

AssociateIamInstanceProfile indicates an expected call of AssociateIamInstanceProfile.

func (*MockEC2MockRecorder) AssociateIamInstanceProfileRequest

func (mr *MockEC2MockRecorder) AssociateIamInstanceProfileRequest(arg0 interface{}) *gomock.Call

AssociateIamInstanceProfileRequest indicates an expected call of AssociateIamInstanceProfileRequest.

func (*MockEC2MockRecorder) AssociateIamInstanceProfileWithContext

func (mr *MockEC2MockRecorder) AssociateIamInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateIamInstanceProfileWithContext indicates an expected call of AssociateIamInstanceProfileWithContext.

func (*MockEC2MockRecorder) AssociateInstanceEventWindow

func (mr *MockEC2MockRecorder) AssociateInstanceEventWindow(arg0 interface{}) *gomock.Call

AssociateInstanceEventWindow indicates an expected call of AssociateInstanceEventWindow.

func (*MockEC2MockRecorder) AssociateInstanceEventWindowRequest

func (mr *MockEC2MockRecorder) AssociateInstanceEventWindowRequest(arg0 interface{}) *gomock.Call

AssociateInstanceEventWindowRequest indicates an expected call of AssociateInstanceEventWindowRequest.

func (*MockEC2MockRecorder) AssociateInstanceEventWindowWithContext

func (mr *MockEC2MockRecorder) AssociateInstanceEventWindowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateInstanceEventWindowWithContext indicates an expected call of AssociateInstanceEventWindowWithContext.

func (*MockEC2MockRecorder) AssociateIpamResourceDiscovery

func (mr *MockEC2MockRecorder) AssociateIpamResourceDiscovery(arg0 interface{}) *gomock.Call

AssociateIpamResourceDiscovery indicates an expected call of AssociateIpamResourceDiscovery.

func (*MockEC2MockRecorder) AssociateIpamResourceDiscoveryRequest

func (mr *MockEC2MockRecorder) AssociateIpamResourceDiscoveryRequest(arg0 interface{}) *gomock.Call

AssociateIpamResourceDiscoveryRequest indicates an expected call of AssociateIpamResourceDiscoveryRequest.

func (*MockEC2MockRecorder) AssociateIpamResourceDiscoveryWithContext

func (mr *MockEC2MockRecorder) AssociateIpamResourceDiscoveryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateIpamResourceDiscoveryWithContext indicates an expected call of AssociateIpamResourceDiscoveryWithContext.

func (*MockEC2MockRecorder) AssociateNatGatewayAddress

func (mr *MockEC2MockRecorder) AssociateNatGatewayAddress(arg0 interface{}) *gomock.Call

AssociateNatGatewayAddress indicates an expected call of AssociateNatGatewayAddress.

func (*MockEC2MockRecorder) AssociateNatGatewayAddressRequest

func (mr *MockEC2MockRecorder) AssociateNatGatewayAddressRequest(arg0 interface{}) *gomock.Call

AssociateNatGatewayAddressRequest indicates an expected call of AssociateNatGatewayAddressRequest.

func (*MockEC2MockRecorder) AssociateNatGatewayAddressWithContext

func (mr *MockEC2MockRecorder) AssociateNatGatewayAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateNatGatewayAddressWithContext indicates an expected call of AssociateNatGatewayAddressWithContext.

func (*MockEC2MockRecorder) AssociateRouteTable

func (mr *MockEC2MockRecorder) AssociateRouteTable(arg0 interface{}) *gomock.Call

AssociateRouteTable indicates an expected call of AssociateRouteTable.

func (*MockEC2MockRecorder) AssociateRouteTableRequest

func (mr *MockEC2MockRecorder) AssociateRouteTableRequest(arg0 interface{}) *gomock.Call

AssociateRouteTableRequest indicates an expected call of AssociateRouteTableRequest.

func (*MockEC2MockRecorder) AssociateRouteTableWithContext

func (mr *MockEC2MockRecorder) AssociateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateRouteTableWithContext indicates an expected call of AssociateRouteTableWithContext.

func (*MockEC2MockRecorder) AssociateSubnetCidrBlock

func (mr *MockEC2MockRecorder) AssociateSubnetCidrBlock(arg0 interface{}) *gomock.Call

AssociateSubnetCidrBlock indicates an expected call of AssociateSubnetCidrBlock.

func (*MockEC2MockRecorder) AssociateSubnetCidrBlockRequest

func (mr *MockEC2MockRecorder) AssociateSubnetCidrBlockRequest(arg0 interface{}) *gomock.Call

AssociateSubnetCidrBlockRequest indicates an expected call of AssociateSubnetCidrBlockRequest.

func (*MockEC2MockRecorder) AssociateSubnetCidrBlockWithContext

func (mr *MockEC2MockRecorder) AssociateSubnetCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateSubnetCidrBlockWithContext indicates an expected call of AssociateSubnetCidrBlockWithContext.

func (*MockEC2MockRecorder) AssociateTransitGatewayMulticastDomain

func (mr *MockEC2MockRecorder) AssociateTransitGatewayMulticastDomain(arg0 interface{}) *gomock.Call

AssociateTransitGatewayMulticastDomain indicates an expected call of AssociateTransitGatewayMulticastDomain.

func (*MockEC2MockRecorder) AssociateTransitGatewayMulticastDomainRequest

func (mr *MockEC2MockRecorder) AssociateTransitGatewayMulticastDomainRequest(arg0 interface{}) *gomock.Call

AssociateTransitGatewayMulticastDomainRequest indicates an expected call of AssociateTransitGatewayMulticastDomainRequest.

func (*MockEC2MockRecorder) AssociateTransitGatewayMulticastDomainWithContext

func (mr *MockEC2MockRecorder) AssociateTransitGatewayMulticastDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateTransitGatewayMulticastDomainWithContext indicates an expected call of AssociateTransitGatewayMulticastDomainWithContext.

func (*MockEC2MockRecorder) AssociateTransitGatewayPolicyTable

func (mr *MockEC2MockRecorder) AssociateTransitGatewayPolicyTable(arg0 interface{}) *gomock.Call

AssociateTransitGatewayPolicyTable indicates an expected call of AssociateTransitGatewayPolicyTable.

func (*MockEC2MockRecorder) AssociateTransitGatewayPolicyTableRequest

func (mr *MockEC2MockRecorder) AssociateTransitGatewayPolicyTableRequest(arg0 interface{}) *gomock.Call

AssociateTransitGatewayPolicyTableRequest indicates an expected call of AssociateTransitGatewayPolicyTableRequest.

func (*MockEC2MockRecorder) AssociateTransitGatewayPolicyTableWithContext

func (mr *MockEC2MockRecorder) AssociateTransitGatewayPolicyTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateTransitGatewayPolicyTableWithContext indicates an expected call of AssociateTransitGatewayPolicyTableWithContext.

func (*MockEC2MockRecorder) AssociateTransitGatewayRouteTable

func (mr *MockEC2MockRecorder) AssociateTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

AssociateTransitGatewayRouteTable indicates an expected call of AssociateTransitGatewayRouteTable.

func (*MockEC2MockRecorder) AssociateTransitGatewayRouteTableRequest

func (mr *MockEC2MockRecorder) AssociateTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

AssociateTransitGatewayRouteTableRequest indicates an expected call of AssociateTransitGatewayRouteTableRequest.

func (*MockEC2MockRecorder) AssociateTransitGatewayRouteTableWithContext

func (mr *MockEC2MockRecorder) AssociateTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateTransitGatewayRouteTableWithContext indicates an expected call of AssociateTransitGatewayRouteTableWithContext.

func (*MockEC2MockRecorder) AssociateTrunkInterface

func (mr *MockEC2MockRecorder) AssociateTrunkInterface(arg0 interface{}) *gomock.Call

AssociateTrunkInterface indicates an expected call of AssociateTrunkInterface.

func (*MockEC2MockRecorder) AssociateTrunkInterfaceRequest

func (mr *MockEC2MockRecorder) AssociateTrunkInterfaceRequest(arg0 interface{}) *gomock.Call

AssociateTrunkInterfaceRequest indicates an expected call of AssociateTrunkInterfaceRequest.

func (*MockEC2MockRecorder) AssociateTrunkInterfaceWithContext

func (mr *MockEC2MockRecorder) AssociateTrunkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateTrunkInterfaceWithContext indicates an expected call of AssociateTrunkInterfaceWithContext.

func (*MockEC2MockRecorder) AssociateVpcCidrBlock

func (mr *MockEC2MockRecorder) AssociateVpcCidrBlock(arg0 interface{}) *gomock.Call

AssociateVpcCidrBlock indicates an expected call of AssociateVpcCidrBlock.

func (*MockEC2MockRecorder) AssociateVpcCidrBlockRequest

func (mr *MockEC2MockRecorder) AssociateVpcCidrBlockRequest(arg0 interface{}) *gomock.Call

AssociateVpcCidrBlockRequest indicates an expected call of AssociateVpcCidrBlockRequest.

func (*MockEC2MockRecorder) AssociateVpcCidrBlockWithContext

func (mr *MockEC2MockRecorder) AssociateVpcCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateVpcCidrBlockWithContext indicates an expected call of AssociateVpcCidrBlockWithContext.

func (*MockEC2MockRecorder) AttachClassicLinkVpc

func (mr *MockEC2MockRecorder) AttachClassicLinkVpc(arg0 interface{}) *gomock.Call

AttachClassicLinkVpc indicates an expected call of AttachClassicLinkVpc.

func (*MockEC2MockRecorder) AttachClassicLinkVpcRequest

func (mr *MockEC2MockRecorder) AttachClassicLinkVpcRequest(arg0 interface{}) *gomock.Call

AttachClassicLinkVpcRequest indicates an expected call of AttachClassicLinkVpcRequest.

func (*MockEC2MockRecorder) AttachClassicLinkVpcWithContext

func (mr *MockEC2MockRecorder) AttachClassicLinkVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachClassicLinkVpcWithContext indicates an expected call of AttachClassicLinkVpcWithContext.

func (*MockEC2MockRecorder) AttachInternetGateway

func (mr *MockEC2MockRecorder) AttachInternetGateway(arg0 interface{}) *gomock.Call

AttachInternetGateway indicates an expected call of AttachInternetGateway.

func (*MockEC2MockRecorder) AttachInternetGatewayRequest

func (mr *MockEC2MockRecorder) AttachInternetGatewayRequest(arg0 interface{}) *gomock.Call

AttachInternetGatewayRequest indicates an expected call of AttachInternetGatewayRequest.

func (*MockEC2MockRecorder) AttachInternetGatewayWithContext

func (mr *MockEC2MockRecorder) AttachInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachInternetGatewayWithContext indicates an expected call of AttachInternetGatewayWithContext.

func (*MockEC2MockRecorder) AttachNetworkInterface

func (mr *MockEC2MockRecorder) AttachNetworkInterface(arg0 interface{}) *gomock.Call

AttachNetworkInterface indicates an expected call of AttachNetworkInterface.

func (*MockEC2MockRecorder) AttachNetworkInterfaceRequest

func (mr *MockEC2MockRecorder) AttachNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

AttachNetworkInterfaceRequest indicates an expected call of AttachNetworkInterfaceRequest.

func (*MockEC2MockRecorder) AttachNetworkInterfaceWithContext

func (mr *MockEC2MockRecorder) AttachNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachNetworkInterfaceWithContext indicates an expected call of AttachNetworkInterfaceWithContext.

func (*MockEC2MockRecorder) AttachVerifiedAccessTrustProvider

func (mr *MockEC2MockRecorder) AttachVerifiedAccessTrustProvider(arg0 interface{}) *gomock.Call

AttachVerifiedAccessTrustProvider indicates an expected call of AttachVerifiedAccessTrustProvider.

func (*MockEC2MockRecorder) AttachVerifiedAccessTrustProviderRequest

func (mr *MockEC2MockRecorder) AttachVerifiedAccessTrustProviderRequest(arg0 interface{}) *gomock.Call

AttachVerifiedAccessTrustProviderRequest indicates an expected call of AttachVerifiedAccessTrustProviderRequest.

func (*MockEC2MockRecorder) AttachVerifiedAccessTrustProviderWithContext

func (mr *MockEC2MockRecorder) AttachVerifiedAccessTrustProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachVerifiedAccessTrustProviderWithContext indicates an expected call of AttachVerifiedAccessTrustProviderWithContext.

func (*MockEC2MockRecorder) AttachVolume

func (mr *MockEC2MockRecorder) AttachVolume(arg0 interface{}) *gomock.Call

AttachVolume indicates an expected call of AttachVolume.

func (*MockEC2MockRecorder) AttachVolumeRequest

func (mr *MockEC2MockRecorder) AttachVolumeRequest(arg0 interface{}) *gomock.Call

AttachVolumeRequest indicates an expected call of AttachVolumeRequest.

func (*MockEC2MockRecorder) AttachVolumeWithContext

func (mr *MockEC2MockRecorder) AttachVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachVolumeWithContext indicates an expected call of AttachVolumeWithContext.

func (*MockEC2MockRecorder) AttachVpnGateway

func (mr *MockEC2MockRecorder) AttachVpnGateway(arg0 interface{}) *gomock.Call

AttachVpnGateway indicates an expected call of AttachVpnGateway.

func (*MockEC2MockRecorder) AttachVpnGatewayRequest

func (mr *MockEC2MockRecorder) AttachVpnGatewayRequest(arg0 interface{}) *gomock.Call

AttachVpnGatewayRequest indicates an expected call of AttachVpnGatewayRequest.

func (*MockEC2MockRecorder) AttachVpnGatewayWithContext

func (mr *MockEC2MockRecorder) AttachVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachVpnGatewayWithContext indicates an expected call of AttachVpnGatewayWithContext.

func (*MockEC2MockRecorder) AuthorizeClientVpnIngress

func (mr *MockEC2MockRecorder) AuthorizeClientVpnIngress(arg0 interface{}) *gomock.Call

AuthorizeClientVpnIngress indicates an expected call of AuthorizeClientVpnIngress.

func (*MockEC2MockRecorder) AuthorizeClientVpnIngressRequest

func (mr *MockEC2MockRecorder) AuthorizeClientVpnIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeClientVpnIngressRequest indicates an expected call of AuthorizeClientVpnIngressRequest.

func (*MockEC2MockRecorder) AuthorizeClientVpnIngressWithContext

func (mr *MockEC2MockRecorder) AuthorizeClientVpnIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeClientVpnIngressWithContext indicates an expected call of AuthorizeClientVpnIngressWithContext.

func (*MockEC2MockRecorder) AuthorizeSecurityGroupEgress

func (mr *MockEC2MockRecorder) AuthorizeSecurityGroupEgress(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupEgress indicates an expected call of AuthorizeSecurityGroupEgress.

func (*MockEC2MockRecorder) AuthorizeSecurityGroupEgressRequest

func (mr *MockEC2MockRecorder) AuthorizeSecurityGroupEgressRequest(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupEgressRequest indicates an expected call of AuthorizeSecurityGroupEgressRequest.

func (*MockEC2MockRecorder) AuthorizeSecurityGroupEgressWithContext

func (mr *MockEC2MockRecorder) AuthorizeSecurityGroupEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeSecurityGroupEgressWithContext indicates an expected call of AuthorizeSecurityGroupEgressWithContext.

func (*MockEC2MockRecorder) AuthorizeSecurityGroupIngress

func (mr *MockEC2MockRecorder) AuthorizeSecurityGroupIngress(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupIngress indicates an expected call of AuthorizeSecurityGroupIngress.

func (*MockEC2MockRecorder) AuthorizeSecurityGroupIngressRequest

func (mr *MockEC2MockRecorder) AuthorizeSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupIngressRequest indicates an expected call of AuthorizeSecurityGroupIngressRequest.

func (*MockEC2MockRecorder) AuthorizeSecurityGroupIngressWithContext

func (mr *MockEC2MockRecorder) AuthorizeSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeSecurityGroupIngressWithContext indicates an expected call of AuthorizeSecurityGroupIngressWithContext.

func (*MockEC2MockRecorder) BundleInstance

func (mr *MockEC2MockRecorder) BundleInstance(arg0 interface{}) *gomock.Call

BundleInstance indicates an expected call of BundleInstance.

func (*MockEC2MockRecorder) BundleInstanceRequest

func (mr *MockEC2MockRecorder) BundleInstanceRequest(arg0 interface{}) *gomock.Call

BundleInstanceRequest indicates an expected call of BundleInstanceRequest.

func (*MockEC2MockRecorder) BundleInstanceWithContext

func (mr *MockEC2MockRecorder) BundleInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BundleInstanceWithContext indicates an expected call of BundleInstanceWithContext.

func (*MockEC2MockRecorder) CancelBundleTask

func (mr *MockEC2MockRecorder) CancelBundleTask(arg0 interface{}) *gomock.Call

CancelBundleTask indicates an expected call of CancelBundleTask.

func (*MockEC2MockRecorder) CancelBundleTaskRequest

func (mr *MockEC2MockRecorder) CancelBundleTaskRequest(arg0 interface{}) *gomock.Call

CancelBundleTaskRequest indicates an expected call of CancelBundleTaskRequest.

func (*MockEC2MockRecorder) CancelBundleTaskWithContext

func (mr *MockEC2MockRecorder) CancelBundleTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelBundleTaskWithContext indicates an expected call of CancelBundleTaskWithContext.

func (*MockEC2MockRecorder) CancelCapacityReservation

func (mr *MockEC2MockRecorder) CancelCapacityReservation(arg0 interface{}) *gomock.Call

CancelCapacityReservation indicates an expected call of CancelCapacityReservation.

func (*MockEC2MockRecorder) CancelCapacityReservationFleets

func (mr *MockEC2MockRecorder) CancelCapacityReservationFleets(arg0 interface{}) *gomock.Call

CancelCapacityReservationFleets indicates an expected call of CancelCapacityReservationFleets.

func (*MockEC2MockRecorder) CancelCapacityReservationFleetsRequest

func (mr *MockEC2MockRecorder) CancelCapacityReservationFleetsRequest(arg0 interface{}) *gomock.Call

CancelCapacityReservationFleetsRequest indicates an expected call of CancelCapacityReservationFleetsRequest.

func (*MockEC2MockRecorder) CancelCapacityReservationFleetsWithContext

func (mr *MockEC2MockRecorder) CancelCapacityReservationFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelCapacityReservationFleetsWithContext indicates an expected call of CancelCapacityReservationFleetsWithContext.

func (*MockEC2MockRecorder) CancelCapacityReservationRequest

func (mr *MockEC2MockRecorder) CancelCapacityReservationRequest(arg0 interface{}) *gomock.Call

CancelCapacityReservationRequest indicates an expected call of CancelCapacityReservationRequest.

func (*MockEC2MockRecorder) CancelCapacityReservationWithContext

func (mr *MockEC2MockRecorder) CancelCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelCapacityReservationWithContext indicates an expected call of CancelCapacityReservationWithContext.

func (*MockEC2MockRecorder) CancelConversionTask

func (mr *MockEC2MockRecorder) CancelConversionTask(arg0 interface{}) *gomock.Call

CancelConversionTask indicates an expected call of CancelConversionTask.

func (*MockEC2MockRecorder) CancelConversionTaskRequest

func (mr *MockEC2MockRecorder) CancelConversionTaskRequest(arg0 interface{}) *gomock.Call

CancelConversionTaskRequest indicates an expected call of CancelConversionTaskRequest.

func (*MockEC2MockRecorder) CancelConversionTaskWithContext

func (mr *MockEC2MockRecorder) CancelConversionTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelConversionTaskWithContext indicates an expected call of CancelConversionTaskWithContext.

func (*MockEC2MockRecorder) CancelExportTask

func (mr *MockEC2MockRecorder) CancelExportTask(arg0 interface{}) *gomock.Call

CancelExportTask indicates an expected call of CancelExportTask.

func (*MockEC2MockRecorder) CancelExportTaskRequest

func (mr *MockEC2MockRecorder) CancelExportTaskRequest(arg0 interface{}) *gomock.Call

CancelExportTaskRequest indicates an expected call of CancelExportTaskRequest.

func (*MockEC2MockRecorder) CancelExportTaskWithContext

func (mr *MockEC2MockRecorder) CancelExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelExportTaskWithContext indicates an expected call of CancelExportTaskWithContext.

func (*MockEC2MockRecorder) CancelImageLaunchPermission

func (mr *MockEC2MockRecorder) CancelImageLaunchPermission(arg0 interface{}) *gomock.Call

CancelImageLaunchPermission indicates an expected call of CancelImageLaunchPermission.

func (*MockEC2MockRecorder) CancelImageLaunchPermissionRequest

func (mr *MockEC2MockRecorder) CancelImageLaunchPermissionRequest(arg0 interface{}) *gomock.Call

CancelImageLaunchPermissionRequest indicates an expected call of CancelImageLaunchPermissionRequest.

func (*MockEC2MockRecorder) CancelImageLaunchPermissionWithContext

func (mr *MockEC2MockRecorder) CancelImageLaunchPermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelImageLaunchPermissionWithContext indicates an expected call of CancelImageLaunchPermissionWithContext.

func (*MockEC2MockRecorder) CancelImportTask

func (mr *MockEC2MockRecorder) CancelImportTask(arg0 interface{}) *gomock.Call

CancelImportTask indicates an expected call of CancelImportTask.

func (*MockEC2MockRecorder) CancelImportTaskRequest

func (mr *MockEC2MockRecorder) CancelImportTaskRequest(arg0 interface{}) *gomock.Call

CancelImportTaskRequest indicates an expected call of CancelImportTaskRequest.

func (*MockEC2MockRecorder) CancelImportTaskWithContext

func (mr *MockEC2MockRecorder) CancelImportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelImportTaskWithContext indicates an expected call of CancelImportTaskWithContext.

func (*MockEC2MockRecorder) CancelReservedInstancesListing

func (mr *MockEC2MockRecorder) CancelReservedInstancesListing(arg0 interface{}) *gomock.Call

CancelReservedInstancesListing indicates an expected call of CancelReservedInstancesListing.

func (*MockEC2MockRecorder) CancelReservedInstancesListingRequest

func (mr *MockEC2MockRecorder) CancelReservedInstancesListingRequest(arg0 interface{}) *gomock.Call

CancelReservedInstancesListingRequest indicates an expected call of CancelReservedInstancesListingRequest.

func (*MockEC2MockRecorder) CancelReservedInstancesListingWithContext

func (mr *MockEC2MockRecorder) CancelReservedInstancesListingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelReservedInstancesListingWithContext indicates an expected call of CancelReservedInstancesListingWithContext.

func (*MockEC2MockRecorder) CancelSpotFleetRequests

func (mr *MockEC2MockRecorder) CancelSpotFleetRequests(arg0 interface{}) *gomock.Call

CancelSpotFleetRequests indicates an expected call of CancelSpotFleetRequests.

func (*MockEC2MockRecorder) CancelSpotFleetRequestsRequest

func (mr *MockEC2MockRecorder) CancelSpotFleetRequestsRequest(arg0 interface{}) *gomock.Call

CancelSpotFleetRequestsRequest indicates an expected call of CancelSpotFleetRequestsRequest.

func (*MockEC2MockRecorder) CancelSpotFleetRequestsWithContext

func (mr *MockEC2MockRecorder) CancelSpotFleetRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelSpotFleetRequestsWithContext indicates an expected call of CancelSpotFleetRequestsWithContext.

func (*MockEC2MockRecorder) CancelSpotInstanceRequests

func (mr *MockEC2MockRecorder) CancelSpotInstanceRequests(arg0 interface{}) *gomock.Call

CancelSpotInstanceRequests indicates an expected call of CancelSpotInstanceRequests.

func (*MockEC2MockRecorder) CancelSpotInstanceRequestsRequest

func (mr *MockEC2MockRecorder) CancelSpotInstanceRequestsRequest(arg0 interface{}) *gomock.Call

CancelSpotInstanceRequestsRequest indicates an expected call of CancelSpotInstanceRequestsRequest.

func (*MockEC2MockRecorder) CancelSpotInstanceRequestsWithContext

func (mr *MockEC2MockRecorder) CancelSpotInstanceRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelSpotInstanceRequestsWithContext indicates an expected call of CancelSpotInstanceRequestsWithContext.

func (*MockEC2MockRecorder) ConfirmProductInstance

func (mr *MockEC2MockRecorder) ConfirmProductInstance(arg0 interface{}) *gomock.Call

ConfirmProductInstance indicates an expected call of ConfirmProductInstance.

func (*MockEC2MockRecorder) ConfirmProductInstanceRequest

func (mr *MockEC2MockRecorder) ConfirmProductInstanceRequest(arg0 interface{}) *gomock.Call

ConfirmProductInstanceRequest indicates an expected call of ConfirmProductInstanceRequest.

func (*MockEC2MockRecorder) ConfirmProductInstanceWithContext

func (mr *MockEC2MockRecorder) ConfirmProductInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConfirmProductInstanceWithContext indicates an expected call of ConfirmProductInstanceWithContext.

func (*MockEC2MockRecorder) CopyFpgaImage

func (mr *MockEC2MockRecorder) CopyFpgaImage(arg0 interface{}) *gomock.Call

CopyFpgaImage indicates an expected call of CopyFpgaImage.

func (*MockEC2MockRecorder) CopyFpgaImageRequest

func (mr *MockEC2MockRecorder) CopyFpgaImageRequest(arg0 interface{}) *gomock.Call

CopyFpgaImageRequest indicates an expected call of CopyFpgaImageRequest.

func (*MockEC2MockRecorder) CopyFpgaImageWithContext

func (mr *MockEC2MockRecorder) CopyFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyFpgaImageWithContext indicates an expected call of CopyFpgaImageWithContext.

func (*MockEC2MockRecorder) CopyImage

func (mr *MockEC2MockRecorder) CopyImage(arg0 interface{}) *gomock.Call

CopyImage indicates an expected call of CopyImage.

func (*MockEC2MockRecorder) CopyImageRequest

func (mr *MockEC2MockRecorder) CopyImageRequest(arg0 interface{}) *gomock.Call

CopyImageRequest indicates an expected call of CopyImageRequest.

func (*MockEC2MockRecorder) CopyImageWithContext

func (mr *MockEC2MockRecorder) CopyImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyImageWithContext indicates an expected call of CopyImageWithContext.

func (*MockEC2MockRecorder) CopySnapshot

func (mr *MockEC2MockRecorder) CopySnapshot(arg0 interface{}) *gomock.Call

CopySnapshot indicates an expected call of CopySnapshot.

func (*MockEC2MockRecorder) CopySnapshotRequest

func (mr *MockEC2MockRecorder) CopySnapshotRequest(arg0 interface{}) *gomock.Call

CopySnapshotRequest indicates an expected call of CopySnapshotRequest.

func (*MockEC2MockRecorder) CopySnapshotWithContext

func (mr *MockEC2MockRecorder) CopySnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopySnapshotWithContext indicates an expected call of CopySnapshotWithContext.

func (*MockEC2MockRecorder) CreateCapacityReservation

func (mr *MockEC2MockRecorder) CreateCapacityReservation(arg0 interface{}) *gomock.Call

CreateCapacityReservation indicates an expected call of CreateCapacityReservation.

func (*MockEC2MockRecorder) CreateCapacityReservationFleet

func (mr *MockEC2MockRecorder) CreateCapacityReservationFleet(arg0 interface{}) *gomock.Call

CreateCapacityReservationFleet indicates an expected call of CreateCapacityReservationFleet.

func (*MockEC2MockRecorder) CreateCapacityReservationFleetRequest

func (mr *MockEC2MockRecorder) CreateCapacityReservationFleetRequest(arg0 interface{}) *gomock.Call

CreateCapacityReservationFleetRequest indicates an expected call of CreateCapacityReservationFleetRequest.

func (*MockEC2MockRecorder) CreateCapacityReservationFleetWithContext

func (mr *MockEC2MockRecorder) CreateCapacityReservationFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCapacityReservationFleetWithContext indicates an expected call of CreateCapacityReservationFleetWithContext.

func (*MockEC2MockRecorder) CreateCapacityReservationRequest

func (mr *MockEC2MockRecorder) CreateCapacityReservationRequest(arg0 interface{}) *gomock.Call

CreateCapacityReservationRequest indicates an expected call of CreateCapacityReservationRequest.

func (*MockEC2MockRecorder) CreateCapacityReservationWithContext

func (mr *MockEC2MockRecorder) CreateCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCapacityReservationWithContext indicates an expected call of CreateCapacityReservationWithContext.

func (*MockEC2MockRecorder) CreateCarrierGateway

func (mr *MockEC2MockRecorder) CreateCarrierGateway(arg0 interface{}) *gomock.Call

CreateCarrierGateway indicates an expected call of CreateCarrierGateway.

func (*MockEC2MockRecorder) CreateCarrierGatewayRequest

func (mr *MockEC2MockRecorder) CreateCarrierGatewayRequest(arg0 interface{}) *gomock.Call

CreateCarrierGatewayRequest indicates an expected call of CreateCarrierGatewayRequest.

func (*MockEC2MockRecorder) CreateCarrierGatewayWithContext

func (mr *MockEC2MockRecorder) CreateCarrierGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCarrierGatewayWithContext indicates an expected call of CreateCarrierGatewayWithContext.

func (*MockEC2MockRecorder) CreateClientVpnEndpoint

func (mr *MockEC2MockRecorder) CreateClientVpnEndpoint(arg0 interface{}) *gomock.Call

CreateClientVpnEndpoint indicates an expected call of CreateClientVpnEndpoint.

func (*MockEC2MockRecorder) CreateClientVpnEndpointRequest

func (mr *MockEC2MockRecorder) CreateClientVpnEndpointRequest(arg0 interface{}) *gomock.Call

CreateClientVpnEndpointRequest indicates an expected call of CreateClientVpnEndpointRequest.

func (*MockEC2MockRecorder) CreateClientVpnEndpointWithContext

func (mr *MockEC2MockRecorder) CreateClientVpnEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClientVpnEndpointWithContext indicates an expected call of CreateClientVpnEndpointWithContext.

func (*MockEC2MockRecorder) CreateClientVpnRoute

func (mr *MockEC2MockRecorder) CreateClientVpnRoute(arg0 interface{}) *gomock.Call

CreateClientVpnRoute indicates an expected call of CreateClientVpnRoute.

func (*MockEC2MockRecorder) CreateClientVpnRouteRequest

func (mr *MockEC2MockRecorder) CreateClientVpnRouteRequest(arg0 interface{}) *gomock.Call

CreateClientVpnRouteRequest indicates an expected call of CreateClientVpnRouteRequest.

func (*MockEC2MockRecorder) CreateClientVpnRouteWithContext

func (mr *MockEC2MockRecorder) CreateClientVpnRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClientVpnRouteWithContext indicates an expected call of CreateClientVpnRouteWithContext.

func (*MockEC2MockRecorder) CreateCoipCidr

func (mr *MockEC2MockRecorder) CreateCoipCidr(arg0 interface{}) *gomock.Call

CreateCoipCidr indicates an expected call of CreateCoipCidr.

func (*MockEC2MockRecorder) CreateCoipCidrRequest

func (mr *MockEC2MockRecorder) CreateCoipCidrRequest(arg0 interface{}) *gomock.Call

CreateCoipCidrRequest indicates an expected call of CreateCoipCidrRequest.

func (*MockEC2MockRecorder) CreateCoipCidrWithContext

func (mr *MockEC2MockRecorder) CreateCoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCoipCidrWithContext indicates an expected call of CreateCoipCidrWithContext.

func (*MockEC2MockRecorder) CreateCoipPool

func (mr *MockEC2MockRecorder) CreateCoipPool(arg0 interface{}) *gomock.Call

CreateCoipPool indicates an expected call of CreateCoipPool.

func (*MockEC2MockRecorder) CreateCoipPoolRequest

func (mr *MockEC2MockRecorder) CreateCoipPoolRequest(arg0 interface{}) *gomock.Call

CreateCoipPoolRequest indicates an expected call of CreateCoipPoolRequest.

func (*MockEC2MockRecorder) CreateCoipPoolWithContext

func (mr *MockEC2MockRecorder) CreateCoipPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCoipPoolWithContext indicates an expected call of CreateCoipPoolWithContext.

func (*MockEC2MockRecorder) CreateCustomerGateway

func (mr *MockEC2MockRecorder) CreateCustomerGateway(arg0 interface{}) *gomock.Call

CreateCustomerGateway indicates an expected call of CreateCustomerGateway.

func (*MockEC2MockRecorder) CreateCustomerGatewayRequest

func (mr *MockEC2MockRecorder) CreateCustomerGatewayRequest(arg0 interface{}) *gomock.Call

CreateCustomerGatewayRequest indicates an expected call of CreateCustomerGatewayRequest.

func (*MockEC2MockRecorder) CreateCustomerGatewayWithContext

func (mr *MockEC2MockRecorder) CreateCustomerGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCustomerGatewayWithContext indicates an expected call of CreateCustomerGatewayWithContext.

func (*MockEC2MockRecorder) CreateDefaultSubnet

func (mr *MockEC2MockRecorder) CreateDefaultSubnet(arg0 interface{}) *gomock.Call

CreateDefaultSubnet indicates an expected call of CreateDefaultSubnet.

func (*MockEC2MockRecorder) CreateDefaultSubnetRequest

func (mr *MockEC2MockRecorder) CreateDefaultSubnetRequest(arg0 interface{}) *gomock.Call

CreateDefaultSubnetRequest indicates an expected call of CreateDefaultSubnetRequest.

func (*MockEC2MockRecorder) CreateDefaultSubnetWithContext

func (mr *MockEC2MockRecorder) CreateDefaultSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDefaultSubnetWithContext indicates an expected call of CreateDefaultSubnetWithContext.

func (*MockEC2MockRecorder) CreateDefaultVpc

func (mr *MockEC2MockRecorder) CreateDefaultVpc(arg0 interface{}) *gomock.Call

CreateDefaultVpc indicates an expected call of CreateDefaultVpc.

func (*MockEC2MockRecorder) CreateDefaultVpcRequest

func (mr *MockEC2MockRecorder) CreateDefaultVpcRequest(arg0 interface{}) *gomock.Call

CreateDefaultVpcRequest indicates an expected call of CreateDefaultVpcRequest.

func (*MockEC2MockRecorder) CreateDefaultVpcWithContext

func (mr *MockEC2MockRecorder) CreateDefaultVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDefaultVpcWithContext indicates an expected call of CreateDefaultVpcWithContext.

func (*MockEC2MockRecorder) CreateDhcpOptions

func (mr *MockEC2MockRecorder) CreateDhcpOptions(arg0 interface{}) *gomock.Call

CreateDhcpOptions indicates an expected call of CreateDhcpOptions.

func (*MockEC2MockRecorder) CreateDhcpOptionsRequest

func (mr *MockEC2MockRecorder) CreateDhcpOptionsRequest(arg0 interface{}) *gomock.Call

CreateDhcpOptionsRequest indicates an expected call of CreateDhcpOptionsRequest.

func (*MockEC2MockRecorder) CreateDhcpOptionsWithContext

func (mr *MockEC2MockRecorder) CreateDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDhcpOptionsWithContext indicates an expected call of CreateDhcpOptionsWithContext.

func (*MockEC2MockRecorder) CreateEgressOnlyInternetGateway

func (mr *MockEC2MockRecorder) CreateEgressOnlyInternetGateway(arg0 interface{}) *gomock.Call

CreateEgressOnlyInternetGateway indicates an expected call of CreateEgressOnlyInternetGateway.

func (*MockEC2MockRecorder) CreateEgressOnlyInternetGatewayRequest

func (mr *MockEC2MockRecorder) CreateEgressOnlyInternetGatewayRequest(arg0 interface{}) *gomock.Call

CreateEgressOnlyInternetGatewayRequest indicates an expected call of CreateEgressOnlyInternetGatewayRequest.

func (*MockEC2MockRecorder) CreateEgressOnlyInternetGatewayWithContext

func (mr *MockEC2MockRecorder) CreateEgressOnlyInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEgressOnlyInternetGatewayWithContext indicates an expected call of CreateEgressOnlyInternetGatewayWithContext.

func (*MockEC2MockRecorder) CreateFleet

func (mr *MockEC2MockRecorder) CreateFleet(arg0 interface{}) *gomock.Call

CreateFleet indicates an expected call of CreateFleet.

func (*MockEC2MockRecorder) CreateFleetRequest

func (mr *MockEC2MockRecorder) CreateFleetRequest(arg0 interface{}) *gomock.Call

CreateFleetRequest indicates an expected call of CreateFleetRequest.

func (*MockEC2MockRecorder) CreateFleetWithContext

func (mr *MockEC2MockRecorder) CreateFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFleetWithContext indicates an expected call of CreateFleetWithContext.

func (*MockEC2MockRecorder) CreateFlowLogs

func (mr *MockEC2MockRecorder) CreateFlowLogs(arg0 interface{}) *gomock.Call

CreateFlowLogs indicates an expected call of CreateFlowLogs.

func (*MockEC2MockRecorder) CreateFlowLogsRequest

func (mr *MockEC2MockRecorder) CreateFlowLogsRequest(arg0 interface{}) *gomock.Call

CreateFlowLogsRequest indicates an expected call of CreateFlowLogsRequest.

func (*MockEC2MockRecorder) CreateFlowLogsWithContext

func (mr *MockEC2MockRecorder) CreateFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFlowLogsWithContext indicates an expected call of CreateFlowLogsWithContext.

func (*MockEC2MockRecorder) CreateFpgaImage

func (mr *MockEC2MockRecorder) CreateFpgaImage(arg0 interface{}) *gomock.Call

CreateFpgaImage indicates an expected call of CreateFpgaImage.

func (*MockEC2MockRecorder) CreateFpgaImageRequest

func (mr *MockEC2MockRecorder) CreateFpgaImageRequest(arg0 interface{}) *gomock.Call

CreateFpgaImageRequest indicates an expected call of CreateFpgaImageRequest.

func (*MockEC2MockRecorder) CreateFpgaImageWithContext

func (mr *MockEC2MockRecorder) CreateFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFpgaImageWithContext indicates an expected call of CreateFpgaImageWithContext.

func (*MockEC2MockRecorder) CreateImage

func (mr *MockEC2MockRecorder) CreateImage(arg0 interface{}) *gomock.Call

CreateImage indicates an expected call of CreateImage.

func (*MockEC2MockRecorder) CreateImageRequest

func (mr *MockEC2MockRecorder) CreateImageRequest(arg0 interface{}) *gomock.Call

CreateImageRequest indicates an expected call of CreateImageRequest.

func (*MockEC2MockRecorder) CreateImageWithContext

func (mr *MockEC2MockRecorder) CreateImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateImageWithContext indicates an expected call of CreateImageWithContext.

func (*MockEC2MockRecorder) CreateInstanceConnectEndpoint

func (mr *MockEC2MockRecorder) CreateInstanceConnectEndpoint(arg0 interface{}) *gomock.Call

CreateInstanceConnectEndpoint indicates an expected call of CreateInstanceConnectEndpoint.

func (*MockEC2MockRecorder) CreateInstanceConnectEndpointRequest

func (mr *MockEC2MockRecorder) CreateInstanceConnectEndpointRequest(arg0 interface{}) *gomock.Call

CreateInstanceConnectEndpointRequest indicates an expected call of CreateInstanceConnectEndpointRequest.

func (*MockEC2MockRecorder) CreateInstanceConnectEndpointWithContext

func (mr *MockEC2MockRecorder) CreateInstanceConnectEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceConnectEndpointWithContext indicates an expected call of CreateInstanceConnectEndpointWithContext.

func (*MockEC2MockRecorder) CreateInstanceEventWindow

func (mr *MockEC2MockRecorder) CreateInstanceEventWindow(arg0 interface{}) *gomock.Call

CreateInstanceEventWindow indicates an expected call of CreateInstanceEventWindow.

func (*MockEC2MockRecorder) CreateInstanceEventWindowRequest

func (mr *MockEC2MockRecorder) CreateInstanceEventWindowRequest(arg0 interface{}) *gomock.Call

CreateInstanceEventWindowRequest indicates an expected call of CreateInstanceEventWindowRequest.

func (*MockEC2MockRecorder) CreateInstanceEventWindowWithContext

func (mr *MockEC2MockRecorder) CreateInstanceEventWindowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceEventWindowWithContext indicates an expected call of CreateInstanceEventWindowWithContext.

func (*MockEC2MockRecorder) CreateInstanceExportTask

func (mr *MockEC2MockRecorder) CreateInstanceExportTask(arg0 interface{}) *gomock.Call

CreateInstanceExportTask indicates an expected call of CreateInstanceExportTask.

func (*MockEC2MockRecorder) CreateInstanceExportTaskRequest

func (mr *MockEC2MockRecorder) CreateInstanceExportTaskRequest(arg0 interface{}) *gomock.Call

CreateInstanceExportTaskRequest indicates an expected call of CreateInstanceExportTaskRequest.

func (*MockEC2MockRecorder) CreateInstanceExportTaskWithContext

func (mr *MockEC2MockRecorder) CreateInstanceExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceExportTaskWithContext indicates an expected call of CreateInstanceExportTaskWithContext.

func (*MockEC2MockRecorder) CreateInternetGateway

func (mr *MockEC2MockRecorder) CreateInternetGateway(arg0 interface{}) *gomock.Call

CreateInternetGateway indicates an expected call of CreateInternetGateway.

func (*MockEC2MockRecorder) CreateInternetGatewayRequest

func (mr *MockEC2MockRecorder) CreateInternetGatewayRequest(arg0 interface{}) *gomock.Call

CreateInternetGatewayRequest indicates an expected call of CreateInternetGatewayRequest.

func (*MockEC2MockRecorder) CreateInternetGatewayWithContext

func (mr *MockEC2MockRecorder) CreateInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInternetGatewayWithContext indicates an expected call of CreateInternetGatewayWithContext.

func (*MockEC2MockRecorder) CreateIpam

func (mr *MockEC2MockRecorder) CreateIpam(arg0 interface{}) *gomock.Call

CreateIpam indicates an expected call of CreateIpam.

func (*MockEC2MockRecorder) CreateIpamPool

func (mr *MockEC2MockRecorder) CreateIpamPool(arg0 interface{}) *gomock.Call

CreateIpamPool indicates an expected call of CreateIpamPool.

func (*MockEC2MockRecorder) CreateIpamPoolRequest

func (mr *MockEC2MockRecorder) CreateIpamPoolRequest(arg0 interface{}) *gomock.Call

CreateIpamPoolRequest indicates an expected call of CreateIpamPoolRequest.

func (*MockEC2MockRecorder) CreateIpamPoolWithContext

func (mr *MockEC2MockRecorder) CreateIpamPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateIpamPoolWithContext indicates an expected call of CreateIpamPoolWithContext.

func (*MockEC2MockRecorder) CreateIpamRequest

func (mr *MockEC2MockRecorder) CreateIpamRequest(arg0 interface{}) *gomock.Call

CreateIpamRequest indicates an expected call of CreateIpamRequest.

func (*MockEC2MockRecorder) CreateIpamResourceDiscovery

func (mr *MockEC2MockRecorder) CreateIpamResourceDiscovery(arg0 interface{}) *gomock.Call

CreateIpamResourceDiscovery indicates an expected call of CreateIpamResourceDiscovery.

func (*MockEC2MockRecorder) CreateIpamResourceDiscoveryRequest

func (mr *MockEC2MockRecorder) CreateIpamResourceDiscoveryRequest(arg0 interface{}) *gomock.Call

CreateIpamResourceDiscoveryRequest indicates an expected call of CreateIpamResourceDiscoveryRequest.

func (*MockEC2MockRecorder) CreateIpamResourceDiscoveryWithContext

func (mr *MockEC2MockRecorder) CreateIpamResourceDiscoveryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateIpamResourceDiscoveryWithContext indicates an expected call of CreateIpamResourceDiscoveryWithContext.

func (*MockEC2MockRecorder) CreateIpamScope

func (mr *MockEC2MockRecorder) CreateIpamScope(arg0 interface{}) *gomock.Call

CreateIpamScope indicates an expected call of CreateIpamScope.

func (*MockEC2MockRecorder) CreateIpamScopeRequest

func (mr *MockEC2MockRecorder) CreateIpamScopeRequest(arg0 interface{}) *gomock.Call

CreateIpamScopeRequest indicates an expected call of CreateIpamScopeRequest.

func (*MockEC2MockRecorder) CreateIpamScopeWithContext

func (mr *MockEC2MockRecorder) CreateIpamScopeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateIpamScopeWithContext indicates an expected call of CreateIpamScopeWithContext.

func (*MockEC2MockRecorder) CreateIpamWithContext

func (mr *MockEC2MockRecorder) CreateIpamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateIpamWithContext indicates an expected call of CreateIpamWithContext.

func (*MockEC2MockRecorder) CreateKeyPair

func (mr *MockEC2MockRecorder) CreateKeyPair(arg0 interface{}) *gomock.Call

CreateKeyPair indicates an expected call of CreateKeyPair.

func (*MockEC2MockRecorder) CreateKeyPairRequest

func (mr *MockEC2MockRecorder) CreateKeyPairRequest(arg0 interface{}) *gomock.Call

CreateKeyPairRequest indicates an expected call of CreateKeyPairRequest.

func (*MockEC2MockRecorder) CreateKeyPairWithContext

func (mr *MockEC2MockRecorder) CreateKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateKeyPairWithContext indicates an expected call of CreateKeyPairWithContext.

func (*MockEC2MockRecorder) CreateLaunchTemplate

func (mr *MockEC2MockRecorder) CreateLaunchTemplate(arg0 interface{}) *gomock.Call

CreateLaunchTemplate indicates an expected call of CreateLaunchTemplate.

func (*MockEC2MockRecorder) CreateLaunchTemplateRequest

func (mr *MockEC2MockRecorder) CreateLaunchTemplateRequest(arg0 interface{}) *gomock.Call

CreateLaunchTemplateRequest indicates an expected call of CreateLaunchTemplateRequest.

func (*MockEC2MockRecorder) CreateLaunchTemplateVersion

func (mr *MockEC2MockRecorder) CreateLaunchTemplateVersion(arg0 interface{}) *gomock.Call

CreateLaunchTemplateVersion indicates an expected call of CreateLaunchTemplateVersion.

func (*MockEC2MockRecorder) CreateLaunchTemplateVersionRequest

func (mr *MockEC2MockRecorder) CreateLaunchTemplateVersionRequest(arg0 interface{}) *gomock.Call

CreateLaunchTemplateVersionRequest indicates an expected call of CreateLaunchTemplateVersionRequest.

func (*MockEC2MockRecorder) CreateLaunchTemplateVersionWithContext

func (mr *MockEC2MockRecorder) CreateLaunchTemplateVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLaunchTemplateVersionWithContext indicates an expected call of CreateLaunchTemplateVersionWithContext.

func (*MockEC2MockRecorder) CreateLaunchTemplateWithContext

func (mr *MockEC2MockRecorder) CreateLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLaunchTemplateWithContext indicates an expected call of CreateLaunchTemplateWithContext.

func (*MockEC2MockRecorder) CreateLocalGatewayRoute

func (mr *MockEC2MockRecorder) CreateLocalGatewayRoute(arg0 interface{}) *gomock.Call

CreateLocalGatewayRoute indicates an expected call of CreateLocalGatewayRoute.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteRequest

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteRequest(arg0 interface{}) *gomock.Call

CreateLocalGatewayRouteRequest indicates an expected call of CreateLocalGatewayRouteRequest.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteTable

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteTable(arg0 interface{}) *gomock.Call

CreateLocalGatewayRouteTable indicates an expected call of CreateLocalGatewayRouteTable.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteTableRequest

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

CreateLocalGatewayRouteTableRequest indicates an expected call of CreateLocalGatewayRouteTableRequest.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation(arg0 interface{}) *gomock.Call

CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation indicates an expected call of CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest(arg0 interface{}) *gomock.Call

CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest indicates an expected call of CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext indicates an expected call of CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteTableVpcAssociation

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteTableVpcAssociation(arg0 interface{}) *gomock.Call

CreateLocalGatewayRouteTableVpcAssociation indicates an expected call of CreateLocalGatewayRouteTableVpcAssociation.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteTableVpcAssociationRequest

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteTableVpcAssociationRequest(arg0 interface{}) *gomock.Call

CreateLocalGatewayRouteTableVpcAssociationRequest indicates an expected call of CreateLocalGatewayRouteTableVpcAssociationRequest.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteTableVpcAssociationWithContext

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteTableVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLocalGatewayRouteTableVpcAssociationWithContext indicates an expected call of CreateLocalGatewayRouteTableVpcAssociationWithContext.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteTableWithContext

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLocalGatewayRouteTableWithContext indicates an expected call of CreateLocalGatewayRouteTableWithContext.

func (*MockEC2MockRecorder) CreateLocalGatewayRouteWithContext

func (mr *MockEC2MockRecorder) CreateLocalGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLocalGatewayRouteWithContext indicates an expected call of CreateLocalGatewayRouteWithContext.

func (*MockEC2MockRecorder) CreateManagedPrefixList

func (mr *MockEC2MockRecorder) CreateManagedPrefixList(arg0 interface{}) *gomock.Call

CreateManagedPrefixList indicates an expected call of CreateManagedPrefixList.

func (*MockEC2MockRecorder) CreateManagedPrefixListRequest

func (mr *MockEC2MockRecorder) CreateManagedPrefixListRequest(arg0 interface{}) *gomock.Call

CreateManagedPrefixListRequest indicates an expected call of CreateManagedPrefixListRequest.

func (*MockEC2MockRecorder) CreateManagedPrefixListWithContext

func (mr *MockEC2MockRecorder) CreateManagedPrefixListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateManagedPrefixListWithContext indicates an expected call of CreateManagedPrefixListWithContext.

func (*MockEC2MockRecorder) CreateNatGateway

func (mr *MockEC2MockRecorder) CreateNatGateway(arg0 interface{}) *gomock.Call

CreateNatGateway indicates an expected call of CreateNatGateway.

func (*MockEC2MockRecorder) CreateNatGatewayRequest

func (mr *MockEC2MockRecorder) CreateNatGatewayRequest(arg0 interface{}) *gomock.Call

CreateNatGatewayRequest indicates an expected call of CreateNatGatewayRequest.

func (*MockEC2MockRecorder) CreateNatGatewayWithContext

func (mr *MockEC2MockRecorder) CreateNatGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNatGatewayWithContext indicates an expected call of CreateNatGatewayWithContext.

func (*MockEC2MockRecorder) CreateNetworkAcl

func (mr *MockEC2MockRecorder) CreateNetworkAcl(arg0 interface{}) *gomock.Call

CreateNetworkAcl indicates an expected call of CreateNetworkAcl.

func (*MockEC2MockRecorder) CreateNetworkAclEntry

func (mr *MockEC2MockRecorder) CreateNetworkAclEntry(arg0 interface{}) *gomock.Call

CreateNetworkAclEntry indicates an expected call of CreateNetworkAclEntry.

func (*MockEC2MockRecorder) CreateNetworkAclEntryRequest

func (mr *MockEC2MockRecorder) CreateNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

CreateNetworkAclEntryRequest indicates an expected call of CreateNetworkAclEntryRequest.

func (*MockEC2MockRecorder) CreateNetworkAclEntryWithContext

func (mr *MockEC2MockRecorder) CreateNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkAclEntryWithContext indicates an expected call of CreateNetworkAclEntryWithContext.

func (*MockEC2MockRecorder) CreateNetworkAclRequest

func (mr *MockEC2MockRecorder) CreateNetworkAclRequest(arg0 interface{}) *gomock.Call

CreateNetworkAclRequest indicates an expected call of CreateNetworkAclRequest.

func (*MockEC2MockRecorder) CreateNetworkAclWithContext

func (mr *MockEC2MockRecorder) CreateNetworkAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkAclWithContext indicates an expected call of CreateNetworkAclWithContext.

func (*MockEC2MockRecorder) CreateNetworkInsightsAccessScope

func (mr *MockEC2MockRecorder) CreateNetworkInsightsAccessScope(arg0 interface{}) *gomock.Call

CreateNetworkInsightsAccessScope indicates an expected call of CreateNetworkInsightsAccessScope.

func (*MockEC2MockRecorder) CreateNetworkInsightsAccessScopeRequest

func (mr *MockEC2MockRecorder) CreateNetworkInsightsAccessScopeRequest(arg0 interface{}) *gomock.Call

CreateNetworkInsightsAccessScopeRequest indicates an expected call of CreateNetworkInsightsAccessScopeRequest.

func (*MockEC2MockRecorder) CreateNetworkInsightsAccessScopeWithContext

func (mr *MockEC2MockRecorder) CreateNetworkInsightsAccessScopeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkInsightsAccessScopeWithContext indicates an expected call of CreateNetworkInsightsAccessScopeWithContext.

func (*MockEC2MockRecorder) CreateNetworkInsightsPath

func (mr *MockEC2MockRecorder) CreateNetworkInsightsPath(arg0 interface{}) *gomock.Call

CreateNetworkInsightsPath indicates an expected call of CreateNetworkInsightsPath.

func (*MockEC2MockRecorder) CreateNetworkInsightsPathRequest

func (mr *MockEC2MockRecorder) CreateNetworkInsightsPathRequest(arg0 interface{}) *gomock.Call

CreateNetworkInsightsPathRequest indicates an expected call of CreateNetworkInsightsPathRequest.

func (*MockEC2MockRecorder) CreateNetworkInsightsPathWithContext

func (mr *MockEC2MockRecorder) CreateNetworkInsightsPathWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkInsightsPathWithContext indicates an expected call of CreateNetworkInsightsPathWithContext.

func (*MockEC2MockRecorder) CreateNetworkInterface

func (mr *MockEC2MockRecorder) CreateNetworkInterface(arg0 interface{}) *gomock.Call

CreateNetworkInterface indicates an expected call of CreateNetworkInterface.

func (*MockEC2MockRecorder) CreateNetworkInterfacePermission

func (mr *MockEC2MockRecorder) CreateNetworkInterfacePermission(arg0 interface{}) *gomock.Call

CreateNetworkInterfacePermission indicates an expected call of CreateNetworkInterfacePermission.

func (*MockEC2MockRecorder) CreateNetworkInterfacePermissionRequest

func (mr *MockEC2MockRecorder) CreateNetworkInterfacePermissionRequest(arg0 interface{}) *gomock.Call

CreateNetworkInterfacePermissionRequest indicates an expected call of CreateNetworkInterfacePermissionRequest.

func (*MockEC2MockRecorder) CreateNetworkInterfacePermissionWithContext

func (mr *MockEC2MockRecorder) CreateNetworkInterfacePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkInterfacePermissionWithContext indicates an expected call of CreateNetworkInterfacePermissionWithContext.

func (*MockEC2MockRecorder) CreateNetworkInterfaceRequest

func (mr *MockEC2MockRecorder) CreateNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

CreateNetworkInterfaceRequest indicates an expected call of CreateNetworkInterfaceRequest.

func (*MockEC2MockRecorder) CreateNetworkInterfaceWithContext

func (mr *MockEC2MockRecorder) CreateNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkInterfaceWithContext indicates an expected call of CreateNetworkInterfaceWithContext.

func (*MockEC2MockRecorder) CreatePlacementGroup

func (mr *MockEC2MockRecorder) CreatePlacementGroup(arg0 interface{}) *gomock.Call

CreatePlacementGroup indicates an expected call of CreatePlacementGroup.

func (*MockEC2MockRecorder) CreatePlacementGroupRequest

func (mr *MockEC2MockRecorder) CreatePlacementGroupRequest(arg0 interface{}) *gomock.Call

CreatePlacementGroupRequest indicates an expected call of CreatePlacementGroupRequest.

func (*MockEC2MockRecorder) CreatePlacementGroupWithContext

func (mr *MockEC2MockRecorder) CreatePlacementGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePlacementGroupWithContext indicates an expected call of CreatePlacementGroupWithContext.

func (*MockEC2MockRecorder) CreatePublicIpv4Pool

func (mr *MockEC2MockRecorder) CreatePublicIpv4Pool(arg0 interface{}) *gomock.Call

CreatePublicIpv4Pool indicates an expected call of CreatePublicIpv4Pool.

func (*MockEC2MockRecorder) CreatePublicIpv4PoolRequest

func (mr *MockEC2MockRecorder) CreatePublicIpv4PoolRequest(arg0 interface{}) *gomock.Call

CreatePublicIpv4PoolRequest indicates an expected call of CreatePublicIpv4PoolRequest.

func (*MockEC2MockRecorder) CreatePublicIpv4PoolWithContext

func (mr *MockEC2MockRecorder) CreatePublicIpv4PoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePublicIpv4PoolWithContext indicates an expected call of CreatePublicIpv4PoolWithContext.

func (*MockEC2MockRecorder) CreateReplaceRootVolumeTask

func (mr *MockEC2MockRecorder) CreateReplaceRootVolumeTask(arg0 interface{}) *gomock.Call

CreateReplaceRootVolumeTask indicates an expected call of CreateReplaceRootVolumeTask.

func (*MockEC2MockRecorder) CreateReplaceRootVolumeTaskRequest

func (mr *MockEC2MockRecorder) CreateReplaceRootVolumeTaskRequest(arg0 interface{}) *gomock.Call

CreateReplaceRootVolumeTaskRequest indicates an expected call of CreateReplaceRootVolumeTaskRequest.

func (*MockEC2MockRecorder) CreateReplaceRootVolumeTaskWithContext

func (mr *MockEC2MockRecorder) CreateReplaceRootVolumeTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReplaceRootVolumeTaskWithContext indicates an expected call of CreateReplaceRootVolumeTaskWithContext.

func (*MockEC2MockRecorder) CreateReservedInstancesListing

func (mr *MockEC2MockRecorder) CreateReservedInstancesListing(arg0 interface{}) *gomock.Call

CreateReservedInstancesListing indicates an expected call of CreateReservedInstancesListing.

func (*MockEC2MockRecorder) CreateReservedInstancesListingRequest

func (mr *MockEC2MockRecorder) CreateReservedInstancesListingRequest(arg0 interface{}) *gomock.Call

CreateReservedInstancesListingRequest indicates an expected call of CreateReservedInstancesListingRequest.

func (*MockEC2MockRecorder) CreateReservedInstancesListingWithContext

func (mr *MockEC2MockRecorder) CreateReservedInstancesListingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReservedInstancesListingWithContext indicates an expected call of CreateReservedInstancesListingWithContext.

func (*MockEC2MockRecorder) CreateRestoreImageTask

func (mr *MockEC2MockRecorder) CreateRestoreImageTask(arg0 interface{}) *gomock.Call

CreateRestoreImageTask indicates an expected call of CreateRestoreImageTask.

func (*MockEC2MockRecorder) CreateRestoreImageTaskRequest

func (mr *MockEC2MockRecorder) CreateRestoreImageTaskRequest(arg0 interface{}) *gomock.Call

CreateRestoreImageTaskRequest indicates an expected call of CreateRestoreImageTaskRequest.

func (*MockEC2MockRecorder) CreateRestoreImageTaskWithContext

func (mr *MockEC2MockRecorder) CreateRestoreImageTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRestoreImageTaskWithContext indicates an expected call of CreateRestoreImageTaskWithContext.

func (*MockEC2MockRecorder) CreateRoute

func (mr *MockEC2MockRecorder) CreateRoute(arg0 interface{}) *gomock.Call

CreateRoute indicates an expected call of CreateRoute.

func (*MockEC2MockRecorder) CreateRouteRequest

func (mr *MockEC2MockRecorder) CreateRouteRequest(arg0 interface{}) *gomock.Call

CreateRouteRequest indicates an expected call of CreateRouteRequest.

func (*MockEC2MockRecorder) CreateRouteTable

func (mr *MockEC2MockRecorder) CreateRouteTable(arg0 interface{}) *gomock.Call

CreateRouteTable indicates an expected call of CreateRouteTable.

func (*MockEC2MockRecorder) CreateRouteTableRequest

func (mr *MockEC2MockRecorder) CreateRouteTableRequest(arg0 interface{}) *gomock.Call

CreateRouteTableRequest indicates an expected call of CreateRouteTableRequest.

func (*MockEC2MockRecorder) CreateRouteTableWithContext

func (mr *MockEC2MockRecorder) CreateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRouteTableWithContext indicates an expected call of CreateRouteTableWithContext.

func (*MockEC2MockRecorder) CreateRouteWithContext

func (mr *MockEC2MockRecorder) CreateRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRouteWithContext indicates an expected call of CreateRouteWithContext.

func (*MockEC2MockRecorder) CreateSecurityGroup

func (mr *MockEC2MockRecorder) CreateSecurityGroup(arg0 interface{}) *gomock.Call

CreateSecurityGroup indicates an expected call of CreateSecurityGroup.

func (*MockEC2MockRecorder) CreateSecurityGroupRequest

func (mr *MockEC2MockRecorder) CreateSecurityGroupRequest(arg0 interface{}) *gomock.Call

CreateSecurityGroupRequest indicates an expected call of CreateSecurityGroupRequest.

func (*MockEC2MockRecorder) CreateSecurityGroupWithContext

func (mr *MockEC2MockRecorder) CreateSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSecurityGroupWithContext indicates an expected call of CreateSecurityGroupWithContext.

func (*MockEC2MockRecorder) CreateSnapshot

func (mr *MockEC2MockRecorder) CreateSnapshot(arg0 interface{}) *gomock.Call

CreateSnapshot indicates an expected call of CreateSnapshot.

func (*MockEC2MockRecorder) CreateSnapshotRequest

func (mr *MockEC2MockRecorder) CreateSnapshotRequest(arg0 interface{}) *gomock.Call

CreateSnapshotRequest indicates an expected call of CreateSnapshotRequest.

func (*MockEC2MockRecorder) CreateSnapshotWithContext

func (mr *MockEC2MockRecorder) CreateSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotWithContext indicates an expected call of CreateSnapshotWithContext.

func (*MockEC2MockRecorder) CreateSnapshots

func (mr *MockEC2MockRecorder) CreateSnapshots(arg0 interface{}) *gomock.Call

CreateSnapshots indicates an expected call of CreateSnapshots.

func (*MockEC2MockRecorder) CreateSnapshotsRequest

func (mr *MockEC2MockRecorder) CreateSnapshotsRequest(arg0 interface{}) *gomock.Call

CreateSnapshotsRequest indicates an expected call of CreateSnapshotsRequest.

func (*MockEC2MockRecorder) CreateSnapshotsWithContext

func (mr *MockEC2MockRecorder) CreateSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotsWithContext indicates an expected call of CreateSnapshotsWithContext.

func (*MockEC2MockRecorder) CreateSpotDatafeedSubscription

func (mr *MockEC2MockRecorder) CreateSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

CreateSpotDatafeedSubscription indicates an expected call of CreateSpotDatafeedSubscription.

func (*MockEC2MockRecorder) CreateSpotDatafeedSubscriptionRequest

func (mr *MockEC2MockRecorder) CreateSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateSpotDatafeedSubscriptionRequest indicates an expected call of CreateSpotDatafeedSubscriptionRequest.

func (*MockEC2MockRecorder) CreateSpotDatafeedSubscriptionWithContext

func (mr *MockEC2MockRecorder) CreateSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSpotDatafeedSubscriptionWithContext indicates an expected call of CreateSpotDatafeedSubscriptionWithContext.

func (*MockEC2MockRecorder) CreateStoreImageTask

func (mr *MockEC2MockRecorder) CreateStoreImageTask(arg0 interface{}) *gomock.Call

CreateStoreImageTask indicates an expected call of CreateStoreImageTask.

func (*MockEC2MockRecorder) CreateStoreImageTaskRequest

func (mr *MockEC2MockRecorder) CreateStoreImageTaskRequest(arg0 interface{}) *gomock.Call

CreateStoreImageTaskRequest indicates an expected call of CreateStoreImageTaskRequest.

func (*MockEC2MockRecorder) CreateStoreImageTaskWithContext

func (mr *MockEC2MockRecorder) CreateStoreImageTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateStoreImageTaskWithContext indicates an expected call of CreateStoreImageTaskWithContext.

func (*MockEC2MockRecorder) CreateSubnet

func (mr *MockEC2MockRecorder) CreateSubnet(arg0 interface{}) *gomock.Call

CreateSubnet indicates an expected call of CreateSubnet.

func (*MockEC2MockRecorder) CreateSubnetCidrReservation

func (mr *MockEC2MockRecorder) CreateSubnetCidrReservation(arg0 interface{}) *gomock.Call

CreateSubnetCidrReservation indicates an expected call of CreateSubnetCidrReservation.

func (*MockEC2MockRecorder) CreateSubnetCidrReservationRequest

func (mr *MockEC2MockRecorder) CreateSubnetCidrReservationRequest(arg0 interface{}) *gomock.Call

CreateSubnetCidrReservationRequest indicates an expected call of CreateSubnetCidrReservationRequest.

func (*MockEC2MockRecorder) CreateSubnetCidrReservationWithContext

func (mr *MockEC2MockRecorder) CreateSubnetCidrReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSubnetCidrReservationWithContext indicates an expected call of CreateSubnetCidrReservationWithContext.

func (*MockEC2MockRecorder) CreateSubnetRequest

func (mr *MockEC2MockRecorder) CreateSubnetRequest(arg0 interface{}) *gomock.Call

CreateSubnetRequest indicates an expected call of CreateSubnetRequest.

func (*MockEC2MockRecorder) CreateSubnetWithContext

func (mr *MockEC2MockRecorder) CreateSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSubnetWithContext indicates an expected call of CreateSubnetWithContext.

func (*MockEC2MockRecorder) CreateTags

func (mr *MockEC2MockRecorder) CreateTags(arg0 interface{}) *gomock.Call

CreateTags indicates an expected call of CreateTags.

func (*MockEC2MockRecorder) CreateTagsRequest

func (mr *MockEC2MockRecorder) CreateTagsRequest(arg0 interface{}) *gomock.Call

CreateTagsRequest indicates an expected call of CreateTagsRequest.

func (*MockEC2MockRecorder) CreateTagsWithContext

func (mr *MockEC2MockRecorder) CreateTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTagsWithContext indicates an expected call of CreateTagsWithContext.

func (*MockEC2MockRecorder) CreateTrafficMirrorFilter

func (mr *MockEC2MockRecorder) CreateTrafficMirrorFilter(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilter indicates an expected call of CreateTrafficMirrorFilter.

func (*MockEC2MockRecorder) CreateTrafficMirrorFilterRequest

func (mr *MockEC2MockRecorder) CreateTrafficMirrorFilterRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilterRequest indicates an expected call of CreateTrafficMirrorFilterRequest.

func (*MockEC2MockRecorder) CreateTrafficMirrorFilterRule

func (mr *MockEC2MockRecorder) CreateTrafficMirrorFilterRule(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilterRule indicates an expected call of CreateTrafficMirrorFilterRule.

func (*MockEC2MockRecorder) CreateTrafficMirrorFilterRuleRequest

func (mr *MockEC2MockRecorder) CreateTrafficMirrorFilterRuleRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilterRuleRequest indicates an expected call of CreateTrafficMirrorFilterRuleRequest.

func (*MockEC2MockRecorder) CreateTrafficMirrorFilterRuleWithContext

func (mr *MockEC2MockRecorder) CreateTrafficMirrorFilterRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorFilterRuleWithContext indicates an expected call of CreateTrafficMirrorFilterRuleWithContext.

func (*MockEC2MockRecorder) CreateTrafficMirrorFilterWithContext

func (mr *MockEC2MockRecorder) CreateTrafficMirrorFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorFilterWithContext indicates an expected call of CreateTrafficMirrorFilterWithContext.

func (*MockEC2MockRecorder) CreateTrafficMirrorSession

func (mr *MockEC2MockRecorder) CreateTrafficMirrorSession(arg0 interface{}) *gomock.Call

CreateTrafficMirrorSession indicates an expected call of CreateTrafficMirrorSession.

func (*MockEC2MockRecorder) CreateTrafficMirrorSessionRequest

func (mr *MockEC2MockRecorder) CreateTrafficMirrorSessionRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorSessionRequest indicates an expected call of CreateTrafficMirrorSessionRequest.

func (*MockEC2MockRecorder) CreateTrafficMirrorSessionWithContext

func (mr *MockEC2MockRecorder) CreateTrafficMirrorSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorSessionWithContext indicates an expected call of CreateTrafficMirrorSessionWithContext.

func (*MockEC2MockRecorder) CreateTrafficMirrorTarget

func (mr *MockEC2MockRecorder) CreateTrafficMirrorTarget(arg0 interface{}) *gomock.Call

CreateTrafficMirrorTarget indicates an expected call of CreateTrafficMirrorTarget.

func (*MockEC2MockRecorder) CreateTrafficMirrorTargetRequest

func (mr *MockEC2MockRecorder) CreateTrafficMirrorTargetRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorTargetRequest indicates an expected call of CreateTrafficMirrorTargetRequest.

func (*MockEC2MockRecorder) CreateTrafficMirrorTargetWithContext

func (mr *MockEC2MockRecorder) CreateTrafficMirrorTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorTargetWithContext indicates an expected call of CreateTrafficMirrorTargetWithContext.

func (*MockEC2MockRecorder) CreateTransitGateway

func (mr *MockEC2MockRecorder) CreateTransitGateway(arg0 interface{}) *gomock.Call

CreateTransitGateway indicates an expected call of CreateTransitGateway.

func (*MockEC2MockRecorder) CreateTransitGatewayConnect

func (mr *MockEC2MockRecorder) CreateTransitGatewayConnect(arg0 interface{}) *gomock.Call

CreateTransitGatewayConnect indicates an expected call of CreateTransitGatewayConnect.

func (*MockEC2MockRecorder) CreateTransitGatewayConnectPeer

func (mr *MockEC2MockRecorder) CreateTransitGatewayConnectPeer(arg0 interface{}) *gomock.Call

CreateTransitGatewayConnectPeer indicates an expected call of CreateTransitGatewayConnectPeer.

func (*MockEC2MockRecorder) CreateTransitGatewayConnectPeerRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayConnectPeerRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayConnectPeerRequest indicates an expected call of CreateTransitGatewayConnectPeerRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayConnectPeerWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayConnectPeerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayConnectPeerWithContext indicates an expected call of CreateTransitGatewayConnectPeerWithContext.

func (*MockEC2MockRecorder) CreateTransitGatewayConnectRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayConnectRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayConnectRequest indicates an expected call of CreateTransitGatewayConnectRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayConnectWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayConnectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayConnectWithContext indicates an expected call of CreateTransitGatewayConnectWithContext.

func (*MockEC2MockRecorder) CreateTransitGatewayMulticastDomain

func (mr *MockEC2MockRecorder) CreateTransitGatewayMulticastDomain(arg0 interface{}) *gomock.Call

CreateTransitGatewayMulticastDomain indicates an expected call of CreateTransitGatewayMulticastDomain.

func (*MockEC2MockRecorder) CreateTransitGatewayMulticastDomainRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayMulticastDomainRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayMulticastDomainRequest indicates an expected call of CreateTransitGatewayMulticastDomainRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayMulticastDomainWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayMulticastDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayMulticastDomainWithContext indicates an expected call of CreateTransitGatewayMulticastDomainWithContext.

func (*MockEC2MockRecorder) CreateTransitGatewayPeeringAttachment

func (mr *MockEC2MockRecorder) CreateTransitGatewayPeeringAttachment(arg0 interface{}) *gomock.Call

CreateTransitGatewayPeeringAttachment indicates an expected call of CreateTransitGatewayPeeringAttachment.

func (*MockEC2MockRecorder) CreateTransitGatewayPeeringAttachmentRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayPeeringAttachmentRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayPeeringAttachmentRequest indicates an expected call of CreateTransitGatewayPeeringAttachmentRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayPeeringAttachmentWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayPeeringAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayPeeringAttachmentWithContext indicates an expected call of CreateTransitGatewayPeeringAttachmentWithContext.

func (*MockEC2MockRecorder) CreateTransitGatewayPolicyTable

func (mr *MockEC2MockRecorder) CreateTransitGatewayPolicyTable(arg0 interface{}) *gomock.Call

CreateTransitGatewayPolicyTable indicates an expected call of CreateTransitGatewayPolicyTable.

func (*MockEC2MockRecorder) CreateTransitGatewayPolicyTableRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayPolicyTableRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayPolicyTableRequest indicates an expected call of CreateTransitGatewayPolicyTableRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayPolicyTableWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayPolicyTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayPolicyTableWithContext indicates an expected call of CreateTransitGatewayPolicyTableWithContext.

func (*MockEC2MockRecorder) CreateTransitGatewayPrefixListReference

func (mr *MockEC2MockRecorder) CreateTransitGatewayPrefixListReference(arg0 interface{}) *gomock.Call

CreateTransitGatewayPrefixListReference indicates an expected call of CreateTransitGatewayPrefixListReference.

func (*MockEC2MockRecorder) CreateTransitGatewayPrefixListReferenceRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayPrefixListReferenceRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayPrefixListReferenceRequest indicates an expected call of CreateTransitGatewayPrefixListReferenceRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayPrefixListReferenceWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayPrefixListReferenceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayPrefixListReferenceWithContext indicates an expected call of CreateTransitGatewayPrefixListReferenceWithContext.

func (*MockEC2MockRecorder) CreateTransitGatewayRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayRequest indicates an expected call of CreateTransitGatewayRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayRoute

func (mr *MockEC2MockRecorder) CreateTransitGatewayRoute(arg0 interface{}) *gomock.Call

CreateTransitGatewayRoute indicates an expected call of CreateTransitGatewayRoute.

func (*MockEC2MockRecorder) CreateTransitGatewayRouteRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayRouteRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteRequest indicates an expected call of CreateTransitGatewayRouteRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayRouteTable

func (mr *MockEC2MockRecorder) CreateTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteTable indicates an expected call of CreateTransitGatewayRouteTable.

func (*MockEC2MockRecorder) CreateTransitGatewayRouteTableAnnouncement

func (mr *MockEC2MockRecorder) CreateTransitGatewayRouteTableAnnouncement(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteTableAnnouncement indicates an expected call of CreateTransitGatewayRouteTableAnnouncement.

func (*MockEC2MockRecorder) CreateTransitGatewayRouteTableAnnouncementRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayRouteTableAnnouncementRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteTableAnnouncementRequest indicates an expected call of CreateTransitGatewayRouteTableAnnouncementRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayRouteTableAnnouncementWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayRouteTableAnnouncementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayRouteTableAnnouncementWithContext indicates an expected call of CreateTransitGatewayRouteTableAnnouncementWithContext.

func (*MockEC2MockRecorder) CreateTransitGatewayRouteTableRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteTableRequest indicates an expected call of CreateTransitGatewayRouteTableRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayRouteTableWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayRouteTableWithContext indicates an expected call of CreateTransitGatewayRouteTableWithContext.

func (*MockEC2MockRecorder) CreateTransitGatewayRouteWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayRouteWithContext indicates an expected call of CreateTransitGatewayRouteWithContext.

func (*MockEC2MockRecorder) CreateTransitGatewayVpcAttachment

func (mr *MockEC2MockRecorder) CreateTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

CreateTransitGatewayVpcAttachment indicates an expected call of CreateTransitGatewayVpcAttachment.

func (*MockEC2MockRecorder) CreateTransitGatewayVpcAttachmentRequest

func (mr *MockEC2MockRecorder) CreateTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayVpcAttachmentRequest indicates an expected call of CreateTransitGatewayVpcAttachmentRequest.

func (*MockEC2MockRecorder) CreateTransitGatewayVpcAttachmentWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayVpcAttachmentWithContext indicates an expected call of CreateTransitGatewayVpcAttachmentWithContext.

func (*MockEC2MockRecorder) CreateTransitGatewayWithContext

func (mr *MockEC2MockRecorder) CreateTransitGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayWithContext indicates an expected call of CreateTransitGatewayWithContext.

func (*MockEC2MockRecorder) CreateVerifiedAccessEndpoint

func (mr *MockEC2MockRecorder) CreateVerifiedAccessEndpoint(arg0 interface{}) *gomock.Call

CreateVerifiedAccessEndpoint indicates an expected call of CreateVerifiedAccessEndpoint.

func (*MockEC2MockRecorder) CreateVerifiedAccessEndpointRequest

func (mr *MockEC2MockRecorder) CreateVerifiedAccessEndpointRequest(arg0 interface{}) *gomock.Call

CreateVerifiedAccessEndpointRequest indicates an expected call of CreateVerifiedAccessEndpointRequest.

func (*MockEC2MockRecorder) CreateVerifiedAccessEndpointWithContext

func (mr *MockEC2MockRecorder) CreateVerifiedAccessEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVerifiedAccessEndpointWithContext indicates an expected call of CreateVerifiedAccessEndpointWithContext.

func (*MockEC2MockRecorder) CreateVerifiedAccessGroup

func (mr *MockEC2MockRecorder) CreateVerifiedAccessGroup(arg0 interface{}) *gomock.Call

CreateVerifiedAccessGroup indicates an expected call of CreateVerifiedAccessGroup.

func (*MockEC2MockRecorder) CreateVerifiedAccessGroupRequest

func (mr *MockEC2MockRecorder) CreateVerifiedAccessGroupRequest(arg0 interface{}) *gomock.Call

CreateVerifiedAccessGroupRequest indicates an expected call of CreateVerifiedAccessGroupRequest.

func (*MockEC2MockRecorder) CreateVerifiedAccessGroupWithContext

func (mr *MockEC2MockRecorder) CreateVerifiedAccessGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVerifiedAccessGroupWithContext indicates an expected call of CreateVerifiedAccessGroupWithContext.

func (*MockEC2MockRecorder) CreateVerifiedAccessInstance

func (mr *MockEC2MockRecorder) CreateVerifiedAccessInstance(arg0 interface{}) *gomock.Call

CreateVerifiedAccessInstance indicates an expected call of CreateVerifiedAccessInstance.

func (*MockEC2MockRecorder) CreateVerifiedAccessInstanceRequest

func (mr *MockEC2MockRecorder) CreateVerifiedAccessInstanceRequest(arg0 interface{}) *gomock.Call

CreateVerifiedAccessInstanceRequest indicates an expected call of CreateVerifiedAccessInstanceRequest.

func (*MockEC2MockRecorder) CreateVerifiedAccessInstanceWithContext

func (mr *MockEC2MockRecorder) CreateVerifiedAccessInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVerifiedAccessInstanceWithContext indicates an expected call of CreateVerifiedAccessInstanceWithContext.

func (*MockEC2MockRecorder) CreateVerifiedAccessTrustProvider

func (mr *MockEC2MockRecorder) CreateVerifiedAccessTrustProvider(arg0 interface{}) *gomock.Call

CreateVerifiedAccessTrustProvider indicates an expected call of CreateVerifiedAccessTrustProvider.

func (*MockEC2MockRecorder) CreateVerifiedAccessTrustProviderRequest

func (mr *MockEC2MockRecorder) CreateVerifiedAccessTrustProviderRequest(arg0 interface{}) *gomock.Call

CreateVerifiedAccessTrustProviderRequest indicates an expected call of CreateVerifiedAccessTrustProviderRequest.

func (*MockEC2MockRecorder) CreateVerifiedAccessTrustProviderWithContext

func (mr *MockEC2MockRecorder) CreateVerifiedAccessTrustProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVerifiedAccessTrustProviderWithContext indicates an expected call of CreateVerifiedAccessTrustProviderWithContext.

func (*MockEC2MockRecorder) CreateVolume

func (mr *MockEC2MockRecorder) CreateVolume(arg0 interface{}) *gomock.Call

CreateVolume indicates an expected call of CreateVolume.

func (*MockEC2MockRecorder) CreateVolumeRequest

func (mr *MockEC2MockRecorder) CreateVolumeRequest(arg0 interface{}) *gomock.Call

CreateVolumeRequest indicates an expected call of CreateVolumeRequest.

func (*MockEC2MockRecorder) CreateVolumeWithContext

func (mr *MockEC2MockRecorder) CreateVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVolumeWithContext indicates an expected call of CreateVolumeWithContext.

func (*MockEC2MockRecorder) CreateVpc

func (mr *MockEC2MockRecorder) CreateVpc(arg0 interface{}) *gomock.Call

CreateVpc indicates an expected call of CreateVpc.

func (*MockEC2MockRecorder) CreateVpcEndpoint

func (mr *MockEC2MockRecorder) CreateVpcEndpoint(arg0 interface{}) *gomock.Call

CreateVpcEndpoint indicates an expected call of CreateVpcEndpoint.

func (*MockEC2MockRecorder) CreateVpcEndpointConnectionNotification

func (mr *MockEC2MockRecorder) CreateVpcEndpointConnectionNotification(arg0 interface{}) *gomock.Call

CreateVpcEndpointConnectionNotification indicates an expected call of CreateVpcEndpointConnectionNotification.

func (*MockEC2MockRecorder) CreateVpcEndpointConnectionNotificationRequest

func (mr *MockEC2MockRecorder) CreateVpcEndpointConnectionNotificationRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointConnectionNotificationRequest indicates an expected call of CreateVpcEndpointConnectionNotificationRequest.

func (*MockEC2MockRecorder) CreateVpcEndpointConnectionNotificationWithContext

func (mr *MockEC2MockRecorder) CreateVpcEndpointConnectionNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointConnectionNotificationWithContext indicates an expected call of CreateVpcEndpointConnectionNotificationWithContext.

func (*MockEC2MockRecorder) CreateVpcEndpointRequest

func (mr *MockEC2MockRecorder) CreateVpcEndpointRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointRequest indicates an expected call of CreateVpcEndpointRequest.

func (*MockEC2MockRecorder) CreateVpcEndpointServiceConfiguration

func (mr *MockEC2MockRecorder) CreateVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call

CreateVpcEndpointServiceConfiguration indicates an expected call of CreateVpcEndpointServiceConfiguration.

func (*MockEC2MockRecorder) CreateVpcEndpointServiceConfigurationRequest

func (mr *MockEC2MockRecorder) CreateVpcEndpointServiceConfigurationRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointServiceConfigurationRequest indicates an expected call of CreateVpcEndpointServiceConfigurationRequest.

func (*MockEC2MockRecorder) CreateVpcEndpointServiceConfigurationWithContext

func (mr *MockEC2MockRecorder) CreateVpcEndpointServiceConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointServiceConfigurationWithContext indicates an expected call of CreateVpcEndpointServiceConfigurationWithContext.

func (*MockEC2MockRecorder) CreateVpcEndpointWithContext

func (mr *MockEC2MockRecorder) CreateVpcEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointWithContext indicates an expected call of CreateVpcEndpointWithContext.

func (*MockEC2MockRecorder) CreateVpcPeeringConnection

func (mr *MockEC2MockRecorder) CreateVpcPeeringConnection(arg0 interface{}) *gomock.Call

CreateVpcPeeringConnection indicates an expected call of CreateVpcPeeringConnection.

func (*MockEC2MockRecorder) CreateVpcPeeringConnectionRequest

func (mr *MockEC2MockRecorder) CreateVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

CreateVpcPeeringConnectionRequest indicates an expected call of CreateVpcPeeringConnectionRequest.

func (*MockEC2MockRecorder) CreateVpcPeeringConnectionWithContext

func (mr *MockEC2MockRecorder) CreateVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcPeeringConnectionWithContext indicates an expected call of CreateVpcPeeringConnectionWithContext.

func (*MockEC2MockRecorder) CreateVpcRequest

func (mr *MockEC2MockRecorder) CreateVpcRequest(arg0 interface{}) *gomock.Call

CreateVpcRequest indicates an expected call of CreateVpcRequest.

func (*MockEC2MockRecorder) CreateVpcWithContext

func (mr *MockEC2MockRecorder) CreateVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcWithContext indicates an expected call of CreateVpcWithContext.

func (*MockEC2MockRecorder) CreateVpnConnection

func (mr *MockEC2MockRecorder) CreateVpnConnection(arg0 interface{}) *gomock.Call

CreateVpnConnection indicates an expected call of CreateVpnConnection.

func (*MockEC2MockRecorder) CreateVpnConnectionRequest

func (mr *MockEC2MockRecorder) CreateVpnConnectionRequest(arg0 interface{}) *gomock.Call

CreateVpnConnectionRequest indicates an expected call of CreateVpnConnectionRequest.

func (*MockEC2MockRecorder) CreateVpnConnectionRoute

func (mr *MockEC2MockRecorder) CreateVpnConnectionRoute(arg0 interface{}) *gomock.Call

CreateVpnConnectionRoute indicates an expected call of CreateVpnConnectionRoute.

func (*MockEC2MockRecorder) CreateVpnConnectionRouteRequest

func (mr *MockEC2MockRecorder) CreateVpnConnectionRouteRequest(arg0 interface{}) *gomock.Call

CreateVpnConnectionRouteRequest indicates an expected call of CreateVpnConnectionRouteRequest.

func (*MockEC2MockRecorder) CreateVpnConnectionRouteWithContext

func (mr *MockEC2MockRecorder) CreateVpnConnectionRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnConnectionRouteWithContext indicates an expected call of CreateVpnConnectionRouteWithContext.

func (*MockEC2MockRecorder) CreateVpnConnectionWithContext

func (mr *MockEC2MockRecorder) CreateVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnConnectionWithContext indicates an expected call of CreateVpnConnectionWithContext.

func (*MockEC2MockRecorder) CreateVpnGateway

func (mr *MockEC2MockRecorder) CreateVpnGateway(arg0 interface{}) *gomock.Call

CreateVpnGateway indicates an expected call of CreateVpnGateway.

func (*MockEC2MockRecorder) CreateVpnGatewayRequest

func (mr *MockEC2MockRecorder) CreateVpnGatewayRequest(arg0 interface{}) *gomock.Call

CreateVpnGatewayRequest indicates an expected call of CreateVpnGatewayRequest.

func (*MockEC2MockRecorder) CreateVpnGatewayWithContext

func (mr *MockEC2MockRecorder) CreateVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnGatewayWithContext indicates an expected call of CreateVpnGatewayWithContext.

func (*MockEC2MockRecorder) DeleteCarrierGateway

func (mr *MockEC2MockRecorder) DeleteCarrierGateway(arg0 interface{}) *gomock.Call

DeleteCarrierGateway indicates an expected call of DeleteCarrierGateway.

func (*MockEC2MockRecorder) DeleteCarrierGatewayRequest

func (mr *MockEC2MockRecorder) DeleteCarrierGatewayRequest(arg0 interface{}) *gomock.Call

DeleteCarrierGatewayRequest indicates an expected call of DeleteCarrierGatewayRequest.

func (*MockEC2MockRecorder) DeleteCarrierGatewayWithContext

func (mr *MockEC2MockRecorder) DeleteCarrierGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCarrierGatewayWithContext indicates an expected call of DeleteCarrierGatewayWithContext.

func (*MockEC2MockRecorder) DeleteClientVpnEndpoint

func (mr *MockEC2MockRecorder) DeleteClientVpnEndpoint(arg0 interface{}) *gomock.Call

DeleteClientVpnEndpoint indicates an expected call of DeleteClientVpnEndpoint.

func (*MockEC2MockRecorder) DeleteClientVpnEndpointRequest

func (mr *MockEC2MockRecorder) DeleteClientVpnEndpointRequest(arg0 interface{}) *gomock.Call

DeleteClientVpnEndpointRequest indicates an expected call of DeleteClientVpnEndpointRequest.

func (*MockEC2MockRecorder) DeleteClientVpnEndpointWithContext

func (mr *MockEC2MockRecorder) DeleteClientVpnEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClientVpnEndpointWithContext indicates an expected call of DeleteClientVpnEndpointWithContext.

func (*MockEC2MockRecorder) DeleteClientVpnRoute

func (mr *MockEC2MockRecorder) DeleteClientVpnRoute(arg0 interface{}) *gomock.Call

DeleteClientVpnRoute indicates an expected call of DeleteClientVpnRoute.

func (*MockEC2MockRecorder) DeleteClientVpnRouteRequest

func (mr *MockEC2MockRecorder) DeleteClientVpnRouteRequest(arg0 interface{}) *gomock.Call

DeleteClientVpnRouteRequest indicates an expected call of DeleteClientVpnRouteRequest.

func (*MockEC2MockRecorder) DeleteClientVpnRouteWithContext

func (mr *MockEC2MockRecorder) DeleteClientVpnRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClientVpnRouteWithContext indicates an expected call of DeleteClientVpnRouteWithContext.

func (*MockEC2MockRecorder) DeleteCoipCidr

func (mr *MockEC2MockRecorder) DeleteCoipCidr(arg0 interface{}) *gomock.Call

DeleteCoipCidr indicates an expected call of DeleteCoipCidr.

func (*MockEC2MockRecorder) DeleteCoipCidrRequest

func (mr *MockEC2MockRecorder) DeleteCoipCidrRequest(arg0 interface{}) *gomock.Call

DeleteCoipCidrRequest indicates an expected call of DeleteCoipCidrRequest.

func (*MockEC2MockRecorder) DeleteCoipCidrWithContext

func (mr *MockEC2MockRecorder) DeleteCoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCoipCidrWithContext indicates an expected call of DeleteCoipCidrWithContext.

func (*MockEC2MockRecorder) DeleteCoipPool

func (mr *MockEC2MockRecorder) DeleteCoipPool(arg0 interface{}) *gomock.Call

DeleteCoipPool indicates an expected call of DeleteCoipPool.

func (*MockEC2MockRecorder) DeleteCoipPoolRequest

func (mr *MockEC2MockRecorder) DeleteCoipPoolRequest(arg0 interface{}) *gomock.Call

DeleteCoipPoolRequest indicates an expected call of DeleteCoipPoolRequest.

func (*MockEC2MockRecorder) DeleteCoipPoolWithContext

func (mr *MockEC2MockRecorder) DeleteCoipPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCoipPoolWithContext indicates an expected call of DeleteCoipPoolWithContext.

func (*MockEC2MockRecorder) DeleteCustomerGateway

func (mr *MockEC2MockRecorder) DeleteCustomerGateway(arg0 interface{}) *gomock.Call

DeleteCustomerGateway indicates an expected call of DeleteCustomerGateway.

func (*MockEC2MockRecorder) DeleteCustomerGatewayRequest

func (mr *MockEC2MockRecorder) DeleteCustomerGatewayRequest(arg0 interface{}) *gomock.Call

DeleteCustomerGatewayRequest indicates an expected call of DeleteCustomerGatewayRequest.

func (*MockEC2MockRecorder) DeleteCustomerGatewayWithContext

func (mr *MockEC2MockRecorder) DeleteCustomerGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCustomerGatewayWithContext indicates an expected call of DeleteCustomerGatewayWithContext.

func (*MockEC2MockRecorder) DeleteDhcpOptions

func (mr *MockEC2MockRecorder) DeleteDhcpOptions(arg0 interface{}) *gomock.Call

DeleteDhcpOptions indicates an expected call of DeleteDhcpOptions.

func (*MockEC2MockRecorder) DeleteDhcpOptionsRequest

func (mr *MockEC2MockRecorder) DeleteDhcpOptionsRequest(arg0 interface{}) *gomock.Call

DeleteDhcpOptionsRequest indicates an expected call of DeleteDhcpOptionsRequest.

func (*MockEC2MockRecorder) DeleteDhcpOptionsWithContext

func (mr *MockEC2MockRecorder) DeleteDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDhcpOptionsWithContext indicates an expected call of DeleteDhcpOptionsWithContext.

func (*MockEC2MockRecorder) DeleteEgressOnlyInternetGateway

func (mr *MockEC2MockRecorder) DeleteEgressOnlyInternetGateway(arg0 interface{}) *gomock.Call

DeleteEgressOnlyInternetGateway indicates an expected call of DeleteEgressOnlyInternetGateway.

func (*MockEC2MockRecorder) DeleteEgressOnlyInternetGatewayRequest

func (mr *MockEC2MockRecorder) DeleteEgressOnlyInternetGatewayRequest(arg0 interface{}) *gomock.Call

DeleteEgressOnlyInternetGatewayRequest indicates an expected call of DeleteEgressOnlyInternetGatewayRequest.

func (*MockEC2MockRecorder) DeleteEgressOnlyInternetGatewayWithContext

func (mr *MockEC2MockRecorder) DeleteEgressOnlyInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEgressOnlyInternetGatewayWithContext indicates an expected call of DeleteEgressOnlyInternetGatewayWithContext.

func (*MockEC2MockRecorder) DeleteFleets

func (mr *MockEC2MockRecorder) DeleteFleets(arg0 interface{}) *gomock.Call

DeleteFleets indicates an expected call of DeleteFleets.

func (*MockEC2MockRecorder) DeleteFleetsRequest

func (mr *MockEC2MockRecorder) DeleteFleetsRequest(arg0 interface{}) *gomock.Call

DeleteFleetsRequest indicates an expected call of DeleteFleetsRequest.

func (*MockEC2MockRecorder) DeleteFleetsWithContext

func (mr *MockEC2MockRecorder) DeleteFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFleetsWithContext indicates an expected call of DeleteFleetsWithContext.

func (*MockEC2MockRecorder) DeleteFlowLogs

func (mr *MockEC2MockRecorder) DeleteFlowLogs(arg0 interface{}) *gomock.Call

DeleteFlowLogs indicates an expected call of DeleteFlowLogs.

func (*MockEC2MockRecorder) DeleteFlowLogsRequest

func (mr *MockEC2MockRecorder) DeleteFlowLogsRequest(arg0 interface{}) *gomock.Call

DeleteFlowLogsRequest indicates an expected call of DeleteFlowLogsRequest.

func (*MockEC2MockRecorder) DeleteFlowLogsWithContext

func (mr *MockEC2MockRecorder) DeleteFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFlowLogsWithContext indicates an expected call of DeleteFlowLogsWithContext.

func (*MockEC2MockRecorder) DeleteFpgaImage

func (mr *MockEC2MockRecorder) DeleteFpgaImage(arg0 interface{}) *gomock.Call

DeleteFpgaImage indicates an expected call of DeleteFpgaImage.

func (*MockEC2MockRecorder) DeleteFpgaImageRequest

func (mr *MockEC2MockRecorder) DeleteFpgaImageRequest(arg0 interface{}) *gomock.Call

DeleteFpgaImageRequest indicates an expected call of DeleteFpgaImageRequest.

func (*MockEC2MockRecorder) DeleteFpgaImageWithContext

func (mr *MockEC2MockRecorder) DeleteFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFpgaImageWithContext indicates an expected call of DeleteFpgaImageWithContext.

func (*MockEC2MockRecorder) DeleteInstanceConnectEndpoint

func (mr *MockEC2MockRecorder) DeleteInstanceConnectEndpoint(arg0 interface{}) *gomock.Call

DeleteInstanceConnectEndpoint indicates an expected call of DeleteInstanceConnectEndpoint.

func (*MockEC2MockRecorder) DeleteInstanceConnectEndpointRequest

func (mr *MockEC2MockRecorder) DeleteInstanceConnectEndpointRequest(arg0 interface{}) *gomock.Call

DeleteInstanceConnectEndpointRequest indicates an expected call of DeleteInstanceConnectEndpointRequest.

func (*MockEC2MockRecorder) DeleteInstanceConnectEndpointWithContext

func (mr *MockEC2MockRecorder) DeleteInstanceConnectEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInstanceConnectEndpointWithContext indicates an expected call of DeleteInstanceConnectEndpointWithContext.

func (*MockEC2MockRecorder) DeleteInstanceEventWindow

func (mr *MockEC2MockRecorder) DeleteInstanceEventWindow(arg0 interface{}) *gomock.Call

DeleteInstanceEventWindow indicates an expected call of DeleteInstanceEventWindow.

func (*MockEC2MockRecorder) DeleteInstanceEventWindowRequest

func (mr *MockEC2MockRecorder) DeleteInstanceEventWindowRequest(arg0 interface{}) *gomock.Call

DeleteInstanceEventWindowRequest indicates an expected call of DeleteInstanceEventWindowRequest.

func (*MockEC2MockRecorder) DeleteInstanceEventWindowWithContext

func (mr *MockEC2MockRecorder) DeleteInstanceEventWindowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInstanceEventWindowWithContext indicates an expected call of DeleteInstanceEventWindowWithContext.

func (*MockEC2MockRecorder) DeleteInternetGateway

func (mr *MockEC2MockRecorder) DeleteInternetGateway(arg0 interface{}) *gomock.Call

DeleteInternetGateway indicates an expected call of DeleteInternetGateway.

func (*MockEC2MockRecorder) DeleteInternetGatewayRequest

func (mr *MockEC2MockRecorder) DeleteInternetGatewayRequest(arg0 interface{}) *gomock.Call

DeleteInternetGatewayRequest indicates an expected call of DeleteInternetGatewayRequest.

func (*MockEC2MockRecorder) DeleteInternetGatewayWithContext

func (mr *MockEC2MockRecorder) DeleteInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInternetGatewayWithContext indicates an expected call of DeleteInternetGatewayWithContext.

func (*MockEC2MockRecorder) DeleteIpam

func (mr *MockEC2MockRecorder) DeleteIpam(arg0 interface{}) *gomock.Call

DeleteIpam indicates an expected call of DeleteIpam.

func (*MockEC2MockRecorder) DeleteIpamPool

func (mr *MockEC2MockRecorder) DeleteIpamPool(arg0 interface{}) *gomock.Call

DeleteIpamPool indicates an expected call of DeleteIpamPool.

func (*MockEC2MockRecorder) DeleteIpamPoolRequest

func (mr *MockEC2MockRecorder) DeleteIpamPoolRequest(arg0 interface{}) *gomock.Call

DeleteIpamPoolRequest indicates an expected call of DeleteIpamPoolRequest.

func (*MockEC2MockRecorder) DeleteIpamPoolWithContext

func (mr *MockEC2MockRecorder) DeleteIpamPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIpamPoolWithContext indicates an expected call of DeleteIpamPoolWithContext.

func (*MockEC2MockRecorder) DeleteIpamRequest

func (mr *MockEC2MockRecorder) DeleteIpamRequest(arg0 interface{}) *gomock.Call

DeleteIpamRequest indicates an expected call of DeleteIpamRequest.

func (*MockEC2MockRecorder) DeleteIpamResourceDiscovery

func (mr *MockEC2MockRecorder) DeleteIpamResourceDiscovery(arg0 interface{}) *gomock.Call

DeleteIpamResourceDiscovery indicates an expected call of DeleteIpamResourceDiscovery.

func (*MockEC2MockRecorder) DeleteIpamResourceDiscoveryRequest

func (mr *MockEC2MockRecorder) DeleteIpamResourceDiscoveryRequest(arg0 interface{}) *gomock.Call

DeleteIpamResourceDiscoveryRequest indicates an expected call of DeleteIpamResourceDiscoveryRequest.

func (*MockEC2MockRecorder) DeleteIpamResourceDiscoveryWithContext

func (mr *MockEC2MockRecorder) DeleteIpamResourceDiscoveryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIpamResourceDiscoveryWithContext indicates an expected call of DeleteIpamResourceDiscoveryWithContext.

func (*MockEC2MockRecorder) DeleteIpamScope

func (mr *MockEC2MockRecorder) DeleteIpamScope(arg0 interface{}) *gomock.Call

DeleteIpamScope indicates an expected call of DeleteIpamScope.

func (*MockEC2MockRecorder) DeleteIpamScopeRequest

func (mr *MockEC2MockRecorder) DeleteIpamScopeRequest(arg0 interface{}) *gomock.Call

DeleteIpamScopeRequest indicates an expected call of DeleteIpamScopeRequest.

func (*MockEC2MockRecorder) DeleteIpamScopeWithContext

func (mr *MockEC2MockRecorder) DeleteIpamScopeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIpamScopeWithContext indicates an expected call of DeleteIpamScopeWithContext.

func (*MockEC2MockRecorder) DeleteIpamWithContext

func (mr *MockEC2MockRecorder) DeleteIpamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIpamWithContext indicates an expected call of DeleteIpamWithContext.

func (*MockEC2MockRecorder) DeleteKeyPair

func (mr *MockEC2MockRecorder) DeleteKeyPair(arg0 interface{}) *gomock.Call

DeleteKeyPair indicates an expected call of DeleteKeyPair.

func (*MockEC2MockRecorder) DeleteKeyPairRequest

func (mr *MockEC2MockRecorder) DeleteKeyPairRequest(arg0 interface{}) *gomock.Call

DeleteKeyPairRequest indicates an expected call of DeleteKeyPairRequest.

func (*MockEC2MockRecorder) DeleteKeyPairWithContext

func (mr *MockEC2MockRecorder) DeleteKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteKeyPairWithContext indicates an expected call of DeleteKeyPairWithContext.

func (*MockEC2MockRecorder) DeleteLaunchTemplate

func (mr *MockEC2MockRecorder) DeleteLaunchTemplate(arg0 interface{}) *gomock.Call

DeleteLaunchTemplate indicates an expected call of DeleteLaunchTemplate.

func (*MockEC2MockRecorder) DeleteLaunchTemplateRequest

func (mr *MockEC2MockRecorder) DeleteLaunchTemplateRequest(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateRequest indicates an expected call of DeleteLaunchTemplateRequest.

func (*MockEC2MockRecorder) DeleteLaunchTemplateVersions

func (mr *MockEC2MockRecorder) DeleteLaunchTemplateVersions(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateVersions indicates an expected call of DeleteLaunchTemplateVersions.

func (*MockEC2MockRecorder) DeleteLaunchTemplateVersionsRequest

func (mr *MockEC2MockRecorder) DeleteLaunchTemplateVersionsRequest(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateVersionsRequest indicates an expected call of DeleteLaunchTemplateVersionsRequest.

func (*MockEC2MockRecorder) DeleteLaunchTemplateVersionsWithContext

func (mr *MockEC2MockRecorder) DeleteLaunchTemplateVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLaunchTemplateVersionsWithContext indicates an expected call of DeleteLaunchTemplateVersionsWithContext.

func (*MockEC2MockRecorder) DeleteLaunchTemplateWithContext

func (mr *MockEC2MockRecorder) DeleteLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLaunchTemplateWithContext indicates an expected call of DeleteLaunchTemplateWithContext.

func (*MockEC2MockRecorder) DeleteLocalGatewayRoute

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRoute(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRoute indicates an expected call of DeleteLocalGatewayRoute.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteRequest

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteRequest(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRouteRequest indicates an expected call of DeleteLocalGatewayRouteRequest.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteTable

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteTable(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRouteTable indicates an expected call of DeleteLocalGatewayRouteTable.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteTableRequest

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRouteTableRequest indicates an expected call of DeleteLocalGatewayRouteTableRequest.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation indicates an expected call of DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest indicates an expected call of DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext indicates an expected call of DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteTableVpcAssociation

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteTableVpcAssociation(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRouteTableVpcAssociation indicates an expected call of DeleteLocalGatewayRouteTableVpcAssociation.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteTableVpcAssociationRequest

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteTableVpcAssociationRequest(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRouteTableVpcAssociationRequest indicates an expected call of DeleteLocalGatewayRouteTableVpcAssociationRequest.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteTableVpcAssociationWithContext

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteTableVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLocalGatewayRouteTableVpcAssociationWithContext indicates an expected call of DeleteLocalGatewayRouteTableVpcAssociationWithContext.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteTableWithContext

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLocalGatewayRouteTableWithContext indicates an expected call of DeleteLocalGatewayRouteTableWithContext.

func (*MockEC2MockRecorder) DeleteLocalGatewayRouteWithContext

func (mr *MockEC2MockRecorder) DeleteLocalGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLocalGatewayRouteWithContext indicates an expected call of DeleteLocalGatewayRouteWithContext.

func (*MockEC2MockRecorder) DeleteManagedPrefixList

func (mr *MockEC2MockRecorder) DeleteManagedPrefixList(arg0 interface{}) *gomock.Call

DeleteManagedPrefixList indicates an expected call of DeleteManagedPrefixList.

func (*MockEC2MockRecorder) DeleteManagedPrefixListRequest

func (mr *MockEC2MockRecorder) DeleteManagedPrefixListRequest(arg0 interface{}) *gomock.Call

DeleteManagedPrefixListRequest indicates an expected call of DeleteManagedPrefixListRequest.

func (*MockEC2MockRecorder) DeleteManagedPrefixListWithContext

func (mr *MockEC2MockRecorder) DeleteManagedPrefixListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteManagedPrefixListWithContext indicates an expected call of DeleteManagedPrefixListWithContext.

func (*MockEC2MockRecorder) DeleteNatGateway

func (mr *MockEC2MockRecorder) DeleteNatGateway(arg0 interface{}) *gomock.Call

DeleteNatGateway indicates an expected call of DeleteNatGateway.

func (*MockEC2MockRecorder) DeleteNatGatewayRequest

func (mr *MockEC2MockRecorder) DeleteNatGatewayRequest(arg0 interface{}) *gomock.Call

DeleteNatGatewayRequest indicates an expected call of DeleteNatGatewayRequest.

func (*MockEC2MockRecorder) DeleteNatGatewayWithContext

func (mr *MockEC2MockRecorder) DeleteNatGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNatGatewayWithContext indicates an expected call of DeleteNatGatewayWithContext.

func (*MockEC2MockRecorder) DeleteNetworkAcl

func (mr *MockEC2MockRecorder) DeleteNetworkAcl(arg0 interface{}) *gomock.Call

DeleteNetworkAcl indicates an expected call of DeleteNetworkAcl.

func (*MockEC2MockRecorder) DeleteNetworkAclEntry

func (mr *MockEC2MockRecorder) DeleteNetworkAclEntry(arg0 interface{}) *gomock.Call

DeleteNetworkAclEntry indicates an expected call of DeleteNetworkAclEntry.

func (*MockEC2MockRecorder) DeleteNetworkAclEntryRequest

func (mr *MockEC2MockRecorder) DeleteNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

DeleteNetworkAclEntryRequest indicates an expected call of DeleteNetworkAclEntryRequest.

func (*MockEC2MockRecorder) DeleteNetworkAclEntryWithContext

func (mr *MockEC2MockRecorder) DeleteNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkAclEntryWithContext indicates an expected call of DeleteNetworkAclEntryWithContext.

func (*MockEC2MockRecorder) DeleteNetworkAclRequest

func (mr *MockEC2MockRecorder) DeleteNetworkAclRequest(arg0 interface{}) *gomock.Call

DeleteNetworkAclRequest indicates an expected call of DeleteNetworkAclRequest.

func (*MockEC2MockRecorder) DeleteNetworkAclWithContext

func (mr *MockEC2MockRecorder) DeleteNetworkAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkAclWithContext indicates an expected call of DeleteNetworkAclWithContext.

func (*MockEC2MockRecorder) DeleteNetworkInsightsAccessScope

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsAccessScope(arg0 interface{}) *gomock.Call

DeleteNetworkInsightsAccessScope indicates an expected call of DeleteNetworkInsightsAccessScope.

func (*MockEC2MockRecorder) DeleteNetworkInsightsAccessScopeAnalysis

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsAccessScopeAnalysis(arg0 interface{}) *gomock.Call

DeleteNetworkInsightsAccessScopeAnalysis indicates an expected call of DeleteNetworkInsightsAccessScopeAnalysis.

func (*MockEC2MockRecorder) DeleteNetworkInsightsAccessScopeAnalysisRequest

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsAccessScopeAnalysisRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInsightsAccessScopeAnalysisRequest indicates an expected call of DeleteNetworkInsightsAccessScopeAnalysisRequest.

func (*MockEC2MockRecorder) DeleteNetworkInsightsAccessScopeAnalysisWithContext

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsAccessScopeAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInsightsAccessScopeAnalysisWithContext indicates an expected call of DeleteNetworkInsightsAccessScopeAnalysisWithContext.

func (*MockEC2MockRecorder) DeleteNetworkInsightsAccessScopeRequest

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsAccessScopeRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInsightsAccessScopeRequest indicates an expected call of DeleteNetworkInsightsAccessScopeRequest.

func (*MockEC2MockRecorder) DeleteNetworkInsightsAccessScopeWithContext

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsAccessScopeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInsightsAccessScopeWithContext indicates an expected call of DeleteNetworkInsightsAccessScopeWithContext.

func (*MockEC2MockRecorder) DeleteNetworkInsightsAnalysis

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsAnalysis(arg0 interface{}) *gomock.Call

DeleteNetworkInsightsAnalysis indicates an expected call of DeleteNetworkInsightsAnalysis.

func (*MockEC2MockRecorder) DeleteNetworkInsightsAnalysisRequest

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsAnalysisRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInsightsAnalysisRequest indicates an expected call of DeleteNetworkInsightsAnalysisRequest.

func (*MockEC2MockRecorder) DeleteNetworkInsightsAnalysisWithContext

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInsightsAnalysisWithContext indicates an expected call of DeleteNetworkInsightsAnalysisWithContext.

func (*MockEC2MockRecorder) DeleteNetworkInsightsPath

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsPath(arg0 interface{}) *gomock.Call

DeleteNetworkInsightsPath indicates an expected call of DeleteNetworkInsightsPath.

func (*MockEC2MockRecorder) DeleteNetworkInsightsPathRequest

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsPathRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInsightsPathRequest indicates an expected call of DeleteNetworkInsightsPathRequest.

func (*MockEC2MockRecorder) DeleteNetworkInsightsPathWithContext

func (mr *MockEC2MockRecorder) DeleteNetworkInsightsPathWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInsightsPathWithContext indicates an expected call of DeleteNetworkInsightsPathWithContext.

func (*MockEC2MockRecorder) DeleteNetworkInterface

func (mr *MockEC2MockRecorder) DeleteNetworkInterface(arg0 interface{}) *gomock.Call

DeleteNetworkInterface indicates an expected call of DeleteNetworkInterface.

func (*MockEC2MockRecorder) DeleteNetworkInterfacePermission

func (mr *MockEC2MockRecorder) DeleteNetworkInterfacePermission(arg0 interface{}) *gomock.Call

DeleteNetworkInterfacePermission indicates an expected call of DeleteNetworkInterfacePermission.

func (*MockEC2MockRecorder) DeleteNetworkInterfacePermissionRequest

func (mr *MockEC2MockRecorder) DeleteNetworkInterfacePermissionRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInterfacePermissionRequest indicates an expected call of DeleteNetworkInterfacePermissionRequest.

func (*MockEC2MockRecorder) DeleteNetworkInterfacePermissionWithContext

func (mr *MockEC2MockRecorder) DeleteNetworkInterfacePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInterfacePermissionWithContext indicates an expected call of DeleteNetworkInterfacePermissionWithContext.

func (*MockEC2MockRecorder) DeleteNetworkInterfaceRequest

func (mr *MockEC2MockRecorder) DeleteNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInterfaceRequest indicates an expected call of DeleteNetworkInterfaceRequest.

func (*MockEC2MockRecorder) DeleteNetworkInterfaceWithContext

func (mr *MockEC2MockRecorder) DeleteNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInterfaceWithContext indicates an expected call of DeleteNetworkInterfaceWithContext.

func (*MockEC2MockRecorder) DeletePlacementGroup

func (mr *MockEC2MockRecorder) DeletePlacementGroup(arg0 interface{}) *gomock.Call

DeletePlacementGroup indicates an expected call of DeletePlacementGroup.

func (*MockEC2MockRecorder) DeletePlacementGroupRequest

func (mr *MockEC2MockRecorder) DeletePlacementGroupRequest(arg0 interface{}) *gomock.Call

DeletePlacementGroupRequest indicates an expected call of DeletePlacementGroupRequest.

func (*MockEC2MockRecorder) DeletePlacementGroupWithContext

func (mr *MockEC2MockRecorder) DeletePlacementGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePlacementGroupWithContext indicates an expected call of DeletePlacementGroupWithContext.

func (*MockEC2MockRecorder) DeletePublicIpv4Pool

func (mr *MockEC2MockRecorder) DeletePublicIpv4Pool(arg0 interface{}) *gomock.Call

DeletePublicIpv4Pool indicates an expected call of DeletePublicIpv4Pool.

func (*MockEC2MockRecorder) DeletePublicIpv4PoolRequest

func (mr *MockEC2MockRecorder) DeletePublicIpv4PoolRequest(arg0 interface{}) *gomock.Call

DeletePublicIpv4PoolRequest indicates an expected call of DeletePublicIpv4PoolRequest.

func (*MockEC2MockRecorder) DeletePublicIpv4PoolWithContext

func (mr *MockEC2MockRecorder) DeletePublicIpv4PoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePublicIpv4PoolWithContext indicates an expected call of DeletePublicIpv4PoolWithContext.

func (*MockEC2MockRecorder) DeleteQueuedReservedInstances

func (mr *MockEC2MockRecorder) DeleteQueuedReservedInstances(arg0 interface{}) *gomock.Call

DeleteQueuedReservedInstances indicates an expected call of DeleteQueuedReservedInstances.

func (*MockEC2MockRecorder) DeleteQueuedReservedInstancesRequest

func (mr *MockEC2MockRecorder) DeleteQueuedReservedInstancesRequest(arg0 interface{}) *gomock.Call

DeleteQueuedReservedInstancesRequest indicates an expected call of DeleteQueuedReservedInstancesRequest.

func (*MockEC2MockRecorder) DeleteQueuedReservedInstancesWithContext

func (mr *MockEC2MockRecorder) DeleteQueuedReservedInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteQueuedReservedInstancesWithContext indicates an expected call of DeleteQueuedReservedInstancesWithContext.

func (*MockEC2MockRecorder) DeleteRoute

func (mr *MockEC2MockRecorder) DeleteRoute(arg0 interface{}) *gomock.Call

DeleteRoute indicates an expected call of DeleteRoute.

func (*MockEC2MockRecorder) DeleteRouteRequest

func (mr *MockEC2MockRecorder) DeleteRouteRequest(arg0 interface{}) *gomock.Call

DeleteRouteRequest indicates an expected call of DeleteRouteRequest.

func (*MockEC2MockRecorder) DeleteRouteTable

func (mr *MockEC2MockRecorder) DeleteRouteTable(arg0 interface{}) *gomock.Call

DeleteRouteTable indicates an expected call of DeleteRouteTable.

func (*MockEC2MockRecorder) DeleteRouteTableRequest

func (mr *MockEC2MockRecorder) DeleteRouteTableRequest(arg0 interface{}) *gomock.Call

DeleteRouteTableRequest indicates an expected call of DeleteRouteTableRequest.

func (*MockEC2MockRecorder) DeleteRouteTableWithContext

func (mr *MockEC2MockRecorder) DeleteRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRouteTableWithContext indicates an expected call of DeleteRouteTableWithContext.

func (*MockEC2MockRecorder) DeleteRouteWithContext

func (mr *MockEC2MockRecorder) DeleteRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRouteWithContext indicates an expected call of DeleteRouteWithContext.

func (*MockEC2MockRecorder) DeleteSecurityGroup

func (mr *MockEC2MockRecorder) DeleteSecurityGroup(arg0 interface{}) *gomock.Call

DeleteSecurityGroup indicates an expected call of DeleteSecurityGroup.

func (*MockEC2MockRecorder) DeleteSecurityGroupRequest

func (mr *MockEC2MockRecorder) DeleteSecurityGroupRequest(arg0 interface{}) *gomock.Call

DeleteSecurityGroupRequest indicates an expected call of DeleteSecurityGroupRequest.

func (*MockEC2MockRecorder) DeleteSecurityGroupWithContext

func (mr *MockEC2MockRecorder) DeleteSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSecurityGroupWithContext indicates an expected call of DeleteSecurityGroupWithContext.

func (*MockEC2MockRecorder) DeleteSnapshot

func (mr *MockEC2MockRecorder) DeleteSnapshot(arg0 interface{}) *gomock.Call

DeleteSnapshot indicates an expected call of DeleteSnapshot.

func (*MockEC2MockRecorder) DeleteSnapshotRequest

func (mr *MockEC2MockRecorder) DeleteSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteSnapshotRequest indicates an expected call of DeleteSnapshotRequest.

func (*MockEC2MockRecorder) DeleteSnapshotWithContext

func (mr *MockEC2MockRecorder) DeleteSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSnapshotWithContext indicates an expected call of DeleteSnapshotWithContext.

func (*MockEC2MockRecorder) DeleteSpotDatafeedSubscription

func (mr *MockEC2MockRecorder) DeleteSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

DeleteSpotDatafeedSubscription indicates an expected call of DeleteSpotDatafeedSubscription.

func (*MockEC2MockRecorder) DeleteSpotDatafeedSubscriptionRequest

func (mr *MockEC2MockRecorder) DeleteSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteSpotDatafeedSubscriptionRequest indicates an expected call of DeleteSpotDatafeedSubscriptionRequest.

func (*MockEC2MockRecorder) DeleteSpotDatafeedSubscriptionWithContext

func (mr *MockEC2MockRecorder) DeleteSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSpotDatafeedSubscriptionWithContext indicates an expected call of DeleteSpotDatafeedSubscriptionWithContext.

func (*MockEC2MockRecorder) DeleteSubnet

func (mr *MockEC2MockRecorder) DeleteSubnet(arg0 interface{}) *gomock.Call

DeleteSubnet indicates an expected call of DeleteSubnet.

func (*MockEC2MockRecorder) DeleteSubnetCidrReservation

func (mr *MockEC2MockRecorder) DeleteSubnetCidrReservation(arg0 interface{}) *gomock.Call

DeleteSubnetCidrReservation indicates an expected call of DeleteSubnetCidrReservation.

func (*MockEC2MockRecorder) DeleteSubnetCidrReservationRequest

func (mr *MockEC2MockRecorder) DeleteSubnetCidrReservationRequest(arg0 interface{}) *gomock.Call

DeleteSubnetCidrReservationRequest indicates an expected call of DeleteSubnetCidrReservationRequest.

func (*MockEC2MockRecorder) DeleteSubnetCidrReservationWithContext

func (mr *MockEC2MockRecorder) DeleteSubnetCidrReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSubnetCidrReservationWithContext indicates an expected call of DeleteSubnetCidrReservationWithContext.

func (*MockEC2MockRecorder) DeleteSubnetRequest

func (mr *MockEC2MockRecorder) DeleteSubnetRequest(arg0 interface{}) *gomock.Call

DeleteSubnetRequest indicates an expected call of DeleteSubnetRequest.

func (*MockEC2MockRecorder) DeleteSubnetWithContext

func (mr *MockEC2MockRecorder) DeleteSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSubnetWithContext indicates an expected call of DeleteSubnetWithContext.

func (*MockEC2MockRecorder) DeleteTags

func (mr *MockEC2MockRecorder) DeleteTags(arg0 interface{}) *gomock.Call

DeleteTags indicates an expected call of DeleteTags.

func (*MockEC2MockRecorder) DeleteTagsRequest

func (mr *MockEC2MockRecorder) DeleteTagsRequest(arg0 interface{}) *gomock.Call

DeleteTagsRequest indicates an expected call of DeleteTagsRequest.

func (*MockEC2MockRecorder) DeleteTagsWithContext

func (mr *MockEC2MockRecorder) DeleteTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTagsWithContext indicates an expected call of DeleteTagsWithContext.

func (*MockEC2MockRecorder) DeleteTrafficMirrorFilter

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorFilter(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilter indicates an expected call of DeleteTrafficMirrorFilter.

func (*MockEC2MockRecorder) DeleteTrafficMirrorFilterRequest

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorFilterRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilterRequest indicates an expected call of DeleteTrafficMirrorFilterRequest.

func (*MockEC2MockRecorder) DeleteTrafficMirrorFilterRule

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorFilterRule(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilterRule indicates an expected call of DeleteTrafficMirrorFilterRule.

func (*MockEC2MockRecorder) DeleteTrafficMirrorFilterRuleRequest

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorFilterRuleRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilterRuleRequest indicates an expected call of DeleteTrafficMirrorFilterRuleRequest.

func (*MockEC2MockRecorder) DeleteTrafficMirrorFilterRuleWithContext

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorFilterRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorFilterRuleWithContext indicates an expected call of DeleteTrafficMirrorFilterRuleWithContext.

func (*MockEC2MockRecorder) DeleteTrafficMirrorFilterWithContext

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorFilterWithContext indicates an expected call of DeleteTrafficMirrorFilterWithContext.

func (*MockEC2MockRecorder) DeleteTrafficMirrorSession

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorSession(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorSession indicates an expected call of DeleteTrafficMirrorSession.

func (*MockEC2MockRecorder) DeleteTrafficMirrorSessionRequest

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorSessionRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorSessionRequest indicates an expected call of DeleteTrafficMirrorSessionRequest.

func (*MockEC2MockRecorder) DeleteTrafficMirrorSessionWithContext

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorSessionWithContext indicates an expected call of DeleteTrafficMirrorSessionWithContext.

func (*MockEC2MockRecorder) DeleteTrafficMirrorTarget

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorTarget(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorTarget indicates an expected call of DeleteTrafficMirrorTarget.

func (*MockEC2MockRecorder) DeleteTrafficMirrorTargetRequest

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorTargetRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorTargetRequest indicates an expected call of DeleteTrafficMirrorTargetRequest.

func (*MockEC2MockRecorder) DeleteTrafficMirrorTargetWithContext

func (mr *MockEC2MockRecorder) DeleteTrafficMirrorTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorTargetWithContext indicates an expected call of DeleteTrafficMirrorTargetWithContext.

func (*MockEC2MockRecorder) DeleteTransitGateway

func (mr *MockEC2MockRecorder) DeleteTransitGateway(arg0 interface{}) *gomock.Call

DeleteTransitGateway indicates an expected call of DeleteTransitGateway.

func (*MockEC2MockRecorder) DeleteTransitGatewayConnect

func (mr *MockEC2MockRecorder) DeleteTransitGatewayConnect(arg0 interface{}) *gomock.Call

DeleteTransitGatewayConnect indicates an expected call of DeleteTransitGatewayConnect.

func (*MockEC2MockRecorder) DeleteTransitGatewayConnectPeer

func (mr *MockEC2MockRecorder) DeleteTransitGatewayConnectPeer(arg0 interface{}) *gomock.Call

DeleteTransitGatewayConnectPeer indicates an expected call of DeleteTransitGatewayConnectPeer.

func (*MockEC2MockRecorder) DeleteTransitGatewayConnectPeerRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayConnectPeerRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayConnectPeerRequest indicates an expected call of DeleteTransitGatewayConnectPeerRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayConnectPeerWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayConnectPeerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayConnectPeerWithContext indicates an expected call of DeleteTransitGatewayConnectPeerWithContext.

func (*MockEC2MockRecorder) DeleteTransitGatewayConnectRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayConnectRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayConnectRequest indicates an expected call of DeleteTransitGatewayConnectRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayConnectWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayConnectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayConnectWithContext indicates an expected call of DeleteTransitGatewayConnectWithContext.

func (*MockEC2MockRecorder) DeleteTransitGatewayMulticastDomain

func (mr *MockEC2MockRecorder) DeleteTransitGatewayMulticastDomain(arg0 interface{}) *gomock.Call

DeleteTransitGatewayMulticastDomain indicates an expected call of DeleteTransitGatewayMulticastDomain.

func (*MockEC2MockRecorder) DeleteTransitGatewayMulticastDomainRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayMulticastDomainRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayMulticastDomainRequest indicates an expected call of DeleteTransitGatewayMulticastDomainRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayMulticastDomainWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayMulticastDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayMulticastDomainWithContext indicates an expected call of DeleteTransitGatewayMulticastDomainWithContext.

func (*MockEC2MockRecorder) DeleteTransitGatewayPeeringAttachment

func (mr *MockEC2MockRecorder) DeleteTransitGatewayPeeringAttachment(arg0 interface{}) *gomock.Call

DeleteTransitGatewayPeeringAttachment indicates an expected call of DeleteTransitGatewayPeeringAttachment.

func (*MockEC2MockRecorder) DeleteTransitGatewayPeeringAttachmentRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayPeeringAttachmentRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayPeeringAttachmentRequest indicates an expected call of DeleteTransitGatewayPeeringAttachmentRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayPeeringAttachmentWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayPeeringAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayPeeringAttachmentWithContext indicates an expected call of DeleteTransitGatewayPeeringAttachmentWithContext.

func (*MockEC2MockRecorder) DeleteTransitGatewayPolicyTable

func (mr *MockEC2MockRecorder) DeleteTransitGatewayPolicyTable(arg0 interface{}) *gomock.Call

DeleteTransitGatewayPolicyTable indicates an expected call of DeleteTransitGatewayPolicyTable.

func (*MockEC2MockRecorder) DeleteTransitGatewayPolicyTableRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayPolicyTableRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayPolicyTableRequest indicates an expected call of DeleteTransitGatewayPolicyTableRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayPolicyTableWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayPolicyTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayPolicyTableWithContext indicates an expected call of DeleteTransitGatewayPolicyTableWithContext.

func (*MockEC2MockRecorder) DeleteTransitGatewayPrefixListReference

func (mr *MockEC2MockRecorder) DeleteTransitGatewayPrefixListReference(arg0 interface{}) *gomock.Call

DeleteTransitGatewayPrefixListReference indicates an expected call of DeleteTransitGatewayPrefixListReference.

func (*MockEC2MockRecorder) DeleteTransitGatewayPrefixListReferenceRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayPrefixListReferenceRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayPrefixListReferenceRequest indicates an expected call of DeleteTransitGatewayPrefixListReferenceRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayPrefixListReferenceWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayPrefixListReferenceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayPrefixListReferenceWithContext indicates an expected call of DeleteTransitGatewayPrefixListReferenceWithContext.

func (*MockEC2MockRecorder) DeleteTransitGatewayRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRequest indicates an expected call of DeleteTransitGatewayRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayRoute

func (mr *MockEC2MockRecorder) DeleteTransitGatewayRoute(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRoute indicates an expected call of DeleteTransitGatewayRoute.

func (*MockEC2MockRecorder) DeleteTransitGatewayRouteRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayRouteRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteRequest indicates an expected call of DeleteTransitGatewayRouteRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayRouteTable

func (mr *MockEC2MockRecorder) DeleteTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteTable indicates an expected call of DeleteTransitGatewayRouteTable.

func (*MockEC2MockRecorder) DeleteTransitGatewayRouteTableAnnouncement

func (mr *MockEC2MockRecorder) DeleteTransitGatewayRouteTableAnnouncement(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteTableAnnouncement indicates an expected call of DeleteTransitGatewayRouteTableAnnouncement.

func (*MockEC2MockRecorder) DeleteTransitGatewayRouteTableAnnouncementRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayRouteTableAnnouncementRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteTableAnnouncementRequest indicates an expected call of DeleteTransitGatewayRouteTableAnnouncementRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayRouteTableAnnouncementWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayRouteTableAnnouncementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayRouteTableAnnouncementWithContext indicates an expected call of DeleteTransitGatewayRouteTableAnnouncementWithContext.

func (*MockEC2MockRecorder) DeleteTransitGatewayRouteTableRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteTableRequest indicates an expected call of DeleteTransitGatewayRouteTableRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayRouteTableWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayRouteTableWithContext indicates an expected call of DeleteTransitGatewayRouteTableWithContext.

func (*MockEC2MockRecorder) DeleteTransitGatewayRouteWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayRouteWithContext indicates an expected call of DeleteTransitGatewayRouteWithContext.

func (*MockEC2MockRecorder) DeleteTransitGatewayVpcAttachment

func (mr *MockEC2MockRecorder) DeleteTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

DeleteTransitGatewayVpcAttachment indicates an expected call of DeleteTransitGatewayVpcAttachment.

func (*MockEC2MockRecorder) DeleteTransitGatewayVpcAttachmentRequest

func (mr *MockEC2MockRecorder) DeleteTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayVpcAttachmentRequest indicates an expected call of DeleteTransitGatewayVpcAttachmentRequest.

func (*MockEC2MockRecorder) DeleteTransitGatewayVpcAttachmentWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayVpcAttachmentWithContext indicates an expected call of DeleteTransitGatewayVpcAttachmentWithContext.

func (*MockEC2MockRecorder) DeleteTransitGatewayWithContext

func (mr *MockEC2MockRecorder) DeleteTransitGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayWithContext indicates an expected call of DeleteTransitGatewayWithContext.

func (*MockEC2MockRecorder) DeleteVerifiedAccessEndpoint

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessEndpoint(arg0 interface{}) *gomock.Call

DeleteVerifiedAccessEndpoint indicates an expected call of DeleteVerifiedAccessEndpoint.

func (*MockEC2MockRecorder) DeleteVerifiedAccessEndpointRequest

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessEndpointRequest(arg0 interface{}) *gomock.Call

DeleteVerifiedAccessEndpointRequest indicates an expected call of DeleteVerifiedAccessEndpointRequest.

func (*MockEC2MockRecorder) DeleteVerifiedAccessEndpointWithContext

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVerifiedAccessEndpointWithContext indicates an expected call of DeleteVerifiedAccessEndpointWithContext.

func (*MockEC2MockRecorder) DeleteVerifiedAccessGroup

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessGroup(arg0 interface{}) *gomock.Call

DeleteVerifiedAccessGroup indicates an expected call of DeleteVerifiedAccessGroup.

func (*MockEC2MockRecorder) DeleteVerifiedAccessGroupRequest

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessGroupRequest(arg0 interface{}) *gomock.Call

DeleteVerifiedAccessGroupRequest indicates an expected call of DeleteVerifiedAccessGroupRequest.

func (*MockEC2MockRecorder) DeleteVerifiedAccessGroupWithContext

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVerifiedAccessGroupWithContext indicates an expected call of DeleteVerifiedAccessGroupWithContext.

func (*MockEC2MockRecorder) DeleteVerifiedAccessInstance

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessInstance(arg0 interface{}) *gomock.Call

DeleteVerifiedAccessInstance indicates an expected call of DeleteVerifiedAccessInstance.

func (*MockEC2MockRecorder) DeleteVerifiedAccessInstanceRequest

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessInstanceRequest(arg0 interface{}) *gomock.Call

DeleteVerifiedAccessInstanceRequest indicates an expected call of DeleteVerifiedAccessInstanceRequest.

func (*MockEC2MockRecorder) DeleteVerifiedAccessInstanceWithContext

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVerifiedAccessInstanceWithContext indicates an expected call of DeleteVerifiedAccessInstanceWithContext.

func (*MockEC2MockRecorder) DeleteVerifiedAccessTrustProvider

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessTrustProvider(arg0 interface{}) *gomock.Call

DeleteVerifiedAccessTrustProvider indicates an expected call of DeleteVerifiedAccessTrustProvider.

func (*MockEC2MockRecorder) DeleteVerifiedAccessTrustProviderRequest

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessTrustProviderRequest(arg0 interface{}) *gomock.Call

DeleteVerifiedAccessTrustProviderRequest indicates an expected call of DeleteVerifiedAccessTrustProviderRequest.

func (*MockEC2MockRecorder) DeleteVerifiedAccessTrustProviderWithContext

func (mr *MockEC2MockRecorder) DeleteVerifiedAccessTrustProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVerifiedAccessTrustProviderWithContext indicates an expected call of DeleteVerifiedAccessTrustProviderWithContext.

func (*MockEC2MockRecorder) DeleteVolume

func (mr *MockEC2MockRecorder) DeleteVolume(arg0 interface{}) *gomock.Call

DeleteVolume indicates an expected call of DeleteVolume.

func (*MockEC2MockRecorder) DeleteVolumeRequest

func (mr *MockEC2MockRecorder) DeleteVolumeRequest(arg0 interface{}) *gomock.Call

DeleteVolumeRequest indicates an expected call of DeleteVolumeRequest.

func (*MockEC2MockRecorder) DeleteVolumeWithContext

func (mr *MockEC2MockRecorder) DeleteVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVolumeWithContext indicates an expected call of DeleteVolumeWithContext.

func (*MockEC2MockRecorder) DeleteVpc

func (mr *MockEC2MockRecorder) DeleteVpc(arg0 interface{}) *gomock.Call

DeleteVpc indicates an expected call of DeleteVpc.

func (*MockEC2MockRecorder) DeleteVpcEndpointConnectionNotifications

func (mr *MockEC2MockRecorder) DeleteVpcEndpointConnectionNotifications(arg0 interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotifications indicates an expected call of DeleteVpcEndpointConnectionNotifications.

func (*MockEC2MockRecorder) DeleteVpcEndpointConnectionNotificationsRequest

func (mr *MockEC2MockRecorder) DeleteVpcEndpointConnectionNotificationsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotificationsRequest indicates an expected call of DeleteVpcEndpointConnectionNotificationsRequest.

func (*MockEC2MockRecorder) DeleteVpcEndpointConnectionNotificationsWithContext

func (mr *MockEC2MockRecorder) DeleteVpcEndpointConnectionNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotificationsWithContext indicates an expected call of DeleteVpcEndpointConnectionNotificationsWithContext.

func (*MockEC2MockRecorder) DeleteVpcEndpointServiceConfigurations

func (mr *MockEC2MockRecorder) DeleteVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurations indicates an expected call of DeleteVpcEndpointServiceConfigurations.

func (*MockEC2MockRecorder) DeleteVpcEndpointServiceConfigurationsRequest

func (mr *MockEC2MockRecorder) DeleteVpcEndpointServiceConfigurationsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurationsRequest indicates an expected call of DeleteVpcEndpointServiceConfigurationsRequest.

func (*MockEC2MockRecorder) DeleteVpcEndpointServiceConfigurationsWithContext

func (mr *MockEC2MockRecorder) DeleteVpcEndpointServiceConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurationsWithContext indicates an expected call of DeleteVpcEndpointServiceConfigurationsWithContext.

func (*MockEC2MockRecorder) DeleteVpcEndpoints

func (mr *MockEC2MockRecorder) DeleteVpcEndpoints(arg0 interface{}) *gomock.Call

DeleteVpcEndpoints indicates an expected call of DeleteVpcEndpoints.

func (*MockEC2MockRecorder) DeleteVpcEndpointsRequest

func (mr *MockEC2MockRecorder) DeleteVpcEndpointsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointsRequest indicates an expected call of DeleteVpcEndpointsRequest.

func (*MockEC2MockRecorder) DeleteVpcEndpointsWithContext

func (mr *MockEC2MockRecorder) DeleteVpcEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointsWithContext indicates an expected call of DeleteVpcEndpointsWithContext.

func (*MockEC2MockRecorder) DeleteVpcPeeringConnection

func (mr *MockEC2MockRecorder) DeleteVpcPeeringConnection(arg0 interface{}) *gomock.Call

DeleteVpcPeeringConnection indicates an expected call of DeleteVpcPeeringConnection.

func (*MockEC2MockRecorder) DeleteVpcPeeringConnectionRequest

func (mr *MockEC2MockRecorder) DeleteVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

DeleteVpcPeeringConnectionRequest indicates an expected call of DeleteVpcPeeringConnectionRequest.

func (*MockEC2MockRecorder) DeleteVpcPeeringConnectionWithContext

func (mr *MockEC2MockRecorder) DeleteVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcPeeringConnectionWithContext indicates an expected call of DeleteVpcPeeringConnectionWithContext.

func (*MockEC2MockRecorder) DeleteVpcRequest

func (mr *MockEC2MockRecorder) DeleteVpcRequest(arg0 interface{}) *gomock.Call

DeleteVpcRequest indicates an expected call of DeleteVpcRequest.

func (*MockEC2MockRecorder) DeleteVpcWithContext

func (mr *MockEC2MockRecorder) DeleteVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcWithContext indicates an expected call of DeleteVpcWithContext.

func (*MockEC2MockRecorder) DeleteVpnConnection

func (mr *MockEC2MockRecorder) DeleteVpnConnection(arg0 interface{}) *gomock.Call

DeleteVpnConnection indicates an expected call of DeleteVpnConnection.

func (*MockEC2MockRecorder) DeleteVpnConnectionRequest

func (mr *MockEC2MockRecorder) DeleteVpnConnectionRequest(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRequest indicates an expected call of DeleteVpnConnectionRequest.

func (*MockEC2MockRecorder) DeleteVpnConnectionRoute

func (mr *MockEC2MockRecorder) DeleteVpnConnectionRoute(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRoute indicates an expected call of DeleteVpnConnectionRoute.

func (*MockEC2MockRecorder) DeleteVpnConnectionRouteRequest

func (mr *MockEC2MockRecorder) DeleteVpnConnectionRouteRequest(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRouteRequest indicates an expected call of DeleteVpnConnectionRouteRequest.

func (*MockEC2MockRecorder) DeleteVpnConnectionRouteWithContext

func (mr *MockEC2MockRecorder) DeleteVpnConnectionRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnConnectionRouteWithContext indicates an expected call of DeleteVpnConnectionRouteWithContext.

func (*MockEC2MockRecorder) DeleteVpnConnectionWithContext

func (mr *MockEC2MockRecorder) DeleteVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnConnectionWithContext indicates an expected call of DeleteVpnConnectionWithContext.

func (*MockEC2MockRecorder) DeleteVpnGateway

func (mr *MockEC2MockRecorder) DeleteVpnGateway(arg0 interface{}) *gomock.Call

DeleteVpnGateway indicates an expected call of DeleteVpnGateway.

func (*MockEC2MockRecorder) DeleteVpnGatewayRequest

func (mr *MockEC2MockRecorder) DeleteVpnGatewayRequest(arg0 interface{}) *gomock.Call

DeleteVpnGatewayRequest indicates an expected call of DeleteVpnGatewayRequest.

func (*MockEC2MockRecorder) DeleteVpnGatewayWithContext

func (mr *MockEC2MockRecorder) DeleteVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnGatewayWithContext indicates an expected call of DeleteVpnGatewayWithContext.

func (*MockEC2MockRecorder) DeprovisionByoipCidr

func (mr *MockEC2MockRecorder) DeprovisionByoipCidr(arg0 interface{}) *gomock.Call

DeprovisionByoipCidr indicates an expected call of DeprovisionByoipCidr.

func (*MockEC2MockRecorder) DeprovisionByoipCidrRequest

func (mr *MockEC2MockRecorder) DeprovisionByoipCidrRequest(arg0 interface{}) *gomock.Call

DeprovisionByoipCidrRequest indicates an expected call of DeprovisionByoipCidrRequest.

func (*MockEC2MockRecorder) DeprovisionByoipCidrWithContext

func (mr *MockEC2MockRecorder) DeprovisionByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeprovisionByoipCidrWithContext indicates an expected call of DeprovisionByoipCidrWithContext.

func (*MockEC2MockRecorder) DeprovisionIpamPoolCidr

func (mr *MockEC2MockRecorder) DeprovisionIpamPoolCidr(arg0 interface{}) *gomock.Call

DeprovisionIpamPoolCidr indicates an expected call of DeprovisionIpamPoolCidr.

func (*MockEC2MockRecorder) DeprovisionIpamPoolCidrRequest

func (mr *MockEC2MockRecorder) DeprovisionIpamPoolCidrRequest(arg0 interface{}) *gomock.Call

DeprovisionIpamPoolCidrRequest indicates an expected call of DeprovisionIpamPoolCidrRequest.

func (*MockEC2MockRecorder) DeprovisionIpamPoolCidrWithContext

func (mr *MockEC2MockRecorder) DeprovisionIpamPoolCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeprovisionIpamPoolCidrWithContext indicates an expected call of DeprovisionIpamPoolCidrWithContext.

func (*MockEC2MockRecorder) DeprovisionPublicIpv4PoolCidr

func (mr *MockEC2MockRecorder) DeprovisionPublicIpv4PoolCidr(arg0 interface{}) *gomock.Call

DeprovisionPublicIpv4PoolCidr indicates an expected call of DeprovisionPublicIpv4PoolCidr.

func (*MockEC2MockRecorder) DeprovisionPublicIpv4PoolCidrRequest

func (mr *MockEC2MockRecorder) DeprovisionPublicIpv4PoolCidrRequest(arg0 interface{}) *gomock.Call

DeprovisionPublicIpv4PoolCidrRequest indicates an expected call of DeprovisionPublicIpv4PoolCidrRequest.

func (*MockEC2MockRecorder) DeprovisionPublicIpv4PoolCidrWithContext

func (mr *MockEC2MockRecorder) DeprovisionPublicIpv4PoolCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeprovisionPublicIpv4PoolCidrWithContext indicates an expected call of DeprovisionPublicIpv4PoolCidrWithContext.

func (*MockEC2MockRecorder) DeregisterImage

func (mr *MockEC2MockRecorder) DeregisterImage(arg0 interface{}) *gomock.Call

DeregisterImage indicates an expected call of DeregisterImage.

func (*MockEC2MockRecorder) DeregisterImageRequest

func (mr *MockEC2MockRecorder) DeregisterImageRequest(arg0 interface{}) *gomock.Call

DeregisterImageRequest indicates an expected call of DeregisterImageRequest.

func (*MockEC2MockRecorder) DeregisterImageWithContext

func (mr *MockEC2MockRecorder) DeregisterImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterImageWithContext indicates an expected call of DeregisterImageWithContext.

func (*MockEC2MockRecorder) DeregisterInstanceEventNotificationAttributes

func (mr *MockEC2MockRecorder) DeregisterInstanceEventNotificationAttributes(arg0 interface{}) *gomock.Call

DeregisterInstanceEventNotificationAttributes indicates an expected call of DeregisterInstanceEventNotificationAttributes.

func (*MockEC2MockRecorder) DeregisterInstanceEventNotificationAttributesRequest

func (mr *MockEC2MockRecorder) DeregisterInstanceEventNotificationAttributesRequest(arg0 interface{}) *gomock.Call

DeregisterInstanceEventNotificationAttributesRequest indicates an expected call of DeregisterInstanceEventNotificationAttributesRequest.

func (*MockEC2MockRecorder) DeregisterInstanceEventNotificationAttributesWithContext

func (mr *MockEC2MockRecorder) DeregisterInstanceEventNotificationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterInstanceEventNotificationAttributesWithContext indicates an expected call of DeregisterInstanceEventNotificationAttributesWithContext.

func (*MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupMembers

func (mr *MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupMembers(arg0 interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupMembers indicates an expected call of DeregisterTransitGatewayMulticastGroupMembers.

func (*MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupMembersRequest

func (mr *MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupMembersRequest(arg0 interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupMembersRequest indicates an expected call of DeregisterTransitGatewayMulticastGroupMembersRequest.

func (*MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupMembersWithContext

func (mr *MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupMembersWithContext indicates an expected call of DeregisterTransitGatewayMulticastGroupMembersWithContext.

func (*MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupSources

func (mr *MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupSources(arg0 interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupSources indicates an expected call of DeregisterTransitGatewayMulticastGroupSources.

func (*MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupSourcesRequest

func (mr *MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupSourcesRequest(arg0 interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupSourcesRequest indicates an expected call of DeregisterTransitGatewayMulticastGroupSourcesRequest.

func (*MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupSourcesWithContext

func (mr *MockEC2MockRecorder) DeregisterTransitGatewayMulticastGroupSourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupSourcesWithContext indicates an expected call of DeregisterTransitGatewayMulticastGroupSourcesWithContext.

func (*MockEC2MockRecorder) DescribeAccountAttributes

func (mr *MockEC2MockRecorder) DescribeAccountAttributes(arg0 interface{}) *gomock.Call

DescribeAccountAttributes indicates an expected call of DescribeAccountAttributes.

func (*MockEC2MockRecorder) DescribeAccountAttributesRequest

func (mr *MockEC2MockRecorder) DescribeAccountAttributesRequest(arg0 interface{}) *gomock.Call

DescribeAccountAttributesRequest indicates an expected call of DescribeAccountAttributesRequest.

func (*MockEC2MockRecorder) DescribeAccountAttributesWithContext

func (mr *MockEC2MockRecorder) DescribeAccountAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountAttributesWithContext indicates an expected call of DescribeAccountAttributesWithContext.

func (*MockEC2MockRecorder) DescribeAddressTransfers

func (mr *MockEC2MockRecorder) DescribeAddressTransfers(arg0 interface{}) *gomock.Call

DescribeAddressTransfers indicates an expected call of DescribeAddressTransfers.

func (*MockEC2MockRecorder) DescribeAddressTransfersPages

func (mr *MockEC2MockRecorder) DescribeAddressTransfersPages(arg0, arg1 interface{}) *gomock.Call

DescribeAddressTransfersPages indicates an expected call of DescribeAddressTransfersPages.

func (*MockEC2MockRecorder) DescribeAddressTransfersPagesWithContext

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

DescribeAddressTransfersPagesWithContext indicates an expected call of DescribeAddressTransfersPagesWithContext.

func (*MockEC2MockRecorder) DescribeAddressTransfersRequest

func (mr *MockEC2MockRecorder) DescribeAddressTransfersRequest(arg0 interface{}) *gomock.Call

DescribeAddressTransfersRequest indicates an expected call of DescribeAddressTransfersRequest.

func (*MockEC2MockRecorder) DescribeAddressTransfersWithContext

func (mr *MockEC2MockRecorder) DescribeAddressTransfersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddressTransfersWithContext indicates an expected call of DescribeAddressTransfersWithContext.

func (*MockEC2MockRecorder) DescribeAddresses

func (mr *MockEC2MockRecorder) DescribeAddresses(arg0 interface{}) *gomock.Call

DescribeAddresses indicates an expected call of DescribeAddresses.

func (*MockEC2MockRecorder) DescribeAddressesAttribute

func (mr *MockEC2MockRecorder) DescribeAddressesAttribute(arg0 interface{}) *gomock.Call

DescribeAddressesAttribute indicates an expected call of DescribeAddressesAttribute.

func (*MockEC2MockRecorder) DescribeAddressesAttributePages

func (mr *MockEC2MockRecorder) DescribeAddressesAttributePages(arg0, arg1 interface{}) *gomock.Call

DescribeAddressesAttributePages indicates an expected call of DescribeAddressesAttributePages.

func (*MockEC2MockRecorder) DescribeAddressesAttributePagesWithContext

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

DescribeAddressesAttributePagesWithContext indicates an expected call of DescribeAddressesAttributePagesWithContext.

func (*MockEC2MockRecorder) DescribeAddressesAttributeRequest

func (mr *MockEC2MockRecorder) DescribeAddressesAttributeRequest(arg0 interface{}) *gomock.Call

DescribeAddressesAttributeRequest indicates an expected call of DescribeAddressesAttributeRequest.

func (*MockEC2MockRecorder) DescribeAddressesAttributeWithContext

func (mr *MockEC2MockRecorder) DescribeAddressesAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddressesAttributeWithContext indicates an expected call of DescribeAddressesAttributeWithContext.

func (*MockEC2MockRecorder) DescribeAddressesRequest

func (mr *MockEC2MockRecorder) DescribeAddressesRequest(arg0 interface{}) *gomock.Call

DescribeAddressesRequest indicates an expected call of DescribeAddressesRequest.

func (*MockEC2MockRecorder) DescribeAddressesWithContext

func (mr *MockEC2MockRecorder) DescribeAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddressesWithContext indicates an expected call of DescribeAddressesWithContext.

func (*MockEC2MockRecorder) DescribeAggregateIdFormat

func (mr *MockEC2MockRecorder) DescribeAggregateIdFormat(arg0 interface{}) *gomock.Call

DescribeAggregateIdFormat indicates an expected call of DescribeAggregateIdFormat.

func (*MockEC2MockRecorder) DescribeAggregateIdFormatRequest

func (mr *MockEC2MockRecorder) DescribeAggregateIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeAggregateIdFormatRequest indicates an expected call of DescribeAggregateIdFormatRequest.

func (*MockEC2MockRecorder) DescribeAggregateIdFormatWithContext

func (mr *MockEC2MockRecorder) DescribeAggregateIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAggregateIdFormatWithContext indicates an expected call of DescribeAggregateIdFormatWithContext.

func (*MockEC2MockRecorder) DescribeAvailabilityZones

func (mr *MockEC2MockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call

DescribeAvailabilityZones indicates an expected call of DescribeAvailabilityZones.

func (*MockEC2MockRecorder) DescribeAvailabilityZonesRequest

func (mr *MockEC2MockRecorder) DescribeAvailabilityZonesRequest(arg0 interface{}) *gomock.Call

DescribeAvailabilityZonesRequest indicates an expected call of DescribeAvailabilityZonesRequest.

func (*MockEC2MockRecorder) DescribeAvailabilityZonesWithContext

func (mr *MockEC2MockRecorder) DescribeAvailabilityZonesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAvailabilityZonesWithContext indicates an expected call of DescribeAvailabilityZonesWithContext.

func (*MockEC2MockRecorder) DescribeAwsNetworkPerformanceMetricSubscriptions

func (mr *MockEC2MockRecorder) DescribeAwsNetworkPerformanceMetricSubscriptions(arg0 interface{}) *gomock.Call

DescribeAwsNetworkPerformanceMetricSubscriptions indicates an expected call of DescribeAwsNetworkPerformanceMetricSubscriptions.

func (*MockEC2MockRecorder) DescribeAwsNetworkPerformanceMetricSubscriptionsPages

func (mr *MockEC2MockRecorder) DescribeAwsNetworkPerformanceMetricSubscriptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeAwsNetworkPerformanceMetricSubscriptionsPages indicates an expected call of DescribeAwsNetworkPerformanceMetricSubscriptionsPages.

func (*MockEC2MockRecorder) DescribeAwsNetworkPerformanceMetricSubscriptionsPagesWithContext

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

DescribeAwsNetworkPerformanceMetricSubscriptionsPagesWithContext indicates an expected call of DescribeAwsNetworkPerformanceMetricSubscriptionsPagesWithContext.

func (*MockEC2MockRecorder) DescribeAwsNetworkPerformanceMetricSubscriptionsRequest

func (mr *MockEC2MockRecorder) DescribeAwsNetworkPerformanceMetricSubscriptionsRequest(arg0 interface{}) *gomock.Call

DescribeAwsNetworkPerformanceMetricSubscriptionsRequest indicates an expected call of DescribeAwsNetworkPerformanceMetricSubscriptionsRequest.

func (*MockEC2MockRecorder) DescribeAwsNetworkPerformanceMetricSubscriptionsWithContext

func (mr *MockEC2MockRecorder) DescribeAwsNetworkPerformanceMetricSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAwsNetworkPerformanceMetricSubscriptionsWithContext indicates an expected call of DescribeAwsNetworkPerformanceMetricSubscriptionsWithContext.

func (*MockEC2MockRecorder) DescribeBundleTasks

func (mr *MockEC2MockRecorder) DescribeBundleTasks(arg0 interface{}) *gomock.Call

DescribeBundleTasks indicates an expected call of DescribeBundleTasks.

func (*MockEC2MockRecorder) DescribeBundleTasksRequest

func (mr *MockEC2MockRecorder) DescribeBundleTasksRequest(arg0 interface{}) *gomock.Call

DescribeBundleTasksRequest indicates an expected call of DescribeBundleTasksRequest.

func (*MockEC2MockRecorder) DescribeBundleTasksWithContext

func (mr *MockEC2MockRecorder) DescribeBundleTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBundleTasksWithContext indicates an expected call of DescribeBundleTasksWithContext.

func (*MockEC2MockRecorder) DescribeByoipCidrs

func (mr *MockEC2MockRecorder) DescribeByoipCidrs(arg0 interface{}) *gomock.Call

DescribeByoipCidrs indicates an expected call of DescribeByoipCidrs.

func (*MockEC2MockRecorder) DescribeByoipCidrsPages

func (mr *MockEC2MockRecorder) DescribeByoipCidrsPages(arg0, arg1 interface{}) *gomock.Call

DescribeByoipCidrsPages indicates an expected call of DescribeByoipCidrsPages.

func (*MockEC2MockRecorder) DescribeByoipCidrsPagesWithContext

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

DescribeByoipCidrsPagesWithContext indicates an expected call of DescribeByoipCidrsPagesWithContext.

func (*MockEC2MockRecorder) DescribeByoipCidrsRequest

func (mr *MockEC2MockRecorder) DescribeByoipCidrsRequest(arg0 interface{}) *gomock.Call

DescribeByoipCidrsRequest indicates an expected call of DescribeByoipCidrsRequest.

func (*MockEC2MockRecorder) DescribeByoipCidrsWithContext

func (mr *MockEC2MockRecorder) DescribeByoipCidrsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeByoipCidrsWithContext indicates an expected call of DescribeByoipCidrsWithContext.

func (*MockEC2MockRecorder) DescribeCapacityReservationFleets

func (mr *MockEC2MockRecorder) DescribeCapacityReservationFleets(arg0 interface{}) *gomock.Call

DescribeCapacityReservationFleets indicates an expected call of DescribeCapacityReservationFleets.

func (*MockEC2MockRecorder) DescribeCapacityReservationFleetsPages

func (mr *MockEC2MockRecorder) DescribeCapacityReservationFleetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCapacityReservationFleetsPages indicates an expected call of DescribeCapacityReservationFleetsPages.

func (*MockEC2MockRecorder) DescribeCapacityReservationFleetsPagesWithContext

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

DescribeCapacityReservationFleetsPagesWithContext indicates an expected call of DescribeCapacityReservationFleetsPagesWithContext.

func (*MockEC2MockRecorder) DescribeCapacityReservationFleetsRequest

func (mr *MockEC2MockRecorder) DescribeCapacityReservationFleetsRequest(arg0 interface{}) *gomock.Call

DescribeCapacityReservationFleetsRequest indicates an expected call of DescribeCapacityReservationFleetsRequest.

func (*MockEC2MockRecorder) DescribeCapacityReservationFleetsWithContext

func (mr *MockEC2MockRecorder) DescribeCapacityReservationFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCapacityReservationFleetsWithContext indicates an expected call of DescribeCapacityReservationFleetsWithContext.

func (*MockEC2MockRecorder) DescribeCapacityReservations

func (mr *MockEC2MockRecorder) DescribeCapacityReservations(arg0 interface{}) *gomock.Call

DescribeCapacityReservations indicates an expected call of DescribeCapacityReservations.

func (*MockEC2MockRecorder) DescribeCapacityReservationsPages

func (mr *MockEC2MockRecorder) DescribeCapacityReservationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCapacityReservationsPages indicates an expected call of DescribeCapacityReservationsPages.

func (*MockEC2MockRecorder) DescribeCapacityReservationsPagesWithContext

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

DescribeCapacityReservationsPagesWithContext indicates an expected call of DescribeCapacityReservationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeCapacityReservationsRequest

func (mr *MockEC2MockRecorder) DescribeCapacityReservationsRequest(arg0 interface{}) *gomock.Call

DescribeCapacityReservationsRequest indicates an expected call of DescribeCapacityReservationsRequest.

func (*MockEC2MockRecorder) DescribeCapacityReservationsWithContext

func (mr *MockEC2MockRecorder) DescribeCapacityReservationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCapacityReservationsWithContext indicates an expected call of DescribeCapacityReservationsWithContext.

func (*MockEC2MockRecorder) DescribeCarrierGateways

func (mr *MockEC2MockRecorder) DescribeCarrierGateways(arg0 interface{}) *gomock.Call

DescribeCarrierGateways indicates an expected call of DescribeCarrierGateways.

func (*MockEC2MockRecorder) DescribeCarrierGatewaysPages

func (mr *MockEC2MockRecorder) DescribeCarrierGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeCarrierGatewaysPages indicates an expected call of DescribeCarrierGatewaysPages.

func (*MockEC2MockRecorder) DescribeCarrierGatewaysPagesWithContext

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

DescribeCarrierGatewaysPagesWithContext indicates an expected call of DescribeCarrierGatewaysPagesWithContext.

func (*MockEC2MockRecorder) DescribeCarrierGatewaysRequest

func (mr *MockEC2MockRecorder) DescribeCarrierGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeCarrierGatewaysRequest indicates an expected call of DescribeCarrierGatewaysRequest.

func (*MockEC2MockRecorder) DescribeCarrierGatewaysWithContext

func (mr *MockEC2MockRecorder) DescribeCarrierGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCarrierGatewaysWithContext indicates an expected call of DescribeCarrierGatewaysWithContext.

func (*MockEC2MockRecorder) DescribeClassicLinkInstances

func (mr *MockEC2MockRecorder) DescribeClassicLinkInstances(arg0 interface{}) *gomock.Call

DescribeClassicLinkInstances indicates an expected call of DescribeClassicLinkInstances.

func (*MockEC2MockRecorder) DescribeClassicLinkInstancesPages

func (mr *MockEC2MockRecorder) DescribeClassicLinkInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeClassicLinkInstancesPages indicates an expected call of DescribeClassicLinkInstancesPages.

func (*MockEC2MockRecorder) DescribeClassicLinkInstancesPagesWithContext

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

DescribeClassicLinkInstancesPagesWithContext indicates an expected call of DescribeClassicLinkInstancesPagesWithContext.

func (*MockEC2MockRecorder) DescribeClassicLinkInstancesRequest

func (mr *MockEC2MockRecorder) DescribeClassicLinkInstancesRequest(arg0 interface{}) *gomock.Call

DescribeClassicLinkInstancesRequest indicates an expected call of DescribeClassicLinkInstancesRequest.

func (*MockEC2MockRecorder) DescribeClassicLinkInstancesWithContext

func (mr *MockEC2MockRecorder) DescribeClassicLinkInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClassicLinkInstancesWithContext indicates an expected call of DescribeClassicLinkInstancesWithContext.

func (*MockEC2MockRecorder) DescribeClientVpnAuthorizationRules

func (mr *MockEC2MockRecorder) DescribeClientVpnAuthorizationRules(arg0 interface{}) *gomock.Call

DescribeClientVpnAuthorizationRules indicates an expected call of DescribeClientVpnAuthorizationRules.

func (*MockEC2MockRecorder) DescribeClientVpnAuthorizationRulesPages

func (mr *MockEC2MockRecorder) DescribeClientVpnAuthorizationRulesPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesPages indicates an expected call of DescribeClientVpnAuthorizationRulesPages.

func (*MockEC2MockRecorder) DescribeClientVpnAuthorizationRulesPagesWithContext

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

DescribeClientVpnAuthorizationRulesPagesWithContext indicates an expected call of DescribeClientVpnAuthorizationRulesPagesWithContext.

func (*MockEC2MockRecorder) DescribeClientVpnAuthorizationRulesRequest

func (mr *MockEC2MockRecorder) DescribeClientVpnAuthorizationRulesRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesRequest indicates an expected call of DescribeClientVpnAuthorizationRulesRequest.

func (*MockEC2MockRecorder) DescribeClientVpnAuthorizationRulesWithContext

func (mr *MockEC2MockRecorder) DescribeClientVpnAuthorizationRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesWithContext indicates an expected call of DescribeClientVpnAuthorizationRulesWithContext.

func (*MockEC2MockRecorder) DescribeClientVpnConnections

func (mr *MockEC2MockRecorder) DescribeClientVpnConnections(arg0 interface{}) *gomock.Call

DescribeClientVpnConnections indicates an expected call of DescribeClientVpnConnections.

func (*MockEC2MockRecorder) DescribeClientVpnConnectionsPages

func (mr *MockEC2MockRecorder) DescribeClientVpnConnectionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnConnectionsPages indicates an expected call of DescribeClientVpnConnectionsPages.

func (*MockEC2MockRecorder) DescribeClientVpnConnectionsPagesWithContext

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

DescribeClientVpnConnectionsPagesWithContext indicates an expected call of DescribeClientVpnConnectionsPagesWithContext.

func (*MockEC2MockRecorder) DescribeClientVpnConnectionsRequest

func (mr *MockEC2MockRecorder) DescribeClientVpnConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnConnectionsRequest indicates an expected call of DescribeClientVpnConnectionsRequest.

func (*MockEC2MockRecorder) DescribeClientVpnConnectionsWithContext

func (mr *MockEC2MockRecorder) DescribeClientVpnConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnConnectionsWithContext indicates an expected call of DescribeClientVpnConnectionsWithContext.

func (*MockEC2MockRecorder) DescribeClientVpnEndpoints

func (mr *MockEC2MockRecorder) DescribeClientVpnEndpoints(arg0 interface{}) *gomock.Call

DescribeClientVpnEndpoints indicates an expected call of DescribeClientVpnEndpoints.

func (*MockEC2MockRecorder) DescribeClientVpnEndpointsPages

func (mr *MockEC2MockRecorder) DescribeClientVpnEndpointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnEndpointsPages indicates an expected call of DescribeClientVpnEndpointsPages.

func (*MockEC2MockRecorder) DescribeClientVpnEndpointsPagesWithContext

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

DescribeClientVpnEndpointsPagesWithContext indicates an expected call of DescribeClientVpnEndpointsPagesWithContext.

func (*MockEC2MockRecorder) DescribeClientVpnEndpointsRequest

func (mr *MockEC2MockRecorder) DescribeClientVpnEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnEndpointsRequest indicates an expected call of DescribeClientVpnEndpointsRequest.

func (*MockEC2MockRecorder) DescribeClientVpnEndpointsWithContext

func (mr *MockEC2MockRecorder) DescribeClientVpnEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnEndpointsWithContext indicates an expected call of DescribeClientVpnEndpointsWithContext.

func (*MockEC2MockRecorder) DescribeClientVpnRoutes

func (mr *MockEC2MockRecorder) DescribeClientVpnRoutes(arg0 interface{}) *gomock.Call

DescribeClientVpnRoutes indicates an expected call of DescribeClientVpnRoutes.

func (*MockEC2MockRecorder) DescribeClientVpnRoutesPages

func (mr *MockEC2MockRecorder) DescribeClientVpnRoutesPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnRoutesPages indicates an expected call of DescribeClientVpnRoutesPages.

func (*MockEC2MockRecorder) DescribeClientVpnRoutesPagesWithContext

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

DescribeClientVpnRoutesPagesWithContext indicates an expected call of DescribeClientVpnRoutesPagesWithContext.

func (*MockEC2MockRecorder) DescribeClientVpnRoutesRequest

func (mr *MockEC2MockRecorder) DescribeClientVpnRoutesRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnRoutesRequest indicates an expected call of DescribeClientVpnRoutesRequest.

func (*MockEC2MockRecorder) DescribeClientVpnRoutesWithContext

func (mr *MockEC2MockRecorder) DescribeClientVpnRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnRoutesWithContext indicates an expected call of DescribeClientVpnRoutesWithContext.

func (*MockEC2MockRecorder) DescribeClientVpnTargetNetworks

func (mr *MockEC2MockRecorder) DescribeClientVpnTargetNetworks(arg0 interface{}) *gomock.Call

DescribeClientVpnTargetNetworks indicates an expected call of DescribeClientVpnTargetNetworks.

func (*MockEC2MockRecorder) DescribeClientVpnTargetNetworksPages

func (mr *MockEC2MockRecorder) DescribeClientVpnTargetNetworksPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnTargetNetworksPages indicates an expected call of DescribeClientVpnTargetNetworksPages.

func (*MockEC2MockRecorder) DescribeClientVpnTargetNetworksPagesWithContext

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

DescribeClientVpnTargetNetworksPagesWithContext indicates an expected call of DescribeClientVpnTargetNetworksPagesWithContext.

func (*MockEC2MockRecorder) DescribeClientVpnTargetNetworksRequest

func (mr *MockEC2MockRecorder) DescribeClientVpnTargetNetworksRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnTargetNetworksRequest indicates an expected call of DescribeClientVpnTargetNetworksRequest.

func (*MockEC2MockRecorder) DescribeClientVpnTargetNetworksWithContext

func (mr *MockEC2MockRecorder) DescribeClientVpnTargetNetworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnTargetNetworksWithContext indicates an expected call of DescribeClientVpnTargetNetworksWithContext.

func (*MockEC2MockRecorder) DescribeCoipPools

func (mr *MockEC2MockRecorder) DescribeCoipPools(arg0 interface{}) *gomock.Call

DescribeCoipPools indicates an expected call of DescribeCoipPools.

func (*MockEC2MockRecorder) DescribeCoipPoolsPages

func (mr *MockEC2MockRecorder) DescribeCoipPoolsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCoipPoolsPages indicates an expected call of DescribeCoipPoolsPages.

func (*MockEC2MockRecorder) DescribeCoipPoolsPagesWithContext

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

DescribeCoipPoolsPagesWithContext indicates an expected call of DescribeCoipPoolsPagesWithContext.

func (*MockEC2MockRecorder) DescribeCoipPoolsRequest

func (mr *MockEC2MockRecorder) DescribeCoipPoolsRequest(arg0 interface{}) *gomock.Call

DescribeCoipPoolsRequest indicates an expected call of DescribeCoipPoolsRequest.

func (*MockEC2MockRecorder) DescribeCoipPoolsWithContext

func (mr *MockEC2MockRecorder) DescribeCoipPoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCoipPoolsWithContext indicates an expected call of DescribeCoipPoolsWithContext.

func (*MockEC2MockRecorder) DescribeConversionTasks

func (mr *MockEC2MockRecorder) DescribeConversionTasks(arg0 interface{}) *gomock.Call

DescribeConversionTasks indicates an expected call of DescribeConversionTasks.

func (*MockEC2MockRecorder) DescribeConversionTasksRequest

func (mr *MockEC2MockRecorder) DescribeConversionTasksRequest(arg0 interface{}) *gomock.Call

DescribeConversionTasksRequest indicates an expected call of DescribeConversionTasksRequest.

func (*MockEC2MockRecorder) DescribeConversionTasksWithContext

func (mr *MockEC2MockRecorder) DescribeConversionTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConversionTasksWithContext indicates an expected call of DescribeConversionTasksWithContext.

func (*MockEC2MockRecorder) DescribeCustomerGateways

func (mr *MockEC2MockRecorder) DescribeCustomerGateways(arg0 interface{}) *gomock.Call

DescribeCustomerGateways indicates an expected call of DescribeCustomerGateways.

func (*MockEC2MockRecorder) DescribeCustomerGatewaysRequest

func (mr *MockEC2MockRecorder) DescribeCustomerGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeCustomerGatewaysRequest indicates an expected call of DescribeCustomerGatewaysRequest.

func (*MockEC2MockRecorder) DescribeCustomerGatewaysWithContext

func (mr *MockEC2MockRecorder) DescribeCustomerGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCustomerGatewaysWithContext indicates an expected call of DescribeCustomerGatewaysWithContext.

func (*MockEC2MockRecorder) DescribeDhcpOptions

func (mr *MockEC2MockRecorder) DescribeDhcpOptions(arg0 interface{}) *gomock.Call

DescribeDhcpOptions indicates an expected call of DescribeDhcpOptions.

func (*MockEC2MockRecorder) DescribeDhcpOptionsPages

func (mr *MockEC2MockRecorder) DescribeDhcpOptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDhcpOptionsPages indicates an expected call of DescribeDhcpOptionsPages.

func (*MockEC2MockRecorder) DescribeDhcpOptionsPagesWithContext

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

DescribeDhcpOptionsPagesWithContext indicates an expected call of DescribeDhcpOptionsPagesWithContext.

func (*MockEC2MockRecorder) DescribeDhcpOptionsRequest

func (mr *MockEC2MockRecorder) DescribeDhcpOptionsRequest(arg0 interface{}) *gomock.Call

DescribeDhcpOptionsRequest indicates an expected call of DescribeDhcpOptionsRequest.

func (*MockEC2MockRecorder) DescribeDhcpOptionsWithContext

func (mr *MockEC2MockRecorder) DescribeDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDhcpOptionsWithContext indicates an expected call of DescribeDhcpOptionsWithContext.

func (*MockEC2MockRecorder) DescribeEgressOnlyInternetGateways

func (mr *MockEC2MockRecorder) DescribeEgressOnlyInternetGateways(arg0 interface{}) *gomock.Call

DescribeEgressOnlyInternetGateways indicates an expected call of DescribeEgressOnlyInternetGateways.

func (*MockEC2MockRecorder) DescribeEgressOnlyInternetGatewaysPages

func (mr *MockEC2MockRecorder) DescribeEgressOnlyInternetGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysPages indicates an expected call of DescribeEgressOnlyInternetGatewaysPages.

func (*MockEC2MockRecorder) DescribeEgressOnlyInternetGatewaysPagesWithContext

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

DescribeEgressOnlyInternetGatewaysPagesWithContext indicates an expected call of DescribeEgressOnlyInternetGatewaysPagesWithContext.

func (*MockEC2MockRecorder) DescribeEgressOnlyInternetGatewaysRequest

func (mr *MockEC2MockRecorder) DescribeEgressOnlyInternetGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysRequest indicates an expected call of DescribeEgressOnlyInternetGatewaysRequest.

func (*MockEC2MockRecorder) DescribeEgressOnlyInternetGatewaysWithContext

func (mr *MockEC2MockRecorder) DescribeEgressOnlyInternetGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysWithContext indicates an expected call of DescribeEgressOnlyInternetGatewaysWithContext.

func (*MockEC2MockRecorder) DescribeElasticGpus

func (mr *MockEC2MockRecorder) DescribeElasticGpus(arg0 interface{}) *gomock.Call

DescribeElasticGpus indicates an expected call of DescribeElasticGpus.

func (*MockEC2MockRecorder) DescribeElasticGpusRequest

func (mr *MockEC2MockRecorder) DescribeElasticGpusRequest(arg0 interface{}) *gomock.Call

DescribeElasticGpusRequest indicates an expected call of DescribeElasticGpusRequest.

func (*MockEC2MockRecorder) DescribeElasticGpusWithContext

func (mr *MockEC2MockRecorder) DescribeElasticGpusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeElasticGpusWithContext indicates an expected call of DescribeElasticGpusWithContext.

func (*MockEC2MockRecorder) DescribeExportImageTasks

func (mr *MockEC2MockRecorder) DescribeExportImageTasks(arg0 interface{}) *gomock.Call

DescribeExportImageTasks indicates an expected call of DescribeExportImageTasks.

func (*MockEC2MockRecorder) DescribeExportImageTasksPages

func (mr *MockEC2MockRecorder) DescribeExportImageTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeExportImageTasksPages indicates an expected call of DescribeExportImageTasksPages.

func (*MockEC2MockRecorder) DescribeExportImageTasksPagesWithContext

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

DescribeExportImageTasksPagesWithContext indicates an expected call of DescribeExportImageTasksPagesWithContext.

func (*MockEC2MockRecorder) DescribeExportImageTasksRequest

func (mr *MockEC2MockRecorder) DescribeExportImageTasksRequest(arg0 interface{}) *gomock.Call

DescribeExportImageTasksRequest indicates an expected call of DescribeExportImageTasksRequest.

func (*MockEC2MockRecorder) DescribeExportImageTasksWithContext

func (mr *MockEC2MockRecorder) DescribeExportImageTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExportImageTasksWithContext indicates an expected call of DescribeExportImageTasksWithContext.

func (*MockEC2MockRecorder) DescribeExportTasks

func (mr *MockEC2MockRecorder) DescribeExportTasks(arg0 interface{}) *gomock.Call

DescribeExportTasks indicates an expected call of DescribeExportTasks.

func (*MockEC2MockRecorder) DescribeExportTasksRequest

func (mr *MockEC2MockRecorder) DescribeExportTasksRequest(arg0 interface{}) *gomock.Call

DescribeExportTasksRequest indicates an expected call of DescribeExportTasksRequest.

func (*MockEC2MockRecorder) DescribeExportTasksWithContext

func (mr *MockEC2MockRecorder) DescribeExportTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExportTasksWithContext indicates an expected call of DescribeExportTasksWithContext.

func (*MockEC2MockRecorder) DescribeFastLaunchImages

func (mr *MockEC2MockRecorder) DescribeFastLaunchImages(arg0 interface{}) *gomock.Call

DescribeFastLaunchImages indicates an expected call of DescribeFastLaunchImages.

func (*MockEC2MockRecorder) DescribeFastLaunchImagesPages

func (mr *MockEC2MockRecorder) DescribeFastLaunchImagesPages(arg0, arg1 interface{}) *gomock.Call

DescribeFastLaunchImagesPages indicates an expected call of DescribeFastLaunchImagesPages.

func (*MockEC2MockRecorder) DescribeFastLaunchImagesPagesWithContext

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

DescribeFastLaunchImagesPagesWithContext indicates an expected call of DescribeFastLaunchImagesPagesWithContext.

func (*MockEC2MockRecorder) DescribeFastLaunchImagesRequest

func (mr *MockEC2MockRecorder) DescribeFastLaunchImagesRequest(arg0 interface{}) *gomock.Call

DescribeFastLaunchImagesRequest indicates an expected call of DescribeFastLaunchImagesRequest.

func (*MockEC2MockRecorder) DescribeFastLaunchImagesWithContext

func (mr *MockEC2MockRecorder) DescribeFastLaunchImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFastLaunchImagesWithContext indicates an expected call of DescribeFastLaunchImagesWithContext.

func (*MockEC2MockRecorder) DescribeFastSnapshotRestores

func (mr *MockEC2MockRecorder) DescribeFastSnapshotRestores(arg0 interface{}) *gomock.Call

DescribeFastSnapshotRestores indicates an expected call of DescribeFastSnapshotRestores.

func (*MockEC2MockRecorder) DescribeFastSnapshotRestoresPages

func (mr *MockEC2MockRecorder) DescribeFastSnapshotRestoresPages(arg0, arg1 interface{}) *gomock.Call

DescribeFastSnapshotRestoresPages indicates an expected call of DescribeFastSnapshotRestoresPages.

func (*MockEC2MockRecorder) DescribeFastSnapshotRestoresPagesWithContext

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

DescribeFastSnapshotRestoresPagesWithContext indicates an expected call of DescribeFastSnapshotRestoresPagesWithContext.

func (*MockEC2MockRecorder) DescribeFastSnapshotRestoresRequest

func (mr *MockEC2MockRecorder) DescribeFastSnapshotRestoresRequest(arg0 interface{}) *gomock.Call

DescribeFastSnapshotRestoresRequest indicates an expected call of DescribeFastSnapshotRestoresRequest.

func (*MockEC2MockRecorder) DescribeFastSnapshotRestoresWithContext

func (mr *MockEC2MockRecorder) DescribeFastSnapshotRestoresWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFastSnapshotRestoresWithContext indicates an expected call of DescribeFastSnapshotRestoresWithContext.

func (*MockEC2MockRecorder) DescribeFleetHistory

func (mr *MockEC2MockRecorder) DescribeFleetHistory(arg0 interface{}) *gomock.Call

DescribeFleetHistory indicates an expected call of DescribeFleetHistory.

func (*MockEC2MockRecorder) DescribeFleetHistoryRequest

func (mr *MockEC2MockRecorder) DescribeFleetHistoryRequest(arg0 interface{}) *gomock.Call

DescribeFleetHistoryRequest indicates an expected call of DescribeFleetHistoryRequest.

func (*MockEC2MockRecorder) DescribeFleetHistoryWithContext

func (mr *MockEC2MockRecorder) DescribeFleetHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetHistoryWithContext indicates an expected call of DescribeFleetHistoryWithContext.

func (*MockEC2MockRecorder) DescribeFleetInstances

func (mr *MockEC2MockRecorder) DescribeFleetInstances(arg0 interface{}) *gomock.Call

DescribeFleetInstances indicates an expected call of DescribeFleetInstances.

func (*MockEC2MockRecorder) DescribeFleetInstancesRequest

func (mr *MockEC2MockRecorder) DescribeFleetInstancesRequest(arg0 interface{}) *gomock.Call

DescribeFleetInstancesRequest indicates an expected call of DescribeFleetInstancesRequest.

func (*MockEC2MockRecorder) DescribeFleetInstancesWithContext

func (mr *MockEC2MockRecorder) DescribeFleetInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetInstancesWithContext indicates an expected call of DescribeFleetInstancesWithContext.

func (*MockEC2MockRecorder) DescribeFleets

func (mr *MockEC2MockRecorder) DescribeFleets(arg0 interface{}) *gomock.Call

DescribeFleets indicates an expected call of DescribeFleets.

func (*MockEC2MockRecorder) DescribeFleetsPages

func (mr *MockEC2MockRecorder) DescribeFleetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeFleetsPages indicates an expected call of DescribeFleetsPages.

func (*MockEC2MockRecorder) DescribeFleetsPagesWithContext

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

DescribeFleetsPagesWithContext indicates an expected call of DescribeFleetsPagesWithContext.

func (*MockEC2MockRecorder) DescribeFleetsRequest

func (mr *MockEC2MockRecorder) DescribeFleetsRequest(arg0 interface{}) *gomock.Call

DescribeFleetsRequest indicates an expected call of DescribeFleetsRequest.

func (*MockEC2MockRecorder) DescribeFleetsWithContext

func (mr *MockEC2MockRecorder) DescribeFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetsWithContext indicates an expected call of DescribeFleetsWithContext.

func (*MockEC2MockRecorder) DescribeFlowLogs

func (mr *MockEC2MockRecorder) DescribeFlowLogs(arg0 interface{}) *gomock.Call

DescribeFlowLogs indicates an expected call of DescribeFlowLogs.

func (*MockEC2MockRecorder) DescribeFlowLogsPages

func (mr *MockEC2MockRecorder) DescribeFlowLogsPages(arg0, arg1 interface{}) *gomock.Call

DescribeFlowLogsPages indicates an expected call of DescribeFlowLogsPages.

func (*MockEC2MockRecorder) DescribeFlowLogsPagesWithContext

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

DescribeFlowLogsPagesWithContext indicates an expected call of DescribeFlowLogsPagesWithContext.

func (*MockEC2MockRecorder) DescribeFlowLogsRequest

func (mr *MockEC2MockRecorder) DescribeFlowLogsRequest(arg0 interface{}) *gomock.Call

DescribeFlowLogsRequest indicates an expected call of DescribeFlowLogsRequest.

func (*MockEC2MockRecorder) DescribeFlowLogsWithContext

func (mr *MockEC2MockRecorder) DescribeFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFlowLogsWithContext indicates an expected call of DescribeFlowLogsWithContext.

func (*MockEC2MockRecorder) DescribeFpgaImageAttribute

func (mr *MockEC2MockRecorder) DescribeFpgaImageAttribute(arg0 interface{}) *gomock.Call

DescribeFpgaImageAttribute indicates an expected call of DescribeFpgaImageAttribute.

func (*MockEC2MockRecorder) DescribeFpgaImageAttributeRequest

func (mr *MockEC2MockRecorder) DescribeFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

DescribeFpgaImageAttributeRequest indicates an expected call of DescribeFpgaImageAttributeRequest.

func (*MockEC2MockRecorder) DescribeFpgaImageAttributeWithContext

func (mr *MockEC2MockRecorder) DescribeFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFpgaImageAttributeWithContext indicates an expected call of DescribeFpgaImageAttributeWithContext.

func (*MockEC2MockRecorder) DescribeFpgaImages

func (mr *MockEC2MockRecorder) DescribeFpgaImages(arg0 interface{}) *gomock.Call

DescribeFpgaImages indicates an expected call of DescribeFpgaImages.

func (*MockEC2MockRecorder) DescribeFpgaImagesPages

func (mr *MockEC2MockRecorder) DescribeFpgaImagesPages(arg0, arg1 interface{}) *gomock.Call

DescribeFpgaImagesPages indicates an expected call of DescribeFpgaImagesPages.

func (*MockEC2MockRecorder) DescribeFpgaImagesPagesWithContext

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

DescribeFpgaImagesPagesWithContext indicates an expected call of DescribeFpgaImagesPagesWithContext.

func (*MockEC2MockRecorder) DescribeFpgaImagesRequest

func (mr *MockEC2MockRecorder) DescribeFpgaImagesRequest(arg0 interface{}) *gomock.Call

DescribeFpgaImagesRequest indicates an expected call of DescribeFpgaImagesRequest.

func (*MockEC2MockRecorder) DescribeFpgaImagesWithContext

func (mr *MockEC2MockRecorder) DescribeFpgaImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFpgaImagesWithContext indicates an expected call of DescribeFpgaImagesWithContext.

func (*MockEC2MockRecorder) DescribeHostReservationOfferings

func (mr *MockEC2MockRecorder) DescribeHostReservationOfferings(arg0 interface{}) *gomock.Call

DescribeHostReservationOfferings indicates an expected call of DescribeHostReservationOfferings.

func (*MockEC2MockRecorder) DescribeHostReservationOfferingsPages

func (mr *MockEC2MockRecorder) DescribeHostReservationOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeHostReservationOfferingsPages indicates an expected call of DescribeHostReservationOfferingsPages.

func (*MockEC2MockRecorder) DescribeHostReservationOfferingsPagesWithContext

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

DescribeHostReservationOfferingsPagesWithContext indicates an expected call of DescribeHostReservationOfferingsPagesWithContext.

func (*MockEC2MockRecorder) DescribeHostReservationOfferingsRequest

func (mr *MockEC2MockRecorder) DescribeHostReservationOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeHostReservationOfferingsRequest indicates an expected call of DescribeHostReservationOfferingsRequest.

func (*MockEC2MockRecorder) DescribeHostReservationOfferingsWithContext

func (mr *MockEC2MockRecorder) DescribeHostReservationOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostReservationOfferingsWithContext indicates an expected call of DescribeHostReservationOfferingsWithContext.

func (*MockEC2MockRecorder) DescribeHostReservations

func (mr *MockEC2MockRecorder) DescribeHostReservations(arg0 interface{}) *gomock.Call

DescribeHostReservations indicates an expected call of DescribeHostReservations.

func (*MockEC2MockRecorder) DescribeHostReservationsPages

func (mr *MockEC2MockRecorder) DescribeHostReservationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeHostReservationsPages indicates an expected call of DescribeHostReservationsPages.

func (*MockEC2MockRecorder) DescribeHostReservationsPagesWithContext

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

DescribeHostReservationsPagesWithContext indicates an expected call of DescribeHostReservationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeHostReservationsRequest

func (mr *MockEC2MockRecorder) DescribeHostReservationsRequest(arg0 interface{}) *gomock.Call

DescribeHostReservationsRequest indicates an expected call of DescribeHostReservationsRequest.

func (*MockEC2MockRecorder) DescribeHostReservationsWithContext

func (mr *MockEC2MockRecorder) DescribeHostReservationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostReservationsWithContext indicates an expected call of DescribeHostReservationsWithContext.

func (*MockEC2MockRecorder) DescribeHosts

func (mr *MockEC2MockRecorder) DescribeHosts(arg0 interface{}) *gomock.Call

DescribeHosts indicates an expected call of DescribeHosts.

func (*MockEC2MockRecorder) DescribeHostsPages

func (mr *MockEC2MockRecorder) DescribeHostsPages(arg0, arg1 interface{}) *gomock.Call

DescribeHostsPages indicates an expected call of DescribeHostsPages.

func (*MockEC2MockRecorder) DescribeHostsPagesWithContext

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

DescribeHostsPagesWithContext indicates an expected call of DescribeHostsPagesWithContext.

func (*MockEC2MockRecorder) DescribeHostsRequest

func (mr *MockEC2MockRecorder) DescribeHostsRequest(arg0 interface{}) *gomock.Call

DescribeHostsRequest indicates an expected call of DescribeHostsRequest.

func (*MockEC2MockRecorder) DescribeHostsWithContext

func (mr *MockEC2MockRecorder) DescribeHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostsWithContext indicates an expected call of DescribeHostsWithContext.

func (*MockEC2MockRecorder) DescribeIamInstanceProfileAssociations

func (mr *MockEC2MockRecorder) DescribeIamInstanceProfileAssociations(arg0 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociations indicates an expected call of DescribeIamInstanceProfileAssociations.

func (*MockEC2MockRecorder) DescribeIamInstanceProfileAssociationsPages

func (mr *MockEC2MockRecorder) DescribeIamInstanceProfileAssociationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsPages indicates an expected call of DescribeIamInstanceProfileAssociationsPages.

func (*MockEC2MockRecorder) DescribeIamInstanceProfileAssociationsPagesWithContext

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

DescribeIamInstanceProfileAssociationsPagesWithContext indicates an expected call of DescribeIamInstanceProfileAssociationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeIamInstanceProfileAssociationsRequest

func (mr *MockEC2MockRecorder) DescribeIamInstanceProfileAssociationsRequest(arg0 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsRequest indicates an expected call of DescribeIamInstanceProfileAssociationsRequest.

func (*MockEC2MockRecorder) DescribeIamInstanceProfileAssociationsWithContext

func (mr *MockEC2MockRecorder) DescribeIamInstanceProfileAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsWithContext indicates an expected call of DescribeIamInstanceProfileAssociationsWithContext.

func (*MockEC2MockRecorder) DescribeIdFormat

func (mr *MockEC2MockRecorder) DescribeIdFormat(arg0 interface{}) *gomock.Call

DescribeIdFormat indicates an expected call of DescribeIdFormat.

func (*MockEC2MockRecorder) DescribeIdFormatRequest

func (mr *MockEC2MockRecorder) DescribeIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeIdFormatRequest indicates an expected call of DescribeIdFormatRequest.

func (*MockEC2MockRecorder) DescribeIdFormatWithContext

func (mr *MockEC2MockRecorder) DescribeIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdFormatWithContext indicates an expected call of DescribeIdFormatWithContext.

func (*MockEC2MockRecorder) DescribeIdentityIdFormat

func (mr *MockEC2MockRecorder) DescribeIdentityIdFormat(arg0 interface{}) *gomock.Call

DescribeIdentityIdFormat indicates an expected call of DescribeIdentityIdFormat.

func (*MockEC2MockRecorder) DescribeIdentityIdFormatRequest

func (mr *MockEC2MockRecorder) DescribeIdentityIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeIdentityIdFormatRequest indicates an expected call of DescribeIdentityIdFormatRequest.

func (*MockEC2MockRecorder) DescribeIdentityIdFormatWithContext

func (mr *MockEC2MockRecorder) DescribeIdentityIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdentityIdFormatWithContext indicates an expected call of DescribeIdentityIdFormatWithContext.

func (*MockEC2MockRecorder) DescribeImageAttribute

func (mr *MockEC2MockRecorder) DescribeImageAttribute(arg0 interface{}) *gomock.Call

DescribeImageAttribute indicates an expected call of DescribeImageAttribute.

func (*MockEC2MockRecorder) DescribeImageAttributeRequest

func (mr *MockEC2MockRecorder) DescribeImageAttributeRequest(arg0 interface{}) *gomock.Call

DescribeImageAttributeRequest indicates an expected call of DescribeImageAttributeRequest.

func (*MockEC2MockRecorder) DescribeImageAttributeWithContext

func (mr *MockEC2MockRecorder) DescribeImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImageAttributeWithContext indicates an expected call of DescribeImageAttributeWithContext.

func (*MockEC2MockRecorder) DescribeImages

func (mr *MockEC2MockRecorder) DescribeImages(arg0 interface{}) *gomock.Call

DescribeImages indicates an expected call of DescribeImages.

func (*MockEC2MockRecorder) DescribeImagesPages

func (mr *MockEC2MockRecorder) DescribeImagesPages(arg0, arg1 interface{}) *gomock.Call

DescribeImagesPages indicates an expected call of DescribeImagesPages.

func (*MockEC2MockRecorder) DescribeImagesPagesWithContext

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

DescribeImagesPagesWithContext indicates an expected call of DescribeImagesPagesWithContext.

func (*MockEC2MockRecorder) DescribeImagesRequest

func (mr *MockEC2MockRecorder) DescribeImagesRequest(arg0 interface{}) *gomock.Call

DescribeImagesRequest indicates an expected call of DescribeImagesRequest.

func (*MockEC2MockRecorder) DescribeImagesWithContext

func (mr *MockEC2MockRecorder) DescribeImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImagesWithContext indicates an expected call of DescribeImagesWithContext.

func (*MockEC2MockRecorder) DescribeImportImageTasks

func (mr *MockEC2MockRecorder) DescribeImportImageTasks(arg0 interface{}) *gomock.Call

DescribeImportImageTasks indicates an expected call of DescribeImportImageTasks.

func (*MockEC2MockRecorder) DescribeImportImageTasksPages

func (mr *MockEC2MockRecorder) DescribeImportImageTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeImportImageTasksPages indicates an expected call of DescribeImportImageTasksPages.

func (*MockEC2MockRecorder) DescribeImportImageTasksPagesWithContext

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

DescribeImportImageTasksPagesWithContext indicates an expected call of DescribeImportImageTasksPagesWithContext.

func (*MockEC2MockRecorder) DescribeImportImageTasksRequest

func (mr *MockEC2MockRecorder) DescribeImportImageTasksRequest(arg0 interface{}) *gomock.Call

DescribeImportImageTasksRequest indicates an expected call of DescribeImportImageTasksRequest.

func (*MockEC2MockRecorder) DescribeImportImageTasksWithContext

func (mr *MockEC2MockRecorder) DescribeImportImageTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImportImageTasksWithContext indicates an expected call of DescribeImportImageTasksWithContext.

func (*MockEC2MockRecorder) DescribeImportSnapshotTasks

func (mr *MockEC2MockRecorder) DescribeImportSnapshotTasks(arg0 interface{}) *gomock.Call

DescribeImportSnapshotTasks indicates an expected call of DescribeImportSnapshotTasks.

func (*MockEC2MockRecorder) DescribeImportSnapshotTasksPages

func (mr *MockEC2MockRecorder) DescribeImportSnapshotTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeImportSnapshotTasksPages indicates an expected call of DescribeImportSnapshotTasksPages.

func (*MockEC2MockRecorder) DescribeImportSnapshotTasksPagesWithContext

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

DescribeImportSnapshotTasksPagesWithContext indicates an expected call of DescribeImportSnapshotTasksPagesWithContext.

func (*MockEC2MockRecorder) DescribeImportSnapshotTasksRequest

func (mr *MockEC2MockRecorder) DescribeImportSnapshotTasksRequest(arg0 interface{}) *gomock.Call

DescribeImportSnapshotTasksRequest indicates an expected call of DescribeImportSnapshotTasksRequest.

func (*MockEC2MockRecorder) DescribeImportSnapshotTasksWithContext

func (mr *MockEC2MockRecorder) DescribeImportSnapshotTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImportSnapshotTasksWithContext indicates an expected call of DescribeImportSnapshotTasksWithContext.

func (*MockEC2MockRecorder) DescribeInstanceAttribute

func (mr *MockEC2MockRecorder) DescribeInstanceAttribute(arg0 interface{}) *gomock.Call

DescribeInstanceAttribute indicates an expected call of DescribeInstanceAttribute.

func (*MockEC2MockRecorder) DescribeInstanceAttributeRequest

func (mr *MockEC2MockRecorder) DescribeInstanceAttributeRequest(arg0 interface{}) *gomock.Call

DescribeInstanceAttributeRequest indicates an expected call of DescribeInstanceAttributeRequest.

func (*MockEC2MockRecorder) DescribeInstanceAttributeWithContext

func (mr *MockEC2MockRecorder) DescribeInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceAttributeWithContext indicates an expected call of DescribeInstanceAttributeWithContext.

func (*MockEC2MockRecorder) DescribeInstanceConnectEndpoints

func (mr *MockEC2MockRecorder) DescribeInstanceConnectEndpoints(arg0 interface{}) *gomock.Call

DescribeInstanceConnectEndpoints indicates an expected call of DescribeInstanceConnectEndpoints.

func (*MockEC2MockRecorder) DescribeInstanceConnectEndpointsPages

func (mr *MockEC2MockRecorder) DescribeInstanceConnectEndpointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceConnectEndpointsPages indicates an expected call of DescribeInstanceConnectEndpointsPages.

func (*MockEC2MockRecorder) DescribeInstanceConnectEndpointsPagesWithContext

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

DescribeInstanceConnectEndpointsPagesWithContext indicates an expected call of DescribeInstanceConnectEndpointsPagesWithContext.

func (*MockEC2MockRecorder) DescribeInstanceConnectEndpointsRequest

func (mr *MockEC2MockRecorder) DescribeInstanceConnectEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeInstanceConnectEndpointsRequest indicates an expected call of DescribeInstanceConnectEndpointsRequest.

func (*MockEC2MockRecorder) DescribeInstanceConnectEndpointsWithContext

func (mr *MockEC2MockRecorder) DescribeInstanceConnectEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceConnectEndpointsWithContext indicates an expected call of DescribeInstanceConnectEndpointsWithContext.

func (*MockEC2MockRecorder) DescribeInstanceCreditSpecifications

func (mr *MockEC2MockRecorder) DescribeInstanceCreditSpecifications(arg0 interface{}) *gomock.Call

DescribeInstanceCreditSpecifications indicates an expected call of DescribeInstanceCreditSpecifications.

func (*MockEC2MockRecorder) DescribeInstanceCreditSpecificationsPages

func (mr *MockEC2MockRecorder) DescribeInstanceCreditSpecificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsPages indicates an expected call of DescribeInstanceCreditSpecificationsPages.

func (*MockEC2MockRecorder) DescribeInstanceCreditSpecificationsPagesWithContext

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

DescribeInstanceCreditSpecificationsPagesWithContext indicates an expected call of DescribeInstanceCreditSpecificationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeInstanceCreditSpecificationsRequest

func (mr *MockEC2MockRecorder) DescribeInstanceCreditSpecificationsRequest(arg0 interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsRequest indicates an expected call of DescribeInstanceCreditSpecificationsRequest.

func (*MockEC2MockRecorder) DescribeInstanceCreditSpecificationsWithContext

func (mr *MockEC2MockRecorder) DescribeInstanceCreditSpecificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsWithContext indicates an expected call of DescribeInstanceCreditSpecificationsWithContext.

func (*MockEC2MockRecorder) DescribeInstanceEventNotificationAttributes

func (mr *MockEC2MockRecorder) DescribeInstanceEventNotificationAttributes(arg0 interface{}) *gomock.Call

DescribeInstanceEventNotificationAttributes indicates an expected call of DescribeInstanceEventNotificationAttributes.

func (*MockEC2MockRecorder) DescribeInstanceEventNotificationAttributesRequest

func (mr *MockEC2MockRecorder) DescribeInstanceEventNotificationAttributesRequest(arg0 interface{}) *gomock.Call

DescribeInstanceEventNotificationAttributesRequest indicates an expected call of DescribeInstanceEventNotificationAttributesRequest.

func (*MockEC2MockRecorder) DescribeInstanceEventNotificationAttributesWithContext

func (mr *MockEC2MockRecorder) DescribeInstanceEventNotificationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceEventNotificationAttributesWithContext indicates an expected call of DescribeInstanceEventNotificationAttributesWithContext.

func (*MockEC2MockRecorder) DescribeInstanceEventWindows

func (mr *MockEC2MockRecorder) DescribeInstanceEventWindows(arg0 interface{}) *gomock.Call

DescribeInstanceEventWindows indicates an expected call of DescribeInstanceEventWindows.

func (*MockEC2MockRecorder) DescribeInstanceEventWindowsPages

func (mr *MockEC2MockRecorder) DescribeInstanceEventWindowsPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceEventWindowsPages indicates an expected call of DescribeInstanceEventWindowsPages.

func (*MockEC2MockRecorder) DescribeInstanceEventWindowsPagesWithContext

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

DescribeInstanceEventWindowsPagesWithContext indicates an expected call of DescribeInstanceEventWindowsPagesWithContext.

func (*MockEC2MockRecorder) DescribeInstanceEventWindowsRequest

func (mr *MockEC2MockRecorder) DescribeInstanceEventWindowsRequest(arg0 interface{}) *gomock.Call

DescribeInstanceEventWindowsRequest indicates an expected call of DescribeInstanceEventWindowsRequest.

func (*MockEC2MockRecorder) DescribeInstanceEventWindowsWithContext

func (mr *MockEC2MockRecorder) DescribeInstanceEventWindowsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceEventWindowsWithContext indicates an expected call of DescribeInstanceEventWindowsWithContext.

func (*MockEC2MockRecorder) DescribeInstanceStatus

func (mr *MockEC2MockRecorder) DescribeInstanceStatus(arg0 interface{}) *gomock.Call

DescribeInstanceStatus indicates an expected call of DescribeInstanceStatus.

func (*MockEC2MockRecorder) DescribeInstanceStatusPages

func (mr *MockEC2MockRecorder) DescribeInstanceStatusPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceStatusPages indicates an expected call of DescribeInstanceStatusPages.

func (*MockEC2MockRecorder) DescribeInstanceStatusPagesWithContext

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

DescribeInstanceStatusPagesWithContext indicates an expected call of DescribeInstanceStatusPagesWithContext.

func (*MockEC2MockRecorder) DescribeInstanceStatusRequest

func (mr *MockEC2MockRecorder) DescribeInstanceStatusRequest(arg0 interface{}) *gomock.Call

DescribeInstanceStatusRequest indicates an expected call of DescribeInstanceStatusRequest.

func (*MockEC2MockRecorder) DescribeInstanceStatusWithContext

func (mr *MockEC2MockRecorder) DescribeInstanceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceStatusWithContext indicates an expected call of DescribeInstanceStatusWithContext.

func (*MockEC2MockRecorder) DescribeInstanceTypeOfferings

func (mr *MockEC2MockRecorder) DescribeInstanceTypeOfferings(arg0 interface{}) *gomock.Call

DescribeInstanceTypeOfferings indicates an expected call of DescribeInstanceTypeOfferings.

func (*MockEC2MockRecorder) DescribeInstanceTypeOfferingsPages

func (mr *MockEC2MockRecorder) DescribeInstanceTypeOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceTypeOfferingsPages indicates an expected call of DescribeInstanceTypeOfferingsPages.

func (*MockEC2MockRecorder) DescribeInstanceTypeOfferingsPagesWithContext

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

DescribeInstanceTypeOfferingsPagesWithContext indicates an expected call of DescribeInstanceTypeOfferingsPagesWithContext.

func (*MockEC2MockRecorder) DescribeInstanceTypeOfferingsRequest

func (mr *MockEC2MockRecorder) DescribeInstanceTypeOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeInstanceTypeOfferingsRequest indicates an expected call of DescribeInstanceTypeOfferingsRequest.

func (*MockEC2MockRecorder) DescribeInstanceTypeOfferingsWithContext

func (mr *MockEC2MockRecorder) DescribeInstanceTypeOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceTypeOfferingsWithContext indicates an expected call of DescribeInstanceTypeOfferingsWithContext.

func (*MockEC2MockRecorder) DescribeInstanceTypes

func (mr *MockEC2MockRecorder) DescribeInstanceTypes(arg0 interface{}) *gomock.Call

DescribeInstanceTypes indicates an expected call of DescribeInstanceTypes.

func (*MockEC2MockRecorder) DescribeInstanceTypesPages

func (mr *MockEC2MockRecorder) DescribeInstanceTypesPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceTypesPages indicates an expected call of DescribeInstanceTypesPages.

func (*MockEC2MockRecorder) DescribeInstanceTypesPagesWithContext

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

DescribeInstanceTypesPagesWithContext indicates an expected call of DescribeInstanceTypesPagesWithContext.

func (*MockEC2MockRecorder) DescribeInstanceTypesRequest

func (mr *MockEC2MockRecorder) DescribeInstanceTypesRequest(arg0 interface{}) *gomock.Call

DescribeInstanceTypesRequest indicates an expected call of DescribeInstanceTypesRequest.

func (*MockEC2MockRecorder) DescribeInstanceTypesWithContext

func (mr *MockEC2MockRecorder) DescribeInstanceTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceTypesWithContext indicates an expected call of DescribeInstanceTypesWithContext.

func (*MockEC2MockRecorder) DescribeInstances

func (mr *MockEC2MockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call

DescribeInstances indicates an expected call of DescribeInstances.

func (*MockEC2MockRecorder) DescribeInstancesAsList

func (mr *MockEC2MockRecorder) DescribeInstancesAsList(arg0, arg1 interface{}) *gomock.Call

DescribeInstancesAsList indicates an expected call of DescribeInstancesAsList.

func (*MockEC2MockRecorder) DescribeInstancesPages

func (mr *MockEC2MockRecorder) DescribeInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstancesPages indicates an expected call of DescribeInstancesPages.

func (*MockEC2MockRecorder) DescribeInstancesPagesWithContext

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

DescribeInstancesPagesWithContext indicates an expected call of DescribeInstancesPagesWithContext.

func (*MockEC2MockRecorder) DescribeInstancesRequest

func (mr *MockEC2MockRecorder) DescribeInstancesRequest(arg0 interface{}) *gomock.Call

DescribeInstancesRequest indicates an expected call of DescribeInstancesRequest.

func (*MockEC2MockRecorder) DescribeInstancesWithContext

func (mr *MockEC2MockRecorder) DescribeInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstancesWithContext indicates an expected call of DescribeInstancesWithContext.

func (*MockEC2MockRecorder) DescribeInternetGateways

func (mr *MockEC2MockRecorder) DescribeInternetGateways(arg0 interface{}) *gomock.Call

DescribeInternetGateways indicates an expected call of DescribeInternetGateways.

func (*MockEC2MockRecorder) DescribeInternetGatewaysPages

func (mr *MockEC2MockRecorder) DescribeInternetGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeInternetGatewaysPages indicates an expected call of DescribeInternetGatewaysPages.

func (*MockEC2MockRecorder) DescribeInternetGatewaysPagesWithContext

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

DescribeInternetGatewaysPagesWithContext indicates an expected call of DescribeInternetGatewaysPagesWithContext.

func (*MockEC2MockRecorder) DescribeInternetGatewaysRequest

func (mr *MockEC2MockRecorder) DescribeInternetGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeInternetGatewaysRequest indicates an expected call of DescribeInternetGatewaysRequest.

func (*MockEC2MockRecorder) DescribeInternetGatewaysWithContext

func (mr *MockEC2MockRecorder) DescribeInternetGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInternetGatewaysWithContext indicates an expected call of DescribeInternetGatewaysWithContext.

func (*MockEC2MockRecorder) DescribeIpamPools

func (mr *MockEC2MockRecorder) DescribeIpamPools(arg0 interface{}) *gomock.Call

DescribeIpamPools indicates an expected call of DescribeIpamPools.

func (*MockEC2MockRecorder) DescribeIpamPoolsPages

func (mr *MockEC2MockRecorder) DescribeIpamPoolsPages(arg0, arg1 interface{}) *gomock.Call

DescribeIpamPoolsPages indicates an expected call of DescribeIpamPoolsPages.

func (*MockEC2MockRecorder) DescribeIpamPoolsPagesWithContext

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

DescribeIpamPoolsPagesWithContext indicates an expected call of DescribeIpamPoolsPagesWithContext.

func (*MockEC2MockRecorder) DescribeIpamPoolsRequest

func (mr *MockEC2MockRecorder) DescribeIpamPoolsRequest(arg0 interface{}) *gomock.Call

DescribeIpamPoolsRequest indicates an expected call of DescribeIpamPoolsRequest.

func (*MockEC2MockRecorder) DescribeIpamPoolsWithContext

func (mr *MockEC2MockRecorder) DescribeIpamPoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIpamPoolsWithContext indicates an expected call of DescribeIpamPoolsWithContext.

func (*MockEC2MockRecorder) DescribeIpamResourceDiscoveries

func (mr *MockEC2MockRecorder) DescribeIpamResourceDiscoveries(arg0 interface{}) *gomock.Call

DescribeIpamResourceDiscoveries indicates an expected call of DescribeIpamResourceDiscoveries.

func (*MockEC2MockRecorder) DescribeIpamResourceDiscoveriesPages

func (mr *MockEC2MockRecorder) DescribeIpamResourceDiscoveriesPages(arg0, arg1 interface{}) *gomock.Call

DescribeIpamResourceDiscoveriesPages indicates an expected call of DescribeIpamResourceDiscoveriesPages.

func (*MockEC2MockRecorder) DescribeIpamResourceDiscoveriesPagesWithContext

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

DescribeIpamResourceDiscoveriesPagesWithContext indicates an expected call of DescribeIpamResourceDiscoveriesPagesWithContext.

func (*MockEC2MockRecorder) DescribeIpamResourceDiscoveriesRequest

func (mr *MockEC2MockRecorder) DescribeIpamResourceDiscoveriesRequest(arg0 interface{}) *gomock.Call

DescribeIpamResourceDiscoveriesRequest indicates an expected call of DescribeIpamResourceDiscoveriesRequest.

func (*MockEC2MockRecorder) DescribeIpamResourceDiscoveriesWithContext

func (mr *MockEC2MockRecorder) DescribeIpamResourceDiscoveriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIpamResourceDiscoveriesWithContext indicates an expected call of DescribeIpamResourceDiscoveriesWithContext.

func (*MockEC2MockRecorder) DescribeIpamResourceDiscoveryAssociations

func (mr *MockEC2MockRecorder) DescribeIpamResourceDiscoveryAssociations(arg0 interface{}) *gomock.Call

DescribeIpamResourceDiscoveryAssociations indicates an expected call of DescribeIpamResourceDiscoveryAssociations.

func (*MockEC2MockRecorder) DescribeIpamResourceDiscoveryAssociationsPages

func (mr *MockEC2MockRecorder) DescribeIpamResourceDiscoveryAssociationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeIpamResourceDiscoveryAssociationsPages indicates an expected call of DescribeIpamResourceDiscoveryAssociationsPages.

func (*MockEC2MockRecorder) DescribeIpamResourceDiscoveryAssociationsPagesWithContext

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

DescribeIpamResourceDiscoveryAssociationsPagesWithContext indicates an expected call of DescribeIpamResourceDiscoveryAssociationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeIpamResourceDiscoveryAssociationsRequest

func (mr *MockEC2MockRecorder) DescribeIpamResourceDiscoveryAssociationsRequest(arg0 interface{}) *gomock.Call

DescribeIpamResourceDiscoveryAssociationsRequest indicates an expected call of DescribeIpamResourceDiscoveryAssociationsRequest.

func (*MockEC2MockRecorder) DescribeIpamResourceDiscoveryAssociationsWithContext

func (mr *MockEC2MockRecorder) DescribeIpamResourceDiscoveryAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIpamResourceDiscoveryAssociationsWithContext indicates an expected call of DescribeIpamResourceDiscoveryAssociationsWithContext.

func (*MockEC2MockRecorder) DescribeIpamScopes

func (mr *MockEC2MockRecorder) DescribeIpamScopes(arg0 interface{}) *gomock.Call

DescribeIpamScopes indicates an expected call of DescribeIpamScopes.

func (*MockEC2MockRecorder) DescribeIpamScopesPages

func (mr *MockEC2MockRecorder) DescribeIpamScopesPages(arg0, arg1 interface{}) *gomock.Call

DescribeIpamScopesPages indicates an expected call of DescribeIpamScopesPages.

func (*MockEC2MockRecorder) DescribeIpamScopesPagesWithContext

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

DescribeIpamScopesPagesWithContext indicates an expected call of DescribeIpamScopesPagesWithContext.

func (*MockEC2MockRecorder) DescribeIpamScopesRequest

func (mr *MockEC2MockRecorder) DescribeIpamScopesRequest(arg0 interface{}) *gomock.Call

DescribeIpamScopesRequest indicates an expected call of DescribeIpamScopesRequest.

func (*MockEC2MockRecorder) DescribeIpamScopesWithContext

func (mr *MockEC2MockRecorder) DescribeIpamScopesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIpamScopesWithContext indicates an expected call of DescribeIpamScopesWithContext.

func (*MockEC2MockRecorder) DescribeIpams

func (mr *MockEC2MockRecorder) DescribeIpams(arg0 interface{}) *gomock.Call

DescribeIpams indicates an expected call of DescribeIpams.

func (*MockEC2MockRecorder) DescribeIpamsPages

func (mr *MockEC2MockRecorder) DescribeIpamsPages(arg0, arg1 interface{}) *gomock.Call

DescribeIpamsPages indicates an expected call of DescribeIpamsPages.

func (*MockEC2MockRecorder) DescribeIpamsPagesWithContext

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

DescribeIpamsPagesWithContext indicates an expected call of DescribeIpamsPagesWithContext.

func (*MockEC2MockRecorder) DescribeIpamsRequest

func (mr *MockEC2MockRecorder) DescribeIpamsRequest(arg0 interface{}) *gomock.Call

DescribeIpamsRequest indicates an expected call of DescribeIpamsRequest.

func (*MockEC2MockRecorder) DescribeIpamsWithContext

func (mr *MockEC2MockRecorder) DescribeIpamsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIpamsWithContext indicates an expected call of DescribeIpamsWithContext.

func (*MockEC2MockRecorder) DescribeIpv6Pools

func (mr *MockEC2MockRecorder) DescribeIpv6Pools(arg0 interface{}) *gomock.Call

DescribeIpv6Pools indicates an expected call of DescribeIpv6Pools.

func (*MockEC2MockRecorder) DescribeIpv6PoolsPages

func (mr *MockEC2MockRecorder) DescribeIpv6PoolsPages(arg0, arg1 interface{}) *gomock.Call

DescribeIpv6PoolsPages indicates an expected call of DescribeIpv6PoolsPages.

func (*MockEC2MockRecorder) DescribeIpv6PoolsPagesWithContext

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

DescribeIpv6PoolsPagesWithContext indicates an expected call of DescribeIpv6PoolsPagesWithContext.

func (*MockEC2MockRecorder) DescribeIpv6PoolsRequest

func (mr *MockEC2MockRecorder) DescribeIpv6PoolsRequest(arg0 interface{}) *gomock.Call

DescribeIpv6PoolsRequest indicates an expected call of DescribeIpv6PoolsRequest.

func (*MockEC2MockRecorder) DescribeIpv6PoolsWithContext

func (mr *MockEC2MockRecorder) DescribeIpv6PoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIpv6PoolsWithContext indicates an expected call of DescribeIpv6PoolsWithContext.

func (*MockEC2MockRecorder) DescribeKeyPairs

func (mr *MockEC2MockRecorder) DescribeKeyPairs(arg0 interface{}) *gomock.Call

DescribeKeyPairs indicates an expected call of DescribeKeyPairs.

func (*MockEC2MockRecorder) DescribeKeyPairsRequest

func (mr *MockEC2MockRecorder) DescribeKeyPairsRequest(arg0 interface{}) *gomock.Call

DescribeKeyPairsRequest indicates an expected call of DescribeKeyPairsRequest.

func (*MockEC2MockRecorder) DescribeKeyPairsWithContext

func (mr *MockEC2MockRecorder) DescribeKeyPairsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeKeyPairsWithContext indicates an expected call of DescribeKeyPairsWithContext.

func (*MockEC2MockRecorder) DescribeLaunchTemplateVersions

func (mr *MockEC2MockRecorder) DescribeLaunchTemplateVersions(arg0 interface{}) *gomock.Call

DescribeLaunchTemplateVersions indicates an expected call of DescribeLaunchTemplateVersions.

func (*MockEC2MockRecorder) DescribeLaunchTemplateVersionsPages

func (mr *MockEC2MockRecorder) DescribeLaunchTemplateVersionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeLaunchTemplateVersionsPages indicates an expected call of DescribeLaunchTemplateVersionsPages.

func (*MockEC2MockRecorder) DescribeLaunchTemplateVersionsPagesWithContext

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

DescribeLaunchTemplateVersionsPagesWithContext indicates an expected call of DescribeLaunchTemplateVersionsPagesWithContext.

func (*MockEC2MockRecorder) DescribeLaunchTemplateVersionsRequest

func (mr *MockEC2MockRecorder) DescribeLaunchTemplateVersionsRequest(arg0 interface{}) *gomock.Call

DescribeLaunchTemplateVersionsRequest indicates an expected call of DescribeLaunchTemplateVersionsRequest.

func (*MockEC2MockRecorder) DescribeLaunchTemplateVersionsWithContext

func (mr *MockEC2MockRecorder) DescribeLaunchTemplateVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLaunchTemplateVersionsWithContext indicates an expected call of DescribeLaunchTemplateVersionsWithContext.

func (*MockEC2MockRecorder) DescribeLaunchTemplates

func (mr *MockEC2MockRecorder) DescribeLaunchTemplates(arg0 interface{}) *gomock.Call

DescribeLaunchTemplates indicates an expected call of DescribeLaunchTemplates.

func (*MockEC2MockRecorder) DescribeLaunchTemplatesPages

func (mr *MockEC2MockRecorder) DescribeLaunchTemplatesPages(arg0, arg1 interface{}) *gomock.Call

DescribeLaunchTemplatesPages indicates an expected call of DescribeLaunchTemplatesPages.

func (*MockEC2MockRecorder) DescribeLaunchTemplatesPagesWithContext

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

DescribeLaunchTemplatesPagesWithContext indicates an expected call of DescribeLaunchTemplatesPagesWithContext.

func (*MockEC2MockRecorder) DescribeLaunchTemplatesRequest

func (mr *MockEC2MockRecorder) DescribeLaunchTemplatesRequest(arg0 interface{}) *gomock.Call

DescribeLaunchTemplatesRequest indicates an expected call of DescribeLaunchTemplatesRequest.

func (*MockEC2MockRecorder) DescribeLaunchTemplatesWithContext

func (mr *MockEC2MockRecorder) DescribeLaunchTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLaunchTemplatesWithContext indicates an expected call of DescribeLaunchTemplatesWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations indicates an expected call of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages indicates an expected call of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext

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

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext indicates an expected call of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest indicates an expected call of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext indicates an expected call of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTableVpcAssociations

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTableVpcAssociations(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVpcAssociations indicates an expected call of DescribeLocalGatewayRouteTableVpcAssociations.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsPages

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVpcAssociationsPages indicates an expected call of DescribeLocalGatewayRouteTableVpcAssociationsPages.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext

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

DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext indicates an expected call of DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsRequest

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVpcAssociationsRequest indicates an expected call of DescribeLocalGatewayRouteTableVpcAssociationsRequest.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsWithContext

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVpcAssociationsWithContext indicates an expected call of DescribeLocalGatewayRouteTableVpcAssociationsWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTables

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTables(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTables indicates an expected call of DescribeLocalGatewayRouteTables.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTablesPages

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTablesPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewayRouteTablesPages indicates an expected call of DescribeLocalGatewayRouteTablesPages.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTablesPagesWithContext

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

DescribeLocalGatewayRouteTablesPagesWithContext indicates an expected call of DescribeLocalGatewayRouteTablesPagesWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTablesRequest

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTablesRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTablesRequest indicates an expected call of DescribeLocalGatewayRouteTablesRequest.

func (*MockEC2MockRecorder) DescribeLocalGatewayRouteTablesWithContext

func (mr *MockEC2MockRecorder) DescribeLocalGatewayRouteTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewayRouteTablesWithContext indicates an expected call of DescribeLocalGatewayRouteTablesWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaceGroups

func (mr *MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaceGroups(arg0 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaceGroups indicates an expected call of DescribeLocalGatewayVirtualInterfaceGroups.

func (*MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsPages

func (mr *MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaceGroupsPages indicates an expected call of DescribeLocalGatewayVirtualInterfaceGroupsPages.

func (*MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext

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

DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext indicates an expected call of DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsRequest

func (mr *MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaceGroupsRequest indicates an expected call of DescribeLocalGatewayVirtualInterfaceGroupsRequest.

func (*MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsWithContext

func (mr *MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaceGroupsWithContext indicates an expected call of DescribeLocalGatewayVirtualInterfaceGroupsWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaces

func (mr *MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfaces(arg0 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaces indicates an expected call of DescribeLocalGatewayVirtualInterfaces.

func (*MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfacesPages

func (mr *MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfacesPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfacesPages indicates an expected call of DescribeLocalGatewayVirtualInterfacesPages.

func (*MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfacesPagesWithContext

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

DescribeLocalGatewayVirtualInterfacesPagesWithContext indicates an expected call of DescribeLocalGatewayVirtualInterfacesPagesWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfacesRequest

func (mr *MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfacesRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfacesRequest indicates an expected call of DescribeLocalGatewayVirtualInterfacesRequest.

func (*MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfacesWithContext

func (mr *MockEC2MockRecorder) DescribeLocalGatewayVirtualInterfacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfacesWithContext indicates an expected call of DescribeLocalGatewayVirtualInterfacesWithContext.

func (*MockEC2MockRecorder) DescribeLocalGateways

func (mr *MockEC2MockRecorder) DescribeLocalGateways(arg0 interface{}) *gomock.Call

DescribeLocalGateways indicates an expected call of DescribeLocalGateways.

func (*MockEC2MockRecorder) DescribeLocalGatewaysPages

func (mr *MockEC2MockRecorder) DescribeLocalGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewaysPages indicates an expected call of DescribeLocalGatewaysPages.

func (*MockEC2MockRecorder) DescribeLocalGatewaysPagesWithContext

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

DescribeLocalGatewaysPagesWithContext indicates an expected call of DescribeLocalGatewaysPagesWithContext.

func (*MockEC2MockRecorder) DescribeLocalGatewaysRequest

func (mr *MockEC2MockRecorder) DescribeLocalGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewaysRequest indicates an expected call of DescribeLocalGatewaysRequest.

func (*MockEC2MockRecorder) DescribeLocalGatewaysWithContext

func (mr *MockEC2MockRecorder) DescribeLocalGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewaysWithContext indicates an expected call of DescribeLocalGatewaysWithContext.

func (*MockEC2MockRecorder) DescribeManagedPrefixLists

func (mr *MockEC2MockRecorder) DescribeManagedPrefixLists(arg0 interface{}) *gomock.Call

DescribeManagedPrefixLists indicates an expected call of DescribeManagedPrefixLists.

func (*MockEC2MockRecorder) DescribeManagedPrefixListsPages

func (mr *MockEC2MockRecorder) DescribeManagedPrefixListsPages(arg0, arg1 interface{}) *gomock.Call

DescribeManagedPrefixListsPages indicates an expected call of DescribeManagedPrefixListsPages.

func (*MockEC2MockRecorder) DescribeManagedPrefixListsPagesWithContext

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

DescribeManagedPrefixListsPagesWithContext indicates an expected call of DescribeManagedPrefixListsPagesWithContext.

func (*MockEC2MockRecorder) DescribeManagedPrefixListsRequest

func (mr *MockEC2MockRecorder) DescribeManagedPrefixListsRequest(arg0 interface{}) *gomock.Call

DescribeManagedPrefixListsRequest indicates an expected call of DescribeManagedPrefixListsRequest.

func (*MockEC2MockRecorder) DescribeManagedPrefixListsWithContext

func (mr *MockEC2MockRecorder) DescribeManagedPrefixListsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeManagedPrefixListsWithContext indicates an expected call of DescribeManagedPrefixListsWithContext.

func (*MockEC2MockRecorder) DescribeMovingAddresses

func (mr *MockEC2MockRecorder) DescribeMovingAddresses(arg0 interface{}) *gomock.Call

DescribeMovingAddresses indicates an expected call of DescribeMovingAddresses.

func (*MockEC2MockRecorder) DescribeMovingAddressesPages

func (mr *MockEC2MockRecorder) DescribeMovingAddressesPages(arg0, arg1 interface{}) *gomock.Call

DescribeMovingAddressesPages indicates an expected call of DescribeMovingAddressesPages.

func (*MockEC2MockRecorder) DescribeMovingAddressesPagesWithContext

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

DescribeMovingAddressesPagesWithContext indicates an expected call of DescribeMovingAddressesPagesWithContext.

func (*MockEC2MockRecorder) DescribeMovingAddressesRequest

func (mr *MockEC2MockRecorder) DescribeMovingAddressesRequest(arg0 interface{}) *gomock.Call

DescribeMovingAddressesRequest indicates an expected call of DescribeMovingAddressesRequest.

func (*MockEC2MockRecorder) DescribeMovingAddressesWithContext

func (mr *MockEC2MockRecorder) DescribeMovingAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeMovingAddressesWithContext indicates an expected call of DescribeMovingAddressesWithContext.

func (*MockEC2MockRecorder) DescribeNatGateways

func (mr *MockEC2MockRecorder) DescribeNatGateways(arg0 interface{}) *gomock.Call

DescribeNatGateways indicates an expected call of DescribeNatGateways.

func (*MockEC2MockRecorder) DescribeNatGatewaysPages

func (mr *MockEC2MockRecorder) DescribeNatGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeNatGatewaysPages indicates an expected call of DescribeNatGatewaysPages.

func (*MockEC2MockRecorder) DescribeNatGatewaysPagesWithContext

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

DescribeNatGatewaysPagesWithContext indicates an expected call of DescribeNatGatewaysPagesWithContext.

func (*MockEC2MockRecorder) DescribeNatGatewaysRequest

func (mr *MockEC2MockRecorder) DescribeNatGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeNatGatewaysRequest indicates an expected call of DescribeNatGatewaysRequest.

func (*MockEC2MockRecorder) DescribeNatGatewaysWithContext

func (mr *MockEC2MockRecorder) DescribeNatGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNatGatewaysWithContext indicates an expected call of DescribeNatGatewaysWithContext.

func (*MockEC2MockRecorder) DescribeNetworkAcls

func (mr *MockEC2MockRecorder) DescribeNetworkAcls(arg0 interface{}) *gomock.Call

DescribeNetworkAcls indicates an expected call of DescribeNetworkAcls.

func (*MockEC2MockRecorder) DescribeNetworkAclsPages

func (mr *MockEC2MockRecorder) DescribeNetworkAclsPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkAclsPages indicates an expected call of DescribeNetworkAclsPages.

func (*MockEC2MockRecorder) DescribeNetworkAclsPagesWithContext

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

DescribeNetworkAclsPagesWithContext indicates an expected call of DescribeNetworkAclsPagesWithContext.

func (*MockEC2MockRecorder) DescribeNetworkAclsRequest

func (mr *MockEC2MockRecorder) DescribeNetworkAclsRequest(arg0 interface{}) *gomock.Call

DescribeNetworkAclsRequest indicates an expected call of DescribeNetworkAclsRequest.

func (*MockEC2MockRecorder) DescribeNetworkAclsWithContext

func (mr *MockEC2MockRecorder) DescribeNetworkAclsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkAclsWithContext indicates an expected call of DescribeNetworkAclsWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAccessScopeAnalyses

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAccessScopeAnalyses(arg0 interface{}) *gomock.Call

DescribeNetworkInsightsAccessScopeAnalyses indicates an expected call of DescribeNetworkInsightsAccessScopeAnalyses.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAccessScopeAnalysesPages

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAccessScopeAnalysesPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInsightsAccessScopeAnalysesPages indicates an expected call of DescribeNetworkInsightsAccessScopeAnalysesPages.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAccessScopeAnalysesPagesWithContext

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

DescribeNetworkInsightsAccessScopeAnalysesPagesWithContext indicates an expected call of DescribeNetworkInsightsAccessScopeAnalysesPagesWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAccessScopeAnalysesRequest

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAccessScopeAnalysesRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInsightsAccessScopeAnalysesRequest indicates an expected call of DescribeNetworkInsightsAccessScopeAnalysesRequest.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAccessScopeAnalysesWithContext

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAccessScopeAnalysesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInsightsAccessScopeAnalysesWithContext indicates an expected call of DescribeNetworkInsightsAccessScopeAnalysesWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAccessScopes

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAccessScopes(arg0 interface{}) *gomock.Call

DescribeNetworkInsightsAccessScopes indicates an expected call of DescribeNetworkInsightsAccessScopes.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAccessScopesPages

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAccessScopesPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInsightsAccessScopesPages indicates an expected call of DescribeNetworkInsightsAccessScopesPages.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAccessScopesPagesWithContext

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

DescribeNetworkInsightsAccessScopesPagesWithContext indicates an expected call of DescribeNetworkInsightsAccessScopesPagesWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAccessScopesRequest

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAccessScopesRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInsightsAccessScopesRequest indicates an expected call of DescribeNetworkInsightsAccessScopesRequest.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAccessScopesWithContext

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAccessScopesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInsightsAccessScopesWithContext indicates an expected call of DescribeNetworkInsightsAccessScopesWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAnalyses

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAnalyses(arg0 interface{}) *gomock.Call

DescribeNetworkInsightsAnalyses indicates an expected call of DescribeNetworkInsightsAnalyses.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAnalysesPages

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAnalysesPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInsightsAnalysesPages indicates an expected call of DescribeNetworkInsightsAnalysesPages.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAnalysesPagesWithContext

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

DescribeNetworkInsightsAnalysesPagesWithContext indicates an expected call of DescribeNetworkInsightsAnalysesPagesWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAnalysesRequest

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAnalysesRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInsightsAnalysesRequest indicates an expected call of DescribeNetworkInsightsAnalysesRequest.

func (*MockEC2MockRecorder) DescribeNetworkInsightsAnalysesWithContext

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsAnalysesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInsightsAnalysesWithContext indicates an expected call of DescribeNetworkInsightsAnalysesWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInsightsPaths

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsPaths(arg0 interface{}) *gomock.Call

DescribeNetworkInsightsPaths indicates an expected call of DescribeNetworkInsightsPaths.

func (*MockEC2MockRecorder) DescribeNetworkInsightsPathsPages

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsPathsPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInsightsPathsPages indicates an expected call of DescribeNetworkInsightsPathsPages.

func (*MockEC2MockRecorder) DescribeNetworkInsightsPathsPagesWithContext

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

DescribeNetworkInsightsPathsPagesWithContext indicates an expected call of DescribeNetworkInsightsPathsPagesWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInsightsPathsRequest

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsPathsRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInsightsPathsRequest indicates an expected call of DescribeNetworkInsightsPathsRequest.

func (*MockEC2MockRecorder) DescribeNetworkInsightsPathsWithContext

func (mr *MockEC2MockRecorder) DescribeNetworkInsightsPathsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInsightsPathsWithContext indicates an expected call of DescribeNetworkInsightsPathsWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInterfaceAttribute

func (mr *MockEC2MockRecorder) DescribeNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaceAttribute indicates an expected call of DescribeNetworkInterfaceAttribute.

func (*MockEC2MockRecorder) DescribeNetworkInterfaceAttributeRequest

func (mr *MockEC2MockRecorder) DescribeNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaceAttributeRequest indicates an expected call of DescribeNetworkInterfaceAttributeRequest.

func (*MockEC2MockRecorder) DescribeNetworkInterfaceAttributeWithContext

func (mr *MockEC2MockRecorder) DescribeNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfaceAttributeWithContext indicates an expected call of DescribeNetworkInterfaceAttributeWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInterfacePermissions

func (mr *MockEC2MockRecorder) DescribeNetworkInterfacePermissions(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacePermissions indicates an expected call of DescribeNetworkInterfacePermissions.

func (*MockEC2MockRecorder) DescribeNetworkInterfacePermissionsPages

func (mr *MockEC2MockRecorder) DescribeNetworkInterfacePermissionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsPages indicates an expected call of DescribeNetworkInterfacePermissionsPages.

func (*MockEC2MockRecorder) DescribeNetworkInterfacePermissionsPagesWithContext

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

DescribeNetworkInterfacePermissionsPagesWithContext indicates an expected call of DescribeNetworkInterfacePermissionsPagesWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInterfacePermissionsRequest

func (mr *MockEC2MockRecorder) DescribeNetworkInterfacePermissionsRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsRequest indicates an expected call of DescribeNetworkInterfacePermissionsRequest.

func (*MockEC2MockRecorder) DescribeNetworkInterfacePermissionsWithContext

func (mr *MockEC2MockRecorder) DescribeNetworkInterfacePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsWithContext indicates an expected call of DescribeNetworkInterfacePermissionsWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInterfaces

func (mr *MockEC2MockRecorder) DescribeNetworkInterfaces(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaces indicates an expected call of DescribeNetworkInterfaces.

func (*MockEC2MockRecorder) DescribeNetworkInterfacesAsList

func (mr *MockEC2MockRecorder) DescribeNetworkInterfacesAsList(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInterfacesAsList indicates an expected call of DescribeNetworkInterfacesAsList.

func (*MockEC2MockRecorder) DescribeNetworkInterfacesPages

func (mr *MockEC2MockRecorder) DescribeNetworkInterfacesPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInterfacesPages indicates an expected call of DescribeNetworkInterfacesPages.

func (*MockEC2MockRecorder) DescribeNetworkInterfacesPagesWithContext

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

DescribeNetworkInterfacesPagesWithContext indicates an expected call of DescribeNetworkInterfacesPagesWithContext.

func (*MockEC2MockRecorder) DescribeNetworkInterfacesRequest

func (mr *MockEC2MockRecorder) DescribeNetworkInterfacesRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacesRequest indicates an expected call of DescribeNetworkInterfacesRequest.

func (*MockEC2MockRecorder) DescribeNetworkInterfacesWithContext

func (mr *MockEC2MockRecorder) DescribeNetworkInterfacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfacesWithContext indicates an expected call of DescribeNetworkInterfacesWithContext.

func (*MockEC2MockRecorder) DescribePlacementGroups

func (mr *MockEC2MockRecorder) DescribePlacementGroups(arg0 interface{}) *gomock.Call

DescribePlacementGroups indicates an expected call of DescribePlacementGroups.

func (*MockEC2MockRecorder) DescribePlacementGroupsRequest

func (mr *MockEC2MockRecorder) DescribePlacementGroupsRequest(arg0 interface{}) *gomock.Call

DescribePlacementGroupsRequest indicates an expected call of DescribePlacementGroupsRequest.

func (*MockEC2MockRecorder) DescribePlacementGroupsWithContext

func (mr *MockEC2MockRecorder) DescribePlacementGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePlacementGroupsWithContext indicates an expected call of DescribePlacementGroupsWithContext.

func (*MockEC2MockRecorder) DescribePrefixLists

func (mr *MockEC2MockRecorder) DescribePrefixLists(arg0 interface{}) *gomock.Call

DescribePrefixLists indicates an expected call of DescribePrefixLists.

func (*MockEC2MockRecorder) DescribePrefixListsPages

func (mr *MockEC2MockRecorder) DescribePrefixListsPages(arg0, arg1 interface{}) *gomock.Call

DescribePrefixListsPages indicates an expected call of DescribePrefixListsPages.

func (*MockEC2MockRecorder) DescribePrefixListsPagesWithContext

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

DescribePrefixListsPagesWithContext indicates an expected call of DescribePrefixListsPagesWithContext.

func (*MockEC2MockRecorder) DescribePrefixListsRequest

func (mr *MockEC2MockRecorder) DescribePrefixListsRequest(arg0 interface{}) *gomock.Call

DescribePrefixListsRequest indicates an expected call of DescribePrefixListsRequest.

func (*MockEC2MockRecorder) DescribePrefixListsWithContext

func (mr *MockEC2MockRecorder) DescribePrefixListsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePrefixListsWithContext indicates an expected call of DescribePrefixListsWithContext.

func (*MockEC2MockRecorder) DescribePrincipalIdFormat

func (mr *MockEC2MockRecorder) DescribePrincipalIdFormat(arg0 interface{}) *gomock.Call

DescribePrincipalIdFormat indicates an expected call of DescribePrincipalIdFormat.

func (*MockEC2MockRecorder) DescribePrincipalIdFormatPages

func (mr *MockEC2MockRecorder) DescribePrincipalIdFormatPages(arg0, arg1 interface{}) *gomock.Call

DescribePrincipalIdFormatPages indicates an expected call of DescribePrincipalIdFormatPages.

func (*MockEC2MockRecorder) DescribePrincipalIdFormatPagesWithContext

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

DescribePrincipalIdFormatPagesWithContext indicates an expected call of DescribePrincipalIdFormatPagesWithContext.

func (*MockEC2MockRecorder) DescribePrincipalIdFormatRequest

func (mr *MockEC2MockRecorder) DescribePrincipalIdFormatRequest(arg0 interface{}) *gomock.Call

DescribePrincipalIdFormatRequest indicates an expected call of DescribePrincipalIdFormatRequest.

func (*MockEC2MockRecorder) DescribePrincipalIdFormatWithContext

func (mr *MockEC2MockRecorder) DescribePrincipalIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePrincipalIdFormatWithContext indicates an expected call of DescribePrincipalIdFormatWithContext.

func (*MockEC2MockRecorder) DescribePublicIpv4Pools

func (mr *MockEC2MockRecorder) DescribePublicIpv4Pools(arg0 interface{}) *gomock.Call

DescribePublicIpv4Pools indicates an expected call of DescribePublicIpv4Pools.

func (*MockEC2MockRecorder) DescribePublicIpv4PoolsPages

func (mr *MockEC2MockRecorder) DescribePublicIpv4PoolsPages(arg0, arg1 interface{}) *gomock.Call

DescribePublicIpv4PoolsPages indicates an expected call of DescribePublicIpv4PoolsPages.

func (*MockEC2MockRecorder) DescribePublicIpv4PoolsPagesWithContext

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

DescribePublicIpv4PoolsPagesWithContext indicates an expected call of DescribePublicIpv4PoolsPagesWithContext.

func (*MockEC2MockRecorder) DescribePublicIpv4PoolsRequest

func (mr *MockEC2MockRecorder) DescribePublicIpv4PoolsRequest(arg0 interface{}) *gomock.Call

DescribePublicIpv4PoolsRequest indicates an expected call of DescribePublicIpv4PoolsRequest.

func (*MockEC2MockRecorder) DescribePublicIpv4PoolsWithContext

func (mr *MockEC2MockRecorder) DescribePublicIpv4PoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePublicIpv4PoolsWithContext indicates an expected call of DescribePublicIpv4PoolsWithContext.

func (*MockEC2MockRecorder) DescribeRegions

func (mr *MockEC2MockRecorder) DescribeRegions(arg0 interface{}) *gomock.Call

DescribeRegions indicates an expected call of DescribeRegions.

func (*MockEC2MockRecorder) DescribeRegionsRequest

func (mr *MockEC2MockRecorder) DescribeRegionsRequest(arg0 interface{}) *gomock.Call

DescribeRegionsRequest indicates an expected call of DescribeRegionsRequest.

func (*MockEC2MockRecorder) DescribeRegionsWithContext

func (mr *MockEC2MockRecorder) DescribeRegionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRegionsWithContext indicates an expected call of DescribeRegionsWithContext.

func (*MockEC2MockRecorder) DescribeReplaceRootVolumeTasks

func (mr *MockEC2MockRecorder) DescribeReplaceRootVolumeTasks(arg0 interface{}) *gomock.Call

DescribeReplaceRootVolumeTasks indicates an expected call of DescribeReplaceRootVolumeTasks.

func (*MockEC2MockRecorder) DescribeReplaceRootVolumeTasksPages

func (mr *MockEC2MockRecorder) DescribeReplaceRootVolumeTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeReplaceRootVolumeTasksPages indicates an expected call of DescribeReplaceRootVolumeTasksPages.

func (*MockEC2MockRecorder) DescribeReplaceRootVolumeTasksPagesWithContext

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

DescribeReplaceRootVolumeTasksPagesWithContext indicates an expected call of DescribeReplaceRootVolumeTasksPagesWithContext.

func (*MockEC2MockRecorder) DescribeReplaceRootVolumeTasksRequest

func (mr *MockEC2MockRecorder) DescribeReplaceRootVolumeTasksRequest(arg0 interface{}) *gomock.Call

DescribeReplaceRootVolumeTasksRequest indicates an expected call of DescribeReplaceRootVolumeTasksRequest.

func (*MockEC2MockRecorder) DescribeReplaceRootVolumeTasksWithContext

func (mr *MockEC2MockRecorder) DescribeReplaceRootVolumeTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReplaceRootVolumeTasksWithContext indicates an expected call of DescribeReplaceRootVolumeTasksWithContext.

func (*MockEC2MockRecorder) DescribeReservedInstances

func (mr *MockEC2MockRecorder) DescribeReservedInstances(arg0 interface{}) *gomock.Call

DescribeReservedInstances indicates an expected call of DescribeReservedInstances.

func (*MockEC2MockRecorder) DescribeReservedInstancesListings

func (mr *MockEC2MockRecorder) DescribeReservedInstancesListings(arg0 interface{}) *gomock.Call

DescribeReservedInstancesListings indicates an expected call of DescribeReservedInstancesListings.

func (*MockEC2MockRecorder) DescribeReservedInstancesListingsRequest

func (mr *MockEC2MockRecorder) DescribeReservedInstancesListingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesListingsRequest indicates an expected call of DescribeReservedInstancesListingsRequest.

func (*MockEC2MockRecorder) DescribeReservedInstancesListingsWithContext

func (mr *MockEC2MockRecorder) DescribeReservedInstancesListingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesListingsWithContext indicates an expected call of DescribeReservedInstancesListingsWithContext.

func (*MockEC2MockRecorder) DescribeReservedInstancesModifications

func (mr *MockEC2MockRecorder) DescribeReservedInstancesModifications(arg0 interface{}) *gomock.Call

DescribeReservedInstancesModifications indicates an expected call of DescribeReservedInstancesModifications.

func (*MockEC2MockRecorder) DescribeReservedInstancesModificationsPages

func (mr *MockEC2MockRecorder) DescribeReservedInstancesModificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedInstancesModificationsPages indicates an expected call of DescribeReservedInstancesModificationsPages.

func (*MockEC2MockRecorder) DescribeReservedInstancesModificationsPagesWithContext

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

DescribeReservedInstancesModificationsPagesWithContext indicates an expected call of DescribeReservedInstancesModificationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeReservedInstancesModificationsRequest

func (mr *MockEC2MockRecorder) DescribeReservedInstancesModificationsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesModificationsRequest indicates an expected call of DescribeReservedInstancesModificationsRequest.

func (*MockEC2MockRecorder) DescribeReservedInstancesModificationsWithContext

func (mr *MockEC2MockRecorder) DescribeReservedInstancesModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesModificationsWithContext indicates an expected call of DescribeReservedInstancesModificationsWithContext.

func (*MockEC2MockRecorder) DescribeReservedInstancesOfferings

func (mr *MockEC2MockRecorder) DescribeReservedInstancesOfferings(arg0 interface{}) *gomock.Call

DescribeReservedInstancesOfferings indicates an expected call of DescribeReservedInstancesOfferings.

func (*MockEC2MockRecorder) DescribeReservedInstancesOfferingsPages

func (mr *MockEC2MockRecorder) DescribeReservedInstancesOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedInstancesOfferingsPages indicates an expected call of DescribeReservedInstancesOfferingsPages.

func (*MockEC2MockRecorder) DescribeReservedInstancesOfferingsPagesWithContext

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

DescribeReservedInstancesOfferingsPagesWithContext indicates an expected call of DescribeReservedInstancesOfferingsPagesWithContext.

func (*MockEC2MockRecorder) DescribeReservedInstancesOfferingsRequest

func (mr *MockEC2MockRecorder) DescribeReservedInstancesOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesOfferingsRequest indicates an expected call of DescribeReservedInstancesOfferingsRequest.

func (*MockEC2MockRecorder) DescribeReservedInstancesOfferingsWithContext

func (mr *MockEC2MockRecorder) DescribeReservedInstancesOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesOfferingsWithContext indicates an expected call of DescribeReservedInstancesOfferingsWithContext.

func (*MockEC2MockRecorder) DescribeReservedInstancesRequest

func (mr *MockEC2MockRecorder) DescribeReservedInstancesRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesRequest indicates an expected call of DescribeReservedInstancesRequest.

func (*MockEC2MockRecorder) DescribeReservedInstancesWithContext

func (mr *MockEC2MockRecorder) DescribeReservedInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesWithContext indicates an expected call of DescribeReservedInstancesWithContext.

func (*MockEC2MockRecorder) DescribeRouteTables

func (mr *MockEC2MockRecorder) DescribeRouteTables(arg0 interface{}) *gomock.Call

DescribeRouteTables indicates an expected call of DescribeRouteTables.

func (*MockEC2MockRecorder) DescribeRouteTablesPages

func (mr *MockEC2MockRecorder) DescribeRouteTablesPages(arg0, arg1 interface{}) *gomock.Call

DescribeRouteTablesPages indicates an expected call of DescribeRouteTablesPages.

func (*MockEC2MockRecorder) DescribeRouteTablesPagesWithContext

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

DescribeRouteTablesPagesWithContext indicates an expected call of DescribeRouteTablesPagesWithContext.

func (*MockEC2MockRecorder) DescribeRouteTablesRequest

func (mr *MockEC2MockRecorder) DescribeRouteTablesRequest(arg0 interface{}) *gomock.Call

DescribeRouteTablesRequest indicates an expected call of DescribeRouteTablesRequest.

func (*MockEC2MockRecorder) DescribeRouteTablesWithContext

func (mr *MockEC2MockRecorder) DescribeRouteTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRouteTablesWithContext indicates an expected call of DescribeRouteTablesWithContext.

func (*MockEC2MockRecorder) DescribeScheduledInstanceAvailability

func (mr *MockEC2MockRecorder) DescribeScheduledInstanceAvailability(arg0 interface{}) *gomock.Call

DescribeScheduledInstanceAvailability indicates an expected call of DescribeScheduledInstanceAvailability.

func (*MockEC2MockRecorder) DescribeScheduledInstanceAvailabilityPages

func (mr *MockEC2MockRecorder) DescribeScheduledInstanceAvailabilityPages(arg0, arg1 interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityPages indicates an expected call of DescribeScheduledInstanceAvailabilityPages.

func (*MockEC2MockRecorder) DescribeScheduledInstanceAvailabilityPagesWithContext

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

DescribeScheduledInstanceAvailabilityPagesWithContext indicates an expected call of DescribeScheduledInstanceAvailabilityPagesWithContext.

func (*MockEC2MockRecorder) DescribeScheduledInstanceAvailabilityRequest

func (mr *MockEC2MockRecorder) DescribeScheduledInstanceAvailabilityRequest(arg0 interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityRequest indicates an expected call of DescribeScheduledInstanceAvailabilityRequest.

func (*MockEC2MockRecorder) DescribeScheduledInstanceAvailabilityWithContext

func (mr *MockEC2MockRecorder) DescribeScheduledInstanceAvailabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityWithContext indicates an expected call of DescribeScheduledInstanceAvailabilityWithContext.

func (*MockEC2MockRecorder) DescribeScheduledInstances

func (mr *MockEC2MockRecorder) DescribeScheduledInstances(arg0 interface{}) *gomock.Call

DescribeScheduledInstances indicates an expected call of DescribeScheduledInstances.

func (*MockEC2MockRecorder) DescribeScheduledInstancesPages

func (mr *MockEC2MockRecorder) DescribeScheduledInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeScheduledInstancesPages indicates an expected call of DescribeScheduledInstancesPages.

func (*MockEC2MockRecorder) DescribeScheduledInstancesPagesWithContext

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

DescribeScheduledInstancesPagesWithContext indicates an expected call of DescribeScheduledInstancesPagesWithContext.

func (*MockEC2MockRecorder) DescribeScheduledInstancesRequest

func (mr *MockEC2MockRecorder) DescribeScheduledInstancesRequest(arg0 interface{}) *gomock.Call

DescribeScheduledInstancesRequest indicates an expected call of DescribeScheduledInstancesRequest.

func (*MockEC2MockRecorder) DescribeScheduledInstancesWithContext

func (mr *MockEC2MockRecorder) DescribeScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeScheduledInstancesWithContext indicates an expected call of DescribeScheduledInstancesWithContext.

func (*MockEC2MockRecorder) DescribeSecurityGroupReferences

func (mr *MockEC2MockRecorder) DescribeSecurityGroupReferences(arg0 interface{}) *gomock.Call

DescribeSecurityGroupReferences indicates an expected call of DescribeSecurityGroupReferences.

func (*MockEC2MockRecorder) DescribeSecurityGroupReferencesRequest

func (mr *MockEC2MockRecorder) DescribeSecurityGroupReferencesRequest(arg0 interface{}) *gomock.Call

DescribeSecurityGroupReferencesRequest indicates an expected call of DescribeSecurityGroupReferencesRequest.

func (*MockEC2MockRecorder) DescribeSecurityGroupReferencesWithContext

func (mr *MockEC2MockRecorder) DescribeSecurityGroupReferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroupReferencesWithContext indicates an expected call of DescribeSecurityGroupReferencesWithContext.

func (*MockEC2MockRecorder) DescribeSecurityGroupRules

func (mr *MockEC2MockRecorder) DescribeSecurityGroupRules(arg0 interface{}) *gomock.Call

DescribeSecurityGroupRules indicates an expected call of DescribeSecurityGroupRules.

func (*MockEC2MockRecorder) DescribeSecurityGroupRulesPages

func (mr *MockEC2MockRecorder) DescribeSecurityGroupRulesPages(arg0, arg1 interface{}) *gomock.Call

DescribeSecurityGroupRulesPages indicates an expected call of DescribeSecurityGroupRulesPages.

func (*MockEC2MockRecorder) DescribeSecurityGroupRulesPagesWithContext

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

DescribeSecurityGroupRulesPagesWithContext indicates an expected call of DescribeSecurityGroupRulesPagesWithContext.

func (*MockEC2MockRecorder) DescribeSecurityGroupRulesRequest

func (mr *MockEC2MockRecorder) DescribeSecurityGroupRulesRequest(arg0 interface{}) *gomock.Call

DescribeSecurityGroupRulesRequest indicates an expected call of DescribeSecurityGroupRulesRequest.

func (*MockEC2MockRecorder) DescribeSecurityGroupRulesWithContext

func (mr *MockEC2MockRecorder) DescribeSecurityGroupRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroupRulesWithContext indicates an expected call of DescribeSecurityGroupRulesWithContext.

func (*MockEC2MockRecorder) DescribeSecurityGroups

func (mr *MockEC2MockRecorder) DescribeSecurityGroups(arg0 interface{}) *gomock.Call

DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups.

func (*MockEC2MockRecorder) DescribeSecurityGroupsAsList

func (mr *MockEC2MockRecorder) DescribeSecurityGroupsAsList(arg0, arg1 interface{}) *gomock.Call

DescribeSecurityGroupsAsList indicates an expected call of DescribeSecurityGroupsAsList.

func (*MockEC2MockRecorder) DescribeSecurityGroupsPages

func (mr *MockEC2MockRecorder) DescribeSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSecurityGroupsPages indicates an expected call of DescribeSecurityGroupsPages.

func (*MockEC2MockRecorder) DescribeSecurityGroupsPagesWithContext

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

DescribeSecurityGroupsPagesWithContext indicates an expected call of DescribeSecurityGroupsPagesWithContext.

func (*MockEC2MockRecorder) DescribeSecurityGroupsRequest

func (mr *MockEC2MockRecorder) DescribeSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeSecurityGroupsRequest indicates an expected call of DescribeSecurityGroupsRequest.

func (*MockEC2MockRecorder) DescribeSecurityGroupsWithContext

func (mr *MockEC2MockRecorder) DescribeSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroupsWithContext indicates an expected call of DescribeSecurityGroupsWithContext.

func (*MockEC2MockRecorder) DescribeSnapshotAttribute

func (mr *MockEC2MockRecorder) DescribeSnapshotAttribute(arg0 interface{}) *gomock.Call

DescribeSnapshotAttribute indicates an expected call of DescribeSnapshotAttribute.

func (*MockEC2MockRecorder) DescribeSnapshotAttributeRequest

func (mr *MockEC2MockRecorder) DescribeSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotAttributeRequest indicates an expected call of DescribeSnapshotAttributeRequest.

func (*MockEC2MockRecorder) DescribeSnapshotAttributeWithContext

func (mr *MockEC2MockRecorder) DescribeSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotAttributeWithContext indicates an expected call of DescribeSnapshotAttributeWithContext.

func (*MockEC2MockRecorder) DescribeSnapshotTierStatus

func (mr *MockEC2MockRecorder) DescribeSnapshotTierStatus(arg0 interface{}) *gomock.Call

DescribeSnapshotTierStatus indicates an expected call of DescribeSnapshotTierStatus.

func (*MockEC2MockRecorder) DescribeSnapshotTierStatusPages

func (mr *MockEC2MockRecorder) DescribeSnapshotTierStatusPages(arg0, arg1 interface{}) *gomock.Call

DescribeSnapshotTierStatusPages indicates an expected call of DescribeSnapshotTierStatusPages.

func (*MockEC2MockRecorder) DescribeSnapshotTierStatusPagesWithContext

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

DescribeSnapshotTierStatusPagesWithContext indicates an expected call of DescribeSnapshotTierStatusPagesWithContext.

func (*MockEC2MockRecorder) DescribeSnapshotTierStatusRequest

func (mr *MockEC2MockRecorder) DescribeSnapshotTierStatusRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotTierStatusRequest indicates an expected call of DescribeSnapshotTierStatusRequest.

func (*MockEC2MockRecorder) DescribeSnapshotTierStatusWithContext

func (mr *MockEC2MockRecorder) DescribeSnapshotTierStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotTierStatusWithContext indicates an expected call of DescribeSnapshotTierStatusWithContext.

func (*MockEC2MockRecorder) DescribeSnapshots

func (mr *MockEC2MockRecorder) DescribeSnapshots(arg0 interface{}) *gomock.Call

DescribeSnapshots indicates an expected call of DescribeSnapshots.

func (*MockEC2MockRecorder) DescribeSnapshotsPages

func (mr *MockEC2MockRecorder) DescribeSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSnapshotsPages indicates an expected call of DescribeSnapshotsPages.

func (*MockEC2MockRecorder) DescribeSnapshotsPagesWithContext

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

DescribeSnapshotsPagesWithContext indicates an expected call of DescribeSnapshotsPagesWithContext.

func (*MockEC2MockRecorder) DescribeSnapshotsRequest

func (mr *MockEC2MockRecorder) DescribeSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotsRequest indicates an expected call of DescribeSnapshotsRequest.

func (*MockEC2MockRecorder) DescribeSnapshotsWithContext

func (mr *MockEC2MockRecorder) DescribeSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotsWithContext indicates an expected call of DescribeSnapshotsWithContext.

func (*MockEC2MockRecorder) DescribeSpotDatafeedSubscription

func (mr *MockEC2MockRecorder) DescribeSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

DescribeSpotDatafeedSubscription indicates an expected call of DescribeSpotDatafeedSubscription.

func (*MockEC2MockRecorder) DescribeSpotDatafeedSubscriptionRequest

func (mr *MockEC2MockRecorder) DescribeSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

DescribeSpotDatafeedSubscriptionRequest indicates an expected call of DescribeSpotDatafeedSubscriptionRequest.

func (*MockEC2MockRecorder) DescribeSpotDatafeedSubscriptionWithContext

func (mr *MockEC2MockRecorder) DescribeSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotDatafeedSubscriptionWithContext indicates an expected call of DescribeSpotDatafeedSubscriptionWithContext.

func (*MockEC2MockRecorder) DescribeSpotFleetInstances

func (mr *MockEC2MockRecorder) DescribeSpotFleetInstances(arg0 interface{}) *gomock.Call

DescribeSpotFleetInstances indicates an expected call of DescribeSpotFleetInstances.

func (*MockEC2MockRecorder) DescribeSpotFleetInstancesRequest

func (mr *MockEC2MockRecorder) DescribeSpotFleetInstancesRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetInstancesRequest indicates an expected call of DescribeSpotFleetInstancesRequest.

func (*MockEC2MockRecorder) DescribeSpotFleetInstancesWithContext

func (mr *MockEC2MockRecorder) DescribeSpotFleetInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetInstancesWithContext indicates an expected call of DescribeSpotFleetInstancesWithContext.

func (*MockEC2MockRecorder) DescribeSpotFleetRequestHistory

func (mr *MockEC2MockRecorder) DescribeSpotFleetRequestHistory(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestHistory indicates an expected call of DescribeSpotFleetRequestHistory.

func (*MockEC2MockRecorder) DescribeSpotFleetRequestHistoryRequest

func (mr *MockEC2MockRecorder) DescribeSpotFleetRequestHistoryRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestHistoryRequest indicates an expected call of DescribeSpotFleetRequestHistoryRequest.

func (*MockEC2MockRecorder) DescribeSpotFleetRequestHistoryWithContext

func (mr *MockEC2MockRecorder) DescribeSpotFleetRequestHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetRequestHistoryWithContext indicates an expected call of DescribeSpotFleetRequestHistoryWithContext.

func (*MockEC2MockRecorder) DescribeSpotFleetRequests

func (mr *MockEC2MockRecorder) DescribeSpotFleetRequests(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequests indicates an expected call of DescribeSpotFleetRequests.

func (*MockEC2MockRecorder) DescribeSpotFleetRequestsPages

func (mr *MockEC2MockRecorder) DescribeSpotFleetRequestsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotFleetRequestsPages indicates an expected call of DescribeSpotFleetRequestsPages.

func (*MockEC2MockRecorder) DescribeSpotFleetRequestsPagesWithContext

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

DescribeSpotFleetRequestsPagesWithContext indicates an expected call of DescribeSpotFleetRequestsPagesWithContext.

func (*MockEC2MockRecorder) DescribeSpotFleetRequestsRequest

func (mr *MockEC2MockRecorder) DescribeSpotFleetRequestsRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestsRequest indicates an expected call of DescribeSpotFleetRequestsRequest.

func (*MockEC2MockRecorder) DescribeSpotFleetRequestsWithContext

func (mr *MockEC2MockRecorder) DescribeSpotFleetRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetRequestsWithContext indicates an expected call of DescribeSpotFleetRequestsWithContext.

func (*MockEC2MockRecorder) DescribeSpotInstanceRequests

func (mr *MockEC2MockRecorder) DescribeSpotInstanceRequests(arg0 interface{}) *gomock.Call

DescribeSpotInstanceRequests indicates an expected call of DescribeSpotInstanceRequests.

func (*MockEC2MockRecorder) DescribeSpotInstanceRequestsPages

func (mr *MockEC2MockRecorder) DescribeSpotInstanceRequestsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotInstanceRequestsPages indicates an expected call of DescribeSpotInstanceRequestsPages.

func (*MockEC2MockRecorder) DescribeSpotInstanceRequestsPagesWithContext

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

DescribeSpotInstanceRequestsPagesWithContext indicates an expected call of DescribeSpotInstanceRequestsPagesWithContext.

func (*MockEC2MockRecorder) DescribeSpotInstanceRequestsRequest

func (mr *MockEC2MockRecorder) DescribeSpotInstanceRequestsRequest(arg0 interface{}) *gomock.Call

DescribeSpotInstanceRequestsRequest indicates an expected call of DescribeSpotInstanceRequestsRequest.

func (*MockEC2MockRecorder) DescribeSpotInstanceRequestsWithContext

func (mr *MockEC2MockRecorder) DescribeSpotInstanceRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotInstanceRequestsWithContext indicates an expected call of DescribeSpotInstanceRequestsWithContext.

func (*MockEC2MockRecorder) DescribeSpotPriceHistory

func (mr *MockEC2MockRecorder) DescribeSpotPriceHistory(arg0 interface{}) *gomock.Call

DescribeSpotPriceHistory indicates an expected call of DescribeSpotPriceHistory.

func (*MockEC2MockRecorder) DescribeSpotPriceHistoryPages

func (mr *MockEC2MockRecorder) DescribeSpotPriceHistoryPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotPriceHistoryPages indicates an expected call of DescribeSpotPriceHistoryPages.

func (*MockEC2MockRecorder) DescribeSpotPriceHistoryPagesWithContext

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

DescribeSpotPriceHistoryPagesWithContext indicates an expected call of DescribeSpotPriceHistoryPagesWithContext.

func (*MockEC2MockRecorder) DescribeSpotPriceHistoryRequest

func (mr *MockEC2MockRecorder) DescribeSpotPriceHistoryRequest(arg0 interface{}) *gomock.Call

DescribeSpotPriceHistoryRequest indicates an expected call of DescribeSpotPriceHistoryRequest.

func (*MockEC2MockRecorder) DescribeSpotPriceHistoryWithContext

func (mr *MockEC2MockRecorder) DescribeSpotPriceHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotPriceHistoryWithContext indicates an expected call of DescribeSpotPriceHistoryWithContext.

func (*MockEC2MockRecorder) DescribeStaleSecurityGroups

func (mr *MockEC2MockRecorder) DescribeStaleSecurityGroups(arg0 interface{}) *gomock.Call

DescribeStaleSecurityGroups indicates an expected call of DescribeStaleSecurityGroups.

func (*MockEC2MockRecorder) DescribeStaleSecurityGroupsPages

func (mr *MockEC2MockRecorder) DescribeStaleSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeStaleSecurityGroupsPages indicates an expected call of DescribeStaleSecurityGroupsPages.

func (*MockEC2MockRecorder) DescribeStaleSecurityGroupsPagesWithContext

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

DescribeStaleSecurityGroupsPagesWithContext indicates an expected call of DescribeStaleSecurityGroupsPagesWithContext.

func (*MockEC2MockRecorder) DescribeStaleSecurityGroupsRequest

func (mr *MockEC2MockRecorder) DescribeStaleSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeStaleSecurityGroupsRequest indicates an expected call of DescribeStaleSecurityGroupsRequest.

func (*MockEC2MockRecorder) DescribeStaleSecurityGroupsWithContext

func (mr *MockEC2MockRecorder) DescribeStaleSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeStaleSecurityGroupsWithContext indicates an expected call of DescribeStaleSecurityGroupsWithContext.

func (*MockEC2MockRecorder) DescribeStoreImageTasks

func (mr *MockEC2MockRecorder) DescribeStoreImageTasks(arg0 interface{}) *gomock.Call

DescribeStoreImageTasks indicates an expected call of DescribeStoreImageTasks.

func (*MockEC2MockRecorder) DescribeStoreImageTasksPages

func (mr *MockEC2MockRecorder) DescribeStoreImageTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeStoreImageTasksPages indicates an expected call of DescribeStoreImageTasksPages.

func (*MockEC2MockRecorder) DescribeStoreImageTasksPagesWithContext

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

DescribeStoreImageTasksPagesWithContext indicates an expected call of DescribeStoreImageTasksPagesWithContext.

func (*MockEC2MockRecorder) DescribeStoreImageTasksRequest

func (mr *MockEC2MockRecorder) DescribeStoreImageTasksRequest(arg0 interface{}) *gomock.Call

DescribeStoreImageTasksRequest indicates an expected call of DescribeStoreImageTasksRequest.

func (*MockEC2MockRecorder) DescribeStoreImageTasksWithContext

func (mr *MockEC2MockRecorder) DescribeStoreImageTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeStoreImageTasksWithContext indicates an expected call of DescribeStoreImageTasksWithContext.

func (*MockEC2MockRecorder) DescribeSubnets

func (mr *MockEC2MockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call

DescribeSubnets indicates an expected call of DescribeSubnets.

func (*MockEC2MockRecorder) DescribeSubnetsAsList

func (mr *MockEC2MockRecorder) DescribeSubnetsAsList(arg0, arg1 interface{}) *gomock.Call

DescribeSubnetsAsList indicates an expected call of DescribeSubnetsAsList.

func (*MockEC2MockRecorder) DescribeSubnetsPages

func (mr *MockEC2MockRecorder) DescribeSubnetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSubnetsPages indicates an expected call of DescribeSubnetsPages.

func (*MockEC2MockRecorder) DescribeSubnetsPagesWithContext

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

DescribeSubnetsPagesWithContext indicates an expected call of DescribeSubnetsPagesWithContext.

func (*MockEC2MockRecorder) DescribeSubnetsRequest

func (mr *MockEC2MockRecorder) DescribeSubnetsRequest(arg0 interface{}) *gomock.Call

DescribeSubnetsRequest indicates an expected call of DescribeSubnetsRequest.

func (*MockEC2MockRecorder) DescribeSubnetsWithContext

func (mr *MockEC2MockRecorder) DescribeSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSubnetsWithContext indicates an expected call of DescribeSubnetsWithContext.

func (*MockEC2MockRecorder) DescribeTags

func (mr *MockEC2MockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags.

func (*MockEC2MockRecorder) DescribeTagsPages

func (mr *MockEC2MockRecorder) DescribeTagsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTagsPages indicates an expected call of DescribeTagsPages.

func (*MockEC2MockRecorder) DescribeTagsPagesWithContext

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

DescribeTagsPagesWithContext indicates an expected call of DescribeTagsPagesWithContext.

func (*MockEC2MockRecorder) DescribeTagsRequest

func (mr *MockEC2MockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest.

func (*MockEC2MockRecorder) DescribeTagsWithContext

func (mr *MockEC2MockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext.

func (*MockEC2MockRecorder) DescribeTrafficMirrorFilters

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorFilters(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorFilters indicates an expected call of DescribeTrafficMirrorFilters.

func (*MockEC2MockRecorder) DescribeTrafficMirrorFiltersPages

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorFiltersPages(arg0, arg1 interface{}) *gomock.Call

DescribeTrafficMirrorFiltersPages indicates an expected call of DescribeTrafficMirrorFiltersPages.

func (*MockEC2MockRecorder) DescribeTrafficMirrorFiltersPagesWithContext

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

DescribeTrafficMirrorFiltersPagesWithContext indicates an expected call of DescribeTrafficMirrorFiltersPagesWithContext.

func (*MockEC2MockRecorder) DescribeTrafficMirrorFiltersRequest

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorFiltersRequest(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorFiltersRequest indicates an expected call of DescribeTrafficMirrorFiltersRequest.

func (*MockEC2MockRecorder) DescribeTrafficMirrorFiltersWithContext

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorFiltersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrafficMirrorFiltersWithContext indicates an expected call of DescribeTrafficMirrorFiltersWithContext.

func (*MockEC2MockRecorder) DescribeTrafficMirrorSessions

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorSessions(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorSessions indicates an expected call of DescribeTrafficMirrorSessions.

func (*MockEC2MockRecorder) DescribeTrafficMirrorSessionsPages

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorSessionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTrafficMirrorSessionsPages indicates an expected call of DescribeTrafficMirrorSessionsPages.

func (*MockEC2MockRecorder) DescribeTrafficMirrorSessionsPagesWithContext

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

DescribeTrafficMirrorSessionsPagesWithContext indicates an expected call of DescribeTrafficMirrorSessionsPagesWithContext.

func (*MockEC2MockRecorder) DescribeTrafficMirrorSessionsRequest

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorSessionsRequest(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorSessionsRequest indicates an expected call of DescribeTrafficMirrorSessionsRequest.

func (*MockEC2MockRecorder) DescribeTrafficMirrorSessionsWithContext

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorSessionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrafficMirrorSessionsWithContext indicates an expected call of DescribeTrafficMirrorSessionsWithContext.

func (*MockEC2MockRecorder) DescribeTrafficMirrorTargets

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorTargets(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorTargets indicates an expected call of DescribeTrafficMirrorTargets.

func (*MockEC2MockRecorder) DescribeTrafficMirrorTargetsPages

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorTargetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTrafficMirrorTargetsPages indicates an expected call of DescribeTrafficMirrorTargetsPages.

func (*MockEC2MockRecorder) DescribeTrafficMirrorTargetsPagesWithContext

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

DescribeTrafficMirrorTargetsPagesWithContext indicates an expected call of DescribeTrafficMirrorTargetsPagesWithContext.

func (*MockEC2MockRecorder) DescribeTrafficMirrorTargetsRequest

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorTargetsRequest(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorTargetsRequest indicates an expected call of DescribeTrafficMirrorTargetsRequest.

func (*MockEC2MockRecorder) DescribeTrafficMirrorTargetsWithContext

func (mr *MockEC2MockRecorder) DescribeTrafficMirrorTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrafficMirrorTargetsWithContext indicates an expected call of DescribeTrafficMirrorTargetsWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayAttachments

func (mr *MockEC2MockRecorder) DescribeTransitGatewayAttachments(arg0 interface{}) *gomock.Call

DescribeTransitGatewayAttachments indicates an expected call of DescribeTransitGatewayAttachments.

func (*MockEC2MockRecorder) DescribeTransitGatewayAttachmentsPages

func (mr *MockEC2MockRecorder) DescribeTransitGatewayAttachmentsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsPages indicates an expected call of DescribeTransitGatewayAttachmentsPages.

func (*MockEC2MockRecorder) DescribeTransitGatewayAttachmentsPagesWithContext

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

DescribeTransitGatewayAttachmentsPagesWithContext indicates an expected call of DescribeTransitGatewayAttachmentsPagesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayAttachmentsRequest

func (mr *MockEC2MockRecorder) DescribeTransitGatewayAttachmentsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsRequest indicates an expected call of DescribeTransitGatewayAttachmentsRequest.

func (*MockEC2MockRecorder) DescribeTransitGatewayAttachmentsWithContext

func (mr *MockEC2MockRecorder) DescribeTransitGatewayAttachmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsWithContext indicates an expected call of DescribeTransitGatewayAttachmentsWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayConnectPeers

func (mr *MockEC2MockRecorder) DescribeTransitGatewayConnectPeers(arg0 interface{}) *gomock.Call

DescribeTransitGatewayConnectPeers indicates an expected call of DescribeTransitGatewayConnectPeers.

func (*MockEC2MockRecorder) DescribeTransitGatewayConnectPeersPages

func (mr *MockEC2MockRecorder) DescribeTransitGatewayConnectPeersPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayConnectPeersPages indicates an expected call of DescribeTransitGatewayConnectPeersPages.

func (*MockEC2MockRecorder) DescribeTransitGatewayConnectPeersPagesWithContext

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

DescribeTransitGatewayConnectPeersPagesWithContext indicates an expected call of DescribeTransitGatewayConnectPeersPagesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayConnectPeersRequest

func (mr *MockEC2MockRecorder) DescribeTransitGatewayConnectPeersRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayConnectPeersRequest indicates an expected call of DescribeTransitGatewayConnectPeersRequest.

func (*MockEC2MockRecorder) DescribeTransitGatewayConnectPeersWithContext

func (mr *MockEC2MockRecorder) DescribeTransitGatewayConnectPeersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayConnectPeersWithContext indicates an expected call of DescribeTransitGatewayConnectPeersWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayConnects

func (mr *MockEC2MockRecorder) DescribeTransitGatewayConnects(arg0 interface{}) *gomock.Call

DescribeTransitGatewayConnects indicates an expected call of DescribeTransitGatewayConnects.

func (*MockEC2MockRecorder) DescribeTransitGatewayConnectsPages

func (mr *MockEC2MockRecorder) DescribeTransitGatewayConnectsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayConnectsPages indicates an expected call of DescribeTransitGatewayConnectsPages.

func (*MockEC2MockRecorder) DescribeTransitGatewayConnectsPagesWithContext

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

DescribeTransitGatewayConnectsPagesWithContext indicates an expected call of DescribeTransitGatewayConnectsPagesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayConnectsRequest

func (mr *MockEC2MockRecorder) DescribeTransitGatewayConnectsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayConnectsRequest indicates an expected call of DescribeTransitGatewayConnectsRequest.

func (*MockEC2MockRecorder) DescribeTransitGatewayConnectsWithContext

func (mr *MockEC2MockRecorder) DescribeTransitGatewayConnectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayConnectsWithContext indicates an expected call of DescribeTransitGatewayConnectsWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayMulticastDomains

func (mr *MockEC2MockRecorder) DescribeTransitGatewayMulticastDomains(arg0 interface{}) *gomock.Call

DescribeTransitGatewayMulticastDomains indicates an expected call of DescribeTransitGatewayMulticastDomains.

func (*MockEC2MockRecorder) DescribeTransitGatewayMulticastDomainsPages

func (mr *MockEC2MockRecorder) DescribeTransitGatewayMulticastDomainsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayMulticastDomainsPages indicates an expected call of DescribeTransitGatewayMulticastDomainsPages.

func (*MockEC2MockRecorder) DescribeTransitGatewayMulticastDomainsPagesWithContext

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

DescribeTransitGatewayMulticastDomainsPagesWithContext indicates an expected call of DescribeTransitGatewayMulticastDomainsPagesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayMulticastDomainsRequest

func (mr *MockEC2MockRecorder) DescribeTransitGatewayMulticastDomainsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayMulticastDomainsRequest indicates an expected call of DescribeTransitGatewayMulticastDomainsRequest.

func (*MockEC2MockRecorder) DescribeTransitGatewayMulticastDomainsWithContext

func (mr *MockEC2MockRecorder) DescribeTransitGatewayMulticastDomainsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayMulticastDomainsWithContext indicates an expected call of DescribeTransitGatewayMulticastDomainsWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayPeeringAttachments

func (mr *MockEC2MockRecorder) DescribeTransitGatewayPeeringAttachments(arg0 interface{}) *gomock.Call

DescribeTransitGatewayPeeringAttachments indicates an expected call of DescribeTransitGatewayPeeringAttachments.

func (*MockEC2MockRecorder) DescribeTransitGatewayPeeringAttachmentsPages

func (mr *MockEC2MockRecorder) DescribeTransitGatewayPeeringAttachmentsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayPeeringAttachmentsPages indicates an expected call of DescribeTransitGatewayPeeringAttachmentsPages.

func (*MockEC2MockRecorder) DescribeTransitGatewayPeeringAttachmentsPagesWithContext

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

DescribeTransitGatewayPeeringAttachmentsPagesWithContext indicates an expected call of DescribeTransitGatewayPeeringAttachmentsPagesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayPeeringAttachmentsRequest

func (mr *MockEC2MockRecorder) DescribeTransitGatewayPeeringAttachmentsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayPeeringAttachmentsRequest indicates an expected call of DescribeTransitGatewayPeeringAttachmentsRequest.

func (*MockEC2MockRecorder) DescribeTransitGatewayPeeringAttachmentsWithContext

func (mr *MockEC2MockRecorder) DescribeTransitGatewayPeeringAttachmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayPeeringAttachmentsWithContext indicates an expected call of DescribeTransitGatewayPeeringAttachmentsWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayPolicyTables

func (mr *MockEC2MockRecorder) DescribeTransitGatewayPolicyTables(arg0 interface{}) *gomock.Call

DescribeTransitGatewayPolicyTables indicates an expected call of DescribeTransitGatewayPolicyTables.

func (*MockEC2MockRecorder) DescribeTransitGatewayPolicyTablesPages

func (mr *MockEC2MockRecorder) DescribeTransitGatewayPolicyTablesPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayPolicyTablesPages indicates an expected call of DescribeTransitGatewayPolicyTablesPages.

func (*MockEC2MockRecorder) DescribeTransitGatewayPolicyTablesPagesWithContext

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

DescribeTransitGatewayPolicyTablesPagesWithContext indicates an expected call of DescribeTransitGatewayPolicyTablesPagesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayPolicyTablesRequest

func (mr *MockEC2MockRecorder) DescribeTransitGatewayPolicyTablesRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayPolicyTablesRequest indicates an expected call of DescribeTransitGatewayPolicyTablesRequest.

func (*MockEC2MockRecorder) DescribeTransitGatewayPolicyTablesWithContext

func (mr *MockEC2MockRecorder) DescribeTransitGatewayPolicyTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayPolicyTablesWithContext indicates an expected call of DescribeTransitGatewayPolicyTablesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayRouteTableAnnouncements

func (mr *MockEC2MockRecorder) DescribeTransitGatewayRouteTableAnnouncements(arg0 interface{}) *gomock.Call

DescribeTransitGatewayRouteTableAnnouncements indicates an expected call of DescribeTransitGatewayRouteTableAnnouncements.

func (*MockEC2MockRecorder) DescribeTransitGatewayRouteTableAnnouncementsPages

func (mr *MockEC2MockRecorder) DescribeTransitGatewayRouteTableAnnouncementsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayRouteTableAnnouncementsPages indicates an expected call of DescribeTransitGatewayRouteTableAnnouncementsPages.

func (*MockEC2MockRecorder) DescribeTransitGatewayRouteTableAnnouncementsPagesWithContext

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

DescribeTransitGatewayRouteTableAnnouncementsPagesWithContext indicates an expected call of DescribeTransitGatewayRouteTableAnnouncementsPagesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayRouteTableAnnouncementsRequest

func (mr *MockEC2MockRecorder) DescribeTransitGatewayRouteTableAnnouncementsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayRouteTableAnnouncementsRequest indicates an expected call of DescribeTransitGatewayRouteTableAnnouncementsRequest.

func (*MockEC2MockRecorder) DescribeTransitGatewayRouteTableAnnouncementsWithContext

func (mr *MockEC2MockRecorder) DescribeTransitGatewayRouteTableAnnouncementsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayRouteTableAnnouncementsWithContext indicates an expected call of DescribeTransitGatewayRouteTableAnnouncementsWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayRouteTables

func (mr *MockEC2MockRecorder) DescribeTransitGatewayRouteTables(arg0 interface{}) *gomock.Call

DescribeTransitGatewayRouteTables indicates an expected call of DescribeTransitGatewayRouteTables.

func (*MockEC2MockRecorder) DescribeTransitGatewayRouteTablesPages

func (mr *MockEC2MockRecorder) DescribeTransitGatewayRouteTablesPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesPages indicates an expected call of DescribeTransitGatewayRouteTablesPages.

func (*MockEC2MockRecorder) DescribeTransitGatewayRouteTablesPagesWithContext

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

DescribeTransitGatewayRouteTablesPagesWithContext indicates an expected call of DescribeTransitGatewayRouteTablesPagesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayRouteTablesRequest

func (mr *MockEC2MockRecorder) DescribeTransitGatewayRouteTablesRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesRequest indicates an expected call of DescribeTransitGatewayRouteTablesRequest.

func (*MockEC2MockRecorder) DescribeTransitGatewayRouteTablesWithContext

func (mr *MockEC2MockRecorder) DescribeTransitGatewayRouteTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesWithContext indicates an expected call of DescribeTransitGatewayRouteTablesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayVpcAttachments

func (mr *MockEC2MockRecorder) DescribeTransitGatewayVpcAttachments(arg0 interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachments indicates an expected call of DescribeTransitGatewayVpcAttachments.

func (*MockEC2MockRecorder) DescribeTransitGatewayVpcAttachmentsPages

func (mr *MockEC2MockRecorder) DescribeTransitGatewayVpcAttachmentsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsPages indicates an expected call of DescribeTransitGatewayVpcAttachmentsPages.

func (*MockEC2MockRecorder) DescribeTransitGatewayVpcAttachmentsPagesWithContext

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

DescribeTransitGatewayVpcAttachmentsPagesWithContext indicates an expected call of DescribeTransitGatewayVpcAttachmentsPagesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewayVpcAttachmentsRequest

func (mr *MockEC2MockRecorder) DescribeTransitGatewayVpcAttachmentsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsRequest indicates an expected call of DescribeTransitGatewayVpcAttachmentsRequest.

func (*MockEC2MockRecorder) DescribeTransitGatewayVpcAttachmentsWithContext

func (mr *MockEC2MockRecorder) DescribeTransitGatewayVpcAttachmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsWithContext indicates an expected call of DescribeTransitGatewayVpcAttachmentsWithContext.

func (*MockEC2MockRecorder) DescribeTransitGateways

func (mr *MockEC2MockRecorder) DescribeTransitGateways(arg0 interface{}) *gomock.Call

DescribeTransitGateways indicates an expected call of DescribeTransitGateways.

func (*MockEC2MockRecorder) DescribeTransitGatewaysPages

func (mr *MockEC2MockRecorder) DescribeTransitGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewaysPages indicates an expected call of DescribeTransitGatewaysPages.

func (*MockEC2MockRecorder) DescribeTransitGatewaysPagesWithContext

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

DescribeTransitGatewaysPagesWithContext indicates an expected call of DescribeTransitGatewaysPagesWithContext.

func (*MockEC2MockRecorder) DescribeTransitGatewaysRequest

func (mr *MockEC2MockRecorder) DescribeTransitGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewaysRequest indicates an expected call of DescribeTransitGatewaysRequest.

func (*MockEC2MockRecorder) DescribeTransitGatewaysWithContext

func (mr *MockEC2MockRecorder) DescribeTransitGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewaysWithContext indicates an expected call of DescribeTransitGatewaysWithContext.

func (*MockEC2MockRecorder) DescribeTrunkInterfaceAssociations

func (mr *MockEC2MockRecorder) DescribeTrunkInterfaceAssociations(arg0 interface{}) *gomock.Call

DescribeTrunkInterfaceAssociations indicates an expected call of DescribeTrunkInterfaceAssociations.

func (*MockEC2MockRecorder) DescribeTrunkInterfaceAssociationsPages

func (mr *MockEC2MockRecorder) DescribeTrunkInterfaceAssociationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTrunkInterfaceAssociationsPages indicates an expected call of DescribeTrunkInterfaceAssociationsPages.

func (*MockEC2MockRecorder) DescribeTrunkInterfaceAssociationsPagesWithContext

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

DescribeTrunkInterfaceAssociationsPagesWithContext indicates an expected call of DescribeTrunkInterfaceAssociationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeTrunkInterfaceAssociationsRequest

func (mr *MockEC2MockRecorder) DescribeTrunkInterfaceAssociationsRequest(arg0 interface{}) *gomock.Call

DescribeTrunkInterfaceAssociationsRequest indicates an expected call of DescribeTrunkInterfaceAssociationsRequest.

func (*MockEC2MockRecorder) DescribeTrunkInterfaceAssociationsWithContext

func (mr *MockEC2MockRecorder) DescribeTrunkInterfaceAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrunkInterfaceAssociationsWithContext indicates an expected call of DescribeTrunkInterfaceAssociationsWithContext.

func (*MockEC2MockRecorder) DescribeVerifiedAccessEndpoints

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessEndpoints(arg0 interface{}) *gomock.Call

DescribeVerifiedAccessEndpoints indicates an expected call of DescribeVerifiedAccessEndpoints.

func (*MockEC2MockRecorder) DescribeVerifiedAccessEndpointsPages

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessEndpointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVerifiedAccessEndpointsPages indicates an expected call of DescribeVerifiedAccessEndpointsPages.

func (*MockEC2MockRecorder) DescribeVerifiedAccessEndpointsPagesWithContext

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

DescribeVerifiedAccessEndpointsPagesWithContext indicates an expected call of DescribeVerifiedAccessEndpointsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVerifiedAccessEndpointsRequest

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeVerifiedAccessEndpointsRequest indicates an expected call of DescribeVerifiedAccessEndpointsRequest.

func (*MockEC2MockRecorder) DescribeVerifiedAccessEndpointsWithContext

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVerifiedAccessEndpointsWithContext indicates an expected call of DescribeVerifiedAccessEndpointsWithContext.

func (*MockEC2MockRecorder) DescribeVerifiedAccessGroups

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessGroups(arg0 interface{}) *gomock.Call

DescribeVerifiedAccessGroups indicates an expected call of DescribeVerifiedAccessGroups.

func (*MockEC2MockRecorder) DescribeVerifiedAccessGroupsPages

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVerifiedAccessGroupsPages indicates an expected call of DescribeVerifiedAccessGroupsPages.

func (*MockEC2MockRecorder) DescribeVerifiedAccessGroupsPagesWithContext

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

DescribeVerifiedAccessGroupsPagesWithContext indicates an expected call of DescribeVerifiedAccessGroupsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVerifiedAccessGroupsRequest

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessGroupsRequest(arg0 interface{}) *gomock.Call

DescribeVerifiedAccessGroupsRequest indicates an expected call of DescribeVerifiedAccessGroupsRequest.

func (*MockEC2MockRecorder) DescribeVerifiedAccessGroupsWithContext

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVerifiedAccessGroupsWithContext indicates an expected call of DescribeVerifiedAccessGroupsWithContext.

func (*MockEC2MockRecorder) DescribeVerifiedAccessInstanceLoggingConfigurations

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessInstanceLoggingConfigurations(arg0 interface{}) *gomock.Call

DescribeVerifiedAccessInstanceLoggingConfigurations indicates an expected call of DescribeVerifiedAccessInstanceLoggingConfigurations.

func (*MockEC2MockRecorder) DescribeVerifiedAccessInstanceLoggingConfigurationsPages

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessInstanceLoggingConfigurationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVerifiedAccessInstanceLoggingConfigurationsPages indicates an expected call of DescribeVerifiedAccessInstanceLoggingConfigurationsPages.

func (*MockEC2MockRecorder) DescribeVerifiedAccessInstanceLoggingConfigurationsPagesWithContext

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

DescribeVerifiedAccessInstanceLoggingConfigurationsPagesWithContext indicates an expected call of DescribeVerifiedAccessInstanceLoggingConfigurationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVerifiedAccessInstanceLoggingConfigurationsRequest

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessInstanceLoggingConfigurationsRequest(arg0 interface{}) *gomock.Call

DescribeVerifiedAccessInstanceLoggingConfigurationsRequest indicates an expected call of DescribeVerifiedAccessInstanceLoggingConfigurationsRequest.

func (*MockEC2MockRecorder) DescribeVerifiedAccessInstanceLoggingConfigurationsWithContext

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessInstanceLoggingConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVerifiedAccessInstanceLoggingConfigurationsWithContext indicates an expected call of DescribeVerifiedAccessInstanceLoggingConfigurationsWithContext.

func (*MockEC2MockRecorder) DescribeVerifiedAccessInstances

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessInstances(arg0 interface{}) *gomock.Call

DescribeVerifiedAccessInstances indicates an expected call of DescribeVerifiedAccessInstances.

func (*MockEC2MockRecorder) DescribeVerifiedAccessInstancesPages

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeVerifiedAccessInstancesPages indicates an expected call of DescribeVerifiedAccessInstancesPages.

func (*MockEC2MockRecorder) DescribeVerifiedAccessInstancesPagesWithContext

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

DescribeVerifiedAccessInstancesPagesWithContext indicates an expected call of DescribeVerifiedAccessInstancesPagesWithContext.

func (*MockEC2MockRecorder) DescribeVerifiedAccessInstancesRequest

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessInstancesRequest(arg0 interface{}) *gomock.Call

DescribeVerifiedAccessInstancesRequest indicates an expected call of DescribeVerifiedAccessInstancesRequest.

func (*MockEC2MockRecorder) DescribeVerifiedAccessInstancesWithContext

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVerifiedAccessInstancesWithContext indicates an expected call of DescribeVerifiedAccessInstancesWithContext.

func (*MockEC2MockRecorder) DescribeVerifiedAccessTrustProviders

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessTrustProviders(arg0 interface{}) *gomock.Call

DescribeVerifiedAccessTrustProviders indicates an expected call of DescribeVerifiedAccessTrustProviders.

func (*MockEC2MockRecorder) DescribeVerifiedAccessTrustProvidersPages

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessTrustProvidersPages(arg0, arg1 interface{}) *gomock.Call

DescribeVerifiedAccessTrustProvidersPages indicates an expected call of DescribeVerifiedAccessTrustProvidersPages.

func (*MockEC2MockRecorder) DescribeVerifiedAccessTrustProvidersPagesWithContext

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

DescribeVerifiedAccessTrustProvidersPagesWithContext indicates an expected call of DescribeVerifiedAccessTrustProvidersPagesWithContext.

func (*MockEC2MockRecorder) DescribeVerifiedAccessTrustProvidersRequest

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessTrustProvidersRequest(arg0 interface{}) *gomock.Call

DescribeVerifiedAccessTrustProvidersRequest indicates an expected call of DescribeVerifiedAccessTrustProvidersRequest.

func (*MockEC2MockRecorder) DescribeVerifiedAccessTrustProvidersWithContext

func (mr *MockEC2MockRecorder) DescribeVerifiedAccessTrustProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVerifiedAccessTrustProvidersWithContext indicates an expected call of DescribeVerifiedAccessTrustProvidersWithContext.

func (*MockEC2MockRecorder) DescribeVolumeAttribute

func (mr *MockEC2MockRecorder) DescribeVolumeAttribute(arg0 interface{}) *gomock.Call

DescribeVolumeAttribute indicates an expected call of DescribeVolumeAttribute.

func (*MockEC2MockRecorder) DescribeVolumeAttributeRequest

func (mr *MockEC2MockRecorder) DescribeVolumeAttributeRequest(arg0 interface{}) *gomock.Call

DescribeVolumeAttributeRequest indicates an expected call of DescribeVolumeAttributeRequest.

func (*MockEC2MockRecorder) DescribeVolumeAttributeWithContext

func (mr *MockEC2MockRecorder) DescribeVolumeAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumeAttributeWithContext indicates an expected call of DescribeVolumeAttributeWithContext.

func (*MockEC2MockRecorder) DescribeVolumeStatus

func (mr *MockEC2MockRecorder) DescribeVolumeStatus(arg0 interface{}) *gomock.Call

DescribeVolumeStatus indicates an expected call of DescribeVolumeStatus.

func (*MockEC2MockRecorder) DescribeVolumeStatusPages

func (mr *MockEC2MockRecorder) DescribeVolumeStatusPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumeStatusPages indicates an expected call of DescribeVolumeStatusPages.

func (*MockEC2MockRecorder) DescribeVolumeStatusPagesWithContext

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

DescribeVolumeStatusPagesWithContext indicates an expected call of DescribeVolumeStatusPagesWithContext.

func (*MockEC2MockRecorder) DescribeVolumeStatusRequest

func (mr *MockEC2MockRecorder) DescribeVolumeStatusRequest(arg0 interface{}) *gomock.Call

DescribeVolumeStatusRequest indicates an expected call of DescribeVolumeStatusRequest.

func (*MockEC2MockRecorder) DescribeVolumeStatusWithContext

func (mr *MockEC2MockRecorder) DescribeVolumeStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumeStatusWithContext indicates an expected call of DescribeVolumeStatusWithContext.

func (*MockEC2MockRecorder) DescribeVolumes

func (mr *MockEC2MockRecorder) DescribeVolumes(arg0 interface{}) *gomock.Call

DescribeVolumes indicates an expected call of DescribeVolumes.

func (*MockEC2MockRecorder) DescribeVolumesModifications

func (mr *MockEC2MockRecorder) DescribeVolumesModifications(arg0 interface{}) *gomock.Call

DescribeVolumesModifications indicates an expected call of DescribeVolumesModifications.

func (*MockEC2MockRecorder) DescribeVolumesModificationsPages

func (mr *MockEC2MockRecorder) DescribeVolumesModificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumesModificationsPages indicates an expected call of DescribeVolumesModificationsPages.

func (*MockEC2MockRecorder) DescribeVolumesModificationsPagesWithContext

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

DescribeVolumesModificationsPagesWithContext indicates an expected call of DescribeVolumesModificationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVolumesModificationsRequest

func (mr *MockEC2MockRecorder) DescribeVolumesModificationsRequest(arg0 interface{}) *gomock.Call

DescribeVolumesModificationsRequest indicates an expected call of DescribeVolumesModificationsRequest.

func (*MockEC2MockRecorder) DescribeVolumesModificationsWithContext

func (mr *MockEC2MockRecorder) DescribeVolumesModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumesModificationsWithContext indicates an expected call of DescribeVolumesModificationsWithContext.

func (*MockEC2MockRecorder) DescribeVolumesPages

func (mr *MockEC2MockRecorder) DescribeVolumesPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumesPages indicates an expected call of DescribeVolumesPages.

func (*MockEC2MockRecorder) DescribeVolumesPagesWithContext

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

DescribeVolumesPagesWithContext indicates an expected call of DescribeVolumesPagesWithContext.

func (*MockEC2MockRecorder) DescribeVolumesRequest

func (mr *MockEC2MockRecorder) DescribeVolumesRequest(arg0 interface{}) *gomock.Call

DescribeVolumesRequest indicates an expected call of DescribeVolumesRequest.

func (*MockEC2MockRecorder) DescribeVolumesWithContext

func (mr *MockEC2MockRecorder) DescribeVolumesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumesWithContext indicates an expected call of DescribeVolumesWithContext.

func (*MockEC2MockRecorder) DescribeVpcAttribute

func (mr *MockEC2MockRecorder) DescribeVpcAttribute(arg0 interface{}) *gomock.Call

DescribeVpcAttribute indicates an expected call of DescribeVpcAttribute.

func (*MockEC2MockRecorder) DescribeVpcAttributeRequest

func (mr *MockEC2MockRecorder) DescribeVpcAttributeRequest(arg0 interface{}) *gomock.Call

DescribeVpcAttributeRequest indicates an expected call of DescribeVpcAttributeRequest.

func (*MockEC2MockRecorder) DescribeVpcAttributeWithContext

func (mr *MockEC2MockRecorder) DescribeVpcAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcAttributeWithContext indicates an expected call of DescribeVpcAttributeWithContext.

func (mr *MockEC2MockRecorder) DescribeVpcClassicLink(arg0 interface{}) *gomock.Call

DescribeVpcClassicLink indicates an expected call of DescribeVpcClassicLink.

func (*MockEC2MockRecorder) DescribeVpcClassicLinkDnsSupport

func (mr *MockEC2MockRecorder) DescribeVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupport indicates an expected call of DescribeVpcClassicLinkDnsSupport.

func (*MockEC2MockRecorder) DescribeVpcClassicLinkDnsSupportPages

func (mr *MockEC2MockRecorder) DescribeVpcClassicLinkDnsSupportPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportPages indicates an expected call of DescribeVpcClassicLinkDnsSupportPages.

func (*MockEC2MockRecorder) DescribeVpcClassicLinkDnsSupportPagesWithContext

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

DescribeVpcClassicLinkDnsSupportPagesWithContext indicates an expected call of DescribeVpcClassicLinkDnsSupportPagesWithContext.

func (*MockEC2MockRecorder) DescribeVpcClassicLinkDnsSupportRequest

func (mr *MockEC2MockRecorder) DescribeVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportRequest indicates an expected call of DescribeVpcClassicLinkDnsSupportRequest.

func (*MockEC2MockRecorder) DescribeVpcClassicLinkDnsSupportWithContext

func (mr *MockEC2MockRecorder) DescribeVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportWithContext indicates an expected call of DescribeVpcClassicLinkDnsSupportWithContext.

func (*MockEC2MockRecorder) DescribeVpcClassicLinkRequest

func (mr *MockEC2MockRecorder) DescribeVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkRequest indicates an expected call of DescribeVpcClassicLinkRequest.

func (*MockEC2MockRecorder) DescribeVpcClassicLinkWithContext

func (mr *MockEC2MockRecorder) DescribeVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcClassicLinkWithContext indicates an expected call of DescribeVpcClassicLinkWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpointConnectionNotifications

func (mr *MockEC2MockRecorder) DescribeVpcEndpointConnectionNotifications(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotifications indicates an expected call of DescribeVpcEndpointConnectionNotifications.

func (*MockEC2MockRecorder) DescribeVpcEndpointConnectionNotificationsPages

func (mr *MockEC2MockRecorder) DescribeVpcEndpointConnectionNotificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsPages indicates an expected call of DescribeVpcEndpointConnectionNotificationsPages.

func (*MockEC2MockRecorder) DescribeVpcEndpointConnectionNotificationsPagesWithContext

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

DescribeVpcEndpointConnectionNotificationsPagesWithContext indicates an expected call of DescribeVpcEndpointConnectionNotificationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpointConnectionNotificationsRequest

func (mr *MockEC2MockRecorder) DescribeVpcEndpointConnectionNotificationsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsRequest indicates an expected call of DescribeVpcEndpointConnectionNotificationsRequest.

func (*MockEC2MockRecorder) DescribeVpcEndpointConnectionNotificationsWithContext

func (mr *MockEC2MockRecorder) DescribeVpcEndpointConnectionNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsWithContext indicates an expected call of DescribeVpcEndpointConnectionNotificationsWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpointConnections

func (mr *MockEC2MockRecorder) DescribeVpcEndpointConnections(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnections indicates an expected call of DescribeVpcEndpointConnections.

func (*MockEC2MockRecorder) DescribeVpcEndpointConnectionsPages

func (mr *MockEC2MockRecorder) DescribeVpcEndpointConnectionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointConnectionsPages indicates an expected call of DescribeVpcEndpointConnectionsPages.

func (*MockEC2MockRecorder) DescribeVpcEndpointConnectionsPagesWithContext

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

DescribeVpcEndpointConnectionsPagesWithContext indicates an expected call of DescribeVpcEndpointConnectionsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpointConnectionsRequest

func (mr *MockEC2MockRecorder) DescribeVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionsRequest indicates an expected call of DescribeVpcEndpointConnectionsRequest.

func (*MockEC2MockRecorder) DescribeVpcEndpointConnectionsWithContext

func (mr *MockEC2MockRecorder) DescribeVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionsWithContext indicates an expected call of DescribeVpcEndpointConnectionsWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpointServiceConfigurations

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurations indicates an expected call of DescribeVpcEndpointServiceConfigurations.

func (*MockEC2MockRecorder) DescribeVpcEndpointServiceConfigurationsPages

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServiceConfigurationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsPages indicates an expected call of DescribeVpcEndpointServiceConfigurationsPages.

func (*MockEC2MockRecorder) DescribeVpcEndpointServiceConfigurationsPagesWithContext

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

DescribeVpcEndpointServiceConfigurationsPagesWithContext indicates an expected call of DescribeVpcEndpointServiceConfigurationsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpointServiceConfigurationsRequest

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServiceConfigurationsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsRequest indicates an expected call of DescribeVpcEndpointServiceConfigurationsRequest.

func (*MockEC2MockRecorder) DescribeVpcEndpointServiceConfigurationsWithContext

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServiceConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsWithContext indicates an expected call of DescribeVpcEndpointServiceConfigurationsWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpointServicePermissions

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissions indicates an expected call of DescribeVpcEndpointServicePermissions.

func (*MockEC2MockRecorder) DescribeVpcEndpointServicePermissionsPages

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServicePermissionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsPages indicates an expected call of DescribeVpcEndpointServicePermissionsPages.

func (*MockEC2MockRecorder) DescribeVpcEndpointServicePermissionsPagesWithContext

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

DescribeVpcEndpointServicePermissionsPagesWithContext indicates an expected call of DescribeVpcEndpointServicePermissionsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpointServicePermissionsRequest

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServicePermissionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsRequest indicates an expected call of DescribeVpcEndpointServicePermissionsRequest.

func (*MockEC2MockRecorder) DescribeVpcEndpointServicePermissionsWithContext

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServicePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsWithContext indicates an expected call of DescribeVpcEndpointServicePermissionsWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpointServices

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServices(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServices indicates an expected call of DescribeVpcEndpointServices.

func (*MockEC2MockRecorder) DescribeVpcEndpointServicesRequest

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServicesRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicesRequest indicates an expected call of DescribeVpcEndpointServicesRequest.

func (*MockEC2MockRecorder) DescribeVpcEndpointServicesWithContext

func (mr *MockEC2MockRecorder) DescribeVpcEndpointServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServicesWithContext indicates an expected call of DescribeVpcEndpointServicesWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpoints

func (mr *MockEC2MockRecorder) DescribeVpcEndpoints(arg0 interface{}) *gomock.Call

DescribeVpcEndpoints indicates an expected call of DescribeVpcEndpoints.

func (*MockEC2MockRecorder) DescribeVpcEndpointsPages

func (mr *MockEC2MockRecorder) DescribeVpcEndpointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointsPages indicates an expected call of DescribeVpcEndpointsPages.

func (*MockEC2MockRecorder) DescribeVpcEndpointsPagesWithContext

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

DescribeVpcEndpointsPagesWithContext indicates an expected call of DescribeVpcEndpointsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVpcEndpointsRequest

func (mr *MockEC2MockRecorder) DescribeVpcEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointsRequest indicates an expected call of DescribeVpcEndpointsRequest.

func (*MockEC2MockRecorder) DescribeVpcEndpointsWithContext

func (mr *MockEC2MockRecorder) DescribeVpcEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointsWithContext indicates an expected call of DescribeVpcEndpointsWithContext.

func (*MockEC2MockRecorder) DescribeVpcPeeringConnections

func (mr *MockEC2MockRecorder) DescribeVpcPeeringConnections(arg0 interface{}) *gomock.Call

DescribeVpcPeeringConnections indicates an expected call of DescribeVpcPeeringConnections.

func (*MockEC2MockRecorder) DescribeVpcPeeringConnectionsPages

func (mr *MockEC2MockRecorder) DescribeVpcPeeringConnectionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcPeeringConnectionsPages indicates an expected call of DescribeVpcPeeringConnectionsPages.

func (*MockEC2MockRecorder) DescribeVpcPeeringConnectionsPagesWithContext

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

DescribeVpcPeeringConnectionsPagesWithContext indicates an expected call of DescribeVpcPeeringConnectionsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVpcPeeringConnectionsRequest

func (mr *MockEC2MockRecorder) DescribeVpcPeeringConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcPeeringConnectionsRequest indicates an expected call of DescribeVpcPeeringConnectionsRequest.

func (*MockEC2MockRecorder) DescribeVpcPeeringConnectionsWithContext

func (mr *MockEC2MockRecorder) DescribeVpcPeeringConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcPeeringConnectionsWithContext indicates an expected call of DescribeVpcPeeringConnectionsWithContext.

func (*MockEC2MockRecorder) DescribeVpcs

func (mr *MockEC2MockRecorder) DescribeVpcs(arg0 interface{}) *gomock.Call

DescribeVpcs indicates an expected call of DescribeVpcs.

func (*MockEC2MockRecorder) DescribeVpcsPages

func (mr *MockEC2MockRecorder) DescribeVpcsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcsPages indicates an expected call of DescribeVpcsPages.

func (*MockEC2MockRecorder) DescribeVpcsPagesWithContext

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

DescribeVpcsPagesWithContext indicates an expected call of DescribeVpcsPagesWithContext.

func (*MockEC2MockRecorder) DescribeVpcsRequest

func (mr *MockEC2MockRecorder) DescribeVpcsRequest(arg0 interface{}) *gomock.Call

DescribeVpcsRequest indicates an expected call of DescribeVpcsRequest.

func (*MockEC2MockRecorder) DescribeVpcsWithContext

func (mr *MockEC2MockRecorder) DescribeVpcsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcsWithContext indicates an expected call of DescribeVpcsWithContext.

func (*MockEC2MockRecorder) DescribeVpnConnections

func (mr *MockEC2MockRecorder) DescribeVpnConnections(arg0 interface{}) *gomock.Call

DescribeVpnConnections indicates an expected call of DescribeVpnConnections.

func (*MockEC2MockRecorder) DescribeVpnConnectionsRequest

func (mr *MockEC2MockRecorder) DescribeVpnConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpnConnectionsRequest indicates an expected call of DescribeVpnConnectionsRequest.

func (*MockEC2MockRecorder) DescribeVpnConnectionsWithContext

func (mr *MockEC2MockRecorder) DescribeVpnConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpnConnectionsWithContext indicates an expected call of DescribeVpnConnectionsWithContext.

func (*MockEC2MockRecorder) DescribeVpnGateways

func (mr *MockEC2MockRecorder) DescribeVpnGateways(arg0 interface{}) *gomock.Call

DescribeVpnGateways indicates an expected call of DescribeVpnGateways.

func (*MockEC2MockRecorder) DescribeVpnGatewaysRequest

func (mr *MockEC2MockRecorder) DescribeVpnGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeVpnGatewaysRequest indicates an expected call of DescribeVpnGatewaysRequest.

func (*MockEC2MockRecorder) DescribeVpnGatewaysWithContext

func (mr *MockEC2MockRecorder) DescribeVpnGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpnGatewaysWithContext indicates an expected call of DescribeVpnGatewaysWithContext.

func (*MockEC2MockRecorder) DetachClassicLinkVpc

func (mr *MockEC2MockRecorder) DetachClassicLinkVpc(arg0 interface{}) *gomock.Call

DetachClassicLinkVpc indicates an expected call of DetachClassicLinkVpc.

func (*MockEC2MockRecorder) DetachClassicLinkVpcRequest

func (mr *MockEC2MockRecorder) DetachClassicLinkVpcRequest(arg0 interface{}) *gomock.Call

DetachClassicLinkVpcRequest indicates an expected call of DetachClassicLinkVpcRequest.

func (*MockEC2MockRecorder) DetachClassicLinkVpcWithContext

func (mr *MockEC2MockRecorder) DetachClassicLinkVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachClassicLinkVpcWithContext indicates an expected call of DetachClassicLinkVpcWithContext.

func (*MockEC2MockRecorder) DetachInternetGateway

func (mr *MockEC2MockRecorder) DetachInternetGateway(arg0 interface{}) *gomock.Call

DetachInternetGateway indicates an expected call of DetachInternetGateway.

func (*MockEC2MockRecorder) DetachInternetGatewayRequest

func (mr *MockEC2MockRecorder) DetachInternetGatewayRequest(arg0 interface{}) *gomock.Call

DetachInternetGatewayRequest indicates an expected call of DetachInternetGatewayRequest.

func (*MockEC2MockRecorder) DetachInternetGatewayWithContext

func (mr *MockEC2MockRecorder) DetachInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachInternetGatewayWithContext indicates an expected call of DetachInternetGatewayWithContext.

func (*MockEC2MockRecorder) DetachNetworkInterface

func (mr *MockEC2MockRecorder) DetachNetworkInterface(arg0 interface{}) *gomock.Call

DetachNetworkInterface indicates an expected call of DetachNetworkInterface.

func (*MockEC2MockRecorder) DetachNetworkInterfaceRequest

func (mr *MockEC2MockRecorder) DetachNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

DetachNetworkInterfaceRequest indicates an expected call of DetachNetworkInterfaceRequest.

func (*MockEC2MockRecorder) DetachNetworkInterfaceWithContext

func (mr *MockEC2MockRecorder) DetachNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachNetworkInterfaceWithContext indicates an expected call of DetachNetworkInterfaceWithContext.

func (*MockEC2MockRecorder) DetachVerifiedAccessTrustProvider

func (mr *MockEC2MockRecorder) DetachVerifiedAccessTrustProvider(arg0 interface{}) *gomock.Call

DetachVerifiedAccessTrustProvider indicates an expected call of DetachVerifiedAccessTrustProvider.

func (*MockEC2MockRecorder) DetachVerifiedAccessTrustProviderRequest

func (mr *MockEC2MockRecorder) DetachVerifiedAccessTrustProviderRequest(arg0 interface{}) *gomock.Call

DetachVerifiedAccessTrustProviderRequest indicates an expected call of DetachVerifiedAccessTrustProviderRequest.

func (*MockEC2MockRecorder) DetachVerifiedAccessTrustProviderWithContext

func (mr *MockEC2MockRecorder) DetachVerifiedAccessTrustProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachVerifiedAccessTrustProviderWithContext indicates an expected call of DetachVerifiedAccessTrustProviderWithContext.

func (*MockEC2MockRecorder) DetachVolume

func (mr *MockEC2MockRecorder) DetachVolume(arg0 interface{}) *gomock.Call

DetachVolume indicates an expected call of DetachVolume.

func (*MockEC2MockRecorder) DetachVolumeRequest

func (mr *MockEC2MockRecorder) DetachVolumeRequest(arg0 interface{}) *gomock.Call

DetachVolumeRequest indicates an expected call of DetachVolumeRequest.

func (*MockEC2MockRecorder) DetachVolumeWithContext

func (mr *MockEC2MockRecorder) DetachVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachVolumeWithContext indicates an expected call of DetachVolumeWithContext.

func (*MockEC2MockRecorder) DetachVpnGateway

func (mr *MockEC2MockRecorder) DetachVpnGateway(arg0 interface{}) *gomock.Call

DetachVpnGateway indicates an expected call of DetachVpnGateway.

func (*MockEC2MockRecorder) DetachVpnGatewayRequest

func (mr *MockEC2MockRecorder) DetachVpnGatewayRequest(arg0 interface{}) *gomock.Call

DetachVpnGatewayRequest indicates an expected call of DetachVpnGatewayRequest.

func (*MockEC2MockRecorder) DetachVpnGatewayWithContext

func (mr *MockEC2MockRecorder) DetachVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachVpnGatewayWithContext indicates an expected call of DetachVpnGatewayWithContext.

func (*MockEC2MockRecorder) DisableAddressTransfer

func (mr *MockEC2MockRecorder) DisableAddressTransfer(arg0 interface{}) *gomock.Call

DisableAddressTransfer indicates an expected call of DisableAddressTransfer.

func (*MockEC2MockRecorder) DisableAddressTransferRequest

func (mr *MockEC2MockRecorder) DisableAddressTransferRequest(arg0 interface{}) *gomock.Call

DisableAddressTransferRequest indicates an expected call of DisableAddressTransferRequest.

func (*MockEC2MockRecorder) DisableAddressTransferWithContext

func (mr *MockEC2MockRecorder) DisableAddressTransferWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableAddressTransferWithContext indicates an expected call of DisableAddressTransferWithContext.

func (*MockEC2MockRecorder) DisableAwsNetworkPerformanceMetricSubscription

func (mr *MockEC2MockRecorder) DisableAwsNetworkPerformanceMetricSubscription(arg0 interface{}) *gomock.Call

DisableAwsNetworkPerformanceMetricSubscription indicates an expected call of DisableAwsNetworkPerformanceMetricSubscription.

func (*MockEC2MockRecorder) DisableAwsNetworkPerformanceMetricSubscriptionRequest

func (mr *MockEC2MockRecorder) DisableAwsNetworkPerformanceMetricSubscriptionRequest(arg0 interface{}) *gomock.Call

DisableAwsNetworkPerformanceMetricSubscriptionRequest indicates an expected call of DisableAwsNetworkPerformanceMetricSubscriptionRequest.

func (*MockEC2MockRecorder) DisableAwsNetworkPerformanceMetricSubscriptionWithContext

func (mr *MockEC2MockRecorder) DisableAwsNetworkPerformanceMetricSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableAwsNetworkPerformanceMetricSubscriptionWithContext indicates an expected call of DisableAwsNetworkPerformanceMetricSubscriptionWithContext.

func (*MockEC2MockRecorder) DisableEbsEncryptionByDefault

func (mr *MockEC2MockRecorder) DisableEbsEncryptionByDefault(arg0 interface{}) *gomock.Call

DisableEbsEncryptionByDefault indicates an expected call of DisableEbsEncryptionByDefault.

func (*MockEC2MockRecorder) DisableEbsEncryptionByDefaultRequest

func (mr *MockEC2MockRecorder) DisableEbsEncryptionByDefaultRequest(arg0 interface{}) *gomock.Call

DisableEbsEncryptionByDefaultRequest indicates an expected call of DisableEbsEncryptionByDefaultRequest.

func (*MockEC2MockRecorder) DisableEbsEncryptionByDefaultWithContext

func (mr *MockEC2MockRecorder) DisableEbsEncryptionByDefaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableEbsEncryptionByDefaultWithContext indicates an expected call of DisableEbsEncryptionByDefaultWithContext.

func (*MockEC2MockRecorder) DisableFastLaunch

func (mr *MockEC2MockRecorder) DisableFastLaunch(arg0 interface{}) *gomock.Call

DisableFastLaunch indicates an expected call of DisableFastLaunch.

func (*MockEC2MockRecorder) DisableFastLaunchRequest

func (mr *MockEC2MockRecorder) DisableFastLaunchRequest(arg0 interface{}) *gomock.Call

DisableFastLaunchRequest indicates an expected call of DisableFastLaunchRequest.

func (*MockEC2MockRecorder) DisableFastLaunchWithContext

func (mr *MockEC2MockRecorder) DisableFastLaunchWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableFastLaunchWithContext indicates an expected call of DisableFastLaunchWithContext.

func (*MockEC2MockRecorder) DisableFastSnapshotRestores

func (mr *MockEC2MockRecorder) DisableFastSnapshotRestores(arg0 interface{}) *gomock.Call

DisableFastSnapshotRestores indicates an expected call of DisableFastSnapshotRestores.

func (*MockEC2MockRecorder) DisableFastSnapshotRestoresRequest

func (mr *MockEC2MockRecorder) DisableFastSnapshotRestoresRequest(arg0 interface{}) *gomock.Call

DisableFastSnapshotRestoresRequest indicates an expected call of DisableFastSnapshotRestoresRequest.

func (*MockEC2MockRecorder) DisableFastSnapshotRestoresWithContext

func (mr *MockEC2MockRecorder) DisableFastSnapshotRestoresWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableFastSnapshotRestoresWithContext indicates an expected call of DisableFastSnapshotRestoresWithContext.

func (*MockEC2MockRecorder) DisableImageDeprecation

func (mr *MockEC2MockRecorder) DisableImageDeprecation(arg0 interface{}) *gomock.Call

DisableImageDeprecation indicates an expected call of DisableImageDeprecation.

func (*MockEC2MockRecorder) DisableImageDeprecationRequest

func (mr *MockEC2MockRecorder) DisableImageDeprecationRequest(arg0 interface{}) *gomock.Call

DisableImageDeprecationRequest indicates an expected call of DisableImageDeprecationRequest.

func (*MockEC2MockRecorder) DisableImageDeprecationWithContext

func (mr *MockEC2MockRecorder) DisableImageDeprecationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableImageDeprecationWithContext indicates an expected call of DisableImageDeprecationWithContext.

func (*MockEC2MockRecorder) DisableIpamOrganizationAdminAccount

func (mr *MockEC2MockRecorder) DisableIpamOrganizationAdminAccount(arg0 interface{}) *gomock.Call

DisableIpamOrganizationAdminAccount indicates an expected call of DisableIpamOrganizationAdminAccount.

func (*MockEC2MockRecorder) DisableIpamOrganizationAdminAccountRequest

func (mr *MockEC2MockRecorder) DisableIpamOrganizationAdminAccountRequest(arg0 interface{}) *gomock.Call

DisableIpamOrganizationAdminAccountRequest indicates an expected call of DisableIpamOrganizationAdminAccountRequest.

func (*MockEC2MockRecorder) DisableIpamOrganizationAdminAccountWithContext

func (mr *MockEC2MockRecorder) DisableIpamOrganizationAdminAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableIpamOrganizationAdminAccountWithContext indicates an expected call of DisableIpamOrganizationAdminAccountWithContext.

func (*MockEC2MockRecorder) DisableSerialConsoleAccess

func (mr *MockEC2MockRecorder) DisableSerialConsoleAccess(arg0 interface{}) *gomock.Call

DisableSerialConsoleAccess indicates an expected call of DisableSerialConsoleAccess.

func (*MockEC2MockRecorder) DisableSerialConsoleAccessRequest

func (mr *MockEC2MockRecorder) DisableSerialConsoleAccessRequest(arg0 interface{}) *gomock.Call

DisableSerialConsoleAccessRequest indicates an expected call of DisableSerialConsoleAccessRequest.

func (*MockEC2MockRecorder) DisableSerialConsoleAccessWithContext

func (mr *MockEC2MockRecorder) DisableSerialConsoleAccessWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableSerialConsoleAccessWithContext indicates an expected call of DisableSerialConsoleAccessWithContext.

func (*MockEC2MockRecorder) DisableTransitGatewayRouteTablePropagation

func (mr *MockEC2MockRecorder) DisableTransitGatewayRouteTablePropagation(arg0 interface{}) *gomock.Call

DisableTransitGatewayRouteTablePropagation indicates an expected call of DisableTransitGatewayRouteTablePropagation.

func (*MockEC2MockRecorder) DisableTransitGatewayRouteTablePropagationRequest

func (mr *MockEC2MockRecorder) DisableTransitGatewayRouteTablePropagationRequest(arg0 interface{}) *gomock.Call

DisableTransitGatewayRouteTablePropagationRequest indicates an expected call of DisableTransitGatewayRouteTablePropagationRequest.

func (*MockEC2MockRecorder) DisableTransitGatewayRouteTablePropagationWithContext

func (mr *MockEC2MockRecorder) DisableTransitGatewayRouteTablePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableTransitGatewayRouteTablePropagationWithContext indicates an expected call of DisableTransitGatewayRouteTablePropagationWithContext.

func (*MockEC2MockRecorder) DisableVgwRoutePropagation

func (mr *MockEC2MockRecorder) DisableVgwRoutePropagation(arg0 interface{}) *gomock.Call

DisableVgwRoutePropagation indicates an expected call of DisableVgwRoutePropagation.

func (*MockEC2MockRecorder) DisableVgwRoutePropagationRequest

func (mr *MockEC2MockRecorder) DisableVgwRoutePropagationRequest(arg0 interface{}) *gomock.Call

DisableVgwRoutePropagationRequest indicates an expected call of DisableVgwRoutePropagationRequest.

func (*MockEC2MockRecorder) DisableVgwRoutePropagationWithContext

func (mr *MockEC2MockRecorder) DisableVgwRoutePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVgwRoutePropagationWithContext indicates an expected call of DisableVgwRoutePropagationWithContext.

func (mr *MockEC2MockRecorder) DisableVpcClassicLink(arg0 interface{}) *gomock.Call

DisableVpcClassicLink indicates an expected call of DisableVpcClassicLink.

func (*MockEC2MockRecorder) DisableVpcClassicLinkDnsSupport

func (mr *MockEC2MockRecorder) DisableVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupport indicates an expected call of DisableVpcClassicLinkDnsSupport.

func (*MockEC2MockRecorder) DisableVpcClassicLinkDnsSupportRequest

func (mr *MockEC2MockRecorder) DisableVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupportRequest indicates an expected call of DisableVpcClassicLinkDnsSupportRequest.

func (*MockEC2MockRecorder) DisableVpcClassicLinkDnsSupportWithContext

func (mr *MockEC2MockRecorder) DisableVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupportWithContext indicates an expected call of DisableVpcClassicLinkDnsSupportWithContext.

func (*MockEC2MockRecorder) DisableVpcClassicLinkRequest

func (mr *MockEC2MockRecorder) DisableVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkRequest indicates an expected call of DisableVpcClassicLinkRequest.

func (*MockEC2MockRecorder) DisableVpcClassicLinkWithContext

func (mr *MockEC2MockRecorder) DisableVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVpcClassicLinkWithContext indicates an expected call of DisableVpcClassicLinkWithContext.

func (*MockEC2MockRecorder) DisassociateAddress

func (mr *MockEC2MockRecorder) DisassociateAddress(arg0 interface{}) *gomock.Call

DisassociateAddress indicates an expected call of DisassociateAddress.

func (*MockEC2MockRecorder) DisassociateAddressRequest

func (mr *MockEC2MockRecorder) DisassociateAddressRequest(arg0 interface{}) *gomock.Call

DisassociateAddressRequest indicates an expected call of DisassociateAddressRequest.

func (*MockEC2MockRecorder) DisassociateAddressWithContext

func (mr *MockEC2MockRecorder) DisassociateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateAddressWithContext indicates an expected call of DisassociateAddressWithContext.

func (*MockEC2MockRecorder) DisassociateClientVpnTargetNetwork

func (mr *MockEC2MockRecorder) DisassociateClientVpnTargetNetwork(arg0 interface{}) *gomock.Call

DisassociateClientVpnTargetNetwork indicates an expected call of DisassociateClientVpnTargetNetwork.

func (*MockEC2MockRecorder) DisassociateClientVpnTargetNetworkRequest

func (mr *MockEC2MockRecorder) DisassociateClientVpnTargetNetworkRequest(arg0 interface{}) *gomock.Call

DisassociateClientVpnTargetNetworkRequest indicates an expected call of DisassociateClientVpnTargetNetworkRequest.

func (*MockEC2MockRecorder) DisassociateClientVpnTargetNetworkWithContext

func (mr *MockEC2MockRecorder) DisassociateClientVpnTargetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateClientVpnTargetNetworkWithContext indicates an expected call of DisassociateClientVpnTargetNetworkWithContext.

func (*MockEC2MockRecorder) DisassociateEnclaveCertificateIamRole

func (mr *MockEC2MockRecorder) DisassociateEnclaveCertificateIamRole(arg0 interface{}) *gomock.Call

DisassociateEnclaveCertificateIamRole indicates an expected call of DisassociateEnclaveCertificateIamRole.

func (*MockEC2MockRecorder) DisassociateEnclaveCertificateIamRoleRequest

func (mr *MockEC2MockRecorder) DisassociateEnclaveCertificateIamRoleRequest(arg0 interface{}) *gomock.Call

DisassociateEnclaveCertificateIamRoleRequest indicates an expected call of DisassociateEnclaveCertificateIamRoleRequest.

func (*MockEC2MockRecorder) DisassociateEnclaveCertificateIamRoleWithContext

func (mr *MockEC2MockRecorder) DisassociateEnclaveCertificateIamRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateEnclaveCertificateIamRoleWithContext indicates an expected call of DisassociateEnclaveCertificateIamRoleWithContext.

func (*MockEC2MockRecorder) DisassociateIamInstanceProfile

func (mr *MockEC2MockRecorder) DisassociateIamInstanceProfile(arg0 interface{}) *gomock.Call

DisassociateIamInstanceProfile indicates an expected call of DisassociateIamInstanceProfile.

func (*MockEC2MockRecorder) DisassociateIamInstanceProfileRequest

func (mr *MockEC2MockRecorder) DisassociateIamInstanceProfileRequest(arg0 interface{}) *gomock.Call

DisassociateIamInstanceProfileRequest indicates an expected call of DisassociateIamInstanceProfileRequest.

func (*MockEC2MockRecorder) DisassociateIamInstanceProfileWithContext

func (mr *MockEC2MockRecorder) DisassociateIamInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateIamInstanceProfileWithContext indicates an expected call of DisassociateIamInstanceProfileWithContext.

func (*MockEC2MockRecorder) DisassociateInstanceEventWindow

func (mr *MockEC2MockRecorder) DisassociateInstanceEventWindow(arg0 interface{}) *gomock.Call

DisassociateInstanceEventWindow indicates an expected call of DisassociateInstanceEventWindow.

func (*MockEC2MockRecorder) DisassociateInstanceEventWindowRequest

func (mr *MockEC2MockRecorder) DisassociateInstanceEventWindowRequest(arg0 interface{}) *gomock.Call

DisassociateInstanceEventWindowRequest indicates an expected call of DisassociateInstanceEventWindowRequest.

func (*MockEC2MockRecorder) DisassociateInstanceEventWindowWithContext

func (mr *MockEC2MockRecorder) DisassociateInstanceEventWindowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateInstanceEventWindowWithContext indicates an expected call of DisassociateInstanceEventWindowWithContext.

func (*MockEC2MockRecorder) DisassociateIpamResourceDiscovery

func (mr *MockEC2MockRecorder) DisassociateIpamResourceDiscovery(arg0 interface{}) *gomock.Call

DisassociateIpamResourceDiscovery indicates an expected call of DisassociateIpamResourceDiscovery.

func (*MockEC2MockRecorder) DisassociateIpamResourceDiscoveryRequest

func (mr *MockEC2MockRecorder) DisassociateIpamResourceDiscoveryRequest(arg0 interface{}) *gomock.Call

DisassociateIpamResourceDiscoveryRequest indicates an expected call of DisassociateIpamResourceDiscoveryRequest.

func (*MockEC2MockRecorder) DisassociateIpamResourceDiscoveryWithContext

func (mr *MockEC2MockRecorder) DisassociateIpamResourceDiscoveryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateIpamResourceDiscoveryWithContext indicates an expected call of DisassociateIpamResourceDiscoveryWithContext.

func (*MockEC2MockRecorder) DisassociateNatGatewayAddress

func (mr *MockEC2MockRecorder) DisassociateNatGatewayAddress(arg0 interface{}) *gomock.Call

DisassociateNatGatewayAddress indicates an expected call of DisassociateNatGatewayAddress.

func (*MockEC2MockRecorder) DisassociateNatGatewayAddressRequest

func (mr *MockEC2MockRecorder) DisassociateNatGatewayAddressRequest(arg0 interface{}) *gomock.Call

DisassociateNatGatewayAddressRequest indicates an expected call of DisassociateNatGatewayAddressRequest.

func (*MockEC2MockRecorder) DisassociateNatGatewayAddressWithContext

func (mr *MockEC2MockRecorder) DisassociateNatGatewayAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateNatGatewayAddressWithContext indicates an expected call of DisassociateNatGatewayAddressWithContext.

func (*MockEC2MockRecorder) DisassociateRouteTable

func (mr *MockEC2MockRecorder) DisassociateRouteTable(arg0 interface{}) *gomock.Call

DisassociateRouteTable indicates an expected call of DisassociateRouteTable.

func (*MockEC2MockRecorder) DisassociateRouteTableRequest

func (mr *MockEC2MockRecorder) DisassociateRouteTableRequest(arg0 interface{}) *gomock.Call

DisassociateRouteTableRequest indicates an expected call of DisassociateRouteTableRequest.

func (*MockEC2MockRecorder) DisassociateRouteTableWithContext

func (mr *MockEC2MockRecorder) DisassociateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateRouteTableWithContext indicates an expected call of DisassociateRouteTableWithContext.

func (*MockEC2MockRecorder) DisassociateSubnetCidrBlock

func (mr *MockEC2MockRecorder) DisassociateSubnetCidrBlock(arg0 interface{}) *gomock.Call

DisassociateSubnetCidrBlock indicates an expected call of DisassociateSubnetCidrBlock.

func (*MockEC2MockRecorder) DisassociateSubnetCidrBlockRequest

func (mr *MockEC2MockRecorder) DisassociateSubnetCidrBlockRequest(arg0 interface{}) *gomock.Call

DisassociateSubnetCidrBlockRequest indicates an expected call of DisassociateSubnetCidrBlockRequest.

func (*MockEC2MockRecorder) DisassociateSubnetCidrBlockWithContext

func (mr *MockEC2MockRecorder) DisassociateSubnetCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateSubnetCidrBlockWithContext indicates an expected call of DisassociateSubnetCidrBlockWithContext.

func (*MockEC2MockRecorder) DisassociateTransitGatewayMulticastDomain

func (mr *MockEC2MockRecorder) DisassociateTransitGatewayMulticastDomain(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayMulticastDomain indicates an expected call of DisassociateTransitGatewayMulticastDomain.

func (*MockEC2MockRecorder) DisassociateTransitGatewayMulticastDomainRequest

func (mr *MockEC2MockRecorder) DisassociateTransitGatewayMulticastDomainRequest(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayMulticastDomainRequest indicates an expected call of DisassociateTransitGatewayMulticastDomainRequest.

func (*MockEC2MockRecorder) DisassociateTransitGatewayMulticastDomainWithContext

func (mr *MockEC2MockRecorder) DisassociateTransitGatewayMulticastDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateTransitGatewayMulticastDomainWithContext indicates an expected call of DisassociateTransitGatewayMulticastDomainWithContext.

func (*MockEC2MockRecorder) DisassociateTransitGatewayPolicyTable

func (mr *MockEC2MockRecorder) DisassociateTransitGatewayPolicyTable(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayPolicyTable indicates an expected call of DisassociateTransitGatewayPolicyTable.

func (*MockEC2MockRecorder) DisassociateTransitGatewayPolicyTableRequest

func (mr *MockEC2MockRecorder) DisassociateTransitGatewayPolicyTableRequest(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayPolicyTableRequest indicates an expected call of DisassociateTransitGatewayPolicyTableRequest.

func (*MockEC2MockRecorder) DisassociateTransitGatewayPolicyTableWithContext

func (mr *MockEC2MockRecorder) DisassociateTransitGatewayPolicyTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateTransitGatewayPolicyTableWithContext indicates an expected call of DisassociateTransitGatewayPolicyTableWithContext.

func (*MockEC2MockRecorder) DisassociateTransitGatewayRouteTable

func (mr *MockEC2MockRecorder) DisassociateTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayRouteTable indicates an expected call of DisassociateTransitGatewayRouteTable.

func (*MockEC2MockRecorder) DisassociateTransitGatewayRouteTableRequest

func (mr *MockEC2MockRecorder) DisassociateTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayRouteTableRequest indicates an expected call of DisassociateTransitGatewayRouteTableRequest.

func (*MockEC2MockRecorder) DisassociateTransitGatewayRouteTableWithContext

func (mr *MockEC2MockRecorder) DisassociateTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateTransitGatewayRouteTableWithContext indicates an expected call of DisassociateTransitGatewayRouteTableWithContext.

func (*MockEC2MockRecorder) DisassociateTrunkInterface

func (mr *MockEC2MockRecorder) DisassociateTrunkInterface(arg0 interface{}) *gomock.Call

DisassociateTrunkInterface indicates an expected call of DisassociateTrunkInterface.

func (*MockEC2MockRecorder) DisassociateTrunkInterfaceRequest

func (mr *MockEC2MockRecorder) DisassociateTrunkInterfaceRequest(arg0 interface{}) *gomock.Call

DisassociateTrunkInterfaceRequest indicates an expected call of DisassociateTrunkInterfaceRequest.

func (*MockEC2MockRecorder) DisassociateTrunkInterfaceWithContext

func (mr *MockEC2MockRecorder) DisassociateTrunkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateTrunkInterfaceWithContext indicates an expected call of DisassociateTrunkInterfaceWithContext.

func (*MockEC2MockRecorder) DisassociateVpcCidrBlock

func (mr *MockEC2MockRecorder) DisassociateVpcCidrBlock(arg0 interface{}) *gomock.Call

DisassociateVpcCidrBlock indicates an expected call of DisassociateVpcCidrBlock.

func (*MockEC2MockRecorder) DisassociateVpcCidrBlockRequest

func (mr *MockEC2MockRecorder) DisassociateVpcCidrBlockRequest(arg0 interface{}) *gomock.Call

DisassociateVpcCidrBlockRequest indicates an expected call of DisassociateVpcCidrBlockRequest.

func (*MockEC2MockRecorder) DisassociateVpcCidrBlockWithContext

func (mr *MockEC2MockRecorder) DisassociateVpcCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateVpcCidrBlockWithContext indicates an expected call of DisassociateVpcCidrBlockWithContext.

func (*MockEC2MockRecorder) EnableAddressTransfer

func (mr *MockEC2MockRecorder) EnableAddressTransfer(arg0 interface{}) *gomock.Call

EnableAddressTransfer indicates an expected call of EnableAddressTransfer.

func (*MockEC2MockRecorder) EnableAddressTransferRequest

func (mr *MockEC2MockRecorder) EnableAddressTransferRequest(arg0 interface{}) *gomock.Call

EnableAddressTransferRequest indicates an expected call of EnableAddressTransferRequest.

func (*MockEC2MockRecorder) EnableAddressTransferWithContext

func (mr *MockEC2MockRecorder) EnableAddressTransferWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableAddressTransferWithContext indicates an expected call of EnableAddressTransferWithContext.

func (*MockEC2MockRecorder) EnableAwsNetworkPerformanceMetricSubscription

func (mr *MockEC2MockRecorder) EnableAwsNetworkPerformanceMetricSubscription(arg0 interface{}) *gomock.Call

EnableAwsNetworkPerformanceMetricSubscription indicates an expected call of EnableAwsNetworkPerformanceMetricSubscription.

func (*MockEC2MockRecorder) EnableAwsNetworkPerformanceMetricSubscriptionRequest

func (mr *MockEC2MockRecorder) EnableAwsNetworkPerformanceMetricSubscriptionRequest(arg0 interface{}) *gomock.Call

EnableAwsNetworkPerformanceMetricSubscriptionRequest indicates an expected call of EnableAwsNetworkPerformanceMetricSubscriptionRequest.

func (*MockEC2MockRecorder) EnableAwsNetworkPerformanceMetricSubscriptionWithContext

func (mr *MockEC2MockRecorder) EnableAwsNetworkPerformanceMetricSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableAwsNetworkPerformanceMetricSubscriptionWithContext indicates an expected call of EnableAwsNetworkPerformanceMetricSubscriptionWithContext.

func (*MockEC2MockRecorder) EnableEbsEncryptionByDefault

func (mr *MockEC2MockRecorder) EnableEbsEncryptionByDefault(arg0 interface{}) *gomock.Call

EnableEbsEncryptionByDefault indicates an expected call of EnableEbsEncryptionByDefault.

func (*MockEC2MockRecorder) EnableEbsEncryptionByDefaultRequest

func (mr *MockEC2MockRecorder) EnableEbsEncryptionByDefaultRequest(arg0 interface{}) *gomock.Call

EnableEbsEncryptionByDefaultRequest indicates an expected call of EnableEbsEncryptionByDefaultRequest.

func (*MockEC2MockRecorder) EnableEbsEncryptionByDefaultWithContext

func (mr *MockEC2MockRecorder) EnableEbsEncryptionByDefaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableEbsEncryptionByDefaultWithContext indicates an expected call of EnableEbsEncryptionByDefaultWithContext.

func (*MockEC2MockRecorder) EnableFastLaunch

func (mr *MockEC2MockRecorder) EnableFastLaunch(arg0 interface{}) *gomock.Call

EnableFastLaunch indicates an expected call of EnableFastLaunch.

func (*MockEC2MockRecorder) EnableFastLaunchRequest

func (mr *MockEC2MockRecorder) EnableFastLaunchRequest(arg0 interface{}) *gomock.Call

EnableFastLaunchRequest indicates an expected call of EnableFastLaunchRequest.

func (*MockEC2MockRecorder) EnableFastLaunchWithContext

func (mr *MockEC2MockRecorder) EnableFastLaunchWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableFastLaunchWithContext indicates an expected call of EnableFastLaunchWithContext.

func (*MockEC2MockRecorder) EnableFastSnapshotRestores

func (mr *MockEC2MockRecorder) EnableFastSnapshotRestores(arg0 interface{}) *gomock.Call

EnableFastSnapshotRestores indicates an expected call of EnableFastSnapshotRestores.

func (*MockEC2MockRecorder) EnableFastSnapshotRestoresRequest

func (mr *MockEC2MockRecorder) EnableFastSnapshotRestoresRequest(arg0 interface{}) *gomock.Call

EnableFastSnapshotRestoresRequest indicates an expected call of EnableFastSnapshotRestoresRequest.

func (*MockEC2MockRecorder) EnableFastSnapshotRestoresWithContext

func (mr *MockEC2MockRecorder) EnableFastSnapshotRestoresWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableFastSnapshotRestoresWithContext indicates an expected call of EnableFastSnapshotRestoresWithContext.

func (*MockEC2MockRecorder) EnableImageDeprecation

func (mr *MockEC2MockRecorder) EnableImageDeprecation(arg0 interface{}) *gomock.Call

EnableImageDeprecation indicates an expected call of EnableImageDeprecation.

func (*MockEC2MockRecorder) EnableImageDeprecationRequest

func (mr *MockEC2MockRecorder) EnableImageDeprecationRequest(arg0 interface{}) *gomock.Call

EnableImageDeprecationRequest indicates an expected call of EnableImageDeprecationRequest.

func (*MockEC2MockRecorder) EnableImageDeprecationWithContext

func (mr *MockEC2MockRecorder) EnableImageDeprecationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableImageDeprecationWithContext indicates an expected call of EnableImageDeprecationWithContext.

func (*MockEC2MockRecorder) EnableIpamOrganizationAdminAccount

func (mr *MockEC2MockRecorder) EnableIpamOrganizationAdminAccount(arg0 interface{}) *gomock.Call

EnableIpamOrganizationAdminAccount indicates an expected call of EnableIpamOrganizationAdminAccount.

func (*MockEC2MockRecorder) EnableIpamOrganizationAdminAccountRequest

func (mr *MockEC2MockRecorder) EnableIpamOrganizationAdminAccountRequest(arg0 interface{}) *gomock.Call

EnableIpamOrganizationAdminAccountRequest indicates an expected call of EnableIpamOrganizationAdminAccountRequest.

func (*MockEC2MockRecorder) EnableIpamOrganizationAdminAccountWithContext

func (mr *MockEC2MockRecorder) EnableIpamOrganizationAdminAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableIpamOrganizationAdminAccountWithContext indicates an expected call of EnableIpamOrganizationAdminAccountWithContext.

func (*MockEC2MockRecorder) EnableReachabilityAnalyzerOrganizationSharing

func (mr *MockEC2MockRecorder) EnableReachabilityAnalyzerOrganizationSharing(arg0 interface{}) *gomock.Call

EnableReachabilityAnalyzerOrganizationSharing indicates an expected call of EnableReachabilityAnalyzerOrganizationSharing.

func (*MockEC2MockRecorder) EnableReachabilityAnalyzerOrganizationSharingRequest

func (mr *MockEC2MockRecorder) EnableReachabilityAnalyzerOrganizationSharingRequest(arg0 interface{}) *gomock.Call

EnableReachabilityAnalyzerOrganizationSharingRequest indicates an expected call of EnableReachabilityAnalyzerOrganizationSharingRequest.

func (*MockEC2MockRecorder) EnableReachabilityAnalyzerOrganizationSharingWithContext

func (mr *MockEC2MockRecorder) EnableReachabilityAnalyzerOrganizationSharingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableReachabilityAnalyzerOrganizationSharingWithContext indicates an expected call of EnableReachabilityAnalyzerOrganizationSharingWithContext.

func (*MockEC2MockRecorder) EnableSerialConsoleAccess

func (mr *MockEC2MockRecorder) EnableSerialConsoleAccess(arg0 interface{}) *gomock.Call

EnableSerialConsoleAccess indicates an expected call of EnableSerialConsoleAccess.

func (*MockEC2MockRecorder) EnableSerialConsoleAccessRequest

func (mr *MockEC2MockRecorder) EnableSerialConsoleAccessRequest(arg0 interface{}) *gomock.Call

EnableSerialConsoleAccessRequest indicates an expected call of EnableSerialConsoleAccessRequest.

func (*MockEC2MockRecorder) EnableSerialConsoleAccessWithContext

func (mr *MockEC2MockRecorder) EnableSerialConsoleAccessWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableSerialConsoleAccessWithContext indicates an expected call of EnableSerialConsoleAccessWithContext.

func (*MockEC2MockRecorder) EnableTransitGatewayRouteTablePropagation

func (mr *MockEC2MockRecorder) EnableTransitGatewayRouteTablePropagation(arg0 interface{}) *gomock.Call

EnableTransitGatewayRouteTablePropagation indicates an expected call of EnableTransitGatewayRouteTablePropagation.

func (*MockEC2MockRecorder) EnableTransitGatewayRouteTablePropagationRequest

func (mr *MockEC2MockRecorder) EnableTransitGatewayRouteTablePropagationRequest(arg0 interface{}) *gomock.Call

EnableTransitGatewayRouteTablePropagationRequest indicates an expected call of EnableTransitGatewayRouteTablePropagationRequest.

func (*MockEC2MockRecorder) EnableTransitGatewayRouteTablePropagationWithContext

func (mr *MockEC2MockRecorder) EnableTransitGatewayRouteTablePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableTransitGatewayRouteTablePropagationWithContext indicates an expected call of EnableTransitGatewayRouteTablePropagationWithContext.

func (*MockEC2MockRecorder) EnableVgwRoutePropagation

func (mr *MockEC2MockRecorder) EnableVgwRoutePropagation(arg0 interface{}) *gomock.Call

EnableVgwRoutePropagation indicates an expected call of EnableVgwRoutePropagation.

func (*MockEC2MockRecorder) EnableVgwRoutePropagationRequest

func (mr *MockEC2MockRecorder) EnableVgwRoutePropagationRequest(arg0 interface{}) *gomock.Call

EnableVgwRoutePropagationRequest indicates an expected call of EnableVgwRoutePropagationRequest.

func (*MockEC2MockRecorder) EnableVgwRoutePropagationWithContext

func (mr *MockEC2MockRecorder) EnableVgwRoutePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVgwRoutePropagationWithContext indicates an expected call of EnableVgwRoutePropagationWithContext.

func (*MockEC2MockRecorder) EnableVolumeIO

func (mr *MockEC2MockRecorder) EnableVolumeIO(arg0 interface{}) *gomock.Call

EnableVolumeIO indicates an expected call of EnableVolumeIO.

func (*MockEC2MockRecorder) EnableVolumeIORequest

func (mr *MockEC2MockRecorder) EnableVolumeIORequest(arg0 interface{}) *gomock.Call

EnableVolumeIORequest indicates an expected call of EnableVolumeIORequest.

func (*MockEC2MockRecorder) EnableVolumeIOWithContext

func (mr *MockEC2MockRecorder) EnableVolumeIOWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVolumeIOWithContext indicates an expected call of EnableVolumeIOWithContext.

func (mr *MockEC2MockRecorder) EnableVpcClassicLink(arg0 interface{}) *gomock.Call

EnableVpcClassicLink indicates an expected call of EnableVpcClassicLink.

func (*MockEC2MockRecorder) EnableVpcClassicLinkDnsSupport

func (mr *MockEC2MockRecorder) EnableVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupport indicates an expected call of EnableVpcClassicLinkDnsSupport.

func (*MockEC2MockRecorder) EnableVpcClassicLinkDnsSupportRequest

func (mr *MockEC2MockRecorder) EnableVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupportRequest indicates an expected call of EnableVpcClassicLinkDnsSupportRequest.

func (*MockEC2MockRecorder) EnableVpcClassicLinkDnsSupportWithContext

func (mr *MockEC2MockRecorder) EnableVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupportWithContext indicates an expected call of EnableVpcClassicLinkDnsSupportWithContext.

func (*MockEC2MockRecorder) EnableVpcClassicLinkRequest

func (mr *MockEC2MockRecorder) EnableVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkRequest indicates an expected call of EnableVpcClassicLinkRequest.

func (*MockEC2MockRecorder) EnableVpcClassicLinkWithContext

func (mr *MockEC2MockRecorder) EnableVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVpcClassicLinkWithContext indicates an expected call of EnableVpcClassicLinkWithContext.

func (*MockEC2MockRecorder) ExportClientVpnClientCertificateRevocationList

func (mr *MockEC2MockRecorder) ExportClientVpnClientCertificateRevocationList(arg0 interface{}) *gomock.Call

ExportClientVpnClientCertificateRevocationList indicates an expected call of ExportClientVpnClientCertificateRevocationList.

func (*MockEC2MockRecorder) ExportClientVpnClientCertificateRevocationListRequest

func (mr *MockEC2MockRecorder) ExportClientVpnClientCertificateRevocationListRequest(arg0 interface{}) *gomock.Call

ExportClientVpnClientCertificateRevocationListRequest indicates an expected call of ExportClientVpnClientCertificateRevocationListRequest.

func (*MockEC2MockRecorder) ExportClientVpnClientCertificateRevocationListWithContext

func (mr *MockEC2MockRecorder) ExportClientVpnClientCertificateRevocationListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportClientVpnClientCertificateRevocationListWithContext indicates an expected call of ExportClientVpnClientCertificateRevocationListWithContext.

func (*MockEC2MockRecorder) ExportClientVpnClientConfiguration

func (mr *MockEC2MockRecorder) ExportClientVpnClientConfiguration(arg0 interface{}) *gomock.Call

ExportClientVpnClientConfiguration indicates an expected call of ExportClientVpnClientConfiguration.

func (*MockEC2MockRecorder) ExportClientVpnClientConfigurationRequest

func (mr *MockEC2MockRecorder) ExportClientVpnClientConfigurationRequest(arg0 interface{}) *gomock.Call

ExportClientVpnClientConfigurationRequest indicates an expected call of ExportClientVpnClientConfigurationRequest.

func (*MockEC2MockRecorder) ExportClientVpnClientConfigurationWithContext

func (mr *MockEC2MockRecorder) ExportClientVpnClientConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportClientVpnClientConfigurationWithContext indicates an expected call of ExportClientVpnClientConfigurationWithContext.

func (*MockEC2MockRecorder) ExportImage

func (mr *MockEC2MockRecorder) ExportImage(arg0 interface{}) *gomock.Call

ExportImage indicates an expected call of ExportImage.

func (*MockEC2MockRecorder) ExportImageRequest

func (mr *MockEC2MockRecorder) ExportImageRequest(arg0 interface{}) *gomock.Call

ExportImageRequest indicates an expected call of ExportImageRequest.

func (*MockEC2MockRecorder) ExportImageWithContext

func (mr *MockEC2MockRecorder) ExportImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportImageWithContext indicates an expected call of ExportImageWithContext.

func (*MockEC2MockRecorder) ExportTransitGatewayRoutes

func (mr *MockEC2MockRecorder) ExportTransitGatewayRoutes(arg0 interface{}) *gomock.Call

ExportTransitGatewayRoutes indicates an expected call of ExportTransitGatewayRoutes.

func (*MockEC2MockRecorder) ExportTransitGatewayRoutesRequest

func (mr *MockEC2MockRecorder) ExportTransitGatewayRoutesRequest(arg0 interface{}) *gomock.Call

ExportTransitGatewayRoutesRequest indicates an expected call of ExportTransitGatewayRoutesRequest.

func (*MockEC2MockRecorder) ExportTransitGatewayRoutesWithContext

func (mr *MockEC2MockRecorder) ExportTransitGatewayRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportTransitGatewayRoutesWithContext indicates an expected call of ExportTransitGatewayRoutesWithContext.

func (*MockEC2MockRecorder) GetAssociatedEnclaveCertificateIamRoles

func (mr *MockEC2MockRecorder) GetAssociatedEnclaveCertificateIamRoles(arg0 interface{}) *gomock.Call

GetAssociatedEnclaveCertificateIamRoles indicates an expected call of GetAssociatedEnclaveCertificateIamRoles.

func (*MockEC2MockRecorder) GetAssociatedEnclaveCertificateIamRolesRequest

func (mr *MockEC2MockRecorder) GetAssociatedEnclaveCertificateIamRolesRequest(arg0 interface{}) *gomock.Call

GetAssociatedEnclaveCertificateIamRolesRequest indicates an expected call of GetAssociatedEnclaveCertificateIamRolesRequest.

func (*MockEC2MockRecorder) GetAssociatedEnclaveCertificateIamRolesWithContext

func (mr *MockEC2MockRecorder) GetAssociatedEnclaveCertificateIamRolesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAssociatedEnclaveCertificateIamRolesWithContext indicates an expected call of GetAssociatedEnclaveCertificateIamRolesWithContext.

func (*MockEC2MockRecorder) GetAssociatedIpv6PoolCidrs

func (mr *MockEC2MockRecorder) GetAssociatedIpv6PoolCidrs(arg0 interface{}) *gomock.Call

GetAssociatedIpv6PoolCidrs indicates an expected call of GetAssociatedIpv6PoolCidrs.

func (*MockEC2MockRecorder) GetAssociatedIpv6PoolCidrsPages

func (mr *MockEC2MockRecorder) GetAssociatedIpv6PoolCidrsPages(arg0, arg1 interface{}) *gomock.Call

GetAssociatedIpv6PoolCidrsPages indicates an expected call of GetAssociatedIpv6PoolCidrsPages.

func (*MockEC2MockRecorder) GetAssociatedIpv6PoolCidrsPagesWithContext

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

GetAssociatedIpv6PoolCidrsPagesWithContext indicates an expected call of GetAssociatedIpv6PoolCidrsPagesWithContext.

func (*MockEC2MockRecorder) GetAssociatedIpv6PoolCidrsRequest

func (mr *MockEC2MockRecorder) GetAssociatedIpv6PoolCidrsRequest(arg0 interface{}) *gomock.Call

GetAssociatedIpv6PoolCidrsRequest indicates an expected call of GetAssociatedIpv6PoolCidrsRequest.

func (*MockEC2MockRecorder) GetAssociatedIpv6PoolCidrsWithContext

func (mr *MockEC2MockRecorder) GetAssociatedIpv6PoolCidrsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAssociatedIpv6PoolCidrsWithContext indicates an expected call of GetAssociatedIpv6PoolCidrsWithContext.

func (*MockEC2MockRecorder) GetAwsNetworkPerformanceData

func (mr *MockEC2MockRecorder) GetAwsNetworkPerformanceData(arg0 interface{}) *gomock.Call

GetAwsNetworkPerformanceData indicates an expected call of GetAwsNetworkPerformanceData.

func (*MockEC2MockRecorder) GetAwsNetworkPerformanceDataPages

func (mr *MockEC2MockRecorder) GetAwsNetworkPerformanceDataPages(arg0, arg1 interface{}) *gomock.Call

GetAwsNetworkPerformanceDataPages indicates an expected call of GetAwsNetworkPerformanceDataPages.

func (*MockEC2MockRecorder) GetAwsNetworkPerformanceDataPagesWithContext

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

GetAwsNetworkPerformanceDataPagesWithContext indicates an expected call of GetAwsNetworkPerformanceDataPagesWithContext.

func (*MockEC2MockRecorder) GetAwsNetworkPerformanceDataRequest

func (mr *MockEC2MockRecorder) GetAwsNetworkPerformanceDataRequest(arg0 interface{}) *gomock.Call

GetAwsNetworkPerformanceDataRequest indicates an expected call of GetAwsNetworkPerformanceDataRequest.

func (*MockEC2MockRecorder) GetAwsNetworkPerformanceDataWithContext

func (mr *MockEC2MockRecorder) GetAwsNetworkPerformanceDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAwsNetworkPerformanceDataWithContext indicates an expected call of GetAwsNetworkPerformanceDataWithContext.

func (*MockEC2MockRecorder) GetCapacityReservationUsage

func (mr *MockEC2MockRecorder) GetCapacityReservationUsage(arg0 interface{}) *gomock.Call

GetCapacityReservationUsage indicates an expected call of GetCapacityReservationUsage.

func (*MockEC2MockRecorder) GetCapacityReservationUsageRequest

func (mr *MockEC2MockRecorder) GetCapacityReservationUsageRequest(arg0 interface{}) *gomock.Call

GetCapacityReservationUsageRequest indicates an expected call of GetCapacityReservationUsageRequest.

func (*MockEC2MockRecorder) GetCapacityReservationUsageWithContext

func (mr *MockEC2MockRecorder) GetCapacityReservationUsageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCapacityReservationUsageWithContext indicates an expected call of GetCapacityReservationUsageWithContext.

func (*MockEC2MockRecorder) GetCoipPoolUsage

func (mr *MockEC2MockRecorder) GetCoipPoolUsage(arg0 interface{}) *gomock.Call

GetCoipPoolUsage indicates an expected call of GetCoipPoolUsage.

func (*MockEC2MockRecorder) GetCoipPoolUsageRequest

func (mr *MockEC2MockRecorder) GetCoipPoolUsageRequest(arg0 interface{}) *gomock.Call

GetCoipPoolUsageRequest indicates an expected call of GetCoipPoolUsageRequest.

func (*MockEC2MockRecorder) GetCoipPoolUsageWithContext

func (mr *MockEC2MockRecorder) GetCoipPoolUsageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCoipPoolUsageWithContext indicates an expected call of GetCoipPoolUsageWithContext.

func (*MockEC2MockRecorder) GetConsoleOutput

func (mr *MockEC2MockRecorder) GetConsoleOutput(arg0 interface{}) *gomock.Call

GetConsoleOutput indicates an expected call of GetConsoleOutput.

func (*MockEC2MockRecorder) GetConsoleOutputRequest

func (mr *MockEC2MockRecorder) GetConsoleOutputRequest(arg0 interface{}) *gomock.Call

GetConsoleOutputRequest indicates an expected call of GetConsoleOutputRequest.

func (*MockEC2MockRecorder) GetConsoleOutputWithContext

func (mr *MockEC2MockRecorder) GetConsoleOutputWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConsoleOutputWithContext indicates an expected call of GetConsoleOutputWithContext.

func (*MockEC2MockRecorder) GetConsoleScreenshot

func (mr *MockEC2MockRecorder) GetConsoleScreenshot(arg0 interface{}) *gomock.Call

GetConsoleScreenshot indicates an expected call of GetConsoleScreenshot.

func (*MockEC2MockRecorder) GetConsoleScreenshotRequest

func (mr *MockEC2MockRecorder) GetConsoleScreenshotRequest(arg0 interface{}) *gomock.Call

GetConsoleScreenshotRequest indicates an expected call of GetConsoleScreenshotRequest.

func (*MockEC2MockRecorder) GetConsoleScreenshotWithContext

func (mr *MockEC2MockRecorder) GetConsoleScreenshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConsoleScreenshotWithContext indicates an expected call of GetConsoleScreenshotWithContext.

func (*MockEC2MockRecorder) GetDefaultCreditSpecification

func (mr *MockEC2MockRecorder) GetDefaultCreditSpecification(arg0 interface{}) *gomock.Call

GetDefaultCreditSpecification indicates an expected call of GetDefaultCreditSpecification.

func (*MockEC2MockRecorder) GetDefaultCreditSpecificationRequest

func (mr *MockEC2MockRecorder) GetDefaultCreditSpecificationRequest(arg0 interface{}) *gomock.Call

GetDefaultCreditSpecificationRequest indicates an expected call of GetDefaultCreditSpecificationRequest.

func (*MockEC2MockRecorder) GetDefaultCreditSpecificationWithContext

func (mr *MockEC2MockRecorder) GetDefaultCreditSpecificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDefaultCreditSpecificationWithContext indicates an expected call of GetDefaultCreditSpecificationWithContext.

func (*MockEC2MockRecorder) GetEbsDefaultKmsKeyId

func (mr *MockEC2MockRecorder) GetEbsDefaultKmsKeyId(arg0 interface{}) *gomock.Call

GetEbsDefaultKmsKeyId indicates an expected call of GetEbsDefaultKmsKeyId.

func (*MockEC2MockRecorder) GetEbsDefaultKmsKeyIdRequest

func (mr *MockEC2MockRecorder) GetEbsDefaultKmsKeyIdRequest(arg0 interface{}) *gomock.Call

GetEbsDefaultKmsKeyIdRequest indicates an expected call of GetEbsDefaultKmsKeyIdRequest.

func (*MockEC2MockRecorder) GetEbsDefaultKmsKeyIdWithContext

func (mr *MockEC2MockRecorder) GetEbsDefaultKmsKeyIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEbsDefaultKmsKeyIdWithContext indicates an expected call of GetEbsDefaultKmsKeyIdWithContext.

func (*MockEC2MockRecorder) GetEbsEncryptionByDefault

func (mr *MockEC2MockRecorder) GetEbsEncryptionByDefault(arg0 interface{}) *gomock.Call

GetEbsEncryptionByDefault indicates an expected call of GetEbsEncryptionByDefault.

func (*MockEC2MockRecorder) GetEbsEncryptionByDefaultRequest

func (mr *MockEC2MockRecorder) GetEbsEncryptionByDefaultRequest(arg0 interface{}) *gomock.Call

GetEbsEncryptionByDefaultRequest indicates an expected call of GetEbsEncryptionByDefaultRequest.

func (*MockEC2MockRecorder) GetEbsEncryptionByDefaultWithContext

func (mr *MockEC2MockRecorder) GetEbsEncryptionByDefaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEbsEncryptionByDefaultWithContext indicates an expected call of GetEbsEncryptionByDefaultWithContext.

func (*MockEC2MockRecorder) GetFlowLogsIntegrationTemplate

func (mr *MockEC2MockRecorder) GetFlowLogsIntegrationTemplate(arg0 interface{}) *gomock.Call

GetFlowLogsIntegrationTemplate indicates an expected call of GetFlowLogsIntegrationTemplate.

func (*MockEC2MockRecorder) GetFlowLogsIntegrationTemplateRequest

func (mr *MockEC2MockRecorder) GetFlowLogsIntegrationTemplateRequest(arg0 interface{}) *gomock.Call

GetFlowLogsIntegrationTemplateRequest indicates an expected call of GetFlowLogsIntegrationTemplateRequest.

func (*MockEC2MockRecorder) GetFlowLogsIntegrationTemplateWithContext

func (mr *MockEC2MockRecorder) GetFlowLogsIntegrationTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFlowLogsIntegrationTemplateWithContext indicates an expected call of GetFlowLogsIntegrationTemplateWithContext.

func (*MockEC2MockRecorder) GetGroupsForCapacityReservation

func (mr *MockEC2MockRecorder) GetGroupsForCapacityReservation(arg0 interface{}) *gomock.Call

GetGroupsForCapacityReservation indicates an expected call of GetGroupsForCapacityReservation.

func (*MockEC2MockRecorder) GetGroupsForCapacityReservationPages

func (mr *MockEC2MockRecorder) GetGroupsForCapacityReservationPages(arg0, arg1 interface{}) *gomock.Call

GetGroupsForCapacityReservationPages indicates an expected call of GetGroupsForCapacityReservationPages.

func (*MockEC2MockRecorder) GetGroupsForCapacityReservationPagesWithContext

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

GetGroupsForCapacityReservationPagesWithContext indicates an expected call of GetGroupsForCapacityReservationPagesWithContext.

func (*MockEC2MockRecorder) GetGroupsForCapacityReservationRequest

func (mr *MockEC2MockRecorder) GetGroupsForCapacityReservationRequest(arg0 interface{}) *gomock.Call

GetGroupsForCapacityReservationRequest indicates an expected call of GetGroupsForCapacityReservationRequest.

func (*MockEC2MockRecorder) GetGroupsForCapacityReservationWithContext

func (mr *MockEC2MockRecorder) GetGroupsForCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupsForCapacityReservationWithContext indicates an expected call of GetGroupsForCapacityReservationWithContext.

func (*MockEC2MockRecorder) GetHostReservationPurchasePreview

func (mr *MockEC2MockRecorder) GetHostReservationPurchasePreview(arg0 interface{}) *gomock.Call

GetHostReservationPurchasePreview indicates an expected call of GetHostReservationPurchasePreview.

func (*MockEC2MockRecorder) GetHostReservationPurchasePreviewRequest

func (mr *MockEC2MockRecorder) GetHostReservationPurchasePreviewRequest(arg0 interface{}) *gomock.Call

GetHostReservationPurchasePreviewRequest indicates an expected call of GetHostReservationPurchasePreviewRequest.

func (*MockEC2MockRecorder) GetHostReservationPurchasePreviewWithContext

func (mr *MockEC2MockRecorder) GetHostReservationPurchasePreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHostReservationPurchasePreviewWithContext indicates an expected call of GetHostReservationPurchasePreviewWithContext.

func (*MockEC2MockRecorder) GetInstanceTypesFromInstanceRequirements

func (mr *MockEC2MockRecorder) GetInstanceTypesFromInstanceRequirements(arg0 interface{}) *gomock.Call

GetInstanceTypesFromInstanceRequirements indicates an expected call of GetInstanceTypesFromInstanceRequirements.

func (*MockEC2MockRecorder) GetInstanceTypesFromInstanceRequirementsPages

func (mr *MockEC2MockRecorder) GetInstanceTypesFromInstanceRequirementsPages(arg0, arg1 interface{}) *gomock.Call

GetInstanceTypesFromInstanceRequirementsPages indicates an expected call of GetInstanceTypesFromInstanceRequirementsPages.

func (*MockEC2MockRecorder) GetInstanceTypesFromInstanceRequirementsPagesWithContext

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

GetInstanceTypesFromInstanceRequirementsPagesWithContext indicates an expected call of GetInstanceTypesFromInstanceRequirementsPagesWithContext.

func (*MockEC2MockRecorder) GetInstanceTypesFromInstanceRequirementsRequest

func (mr *MockEC2MockRecorder) GetInstanceTypesFromInstanceRequirementsRequest(arg0 interface{}) *gomock.Call

GetInstanceTypesFromInstanceRequirementsRequest indicates an expected call of GetInstanceTypesFromInstanceRequirementsRequest.

func (*MockEC2MockRecorder) GetInstanceTypesFromInstanceRequirementsWithContext

func (mr *MockEC2MockRecorder) GetInstanceTypesFromInstanceRequirementsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstanceTypesFromInstanceRequirementsWithContext indicates an expected call of GetInstanceTypesFromInstanceRequirementsWithContext.

func (*MockEC2MockRecorder) GetInstanceUefiData

func (mr *MockEC2MockRecorder) GetInstanceUefiData(arg0 interface{}) *gomock.Call

GetInstanceUefiData indicates an expected call of GetInstanceUefiData.

func (*MockEC2MockRecorder) GetInstanceUefiDataRequest

func (mr *MockEC2MockRecorder) GetInstanceUefiDataRequest(arg0 interface{}) *gomock.Call

GetInstanceUefiDataRequest indicates an expected call of GetInstanceUefiDataRequest.

func (*MockEC2MockRecorder) GetInstanceUefiDataWithContext

func (mr *MockEC2MockRecorder) GetInstanceUefiDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstanceUefiDataWithContext indicates an expected call of GetInstanceUefiDataWithContext.

func (*MockEC2MockRecorder) GetIpamAddressHistory

func (mr *MockEC2MockRecorder) GetIpamAddressHistory(arg0 interface{}) *gomock.Call

GetIpamAddressHistory indicates an expected call of GetIpamAddressHistory.

func (*MockEC2MockRecorder) GetIpamAddressHistoryPages

func (mr *MockEC2MockRecorder) GetIpamAddressHistoryPages(arg0, arg1 interface{}) *gomock.Call

GetIpamAddressHistoryPages indicates an expected call of GetIpamAddressHistoryPages.

func (*MockEC2MockRecorder) GetIpamAddressHistoryPagesWithContext

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

GetIpamAddressHistoryPagesWithContext indicates an expected call of GetIpamAddressHistoryPagesWithContext.

func (*MockEC2MockRecorder) GetIpamAddressHistoryRequest

func (mr *MockEC2MockRecorder) GetIpamAddressHistoryRequest(arg0 interface{}) *gomock.Call

GetIpamAddressHistoryRequest indicates an expected call of GetIpamAddressHistoryRequest.

func (*MockEC2MockRecorder) GetIpamAddressHistoryWithContext

func (mr *MockEC2MockRecorder) GetIpamAddressHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIpamAddressHistoryWithContext indicates an expected call of GetIpamAddressHistoryWithContext.

func (*MockEC2MockRecorder) GetIpamDiscoveredAccounts

func (mr *MockEC2MockRecorder) GetIpamDiscoveredAccounts(arg0 interface{}) *gomock.Call

GetIpamDiscoveredAccounts indicates an expected call of GetIpamDiscoveredAccounts.

func (*MockEC2MockRecorder) GetIpamDiscoveredAccountsPages

func (mr *MockEC2MockRecorder) GetIpamDiscoveredAccountsPages(arg0, arg1 interface{}) *gomock.Call

GetIpamDiscoveredAccountsPages indicates an expected call of GetIpamDiscoveredAccountsPages.

func (*MockEC2MockRecorder) GetIpamDiscoveredAccountsPagesWithContext

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

GetIpamDiscoveredAccountsPagesWithContext indicates an expected call of GetIpamDiscoveredAccountsPagesWithContext.

func (*MockEC2MockRecorder) GetIpamDiscoveredAccountsRequest

func (mr *MockEC2MockRecorder) GetIpamDiscoveredAccountsRequest(arg0 interface{}) *gomock.Call

GetIpamDiscoveredAccountsRequest indicates an expected call of GetIpamDiscoveredAccountsRequest.

func (*MockEC2MockRecorder) GetIpamDiscoveredAccountsWithContext

func (mr *MockEC2MockRecorder) GetIpamDiscoveredAccountsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIpamDiscoveredAccountsWithContext indicates an expected call of GetIpamDiscoveredAccountsWithContext.

func (*MockEC2MockRecorder) GetIpamDiscoveredResourceCidrs

func (mr *MockEC2MockRecorder) GetIpamDiscoveredResourceCidrs(arg0 interface{}) *gomock.Call

GetIpamDiscoveredResourceCidrs indicates an expected call of GetIpamDiscoveredResourceCidrs.

func (*MockEC2MockRecorder) GetIpamDiscoveredResourceCidrsPages

func (mr *MockEC2MockRecorder) GetIpamDiscoveredResourceCidrsPages(arg0, arg1 interface{}) *gomock.Call

GetIpamDiscoveredResourceCidrsPages indicates an expected call of GetIpamDiscoveredResourceCidrsPages.

func (*MockEC2MockRecorder) GetIpamDiscoveredResourceCidrsPagesWithContext

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

GetIpamDiscoveredResourceCidrsPagesWithContext indicates an expected call of GetIpamDiscoveredResourceCidrsPagesWithContext.

func (*MockEC2MockRecorder) GetIpamDiscoveredResourceCidrsRequest

func (mr *MockEC2MockRecorder) GetIpamDiscoveredResourceCidrsRequest(arg0 interface{}) *gomock.Call

GetIpamDiscoveredResourceCidrsRequest indicates an expected call of GetIpamDiscoveredResourceCidrsRequest.

func (*MockEC2MockRecorder) GetIpamDiscoveredResourceCidrsWithContext

func (mr *MockEC2MockRecorder) GetIpamDiscoveredResourceCidrsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIpamDiscoveredResourceCidrsWithContext indicates an expected call of GetIpamDiscoveredResourceCidrsWithContext.

func (*MockEC2MockRecorder) GetIpamPoolAllocations

func (mr *MockEC2MockRecorder) GetIpamPoolAllocations(arg0 interface{}) *gomock.Call

GetIpamPoolAllocations indicates an expected call of GetIpamPoolAllocations.

func (*MockEC2MockRecorder) GetIpamPoolAllocationsPages

func (mr *MockEC2MockRecorder) GetIpamPoolAllocationsPages(arg0, arg1 interface{}) *gomock.Call

GetIpamPoolAllocationsPages indicates an expected call of GetIpamPoolAllocationsPages.

func (*MockEC2MockRecorder) GetIpamPoolAllocationsPagesWithContext

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

GetIpamPoolAllocationsPagesWithContext indicates an expected call of GetIpamPoolAllocationsPagesWithContext.

func (*MockEC2MockRecorder) GetIpamPoolAllocationsRequest

func (mr *MockEC2MockRecorder) GetIpamPoolAllocationsRequest(arg0 interface{}) *gomock.Call

GetIpamPoolAllocationsRequest indicates an expected call of GetIpamPoolAllocationsRequest.

func (*MockEC2MockRecorder) GetIpamPoolAllocationsWithContext

func (mr *MockEC2MockRecorder) GetIpamPoolAllocationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIpamPoolAllocationsWithContext indicates an expected call of GetIpamPoolAllocationsWithContext.

func (*MockEC2MockRecorder) GetIpamPoolCidrs

func (mr *MockEC2MockRecorder) GetIpamPoolCidrs(arg0 interface{}) *gomock.Call

GetIpamPoolCidrs indicates an expected call of GetIpamPoolCidrs.

func (*MockEC2MockRecorder) GetIpamPoolCidrsPages

func (mr *MockEC2MockRecorder) GetIpamPoolCidrsPages(arg0, arg1 interface{}) *gomock.Call

GetIpamPoolCidrsPages indicates an expected call of GetIpamPoolCidrsPages.

func (*MockEC2MockRecorder) GetIpamPoolCidrsPagesWithContext

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

GetIpamPoolCidrsPagesWithContext indicates an expected call of GetIpamPoolCidrsPagesWithContext.

func (*MockEC2MockRecorder) GetIpamPoolCidrsRequest

func (mr *MockEC2MockRecorder) GetIpamPoolCidrsRequest(arg0 interface{}) *gomock.Call

GetIpamPoolCidrsRequest indicates an expected call of GetIpamPoolCidrsRequest.

func (*MockEC2MockRecorder) GetIpamPoolCidrsWithContext

func (mr *MockEC2MockRecorder) GetIpamPoolCidrsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIpamPoolCidrsWithContext indicates an expected call of GetIpamPoolCidrsWithContext.

func (*MockEC2MockRecorder) GetIpamResourceCidrs

func (mr *MockEC2MockRecorder) GetIpamResourceCidrs(arg0 interface{}) *gomock.Call

GetIpamResourceCidrs indicates an expected call of GetIpamResourceCidrs.

func (*MockEC2MockRecorder) GetIpamResourceCidrsPages

func (mr *MockEC2MockRecorder) GetIpamResourceCidrsPages(arg0, arg1 interface{}) *gomock.Call

GetIpamResourceCidrsPages indicates an expected call of GetIpamResourceCidrsPages.

func (*MockEC2MockRecorder) GetIpamResourceCidrsPagesWithContext

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

GetIpamResourceCidrsPagesWithContext indicates an expected call of GetIpamResourceCidrsPagesWithContext.

func (*MockEC2MockRecorder) GetIpamResourceCidrsRequest

func (mr *MockEC2MockRecorder) GetIpamResourceCidrsRequest(arg0 interface{}) *gomock.Call

GetIpamResourceCidrsRequest indicates an expected call of GetIpamResourceCidrsRequest.

func (*MockEC2MockRecorder) GetIpamResourceCidrsWithContext

func (mr *MockEC2MockRecorder) GetIpamResourceCidrsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIpamResourceCidrsWithContext indicates an expected call of GetIpamResourceCidrsWithContext.

func (*MockEC2MockRecorder) GetLaunchTemplateData

func (mr *MockEC2MockRecorder) GetLaunchTemplateData(arg0 interface{}) *gomock.Call

GetLaunchTemplateData indicates an expected call of GetLaunchTemplateData.

func (*MockEC2MockRecorder) GetLaunchTemplateDataRequest

func (mr *MockEC2MockRecorder) GetLaunchTemplateDataRequest(arg0 interface{}) *gomock.Call

GetLaunchTemplateDataRequest indicates an expected call of GetLaunchTemplateDataRequest.

func (*MockEC2MockRecorder) GetLaunchTemplateDataWithContext

func (mr *MockEC2MockRecorder) GetLaunchTemplateDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLaunchTemplateDataWithContext indicates an expected call of GetLaunchTemplateDataWithContext.

func (*MockEC2MockRecorder) GetManagedPrefixListAssociations

func (mr *MockEC2MockRecorder) GetManagedPrefixListAssociations(arg0 interface{}) *gomock.Call

GetManagedPrefixListAssociations indicates an expected call of GetManagedPrefixListAssociations.

func (*MockEC2MockRecorder) GetManagedPrefixListAssociationsPages

func (mr *MockEC2MockRecorder) GetManagedPrefixListAssociationsPages(arg0, arg1 interface{}) *gomock.Call

GetManagedPrefixListAssociationsPages indicates an expected call of GetManagedPrefixListAssociationsPages.

func (*MockEC2MockRecorder) GetManagedPrefixListAssociationsPagesWithContext

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

GetManagedPrefixListAssociationsPagesWithContext indicates an expected call of GetManagedPrefixListAssociationsPagesWithContext.

func (*MockEC2MockRecorder) GetManagedPrefixListAssociationsRequest

func (mr *MockEC2MockRecorder) GetManagedPrefixListAssociationsRequest(arg0 interface{}) *gomock.Call

GetManagedPrefixListAssociationsRequest indicates an expected call of GetManagedPrefixListAssociationsRequest.

func (*MockEC2MockRecorder) GetManagedPrefixListAssociationsWithContext

func (mr *MockEC2MockRecorder) GetManagedPrefixListAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetManagedPrefixListAssociationsWithContext indicates an expected call of GetManagedPrefixListAssociationsWithContext.

func (*MockEC2MockRecorder) GetManagedPrefixListEntries

func (mr *MockEC2MockRecorder) GetManagedPrefixListEntries(arg0 interface{}) *gomock.Call

GetManagedPrefixListEntries indicates an expected call of GetManagedPrefixListEntries.

func (*MockEC2MockRecorder) GetManagedPrefixListEntriesPages

func (mr *MockEC2MockRecorder) GetManagedPrefixListEntriesPages(arg0, arg1 interface{}) *gomock.Call

GetManagedPrefixListEntriesPages indicates an expected call of GetManagedPrefixListEntriesPages.

func (*MockEC2MockRecorder) GetManagedPrefixListEntriesPagesWithContext

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

GetManagedPrefixListEntriesPagesWithContext indicates an expected call of GetManagedPrefixListEntriesPagesWithContext.

func (*MockEC2MockRecorder) GetManagedPrefixListEntriesRequest

func (mr *MockEC2MockRecorder) GetManagedPrefixListEntriesRequest(arg0 interface{}) *gomock.Call

GetManagedPrefixListEntriesRequest indicates an expected call of GetManagedPrefixListEntriesRequest.

func (*MockEC2MockRecorder) GetManagedPrefixListEntriesWithContext

func (mr *MockEC2MockRecorder) GetManagedPrefixListEntriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetManagedPrefixListEntriesWithContext indicates an expected call of GetManagedPrefixListEntriesWithContext.

func (*MockEC2MockRecorder) GetNetworkInsightsAccessScopeAnalysisFindings

func (mr *MockEC2MockRecorder) GetNetworkInsightsAccessScopeAnalysisFindings(arg0 interface{}) *gomock.Call

GetNetworkInsightsAccessScopeAnalysisFindings indicates an expected call of GetNetworkInsightsAccessScopeAnalysisFindings.

func (*MockEC2MockRecorder) GetNetworkInsightsAccessScopeAnalysisFindingsPages

func (mr *MockEC2MockRecorder) GetNetworkInsightsAccessScopeAnalysisFindingsPages(arg0, arg1 interface{}) *gomock.Call

GetNetworkInsightsAccessScopeAnalysisFindingsPages indicates an expected call of GetNetworkInsightsAccessScopeAnalysisFindingsPages.

func (*MockEC2MockRecorder) GetNetworkInsightsAccessScopeAnalysisFindingsPagesWithContext

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

GetNetworkInsightsAccessScopeAnalysisFindingsPagesWithContext indicates an expected call of GetNetworkInsightsAccessScopeAnalysisFindingsPagesWithContext.

func (*MockEC2MockRecorder) GetNetworkInsightsAccessScopeAnalysisFindingsRequest

func (mr *MockEC2MockRecorder) GetNetworkInsightsAccessScopeAnalysisFindingsRequest(arg0 interface{}) *gomock.Call

GetNetworkInsightsAccessScopeAnalysisFindingsRequest indicates an expected call of GetNetworkInsightsAccessScopeAnalysisFindingsRequest.

func (*MockEC2MockRecorder) GetNetworkInsightsAccessScopeAnalysisFindingsWithContext

func (mr *MockEC2MockRecorder) GetNetworkInsightsAccessScopeAnalysisFindingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkInsightsAccessScopeAnalysisFindingsWithContext indicates an expected call of GetNetworkInsightsAccessScopeAnalysisFindingsWithContext.

func (*MockEC2MockRecorder) GetNetworkInsightsAccessScopeContent

func (mr *MockEC2MockRecorder) GetNetworkInsightsAccessScopeContent(arg0 interface{}) *gomock.Call

GetNetworkInsightsAccessScopeContent indicates an expected call of GetNetworkInsightsAccessScopeContent.

func (*MockEC2MockRecorder) GetNetworkInsightsAccessScopeContentRequest

func (mr *MockEC2MockRecorder) GetNetworkInsightsAccessScopeContentRequest(arg0 interface{}) *gomock.Call

GetNetworkInsightsAccessScopeContentRequest indicates an expected call of GetNetworkInsightsAccessScopeContentRequest.

func (*MockEC2MockRecorder) GetNetworkInsightsAccessScopeContentWithContext

func (mr *MockEC2MockRecorder) GetNetworkInsightsAccessScopeContentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkInsightsAccessScopeContentWithContext indicates an expected call of GetNetworkInsightsAccessScopeContentWithContext.

func (*MockEC2MockRecorder) GetPasswordData

func (mr *MockEC2MockRecorder) GetPasswordData(arg0 interface{}) *gomock.Call

GetPasswordData indicates an expected call of GetPasswordData.

func (*MockEC2MockRecorder) GetPasswordDataRequest

func (mr *MockEC2MockRecorder) GetPasswordDataRequest(arg0 interface{}) *gomock.Call

GetPasswordDataRequest indicates an expected call of GetPasswordDataRequest.

func (*MockEC2MockRecorder) GetPasswordDataWithContext

func (mr *MockEC2MockRecorder) GetPasswordDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPasswordDataWithContext indicates an expected call of GetPasswordDataWithContext.

func (*MockEC2MockRecorder) GetReservedInstancesExchangeQuote

func (mr *MockEC2MockRecorder) GetReservedInstancesExchangeQuote(arg0 interface{}) *gomock.Call

GetReservedInstancesExchangeQuote indicates an expected call of GetReservedInstancesExchangeQuote.

func (*MockEC2MockRecorder) GetReservedInstancesExchangeQuoteRequest

func (mr *MockEC2MockRecorder) GetReservedInstancesExchangeQuoteRequest(arg0 interface{}) *gomock.Call

GetReservedInstancesExchangeQuoteRequest indicates an expected call of GetReservedInstancesExchangeQuoteRequest.

func (*MockEC2MockRecorder) GetReservedInstancesExchangeQuoteWithContext

func (mr *MockEC2MockRecorder) GetReservedInstancesExchangeQuoteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetReservedInstancesExchangeQuoteWithContext indicates an expected call of GetReservedInstancesExchangeQuoteWithContext.

func (*MockEC2MockRecorder) GetSerialConsoleAccessStatus

func (mr *MockEC2MockRecorder) GetSerialConsoleAccessStatus(arg0 interface{}) *gomock.Call

GetSerialConsoleAccessStatus indicates an expected call of GetSerialConsoleAccessStatus.

func (*MockEC2MockRecorder) GetSerialConsoleAccessStatusRequest

func (mr *MockEC2MockRecorder) GetSerialConsoleAccessStatusRequest(arg0 interface{}) *gomock.Call

GetSerialConsoleAccessStatusRequest indicates an expected call of GetSerialConsoleAccessStatusRequest.

func (*MockEC2MockRecorder) GetSerialConsoleAccessStatusWithContext

func (mr *MockEC2MockRecorder) GetSerialConsoleAccessStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSerialConsoleAccessStatusWithContext indicates an expected call of GetSerialConsoleAccessStatusWithContext.

func (*MockEC2MockRecorder) GetSpotPlacementScores

func (mr *MockEC2MockRecorder) GetSpotPlacementScores(arg0 interface{}) *gomock.Call

GetSpotPlacementScores indicates an expected call of GetSpotPlacementScores.

func (*MockEC2MockRecorder) GetSpotPlacementScoresPages

func (mr *MockEC2MockRecorder) GetSpotPlacementScoresPages(arg0, arg1 interface{}) *gomock.Call

GetSpotPlacementScoresPages indicates an expected call of GetSpotPlacementScoresPages.

func (*MockEC2MockRecorder) GetSpotPlacementScoresPagesWithContext

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

GetSpotPlacementScoresPagesWithContext indicates an expected call of GetSpotPlacementScoresPagesWithContext.

func (*MockEC2MockRecorder) GetSpotPlacementScoresRequest

func (mr *MockEC2MockRecorder) GetSpotPlacementScoresRequest(arg0 interface{}) *gomock.Call

GetSpotPlacementScoresRequest indicates an expected call of GetSpotPlacementScoresRequest.

func (*MockEC2MockRecorder) GetSpotPlacementScoresWithContext

func (mr *MockEC2MockRecorder) GetSpotPlacementScoresWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSpotPlacementScoresWithContext indicates an expected call of GetSpotPlacementScoresWithContext.

func (*MockEC2MockRecorder) GetSubnetCidrReservations

func (mr *MockEC2MockRecorder) GetSubnetCidrReservations(arg0 interface{}) *gomock.Call

GetSubnetCidrReservations indicates an expected call of GetSubnetCidrReservations.

func (*MockEC2MockRecorder) GetSubnetCidrReservationsRequest

func (mr *MockEC2MockRecorder) GetSubnetCidrReservationsRequest(arg0 interface{}) *gomock.Call

GetSubnetCidrReservationsRequest indicates an expected call of GetSubnetCidrReservationsRequest.

func (*MockEC2MockRecorder) GetSubnetCidrReservationsWithContext

func (mr *MockEC2MockRecorder) GetSubnetCidrReservationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSubnetCidrReservationsWithContext indicates an expected call of GetSubnetCidrReservationsWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayAttachmentPropagations

func (mr *MockEC2MockRecorder) GetTransitGatewayAttachmentPropagations(arg0 interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagations indicates an expected call of GetTransitGatewayAttachmentPropagations.

func (*MockEC2MockRecorder) GetTransitGatewayAttachmentPropagationsPages

func (mr *MockEC2MockRecorder) GetTransitGatewayAttachmentPropagationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsPages indicates an expected call of GetTransitGatewayAttachmentPropagationsPages.

func (*MockEC2MockRecorder) GetTransitGatewayAttachmentPropagationsPagesWithContext

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

GetTransitGatewayAttachmentPropagationsPagesWithContext indicates an expected call of GetTransitGatewayAttachmentPropagationsPagesWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayAttachmentPropagationsRequest

func (mr *MockEC2MockRecorder) GetTransitGatewayAttachmentPropagationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsRequest indicates an expected call of GetTransitGatewayAttachmentPropagationsRequest.

func (*MockEC2MockRecorder) GetTransitGatewayAttachmentPropagationsWithContext

func (mr *MockEC2MockRecorder) GetTransitGatewayAttachmentPropagationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsWithContext indicates an expected call of GetTransitGatewayAttachmentPropagationsWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayMulticastDomainAssociations

func (mr *MockEC2MockRecorder) GetTransitGatewayMulticastDomainAssociations(arg0 interface{}) *gomock.Call

GetTransitGatewayMulticastDomainAssociations indicates an expected call of GetTransitGatewayMulticastDomainAssociations.

func (*MockEC2MockRecorder) GetTransitGatewayMulticastDomainAssociationsPages

func (mr *MockEC2MockRecorder) GetTransitGatewayMulticastDomainAssociationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayMulticastDomainAssociationsPages indicates an expected call of GetTransitGatewayMulticastDomainAssociationsPages.

func (*MockEC2MockRecorder) GetTransitGatewayMulticastDomainAssociationsPagesWithContext

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

GetTransitGatewayMulticastDomainAssociationsPagesWithContext indicates an expected call of GetTransitGatewayMulticastDomainAssociationsPagesWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayMulticastDomainAssociationsRequest

func (mr *MockEC2MockRecorder) GetTransitGatewayMulticastDomainAssociationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayMulticastDomainAssociationsRequest indicates an expected call of GetTransitGatewayMulticastDomainAssociationsRequest.

func (*MockEC2MockRecorder) GetTransitGatewayMulticastDomainAssociationsWithContext

func (mr *MockEC2MockRecorder) GetTransitGatewayMulticastDomainAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayMulticastDomainAssociationsWithContext indicates an expected call of GetTransitGatewayMulticastDomainAssociationsWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayPolicyTableAssociations

func (mr *MockEC2MockRecorder) GetTransitGatewayPolicyTableAssociations(arg0 interface{}) *gomock.Call

GetTransitGatewayPolicyTableAssociations indicates an expected call of GetTransitGatewayPolicyTableAssociations.

func (*MockEC2MockRecorder) GetTransitGatewayPolicyTableAssociationsPages

func (mr *MockEC2MockRecorder) GetTransitGatewayPolicyTableAssociationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayPolicyTableAssociationsPages indicates an expected call of GetTransitGatewayPolicyTableAssociationsPages.

func (*MockEC2MockRecorder) GetTransitGatewayPolicyTableAssociationsPagesWithContext

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

GetTransitGatewayPolicyTableAssociationsPagesWithContext indicates an expected call of GetTransitGatewayPolicyTableAssociationsPagesWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayPolicyTableAssociationsRequest

func (mr *MockEC2MockRecorder) GetTransitGatewayPolicyTableAssociationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayPolicyTableAssociationsRequest indicates an expected call of GetTransitGatewayPolicyTableAssociationsRequest.

func (*MockEC2MockRecorder) GetTransitGatewayPolicyTableAssociationsWithContext

func (mr *MockEC2MockRecorder) GetTransitGatewayPolicyTableAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayPolicyTableAssociationsWithContext indicates an expected call of GetTransitGatewayPolicyTableAssociationsWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayPolicyTableEntries

func (mr *MockEC2MockRecorder) GetTransitGatewayPolicyTableEntries(arg0 interface{}) *gomock.Call

GetTransitGatewayPolicyTableEntries indicates an expected call of GetTransitGatewayPolicyTableEntries.

func (*MockEC2MockRecorder) GetTransitGatewayPolicyTableEntriesRequest

func (mr *MockEC2MockRecorder) GetTransitGatewayPolicyTableEntriesRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayPolicyTableEntriesRequest indicates an expected call of GetTransitGatewayPolicyTableEntriesRequest.

func (*MockEC2MockRecorder) GetTransitGatewayPolicyTableEntriesWithContext

func (mr *MockEC2MockRecorder) GetTransitGatewayPolicyTableEntriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayPolicyTableEntriesWithContext indicates an expected call of GetTransitGatewayPolicyTableEntriesWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayPrefixListReferences

func (mr *MockEC2MockRecorder) GetTransitGatewayPrefixListReferences(arg0 interface{}) *gomock.Call

GetTransitGatewayPrefixListReferences indicates an expected call of GetTransitGatewayPrefixListReferences.

func (*MockEC2MockRecorder) GetTransitGatewayPrefixListReferencesPages

func (mr *MockEC2MockRecorder) GetTransitGatewayPrefixListReferencesPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayPrefixListReferencesPages indicates an expected call of GetTransitGatewayPrefixListReferencesPages.

func (*MockEC2MockRecorder) GetTransitGatewayPrefixListReferencesPagesWithContext

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

GetTransitGatewayPrefixListReferencesPagesWithContext indicates an expected call of GetTransitGatewayPrefixListReferencesPagesWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayPrefixListReferencesRequest

func (mr *MockEC2MockRecorder) GetTransitGatewayPrefixListReferencesRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayPrefixListReferencesRequest indicates an expected call of GetTransitGatewayPrefixListReferencesRequest.

func (*MockEC2MockRecorder) GetTransitGatewayPrefixListReferencesWithContext

func (mr *MockEC2MockRecorder) GetTransitGatewayPrefixListReferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayPrefixListReferencesWithContext indicates an expected call of GetTransitGatewayPrefixListReferencesWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayRouteTableAssociations

func (mr *MockEC2MockRecorder) GetTransitGatewayRouteTableAssociations(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociations indicates an expected call of GetTransitGatewayRouteTableAssociations.

func (*MockEC2MockRecorder) GetTransitGatewayRouteTableAssociationsPages

func (mr *MockEC2MockRecorder) GetTransitGatewayRouteTableAssociationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsPages indicates an expected call of GetTransitGatewayRouteTableAssociationsPages.

func (*MockEC2MockRecorder) GetTransitGatewayRouteTableAssociationsPagesWithContext

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

GetTransitGatewayRouteTableAssociationsPagesWithContext indicates an expected call of GetTransitGatewayRouteTableAssociationsPagesWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayRouteTableAssociationsRequest

func (mr *MockEC2MockRecorder) GetTransitGatewayRouteTableAssociationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsRequest indicates an expected call of GetTransitGatewayRouteTableAssociationsRequest.

func (*MockEC2MockRecorder) GetTransitGatewayRouteTableAssociationsWithContext

func (mr *MockEC2MockRecorder) GetTransitGatewayRouteTableAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsWithContext indicates an expected call of GetTransitGatewayRouteTableAssociationsWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayRouteTablePropagations

func (mr *MockEC2MockRecorder) GetTransitGatewayRouteTablePropagations(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagations indicates an expected call of GetTransitGatewayRouteTablePropagations.

func (*MockEC2MockRecorder) GetTransitGatewayRouteTablePropagationsPages

func (mr *MockEC2MockRecorder) GetTransitGatewayRouteTablePropagationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsPages indicates an expected call of GetTransitGatewayRouteTablePropagationsPages.

func (*MockEC2MockRecorder) GetTransitGatewayRouteTablePropagationsPagesWithContext

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

GetTransitGatewayRouteTablePropagationsPagesWithContext indicates an expected call of GetTransitGatewayRouteTablePropagationsPagesWithContext.

func (*MockEC2MockRecorder) GetTransitGatewayRouteTablePropagationsRequest

func (mr *MockEC2MockRecorder) GetTransitGatewayRouteTablePropagationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsRequest indicates an expected call of GetTransitGatewayRouteTablePropagationsRequest.

func (*MockEC2MockRecorder) GetTransitGatewayRouteTablePropagationsWithContext

func (mr *MockEC2MockRecorder) GetTransitGatewayRouteTablePropagationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsWithContext indicates an expected call of GetTransitGatewayRouteTablePropagationsWithContext.

func (*MockEC2MockRecorder) GetVerifiedAccessEndpointPolicy

func (mr *MockEC2MockRecorder) GetVerifiedAccessEndpointPolicy(arg0 interface{}) *gomock.Call

GetVerifiedAccessEndpointPolicy indicates an expected call of GetVerifiedAccessEndpointPolicy.

func (*MockEC2MockRecorder) GetVerifiedAccessEndpointPolicyRequest

func (mr *MockEC2MockRecorder) GetVerifiedAccessEndpointPolicyRequest(arg0 interface{}) *gomock.Call

GetVerifiedAccessEndpointPolicyRequest indicates an expected call of GetVerifiedAccessEndpointPolicyRequest.

func (*MockEC2MockRecorder) GetVerifiedAccessEndpointPolicyWithContext

func (mr *MockEC2MockRecorder) GetVerifiedAccessEndpointPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVerifiedAccessEndpointPolicyWithContext indicates an expected call of GetVerifiedAccessEndpointPolicyWithContext.

func (*MockEC2MockRecorder) GetVerifiedAccessGroupPolicy

func (mr *MockEC2MockRecorder) GetVerifiedAccessGroupPolicy(arg0 interface{}) *gomock.Call

GetVerifiedAccessGroupPolicy indicates an expected call of GetVerifiedAccessGroupPolicy.

func (*MockEC2MockRecorder) GetVerifiedAccessGroupPolicyRequest

func (mr *MockEC2MockRecorder) GetVerifiedAccessGroupPolicyRequest(arg0 interface{}) *gomock.Call

GetVerifiedAccessGroupPolicyRequest indicates an expected call of GetVerifiedAccessGroupPolicyRequest.

func (*MockEC2MockRecorder) GetVerifiedAccessGroupPolicyWithContext

func (mr *MockEC2MockRecorder) GetVerifiedAccessGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVerifiedAccessGroupPolicyWithContext indicates an expected call of GetVerifiedAccessGroupPolicyWithContext.

func (*MockEC2MockRecorder) GetVpnConnectionDeviceSampleConfiguration

func (mr *MockEC2MockRecorder) GetVpnConnectionDeviceSampleConfiguration(arg0 interface{}) *gomock.Call

GetVpnConnectionDeviceSampleConfiguration indicates an expected call of GetVpnConnectionDeviceSampleConfiguration.

func (*MockEC2MockRecorder) GetVpnConnectionDeviceSampleConfigurationRequest

func (mr *MockEC2MockRecorder) GetVpnConnectionDeviceSampleConfigurationRequest(arg0 interface{}) *gomock.Call

GetVpnConnectionDeviceSampleConfigurationRequest indicates an expected call of GetVpnConnectionDeviceSampleConfigurationRequest.

func (*MockEC2MockRecorder) GetVpnConnectionDeviceSampleConfigurationWithContext

func (mr *MockEC2MockRecorder) GetVpnConnectionDeviceSampleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVpnConnectionDeviceSampleConfigurationWithContext indicates an expected call of GetVpnConnectionDeviceSampleConfigurationWithContext.

func (*MockEC2MockRecorder) GetVpnConnectionDeviceTypes

func (mr *MockEC2MockRecorder) GetVpnConnectionDeviceTypes(arg0 interface{}) *gomock.Call

GetVpnConnectionDeviceTypes indicates an expected call of GetVpnConnectionDeviceTypes.

func (*MockEC2MockRecorder) GetVpnConnectionDeviceTypesPages

func (mr *MockEC2MockRecorder) GetVpnConnectionDeviceTypesPages(arg0, arg1 interface{}) *gomock.Call

GetVpnConnectionDeviceTypesPages indicates an expected call of GetVpnConnectionDeviceTypesPages.

func (*MockEC2MockRecorder) GetVpnConnectionDeviceTypesPagesWithContext

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

GetVpnConnectionDeviceTypesPagesWithContext indicates an expected call of GetVpnConnectionDeviceTypesPagesWithContext.

func (*MockEC2MockRecorder) GetVpnConnectionDeviceTypesRequest

func (mr *MockEC2MockRecorder) GetVpnConnectionDeviceTypesRequest(arg0 interface{}) *gomock.Call

GetVpnConnectionDeviceTypesRequest indicates an expected call of GetVpnConnectionDeviceTypesRequest.

func (*MockEC2MockRecorder) GetVpnConnectionDeviceTypesWithContext

func (mr *MockEC2MockRecorder) GetVpnConnectionDeviceTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVpnConnectionDeviceTypesWithContext indicates an expected call of GetVpnConnectionDeviceTypesWithContext.

func (*MockEC2MockRecorder) GetVpnTunnelReplacementStatus

func (mr *MockEC2MockRecorder) GetVpnTunnelReplacementStatus(arg0 interface{}) *gomock.Call

GetVpnTunnelReplacementStatus indicates an expected call of GetVpnTunnelReplacementStatus.

func (*MockEC2MockRecorder) GetVpnTunnelReplacementStatusRequest

func (mr *MockEC2MockRecorder) GetVpnTunnelReplacementStatusRequest(arg0 interface{}) *gomock.Call

GetVpnTunnelReplacementStatusRequest indicates an expected call of GetVpnTunnelReplacementStatusRequest.

func (*MockEC2MockRecorder) GetVpnTunnelReplacementStatusWithContext

func (mr *MockEC2MockRecorder) GetVpnTunnelReplacementStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVpnTunnelReplacementStatusWithContext indicates an expected call of GetVpnTunnelReplacementStatusWithContext.

func (*MockEC2MockRecorder) ImportClientVpnClientCertificateRevocationList

func (mr *MockEC2MockRecorder) ImportClientVpnClientCertificateRevocationList(arg0 interface{}) *gomock.Call

ImportClientVpnClientCertificateRevocationList indicates an expected call of ImportClientVpnClientCertificateRevocationList.

func (*MockEC2MockRecorder) ImportClientVpnClientCertificateRevocationListRequest

func (mr *MockEC2MockRecorder) ImportClientVpnClientCertificateRevocationListRequest(arg0 interface{}) *gomock.Call

ImportClientVpnClientCertificateRevocationListRequest indicates an expected call of ImportClientVpnClientCertificateRevocationListRequest.

func (*MockEC2MockRecorder) ImportClientVpnClientCertificateRevocationListWithContext

func (mr *MockEC2MockRecorder) ImportClientVpnClientCertificateRevocationListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportClientVpnClientCertificateRevocationListWithContext indicates an expected call of ImportClientVpnClientCertificateRevocationListWithContext.

func (*MockEC2MockRecorder) ImportImage

func (mr *MockEC2MockRecorder) ImportImage(arg0 interface{}) *gomock.Call

ImportImage indicates an expected call of ImportImage.

func (*MockEC2MockRecorder) ImportImageRequest

func (mr *MockEC2MockRecorder) ImportImageRequest(arg0 interface{}) *gomock.Call

ImportImageRequest indicates an expected call of ImportImageRequest.

func (*MockEC2MockRecorder) ImportImageWithContext

func (mr *MockEC2MockRecorder) ImportImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportImageWithContext indicates an expected call of ImportImageWithContext.

func (*MockEC2MockRecorder) ImportInstance

func (mr *MockEC2MockRecorder) ImportInstance(arg0 interface{}) *gomock.Call

ImportInstance indicates an expected call of ImportInstance.

func (*MockEC2MockRecorder) ImportInstanceRequest

func (mr *MockEC2MockRecorder) ImportInstanceRequest(arg0 interface{}) *gomock.Call

ImportInstanceRequest indicates an expected call of ImportInstanceRequest.

func (*MockEC2MockRecorder) ImportInstanceWithContext

func (mr *MockEC2MockRecorder) ImportInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportInstanceWithContext indicates an expected call of ImportInstanceWithContext.

func (*MockEC2MockRecorder) ImportKeyPair

func (mr *MockEC2MockRecorder) ImportKeyPair(arg0 interface{}) *gomock.Call

ImportKeyPair indicates an expected call of ImportKeyPair.

func (*MockEC2MockRecorder) ImportKeyPairRequest

func (mr *MockEC2MockRecorder) ImportKeyPairRequest(arg0 interface{}) *gomock.Call

ImportKeyPairRequest indicates an expected call of ImportKeyPairRequest.

func (*MockEC2MockRecorder) ImportKeyPairWithContext

func (mr *MockEC2MockRecorder) ImportKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportKeyPairWithContext indicates an expected call of ImportKeyPairWithContext.

func (*MockEC2MockRecorder) ImportSnapshot

func (mr *MockEC2MockRecorder) ImportSnapshot(arg0 interface{}) *gomock.Call

ImportSnapshot indicates an expected call of ImportSnapshot.

func (*MockEC2MockRecorder) ImportSnapshotRequest

func (mr *MockEC2MockRecorder) ImportSnapshotRequest(arg0 interface{}) *gomock.Call

ImportSnapshotRequest indicates an expected call of ImportSnapshotRequest.

func (*MockEC2MockRecorder) ImportSnapshotWithContext

func (mr *MockEC2MockRecorder) ImportSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportSnapshotWithContext indicates an expected call of ImportSnapshotWithContext.

func (*MockEC2MockRecorder) ImportVolume

func (mr *MockEC2MockRecorder) ImportVolume(arg0 interface{}) *gomock.Call

ImportVolume indicates an expected call of ImportVolume.

func (*MockEC2MockRecorder) ImportVolumeRequest

func (mr *MockEC2MockRecorder) ImportVolumeRequest(arg0 interface{}) *gomock.Call

ImportVolumeRequest indicates an expected call of ImportVolumeRequest.

func (*MockEC2MockRecorder) ImportVolumeWithContext

func (mr *MockEC2MockRecorder) ImportVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportVolumeWithContext indicates an expected call of ImportVolumeWithContext.

func (*MockEC2MockRecorder) ListImagesInRecycleBin

func (mr *MockEC2MockRecorder) ListImagesInRecycleBin(arg0 interface{}) *gomock.Call

ListImagesInRecycleBin indicates an expected call of ListImagesInRecycleBin.

func (*MockEC2MockRecorder) ListImagesInRecycleBinPages

func (mr *MockEC2MockRecorder) ListImagesInRecycleBinPages(arg0, arg1 interface{}) *gomock.Call

ListImagesInRecycleBinPages indicates an expected call of ListImagesInRecycleBinPages.

func (*MockEC2MockRecorder) ListImagesInRecycleBinPagesWithContext

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

ListImagesInRecycleBinPagesWithContext indicates an expected call of ListImagesInRecycleBinPagesWithContext.

func (*MockEC2MockRecorder) ListImagesInRecycleBinRequest

func (mr *MockEC2MockRecorder) ListImagesInRecycleBinRequest(arg0 interface{}) *gomock.Call

ListImagesInRecycleBinRequest indicates an expected call of ListImagesInRecycleBinRequest.

func (*MockEC2MockRecorder) ListImagesInRecycleBinWithContext

func (mr *MockEC2MockRecorder) ListImagesInRecycleBinWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListImagesInRecycleBinWithContext indicates an expected call of ListImagesInRecycleBinWithContext.

func (*MockEC2MockRecorder) ListSnapshotsInRecycleBin

func (mr *MockEC2MockRecorder) ListSnapshotsInRecycleBin(arg0 interface{}) *gomock.Call

ListSnapshotsInRecycleBin indicates an expected call of ListSnapshotsInRecycleBin.

func (*MockEC2MockRecorder) ListSnapshotsInRecycleBinPages

func (mr *MockEC2MockRecorder) ListSnapshotsInRecycleBinPages(arg0, arg1 interface{}) *gomock.Call

ListSnapshotsInRecycleBinPages indicates an expected call of ListSnapshotsInRecycleBinPages.

func (*MockEC2MockRecorder) ListSnapshotsInRecycleBinPagesWithContext

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

ListSnapshotsInRecycleBinPagesWithContext indicates an expected call of ListSnapshotsInRecycleBinPagesWithContext.

func (*MockEC2MockRecorder) ListSnapshotsInRecycleBinRequest

func (mr *MockEC2MockRecorder) ListSnapshotsInRecycleBinRequest(arg0 interface{}) *gomock.Call

ListSnapshotsInRecycleBinRequest indicates an expected call of ListSnapshotsInRecycleBinRequest.

func (*MockEC2MockRecorder) ListSnapshotsInRecycleBinWithContext

func (mr *MockEC2MockRecorder) ListSnapshotsInRecycleBinWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSnapshotsInRecycleBinWithContext indicates an expected call of ListSnapshotsInRecycleBinWithContext.

func (*MockEC2MockRecorder) ModifyAddressAttribute

func (mr *MockEC2MockRecorder) ModifyAddressAttribute(arg0 interface{}) *gomock.Call

ModifyAddressAttribute indicates an expected call of ModifyAddressAttribute.

func (*MockEC2MockRecorder) ModifyAddressAttributeRequest

func (mr *MockEC2MockRecorder) ModifyAddressAttributeRequest(arg0 interface{}) *gomock.Call

ModifyAddressAttributeRequest indicates an expected call of ModifyAddressAttributeRequest.

func (*MockEC2MockRecorder) ModifyAddressAttributeWithContext

func (mr *MockEC2MockRecorder) ModifyAddressAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyAddressAttributeWithContext indicates an expected call of ModifyAddressAttributeWithContext.

func (*MockEC2MockRecorder) ModifyAvailabilityZoneGroup

func (mr *MockEC2MockRecorder) ModifyAvailabilityZoneGroup(arg0 interface{}) *gomock.Call

ModifyAvailabilityZoneGroup indicates an expected call of ModifyAvailabilityZoneGroup.

func (*MockEC2MockRecorder) ModifyAvailabilityZoneGroupRequest

func (mr *MockEC2MockRecorder) ModifyAvailabilityZoneGroupRequest(arg0 interface{}) *gomock.Call

ModifyAvailabilityZoneGroupRequest indicates an expected call of ModifyAvailabilityZoneGroupRequest.

func (*MockEC2MockRecorder) ModifyAvailabilityZoneGroupWithContext

func (mr *MockEC2MockRecorder) ModifyAvailabilityZoneGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyAvailabilityZoneGroupWithContext indicates an expected call of ModifyAvailabilityZoneGroupWithContext.

func (*MockEC2MockRecorder) ModifyCapacityReservation

func (mr *MockEC2MockRecorder) ModifyCapacityReservation(arg0 interface{}) *gomock.Call

ModifyCapacityReservation indicates an expected call of ModifyCapacityReservation.

func (*MockEC2MockRecorder) ModifyCapacityReservationFleet

func (mr *MockEC2MockRecorder) ModifyCapacityReservationFleet(arg0 interface{}) *gomock.Call

ModifyCapacityReservationFleet indicates an expected call of ModifyCapacityReservationFleet.

func (*MockEC2MockRecorder) ModifyCapacityReservationFleetRequest

func (mr *MockEC2MockRecorder) ModifyCapacityReservationFleetRequest(arg0 interface{}) *gomock.Call

ModifyCapacityReservationFleetRequest indicates an expected call of ModifyCapacityReservationFleetRequest.

func (*MockEC2MockRecorder) ModifyCapacityReservationFleetWithContext

func (mr *MockEC2MockRecorder) ModifyCapacityReservationFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCapacityReservationFleetWithContext indicates an expected call of ModifyCapacityReservationFleetWithContext.

func (*MockEC2MockRecorder) ModifyCapacityReservationRequest

func (mr *MockEC2MockRecorder) ModifyCapacityReservationRequest(arg0 interface{}) *gomock.Call

ModifyCapacityReservationRequest indicates an expected call of ModifyCapacityReservationRequest.

func (*MockEC2MockRecorder) ModifyCapacityReservationWithContext

func (mr *MockEC2MockRecorder) ModifyCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCapacityReservationWithContext indicates an expected call of ModifyCapacityReservationWithContext.

func (*MockEC2MockRecorder) ModifyClientVpnEndpoint

func (mr *MockEC2MockRecorder) ModifyClientVpnEndpoint(arg0 interface{}) *gomock.Call

ModifyClientVpnEndpoint indicates an expected call of ModifyClientVpnEndpoint.

func (*MockEC2MockRecorder) ModifyClientVpnEndpointRequest

func (mr *MockEC2MockRecorder) ModifyClientVpnEndpointRequest(arg0 interface{}) *gomock.Call

ModifyClientVpnEndpointRequest indicates an expected call of ModifyClientVpnEndpointRequest.

func (*MockEC2MockRecorder) ModifyClientVpnEndpointWithContext

func (mr *MockEC2MockRecorder) ModifyClientVpnEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyClientVpnEndpointWithContext indicates an expected call of ModifyClientVpnEndpointWithContext.

func (*MockEC2MockRecorder) ModifyDefaultCreditSpecification

func (mr *MockEC2MockRecorder) ModifyDefaultCreditSpecification(arg0 interface{}) *gomock.Call

ModifyDefaultCreditSpecification indicates an expected call of ModifyDefaultCreditSpecification.

func (*MockEC2MockRecorder) ModifyDefaultCreditSpecificationRequest

func (mr *MockEC2MockRecorder) ModifyDefaultCreditSpecificationRequest(arg0 interface{}) *gomock.Call

ModifyDefaultCreditSpecificationRequest indicates an expected call of ModifyDefaultCreditSpecificationRequest.

func (*MockEC2MockRecorder) ModifyDefaultCreditSpecificationWithContext

func (mr *MockEC2MockRecorder) ModifyDefaultCreditSpecificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDefaultCreditSpecificationWithContext indicates an expected call of ModifyDefaultCreditSpecificationWithContext.

func (*MockEC2MockRecorder) ModifyEbsDefaultKmsKeyId

func (mr *MockEC2MockRecorder) ModifyEbsDefaultKmsKeyId(arg0 interface{}) *gomock.Call

ModifyEbsDefaultKmsKeyId indicates an expected call of ModifyEbsDefaultKmsKeyId.

func (*MockEC2MockRecorder) ModifyEbsDefaultKmsKeyIdRequest

func (mr *MockEC2MockRecorder) ModifyEbsDefaultKmsKeyIdRequest(arg0 interface{}) *gomock.Call

ModifyEbsDefaultKmsKeyIdRequest indicates an expected call of ModifyEbsDefaultKmsKeyIdRequest.

func (*MockEC2MockRecorder) ModifyEbsDefaultKmsKeyIdWithContext

func (mr *MockEC2MockRecorder) ModifyEbsDefaultKmsKeyIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyEbsDefaultKmsKeyIdWithContext indicates an expected call of ModifyEbsDefaultKmsKeyIdWithContext.

func (*MockEC2MockRecorder) ModifyFleet

func (mr *MockEC2MockRecorder) ModifyFleet(arg0 interface{}) *gomock.Call

ModifyFleet indicates an expected call of ModifyFleet.

func (*MockEC2MockRecorder) ModifyFleetRequest

func (mr *MockEC2MockRecorder) ModifyFleetRequest(arg0 interface{}) *gomock.Call

ModifyFleetRequest indicates an expected call of ModifyFleetRequest.

func (*MockEC2MockRecorder) ModifyFleetWithContext

func (mr *MockEC2MockRecorder) ModifyFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyFleetWithContext indicates an expected call of ModifyFleetWithContext.

func (*MockEC2MockRecorder) ModifyFpgaImageAttribute

func (mr *MockEC2MockRecorder) ModifyFpgaImageAttribute(arg0 interface{}) *gomock.Call

ModifyFpgaImageAttribute indicates an expected call of ModifyFpgaImageAttribute.

func (*MockEC2MockRecorder) ModifyFpgaImageAttributeRequest

func (mr *MockEC2MockRecorder) ModifyFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

ModifyFpgaImageAttributeRequest indicates an expected call of ModifyFpgaImageAttributeRequest.

func (*MockEC2MockRecorder) ModifyFpgaImageAttributeWithContext

func (mr *MockEC2MockRecorder) ModifyFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyFpgaImageAttributeWithContext indicates an expected call of ModifyFpgaImageAttributeWithContext.

func (*MockEC2MockRecorder) ModifyHosts

func (mr *MockEC2MockRecorder) ModifyHosts(arg0 interface{}) *gomock.Call

ModifyHosts indicates an expected call of ModifyHosts.

func (*MockEC2MockRecorder) ModifyHostsRequest

func (mr *MockEC2MockRecorder) ModifyHostsRequest(arg0 interface{}) *gomock.Call

ModifyHostsRequest indicates an expected call of ModifyHostsRequest.

func (*MockEC2MockRecorder) ModifyHostsWithContext

func (mr *MockEC2MockRecorder) ModifyHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyHostsWithContext indicates an expected call of ModifyHostsWithContext.

func (*MockEC2MockRecorder) ModifyIdFormat

func (mr *MockEC2MockRecorder) ModifyIdFormat(arg0 interface{}) *gomock.Call

ModifyIdFormat indicates an expected call of ModifyIdFormat.

func (*MockEC2MockRecorder) ModifyIdFormatRequest

func (mr *MockEC2MockRecorder) ModifyIdFormatRequest(arg0 interface{}) *gomock.Call

ModifyIdFormatRequest indicates an expected call of ModifyIdFormatRequest.

func (*MockEC2MockRecorder) ModifyIdFormatWithContext

func (mr *MockEC2MockRecorder) ModifyIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIdFormatWithContext indicates an expected call of ModifyIdFormatWithContext.

func (*MockEC2MockRecorder) ModifyIdentityIdFormat

func (mr *MockEC2MockRecorder) ModifyIdentityIdFormat(arg0 interface{}) *gomock.Call

ModifyIdentityIdFormat indicates an expected call of ModifyIdentityIdFormat.

func (*MockEC2MockRecorder) ModifyIdentityIdFormatRequest

func (mr *MockEC2MockRecorder) ModifyIdentityIdFormatRequest(arg0 interface{}) *gomock.Call

ModifyIdentityIdFormatRequest indicates an expected call of ModifyIdentityIdFormatRequest.

func (*MockEC2MockRecorder) ModifyIdentityIdFormatWithContext

func (mr *MockEC2MockRecorder) ModifyIdentityIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIdentityIdFormatWithContext indicates an expected call of ModifyIdentityIdFormatWithContext.

func (*MockEC2MockRecorder) ModifyImageAttribute

func (mr *MockEC2MockRecorder) ModifyImageAttribute(arg0 interface{}) *gomock.Call

ModifyImageAttribute indicates an expected call of ModifyImageAttribute.

func (*MockEC2MockRecorder) ModifyImageAttributeRequest

func (mr *MockEC2MockRecorder) ModifyImageAttributeRequest(arg0 interface{}) *gomock.Call

ModifyImageAttributeRequest indicates an expected call of ModifyImageAttributeRequest.

func (*MockEC2MockRecorder) ModifyImageAttributeWithContext

func (mr *MockEC2MockRecorder) ModifyImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyImageAttributeWithContext indicates an expected call of ModifyImageAttributeWithContext.

func (*MockEC2MockRecorder) ModifyInstanceAttribute

func (mr *MockEC2MockRecorder) ModifyInstanceAttribute(arg0 interface{}) *gomock.Call

ModifyInstanceAttribute indicates an expected call of ModifyInstanceAttribute.

func (*MockEC2MockRecorder) ModifyInstanceAttributeRequest

func (mr *MockEC2MockRecorder) ModifyInstanceAttributeRequest(arg0 interface{}) *gomock.Call

ModifyInstanceAttributeRequest indicates an expected call of ModifyInstanceAttributeRequest.

func (*MockEC2MockRecorder) ModifyInstanceAttributeWithContext

func (mr *MockEC2MockRecorder) ModifyInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceAttributeWithContext indicates an expected call of ModifyInstanceAttributeWithContext.

func (*MockEC2MockRecorder) ModifyInstanceCapacityReservationAttributes

func (mr *MockEC2MockRecorder) ModifyInstanceCapacityReservationAttributes(arg0 interface{}) *gomock.Call

ModifyInstanceCapacityReservationAttributes indicates an expected call of ModifyInstanceCapacityReservationAttributes.

func (*MockEC2MockRecorder) ModifyInstanceCapacityReservationAttributesRequest

func (mr *MockEC2MockRecorder) ModifyInstanceCapacityReservationAttributesRequest(arg0 interface{}) *gomock.Call

ModifyInstanceCapacityReservationAttributesRequest indicates an expected call of ModifyInstanceCapacityReservationAttributesRequest.

func (*MockEC2MockRecorder) ModifyInstanceCapacityReservationAttributesWithContext

func (mr *MockEC2MockRecorder) ModifyInstanceCapacityReservationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceCapacityReservationAttributesWithContext indicates an expected call of ModifyInstanceCapacityReservationAttributesWithContext.

func (*MockEC2MockRecorder) ModifyInstanceCreditSpecification

func (mr *MockEC2MockRecorder) ModifyInstanceCreditSpecification(arg0 interface{}) *gomock.Call

ModifyInstanceCreditSpecification indicates an expected call of ModifyInstanceCreditSpecification.

func (*MockEC2MockRecorder) ModifyInstanceCreditSpecificationRequest

func (mr *MockEC2MockRecorder) ModifyInstanceCreditSpecificationRequest(arg0 interface{}) *gomock.Call

ModifyInstanceCreditSpecificationRequest indicates an expected call of ModifyInstanceCreditSpecificationRequest.

func (*MockEC2MockRecorder) ModifyInstanceCreditSpecificationWithContext

func (mr *MockEC2MockRecorder) ModifyInstanceCreditSpecificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceCreditSpecificationWithContext indicates an expected call of ModifyInstanceCreditSpecificationWithContext.

func (*MockEC2MockRecorder) ModifyInstanceEventStartTime

func (mr *MockEC2MockRecorder) ModifyInstanceEventStartTime(arg0 interface{}) *gomock.Call

ModifyInstanceEventStartTime indicates an expected call of ModifyInstanceEventStartTime.

func (*MockEC2MockRecorder) ModifyInstanceEventStartTimeRequest

func (mr *MockEC2MockRecorder) ModifyInstanceEventStartTimeRequest(arg0 interface{}) *gomock.Call

ModifyInstanceEventStartTimeRequest indicates an expected call of ModifyInstanceEventStartTimeRequest.

func (*MockEC2MockRecorder) ModifyInstanceEventStartTimeWithContext

func (mr *MockEC2MockRecorder) ModifyInstanceEventStartTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceEventStartTimeWithContext indicates an expected call of ModifyInstanceEventStartTimeWithContext.

func (*MockEC2MockRecorder) ModifyInstanceEventWindow

func (mr *MockEC2MockRecorder) ModifyInstanceEventWindow(arg0 interface{}) *gomock.Call

ModifyInstanceEventWindow indicates an expected call of ModifyInstanceEventWindow.

func (*MockEC2MockRecorder) ModifyInstanceEventWindowRequest

func (mr *MockEC2MockRecorder) ModifyInstanceEventWindowRequest(arg0 interface{}) *gomock.Call

ModifyInstanceEventWindowRequest indicates an expected call of ModifyInstanceEventWindowRequest.

func (*MockEC2MockRecorder) ModifyInstanceEventWindowWithContext

func (mr *MockEC2MockRecorder) ModifyInstanceEventWindowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceEventWindowWithContext indicates an expected call of ModifyInstanceEventWindowWithContext.

func (*MockEC2MockRecorder) ModifyInstanceMaintenanceOptions

func (mr *MockEC2MockRecorder) ModifyInstanceMaintenanceOptions(arg0 interface{}) *gomock.Call

ModifyInstanceMaintenanceOptions indicates an expected call of ModifyInstanceMaintenanceOptions.

func (*MockEC2MockRecorder) ModifyInstanceMaintenanceOptionsRequest

func (mr *MockEC2MockRecorder) ModifyInstanceMaintenanceOptionsRequest(arg0 interface{}) *gomock.Call

ModifyInstanceMaintenanceOptionsRequest indicates an expected call of ModifyInstanceMaintenanceOptionsRequest.

func (*MockEC2MockRecorder) ModifyInstanceMaintenanceOptionsWithContext

func (mr *MockEC2MockRecorder) ModifyInstanceMaintenanceOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceMaintenanceOptionsWithContext indicates an expected call of ModifyInstanceMaintenanceOptionsWithContext.

func (*MockEC2MockRecorder) ModifyInstanceMetadataOptions

func (mr *MockEC2MockRecorder) ModifyInstanceMetadataOptions(arg0 interface{}) *gomock.Call

ModifyInstanceMetadataOptions indicates an expected call of ModifyInstanceMetadataOptions.

func (*MockEC2MockRecorder) ModifyInstanceMetadataOptionsRequest

func (mr *MockEC2MockRecorder) ModifyInstanceMetadataOptionsRequest(arg0 interface{}) *gomock.Call

ModifyInstanceMetadataOptionsRequest indicates an expected call of ModifyInstanceMetadataOptionsRequest.

func (*MockEC2MockRecorder) ModifyInstanceMetadataOptionsWithContext

func (mr *MockEC2MockRecorder) ModifyInstanceMetadataOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceMetadataOptionsWithContext indicates an expected call of ModifyInstanceMetadataOptionsWithContext.

func (*MockEC2MockRecorder) ModifyInstancePlacement

func (mr *MockEC2MockRecorder) ModifyInstancePlacement(arg0 interface{}) *gomock.Call

ModifyInstancePlacement indicates an expected call of ModifyInstancePlacement.

func (*MockEC2MockRecorder) ModifyInstancePlacementRequest

func (mr *MockEC2MockRecorder) ModifyInstancePlacementRequest(arg0 interface{}) *gomock.Call

ModifyInstancePlacementRequest indicates an expected call of ModifyInstancePlacementRequest.

func (*MockEC2MockRecorder) ModifyInstancePlacementWithContext

func (mr *MockEC2MockRecorder) ModifyInstancePlacementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstancePlacementWithContext indicates an expected call of ModifyInstancePlacementWithContext.

func (*MockEC2MockRecorder) ModifyIpam

func (mr *MockEC2MockRecorder) ModifyIpam(arg0 interface{}) *gomock.Call

ModifyIpam indicates an expected call of ModifyIpam.

func (*MockEC2MockRecorder) ModifyIpamPool

func (mr *MockEC2MockRecorder) ModifyIpamPool(arg0 interface{}) *gomock.Call

ModifyIpamPool indicates an expected call of ModifyIpamPool.

func (*MockEC2MockRecorder) ModifyIpamPoolRequest

func (mr *MockEC2MockRecorder) ModifyIpamPoolRequest(arg0 interface{}) *gomock.Call

ModifyIpamPoolRequest indicates an expected call of ModifyIpamPoolRequest.

func (*MockEC2MockRecorder) ModifyIpamPoolWithContext

func (mr *MockEC2MockRecorder) ModifyIpamPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIpamPoolWithContext indicates an expected call of ModifyIpamPoolWithContext.

func (*MockEC2MockRecorder) ModifyIpamRequest

func (mr *MockEC2MockRecorder) ModifyIpamRequest(arg0 interface{}) *gomock.Call

ModifyIpamRequest indicates an expected call of ModifyIpamRequest.

func (*MockEC2MockRecorder) ModifyIpamResourceCidr

func (mr *MockEC2MockRecorder) ModifyIpamResourceCidr(arg0 interface{}) *gomock.Call

ModifyIpamResourceCidr indicates an expected call of ModifyIpamResourceCidr.

func (*MockEC2MockRecorder) ModifyIpamResourceCidrRequest

func (mr *MockEC2MockRecorder) ModifyIpamResourceCidrRequest(arg0 interface{}) *gomock.Call

ModifyIpamResourceCidrRequest indicates an expected call of ModifyIpamResourceCidrRequest.

func (*MockEC2MockRecorder) ModifyIpamResourceCidrWithContext

func (mr *MockEC2MockRecorder) ModifyIpamResourceCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIpamResourceCidrWithContext indicates an expected call of ModifyIpamResourceCidrWithContext.

func (*MockEC2MockRecorder) ModifyIpamResourceDiscovery

func (mr *MockEC2MockRecorder) ModifyIpamResourceDiscovery(arg0 interface{}) *gomock.Call

ModifyIpamResourceDiscovery indicates an expected call of ModifyIpamResourceDiscovery.

func (*MockEC2MockRecorder) ModifyIpamResourceDiscoveryRequest

func (mr *MockEC2MockRecorder) ModifyIpamResourceDiscoveryRequest(arg0 interface{}) *gomock.Call

ModifyIpamResourceDiscoveryRequest indicates an expected call of ModifyIpamResourceDiscoveryRequest.

func (*MockEC2MockRecorder) ModifyIpamResourceDiscoveryWithContext

func (mr *MockEC2MockRecorder) ModifyIpamResourceDiscoveryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIpamResourceDiscoveryWithContext indicates an expected call of ModifyIpamResourceDiscoveryWithContext.

func (*MockEC2MockRecorder) ModifyIpamScope

func (mr *MockEC2MockRecorder) ModifyIpamScope(arg0 interface{}) *gomock.Call

ModifyIpamScope indicates an expected call of ModifyIpamScope.

func (*MockEC2MockRecorder) ModifyIpamScopeRequest

func (mr *MockEC2MockRecorder) ModifyIpamScopeRequest(arg0 interface{}) *gomock.Call

ModifyIpamScopeRequest indicates an expected call of ModifyIpamScopeRequest.

func (*MockEC2MockRecorder) ModifyIpamScopeWithContext

func (mr *MockEC2MockRecorder) ModifyIpamScopeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIpamScopeWithContext indicates an expected call of ModifyIpamScopeWithContext.

func (*MockEC2MockRecorder) ModifyIpamWithContext

func (mr *MockEC2MockRecorder) ModifyIpamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIpamWithContext indicates an expected call of ModifyIpamWithContext.

func (*MockEC2MockRecorder) ModifyLaunchTemplate

func (mr *MockEC2MockRecorder) ModifyLaunchTemplate(arg0 interface{}) *gomock.Call

ModifyLaunchTemplate indicates an expected call of ModifyLaunchTemplate.

func (*MockEC2MockRecorder) ModifyLaunchTemplateRequest

func (mr *MockEC2MockRecorder) ModifyLaunchTemplateRequest(arg0 interface{}) *gomock.Call

ModifyLaunchTemplateRequest indicates an expected call of ModifyLaunchTemplateRequest.

func (*MockEC2MockRecorder) ModifyLaunchTemplateWithContext

func (mr *MockEC2MockRecorder) ModifyLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLaunchTemplateWithContext indicates an expected call of ModifyLaunchTemplateWithContext.

func (*MockEC2MockRecorder) ModifyLocalGatewayRoute

func (mr *MockEC2MockRecorder) ModifyLocalGatewayRoute(arg0 interface{}) *gomock.Call

ModifyLocalGatewayRoute indicates an expected call of ModifyLocalGatewayRoute.

func (*MockEC2MockRecorder) ModifyLocalGatewayRouteRequest

func (mr *MockEC2MockRecorder) ModifyLocalGatewayRouteRequest(arg0 interface{}) *gomock.Call

ModifyLocalGatewayRouteRequest indicates an expected call of ModifyLocalGatewayRouteRequest.

func (*MockEC2MockRecorder) ModifyLocalGatewayRouteWithContext

func (mr *MockEC2MockRecorder) ModifyLocalGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLocalGatewayRouteWithContext indicates an expected call of ModifyLocalGatewayRouteWithContext.

func (*MockEC2MockRecorder) ModifyManagedPrefixList

func (mr *MockEC2MockRecorder) ModifyManagedPrefixList(arg0 interface{}) *gomock.Call

ModifyManagedPrefixList indicates an expected call of ModifyManagedPrefixList.

func (*MockEC2MockRecorder) ModifyManagedPrefixListRequest

func (mr *MockEC2MockRecorder) ModifyManagedPrefixListRequest(arg0 interface{}) *gomock.Call

ModifyManagedPrefixListRequest indicates an expected call of ModifyManagedPrefixListRequest.

func (*MockEC2MockRecorder) ModifyManagedPrefixListWithContext

func (mr *MockEC2MockRecorder) ModifyManagedPrefixListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyManagedPrefixListWithContext indicates an expected call of ModifyManagedPrefixListWithContext.

func (*MockEC2MockRecorder) ModifyNetworkInterfaceAttribute

func (mr *MockEC2MockRecorder) ModifyNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

ModifyNetworkInterfaceAttribute indicates an expected call of ModifyNetworkInterfaceAttribute.

func (*MockEC2MockRecorder) ModifyNetworkInterfaceAttributeRequest

func (mr *MockEC2MockRecorder) ModifyNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

ModifyNetworkInterfaceAttributeRequest indicates an expected call of ModifyNetworkInterfaceAttributeRequest.

func (*MockEC2MockRecorder) ModifyNetworkInterfaceAttributeWithContext

func (mr *MockEC2MockRecorder) ModifyNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyNetworkInterfaceAttributeWithContext indicates an expected call of ModifyNetworkInterfaceAttributeWithContext.

func (*MockEC2MockRecorder) ModifyPrivateDnsNameOptions

func (mr *MockEC2MockRecorder) ModifyPrivateDnsNameOptions(arg0 interface{}) *gomock.Call

ModifyPrivateDnsNameOptions indicates an expected call of ModifyPrivateDnsNameOptions.

func (*MockEC2MockRecorder) ModifyPrivateDnsNameOptionsRequest

func (mr *MockEC2MockRecorder) ModifyPrivateDnsNameOptionsRequest(arg0 interface{}) *gomock.Call

ModifyPrivateDnsNameOptionsRequest indicates an expected call of ModifyPrivateDnsNameOptionsRequest.

func (*MockEC2MockRecorder) ModifyPrivateDnsNameOptionsWithContext

func (mr *MockEC2MockRecorder) ModifyPrivateDnsNameOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyPrivateDnsNameOptionsWithContext indicates an expected call of ModifyPrivateDnsNameOptionsWithContext.

func (*MockEC2MockRecorder) ModifyReservedInstances

func (mr *MockEC2MockRecorder) ModifyReservedInstances(arg0 interface{}) *gomock.Call

ModifyReservedInstances indicates an expected call of ModifyReservedInstances.

func (*MockEC2MockRecorder) ModifyReservedInstancesRequest

func (mr *MockEC2MockRecorder) ModifyReservedInstancesRequest(arg0 interface{}) *gomock.Call

ModifyReservedInstancesRequest indicates an expected call of ModifyReservedInstancesRequest.

func (*MockEC2MockRecorder) ModifyReservedInstancesWithContext

func (mr *MockEC2MockRecorder) ModifyReservedInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyReservedInstancesWithContext indicates an expected call of ModifyReservedInstancesWithContext.

func (*MockEC2MockRecorder) ModifySecurityGroupRules

func (mr *MockEC2MockRecorder) ModifySecurityGroupRules(arg0 interface{}) *gomock.Call

ModifySecurityGroupRules indicates an expected call of ModifySecurityGroupRules.

func (*MockEC2MockRecorder) ModifySecurityGroupRulesRequest

func (mr *MockEC2MockRecorder) ModifySecurityGroupRulesRequest(arg0 interface{}) *gomock.Call

ModifySecurityGroupRulesRequest indicates an expected call of ModifySecurityGroupRulesRequest.

func (*MockEC2MockRecorder) ModifySecurityGroupRulesWithContext

func (mr *MockEC2MockRecorder) ModifySecurityGroupRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySecurityGroupRulesWithContext indicates an expected call of ModifySecurityGroupRulesWithContext.

func (*MockEC2MockRecorder) ModifySnapshotAttribute

func (mr *MockEC2MockRecorder) ModifySnapshotAttribute(arg0 interface{}) *gomock.Call

ModifySnapshotAttribute indicates an expected call of ModifySnapshotAttribute.

func (*MockEC2MockRecorder) ModifySnapshotAttributeRequest

func (mr *MockEC2MockRecorder) ModifySnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ModifySnapshotAttributeRequest indicates an expected call of ModifySnapshotAttributeRequest.

func (*MockEC2MockRecorder) ModifySnapshotAttributeWithContext

func (mr *MockEC2MockRecorder) ModifySnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySnapshotAttributeWithContext indicates an expected call of ModifySnapshotAttributeWithContext.

func (*MockEC2MockRecorder) ModifySnapshotTier

func (mr *MockEC2MockRecorder) ModifySnapshotTier(arg0 interface{}) *gomock.Call

ModifySnapshotTier indicates an expected call of ModifySnapshotTier.

func (*MockEC2MockRecorder) ModifySnapshotTierRequest

func (mr *MockEC2MockRecorder) ModifySnapshotTierRequest(arg0 interface{}) *gomock.Call

ModifySnapshotTierRequest indicates an expected call of ModifySnapshotTierRequest.

func (*MockEC2MockRecorder) ModifySnapshotTierWithContext

func (mr *MockEC2MockRecorder) ModifySnapshotTierWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySnapshotTierWithContext indicates an expected call of ModifySnapshotTierWithContext.

func (*MockEC2MockRecorder) ModifySpotFleetRequest

func (mr *MockEC2MockRecorder) ModifySpotFleetRequest(arg0 interface{}) *gomock.Call

ModifySpotFleetRequest indicates an expected call of ModifySpotFleetRequest.

func (*MockEC2MockRecorder) ModifySpotFleetRequestRequest

func (mr *MockEC2MockRecorder) ModifySpotFleetRequestRequest(arg0 interface{}) *gomock.Call

ModifySpotFleetRequestRequest indicates an expected call of ModifySpotFleetRequestRequest.

func (*MockEC2MockRecorder) ModifySpotFleetRequestWithContext

func (mr *MockEC2MockRecorder) ModifySpotFleetRequestWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySpotFleetRequestWithContext indicates an expected call of ModifySpotFleetRequestWithContext.

func (*MockEC2MockRecorder) ModifySubnetAttribute

func (mr *MockEC2MockRecorder) ModifySubnetAttribute(arg0 interface{}) *gomock.Call

ModifySubnetAttribute indicates an expected call of ModifySubnetAttribute.

func (*MockEC2MockRecorder) ModifySubnetAttributeRequest

func (mr *MockEC2MockRecorder) ModifySubnetAttributeRequest(arg0 interface{}) *gomock.Call

ModifySubnetAttributeRequest indicates an expected call of ModifySubnetAttributeRequest.

func (*MockEC2MockRecorder) ModifySubnetAttributeWithContext

func (mr *MockEC2MockRecorder) ModifySubnetAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySubnetAttributeWithContext indicates an expected call of ModifySubnetAttributeWithContext.

func (*MockEC2MockRecorder) ModifyTrafficMirrorFilterNetworkServices

func (mr *MockEC2MockRecorder) ModifyTrafficMirrorFilterNetworkServices(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterNetworkServices indicates an expected call of ModifyTrafficMirrorFilterNetworkServices.

func (*MockEC2MockRecorder) ModifyTrafficMirrorFilterNetworkServicesRequest

func (mr *MockEC2MockRecorder) ModifyTrafficMirrorFilterNetworkServicesRequest(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterNetworkServicesRequest indicates an expected call of ModifyTrafficMirrorFilterNetworkServicesRequest.

func (*MockEC2MockRecorder) ModifyTrafficMirrorFilterNetworkServicesWithContext

func (mr *MockEC2MockRecorder) ModifyTrafficMirrorFilterNetworkServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTrafficMirrorFilterNetworkServicesWithContext indicates an expected call of ModifyTrafficMirrorFilterNetworkServicesWithContext.

func (*MockEC2MockRecorder) ModifyTrafficMirrorFilterRule

func (mr *MockEC2MockRecorder) ModifyTrafficMirrorFilterRule(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterRule indicates an expected call of ModifyTrafficMirrorFilterRule.

func (*MockEC2MockRecorder) ModifyTrafficMirrorFilterRuleRequest

func (mr *MockEC2MockRecorder) ModifyTrafficMirrorFilterRuleRequest(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterRuleRequest indicates an expected call of ModifyTrafficMirrorFilterRuleRequest.

func (*MockEC2MockRecorder) ModifyTrafficMirrorFilterRuleWithContext

func (mr *MockEC2MockRecorder) ModifyTrafficMirrorFilterRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTrafficMirrorFilterRuleWithContext indicates an expected call of ModifyTrafficMirrorFilterRuleWithContext.

func (*MockEC2MockRecorder) ModifyTrafficMirrorSession

func (mr *MockEC2MockRecorder) ModifyTrafficMirrorSession(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorSession indicates an expected call of ModifyTrafficMirrorSession.

func (*MockEC2MockRecorder) ModifyTrafficMirrorSessionRequest

func (mr *MockEC2MockRecorder) ModifyTrafficMirrorSessionRequest(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorSessionRequest indicates an expected call of ModifyTrafficMirrorSessionRequest.

func (*MockEC2MockRecorder) ModifyTrafficMirrorSessionWithContext

func (mr *MockEC2MockRecorder) ModifyTrafficMirrorSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTrafficMirrorSessionWithContext indicates an expected call of ModifyTrafficMirrorSessionWithContext.

func (*MockEC2MockRecorder) ModifyTransitGateway

func (mr *MockEC2MockRecorder) ModifyTransitGateway(arg0 interface{}) *gomock.Call

ModifyTransitGateway indicates an expected call of ModifyTransitGateway.

func (*MockEC2MockRecorder) ModifyTransitGatewayPrefixListReference

func (mr *MockEC2MockRecorder) ModifyTransitGatewayPrefixListReference(arg0 interface{}) *gomock.Call

ModifyTransitGatewayPrefixListReference indicates an expected call of ModifyTransitGatewayPrefixListReference.

func (*MockEC2MockRecorder) ModifyTransitGatewayPrefixListReferenceRequest

func (mr *MockEC2MockRecorder) ModifyTransitGatewayPrefixListReferenceRequest(arg0 interface{}) *gomock.Call

ModifyTransitGatewayPrefixListReferenceRequest indicates an expected call of ModifyTransitGatewayPrefixListReferenceRequest.

func (*MockEC2MockRecorder) ModifyTransitGatewayPrefixListReferenceWithContext

func (mr *MockEC2MockRecorder) ModifyTransitGatewayPrefixListReferenceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTransitGatewayPrefixListReferenceWithContext indicates an expected call of ModifyTransitGatewayPrefixListReferenceWithContext.

func (*MockEC2MockRecorder) ModifyTransitGatewayRequest

func (mr *MockEC2MockRecorder) ModifyTransitGatewayRequest(arg0 interface{}) *gomock.Call

ModifyTransitGatewayRequest indicates an expected call of ModifyTransitGatewayRequest.

func (*MockEC2MockRecorder) ModifyTransitGatewayVpcAttachment

func (mr *MockEC2MockRecorder) ModifyTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

ModifyTransitGatewayVpcAttachment indicates an expected call of ModifyTransitGatewayVpcAttachment.

func (*MockEC2MockRecorder) ModifyTransitGatewayVpcAttachmentRequest

func (mr *MockEC2MockRecorder) ModifyTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

ModifyTransitGatewayVpcAttachmentRequest indicates an expected call of ModifyTransitGatewayVpcAttachmentRequest.

func (*MockEC2MockRecorder) ModifyTransitGatewayVpcAttachmentWithContext

func (mr *MockEC2MockRecorder) ModifyTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTransitGatewayVpcAttachmentWithContext indicates an expected call of ModifyTransitGatewayVpcAttachmentWithContext.

func (*MockEC2MockRecorder) ModifyTransitGatewayWithContext

func (mr *MockEC2MockRecorder) ModifyTransitGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTransitGatewayWithContext indicates an expected call of ModifyTransitGatewayWithContext.

func (*MockEC2MockRecorder) ModifyVerifiedAccessEndpoint

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessEndpoint(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessEndpoint indicates an expected call of ModifyVerifiedAccessEndpoint.

func (*MockEC2MockRecorder) ModifyVerifiedAccessEndpointPolicy

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessEndpointPolicy(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessEndpointPolicy indicates an expected call of ModifyVerifiedAccessEndpointPolicy.

func (*MockEC2MockRecorder) ModifyVerifiedAccessEndpointPolicyRequest

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessEndpointPolicyRequest(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessEndpointPolicyRequest indicates an expected call of ModifyVerifiedAccessEndpointPolicyRequest.

func (*MockEC2MockRecorder) ModifyVerifiedAccessEndpointPolicyWithContext

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessEndpointPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVerifiedAccessEndpointPolicyWithContext indicates an expected call of ModifyVerifiedAccessEndpointPolicyWithContext.

func (*MockEC2MockRecorder) ModifyVerifiedAccessEndpointRequest

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessEndpointRequest(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessEndpointRequest indicates an expected call of ModifyVerifiedAccessEndpointRequest.

func (*MockEC2MockRecorder) ModifyVerifiedAccessEndpointWithContext

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVerifiedAccessEndpointWithContext indicates an expected call of ModifyVerifiedAccessEndpointWithContext.

func (*MockEC2MockRecorder) ModifyVerifiedAccessGroup

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessGroup(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessGroup indicates an expected call of ModifyVerifiedAccessGroup.

func (*MockEC2MockRecorder) ModifyVerifiedAccessGroupPolicy

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessGroupPolicy(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessGroupPolicy indicates an expected call of ModifyVerifiedAccessGroupPolicy.

func (*MockEC2MockRecorder) ModifyVerifiedAccessGroupPolicyRequest

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessGroupPolicyRequest(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessGroupPolicyRequest indicates an expected call of ModifyVerifiedAccessGroupPolicyRequest.

func (*MockEC2MockRecorder) ModifyVerifiedAccessGroupPolicyWithContext

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVerifiedAccessGroupPolicyWithContext indicates an expected call of ModifyVerifiedAccessGroupPolicyWithContext.

func (*MockEC2MockRecorder) ModifyVerifiedAccessGroupRequest

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessGroupRequest(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessGroupRequest indicates an expected call of ModifyVerifiedAccessGroupRequest.

func (*MockEC2MockRecorder) ModifyVerifiedAccessGroupWithContext

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVerifiedAccessGroupWithContext indicates an expected call of ModifyVerifiedAccessGroupWithContext.

func (*MockEC2MockRecorder) ModifyVerifiedAccessInstance

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessInstance(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessInstance indicates an expected call of ModifyVerifiedAccessInstance.

func (*MockEC2MockRecorder) ModifyVerifiedAccessInstanceLoggingConfiguration

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessInstanceLoggingConfiguration(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessInstanceLoggingConfiguration indicates an expected call of ModifyVerifiedAccessInstanceLoggingConfiguration.

func (*MockEC2MockRecorder) ModifyVerifiedAccessInstanceLoggingConfigurationRequest

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessInstanceLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessInstanceLoggingConfigurationRequest indicates an expected call of ModifyVerifiedAccessInstanceLoggingConfigurationRequest.

func (*MockEC2MockRecorder) ModifyVerifiedAccessInstanceLoggingConfigurationWithContext

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessInstanceLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVerifiedAccessInstanceLoggingConfigurationWithContext indicates an expected call of ModifyVerifiedAccessInstanceLoggingConfigurationWithContext.

func (*MockEC2MockRecorder) ModifyVerifiedAccessInstanceRequest

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessInstanceRequest(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessInstanceRequest indicates an expected call of ModifyVerifiedAccessInstanceRequest.

func (*MockEC2MockRecorder) ModifyVerifiedAccessInstanceWithContext

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVerifiedAccessInstanceWithContext indicates an expected call of ModifyVerifiedAccessInstanceWithContext.

func (*MockEC2MockRecorder) ModifyVerifiedAccessTrustProvider

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessTrustProvider(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessTrustProvider indicates an expected call of ModifyVerifiedAccessTrustProvider.

func (*MockEC2MockRecorder) ModifyVerifiedAccessTrustProviderRequest

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessTrustProviderRequest(arg0 interface{}) *gomock.Call

ModifyVerifiedAccessTrustProviderRequest indicates an expected call of ModifyVerifiedAccessTrustProviderRequest.

func (*MockEC2MockRecorder) ModifyVerifiedAccessTrustProviderWithContext

func (mr *MockEC2MockRecorder) ModifyVerifiedAccessTrustProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVerifiedAccessTrustProviderWithContext indicates an expected call of ModifyVerifiedAccessTrustProviderWithContext.

func (*MockEC2MockRecorder) ModifyVolume

func (mr *MockEC2MockRecorder) ModifyVolume(arg0 interface{}) *gomock.Call

ModifyVolume indicates an expected call of ModifyVolume.

func (*MockEC2MockRecorder) ModifyVolumeAttribute

func (mr *MockEC2MockRecorder) ModifyVolumeAttribute(arg0 interface{}) *gomock.Call

ModifyVolumeAttribute indicates an expected call of ModifyVolumeAttribute.

func (*MockEC2MockRecorder) ModifyVolumeAttributeRequest

func (mr *MockEC2MockRecorder) ModifyVolumeAttributeRequest(arg0 interface{}) *gomock.Call

ModifyVolumeAttributeRequest indicates an expected call of ModifyVolumeAttributeRequest.

func (*MockEC2MockRecorder) ModifyVolumeAttributeWithContext

func (mr *MockEC2MockRecorder) ModifyVolumeAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVolumeAttributeWithContext indicates an expected call of ModifyVolumeAttributeWithContext.

func (*MockEC2MockRecorder) ModifyVolumeRequest

func (mr *MockEC2MockRecorder) ModifyVolumeRequest(arg0 interface{}) *gomock.Call

ModifyVolumeRequest indicates an expected call of ModifyVolumeRequest.

func (*MockEC2MockRecorder) ModifyVolumeWithContext

func (mr *MockEC2MockRecorder) ModifyVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVolumeWithContext indicates an expected call of ModifyVolumeWithContext.

func (*MockEC2MockRecorder) ModifyVpcAttribute

func (mr *MockEC2MockRecorder) ModifyVpcAttribute(arg0 interface{}) *gomock.Call

ModifyVpcAttribute indicates an expected call of ModifyVpcAttribute.

func (*MockEC2MockRecorder) ModifyVpcAttributeRequest

func (mr *MockEC2MockRecorder) ModifyVpcAttributeRequest(arg0 interface{}) *gomock.Call

ModifyVpcAttributeRequest indicates an expected call of ModifyVpcAttributeRequest.

func (*MockEC2MockRecorder) ModifyVpcAttributeWithContext

func (mr *MockEC2MockRecorder) ModifyVpcAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcAttributeWithContext indicates an expected call of ModifyVpcAttributeWithContext.

func (*MockEC2MockRecorder) ModifyVpcEndpoint

func (mr *MockEC2MockRecorder) ModifyVpcEndpoint(arg0 interface{}) *gomock.Call

ModifyVpcEndpoint indicates an expected call of ModifyVpcEndpoint.

func (*MockEC2MockRecorder) ModifyVpcEndpointConnectionNotification

func (mr *MockEC2MockRecorder) ModifyVpcEndpointConnectionNotification(arg0 interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotification indicates an expected call of ModifyVpcEndpointConnectionNotification.

func (*MockEC2MockRecorder) ModifyVpcEndpointConnectionNotificationRequest

func (mr *MockEC2MockRecorder) ModifyVpcEndpointConnectionNotificationRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotificationRequest indicates an expected call of ModifyVpcEndpointConnectionNotificationRequest.

func (*MockEC2MockRecorder) ModifyVpcEndpointConnectionNotificationWithContext

func (mr *MockEC2MockRecorder) ModifyVpcEndpointConnectionNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotificationWithContext indicates an expected call of ModifyVpcEndpointConnectionNotificationWithContext.

func (*MockEC2MockRecorder) ModifyVpcEndpointRequest

func (mr *MockEC2MockRecorder) ModifyVpcEndpointRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointRequest indicates an expected call of ModifyVpcEndpointRequest.

func (*MockEC2MockRecorder) ModifyVpcEndpointServiceConfiguration

func (mr *MockEC2MockRecorder) ModifyVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServiceConfiguration indicates an expected call of ModifyVpcEndpointServiceConfiguration.

func (*MockEC2MockRecorder) ModifyVpcEndpointServiceConfigurationRequest

func (mr *MockEC2MockRecorder) ModifyVpcEndpointServiceConfigurationRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServiceConfigurationRequest indicates an expected call of ModifyVpcEndpointServiceConfigurationRequest.

func (*MockEC2MockRecorder) ModifyVpcEndpointServiceConfigurationWithContext

func (mr *MockEC2MockRecorder) ModifyVpcEndpointServiceConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointServiceConfigurationWithContext indicates an expected call of ModifyVpcEndpointServiceConfigurationWithContext.

func (*MockEC2MockRecorder) ModifyVpcEndpointServicePayerResponsibility

func (mr *MockEC2MockRecorder) ModifyVpcEndpointServicePayerResponsibility(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePayerResponsibility indicates an expected call of ModifyVpcEndpointServicePayerResponsibility.

func (*MockEC2MockRecorder) ModifyVpcEndpointServicePayerResponsibilityRequest

func (mr *MockEC2MockRecorder) ModifyVpcEndpointServicePayerResponsibilityRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePayerResponsibilityRequest indicates an expected call of ModifyVpcEndpointServicePayerResponsibilityRequest.

func (*MockEC2MockRecorder) ModifyVpcEndpointServicePayerResponsibilityWithContext

func (mr *MockEC2MockRecorder) ModifyVpcEndpointServicePayerResponsibilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointServicePayerResponsibilityWithContext indicates an expected call of ModifyVpcEndpointServicePayerResponsibilityWithContext.

func (*MockEC2MockRecorder) ModifyVpcEndpointServicePermissions

func (mr *MockEC2MockRecorder) ModifyVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePermissions indicates an expected call of ModifyVpcEndpointServicePermissions.

func (*MockEC2MockRecorder) ModifyVpcEndpointServicePermissionsRequest

func (mr *MockEC2MockRecorder) ModifyVpcEndpointServicePermissionsRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePermissionsRequest indicates an expected call of ModifyVpcEndpointServicePermissionsRequest.

func (*MockEC2MockRecorder) ModifyVpcEndpointServicePermissionsWithContext

func (mr *MockEC2MockRecorder) ModifyVpcEndpointServicePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointServicePermissionsWithContext indicates an expected call of ModifyVpcEndpointServicePermissionsWithContext.

func (*MockEC2MockRecorder) ModifyVpcEndpointWithContext

func (mr *MockEC2MockRecorder) ModifyVpcEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointWithContext indicates an expected call of ModifyVpcEndpointWithContext.

func (*MockEC2MockRecorder) ModifyVpcPeeringConnectionOptions

func (mr *MockEC2MockRecorder) ModifyVpcPeeringConnectionOptions(arg0 interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptions indicates an expected call of ModifyVpcPeeringConnectionOptions.

func (*MockEC2MockRecorder) ModifyVpcPeeringConnectionOptionsRequest

func (mr *MockEC2MockRecorder) ModifyVpcPeeringConnectionOptionsRequest(arg0 interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptionsRequest indicates an expected call of ModifyVpcPeeringConnectionOptionsRequest.

func (*MockEC2MockRecorder) ModifyVpcPeeringConnectionOptionsWithContext

func (mr *MockEC2MockRecorder) ModifyVpcPeeringConnectionOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptionsWithContext indicates an expected call of ModifyVpcPeeringConnectionOptionsWithContext.

func (*MockEC2MockRecorder) ModifyVpcTenancy

func (mr *MockEC2MockRecorder) ModifyVpcTenancy(arg0 interface{}) *gomock.Call

ModifyVpcTenancy indicates an expected call of ModifyVpcTenancy.

func (*MockEC2MockRecorder) ModifyVpcTenancyRequest

func (mr *MockEC2MockRecorder) ModifyVpcTenancyRequest(arg0 interface{}) *gomock.Call

ModifyVpcTenancyRequest indicates an expected call of ModifyVpcTenancyRequest.

func (*MockEC2MockRecorder) ModifyVpcTenancyWithContext

func (mr *MockEC2MockRecorder) ModifyVpcTenancyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcTenancyWithContext indicates an expected call of ModifyVpcTenancyWithContext.

func (*MockEC2MockRecorder) ModifyVpnConnection

func (mr *MockEC2MockRecorder) ModifyVpnConnection(arg0 interface{}) *gomock.Call

ModifyVpnConnection indicates an expected call of ModifyVpnConnection.

func (*MockEC2MockRecorder) ModifyVpnConnectionOptions

func (mr *MockEC2MockRecorder) ModifyVpnConnectionOptions(arg0 interface{}) *gomock.Call

ModifyVpnConnectionOptions indicates an expected call of ModifyVpnConnectionOptions.

func (*MockEC2MockRecorder) ModifyVpnConnectionOptionsRequest

func (mr *MockEC2MockRecorder) ModifyVpnConnectionOptionsRequest(arg0 interface{}) *gomock.Call

ModifyVpnConnectionOptionsRequest indicates an expected call of ModifyVpnConnectionOptionsRequest.

func (*MockEC2MockRecorder) ModifyVpnConnectionOptionsWithContext

func (mr *MockEC2MockRecorder) ModifyVpnConnectionOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnConnectionOptionsWithContext indicates an expected call of ModifyVpnConnectionOptionsWithContext.

func (*MockEC2MockRecorder) ModifyVpnConnectionRequest

func (mr *MockEC2MockRecorder) ModifyVpnConnectionRequest(arg0 interface{}) *gomock.Call

ModifyVpnConnectionRequest indicates an expected call of ModifyVpnConnectionRequest.

func (*MockEC2MockRecorder) ModifyVpnConnectionWithContext

func (mr *MockEC2MockRecorder) ModifyVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnConnectionWithContext indicates an expected call of ModifyVpnConnectionWithContext.

func (*MockEC2MockRecorder) ModifyVpnTunnelCertificate

func (mr *MockEC2MockRecorder) ModifyVpnTunnelCertificate(arg0 interface{}) *gomock.Call

ModifyVpnTunnelCertificate indicates an expected call of ModifyVpnTunnelCertificate.

func (*MockEC2MockRecorder) ModifyVpnTunnelCertificateRequest

func (mr *MockEC2MockRecorder) ModifyVpnTunnelCertificateRequest(arg0 interface{}) *gomock.Call

ModifyVpnTunnelCertificateRequest indicates an expected call of ModifyVpnTunnelCertificateRequest.

func (*MockEC2MockRecorder) ModifyVpnTunnelCertificateWithContext

func (mr *MockEC2MockRecorder) ModifyVpnTunnelCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnTunnelCertificateWithContext indicates an expected call of ModifyVpnTunnelCertificateWithContext.

func (*MockEC2MockRecorder) ModifyVpnTunnelOptions

func (mr *MockEC2MockRecorder) ModifyVpnTunnelOptions(arg0 interface{}) *gomock.Call

ModifyVpnTunnelOptions indicates an expected call of ModifyVpnTunnelOptions.

func (*MockEC2MockRecorder) ModifyVpnTunnelOptionsRequest

func (mr *MockEC2MockRecorder) ModifyVpnTunnelOptionsRequest(arg0 interface{}) *gomock.Call

ModifyVpnTunnelOptionsRequest indicates an expected call of ModifyVpnTunnelOptionsRequest.

func (*MockEC2MockRecorder) ModifyVpnTunnelOptionsWithContext

func (mr *MockEC2MockRecorder) ModifyVpnTunnelOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnTunnelOptionsWithContext indicates an expected call of ModifyVpnTunnelOptionsWithContext.

func (*MockEC2MockRecorder) MonitorInstances

func (mr *MockEC2MockRecorder) MonitorInstances(arg0 interface{}) *gomock.Call

MonitorInstances indicates an expected call of MonitorInstances.

func (*MockEC2MockRecorder) MonitorInstancesRequest

func (mr *MockEC2MockRecorder) MonitorInstancesRequest(arg0 interface{}) *gomock.Call

MonitorInstancesRequest indicates an expected call of MonitorInstancesRequest.

func (*MockEC2MockRecorder) MonitorInstancesWithContext

func (mr *MockEC2MockRecorder) MonitorInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MonitorInstancesWithContext indicates an expected call of MonitorInstancesWithContext.

func (*MockEC2MockRecorder) MoveAddressToVpc

func (mr *MockEC2MockRecorder) MoveAddressToVpc(arg0 interface{}) *gomock.Call

MoveAddressToVpc indicates an expected call of MoveAddressToVpc.

func (*MockEC2MockRecorder) MoveAddressToVpcRequest

func (mr *MockEC2MockRecorder) MoveAddressToVpcRequest(arg0 interface{}) *gomock.Call

MoveAddressToVpcRequest indicates an expected call of MoveAddressToVpcRequest.

func (*MockEC2MockRecorder) MoveAddressToVpcWithContext

func (mr *MockEC2MockRecorder) MoveAddressToVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MoveAddressToVpcWithContext indicates an expected call of MoveAddressToVpcWithContext.

func (*MockEC2MockRecorder) MoveByoipCidrToIpam

func (mr *MockEC2MockRecorder) MoveByoipCidrToIpam(arg0 interface{}) *gomock.Call

MoveByoipCidrToIpam indicates an expected call of MoveByoipCidrToIpam.

func (*MockEC2MockRecorder) MoveByoipCidrToIpamRequest

func (mr *MockEC2MockRecorder) MoveByoipCidrToIpamRequest(arg0 interface{}) *gomock.Call

MoveByoipCidrToIpamRequest indicates an expected call of MoveByoipCidrToIpamRequest.

func (*MockEC2MockRecorder) MoveByoipCidrToIpamWithContext

func (mr *MockEC2MockRecorder) MoveByoipCidrToIpamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MoveByoipCidrToIpamWithContext indicates an expected call of MoveByoipCidrToIpamWithContext.

func (*MockEC2MockRecorder) ProvisionByoipCidr

func (mr *MockEC2MockRecorder) ProvisionByoipCidr(arg0 interface{}) *gomock.Call

ProvisionByoipCidr indicates an expected call of ProvisionByoipCidr.

func (*MockEC2MockRecorder) ProvisionByoipCidrRequest

func (mr *MockEC2MockRecorder) ProvisionByoipCidrRequest(arg0 interface{}) *gomock.Call

ProvisionByoipCidrRequest indicates an expected call of ProvisionByoipCidrRequest.

func (*MockEC2MockRecorder) ProvisionByoipCidrWithContext

func (mr *MockEC2MockRecorder) ProvisionByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ProvisionByoipCidrWithContext indicates an expected call of ProvisionByoipCidrWithContext.

func (*MockEC2MockRecorder) ProvisionIpamPoolCidr

func (mr *MockEC2MockRecorder) ProvisionIpamPoolCidr(arg0 interface{}) *gomock.Call

ProvisionIpamPoolCidr indicates an expected call of ProvisionIpamPoolCidr.

func (*MockEC2MockRecorder) ProvisionIpamPoolCidrRequest

func (mr *MockEC2MockRecorder) ProvisionIpamPoolCidrRequest(arg0 interface{}) *gomock.Call

ProvisionIpamPoolCidrRequest indicates an expected call of ProvisionIpamPoolCidrRequest.

func (*MockEC2MockRecorder) ProvisionIpamPoolCidrWithContext

func (mr *MockEC2MockRecorder) ProvisionIpamPoolCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ProvisionIpamPoolCidrWithContext indicates an expected call of ProvisionIpamPoolCidrWithContext.

func (*MockEC2MockRecorder) ProvisionPublicIpv4PoolCidr

func (mr *MockEC2MockRecorder) ProvisionPublicIpv4PoolCidr(arg0 interface{}) *gomock.Call

ProvisionPublicIpv4PoolCidr indicates an expected call of ProvisionPublicIpv4PoolCidr.

func (*MockEC2MockRecorder) ProvisionPublicIpv4PoolCidrRequest

func (mr *MockEC2MockRecorder) ProvisionPublicIpv4PoolCidrRequest(arg0 interface{}) *gomock.Call

ProvisionPublicIpv4PoolCidrRequest indicates an expected call of ProvisionPublicIpv4PoolCidrRequest.

func (*MockEC2MockRecorder) ProvisionPublicIpv4PoolCidrWithContext

func (mr *MockEC2MockRecorder) ProvisionPublicIpv4PoolCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ProvisionPublicIpv4PoolCidrWithContext indicates an expected call of ProvisionPublicIpv4PoolCidrWithContext.

func (*MockEC2MockRecorder) PurchaseHostReservation

func (mr *MockEC2MockRecorder) PurchaseHostReservation(arg0 interface{}) *gomock.Call

PurchaseHostReservation indicates an expected call of PurchaseHostReservation.

func (*MockEC2MockRecorder) PurchaseHostReservationRequest

func (mr *MockEC2MockRecorder) PurchaseHostReservationRequest(arg0 interface{}) *gomock.Call

PurchaseHostReservationRequest indicates an expected call of PurchaseHostReservationRequest.

func (*MockEC2MockRecorder) PurchaseHostReservationWithContext

func (mr *MockEC2MockRecorder) PurchaseHostReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseHostReservationWithContext indicates an expected call of PurchaseHostReservationWithContext.

func (*MockEC2MockRecorder) PurchaseReservedInstancesOffering

func (mr *MockEC2MockRecorder) PurchaseReservedInstancesOffering(arg0 interface{}) *gomock.Call

PurchaseReservedInstancesOffering indicates an expected call of PurchaseReservedInstancesOffering.

func (*MockEC2MockRecorder) PurchaseReservedInstancesOfferingRequest

func (mr *MockEC2MockRecorder) PurchaseReservedInstancesOfferingRequest(arg0 interface{}) *gomock.Call

PurchaseReservedInstancesOfferingRequest indicates an expected call of PurchaseReservedInstancesOfferingRequest.

func (*MockEC2MockRecorder) PurchaseReservedInstancesOfferingWithContext

func (mr *MockEC2MockRecorder) PurchaseReservedInstancesOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseReservedInstancesOfferingWithContext indicates an expected call of PurchaseReservedInstancesOfferingWithContext.

func (*MockEC2MockRecorder) PurchaseScheduledInstances

func (mr *MockEC2MockRecorder) PurchaseScheduledInstances(arg0 interface{}) *gomock.Call

PurchaseScheduledInstances indicates an expected call of PurchaseScheduledInstances.

func (*MockEC2MockRecorder) PurchaseScheduledInstancesRequest

func (mr *MockEC2MockRecorder) PurchaseScheduledInstancesRequest(arg0 interface{}) *gomock.Call

PurchaseScheduledInstancesRequest indicates an expected call of PurchaseScheduledInstancesRequest.

func (*MockEC2MockRecorder) PurchaseScheduledInstancesWithContext

func (mr *MockEC2MockRecorder) PurchaseScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseScheduledInstancesWithContext indicates an expected call of PurchaseScheduledInstancesWithContext.

func (*MockEC2MockRecorder) RebootInstances

func (mr *MockEC2MockRecorder) RebootInstances(arg0 interface{}) *gomock.Call

RebootInstances indicates an expected call of RebootInstances.

func (*MockEC2MockRecorder) RebootInstancesRequest

func (mr *MockEC2MockRecorder) RebootInstancesRequest(arg0 interface{}) *gomock.Call

RebootInstancesRequest indicates an expected call of RebootInstancesRequest.

func (*MockEC2MockRecorder) RebootInstancesWithContext

func (mr *MockEC2MockRecorder) RebootInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootInstancesWithContext indicates an expected call of RebootInstancesWithContext.

func (*MockEC2MockRecorder) RegisterImage

func (mr *MockEC2MockRecorder) RegisterImage(arg0 interface{}) *gomock.Call

RegisterImage indicates an expected call of RegisterImage.

func (*MockEC2MockRecorder) RegisterImageRequest

func (mr *MockEC2MockRecorder) RegisterImageRequest(arg0 interface{}) *gomock.Call

RegisterImageRequest indicates an expected call of RegisterImageRequest.

func (*MockEC2MockRecorder) RegisterImageWithContext

func (mr *MockEC2MockRecorder) RegisterImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterImageWithContext indicates an expected call of RegisterImageWithContext.

func (*MockEC2MockRecorder) RegisterInstanceEventNotificationAttributes

func (mr *MockEC2MockRecorder) RegisterInstanceEventNotificationAttributes(arg0 interface{}) *gomock.Call

RegisterInstanceEventNotificationAttributes indicates an expected call of RegisterInstanceEventNotificationAttributes.

func (*MockEC2MockRecorder) RegisterInstanceEventNotificationAttributesRequest

func (mr *MockEC2MockRecorder) RegisterInstanceEventNotificationAttributesRequest(arg0 interface{}) *gomock.Call

RegisterInstanceEventNotificationAttributesRequest indicates an expected call of RegisterInstanceEventNotificationAttributesRequest.

func (*MockEC2MockRecorder) RegisterInstanceEventNotificationAttributesWithContext

func (mr *MockEC2MockRecorder) RegisterInstanceEventNotificationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterInstanceEventNotificationAttributesWithContext indicates an expected call of RegisterInstanceEventNotificationAttributesWithContext.

func (*MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupMembers

func (mr *MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupMembers(arg0 interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupMembers indicates an expected call of RegisterTransitGatewayMulticastGroupMembers.

func (*MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupMembersRequest

func (mr *MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupMembersRequest(arg0 interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupMembersRequest indicates an expected call of RegisterTransitGatewayMulticastGroupMembersRequest.

func (*MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupMembersWithContext

func (mr *MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupMembersWithContext indicates an expected call of RegisterTransitGatewayMulticastGroupMembersWithContext.

func (*MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupSources

func (mr *MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupSources(arg0 interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupSources indicates an expected call of RegisterTransitGatewayMulticastGroupSources.

func (*MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupSourcesRequest

func (mr *MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupSourcesRequest(arg0 interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupSourcesRequest indicates an expected call of RegisterTransitGatewayMulticastGroupSourcesRequest.

func (*MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupSourcesWithContext

func (mr *MockEC2MockRecorder) RegisterTransitGatewayMulticastGroupSourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupSourcesWithContext indicates an expected call of RegisterTransitGatewayMulticastGroupSourcesWithContext.

func (*MockEC2MockRecorder) RejectTransitGatewayMulticastDomainAssociations

func (mr *MockEC2MockRecorder) RejectTransitGatewayMulticastDomainAssociations(arg0 interface{}) *gomock.Call

RejectTransitGatewayMulticastDomainAssociations indicates an expected call of RejectTransitGatewayMulticastDomainAssociations.

func (*MockEC2MockRecorder) RejectTransitGatewayMulticastDomainAssociationsRequest

func (mr *MockEC2MockRecorder) RejectTransitGatewayMulticastDomainAssociationsRequest(arg0 interface{}) *gomock.Call

RejectTransitGatewayMulticastDomainAssociationsRequest indicates an expected call of RejectTransitGatewayMulticastDomainAssociationsRequest.

func (*MockEC2MockRecorder) RejectTransitGatewayMulticastDomainAssociationsWithContext

func (mr *MockEC2MockRecorder) RejectTransitGatewayMulticastDomainAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectTransitGatewayMulticastDomainAssociationsWithContext indicates an expected call of RejectTransitGatewayMulticastDomainAssociationsWithContext.

func (*MockEC2MockRecorder) RejectTransitGatewayPeeringAttachment

func (mr *MockEC2MockRecorder) RejectTransitGatewayPeeringAttachment(arg0 interface{}) *gomock.Call

RejectTransitGatewayPeeringAttachment indicates an expected call of RejectTransitGatewayPeeringAttachment.

func (*MockEC2MockRecorder) RejectTransitGatewayPeeringAttachmentRequest

func (mr *MockEC2MockRecorder) RejectTransitGatewayPeeringAttachmentRequest(arg0 interface{}) *gomock.Call

RejectTransitGatewayPeeringAttachmentRequest indicates an expected call of RejectTransitGatewayPeeringAttachmentRequest.

func (*MockEC2MockRecorder) RejectTransitGatewayPeeringAttachmentWithContext

func (mr *MockEC2MockRecorder) RejectTransitGatewayPeeringAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectTransitGatewayPeeringAttachmentWithContext indicates an expected call of RejectTransitGatewayPeeringAttachmentWithContext.

func (*MockEC2MockRecorder) RejectTransitGatewayVpcAttachment

func (mr *MockEC2MockRecorder) RejectTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

RejectTransitGatewayVpcAttachment indicates an expected call of RejectTransitGatewayVpcAttachment.

func (*MockEC2MockRecorder) RejectTransitGatewayVpcAttachmentRequest

func (mr *MockEC2MockRecorder) RejectTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

RejectTransitGatewayVpcAttachmentRequest indicates an expected call of RejectTransitGatewayVpcAttachmentRequest.

func (*MockEC2MockRecorder) RejectTransitGatewayVpcAttachmentWithContext

func (mr *MockEC2MockRecorder) RejectTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectTransitGatewayVpcAttachmentWithContext indicates an expected call of RejectTransitGatewayVpcAttachmentWithContext.

func (*MockEC2MockRecorder) RejectVpcEndpointConnections

func (mr *MockEC2MockRecorder) RejectVpcEndpointConnections(arg0 interface{}) *gomock.Call

RejectVpcEndpointConnections indicates an expected call of RejectVpcEndpointConnections.

func (*MockEC2MockRecorder) RejectVpcEndpointConnectionsRequest

func (mr *MockEC2MockRecorder) RejectVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

RejectVpcEndpointConnectionsRequest indicates an expected call of RejectVpcEndpointConnectionsRequest.

func (*MockEC2MockRecorder) RejectVpcEndpointConnectionsWithContext

func (mr *MockEC2MockRecorder) RejectVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectVpcEndpointConnectionsWithContext indicates an expected call of RejectVpcEndpointConnectionsWithContext.

func (*MockEC2MockRecorder) RejectVpcPeeringConnection

func (mr *MockEC2MockRecorder) RejectVpcPeeringConnection(arg0 interface{}) *gomock.Call

RejectVpcPeeringConnection indicates an expected call of RejectVpcPeeringConnection.

func (*MockEC2MockRecorder) RejectVpcPeeringConnectionRequest

func (mr *MockEC2MockRecorder) RejectVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

RejectVpcPeeringConnectionRequest indicates an expected call of RejectVpcPeeringConnectionRequest.

func (*MockEC2MockRecorder) RejectVpcPeeringConnectionWithContext

func (mr *MockEC2MockRecorder) RejectVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectVpcPeeringConnectionWithContext indicates an expected call of RejectVpcPeeringConnectionWithContext.

func (*MockEC2MockRecorder) ReleaseAddress

func (mr *MockEC2MockRecorder) ReleaseAddress(arg0 interface{}) *gomock.Call

ReleaseAddress indicates an expected call of ReleaseAddress.

func (*MockEC2MockRecorder) ReleaseAddressRequest

func (mr *MockEC2MockRecorder) ReleaseAddressRequest(arg0 interface{}) *gomock.Call

ReleaseAddressRequest indicates an expected call of ReleaseAddressRequest.

func (*MockEC2MockRecorder) ReleaseAddressWithContext

func (mr *MockEC2MockRecorder) ReleaseAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReleaseAddressWithContext indicates an expected call of ReleaseAddressWithContext.

func (*MockEC2MockRecorder) ReleaseHosts

func (mr *MockEC2MockRecorder) ReleaseHosts(arg0 interface{}) *gomock.Call

ReleaseHosts indicates an expected call of ReleaseHosts.

func (*MockEC2MockRecorder) ReleaseHostsRequest

func (mr *MockEC2MockRecorder) ReleaseHostsRequest(arg0 interface{}) *gomock.Call

ReleaseHostsRequest indicates an expected call of ReleaseHostsRequest.

func (*MockEC2MockRecorder) ReleaseHostsWithContext

func (mr *MockEC2MockRecorder) ReleaseHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReleaseHostsWithContext indicates an expected call of ReleaseHostsWithContext.

func (*MockEC2MockRecorder) ReleaseIpamPoolAllocation

func (mr *MockEC2MockRecorder) ReleaseIpamPoolAllocation(arg0 interface{}) *gomock.Call

ReleaseIpamPoolAllocation indicates an expected call of ReleaseIpamPoolAllocation.

func (*MockEC2MockRecorder) ReleaseIpamPoolAllocationRequest

func (mr *MockEC2MockRecorder) ReleaseIpamPoolAllocationRequest(arg0 interface{}) *gomock.Call

ReleaseIpamPoolAllocationRequest indicates an expected call of ReleaseIpamPoolAllocationRequest.

func (*MockEC2MockRecorder) ReleaseIpamPoolAllocationWithContext

func (mr *MockEC2MockRecorder) ReleaseIpamPoolAllocationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReleaseIpamPoolAllocationWithContext indicates an expected call of ReleaseIpamPoolAllocationWithContext.

func (*MockEC2MockRecorder) ReplaceIamInstanceProfileAssociation

func (mr *MockEC2MockRecorder) ReplaceIamInstanceProfileAssociation(arg0 interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociation indicates an expected call of ReplaceIamInstanceProfileAssociation.

func (*MockEC2MockRecorder) ReplaceIamInstanceProfileAssociationRequest

func (mr *MockEC2MockRecorder) ReplaceIamInstanceProfileAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociationRequest indicates an expected call of ReplaceIamInstanceProfileAssociationRequest.

func (*MockEC2MockRecorder) ReplaceIamInstanceProfileAssociationWithContext

func (mr *MockEC2MockRecorder) ReplaceIamInstanceProfileAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociationWithContext indicates an expected call of ReplaceIamInstanceProfileAssociationWithContext.

func (*MockEC2MockRecorder) ReplaceNetworkAclAssociation

func (mr *MockEC2MockRecorder) ReplaceNetworkAclAssociation(arg0 interface{}) *gomock.Call

ReplaceNetworkAclAssociation indicates an expected call of ReplaceNetworkAclAssociation.

func (*MockEC2MockRecorder) ReplaceNetworkAclAssociationRequest

func (mr *MockEC2MockRecorder) ReplaceNetworkAclAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceNetworkAclAssociationRequest indicates an expected call of ReplaceNetworkAclAssociationRequest.

func (*MockEC2MockRecorder) ReplaceNetworkAclAssociationWithContext

func (mr *MockEC2MockRecorder) ReplaceNetworkAclAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceNetworkAclAssociationWithContext indicates an expected call of ReplaceNetworkAclAssociationWithContext.

func (*MockEC2MockRecorder) ReplaceNetworkAclEntry

func (mr *MockEC2MockRecorder) ReplaceNetworkAclEntry(arg0 interface{}) *gomock.Call

ReplaceNetworkAclEntry indicates an expected call of ReplaceNetworkAclEntry.

func (*MockEC2MockRecorder) ReplaceNetworkAclEntryRequest

func (mr *MockEC2MockRecorder) ReplaceNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

ReplaceNetworkAclEntryRequest indicates an expected call of ReplaceNetworkAclEntryRequest.

func (*MockEC2MockRecorder) ReplaceNetworkAclEntryWithContext

func (mr *MockEC2MockRecorder) ReplaceNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceNetworkAclEntryWithContext indicates an expected call of ReplaceNetworkAclEntryWithContext.

func (*MockEC2MockRecorder) ReplaceRoute

func (mr *MockEC2MockRecorder) ReplaceRoute(arg0 interface{}) *gomock.Call

ReplaceRoute indicates an expected call of ReplaceRoute.

func (*MockEC2MockRecorder) ReplaceRouteRequest

func (mr *MockEC2MockRecorder) ReplaceRouteRequest(arg0 interface{}) *gomock.Call

ReplaceRouteRequest indicates an expected call of ReplaceRouteRequest.

func (*MockEC2MockRecorder) ReplaceRouteTableAssociation

func (mr *MockEC2MockRecorder) ReplaceRouteTableAssociation(arg0 interface{}) *gomock.Call

ReplaceRouteTableAssociation indicates an expected call of ReplaceRouteTableAssociation.

func (*MockEC2MockRecorder) ReplaceRouteTableAssociationRequest

func (mr *MockEC2MockRecorder) ReplaceRouteTableAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceRouteTableAssociationRequest indicates an expected call of ReplaceRouteTableAssociationRequest.

func (*MockEC2MockRecorder) ReplaceRouteTableAssociationWithContext

func (mr *MockEC2MockRecorder) ReplaceRouteTableAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceRouteTableAssociationWithContext indicates an expected call of ReplaceRouteTableAssociationWithContext.

func (*MockEC2MockRecorder) ReplaceRouteWithContext

func (mr *MockEC2MockRecorder) ReplaceRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceRouteWithContext indicates an expected call of ReplaceRouteWithContext.

func (*MockEC2MockRecorder) ReplaceTransitGatewayRoute

func (mr *MockEC2MockRecorder) ReplaceTransitGatewayRoute(arg0 interface{}) *gomock.Call

ReplaceTransitGatewayRoute indicates an expected call of ReplaceTransitGatewayRoute.

func (*MockEC2MockRecorder) ReplaceTransitGatewayRouteRequest

func (mr *MockEC2MockRecorder) ReplaceTransitGatewayRouteRequest(arg0 interface{}) *gomock.Call

ReplaceTransitGatewayRouteRequest indicates an expected call of ReplaceTransitGatewayRouteRequest.

func (*MockEC2MockRecorder) ReplaceTransitGatewayRouteWithContext

func (mr *MockEC2MockRecorder) ReplaceTransitGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceTransitGatewayRouteWithContext indicates an expected call of ReplaceTransitGatewayRouteWithContext.

func (*MockEC2MockRecorder) ReplaceVpnTunnel

func (mr *MockEC2MockRecorder) ReplaceVpnTunnel(arg0 interface{}) *gomock.Call

ReplaceVpnTunnel indicates an expected call of ReplaceVpnTunnel.

func (*MockEC2MockRecorder) ReplaceVpnTunnelRequest

func (mr *MockEC2MockRecorder) ReplaceVpnTunnelRequest(arg0 interface{}) *gomock.Call

ReplaceVpnTunnelRequest indicates an expected call of ReplaceVpnTunnelRequest.

func (*MockEC2MockRecorder) ReplaceVpnTunnelWithContext

func (mr *MockEC2MockRecorder) ReplaceVpnTunnelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceVpnTunnelWithContext indicates an expected call of ReplaceVpnTunnelWithContext.

func (*MockEC2MockRecorder) ReportInstanceStatus

func (mr *MockEC2MockRecorder) ReportInstanceStatus(arg0 interface{}) *gomock.Call

ReportInstanceStatus indicates an expected call of ReportInstanceStatus.

func (*MockEC2MockRecorder) ReportInstanceStatusRequest

func (mr *MockEC2MockRecorder) ReportInstanceStatusRequest(arg0 interface{}) *gomock.Call

ReportInstanceStatusRequest indicates an expected call of ReportInstanceStatusRequest.

func (*MockEC2MockRecorder) ReportInstanceStatusWithContext

func (mr *MockEC2MockRecorder) ReportInstanceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReportInstanceStatusWithContext indicates an expected call of ReportInstanceStatusWithContext.

func (*MockEC2MockRecorder) RequestSpotFleet

func (mr *MockEC2MockRecorder) RequestSpotFleet(arg0 interface{}) *gomock.Call

RequestSpotFleet indicates an expected call of RequestSpotFleet.

func (*MockEC2MockRecorder) RequestSpotFleetRequest

func (mr *MockEC2MockRecorder) RequestSpotFleetRequest(arg0 interface{}) *gomock.Call

RequestSpotFleetRequest indicates an expected call of RequestSpotFleetRequest.

func (*MockEC2MockRecorder) RequestSpotFleetWithContext

func (mr *MockEC2MockRecorder) RequestSpotFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RequestSpotFleetWithContext indicates an expected call of RequestSpotFleetWithContext.

func (*MockEC2MockRecorder) RequestSpotInstances

func (mr *MockEC2MockRecorder) RequestSpotInstances(arg0 interface{}) *gomock.Call

RequestSpotInstances indicates an expected call of RequestSpotInstances.

func (*MockEC2MockRecorder) RequestSpotInstancesRequest

func (mr *MockEC2MockRecorder) RequestSpotInstancesRequest(arg0 interface{}) *gomock.Call

RequestSpotInstancesRequest indicates an expected call of RequestSpotInstancesRequest.

func (*MockEC2MockRecorder) RequestSpotInstancesWithContext

func (mr *MockEC2MockRecorder) RequestSpotInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RequestSpotInstancesWithContext indicates an expected call of RequestSpotInstancesWithContext.

func (*MockEC2MockRecorder) ResetAddressAttribute

func (mr *MockEC2MockRecorder) ResetAddressAttribute(arg0 interface{}) *gomock.Call

ResetAddressAttribute indicates an expected call of ResetAddressAttribute.

func (*MockEC2MockRecorder) ResetAddressAttributeRequest

func (mr *MockEC2MockRecorder) ResetAddressAttributeRequest(arg0 interface{}) *gomock.Call

ResetAddressAttributeRequest indicates an expected call of ResetAddressAttributeRequest.

func (*MockEC2MockRecorder) ResetAddressAttributeWithContext

func (mr *MockEC2MockRecorder) ResetAddressAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetAddressAttributeWithContext indicates an expected call of ResetAddressAttributeWithContext.

func (*MockEC2MockRecorder) ResetEbsDefaultKmsKeyId

func (mr *MockEC2MockRecorder) ResetEbsDefaultKmsKeyId(arg0 interface{}) *gomock.Call

ResetEbsDefaultKmsKeyId indicates an expected call of ResetEbsDefaultKmsKeyId.

func (*MockEC2MockRecorder) ResetEbsDefaultKmsKeyIdRequest

func (mr *MockEC2MockRecorder) ResetEbsDefaultKmsKeyIdRequest(arg0 interface{}) *gomock.Call

ResetEbsDefaultKmsKeyIdRequest indicates an expected call of ResetEbsDefaultKmsKeyIdRequest.

func (*MockEC2MockRecorder) ResetEbsDefaultKmsKeyIdWithContext

func (mr *MockEC2MockRecorder) ResetEbsDefaultKmsKeyIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetEbsDefaultKmsKeyIdWithContext indicates an expected call of ResetEbsDefaultKmsKeyIdWithContext.

func (*MockEC2MockRecorder) ResetFpgaImageAttribute

func (mr *MockEC2MockRecorder) ResetFpgaImageAttribute(arg0 interface{}) *gomock.Call

ResetFpgaImageAttribute indicates an expected call of ResetFpgaImageAttribute.

func (*MockEC2MockRecorder) ResetFpgaImageAttributeRequest

func (mr *MockEC2MockRecorder) ResetFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

ResetFpgaImageAttributeRequest indicates an expected call of ResetFpgaImageAttributeRequest.

func (*MockEC2MockRecorder) ResetFpgaImageAttributeWithContext

func (mr *MockEC2MockRecorder) ResetFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetFpgaImageAttributeWithContext indicates an expected call of ResetFpgaImageAttributeWithContext.

func (*MockEC2MockRecorder) ResetImageAttribute

func (mr *MockEC2MockRecorder) ResetImageAttribute(arg0 interface{}) *gomock.Call

ResetImageAttribute indicates an expected call of ResetImageAttribute.

func (*MockEC2MockRecorder) ResetImageAttributeRequest

func (mr *MockEC2MockRecorder) ResetImageAttributeRequest(arg0 interface{}) *gomock.Call

ResetImageAttributeRequest indicates an expected call of ResetImageAttributeRequest.

func (*MockEC2MockRecorder) ResetImageAttributeWithContext

func (mr *MockEC2MockRecorder) ResetImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetImageAttributeWithContext indicates an expected call of ResetImageAttributeWithContext.

func (*MockEC2MockRecorder) ResetInstanceAttribute

func (mr *MockEC2MockRecorder) ResetInstanceAttribute(arg0 interface{}) *gomock.Call

ResetInstanceAttribute indicates an expected call of ResetInstanceAttribute.

func (*MockEC2MockRecorder) ResetInstanceAttributeRequest

func (mr *MockEC2MockRecorder) ResetInstanceAttributeRequest(arg0 interface{}) *gomock.Call

ResetInstanceAttributeRequest indicates an expected call of ResetInstanceAttributeRequest.

func (*MockEC2MockRecorder) ResetInstanceAttributeWithContext

func (mr *MockEC2MockRecorder) ResetInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetInstanceAttributeWithContext indicates an expected call of ResetInstanceAttributeWithContext.

func (*MockEC2MockRecorder) ResetNetworkInterfaceAttribute

func (mr *MockEC2MockRecorder) ResetNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

ResetNetworkInterfaceAttribute indicates an expected call of ResetNetworkInterfaceAttribute.

func (*MockEC2MockRecorder) ResetNetworkInterfaceAttributeRequest

func (mr *MockEC2MockRecorder) ResetNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

ResetNetworkInterfaceAttributeRequest indicates an expected call of ResetNetworkInterfaceAttributeRequest.

func (*MockEC2MockRecorder) ResetNetworkInterfaceAttributeWithContext

func (mr *MockEC2MockRecorder) ResetNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetNetworkInterfaceAttributeWithContext indicates an expected call of ResetNetworkInterfaceAttributeWithContext.

func (*MockEC2MockRecorder) ResetSnapshotAttribute

func (mr *MockEC2MockRecorder) ResetSnapshotAttribute(arg0 interface{}) *gomock.Call

ResetSnapshotAttribute indicates an expected call of ResetSnapshotAttribute.

func (*MockEC2MockRecorder) ResetSnapshotAttributeRequest

func (mr *MockEC2MockRecorder) ResetSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ResetSnapshotAttributeRequest indicates an expected call of ResetSnapshotAttributeRequest.

func (*MockEC2MockRecorder) ResetSnapshotAttributeWithContext

func (mr *MockEC2MockRecorder) ResetSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetSnapshotAttributeWithContext indicates an expected call of ResetSnapshotAttributeWithContext.

func (*MockEC2MockRecorder) RestoreAddressToClassic

func (mr *MockEC2MockRecorder) RestoreAddressToClassic(arg0 interface{}) *gomock.Call

RestoreAddressToClassic indicates an expected call of RestoreAddressToClassic.

func (*MockEC2MockRecorder) RestoreAddressToClassicRequest

func (mr *MockEC2MockRecorder) RestoreAddressToClassicRequest(arg0 interface{}) *gomock.Call

RestoreAddressToClassicRequest indicates an expected call of RestoreAddressToClassicRequest.

func (*MockEC2MockRecorder) RestoreAddressToClassicWithContext

func (mr *MockEC2MockRecorder) RestoreAddressToClassicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreAddressToClassicWithContext indicates an expected call of RestoreAddressToClassicWithContext.

func (*MockEC2MockRecorder) RestoreImageFromRecycleBin

func (mr *MockEC2MockRecorder) RestoreImageFromRecycleBin(arg0 interface{}) *gomock.Call

RestoreImageFromRecycleBin indicates an expected call of RestoreImageFromRecycleBin.

func (*MockEC2MockRecorder) RestoreImageFromRecycleBinRequest

func (mr *MockEC2MockRecorder) RestoreImageFromRecycleBinRequest(arg0 interface{}) *gomock.Call

RestoreImageFromRecycleBinRequest indicates an expected call of RestoreImageFromRecycleBinRequest.

func (*MockEC2MockRecorder) RestoreImageFromRecycleBinWithContext

func (mr *MockEC2MockRecorder) RestoreImageFromRecycleBinWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreImageFromRecycleBinWithContext indicates an expected call of RestoreImageFromRecycleBinWithContext.

func (*MockEC2MockRecorder) RestoreManagedPrefixListVersion

func (mr *MockEC2MockRecorder) RestoreManagedPrefixListVersion(arg0 interface{}) *gomock.Call

RestoreManagedPrefixListVersion indicates an expected call of RestoreManagedPrefixListVersion.

func (*MockEC2MockRecorder) RestoreManagedPrefixListVersionRequest

func (mr *MockEC2MockRecorder) RestoreManagedPrefixListVersionRequest(arg0 interface{}) *gomock.Call

RestoreManagedPrefixListVersionRequest indicates an expected call of RestoreManagedPrefixListVersionRequest.

func (*MockEC2MockRecorder) RestoreManagedPrefixListVersionWithContext

func (mr *MockEC2MockRecorder) RestoreManagedPrefixListVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreManagedPrefixListVersionWithContext indicates an expected call of RestoreManagedPrefixListVersionWithContext.

func (*MockEC2MockRecorder) RestoreSnapshotFromRecycleBin

func (mr *MockEC2MockRecorder) RestoreSnapshotFromRecycleBin(arg0 interface{}) *gomock.Call

RestoreSnapshotFromRecycleBin indicates an expected call of RestoreSnapshotFromRecycleBin.

func (*MockEC2MockRecorder) RestoreSnapshotFromRecycleBinRequest

func (mr *MockEC2MockRecorder) RestoreSnapshotFromRecycleBinRequest(arg0 interface{}) *gomock.Call

RestoreSnapshotFromRecycleBinRequest indicates an expected call of RestoreSnapshotFromRecycleBinRequest.

func (*MockEC2MockRecorder) RestoreSnapshotFromRecycleBinWithContext

func (mr *MockEC2MockRecorder) RestoreSnapshotFromRecycleBinWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreSnapshotFromRecycleBinWithContext indicates an expected call of RestoreSnapshotFromRecycleBinWithContext.

func (*MockEC2MockRecorder) RestoreSnapshotTier

func (mr *MockEC2MockRecorder) RestoreSnapshotTier(arg0 interface{}) *gomock.Call

RestoreSnapshotTier indicates an expected call of RestoreSnapshotTier.

func (*MockEC2MockRecorder) RestoreSnapshotTierRequest

func (mr *MockEC2MockRecorder) RestoreSnapshotTierRequest(arg0 interface{}) *gomock.Call

RestoreSnapshotTierRequest indicates an expected call of RestoreSnapshotTierRequest.

func (*MockEC2MockRecorder) RestoreSnapshotTierWithContext

func (mr *MockEC2MockRecorder) RestoreSnapshotTierWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreSnapshotTierWithContext indicates an expected call of RestoreSnapshotTierWithContext.

func (*MockEC2MockRecorder) RevokeClientVpnIngress

func (mr *MockEC2MockRecorder) RevokeClientVpnIngress(arg0 interface{}) *gomock.Call

RevokeClientVpnIngress indicates an expected call of RevokeClientVpnIngress.

func (*MockEC2MockRecorder) RevokeClientVpnIngressRequest

func (mr *MockEC2MockRecorder) RevokeClientVpnIngressRequest(arg0 interface{}) *gomock.Call

RevokeClientVpnIngressRequest indicates an expected call of RevokeClientVpnIngressRequest.

func (*MockEC2MockRecorder) RevokeClientVpnIngressWithContext

func (mr *MockEC2MockRecorder) RevokeClientVpnIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeClientVpnIngressWithContext indicates an expected call of RevokeClientVpnIngressWithContext.

func (*MockEC2MockRecorder) RevokeSecurityGroupEgress

func (mr *MockEC2MockRecorder) RevokeSecurityGroupEgress(arg0 interface{}) *gomock.Call

RevokeSecurityGroupEgress indicates an expected call of RevokeSecurityGroupEgress.

func (*MockEC2MockRecorder) RevokeSecurityGroupEgressRequest

func (mr *MockEC2MockRecorder) RevokeSecurityGroupEgressRequest(arg0 interface{}) *gomock.Call

RevokeSecurityGroupEgressRequest indicates an expected call of RevokeSecurityGroupEgressRequest.

func (*MockEC2MockRecorder) RevokeSecurityGroupEgressWithContext

func (mr *MockEC2MockRecorder) RevokeSecurityGroupEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeSecurityGroupEgressWithContext indicates an expected call of RevokeSecurityGroupEgressWithContext.

func (*MockEC2MockRecorder) RevokeSecurityGroupIngress

func (mr *MockEC2MockRecorder) RevokeSecurityGroupIngress(arg0 interface{}) *gomock.Call

RevokeSecurityGroupIngress indicates an expected call of RevokeSecurityGroupIngress.

func (*MockEC2MockRecorder) RevokeSecurityGroupIngressRequest

func (mr *MockEC2MockRecorder) RevokeSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

RevokeSecurityGroupIngressRequest indicates an expected call of RevokeSecurityGroupIngressRequest.

func (*MockEC2MockRecorder) RevokeSecurityGroupIngressWithContext

func (mr *MockEC2MockRecorder) RevokeSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeSecurityGroupIngressWithContext indicates an expected call of RevokeSecurityGroupIngressWithContext.

func (*MockEC2MockRecorder) RunInstances

func (mr *MockEC2MockRecorder) RunInstances(arg0 interface{}) *gomock.Call

RunInstances indicates an expected call of RunInstances.

func (*MockEC2MockRecorder) RunInstancesRequest

func (mr *MockEC2MockRecorder) RunInstancesRequest(arg0 interface{}) *gomock.Call

RunInstancesRequest indicates an expected call of RunInstancesRequest.

func (*MockEC2MockRecorder) RunInstancesWithContext

func (mr *MockEC2MockRecorder) RunInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunInstancesWithContext indicates an expected call of RunInstancesWithContext.

func (*MockEC2MockRecorder) RunScheduledInstances

func (mr *MockEC2MockRecorder) RunScheduledInstances(arg0 interface{}) *gomock.Call

RunScheduledInstances indicates an expected call of RunScheduledInstances.

func (*MockEC2MockRecorder) RunScheduledInstancesRequest

func (mr *MockEC2MockRecorder) RunScheduledInstancesRequest(arg0 interface{}) *gomock.Call

RunScheduledInstancesRequest indicates an expected call of RunScheduledInstancesRequest.

func (*MockEC2MockRecorder) RunScheduledInstancesWithContext

func (mr *MockEC2MockRecorder) RunScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunScheduledInstancesWithContext indicates an expected call of RunScheduledInstancesWithContext.

func (*MockEC2MockRecorder) SearchLocalGatewayRoutes

func (mr *MockEC2MockRecorder) SearchLocalGatewayRoutes(arg0 interface{}) *gomock.Call

SearchLocalGatewayRoutes indicates an expected call of SearchLocalGatewayRoutes.

func (*MockEC2MockRecorder) SearchLocalGatewayRoutesPages

func (mr *MockEC2MockRecorder) SearchLocalGatewayRoutesPages(arg0, arg1 interface{}) *gomock.Call

SearchLocalGatewayRoutesPages indicates an expected call of SearchLocalGatewayRoutesPages.

func (*MockEC2MockRecorder) SearchLocalGatewayRoutesPagesWithContext

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

SearchLocalGatewayRoutesPagesWithContext indicates an expected call of SearchLocalGatewayRoutesPagesWithContext.

func (*MockEC2MockRecorder) SearchLocalGatewayRoutesRequest

func (mr *MockEC2MockRecorder) SearchLocalGatewayRoutesRequest(arg0 interface{}) *gomock.Call

SearchLocalGatewayRoutesRequest indicates an expected call of SearchLocalGatewayRoutesRequest.

func (*MockEC2MockRecorder) SearchLocalGatewayRoutesWithContext

func (mr *MockEC2MockRecorder) SearchLocalGatewayRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SearchLocalGatewayRoutesWithContext indicates an expected call of SearchLocalGatewayRoutesWithContext.

func (*MockEC2MockRecorder) SearchTransitGatewayMulticastGroups

func (mr *MockEC2MockRecorder) SearchTransitGatewayMulticastGroups(arg0 interface{}) *gomock.Call

SearchTransitGatewayMulticastGroups indicates an expected call of SearchTransitGatewayMulticastGroups.

func (*MockEC2MockRecorder) SearchTransitGatewayMulticastGroupsPages

func (mr *MockEC2MockRecorder) SearchTransitGatewayMulticastGroupsPages(arg0, arg1 interface{}) *gomock.Call

SearchTransitGatewayMulticastGroupsPages indicates an expected call of SearchTransitGatewayMulticastGroupsPages.

func (*MockEC2MockRecorder) SearchTransitGatewayMulticastGroupsPagesWithContext

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

SearchTransitGatewayMulticastGroupsPagesWithContext indicates an expected call of SearchTransitGatewayMulticastGroupsPagesWithContext.

func (*MockEC2MockRecorder) SearchTransitGatewayMulticastGroupsRequest

func (mr *MockEC2MockRecorder) SearchTransitGatewayMulticastGroupsRequest(arg0 interface{}) *gomock.Call

SearchTransitGatewayMulticastGroupsRequest indicates an expected call of SearchTransitGatewayMulticastGroupsRequest.

func (*MockEC2MockRecorder) SearchTransitGatewayMulticastGroupsWithContext

func (mr *MockEC2MockRecorder) SearchTransitGatewayMulticastGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SearchTransitGatewayMulticastGroupsWithContext indicates an expected call of SearchTransitGatewayMulticastGroupsWithContext.

func (*MockEC2MockRecorder) SearchTransitGatewayRoutes

func (mr *MockEC2MockRecorder) SearchTransitGatewayRoutes(arg0 interface{}) *gomock.Call

SearchTransitGatewayRoutes indicates an expected call of SearchTransitGatewayRoutes.

func (*MockEC2MockRecorder) SearchTransitGatewayRoutesRequest

func (mr *MockEC2MockRecorder) SearchTransitGatewayRoutesRequest(arg0 interface{}) *gomock.Call

SearchTransitGatewayRoutesRequest indicates an expected call of SearchTransitGatewayRoutesRequest.

func (*MockEC2MockRecorder) SearchTransitGatewayRoutesWithContext

func (mr *MockEC2MockRecorder) SearchTransitGatewayRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SearchTransitGatewayRoutesWithContext indicates an expected call of SearchTransitGatewayRoutesWithContext.

func (*MockEC2MockRecorder) SendDiagnosticInterrupt

func (mr *MockEC2MockRecorder) SendDiagnosticInterrupt(arg0 interface{}) *gomock.Call

SendDiagnosticInterrupt indicates an expected call of SendDiagnosticInterrupt.

func (*MockEC2MockRecorder) SendDiagnosticInterruptRequest

func (mr *MockEC2MockRecorder) SendDiagnosticInterruptRequest(arg0 interface{}) *gomock.Call

SendDiagnosticInterruptRequest indicates an expected call of SendDiagnosticInterruptRequest.

func (*MockEC2MockRecorder) SendDiagnosticInterruptWithContext

func (mr *MockEC2MockRecorder) SendDiagnosticInterruptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendDiagnosticInterruptWithContext indicates an expected call of SendDiagnosticInterruptWithContext.

func (*MockEC2MockRecorder) StartInstances

func (mr *MockEC2MockRecorder) StartInstances(arg0 interface{}) *gomock.Call

StartInstances indicates an expected call of StartInstances.

func (*MockEC2MockRecorder) StartInstancesRequest

func (mr *MockEC2MockRecorder) StartInstancesRequest(arg0 interface{}) *gomock.Call

StartInstancesRequest indicates an expected call of StartInstancesRequest.

func (*MockEC2MockRecorder) StartInstancesWithContext

func (mr *MockEC2MockRecorder) StartInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartInstancesWithContext indicates an expected call of StartInstancesWithContext.

func (*MockEC2MockRecorder) StartNetworkInsightsAccessScopeAnalysis

func (mr *MockEC2MockRecorder) StartNetworkInsightsAccessScopeAnalysis(arg0 interface{}) *gomock.Call

StartNetworkInsightsAccessScopeAnalysis indicates an expected call of StartNetworkInsightsAccessScopeAnalysis.

func (*MockEC2MockRecorder) StartNetworkInsightsAccessScopeAnalysisRequest

func (mr *MockEC2MockRecorder) StartNetworkInsightsAccessScopeAnalysisRequest(arg0 interface{}) *gomock.Call

StartNetworkInsightsAccessScopeAnalysisRequest indicates an expected call of StartNetworkInsightsAccessScopeAnalysisRequest.

func (*MockEC2MockRecorder) StartNetworkInsightsAccessScopeAnalysisWithContext

func (mr *MockEC2MockRecorder) StartNetworkInsightsAccessScopeAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartNetworkInsightsAccessScopeAnalysisWithContext indicates an expected call of StartNetworkInsightsAccessScopeAnalysisWithContext.

func (*MockEC2MockRecorder) StartNetworkInsightsAnalysis

func (mr *MockEC2MockRecorder) StartNetworkInsightsAnalysis(arg0 interface{}) *gomock.Call

StartNetworkInsightsAnalysis indicates an expected call of StartNetworkInsightsAnalysis.

func (*MockEC2MockRecorder) StartNetworkInsightsAnalysisRequest

func (mr *MockEC2MockRecorder) StartNetworkInsightsAnalysisRequest(arg0 interface{}) *gomock.Call

StartNetworkInsightsAnalysisRequest indicates an expected call of StartNetworkInsightsAnalysisRequest.

func (*MockEC2MockRecorder) StartNetworkInsightsAnalysisWithContext

func (mr *MockEC2MockRecorder) StartNetworkInsightsAnalysisWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartNetworkInsightsAnalysisWithContext indicates an expected call of StartNetworkInsightsAnalysisWithContext.

func (*MockEC2MockRecorder) StartVpcEndpointServicePrivateDnsVerification

func (mr *MockEC2MockRecorder) StartVpcEndpointServicePrivateDnsVerification(arg0 interface{}) *gomock.Call

StartVpcEndpointServicePrivateDnsVerification indicates an expected call of StartVpcEndpointServicePrivateDnsVerification.

func (*MockEC2MockRecorder) StartVpcEndpointServicePrivateDnsVerificationRequest

func (mr *MockEC2MockRecorder) StartVpcEndpointServicePrivateDnsVerificationRequest(arg0 interface{}) *gomock.Call

StartVpcEndpointServicePrivateDnsVerificationRequest indicates an expected call of StartVpcEndpointServicePrivateDnsVerificationRequest.

func (*MockEC2MockRecorder) StartVpcEndpointServicePrivateDnsVerificationWithContext

func (mr *MockEC2MockRecorder) StartVpcEndpointServicePrivateDnsVerificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartVpcEndpointServicePrivateDnsVerificationWithContext indicates an expected call of StartVpcEndpointServicePrivateDnsVerificationWithContext.

func (*MockEC2MockRecorder) StopInstances

func (mr *MockEC2MockRecorder) StopInstances(arg0 interface{}) *gomock.Call

StopInstances indicates an expected call of StopInstances.

func (*MockEC2MockRecorder) StopInstancesRequest

func (mr *MockEC2MockRecorder) StopInstancesRequest(arg0 interface{}) *gomock.Call

StopInstancesRequest indicates an expected call of StopInstancesRequest.

func (*MockEC2MockRecorder) StopInstancesWithContext

func (mr *MockEC2MockRecorder) StopInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopInstancesWithContext indicates an expected call of StopInstancesWithContext.

func (*MockEC2MockRecorder) TerminateClientVpnConnections

func (mr *MockEC2MockRecorder) TerminateClientVpnConnections(arg0 interface{}) *gomock.Call

TerminateClientVpnConnections indicates an expected call of TerminateClientVpnConnections.

func (*MockEC2MockRecorder) TerminateClientVpnConnectionsRequest

func (mr *MockEC2MockRecorder) TerminateClientVpnConnectionsRequest(arg0 interface{}) *gomock.Call

TerminateClientVpnConnectionsRequest indicates an expected call of TerminateClientVpnConnectionsRequest.

func (*MockEC2MockRecorder) TerminateClientVpnConnectionsWithContext

func (mr *MockEC2MockRecorder) TerminateClientVpnConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TerminateClientVpnConnectionsWithContext indicates an expected call of TerminateClientVpnConnectionsWithContext.

func (*MockEC2MockRecorder) TerminateInstances

func (mr *MockEC2MockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call

TerminateInstances indicates an expected call of TerminateInstances.

func (*MockEC2MockRecorder) TerminateInstancesRequest

func (mr *MockEC2MockRecorder) TerminateInstancesRequest(arg0 interface{}) *gomock.Call

TerminateInstancesRequest indicates an expected call of TerminateInstancesRequest.

func (*MockEC2MockRecorder) TerminateInstancesWithContext

func (mr *MockEC2MockRecorder) TerminateInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TerminateInstancesWithContext indicates an expected call of TerminateInstancesWithContext.

func (*MockEC2MockRecorder) UnassignIpv6Addresses

func (mr *MockEC2MockRecorder) UnassignIpv6Addresses(arg0 interface{}) *gomock.Call

UnassignIpv6Addresses indicates an expected call of UnassignIpv6Addresses.

func (*MockEC2MockRecorder) UnassignIpv6AddressesRequest

func (mr *MockEC2MockRecorder) UnassignIpv6AddressesRequest(arg0 interface{}) *gomock.Call

UnassignIpv6AddressesRequest indicates an expected call of UnassignIpv6AddressesRequest.

func (*MockEC2MockRecorder) UnassignIpv6AddressesWithContext

func (mr *MockEC2MockRecorder) UnassignIpv6AddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnassignIpv6AddressesWithContext indicates an expected call of UnassignIpv6AddressesWithContext.

func (*MockEC2MockRecorder) UnassignPrivateIpAddresses

func (mr *MockEC2MockRecorder) UnassignPrivateIpAddresses(arg0 interface{}) *gomock.Call

UnassignPrivateIpAddresses indicates an expected call of UnassignPrivateIpAddresses.

func (*MockEC2MockRecorder) UnassignPrivateIpAddressesRequest

func (mr *MockEC2MockRecorder) UnassignPrivateIpAddressesRequest(arg0 interface{}) *gomock.Call

UnassignPrivateIpAddressesRequest indicates an expected call of UnassignPrivateIpAddressesRequest.

func (*MockEC2MockRecorder) UnassignPrivateIpAddressesWithContext

func (mr *MockEC2MockRecorder) UnassignPrivateIpAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnassignPrivateIpAddressesWithContext indicates an expected call of UnassignPrivateIpAddressesWithContext.

func (*MockEC2MockRecorder) UnassignPrivateNatGatewayAddress

func (mr *MockEC2MockRecorder) UnassignPrivateNatGatewayAddress(arg0 interface{}) *gomock.Call

UnassignPrivateNatGatewayAddress indicates an expected call of UnassignPrivateNatGatewayAddress.

func (*MockEC2MockRecorder) UnassignPrivateNatGatewayAddressRequest

func (mr *MockEC2MockRecorder) UnassignPrivateNatGatewayAddressRequest(arg0 interface{}) *gomock.Call

UnassignPrivateNatGatewayAddressRequest indicates an expected call of UnassignPrivateNatGatewayAddressRequest.

func (*MockEC2MockRecorder) UnassignPrivateNatGatewayAddressWithContext

func (mr *MockEC2MockRecorder) UnassignPrivateNatGatewayAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnassignPrivateNatGatewayAddressWithContext indicates an expected call of UnassignPrivateNatGatewayAddressWithContext.

func (*MockEC2MockRecorder) UnmonitorInstances

func (mr *MockEC2MockRecorder) UnmonitorInstances(arg0 interface{}) *gomock.Call

UnmonitorInstances indicates an expected call of UnmonitorInstances.

func (*MockEC2MockRecorder) UnmonitorInstancesRequest

func (mr *MockEC2MockRecorder) UnmonitorInstancesRequest(arg0 interface{}) *gomock.Call

UnmonitorInstancesRequest indicates an expected call of UnmonitorInstancesRequest.

func (*MockEC2MockRecorder) UnmonitorInstancesWithContext

func (mr *MockEC2MockRecorder) UnmonitorInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnmonitorInstancesWithContext indicates an expected call of UnmonitorInstancesWithContext.

func (*MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsEgress

func (mr *MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsEgress(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgress indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgress.

func (*MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsEgressRequest

func (mr *MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsEgressRequest(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgressRequest indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgressRequest.

func (*MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsEgressWithContext

func (mr *MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgressWithContext indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgressWithContext.

func (*MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsIngress

func (mr *MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsIngress(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngress indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngress.

func (*MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsIngressRequest

func (mr *MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsIngressRequest(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngressRequest indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngressRequest.

func (*MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsIngressWithContext

func (mr *MockEC2MockRecorder) UpdateSecurityGroupRuleDescriptionsIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngressWithContext indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngressWithContext.

func (*MockEC2MockRecorder) WaitUntilBundleTaskComplete

func (mr *MockEC2MockRecorder) WaitUntilBundleTaskComplete(arg0 interface{}) *gomock.Call

WaitUntilBundleTaskComplete indicates an expected call of WaitUntilBundleTaskComplete.

func (*MockEC2MockRecorder) WaitUntilBundleTaskCompleteWithContext

func (mr *MockEC2MockRecorder) WaitUntilBundleTaskCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilBundleTaskCompleteWithContext indicates an expected call of WaitUntilBundleTaskCompleteWithContext.

func (*MockEC2MockRecorder) WaitUntilConversionTaskCancelled

func (mr *MockEC2MockRecorder) WaitUntilConversionTaskCancelled(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskCancelled indicates an expected call of WaitUntilConversionTaskCancelled.

func (*MockEC2MockRecorder) WaitUntilConversionTaskCancelledWithContext

func (mr *MockEC2MockRecorder) WaitUntilConversionTaskCancelledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskCancelledWithContext indicates an expected call of WaitUntilConversionTaskCancelledWithContext.

func (*MockEC2MockRecorder) WaitUntilConversionTaskCompleted

func (mr *MockEC2MockRecorder) WaitUntilConversionTaskCompleted(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskCompleted indicates an expected call of WaitUntilConversionTaskCompleted.

func (*MockEC2MockRecorder) WaitUntilConversionTaskCompletedWithContext

func (mr *MockEC2MockRecorder) WaitUntilConversionTaskCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskCompletedWithContext indicates an expected call of WaitUntilConversionTaskCompletedWithContext.

func (*MockEC2MockRecorder) WaitUntilConversionTaskDeleted

func (mr *MockEC2MockRecorder) WaitUntilConversionTaskDeleted(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskDeleted indicates an expected call of WaitUntilConversionTaskDeleted.

func (*MockEC2MockRecorder) WaitUntilConversionTaskDeletedWithContext

func (mr *MockEC2MockRecorder) WaitUntilConversionTaskDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskDeletedWithContext indicates an expected call of WaitUntilConversionTaskDeletedWithContext.

func (*MockEC2MockRecorder) WaitUntilCustomerGatewayAvailable

func (mr *MockEC2MockRecorder) WaitUntilCustomerGatewayAvailable(arg0 interface{}) *gomock.Call

WaitUntilCustomerGatewayAvailable indicates an expected call of WaitUntilCustomerGatewayAvailable.

func (*MockEC2MockRecorder) WaitUntilCustomerGatewayAvailableWithContext

func (mr *MockEC2MockRecorder) WaitUntilCustomerGatewayAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilCustomerGatewayAvailableWithContext indicates an expected call of WaitUntilCustomerGatewayAvailableWithContext.

func (*MockEC2MockRecorder) WaitUntilExportTaskCancelled

func (mr *MockEC2MockRecorder) WaitUntilExportTaskCancelled(arg0 interface{}) *gomock.Call

WaitUntilExportTaskCancelled indicates an expected call of WaitUntilExportTaskCancelled.

func (*MockEC2MockRecorder) WaitUntilExportTaskCancelledWithContext

func (mr *MockEC2MockRecorder) WaitUntilExportTaskCancelledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilExportTaskCancelledWithContext indicates an expected call of WaitUntilExportTaskCancelledWithContext.

func (*MockEC2MockRecorder) WaitUntilExportTaskCompleted

func (mr *MockEC2MockRecorder) WaitUntilExportTaskCompleted(arg0 interface{}) *gomock.Call

WaitUntilExportTaskCompleted indicates an expected call of WaitUntilExportTaskCompleted.

func (*MockEC2MockRecorder) WaitUntilExportTaskCompletedWithContext

func (mr *MockEC2MockRecorder) WaitUntilExportTaskCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilExportTaskCompletedWithContext indicates an expected call of WaitUntilExportTaskCompletedWithContext.

func (*MockEC2MockRecorder) WaitUntilImageAvailable

func (mr *MockEC2MockRecorder) WaitUntilImageAvailable(arg0 interface{}) *gomock.Call

WaitUntilImageAvailable indicates an expected call of WaitUntilImageAvailable.

func (*MockEC2MockRecorder) WaitUntilImageAvailableWithContext

func (mr *MockEC2MockRecorder) WaitUntilImageAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilImageAvailableWithContext indicates an expected call of WaitUntilImageAvailableWithContext.

func (*MockEC2MockRecorder) WaitUntilImageExists

func (mr *MockEC2MockRecorder) WaitUntilImageExists(arg0 interface{}) *gomock.Call

WaitUntilImageExists indicates an expected call of WaitUntilImageExists.

func (*MockEC2MockRecorder) WaitUntilImageExistsWithContext

func (mr *MockEC2MockRecorder) WaitUntilImageExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilImageExistsWithContext indicates an expected call of WaitUntilImageExistsWithContext.

func (*MockEC2MockRecorder) WaitUntilInstanceExists

func (mr *MockEC2MockRecorder) WaitUntilInstanceExists(arg0 interface{}) *gomock.Call

WaitUntilInstanceExists indicates an expected call of WaitUntilInstanceExists.

func (*MockEC2MockRecorder) WaitUntilInstanceExistsWithContext

func (mr *MockEC2MockRecorder) WaitUntilInstanceExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceExistsWithContext indicates an expected call of WaitUntilInstanceExistsWithContext.

func (*MockEC2MockRecorder) WaitUntilInstanceRunning

func (mr *MockEC2MockRecorder) WaitUntilInstanceRunning(arg0 interface{}) *gomock.Call

WaitUntilInstanceRunning indicates an expected call of WaitUntilInstanceRunning.

func (*MockEC2MockRecorder) WaitUntilInstanceRunningWithContext

func (mr *MockEC2MockRecorder) WaitUntilInstanceRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceRunningWithContext indicates an expected call of WaitUntilInstanceRunningWithContext.

func (*MockEC2MockRecorder) WaitUntilInstanceStatusOk

func (mr *MockEC2MockRecorder) WaitUntilInstanceStatusOk(arg0 interface{}) *gomock.Call

WaitUntilInstanceStatusOk indicates an expected call of WaitUntilInstanceStatusOk.

func (*MockEC2MockRecorder) WaitUntilInstanceStatusOkWithContext

func (mr *MockEC2MockRecorder) WaitUntilInstanceStatusOkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceStatusOkWithContext indicates an expected call of WaitUntilInstanceStatusOkWithContext.

func (*MockEC2MockRecorder) WaitUntilInstanceStopped

func (mr *MockEC2MockRecorder) WaitUntilInstanceStopped(arg0 interface{}) *gomock.Call

WaitUntilInstanceStopped indicates an expected call of WaitUntilInstanceStopped.

func (*MockEC2MockRecorder) WaitUntilInstanceStoppedWithContext

func (mr *MockEC2MockRecorder) WaitUntilInstanceStoppedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceStoppedWithContext indicates an expected call of WaitUntilInstanceStoppedWithContext.

func (*MockEC2MockRecorder) WaitUntilInstanceTerminated

func (mr *MockEC2MockRecorder) WaitUntilInstanceTerminated(arg0 interface{}) *gomock.Call

WaitUntilInstanceTerminated indicates an expected call of WaitUntilInstanceTerminated.

func (*MockEC2MockRecorder) WaitUntilInstanceTerminatedWithContext

func (mr *MockEC2MockRecorder) WaitUntilInstanceTerminatedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceTerminatedWithContext indicates an expected call of WaitUntilInstanceTerminatedWithContext.

func (*MockEC2MockRecorder) WaitUntilInternetGatewayExists

func (mr *MockEC2MockRecorder) WaitUntilInternetGatewayExists(arg0 interface{}) *gomock.Call

WaitUntilInternetGatewayExists indicates an expected call of WaitUntilInternetGatewayExists.

func (*MockEC2MockRecorder) WaitUntilInternetGatewayExistsWithContext

func (mr *MockEC2MockRecorder) WaitUntilInternetGatewayExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInternetGatewayExistsWithContext indicates an expected call of WaitUntilInternetGatewayExistsWithContext.

func (*MockEC2MockRecorder) WaitUntilKeyPairExists

func (mr *MockEC2MockRecorder) WaitUntilKeyPairExists(arg0 interface{}) *gomock.Call

WaitUntilKeyPairExists indicates an expected call of WaitUntilKeyPairExists.

func (*MockEC2MockRecorder) WaitUntilKeyPairExistsWithContext

func (mr *MockEC2MockRecorder) WaitUntilKeyPairExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilKeyPairExistsWithContext indicates an expected call of WaitUntilKeyPairExistsWithContext.

func (*MockEC2MockRecorder) WaitUntilNatGatewayAvailable

func (mr *MockEC2MockRecorder) WaitUntilNatGatewayAvailable(arg0 interface{}) *gomock.Call

WaitUntilNatGatewayAvailable indicates an expected call of WaitUntilNatGatewayAvailable.

func (*MockEC2MockRecorder) WaitUntilNatGatewayAvailableWithContext

func (mr *MockEC2MockRecorder) WaitUntilNatGatewayAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNatGatewayAvailableWithContext indicates an expected call of WaitUntilNatGatewayAvailableWithContext.

func (*MockEC2MockRecorder) WaitUntilNatGatewayDeleted

func (mr *MockEC2MockRecorder) WaitUntilNatGatewayDeleted(arg0 interface{}) *gomock.Call

WaitUntilNatGatewayDeleted indicates an expected call of WaitUntilNatGatewayDeleted.

func (*MockEC2MockRecorder) WaitUntilNatGatewayDeletedWithContext

func (mr *MockEC2MockRecorder) WaitUntilNatGatewayDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNatGatewayDeletedWithContext indicates an expected call of WaitUntilNatGatewayDeletedWithContext.

func (*MockEC2MockRecorder) WaitUntilNetworkInterfaceAvailable

func (mr *MockEC2MockRecorder) WaitUntilNetworkInterfaceAvailable(arg0 interface{}) *gomock.Call

WaitUntilNetworkInterfaceAvailable indicates an expected call of WaitUntilNetworkInterfaceAvailable.

func (*MockEC2MockRecorder) WaitUntilNetworkInterfaceAvailableWithContext

func (mr *MockEC2MockRecorder) WaitUntilNetworkInterfaceAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNetworkInterfaceAvailableWithContext indicates an expected call of WaitUntilNetworkInterfaceAvailableWithContext.

func (*MockEC2MockRecorder) WaitUntilPasswordDataAvailable

func (mr *MockEC2MockRecorder) WaitUntilPasswordDataAvailable(arg0 interface{}) *gomock.Call

WaitUntilPasswordDataAvailable indicates an expected call of WaitUntilPasswordDataAvailable.

func (*MockEC2MockRecorder) WaitUntilPasswordDataAvailableWithContext

func (mr *MockEC2MockRecorder) WaitUntilPasswordDataAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilPasswordDataAvailableWithContext indicates an expected call of WaitUntilPasswordDataAvailableWithContext.

func (*MockEC2MockRecorder) WaitUntilSecurityGroupExists

func (mr *MockEC2MockRecorder) WaitUntilSecurityGroupExists(arg0 interface{}) *gomock.Call

WaitUntilSecurityGroupExists indicates an expected call of WaitUntilSecurityGroupExists.

func (*MockEC2MockRecorder) WaitUntilSecurityGroupExistsWithContext

func (mr *MockEC2MockRecorder) WaitUntilSecurityGroupExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSecurityGroupExistsWithContext indicates an expected call of WaitUntilSecurityGroupExistsWithContext.

func (*MockEC2MockRecorder) WaitUntilSnapshotCompleted

func (mr *MockEC2MockRecorder) WaitUntilSnapshotCompleted(arg0 interface{}) *gomock.Call

WaitUntilSnapshotCompleted indicates an expected call of WaitUntilSnapshotCompleted.

func (*MockEC2MockRecorder) WaitUntilSnapshotCompletedWithContext

func (mr *MockEC2MockRecorder) WaitUntilSnapshotCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSnapshotCompletedWithContext indicates an expected call of WaitUntilSnapshotCompletedWithContext.

func (*MockEC2MockRecorder) WaitUntilSnapshotImported

func (mr *MockEC2MockRecorder) WaitUntilSnapshotImported(arg0 interface{}) *gomock.Call

WaitUntilSnapshotImported indicates an expected call of WaitUntilSnapshotImported.

func (*MockEC2MockRecorder) WaitUntilSnapshotImportedWithContext

func (mr *MockEC2MockRecorder) WaitUntilSnapshotImportedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSnapshotImportedWithContext indicates an expected call of WaitUntilSnapshotImportedWithContext.

func (*MockEC2MockRecorder) WaitUntilSpotInstanceRequestFulfilled

func (mr *MockEC2MockRecorder) WaitUntilSpotInstanceRequestFulfilled(arg0 interface{}) *gomock.Call

WaitUntilSpotInstanceRequestFulfilled indicates an expected call of WaitUntilSpotInstanceRequestFulfilled.

func (*MockEC2MockRecorder) WaitUntilSpotInstanceRequestFulfilledWithContext

func (mr *MockEC2MockRecorder) WaitUntilSpotInstanceRequestFulfilledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSpotInstanceRequestFulfilledWithContext indicates an expected call of WaitUntilSpotInstanceRequestFulfilledWithContext.

func (*MockEC2MockRecorder) WaitUntilSubnetAvailable

func (mr *MockEC2MockRecorder) WaitUntilSubnetAvailable(arg0 interface{}) *gomock.Call

WaitUntilSubnetAvailable indicates an expected call of WaitUntilSubnetAvailable.

func (*MockEC2MockRecorder) WaitUntilSubnetAvailableWithContext

func (mr *MockEC2MockRecorder) WaitUntilSubnetAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSubnetAvailableWithContext indicates an expected call of WaitUntilSubnetAvailableWithContext.

func (*MockEC2MockRecorder) WaitUntilSystemStatusOk

func (mr *MockEC2MockRecorder) WaitUntilSystemStatusOk(arg0 interface{}) *gomock.Call

WaitUntilSystemStatusOk indicates an expected call of WaitUntilSystemStatusOk.

func (*MockEC2MockRecorder) WaitUntilSystemStatusOkWithContext

func (mr *MockEC2MockRecorder) WaitUntilSystemStatusOkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSystemStatusOkWithContext indicates an expected call of WaitUntilSystemStatusOkWithContext.

func (*MockEC2MockRecorder) WaitUntilVolumeAvailable

func (mr *MockEC2MockRecorder) WaitUntilVolumeAvailable(arg0 interface{}) *gomock.Call

WaitUntilVolumeAvailable indicates an expected call of WaitUntilVolumeAvailable.

func (*MockEC2MockRecorder) WaitUntilVolumeAvailableWithContext

func (mr *MockEC2MockRecorder) WaitUntilVolumeAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeAvailableWithContext indicates an expected call of WaitUntilVolumeAvailableWithContext.

func (*MockEC2MockRecorder) WaitUntilVolumeDeleted

func (mr *MockEC2MockRecorder) WaitUntilVolumeDeleted(arg0 interface{}) *gomock.Call

WaitUntilVolumeDeleted indicates an expected call of WaitUntilVolumeDeleted.

func (*MockEC2MockRecorder) WaitUntilVolumeDeletedWithContext

func (mr *MockEC2MockRecorder) WaitUntilVolumeDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeDeletedWithContext indicates an expected call of WaitUntilVolumeDeletedWithContext.

func (*MockEC2MockRecorder) WaitUntilVolumeInUse

func (mr *MockEC2MockRecorder) WaitUntilVolumeInUse(arg0 interface{}) *gomock.Call

WaitUntilVolumeInUse indicates an expected call of WaitUntilVolumeInUse.

func (*MockEC2MockRecorder) WaitUntilVolumeInUseWithContext

func (mr *MockEC2MockRecorder) WaitUntilVolumeInUseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeInUseWithContext indicates an expected call of WaitUntilVolumeInUseWithContext.

func (*MockEC2MockRecorder) WaitUntilVpcAvailable

func (mr *MockEC2MockRecorder) WaitUntilVpcAvailable(arg0 interface{}) *gomock.Call

WaitUntilVpcAvailable indicates an expected call of WaitUntilVpcAvailable.

func (*MockEC2MockRecorder) WaitUntilVpcAvailableWithContext

func (mr *MockEC2MockRecorder) WaitUntilVpcAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcAvailableWithContext indicates an expected call of WaitUntilVpcAvailableWithContext.

func (*MockEC2MockRecorder) WaitUntilVpcExists

func (mr *MockEC2MockRecorder) WaitUntilVpcExists(arg0 interface{}) *gomock.Call

WaitUntilVpcExists indicates an expected call of WaitUntilVpcExists.

func (*MockEC2MockRecorder) WaitUntilVpcExistsWithContext

func (mr *MockEC2MockRecorder) WaitUntilVpcExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcExistsWithContext indicates an expected call of WaitUntilVpcExistsWithContext.

func (*MockEC2MockRecorder) WaitUntilVpcPeeringConnectionDeleted

func (mr *MockEC2MockRecorder) WaitUntilVpcPeeringConnectionDeleted(arg0 interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionDeleted indicates an expected call of WaitUntilVpcPeeringConnectionDeleted.

func (*MockEC2MockRecorder) WaitUntilVpcPeeringConnectionDeletedWithContext

func (mr *MockEC2MockRecorder) WaitUntilVpcPeeringConnectionDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionDeletedWithContext indicates an expected call of WaitUntilVpcPeeringConnectionDeletedWithContext.

func (*MockEC2MockRecorder) WaitUntilVpcPeeringConnectionExists

func (mr *MockEC2MockRecorder) WaitUntilVpcPeeringConnectionExists(arg0 interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionExists indicates an expected call of WaitUntilVpcPeeringConnectionExists.

func (*MockEC2MockRecorder) WaitUntilVpcPeeringConnectionExistsWithContext

func (mr *MockEC2MockRecorder) WaitUntilVpcPeeringConnectionExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionExistsWithContext indicates an expected call of WaitUntilVpcPeeringConnectionExistsWithContext.

func (*MockEC2MockRecorder) WaitUntilVpnConnectionAvailable

func (mr *MockEC2MockRecorder) WaitUntilVpnConnectionAvailable(arg0 interface{}) *gomock.Call

WaitUntilVpnConnectionAvailable indicates an expected call of WaitUntilVpnConnectionAvailable.

func (*MockEC2MockRecorder) WaitUntilVpnConnectionAvailableWithContext

func (mr *MockEC2MockRecorder) WaitUntilVpnConnectionAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpnConnectionAvailableWithContext indicates an expected call of WaitUntilVpnConnectionAvailableWithContext.

func (*MockEC2MockRecorder) WaitUntilVpnConnectionDeleted

func (mr *MockEC2MockRecorder) WaitUntilVpnConnectionDeleted(arg0 interface{}) *gomock.Call

WaitUntilVpnConnectionDeleted indicates an expected call of WaitUntilVpnConnectionDeleted.

func (*MockEC2MockRecorder) WaitUntilVpnConnectionDeletedWithContext

func (mr *MockEC2MockRecorder) WaitUntilVpnConnectionDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpnConnectionDeletedWithContext indicates an expected call of WaitUntilVpnConnectionDeletedWithContext.

func (*MockEC2MockRecorder) WithdrawByoipCidr

func (mr *MockEC2MockRecorder) WithdrawByoipCidr(arg0 interface{}) *gomock.Call

WithdrawByoipCidr indicates an expected call of WithdrawByoipCidr.

func (*MockEC2MockRecorder) WithdrawByoipCidrRequest

func (mr *MockEC2MockRecorder) WithdrawByoipCidrRequest(arg0 interface{}) *gomock.Call

WithdrawByoipCidrRequest indicates an expected call of WithdrawByoipCidrRequest.

func (*MockEC2MockRecorder) WithdrawByoipCidrWithContext

func (mr *MockEC2MockRecorder) WithdrawByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WithdrawByoipCidrWithContext indicates an expected call of WithdrawByoipCidrWithContext.

type MockELBV2

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

MockELBV2 is a mock of ELBV2 interface.

func NewMockELBV2

func NewMockELBV2(ctrl *gomock.Controller) *MockELBV2

NewMockELBV2 creates a new mock instance.

func (*MockELBV2) AddListenerCertificates

AddListenerCertificates mocks base method.

func (*MockELBV2) AddListenerCertificatesRequest

func (m *MockELBV2) AddListenerCertificatesRequest(arg0 *elbv2.AddListenerCertificatesInput) (*request.Request, *elbv2.AddListenerCertificatesOutput)

AddListenerCertificatesRequest mocks base method.

func (*MockELBV2) AddListenerCertificatesWithContext

func (m *MockELBV2) AddListenerCertificatesWithContext(arg0 context.Context, arg1 *elbv2.AddListenerCertificatesInput, arg2 ...request.Option) (*elbv2.AddListenerCertificatesOutput, error)

AddListenerCertificatesWithContext mocks base method.

func (*MockELBV2) AddTags

func (m *MockELBV2) AddTags(arg0 *elbv2.AddTagsInput) (*elbv2.AddTagsOutput, error)

AddTags mocks base method.

func (*MockELBV2) AddTagsRequest

func (m *MockELBV2) AddTagsRequest(arg0 *elbv2.AddTagsInput) (*request.Request, *elbv2.AddTagsOutput)

AddTagsRequest mocks base method.

func (*MockELBV2) AddTagsWithContext

func (m *MockELBV2) AddTagsWithContext(arg0 context.Context, arg1 *elbv2.AddTagsInput, arg2 ...request.Option) (*elbv2.AddTagsOutput, error)

AddTagsWithContext mocks base method.

func (*MockELBV2) CreateListener

func (m *MockELBV2) CreateListener(arg0 *elbv2.CreateListenerInput) (*elbv2.CreateListenerOutput, error)

CreateListener mocks base method.

func (*MockELBV2) CreateListenerRequest

func (m *MockELBV2) CreateListenerRequest(arg0 *elbv2.CreateListenerInput) (*request.Request, *elbv2.CreateListenerOutput)

CreateListenerRequest mocks base method.

func (*MockELBV2) CreateListenerWithContext

func (m *MockELBV2) CreateListenerWithContext(arg0 context.Context, arg1 *elbv2.CreateListenerInput, arg2 ...request.Option) (*elbv2.CreateListenerOutput, error)

CreateListenerWithContext mocks base method.

func (*MockELBV2) CreateLoadBalancer

CreateLoadBalancer mocks base method.

func (*MockELBV2) CreateLoadBalancerRequest

func (m *MockELBV2) CreateLoadBalancerRequest(arg0 *elbv2.CreateLoadBalancerInput) (*request.Request, *elbv2.CreateLoadBalancerOutput)

CreateLoadBalancerRequest mocks base method.

func (*MockELBV2) CreateLoadBalancerWithContext

func (m *MockELBV2) CreateLoadBalancerWithContext(arg0 context.Context, arg1 *elbv2.CreateLoadBalancerInput, arg2 ...request.Option) (*elbv2.CreateLoadBalancerOutput, error)

CreateLoadBalancerWithContext mocks base method.

func (*MockELBV2) CreateRule

func (m *MockELBV2) CreateRule(arg0 *elbv2.CreateRuleInput) (*elbv2.CreateRuleOutput, error)

CreateRule mocks base method.

func (*MockELBV2) CreateRuleRequest

func (m *MockELBV2) CreateRuleRequest(arg0 *elbv2.CreateRuleInput) (*request.Request, *elbv2.CreateRuleOutput)

CreateRuleRequest mocks base method.

func (*MockELBV2) CreateRuleWithContext

func (m *MockELBV2) CreateRuleWithContext(arg0 context.Context, arg1 *elbv2.CreateRuleInput, arg2 ...request.Option) (*elbv2.CreateRuleOutput, error)

CreateRuleWithContext mocks base method.

func (*MockELBV2) CreateTargetGroup

func (m *MockELBV2) CreateTargetGroup(arg0 *elbv2.CreateTargetGroupInput) (*elbv2.CreateTargetGroupOutput, error)

CreateTargetGroup mocks base method.

func (*MockELBV2) CreateTargetGroupRequest

func (m *MockELBV2) CreateTargetGroupRequest(arg0 *elbv2.CreateTargetGroupInput) (*request.Request, *elbv2.CreateTargetGroupOutput)

CreateTargetGroupRequest mocks base method.

func (*MockELBV2) CreateTargetGroupWithContext

func (m *MockELBV2) CreateTargetGroupWithContext(arg0 context.Context, arg1 *elbv2.CreateTargetGroupInput, arg2 ...request.Option) (*elbv2.CreateTargetGroupOutput, error)

CreateTargetGroupWithContext mocks base method.

func (*MockELBV2) DeleteListener

func (m *MockELBV2) DeleteListener(arg0 *elbv2.DeleteListenerInput) (*elbv2.DeleteListenerOutput, error)

DeleteListener mocks base method.

func (*MockELBV2) DeleteListenerRequest

func (m *MockELBV2) DeleteListenerRequest(arg0 *elbv2.DeleteListenerInput) (*request.Request, *elbv2.DeleteListenerOutput)

DeleteListenerRequest mocks base method.

func (*MockELBV2) DeleteListenerWithContext

func (m *MockELBV2) DeleteListenerWithContext(arg0 context.Context, arg1 *elbv2.DeleteListenerInput, arg2 ...request.Option) (*elbv2.DeleteListenerOutput, error)

DeleteListenerWithContext mocks base method.

func (*MockELBV2) DeleteLoadBalancer

DeleteLoadBalancer mocks base method.

func (*MockELBV2) DeleteLoadBalancerRequest

func (m *MockELBV2) DeleteLoadBalancerRequest(arg0 *elbv2.DeleteLoadBalancerInput) (*request.Request, *elbv2.DeleteLoadBalancerOutput)

DeleteLoadBalancerRequest mocks base method.

func (*MockELBV2) DeleteLoadBalancerWithContext

func (m *MockELBV2) DeleteLoadBalancerWithContext(arg0 context.Context, arg1 *elbv2.DeleteLoadBalancerInput, arg2 ...request.Option) (*elbv2.DeleteLoadBalancerOutput, error)

DeleteLoadBalancerWithContext mocks base method.

func (*MockELBV2) DeleteRule

func (m *MockELBV2) DeleteRule(arg0 *elbv2.DeleteRuleInput) (*elbv2.DeleteRuleOutput, error)

DeleteRule mocks base method.

func (*MockELBV2) DeleteRuleRequest

func (m *MockELBV2) DeleteRuleRequest(arg0 *elbv2.DeleteRuleInput) (*request.Request, *elbv2.DeleteRuleOutput)

DeleteRuleRequest mocks base method.

func (*MockELBV2) DeleteRuleWithContext

func (m *MockELBV2) DeleteRuleWithContext(arg0 context.Context, arg1 *elbv2.DeleteRuleInput, arg2 ...request.Option) (*elbv2.DeleteRuleOutput, error)

DeleteRuleWithContext mocks base method.

func (*MockELBV2) DeleteTargetGroup

func (m *MockELBV2) DeleteTargetGroup(arg0 *elbv2.DeleteTargetGroupInput) (*elbv2.DeleteTargetGroupOutput, error)

DeleteTargetGroup mocks base method.

func (*MockELBV2) DeleteTargetGroupRequest

func (m *MockELBV2) DeleteTargetGroupRequest(arg0 *elbv2.DeleteTargetGroupInput) (*request.Request, *elbv2.DeleteTargetGroupOutput)

DeleteTargetGroupRequest mocks base method.

func (*MockELBV2) DeleteTargetGroupWithContext

func (m *MockELBV2) DeleteTargetGroupWithContext(arg0 context.Context, arg1 *elbv2.DeleteTargetGroupInput, arg2 ...request.Option) (*elbv2.DeleteTargetGroupOutput, error)

DeleteTargetGroupWithContext mocks base method.

func (*MockELBV2) DeregisterTargets

func (m *MockELBV2) DeregisterTargets(arg0 *elbv2.DeregisterTargetsInput) (*elbv2.DeregisterTargetsOutput, error)

DeregisterTargets mocks base method.

func (*MockELBV2) DeregisterTargetsRequest

func (m *MockELBV2) DeregisterTargetsRequest(arg0 *elbv2.DeregisterTargetsInput) (*request.Request, *elbv2.DeregisterTargetsOutput)

DeregisterTargetsRequest mocks base method.

func (*MockELBV2) DeregisterTargetsWithContext

func (m *MockELBV2) DeregisterTargetsWithContext(arg0 context.Context, arg1 *elbv2.DeregisterTargetsInput, arg2 ...request.Option) (*elbv2.DeregisterTargetsOutput, error)

DeregisterTargetsWithContext mocks base method.

func (*MockELBV2) DescribeAccountLimits

DescribeAccountLimits mocks base method.

func (*MockELBV2) DescribeAccountLimitsRequest

func (m *MockELBV2) DescribeAccountLimitsRequest(arg0 *elbv2.DescribeAccountLimitsInput) (*request.Request, *elbv2.DescribeAccountLimitsOutput)

DescribeAccountLimitsRequest mocks base method.

func (*MockELBV2) DescribeAccountLimitsWithContext

func (m *MockELBV2) DescribeAccountLimitsWithContext(arg0 context.Context, arg1 *elbv2.DescribeAccountLimitsInput, arg2 ...request.Option) (*elbv2.DescribeAccountLimitsOutput, error)

DescribeAccountLimitsWithContext mocks base method.

func (*MockELBV2) DescribeListenerCertificates

DescribeListenerCertificates mocks base method.

func (*MockELBV2) DescribeListenerCertificatesAsList

func (m *MockELBV2) DescribeListenerCertificatesAsList(arg0 context.Context, arg1 *elbv2.DescribeListenerCertificatesInput) ([]*elbv2.Certificate, error)

DescribeListenerCertificatesAsList mocks base method.

func (*MockELBV2) DescribeListenerCertificatesRequest

DescribeListenerCertificatesRequest mocks base method.

func (*MockELBV2) DescribeListenerCertificatesWithContext

func (m *MockELBV2) DescribeListenerCertificatesWithContext(arg0 context.Context, arg1 *elbv2.DescribeListenerCertificatesInput, arg2 ...request.Option) (*elbv2.DescribeListenerCertificatesOutput, error)

DescribeListenerCertificatesWithContext mocks base method.

func (*MockELBV2) DescribeListeners

func (m *MockELBV2) DescribeListeners(arg0 *elbv2.DescribeListenersInput) (*elbv2.DescribeListenersOutput, error)

DescribeListeners mocks base method.

func (*MockELBV2) DescribeListenersAsList

func (m *MockELBV2) DescribeListenersAsList(arg0 context.Context, arg1 *elbv2.DescribeListenersInput) ([]*elbv2.Listener, error)

DescribeListenersAsList mocks base method.

func (*MockELBV2) DescribeListenersPages

func (m *MockELBV2) DescribeListenersPages(arg0 *elbv2.DescribeListenersInput, arg1 func(*elbv2.DescribeListenersOutput, bool) bool) error

DescribeListenersPages mocks base method.

func (*MockELBV2) DescribeListenersPagesWithContext

func (m *MockELBV2) DescribeListenersPagesWithContext(arg0 context.Context, arg1 *elbv2.DescribeListenersInput, arg2 func(*elbv2.DescribeListenersOutput, bool) bool, arg3 ...request.Option) error

DescribeListenersPagesWithContext mocks base method.

func (*MockELBV2) DescribeListenersRequest

func (m *MockELBV2) DescribeListenersRequest(arg0 *elbv2.DescribeListenersInput) (*request.Request, *elbv2.DescribeListenersOutput)

DescribeListenersRequest mocks base method.

func (*MockELBV2) DescribeListenersWithContext

func (m *MockELBV2) DescribeListenersWithContext(arg0 context.Context, arg1 *elbv2.DescribeListenersInput, arg2 ...request.Option) (*elbv2.DescribeListenersOutput, error)

DescribeListenersWithContext mocks base method.

func (*MockELBV2) DescribeLoadBalancerAttributes

DescribeLoadBalancerAttributes mocks base method.

func (*MockELBV2) DescribeLoadBalancerAttributesRequest

DescribeLoadBalancerAttributesRequest mocks base method.

func (*MockELBV2) DescribeLoadBalancerAttributesWithContext

func (m *MockELBV2) DescribeLoadBalancerAttributesWithContext(arg0 context.Context, arg1 *elbv2.DescribeLoadBalancerAttributesInput, arg2 ...request.Option) (*elbv2.DescribeLoadBalancerAttributesOutput, error)

DescribeLoadBalancerAttributesWithContext mocks base method.

func (*MockELBV2) DescribeLoadBalancers

DescribeLoadBalancers mocks base method.

func (*MockELBV2) DescribeLoadBalancersAsList

func (m *MockELBV2) DescribeLoadBalancersAsList(arg0 context.Context, arg1 *elbv2.DescribeLoadBalancersInput) ([]*elbv2.LoadBalancer, error)

DescribeLoadBalancersAsList mocks base method.

func (*MockELBV2) DescribeLoadBalancersPages

func (m *MockELBV2) DescribeLoadBalancersPages(arg0 *elbv2.DescribeLoadBalancersInput, arg1 func(*elbv2.DescribeLoadBalancersOutput, bool) bool) error

DescribeLoadBalancersPages mocks base method.

func (*MockELBV2) DescribeLoadBalancersPagesWithContext

func (m *MockELBV2) DescribeLoadBalancersPagesWithContext(arg0 context.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 func(*elbv2.DescribeLoadBalancersOutput, bool) bool, arg3 ...request.Option) error

DescribeLoadBalancersPagesWithContext mocks base method.

func (*MockELBV2) DescribeLoadBalancersRequest

func (m *MockELBV2) DescribeLoadBalancersRequest(arg0 *elbv2.DescribeLoadBalancersInput) (*request.Request, *elbv2.DescribeLoadBalancersOutput)

DescribeLoadBalancersRequest mocks base method.

func (*MockELBV2) DescribeLoadBalancersWithContext

func (m *MockELBV2) DescribeLoadBalancersWithContext(arg0 context.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.Option) (*elbv2.DescribeLoadBalancersOutput, error)

DescribeLoadBalancersWithContext mocks base method.

func (*MockELBV2) DescribeRules

func (m *MockELBV2) DescribeRules(arg0 *elbv2.DescribeRulesInput) (*elbv2.DescribeRulesOutput, error)

DescribeRules mocks base method.

func (*MockELBV2) DescribeRulesAsList

func (m *MockELBV2) DescribeRulesAsList(arg0 context.Context, arg1 *elbv2.DescribeRulesInput) ([]*elbv2.Rule, error)

DescribeRulesAsList mocks base method.

func (*MockELBV2) DescribeRulesRequest

func (m *MockELBV2) DescribeRulesRequest(arg0 *elbv2.DescribeRulesInput) (*request.Request, *elbv2.DescribeRulesOutput)

DescribeRulesRequest mocks base method.

func (*MockELBV2) DescribeRulesWithContext

func (m *MockELBV2) DescribeRulesWithContext(arg0 context.Context, arg1 *elbv2.DescribeRulesInput, arg2 ...request.Option) (*elbv2.DescribeRulesOutput, error)

DescribeRulesWithContext mocks base method.

func (*MockELBV2) DescribeSSLPolicies

DescribeSSLPolicies mocks base method.

func (*MockELBV2) DescribeSSLPoliciesRequest

func (m *MockELBV2) DescribeSSLPoliciesRequest(arg0 *elbv2.DescribeSSLPoliciesInput) (*request.Request, *elbv2.DescribeSSLPoliciesOutput)

DescribeSSLPoliciesRequest mocks base method.

func (*MockELBV2) DescribeSSLPoliciesWithContext

func (m *MockELBV2) DescribeSSLPoliciesWithContext(arg0 context.Context, arg1 *elbv2.DescribeSSLPoliciesInput, arg2 ...request.Option) (*elbv2.DescribeSSLPoliciesOutput, error)

DescribeSSLPoliciesWithContext mocks base method.

func (*MockELBV2) DescribeTags

func (m *MockELBV2) DescribeTags(arg0 *elbv2.DescribeTagsInput) (*elbv2.DescribeTagsOutput, error)

DescribeTags mocks base method.

func (*MockELBV2) DescribeTagsRequest

func (m *MockELBV2) DescribeTagsRequest(arg0 *elbv2.DescribeTagsInput) (*request.Request, *elbv2.DescribeTagsOutput)

DescribeTagsRequest mocks base method.

func (*MockELBV2) DescribeTagsWithContext

func (m *MockELBV2) DescribeTagsWithContext(arg0 context.Context, arg1 *elbv2.DescribeTagsInput, arg2 ...request.Option) (*elbv2.DescribeTagsOutput, error)

DescribeTagsWithContext mocks base method.

func (*MockELBV2) DescribeTargetGroupAttributes

DescribeTargetGroupAttributes mocks base method.

func (*MockELBV2) DescribeTargetGroupAttributesRequest

DescribeTargetGroupAttributesRequest mocks base method.

func (*MockELBV2) DescribeTargetGroupAttributesWithContext

func (m *MockELBV2) DescribeTargetGroupAttributesWithContext(arg0 context.Context, arg1 *elbv2.DescribeTargetGroupAttributesInput, arg2 ...request.Option) (*elbv2.DescribeTargetGroupAttributesOutput, error)

DescribeTargetGroupAttributesWithContext mocks base method.

func (*MockELBV2) DescribeTargetGroups

DescribeTargetGroups mocks base method.

func (*MockELBV2) DescribeTargetGroupsAsList

func (m *MockELBV2) DescribeTargetGroupsAsList(arg0 context.Context, arg1 *elbv2.DescribeTargetGroupsInput) ([]*elbv2.TargetGroup, error)

DescribeTargetGroupsAsList mocks base method.

func (*MockELBV2) DescribeTargetGroupsPages

func (m *MockELBV2) DescribeTargetGroupsPages(arg0 *elbv2.DescribeTargetGroupsInput, arg1 func(*elbv2.DescribeTargetGroupsOutput, bool) bool) error

DescribeTargetGroupsPages mocks base method.

func (*MockELBV2) DescribeTargetGroupsPagesWithContext

func (m *MockELBV2) DescribeTargetGroupsPagesWithContext(arg0 context.Context, arg1 *elbv2.DescribeTargetGroupsInput, arg2 func(*elbv2.DescribeTargetGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeTargetGroupsPagesWithContext mocks base method.

func (*MockELBV2) DescribeTargetGroupsRequest

func (m *MockELBV2) DescribeTargetGroupsRequest(arg0 *elbv2.DescribeTargetGroupsInput) (*request.Request, *elbv2.DescribeTargetGroupsOutput)

DescribeTargetGroupsRequest mocks base method.

func (*MockELBV2) DescribeTargetGroupsWithContext

func (m *MockELBV2) DescribeTargetGroupsWithContext(arg0 context.Context, arg1 *elbv2.DescribeTargetGroupsInput, arg2 ...request.Option) (*elbv2.DescribeTargetGroupsOutput, error)

DescribeTargetGroupsWithContext mocks base method.

func (*MockELBV2) DescribeTargetHealth

DescribeTargetHealth mocks base method.

func (*MockELBV2) DescribeTargetHealthRequest

func (m *MockELBV2) DescribeTargetHealthRequest(arg0 *elbv2.DescribeTargetHealthInput) (*request.Request, *elbv2.DescribeTargetHealthOutput)

DescribeTargetHealthRequest mocks base method.

func (*MockELBV2) DescribeTargetHealthWithContext

func (m *MockELBV2) DescribeTargetHealthWithContext(arg0 context.Context, arg1 *elbv2.DescribeTargetHealthInput, arg2 ...request.Option) (*elbv2.DescribeTargetHealthOutput, error)

DescribeTargetHealthWithContext mocks base method.

func (*MockELBV2) EXPECT

func (m *MockELBV2) EXPECT() *MockELBV2MockRecorder

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

func (*MockELBV2) ModifyListener

func (m *MockELBV2) ModifyListener(arg0 *elbv2.ModifyListenerInput) (*elbv2.ModifyListenerOutput, error)

ModifyListener mocks base method.

func (*MockELBV2) ModifyListenerRequest

func (m *MockELBV2) ModifyListenerRequest(arg0 *elbv2.ModifyListenerInput) (*request.Request, *elbv2.ModifyListenerOutput)

ModifyListenerRequest mocks base method.

func (*MockELBV2) ModifyListenerWithContext

func (m *MockELBV2) ModifyListenerWithContext(arg0 context.Context, arg1 *elbv2.ModifyListenerInput, arg2 ...request.Option) (*elbv2.ModifyListenerOutput, error)

ModifyListenerWithContext mocks base method.

func (*MockELBV2) ModifyLoadBalancerAttributes

ModifyLoadBalancerAttributes mocks base method.

func (*MockELBV2) ModifyLoadBalancerAttributesRequest

ModifyLoadBalancerAttributesRequest mocks base method.

func (*MockELBV2) ModifyLoadBalancerAttributesWithContext

func (m *MockELBV2) ModifyLoadBalancerAttributesWithContext(arg0 context.Context, arg1 *elbv2.ModifyLoadBalancerAttributesInput, arg2 ...request.Option) (*elbv2.ModifyLoadBalancerAttributesOutput, error)

ModifyLoadBalancerAttributesWithContext mocks base method.

func (*MockELBV2) ModifyRule

func (m *MockELBV2) ModifyRule(arg0 *elbv2.ModifyRuleInput) (*elbv2.ModifyRuleOutput, error)

ModifyRule mocks base method.

func (*MockELBV2) ModifyRuleRequest

func (m *MockELBV2) ModifyRuleRequest(arg0 *elbv2.ModifyRuleInput) (*request.Request, *elbv2.ModifyRuleOutput)

ModifyRuleRequest mocks base method.

func (*MockELBV2) ModifyRuleWithContext

func (m *MockELBV2) ModifyRuleWithContext(arg0 context.Context, arg1 *elbv2.ModifyRuleInput, arg2 ...request.Option) (*elbv2.ModifyRuleOutput, error)

ModifyRuleWithContext mocks base method.

func (*MockELBV2) ModifyTargetGroup

func (m *MockELBV2) ModifyTargetGroup(arg0 *elbv2.ModifyTargetGroupInput) (*elbv2.ModifyTargetGroupOutput, error)

ModifyTargetGroup mocks base method.

func (*MockELBV2) ModifyTargetGroupAttributes

ModifyTargetGroupAttributes mocks base method.

func (*MockELBV2) ModifyTargetGroupAttributesRequest

ModifyTargetGroupAttributesRequest mocks base method.

func (*MockELBV2) ModifyTargetGroupAttributesWithContext

func (m *MockELBV2) ModifyTargetGroupAttributesWithContext(arg0 context.Context, arg1 *elbv2.ModifyTargetGroupAttributesInput, arg2 ...request.Option) (*elbv2.ModifyTargetGroupAttributesOutput, error)

ModifyTargetGroupAttributesWithContext mocks base method.

func (*MockELBV2) ModifyTargetGroupRequest

func (m *MockELBV2) ModifyTargetGroupRequest(arg0 *elbv2.ModifyTargetGroupInput) (*request.Request, *elbv2.ModifyTargetGroupOutput)

ModifyTargetGroupRequest mocks base method.

func (*MockELBV2) ModifyTargetGroupWithContext

func (m *MockELBV2) ModifyTargetGroupWithContext(arg0 context.Context, arg1 *elbv2.ModifyTargetGroupInput, arg2 ...request.Option) (*elbv2.ModifyTargetGroupOutput, error)

ModifyTargetGroupWithContext mocks base method.

func (*MockELBV2) RegisterTargets

func (m *MockELBV2) RegisterTargets(arg0 *elbv2.RegisterTargetsInput) (*elbv2.RegisterTargetsOutput, error)

RegisterTargets mocks base method.

func (*MockELBV2) RegisterTargetsRequest

func (m *MockELBV2) RegisterTargetsRequest(arg0 *elbv2.RegisterTargetsInput) (*request.Request, *elbv2.RegisterTargetsOutput)

RegisterTargetsRequest mocks base method.

func (*MockELBV2) RegisterTargetsWithContext

func (m *MockELBV2) RegisterTargetsWithContext(arg0 context.Context, arg1 *elbv2.RegisterTargetsInput, arg2 ...request.Option) (*elbv2.RegisterTargetsOutput, error)

RegisterTargetsWithContext mocks base method.

func (*MockELBV2) RemoveListenerCertificates

RemoveListenerCertificates mocks base method.

func (*MockELBV2) RemoveListenerCertificatesRequest

func (m *MockELBV2) RemoveListenerCertificatesRequest(arg0 *elbv2.RemoveListenerCertificatesInput) (*request.Request, *elbv2.RemoveListenerCertificatesOutput)

RemoveListenerCertificatesRequest mocks base method.

func (*MockELBV2) RemoveListenerCertificatesWithContext

func (m *MockELBV2) RemoveListenerCertificatesWithContext(arg0 context.Context, arg1 *elbv2.RemoveListenerCertificatesInput, arg2 ...request.Option) (*elbv2.RemoveListenerCertificatesOutput, error)

RemoveListenerCertificatesWithContext mocks base method.

func (*MockELBV2) RemoveTags

func (m *MockELBV2) RemoveTags(arg0 *elbv2.RemoveTagsInput) (*elbv2.RemoveTagsOutput, error)

RemoveTags mocks base method.

func (*MockELBV2) RemoveTagsRequest

func (m *MockELBV2) RemoveTagsRequest(arg0 *elbv2.RemoveTagsInput) (*request.Request, *elbv2.RemoveTagsOutput)

RemoveTagsRequest mocks base method.

func (*MockELBV2) RemoveTagsWithContext

func (m *MockELBV2) RemoveTagsWithContext(arg0 context.Context, arg1 *elbv2.RemoveTagsInput, arg2 ...request.Option) (*elbv2.RemoveTagsOutput, error)

RemoveTagsWithContext mocks base method.

func (*MockELBV2) SetIpAddressType

func (m *MockELBV2) SetIpAddressType(arg0 *elbv2.SetIpAddressTypeInput) (*elbv2.SetIpAddressTypeOutput, error)

SetIpAddressType mocks base method.

func (*MockELBV2) SetIpAddressTypeRequest

func (m *MockELBV2) SetIpAddressTypeRequest(arg0 *elbv2.SetIpAddressTypeInput) (*request.Request, *elbv2.SetIpAddressTypeOutput)

SetIpAddressTypeRequest mocks base method.

func (*MockELBV2) SetIpAddressTypeWithContext

func (m *MockELBV2) SetIpAddressTypeWithContext(arg0 context.Context, arg1 *elbv2.SetIpAddressTypeInput, arg2 ...request.Option) (*elbv2.SetIpAddressTypeOutput, error)

SetIpAddressTypeWithContext mocks base method.

func (*MockELBV2) SetRulePriorities

func (m *MockELBV2) SetRulePriorities(arg0 *elbv2.SetRulePrioritiesInput) (*elbv2.SetRulePrioritiesOutput, error)

SetRulePriorities mocks base method.

func (*MockELBV2) SetRulePrioritiesRequest

func (m *MockELBV2) SetRulePrioritiesRequest(arg0 *elbv2.SetRulePrioritiesInput) (*request.Request, *elbv2.SetRulePrioritiesOutput)

SetRulePrioritiesRequest mocks base method.

func (*MockELBV2) SetRulePrioritiesWithContext

func (m *MockELBV2) SetRulePrioritiesWithContext(arg0 context.Context, arg1 *elbv2.SetRulePrioritiesInput, arg2 ...request.Option) (*elbv2.SetRulePrioritiesOutput, error)

SetRulePrioritiesWithContext mocks base method.

func (*MockELBV2) SetSecurityGroups

func (m *MockELBV2) SetSecurityGroups(arg0 *elbv2.SetSecurityGroupsInput) (*elbv2.SetSecurityGroupsOutput, error)

SetSecurityGroups mocks base method.

func (*MockELBV2) SetSecurityGroupsRequest

func (m *MockELBV2) SetSecurityGroupsRequest(arg0 *elbv2.SetSecurityGroupsInput) (*request.Request, *elbv2.SetSecurityGroupsOutput)

SetSecurityGroupsRequest mocks base method.

func (*MockELBV2) SetSecurityGroupsWithContext

func (m *MockELBV2) SetSecurityGroupsWithContext(arg0 context.Context, arg1 *elbv2.SetSecurityGroupsInput, arg2 ...request.Option) (*elbv2.SetSecurityGroupsOutput, error)

SetSecurityGroupsWithContext mocks base method.

func (*MockELBV2) SetSubnets

func (m *MockELBV2) SetSubnets(arg0 *elbv2.SetSubnetsInput) (*elbv2.SetSubnetsOutput, error)

SetSubnets mocks base method.

func (*MockELBV2) SetSubnetsRequest

func (m *MockELBV2) SetSubnetsRequest(arg0 *elbv2.SetSubnetsInput) (*request.Request, *elbv2.SetSubnetsOutput)

SetSubnetsRequest mocks base method.

func (*MockELBV2) SetSubnetsWithContext

func (m *MockELBV2) SetSubnetsWithContext(arg0 context.Context, arg1 *elbv2.SetSubnetsInput, arg2 ...request.Option) (*elbv2.SetSubnetsOutput, error)

SetSubnetsWithContext mocks base method.

func (*MockELBV2) WaitUntilLoadBalancerAvailable

func (m *MockELBV2) WaitUntilLoadBalancerAvailable(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancerAvailable mocks base method.

func (*MockELBV2) WaitUntilLoadBalancerAvailableWithContext

func (m *MockELBV2) WaitUntilLoadBalancerAvailableWithContext(arg0 context.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancerAvailableWithContext mocks base method.

func (*MockELBV2) WaitUntilLoadBalancerExists

func (m *MockELBV2) WaitUntilLoadBalancerExists(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancerExists mocks base method.

func (*MockELBV2) WaitUntilLoadBalancerExistsWithContext

func (m *MockELBV2) WaitUntilLoadBalancerExistsWithContext(arg0 context.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancerExistsWithContext mocks base method.

func (*MockELBV2) WaitUntilLoadBalancersDeleted

func (m *MockELBV2) WaitUntilLoadBalancersDeleted(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancersDeleted mocks base method.

func (*MockELBV2) WaitUntilLoadBalancersDeletedWithContext

func (m *MockELBV2) WaitUntilLoadBalancersDeletedWithContext(arg0 context.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancersDeletedWithContext mocks base method.

func (*MockELBV2) WaitUntilTargetDeregistered

func (m *MockELBV2) WaitUntilTargetDeregistered(arg0 *elbv2.DescribeTargetHealthInput) error

WaitUntilTargetDeregistered mocks base method.

func (*MockELBV2) WaitUntilTargetDeregisteredWithContext

func (m *MockELBV2) WaitUntilTargetDeregisteredWithContext(arg0 context.Context, arg1 *elbv2.DescribeTargetHealthInput, arg2 ...request.WaiterOption) error

WaitUntilTargetDeregisteredWithContext mocks base method.

func (*MockELBV2) WaitUntilTargetInService

func (m *MockELBV2) WaitUntilTargetInService(arg0 *elbv2.DescribeTargetHealthInput) error

WaitUntilTargetInService mocks base method.

func (*MockELBV2) WaitUntilTargetInServiceWithContext

func (m *MockELBV2) WaitUntilTargetInServiceWithContext(arg0 context.Context, arg1 *elbv2.DescribeTargetHealthInput, arg2 ...request.WaiterOption) error

WaitUntilTargetInServiceWithContext mocks base method.

type MockELBV2MockRecorder

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

MockELBV2MockRecorder is the mock recorder for MockELBV2.

func (*MockELBV2MockRecorder) AddListenerCertificates

func (mr *MockELBV2MockRecorder) AddListenerCertificates(arg0 interface{}) *gomock.Call

AddListenerCertificates indicates an expected call of AddListenerCertificates.

func (*MockELBV2MockRecorder) AddListenerCertificatesRequest

func (mr *MockELBV2MockRecorder) AddListenerCertificatesRequest(arg0 interface{}) *gomock.Call

AddListenerCertificatesRequest indicates an expected call of AddListenerCertificatesRequest.

func (*MockELBV2MockRecorder) AddListenerCertificatesWithContext

func (mr *MockELBV2MockRecorder) AddListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddListenerCertificatesWithContext indicates an expected call of AddListenerCertificatesWithContext.

func (*MockELBV2MockRecorder) AddTags

func (mr *MockELBV2MockRecorder) AddTags(arg0 interface{}) *gomock.Call

AddTags indicates an expected call of AddTags.

func (*MockELBV2MockRecorder) AddTagsRequest

func (mr *MockELBV2MockRecorder) AddTagsRequest(arg0 interface{}) *gomock.Call

AddTagsRequest indicates an expected call of AddTagsRequest.

func (*MockELBV2MockRecorder) AddTagsWithContext

func (mr *MockELBV2MockRecorder) AddTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsWithContext indicates an expected call of AddTagsWithContext.

func (*MockELBV2MockRecorder) CreateListener

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

CreateListener indicates an expected call of CreateListener.

func (*MockELBV2MockRecorder) CreateListenerRequest

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

CreateListenerRequest indicates an expected call of CreateListenerRequest.

func (*MockELBV2MockRecorder) CreateListenerWithContext

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

CreateListenerWithContext indicates an expected call of CreateListenerWithContext.

func (*MockELBV2MockRecorder) CreateLoadBalancer

func (mr *MockELBV2MockRecorder) CreateLoadBalancer(arg0 interface{}) *gomock.Call

CreateLoadBalancer indicates an expected call of CreateLoadBalancer.

func (*MockELBV2MockRecorder) CreateLoadBalancerRequest

func (mr *MockELBV2MockRecorder) CreateLoadBalancerRequest(arg0 interface{}) *gomock.Call

CreateLoadBalancerRequest indicates an expected call of CreateLoadBalancerRequest.

func (*MockELBV2MockRecorder) CreateLoadBalancerWithContext

func (mr *MockELBV2MockRecorder) CreateLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoadBalancerWithContext indicates an expected call of CreateLoadBalancerWithContext.

func (*MockELBV2MockRecorder) CreateRule

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

CreateRule indicates an expected call of CreateRule.

func (*MockELBV2MockRecorder) CreateRuleRequest

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

CreateRuleRequest indicates an expected call of CreateRuleRequest.

func (*MockELBV2MockRecorder) CreateRuleWithContext

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

CreateRuleWithContext indicates an expected call of CreateRuleWithContext.

func (*MockELBV2MockRecorder) CreateTargetGroup

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

CreateTargetGroup indicates an expected call of CreateTargetGroup.

func (*MockELBV2MockRecorder) CreateTargetGroupRequest

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

CreateTargetGroupRequest indicates an expected call of CreateTargetGroupRequest.

func (*MockELBV2MockRecorder) CreateTargetGroupWithContext

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

CreateTargetGroupWithContext indicates an expected call of CreateTargetGroupWithContext.

func (*MockELBV2MockRecorder) DeleteListener

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

DeleteListener indicates an expected call of DeleteListener.

func (*MockELBV2MockRecorder) DeleteListenerRequest

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

DeleteListenerRequest indicates an expected call of DeleteListenerRequest.

func (*MockELBV2MockRecorder) DeleteListenerWithContext

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

DeleteListenerWithContext indicates an expected call of DeleteListenerWithContext.

func (*MockELBV2MockRecorder) DeleteLoadBalancer

func (mr *MockELBV2MockRecorder) DeleteLoadBalancer(arg0 interface{}) *gomock.Call

DeleteLoadBalancer indicates an expected call of DeleteLoadBalancer.

func (*MockELBV2MockRecorder) DeleteLoadBalancerRequest

func (mr *MockELBV2MockRecorder) DeleteLoadBalancerRequest(arg0 interface{}) *gomock.Call

DeleteLoadBalancerRequest indicates an expected call of DeleteLoadBalancerRequest.

func (*MockELBV2MockRecorder) DeleteLoadBalancerWithContext

func (mr *MockELBV2MockRecorder) DeleteLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoadBalancerWithContext indicates an expected call of DeleteLoadBalancerWithContext.

func (*MockELBV2MockRecorder) DeleteRule

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

DeleteRule indicates an expected call of DeleteRule.

func (*MockELBV2MockRecorder) DeleteRuleRequest

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

DeleteRuleRequest indicates an expected call of DeleteRuleRequest.

func (*MockELBV2MockRecorder) DeleteRuleWithContext

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

DeleteRuleWithContext indicates an expected call of DeleteRuleWithContext.

func (*MockELBV2MockRecorder) DeleteTargetGroup

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

DeleteTargetGroup indicates an expected call of DeleteTargetGroup.

func (*MockELBV2MockRecorder) DeleteTargetGroupRequest

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

DeleteTargetGroupRequest indicates an expected call of DeleteTargetGroupRequest.

func (*MockELBV2MockRecorder) DeleteTargetGroupWithContext

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

DeleteTargetGroupWithContext indicates an expected call of DeleteTargetGroupWithContext.

func (*MockELBV2MockRecorder) DeregisterTargets

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

DeregisterTargets indicates an expected call of DeregisterTargets.

func (*MockELBV2MockRecorder) DeregisterTargetsRequest

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

DeregisterTargetsRequest indicates an expected call of DeregisterTargetsRequest.

func (*MockELBV2MockRecorder) DeregisterTargetsWithContext

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

DeregisterTargetsWithContext indicates an expected call of DeregisterTargetsWithContext.

func (*MockELBV2MockRecorder) DescribeAccountLimits

func (mr *MockELBV2MockRecorder) DescribeAccountLimits(arg0 interface{}) *gomock.Call

DescribeAccountLimits indicates an expected call of DescribeAccountLimits.

func (*MockELBV2MockRecorder) DescribeAccountLimitsRequest

func (mr *MockELBV2MockRecorder) DescribeAccountLimitsRequest(arg0 interface{}) *gomock.Call

DescribeAccountLimitsRequest indicates an expected call of DescribeAccountLimitsRequest.

func (*MockELBV2MockRecorder) DescribeAccountLimitsWithContext

func (mr *MockELBV2MockRecorder) DescribeAccountLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountLimitsWithContext indicates an expected call of DescribeAccountLimitsWithContext.

func (*MockELBV2MockRecorder) DescribeListenerCertificates

func (mr *MockELBV2MockRecorder) DescribeListenerCertificates(arg0 interface{}) *gomock.Call

DescribeListenerCertificates indicates an expected call of DescribeListenerCertificates.

func (*MockELBV2MockRecorder) DescribeListenerCertificatesAsList

func (mr *MockELBV2MockRecorder) DescribeListenerCertificatesAsList(arg0, arg1 interface{}) *gomock.Call

DescribeListenerCertificatesAsList indicates an expected call of DescribeListenerCertificatesAsList.

func (*MockELBV2MockRecorder) DescribeListenerCertificatesRequest

func (mr *MockELBV2MockRecorder) DescribeListenerCertificatesRequest(arg0 interface{}) *gomock.Call

DescribeListenerCertificatesRequest indicates an expected call of DescribeListenerCertificatesRequest.

func (*MockELBV2MockRecorder) DescribeListenerCertificatesWithContext

func (mr *MockELBV2MockRecorder) DescribeListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeListenerCertificatesWithContext indicates an expected call of DescribeListenerCertificatesWithContext.

func (*MockELBV2MockRecorder) DescribeListeners

func (mr *MockELBV2MockRecorder) DescribeListeners(arg0 interface{}) *gomock.Call

DescribeListeners indicates an expected call of DescribeListeners.

func (*MockELBV2MockRecorder) DescribeListenersAsList

func (mr *MockELBV2MockRecorder) DescribeListenersAsList(arg0, arg1 interface{}) *gomock.Call

DescribeListenersAsList indicates an expected call of DescribeListenersAsList.

func (*MockELBV2MockRecorder) DescribeListenersPages

func (mr *MockELBV2MockRecorder) DescribeListenersPages(arg0, arg1 interface{}) *gomock.Call

DescribeListenersPages indicates an expected call of DescribeListenersPages.

func (*MockELBV2MockRecorder) DescribeListenersPagesWithContext

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

DescribeListenersPagesWithContext indicates an expected call of DescribeListenersPagesWithContext.

func (*MockELBV2MockRecorder) DescribeListenersRequest

func (mr *MockELBV2MockRecorder) DescribeListenersRequest(arg0 interface{}) *gomock.Call

DescribeListenersRequest indicates an expected call of DescribeListenersRequest.

func (*MockELBV2MockRecorder) DescribeListenersWithContext

func (mr *MockELBV2MockRecorder) DescribeListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeListenersWithContext indicates an expected call of DescribeListenersWithContext.

func (*MockELBV2MockRecorder) DescribeLoadBalancerAttributes

func (mr *MockELBV2MockRecorder) DescribeLoadBalancerAttributes(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributes indicates an expected call of DescribeLoadBalancerAttributes.

func (*MockELBV2MockRecorder) DescribeLoadBalancerAttributesRequest

func (mr *MockELBV2MockRecorder) DescribeLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributesRequest indicates an expected call of DescribeLoadBalancerAttributesRequest.

func (*MockELBV2MockRecorder) DescribeLoadBalancerAttributesWithContext

func (mr *MockELBV2MockRecorder) DescribeLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerAttributesWithContext indicates an expected call of DescribeLoadBalancerAttributesWithContext.

func (*MockELBV2MockRecorder) DescribeLoadBalancers

func (mr *MockELBV2MockRecorder) DescribeLoadBalancers(arg0 interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers.

func (*MockELBV2MockRecorder) DescribeLoadBalancersAsList

func (mr *MockELBV2MockRecorder) DescribeLoadBalancersAsList(arg0, arg1 interface{}) *gomock.Call

DescribeLoadBalancersAsList indicates an expected call of DescribeLoadBalancersAsList.

func (*MockELBV2MockRecorder) DescribeLoadBalancersPages

func (mr *MockELBV2MockRecorder) DescribeLoadBalancersPages(arg0, arg1 interface{}) *gomock.Call

DescribeLoadBalancersPages indicates an expected call of DescribeLoadBalancersPages.

func (*MockELBV2MockRecorder) DescribeLoadBalancersPagesWithContext

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

DescribeLoadBalancersPagesWithContext indicates an expected call of DescribeLoadBalancersPagesWithContext.

func (*MockELBV2MockRecorder) DescribeLoadBalancersRequest

func (mr *MockELBV2MockRecorder) DescribeLoadBalancersRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancersRequest indicates an expected call of DescribeLoadBalancersRequest.

func (*MockELBV2MockRecorder) DescribeLoadBalancersWithContext

func (mr *MockELBV2MockRecorder) DescribeLoadBalancersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancersWithContext indicates an expected call of DescribeLoadBalancersWithContext.

func (*MockELBV2MockRecorder) DescribeRules

func (mr *MockELBV2MockRecorder) DescribeRules(arg0 interface{}) *gomock.Call

DescribeRules indicates an expected call of DescribeRules.

func (*MockELBV2MockRecorder) DescribeRulesAsList

func (mr *MockELBV2MockRecorder) DescribeRulesAsList(arg0, arg1 interface{}) *gomock.Call

DescribeRulesAsList indicates an expected call of DescribeRulesAsList.

func (*MockELBV2MockRecorder) DescribeRulesRequest

func (mr *MockELBV2MockRecorder) DescribeRulesRequest(arg0 interface{}) *gomock.Call

DescribeRulesRequest indicates an expected call of DescribeRulesRequest.

func (*MockELBV2MockRecorder) DescribeRulesWithContext

func (mr *MockELBV2MockRecorder) DescribeRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRulesWithContext indicates an expected call of DescribeRulesWithContext.

func (*MockELBV2MockRecorder) DescribeSSLPolicies

func (mr *MockELBV2MockRecorder) DescribeSSLPolicies(arg0 interface{}) *gomock.Call

DescribeSSLPolicies indicates an expected call of DescribeSSLPolicies.

func (*MockELBV2MockRecorder) DescribeSSLPoliciesRequest

func (mr *MockELBV2MockRecorder) DescribeSSLPoliciesRequest(arg0 interface{}) *gomock.Call

DescribeSSLPoliciesRequest indicates an expected call of DescribeSSLPoliciesRequest.

func (*MockELBV2MockRecorder) DescribeSSLPoliciesWithContext

func (mr *MockELBV2MockRecorder) DescribeSSLPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSSLPoliciesWithContext indicates an expected call of DescribeSSLPoliciesWithContext.

func (*MockELBV2MockRecorder) DescribeTags

func (mr *MockELBV2MockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags.

func (*MockELBV2MockRecorder) DescribeTagsRequest

func (mr *MockELBV2MockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest.

func (*MockELBV2MockRecorder) DescribeTagsWithContext

func (mr *MockELBV2MockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext.

func (*MockELBV2MockRecorder) DescribeTargetGroupAttributes

func (mr *MockELBV2MockRecorder) DescribeTargetGroupAttributes(arg0 interface{}) *gomock.Call

DescribeTargetGroupAttributes indicates an expected call of DescribeTargetGroupAttributes.

func (*MockELBV2MockRecorder) DescribeTargetGroupAttributesRequest

func (mr *MockELBV2MockRecorder) DescribeTargetGroupAttributesRequest(arg0 interface{}) *gomock.Call

DescribeTargetGroupAttributesRequest indicates an expected call of DescribeTargetGroupAttributesRequest.

func (*MockELBV2MockRecorder) DescribeTargetGroupAttributesWithContext

func (mr *MockELBV2MockRecorder) DescribeTargetGroupAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetGroupAttributesWithContext indicates an expected call of DescribeTargetGroupAttributesWithContext.

func (*MockELBV2MockRecorder) DescribeTargetGroups

func (mr *MockELBV2MockRecorder) DescribeTargetGroups(arg0 interface{}) *gomock.Call

DescribeTargetGroups indicates an expected call of DescribeTargetGroups.

func (*MockELBV2MockRecorder) DescribeTargetGroupsAsList

func (mr *MockELBV2MockRecorder) DescribeTargetGroupsAsList(arg0, arg1 interface{}) *gomock.Call

DescribeTargetGroupsAsList indicates an expected call of DescribeTargetGroupsAsList.

func (*MockELBV2MockRecorder) DescribeTargetGroupsPages

func (mr *MockELBV2MockRecorder) DescribeTargetGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTargetGroupsPages indicates an expected call of DescribeTargetGroupsPages.

func (*MockELBV2MockRecorder) DescribeTargetGroupsPagesWithContext

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

DescribeTargetGroupsPagesWithContext indicates an expected call of DescribeTargetGroupsPagesWithContext.

func (*MockELBV2MockRecorder) DescribeTargetGroupsRequest

func (mr *MockELBV2MockRecorder) DescribeTargetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeTargetGroupsRequest indicates an expected call of DescribeTargetGroupsRequest.

func (*MockELBV2MockRecorder) DescribeTargetGroupsWithContext

func (mr *MockELBV2MockRecorder) DescribeTargetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetGroupsWithContext indicates an expected call of DescribeTargetGroupsWithContext.

func (*MockELBV2MockRecorder) DescribeTargetHealth

func (mr *MockELBV2MockRecorder) DescribeTargetHealth(arg0 interface{}) *gomock.Call

DescribeTargetHealth indicates an expected call of DescribeTargetHealth.

func (*MockELBV2MockRecorder) DescribeTargetHealthRequest

func (mr *MockELBV2MockRecorder) DescribeTargetHealthRequest(arg0 interface{}) *gomock.Call

DescribeTargetHealthRequest indicates an expected call of DescribeTargetHealthRequest.

func (*MockELBV2MockRecorder) DescribeTargetHealthWithContext

func (mr *MockELBV2MockRecorder) DescribeTargetHealthWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetHealthWithContext indicates an expected call of DescribeTargetHealthWithContext.

func (*MockELBV2MockRecorder) ModifyListener

func (mr *MockELBV2MockRecorder) ModifyListener(arg0 interface{}) *gomock.Call

ModifyListener indicates an expected call of ModifyListener.

func (*MockELBV2MockRecorder) ModifyListenerRequest

func (mr *MockELBV2MockRecorder) ModifyListenerRequest(arg0 interface{}) *gomock.Call

ModifyListenerRequest indicates an expected call of ModifyListenerRequest.

func (*MockELBV2MockRecorder) ModifyListenerWithContext

func (mr *MockELBV2MockRecorder) ModifyListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyListenerWithContext indicates an expected call of ModifyListenerWithContext.

func (*MockELBV2MockRecorder) ModifyLoadBalancerAttributes

func (mr *MockELBV2MockRecorder) ModifyLoadBalancerAttributes(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributes indicates an expected call of ModifyLoadBalancerAttributes.

func (*MockELBV2MockRecorder) ModifyLoadBalancerAttributesRequest

func (mr *MockELBV2MockRecorder) ModifyLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributesRequest indicates an expected call of ModifyLoadBalancerAttributesRequest.

func (*MockELBV2MockRecorder) ModifyLoadBalancerAttributesWithContext

func (mr *MockELBV2MockRecorder) ModifyLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLoadBalancerAttributesWithContext indicates an expected call of ModifyLoadBalancerAttributesWithContext.

func (*MockELBV2MockRecorder) ModifyRule

func (mr *MockELBV2MockRecorder) ModifyRule(arg0 interface{}) *gomock.Call

ModifyRule indicates an expected call of ModifyRule.

func (*MockELBV2MockRecorder) ModifyRuleRequest

func (mr *MockELBV2MockRecorder) ModifyRuleRequest(arg0 interface{}) *gomock.Call

ModifyRuleRequest indicates an expected call of ModifyRuleRequest.

func (*MockELBV2MockRecorder) ModifyRuleWithContext

func (mr *MockELBV2MockRecorder) ModifyRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyRuleWithContext indicates an expected call of ModifyRuleWithContext.

func (*MockELBV2MockRecorder) ModifyTargetGroup

func (mr *MockELBV2MockRecorder) ModifyTargetGroup(arg0 interface{}) *gomock.Call

ModifyTargetGroup indicates an expected call of ModifyTargetGroup.

func (*MockELBV2MockRecorder) ModifyTargetGroupAttributes

func (mr *MockELBV2MockRecorder) ModifyTargetGroupAttributes(arg0 interface{}) *gomock.Call

ModifyTargetGroupAttributes indicates an expected call of ModifyTargetGroupAttributes.

func (*MockELBV2MockRecorder) ModifyTargetGroupAttributesRequest

func (mr *MockELBV2MockRecorder) ModifyTargetGroupAttributesRequest(arg0 interface{}) *gomock.Call

ModifyTargetGroupAttributesRequest indicates an expected call of ModifyTargetGroupAttributesRequest.

func (*MockELBV2MockRecorder) ModifyTargetGroupAttributesWithContext

func (mr *MockELBV2MockRecorder) ModifyTargetGroupAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTargetGroupAttributesWithContext indicates an expected call of ModifyTargetGroupAttributesWithContext.

func (*MockELBV2MockRecorder) ModifyTargetGroupRequest

func (mr *MockELBV2MockRecorder) ModifyTargetGroupRequest(arg0 interface{}) *gomock.Call

ModifyTargetGroupRequest indicates an expected call of ModifyTargetGroupRequest.

func (*MockELBV2MockRecorder) ModifyTargetGroupWithContext

func (mr *MockELBV2MockRecorder) ModifyTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTargetGroupWithContext indicates an expected call of ModifyTargetGroupWithContext.

func (*MockELBV2MockRecorder) RegisterTargets

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

RegisterTargets indicates an expected call of RegisterTargets.

func (*MockELBV2MockRecorder) RegisterTargetsRequest

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

RegisterTargetsRequest indicates an expected call of RegisterTargetsRequest.

func (*MockELBV2MockRecorder) RegisterTargetsWithContext

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

RegisterTargetsWithContext indicates an expected call of RegisterTargetsWithContext.

func (*MockELBV2MockRecorder) RemoveListenerCertificates

func (mr *MockELBV2MockRecorder) RemoveListenerCertificates(arg0 interface{}) *gomock.Call

RemoveListenerCertificates indicates an expected call of RemoveListenerCertificates.

func (*MockELBV2MockRecorder) RemoveListenerCertificatesRequest

func (mr *MockELBV2MockRecorder) RemoveListenerCertificatesRequest(arg0 interface{}) *gomock.Call

RemoveListenerCertificatesRequest indicates an expected call of RemoveListenerCertificatesRequest.

func (*MockELBV2MockRecorder) RemoveListenerCertificatesWithContext

func (mr *MockELBV2MockRecorder) RemoveListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveListenerCertificatesWithContext indicates an expected call of RemoveListenerCertificatesWithContext.

func (*MockELBV2MockRecorder) RemoveTags

func (mr *MockELBV2MockRecorder) RemoveTags(arg0 interface{}) *gomock.Call

RemoveTags indicates an expected call of RemoveTags.

func (*MockELBV2MockRecorder) RemoveTagsRequest

func (mr *MockELBV2MockRecorder) RemoveTagsRequest(arg0 interface{}) *gomock.Call

RemoveTagsRequest indicates an expected call of RemoveTagsRequest.

func (*MockELBV2MockRecorder) RemoveTagsWithContext

func (mr *MockELBV2MockRecorder) RemoveTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsWithContext indicates an expected call of RemoveTagsWithContext.

func (*MockELBV2MockRecorder) SetIpAddressType

func (mr *MockELBV2MockRecorder) SetIpAddressType(arg0 interface{}) *gomock.Call

SetIpAddressType indicates an expected call of SetIpAddressType.

func (*MockELBV2MockRecorder) SetIpAddressTypeRequest

func (mr *MockELBV2MockRecorder) SetIpAddressTypeRequest(arg0 interface{}) *gomock.Call

SetIpAddressTypeRequest indicates an expected call of SetIpAddressTypeRequest.

func (*MockELBV2MockRecorder) SetIpAddressTypeWithContext

func (mr *MockELBV2MockRecorder) SetIpAddressTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIpAddressTypeWithContext indicates an expected call of SetIpAddressTypeWithContext.

func (*MockELBV2MockRecorder) SetRulePriorities

func (mr *MockELBV2MockRecorder) SetRulePriorities(arg0 interface{}) *gomock.Call

SetRulePriorities indicates an expected call of SetRulePriorities.

func (*MockELBV2MockRecorder) SetRulePrioritiesRequest

func (mr *MockELBV2MockRecorder) SetRulePrioritiesRequest(arg0 interface{}) *gomock.Call

SetRulePrioritiesRequest indicates an expected call of SetRulePrioritiesRequest.

func (*MockELBV2MockRecorder) SetRulePrioritiesWithContext

func (mr *MockELBV2MockRecorder) SetRulePrioritiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetRulePrioritiesWithContext indicates an expected call of SetRulePrioritiesWithContext.

func (*MockELBV2MockRecorder) SetSecurityGroups

func (mr *MockELBV2MockRecorder) SetSecurityGroups(arg0 interface{}) *gomock.Call

SetSecurityGroups indicates an expected call of SetSecurityGroups.

func (*MockELBV2MockRecorder) SetSecurityGroupsRequest

func (mr *MockELBV2MockRecorder) SetSecurityGroupsRequest(arg0 interface{}) *gomock.Call

SetSecurityGroupsRequest indicates an expected call of SetSecurityGroupsRequest.

func (*MockELBV2MockRecorder) SetSecurityGroupsWithContext

func (mr *MockELBV2MockRecorder) SetSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSecurityGroupsWithContext indicates an expected call of SetSecurityGroupsWithContext.

func (*MockELBV2MockRecorder) SetSubnets

func (mr *MockELBV2MockRecorder) SetSubnets(arg0 interface{}) *gomock.Call

SetSubnets indicates an expected call of SetSubnets.

func (*MockELBV2MockRecorder) SetSubnetsRequest

func (mr *MockELBV2MockRecorder) SetSubnetsRequest(arg0 interface{}) *gomock.Call

SetSubnetsRequest indicates an expected call of SetSubnetsRequest.

func (*MockELBV2MockRecorder) SetSubnetsWithContext

func (mr *MockELBV2MockRecorder) SetSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSubnetsWithContext indicates an expected call of SetSubnetsWithContext.

func (*MockELBV2MockRecorder) WaitUntilLoadBalancerAvailable

func (mr *MockELBV2MockRecorder) WaitUntilLoadBalancerAvailable(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancerAvailable indicates an expected call of WaitUntilLoadBalancerAvailable.

func (*MockELBV2MockRecorder) WaitUntilLoadBalancerAvailableWithContext

func (mr *MockELBV2MockRecorder) WaitUntilLoadBalancerAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancerAvailableWithContext indicates an expected call of WaitUntilLoadBalancerAvailableWithContext.

func (*MockELBV2MockRecorder) WaitUntilLoadBalancerExists

func (mr *MockELBV2MockRecorder) WaitUntilLoadBalancerExists(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancerExists indicates an expected call of WaitUntilLoadBalancerExists.

func (*MockELBV2MockRecorder) WaitUntilLoadBalancerExistsWithContext

func (mr *MockELBV2MockRecorder) WaitUntilLoadBalancerExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancerExistsWithContext indicates an expected call of WaitUntilLoadBalancerExistsWithContext.

func (*MockELBV2MockRecorder) WaitUntilLoadBalancersDeleted

func (mr *MockELBV2MockRecorder) WaitUntilLoadBalancersDeleted(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancersDeleted indicates an expected call of WaitUntilLoadBalancersDeleted.

func (*MockELBV2MockRecorder) WaitUntilLoadBalancersDeletedWithContext

func (mr *MockELBV2MockRecorder) WaitUntilLoadBalancersDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancersDeletedWithContext indicates an expected call of WaitUntilLoadBalancersDeletedWithContext.

func (*MockELBV2MockRecorder) WaitUntilTargetDeregistered

func (mr *MockELBV2MockRecorder) WaitUntilTargetDeregistered(arg0 interface{}) *gomock.Call

WaitUntilTargetDeregistered indicates an expected call of WaitUntilTargetDeregistered.

func (*MockELBV2MockRecorder) WaitUntilTargetDeregisteredWithContext

func (mr *MockELBV2MockRecorder) WaitUntilTargetDeregisteredWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTargetDeregisteredWithContext indicates an expected call of WaitUntilTargetDeregisteredWithContext.

func (*MockELBV2MockRecorder) WaitUntilTargetInService

func (mr *MockELBV2MockRecorder) WaitUntilTargetInService(arg0 interface{}) *gomock.Call

WaitUntilTargetInService indicates an expected call of WaitUntilTargetInService.

func (*MockELBV2MockRecorder) WaitUntilTargetInServiceWithContext

func (mr *MockELBV2MockRecorder) WaitUntilTargetInServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTargetInServiceWithContext indicates an expected call of WaitUntilTargetInServiceWithContext.

type MockShield

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

MockShield is a mock of Shield interface.

func NewMockShield

func NewMockShield(ctrl *gomock.Controller) *MockShield

NewMockShield creates a new mock instance.

func (*MockShield) AssociateDRTLogBucket

AssociateDRTLogBucket mocks base method.

func (*MockShield) AssociateDRTLogBucketRequest

AssociateDRTLogBucketRequest mocks base method.

func (*MockShield) AssociateDRTLogBucketWithContext

func (m *MockShield) AssociateDRTLogBucketWithContext(arg0 context.Context, arg1 *shield.AssociateDRTLogBucketInput, arg2 ...request.Option) (*shield.AssociateDRTLogBucketOutput, error)

AssociateDRTLogBucketWithContext mocks base method.

func (*MockShield) AssociateDRTRole

AssociateDRTRole mocks base method.

func (*MockShield) AssociateDRTRoleRequest

func (m *MockShield) AssociateDRTRoleRequest(arg0 *shield.AssociateDRTRoleInput) (*request.Request, *shield.AssociateDRTRoleOutput)

AssociateDRTRoleRequest mocks base method.

func (*MockShield) AssociateDRTRoleWithContext

func (m *MockShield) AssociateDRTRoleWithContext(arg0 context.Context, arg1 *shield.AssociateDRTRoleInput, arg2 ...request.Option) (*shield.AssociateDRTRoleOutput, error)

AssociateDRTRoleWithContext mocks base method.

func (*MockShield) AssociateHealthCheck

AssociateHealthCheck mocks base method.

func (*MockShield) AssociateHealthCheckRequest

func (m *MockShield) AssociateHealthCheckRequest(arg0 *shield.AssociateHealthCheckInput) (*request.Request, *shield.AssociateHealthCheckOutput)

AssociateHealthCheckRequest mocks base method.

func (*MockShield) AssociateHealthCheckWithContext

func (m *MockShield) AssociateHealthCheckWithContext(arg0 context.Context, arg1 *shield.AssociateHealthCheckInput, arg2 ...request.Option) (*shield.AssociateHealthCheckOutput, error)

AssociateHealthCheckWithContext mocks base method.

func (*MockShield) AssociateProactiveEngagementDetails

AssociateProactiveEngagementDetails mocks base method.

func (*MockShield) AssociateProactiveEngagementDetailsRequest

AssociateProactiveEngagementDetailsRequest mocks base method.

func (*MockShield) AssociateProactiveEngagementDetailsWithContext

func (m *MockShield) AssociateProactiveEngagementDetailsWithContext(arg0 context.Context, arg1 *shield.AssociateProactiveEngagementDetailsInput, arg2 ...request.Option) (*shield.AssociateProactiveEngagementDetailsOutput, error)

AssociateProactiveEngagementDetailsWithContext mocks base method.

func (*MockShield) CreateProtection

CreateProtection mocks base method.

func (*MockShield) CreateProtectionGroup

CreateProtectionGroup mocks base method.

func (*MockShield) CreateProtectionGroupRequest

CreateProtectionGroupRequest mocks base method.

func (*MockShield) CreateProtectionGroupWithContext

func (m *MockShield) CreateProtectionGroupWithContext(arg0 context.Context, arg1 *shield.CreateProtectionGroupInput, arg2 ...request.Option) (*shield.CreateProtectionGroupOutput, error)

CreateProtectionGroupWithContext mocks base method.

func (*MockShield) CreateProtectionRequest

func (m *MockShield) CreateProtectionRequest(arg0 *shield.CreateProtectionInput) (*request.Request, *shield.CreateProtectionOutput)

CreateProtectionRequest mocks base method.

func (*MockShield) CreateProtectionWithContext

func (m *MockShield) CreateProtectionWithContext(arg0 context.Context, arg1 *shield.CreateProtectionInput, arg2 ...request.Option) (*shield.CreateProtectionOutput, error)

CreateProtectionWithContext mocks base method.

func (*MockShield) CreateSubscription

CreateSubscription mocks base method.

func (*MockShield) CreateSubscriptionRequest

func (m *MockShield) CreateSubscriptionRequest(arg0 *shield.CreateSubscriptionInput) (*request.Request, *shield.CreateSubscriptionOutput)

CreateSubscriptionRequest mocks base method.

func (*MockShield) CreateSubscriptionWithContext

func (m *MockShield) CreateSubscriptionWithContext(arg0 context.Context, arg1 *shield.CreateSubscriptionInput, arg2 ...request.Option) (*shield.CreateSubscriptionOutput, error)

CreateSubscriptionWithContext mocks base method.

func (*MockShield) DeleteProtection

DeleteProtection mocks base method.

func (*MockShield) DeleteProtectionGroup

DeleteProtectionGroup mocks base method.

func (*MockShield) DeleteProtectionGroupRequest

DeleteProtectionGroupRequest mocks base method.

func (*MockShield) DeleteProtectionGroupWithContext

func (m *MockShield) DeleteProtectionGroupWithContext(arg0 context.Context, arg1 *shield.DeleteProtectionGroupInput, arg2 ...request.Option) (*shield.DeleteProtectionGroupOutput, error)

DeleteProtectionGroupWithContext mocks base method.

func (*MockShield) DeleteProtectionRequest

func (m *MockShield) DeleteProtectionRequest(arg0 *shield.DeleteProtectionInput) (*request.Request, *shield.DeleteProtectionOutput)

DeleteProtectionRequest mocks base method.

func (*MockShield) DeleteProtectionWithContext

func (m *MockShield) DeleteProtectionWithContext(arg0 context.Context, arg1 *shield.DeleteProtectionInput, arg2 ...request.Option) (*shield.DeleteProtectionOutput, error)

DeleteProtectionWithContext mocks base method.

func (*MockShield) DeleteSubscription

DeleteSubscription mocks base method.

func (*MockShield) DeleteSubscriptionRequest

func (m *MockShield) DeleteSubscriptionRequest(arg0 *shield.DeleteSubscriptionInput) (*request.Request, *shield.DeleteSubscriptionOutput)

DeleteSubscriptionRequest mocks base method.

func (*MockShield) DeleteSubscriptionWithContext

func (m *MockShield) DeleteSubscriptionWithContext(arg0 context.Context, arg1 *shield.DeleteSubscriptionInput, arg2 ...request.Option) (*shield.DeleteSubscriptionOutput, error)

DeleteSubscriptionWithContext mocks base method.

func (*MockShield) DescribeAttack

DescribeAttack mocks base method.

func (*MockShield) DescribeAttackRequest

func (m *MockShield) DescribeAttackRequest(arg0 *shield.DescribeAttackInput) (*request.Request, *shield.DescribeAttackOutput)

DescribeAttackRequest mocks base method.

func (*MockShield) DescribeAttackStatistics

DescribeAttackStatistics mocks base method.

func (*MockShield) DescribeAttackStatisticsRequest

DescribeAttackStatisticsRequest mocks base method.

func (*MockShield) DescribeAttackStatisticsWithContext

func (m *MockShield) DescribeAttackStatisticsWithContext(arg0 context.Context, arg1 *shield.DescribeAttackStatisticsInput, arg2 ...request.Option) (*shield.DescribeAttackStatisticsOutput, error)

DescribeAttackStatisticsWithContext mocks base method.

func (*MockShield) DescribeAttackWithContext

func (m *MockShield) DescribeAttackWithContext(arg0 context.Context, arg1 *shield.DescribeAttackInput, arg2 ...request.Option) (*shield.DescribeAttackOutput, error)

DescribeAttackWithContext mocks base method.

func (*MockShield) DescribeDRTAccess

DescribeDRTAccess mocks base method.

func (*MockShield) DescribeDRTAccessRequest

func (m *MockShield) DescribeDRTAccessRequest(arg0 *shield.DescribeDRTAccessInput) (*request.Request, *shield.DescribeDRTAccessOutput)

DescribeDRTAccessRequest mocks base method.

func (*MockShield) DescribeDRTAccessWithContext

func (m *MockShield) DescribeDRTAccessWithContext(arg0 context.Context, arg1 *shield.DescribeDRTAccessInput, arg2 ...request.Option) (*shield.DescribeDRTAccessOutput, error)

DescribeDRTAccessWithContext mocks base method.

func (*MockShield) DescribeEmergencyContactSettings

DescribeEmergencyContactSettings mocks base method.

func (*MockShield) DescribeEmergencyContactSettingsRequest

DescribeEmergencyContactSettingsRequest mocks base method.

func (*MockShield) DescribeEmergencyContactSettingsWithContext

func (m *MockShield) DescribeEmergencyContactSettingsWithContext(arg0 context.Context, arg1 *shield.DescribeEmergencyContactSettingsInput, arg2 ...request.Option) (*shield.DescribeEmergencyContactSettingsOutput, error)

DescribeEmergencyContactSettingsWithContext mocks base method.

func (*MockShield) DescribeProtection

DescribeProtection mocks base method.

func (*MockShield) DescribeProtectionGroup

DescribeProtectionGroup mocks base method.

func (*MockShield) DescribeProtectionGroupRequest

DescribeProtectionGroupRequest mocks base method.

func (*MockShield) DescribeProtectionGroupWithContext

func (m *MockShield) DescribeProtectionGroupWithContext(arg0 context.Context, arg1 *shield.DescribeProtectionGroupInput, arg2 ...request.Option) (*shield.DescribeProtectionGroupOutput, error)

DescribeProtectionGroupWithContext mocks base method.

func (*MockShield) DescribeProtectionRequest

func (m *MockShield) DescribeProtectionRequest(arg0 *shield.DescribeProtectionInput) (*request.Request, *shield.DescribeProtectionOutput)

DescribeProtectionRequest mocks base method.

func (*MockShield) DescribeProtectionWithContext

func (m *MockShield) DescribeProtectionWithContext(arg0 context.Context, arg1 *shield.DescribeProtectionInput, arg2 ...request.Option) (*shield.DescribeProtectionOutput, error)

DescribeProtectionWithContext mocks base method.

func (*MockShield) DescribeSubscription

DescribeSubscription mocks base method.

func (*MockShield) DescribeSubscriptionRequest

func (m *MockShield) DescribeSubscriptionRequest(arg0 *shield.DescribeSubscriptionInput) (*request.Request, *shield.DescribeSubscriptionOutput)

DescribeSubscriptionRequest mocks base method.

func (*MockShield) DescribeSubscriptionWithContext

func (m *MockShield) DescribeSubscriptionWithContext(arg0 context.Context, arg1 *shield.DescribeSubscriptionInput, arg2 ...request.Option) (*shield.DescribeSubscriptionOutput, error)

DescribeSubscriptionWithContext mocks base method.

func (*MockShield) DisableApplicationLayerAutomaticResponse

DisableApplicationLayerAutomaticResponse mocks base method.

func (*MockShield) DisableApplicationLayerAutomaticResponseRequest

DisableApplicationLayerAutomaticResponseRequest mocks base method.

func (*MockShield) DisableApplicationLayerAutomaticResponseWithContext

func (m *MockShield) DisableApplicationLayerAutomaticResponseWithContext(arg0 context.Context, arg1 *shield.DisableApplicationLayerAutomaticResponseInput, arg2 ...request.Option) (*shield.DisableApplicationLayerAutomaticResponseOutput, error)

DisableApplicationLayerAutomaticResponseWithContext mocks base method.

func (*MockShield) DisableProactiveEngagement

DisableProactiveEngagement mocks base method.

func (*MockShield) DisableProactiveEngagementRequest

DisableProactiveEngagementRequest mocks base method.

func (*MockShield) DisableProactiveEngagementWithContext

func (m *MockShield) DisableProactiveEngagementWithContext(arg0 context.Context, arg1 *shield.DisableProactiveEngagementInput, arg2 ...request.Option) (*shield.DisableProactiveEngagementOutput, error)

DisableProactiveEngagementWithContext mocks base method.

func (*MockShield) DisassociateDRTLogBucket

DisassociateDRTLogBucket mocks base method.

func (*MockShield) DisassociateDRTLogBucketRequest

DisassociateDRTLogBucketRequest mocks base method.

func (*MockShield) DisassociateDRTLogBucketWithContext

func (m *MockShield) DisassociateDRTLogBucketWithContext(arg0 context.Context, arg1 *shield.DisassociateDRTLogBucketInput, arg2 ...request.Option) (*shield.DisassociateDRTLogBucketOutput, error)

DisassociateDRTLogBucketWithContext mocks base method.

func (*MockShield) DisassociateDRTRole

DisassociateDRTRole mocks base method.

func (*MockShield) DisassociateDRTRoleRequest

func (m *MockShield) DisassociateDRTRoleRequest(arg0 *shield.DisassociateDRTRoleInput) (*request.Request, *shield.DisassociateDRTRoleOutput)

DisassociateDRTRoleRequest mocks base method.

func (*MockShield) DisassociateDRTRoleWithContext

func (m *MockShield) DisassociateDRTRoleWithContext(arg0 context.Context, arg1 *shield.DisassociateDRTRoleInput, arg2 ...request.Option) (*shield.DisassociateDRTRoleOutput, error)

DisassociateDRTRoleWithContext mocks base method.

func (*MockShield) DisassociateHealthCheck

DisassociateHealthCheck mocks base method.

func (*MockShield) DisassociateHealthCheckRequest

DisassociateHealthCheckRequest mocks base method.

func (*MockShield) DisassociateHealthCheckWithContext

func (m *MockShield) DisassociateHealthCheckWithContext(arg0 context.Context, arg1 *shield.DisassociateHealthCheckInput, arg2 ...request.Option) (*shield.DisassociateHealthCheckOutput, error)

DisassociateHealthCheckWithContext mocks base method.

func (*MockShield) EXPECT

func (m *MockShield) EXPECT() *MockShieldMockRecorder

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

func (*MockShield) EnableApplicationLayerAutomaticResponse

EnableApplicationLayerAutomaticResponse mocks base method.

func (*MockShield) EnableApplicationLayerAutomaticResponseRequest

EnableApplicationLayerAutomaticResponseRequest mocks base method.

func (*MockShield) EnableApplicationLayerAutomaticResponseWithContext

func (m *MockShield) EnableApplicationLayerAutomaticResponseWithContext(arg0 context.Context, arg1 *shield.EnableApplicationLayerAutomaticResponseInput, arg2 ...request.Option) (*shield.EnableApplicationLayerAutomaticResponseOutput, error)

EnableApplicationLayerAutomaticResponseWithContext mocks base method.

func (*MockShield) EnableProactiveEngagement

EnableProactiveEngagement mocks base method.

func (*MockShield) EnableProactiveEngagementRequest

EnableProactiveEngagementRequest mocks base method.

func (*MockShield) EnableProactiveEngagementWithContext

func (m *MockShield) EnableProactiveEngagementWithContext(arg0 context.Context, arg1 *shield.EnableProactiveEngagementInput, arg2 ...request.Option) (*shield.EnableProactiveEngagementOutput, error)

EnableProactiveEngagementWithContext mocks base method.

func (*MockShield) GetSubscriptionState

GetSubscriptionState mocks base method.

func (*MockShield) GetSubscriptionStateRequest

func (m *MockShield) GetSubscriptionStateRequest(arg0 *shield.GetSubscriptionStateInput) (*request.Request, *shield.GetSubscriptionStateOutput)

GetSubscriptionStateRequest mocks base method.

func (*MockShield) GetSubscriptionStateWithContext

func (m *MockShield) GetSubscriptionStateWithContext(arg0 context.Context, arg1 *shield.GetSubscriptionStateInput, arg2 ...request.Option) (*shield.GetSubscriptionStateOutput, error)

GetSubscriptionStateWithContext mocks base method.

func (*MockShield) ListAttacks

func (m *MockShield) ListAttacks(arg0 *shield.ListAttacksInput) (*shield.ListAttacksOutput, error)

ListAttacks mocks base method.

func (*MockShield) ListAttacksPages

func (m *MockShield) ListAttacksPages(arg0 *shield.ListAttacksInput, arg1 func(*shield.ListAttacksOutput, bool) bool) error

ListAttacksPages mocks base method.

func (*MockShield) ListAttacksPagesWithContext

func (m *MockShield) ListAttacksPagesWithContext(arg0 context.Context, arg1 *shield.ListAttacksInput, arg2 func(*shield.ListAttacksOutput, bool) bool, arg3 ...request.Option) error

ListAttacksPagesWithContext mocks base method.

func (*MockShield) ListAttacksRequest

func (m *MockShield) ListAttacksRequest(arg0 *shield.ListAttacksInput) (*request.Request, *shield.ListAttacksOutput)

ListAttacksRequest mocks base method.

func (*MockShield) ListAttacksWithContext

func (m *MockShield) ListAttacksWithContext(arg0 context.Context, arg1 *shield.ListAttacksInput, arg2 ...request.Option) (*shield.ListAttacksOutput, error)

ListAttacksWithContext mocks base method.

func (*MockShield) ListProtectionGroups

ListProtectionGroups mocks base method.

func (*MockShield) ListProtectionGroupsPages

func (m *MockShield) ListProtectionGroupsPages(arg0 *shield.ListProtectionGroupsInput, arg1 func(*shield.ListProtectionGroupsOutput, bool) bool) error

ListProtectionGroupsPages mocks base method.

func (*MockShield) ListProtectionGroupsPagesWithContext

func (m *MockShield) ListProtectionGroupsPagesWithContext(arg0 context.Context, arg1 *shield.ListProtectionGroupsInput, arg2 func(*shield.ListProtectionGroupsOutput, bool) bool, arg3 ...request.Option) error

ListProtectionGroupsPagesWithContext mocks base method.

func (*MockShield) ListProtectionGroupsRequest

func (m *MockShield) ListProtectionGroupsRequest(arg0 *shield.ListProtectionGroupsInput) (*request.Request, *shield.ListProtectionGroupsOutput)

ListProtectionGroupsRequest mocks base method.

func (*MockShield) ListProtectionGroupsWithContext

func (m *MockShield) ListProtectionGroupsWithContext(arg0 context.Context, arg1 *shield.ListProtectionGroupsInput, arg2 ...request.Option) (*shield.ListProtectionGroupsOutput, error)

ListProtectionGroupsWithContext mocks base method.

func (*MockShield) ListProtections

ListProtections mocks base method.

func (*MockShield) ListProtectionsPages

func (m *MockShield) ListProtectionsPages(arg0 *shield.ListProtectionsInput, arg1 func(*shield.ListProtectionsOutput, bool) bool) error

ListProtectionsPages mocks base method.

func (*MockShield) ListProtectionsPagesWithContext

func (m *MockShield) ListProtectionsPagesWithContext(arg0 context.Context, arg1 *shield.ListProtectionsInput, arg2 func(*shield.ListProtectionsOutput, bool) bool, arg3 ...request.Option) error

ListProtectionsPagesWithContext mocks base method.

func (*MockShield) ListProtectionsRequest

func (m *MockShield) ListProtectionsRequest(arg0 *shield.ListProtectionsInput) (*request.Request, *shield.ListProtectionsOutput)

ListProtectionsRequest mocks base method.

func (*MockShield) ListProtectionsWithContext

func (m *MockShield) ListProtectionsWithContext(arg0 context.Context, arg1 *shield.ListProtectionsInput, arg2 ...request.Option) (*shield.ListProtectionsOutput, error)

ListProtectionsWithContext mocks base method.

func (*MockShield) ListResourcesInProtectionGroup

ListResourcesInProtectionGroup mocks base method.

func (*MockShield) ListResourcesInProtectionGroupPages

func (m *MockShield) ListResourcesInProtectionGroupPages(arg0 *shield.ListResourcesInProtectionGroupInput, arg1 func(*shield.ListResourcesInProtectionGroupOutput, bool) bool) error

ListResourcesInProtectionGroupPages mocks base method.

func (*MockShield) ListResourcesInProtectionGroupPagesWithContext

func (m *MockShield) ListResourcesInProtectionGroupPagesWithContext(arg0 context.Context, arg1 *shield.ListResourcesInProtectionGroupInput, arg2 func(*shield.ListResourcesInProtectionGroupOutput, bool) bool, arg3 ...request.Option) error

ListResourcesInProtectionGroupPagesWithContext mocks base method.

func (*MockShield) ListResourcesInProtectionGroupRequest

ListResourcesInProtectionGroupRequest mocks base method.

func (*MockShield) ListResourcesInProtectionGroupWithContext

func (m *MockShield) ListResourcesInProtectionGroupWithContext(arg0 context.Context, arg1 *shield.ListResourcesInProtectionGroupInput, arg2 ...request.Option) (*shield.ListResourcesInProtectionGroupOutput, error)

ListResourcesInProtectionGroupWithContext mocks base method.

func (*MockShield) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockShield) ListTagsForResourceRequest

func (m *MockShield) ListTagsForResourceRequest(arg0 *shield.ListTagsForResourceInput) (*request.Request, *shield.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method.

func (*MockShield) ListTagsForResourceWithContext

func (m *MockShield) ListTagsForResourceWithContext(arg0 context.Context, arg1 *shield.ListTagsForResourceInput, arg2 ...request.Option) (*shield.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method.

func (*MockShield) TagResource

func (m *MockShield) TagResource(arg0 *shield.TagResourceInput) (*shield.TagResourceOutput, error)

TagResource mocks base method.

func (*MockShield) TagResourceRequest

func (m *MockShield) TagResourceRequest(arg0 *shield.TagResourceInput) (*request.Request, *shield.TagResourceOutput)

TagResourceRequest mocks base method.

func (*MockShield) TagResourceWithContext

func (m *MockShield) TagResourceWithContext(arg0 context.Context, arg1 *shield.TagResourceInput, arg2 ...request.Option) (*shield.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockShield) UntagResource

UntagResource mocks base method.

func (*MockShield) UntagResourceRequest

func (m *MockShield) UntagResourceRequest(arg0 *shield.UntagResourceInput) (*request.Request, *shield.UntagResourceOutput)

UntagResourceRequest mocks base method.

func (*MockShield) UntagResourceWithContext

func (m *MockShield) UntagResourceWithContext(arg0 context.Context, arg1 *shield.UntagResourceInput, arg2 ...request.Option) (*shield.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

func (*MockShield) UpdateApplicationLayerAutomaticResponse

UpdateApplicationLayerAutomaticResponse mocks base method.

func (*MockShield) UpdateApplicationLayerAutomaticResponseRequest

UpdateApplicationLayerAutomaticResponseRequest mocks base method.

func (*MockShield) UpdateApplicationLayerAutomaticResponseWithContext

func (m *MockShield) UpdateApplicationLayerAutomaticResponseWithContext(arg0 context.Context, arg1 *shield.UpdateApplicationLayerAutomaticResponseInput, arg2 ...request.Option) (*shield.UpdateApplicationLayerAutomaticResponseOutput, error)

UpdateApplicationLayerAutomaticResponseWithContext mocks base method.

func (*MockShield) UpdateEmergencyContactSettings

UpdateEmergencyContactSettings mocks base method.

func (*MockShield) UpdateEmergencyContactSettingsRequest

UpdateEmergencyContactSettingsRequest mocks base method.

func (*MockShield) UpdateEmergencyContactSettingsWithContext

func (m *MockShield) UpdateEmergencyContactSettingsWithContext(arg0 context.Context, arg1 *shield.UpdateEmergencyContactSettingsInput, arg2 ...request.Option) (*shield.UpdateEmergencyContactSettingsOutput, error)

UpdateEmergencyContactSettingsWithContext mocks base method.

func (*MockShield) UpdateProtectionGroup

UpdateProtectionGroup mocks base method.

func (*MockShield) UpdateProtectionGroupRequest

UpdateProtectionGroupRequest mocks base method.

func (*MockShield) UpdateProtectionGroupWithContext

func (m *MockShield) UpdateProtectionGroupWithContext(arg0 context.Context, arg1 *shield.UpdateProtectionGroupInput, arg2 ...request.Option) (*shield.UpdateProtectionGroupOutput, error)

UpdateProtectionGroupWithContext mocks base method.

func (*MockShield) UpdateSubscription

UpdateSubscription mocks base method.

func (*MockShield) UpdateSubscriptionRequest

func (m *MockShield) UpdateSubscriptionRequest(arg0 *shield.UpdateSubscriptionInput) (*request.Request, *shield.UpdateSubscriptionOutput)

UpdateSubscriptionRequest mocks base method.

func (*MockShield) UpdateSubscriptionWithContext

func (m *MockShield) UpdateSubscriptionWithContext(arg0 context.Context, arg1 *shield.UpdateSubscriptionInput, arg2 ...request.Option) (*shield.UpdateSubscriptionOutput, error)

UpdateSubscriptionWithContext mocks base method.

type MockShieldMockRecorder

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

MockShieldMockRecorder is the mock recorder for MockShield.

func (*MockShieldMockRecorder) AssociateDRTLogBucket

func (mr *MockShieldMockRecorder) AssociateDRTLogBucket(arg0 interface{}) *gomock.Call

AssociateDRTLogBucket indicates an expected call of AssociateDRTLogBucket.

func (*MockShieldMockRecorder) AssociateDRTLogBucketRequest

func (mr *MockShieldMockRecorder) AssociateDRTLogBucketRequest(arg0 interface{}) *gomock.Call

AssociateDRTLogBucketRequest indicates an expected call of AssociateDRTLogBucketRequest.

func (*MockShieldMockRecorder) AssociateDRTLogBucketWithContext

func (mr *MockShieldMockRecorder) AssociateDRTLogBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateDRTLogBucketWithContext indicates an expected call of AssociateDRTLogBucketWithContext.

func (*MockShieldMockRecorder) AssociateDRTRole

func (mr *MockShieldMockRecorder) AssociateDRTRole(arg0 interface{}) *gomock.Call

AssociateDRTRole indicates an expected call of AssociateDRTRole.

func (*MockShieldMockRecorder) AssociateDRTRoleRequest

func (mr *MockShieldMockRecorder) AssociateDRTRoleRequest(arg0 interface{}) *gomock.Call

AssociateDRTRoleRequest indicates an expected call of AssociateDRTRoleRequest.

func (*MockShieldMockRecorder) AssociateDRTRoleWithContext

func (mr *MockShieldMockRecorder) AssociateDRTRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateDRTRoleWithContext indicates an expected call of AssociateDRTRoleWithContext.

func (*MockShieldMockRecorder) AssociateHealthCheck

func (mr *MockShieldMockRecorder) AssociateHealthCheck(arg0 interface{}) *gomock.Call

AssociateHealthCheck indicates an expected call of AssociateHealthCheck.

func (*MockShieldMockRecorder) AssociateHealthCheckRequest

func (mr *MockShieldMockRecorder) AssociateHealthCheckRequest(arg0 interface{}) *gomock.Call

AssociateHealthCheckRequest indicates an expected call of AssociateHealthCheckRequest.

func (*MockShieldMockRecorder) AssociateHealthCheckWithContext

func (mr *MockShieldMockRecorder) AssociateHealthCheckWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateHealthCheckWithContext indicates an expected call of AssociateHealthCheckWithContext.

func (*MockShieldMockRecorder) AssociateProactiveEngagementDetails

func (mr *MockShieldMockRecorder) AssociateProactiveEngagementDetails(arg0 interface{}) *gomock.Call

AssociateProactiveEngagementDetails indicates an expected call of AssociateProactiveEngagementDetails.

func (*MockShieldMockRecorder) AssociateProactiveEngagementDetailsRequest

func (mr *MockShieldMockRecorder) AssociateProactiveEngagementDetailsRequest(arg0 interface{}) *gomock.Call

AssociateProactiveEngagementDetailsRequest indicates an expected call of AssociateProactiveEngagementDetailsRequest.

func (*MockShieldMockRecorder) AssociateProactiveEngagementDetailsWithContext

func (mr *MockShieldMockRecorder) AssociateProactiveEngagementDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateProactiveEngagementDetailsWithContext indicates an expected call of AssociateProactiveEngagementDetailsWithContext.

func (*MockShieldMockRecorder) CreateProtection

func (mr *MockShieldMockRecorder) CreateProtection(arg0 interface{}) *gomock.Call

CreateProtection indicates an expected call of CreateProtection.

func (*MockShieldMockRecorder) CreateProtectionGroup

func (mr *MockShieldMockRecorder) CreateProtectionGroup(arg0 interface{}) *gomock.Call

CreateProtectionGroup indicates an expected call of CreateProtectionGroup.

func (*MockShieldMockRecorder) CreateProtectionGroupRequest

func (mr *MockShieldMockRecorder) CreateProtectionGroupRequest(arg0 interface{}) *gomock.Call

CreateProtectionGroupRequest indicates an expected call of CreateProtectionGroupRequest.

func (*MockShieldMockRecorder) CreateProtectionGroupWithContext

func (mr *MockShieldMockRecorder) CreateProtectionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateProtectionGroupWithContext indicates an expected call of CreateProtectionGroupWithContext.

func (*MockShieldMockRecorder) CreateProtectionRequest

func (mr *MockShieldMockRecorder) CreateProtectionRequest(arg0 interface{}) *gomock.Call

CreateProtectionRequest indicates an expected call of CreateProtectionRequest.

func (*MockShieldMockRecorder) CreateProtectionWithContext

func (mr *MockShieldMockRecorder) CreateProtectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateProtectionWithContext indicates an expected call of CreateProtectionWithContext.

func (*MockShieldMockRecorder) CreateSubscription

func (mr *MockShieldMockRecorder) CreateSubscription(arg0 interface{}) *gomock.Call

CreateSubscription indicates an expected call of CreateSubscription.

func (*MockShieldMockRecorder) CreateSubscriptionRequest

func (mr *MockShieldMockRecorder) CreateSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateSubscriptionRequest indicates an expected call of CreateSubscriptionRequest.

func (*MockShieldMockRecorder) CreateSubscriptionWithContext

func (mr *MockShieldMockRecorder) CreateSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSubscriptionWithContext indicates an expected call of CreateSubscriptionWithContext.

func (*MockShieldMockRecorder) DeleteProtection

func (mr *MockShieldMockRecorder) DeleteProtection(arg0 interface{}) *gomock.Call

DeleteProtection indicates an expected call of DeleteProtection.

func (*MockShieldMockRecorder) DeleteProtectionGroup

func (mr *MockShieldMockRecorder) DeleteProtectionGroup(arg0 interface{}) *gomock.Call

DeleteProtectionGroup indicates an expected call of DeleteProtectionGroup.

func (*MockShieldMockRecorder) DeleteProtectionGroupRequest

func (mr *MockShieldMockRecorder) DeleteProtectionGroupRequest(arg0 interface{}) *gomock.Call

DeleteProtectionGroupRequest indicates an expected call of DeleteProtectionGroupRequest.

func (*MockShieldMockRecorder) DeleteProtectionGroupWithContext

func (mr *MockShieldMockRecorder) DeleteProtectionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteProtectionGroupWithContext indicates an expected call of DeleteProtectionGroupWithContext.

func (*MockShieldMockRecorder) DeleteProtectionRequest

func (mr *MockShieldMockRecorder) DeleteProtectionRequest(arg0 interface{}) *gomock.Call

DeleteProtectionRequest indicates an expected call of DeleteProtectionRequest.

func (*MockShieldMockRecorder) DeleteProtectionWithContext

func (mr *MockShieldMockRecorder) DeleteProtectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteProtectionWithContext indicates an expected call of DeleteProtectionWithContext.

func (*MockShieldMockRecorder) DeleteSubscription

func (mr *MockShieldMockRecorder) DeleteSubscription(arg0 interface{}) *gomock.Call

DeleteSubscription indicates an expected call of DeleteSubscription.

func (*MockShieldMockRecorder) DeleteSubscriptionRequest

func (mr *MockShieldMockRecorder) DeleteSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteSubscriptionRequest indicates an expected call of DeleteSubscriptionRequest.

func (*MockShieldMockRecorder) DeleteSubscriptionWithContext

func (mr *MockShieldMockRecorder) DeleteSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSubscriptionWithContext indicates an expected call of DeleteSubscriptionWithContext.

func (*MockShieldMockRecorder) DescribeAttack

func (mr *MockShieldMockRecorder) DescribeAttack(arg0 interface{}) *gomock.Call

DescribeAttack indicates an expected call of DescribeAttack.

func (*MockShieldMockRecorder) DescribeAttackRequest

func (mr *MockShieldMockRecorder) DescribeAttackRequest(arg0 interface{}) *gomock.Call

DescribeAttackRequest indicates an expected call of DescribeAttackRequest.

func (*MockShieldMockRecorder) DescribeAttackStatistics

func (mr *MockShieldMockRecorder) DescribeAttackStatistics(arg0 interface{}) *gomock.Call

DescribeAttackStatistics indicates an expected call of DescribeAttackStatistics.

func (*MockShieldMockRecorder) DescribeAttackStatisticsRequest

func (mr *MockShieldMockRecorder) DescribeAttackStatisticsRequest(arg0 interface{}) *gomock.Call

DescribeAttackStatisticsRequest indicates an expected call of DescribeAttackStatisticsRequest.

func (*MockShieldMockRecorder) DescribeAttackStatisticsWithContext

func (mr *MockShieldMockRecorder) DescribeAttackStatisticsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAttackStatisticsWithContext indicates an expected call of DescribeAttackStatisticsWithContext.

func (*MockShieldMockRecorder) DescribeAttackWithContext

func (mr *MockShieldMockRecorder) DescribeAttackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAttackWithContext indicates an expected call of DescribeAttackWithContext.

func (*MockShieldMockRecorder) DescribeDRTAccess

func (mr *MockShieldMockRecorder) DescribeDRTAccess(arg0 interface{}) *gomock.Call

DescribeDRTAccess indicates an expected call of DescribeDRTAccess.

func (*MockShieldMockRecorder) DescribeDRTAccessRequest

func (mr *MockShieldMockRecorder) DescribeDRTAccessRequest(arg0 interface{}) *gomock.Call

DescribeDRTAccessRequest indicates an expected call of DescribeDRTAccessRequest.

func (*MockShieldMockRecorder) DescribeDRTAccessWithContext

func (mr *MockShieldMockRecorder) DescribeDRTAccessWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDRTAccessWithContext indicates an expected call of DescribeDRTAccessWithContext.

func (*MockShieldMockRecorder) DescribeEmergencyContactSettings

func (mr *MockShieldMockRecorder) DescribeEmergencyContactSettings(arg0 interface{}) *gomock.Call

DescribeEmergencyContactSettings indicates an expected call of DescribeEmergencyContactSettings.

func (*MockShieldMockRecorder) DescribeEmergencyContactSettingsRequest

func (mr *MockShieldMockRecorder) DescribeEmergencyContactSettingsRequest(arg0 interface{}) *gomock.Call

DescribeEmergencyContactSettingsRequest indicates an expected call of DescribeEmergencyContactSettingsRequest.

func (*MockShieldMockRecorder) DescribeEmergencyContactSettingsWithContext

func (mr *MockShieldMockRecorder) DescribeEmergencyContactSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEmergencyContactSettingsWithContext indicates an expected call of DescribeEmergencyContactSettingsWithContext.

func (*MockShieldMockRecorder) DescribeProtection

func (mr *MockShieldMockRecorder) DescribeProtection(arg0 interface{}) *gomock.Call

DescribeProtection indicates an expected call of DescribeProtection.

func (*MockShieldMockRecorder) DescribeProtectionGroup

func (mr *MockShieldMockRecorder) DescribeProtectionGroup(arg0 interface{}) *gomock.Call

DescribeProtectionGroup indicates an expected call of DescribeProtectionGroup.

func (*MockShieldMockRecorder) DescribeProtectionGroupRequest

func (mr *MockShieldMockRecorder) DescribeProtectionGroupRequest(arg0 interface{}) *gomock.Call

DescribeProtectionGroupRequest indicates an expected call of DescribeProtectionGroupRequest.

func (*MockShieldMockRecorder) DescribeProtectionGroupWithContext

func (mr *MockShieldMockRecorder) DescribeProtectionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeProtectionGroupWithContext indicates an expected call of DescribeProtectionGroupWithContext.

func (*MockShieldMockRecorder) DescribeProtectionRequest

func (mr *MockShieldMockRecorder) DescribeProtectionRequest(arg0 interface{}) *gomock.Call

DescribeProtectionRequest indicates an expected call of DescribeProtectionRequest.

func (*MockShieldMockRecorder) DescribeProtectionWithContext

func (mr *MockShieldMockRecorder) DescribeProtectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeProtectionWithContext indicates an expected call of DescribeProtectionWithContext.

func (*MockShieldMockRecorder) DescribeSubscription

func (mr *MockShieldMockRecorder) DescribeSubscription(arg0 interface{}) *gomock.Call

DescribeSubscription indicates an expected call of DescribeSubscription.

func (*MockShieldMockRecorder) DescribeSubscriptionRequest

func (mr *MockShieldMockRecorder) DescribeSubscriptionRequest(arg0 interface{}) *gomock.Call

DescribeSubscriptionRequest indicates an expected call of DescribeSubscriptionRequest.

func (*MockShieldMockRecorder) DescribeSubscriptionWithContext

func (mr *MockShieldMockRecorder) DescribeSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSubscriptionWithContext indicates an expected call of DescribeSubscriptionWithContext.

func (*MockShieldMockRecorder) DisableApplicationLayerAutomaticResponse

func (mr *MockShieldMockRecorder) DisableApplicationLayerAutomaticResponse(arg0 interface{}) *gomock.Call

DisableApplicationLayerAutomaticResponse indicates an expected call of DisableApplicationLayerAutomaticResponse.

func (*MockShieldMockRecorder) DisableApplicationLayerAutomaticResponseRequest

func (mr *MockShieldMockRecorder) DisableApplicationLayerAutomaticResponseRequest(arg0 interface{}) *gomock.Call

DisableApplicationLayerAutomaticResponseRequest indicates an expected call of DisableApplicationLayerAutomaticResponseRequest.

func (*MockShieldMockRecorder) DisableApplicationLayerAutomaticResponseWithContext

func (mr *MockShieldMockRecorder) DisableApplicationLayerAutomaticResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableApplicationLayerAutomaticResponseWithContext indicates an expected call of DisableApplicationLayerAutomaticResponseWithContext.

func (*MockShieldMockRecorder) DisableProactiveEngagement

func (mr *MockShieldMockRecorder) DisableProactiveEngagement(arg0 interface{}) *gomock.Call

DisableProactiveEngagement indicates an expected call of DisableProactiveEngagement.

func (*MockShieldMockRecorder) DisableProactiveEngagementRequest

func (mr *MockShieldMockRecorder) DisableProactiveEngagementRequest(arg0 interface{}) *gomock.Call

DisableProactiveEngagementRequest indicates an expected call of DisableProactiveEngagementRequest.

func (*MockShieldMockRecorder) DisableProactiveEngagementWithContext

func (mr *MockShieldMockRecorder) DisableProactiveEngagementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableProactiveEngagementWithContext indicates an expected call of DisableProactiveEngagementWithContext.

func (*MockShieldMockRecorder) DisassociateDRTLogBucket

func (mr *MockShieldMockRecorder) DisassociateDRTLogBucket(arg0 interface{}) *gomock.Call

DisassociateDRTLogBucket indicates an expected call of DisassociateDRTLogBucket.

func (*MockShieldMockRecorder) DisassociateDRTLogBucketRequest

func (mr *MockShieldMockRecorder) DisassociateDRTLogBucketRequest(arg0 interface{}) *gomock.Call

DisassociateDRTLogBucketRequest indicates an expected call of DisassociateDRTLogBucketRequest.

func (*MockShieldMockRecorder) DisassociateDRTLogBucketWithContext

func (mr *MockShieldMockRecorder) DisassociateDRTLogBucketWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateDRTLogBucketWithContext indicates an expected call of DisassociateDRTLogBucketWithContext.

func (*MockShieldMockRecorder) DisassociateDRTRole

func (mr *MockShieldMockRecorder) DisassociateDRTRole(arg0 interface{}) *gomock.Call

DisassociateDRTRole indicates an expected call of DisassociateDRTRole.

func (*MockShieldMockRecorder) DisassociateDRTRoleRequest

func (mr *MockShieldMockRecorder) DisassociateDRTRoleRequest(arg0 interface{}) *gomock.Call

DisassociateDRTRoleRequest indicates an expected call of DisassociateDRTRoleRequest.

func (*MockShieldMockRecorder) DisassociateDRTRoleWithContext

func (mr *MockShieldMockRecorder) DisassociateDRTRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateDRTRoleWithContext indicates an expected call of DisassociateDRTRoleWithContext.

func (*MockShieldMockRecorder) DisassociateHealthCheck

func (mr *MockShieldMockRecorder) DisassociateHealthCheck(arg0 interface{}) *gomock.Call

DisassociateHealthCheck indicates an expected call of DisassociateHealthCheck.

func (*MockShieldMockRecorder) DisassociateHealthCheckRequest

func (mr *MockShieldMockRecorder) DisassociateHealthCheckRequest(arg0 interface{}) *gomock.Call

DisassociateHealthCheckRequest indicates an expected call of DisassociateHealthCheckRequest.

func (*MockShieldMockRecorder) DisassociateHealthCheckWithContext

func (mr *MockShieldMockRecorder) DisassociateHealthCheckWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateHealthCheckWithContext indicates an expected call of DisassociateHealthCheckWithContext.

func (*MockShieldMockRecorder) EnableApplicationLayerAutomaticResponse

func (mr *MockShieldMockRecorder) EnableApplicationLayerAutomaticResponse(arg0 interface{}) *gomock.Call

EnableApplicationLayerAutomaticResponse indicates an expected call of EnableApplicationLayerAutomaticResponse.

func (*MockShieldMockRecorder) EnableApplicationLayerAutomaticResponseRequest

func (mr *MockShieldMockRecorder) EnableApplicationLayerAutomaticResponseRequest(arg0 interface{}) *gomock.Call

EnableApplicationLayerAutomaticResponseRequest indicates an expected call of EnableApplicationLayerAutomaticResponseRequest.

func (*MockShieldMockRecorder) EnableApplicationLayerAutomaticResponseWithContext

func (mr *MockShieldMockRecorder) EnableApplicationLayerAutomaticResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableApplicationLayerAutomaticResponseWithContext indicates an expected call of EnableApplicationLayerAutomaticResponseWithContext.

func (*MockShieldMockRecorder) EnableProactiveEngagement

func (mr *MockShieldMockRecorder) EnableProactiveEngagement(arg0 interface{}) *gomock.Call

EnableProactiveEngagement indicates an expected call of EnableProactiveEngagement.

func (*MockShieldMockRecorder) EnableProactiveEngagementRequest

func (mr *MockShieldMockRecorder) EnableProactiveEngagementRequest(arg0 interface{}) *gomock.Call

EnableProactiveEngagementRequest indicates an expected call of EnableProactiveEngagementRequest.

func (*MockShieldMockRecorder) EnableProactiveEngagementWithContext

func (mr *MockShieldMockRecorder) EnableProactiveEngagementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableProactiveEngagementWithContext indicates an expected call of EnableProactiveEngagementWithContext.

func (*MockShieldMockRecorder) GetSubscriptionState

func (mr *MockShieldMockRecorder) GetSubscriptionState(arg0 interface{}) *gomock.Call

GetSubscriptionState indicates an expected call of GetSubscriptionState.

func (*MockShieldMockRecorder) GetSubscriptionStateRequest

func (mr *MockShieldMockRecorder) GetSubscriptionStateRequest(arg0 interface{}) *gomock.Call

GetSubscriptionStateRequest indicates an expected call of GetSubscriptionStateRequest.

func (*MockShieldMockRecorder) GetSubscriptionStateWithContext

func (mr *MockShieldMockRecorder) GetSubscriptionStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSubscriptionStateWithContext indicates an expected call of GetSubscriptionStateWithContext.

func (*MockShieldMockRecorder) ListAttacks

func (mr *MockShieldMockRecorder) ListAttacks(arg0 interface{}) *gomock.Call

ListAttacks indicates an expected call of ListAttacks.

func (*MockShieldMockRecorder) ListAttacksPages

func (mr *MockShieldMockRecorder) ListAttacksPages(arg0, arg1 interface{}) *gomock.Call

ListAttacksPages indicates an expected call of ListAttacksPages.

func (*MockShieldMockRecorder) ListAttacksPagesWithContext

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

ListAttacksPagesWithContext indicates an expected call of ListAttacksPagesWithContext.

func (*MockShieldMockRecorder) ListAttacksRequest

func (mr *MockShieldMockRecorder) ListAttacksRequest(arg0 interface{}) *gomock.Call

ListAttacksRequest indicates an expected call of ListAttacksRequest.

func (*MockShieldMockRecorder) ListAttacksWithContext

func (mr *MockShieldMockRecorder) ListAttacksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttacksWithContext indicates an expected call of ListAttacksWithContext.

func (*MockShieldMockRecorder) ListProtectionGroups

func (mr *MockShieldMockRecorder) ListProtectionGroups(arg0 interface{}) *gomock.Call

ListProtectionGroups indicates an expected call of ListProtectionGroups.

func (*MockShieldMockRecorder) ListProtectionGroupsPages

func (mr *MockShieldMockRecorder) ListProtectionGroupsPages(arg0, arg1 interface{}) *gomock.Call

ListProtectionGroupsPages indicates an expected call of ListProtectionGroupsPages.

func (*MockShieldMockRecorder) ListProtectionGroupsPagesWithContext

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

ListProtectionGroupsPagesWithContext indicates an expected call of ListProtectionGroupsPagesWithContext.

func (*MockShieldMockRecorder) ListProtectionGroupsRequest

func (mr *MockShieldMockRecorder) ListProtectionGroupsRequest(arg0 interface{}) *gomock.Call

ListProtectionGroupsRequest indicates an expected call of ListProtectionGroupsRequest.

func (*MockShieldMockRecorder) ListProtectionGroupsWithContext

func (mr *MockShieldMockRecorder) ListProtectionGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProtectionGroupsWithContext indicates an expected call of ListProtectionGroupsWithContext.

func (*MockShieldMockRecorder) ListProtections

func (mr *MockShieldMockRecorder) ListProtections(arg0 interface{}) *gomock.Call

ListProtections indicates an expected call of ListProtections.

func (*MockShieldMockRecorder) ListProtectionsPages

func (mr *MockShieldMockRecorder) ListProtectionsPages(arg0, arg1 interface{}) *gomock.Call

ListProtectionsPages indicates an expected call of ListProtectionsPages.

func (*MockShieldMockRecorder) ListProtectionsPagesWithContext

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

ListProtectionsPagesWithContext indicates an expected call of ListProtectionsPagesWithContext.

func (*MockShieldMockRecorder) ListProtectionsRequest

func (mr *MockShieldMockRecorder) ListProtectionsRequest(arg0 interface{}) *gomock.Call

ListProtectionsRequest indicates an expected call of ListProtectionsRequest.

func (*MockShieldMockRecorder) ListProtectionsWithContext

func (mr *MockShieldMockRecorder) ListProtectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProtectionsWithContext indicates an expected call of ListProtectionsWithContext.

func (*MockShieldMockRecorder) ListResourcesInProtectionGroup

func (mr *MockShieldMockRecorder) ListResourcesInProtectionGroup(arg0 interface{}) *gomock.Call

ListResourcesInProtectionGroup indicates an expected call of ListResourcesInProtectionGroup.

func (*MockShieldMockRecorder) ListResourcesInProtectionGroupPages

func (mr *MockShieldMockRecorder) ListResourcesInProtectionGroupPages(arg0, arg1 interface{}) *gomock.Call

ListResourcesInProtectionGroupPages indicates an expected call of ListResourcesInProtectionGroupPages.

func (*MockShieldMockRecorder) ListResourcesInProtectionGroupPagesWithContext

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

ListResourcesInProtectionGroupPagesWithContext indicates an expected call of ListResourcesInProtectionGroupPagesWithContext.

func (*MockShieldMockRecorder) ListResourcesInProtectionGroupRequest

func (mr *MockShieldMockRecorder) ListResourcesInProtectionGroupRequest(arg0 interface{}) *gomock.Call

ListResourcesInProtectionGroupRequest indicates an expected call of ListResourcesInProtectionGroupRequest.

func (*MockShieldMockRecorder) ListResourcesInProtectionGroupWithContext

func (mr *MockShieldMockRecorder) ListResourcesInProtectionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListResourcesInProtectionGroupWithContext indicates an expected call of ListResourcesInProtectionGroupWithContext.

func (*MockShieldMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockShieldMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockShieldMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockShieldMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource.

func (*MockShieldMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockShieldMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockShieldMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource.

func (*MockShieldMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockShieldMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockShieldMockRecorder) UpdateApplicationLayerAutomaticResponse

func (mr *MockShieldMockRecorder) UpdateApplicationLayerAutomaticResponse(arg0 interface{}) *gomock.Call

UpdateApplicationLayerAutomaticResponse indicates an expected call of UpdateApplicationLayerAutomaticResponse.

func (*MockShieldMockRecorder) UpdateApplicationLayerAutomaticResponseRequest

func (mr *MockShieldMockRecorder) UpdateApplicationLayerAutomaticResponseRequest(arg0 interface{}) *gomock.Call

UpdateApplicationLayerAutomaticResponseRequest indicates an expected call of UpdateApplicationLayerAutomaticResponseRequest.

func (*MockShieldMockRecorder) UpdateApplicationLayerAutomaticResponseWithContext

func (mr *MockShieldMockRecorder) UpdateApplicationLayerAutomaticResponseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateApplicationLayerAutomaticResponseWithContext indicates an expected call of UpdateApplicationLayerAutomaticResponseWithContext.

func (*MockShieldMockRecorder) UpdateEmergencyContactSettings

func (mr *MockShieldMockRecorder) UpdateEmergencyContactSettings(arg0 interface{}) *gomock.Call

UpdateEmergencyContactSettings indicates an expected call of UpdateEmergencyContactSettings.

func (*MockShieldMockRecorder) UpdateEmergencyContactSettingsRequest

func (mr *MockShieldMockRecorder) UpdateEmergencyContactSettingsRequest(arg0 interface{}) *gomock.Call

UpdateEmergencyContactSettingsRequest indicates an expected call of UpdateEmergencyContactSettingsRequest.

func (*MockShieldMockRecorder) UpdateEmergencyContactSettingsWithContext

func (mr *MockShieldMockRecorder) UpdateEmergencyContactSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateEmergencyContactSettingsWithContext indicates an expected call of UpdateEmergencyContactSettingsWithContext.

func (*MockShieldMockRecorder) UpdateProtectionGroup

func (mr *MockShieldMockRecorder) UpdateProtectionGroup(arg0 interface{}) *gomock.Call

UpdateProtectionGroup indicates an expected call of UpdateProtectionGroup.

func (*MockShieldMockRecorder) UpdateProtectionGroupRequest

func (mr *MockShieldMockRecorder) UpdateProtectionGroupRequest(arg0 interface{}) *gomock.Call

UpdateProtectionGroupRequest indicates an expected call of UpdateProtectionGroupRequest.

func (*MockShieldMockRecorder) UpdateProtectionGroupWithContext

func (mr *MockShieldMockRecorder) UpdateProtectionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateProtectionGroupWithContext indicates an expected call of UpdateProtectionGroupWithContext.

func (*MockShieldMockRecorder) UpdateSubscription

func (mr *MockShieldMockRecorder) UpdateSubscription(arg0 interface{}) *gomock.Call

UpdateSubscription indicates an expected call of UpdateSubscription.

func (*MockShieldMockRecorder) UpdateSubscriptionRequest

func (mr *MockShieldMockRecorder) UpdateSubscriptionRequest(arg0 interface{}) *gomock.Call

UpdateSubscriptionRequest indicates an expected call of UpdateSubscriptionRequest.

func (*MockShieldMockRecorder) UpdateSubscriptionWithContext

func (mr *MockShieldMockRecorder) UpdateSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSubscriptionWithContext indicates an expected call of UpdateSubscriptionWithContext.

type RGT

func NewRGT

func NewRGT(session *session.Session) RGT

NewRGT constructs new RGT implementation.

type Shield

type Shield interface {
	shieldiface.ShieldAPI
}

func NewShield

func NewShield(session *session.Session) Shield

NewShield constructs new Shield implementation.

type WAFRegional

type WAFRegional interface {
	wafregionaliface.WAFRegionalAPI

	Available() bool
}

func NewWAFRegional

func NewWAFRegional(session *session.Session, region string) WAFRegional

NewWAFRegional constructs new WAFRegional implementation.

type WAFv2

type WAFv2 interface {
	wafv2iface.WAFV2API
}

func NewWAFv2

func NewWAFv2(session *session.Session) WAFv2

NewWAFv2 constructs new WAFv2 implementation.

Jump to

Keyboard shortcuts

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