mock

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2019 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAbstractLoader added in v0.8.0

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

MockAbstractLoader is a mock of AbstractLoader interface

func NewMockAbstractLoader added in v0.8.0

func NewMockAbstractLoader(ctrl *gomock.Controller) *MockAbstractLoader

NewMockAbstractLoader creates a new mock instance

func (*MockAbstractLoader) EXPECT added in v0.8.0

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

func (*MockAbstractLoader) IsConfigFile added in v0.8.0

func (m *MockAbstractLoader) IsConfigFile(arg0 string) bool

IsConfigFile mocks base method

func (*MockAbstractLoader) LoadConfig added in v0.8.0

func (m *MockAbstractLoader) LoadConfig() (*configs.Config, error)

LoadConfig mocks base method

func (*MockAbstractLoader) LoadValuesFiles added in v0.8.0

func (m *MockAbstractLoader) LoadValuesFiles(arg0 ...string) ([]terraform.InputValues, error)

LoadValuesFiles mocks base method

type MockAbstractLoaderMockRecorder added in v0.8.0

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

MockAbstractLoaderMockRecorder is the mock recorder for MockAbstractLoader

func (*MockAbstractLoaderMockRecorder) IsConfigFile added in v0.8.0

func (mr *MockAbstractLoaderMockRecorder) IsConfigFile(arg0 interface{}) *gomock.Call

IsConfigFile indicates an expected call of IsConfigFile

func (*MockAbstractLoaderMockRecorder) LoadConfig added in v0.8.0

func (mr *MockAbstractLoaderMockRecorder) LoadConfig() *gomock.Call

LoadConfig indicates an expected call of LoadConfig

func (*MockAbstractLoaderMockRecorder) LoadValuesFiles added in v0.8.0

func (mr *MockAbstractLoaderMockRecorder) LoadValuesFiles(arg0 ...interface{}) *gomock.Call

LoadValuesFiles indicates an expected call of LoadValuesFiles

type MockEC2API

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

MockEC2API is a mock of EC2API interface

func NewMockEC2API

func NewMockEC2API(ctrl *gomock.Controller) *MockEC2API

NewMockEC2API creates a new mock instance

func (*MockEC2API) AcceptReservedInstancesExchangeQuote

AcceptReservedInstancesExchangeQuote mocks base method

func (*MockEC2API) AcceptReservedInstancesExchangeQuoteRequest

AcceptReservedInstancesExchangeQuoteRequest mocks base method

func (*MockEC2API) AcceptReservedInstancesExchangeQuoteWithContext added in v0.3.3

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

AcceptReservedInstancesExchangeQuoteWithContext mocks base method

func (*MockEC2API) AcceptVpcEndpointConnections added in v0.7.0

AcceptVpcEndpointConnections mocks base method

func (*MockEC2API) AcceptVpcEndpointConnectionsRequest added in v0.7.0

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

AcceptVpcEndpointConnectionsRequest mocks base method

func (*MockEC2API) AcceptVpcEndpointConnectionsWithContext added in v0.7.0

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

AcceptVpcEndpointConnectionsWithContext mocks base method

func (*MockEC2API) AcceptVpcPeeringConnection

AcceptVpcPeeringConnection mocks base method

func (*MockEC2API) AcceptVpcPeeringConnectionRequest

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

AcceptVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) AcceptVpcPeeringConnectionWithContext added in v0.3.3

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

AcceptVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) AllocateAddress

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

AllocateAddress mocks base method

func (*MockEC2API) AllocateAddressRequest

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

AllocateAddressRequest mocks base method

func (*MockEC2API) AllocateAddressWithContext added in v0.3.3

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

AllocateAddressWithContext mocks base method

func (*MockEC2API) AllocateHosts

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

AllocateHosts mocks base method

func (*MockEC2API) AllocateHostsRequest

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

AllocateHostsRequest mocks base method

func (*MockEC2API) AllocateHostsWithContext added in v0.3.3

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

AllocateHostsWithContext mocks base method

func (*MockEC2API) AssignIpv6Addresses

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

AssignIpv6Addresses mocks base method

func (*MockEC2API) AssignIpv6AddressesRequest

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

AssignIpv6AddressesRequest mocks base method

func (*MockEC2API) AssignIpv6AddressesWithContext added in v0.3.3

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

AssignIpv6AddressesWithContext mocks base method

func (*MockEC2API) AssignPrivateIpAddresses

AssignPrivateIpAddresses mocks base method

func (*MockEC2API) AssignPrivateIpAddressesRequest

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

AssignPrivateIpAddressesRequest mocks base method

func (*MockEC2API) AssignPrivateIpAddressesWithContext added in v0.3.3

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

AssignPrivateIpAddressesWithContext mocks base method

func (*MockEC2API) AssociateAddress

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

AssociateAddress mocks base method

func (*MockEC2API) AssociateAddressRequest

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

AssociateAddressRequest mocks base method

func (*MockEC2API) AssociateAddressWithContext added in v0.3.3

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

AssociateAddressWithContext mocks base method

func (*MockEC2API) AssociateDhcpOptions

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

AssociateDhcpOptions mocks base method

func (*MockEC2API) AssociateDhcpOptionsRequest

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

AssociateDhcpOptionsRequest mocks base method

func (*MockEC2API) AssociateDhcpOptionsWithContext added in v0.3.3

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

AssociateDhcpOptionsWithContext mocks base method

func (*MockEC2API) AssociateIamInstanceProfile added in v0.3.0

AssociateIamInstanceProfile mocks base method

func (*MockEC2API) AssociateIamInstanceProfileRequest added in v0.3.0

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

AssociateIamInstanceProfileRequest mocks base method

func (*MockEC2API) AssociateIamInstanceProfileWithContext added in v0.3.3

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

AssociateIamInstanceProfileWithContext mocks base method

func (*MockEC2API) AssociateRouteTable

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

AssociateRouteTable mocks base method

func (*MockEC2API) AssociateRouteTableRequest

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

AssociateRouteTableRequest mocks base method

func (*MockEC2API) AssociateRouteTableWithContext added in v0.3.3

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

AssociateRouteTableWithContext mocks base method

func (*MockEC2API) AssociateSubnetCidrBlock

AssociateSubnetCidrBlock mocks base method

func (*MockEC2API) AssociateSubnetCidrBlockRequest

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

AssociateSubnetCidrBlockRequest mocks base method

func (*MockEC2API) AssociateSubnetCidrBlockWithContext added in v0.3.3

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

AssociateSubnetCidrBlockWithContext mocks base method

func (*MockEC2API) AssociateVpcCidrBlock

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

AssociateVpcCidrBlock mocks base method

func (*MockEC2API) AssociateVpcCidrBlockRequest

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

AssociateVpcCidrBlockRequest mocks base method

func (*MockEC2API) AssociateVpcCidrBlockWithContext added in v0.3.3

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

AssociateVpcCidrBlockWithContext mocks base method

func (*MockEC2API) AttachClassicLinkVpc

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

AttachClassicLinkVpc mocks base method

func (*MockEC2API) AttachClassicLinkVpcRequest

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

AttachClassicLinkVpcRequest mocks base method

func (*MockEC2API) AttachClassicLinkVpcWithContext added in v0.3.3

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

AttachClassicLinkVpcWithContext mocks base method

func (*MockEC2API) AttachInternetGateway

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

AttachInternetGateway mocks base method

func (*MockEC2API) AttachInternetGatewayRequest

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

AttachInternetGatewayRequest mocks base method

func (*MockEC2API) AttachInternetGatewayWithContext added in v0.3.3

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

AttachInternetGatewayWithContext mocks base method

func (*MockEC2API) AttachNetworkInterface

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

AttachNetworkInterface mocks base method

func (*MockEC2API) AttachNetworkInterfaceRequest

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

AttachNetworkInterfaceRequest mocks base method

func (*MockEC2API) AttachNetworkInterfaceWithContext added in v0.3.3

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

AttachNetworkInterfaceWithContext mocks base method

func (*MockEC2API) AttachVolume

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

AttachVolume mocks base method

func (*MockEC2API) AttachVolumeRequest

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

AttachVolumeRequest mocks base method

func (*MockEC2API) AttachVolumeWithContext added in v0.3.3

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

AttachVolumeWithContext mocks base method

func (*MockEC2API) AttachVpnGateway

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

AttachVpnGateway mocks base method

func (*MockEC2API) AttachVpnGatewayRequest

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

AttachVpnGatewayRequest mocks base method

func (*MockEC2API) AttachVpnGatewayWithContext added in v0.3.3

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

AttachVpnGatewayWithContext mocks base method

func (*MockEC2API) AuthorizeSecurityGroupEgress

AuthorizeSecurityGroupEgress mocks base method

func (*MockEC2API) AuthorizeSecurityGroupEgressRequest

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

AuthorizeSecurityGroupEgressRequest mocks base method

func (*MockEC2API) AuthorizeSecurityGroupEgressWithContext added in v0.3.3

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

AuthorizeSecurityGroupEgressWithContext mocks base method

func (*MockEC2API) AuthorizeSecurityGroupIngress

AuthorizeSecurityGroupIngress mocks base method

func (*MockEC2API) AuthorizeSecurityGroupIngressRequest

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

AuthorizeSecurityGroupIngressRequest mocks base method

func (*MockEC2API) AuthorizeSecurityGroupIngressWithContext added in v0.3.3

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

AuthorizeSecurityGroupIngressWithContext mocks base method

func (*MockEC2API) BundleInstance

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

BundleInstance mocks base method

func (*MockEC2API) BundleInstanceRequest

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

BundleInstanceRequest mocks base method

func (*MockEC2API) BundleInstanceWithContext added in v0.3.3

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

BundleInstanceWithContext mocks base method

func (*MockEC2API) CancelBundleTask

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

CancelBundleTask mocks base method

func (*MockEC2API) CancelBundleTaskRequest

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

CancelBundleTaskRequest mocks base method

func (*MockEC2API) CancelBundleTaskWithContext added in v0.3.3

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

CancelBundleTaskWithContext mocks base method

func (*MockEC2API) CancelConversionTask

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

CancelConversionTask mocks base method

func (*MockEC2API) CancelConversionTaskRequest

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

CancelConversionTaskRequest mocks base method

func (*MockEC2API) CancelConversionTaskWithContext added in v0.3.3

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

CancelConversionTaskWithContext mocks base method

func (*MockEC2API) CancelExportTask

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

CancelExportTask mocks base method

func (*MockEC2API) CancelExportTaskRequest

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

CancelExportTaskRequest mocks base method

func (*MockEC2API) CancelExportTaskWithContext added in v0.3.3

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

CancelExportTaskWithContext mocks base method

func (*MockEC2API) CancelImportTask

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

CancelImportTask mocks base method

func (*MockEC2API) CancelImportTaskRequest

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

CancelImportTaskRequest mocks base method

func (*MockEC2API) CancelImportTaskWithContext added in v0.3.3

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

CancelImportTaskWithContext mocks base method

func (*MockEC2API) CancelReservedInstancesListing

CancelReservedInstancesListing mocks base method

func (*MockEC2API) CancelReservedInstancesListingRequest

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

CancelReservedInstancesListingRequest mocks base method

func (*MockEC2API) CancelReservedInstancesListingWithContext added in v0.3.3

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

CancelReservedInstancesListingWithContext mocks base method

func (*MockEC2API) CancelSpotFleetRequests

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

CancelSpotFleetRequests mocks base method

func (*MockEC2API) CancelSpotFleetRequestsRequest

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

CancelSpotFleetRequestsRequest mocks base method

func (*MockEC2API) CancelSpotFleetRequestsWithContext added in v0.3.3

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

CancelSpotFleetRequestsWithContext mocks base method

func (*MockEC2API) CancelSpotInstanceRequests

CancelSpotInstanceRequests mocks base method

func (*MockEC2API) CancelSpotInstanceRequestsRequest

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

CancelSpotInstanceRequestsRequest mocks base method

func (*MockEC2API) CancelSpotInstanceRequestsWithContext added in v0.3.3

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

CancelSpotInstanceRequestsWithContext mocks base method

func (*MockEC2API) ConfirmProductInstance

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

ConfirmProductInstance mocks base method

func (*MockEC2API) ConfirmProductInstanceRequest

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

ConfirmProductInstanceRequest mocks base method

func (*MockEC2API) ConfirmProductInstanceWithContext added in v0.3.3

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

ConfirmProductInstanceWithContext mocks base method

func (*MockEC2API) CopyFpgaImage added in v0.5.2

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

CopyFpgaImage mocks base method

func (*MockEC2API) CopyFpgaImageRequest added in v0.5.2

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

CopyFpgaImageRequest mocks base method

func (*MockEC2API) CopyFpgaImageWithContext added in v0.5.2

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

CopyFpgaImageWithContext mocks base method

func (*MockEC2API) CopyImage

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

CopyImage mocks base method

func (*MockEC2API) CopyImageRequest

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

CopyImageRequest mocks base method

func (*MockEC2API) CopyImageWithContext added in v0.3.3

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

CopyImageWithContext mocks base method

func (*MockEC2API) CopySnapshot

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

CopySnapshot mocks base method

func (*MockEC2API) CopySnapshotRequest

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

CopySnapshotRequest mocks base method

func (*MockEC2API) CopySnapshotWithContext added in v0.3.3

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

CopySnapshotWithContext mocks base method

func (*MockEC2API) CreateCustomerGateway

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

CreateCustomerGateway mocks base method

func (*MockEC2API) CreateCustomerGatewayRequest

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

CreateCustomerGatewayRequest mocks base method

func (*MockEC2API) CreateCustomerGatewayWithContext added in v0.3.3

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

CreateCustomerGatewayWithContext mocks base method

func (*MockEC2API) CreateDefaultSubnet added in v0.5.2

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

CreateDefaultSubnet mocks base method

func (*MockEC2API) CreateDefaultSubnetRequest added in v0.5.2

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

CreateDefaultSubnetRequest mocks base method

func (*MockEC2API) CreateDefaultSubnetWithContext added in v0.5.2

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

CreateDefaultSubnetWithContext mocks base method

func (*MockEC2API) CreateDefaultVpc added in v0.4.1

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

CreateDefaultVpc mocks base method

func (*MockEC2API) CreateDefaultVpcRequest added in v0.4.1

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

CreateDefaultVpcRequest mocks base method

func (*MockEC2API) CreateDefaultVpcWithContext added in v0.4.1

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

CreateDefaultVpcWithContext mocks base method

func (*MockEC2API) CreateDhcpOptions

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

CreateDhcpOptions mocks base method

func (*MockEC2API) CreateDhcpOptionsRequest

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

CreateDhcpOptionsRequest mocks base method

func (*MockEC2API) CreateDhcpOptionsWithContext added in v0.3.3

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

CreateDhcpOptionsWithContext mocks base method

func (*MockEC2API) CreateEgressOnlyInternetGateway

CreateEgressOnlyInternetGateway mocks base method

func (*MockEC2API) CreateEgressOnlyInternetGatewayRequest

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

CreateEgressOnlyInternetGatewayRequest mocks base method

func (*MockEC2API) CreateEgressOnlyInternetGatewayWithContext added in v0.3.3

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

CreateEgressOnlyInternetGatewayWithContext mocks base method

func (*MockEC2API) CreateFleet added in v0.7.0

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

CreateFleet mocks base method

func (*MockEC2API) CreateFleetRequest added in v0.7.0

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

CreateFleetRequest mocks base method

func (*MockEC2API) CreateFleetWithContext added in v0.7.0

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

CreateFleetWithContext mocks base method

func (*MockEC2API) CreateFlowLogs

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

CreateFlowLogs mocks base method

func (*MockEC2API) CreateFlowLogsRequest

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

CreateFlowLogsRequest mocks base method

func (*MockEC2API) CreateFlowLogsWithContext added in v0.3.3

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

CreateFlowLogsWithContext mocks base method

func (*MockEC2API) CreateFpgaImage added in v0.4.1

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

CreateFpgaImage mocks base method

func (*MockEC2API) CreateFpgaImageRequest added in v0.4.1

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

CreateFpgaImageRequest mocks base method

func (*MockEC2API) CreateFpgaImageWithContext added in v0.4.1

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

CreateFpgaImageWithContext mocks base method

func (*MockEC2API) CreateImage

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

CreateImage mocks base method

func (*MockEC2API) CreateImageRequest

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

CreateImageRequest mocks base method

func (*MockEC2API) CreateImageWithContext added in v0.3.3

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

CreateImageWithContext mocks base method

func (*MockEC2API) CreateInstanceExportTask

CreateInstanceExportTask mocks base method

func (*MockEC2API) CreateInstanceExportTaskRequest

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

CreateInstanceExportTaskRequest mocks base method

func (*MockEC2API) CreateInstanceExportTaskWithContext added in v0.3.3

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

CreateInstanceExportTaskWithContext mocks base method

func (*MockEC2API) CreateInternetGateway

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

CreateInternetGateway mocks base method

func (*MockEC2API) CreateInternetGatewayRequest

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

CreateInternetGatewayRequest mocks base method

func (*MockEC2API) CreateInternetGatewayWithContext added in v0.3.3

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

CreateInternetGatewayWithContext mocks base method

func (*MockEC2API) CreateKeyPair

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

CreateKeyPair mocks base method

func (*MockEC2API) CreateKeyPairRequest

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

CreateKeyPairRequest mocks base method

func (*MockEC2API) CreateKeyPairWithContext added in v0.3.3

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

CreateKeyPairWithContext mocks base method

func (*MockEC2API) CreateLaunchTemplate added in v0.7.0

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

CreateLaunchTemplate mocks base method

func (*MockEC2API) CreateLaunchTemplateRequest added in v0.7.0

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

CreateLaunchTemplateRequest mocks base method

func (*MockEC2API) CreateLaunchTemplateVersion added in v0.7.0

CreateLaunchTemplateVersion mocks base method

func (*MockEC2API) CreateLaunchTemplateVersionRequest added in v0.7.0

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

CreateLaunchTemplateVersionRequest mocks base method

func (*MockEC2API) CreateLaunchTemplateVersionWithContext added in v0.7.0

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

CreateLaunchTemplateVersionWithContext mocks base method

func (*MockEC2API) CreateLaunchTemplateWithContext added in v0.7.0

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

CreateLaunchTemplateWithContext mocks base method

func (*MockEC2API) CreateNatGateway

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

CreateNatGateway mocks base method

func (*MockEC2API) CreateNatGatewayRequest

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

CreateNatGatewayRequest mocks base method

func (*MockEC2API) CreateNatGatewayWithContext added in v0.3.3

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

CreateNatGatewayWithContext mocks base method

func (*MockEC2API) CreateNetworkAcl

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

CreateNetworkAcl mocks base method

func (*MockEC2API) CreateNetworkAclEntry

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

CreateNetworkAclEntry mocks base method

func (*MockEC2API) CreateNetworkAclEntryRequest

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

CreateNetworkAclEntryRequest mocks base method

func (*MockEC2API) CreateNetworkAclEntryWithContext added in v0.3.3

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

CreateNetworkAclEntryWithContext mocks base method

func (*MockEC2API) CreateNetworkAclRequest

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

CreateNetworkAclRequest mocks base method

func (*MockEC2API) CreateNetworkAclWithContext added in v0.3.3

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

CreateNetworkAclWithContext mocks base method

func (*MockEC2API) CreateNetworkInterface

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

CreateNetworkInterface mocks base method

func (*MockEC2API) CreateNetworkInterfacePermission added in v0.4.1

CreateNetworkInterfacePermission mocks base method

func (*MockEC2API) CreateNetworkInterfacePermissionRequest added in v0.4.1

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

CreateNetworkInterfacePermissionRequest mocks base method

func (*MockEC2API) CreateNetworkInterfacePermissionWithContext added in v0.4.1

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

CreateNetworkInterfacePermissionWithContext mocks base method

func (*MockEC2API) CreateNetworkInterfaceRequest

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

CreateNetworkInterfaceRequest mocks base method

func (*MockEC2API) CreateNetworkInterfaceWithContext added in v0.3.3

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

CreateNetworkInterfaceWithContext mocks base method

func (*MockEC2API) CreatePlacementGroup

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

CreatePlacementGroup mocks base method

func (*MockEC2API) CreatePlacementGroupRequest

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

CreatePlacementGroupRequest mocks base method

func (*MockEC2API) CreatePlacementGroupWithContext added in v0.3.3

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

CreatePlacementGroupWithContext mocks base method

func (*MockEC2API) CreateReservedInstancesListing

CreateReservedInstancesListing mocks base method

func (*MockEC2API) CreateReservedInstancesListingRequest

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

CreateReservedInstancesListingRequest mocks base method

func (*MockEC2API) CreateReservedInstancesListingWithContext added in v0.3.3

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

CreateReservedInstancesListingWithContext mocks base method

func (*MockEC2API) CreateRoute

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

CreateRoute mocks base method

func (*MockEC2API) CreateRouteRequest

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

CreateRouteRequest mocks base method

func (*MockEC2API) CreateRouteTable

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

CreateRouteTable mocks base method

func (*MockEC2API) CreateRouteTableRequest

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

CreateRouteTableRequest mocks base method

func (*MockEC2API) CreateRouteTableWithContext added in v0.3.3

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

CreateRouteTableWithContext mocks base method

func (*MockEC2API) CreateRouteWithContext added in v0.3.3

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

CreateRouteWithContext mocks base method

func (*MockEC2API) CreateSecurityGroup

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

CreateSecurityGroup mocks base method

func (*MockEC2API) CreateSecurityGroupRequest

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

CreateSecurityGroupRequest mocks base method

func (*MockEC2API) CreateSecurityGroupWithContext added in v0.3.3

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

CreateSecurityGroupWithContext mocks base method

func (*MockEC2API) CreateSnapshot

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

CreateSnapshot mocks base method

func (*MockEC2API) CreateSnapshotRequest

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

CreateSnapshotRequest mocks base method

func (*MockEC2API) CreateSnapshotWithContext added in v0.3.3

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

CreateSnapshotWithContext mocks base method

func (*MockEC2API) CreateSpotDatafeedSubscription

CreateSpotDatafeedSubscription mocks base method

func (*MockEC2API) CreateSpotDatafeedSubscriptionRequest

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

CreateSpotDatafeedSubscriptionRequest mocks base method

func (*MockEC2API) CreateSpotDatafeedSubscriptionWithContext added in v0.3.3

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

CreateSpotDatafeedSubscriptionWithContext mocks base method

func (*MockEC2API) CreateSubnet

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

CreateSubnet mocks base method

func (*MockEC2API) CreateSubnetRequest

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

CreateSubnetRequest mocks base method

func (*MockEC2API) CreateSubnetWithContext added in v0.3.3

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

CreateSubnetWithContext mocks base method

func (*MockEC2API) CreateTags

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

CreateTags mocks base method

func (*MockEC2API) CreateTagsRequest

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

CreateTagsRequest mocks base method

func (*MockEC2API) CreateTagsWithContext added in v0.3.3

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

CreateTagsWithContext mocks base method

func (*MockEC2API) CreateVolume

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

CreateVolume mocks base method

func (*MockEC2API) CreateVolumeRequest

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

CreateVolumeRequest mocks base method

func (*MockEC2API) CreateVolumeWithContext added in v0.3.3

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

CreateVolumeWithContext mocks base method

func (*MockEC2API) CreateVpc

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

CreateVpc mocks base method

func (*MockEC2API) CreateVpcEndpoint

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

CreateVpcEndpoint mocks base method

func (*MockEC2API) CreateVpcEndpointConnectionNotification added in v0.7.0

CreateVpcEndpointConnectionNotification mocks base method

func (*MockEC2API) CreateVpcEndpointConnectionNotificationRequest added in v0.7.0

CreateVpcEndpointConnectionNotificationRequest mocks base method

func (*MockEC2API) CreateVpcEndpointConnectionNotificationWithContext added in v0.7.0

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

CreateVpcEndpointConnectionNotificationWithContext mocks base method

func (*MockEC2API) CreateVpcEndpointRequest

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

CreateVpcEndpointRequest mocks base method

func (*MockEC2API) CreateVpcEndpointServiceConfiguration added in v0.7.0

CreateVpcEndpointServiceConfiguration mocks base method

func (*MockEC2API) CreateVpcEndpointServiceConfigurationRequest added in v0.7.0

CreateVpcEndpointServiceConfigurationRequest mocks base method

func (*MockEC2API) CreateVpcEndpointServiceConfigurationWithContext added in v0.7.0

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

CreateVpcEndpointServiceConfigurationWithContext mocks base method

func (*MockEC2API) CreateVpcEndpointWithContext added in v0.3.3

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

CreateVpcEndpointWithContext mocks base method

func (*MockEC2API) CreateVpcPeeringConnection

CreateVpcPeeringConnection mocks base method

func (*MockEC2API) CreateVpcPeeringConnectionRequest

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

CreateVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) CreateVpcPeeringConnectionWithContext added in v0.3.3

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

CreateVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) CreateVpcRequest

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

CreateVpcRequest mocks base method

func (*MockEC2API) CreateVpcWithContext added in v0.3.3

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

CreateVpcWithContext mocks base method

func (*MockEC2API) CreateVpnConnection

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

CreateVpnConnection mocks base method

func (*MockEC2API) CreateVpnConnectionRequest

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

CreateVpnConnectionRequest mocks base method

func (*MockEC2API) CreateVpnConnectionRoute

CreateVpnConnectionRoute mocks base method

func (*MockEC2API) CreateVpnConnectionRouteRequest

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

CreateVpnConnectionRouteRequest mocks base method

func (*MockEC2API) CreateVpnConnectionRouteWithContext added in v0.3.3

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

CreateVpnConnectionRouteWithContext mocks base method

func (*MockEC2API) CreateVpnConnectionWithContext added in v0.3.3

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

CreateVpnConnectionWithContext mocks base method

func (*MockEC2API) CreateVpnGateway

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

CreateVpnGateway mocks base method

func (*MockEC2API) CreateVpnGatewayRequest

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

CreateVpnGatewayRequest mocks base method

func (*MockEC2API) CreateVpnGatewayWithContext added in v0.3.3

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

CreateVpnGatewayWithContext mocks base method

func (*MockEC2API) DeleteCustomerGateway

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

DeleteCustomerGateway mocks base method

func (*MockEC2API) DeleteCustomerGatewayRequest

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

DeleteCustomerGatewayRequest mocks base method

func (*MockEC2API) DeleteCustomerGatewayWithContext added in v0.3.3

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

DeleteCustomerGatewayWithContext mocks base method

func (*MockEC2API) DeleteDhcpOptions

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

DeleteDhcpOptions mocks base method

func (*MockEC2API) DeleteDhcpOptionsRequest

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

DeleteDhcpOptionsRequest mocks base method

func (*MockEC2API) DeleteDhcpOptionsWithContext added in v0.3.3

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

DeleteDhcpOptionsWithContext mocks base method

func (*MockEC2API) DeleteEgressOnlyInternetGateway

DeleteEgressOnlyInternetGateway mocks base method

func (*MockEC2API) DeleteEgressOnlyInternetGatewayRequest

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

DeleteEgressOnlyInternetGatewayRequest mocks base method

func (*MockEC2API) DeleteEgressOnlyInternetGatewayWithContext added in v0.3.3

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

DeleteEgressOnlyInternetGatewayWithContext mocks base method

func (*MockEC2API) DeleteFleets added in v0.7.0

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

DeleteFleets mocks base method

func (*MockEC2API) DeleteFleetsRequest added in v0.7.0

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

DeleteFleetsRequest mocks base method

func (*MockEC2API) DeleteFleetsWithContext added in v0.7.0

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

DeleteFleetsWithContext mocks base method

func (*MockEC2API) DeleteFlowLogs

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

DeleteFlowLogs mocks base method

func (*MockEC2API) DeleteFlowLogsRequest

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

DeleteFlowLogsRequest mocks base method

func (*MockEC2API) DeleteFlowLogsWithContext added in v0.3.3

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

DeleteFlowLogsWithContext mocks base method

func (*MockEC2API) DeleteFpgaImage added in v0.5.2

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

DeleteFpgaImage mocks base method

func (*MockEC2API) DeleteFpgaImageRequest added in v0.5.2

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

DeleteFpgaImageRequest mocks base method

func (*MockEC2API) DeleteFpgaImageWithContext added in v0.5.2

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

DeleteFpgaImageWithContext mocks base method

func (*MockEC2API) DeleteInternetGateway

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

DeleteInternetGateway mocks base method

func (*MockEC2API) DeleteInternetGatewayRequest

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

DeleteInternetGatewayRequest mocks base method

func (*MockEC2API) DeleteInternetGatewayWithContext added in v0.3.3

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

DeleteInternetGatewayWithContext mocks base method

func (*MockEC2API) DeleteKeyPair

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

DeleteKeyPair mocks base method

func (*MockEC2API) DeleteKeyPairRequest

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

DeleteKeyPairRequest mocks base method

func (*MockEC2API) DeleteKeyPairWithContext added in v0.3.3

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

DeleteKeyPairWithContext mocks base method

func (*MockEC2API) DeleteLaunchTemplate added in v0.7.0

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

DeleteLaunchTemplate mocks base method

func (*MockEC2API) DeleteLaunchTemplateRequest added in v0.7.0

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

DeleteLaunchTemplateRequest mocks base method

func (*MockEC2API) DeleteLaunchTemplateVersions added in v0.7.0

DeleteLaunchTemplateVersions mocks base method

func (*MockEC2API) DeleteLaunchTemplateVersionsRequest added in v0.7.0

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

DeleteLaunchTemplateVersionsRequest mocks base method

func (*MockEC2API) DeleteLaunchTemplateVersionsWithContext added in v0.7.0

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

DeleteLaunchTemplateVersionsWithContext mocks base method

func (*MockEC2API) DeleteLaunchTemplateWithContext added in v0.7.0

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

DeleteLaunchTemplateWithContext mocks base method

func (*MockEC2API) DeleteNatGateway

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

DeleteNatGateway mocks base method

func (*MockEC2API) DeleteNatGatewayRequest

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

DeleteNatGatewayRequest mocks base method

func (*MockEC2API) DeleteNatGatewayWithContext added in v0.3.3

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

DeleteNatGatewayWithContext mocks base method

func (*MockEC2API) DeleteNetworkAcl

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

DeleteNetworkAcl mocks base method

func (*MockEC2API) DeleteNetworkAclEntry

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

DeleteNetworkAclEntry mocks base method

func (*MockEC2API) DeleteNetworkAclEntryRequest

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

DeleteNetworkAclEntryRequest mocks base method

func (*MockEC2API) DeleteNetworkAclEntryWithContext added in v0.3.3

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

DeleteNetworkAclEntryWithContext mocks base method

func (*MockEC2API) DeleteNetworkAclRequest

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

DeleteNetworkAclRequest mocks base method

func (*MockEC2API) DeleteNetworkAclWithContext added in v0.3.3

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

DeleteNetworkAclWithContext mocks base method

func (*MockEC2API) DeleteNetworkInterface

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

DeleteNetworkInterface mocks base method

func (*MockEC2API) DeleteNetworkInterfacePermission added in v0.4.1

DeleteNetworkInterfacePermission mocks base method

func (*MockEC2API) DeleteNetworkInterfacePermissionRequest added in v0.4.1

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

DeleteNetworkInterfacePermissionRequest mocks base method

func (*MockEC2API) DeleteNetworkInterfacePermissionWithContext added in v0.4.1

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

DeleteNetworkInterfacePermissionWithContext mocks base method

func (*MockEC2API) DeleteNetworkInterfaceRequest

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

DeleteNetworkInterfaceRequest mocks base method

func (*MockEC2API) DeleteNetworkInterfaceWithContext added in v0.3.3

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

DeleteNetworkInterfaceWithContext mocks base method

func (*MockEC2API) DeletePlacementGroup

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

DeletePlacementGroup mocks base method

func (*MockEC2API) DeletePlacementGroupRequest

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

DeletePlacementGroupRequest mocks base method

func (*MockEC2API) DeletePlacementGroupWithContext added in v0.3.3

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

DeletePlacementGroupWithContext mocks base method

func (*MockEC2API) DeleteRoute

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

DeleteRoute mocks base method

func (*MockEC2API) DeleteRouteRequest

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

DeleteRouteRequest mocks base method

func (*MockEC2API) DeleteRouteTable

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

DeleteRouteTable mocks base method

func (*MockEC2API) DeleteRouteTableRequest

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

DeleteRouteTableRequest mocks base method

func (*MockEC2API) DeleteRouteTableWithContext added in v0.3.3

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

DeleteRouteTableWithContext mocks base method

func (*MockEC2API) DeleteRouteWithContext added in v0.3.3

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

DeleteRouteWithContext mocks base method

func (*MockEC2API) DeleteSecurityGroup

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

DeleteSecurityGroup mocks base method

func (*MockEC2API) DeleteSecurityGroupRequest

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

DeleteSecurityGroupRequest mocks base method

func (*MockEC2API) DeleteSecurityGroupWithContext added in v0.3.3

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

DeleteSecurityGroupWithContext mocks base method

func (*MockEC2API) DeleteSnapshot

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

DeleteSnapshot mocks base method

func (*MockEC2API) DeleteSnapshotRequest

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

DeleteSnapshotRequest mocks base method

func (*MockEC2API) DeleteSnapshotWithContext added in v0.3.3

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

DeleteSnapshotWithContext mocks base method

func (*MockEC2API) DeleteSpotDatafeedSubscription

DeleteSpotDatafeedSubscription mocks base method

func (*MockEC2API) DeleteSpotDatafeedSubscriptionRequest

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

DeleteSpotDatafeedSubscriptionRequest mocks base method

func (*MockEC2API) DeleteSpotDatafeedSubscriptionWithContext added in v0.3.3

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

DeleteSpotDatafeedSubscriptionWithContext mocks base method

func (*MockEC2API) DeleteSubnet

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

DeleteSubnet mocks base method

func (*MockEC2API) DeleteSubnetRequest

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

DeleteSubnetRequest mocks base method

func (*MockEC2API) DeleteSubnetWithContext added in v0.3.3

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

DeleteSubnetWithContext mocks base method

func (*MockEC2API) DeleteTags

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

DeleteTags mocks base method

func (*MockEC2API) DeleteTagsRequest

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

DeleteTagsRequest mocks base method

func (*MockEC2API) DeleteTagsWithContext added in v0.3.3

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

DeleteTagsWithContext mocks base method

func (*MockEC2API) DeleteVolume

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

DeleteVolume mocks base method

func (*MockEC2API) DeleteVolumeRequest

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

DeleteVolumeRequest mocks base method

func (*MockEC2API) DeleteVolumeWithContext added in v0.3.3

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

DeleteVolumeWithContext mocks base method

func (*MockEC2API) DeleteVpc

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

DeleteVpc mocks base method

func (*MockEC2API) DeleteVpcEndpointConnectionNotifications added in v0.7.0

DeleteVpcEndpointConnectionNotifications mocks base method

func (*MockEC2API) DeleteVpcEndpointConnectionNotificationsRequest added in v0.7.0

DeleteVpcEndpointConnectionNotificationsRequest mocks base method

func (*MockEC2API) DeleteVpcEndpointConnectionNotificationsWithContext added in v0.7.0

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

DeleteVpcEndpointConnectionNotificationsWithContext mocks base method

func (*MockEC2API) DeleteVpcEndpointServiceConfigurations added in v0.7.0

DeleteVpcEndpointServiceConfigurations mocks base method

func (*MockEC2API) DeleteVpcEndpointServiceConfigurationsRequest added in v0.7.0

DeleteVpcEndpointServiceConfigurationsRequest mocks base method

func (*MockEC2API) DeleteVpcEndpointServiceConfigurationsWithContext added in v0.7.0

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

DeleteVpcEndpointServiceConfigurationsWithContext mocks base method

func (*MockEC2API) DeleteVpcEndpoints

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

DeleteVpcEndpoints mocks base method

func (*MockEC2API) DeleteVpcEndpointsRequest

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

DeleteVpcEndpointsRequest mocks base method

func (*MockEC2API) DeleteVpcEndpointsWithContext added in v0.3.3

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

DeleteVpcEndpointsWithContext mocks base method

func (*MockEC2API) DeleteVpcPeeringConnection

DeleteVpcPeeringConnection mocks base method

func (*MockEC2API) DeleteVpcPeeringConnectionRequest

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

DeleteVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) DeleteVpcPeeringConnectionWithContext added in v0.3.3

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

DeleteVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) DeleteVpcRequest

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

DeleteVpcRequest mocks base method

func (*MockEC2API) DeleteVpcWithContext added in v0.3.3

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

DeleteVpcWithContext mocks base method

func (*MockEC2API) DeleteVpnConnection

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

DeleteVpnConnection mocks base method

func (*MockEC2API) DeleteVpnConnectionRequest

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

DeleteVpnConnectionRequest mocks base method

func (*MockEC2API) DeleteVpnConnectionRoute

DeleteVpnConnectionRoute mocks base method

func (*MockEC2API) DeleteVpnConnectionRouteRequest

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

DeleteVpnConnectionRouteRequest mocks base method

func (*MockEC2API) DeleteVpnConnectionRouteWithContext added in v0.3.3

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

DeleteVpnConnectionRouteWithContext mocks base method

func (*MockEC2API) DeleteVpnConnectionWithContext added in v0.3.3

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

DeleteVpnConnectionWithContext mocks base method

func (*MockEC2API) DeleteVpnGateway

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

DeleteVpnGateway mocks base method

func (*MockEC2API) DeleteVpnGatewayRequest

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

DeleteVpnGatewayRequest mocks base method

func (*MockEC2API) DeleteVpnGatewayWithContext added in v0.3.3

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

DeleteVpnGatewayWithContext mocks base method

func (*MockEC2API) DeregisterImage

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

DeregisterImage mocks base method

func (*MockEC2API) DeregisterImageRequest

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

DeregisterImageRequest mocks base method

func (*MockEC2API) DeregisterImageWithContext added in v0.3.3

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

DeregisterImageWithContext mocks base method

func (*MockEC2API) DescribeAccountAttributes

DescribeAccountAttributes mocks base method

func (*MockEC2API) DescribeAccountAttributesRequest

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

DescribeAccountAttributesRequest mocks base method

func (*MockEC2API) DescribeAccountAttributesWithContext added in v0.3.3

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

DescribeAccountAttributesWithContext mocks base method

func (*MockEC2API) DescribeAddresses

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

DescribeAddresses mocks base method

func (*MockEC2API) DescribeAddressesRequest

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

DescribeAddressesRequest mocks base method

func (*MockEC2API) DescribeAddressesWithContext added in v0.3.3

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

DescribeAddressesWithContext mocks base method

func (*MockEC2API) DescribeAggregateIdFormat added in v0.7.0

DescribeAggregateIdFormat mocks base method

func (*MockEC2API) DescribeAggregateIdFormatRequest added in v0.7.0

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

DescribeAggregateIdFormatRequest mocks base method

func (*MockEC2API) DescribeAggregateIdFormatWithContext added in v0.7.0

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

DescribeAggregateIdFormatWithContext mocks base method

func (*MockEC2API) DescribeAvailabilityZones

DescribeAvailabilityZones mocks base method

func (*MockEC2API) DescribeAvailabilityZonesRequest

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

DescribeAvailabilityZonesRequest mocks base method

func (*MockEC2API) DescribeAvailabilityZonesWithContext added in v0.3.3

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

DescribeAvailabilityZonesWithContext mocks base method

func (*MockEC2API) DescribeBundleTasks

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

DescribeBundleTasks mocks base method

func (*MockEC2API) DescribeBundleTasksRequest

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

DescribeBundleTasksRequest mocks base method

func (*MockEC2API) DescribeBundleTasksWithContext added in v0.3.3

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

DescribeBundleTasksWithContext mocks base method

func (*MockEC2API) DescribeClassicLinkInstances

DescribeClassicLinkInstances mocks base method

func (*MockEC2API) DescribeClassicLinkInstancesRequest

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

DescribeClassicLinkInstancesRequest mocks base method

func (*MockEC2API) DescribeClassicLinkInstancesWithContext added in v0.3.3

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

DescribeClassicLinkInstancesWithContext mocks base method

func (*MockEC2API) DescribeConversionTasks

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

DescribeConversionTasks mocks base method

func (*MockEC2API) DescribeConversionTasksRequest

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

DescribeConversionTasksRequest mocks base method

func (*MockEC2API) DescribeConversionTasksWithContext added in v0.3.3

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

DescribeConversionTasksWithContext mocks base method

func (*MockEC2API) DescribeCustomerGateways

DescribeCustomerGateways mocks base method

func (*MockEC2API) DescribeCustomerGatewaysRequest

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

DescribeCustomerGatewaysRequest mocks base method

func (*MockEC2API) DescribeCustomerGatewaysWithContext added in v0.3.3

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

DescribeCustomerGatewaysWithContext mocks base method

func (*MockEC2API) DescribeDhcpOptions

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

DescribeDhcpOptions mocks base method

func (*MockEC2API) DescribeDhcpOptionsRequest

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

DescribeDhcpOptionsRequest mocks base method

func (*MockEC2API) DescribeDhcpOptionsWithContext added in v0.3.3

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

DescribeDhcpOptionsWithContext mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGateways

DescribeEgressOnlyInternetGateways mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGatewaysRequest

DescribeEgressOnlyInternetGatewaysRequest mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGatewaysWithContext added in v0.3.3

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

DescribeEgressOnlyInternetGatewaysWithContext mocks base method

func (*MockEC2API) DescribeElasticGpus added in v0.4.1

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

DescribeElasticGpus mocks base method

func (*MockEC2API) DescribeElasticGpusRequest added in v0.4.1

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

DescribeElasticGpusRequest mocks base method

func (*MockEC2API) DescribeElasticGpusWithContext added in v0.4.1

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

DescribeElasticGpusWithContext mocks base method

func (*MockEC2API) DescribeExportTasks

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

DescribeExportTasks mocks base method

func (*MockEC2API) DescribeExportTasksRequest

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

DescribeExportTasksRequest mocks base method

func (*MockEC2API) DescribeExportTasksWithContext added in v0.3.3

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

DescribeExportTasksWithContext mocks base method

func (*MockEC2API) DescribeFleetHistory added in v0.7.0

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

DescribeFleetHistory mocks base method

func (*MockEC2API) DescribeFleetHistoryRequest added in v0.7.0

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

DescribeFleetHistoryRequest mocks base method

func (*MockEC2API) DescribeFleetHistoryWithContext added in v0.7.0

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

DescribeFleetHistoryWithContext mocks base method

func (*MockEC2API) DescribeFleetInstances added in v0.7.0

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

DescribeFleetInstances mocks base method

func (*MockEC2API) DescribeFleetInstancesRequest added in v0.7.0

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

DescribeFleetInstancesRequest mocks base method

func (*MockEC2API) DescribeFleetInstancesWithContext added in v0.7.0

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

DescribeFleetInstancesWithContext mocks base method

func (*MockEC2API) DescribeFleets added in v0.7.0

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

DescribeFleets mocks base method

func (*MockEC2API) DescribeFleetsRequest added in v0.7.0

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

DescribeFleetsRequest mocks base method

func (*MockEC2API) DescribeFleetsWithContext added in v0.7.0

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

DescribeFleetsWithContext mocks base method

func (*MockEC2API) DescribeFlowLogs

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

DescribeFlowLogs mocks base method

func (*MockEC2API) DescribeFlowLogsRequest

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

DescribeFlowLogsRequest mocks base method

func (*MockEC2API) DescribeFlowLogsWithContext added in v0.3.3

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

DescribeFlowLogsWithContext mocks base method

func (*MockEC2API) DescribeFpgaImageAttribute added in v0.5.2

DescribeFpgaImageAttribute mocks base method

func (*MockEC2API) DescribeFpgaImageAttributeRequest added in v0.5.2

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

DescribeFpgaImageAttributeRequest mocks base method

func (*MockEC2API) DescribeFpgaImageAttributeWithContext added in v0.5.2

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

DescribeFpgaImageAttributeWithContext mocks base method

func (*MockEC2API) DescribeFpgaImages added in v0.4.1

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

DescribeFpgaImages mocks base method

func (*MockEC2API) DescribeFpgaImagesRequest added in v0.4.1

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

DescribeFpgaImagesRequest mocks base method

func (*MockEC2API) DescribeFpgaImagesWithContext added in v0.4.1

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

DescribeFpgaImagesWithContext mocks base method

func (*MockEC2API) DescribeHostReservationOfferings

DescribeHostReservationOfferings mocks base method

func (*MockEC2API) DescribeHostReservationOfferingsRequest

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

DescribeHostReservationOfferingsRequest mocks base method

func (*MockEC2API) DescribeHostReservationOfferingsWithContext added in v0.3.3

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

DescribeHostReservationOfferingsWithContext mocks base method

func (*MockEC2API) DescribeHostReservations

DescribeHostReservations mocks base method

func (*MockEC2API) DescribeHostReservationsRequest

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

DescribeHostReservationsRequest mocks base method

func (*MockEC2API) DescribeHostReservationsWithContext added in v0.3.3

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

DescribeHostReservationsWithContext mocks base method

func (*MockEC2API) DescribeHosts

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

DescribeHosts mocks base method

func (*MockEC2API) DescribeHostsRequest

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

DescribeHostsRequest mocks base method

func (*MockEC2API) DescribeHostsWithContext added in v0.3.3

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

DescribeHostsWithContext mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociations added in v0.3.0

DescribeIamInstanceProfileAssociations mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociationsRequest added in v0.3.0

DescribeIamInstanceProfileAssociationsRequest mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociationsWithContext added in v0.3.3

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

DescribeIamInstanceProfileAssociationsWithContext mocks base method

func (*MockEC2API) DescribeIdFormat

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

DescribeIdFormat mocks base method

func (*MockEC2API) DescribeIdFormatRequest

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

DescribeIdFormatRequest mocks base method

func (*MockEC2API) DescribeIdFormatWithContext added in v0.3.3

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

DescribeIdFormatWithContext mocks base method

func (*MockEC2API) DescribeIdentityIdFormat

DescribeIdentityIdFormat mocks base method

func (*MockEC2API) DescribeIdentityIdFormatRequest

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

DescribeIdentityIdFormatRequest mocks base method

func (*MockEC2API) DescribeIdentityIdFormatWithContext added in v0.3.3

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

DescribeIdentityIdFormatWithContext mocks base method

func (*MockEC2API) DescribeImageAttribute

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

DescribeImageAttribute mocks base method

func (*MockEC2API) DescribeImageAttributeRequest

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

DescribeImageAttributeRequest mocks base method

func (*MockEC2API) DescribeImageAttributeWithContext added in v0.3.3

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

DescribeImageAttributeWithContext mocks base method

func (*MockEC2API) DescribeImages

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

DescribeImages mocks base method

func (*MockEC2API) DescribeImagesRequest

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

DescribeImagesRequest mocks base method

func (*MockEC2API) DescribeImagesWithContext added in v0.3.3

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

DescribeImagesWithContext mocks base method

func (*MockEC2API) DescribeImportImageTasks

DescribeImportImageTasks mocks base method

func (*MockEC2API) DescribeImportImageTasksRequest

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

DescribeImportImageTasksRequest mocks base method

func (*MockEC2API) DescribeImportImageTasksWithContext added in v0.3.3

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

DescribeImportImageTasksWithContext mocks base method

func (*MockEC2API) DescribeImportSnapshotTasks

DescribeImportSnapshotTasks mocks base method

func (*MockEC2API) DescribeImportSnapshotTasksRequest

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

DescribeImportSnapshotTasksRequest mocks base method

func (*MockEC2API) DescribeImportSnapshotTasksWithContext added in v0.3.3

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

DescribeImportSnapshotTasksWithContext mocks base method

func (*MockEC2API) DescribeInstanceAttribute

DescribeInstanceAttribute mocks base method

func (*MockEC2API) DescribeInstanceAttributeRequest

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

DescribeInstanceAttributeRequest mocks base method

func (*MockEC2API) DescribeInstanceAttributeWithContext added in v0.3.3

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

DescribeInstanceAttributeWithContext mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecifications added in v0.7.0

DescribeInstanceCreditSpecifications mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecificationsRequest added in v0.7.0

DescribeInstanceCreditSpecificationsRequest mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecificationsWithContext added in v0.7.0

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

DescribeInstanceCreditSpecificationsWithContext mocks base method

func (*MockEC2API) DescribeInstanceStatus

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

DescribeInstanceStatus mocks base method

func (*MockEC2API) DescribeInstanceStatusPages

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

DescribeInstanceStatusPages mocks base method

func (*MockEC2API) DescribeInstanceStatusPagesWithContext added in v0.3.3

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

DescribeInstanceStatusPagesWithContext mocks base method

func (*MockEC2API) DescribeInstanceStatusRequest

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

DescribeInstanceStatusRequest mocks base method

func (*MockEC2API) DescribeInstanceStatusWithContext added in v0.3.3

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

DescribeInstanceStatusWithContext mocks base method

func (*MockEC2API) DescribeInstances

func (m *MockEC2API) DescribeInstances(arg0 *ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error)

DescribeInstances mocks base method

func (*MockEC2API) DescribeInstancesPages

func (m *MockEC2API) DescribeInstancesPages(arg0 *ec2.DescribeInstancesInput, arg1 func(*ec2.DescribeInstancesOutput, bool) bool) error

DescribeInstancesPages mocks base method

func (*MockEC2API) DescribeInstancesPagesWithContext added in v0.3.3

func (m *MockEC2API) DescribeInstancesPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstancesInput, arg2 func(*ec2.DescribeInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeInstancesPagesWithContext mocks base method

func (*MockEC2API) DescribeInstancesRequest

func (m *MockEC2API) DescribeInstancesRequest(arg0 *ec2.DescribeInstancesInput) (*request.Request, *ec2.DescribeInstancesOutput)

DescribeInstancesRequest mocks base method

func (*MockEC2API) DescribeInstancesWithContext added in v0.3.3

func (m *MockEC2API) DescribeInstancesWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.Option) (*ec2.DescribeInstancesOutput, error)

DescribeInstancesWithContext mocks base method

func (*MockEC2API) DescribeInternetGateways

DescribeInternetGateways mocks base method

func (*MockEC2API) DescribeInternetGatewaysRequest

func (m *MockEC2API) DescribeInternetGatewaysRequest(arg0 *ec2.DescribeInternetGatewaysInput) (*request.Request, *ec2.DescribeInternetGatewaysOutput)

DescribeInternetGatewaysRequest mocks base method

func (*MockEC2API) DescribeInternetGatewaysWithContext added in v0.3.3

func (m *MockEC2API) DescribeInternetGatewaysWithContext(arg0 aws.Context, arg1 *ec2.DescribeInternetGatewaysInput, arg2 ...request.Option) (*ec2.DescribeInternetGatewaysOutput, error)

DescribeInternetGatewaysWithContext mocks base method

func (*MockEC2API) DescribeKeyPairs

func (m *MockEC2API) DescribeKeyPairs(arg0 *ec2.DescribeKeyPairsInput) (*ec2.DescribeKeyPairsOutput, error)

DescribeKeyPairs mocks base method

func (*MockEC2API) DescribeKeyPairsRequest

func (m *MockEC2API) DescribeKeyPairsRequest(arg0 *ec2.DescribeKeyPairsInput) (*request.Request, *ec2.DescribeKeyPairsOutput)

DescribeKeyPairsRequest mocks base method

func (*MockEC2API) DescribeKeyPairsWithContext added in v0.3.3

func (m *MockEC2API) DescribeKeyPairsWithContext(arg0 aws.Context, arg1 *ec2.DescribeKeyPairsInput, arg2 ...request.Option) (*ec2.DescribeKeyPairsOutput, error)

DescribeKeyPairsWithContext mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersions added in v0.7.0

DescribeLaunchTemplateVersions mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersionsRequest added in v0.7.0

func (m *MockEC2API) DescribeLaunchTemplateVersionsRequest(arg0 *ec2.DescribeLaunchTemplateVersionsInput) (*request.Request, *ec2.DescribeLaunchTemplateVersionsOutput)

DescribeLaunchTemplateVersionsRequest mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersionsWithContext added in v0.7.0

func (m *MockEC2API) DescribeLaunchTemplateVersionsWithContext(arg0 aws.Context, arg1 *ec2.DescribeLaunchTemplateVersionsInput, arg2 ...request.Option) (*ec2.DescribeLaunchTemplateVersionsOutput, error)

DescribeLaunchTemplateVersionsWithContext mocks base method

func (*MockEC2API) DescribeLaunchTemplates added in v0.7.0

func (m *MockEC2API) DescribeLaunchTemplates(arg0 *ec2.DescribeLaunchTemplatesInput) (*ec2.DescribeLaunchTemplatesOutput, error)

DescribeLaunchTemplates mocks base method

func (*MockEC2API) DescribeLaunchTemplatesRequest added in v0.7.0

func (m *MockEC2API) DescribeLaunchTemplatesRequest(arg0 *ec2.DescribeLaunchTemplatesInput) (*request.Request, *ec2.DescribeLaunchTemplatesOutput)

DescribeLaunchTemplatesRequest mocks base method

func (*MockEC2API) DescribeLaunchTemplatesWithContext added in v0.7.0

func (m *MockEC2API) DescribeLaunchTemplatesWithContext(arg0 aws.Context, arg1 *ec2.DescribeLaunchTemplatesInput, arg2 ...request.Option) (*ec2.DescribeLaunchTemplatesOutput, error)

DescribeLaunchTemplatesWithContext mocks base method

func (*MockEC2API) DescribeMovingAddresses

func (m *MockEC2API) DescribeMovingAddresses(arg0 *ec2.DescribeMovingAddressesInput) (*ec2.DescribeMovingAddressesOutput, error)

DescribeMovingAddresses mocks base method

func (*MockEC2API) DescribeMovingAddressesRequest

func (m *MockEC2API) DescribeMovingAddressesRequest(arg0 *ec2.DescribeMovingAddressesInput) (*request.Request, *ec2.DescribeMovingAddressesOutput)

DescribeMovingAddressesRequest mocks base method

func (*MockEC2API) DescribeMovingAddressesWithContext added in v0.3.3

func (m *MockEC2API) DescribeMovingAddressesWithContext(arg0 aws.Context, arg1 *ec2.DescribeMovingAddressesInput, arg2 ...request.Option) (*ec2.DescribeMovingAddressesOutput, error)

DescribeMovingAddressesWithContext mocks base method

func (*MockEC2API) DescribeNatGateways

func (m *MockEC2API) DescribeNatGateways(arg0 *ec2.DescribeNatGatewaysInput) (*ec2.DescribeNatGatewaysOutput, error)

DescribeNatGateways mocks base method

func (*MockEC2API) DescribeNatGatewaysPages added in v0.3.1

func (m *MockEC2API) DescribeNatGatewaysPages(arg0 *ec2.DescribeNatGatewaysInput, arg1 func(*ec2.DescribeNatGatewaysOutput, bool) bool) error

DescribeNatGatewaysPages mocks base method

func (*MockEC2API) DescribeNatGatewaysPagesWithContext added in v0.3.3

func (m *MockEC2API) DescribeNatGatewaysPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 func(*ec2.DescribeNatGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeNatGatewaysPagesWithContext mocks base method

func (*MockEC2API) DescribeNatGatewaysRequest

func (m *MockEC2API) DescribeNatGatewaysRequest(arg0 *ec2.DescribeNatGatewaysInput) (*request.Request, *ec2.DescribeNatGatewaysOutput)

DescribeNatGatewaysRequest mocks base method

func (*MockEC2API) DescribeNatGatewaysWithContext added in v0.3.3

func (m *MockEC2API) DescribeNatGatewaysWithContext(arg0 aws.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 ...request.Option) (*ec2.DescribeNatGatewaysOutput, error)

DescribeNatGatewaysWithContext mocks base method

func (*MockEC2API) DescribeNetworkAcls

func (m *MockEC2API) DescribeNetworkAcls(arg0 *ec2.DescribeNetworkAclsInput) (*ec2.DescribeNetworkAclsOutput, error)

DescribeNetworkAcls mocks base method

func (*MockEC2API) DescribeNetworkAclsRequest

func (m *MockEC2API) DescribeNetworkAclsRequest(arg0 *ec2.DescribeNetworkAclsInput) (*request.Request, *ec2.DescribeNetworkAclsOutput)

DescribeNetworkAclsRequest mocks base method

func (*MockEC2API) DescribeNetworkAclsWithContext added in v0.3.3

func (m *MockEC2API) DescribeNetworkAclsWithContext(arg0 aws.Context, arg1 *ec2.DescribeNetworkAclsInput, arg2 ...request.Option) (*ec2.DescribeNetworkAclsOutput, error)

DescribeNetworkAclsWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfaceAttribute

DescribeNetworkInterfaceAttribute mocks base method

func (*MockEC2API) DescribeNetworkInterfaceAttributeRequest

DescribeNetworkInterfaceAttributeRequest mocks base method

func (*MockEC2API) DescribeNetworkInterfaceAttributeWithContext added in v0.3.3

func (m *MockEC2API) DescribeNetworkInterfaceAttributeWithContext(arg0 aws.Context, arg1 *ec2.DescribeNetworkInterfaceAttributeInput, arg2 ...request.Option) (*ec2.DescribeNetworkInterfaceAttributeOutput, error)

DescribeNetworkInterfaceAttributeWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissions added in v0.4.1

DescribeNetworkInterfacePermissions mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissionsRequest added in v0.4.1

DescribeNetworkInterfacePermissionsRequest mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissionsWithContext added in v0.4.1

func (m *MockEC2API) DescribeNetworkInterfacePermissionsWithContext(arg0 aws.Context, arg1 *ec2.DescribeNetworkInterfacePermissionsInput, arg2 ...request.Option) (*ec2.DescribeNetworkInterfacePermissionsOutput, error)

DescribeNetworkInterfacePermissionsWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfaces

DescribeNetworkInterfaces mocks base method

func (*MockEC2API) DescribeNetworkInterfacesRequest

func (m *MockEC2API) DescribeNetworkInterfacesRequest(arg0 *ec2.DescribeNetworkInterfacesInput) (*request.Request, *ec2.DescribeNetworkInterfacesOutput)

DescribeNetworkInterfacesRequest mocks base method

func (*MockEC2API) DescribeNetworkInterfacesWithContext added in v0.3.3

func (m *MockEC2API) DescribeNetworkInterfacesWithContext(arg0 aws.Context, arg1 *ec2.DescribeNetworkInterfacesInput, arg2 ...request.Option) (*ec2.DescribeNetworkInterfacesOutput, error)

DescribeNetworkInterfacesWithContext mocks base method

func (*MockEC2API) DescribePlacementGroups

func (m *MockEC2API) DescribePlacementGroups(arg0 *ec2.DescribePlacementGroupsInput) (*ec2.DescribePlacementGroupsOutput, error)

DescribePlacementGroups mocks base method

func (*MockEC2API) DescribePlacementGroupsRequest

func (m *MockEC2API) DescribePlacementGroupsRequest(arg0 *ec2.DescribePlacementGroupsInput) (*request.Request, *ec2.DescribePlacementGroupsOutput)

DescribePlacementGroupsRequest mocks base method

func (*MockEC2API) DescribePlacementGroupsWithContext added in v0.3.3

func (m *MockEC2API) DescribePlacementGroupsWithContext(arg0 aws.Context, arg1 *ec2.DescribePlacementGroupsInput, arg2 ...request.Option) (*ec2.DescribePlacementGroupsOutput, error)

DescribePlacementGroupsWithContext mocks base method

func (*MockEC2API) DescribePrefixLists

func (m *MockEC2API) DescribePrefixLists(arg0 *ec2.DescribePrefixListsInput) (*ec2.DescribePrefixListsOutput, error)

DescribePrefixLists mocks base method

func (*MockEC2API) DescribePrefixListsRequest

func (m *MockEC2API) DescribePrefixListsRequest(arg0 *ec2.DescribePrefixListsInput) (*request.Request, *ec2.DescribePrefixListsOutput)

DescribePrefixListsRequest mocks base method

func (*MockEC2API) DescribePrefixListsWithContext added in v0.3.3

func (m *MockEC2API) DescribePrefixListsWithContext(arg0 aws.Context, arg1 *ec2.DescribePrefixListsInput, arg2 ...request.Option) (*ec2.DescribePrefixListsOutput, error)

DescribePrefixListsWithContext mocks base method

func (*MockEC2API) DescribePrincipalIdFormat added in v0.7.0

DescribePrincipalIdFormat mocks base method

func (*MockEC2API) DescribePrincipalIdFormatRequest added in v0.7.0

func (m *MockEC2API) DescribePrincipalIdFormatRequest(arg0 *ec2.DescribePrincipalIdFormatInput) (*request.Request, *ec2.DescribePrincipalIdFormatOutput)

DescribePrincipalIdFormatRequest mocks base method

func (*MockEC2API) DescribePrincipalIdFormatWithContext added in v0.7.0

func (m *MockEC2API) DescribePrincipalIdFormatWithContext(arg0 aws.Context, arg1 *ec2.DescribePrincipalIdFormatInput, arg2 ...request.Option) (*ec2.DescribePrincipalIdFormatOutput, error)

DescribePrincipalIdFormatWithContext mocks base method

func (*MockEC2API) DescribeRegions

func (m *MockEC2API) DescribeRegions(arg0 *ec2.DescribeRegionsInput) (*ec2.DescribeRegionsOutput, error)

DescribeRegions mocks base method

func (*MockEC2API) DescribeRegionsRequest

func (m *MockEC2API) DescribeRegionsRequest(arg0 *ec2.DescribeRegionsInput) (*request.Request, *ec2.DescribeRegionsOutput)

DescribeRegionsRequest mocks base method

func (*MockEC2API) DescribeRegionsWithContext added in v0.3.3

func (m *MockEC2API) DescribeRegionsWithContext(arg0 aws.Context, arg1 *ec2.DescribeRegionsInput, arg2 ...request.Option) (*ec2.DescribeRegionsOutput, error)

DescribeRegionsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstances

DescribeReservedInstances mocks base method

func (*MockEC2API) DescribeReservedInstancesListings

DescribeReservedInstancesListings mocks base method

func (*MockEC2API) DescribeReservedInstancesListingsRequest

DescribeReservedInstancesListingsRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesListingsWithContext added in v0.3.3

func (m *MockEC2API) DescribeReservedInstancesListingsWithContext(arg0 aws.Context, arg1 *ec2.DescribeReservedInstancesListingsInput, arg2 ...request.Option) (*ec2.DescribeReservedInstancesListingsOutput, error)

DescribeReservedInstancesListingsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesModifications

DescribeReservedInstancesModifications mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsPages

func (m *MockEC2API) DescribeReservedInstancesModificationsPages(arg0 *ec2.DescribeReservedInstancesModificationsInput, arg1 func(*ec2.DescribeReservedInstancesModificationsOutput, bool) bool) error

DescribeReservedInstancesModificationsPages mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsPagesWithContext added in v0.3.3

func (m *MockEC2API) DescribeReservedInstancesModificationsPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeReservedInstancesModificationsInput, arg2 func(*ec2.DescribeReservedInstancesModificationsOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedInstancesModificationsPagesWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsRequest

DescribeReservedInstancesModificationsRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsWithContext added in v0.3.3

func (m *MockEC2API) DescribeReservedInstancesModificationsWithContext(arg0 aws.Context, arg1 *ec2.DescribeReservedInstancesModificationsInput, arg2 ...request.Option) (*ec2.DescribeReservedInstancesModificationsOutput, error)

DescribeReservedInstancesModificationsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferings

DescribeReservedInstancesOfferings mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsPages

func (m *MockEC2API) DescribeReservedInstancesOfferingsPages(arg0 *ec2.DescribeReservedInstancesOfferingsInput, arg1 func(*ec2.DescribeReservedInstancesOfferingsOutput, bool) bool) error

DescribeReservedInstancesOfferingsPages mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsPagesWithContext added in v0.3.3

func (m *MockEC2API) DescribeReservedInstancesOfferingsPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeReservedInstancesOfferingsInput, arg2 func(*ec2.DescribeReservedInstancesOfferingsOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedInstancesOfferingsPagesWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsRequest

DescribeReservedInstancesOfferingsRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsWithContext added in v0.3.3

func (m *MockEC2API) DescribeReservedInstancesOfferingsWithContext(arg0 aws.Context, arg1 *ec2.DescribeReservedInstancesOfferingsInput, arg2 ...request.Option) (*ec2.DescribeReservedInstancesOfferingsOutput, error)

DescribeReservedInstancesOfferingsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesRequest

func (m *MockEC2API) DescribeReservedInstancesRequest(arg0 *ec2.DescribeReservedInstancesInput) (*request.Request, *ec2.DescribeReservedInstancesOutput)

DescribeReservedInstancesRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesWithContext added in v0.3.3

func (m *MockEC2API) DescribeReservedInstancesWithContext(arg0 aws.Context, arg1 *ec2.DescribeReservedInstancesInput, arg2 ...request.Option) (*ec2.DescribeReservedInstancesOutput, error)

DescribeReservedInstancesWithContext mocks base method

func (*MockEC2API) DescribeRouteTables

func (m *MockEC2API) DescribeRouteTables(arg0 *ec2.DescribeRouteTablesInput) (*ec2.DescribeRouteTablesOutput, error)

DescribeRouteTables mocks base method

func (*MockEC2API) DescribeRouteTablesRequest

func (m *MockEC2API) DescribeRouteTablesRequest(arg0 *ec2.DescribeRouteTablesInput) (*request.Request, *ec2.DescribeRouteTablesOutput)

DescribeRouteTablesRequest mocks base method

func (*MockEC2API) DescribeRouteTablesWithContext added in v0.3.3

func (m *MockEC2API) DescribeRouteTablesWithContext(arg0 aws.Context, arg1 *ec2.DescribeRouteTablesInput, arg2 ...request.Option) (*ec2.DescribeRouteTablesOutput, error)

DescribeRouteTablesWithContext mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailability

DescribeScheduledInstanceAvailability mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailabilityRequest

DescribeScheduledInstanceAvailabilityRequest mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailabilityWithContext added in v0.3.3

func (m *MockEC2API) DescribeScheduledInstanceAvailabilityWithContext(arg0 aws.Context, arg1 *ec2.DescribeScheduledInstanceAvailabilityInput, arg2 ...request.Option) (*ec2.DescribeScheduledInstanceAvailabilityOutput, error)

DescribeScheduledInstanceAvailabilityWithContext mocks base method

func (*MockEC2API) DescribeScheduledInstances

DescribeScheduledInstances mocks base method

func (*MockEC2API) DescribeScheduledInstancesRequest

func (m *MockEC2API) DescribeScheduledInstancesRequest(arg0 *ec2.DescribeScheduledInstancesInput) (*request.Request, *ec2.DescribeScheduledInstancesOutput)

DescribeScheduledInstancesRequest mocks base method

func (*MockEC2API) DescribeScheduledInstancesWithContext added in v0.3.3

func (m *MockEC2API) DescribeScheduledInstancesWithContext(arg0 aws.Context, arg1 *ec2.DescribeScheduledInstancesInput, arg2 ...request.Option) (*ec2.DescribeScheduledInstancesOutput, error)

DescribeScheduledInstancesWithContext mocks base method

func (*MockEC2API) DescribeSecurityGroupReferences

DescribeSecurityGroupReferences mocks base method

func (*MockEC2API) DescribeSecurityGroupReferencesRequest

func (m *MockEC2API) DescribeSecurityGroupReferencesRequest(arg0 *ec2.DescribeSecurityGroupReferencesInput) (*request.Request, *ec2.DescribeSecurityGroupReferencesOutput)

DescribeSecurityGroupReferencesRequest mocks base method

func (*MockEC2API) DescribeSecurityGroupReferencesWithContext added in v0.3.3

func (m *MockEC2API) DescribeSecurityGroupReferencesWithContext(arg0 aws.Context, arg1 *ec2.DescribeSecurityGroupReferencesInput, arg2 ...request.Option) (*ec2.DescribeSecurityGroupReferencesOutput, error)

DescribeSecurityGroupReferencesWithContext mocks base method

func (*MockEC2API) DescribeSecurityGroups

func (m *MockEC2API) DescribeSecurityGroups(arg0 *ec2.DescribeSecurityGroupsInput) (*ec2.DescribeSecurityGroupsOutput, error)

DescribeSecurityGroups mocks base method

func (*MockEC2API) DescribeSecurityGroupsRequest

func (m *MockEC2API) DescribeSecurityGroupsRequest(arg0 *ec2.DescribeSecurityGroupsInput) (*request.Request, *ec2.DescribeSecurityGroupsOutput)

DescribeSecurityGroupsRequest mocks base method

func (*MockEC2API) DescribeSecurityGroupsWithContext added in v0.3.3

func (m *MockEC2API) DescribeSecurityGroupsWithContext(arg0 aws.Context, arg1 *ec2.DescribeSecurityGroupsInput, arg2 ...request.Option) (*ec2.DescribeSecurityGroupsOutput, error)

DescribeSecurityGroupsWithContext mocks base method

func (*MockEC2API) DescribeSnapshotAttribute

DescribeSnapshotAttribute mocks base method

func (*MockEC2API) DescribeSnapshotAttributeRequest

func (m *MockEC2API) DescribeSnapshotAttributeRequest(arg0 *ec2.DescribeSnapshotAttributeInput) (*request.Request, *ec2.DescribeSnapshotAttributeOutput)

DescribeSnapshotAttributeRequest mocks base method

func (*MockEC2API) DescribeSnapshotAttributeWithContext added in v0.3.3

func (m *MockEC2API) DescribeSnapshotAttributeWithContext(arg0 aws.Context, arg1 *ec2.DescribeSnapshotAttributeInput, arg2 ...request.Option) (*ec2.DescribeSnapshotAttributeOutput, error)

DescribeSnapshotAttributeWithContext mocks base method

func (*MockEC2API) DescribeSnapshots

func (m *MockEC2API) DescribeSnapshots(arg0 *ec2.DescribeSnapshotsInput) (*ec2.DescribeSnapshotsOutput, error)

DescribeSnapshots mocks base method

func (*MockEC2API) DescribeSnapshotsPages

func (m *MockEC2API) DescribeSnapshotsPages(arg0 *ec2.DescribeSnapshotsInput, arg1 func(*ec2.DescribeSnapshotsOutput, bool) bool) error

DescribeSnapshotsPages mocks base method

func (*MockEC2API) DescribeSnapshotsPagesWithContext added in v0.3.3

func (m *MockEC2API) DescribeSnapshotsPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeSnapshotsInput, arg2 func(*ec2.DescribeSnapshotsOutput, bool) bool, arg3 ...request.Option) error

DescribeSnapshotsPagesWithContext mocks base method

func (*MockEC2API) DescribeSnapshotsRequest

func (m *MockEC2API) DescribeSnapshotsRequest(arg0 *ec2.DescribeSnapshotsInput) (*request.Request, *ec2.DescribeSnapshotsOutput)

DescribeSnapshotsRequest mocks base method

func (*MockEC2API) DescribeSnapshotsWithContext added in v0.3.3

func (m *MockEC2API) DescribeSnapshotsWithContext(arg0 aws.Context, arg1 *ec2.DescribeSnapshotsInput, arg2 ...request.Option) (*ec2.DescribeSnapshotsOutput, error)

DescribeSnapshotsWithContext mocks base method

func (*MockEC2API) DescribeSpotDatafeedSubscription

DescribeSpotDatafeedSubscription mocks base method

func (*MockEC2API) DescribeSpotDatafeedSubscriptionRequest

func (m *MockEC2API) DescribeSpotDatafeedSubscriptionRequest(arg0 *ec2.DescribeSpotDatafeedSubscriptionInput) (*request.Request, *ec2.DescribeSpotDatafeedSubscriptionOutput)

DescribeSpotDatafeedSubscriptionRequest mocks base method

func (*MockEC2API) DescribeSpotDatafeedSubscriptionWithContext added in v0.3.3

func (m *MockEC2API) DescribeSpotDatafeedSubscriptionWithContext(arg0 aws.Context, arg1 *ec2.DescribeSpotDatafeedSubscriptionInput, arg2 ...request.Option) (*ec2.DescribeSpotDatafeedSubscriptionOutput, error)

DescribeSpotDatafeedSubscriptionWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetInstances

DescribeSpotFleetInstances mocks base method

func (*MockEC2API) DescribeSpotFleetInstancesRequest

func (m *MockEC2API) DescribeSpotFleetInstancesRequest(arg0 *ec2.DescribeSpotFleetInstancesInput) (*request.Request, *ec2.DescribeSpotFleetInstancesOutput)

DescribeSpotFleetInstancesRequest mocks base method

func (*MockEC2API) DescribeSpotFleetInstancesWithContext added in v0.3.3

func (m *MockEC2API) DescribeSpotFleetInstancesWithContext(arg0 aws.Context, arg1 *ec2.DescribeSpotFleetInstancesInput, arg2 ...request.Option) (*ec2.DescribeSpotFleetInstancesOutput, error)

DescribeSpotFleetInstancesWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetRequestHistory

DescribeSpotFleetRequestHistory mocks base method

func (*MockEC2API) DescribeSpotFleetRequestHistoryRequest

func (m *MockEC2API) DescribeSpotFleetRequestHistoryRequest(arg0 *ec2.DescribeSpotFleetRequestHistoryInput) (*request.Request, *ec2.DescribeSpotFleetRequestHistoryOutput)

DescribeSpotFleetRequestHistoryRequest mocks base method

func (*MockEC2API) DescribeSpotFleetRequestHistoryWithContext added in v0.3.3

func (m *MockEC2API) DescribeSpotFleetRequestHistoryWithContext(arg0 aws.Context, arg1 *ec2.DescribeSpotFleetRequestHistoryInput, arg2 ...request.Option) (*ec2.DescribeSpotFleetRequestHistoryOutput, error)

DescribeSpotFleetRequestHistoryWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetRequests

DescribeSpotFleetRequests mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsPages

func (m *MockEC2API) DescribeSpotFleetRequestsPages(arg0 *ec2.DescribeSpotFleetRequestsInput, arg1 func(*ec2.DescribeSpotFleetRequestsOutput, bool) bool) error

DescribeSpotFleetRequestsPages mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsPagesWithContext added in v0.3.3

func (m *MockEC2API) DescribeSpotFleetRequestsPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeSpotFleetRequestsInput, arg2 func(*ec2.DescribeSpotFleetRequestsOutput, bool) bool, arg3 ...request.Option) error

DescribeSpotFleetRequestsPagesWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsRequest

func (m *MockEC2API) DescribeSpotFleetRequestsRequest(arg0 *ec2.DescribeSpotFleetRequestsInput) (*request.Request, *ec2.DescribeSpotFleetRequestsOutput)

DescribeSpotFleetRequestsRequest mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsWithContext added in v0.3.3

func (m *MockEC2API) DescribeSpotFleetRequestsWithContext(arg0 aws.Context, arg1 *ec2.DescribeSpotFleetRequestsInput, arg2 ...request.Option) (*ec2.DescribeSpotFleetRequestsOutput, error)

DescribeSpotFleetRequestsWithContext mocks base method

func (*MockEC2API) DescribeSpotInstanceRequests

DescribeSpotInstanceRequests mocks base method

func (*MockEC2API) DescribeSpotInstanceRequestsRequest

func (m *MockEC2API) DescribeSpotInstanceRequestsRequest(arg0 *ec2.DescribeSpotInstanceRequestsInput) (*request.Request, *ec2.DescribeSpotInstanceRequestsOutput)

DescribeSpotInstanceRequestsRequest mocks base method

func (*MockEC2API) DescribeSpotInstanceRequestsWithContext added in v0.3.3

func (m *MockEC2API) DescribeSpotInstanceRequestsWithContext(arg0 aws.Context, arg1 *ec2.DescribeSpotInstanceRequestsInput, arg2 ...request.Option) (*ec2.DescribeSpotInstanceRequestsOutput, error)

DescribeSpotInstanceRequestsWithContext mocks base method

func (*MockEC2API) DescribeSpotPriceHistory

DescribeSpotPriceHistory mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryPages

func (m *MockEC2API) DescribeSpotPriceHistoryPages(arg0 *ec2.DescribeSpotPriceHistoryInput, arg1 func(*ec2.DescribeSpotPriceHistoryOutput, bool) bool) error

DescribeSpotPriceHistoryPages mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryPagesWithContext added in v0.3.3

func (m *MockEC2API) DescribeSpotPriceHistoryPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeSpotPriceHistoryInput, arg2 func(*ec2.DescribeSpotPriceHistoryOutput, bool) bool, arg3 ...request.Option) error

DescribeSpotPriceHistoryPagesWithContext mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryRequest

func (m *MockEC2API) DescribeSpotPriceHistoryRequest(arg0 *ec2.DescribeSpotPriceHistoryInput) (*request.Request, *ec2.DescribeSpotPriceHistoryOutput)

DescribeSpotPriceHistoryRequest mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryWithContext added in v0.3.3

func (m *MockEC2API) DescribeSpotPriceHistoryWithContext(arg0 aws.Context, arg1 *ec2.DescribeSpotPriceHistoryInput, arg2 ...request.Option) (*ec2.DescribeSpotPriceHistoryOutput, error)

DescribeSpotPriceHistoryWithContext mocks base method

func (*MockEC2API) DescribeStaleSecurityGroups

DescribeStaleSecurityGroups mocks base method

func (*MockEC2API) DescribeStaleSecurityGroupsRequest

func (m *MockEC2API) DescribeStaleSecurityGroupsRequest(arg0 *ec2.DescribeStaleSecurityGroupsInput) (*request.Request, *ec2.DescribeStaleSecurityGroupsOutput)

DescribeStaleSecurityGroupsRequest mocks base method

func (*MockEC2API) DescribeStaleSecurityGroupsWithContext added in v0.3.3

func (m *MockEC2API) DescribeStaleSecurityGroupsWithContext(arg0 aws.Context, arg1 *ec2.DescribeStaleSecurityGroupsInput, arg2 ...request.Option) (*ec2.DescribeStaleSecurityGroupsOutput, error)

DescribeStaleSecurityGroupsWithContext mocks base method

func (*MockEC2API) DescribeSubnets

func (m *MockEC2API) DescribeSubnets(arg0 *ec2.DescribeSubnetsInput) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnets mocks base method

func (*MockEC2API) DescribeSubnetsRequest

func (m *MockEC2API) DescribeSubnetsRequest(arg0 *ec2.DescribeSubnetsInput) (*request.Request, *ec2.DescribeSubnetsOutput)

DescribeSubnetsRequest mocks base method

func (*MockEC2API) DescribeSubnetsWithContext added in v0.3.3

func (m *MockEC2API) DescribeSubnetsWithContext(arg0 aws.Context, arg1 *ec2.DescribeSubnetsInput, arg2 ...request.Option) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnetsWithContext mocks base method

func (*MockEC2API) DescribeTags

func (m *MockEC2API) DescribeTags(arg0 *ec2.DescribeTagsInput) (*ec2.DescribeTagsOutput, error)

DescribeTags mocks base method

func (*MockEC2API) DescribeTagsPages

func (m *MockEC2API) DescribeTagsPages(arg0 *ec2.DescribeTagsInput, arg1 func(*ec2.DescribeTagsOutput, bool) bool) error

DescribeTagsPages mocks base method

func (*MockEC2API) DescribeTagsPagesWithContext added in v0.3.3

func (m *MockEC2API) DescribeTagsPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeTagsInput, arg2 func(*ec2.DescribeTagsOutput, bool) bool, arg3 ...request.Option) error

DescribeTagsPagesWithContext mocks base method

func (*MockEC2API) DescribeTagsRequest

func (m *MockEC2API) DescribeTagsRequest(arg0 *ec2.DescribeTagsInput) (*request.Request, *ec2.DescribeTagsOutput)

DescribeTagsRequest mocks base method

func (*MockEC2API) DescribeTagsWithContext added in v0.3.3

func (m *MockEC2API) DescribeTagsWithContext(arg0 aws.Context, arg1 *ec2.DescribeTagsInput, arg2 ...request.Option) (*ec2.DescribeTagsOutput, error)

DescribeTagsWithContext mocks base method

func (*MockEC2API) DescribeVolumeAttribute

func (m *MockEC2API) DescribeVolumeAttribute(arg0 *ec2.DescribeVolumeAttributeInput) (*ec2.DescribeVolumeAttributeOutput, error)

DescribeVolumeAttribute mocks base method

func (*MockEC2API) DescribeVolumeAttributeRequest

func (m *MockEC2API) DescribeVolumeAttributeRequest(arg0 *ec2.DescribeVolumeAttributeInput) (*request.Request, *ec2.DescribeVolumeAttributeOutput)

DescribeVolumeAttributeRequest mocks base method

func (*MockEC2API) DescribeVolumeAttributeWithContext added in v0.3.3

func (m *MockEC2API) DescribeVolumeAttributeWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumeAttributeInput, arg2 ...request.Option) (*ec2.DescribeVolumeAttributeOutput, error)

DescribeVolumeAttributeWithContext mocks base method

func (*MockEC2API) DescribeVolumeStatus

func (m *MockEC2API) DescribeVolumeStatus(arg0 *ec2.DescribeVolumeStatusInput) (*ec2.DescribeVolumeStatusOutput, error)

DescribeVolumeStatus mocks base method

func (*MockEC2API) DescribeVolumeStatusPages

func (m *MockEC2API) DescribeVolumeStatusPages(arg0 *ec2.DescribeVolumeStatusInput, arg1 func(*ec2.DescribeVolumeStatusOutput, bool) bool) error

DescribeVolumeStatusPages mocks base method

func (*MockEC2API) DescribeVolumeStatusPagesWithContext added in v0.3.3

func (m *MockEC2API) DescribeVolumeStatusPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumeStatusInput, arg2 func(*ec2.DescribeVolumeStatusOutput, bool) bool, arg3 ...request.Option) error

DescribeVolumeStatusPagesWithContext mocks base method

func (*MockEC2API) DescribeVolumeStatusRequest

func (m *MockEC2API) DescribeVolumeStatusRequest(arg0 *ec2.DescribeVolumeStatusInput) (*request.Request, *ec2.DescribeVolumeStatusOutput)

DescribeVolumeStatusRequest mocks base method

func (*MockEC2API) DescribeVolumeStatusWithContext added in v0.3.3

func (m *MockEC2API) DescribeVolumeStatusWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumeStatusInput, arg2 ...request.Option) (*ec2.DescribeVolumeStatusOutput, error)

DescribeVolumeStatusWithContext mocks base method

func (*MockEC2API) DescribeVolumes

func (m *MockEC2API) DescribeVolumes(arg0 *ec2.DescribeVolumesInput) (*ec2.DescribeVolumesOutput, error)

DescribeVolumes mocks base method

func (*MockEC2API) DescribeVolumesModifications added in v0.3.1

DescribeVolumesModifications mocks base method

func (*MockEC2API) DescribeVolumesModificationsRequest added in v0.3.1

func (m *MockEC2API) DescribeVolumesModificationsRequest(arg0 *ec2.DescribeVolumesModificationsInput) (*request.Request, *ec2.DescribeVolumesModificationsOutput)

DescribeVolumesModificationsRequest mocks base method

func (*MockEC2API) DescribeVolumesModificationsWithContext added in v0.3.3

func (m *MockEC2API) DescribeVolumesModificationsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumesModificationsInput, arg2 ...request.Option) (*ec2.DescribeVolumesModificationsOutput, error)

DescribeVolumesModificationsWithContext mocks base method

func (*MockEC2API) DescribeVolumesPages

func (m *MockEC2API) DescribeVolumesPages(arg0 *ec2.DescribeVolumesInput, arg1 func(*ec2.DescribeVolumesOutput, bool) bool) error

DescribeVolumesPages mocks base method

func (*MockEC2API) DescribeVolumesPagesWithContext added in v0.3.3

func (m *MockEC2API) DescribeVolumesPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumesInput, arg2 func(*ec2.DescribeVolumesOutput, bool) bool, arg3 ...request.Option) error

DescribeVolumesPagesWithContext mocks base method

func (*MockEC2API) DescribeVolumesRequest

func (m *MockEC2API) DescribeVolumesRequest(arg0 *ec2.DescribeVolumesInput) (*request.Request, *ec2.DescribeVolumesOutput)

DescribeVolumesRequest mocks base method

func (*MockEC2API) DescribeVolumesWithContext added in v0.3.3

func (m *MockEC2API) DescribeVolumesWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.Option) (*ec2.DescribeVolumesOutput, error)

DescribeVolumesWithContext mocks base method

func (*MockEC2API) DescribeVpcAttribute

func (m *MockEC2API) DescribeVpcAttribute(arg0 *ec2.DescribeVpcAttributeInput) (*ec2.DescribeVpcAttributeOutput, error)

DescribeVpcAttribute mocks base method

func (*MockEC2API) DescribeVpcAttributeRequest

func (m *MockEC2API) DescribeVpcAttributeRequest(arg0 *ec2.DescribeVpcAttributeInput) (*request.Request, *ec2.DescribeVpcAttributeOutput)

DescribeVpcAttributeRequest mocks base method

func (*MockEC2API) DescribeVpcAttributeWithContext added in v0.3.3

func (m *MockEC2API) DescribeVpcAttributeWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcAttributeInput, arg2 ...request.Option) (*ec2.DescribeVpcAttributeOutput, error)

DescribeVpcAttributeWithContext mocks base method

func (m *MockEC2API) DescribeVpcClassicLink(arg0 *ec2.DescribeVpcClassicLinkInput) (*ec2.DescribeVpcClassicLinkOutput, error)

DescribeVpcClassicLink mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupport

DescribeVpcClassicLinkDnsSupport mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupportRequest

func (m *MockEC2API) DescribeVpcClassicLinkDnsSupportRequest(arg0 *ec2.DescribeVpcClassicLinkDnsSupportInput) (*request.Request, *ec2.DescribeVpcClassicLinkDnsSupportOutput)

DescribeVpcClassicLinkDnsSupportRequest mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupportWithContext added in v0.3.3

func (m *MockEC2API) DescribeVpcClassicLinkDnsSupportWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcClassicLinkDnsSupportInput, arg2 ...request.Option) (*ec2.DescribeVpcClassicLinkDnsSupportOutput, error)

DescribeVpcClassicLinkDnsSupportWithContext mocks base method

func (*MockEC2API) DescribeVpcClassicLinkRequest

func (m *MockEC2API) DescribeVpcClassicLinkRequest(arg0 *ec2.DescribeVpcClassicLinkInput) (*request.Request, *ec2.DescribeVpcClassicLinkOutput)

DescribeVpcClassicLinkRequest mocks base method

func (*MockEC2API) DescribeVpcClassicLinkWithContext added in v0.3.3

func (m *MockEC2API) DescribeVpcClassicLinkWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcClassicLinkInput, arg2 ...request.Option) (*ec2.DescribeVpcClassicLinkOutput, error)

DescribeVpcClassicLinkWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotifications added in v0.7.0

DescribeVpcEndpointConnectionNotifications mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotificationsRequest added in v0.7.0

DescribeVpcEndpointConnectionNotificationsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotificationsWithContext added in v0.7.0

func (m *MockEC2API) DescribeVpcEndpointConnectionNotificationsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcEndpointConnectionNotificationsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointConnectionNotificationsOutput, error)

DescribeVpcEndpointConnectionNotificationsWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointConnections added in v0.7.0

DescribeVpcEndpointConnections mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionsRequest added in v0.7.0

func (m *MockEC2API) DescribeVpcEndpointConnectionsRequest(arg0 *ec2.DescribeVpcEndpointConnectionsInput) (*request.Request, *ec2.DescribeVpcEndpointConnectionsOutput)

DescribeVpcEndpointConnectionsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionsWithContext added in v0.7.0

func (m *MockEC2API) DescribeVpcEndpointConnectionsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcEndpointConnectionsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointConnectionsOutput, error)

DescribeVpcEndpointConnectionsWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurations added in v0.7.0

DescribeVpcEndpointServiceConfigurations mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurationsRequest added in v0.7.0

DescribeVpcEndpointServiceConfigurationsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurationsWithContext added in v0.7.0

func (m *MockEC2API) DescribeVpcEndpointServiceConfigurationsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcEndpointServiceConfigurationsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointServiceConfigurationsOutput, error)

DescribeVpcEndpointServiceConfigurationsWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissions added in v0.7.0

DescribeVpcEndpointServicePermissions mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissionsRequest added in v0.7.0

DescribeVpcEndpointServicePermissionsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissionsWithContext added in v0.7.0

func (m *MockEC2API) DescribeVpcEndpointServicePermissionsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcEndpointServicePermissionsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointServicePermissionsOutput, error)

DescribeVpcEndpointServicePermissionsWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServices

DescribeVpcEndpointServices mocks base method

func (*MockEC2API) DescribeVpcEndpointServicesRequest

func (m *MockEC2API) DescribeVpcEndpointServicesRequest(arg0 *ec2.DescribeVpcEndpointServicesInput) (*request.Request, *ec2.DescribeVpcEndpointServicesOutput)

DescribeVpcEndpointServicesRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointServicesWithContext added in v0.3.3

func (m *MockEC2API) DescribeVpcEndpointServicesWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcEndpointServicesInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointServicesOutput, error)

DescribeVpcEndpointServicesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpoints

func (m *MockEC2API) DescribeVpcEndpoints(arg0 *ec2.DescribeVpcEndpointsInput) (*ec2.DescribeVpcEndpointsOutput, error)

DescribeVpcEndpoints mocks base method

func (*MockEC2API) DescribeVpcEndpointsRequest

func (m *MockEC2API) DescribeVpcEndpointsRequest(arg0 *ec2.DescribeVpcEndpointsInput) (*request.Request, *ec2.DescribeVpcEndpointsOutput)

DescribeVpcEndpointsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointsWithContext added in v0.3.3

func (m *MockEC2API) DescribeVpcEndpointsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcEndpointsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointsOutput, error)

DescribeVpcEndpointsWithContext mocks base method

func (*MockEC2API) DescribeVpcPeeringConnections

DescribeVpcPeeringConnections mocks base method

func (*MockEC2API) DescribeVpcPeeringConnectionsRequest

func (m *MockEC2API) DescribeVpcPeeringConnectionsRequest(arg0 *ec2.DescribeVpcPeeringConnectionsInput) (*request.Request, *ec2.DescribeVpcPeeringConnectionsOutput)

DescribeVpcPeeringConnectionsRequest mocks base method

func (*MockEC2API) DescribeVpcPeeringConnectionsWithContext added in v0.3.3

func (m *MockEC2API) DescribeVpcPeeringConnectionsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...request.Option) (*ec2.DescribeVpcPeeringConnectionsOutput, error)

DescribeVpcPeeringConnectionsWithContext mocks base method

func (*MockEC2API) DescribeVpcs

func (m *MockEC2API) DescribeVpcs(arg0 *ec2.DescribeVpcsInput) (*ec2.DescribeVpcsOutput, error)

DescribeVpcs mocks base method

func (*MockEC2API) DescribeVpcsRequest

func (m *MockEC2API) DescribeVpcsRequest(arg0 *ec2.DescribeVpcsInput) (*request.Request, *ec2.DescribeVpcsOutput)

DescribeVpcsRequest mocks base method

func (*MockEC2API) DescribeVpcsWithContext added in v0.3.3

func (m *MockEC2API) DescribeVpcsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...request.Option) (*ec2.DescribeVpcsOutput, error)

DescribeVpcsWithContext mocks base method

func (*MockEC2API) DescribeVpnConnections

func (m *MockEC2API) DescribeVpnConnections(arg0 *ec2.DescribeVpnConnectionsInput) (*ec2.DescribeVpnConnectionsOutput, error)

DescribeVpnConnections mocks base method

func (*MockEC2API) DescribeVpnConnectionsRequest

func (m *MockEC2API) DescribeVpnConnectionsRequest(arg0 *ec2.DescribeVpnConnectionsInput) (*request.Request, *ec2.DescribeVpnConnectionsOutput)

DescribeVpnConnectionsRequest mocks base method

func (*MockEC2API) DescribeVpnConnectionsWithContext added in v0.3.3

func (m *MockEC2API) DescribeVpnConnectionsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpnConnectionsInput, arg2 ...request.Option) (*ec2.DescribeVpnConnectionsOutput, error)

DescribeVpnConnectionsWithContext mocks base method

func (*MockEC2API) DescribeVpnGateways

func (m *MockEC2API) DescribeVpnGateways(arg0 *ec2.DescribeVpnGatewaysInput) (*ec2.DescribeVpnGatewaysOutput, error)

DescribeVpnGateways mocks base method

func (*MockEC2API) DescribeVpnGatewaysRequest

func (m *MockEC2API) DescribeVpnGatewaysRequest(arg0 *ec2.DescribeVpnGatewaysInput) (*request.Request, *ec2.DescribeVpnGatewaysOutput)

DescribeVpnGatewaysRequest mocks base method

func (*MockEC2API) DescribeVpnGatewaysWithContext added in v0.3.3

func (m *MockEC2API) DescribeVpnGatewaysWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpnGatewaysInput, arg2 ...request.Option) (*ec2.DescribeVpnGatewaysOutput, error)

DescribeVpnGatewaysWithContext mocks base method

func (*MockEC2API) DetachClassicLinkVpc

func (m *MockEC2API) DetachClassicLinkVpc(arg0 *ec2.DetachClassicLinkVpcInput) (*ec2.DetachClassicLinkVpcOutput, error)

DetachClassicLinkVpc mocks base method

func (*MockEC2API) DetachClassicLinkVpcRequest

func (m *MockEC2API) DetachClassicLinkVpcRequest(arg0 *ec2.DetachClassicLinkVpcInput) (*request.Request, *ec2.DetachClassicLinkVpcOutput)

DetachClassicLinkVpcRequest mocks base method

func (*MockEC2API) DetachClassicLinkVpcWithContext added in v0.3.3

func (m *MockEC2API) DetachClassicLinkVpcWithContext(arg0 aws.Context, arg1 *ec2.DetachClassicLinkVpcInput, arg2 ...request.Option) (*ec2.DetachClassicLinkVpcOutput, error)

DetachClassicLinkVpcWithContext mocks base method

func (*MockEC2API) DetachInternetGateway

func (m *MockEC2API) DetachInternetGateway(arg0 *ec2.DetachInternetGatewayInput) (*ec2.DetachInternetGatewayOutput, error)

DetachInternetGateway mocks base method

func (*MockEC2API) DetachInternetGatewayRequest

func (m *MockEC2API) DetachInternetGatewayRequest(arg0 *ec2.DetachInternetGatewayInput) (*request.Request, *ec2.DetachInternetGatewayOutput)

DetachInternetGatewayRequest mocks base method

func (*MockEC2API) DetachInternetGatewayWithContext added in v0.3.3

func (m *MockEC2API) DetachInternetGatewayWithContext(arg0 aws.Context, arg1 *ec2.DetachInternetGatewayInput, arg2 ...request.Option) (*ec2.DetachInternetGatewayOutput, error)

DetachInternetGatewayWithContext mocks base method

func (*MockEC2API) DetachNetworkInterface

func (m *MockEC2API) DetachNetworkInterface(arg0 *ec2.DetachNetworkInterfaceInput) (*ec2.DetachNetworkInterfaceOutput, error)

DetachNetworkInterface mocks base method

func (*MockEC2API) DetachNetworkInterfaceRequest

func (m *MockEC2API) DetachNetworkInterfaceRequest(arg0 *ec2.DetachNetworkInterfaceInput) (*request.Request, *ec2.DetachNetworkInterfaceOutput)

DetachNetworkInterfaceRequest mocks base method

func (*MockEC2API) DetachNetworkInterfaceWithContext added in v0.3.3

func (m *MockEC2API) DetachNetworkInterfaceWithContext(arg0 aws.Context, arg1 *ec2.DetachNetworkInterfaceInput, arg2 ...request.Option) (*ec2.DetachNetworkInterfaceOutput, error)

DetachNetworkInterfaceWithContext mocks base method

func (*MockEC2API) DetachVolume

func (m *MockEC2API) DetachVolume(arg0 *ec2.DetachVolumeInput) (*ec2.VolumeAttachment, error)

DetachVolume mocks base method

func (*MockEC2API) DetachVolumeRequest

func (m *MockEC2API) DetachVolumeRequest(arg0 *ec2.DetachVolumeInput) (*request.Request, *ec2.VolumeAttachment)

DetachVolumeRequest mocks base method

func (*MockEC2API) DetachVolumeWithContext added in v0.3.3

func (m *MockEC2API) DetachVolumeWithContext(arg0 aws.Context, arg1 *ec2.DetachVolumeInput, arg2 ...request.Option) (*ec2.VolumeAttachment, error)

DetachVolumeWithContext mocks base method

func (*MockEC2API) DetachVpnGateway

func (m *MockEC2API) DetachVpnGateway(arg0 *ec2.DetachVpnGatewayInput) (*ec2.DetachVpnGatewayOutput, error)

DetachVpnGateway mocks base method

func (*MockEC2API) DetachVpnGatewayRequest

func (m *MockEC2API) DetachVpnGatewayRequest(arg0 *ec2.DetachVpnGatewayInput) (*request.Request, *ec2.DetachVpnGatewayOutput)

DetachVpnGatewayRequest mocks base method

func (*MockEC2API) DetachVpnGatewayWithContext added in v0.3.3

func (m *MockEC2API) DetachVpnGatewayWithContext(arg0 aws.Context, arg1 *ec2.DetachVpnGatewayInput, arg2 ...request.Option) (*ec2.DetachVpnGatewayOutput, error)

DetachVpnGatewayWithContext mocks base method

func (*MockEC2API) DisableVgwRoutePropagation

DisableVgwRoutePropagation mocks base method

func (*MockEC2API) DisableVgwRoutePropagationRequest

func (m *MockEC2API) DisableVgwRoutePropagationRequest(arg0 *ec2.DisableVgwRoutePropagationInput) (*request.Request, *ec2.DisableVgwRoutePropagationOutput)

DisableVgwRoutePropagationRequest mocks base method

func (*MockEC2API) DisableVgwRoutePropagationWithContext added in v0.3.3

func (m *MockEC2API) DisableVgwRoutePropagationWithContext(arg0 aws.Context, arg1 *ec2.DisableVgwRoutePropagationInput, arg2 ...request.Option) (*ec2.DisableVgwRoutePropagationOutput, error)

DisableVgwRoutePropagationWithContext mocks base method

func (m *MockEC2API) DisableVpcClassicLink(arg0 *ec2.DisableVpcClassicLinkInput) (*ec2.DisableVpcClassicLinkOutput, error)

DisableVpcClassicLink mocks base method

func (*MockEC2API) DisableVpcClassicLinkDnsSupport

DisableVpcClassicLinkDnsSupport mocks base method

func (*MockEC2API) DisableVpcClassicLinkDnsSupportRequest

func (m *MockEC2API) DisableVpcClassicLinkDnsSupportRequest(arg0 *ec2.DisableVpcClassicLinkDnsSupportInput) (*request.Request, *ec2.DisableVpcClassicLinkDnsSupportOutput)

DisableVpcClassicLinkDnsSupportRequest mocks base method

func (*MockEC2API) DisableVpcClassicLinkDnsSupportWithContext added in v0.3.3

func (m *MockEC2API) DisableVpcClassicLinkDnsSupportWithContext(arg0 aws.Context, arg1 *ec2.DisableVpcClassicLinkDnsSupportInput, arg2 ...request.Option) (*ec2.DisableVpcClassicLinkDnsSupportOutput, error)

DisableVpcClassicLinkDnsSupportWithContext mocks base method

func (*MockEC2API) DisableVpcClassicLinkRequest

func (m *MockEC2API) DisableVpcClassicLinkRequest(arg0 *ec2.DisableVpcClassicLinkInput) (*request.Request, *ec2.DisableVpcClassicLinkOutput)

DisableVpcClassicLinkRequest mocks base method

func (*MockEC2API) DisableVpcClassicLinkWithContext added in v0.3.3

func (m *MockEC2API) DisableVpcClassicLinkWithContext(arg0 aws.Context, arg1 *ec2.DisableVpcClassicLinkInput, arg2 ...request.Option) (*ec2.DisableVpcClassicLinkOutput, error)

DisableVpcClassicLinkWithContext mocks base method

func (*MockEC2API) DisassociateAddress

func (m *MockEC2API) DisassociateAddress(arg0 *ec2.DisassociateAddressInput) (*ec2.DisassociateAddressOutput, error)

DisassociateAddress mocks base method

func (*MockEC2API) DisassociateAddressRequest

func (m *MockEC2API) DisassociateAddressRequest(arg0 *ec2.DisassociateAddressInput) (*request.Request, *ec2.DisassociateAddressOutput)

DisassociateAddressRequest mocks base method

func (*MockEC2API) DisassociateAddressWithContext added in v0.3.3

func (m *MockEC2API) DisassociateAddressWithContext(arg0 aws.Context, arg1 *ec2.DisassociateAddressInput, arg2 ...request.Option) (*ec2.DisassociateAddressOutput, error)

DisassociateAddressWithContext mocks base method

func (*MockEC2API) DisassociateIamInstanceProfile added in v0.3.0

DisassociateIamInstanceProfile mocks base method

func (*MockEC2API) DisassociateIamInstanceProfileRequest added in v0.3.0

func (m *MockEC2API) DisassociateIamInstanceProfileRequest(arg0 *ec2.DisassociateIamInstanceProfileInput) (*request.Request, *ec2.DisassociateIamInstanceProfileOutput)

DisassociateIamInstanceProfileRequest mocks base method

func (*MockEC2API) DisassociateIamInstanceProfileWithContext added in v0.3.3

func (m *MockEC2API) DisassociateIamInstanceProfileWithContext(arg0 aws.Context, arg1 *ec2.DisassociateIamInstanceProfileInput, arg2 ...request.Option) (*ec2.DisassociateIamInstanceProfileOutput, error)

DisassociateIamInstanceProfileWithContext mocks base method

func (*MockEC2API) DisassociateRouteTable

func (m *MockEC2API) DisassociateRouteTable(arg0 *ec2.DisassociateRouteTableInput) (*ec2.DisassociateRouteTableOutput, error)

DisassociateRouteTable mocks base method

func (*MockEC2API) DisassociateRouteTableRequest

func (m *MockEC2API) DisassociateRouteTableRequest(arg0 *ec2.DisassociateRouteTableInput) (*request.Request, *ec2.DisassociateRouteTableOutput)

DisassociateRouteTableRequest mocks base method

func (*MockEC2API) DisassociateRouteTableWithContext added in v0.3.3

func (m *MockEC2API) DisassociateRouteTableWithContext(arg0 aws.Context, arg1 *ec2.DisassociateRouteTableInput, arg2 ...request.Option) (*ec2.DisassociateRouteTableOutput, error)

DisassociateRouteTableWithContext mocks base method

func (*MockEC2API) DisassociateSubnetCidrBlock

DisassociateSubnetCidrBlock mocks base method

func (*MockEC2API) DisassociateSubnetCidrBlockRequest

func (m *MockEC2API) DisassociateSubnetCidrBlockRequest(arg0 *ec2.DisassociateSubnetCidrBlockInput) (*request.Request, *ec2.DisassociateSubnetCidrBlockOutput)

DisassociateSubnetCidrBlockRequest mocks base method

func (*MockEC2API) DisassociateSubnetCidrBlockWithContext added in v0.3.3

func (m *MockEC2API) DisassociateSubnetCidrBlockWithContext(arg0 aws.Context, arg1 *ec2.DisassociateSubnetCidrBlockInput, arg2 ...request.Option) (*ec2.DisassociateSubnetCidrBlockOutput, error)

DisassociateSubnetCidrBlockWithContext mocks base method

func (*MockEC2API) DisassociateVpcCidrBlock

DisassociateVpcCidrBlock mocks base method

func (*MockEC2API) DisassociateVpcCidrBlockRequest

func (m *MockEC2API) DisassociateVpcCidrBlockRequest(arg0 *ec2.DisassociateVpcCidrBlockInput) (*request.Request, *ec2.DisassociateVpcCidrBlockOutput)

DisassociateVpcCidrBlockRequest mocks base method

func (*MockEC2API) DisassociateVpcCidrBlockWithContext added in v0.3.3

func (m *MockEC2API) DisassociateVpcCidrBlockWithContext(arg0 aws.Context, arg1 *ec2.DisassociateVpcCidrBlockInput, arg2 ...request.Option) (*ec2.DisassociateVpcCidrBlockOutput, error)

DisassociateVpcCidrBlockWithContext mocks base method

func (*MockEC2API) EXPECT

func (m *MockEC2API) EXPECT() *MockEC2APIMockRecorder

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

func (*MockEC2API) EnableVgwRoutePropagation

EnableVgwRoutePropagation mocks base method

func (*MockEC2API) EnableVgwRoutePropagationRequest

func (m *MockEC2API) EnableVgwRoutePropagationRequest(arg0 *ec2.EnableVgwRoutePropagationInput) (*request.Request, *ec2.EnableVgwRoutePropagationOutput)

EnableVgwRoutePropagationRequest mocks base method

func (*MockEC2API) EnableVgwRoutePropagationWithContext added in v0.3.3

func (m *MockEC2API) EnableVgwRoutePropagationWithContext(arg0 aws.Context, arg1 *ec2.EnableVgwRoutePropagationInput, arg2 ...request.Option) (*ec2.EnableVgwRoutePropagationOutput, error)

EnableVgwRoutePropagationWithContext mocks base method

func (*MockEC2API) EnableVolumeIO

func (m *MockEC2API) EnableVolumeIO(arg0 *ec2.EnableVolumeIOInput) (*ec2.EnableVolumeIOOutput, error)

EnableVolumeIO mocks base method

func (*MockEC2API) EnableVolumeIORequest

func (m *MockEC2API) EnableVolumeIORequest(arg0 *ec2.EnableVolumeIOInput) (*request.Request, *ec2.EnableVolumeIOOutput)

EnableVolumeIORequest mocks base method

func (*MockEC2API) EnableVolumeIOWithContext added in v0.3.3

func (m *MockEC2API) EnableVolumeIOWithContext(arg0 aws.Context, arg1 *ec2.EnableVolumeIOInput, arg2 ...request.Option) (*ec2.EnableVolumeIOOutput, error)

EnableVolumeIOWithContext mocks base method

func (m *MockEC2API) EnableVpcClassicLink(arg0 *ec2.EnableVpcClassicLinkInput) (*ec2.EnableVpcClassicLinkOutput, error)

EnableVpcClassicLink mocks base method

func (*MockEC2API) EnableVpcClassicLinkDnsSupport

EnableVpcClassicLinkDnsSupport mocks base method

func (*MockEC2API) EnableVpcClassicLinkDnsSupportRequest

func (m *MockEC2API) EnableVpcClassicLinkDnsSupportRequest(arg0 *ec2.EnableVpcClassicLinkDnsSupportInput) (*request.Request, *ec2.EnableVpcClassicLinkDnsSupportOutput)

EnableVpcClassicLinkDnsSupportRequest mocks base method

func (*MockEC2API) EnableVpcClassicLinkDnsSupportWithContext added in v0.3.3

func (m *MockEC2API) EnableVpcClassicLinkDnsSupportWithContext(arg0 aws.Context, arg1 *ec2.EnableVpcClassicLinkDnsSupportInput, arg2 ...request.Option) (*ec2.EnableVpcClassicLinkDnsSupportOutput, error)

EnableVpcClassicLinkDnsSupportWithContext mocks base method

func (*MockEC2API) EnableVpcClassicLinkRequest

func (m *MockEC2API) EnableVpcClassicLinkRequest(arg0 *ec2.EnableVpcClassicLinkInput) (*request.Request, *ec2.EnableVpcClassicLinkOutput)

EnableVpcClassicLinkRequest mocks base method

func (*MockEC2API) EnableVpcClassicLinkWithContext added in v0.3.3

func (m *MockEC2API) EnableVpcClassicLinkWithContext(arg0 aws.Context, arg1 *ec2.EnableVpcClassicLinkInput, arg2 ...request.Option) (*ec2.EnableVpcClassicLinkOutput, error)

EnableVpcClassicLinkWithContext mocks base method

func (*MockEC2API) GetConsoleOutput

func (m *MockEC2API) GetConsoleOutput(arg0 *ec2.GetConsoleOutputInput) (*ec2.GetConsoleOutputOutput, error)

GetConsoleOutput mocks base method

func (*MockEC2API) GetConsoleOutputRequest

func (m *MockEC2API) GetConsoleOutputRequest(arg0 *ec2.GetConsoleOutputInput) (*request.Request, *ec2.GetConsoleOutputOutput)

GetConsoleOutputRequest mocks base method

func (*MockEC2API) GetConsoleOutputWithContext added in v0.3.3

func (m *MockEC2API) GetConsoleOutputWithContext(arg0 aws.Context, arg1 *ec2.GetConsoleOutputInput, arg2 ...request.Option) (*ec2.GetConsoleOutputOutput, error)

GetConsoleOutputWithContext mocks base method

func (*MockEC2API) GetConsoleScreenshot

func (m *MockEC2API) GetConsoleScreenshot(arg0 *ec2.GetConsoleScreenshotInput) (*ec2.GetConsoleScreenshotOutput, error)

GetConsoleScreenshot mocks base method

func (*MockEC2API) GetConsoleScreenshotRequest

func (m *MockEC2API) GetConsoleScreenshotRequest(arg0 *ec2.GetConsoleScreenshotInput) (*request.Request, *ec2.GetConsoleScreenshotOutput)

GetConsoleScreenshotRequest mocks base method

func (*MockEC2API) GetConsoleScreenshotWithContext added in v0.3.3

func (m *MockEC2API) GetConsoleScreenshotWithContext(arg0 aws.Context, arg1 *ec2.GetConsoleScreenshotInput, arg2 ...request.Option) (*ec2.GetConsoleScreenshotOutput, error)

GetConsoleScreenshotWithContext mocks base method

func (*MockEC2API) GetHostReservationPurchasePreview

GetHostReservationPurchasePreview mocks base method

func (*MockEC2API) GetHostReservationPurchasePreviewRequest

GetHostReservationPurchasePreviewRequest mocks base method

func (*MockEC2API) GetHostReservationPurchasePreviewWithContext added in v0.3.3

func (m *MockEC2API) GetHostReservationPurchasePreviewWithContext(arg0 aws.Context, arg1 *ec2.GetHostReservationPurchasePreviewInput, arg2 ...request.Option) (*ec2.GetHostReservationPurchasePreviewOutput, error)

GetHostReservationPurchasePreviewWithContext mocks base method

func (*MockEC2API) GetLaunchTemplateData added in v0.7.0

func (m *MockEC2API) GetLaunchTemplateData(arg0 *ec2.GetLaunchTemplateDataInput) (*ec2.GetLaunchTemplateDataOutput, error)

GetLaunchTemplateData mocks base method

func (*MockEC2API) GetLaunchTemplateDataRequest added in v0.7.0

func (m *MockEC2API) GetLaunchTemplateDataRequest(arg0 *ec2.GetLaunchTemplateDataInput) (*request.Request, *ec2.GetLaunchTemplateDataOutput)

GetLaunchTemplateDataRequest mocks base method

func (*MockEC2API) GetLaunchTemplateDataWithContext added in v0.7.0

func (m *MockEC2API) GetLaunchTemplateDataWithContext(arg0 aws.Context, arg1 *ec2.GetLaunchTemplateDataInput, arg2 ...request.Option) (*ec2.GetLaunchTemplateDataOutput, error)

GetLaunchTemplateDataWithContext mocks base method

func (*MockEC2API) GetPasswordData

func (m *MockEC2API) GetPasswordData(arg0 *ec2.GetPasswordDataInput) (*ec2.GetPasswordDataOutput, error)

GetPasswordData mocks base method

func (*MockEC2API) GetPasswordDataRequest

func (m *MockEC2API) GetPasswordDataRequest(arg0 *ec2.GetPasswordDataInput) (*request.Request, *ec2.GetPasswordDataOutput)

GetPasswordDataRequest mocks base method

func (*MockEC2API) GetPasswordDataWithContext added in v0.3.3

func (m *MockEC2API) GetPasswordDataWithContext(arg0 aws.Context, arg1 *ec2.GetPasswordDataInput, arg2 ...request.Option) (*ec2.GetPasswordDataOutput, error)

GetPasswordDataWithContext mocks base method

func (*MockEC2API) GetReservedInstancesExchangeQuote

GetReservedInstancesExchangeQuote mocks base method

func (*MockEC2API) GetReservedInstancesExchangeQuoteRequest

GetReservedInstancesExchangeQuoteRequest mocks base method

func (*MockEC2API) GetReservedInstancesExchangeQuoteWithContext added in v0.3.3

func (m *MockEC2API) GetReservedInstancesExchangeQuoteWithContext(arg0 aws.Context, arg1 *ec2.GetReservedInstancesExchangeQuoteInput, arg2 ...request.Option) (*ec2.GetReservedInstancesExchangeQuoteOutput, error)

GetReservedInstancesExchangeQuoteWithContext mocks base method

func (*MockEC2API) ImportImage

func (m *MockEC2API) ImportImage(arg0 *ec2.ImportImageInput) (*ec2.ImportImageOutput, error)

ImportImage mocks base method

func (*MockEC2API) ImportImageRequest

func (m *MockEC2API) ImportImageRequest(arg0 *ec2.ImportImageInput) (*request.Request, *ec2.ImportImageOutput)

ImportImageRequest mocks base method

func (*MockEC2API) ImportImageWithContext added in v0.3.3

func (m *MockEC2API) ImportImageWithContext(arg0 aws.Context, arg1 *ec2.ImportImageInput, arg2 ...request.Option) (*ec2.ImportImageOutput, error)

ImportImageWithContext mocks base method

func (*MockEC2API) ImportInstance

func (m *MockEC2API) ImportInstance(arg0 *ec2.ImportInstanceInput) (*ec2.ImportInstanceOutput, error)

ImportInstance mocks base method

func (*MockEC2API) ImportInstanceRequest

func (m *MockEC2API) ImportInstanceRequest(arg0 *ec2.ImportInstanceInput) (*request.Request, *ec2.ImportInstanceOutput)

ImportInstanceRequest mocks base method

func (*MockEC2API) ImportInstanceWithContext added in v0.3.3

func (m *MockEC2API) ImportInstanceWithContext(arg0 aws.Context, arg1 *ec2.ImportInstanceInput, arg2 ...request.Option) (*ec2.ImportInstanceOutput, error)

ImportInstanceWithContext mocks base method

func (*MockEC2API) ImportKeyPair

func (m *MockEC2API) ImportKeyPair(arg0 *ec2.ImportKeyPairInput) (*ec2.ImportKeyPairOutput, error)

ImportKeyPair mocks base method

func (*MockEC2API) ImportKeyPairRequest

func (m *MockEC2API) ImportKeyPairRequest(arg0 *ec2.ImportKeyPairInput) (*request.Request, *ec2.ImportKeyPairOutput)

ImportKeyPairRequest mocks base method

func (*MockEC2API) ImportKeyPairWithContext added in v0.3.3

func (m *MockEC2API) ImportKeyPairWithContext(arg0 aws.Context, arg1 *ec2.ImportKeyPairInput, arg2 ...request.Option) (*ec2.ImportKeyPairOutput, error)

ImportKeyPairWithContext mocks base method

func (*MockEC2API) ImportSnapshot

func (m *MockEC2API) ImportSnapshot(arg0 *ec2.ImportSnapshotInput) (*ec2.ImportSnapshotOutput, error)

ImportSnapshot mocks base method

func (*MockEC2API) ImportSnapshotRequest

func (m *MockEC2API) ImportSnapshotRequest(arg0 *ec2.ImportSnapshotInput) (*request.Request, *ec2.ImportSnapshotOutput)

ImportSnapshotRequest mocks base method

func (*MockEC2API) ImportSnapshotWithContext added in v0.3.3

func (m *MockEC2API) ImportSnapshotWithContext(arg0 aws.Context, arg1 *ec2.ImportSnapshotInput, arg2 ...request.Option) (*ec2.ImportSnapshotOutput, error)

ImportSnapshotWithContext mocks base method

func (*MockEC2API) ImportVolume

func (m *MockEC2API) ImportVolume(arg0 *ec2.ImportVolumeInput) (*ec2.ImportVolumeOutput, error)

ImportVolume mocks base method

func (*MockEC2API) ImportVolumeRequest

func (m *MockEC2API) ImportVolumeRequest(arg0 *ec2.ImportVolumeInput) (*request.Request, *ec2.ImportVolumeOutput)

ImportVolumeRequest mocks base method

func (*MockEC2API) ImportVolumeWithContext added in v0.3.3

func (m *MockEC2API) ImportVolumeWithContext(arg0 aws.Context, arg1 *ec2.ImportVolumeInput, arg2 ...request.Option) (*ec2.ImportVolumeOutput, error)

ImportVolumeWithContext mocks base method

func (*MockEC2API) ModifyFleet added in v0.7.0

func (m *MockEC2API) ModifyFleet(arg0 *ec2.ModifyFleetInput) (*ec2.ModifyFleetOutput, error)

ModifyFleet mocks base method

func (*MockEC2API) ModifyFleetRequest added in v0.7.0

func (m *MockEC2API) ModifyFleetRequest(arg0 *ec2.ModifyFleetInput) (*request.Request, *ec2.ModifyFleetOutput)

ModifyFleetRequest mocks base method

func (*MockEC2API) ModifyFleetWithContext added in v0.7.0

func (m *MockEC2API) ModifyFleetWithContext(arg0 aws.Context, arg1 *ec2.ModifyFleetInput, arg2 ...request.Option) (*ec2.ModifyFleetOutput, error)

ModifyFleetWithContext mocks base method

func (*MockEC2API) ModifyFpgaImageAttribute added in v0.5.2

ModifyFpgaImageAttribute mocks base method

func (*MockEC2API) ModifyFpgaImageAttributeRequest added in v0.5.2

func (m *MockEC2API) ModifyFpgaImageAttributeRequest(arg0 *ec2.ModifyFpgaImageAttributeInput) (*request.Request, *ec2.ModifyFpgaImageAttributeOutput)

ModifyFpgaImageAttributeRequest mocks base method

func (*MockEC2API) ModifyFpgaImageAttributeWithContext added in v0.5.2

func (m *MockEC2API) ModifyFpgaImageAttributeWithContext(arg0 aws.Context, arg1 *ec2.ModifyFpgaImageAttributeInput, arg2 ...request.Option) (*ec2.ModifyFpgaImageAttributeOutput, error)

ModifyFpgaImageAttributeWithContext mocks base method

func (*MockEC2API) ModifyHosts

func (m *MockEC2API) ModifyHosts(arg0 *ec2.ModifyHostsInput) (*ec2.ModifyHostsOutput, error)

ModifyHosts mocks base method

func (*MockEC2API) ModifyHostsRequest

func (m *MockEC2API) ModifyHostsRequest(arg0 *ec2.ModifyHostsInput) (*request.Request, *ec2.ModifyHostsOutput)

ModifyHostsRequest mocks base method

func (*MockEC2API) ModifyHostsWithContext added in v0.3.3

func (m *MockEC2API) ModifyHostsWithContext(arg0 aws.Context, arg1 *ec2.ModifyHostsInput, arg2 ...request.Option) (*ec2.ModifyHostsOutput, error)

ModifyHostsWithContext mocks base method

func (*MockEC2API) ModifyIdFormat

func (m *MockEC2API) ModifyIdFormat(arg0 *ec2.ModifyIdFormatInput) (*ec2.ModifyIdFormatOutput, error)

ModifyIdFormat mocks base method

func (*MockEC2API) ModifyIdFormatRequest

func (m *MockEC2API) ModifyIdFormatRequest(arg0 *ec2.ModifyIdFormatInput) (*request.Request, *ec2.ModifyIdFormatOutput)

ModifyIdFormatRequest mocks base method

func (*MockEC2API) ModifyIdFormatWithContext added in v0.3.3

func (m *MockEC2API) ModifyIdFormatWithContext(arg0 aws.Context, arg1 *ec2.ModifyIdFormatInput, arg2 ...request.Option) (*ec2.ModifyIdFormatOutput, error)

ModifyIdFormatWithContext mocks base method

func (*MockEC2API) ModifyIdentityIdFormat

func (m *MockEC2API) ModifyIdentityIdFormat(arg0 *ec2.ModifyIdentityIdFormatInput) (*ec2.ModifyIdentityIdFormatOutput, error)

ModifyIdentityIdFormat mocks base method

func (*MockEC2API) ModifyIdentityIdFormatRequest

func (m *MockEC2API) ModifyIdentityIdFormatRequest(arg0 *ec2.ModifyIdentityIdFormatInput) (*request.Request, *ec2.ModifyIdentityIdFormatOutput)

ModifyIdentityIdFormatRequest mocks base method

func (*MockEC2API) ModifyIdentityIdFormatWithContext added in v0.3.3

func (m *MockEC2API) ModifyIdentityIdFormatWithContext(arg0 aws.Context, arg1 *ec2.ModifyIdentityIdFormatInput, arg2 ...request.Option) (*ec2.ModifyIdentityIdFormatOutput, error)

ModifyIdentityIdFormatWithContext mocks base method

func (*MockEC2API) ModifyImageAttribute

func (m *MockEC2API) ModifyImageAttribute(arg0 *ec2.ModifyImageAttributeInput) (*ec2.ModifyImageAttributeOutput, error)

ModifyImageAttribute mocks base method

func (*MockEC2API) ModifyImageAttributeRequest

func (m *MockEC2API) ModifyImageAttributeRequest(arg0 *ec2.ModifyImageAttributeInput) (*request.Request, *ec2.ModifyImageAttributeOutput)

ModifyImageAttributeRequest mocks base method

func (*MockEC2API) ModifyImageAttributeWithContext added in v0.3.3

func (m *MockEC2API) ModifyImageAttributeWithContext(arg0 aws.Context, arg1 *ec2.ModifyImageAttributeInput, arg2 ...request.Option) (*ec2.ModifyImageAttributeOutput, error)

ModifyImageAttributeWithContext mocks base method

func (*MockEC2API) ModifyInstanceAttribute

func (m *MockEC2API) ModifyInstanceAttribute(arg0 *ec2.ModifyInstanceAttributeInput) (*ec2.ModifyInstanceAttributeOutput, error)

ModifyInstanceAttribute mocks base method

func (*MockEC2API) ModifyInstanceAttributeRequest

func (m *MockEC2API) ModifyInstanceAttributeRequest(arg0 *ec2.ModifyInstanceAttributeInput) (*request.Request, *ec2.ModifyInstanceAttributeOutput)

ModifyInstanceAttributeRequest mocks base method

func (*MockEC2API) ModifyInstanceAttributeWithContext added in v0.3.3

func (m *MockEC2API) ModifyInstanceAttributeWithContext(arg0 aws.Context, arg1 *ec2.ModifyInstanceAttributeInput, arg2 ...request.Option) (*ec2.ModifyInstanceAttributeOutput, error)

ModifyInstanceAttributeWithContext mocks base method

func (*MockEC2API) ModifyInstanceCreditSpecification added in v0.7.0

ModifyInstanceCreditSpecification mocks base method

func (*MockEC2API) ModifyInstanceCreditSpecificationRequest added in v0.7.0

ModifyInstanceCreditSpecificationRequest mocks base method

func (*MockEC2API) ModifyInstanceCreditSpecificationWithContext added in v0.7.0

func (m *MockEC2API) ModifyInstanceCreditSpecificationWithContext(arg0 aws.Context, arg1 *ec2.ModifyInstanceCreditSpecificationInput, arg2 ...request.Option) (*ec2.ModifyInstanceCreditSpecificationOutput, error)

ModifyInstanceCreditSpecificationWithContext mocks base method

func (*MockEC2API) ModifyInstancePlacement

func (m *MockEC2API) ModifyInstancePlacement(arg0 *ec2.ModifyInstancePlacementInput) (*ec2.ModifyInstancePlacementOutput, error)

ModifyInstancePlacement mocks base method

func (*MockEC2API) ModifyInstancePlacementRequest

func (m *MockEC2API) ModifyInstancePlacementRequest(arg0 *ec2.ModifyInstancePlacementInput) (*request.Request, *ec2.ModifyInstancePlacementOutput)

ModifyInstancePlacementRequest mocks base method

func (*MockEC2API) ModifyInstancePlacementWithContext added in v0.3.3

func (m *MockEC2API) ModifyInstancePlacementWithContext(arg0 aws.Context, arg1 *ec2.ModifyInstancePlacementInput, arg2 ...request.Option) (*ec2.ModifyInstancePlacementOutput, error)

ModifyInstancePlacementWithContext mocks base method

func (*MockEC2API) ModifyLaunchTemplate added in v0.7.0

func (m *MockEC2API) ModifyLaunchTemplate(arg0 *ec2.ModifyLaunchTemplateInput) (*ec2.ModifyLaunchTemplateOutput, error)

ModifyLaunchTemplate mocks base method

func (*MockEC2API) ModifyLaunchTemplateRequest added in v0.7.0

func (m *MockEC2API) ModifyLaunchTemplateRequest(arg0 *ec2.ModifyLaunchTemplateInput) (*request.Request, *ec2.ModifyLaunchTemplateOutput)

ModifyLaunchTemplateRequest mocks base method

func (*MockEC2API) ModifyLaunchTemplateWithContext added in v0.7.0

func (m *MockEC2API) ModifyLaunchTemplateWithContext(arg0 aws.Context, arg1 *ec2.ModifyLaunchTemplateInput, arg2 ...request.Option) (*ec2.ModifyLaunchTemplateOutput, error)

ModifyLaunchTemplateWithContext mocks base method

func (*MockEC2API) ModifyNetworkInterfaceAttribute

ModifyNetworkInterfaceAttribute mocks base method

func (*MockEC2API) ModifyNetworkInterfaceAttributeRequest

func (m *MockEC2API) ModifyNetworkInterfaceAttributeRequest(arg0 *ec2.ModifyNetworkInterfaceAttributeInput) (*request.Request, *ec2.ModifyNetworkInterfaceAttributeOutput)

ModifyNetworkInterfaceAttributeRequest mocks base method

func (*MockEC2API) ModifyNetworkInterfaceAttributeWithContext added in v0.3.3

func (m *MockEC2API) ModifyNetworkInterfaceAttributeWithContext(arg0 aws.Context, arg1 *ec2.ModifyNetworkInterfaceAttributeInput, arg2 ...request.Option) (*ec2.ModifyNetworkInterfaceAttributeOutput, error)

ModifyNetworkInterfaceAttributeWithContext mocks base method

func (*MockEC2API) ModifyReservedInstances

func (m *MockEC2API) ModifyReservedInstances(arg0 *ec2.ModifyReservedInstancesInput) (*ec2.ModifyReservedInstancesOutput, error)

ModifyReservedInstances mocks base method

func (*MockEC2API) ModifyReservedInstancesRequest

func (m *MockEC2API) ModifyReservedInstancesRequest(arg0 *ec2.ModifyReservedInstancesInput) (*request.Request, *ec2.ModifyReservedInstancesOutput)

ModifyReservedInstancesRequest mocks base method

func (*MockEC2API) ModifyReservedInstancesWithContext added in v0.3.3

func (m *MockEC2API) ModifyReservedInstancesWithContext(arg0 aws.Context, arg1 *ec2.ModifyReservedInstancesInput, arg2 ...request.Option) (*ec2.ModifyReservedInstancesOutput, error)

ModifyReservedInstancesWithContext mocks base method

func (*MockEC2API) ModifySnapshotAttribute

func (m *MockEC2API) ModifySnapshotAttribute(arg0 *ec2.ModifySnapshotAttributeInput) (*ec2.ModifySnapshotAttributeOutput, error)

ModifySnapshotAttribute mocks base method

func (*MockEC2API) ModifySnapshotAttributeRequest

func (m *MockEC2API) ModifySnapshotAttributeRequest(arg0 *ec2.ModifySnapshotAttributeInput) (*request.Request, *ec2.ModifySnapshotAttributeOutput)

ModifySnapshotAttributeRequest mocks base method

func (*MockEC2API) ModifySnapshotAttributeWithContext added in v0.3.3

func (m *MockEC2API) ModifySnapshotAttributeWithContext(arg0 aws.Context, arg1 *ec2.ModifySnapshotAttributeInput, arg2 ...request.Option) (*ec2.ModifySnapshotAttributeOutput, error)

ModifySnapshotAttributeWithContext mocks base method

func (*MockEC2API) ModifySpotFleetRequest

func (m *MockEC2API) ModifySpotFleetRequest(arg0 *ec2.ModifySpotFleetRequestInput) (*ec2.ModifySpotFleetRequestOutput, error)

ModifySpotFleetRequest mocks base method

func (*MockEC2API) ModifySpotFleetRequestRequest

func (m *MockEC2API) ModifySpotFleetRequestRequest(arg0 *ec2.ModifySpotFleetRequestInput) (*request.Request, *ec2.ModifySpotFleetRequestOutput)

ModifySpotFleetRequestRequest mocks base method

func (*MockEC2API) ModifySpotFleetRequestWithContext added in v0.3.3

func (m *MockEC2API) ModifySpotFleetRequestWithContext(arg0 aws.Context, arg1 *ec2.ModifySpotFleetRequestInput, arg2 ...request.Option) (*ec2.ModifySpotFleetRequestOutput, error)

ModifySpotFleetRequestWithContext mocks base method

func (*MockEC2API) ModifySubnetAttribute

func (m *MockEC2API) ModifySubnetAttribute(arg0 *ec2.ModifySubnetAttributeInput) (*ec2.ModifySubnetAttributeOutput, error)

ModifySubnetAttribute mocks base method

func (*MockEC2API) ModifySubnetAttributeRequest

func (m *MockEC2API) ModifySubnetAttributeRequest(arg0 *ec2.ModifySubnetAttributeInput) (*request.Request, *ec2.ModifySubnetAttributeOutput)

ModifySubnetAttributeRequest mocks base method

func (*MockEC2API) ModifySubnetAttributeWithContext added in v0.3.3

func (m *MockEC2API) ModifySubnetAttributeWithContext(arg0 aws.Context, arg1 *ec2.ModifySubnetAttributeInput, arg2 ...request.Option) (*ec2.ModifySubnetAttributeOutput, error)

ModifySubnetAttributeWithContext mocks base method

func (*MockEC2API) ModifyVolume added in v0.3.1

func (m *MockEC2API) ModifyVolume(arg0 *ec2.ModifyVolumeInput) (*ec2.ModifyVolumeOutput, error)

ModifyVolume mocks base method

func (*MockEC2API) ModifyVolumeAttribute

func (m *MockEC2API) ModifyVolumeAttribute(arg0 *ec2.ModifyVolumeAttributeInput) (*ec2.ModifyVolumeAttributeOutput, error)

ModifyVolumeAttribute mocks base method

func (*MockEC2API) ModifyVolumeAttributeRequest

func (m *MockEC2API) ModifyVolumeAttributeRequest(arg0 *ec2.ModifyVolumeAttributeInput) (*request.Request, *ec2.ModifyVolumeAttributeOutput)

ModifyVolumeAttributeRequest mocks base method

func (*MockEC2API) ModifyVolumeAttributeWithContext added in v0.3.3

func (m *MockEC2API) ModifyVolumeAttributeWithContext(arg0 aws.Context, arg1 *ec2.ModifyVolumeAttributeInput, arg2 ...request.Option) (*ec2.ModifyVolumeAttributeOutput, error)

ModifyVolumeAttributeWithContext mocks base method

func (*MockEC2API) ModifyVolumeRequest added in v0.3.1

func (m *MockEC2API) ModifyVolumeRequest(arg0 *ec2.ModifyVolumeInput) (*request.Request, *ec2.ModifyVolumeOutput)

ModifyVolumeRequest mocks base method

func (*MockEC2API) ModifyVolumeWithContext added in v0.3.3

func (m *MockEC2API) ModifyVolumeWithContext(arg0 aws.Context, arg1 *ec2.ModifyVolumeInput, arg2 ...request.Option) (*ec2.ModifyVolumeOutput, error)

ModifyVolumeWithContext mocks base method

func (*MockEC2API) ModifyVpcAttribute

func (m *MockEC2API) ModifyVpcAttribute(arg0 *ec2.ModifyVpcAttributeInput) (*ec2.ModifyVpcAttributeOutput, error)

ModifyVpcAttribute mocks base method

func (*MockEC2API) ModifyVpcAttributeRequest

func (m *MockEC2API) ModifyVpcAttributeRequest(arg0 *ec2.ModifyVpcAttributeInput) (*request.Request, *ec2.ModifyVpcAttributeOutput)

ModifyVpcAttributeRequest mocks base method

func (*MockEC2API) ModifyVpcAttributeWithContext added in v0.3.3

func (m *MockEC2API) ModifyVpcAttributeWithContext(arg0 aws.Context, arg1 *ec2.ModifyVpcAttributeInput, arg2 ...request.Option) (*ec2.ModifyVpcAttributeOutput, error)

ModifyVpcAttributeWithContext mocks base method

func (*MockEC2API) ModifyVpcEndpoint

func (m *MockEC2API) ModifyVpcEndpoint(arg0 *ec2.ModifyVpcEndpointInput) (*ec2.ModifyVpcEndpointOutput, error)

ModifyVpcEndpoint mocks base method

func (*MockEC2API) ModifyVpcEndpointConnectionNotification added in v0.7.0

ModifyVpcEndpointConnectionNotification mocks base method

func (*MockEC2API) ModifyVpcEndpointConnectionNotificationRequest added in v0.7.0

ModifyVpcEndpointConnectionNotificationRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointConnectionNotificationWithContext added in v0.7.0

func (m *MockEC2API) ModifyVpcEndpointConnectionNotificationWithContext(arg0 aws.Context, arg1 *ec2.ModifyVpcEndpointConnectionNotificationInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointConnectionNotificationOutput, error)

ModifyVpcEndpointConnectionNotificationWithContext mocks base method

func (*MockEC2API) ModifyVpcEndpointRequest

func (m *MockEC2API) ModifyVpcEndpointRequest(arg0 *ec2.ModifyVpcEndpointInput) (*request.Request, *ec2.ModifyVpcEndpointOutput)

ModifyVpcEndpointRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointServiceConfiguration added in v0.7.0

ModifyVpcEndpointServiceConfiguration mocks base method

func (*MockEC2API) ModifyVpcEndpointServiceConfigurationRequest added in v0.7.0

ModifyVpcEndpointServiceConfigurationRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointServiceConfigurationWithContext added in v0.7.0

func (m *MockEC2API) ModifyVpcEndpointServiceConfigurationWithContext(arg0 aws.Context, arg1 *ec2.ModifyVpcEndpointServiceConfigurationInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointServiceConfigurationOutput, error)

ModifyVpcEndpointServiceConfigurationWithContext mocks base method

func (*MockEC2API) ModifyVpcEndpointServicePermissions added in v0.7.0

ModifyVpcEndpointServicePermissions mocks base method

func (*MockEC2API) ModifyVpcEndpointServicePermissionsRequest added in v0.7.0

ModifyVpcEndpointServicePermissionsRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointServicePermissionsWithContext added in v0.7.0

func (m *MockEC2API) ModifyVpcEndpointServicePermissionsWithContext(arg0 aws.Context, arg1 *ec2.ModifyVpcEndpointServicePermissionsInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointServicePermissionsOutput, error)

ModifyVpcEndpointServicePermissionsWithContext mocks base method

func (*MockEC2API) ModifyVpcEndpointWithContext added in v0.3.3

func (m *MockEC2API) ModifyVpcEndpointWithContext(arg0 aws.Context, arg1 *ec2.ModifyVpcEndpointInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointOutput, error)

ModifyVpcEndpointWithContext mocks base method

func (*MockEC2API) ModifyVpcPeeringConnectionOptions

ModifyVpcPeeringConnectionOptions mocks base method

func (*MockEC2API) ModifyVpcPeeringConnectionOptionsRequest

ModifyVpcPeeringConnectionOptionsRequest mocks base method

func (*MockEC2API) ModifyVpcPeeringConnectionOptionsWithContext added in v0.3.3

func (m *MockEC2API) ModifyVpcPeeringConnectionOptionsWithContext(arg0 aws.Context, arg1 *ec2.ModifyVpcPeeringConnectionOptionsInput, arg2 ...request.Option) (*ec2.ModifyVpcPeeringConnectionOptionsOutput, error)

ModifyVpcPeeringConnectionOptionsWithContext mocks base method

func (*MockEC2API) ModifyVpcTenancy added in v0.5.2

func (m *MockEC2API) ModifyVpcTenancy(arg0 *ec2.ModifyVpcTenancyInput) (*ec2.ModifyVpcTenancyOutput, error)

ModifyVpcTenancy mocks base method

func (*MockEC2API) ModifyVpcTenancyRequest added in v0.5.2

func (m *MockEC2API) ModifyVpcTenancyRequest(arg0 *ec2.ModifyVpcTenancyInput) (*request.Request, *ec2.ModifyVpcTenancyOutput)

ModifyVpcTenancyRequest mocks base method

func (*MockEC2API) ModifyVpcTenancyWithContext added in v0.5.2

func (m *MockEC2API) ModifyVpcTenancyWithContext(arg0 aws.Context, arg1 *ec2.ModifyVpcTenancyInput, arg2 ...request.Option) (*ec2.ModifyVpcTenancyOutput, error)

ModifyVpcTenancyWithContext mocks base method

func (*MockEC2API) MonitorInstances

func (m *MockEC2API) MonitorInstances(arg0 *ec2.MonitorInstancesInput) (*ec2.MonitorInstancesOutput, error)

MonitorInstances mocks base method

func (*MockEC2API) MonitorInstancesRequest

func (m *MockEC2API) MonitorInstancesRequest(arg0 *ec2.MonitorInstancesInput) (*request.Request, *ec2.MonitorInstancesOutput)

MonitorInstancesRequest mocks base method

func (*MockEC2API) MonitorInstancesWithContext added in v0.3.3

func (m *MockEC2API) MonitorInstancesWithContext(arg0 aws.Context, arg1 *ec2.MonitorInstancesInput, arg2 ...request.Option) (*ec2.MonitorInstancesOutput, error)

MonitorInstancesWithContext mocks base method

func (*MockEC2API) MoveAddressToVpc

func (m *MockEC2API) MoveAddressToVpc(arg0 *ec2.MoveAddressToVpcInput) (*ec2.MoveAddressToVpcOutput, error)

MoveAddressToVpc mocks base method

func (*MockEC2API) MoveAddressToVpcRequest

func (m *MockEC2API) MoveAddressToVpcRequest(arg0 *ec2.MoveAddressToVpcInput) (*request.Request, *ec2.MoveAddressToVpcOutput)

MoveAddressToVpcRequest mocks base method

func (*MockEC2API) MoveAddressToVpcWithContext added in v0.3.3

func (m *MockEC2API) MoveAddressToVpcWithContext(arg0 aws.Context, arg1 *ec2.MoveAddressToVpcInput, arg2 ...request.Option) (*ec2.MoveAddressToVpcOutput, error)

MoveAddressToVpcWithContext mocks base method

func (*MockEC2API) PurchaseHostReservation

func (m *MockEC2API) PurchaseHostReservation(arg0 *ec2.PurchaseHostReservationInput) (*ec2.PurchaseHostReservationOutput, error)

PurchaseHostReservation mocks base method

func (*MockEC2API) PurchaseHostReservationRequest

func (m *MockEC2API) PurchaseHostReservationRequest(arg0 *ec2.PurchaseHostReservationInput) (*request.Request, *ec2.PurchaseHostReservationOutput)

PurchaseHostReservationRequest mocks base method

func (*MockEC2API) PurchaseHostReservationWithContext added in v0.3.3

func (m *MockEC2API) PurchaseHostReservationWithContext(arg0 aws.Context, arg1 *ec2.PurchaseHostReservationInput, arg2 ...request.Option) (*ec2.PurchaseHostReservationOutput, error)

PurchaseHostReservationWithContext mocks base method

func (*MockEC2API) PurchaseReservedInstancesOffering

PurchaseReservedInstancesOffering mocks base method

func (*MockEC2API) PurchaseReservedInstancesOfferingRequest

PurchaseReservedInstancesOfferingRequest mocks base method

func (*MockEC2API) PurchaseReservedInstancesOfferingWithContext added in v0.3.3

func (m *MockEC2API) PurchaseReservedInstancesOfferingWithContext(arg0 aws.Context, arg1 *ec2.PurchaseReservedInstancesOfferingInput, arg2 ...request.Option) (*ec2.PurchaseReservedInstancesOfferingOutput, error)

PurchaseReservedInstancesOfferingWithContext mocks base method

func (*MockEC2API) PurchaseScheduledInstances

PurchaseScheduledInstances mocks base method

func (*MockEC2API) PurchaseScheduledInstancesRequest

func (m *MockEC2API) PurchaseScheduledInstancesRequest(arg0 *ec2.PurchaseScheduledInstancesInput) (*request.Request, *ec2.PurchaseScheduledInstancesOutput)

PurchaseScheduledInstancesRequest mocks base method

func (*MockEC2API) PurchaseScheduledInstancesWithContext added in v0.3.3

func (m *MockEC2API) PurchaseScheduledInstancesWithContext(arg0 aws.Context, arg1 *ec2.PurchaseScheduledInstancesInput, arg2 ...request.Option) (*ec2.PurchaseScheduledInstancesOutput, error)

PurchaseScheduledInstancesWithContext mocks base method

func (*MockEC2API) RebootInstances

func (m *MockEC2API) RebootInstances(arg0 *ec2.RebootInstancesInput) (*ec2.RebootInstancesOutput, error)

RebootInstances mocks base method

func (*MockEC2API) RebootInstancesRequest

func (m *MockEC2API) RebootInstancesRequest(arg0 *ec2.RebootInstancesInput) (*request.Request, *ec2.RebootInstancesOutput)

RebootInstancesRequest mocks base method

func (*MockEC2API) RebootInstancesWithContext added in v0.3.3

func (m *MockEC2API) RebootInstancesWithContext(arg0 aws.Context, arg1 *ec2.RebootInstancesInput, arg2 ...request.Option) (*ec2.RebootInstancesOutput, error)

RebootInstancesWithContext mocks base method

func (*MockEC2API) RegisterImage

func (m *MockEC2API) RegisterImage(arg0 *ec2.RegisterImageInput) (*ec2.RegisterImageOutput, error)

RegisterImage mocks base method

func (*MockEC2API) RegisterImageRequest

func (m *MockEC2API) RegisterImageRequest(arg0 *ec2.RegisterImageInput) (*request.Request, *ec2.RegisterImageOutput)

RegisterImageRequest mocks base method

func (*MockEC2API) RegisterImageWithContext added in v0.3.3

func (m *MockEC2API) RegisterImageWithContext(arg0 aws.Context, arg1 *ec2.RegisterImageInput, arg2 ...request.Option) (*ec2.RegisterImageOutput, error)

RegisterImageWithContext mocks base method

func (*MockEC2API) RejectVpcEndpointConnections added in v0.7.0

RejectVpcEndpointConnections mocks base method

func (*MockEC2API) RejectVpcEndpointConnectionsRequest added in v0.7.0

func (m *MockEC2API) RejectVpcEndpointConnectionsRequest(arg0 *ec2.RejectVpcEndpointConnectionsInput) (*request.Request, *ec2.RejectVpcEndpointConnectionsOutput)

RejectVpcEndpointConnectionsRequest mocks base method

func (*MockEC2API) RejectVpcEndpointConnectionsWithContext added in v0.7.0

func (m *MockEC2API) RejectVpcEndpointConnectionsWithContext(arg0 aws.Context, arg1 *ec2.RejectVpcEndpointConnectionsInput, arg2 ...request.Option) (*ec2.RejectVpcEndpointConnectionsOutput, error)

RejectVpcEndpointConnectionsWithContext mocks base method

func (*MockEC2API) RejectVpcPeeringConnection

RejectVpcPeeringConnection mocks base method

func (*MockEC2API) RejectVpcPeeringConnectionRequest

func (m *MockEC2API) RejectVpcPeeringConnectionRequest(arg0 *ec2.RejectVpcPeeringConnectionInput) (*request.Request, *ec2.RejectVpcPeeringConnectionOutput)

RejectVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) RejectVpcPeeringConnectionWithContext added in v0.3.3

func (m *MockEC2API) RejectVpcPeeringConnectionWithContext(arg0 aws.Context, arg1 *ec2.RejectVpcPeeringConnectionInput, arg2 ...request.Option) (*ec2.RejectVpcPeeringConnectionOutput, error)

RejectVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) ReleaseAddress

func (m *MockEC2API) ReleaseAddress(arg0 *ec2.ReleaseAddressInput) (*ec2.ReleaseAddressOutput, error)

ReleaseAddress mocks base method

func (*MockEC2API) ReleaseAddressRequest

func (m *MockEC2API) ReleaseAddressRequest(arg0 *ec2.ReleaseAddressInput) (*request.Request, *ec2.ReleaseAddressOutput)

ReleaseAddressRequest mocks base method

func (*MockEC2API) ReleaseAddressWithContext added in v0.3.3

func (m *MockEC2API) ReleaseAddressWithContext(arg0 aws.Context, arg1 *ec2.ReleaseAddressInput, arg2 ...request.Option) (*ec2.ReleaseAddressOutput, error)

ReleaseAddressWithContext mocks base method

func (*MockEC2API) ReleaseHosts

func (m *MockEC2API) ReleaseHosts(arg0 *ec2.ReleaseHostsInput) (*ec2.ReleaseHostsOutput, error)

ReleaseHosts mocks base method

func (*MockEC2API) ReleaseHostsRequest

func (m *MockEC2API) ReleaseHostsRequest(arg0 *ec2.ReleaseHostsInput) (*request.Request, *ec2.ReleaseHostsOutput)

ReleaseHostsRequest mocks base method

func (*MockEC2API) ReleaseHostsWithContext added in v0.3.3

func (m *MockEC2API) ReleaseHostsWithContext(arg0 aws.Context, arg1 *ec2.ReleaseHostsInput, arg2 ...request.Option) (*ec2.ReleaseHostsOutput, error)

ReleaseHostsWithContext mocks base method

func (*MockEC2API) ReplaceIamInstanceProfileAssociation added in v0.3.0

ReplaceIamInstanceProfileAssociation mocks base method

func (*MockEC2API) ReplaceIamInstanceProfileAssociationRequest added in v0.3.0

ReplaceIamInstanceProfileAssociationRequest mocks base method

func (*MockEC2API) ReplaceIamInstanceProfileAssociationWithContext added in v0.3.3

func (m *MockEC2API) ReplaceIamInstanceProfileAssociationWithContext(arg0 aws.Context, arg1 *ec2.ReplaceIamInstanceProfileAssociationInput, arg2 ...request.Option) (*ec2.ReplaceIamInstanceProfileAssociationOutput, error)

ReplaceIamInstanceProfileAssociationWithContext mocks base method

func (*MockEC2API) ReplaceNetworkAclAssociation

ReplaceNetworkAclAssociation mocks base method

func (*MockEC2API) ReplaceNetworkAclAssociationRequest

func (m *MockEC2API) ReplaceNetworkAclAssociationRequest(arg0 *ec2.ReplaceNetworkAclAssociationInput) (*request.Request, *ec2.ReplaceNetworkAclAssociationOutput)

ReplaceNetworkAclAssociationRequest mocks base method

func (*MockEC2API) ReplaceNetworkAclAssociationWithContext added in v0.3.3

func (m *MockEC2API) ReplaceNetworkAclAssociationWithContext(arg0 aws.Context, arg1 *ec2.ReplaceNetworkAclAssociationInput, arg2 ...request.Option) (*ec2.ReplaceNetworkAclAssociationOutput, error)

ReplaceNetworkAclAssociationWithContext mocks base method

func (*MockEC2API) ReplaceNetworkAclEntry

func (m *MockEC2API) ReplaceNetworkAclEntry(arg0 *ec2.ReplaceNetworkAclEntryInput) (*ec2.ReplaceNetworkAclEntryOutput, error)

ReplaceNetworkAclEntry mocks base method

func (*MockEC2API) ReplaceNetworkAclEntryRequest

func (m *MockEC2API) ReplaceNetworkAclEntryRequest(arg0 *ec2.ReplaceNetworkAclEntryInput) (*request.Request, *ec2.ReplaceNetworkAclEntryOutput)

ReplaceNetworkAclEntryRequest mocks base method

func (*MockEC2API) ReplaceNetworkAclEntryWithContext added in v0.3.3

func (m *MockEC2API) ReplaceNetworkAclEntryWithContext(arg0 aws.Context, arg1 *ec2.ReplaceNetworkAclEntryInput, arg2 ...request.Option) (*ec2.ReplaceNetworkAclEntryOutput, error)

ReplaceNetworkAclEntryWithContext mocks base method

func (*MockEC2API) ReplaceRoute

func (m *MockEC2API) ReplaceRoute(arg0 *ec2.ReplaceRouteInput) (*ec2.ReplaceRouteOutput, error)

ReplaceRoute mocks base method

func (*MockEC2API) ReplaceRouteRequest

func (m *MockEC2API) ReplaceRouteRequest(arg0 *ec2.ReplaceRouteInput) (*request.Request, *ec2.ReplaceRouteOutput)

ReplaceRouteRequest mocks base method

func (*MockEC2API) ReplaceRouteTableAssociation

ReplaceRouteTableAssociation mocks base method

func (*MockEC2API) ReplaceRouteTableAssociationRequest

func (m *MockEC2API) ReplaceRouteTableAssociationRequest(arg0 *ec2.ReplaceRouteTableAssociationInput) (*request.Request, *ec2.ReplaceRouteTableAssociationOutput)

ReplaceRouteTableAssociationRequest mocks base method

func (*MockEC2API) ReplaceRouteTableAssociationWithContext added in v0.3.3

func (m *MockEC2API) ReplaceRouteTableAssociationWithContext(arg0 aws.Context, arg1 *ec2.ReplaceRouteTableAssociationInput, arg2 ...request.Option) (*ec2.ReplaceRouteTableAssociationOutput, error)

ReplaceRouteTableAssociationWithContext mocks base method

func (*MockEC2API) ReplaceRouteWithContext added in v0.3.3

func (m *MockEC2API) ReplaceRouteWithContext(arg0 aws.Context, arg1 *ec2.ReplaceRouteInput, arg2 ...request.Option) (*ec2.ReplaceRouteOutput, error)

ReplaceRouteWithContext mocks base method

func (*MockEC2API) ReportInstanceStatus

func (m *MockEC2API) ReportInstanceStatus(arg0 *ec2.ReportInstanceStatusInput) (*ec2.ReportInstanceStatusOutput, error)

ReportInstanceStatus mocks base method

func (*MockEC2API) ReportInstanceStatusRequest

func (m *MockEC2API) ReportInstanceStatusRequest(arg0 *ec2.ReportInstanceStatusInput) (*request.Request, *ec2.ReportInstanceStatusOutput)

ReportInstanceStatusRequest mocks base method

func (*MockEC2API) ReportInstanceStatusWithContext added in v0.3.3

func (m *MockEC2API) ReportInstanceStatusWithContext(arg0 aws.Context, arg1 *ec2.ReportInstanceStatusInput, arg2 ...request.Option) (*ec2.ReportInstanceStatusOutput, error)

ReportInstanceStatusWithContext mocks base method

func (*MockEC2API) RequestSpotFleet

func (m *MockEC2API) RequestSpotFleet(arg0 *ec2.RequestSpotFleetInput) (*ec2.RequestSpotFleetOutput, error)

RequestSpotFleet mocks base method

func (*MockEC2API) RequestSpotFleetRequest

func (m *MockEC2API) RequestSpotFleetRequest(arg0 *ec2.RequestSpotFleetInput) (*request.Request, *ec2.RequestSpotFleetOutput)

RequestSpotFleetRequest mocks base method

func (*MockEC2API) RequestSpotFleetWithContext added in v0.3.3

func (m *MockEC2API) RequestSpotFleetWithContext(arg0 aws.Context, arg1 *ec2.RequestSpotFleetInput, arg2 ...request.Option) (*ec2.RequestSpotFleetOutput, error)

RequestSpotFleetWithContext mocks base method

func (*MockEC2API) RequestSpotInstances

func (m *MockEC2API) RequestSpotInstances(arg0 *ec2.RequestSpotInstancesInput) (*ec2.RequestSpotInstancesOutput, error)

RequestSpotInstances mocks base method

func (*MockEC2API) RequestSpotInstancesRequest

func (m *MockEC2API) RequestSpotInstancesRequest(arg0 *ec2.RequestSpotInstancesInput) (*request.Request, *ec2.RequestSpotInstancesOutput)

RequestSpotInstancesRequest mocks base method

func (*MockEC2API) RequestSpotInstancesWithContext added in v0.3.3

func (m *MockEC2API) RequestSpotInstancesWithContext(arg0 aws.Context, arg1 *ec2.RequestSpotInstancesInput, arg2 ...request.Option) (*ec2.RequestSpotInstancesOutput, error)

RequestSpotInstancesWithContext mocks base method

func (*MockEC2API) ResetFpgaImageAttribute added in v0.5.2

func (m *MockEC2API) ResetFpgaImageAttribute(arg0 *ec2.ResetFpgaImageAttributeInput) (*ec2.ResetFpgaImageAttributeOutput, error)

ResetFpgaImageAttribute mocks base method

func (*MockEC2API) ResetFpgaImageAttributeRequest added in v0.5.2

func (m *MockEC2API) ResetFpgaImageAttributeRequest(arg0 *ec2.ResetFpgaImageAttributeInput) (*request.Request, *ec2.ResetFpgaImageAttributeOutput)

ResetFpgaImageAttributeRequest mocks base method

func (*MockEC2API) ResetFpgaImageAttributeWithContext added in v0.5.2

func (m *MockEC2API) ResetFpgaImageAttributeWithContext(arg0 aws.Context, arg1 *ec2.ResetFpgaImageAttributeInput, arg2 ...request.Option) (*ec2.ResetFpgaImageAttributeOutput, error)

ResetFpgaImageAttributeWithContext mocks base method

func (*MockEC2API) ResetImageAttribute

func (m *MockEC2API) ResetImageAttribute(arg0 *ec2.ResetImageAttributeInput) (*ec2.ResetImageAttributeOutput, error)

ResetImageAttribute mocks base method

func (*MockEC2API) ResetImageAttributeRequest

func (m *MockEC2API) ResetImageAttributeRequest(arg0 *ec2.ResetImageAttributeInput) (*request.Request, *ec2.ResetImageAttributeOutput)

ResetImageAttributeRequest mocks base method

func (*MockEC2API) ResetImageAttributeWithContext added in v0.3.3

func (m *MockEC2API) ResetImageAttributeWithContext(arg0 aws.Context, arg1 *ec2.ResetImageAttributeInput, arg2 ...request.Option) (*ec2.ResetImageAttributeOutput, error)

ResetImageAttributeWithContext mocks base method

func (*MockEC2API) ResetInstanceAttribute

func (m *MockEC2API) ResetInstanceAttribute(arg0 *ec2.ResetInstanceAttributeInput) (*ec2.ResetInstanceAttributeOutput, error)

ResetInstanceAttribute mocks base method

func (*MockEC2API) ResetInstanceAttributeRequest

func (m *MockEC2API) ResetInstanceAttributeRequest(arg0 *ec2.ResetInstanceAttributeInput) (*request.Request, *ec2.ResetInstanceAttributeOutput)

ResetInstanceAttributeRequest mocks base method

func (*MockEC2API) ResetInstanceAttributeWithContext added in v0.3.3

func (m *MockEC2API) ResetInstanceAttributeWithContext(arg0 aws.Context, arg1 *ec2.ResetInstanceAttributeInput, arg2 ...request.Option) (*ec2.ResetInstanceAttributeOutput, error)

ResetInstanceAttributeWithContext mocks base method

func (*MockEC2API) ResetNetworkInterfaceAttribute

ResetNetworkInterfaceAttribute mocks base method

func (*MockEC2API) ResetNetworkInterfaceAttributeRequest

func (m *MockEC2API) ResetNetworkInterfaceAttributeRequest(arg0 *ec2.ResetNetworkInterfaceAttributeInput) (*request.Request, *ec2.ResetNetworkInterfaceAttributeOutput)

ResetNetworkInterfaceAttributeRequest mocks base method

func (*MockEC2API) ResetNetworkInterfaceAttributeWithContext added in v0.3.3

func (m *MockEC2API) ResetNetworkInterfaceAttributeWithContext(arg0 aws.Context, arg1 *ec2.ResetNetworkInterfaceAttributeInput, arg2 ...request.Option) (*ec2.ResetNetworkInterfaceAttributeOutput, error)

ResetNetworkInterfaceAttributeWithContext mocks base method

func (*MockEC2API) ResetSnapshotAttribute

func (m *MockEC2API) ResetSnapshotAttribute(arg0 *ec2.ResetSnapshotAttributeInput) (*ec2.ResetSnapshotAttributeOutput, error)

ResetSnapshotAttribute mocks base method

func (*MockEC2API) ResetSnapshotAttributeRequest

func (m *MockEC2API) ResetSnapshotAttributeRequest(arg0 *ec2.ResetSnapshotAttributeInput) (*request.Request, *ec2.ResetSnapshotAttributeOutput)

ResetSnapshotAttributeRequest mocks base method

func (*MockEC2API) ResetSnapshotAttributeWithContext added in v0.3.3

func (m *MockEC2API) ResetSnapshotAttributeWithContext(arg0 aws.Context, arg1 *ec2.ResetSnapshotAttributeInput, arg2 ...request.Option) (*ec2.ResetSnapshotAttributeOutput, error)

ResetSnapshotAttributeWithContext mocks base method

func (*MockEC2API) RestoreAddressToClassic

func (m *MockEC2API) RestoreAddressToClassic(arg0 *ec2.RestoreAddressToClassicInput) (*ec2.RestoreAddressToClassicOutput, error)

RestoreAddressToClassic mocks base method

func (*MockEC2API) RestoreAddressToClassicRequest

func (m *MockEC2API) RestoreAddressToClassicRequest(arg0 *ec2.RestoreAddressToClassicInput) (*request.Request, *ec2.RestoreAddressToClassicOutput)

RestoreAddressToClassicRequest mocks base method

func (*MockEC2API) RestoreAddressToClassicWithContext added in v0.3.3

func (m *MockEC2API) RestoreAddressToClassicWithContext(arg0 aws.Context, arg1 *ec2.RestoreAddressToClassicInput, arg2 ...request.Option) (*ec2.RestoreAddressToClassicOutput, error)

RestoreAddressToClassicWithContext mocks base method

func (*MockEC2API) RevokeSecurityGroupEgress

RevokeSecurityGroupEgress mocks base method

func (*MockEC2API) RevokeSecurityGroupEgressRequest

func (m *MockEC2API) RevokeSecurityGroupEgressRequest(arg0 *ec2.RevokeSecurityGroupEgressInput) (*request.Request, *ec2.RevokeSecurityGroupEgressOutput)

RevokeSecurityGroupEgressRequest mocks base method

func (*MockEC2API) RevokeSecurityGroupEgressWithContext added in v0.3.3

func (m *MockEC2API) RevokeSecurityGroupEgressWithContext(arg0 aws.Context, arg1 *ec2.RevokeSecurityGroupEgressInput, arg2 ...request.Option) (*ec2.RevokeSecurityGroupEgressOutput, error)

RevokeSecurityGroupEgressWithContext mocks base method

func (*MockEC2API) RevokeSecurityGroupIngress

RevokeSecurityGroupIngress mocks base method

func (*MockEC2API) RevokeSecurityGroupIngressRequest

func (m *MockEC2API) RevokeSecurityGroupIngressRequest(arg0 *ec2.RevokeSecurityGroupIngressInput) (*request.Request, *ec2.RevokeSecurityGroupIngressOutput)

RevokeSecurityGroupIngressRequest mocks base method

func (*MockEC2API) RevokeSecurityGroupIngressWithContext added in v0.3.3

func (m *MockEC2API) RevokeSecurityGroupIngressWithContext(arg0 aws.Context, arg1 *ec2.RevokeSecurityGroupIngressInput, arg2 ...request.Option) (*ec2.RevokeSecurityGroupIngressOutput, error)

RevokeSecurityGroupIngressWithContext mocks base method

func (*MockEC2API) RunInstances

func (m *MockEC2API) RunInstances(arg0 *ec2.RunInstancesInput) (*ec2.Reservation, error)

RunInstances mocks base method

func (*MockEC2API) RunInstancesRequest

func (m *MockEC2API) RunInstancesRequest(arg0 *ec2.RunInstancesInput) (*request.Request, *ec2.Reservation)

RunInstancesRequest mocks base method

func (*MockEC2API) RunInstancesWithContext added in v0.3.3

func (m *MockEC2API) RunInstancesWithContext(arg0 aws.Context, arg1 *ec2.RunInstancesInput, arg2 ...request.Option) (*ec2.Reservation, error)

RunInstancesWithContext mocks base method

func (*MockEC2API) RunScheduledInstances

func (m *MockEC2API) RunScheduledInstances(arg0 *ec2.RunScheduledInstancesInput) (*ec2.RunScheduledInstancesOutput, error)

RunScheduledInstances mocks base method

func (*MockEC2API) RunScheduledInstancesRequest

func (m *MockEC2API) RunScheduledInstancesRequest(arg0 *ec2.RunScheduledInstancesInput) (*request.Request, *ec2.RunScheduledInstancesOutput)

RunScheduledInstancesRequest mocks base method

func (*MockEC2API) RunScheduledInstancesWithContext added in v0.3.3

func (m *MockEC2API) RunScheduledInstancesWithContext(arg0 aws.Context, arg1 *ec2.RunScheduledInstancesInput, arg2 ...request.Option) (*ec2.RunScheduledInstancesOutput, error)

RunScheduledInstancesWithContext mocks base method

func (*MockEC2API) StartInstances

func (m *MockEC2API) StartInstances(arg0 *ec2.StartInstancesInput) (*ec2.StartInstancesOutput, error)

StartInstances mocks base method

func (*MockEC2API) StartInstancesRequest

func (m *MockEC2API) StartInstancesRequest(arg0 *ec2.StartInstancesInput) (*request.Request, *ec2.StartInstancesOutput)

StartInstancesRequest mocks base method

func (*MockEC2API) StartInstancesWithContext added in v0.3.3

func (m *MockEC2API) StartInstancesWithContext(arg0 aws.Context, arg1 *ec2.StartInstancesInput, arg2 ...request.Option) (*ec2.StartInstancesOutput, error)

StartInstancesWithContext mocks base method

func (*MockEC2API) StopInstances

func (m *MockEC2API) StopInstances(arg0 *ec2.StopInstancesInput) (*ec2.StopInstancesOutput, error)

StopInstances mocks base method

func (*MockEC2API) StopInstancesRequest

func (m *MockEC2API) StopInstancesRequest(arg0 *ec2.StopInstancesInput) (*request.Request, *ec2.StopInstancesOutput)

StopInstancesRequest mocks base method

func (*MockEC2API) StopInstancesWithContext added in v0.3.3

func (m *MockEC2API) StopInstancesWithContext(arg0 aws.Context, arg1 *ec2.StopInstancesInput, arg2 ...request.Option) (*ec2.StopInstancesOutput, error)

StopInstancesWithContext mocks base method

func (*MockEC2API) TerminateInstances

func (m *MockEC2API) TerminateInstances(arg0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)

TerminateInstances mocks base method

func (*MockEC2API) TerminateInstancesRequest

func (m *MockEC2API) TerminateInstancesRequest(arg0 *ec2.TerminateInstancesInput) (*request.Request, *ec2.TerminateInstancesOutput)

TerminateInstancesRequest mocks base method

func (*MockEC2API) TerminateInstancesWithContext added in v0.3.3

func (m *MockEC2API) TerminateInstancesWithContext(arg0 aws.Context, arg1 *ec2.TerminateInstancesInput, arg2 ...request.Option) (*ec2.TerminateInstancesOutput, error)

TerminateInstancesWithContext mocks base method

func (*MockEC2API) UnassignIpv6Addresses

func (m *MockEC2API) UnassignIpv6Addresses(arg0 *ec2.UnassignIpv6AddressesInput) (*ec2.UnassignIpv6AddressesOutput, error)

UnassignIpv6Addresses mocks base method

func (*MockEC2API) UnassignIpv6AddressesRequest

func (m *MockEC2API) UnassignIpv6AddressesRequest(arg0 *ec2.UnassignIpv6AddressesInput) (*request.Request, *ec2.UnassignIpv6AddressesOutput)

UnassignIpv6AddressesRequest mocks base method

func (*MockEC2API) UnassignIpv6AddressesWithContext added in v0.3.3

func (m *MockEC2API) UnassignIpv6AddressesWithContext(arg0 aws.Context, arg1 *ec2.UnassignIpv6AddressesInput, arg2 ...request.Option) (*ec2.UnassignIpv6AddressesOutput, error)

UnassignIpv6AddressesWithContext mocks base method

func (*MockEC2API) UnassignPrivateIpAddresses

UnassignPrivateIpAddresses mocks base method

func (*MockEC2API) UnassignPrivateIpAddressesRequest

func (m *MockEC2API) UnassignPrivateIpAddressesRequest(arg0 *ec2.UnassignPrivateIpAddressesInput) (*request.Request, *ec2.UnassignPrivateIpAddressesOutput)

UnassignPrivateIpAddressesRequest mocks base method

func (*MockEC2API) UnassignPrivateIpAddressesWithContext added in v0.3.3

func (m *MockEC2API) UnassignPrivateIpAddressesWithContext(arg0 aws.Context, arg1 *ec2.UnassignPrivateIpAddressesInput, arg2 ...request.Option) (*ec2.UnassignPrivateIpAddressesOutput, error)

UnassignPrivateIpAddressesWithContext mocks base method

func (*MockEC2API) UnmonitorInstances

func (m *MockEC2API) UnmonitorInstances(arg0 *ec2.UnmonitorInstancesInput) (*ec2.UnmonitorInstancesOutput, error)

UnmonitorInstances mocks base method

func (*MockEC2API) UnmonitorInstancesRequest

func (m *MockEC2API) UnmonitorInstancesRequest(arg0 *ec2.UnmonitorInstancesInput) (*request.Request, *ec2.UnmonitorInstancesOutput)

UnmonitorInstancesRequest mocks base method

func (*MockEC2API) UnmonitorInstancesWithContext added in v0.3.3

func (m *MockEC2API) UnmonitorInstancesWithContext(arg0 aws.Context, arg1 *ec2.UnmonitorInstancesInput, arg2 ...request.Option) (*ec2.UnmonitorInstancesOutput, error)

UnmonitorInstancesWithContext mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsEgress added in v0.5.2

UpdateSecurityGroupRuleDescriptionsEgress mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsEgressRequest added in v0.5.2

UpdateSecurityGroupRuleDescriptionsEgressRequest mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsEgressWithContext added in v0.5.2

func (m *MockEC2API) UpdateSecurityGroupRuleDescriptionsEgressWithContext(arg0 aws.Context, arg1 *ec2.UpdateSecurityGroupRuleDescriptionsEgressInput, arg2 ...request.Option) (*ec2.UpdateSecurityGroupRuleDescriptionsEgressOutput, error)

UpdateSecurityGroupRuleDescriptionsEgressWithContext mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsIngress added in v0.5.2

UpdateSecurityGroupRuleDescriptionsIngress mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsIngressRequest added in v0.5.2

UpdateSecurityGroupRuleDescriptionsIngressRequest mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsIngressWithContext added in v0.5.2

func (m *MockEC2API) UpdateSecurityGroupRuleDescriptionsIngressWithContext(arg0 aws.Context, arg1 *ec2.UpdateSecurityGroupRuleDescriptionsIngressInput, arg2 ...request.Option) (*ec2.UpdateSecurityGroupRuleDescriptionsIngressOutput, error)

UpdateSecurityGroupRuleDescriptionsIngressWithContext mocks base method

func (*MockEC2API) WaitUntilBundleTaskComplete

func (m *MockEC2API) WaitUntilBundleTaskComplete(arg0 *ec2.DescribeBundleTasksInput) error

WaitUntilBundleTaskComplete mocks base method

func (*MockEC2API) WaitUntilBundleTaskCompleteWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilBundleTaskCompleteWithContext(arg0 aws.Context, arg1 *ec2.DescribeBundleTasksInput, arg2 ...request.WaiterOption) error

WaitUntilBundleTaskCompleteWithContext mocks base method

func (*MockEC2API) WaitUntilConversionTaskCancelled

func (m *MockEC2API) WaitUntilConversionTaskCancelled(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskCancelled mocks base method

func (*MockEC2API) WaitUntilConversionTaskCancelledWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilConversionTaskCancelledWithContext(arg0 aws.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskCancelledWithContext mocks base method

func (*MockEC2API) WaitUntilConversionTaskCompleted

func (m *MockEC2API) WaitUntilConversionTaskCompleted(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskCompleted mocks base method

func (*MockEC2API) WaitUntilConversionTaskCompletedWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilConversionTaskCompletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskCompletedWithContext mocks base method

func (*MockEC2API) WaitUntilConversionTaskDeleted

func (m *MockEC2API) WaitUntilConversionTaskDeleted(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskDeleted mocks base method

func (*MockEC2API) WaitUntilConversionTaskDeletedWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilConversionTaskDeletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskDeletedWithContext mocks base method

func (*MockEC2API) WaitUntilCustomerGatewayAvailable

func (m *MockEC2API) WaitUntilCustomerGatewayAvailable(arg0 *ec2.DescribeCustomerGatewaysInput) error

WaitUntilCustomerGatewayAvailable mocks base method

func (*MockEC2API) WaitUntilCustomerGatewayAvailableWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilCustomerGatewayAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeCustomerGatewaysInput, arg2 ...request.WaiterOption) error

WaitUntilCustomerGatewayAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilExportTaskCancelled

func (m *MockEC2API) WaitUntilExportTaskCancelled(arg0 *ec2.DescribeExportTasksInput) error

WaitUntilExportTaskCancelled mocks base method

func (*MockEC2API) WaitUntilExportTaskCancelledWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilExportTaskCancelledWithContext(arg0 aws.Context, arg1 *ec2.DescribeExportTasksInput, arg2 ...request.WaiterOption) error

WaitUntilExportTaskCancelledWithContext mocks base method

func (*MockEC2API) WaitUntilExportTaskCompleted

func (m *MockEC2API) WaitUntilExportTaskCompleted(arg0 *ec2.DescribeExportTasksInput) error

WaitUntilExportTaskCompleted mocks base method

func (*MockEC2API) WaitUntilExportTaskCompletedWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilExportTaskCompletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeExportTasksInput, arg2 ...request.WaiterOption) error

WaitUntilExportTaskCompletedWithContext mocks base method

func (*MockEC2API) WaitUntilImageAvailable

func (m *MockEC2API) WaitUntilImageAvailable(arg0 *ec2.DescribeImagesInput) error

WaitUntilImageAvailable mocks base method

func (*MockEC2API) WaitUntilImageAvailableWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilImageAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeImagesInput, arg2 ...request.WaiterOption) error

WaitUntilImageAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilImageExists

func (m *MockEC2API) WaitUntilImageExists(arg0 *ec2.DescribeImagesInput) error

WaitUntilImageExists mocks base method

func (*MockEC2API) WaitUntilImageExistsWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilImageExistsWithContext(arg0 aws.Context, arg1 *ec2.DescribeImagesInput, arg2 ...request.WaiterOption) error

WaitUntilImageExistsWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceExists

func (m *MockEC2API) WaitUntilInstanceExists(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceExists mocks base method

func (*MockEC2API) WaitUntilInstanceExistsWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilInstanceExistsWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceExistsWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceRunning

func (m *MockEC2API) WaitUntilInstanceRunning(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceRunning mocks base method

func (*MockEC2API) WaitUntilInstanceRunningWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilInstanceRunningWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceRunningWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceStatusOk

func (m *MockEC2API) WaitUntilInstanceStatusOk(arg0 *ec2.DescribeInstanceStatusInput) error

WaitUntilInstanceStatusOk mocks base method

func (*MockEC2API) WaitUntilInstanceStatusOkWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilInstanceStatusOkWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceStatusOkWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceStopped

func (m *MockEC2API) WaitUntilInstanceStopped(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceStopped mocks base method

func (*MockEC2API) WaitUntilInstanceStoppedWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilInstanceStoppedWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceStoppedWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceTerminated

func (m *MockEC2API) WaitUntilInstanceTerminated(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceTerminated mocks base method

func (*MockEC2API) WaitUntilInstanceTerminatedWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilInstanceTerminatedWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceTerminatedWithContext mocks base method

func (*MockEC2API) WaitUntilKeyPairExists

func (m *MockEC2API) WaitUntilKeyPairExists(arg0 *ec2.DescribeKeyPairsInput) error

WaitUntilKeyPairExists mocks base method

func (*MockEC2API) WaitUntilKeyPairExistsWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilKeyPairExistsWithContext(arg0 aws.Context, arg1 *ec2.DescribeKeyPairsInput, arg2 ...request.WaiterOption) error

WaitUntilKeyPairExistsWithContext mocks base method

func (*MockEC2API) WaitUntilNatGatewayAvailable

func (m *MockEC2API) WaitUntilNatGatewayAvailable(arg0 *ec2.DescribeNatGatewaysInput) error

WaitUntilNatGatewayAvailable mocks base method

func (*MockEC2API) WaitUntilNatGatewayAvailableWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilNatGatewayAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 ...request.WaiterOption) error

WaitUntilNatGatewayAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilNetworkInterfaceAvailable

func (m *MockEC2API) WaitUntilNetworkInterfaceAvailable(arg0 *ec2.DescribeNetworkInterfacesInput) error

WaitUntilNetworkInterfaceAvailable mocks base method

func (*MockEC2API) WaitUntilNetworkInterfaceAvailableWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilNetworkInterfaceAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeNetworkInterfacesInput, arg2 ...request.WaiterOption) error

WaitUntilNetworkInterfaceAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilPasswordDataAvailable

func (m *MockEC2API) WaitUntilPasswordDataAvailable(arg0 *ec2.GetPasswordDataInput) error

WaitUntilPasswordDataAvailable mocks base method

func (*MockEC2API) WaitUntilPasswordDataAvailableWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilPasswordDataAvailableWithContext(arg0 aws.Context, arg1 *ec2.GetPasswordDataInput, arg2 ...request.WaiterOption) error

WaitUntilPasswordDataAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilSnapshotCompleted

func (m *MockEC2API) WaitUntilSnapshotCompleted(arg0 *ec2.DescribeSnapshotsInput) error

WaitUntilSnapshotCompleted mocks base method

func (*MockEC2API) WaitUntilSnapshotCompletedWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilSnapshotCompletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilSnapshotCompletedWithContext mocks base method

func (*MockEC2API) WaitUntilSpotInstanceRequestFulfilled

func (m *MockEC2API) WaitUntilSpotInstanceRequestFulfilled(arg0 *ec2.DescribeSpotInstanceRequestsInput) error

WaitUntilSpotInstanceRequestFulfilled mocks base method

func (*MockEC2API) WaitUntilSpotInstanceRequestFulfilledWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilSpotInstanceRequestFulfilledWithContext(arg0 aws.Context, arg1 *ec2.DescribeSpotInstanceRequestsInput, arg2 ...request.WaiterOption) error

WaitUntilSpotInstanceRequestFulfilledWithContext mocks base method

func (*MockEC2API) WaitUntilSubnetAvailable

func (m *MockEC2API) WaitUntilSubnetAvailable(arg0 *ec2.DescribeSubnetsInput) error

WaitUntilSubnetAvailable mocks base method

func (*MockEC2API) WaitUntilSubnetAvailableWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilSubnetAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeSubnetsInput, arg2 ...request.WaiterOption) error

WaitUntilSubnetAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilSystemStatusOk

func (m *MockEC2API) WaitUntilSystemStatusOk(arg0 *ec2.DescribeInstanceStatusInput) error

WaitUntilSystemStatusOk mocks base method

func (*MockEC2API) WaitUntilSystemStatusOkWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilSystemStatusOkWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 ...request.WaiterOption) error

WaitUntilSystemStatusOkWithContext mocks base method

func (*MockEC2API) WaitUntilVolumeAvailable

func (m *MockEC2API) WaitUntilVolumeAvailable(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeAvailable mocks base method

func (*MockEC2API) WaitUntilVolumeAvailableWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilVolumeAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilVolumeDeleted

func (m *MockEC2API) WaitUntilVolumeDeleted(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeDeleted mocks base method

func (*MockEC2API) WaitUntilVolumeDeletedWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilVolumeDeletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeDeletedWithContext mocks base method

func (*MockEC2API) WaitUntilVolumeInUse

func (m *MockEC2API) WaitUntilVolumeInUse(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeInUse mocks base method

func (*MockEC2API) WaitUntilVolumeInUseWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilVolumeInUseWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeInUseWithContext mocks base method

func (*MockEC2API) WaitUntilVpcAvailable

func (m *MockEC2API) WaitUntilVpcAvailable(arg0 *ec2.DescribeVpcsInput) error

WaitUntilVpcAvailable mocks base method

func (*MockEC2API) WaitUntilVpcAvailableWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilVpcAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilVpcExists

func (m *MockEC2API) WaitUntilVpcExists(arg0 *ec2.DescribeVpcsInput) error

WaitUntilVpcExists mocks base method

func (*MockEC2API) WaitUntilVpcExistsWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilVpcExistsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcExistsWithContext mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionDeleted added in v0.3.1

func (m *MockEC2API) WaitUntilVpcPeeringConnectionDeleted(arg0 *ec2.DescribeVpcPeeringConnectionsInput) error

WaitUntilVpcPeeringConnectionDeleted mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionDeletedWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilVpcPeeringConnectionDeletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcPeeringConnectionDeletedWithContext mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionExists

func (m *MockEC2API) WaitUntilVpcPeeringConnectionExists(arg0 *ec2.DescribeVpcPeeringConnectionsInput) error

WaitUntilVpcPeeringConnectionExists mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionExistsWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilVpcPeeringConnectionExistsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcPeeringConnectionExistsWithContext mocks base method

func (*MockEC2API) WaitUntilVpnConnectionAvailable

func (m *MockEC2API) WaitUntilVpnConnectionAvailable(arg0 *ec2.DescribeVpnConnectionsInput) error

WaitUntilVpnConnectionAvailable mocks base method

func (*MockEC2API) WaitUntilVpnConnectionAvailableWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilVpnConnectionAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpnConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpnConnectionAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilVpnConnectionDeleted

func (m *MockEC2API) WaitUntilVpnConnectionDeleted(arg0 *ec2.DescribeVpnConnectionsInput) error

WaitUntilVpnConnectionDeleted mocks base method

func (*MockEC2API) WaitUntilVpnConnectionDeletedWithContext added in v0.3.3

func (m *MockEC2API) WaitUntilVpnConnectionDeletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpnConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpnConnectionDeletedWithContext mocks base method

type MockEC2APIMockRecorder added in v0.6.0

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

MockEC2APIMockRecorder is the mock recorder for MockEC2API

func (*MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuote added in v0.6.0

func (mr *MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuote(arg0 interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuote indicates an expected call of AcceptReservedInstancesExchangeQuote

func (*MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteRequest(arg0 interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuoteRequest indicates an expected call of AcceptReservedInstancesExchangeQuoteRequest

func (*MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuoteWithContext indicates an expected call of AcceptReservedInstancesExchangeQuoteWithContext

func (*MockEC2APIMockRecorder) AcceptVpcEndpointConnections added in v0.7.0

func (mr *MockEC2APIMockRecorder) AcceptVpcEndpointConnections(arg0 interface{}) *gomock.Call

AcceptVpcEndpointConnections indicates an expected call of AcceptVpcEndpointConnections

func (*MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

AcceptVpcEndpointConnectionsRequest indicates an expected call of AcceptVpcEndpointConnectionsRequest

func (*MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptVpcEndpointConnectionsWithContext indicates an expected call of AcceptVpcEndpointConnectionsWithContext

func (*MockEC2APIMockRecorder) AcceptVpcPeeringConnection added in v0.6.0

func (mr *MockEC2APIMockRecorder) AcceptVpcPeeringConnection(arg0 interface{}) *gomock.Call

AcceptVpcPeeringConnection indicates an expected call of AcceptVpcPeeringConnection

func (*MockEC2APIMockRecorder) AcceptVpcPeeringConnectionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AcceptVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

AcceptVpcPeeringConnectionRequest indicates an expected call of AcceptVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) AcceptVpcPeeringConnectionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AcceptVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptVpcPeeringConnectionWithContext indicates an expected call of AcceptVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) AllocateAddress added in v0.6.0

func (mr *MockEC2APIMockRecorder) AllocateAddress(arg0 interface{}) *gomock.Call

AllocateAddress indicates an expected call of AllocateAddress

func (*MockEC2APIMockRecorder) AllocateAddressRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AllocateAddressRequest(arg0 interface{}) *gomock.Call

AllocateAddressRequest indicates an expected call of AllocateAddressRequest

func (*MockEC2APIMockRecorder) AllocateAddressWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AllocateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AllocateAddressWithContext indicates an expected call of AllocateAddressWithContext

func (*MockEC2APIMockRecorder) AllocateHosts added in v0.6.0

func (mr *MockEC2APIMockRecorder) AllocateHosts(arg0 interface{}) *gomock.Call

AllocateHosts indicates an expected call of AllocateHosts

func (*MockEC2APIMockRecorder) AllocateHostsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AllocateHostsRequest(arg0 interface{}) *gomock.Call

AllocateHostsRequest indicates an expected call of AllocateHostsRequest

func (*MockEC2APIMockRecorder) AllocateHostsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AllocateHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AllocateHostsWithContext indicates an expected call of AllocateHostsWithContext

func (*MockEC2APIMockRecorder) AssignIpv6Addresses added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssignIpv6Addresses(arg0 interface{}) *gomock.Call

AssignIpv6Addresses indicates an expected call of AssignIpv6Addresses

func (*MockEC2APIMockRecorder) AssignIpv6AddressesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssignIpv6AddressesRequest(arg0 interface{}) *gomock.Call

AssignIpv6AddressesRequest indicates an expected call of AssignIpv6AddressesRequest

func (*MockEC2APIMockRecorder) AssignIpv6AddressesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssignIpv6AddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssignIpv6AddressesWithContext indicates an expected call of AssignIpv6AddressesWithContext

func (*MockEC2APIMockRecorder) AssignPrivateIpAddresses added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssignPrivateIpAddresses(arg0 interface{}) *gomock.Call

AssignPrivateIpAddresses indicates an expected call of AssignPrivateIpAddresses

func (*MockEC2APIMockRecorder) AssignPrivateIpAddressesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssignPrivateIpAddressesRequest(arg0 interface{}) *gomock.Call

AssignPrivateIpAddressesRequest indicates an expected call of AssignPrivateIpAddressesRequest

func (*MockEC2APIMockRecorder) AssignPrivateIpAddressesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssignPrivateIpAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssignPrivateIpAddressesWithContext indicates an expected call of AssignPrivateIpAddressesWithContext

func (*MockEC2APIMockRecorder) AssociateAddress added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateAddress(arg0 interface{}) *gomock.Call

AssociateAddress indicates an expected call of AssociateAddress

func (*MockEC2APIMockRecorder) AssociateAddressRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateAddressRequest(arg0 interface{}) *gomock.Call

AssociateAddressRequest indicates an expected call of AssociateAddressRequest

func (*MockEC2APIMockRecorder) AssociateAddressWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateAddressWithContext indicates an expected call of AssociateAddressWithContext

func (*MockEC2APIMockRecorder) AssociateDhcpOptions added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateDhcpOptions(arg0 interface{}) *gomock.Call

AssociateDhcpOptions indicates an expected call of AssociateDhcpOptions

func (*MockEC2APIMockRecorder) AssociateDhcpOptionsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateDhcpOptionsRequest(arg0 interface{}) *gomock.Call

AssociateDhcpOptionsRequest indicates an expected call of AssociateDhcpOptionsRequest

func (*MockEC2APIMockRecorder) AssociateDhcpOptionsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateDhcpOptionsWithContext indicates an expected call of AssociateDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) AssociateIamInstanceProfile added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateIamInstanceProfile(arg0 interface{}) *gomock.Call

AssociateIamInstanceProfile indicates an expected call of AssociateIamInstanceProfile

func (*MockEC2APIMockRecorder) AssociateIamInstanceProfileRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateIamInstanceProfileRequest(arg0 interface{}) *gomock.Call

AssociateIamInstanceProfileRequest indicates an expected call of AssociateIamInstanceProfileRequest

func (*MockEC2APIMockRecorder) AssociateIamInstanceProfileWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateIamInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateIamInstanceProfileWithContext indicates an expected call of AssociateIamInstanceProfileWithContext

func (*MockEC2APIMockRecorder) AssociateRouteTable added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateRouteTable(arg0 interface{}) *gomock.Call

AssociateRouteTable indicates an expected call of AssociateRouteTable

func (*MockEC2APIMockRecorder) AssociateRouteTableRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateRouteTableRequest(arg0 interface{}) *gomock.Call

AssociateRouteTableRequest indicates an expected call of AssociateRouteTableRequest

func (*MockEC2APIMockRecorder) AssociateRouteTableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateRouteTableWithContext indicates an expected call of AssociateRouteTableWithContext

func (*MockEC2APIMockRecorder) AssociateSubnetCidrBlock added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateSubnetCidrBlock(arg0 interface{}) *gomock.Call

AssociateSubnetCidrBlock indicates an expected call of AssociateSubnetCidrBlock

func (*MockEC2APIMockRecorder) AssociateSubnetCidrBlockRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateSubnetCidrBlockRequest(arg0 interface{}) *gomock.Call

AssociateSubnetCidrBlockRequest indicates an expected call of AssociateSubnetCidrBlockRequest

func (*MockEC2APIMockRecorder) AssociateSubnetCidrBlockWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateSubnetCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateSubnetCidrBlockWithContext indicates an expected call of AssociateSubnetCidrBlockWithContext

func (*MockEC2APIMockRecorder) AssociateVpcCidrBlock added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateVpcCidrBlock(arg0 interface{}) *gomock.Call

AssociateVpcCidrBlock indicates an expected call of AssociateVpcCidrBlock

func (*MockEC2APIMockRecorder) AssociateVpcCidrBlockRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateVpcCidrBlockRequest(arg0 interface{}) *gomock.Call

AssociateVpcCidrBlockRequest indicates an expected call of AssociateVpcCidrBlockRequest

func (*MockEC2APIMockRecorder) AssociateVpcCidrBlockWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AssociateVpcCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateVpcCidrBlockWithContext indicates an expected call of AssociateVpcCidrBlockWithContext

func (*MockEC2APIMockRecorder) AttachClassicLinkVpc added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachClassicLinkVpc(arg0 interface{}) *gomock.Call

AttachClassicLinkVpc indicates an expected call of AttachClassicLinkVpc

func (*MockEC2APIMockRecorder) AttachClassicLinkVpcRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachClassicLinkVpcRequest(arg0 interface{}) *gomock.Call

AttachClassicLinkVpcRequest indicates an expected call of AttachClassicLinkVpcRequest

func (*MockEC2APIMockRecorder) AttachClassicLinkVpcWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachClassicLinkVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachClassicLinkVpcWithContext indicates an expected call of AttachClassicLinkVpcWithContext

func (*MockEC2APIMockRecorder) AttachInternetGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachInternetGateway(arg0 interface{}) *gomock.Call

AttachInternetGateway indicates an expected call of AttachInternetGateway

func (*MockEC2APIMockRecorder) AttachInternetGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachInternetGatewayRequest(arg0 interface{}) *gomock.Call

AttachInternetGatewayRequest indicates an expected call of AttachInternetGatewayRequest

func (*MockEC2APIMockRecorder) AttachInternetGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachInternetGatewayWithContext indicates an expected call of AttachInternetGatewayWithContext

func (*MockEC2APIMockRecorder) AttachNetworkInterface added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachNetworkInterface(arg0 interface{}) *gomock.Call

AttachNetworkInterface indicates an expected call of AttachNetworkInterface

func (*MockEC2APIMockRecorder) AttachNetworkInterfaceRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

AttachNetworkInterfaceRequest indicates an expected call of AttachNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) AttachNetworkInterfaceWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachNetworkInterfaceWithContext indicates an expected call of AttachNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) AttachVolume added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachVolume(arg0 interface{}) *gomock.Call

AttachVolume indicates an expected call of AttachVolume

func (*MockEC2APIMockRecorder) AttachVolumeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachVolumeRequest(arg0 interface{}) *gomock.Call

AttachVolumeRequest indicates an expected call of AttachVolumeRequest

func (*MockEC2APIMockRecorder) AttachVolumeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachVolumeWithContext indicates an expected call of AttachVolumeWithContext

func (*MockEC2APIMockRecorder) AttachVpnGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachVpnGateway(arg0 interface{}) *gomock.Call

AttachVpnGateway indicates an expected call of AttachVpnGateway

func (*MockEC2APIMockRecorder) AttachVpnGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachVpnGatewayRequest(arg0 interface{}) *gomock.Call

AttachVpnGatewayRequest indicates an expected call of AttachVpnGatewayRequest

func (*MockEC2APIMockRecorder) AttachVpnGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AttachVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachVpnGatewayWithContext indicates an expected call of AttachVpnGatewayWithContext

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupEgress added in v0.6.0

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupEgress(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupEgress indicates an expected call of AuthorizeSecurityGroupEgress

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressRequest(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupEgressRequest indicates an expected call of AuthorizeSecurityGroupEgressRequest

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeSecurityGroupEgressWithContext indicates an expected call of AuthorizeSecurityGroupEgressWithContext

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress added in v0.6.0

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupIngress indicates an expected call of AuthorizeSecurityGroupIngress

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupIngressRequest indicates an expected call of AuthorizeSecurityGroupIngressRequest

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeSecurityGroupIngressWithContext indicates an expected call of AuthorizeSecurityGroupIngressWithContext

func (*MockEC2APIMockRecorder) BundleInstance added in v0.6.0

func (mr *MockEC2APIMockRecorder) BundleInstance(arg0 interface{}) *gomock.Call

BundleInstance indicates an expected call of BundleInstance

func (*MockEC2APIMockRecorder) BundleInstanceRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) BundleInstanceRequest(arg0 interface{}) *gomock.Call

BundleInstanceRequest indicates an expected call of BundleInstanceRequest

func (*MockEC2APIMockRecorder) BundleInstanceWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) BundleInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BundleInstanceWithContext indicates an expected call of BundleInstanceWithContext

func (*MockEC2APIMockRecorder) CancelBundleTask added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelBundleTask(arg0 interface{}) *gomock.Call

CancelBundleTask indicates an expected call of CancelBundleTask

func (*MockEC2APIMockRecorder) CancelBundleTaskRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelBundleTaskRequest(arg0 interface{}) *gomock.Call

CancelBundleTaskRequest indicates an expected call of CancelBundleTaskRequest

func (*MockEC2APIMockRecorder) CancelBundleTaskWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelBundleTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelBundleTaskWithContext indicates an expected call of CancelBundleTaskWithContext

func (*MockEC2APIMockRecorder) CancelConversionTask added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelConversionTask(arg0 interface{}) *gomock.Call

CancelConversionTask indicates an expected call of CancelConversionTask

func (*MockEC2APIMockRecorder) CancelConversionTaskRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelConversionTaskRequest(arg0 interface{}) *gomock.Call

CancelConversionTaskRequest indicates an expected call of CancelConversionTaskRequest

func (*MockEC2APIMockRecorder) CancelConversionTaskWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelConversionTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelConversionTaskWithContext indicates an expected call of CancelConversionTaskWithContext

func (*MockEC2APIMockRecorder) CancelExportTask added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelExportTask(arg0 interface{}) *gomock.Call

CancelExportTask indicates an expected call of CancelExportTask

func (*MockEC2APIMockRecorder) CancelExportTaskRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelExportTaskRequest(arg0 interface{}) *gomock.Call

CancelExportTaskRequest indicates an expected call of CancelExportTaskRequest

func (*MockEC2APIMockRecorder) CancelExportTaskWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelExportTaskWithContext indicates an expected call of CancelExportTaskWithContext

func (*MockEC2APIMockRecorder) CancelImportTask added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelImportTask(arg0 interface{}) *gomock.Call

CancelImportTask indicates an expected call of CancelImportTask

func (*MockEC2APIMockRecorder) CancelImportTaskRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelImportTaskRequest(arg0 interface{}) *gomock.Call

CancelImportTaskRequest indicates an expected call of CancelImportTaskRequest

func (*MockEC2APIMockRecorder) CancelImportTaskWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelImportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelImportTaskWithContext indicates an expected call of CancelImportTaskWithContext

func (*MockEC2APIMockRecorder) CancelReservedInstancesListing added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelReservedInstancesListing(arg0 interface{}) *gomock.Call

CancelReservedInstancesListing indicates an expected call of CancelReservedInstancesListing

func (*MockEC2APIMockRecorder) CancelReservedInstancesListingRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelReservedInstancesListingRequest(arg0 interface{}) *gomock.Call

CancelReservedInstancesListingRequest indicates an expected call of CancelReservedInstancesListingRequest

func (*MockEC2APIMockRecorder) CancelReservedInstancesListingWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelReservedInstancesListingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelReservedInstancesListingWithContext indicates an expected call of CancelReservedInstancesListingWithContext

func (*MockEC2APIMockRecorder) CancelSpotFleetRequests added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelSpotFleetRequests(arg0 interface{}) *gomock.Call

CancelSpotFleetRequests indicates an expected call of CancelSpotFleetRequests

func (*MockEC2APIMockRecorder) CancelSpotFleetRequestsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelSpotFleetRequestsRequest(arg0 interface{}) *gomock.Call

CancelSpotFleetRequestsRequest indicates an expected call of CancelSpotFleetRequestsRequest

func (*MockEC2APIMockRecorder) CancelSpotFleetRequestsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelSpotFleetRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelSpotFleetRequestsWithContext indicates an expected call of CancelSpotFleetRequestsWithContext

func (*MockEC2APIMockRecorder) CancelSpotInstanceRequests added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelSpotInstanceRequests(arg0 interface{}) *gomock.Call

CancelSpotInstanceRequests indicates an expected call of CancelSpotInstanceRequests

func (*MockEC2APIMockRecorder) CancelSpotInstanceRequestsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelSpotInstanceRequestsRequest(arg0 interface{}) *gomock.Call

CancelSpotInstanceRequestsRequest indicates an expected call of CancelSpotInstanceRequestsRequest

func (*MockEC2APIMockRecorder) CancelSpotInstanceRequestsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CancelSpotInstanceRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelSpotInstanceRequestsWithContext indicates an expected call of CancelSpotInstanceRequestsWithContext

func (*MockEC2APIMockRecorder) ConfirmProductInstance added in v0.6.0

func (mr *MockEC2APIMockRecorder) ConfirmProductInstance(arg0 interface{}) *gomock.Call

ConfirmProductInstance indicates an expected call of ConfirmProductInstance

func (*MockEC2APIMockRecorder) ConfirmProductInstanceRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ConfirmProductInstanceRequest(arg0 interface{}) *gomock.Call

ConfirmProductInstanceRequest indicates an expected call of ConfirmProductInstanceRequest

func (*MockEC2APIMockRecorder) ConfirmProductInstanceWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ConfirmProductInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConfirmProductInstanceWithContext indicates an expected call of ConfirmProductInstanceWithContext

func (*MockEC2APIMockRecorder) CopyFpgaImage added in v0.6.0

func (mr *MockEC2APIMockRecorder) CopyFpgaImage(arg0 interface{}) *gomock.Call

CopyFpgaImage indicates an expected call of CopyFpgaImage

func (*MockEC2APIMockRecorder) CopyFpgaImageRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CopyFpgaImageRequest(arg0 interface{}) *gomock.Call

CopyFpgaImageRequest indicates an expected call of CopyFpgaImageRequest

func (*MockEC2APIMockRecorder) CopyFpgaImageWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CopyFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyFpgaImageWithContext indicates an expected call of CopyFpgaImageWithContext

func (*MockEC2APIMockRecorder) CopyImage added in v0.6.0

func (mr *MockEC2APIMockRecorder) CopyImage(arg0 interface{}) *gomock.Call

CopyImage indicates an expected call of CopyImage

func (*MockEC2APIMockRecorder) CopyImageRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CopyImageRequest(arg0 interface{}) *gomock.Call

CopyImageRequest indicates an expected call of CopyImageRequest

func (*MockEC2APIMockRecorder) CopyImageWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CopyImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyImageWithContext indicates an expected call of CopyImageWithContext

func (*MockEC2APIMockRecorder) CopySnapshot added in v0.6.0

func (mr *MockEC2APIMockRecorder) CopySnapshot(arg0 interface{}) *gomock.Call

CopySnapshot indicates an expected call of CopySnapshot

func (*MockEC2APIMockRecorder) CopySnapshotRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CopySnapshotRequest(arg0 interface{}) *gomock.Call

CopySnapshotRequest indicates an expected call of CopySnapshotRequest

func (*MockEC2APIMockRecorder) CopySnapshotWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CopySnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopySnapshotWithContext indicates an expected call of CopySnapshotWithContext

func (*MockEC2APIMockRecorder) CreateCustomerGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateCustomerGateway(arg0 interface{}) *gomock.Call

CreateCustomerGateway indicates an expected call of CreateCustomerGateway

func (*MockEC2APIMockRecorder) CreateCustomerGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateCustomerGatewayRequest(arg0 interface{}) *gomock.Call

CreateCustomerGatewayRequest indicates an expected call of CreateCustomerGatewayRequest

func (*MockEC2APIMockRecorder) CreateCustomerGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateCustomerGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCustomerGatewayWithContext indicates an expected call of CreateCustomerGatewayWithContext

func (*MockEC2APIMockRecorder) CreateDefaultSubnet added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateDefaultSubnet(arg0 interface{}) *gomock.Call

CreateDefaultSubnet indicates an expected call of CreateDefaultSubnet

func (*MockEC2APIMockRecorder) CreateDefaultSubnetRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateDefaultSubnetRequest(arg0 interface{}) *gomock.Call

CreateDefaultSubnetRequest indicates an expected call of CreateDefaultSubnetRequest

func (*MockEC2APIMockRecorder) CreateDefaultSubnetWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateDefaultSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDefaultSubnetWithContext indicates an expected call of CreateDefaultSubnetWithContext

func (*MockEC2APIMockRecorder) CreateDefaultVpc added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateDefaultVpc(arg0 interface{}) *gomock.Call

CreateDefaultVpc indicates an expected call of CreateDefaultVpc

func (*MockEC2APIMockRecorder) CreateDefaultVpcRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateDefaultVpcRequest(arg0 interface{}) *gomock.Call

CreateDefaultVpcRequest indicates an expected call of CreateDefaultVpcRequest

func (*MockEC2APIMockRecorder) CreateDefaultVpcWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateDefaultVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDefaultVpcWithContext indicates an expected call of CreateDefaultVpcWithContext

func (*MockEC2APIMockRecorder) CreateDhcpOptions added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateDhcpOptions(arg0 interface{}) *gomock.Call

CreateDhcpOptions indicates an expected call of CreateDhcpOptions

func (*MockEC2APIMockRecorder) CreateDhcpOptionsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateDhcpOptionsRequest(arg0 interface{}) *gomock.Call

CreateDhcpOptionsRequest indicates an expected call of CreateDhcpOptionsRequest

func (*MockEC2APIMockRecorder) CreateDhcpOptionsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDhcpOptionsWithContext indicates an expected call of CreateDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) CreateEgressOnlyInternetGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateEgressOnlyInternetGateway(arg0 interface{}) *gomock.Call

CreateEgressOnlyInternetGateway indicates an expected call of CreateEgressOnlyInternetGateway

func (*MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayRequest(arg0 interface{}) *gomock.Call

CreateEgressOnlyInternetGatewayRequest indicates an expected call of CreateEgressOnlyInternetGatewayRequest

func (*MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEgressOnlyInternetGatewayWithContext indicates an expected call of CreateEgressOnlyInternetGatewayWithContext

func (*MockEC2APIMockRecorder) CreateFleet added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateFleet(arg0 interface{}) *gomock.Call

CreateFleet indicates an expected call of CreateFleet

func (*MockEC2APIMockRecorder) CreateFleetRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateFleetRequest(arg0 interface{}) *gomock.Call

CreateFleetRequest indicates an expected call of CreateFleetRequest

func (*MockEC2APIMockRecorder) CreateFleetWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFleetWithContext indicates an expected call of CreateFleetWithContext

func (*MockEC2APIMockRecorder) CreateFlowLogs added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateFlowLogs(arg0 interface{}) *gomock.Call

CreateFlowLogs indicates an expected call of CreateFlowLogs

func (*MockEC2APIMockRecorder) CreateFlowLogsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateFlowLogsRequest(arg0 interface{}) *gomock.Call

CreateFlowLogsRequest indicates an expected call of CreateFlowLogsRequest

func (*MockEC2APIMockRecorder) CreateFlowLogsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFlowLogsWithContext indicates an expected call of CreateFlowLogsWithContext

func (*MockEC2APIMockRecorder) CreateFpgaImage added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateFpgaImage(arg0 interface{}) *gomock.Call

CreateFpgaImage indicates an expected call of CreateFpgaImage

func (*MockEC2APIMockRecorder) CreateFpgaImageRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateFpgaImageRequest(arg0 interface{}) *gomock.Call

CreateFpgaImageRequest indicates an expected call of CreateFpgaImageRequest

func (*MockEC2APIMockRecorder) CreateFpgaImageWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFpgaImageWithContext indicates an expected call of CreateFpgaImageWithContext

func (*MockEC2APIMockRecorder) CreateImage added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateImage(arg0 interface{}) *gomock.Call

CreateImage indicates an expected call of CreateImage

func (*MockEC2APIMockRecorder) CreateImageRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateImageRequest(arg0 interface{}) *gomock.Call

CreateImageRequest indicates an expected call of CreateImageRequest

func (*MockEC2APIMockRecorder) CreateImageWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateImageWithContext indicates an expected call of CreateImageWithContext

func (*MockEC2APIMockRecorder) CreateInstanceExportTask added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateInstanceExportTask(arg0 interface{}) *gomock.Call

CreateInstanceExportTask indicates an expected call of CreateInstanceExportTask

func (*MockEC2APIMockRecorder) CreateInstanceExportTaskRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateInstanceExportTaskRequest(arg0 interface{}) *gomock.Call

CreateInstanceExportTaskRequest indicates an expected call of CreateInstanceExportTaskRequest

func (*MockEC2APIMockRecorder) CreateInstanceExportTaskWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateInstanceExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceExportTaskWithContext indicates an expected call of CreateInstanceExportTaskWithContext

func (*MockEC2APIMockRecorder) CreateInternetGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateInternetGateway(arg0 interface{}) *gomock.Call

CreateInternetGateway indicates an expected call of CreateInternetGateway

func (*MockEC2APIMockRecorder) CreateInternetGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateInternetGatewayRequest(arg0 interface{}) *gomock.Call

CreateInternetGatewayRequest indicates an expected call of CreateInternetGatewayRequest

func (*MockEC2APIMockRecorder) CreateInternetGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInternetGatewayWithContext indicates an expected call of CreateInternetGatewayWithContext

func (*MockEC2APIMockRecorder) CreateKeyPair added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateKeyPair(arg0 interface{}) *gomock.Call

CreateKeyPair indicates an expected call of CreateKeyPair

func (*MockEC2APIMockRecorder) CreateKeyPairRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateKeyPairRequest(arg0 interface{}) *gomock.Call

CreateKeyPairRequest indicates an expected call of CreateKeyPairRequest

func (*MockEC2APIMockRecorder) CreateKeyPairWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateKeyPairWithContext indicates an expected call of CreateKeyPairWithContext

func (*MockEC2APIMockRecorder) CreateLaunchTemplate added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplate(arg0 interface{}) *gomock.Call

CreateLaunchTemplate indicates an expected call of CreateLaunchTemplate

func (*MockEC2APIMockRecorder) CreateLaunchTemplateRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateRequest(arg0 interface{}) *gomock.Call

CreateLaunchTemplateRequest indicates an expected call of CreateLaunchTemplateRequest

func (*MockEC2APIMockRecorder) CreateLaunchTemplateVersion added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersion(arg0 interface{}) *gomock.Call

CreateLaunchTemplateVersion indicates an expected call of CreateLaunchTemplateVersion

func (*MockEC2APIMockRecorder) CreateLaunchTemplateVersionRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersionRequest(arg0 interface{}) *gomock.Call

CreateLaunchTemplateVersionRequest indicates an expected call of CreateLaunchTemplateVersionRequest

func (*MockEC2APIMockRecorder) CreateLaunchTemplateVersionWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLaunchTemplateVersionWithContext indicates an expected call of CreateLaunchTemplateVersionWithContext

func (*MockEC2APIMockRecorder) CreateLaunchTemplateWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLaunchTemplateWithContext indicates an expected call of CreateLaunchTemplateWithContext

func (*MockEC2APIMockRecorder) CreateNatGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNatGateway(arg0 interface{}) *gomock.Call

CreateNatGateway indicates an expected call of CreateNatGateway

func (*MockEC2APIMockRecorder) CreateNatGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNatGatewayRequest(arg0 interface{}) *gomock.Call

CreateNatGatewayRequest indicates an expected call of CreateNatGatewayRequest

func (*MockEC2APIMockRecorder) CreateNatGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNatGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNatGatewayWithContext indicates an expected call of CreateNatGatewayWithContext

func (*MockEC2APIMockRecorder) CreateNetworkAcl added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkAcl(arg0 interface{}) *gomock.Call

CreateNetworkAcl indicates an expected call of CreateNetworkAcl

func (*MockEC2APIMockRecorder) CreateNetworkAclEntry added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkAclEntry(arg0 interface{}) *gomock.Call

CreateNetworkAclEntry indicates an expected call of CreateNetworkAclEntry

func (*MockEC2APIMockRecorder) CreateNetworkAclEntryRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

CreateNetworkAclEntryRequest indicates an expected call of CreateNetworkAclEntryRequest

func (*MockEC2APIMockRecorder) CreateNetworkAclEntryWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkAclEntryWithContext indicates an expected call of CreateNetworkAclEntryWithContext

func (*MockEC2APIMockRecorder) CreateNetworkAclRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkAclRequest(arg0 interface{}) *gomock.Call

CreateNetworkAclRequest indicates an expected call of CreateNetworkAclRequest

func (*MockEC2APIMockRecorder) CreateNetworkAclWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkAclWithContext indicates an expected call of CreateNetworkAclWithContext

func (*MockEC2APIMockRecorder) CreateNetworkInterface added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkInterface(arg0 interface{}) *gomock.Call

CreateNetworkInterface indicates an expected call of CreateNetworkInterface

func (*MockEC2APIMockRecorder) CreateNetworkInterfacePermission added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfacePermission(arg0 interface{}) *gomock.Call

CreateNetworkInterfacePermission indicates an expected call of CreateNetworkInterfacePermission

func (*MockEC2APIMockRecorder) CreateNetworkInterfacePermissionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfacePermissionRequest(arg0 interface{}) *gomock.Call

CreateNetworkInterfacePermissionRequest indicates an expected call of CreateNetworkInterfacePermissionRequest

func (*MockEC2APIMockRecorder) CreateNetworkInterfacePermissionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfacePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkInterfacePermissionWithContext indicates an expected call of CreateNetworkInterfacePermissionWithContext

func (*MockEC2APIMockRecorder) CreateNetworkInterfaceRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

CreateNetworkInterfaceRequest indicates an expected call of CreateNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) CreateNetworkInterfaceWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkInterfaceWithContext indicates an expected call of CreateNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) CreatePlacementGroup added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreatePlacementGroup(arg0 interface{}) *gomock.Call

CreatePlacementGroup indicates an expected call of CreatePlacementGroup

func (*MockEC2APIMockRecorder) CreatePlacementGroupRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreatePlacementGroupRequest(arg0 interface{}) *gomock.Call

CreatePlacementGroupRequest indicates an expected call of CreatePlacementGroupRequest

func (*MockEC2APIMockRecorder) CreatePlacementGroupWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreatePlacementGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePlacementGroupWithContext indicates an expected call of CreatePlacementGroupWithContext

func (*MockEC2APIMockRecorder) CreateReservedInstancesListing added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateReservedInstancesListing(arg0 interface{}) *gomock.Call

CreateReservedInstancesListing indicates an expected call of CreateReservedInstancesListing

func (*MockEC2APIMockRecorder) CreateReservedInstancesListingRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateReservedInstancesListingRequest(arg0 interface{}) *gomock.Call

CreateReservedInstancesListingRequest indicates an expected call of CreateReservedInstancesListingRequest

func (*MockEC2APIMockRecorder) CreateReservedInstancesListingWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateReservedInstancesListingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReservedInstancesListingWithContext indicates an expected call of CreateReservedInstancesListingWithContext

func (*MockEC2APIMockRecorder) CreateRoute added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateRoute(arg0 interface{}) *gomock.Call

CreateRoute indicates an expected call of CreateRoute

func (*MockEC2APIMockRecorder) CreateRouteRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateRouteRequest(arg0 interface{}) *gomock.Call

CreateRouteRequest indicates an expected call of CreateRouteRequest

func (*MockEC2APIMockRecorder) CreateRouteTable added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateRouteTable(arg0 interface{}) *gomock.Call

CreateRouteTable indicates an expected call of CreateRouteTable

func (*MockEC2APIMockRecorder) CreateRouteTableRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateRouteTableRequest(arg0 interface{}) *gomock.Call

CreateRouteTableRequest indicates an expected call of CreateRouteTableRequest

func (*MockEC2APIMockRecorder) CreateRouteTableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRouteTableWithContext indicates an expected call of CreateRouteTableWithContext

func (*MockEC2APIMockRecorder) CreateRouteWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRouteWithContext indicates an expected call of CreateRouteWithContext

func (*MockEC2APIMockRecorder) CreateSecurityGroup added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSecurityGroup(arg0 interface{}) *gomock.Call

CreateSecurityGroup indicates an expected call of CreateSecurityGroup

func (*MockEC2APIMockRecorder) CreateSecurityGroupRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSecurityGroupRequest(arg0 interface{}) *gomock.Call

CreateSecurityGroupRequest indicates an expected call of CreateSecurityGroupRequest

func (*MockEC2APIMockRecorder) CreateSecurityGroupWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSecurityGroupWithContext indicates an expected call of CreateSecurityGroupWithContext

func (*MockEC2APIMockRecorder) CreateSnapshot added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSnapshot(arg0 interface{}) *gomock.Call

CreateSnapshot indicates an expected call of CreateSnapshot

func (*MockEC2APIMockRecorder) CreateSnapshotRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSnapshotRequest(arg0 interface{}) *gomock.Call

CreateSnapshotRequest indicates an expected call of CreateSnapshotRequest

func (*MockEC2APIMockRecorder) CreateSnapshotWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotWithContext indicates an expected call of CreateSnapshotWithContext

func (*MockEC2APIMockRecorder) CreateSpotDatafeedSubscription added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

CreateSpotDatafeedSubscription indicates an expected call of CreateSpotDatafeedSubscription

func (*MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateSpotDatafeedSubscriptionRequest indicates an expected call of CreateSpotDatafeedSubscriptionRequest

func (*MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSpotDatafeedSubscriptionWithContext indicates an expected call of CreateSpotDatafeedSubscriptionWithContext

func (*MockEC2APIMockRecorder) CreateSubnet added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSubnet(arg0 interface{}) *gomock.Call

CreateSubnet indicates an expected call of CreateSubnet

func (*MockEC2APIMockRecorder) CreateSubnetRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSubnetRequest(arg0 interface{}) *gomock.Call

CreateSubnetRequest indicates an expected call of CreateSubnetRequest

func (*MockEC2APIMockRecorder) CreateSubnetWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSubnetWithContext indicates an expected call of CreateSubnetWithContext

func (*MockEC2APIMockRecorder) CreateTags added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateTags(arg0 interface{}) *gomock.Call

CreateTags indicates an expected call of CreateTags

func (*MockEC2APIMockRecorder) CreateTagsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateTagsRequest(arg0 interface{}) *gomock.Call

CreateTagsRequest indicates an expected call of CreateTagsRequest

func (*MockEC2APIMockRecorder) CreateTagsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTagsWithContext indicates an expected call of CreateTagsWithContext

func (*MockEC2APIMockRecorder) CreateVolume added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVolume(arg0 interface{}) *gomock.Call

CreateVolume indicates an expected call of CreateVolume

func (*MockEC2APIMockRecorder) CreateVolumeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVolumeRequest(arg0 interface{}) *gomock.Call

CreateVolumeRequest indicates an expected call of CreateVolumeRequest

func (*MockEC2APIMockRecorder) CreateVolumeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVolumeWithContext indicates an expected call of CreateVolumeWithContext

func (*MockEC2APIMockRecorder) CreateVpc added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpc(arg0 interface{}) *gomock.Call

CreateVpc indicates an expected call of CreateVpc

func (*MockEC2APIMockRecorder) CreateVpcEndpoint added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpcEndpoint(arg0 interface{}) *gomock.Call

CreateVpcEndpoint indicates an expected call of CreateVpcEndpoint

func (*MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotification added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotification(arg0 interface{}) *gomock.Call

CreateVpcEndpointConnectionNotification indicates an expected call of CreateVpcEndpointConnectionNotification

func (*MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointConnectionNotificationRequest indicates an expected call of CreateVpcEndpointConnectionNotificationRequest

func (*MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointConnectionNotificationWithContext indicates an expected call of CreateVpcEndpointConnectionNotificationWithContext

func (*MockEC2APIMockRecorder) CreateVpcEndpointRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointRequest indicates an expected call of CreateVpcEndpointRequest

func (*MockEC2APIMockRecorder) CreateVpcEndpointServiceConfiguration added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call

CreateVpcEndpointServiceConfiguration indicates an expected call of CreateVpcEndpointServiceConfiguration

func (*MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointServiceConfigurationRequest indicates an expected call of CreateVpcEndpointServiceConfigurationRequest

func (*MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointServiceConfigurationWithContext indicates an expected call of CreateVpcEndpointServiceConfigurationWithContext

func (*MockEC2APIMockRecorder) CreateVpcEndpointWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointWithContext indicates an expected call of CreateVpcEndpointWithContext

func (*MockEC2APIMockRecorder) CreateVpcPeeringConnection added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpcPeeringConnection(arg0 interface{}) *gomock.Call

CreateVpcPeeringConnection indicates an expected call of CreateVpcPeeringConnection

func (*MockEC2APIMockRecorder) CreateVpcPeeringConnectionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

CreateVpcPeeringConnectionRequest indicates an expected call of CreateVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) CreateVpcPeeringConnectionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcPeeringConnectionWithContext indicates an expected call of CreateVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) CreateVpcRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpcRequest(arg0 interface{}) *gomock.Call

CreateVpcRequest indicates an expected call of CreateVpcRequest

func (*MockEC2APIMockRecorder) CreateVpcWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcWithContext indicates an expected call of CreateVpcWithContext

func (*MockEC2APIMockRecorder) CreateVpnConnection added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpnConnection(arg0 interface{}) *gomock.Call

CreateVpnConnection indicates an expected call of CreateVpnConnection

func (*MockEC2APIMockRecorder) CreateVpnConnectionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRequest(arg0 interface{}) *gomock.Call

CreateVpnConnectionRequest indicates an expected call of CreateVpnConnectionRequest

func (*MockEC2APIMockRecorder) CreateVpnConnectionRoute added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRoute(arg0 interface{}) *gomock.Call

CreateVpnConnectionRoute indicates an expected call of CreateVpnConnectionRoute

func (*MockEC2APIMockRecorder) CreateVpnConnectionRouteRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRouteRequest(arg0 interface{}) *gomock.Call

CreateVpnConnectionRouteRequest indicates an expected call of CreateVpnConnectionRouteRequest

func (*MockEC2APIMockRecorder) CreateVpnConnectionRouteWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnConnectionRouteWithContext indicates an expected call of CreateVpnConnectionRouteWithContext

func (*MockEC2APIMockRecorder) CreateVpnConnectionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnConnectionWithContext indicates an expected call of CreateVpnConnectionWithContext

func (*MockEC2APIMockRecorder) CreateVpnGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpnGateway(arg0 interface{}) *gomock.Call

CreateVpnGateway indicates an expected call of CreateVpnGateway

func (*MockEC2APIMockRecorder) CreateVpnGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpnGatewayRequest(arg0 interface{}) *gomock.Call

CreateVpnGatewayRequest indicates an expected call of CreateVpnGatewayRequest

func (*MockEC2APIMockRecorder) CreateVpnGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) CreateVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnGatewayWithContext indicates an expected call of CreateVpnGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteCustomerGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteCustomerGateway(arg0 interface{}) *gomock.Call

DeleteCustomerGateway indicates an expected call of DeleteCustomerGateway

func (*MockEC2APIMockRecorder) DeleteCustomerGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteCustomerGatewayRequest(arg0 interface{}) *gomock.Call

DeleteCustomerGatewayRequest indicates an expected call of DeleteCustomerGatewayRequest

func (*MockEC2APIMockRecorder) DeleteCustomerGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteCustomerGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCustomerGatewayWithContext indicates an expected call of DeleteCustomerGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteDhcpOptions added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteDhcpOptions(arg0 interface{}) *gomock.Call

DeleteDhcpOptions indicates an expected call of DeleteDhcpOptions

func (*MockEC2APIMockRecorder) DeleteDhcpOptionsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteDhcpOptionsRequest(arg0 interface{}) *gomock.Call

DeleteDhcpOptionsRequest indicates an expected call of DeleteDhcpOptionsRequest

func (*MockEC2APIMockRecorder) DeleteDhcpOptionsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDhcpOptionsWithContext indicates an expected call of DeleteDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) DeleteEgressOnlyInternetGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteEgressOnlyInternetGateway(arg0 interface{}) *gomock.Call

DeleteEgressOnlyInternetGateway indicates an expected call of DeleteEgressOnlyInternetGateway

func (*MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayRequest(arg0 interface{}) *gomock.Call

DeleteEgressOnlyInternetGatewayRequest indicates an expected call of DeleteEgressOnlyInternetGatewayRequest

func (*MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEgressOnlyInternetGatewayWithContext indicates an expected call of DeleteEgressOnlyInternetGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteFleets added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteFleets(arg0 interface{}) *gomock.Call

DeleteFleets indicates an expected call of DeleteFleets

func (*MockEC2APIMockRecorder) DeleteFleetsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteFleetsRequest(arg0 interface{}) *gomock.Call

DeleteFleetsRequest indicates an expected call of DeleteFleetsRequest

func (*MockEC2APIMockRecorder) DeleteFleetsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFleetsWithContext indicates an expected call of DeleteFleetsWithContext

func (*MockEC2APIMockRecorder) DeleteFlowLogs added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteFlowLogs(arg0 interface{}) *gomock.Call

DeleteFlowLogs indicates an expected call of DeleteFlowLogs

func (*MockEC2APIMockRecorder) DeleteFlowLogsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteFlowLogsRequest(arg0 interface{}) *gomock.Call

DeleteFlowLogsRequest indicates an expected call of DeleteFlowLogsRequest

func (*MockEC2APIMockRecorder) DeleteFlowLogsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFlowLogsWithContext indicates an expected call of DeleteFlowLogsWithContext

func (*MockEC2APIMockRecorder) DeleteFpgaImage added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteFpgaImage(arg0 interface{}) *gomock.Call

DeleteFpgaImage indicates an expected call of DeleteFpgaImage

func (*MockEC2APIMockRecorder) DeleteFpgaImageRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteFpgaImageRequest(arg0 interface{}) *gomock.Call

DeleteFpgaImageRequest indicates an expected call of DeleteFpgaImageRequest

func (*MockEC2APIMockRecorder) DeleteFpgaImageWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFpgaImageWithContext indicates an expected call of DeleteFpgaImageWithContext

func (*MockEC2APIMockRecorder) DeleteInternetGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteInternetGateway(arg0 interface{}) *gomock.Call

DeleteInternetGateway indicates an expected call of DeleteInternetGateway

func (*MockEC2APIMockRecorder) DeleteInternetGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteInternetGatewayRequest(arg0 interface{}) *gomock.Call

DeleteInternetGatewayRequest indicates an expected call of DeleteInternetGatewayRequest

func (*MockEC2APIMockRecorder) DeleteInternetGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInternetGatewayWithContext indicates an expected call of DeleteInternetGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteKeyPair added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteKeyPair(arg0 interface{}) *gomock.Call

DeleteKeyPair indicates an expected call of DeleteKeyPair

func (*MockEC2APIMockRecorder) DeleteKeyPairRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteKeyPairRequest(arg0 interface{}) *gomock.Call

DeleteKeyPairRequest indicates an expected call of DeleteKeyPairRequest

func (*MockEC2APIMockRecorder) DeleteKeyPairWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteKeyPairWithContext indicates an expected call of DeleteKeyPairWithContext

func (*MockEC2APIMockRecorder) DeleteLaunchTemplate added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplate(arg0 interface{}) *gomock.Call

DeleteLaunchTemplate indicates an expected call of DeleteLaunchTemplate

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateRequest(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateRequest indicates an expected call of DeleteLaunchTemplateRequest

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateVersions added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateVersions(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateVersions indicates an expected call of DeleteLaunchTemplateVersions

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsRequest(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateVersionsRequest indicates an expected call of DeleteLaunchTemplateVersionsRequest

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLaunchTemplateVersionsWithContext indicates an expected call of DeleteLaunchTemplateVersionsWithContext

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLaunchTemplateWithContext indicates an expected call of DeleteLaunchTemplateWithContext

func (*MockEC2APIMockRecorder) DeleteNatGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNatGateway(arg0 interface{}) *gomock.Call

DeleteNatGateway indicates an expected call of DeleteNatGateway

func (*MockEC2APIMockRecorder) DeleteNatGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNatGatewayRequest(arg0 interface{}) *gomock.Call

DeleteNatGatewayRequest indicates an expected call of DeleteNatGatewayRequest

func (*MockEC2APIMockRecorder) DeleteNatGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNatGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNatGatewayWithContext indicates an expected call of DeleteNatGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkAcl added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkAcl(arg0 interface{}) *gomock.Call

DeleteNetworkAcl indicates an expected call of DeleteNetworkAcl

func (*MockEC2APIMockRecorder) DeleteNetworkAclEntry added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclEntry(arg0 interface{}) *gomock.Call

DeleteNetworkAclEntry indicates an expected call of DeleteNetworkAclEntry

func (*MockEC2APIMockRecorder) DeleteNetworkAclEntryRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

DeleteNetworkAclEntryRequest indicates an expected call of DeleteNetworkAclEntryRequest

func (*MockEC2APIMockRecorder) DeleteNetworkAclEntryWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkAclEntryWithContext indicates an expected call of DeleteNetworkAclEntryWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkAclRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclRequest(arg0 interface{}) *gomock.Call

DeleteNetworkAclRequest indicates an expected call of DeleteNetworkAclRequest

func (*MockEC2APIMockRecorder) DeleteNetworkAclWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkAclWithContext indicates an expected call of DeleteNetworkAclWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkInterface added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterface(arg0 interface{}) *gomock.Call

DeleteNetworkInterface indicates an expected call of DeleteNetworkInterface

func (*MockEC2APIMockRecorder) DeleteNetworkInterfacePermission added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfacePermission(arg0 interface{}) *gomock.Call

DeleteNetworkInterfacePermission indicates an expected call of DeleteNetworkInterfacePermission

func (*MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInterfacePermissionRequest indicates an expected call of DeleteNetworkInterfacePermissionRequest

func (*MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInterfacePermissionWithContext indicates an expected call of DeleteNetworkInterfacePermissionWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkInterfaceRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInterfaceRequest indicates an expected call of DeleteNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) DeleteNetworkInterfaceWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInterfaceWithContext indicates an expected call of DeleteNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) DeletePlacementGroup added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeletePlacementGroup(arg0 interface{}) *gomock.Call

DeletePlacementGroup indicates an expected call of DeletePlacementGroup

func (*MockEC2APIMockRecorder) DeletePlacementGroupRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeletePlacementGroupRequest(arg0 interface{}) *gomock.Call

DeletePlacementGroupRequest indicates an expected call of DeletePlacementGroupRequest

func (*MockEC2APIMockRecorder) DeletePlacementGroupWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeletePlacementGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePlacementGroupWithContext indicates an expected call of DeletePlacementGroupWithContext

func (*MockEC2APIMockRecorder) DeleteRoute added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteRoute(arg0 interface{}) *gomock.Call

DeleteRoute indicates an expected call of DeleteRoute

func (*MockEC2APIMockRecorder) DeleteRouteRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteRouteRequest(arg0 interface{}) *gomock.Call

DeleteRouteRequest indicates an expected call of DeleteRouteRequest

func (*MockEC2APIMockRecorder) DeleteRouteTable added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteRouteTable(arg0 interface{}) *gomock.Call

DeleteRouteTable indicates an expected call of DeleteRouteTable

func (*MockEC2APIMockRecorder) DeleteRouteTableRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteRouteTableRequest(arg0 interface{}) *gomock.Call

DeleteRouteTableRequest indicates an expected call of DeleteRouteTableRequest

func (*MockEC2APIMockRecorder) DeleteRouteTableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRouteTableWithContext indicates an expected call of DeleteRouteTableWithContext

func (*MockEC2APIMockRecorder) DeleteRouteWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRouteWithContext indicates an expected call of DeleteRouteWithContext

func (*MockEC2APIMockRecorder) DeleteSecurityGroup added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSecurityGroup(arg0 interface{}) *gomock.Call

DeleteSecurityGroup indicates an expected call of DeleteSecurityGroup

func (*MockEC2APIMockRecorder) DeleteSecurityGroupRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSecurityGroupRequest(arg0 interface{}) *gomock.Call

DeleteSecurityGroupRequest indicates an expected call of DeleteSecurityGroupRequest

func (*MockEC2APIMockRecorder) DeleteSecurityGroupWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSecurityGroupWithContext indicates an expected call of DeleteSecurityGroupWithContext

func (*MockEC2APIMockRecorder) DeleteSnapshot added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSnapshot(arg0 interface{}) *gomock.Call

DeleteSnapshot indicates an expected call of DeleteSnapshot

func (*MockEC2APIMockRecorder) DeleteSnapshotRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteSnapshotRequest indicates an expected call of DeleteSnapshotRequest

func (*MockEC2APIMockRecorder) DeleteSnapshotWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSnapshotWithContext indicates an expected call of DeleteSnapshotWithContext

func (*MockEC2APIMockRecorder) DeleteSpotDatafeedSubscription added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

DeleteSpotDatafeedSubscription indicates an expected call of DeleteSpotDatafeedSubscription

func (*MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteSpotDatafeedSubscriptionRequest indicates an expected call of DeleteSpotDatafeedSubscriptionRequest

func (*MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSpotDatafeedSubscriptionWithContext indicates an expected call of DeleteSpotDatafeedSubscriptionWithContext

func (*MockEC2APIMockRecorder) DeleteSubnet added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSubnet(arg0 interface{}) *gomock.Call

DeleteSubnet indicates an expected call of DeleteSubnet

func (*MockEC2APIMockRecorder) DeleteSubnetRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSubnetRequest(arg0 interface{}) *gomock.Call

DeleteSubnetRequest indicates an expected call of DeleteSubnetRequest

func (*MockEC2APIMockRecorder) DeleteSubnetWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSubnetWithContext indicates an expected call of DeleteSubnetWithContext

func (*MockEC2APIMockRecorder) DeleteTags added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteTags(arg0 interface{}) *gomock.Call

DeleteTags indicates an expected call of DeleteTags

func (*MockEC2APIMockRecorder) DeleteTagsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteTagsRequest(arg0 interface{}) *gomock.Call

DeleteTagsRequest indicates an expected call of DeleteTagsRequest

func (*MockEC2APIMockRecorder) DeleteTagsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTagsWithContext indicates an expected call of DeleteTagsWithContext

func (*MockEC2APIMockRecorder) DeleteVolume added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVolume(arg0 interface{}) *gomock.Call

DeleteVolume indicates an expected call of DeleteVolume

func (*MockEC2APIMockRecorder) DeleteVolumeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVolumeRequest(arg0 interface{}) *gomock.Call

DeleteVolumeRequest indicates an expected call of DeleteVolumeRequest

func (*MockEC2APIMockRecorder) DeleteVolumeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVolumeWithContext indicates an expected call of DeleteVolumeWithContext

func (*MockEC2APIMockRecorder) DeleteVpc added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpc(arg0 interface{}) *gomock.Call

DeleteVpc indicates an expected call of DeleteVpc

func (*MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotifications added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotifications(arg0 interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotifications indicates an expected call of DeleteVpcEndpointConnectionNotifications

func (*MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotificationsRequest indicates an expected call of DeleteVpcEndpointConnectionNotificationsRequest

func (*MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotificationsWithContext indicates an expected call of DeleteVpcEndpointConnectionNotificationsWithContext

func (*MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurations added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurations indicates an expected call of DeleteVpcEndpointServiceConfigurations

func (*MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurationsRequest indicates an expected call of DeleteVpcEndpointServiceConfigurationsRequest

func (*MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurationsWithContext indicates an expected call of DeleteVpcEndpointServiceConfigurationsWithContext

func (*MockEC2APIMockRecorder) DeleteVpcEndpoints added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpoints(arg0 interface{}) *gomock.Call

DeleteVpcEndpoints indicates an expected call of DeleteVpcEndpoints

func (*MockEC2APIMockRecorder) DeleteVpcEndpointsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointsRequest indicates an expected call of DeleteVpcEndpointsRequest

func (*MockEC2APIMockRecorder) DeleteVpcEndpointsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointsWithContext indicates an expected call of DeleteVpcEndpointsWithContext

func (*MockEC2APIMockRecorder) DeleteVpcPeeringConnection added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpcPeeringConnection(arg0 interface{}) *gomock.Call

DeleteVpcPeeringConnection indicates an expected call of DeleteVpcPeeringConnection

func (*MockEC2APIMockRecorder) DeleteVpcPeeringConnectionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

DeleteVpcPeeringConnectionRequest indicates an expected call of DeleteVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) DeleteVpcPeeringConnectionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcPeeringConnectionWithContext indicates an expected call of DeleteVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) DeleteVpcRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpcRequest(arg0 interface{}) *gomock.Call

DeleteVpcRequest indicates an expected call of DeleteVpcRequest

func (*MockEC2APIMockRecorder) DeleteVpcWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcWithContext indicates an expected call of DeleteVpcWithContext

func (*MockEC2APIMockRecorder) DeleteVpnConnection added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpnConnection(arg0 interface{}) *gomock.Call

DeleteVpnConnection indicates an expected call of DeleteVpnConnection

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRequest(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRequest indicates an expected call of DeleteVpnConnectionRequest

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRoute added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRoute(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRoute indicates an expected call of DeleteVpnConnectionRoute

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRouteRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRouteRequest(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRouteRequest indicates an expected call of DeleteVpnConnectionRouteRequest

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRouteWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnConnectionRouteWithContext indicates an expected call of DeleteVpnConnectionRouteWithContext

func (*MockEC2APIMockRecorder) DeleteVpnConnectionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnConnectionWithContext indicates an expected call of DeleteVpnConnectionWithContext

func (*MockEC2APIMockRecorder) DeleteVpnGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpnGateway(arg0 interface{}) *gomock.Call

DeleteVpnGateway indicates an expected call of DeleteVpnGateway

func (*MockEC2APIMockRecorder) DeleteVpnGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpnGatewayRequest(arg0 interface{}) *gomock.Call

DeleteVpnGatewayRequest indicates an expected call of DeleteVpnGatewayRequest

func (*MockEC2APIMockRecorder) DeleteVpnGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeleteVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnGatewayWithContext indicates an expected call of DeleteVpnGatewayWithContext

func (*MockEC2APIMockRecorder) DeregisterImage added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeregisterImage(arg0 interface{}) *gomock.Call

DeregisterImage indicates an expected call of DeregisterImage

func (*MockEC2APIMockRecorder) DeregisterImageRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeregisterImageRequest(arg0 interface{}) *gomock.Call

DeregisterImageRequest indicates an expected call of DeregisterImageRequest

func (*MockEC2APIMockRecorder) DeregisterImageWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DeregisterImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterImageWithContext indicates an expected call of DeregisterImageWithContext

func (*MockEC2APIMockRecorder) DescribeAccountAttributes added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeAccountAttributes(arg0 interface{}) *gomock.Call

DescribeAccountAttributes indicates an expected call of DescribeAccountAttributes

func (*MockEC2APIMockRecorder) DescribeAccountAttributesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeAccountAttributesRequest(arg0 interface{}) *gomock.Call

DescribeAccountAttributesRequest indicates an expected call of DescribeAccountAttributesRequest

func (*MockEC2APIMockRecorder) DescribeAccountAttributesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeAccountAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountAttributesWithContext indicates an expected call of DescribeAccountAttributesWithContext

func (*MockEC2APIMockRecorder) DescribeAddresses added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeAddresses(arg0 interface{}) *gomock.Call

DescribeAddresses indicates an expected call of DescribeAddresses

func (*MockEC2APIMockRecorder) DescribeAddressesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeAddressesRequest(arg0 interface{}) *gomock.Call

DescribeAddressesRequest indicates an expected call of DescribeAddressesRequest

func (*MockEC2APIMockRecorder) DescribeAddressesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddressesWithContext indicates an expected call of DescribeAddressesWithContext

func (*MockEC2APIMockRecorder) DescribeAggregateIdFormat added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeAggregateIdFormat(arg0 interface{}) *gomock.Call

DescribeAggregateIdFormat indicates an expected call of DescribeAggregateIdFormat

func (*MockEC2APIMockRecorder) DescribeAggregateIdFormatRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeAggregateIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeAggregateIdFormatRequest indicates an expected call of DescribeAggregateIdFormatRequest

func (*MockEC2APIMockRecorder) DescribeAggregateIdFormatWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeAggregateIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAggregateIdFormatWithContext indicates an expected call of DescribeAggregateIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribeAvailabilityZones added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call

DescribeAvailabilityZones indicates an expected call of DescribeAvailabilityZones

func (*MockEC2APIMockRecorder) DescribeAvailabilityZonesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZonesRequest(arg0 interface{}) *gomock.Call

DescribeAvailabilityZonesRequest indicates an expected call of DescribeAvailabilityZonesRequest

func (*MockEC2APIMockRecorder) DescribeAvailabilityZonesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZonesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAvailabilityZonesWithContext indicates an expected call of DescribeAvailabilityZonesWithContext

func (*MockEC2APIMockRecorder) DescribeBundleTasks added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeBundleTasks(arg0 interface{}) *gomock.Call

DescribeBundleTasks indicates an expected call of DescribeBundleTasks

func (*MockEC2APIMockRecorder) DescribeBundleTasksRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeBundleTasksRequest(arg0 interface{}) *gomock.Call

DescribeBundleTasksRequest indicates an expected call of DescribeBundleTasksRequest

func (*MockEC2APIMockRecorder) DescribeBundleTasksWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeBundleTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBundleTasksWithContext indicates an expected call of DescribeBundleTasksWithContext

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstances(arg0 interface{}) *gomock.Call

DescribeClassicLinkInstances indicates an expected call of DescribeClassicLinkInstances

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstancesRequest(arg0 interface{}) *gomock.Call

DescribeClassicLinkInstancesRequest indicates an expected call of DescribeClassicLinkInstancesRequest

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClassicLinkInstancesWithContext indicates an expected call of DescribeClassicLinkInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeConversionTasks added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeConversionTasks(arg0 interface{}) *gomock.Call

DescribeConversionTasks indicates an expected call of DescribeConversionTasks

func (*MockEC2APIMockRecorder) DescribeConversionTasksRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeConversionTasksRequest(arg0 interface{}) *gomock.Call

DescribeConversionTasksRequest indicates an expected call of DescribeConversionTasksRequest

func (*MockEC2APIMockRecorder) DescribeConversionTasksWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeConversionTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConversionTasksWithContext indicates an expected call of DescribeConversionTasksWithContext

func (*MockEC2APIMockRecorder) DescribeCustomerGateways added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeCustomerGateways(arg0 interface{}) *gomock.Call

DescribeCustomerGateways indicates an expected call of DescribeCustomerGateways

func (*MockEC2APIMockRecorder) DescribeCustomerGatewaysRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeCustomerGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeCustomerGatewaysRequest indicates an expected call of DescribeCustomerGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeCustomerGatewaysWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeCustomerGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCustomerGatewaysWithContext indicates an expected call of DescribeCustomerGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeDhcpOptions added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptions(arg0 interface{}) *gomock.Call

DescribeDhcpOptions indicates an expected call of DescribeDhcpOptions

func (*MockEC2APIMockRecorder) DescribeDhcpOptionsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptionsRequest(arg0 interface{}) *gomock.Call

DescribeDhcpOptionsRequest indicates an expected call of DescribeDhcpOptionsRequest

func (*MockEC2APIMockRecorder) DescribeDhcpOptionsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDhcpOptionsWithContext indicates an expected call of DescribeDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGateways added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGateways(arg0 interface{}) *gomock.Call

DescribeEgressOnlyInternetGateways indicates an expected call of DescribeEgressOnlyInternetGateways

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysRequest indicates an expected call of DescribeEgressOnlyInternetGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysWithContext indicates an expected call of DescribeEgressOnlyInternetGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeElasticGpus added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeElasticGpus(arg0 interface{}) *gomock.Call

DescribeElasticGpus indicates an expected call of DescribeElasticGpus

func (*MockEC2APIMockRecorder) DescribeElasticGpusRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeElasticGpusRequest(arg0 interface{}) *gomock.Call

DescribeElasticGpusRequest indicates an expected call of DescribeElasticGpusRequest

func (*MockEC2APIMockRecorder) DescribeElasticGpusWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeElasticGpusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeElasticGpusWithContext indicates an expected call of DescribeElasticGpusWithContext

func (*MockEC2APIMockRecorder) DescribeExportTasks added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeExportTasks(arg0 interface{}) *gomock.Call

DescribeExportTasks indicates an expected call of DescribeExportTasks

func (*MockEC2APIMockRecorder) DescribeExportTasksRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeExportTasksRequest(arg0 interface{}) *gomock.Call

DescribeExportTasksRequest indicates an expected call of DescribeExportTasksRequest

func (*MockEC2APIMockRecorder) DescribeExportTasksWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeExportTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExportTasksWithContext indicates an expected call of DescribeExportTasksWithContext

func (*MockEC2APIMockRecorder) DescribeFleetHistory added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeFleetHistory(arg0 interface{}) *gomock.Call

DescribeFleetHistory indicates an expected call of DescribeFleetHistory

func (*MockEC2APIMockRecorder) DescribeFleetHistoryRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeFleetHistoryRequest(arg0 interface{}) *gomock.Call

DescribeFleetHistoryRequest indicates an expected call of DescribeFleetHistoryRequest

func (*MockEC2APIMockRecorder) DescribeFleetHistoryWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeFleetHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetHistoryWithContext indicates an expected call of DescribeFleetHistoryWithContext

func (*MockEC2APIMockRecorder) DescribeFleetInstances added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeFleetInstances(arg0 interface{}) *gomock.Call

DescribeFleetInstances indicates an expected call of DescribeFleetInstances

func (*MockEC2APIMockRecorder) DescribeFleetInstancesRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeFleetInstancesRequest(arg0 interface{}) *gomock.Call

DescribeFleetInstancesRequest indicates an expected call of DescribeFleetInstancesRequest

func (*MockEC2APIMockRecorder) DescribeFleetInstancesWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeFleetInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetInstancesWithContext indicates an expected call of DescribeFleetInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeFleets added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeFleets(arg0 interface{}) *gomock.Call

DescribeFleets indicates an expected call of DescribeFleets

func (*MockEC2APIMockRecorder) DescribeFleetsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeFleetsRequest(arg0 interface{}) *gomock.Call

DescribeFleetsRequest indicates an expected call of DescribeFleetsRequest

func (*MockEC2APIMockRecorder) DescribeFleetsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetsWithContext indicates an expected call of DescribeFleetsWithContext

func (*MockEC2APIMockRecorder) DescribeFlowLogs added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeFlowLogs(arg0 interface{}) *gomock.Call

DescribeFlowLogs indicates an expected call of DescribeFlowLogs

func (*MockEC2APIMockRecorder) DescribeFlowLogsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeFlowLogsRequest(arg0 interface{}) *gomock.Call

DescribeFlowLogsRequest indicates an expected call of DescribeFlowLogsRequest

func (*MockEC2APIMockRecorder) DescribeFlowLogsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFlowLogsWithContext indicates an expected call of DescribeFlowLogsWithContext

func (*MockEC2APIMockRecorder) DescribeFpgaImageAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeFpgaImageAttribute(arg0 interface{}) *gomock.Call

DescribeFpgaImageAttribute indicates an expected call of DescribeFpgaImageAttribute

func (*MockEC2APIMockRecorder) DescribeFpgaImageAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

DescribeFpgaImageAttributeRequest indicates an expected call of DescribeFpgaImageAttributeRequest

func (*MockEC2APIMockRecorder) DescribeFpgaImageAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFpgaImageAttributeWithContext indicates an expected call of DescribeFpgaImageAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeFpgaImages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeFpgaImages(arg0 interface{}) *gomock.Call

DescribeFpgaImages indicates an expected call of DescribeFpgaImages

func (*MockEC2APIMockRecorder) DescribeFpgaImagesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeFpgaImagesRequest(arg0 interface{}) *gomock.Call

DescribeFpgaImagesRequest indicates an expected call of DescribeFpgaImagesRequest

func (*MockEC2APIMockRecorder) DescribeFpgaImagesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeFpgaImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFpgaImagesWithContext indicates an expected call of DescribeFpgaImagesWithContext

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferings added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferings(arg0 interface{}) *gomock.Call

DescribeHostReservationOfferings indicates an expected call of DescribeHostReservationOfferings

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferingsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeHostReservationOfferingsRequest indicates an expected call of DescribeHostReservationOfferingsRequest

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferingsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostReservationOfferingsWithContext indicates an expected call of DescribeHostReservationOfferingsWithContext

func (*MockEC2APIMockRecorder) DescribeHostReservations added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeHostReservations(arg0 interface{}) *gomock.Call

DescribeHostReservations indicates an expected call of DescribeHostReservations

func (*MockEC2APIMockRecorder) DescribeHostReservationsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeHostReservationsRequest(arg0 interface{}) *gomock.Call

DescribeHostReservationsRequest indicates an expected call of DescribeHostReservationsRequest

func (*MockEC2APIMockRecorder) DescribeHostReservationsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeHostReservationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostReservationsWithContext indicates an expected call of DescribeHostReservationsWithContext

func (*MockEC2APIMockRecorder) DescribeHosts added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeHosts(arg0 interface{}) *gomock.Call

DescribeHosts indicates an expected call of DescribeHosts

func (*MockEC2APIMockRecorder) DescribeHostsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeHostsRequest(arg0 interface{}) *gomock.Call

DescribeHostsRequest indicates an expected call of DescribeHostsRequest

func (*MockEC2APIMockRecorder) DescribeHostsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostsWithContext indicates an expected call of DescribeHostsWithContext

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociations added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociations(arg0 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociations indicates an expected call of DescribeIamInstanceProfileAssociations

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsRequest(arg0 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsRequest indicates an expected call of DescribeIamInstanceProfileAssociationsRequest

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsWithContext indicates an expected call of DescribeIamInstanceProfileAssociationsWithContext

func (*MockEC2APIMockRecorder) DescribeIdFormat added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeIdFormat(arg0 interface{}) *gomock.Call

DescribeIdFormat indicates an expected call of DescribeIdFormat

func (*MockEC2APIMockRecorder) DescribeIdFormatRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeIdFormatRequest indicates an expected call of DescribeIdFormatRequest

func (*MockEC2APIMockRecorder) DescribeIdFormatWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdFormatWithContext indicates an expected call of DescribeIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribeIdentityIdFormat added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeIdentityIdFormat(arg0 interface{}) *gomock.Call

DescribeIdentityIdFormat indicates an expected call of DescribeIdentityIdFormat

func (*MockEC2APIMockRecorder) DescribeIdentityIdFormatRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeIdentityIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeIdentityIdFormatRequest indicates an expected call of DescribeIdentityIdFormatRequest

func (*MockEC2APIMockRecorder) DescribeIdentityIdFormatWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeIdentityIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdentityIdFormatWithContext indicates an expected call of DescribeIdentityIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribeImageAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImageAttribute(arg0 interface{}) *gomock.Call

DescribeImageAttribute indicates an expected call of DescribeImageAttribute

func (*MockEC2APIMockRecorder) DescribeImageAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImageAttributeRequest(arg0 interface{}) *gomock.Call

DescribeImageAttributeRequest indicates an expected call of DescribeImageAttributeRequest

func (*MockEC2APIMockRecorder) DescribeImageAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImageAttributeWithContext indicates an expected call of DescribeImageAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeImages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call

DescribeImages indicates an expected call of DescribeImages

func (*MockEC2APIMockRecorder) DescribeImagesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImagesRequest(arg0 interface{}) *gomock.Call

DescribeImagesRequest indicates an expected call of DescribeImagesRequest

func (*MockEC2APIMockRecorder) DescribeImagesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImagesWithContext indicates an expected call of DescribeImagesWithContext

func (*MockEC2APIMockRecorder) DescribeImportImageTasks added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasks(arg0 interface{}) *gomock.Call

DescribeImportImageTasks indicates an expected call of DescribeImportImageTasks

func (*MockEC2APIMockRecorder) DescribeImportImageTasksRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasksRequest(arg0 interface{}) *gomock.Call

DescribeImportImageTasksRequest indicates an expected call of DescribeImportImageTasksRequest

func (*MockEC2APIMockRecorder) DescribeImportImageTasksWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImportImageTasksWithContext indicates an expected call of DescribeImportImageTasksWithContext

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasks added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasks(arg0 interface{}) *gomock.Call

DescribeImportSnapshotTasks indicates an expected call of DescribeImportSnapshotTasks

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasksRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasksRequest(arg0 interface{}) *gomock.Call

DescribeImportSnapshotTasksRequest indicates an expected call of DescribeImportSnapshotTasksRequest

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasksWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImportSnapshotTasksWithContext indicates an expected call of DescribeImportSnapshotTasksWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstanceAttribute(arg0 interface{}) *gomock.Call

DescribeInstanceAttribute indicates an expected call of DescribeInstanceAttribute

func (*MockEC2APIMockRecorder) DescribeInstanceAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstanceAttributeRequest(arg0 interface{}) *gomock.Call

DescribeInstanceAttributeRequest indicates an expected call of DescribeInstanceAttributeRequest

func (*MockEC2APIMockRecorder) DescribeInstanceAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceAttributeWithContext indicates an expected call of DescribeInstanceAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecifications added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecifications(arg0 interface{}) *gomock.Call

DescribeInstanceCreditSpecifications indicates an expected call of DescribeInstanceCreditSpecifications

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsRequest(arg0 interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsRequest indicates an expected call of DescribeInstanceCreditSpecificationsRequest

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsWithContext indicates an expected call of DescribeInstanceCreditSpecificationsWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceStatus added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatus(arg0 interface{}) *gomock.Call

DescribeInstanceStatus indicates an expected call of DescribeInstanceStatus

func (*MockEC2APIMockRecorder) DescribeInstanceStatusPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatusPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceStatusPages indicates an expected call of DescribeInstanceStatusPages

func (*MockEC2APIMockRecorder) DescribeInstanceStatusPagesWithContext added in v0.6.0

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

DescribeInstanceStatusPagesWithContext indicates an expected call of DescribeInstanceStatusPagesWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceStatusRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatusRequest(arg0 interface{}) *gomock.Call

DescribeInstanceStatusRequest indicates an expected call of DescribeInstanceStatusRequest

func (*MockEC2APIMockRecorder) DescribeInstanceStatusWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceStatusWithContext indicates an expected call of DescribeInstanceStatusWithContext

func (*MockEC2APIMockRecorder) DescribeInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call

DescribeInstances indicates an expected call of DescribeInstances

func (*MockEC2APIMockRecorder) DescribeInstancesPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstancesPages indicates an expected call of DescribeInstancesPages

func (*MockEC2APIMockRecorder) DescribeInstancesPagesWithContext added in v0.6.0

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

DescribeInstancesPagesWithContext indicates an expected call of DescribeInstancesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstancesRequest(arg0 interface{}) *gomock.Call

DescribeInstancesRequest indicates an expected call of DescribeInstancesRequest

func (*MockEC2APIMockRecorder) DescribeInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstancesWithContext indicates an expected call of DescribeInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeInternetGateways added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInternetGateways(arg0 interface{}) *gomock.Call

DescribeInternetGateways indicates an expected call of DescribeInternetGateways

func (*MockEC2APIMockRecorder) DescribeInternetGatewaysRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInternetGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeInternetGatewaysRequest indicates an expected call of DescribeInternetGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeInternetGatewaysWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeInternetGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInternetGatewaysWithContext indicates an expected call of DescribeInternetGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeKeyPairs added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeKeyPairs(arg0 interface{}) *gomock.Call

DescribeKeyPairs indicates an expected call of DescribeKeyPairs

func (*MockEC2APIMockRecorder) DescribeKeyPairsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeKeyPairsRequest(arg0 interface{}) *gomock.Call

DescribeKeyPairsRequest indicates an expected call of DescribeKeyPairsRequest

func (*MockEC2APIMockRecorder) DescribeKeyPairsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeKeyPairsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeKeyPairsWithContext indicates an expected call of DescribeKeyPairsWithContext

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersions added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersions(arg0 interface{}) *gomock.Call

DescribeLaunchTemplateVersions indicates an expected call of DescribeLaunchTemplateVersions

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsRequest(arg0 interface{}) *gomock.Call

DescribeLaunchTemplateVersionsRequest indicates an expected call of DescribeLaunchTemplateVersionsRequest

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLaunchTemplateVersionsWithContext indicates an expected call of DescribeLaunchTemplateVersionsWithContext

func (*MockEC2APIMockRecorder) DescribeLaunchTemplates added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplates(arg0 interface{}) *gomock.Call

DescribeLaunchTemplates indicates an expected call of DescribeLaunchTemplates

func (*MockEC2APIMockRecorder) DescribeLaunchTemplatesRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplatesRequest(arg0 interface{}) *gomock.Call

DescribeLaunchTemplatesRequest indicates an expected call of DescribeLaunchTemplatesRequest

func (*MockEC2APIMockRecorder) DescribeLaunchTemplatesWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLaunchTemplatesWithContext indicates an expected call of DescribeLaunchTemplatesWithContext

func (*MockEC2APIMockRecorder) DescribeMovingAddresses added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeMovingAddresses(arg0 interface{}) *gomock.Call

DescribeMovingAddresses indicates an expected call of DescribeMovingAddresses

func (*MockEC2APIMockRecorder) DescribeMovingAddressesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeMovingAddressesRequest(arg0 interface{}) *gomock.Call

DescribeMovingAddressesRequest indicates an expected call of DescribeMovingAddressesRequest

func (*MockEC2APIMockRecorder) DescribeMovingAddressesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeMovingAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeMovingAddressesWithContext indicates an expected call of DescribeMovingAddressesWithContext

func (*MockEC2APIMockRecorder) DescribeNatGateways added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNatGateways(arg0 interface{}) *gomock.Call

DescribeNatGateways indicates an expected call of DescribeNatGateways

func (*MockEC2APIMockRecorder) DescribeNatGatewaysPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNatGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeNatGatewaysPages indicates an expected call of DescribeNatGatewaysPages

func (*MockEC2APIMockRecorder) DescribeNatGatewaysPagesWithContext added in v0.6.0

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

DescribeNatGatewaysPagesWithContext indicates an expected call of DescribeNatGatewaysPagesWithContext

func (*MockEC2APIMockRecorder) DescribeNatGatewaysRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNatGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeNatGatewaysRequest indicates an expected call of DescribeNatGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeNatGatewaysWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNatGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNatGatewaysWithContext indicates an expected call of DescribeNatGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkAcls added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkAcls(arg0 interface{}) *gomock.Call

DescribeNetworkAcls indicates an expected call of DescribeNetworkAcls

func (*MockEC2APIMockRecorder) DescribeNetworkAclsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkAclsRequest(arg0 interface{}) *gomock.Call

DescribeNetworkAclsRequest indicates an expected call of DescribeNetworkAclsRequest

func (*MockEC2APIMockRecorder) DescribeNetworkAclsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkAclsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkAclsWithContext indicates an expected call of DescribeNetworkAclsWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaceAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaceAttribute indicates an expected call of DescribeNetworkInterfaceAttribute

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaceAttributeRequest indicates an expected call of DescribeNetworkInterfaceAttributeRequest

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfaceAttributeWithContext indicates an expected call of DescribeNetworkInterfaceAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissions added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissions(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacePermissions indicates an expected call of DescribeNetworkInterfacePermissions

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsRequest indicates an expected call of DescribeNetworkInterfacePermissionsRequest

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsWithContext indicates an expected call of DescribeNetworkInterfacePermissionsWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaces added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaces(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaces indicates an expected call of DescribeNetworkInterfaces

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacesRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacesRequest indicates an expected call of DescribeNetworkInterfacesRequest

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfacesWithContext indicates an expected call of DescribeNetworkInterfacesWithContext

func (*MockEC2APIMockRecorder) DescribePlacementGroups added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribePlacementGroups(arg0 interface{}) *gomock.Call

DescribePlacementGroups indicates an expected call of DescribePlacementGroups

func (*MockEC2APIMockRecorder) DescribePlacementGroupsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribePlacementGroupsRequest(arg0 interface{}) *gomock.Call

DescribePlacementGroupsRequest indicates an expected call of DescribePlacementGroupsRequest

func (*MockEC2APIMockRecorder) DescribePlacementGroupsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribePlacementGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePlacementGroupsWithContext indicates an expected call of DescribePlacementGroupsWithContext

func (*MockEC2APIMockRecorder) DescribePrefixLists added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribePrefixLists(arg0 interface{}) *gomock.Call

DescribePrefixLists indicates an expected call of DescribePrefixLists

func (*MockEC2APIMockRecorder) DescribePrefixListsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribePrefixListsRequest(arg0 interface{}) *gomock.Call

DescribePrefixListsRequest indicates an expected call of DescribePrefixListsRequest

func (*MockEC2APIMockRecorder) DescribePrefixListsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribePrefixListsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePrefixListsWithContext indicates an expected call of DescribePrefixListsWithContext

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormat added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormat(arg0 interface{}) *gomock.Call

DescribePrincipalIdFormat indicates an expected call of DescribePrincipalIdFormat

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormatRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormatRequest(arg0 interface{}) *gomock.Call

DescribePrincipalIdFormatRequest indicates an expected call of DescribePrincipalIdFormatRequest

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormatWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePrincipalIdFormatWithContext indicates an expected call of DescribePrincipalIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribeRegions added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeRegions(arg0 interface{}) *gomock.Call

DescribeRegions indicates an expected call of DescribeRegions

func (*MockEC2APIMockRecorder) DescribeRegionsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeRegionsRequest(arg0 interface{}) *gomock.Call

DescribeRegionsRequest indicates an expected call of DescribeRegionsRequest

func (*MockEC2APIMockRecorder) DescribeRegionsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeRegionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRegionsWithContext indicates an expected call of DescribeRegionsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstances(arg0 interface{}) *gomock.Call

DescribeReservedInstances indicates an expected call of DescribeReservedInstances

func (*MockEC2APIMockRecorder) DescribeReservedInstancesListings added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesListings(arg0 interface{}) *gomock.Call

DescribeReservedInstancesListings indicates an expected call of DescribeReservedInstancesListings

func (*MockEC2APIMockRecorder) DescribeReservedInstancesListingsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesListingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesListingsRequest indicates an expected call of DescribeReservedInstancesListingsRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesListingsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesListingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesListingsWithContext indicates an expected call of DescribeReservedInstancesListingsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModifications added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModifications(arg0 interface{}) *gomock.Call

DescribeReservedInstancesModifications indicates an expected call of DescribeReservedInstancesModifications

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedInstancesModificationsPages indicates an expected call of DescribeReservedInstancesModificationsPages

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsPagesWithContext added in v0.6.0

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

DescribeReservedInstancesModificationsPagesWithContext indicates an expected call of DescribeReservedInstancesModificationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModificationsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesModificationsRequest indicates an expected call of DescribeReservedInstancesModificationsRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesModificationsWithContext indicates an expected call of DescribeReservedInstancesModificationsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferings added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferings(arg0 interface{}) *gomock.Call

DescribeReservedInstancesOfferings indicates an expected call of DescribeReservedInstancesOfferings

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedInstancesOfferingsPages indicates an expected call of DescribeReservedInstancesOfferingsPages

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsPagesWithContext added in v0.6.0

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

DescribeReservedInstancesOfferingsPagesWithContext indicates an expected call of DescribeReservedInstancesOfferingsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesOfferingsRequest indicates an expected call of DescribeReservedInstancesOfferingsRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesOfferingsWithContext indicates an expected call of DescribeReservedInstancesOfferingsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesRequest indicates an expected call of DescribeReservedInstancesRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesWithContext indicates an expected call of DescribeReservedInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeRouteTables added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeRouteTables(arg0 interface{}) *gomock.Call

DescribeRouteTables indicates an expected call of DescribeRouteTables

func (*MockEC2APIMockRecorder) DescribeRouteTablesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeRouteTablesRequest(arg0 interface{}) *gomock.Call

DescribeRouteTablesRequest indicates an expected call of DescribeRouteTablesRequest

func (*MockEC2APIMockRecorder) DescribeRouteTablesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeRouteTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRouteTablesWithContext indicates an expected call of DescribeRouteTablesWithContext

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailability added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailability(arg0 interface{}) *gomock.Call

DescribeScheduledInstanceAvailability indicates an expected call of DescribeScheduledInstanceAvailability

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityRequest(arg0 interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityRequest indicates an expected call of DescribeScheduledInstanceAvailabilityRequest

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityWithContext indicates an expected call of DescribeScheduledInstanceAvailabilityWithContext

func (*MockEC2APIMockRecorder) DescribeScheduledInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstances(arg0 interface{}) *gomock.Call

DescribeScheduledInstances indicates an expected call of DescribeScheduledInstances

func (*MockEC2APIMockRecorder) DescribeScheduledInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstancesRequest(arg0 interface{}) *gomock.Call

DescribeScheduledInstancesRequest indicates an expected call of DescribeScheduledInstancesRequest

func (*MockEC2APIMockRecorder) DescribeScheduledInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeScheduledInstancesWithContext indicates an expected call of DescribeScheduledInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeSecurityGroupReferences added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupReferences(arg0 interface{}) *gomock.Call

DescribeSecurityGroupReferences indicates an expected call of DescribeSecurityGroupReferences

func (*MockEC2APIMockRecorder) DescribeSecurityGroupReferencesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupReferencesRequest(arg0 interface{}) *gomock.Call

DescribeSecurityGroupReferencesRequest indicates an expected call of DescribeSecurityGroupReferencesRequest

func (*MockEC2APIMockRecorder) DescribeSecurityGroupReferencesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupReferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroupReferencesWithContext indicates an expected call of DescribeSecurityGroupReferencesWithContext

func (*MockEC2APIMockRecorder) DescribeSecurityGroups added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroups(arg0 interface{}) *gomock.Call

DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups

func (*MockEC2APIMockRecorder) DescribeSecurityGroupsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeSecurityGroupsRequest indicates an expected call of DescribeSecurityGroupsRequest

func (*MockEC2APIMockRecorder) DescribeSecurityGroupsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroupsWithContext indicates an expected call of DescribeSecurityGroupsWithContext

func (*MockEC2APIMockRecorder) DescribeSnapshotAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSnapshotAttribute(arg0 interface{}) *gomock.Call

DescribeSnapshotAttribute indicates an expected call of DescribeSnapshotAttribute

func (*MockEC2APIMockRecorder) DescribeSnapshotAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotAttributeRequest indicates an expected call of DescribeSnapshotAttributeRequest

func (*MockEC2APIMockRecorder) DescribeSnapshotAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotAttributeWithContext indicates an expected call of DescribeSnapshotAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeSnapshots added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSnapshots(arg0 interface{}) *gomock.Call

DescribeSnapshots indicates an expected call of DescribeSnapshots

func (*MockEC2APIMockRecorder) DescribeSnapshotsPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSnapshotsPages indicates an expected call of DescribeSnapshotsPages

func (*MockEC2APIMockRecorder) DescribeSnapshotsPagesWithContext added in v0.6.0

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

DescribeSnapshotsPagesWithContext indicates an expected call of DescribeSnapshotsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSnapshotsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotsRequest indicates an expected call of DescribeSnapshotsRequest

func (*MockEC2APIMockRecorder) DescribeSnapshotsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotsWithContext indicates an expected call of DescribeSnapshotsWithContext

func (*MockEC2APIMockRecorder) DescribeSpotDatafeedSubscription added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

DescribeSpotDatafeedSubscription indicates an expected call of DescribeSpotDatafeedSubscription

func (*MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

DescribeSpotDatafeedSubscriptionRequest indicates an expected call of DescribeSpotDatafeedSubscriptionRequest

func (*MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotDatafeedSubscriptionWithContext indicates an expected call of DescribeSpotDatafeedSubscriptionWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetInstances(arg0 interface{}) *gomock.Call

DescribeSpotFleetInstances indicates an expected call of DescribeSpotFleetInstances

func (*MockEC2APIMockRecorder) DescribeSpotFleetInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetInstancesRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetInstancesRequest indicates an expected call of DescribeSpotFleetInstancesRequest

func (*MockEC2APIMockRecorder) DescribeSpotFleetInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetInstancesWithContext indicates an expected call of DescribeSpotFleetInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestHistory added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestHistory(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestHistory indicates an expected call of DescribeSpotFleetRequestHistory

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestHistoryRequest indicates an expected call of DescribeSpotFleetRequestHistoryRequest

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetRequestHistoryWithContext indicates an expected call of DescribeSpotFleetRequestHistoryWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequests added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequests(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequests indicates an expected call of DescribeSpotFleetRequests

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotFleetRequestsPages indicates an expected call of DescribeSpotFleetRequestsPages

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsPagesWithContext added in v0.6.0

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

DescribeSpotFleetRequestsPagesWithContext indicates an expected call of DescribeSpotFleetRequestsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestsRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestsRequest indicates an expected call of DescribeSpotFleetRequestsRequest

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetRequestsWithContext indicates an expected call of DescribeSpotFleetRequestsWithContext

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequests added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequests(arg0 interface{}) *gomock.Call

DescribeSpotInstanceRequests indicates an expected call of DescribeSpotInstanceRequests

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequestsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequestsRequest(arg0 interface{}) *gomock.Call

DescribeSpotInstanceRequestsRequest indicates an expected call of DescribeSpotInstanceRequestsRequest

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequestsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotInstanceRequestsWithContext indicates an expected call of DescribeSpotInstanceRequestsWithContext

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistory added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistory(arg0 interface{}) *gomock.Call

DescribeSpotPriceHistory indicates an expected call of DescribeSpotPriceHistory

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistoryPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotPriceHistoryPages indicates an expected call of DescribeSpotPriceHistoryPages

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryPagesWithContext added in v0.6.0

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

DescribeSpotPriceHistoryPagesWithContext indicates an expected call of DescribeSpotPriceHistoryPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistoryRequest(arg0 interface{}) *gomock.Call

DescribeSpotPriceHistoryRequest indicates an expected call of DescribeSpotPriceHistoryRequest

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotPriceHistoryWithContext indicates an expected call of DescribeSpotPriceHistoryWithContext

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroups added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroups(arg0 interface{}) *gomock.Call

DescribeStaleSecurityGroups indicates an expected call of DescribeStaleSecurityGroups

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroupsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeStaleSecurityGroupsRequest indicates an expected call of DescribeStaleSecurityGroupsRequest

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroupsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeStaleSecurityGroupsWithContext indicates an expected call of DescribeStaleSecurityGroupsWithContext

func (*MockEC2APIMockRecorder) DescribeSubnets added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call

DescribeSubnets indicates an expected call of DescribeSubnets

func (*MockEC2APIMockRecorder) DescribeSubnetsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSubnetsRequest(arg0 interface{}) *gomock.Call

DescribeSubnetsRequest indicates an expected call of DescribeSubnetsRequest

func (*MockEC2APIMockRecorder) DescribeSubnetsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSubnetsWithContext indicates an expected call of DescribeSubnetsWithContext

func (*MockEC2APIMockRecorder) DescribeTags added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags

func (*MockEC2APIMockRecorder) DescribeTagsPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeTagsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTagsPages indicates an expected call of DescribeTagsPages

func (*MockEC2APIMockRecorder) DescribeTagsPagesWithContext added in v0.6.0

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

DescribeTagsPagesWithContext indicates an expected call of DescribeTagsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTagsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest

func (*MockEC2APIMockRecorder) DescribeTagsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext

func (*MockEC2APIMockRecorder) DescribeVolumeAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumeAttribute(arg0 interface{}) *gomock.Call

DescribeVolumeAttribute indicates an expected call of DescribeVolumeAttribute

func (*MockEC2APIMockRecorder) DescribeVolumeAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumeAttributeRequest(arg0 interface{}) *gomock.Call

DescribeVolumeAttributeRequest indicates an expected call of DescribeVolumeAttributeRequest

func (*MockEC2APIMockRecorder) DescribeVolumeAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumeAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumeAttributeWithContext indicates an expected call of DescribeVolumeAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeVolumeStatus added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatus(arg0 interface{}) *gomock.Call

DescribeVolumeStatus indicates an expected call of DescribeVolumeStatus

func (*MockEC2APIMockRecorder) DescribeVolumeStatusPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatusPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumeStatusPages indicates an expected call of DescribeVolumeStatusPages

func (*MockEC2APIMockRecorder) DescribeVolumeStatusPagesWithContext added in v0.6.0

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

DescribeVolumeStatusPagesWithContext indicates an expected call of DescribeVolumeStatusPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVolumeStatusRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatusRequest(arg0 interface{}) *gomock.Call

DescribeVolumeStatusRequest indicates an expected call of DescribeVolumeStatusRequest

func (*MockEC2APIMockRecorder) DescribeVolumeStatusWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumeStatusWithContext indicates an expected call of DescribeVolumeStatusWithContext

func (*MockEC2APIMockRecorder) DescribeVolumes added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumes(arg0 interface{}) *gomock.Call

DescribeVolumes indicates an expected call of DescribeVolumes

func (*MockEC2APIMockRecorder) DescribeVolumesModifications added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumesModifications(arg0 interface{}) *gomock.Call

DescribeVolumesModifications indicates an expected call of DescribeVolumesModifications

func (*MockEC2APIMockRecorder) DescribeVolumesModificationsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumesModificationsRequest(arg0 interface{}) *gomock.Call

DescribeVolumesModificationsRequest indicates an expected call of DescribeVolumesModificationsRequest

func (*MockEC2APIMockRecorder) DescribeVolumesModificationsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumesModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumesModificationsWithContext indicates an expected call of DescribeVolumesModificationsWithContext

func (*MockEC2APIMockRecorder) DescribeVolumesPages added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumesPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumesPages indicates an expected call of DescribeVolumesPages

func (*MockEC2APIMockRecorder) DescribeVolumesPagesWithContext added in v0.6.0

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

DescribeVolumesPagesWithContext indicates an expected call of DescribeVolumesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVolumesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumesRequest(arg0 interface{}) *gomock.Call

DescribeVolumesRequest indicates an expected call of DescribeVolumesRequest

func (*MockEC2APIMockRecorder) DescribeVolumesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVolumesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumesWithContext indicates an expected call of DescribeVolumesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcAttribute(arg0 interface{}) *gomock.Call

DescribeVpcAttribute indicates an expected call of DescribeVpcAttribute

func (*MockEC2APIMockRecorder) DescribeVpcAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcAttributeRequest(arg0 interface{}) *gomock.Call

DescribeVpcAttributeRequest indicates an expected call of DescribeVpcAttributeRequest

func (*MockEC2APIMockRecorder) DescribeVpcAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcAttributeWithContext indicates an expected call of DescribeVpcAttributeWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLink(arg0 interface{}) *gomock.Call

DescribeVpcClassicLink indicates an expected call of DescribeVpcClassicLink

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupport added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupport indicates an expected call of DescribeVpcClassicLinkDnsSupport

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportRequest indicates an expected call of DescribeVpcClassicLinkDnsSupportRequest

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportWithContext indicates an expected call of DescribeVpcClassicLinkDnsSupportWithContext

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkRequest indicates an expected call of DescribeVpcClassicLinkRequest

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcClassicLinkWithContext indicates an expected call of DescribeVpcClassicLinkWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotifications added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotifications(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotifications indicates an expected call of DescribeVpcEndpointConnectionNotifications

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsRequest indicates an expected call of DescribeVpcEndpointConnectionNotificationsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsWithContext indicates an expected call of DescribeVpcEndpointConnectionNotificationsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnections added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnections(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnections indicates an expected call of DescribeVpcEndpointConnections

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionsRequest indicates an expected call of DescribeVpcEndpointConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionsWithContext indicates an expected call of DescribeVpcEndpointConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurations added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurations indicates an expected call of DescribeVpcEndpointServiceConfigurations

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsRequest indicates an expected call of DescribeVpcEndpointServiceConfigurationsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsWithContext indicates an expected call of DescribeVpcEndpointServiceConfigurationsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissions added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissions indicates an expected call of DescribeVpcEndpointServicePermissions

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsRequest indicates an expected call of DescribeVpcEndpointServicePermissionsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsWithContext indicates an expected call of DescribeVpcEndpointServicePermissionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServices added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServices(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServices indicates an expected call of DescribeVpcEndpointServices

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicesRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicesRequest indicates an expected call of DescribeVpcEndpointServicesRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServicesWithContext indicates an expected call of DescribeVpcEndpointServicesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpoints added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpoints(arg0 interface{}) *gomock.Call

DescribeVpcEndpoints indicates an expected call of DescribeVpcEndpoints

func (*MockEC2APIMockRecorder) DescribeVpcEndpointsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointsRequest indicates an expected call of DescribeVpcEndpointsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointsWithContext indicates an expected call of DescribeVpcEndpointsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnections added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnections(arg0 interface{}) *gomock.Call

DescribeVpcPeeringConnections indicates an expected call of DescribeVpcPeeringConnections

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcPeeringConnectionsRequest indicates an expected call of DescribeVpcPeeringConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcPeeringConnectionsWithContext indicates an expected call of DescribeVpcPeeringConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcs added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcs(arg0 interface{}) *gomock.Call

DescribeVpcs indicates an expected call of DescribeVpcs

func (*MockEC2APIMockRecorder) DescribeVpcsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcsRequest(arg0 interface{}) *gomock.Call

DescribeVpcsRequest indicates an expected call of DescribeVpcsRequest

func (*MockEC2APIMockRecorder) DescribeVpcsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpcsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcsWithContext indicates an expected call of DescribeVpcsWithContext

func (*MockEC2APIMockRecorder) DescribeVpnConnections added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpnConnections(arg0 interface{}) *gomock.Call

DescribeVpnConnections indicates an expected call of DescribeVpnConnections

func (*MockEC2APIMockRecorder) DescribeVpnConnectionsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpnConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpnConnectionsRequest indicates an expected call of DescribeVpnConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeVpnConnectionsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpnConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpnConnectionsWithContext indicates an expected call of DescribeVpnConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpnGateways added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpnGateways(arg0 interface{}) *gomock.Call

DescribeVpnGateways indicates an expected call of DescribeVpnGateways

func (*MockEC2APIMockRecorder) DescribeVpnGatewaysRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpnGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeVpnGatewaysRequest indicates an expected call of DescribeVpnGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeVpnGatewaysWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DescribeVpnGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpnGatewaysWithContext indicates an expected call of DescribeVpnGatewaysWithContext

func (*MockEC2APIMockRecorder) DetachClassicLinkVpc added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachClassicLinkVpc(arg0 interface{}) *gomock.Call

DetachClassicLinkVpc indicates an expected call of DetachClassicLinkVpc

func (*MockEC2APIMockRecorder) DetachClassicLinkVpcRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachClassicLinkVpcRequest(arg0 interface{}) *gomock.Call

DetachClassicLinkVpcRequest indicates an expected call of DetachClassicLinkVpcRequest

func (*MockEC2APIMockRecorder) DetachClassicLinkVpcWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachClassicLinkVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachClassicLinkVpcWithContext indicates an expected call of DetachClassicLinkVpcWithContext

func (*MockEC2APIMockRecorder) DetachInternetGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachInternetGateway(arg0 interface{}) *gomock.Call

DetachInternetGateway indicates an expected call of DetachInternetGateway

func (*MockEC2APIMockRecorder) DetachInternetGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachInternetGatewayRequest(arg0 interface{}) *gomock.Call

DetachInternetGatewayRequest indicates an expected call of DetachInternetGatewayRequest

func (*MockEC2APIMockRecorder) DetachInternetGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachInternetGatewayWithContext indicates an expected call of DetachInternetGatewayWithContext

func (*MockEC2APIMockRecorder) DetachNetworkInterface added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachNetworkInterface(arg0 interface{}) *gomock.Call

DetachNetworkInterface indicates an expected call of DetachNetworkInterface

func (*MockEC2APIMockRecorder) DetachNetworkInterfaceRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

DetachNetworkInterfaceRequest indicates an expected call of DetachNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) DetachNetworkInterfaceWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachNetworkInterfaceWithContext indicates an expected call of DetachNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) DetachVolume added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachVolume(arg0 interface{}) *gomock.Call

DetachVolume indicates an expected call of DetachVolume

func (*MockEC2APIMockRecorder) DetachVolumeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachVolumeRequest(arg0 interface{}) *gomock.Call

DetachVolumeRequest indicates an expected call of DetachVolumeRequest

func (*MockEC2APIMockRecorder) DetachVolumeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachVolumeWithContext indicates an expected call of DetachVolumeWithContext

func (*MockEC2APIMockRecorder) DetachVpnGateway added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachVpnGateway(arg0 interface{}) *gomock.Call

DetachVpnGateway indicates an expected call of DetachVpnGateway

func (*MockEC2APIMockRecorder) DetachVpnGatewayRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachVpnGatewayRequest(arg0 interface{}) *gomock.Call

DetachVpnGatewayRequest indicates an expected call of DetachVpnGatewayRequest

func (*MockEC2APIMockRecorder) DetachVpnGatewayWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DetachVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachVpnGatewayWithContext indicates an expected call of DetachVpnGatewayWithContext

func (*MockEC2APIMockRecorder) DisableVgwRoutePropagation added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisableVgwRoutePropagation(arg0 interface{}) *gomock.Call

DisableVgwRoutePropagation indicates an expected call of DisableVgwRoutePropagation

func (*MockEC2APIMockRecorder) DisableVgwRoutePropagationRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisableVgwRoutePropagationRequest(arg0 interface{}) *gomock.Call

DisableVgwRoutePropagationRequest indicates an expected call of DisableVgwRoutePropagationRequest

func (*MockEC2APIMockRecorder) DisableVgwRoutePropagationWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisableVgwRoutePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVgwRoutePropagationWithContext indicates an expected call of DisableVgwRoutePropagationWithContext

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLink(arg0 interface{}) *gomock.Call

DisableVpcClassicLink indicates an expected call of DisableVpcClassicLink

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupport added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupport indicates an expected call of DisableVpcClassicLinkDnsSupport

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupportRequest indicates an expected call of DisableVpcClassicLinkDnsSupportRequest

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupportWithContext indicates an expected call of DisableVpcClassicLinkDnsSupportWithContext

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkRequest indicates an expected call of DisableVpcClassicLinkRequest

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVpcClassicLinkWithContext indicates an expected call of DisableVpcClassicLinkWithContext

func (*MockEC2APIMockRecorder) DisassociateAddress added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateAddress(arg0 interface{}) *gomock.Call

DisassociateAddress indicates an expected call of DisassociateAddress

func (*MockEC2APIMockRecorder) DisassociateAddressRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateAddressRequest(arg0 interface{}) *gomock.Call

DisassociateAddressRequest indicates an expected call of DisassociateAddressRequest

func (*MockEC2APIMockRecorder) DisassociateAddressWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateAddressWithContext indicates an expected call of DisassociateAddressWithContext

func (*MockEC2APIMockRecorder) DisassociateIamInstanceProfile added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateIamInstanceProfile(arg0 interface{}) *gomock.Call

DisassociateIamInstanceProfile indicates an expected call of DisassociateIamInstanceProfile

func (*MockEC2APIMockRecorder) DisassociateIamInstanceProfileRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateIamInstanceProfileRequest(arg0 interface{}) *gomock.Call

DisassociateIamInstanceProfileRequest indicates an expected call of DisassociateIamInstanceProfileRequest

func (*MockEC2APIMockRecorder) DisassociateIamInstanceProfileWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateIamInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateIamInstanceProfileWithContext indicates an expected call of DisassociateIamInstanceProfileWithContext

func (*MockEC2APIMockRecorder) DisassociateRouteTable added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateRouteTable(arg0 interface{}) *gomock.Call

DisassociateRouteTable indicates an expected call of DisassociateRouteTable

func (*MockEC2APIMockRecorder) DisassociateRouteTableRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateRouteTableRequest(arg0 interface{}) *gomock.Call

DisassociateRouteTableRequest indicates an expected call of DisassociateRouteTableRequest

func (*MockEC2APIMockRecorder) DisassociateRouteTableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateRouteTableWithContext indicates an expected call of DisassociateRouteTableWithContext

func (*MockEC2APIMockRecorder) DisassociateSubnetCidrBlock added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateSubnetCidrBlock(arg0 interface{}) *gomock.Call

DisassociateSubnetCidrBlock indicates an expected call of DisassociateSubnetCidrBlock

func (*MockEC2APIMockRecorder) DisassociateSubnetCidrBlockRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateSubnetCidrBlockRequest(arg0 interface{}) *gomock.Call

DisassociateSubnetCidrBlockRequest indicates an expected call of DisassociateSubnetCidrBlockRequest

func (*MockEC2APIMockRecorder) DisassociateSubnetCidrBlockWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateSubnetCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateSubnetCidrBlockWithContext indicates an expected call of DisassociateSubnetCidrBlockWithContext

func (*MockEC2APIMockRecorder) DisassociateVpcCidrBlock added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateVpcCidrBlock(arg0 interface{}) *gomock.Call

DisassociateVpcCidrBlock indicates an expected call of DisassociateVpcCidrBlock

func (*MockEC2APIMockRecorder) DisassociateVpcCidrBlockRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateVpcCidrBlockRequest(arg0 interface{}) *gomock.Call

DisassociateVpcCidrBlockRequest indicates an expected call of DisassociateVpcCidrBlockRequest

func (*MockEC2APIMockRecorder) DisassociateVpcCidrBlockWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) DisassociateVpcCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateVpcCidrBlockWithContext indicates an expected call of DisassociateVpcCidrBlockWithContext

func (*MockEC2APIMockRecorder) EnableVgwRoutePropagation added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVgwRoutePropagation(arg0 interface{}) *gomock.Call

EnableVgwRoutePropagation indicates an expected call of EnableVgwRoutePropagation

func (*MockEC2APIMockRecorder) EnableVgwRoutePropagationRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVgwRoutePropagationRequest(arg0 interface{}) *gomock.Call

EnableVgwRoutePropagationRequest indicates an expected call of EnableVgwRoutePropagationRequest

func (*MockEC2APIMockRecorder) EnableVgwRoutePropagationWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVgwRoutePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVgwRoutePropagationWithContext indicates an expected call of EnableVgwRoutePropagationWithContext

func (*MockEC2APIMockRecorder) EnableVolumeIO added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVolumeIO(arg0 interface{}) *gomock.Call

EnableVolumeIO indicates an expected call of EnableVolumeIO

func (*MockEC2APIMockRecorder) EnableVolumeIORequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVolumeIORequest(arg0 interface{}) *gomock.Call

EnableVolumeIORequest indicates an expected call of EnableVolumeIORequest

func (*MockEC2APIMockRecorder) EnableVolumeIOWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVolumeIOWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVolumeIOWithContext indicates an expected call of EnableVolumeIOWithContext

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLink(arg0 interface{}) *gomock.Call

EnableVpcClassicLink indicates an expected call of EnableVpcClassicLink

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupport added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupport indicates an expected call of EnableVpcClassicLinkDnsSupport

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupportRequest indicates an expected call of EnableVpcClassicLinkDnsSupportRequest

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupportWithContext indicates an expected call of EnableVpcClassicLinkDnsSupportWithContext

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkRequest indicates an expected call of EnableVpcClassicLinkRequest

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVpcClassicLinkWithContext indicates an expected call of EnableVpcClassicLinkWithContext

func (*MockEC2APIMockRecorder) GetConsoleOutput added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetConsoleOutput(arg0 interface{}) *gomock.Call

GetConsoleOutput indicates an expected call of GetConsoleOutput

func (*MockEC2APIMockRecorder) GetConsoleOutputRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetConsoleOutputRequest(arg0 interface{}) *gomock.Call

GetConsoleOutputRequest indicates an expected call of GetConsoleOutputRequest

func (*MockEC2APIMockRecorder) GetConsoleOutputWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetConsoleOutputWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConsoleOutputWithContext indicates an expected call of GetConsoleOutputWithContext

func (*MockEC2APIMockRecorder) GetConsoleScreenshot added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetConsoleScreenshot(arg0 interface{}) *gomock.Call

GetConsoleScreenshot indicates an expected call of GetConsoleScreenshot

func (*MockEC2APIMockRecorder) GetConsoleScreenshotRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetConsoleScreenshotRequest(arg0 interface{}) *gomock.Call

GetConsoleScreenshotRequest indicates an expected call of GetConsoleScreenshotRequest

func (*MockEC2APIMockRecorder) GetConsoleScreenshotWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetConsoleScreenshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConsoleScreenshotWithContext indicates an expected call of GetConsoleScreenshotWithContext

func (*MockEC2APIMockRecorder) GetHostReservationPurchasePreview added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetHostReservationPurchasePreview(arg0 interface{}) *gomock.Call

GetHostReservationPurchasePreview indicates an expected call of GetHostReservationPurchasePreview

func (*MockEC2APIMockRecorder) GetHostReservationPurchasePreviewRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetHostReservationPurchasePreviewRequest(arg0 interface{}) *gomock.Call

GetHostReservationPurchasePreviewRequest indicates an expected call of GetHostReservationPurchasePreviewRequest

func (*MockEC2APIMockRecorder) GetHostReservationPurchasePreviewWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetHostReservationPurchasePreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHostReservationPurchasePreviewWithContext indicates an expected call of GetHostReservationPurchasePreviewWithContext

func (*MockEC2APIMockRecorder) GetLaunchTemplateData added in v0.7.0

func (mr *MockEC2APIMockRecorder) GetLaunchTemplateData(arg0 interface{}) *gomock.Call

GetLaunchTemplateData indicates an expected call of GetLaunchTemplateData

func (*MockEC2APIMockRecorder) GetLaunchTemplateDataRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) GetLaunchTemplateDataRequest(arg0 interface{}) *gomock.Call

GetLaunchTemplateDataRequest indicates an expected call of GetLaunchTemplateDataRequest

func (*MockEC2APIMockRecorder) GetLaunchTemplateDataWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) GetLaunchTemplateDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLaunchTemplateDataWithContext indicates an expected call of GetLaunchTemplateDataWithContext

func (*MockEC2APIMockRecorder) GetPasswordData added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetPasswordData(arg0 interface{}) *gomock.Call

GetPasswordData indicates an expected call of GetPasswordData

func (*MockEC2APIMockRecorder) GetPasswordDataRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetPasswordDataRequest(arg0 interface{}) *gomock.Call

GetPasswordDataRequest indicates an expected call of GetPasswordDataRequest

func (*MockEC2APIMockRecorder) GetPasswordDataWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetPasswordDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPasswordDataWithContext indicates an expected call of GetPasswordDataWithContext

func (*MockEC2APIMockRecorder) GetReservedInstancesExchangeQuote added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetReservedInstancesExchangeQuote(arg0 interface{}) *gomock.Call

GetReservedInstancesExchangeQuote indicates an expected call of GetReservedInstancesExchangeQuote

func (*MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteRequest(arg0 interface{}) *gomock.Call

GetReservedInstancesExchangeQuoteRequest indicates an expected call of GetReservedInstancesExchangeQuoteRequest

func (*MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetReservedInstancesExchangeQuoteWithContext indicates an expected call of GetReservedInstancesExchangeQuoteWithContext

func (*MockEC2APIMockRecorder) ImportImage added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportImage(arg0 interface{}) *gomock.Call

ImportImage indicates an expected call of ImportImage

func (*MockEC2APIMockRecorder) ImportImageRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportImageRequest(arg0 interface{}) *gomock.Call

ImportImageRequest indicates an expected call of ImportImageRequest

func (*MockEC2APIMockRecorder) ImportImageWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportImageWithContext indicates an expected call of ImportImageWithContext

func (*MockEC2APIMockRecorder) ImportInstance added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportInstance(arg0 interface{}) *gomock.Call

ImportInstance indicates an expected call of ImportInstance

func (*MockEC2APIMockRecorder) ImportInstanceRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportInstanceRequest(arg0 interface{}) *gomock.Call

ImportInstanceRequest indicates an expected call of ImportInstanceRequest

func (*MockEC2APIMockRecorder) ImportInstanceWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportInstanceWithContext indicates an expected call of ImportInstanceWithContext

func (*MockEC2APIMockRecorder) ImportKeyPair added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportKeyPair(arg0 interface{}) *gomock.Call

ImportKeyPair indicates an expected call of ImportKeyPair

func (*MockEC2APIMockRecorder) ImportKeyPairRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportKeyPairRequest(arg0 interface{}) *gomock.Call

ImportKeyPairRequest indicates an expected call of ImportKeyPairRequest

func (*MockEC2APIMockRecorder) ImportKeyPairWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportKeyPairWithContext indicates an expected call of ImportKeyPairWithContext

func (*MockEC2APIMockRecorder) ImportSnapshot added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportSnapshot(arg0 interface{}) *gomock.Call

ImportSnapshot indicates an expected call of ImportSnapshot

func (*MockEC2APIMockRecorder) ImportSnapshotRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportSnapshotRequest(arg0 interface{}) *gomock.Call

ImportSnapshotRequest indicates an expected call of ImportSnapshotRequest

func (*MockEC2APIMockRecorder) ImportSnapshotWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportSnapshotWithContext indicates an expected call of ImportSnapshotWithContext

func (*MockEC2APIMockRecorder) ImportVolume added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportVolume(arg0 interface{}) *gomock.Call

ImportVolume indicates an expected call of ImportVolume

func (*MockEC2APIMockRecorder) ImportVolumeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportVolumeRequest(arg0 interface{}) *gomock.Call

ImportVolumeRequest indicates an expected call of ImportVolumeRequest

func (*MockEC2APIMockRecorder) ImportVolumeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ImportVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportVolumeWithContext indicates an expected call of ImportVolumeWithContext

func (*MockEC2APIMockRecorder) ModifyFleet added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyFleet(arg0 interface{}) *gomock.Call

ModifyFleet indicates an expected call of ModifyFleet

func (*MockEC2APIMockRecorder) ModifyFleetRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyFleetRequest(arg0 interface{}) *gomock.Call

ModifyFleetRequest indicates an expected call of ModifyFleetRequest

func (*MockEC2APIMockRecorder) ModifyFleetWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyFleetWithContext indicates an expected call of ModifyFleetWithContext

func (*MockEC2APIMockRecorder) ModifyFpgaImageAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyFpgaImageAttribute(arg0 interface{}) *gomock.Call

ModifyFpgaImageAttribute indicates an expected call of ModifyFpgaImageAttribute

func (*MockEC2APIMockRecorder) ModifyFpgaImageAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

ModifyFpgaImageAttributeRequest indicates an expected call of ModifyFpgaImageAttributeRequest

func (*MockEC2APIMockRecorder) ModifyFpgaImageAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyFpgaImageAttributeWithContext indicates an expected call of ModifyFpgaImageAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyHosts added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyHosts(arg0 interface{}) *gomock.Call

ModifyHosts indicates an expected call of ModifyHosts

func (*MockEC2APIMockRecorder) ModifyHostsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyHostsRequest(arg0 interface{}) *gomock.Call

ModifyHostsRequest indicates an expected call of ModifyHostsRequest

func (*MockEC2APIMockRecorder) ModifyHostsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyHostsWithContext indicates an expected call of ModifyHostsWithContext

func (*MockEC2APIMockRecorder) ModifyIdFormat added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyIdFormat(arg0 interface{}) *gomock.Call

ModifyIdFormat indicates an expected call of ModifyIdFormat

func (*MockEC2APIMockRecorder) ModifyIdFormatRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyIdFormatRequest(arg0 interface{}) *gomock.Call

ModifyIdFormatRequest indicates an expected call of ModifyIdFormatRequest

func (*MockEC2APIMockRecorder) ModifyIdFormatWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIdFormatWithContext indicates an expected call of ModifyIdFormatWithContext

func (*MockEC2APIMockRecorder) ModifyIdentityIdFormat added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyIdentityIdFormat(arg0 interface{}) *gomock.Call

ModifyIdentityIdFormat indicates an expected call of ModifyIdentityIdFormat

func (*MockEC2APIMockRecorder) ModifyIdentityIdFormatRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyIdentityIdFormatRequest(arg0 interface{}) *gomock.Call

ModifyIdentityIdFormatRequest indicates an expected call of ModifyIdentityIdFormatRequest

func (*MockEC2APIMockRecorder) ModifyIdentityIdFormatWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyIdentityIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIdentityIdFormatWithContext indicates an expected call of ModifyIdentityIdFormatWithContext

func (*MockEC2APIMockRecorder) ModifyImageAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyImageAttribute(arg0 interface{}) *gomock.Call

ModifyImageAttribute indicates an expected call of ModifyImageAttribute

func (*MockEC2APIMockRecorder) ModifyImageAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyImageAttributeRequest(arg0 interface{}) *gomock.Call

ModifyImageAttributeRequest indicates an expected call of ModifyImageAttributeRequest

func (*MockEC2APIMockRecorder) ModifyImageAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyImageAttributeWithContext indicates an expected call of ModifyImageAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyInstanceAttribute(arg0 interface{}) *gomock.Call

ModifyInstanceAttribute indicates an expected call of ModifyInstanceAttribute

func (*MockEC2APIMockRecorder) ModifyInstanceAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyInstanceAttributeRequest(arg0 interface{}) *gomock.Call

ModifyInstanceAttributeRequest indicates an expected call of ModifyInstanceAttributeRequest

func (*MockEC2APIMockRecorder) ModifyInstanceAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceAttributeWithContext indicates an expected call of ModifyInstanceAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceCreditSpecification added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyInstanceCreditSpecification(arg0 interface{}) *gomock.Call

ModifyInstanceCreditSpecification indicates an expected call of ModifyInstanceCreditSpecification

func (*MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationRequest(arg0 interface{}) *gomock.Call

ModifyInstanceCreditSpecificationRequest indicates an expected call of ModifyInstanceCreditSpecificationRequest

func (*MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceCreditSpecificationWithContext indicates an expected call of ModifyInstanceCreditSpecificationWithContext

func (*MockEC2APIMockRecorder) ModifyInstancePlacement added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyInstancePlacement(arg0 interface{}) *gomock.Call

ModifyInstancePlacement indicates an expected call of ModifyInstancePlacement

func (*MockEC2APIMockRecorder) ModifyInstancePlacementRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyInstancePlacementRequest(arg0 interface{}) *gomock.Call

ModifyInstancePlacementRequest indicates an expected call of ModifyInstancePlacementRequest

func (*MockEC2APIMockRecorder) ModifyInstancePlacementWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyInstancePlacementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstancePlacementWithContext indicates an expected call of ModifyInstancePlacementWithContext

func (*MockEC2APIMockRecorder) ModifyLaunchTemplate added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyLaunchTemplate(arg0 interface{}) *gomock.Call

ModifyLaunchTemplate indicates an expected call of ModifyLaunchTemplate

func (*MockEC2APIMockRecorder) ModifyLaunchTemplateRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyLaunchTemplateRequest(arg0 interface{}) *gomock.Call

ModifyLaunchTemplateRequest indicates an expected call of ModifyLaunchTemplateRequest

func (*MockEC2APIMockRecorder) ModifyLaunchTemplateWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLaunchTemplateWithContext indicates an expected call of ModifyLaunchTemplateWithContext

func (*MockEC2APIMockRecorder) ModifyNetworkInterfaceAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

ModifyNetworkInterfaceAttribute indicates an expected call of ModifyNetworkInterfaceAttribute

func (*MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

ModifyNetworkInterfaceAttributeRequest indicates an expected call of ModifyNetworkInterfaceAttributeRequest

func (*MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyNetworkInterfaceAttributeWithContext indicates an expected call of ModifyNetworkInterfaceAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyReservedInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyReservedInstances(arg0 interface{}) *gomock.Call

ModifyReservedInstances indicates an expected call of ModifyReservedInstances

func (*MockEC2APIMockRecorder) ModifyReservedInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyReservedInstancesRequest(arg0 interface{}) *gomock.Call

ModifyReservedInstancesRequest indicates an expected call of ModifyReservedInstancesRequest

func (*MockEC2APIMockRecorder) ModifyReservedInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyReservedInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyReservedInstancesWithContext indicates an expected call of ModifyReservedInstancesWithContext

func (*MockEC2APIMockRecorder) ModifySnapshotAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifySnapshotAttribute(arg0 interface{}) *gomock.Call

ModifySnapshotAttribute indicates an expected call of ModifySnapshotAttribute

func (*MockEC2APIMockRecorder) ModifySnapshotAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifySnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ModifySnapshotAttributeRequest indicates an expected call of ModifySnapshotAttributeRequest

func (*MockEC2APIMockRecorder) ModifySnapshotAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifySnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySnapshotAttributeWithContext indicates an expected call of ModifySnapshotAttributeWithContext

func (*MockEC2APIMockRecorder) ModifySpotFleetRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifySpotFleetRequest(arg0 interface{}) *gomock.Call

ModifySpotFleetRequest indicates an expected call of ModifySpotFleetRequest

func (*MockEC2APIMockRecorder) ModifySpotFleetRequestRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifySpotFleetRequestRequest(arg0 interface{}) *gomock.Call

ModifySpotFleetRequestRequest indicates an expected call of ModifySpotFleetRequestRequest

func (*MockEC2APIMockRecorder) ModifySpotFleetRequestWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifySpotFleetRequestWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySpotFleetRequestWithContext indicates an expected call of ModifySpotFleetRequestWithContext

func (*MockEC2APIMockRecorder) ModifySubnetAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifySubnetAttribute(arg0 interface{}) *gomock.Call

ModifySubnetAttribute indicates an expected call of ModifySubnetAttribute

func (*MockEC2APIMockRecorder) ModifySubnetAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifySubnetAttributeRequest(arg0 interface{}) *gomock.Call

ModifySubnetAttributeRequest indicates an expected call of ModifySubnetAttributeRequest

func (*MockEC2APIMockRecorder) ModifySubnetAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifySubnetAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySubnetAttributeWithContext indicates an expected call of ModifySubnetAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyVolume added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVolume(arg0 interface{}) *gomock.Call

ModifyVolume indicates an expected call of ModifyVolume

func (*MockEC2APIMockRecorder) ModifyVolumeAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVolumeAttribute(arg0 interface{}) *gomock.Call

ModifyVolumeAttribute indicates an expected call of ModifyVolumeAttribute

func (*MockEC2APIMockRecorder) ModifyVolumeAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVolumeAttributeRequest(arg0 interface{}) *gomock.Call

ModifyVolumeAttributeRequest indicates an expected call of ModifyVolumeAttributeRequest

func (*MockEC2APIMockRecorder) ModifyVolumeAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVolumeAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVolumeAttributeWithContext indicates an expected call of ModifyVolumeAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyVolumeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVolumeRequest(arg0 interface{}) *gomock.Call

ModifyVolumeRequest indicates an expected call of ModifyVolumeRequest

func (*MockEC2APIMockRecorder) ModifyVolumeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVolumeWithContext indicates an expected call of ModifyVolumeWithContext

func (*MockEC2APIMockRecorder) ModifyVpcAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcAttribute(arg0 interface{}) *gomock.Call

ModifyVpcAttribute indicates an expected call of ModifyVpcAttribute

func (*MockEC2APIMockRecorder) ModifyVpcAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcAttributeRequest(arg0 interface{}) *gomock.Call

ModifyVpcAttributeRequest indicates an expected call of ModifyVpcAttributeRequest

func (*MockEC2APIMockRecorder) ModifyVpcAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcAttributeWithContext indicates an expected call of ModifyVpcAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpoint added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpoint(arg0 interface{}) *gomock.Call

ModifyVpcEndpoint indicates an expected call of ModifyVpcEndpoint

func (*MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotification added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotification(arg0 interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotification indicates an expected call of ModifyVpcEndpointConnectionNotification

func (*MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotificationRequest indicates an expected call of ModifyVpcEndpointConnectionNotificationRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotificationWithContext indicates an expected call of ModifyVpcEndpointConnectionNotificationWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpointRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointRequest indicates an expected call of ModifyVpcEndpointRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfiguration added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServiceConfiguration indicates an expected call of ModifyVpcEndpointServiceConfiguration

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServiceConfigurationRequest indicates an expected call of ModifyVpcEndpointServiceConfigurationRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointServiceConfigurationWithContext indicates an expected call of ModifyVpcEndpointServiceConfigurationWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissions added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePermissions indicates an expected call of ModifyVpcEndpointServicePermissions

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePermissionsRequest indicates an expected call of ModifyVpcEndpointServicePermissionsRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointServicePermissionsWithContext indicates an expected call of ModifyVpcEndpointServicePermissionsWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpointWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointWithContext indicates an expected call of ModifyVpcEndpointWithContext

func (*MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptions added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptions(arg0 interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptions indicates an expected call of ModifyVpcPeeringConnectionOptions

func (*MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsRequest(arg0 interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptionsRequest indicates an expected call of ModifyVpcPeeringConnectionOptionsRequest

func (*MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptionsWithContext indicates an expected call of ModifyVpcPeeringConnectionOptionsWithContext

func (*MockEC2APIMockRecorder) ModifyVpcTenancy added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcTenancy(arg0 interface{}) *gomock.Call

ModifyVpcTenancy indicates an expected call of ModifyVpcTenancy

func (*MockEC2APIMockRecorder) ModifyVpcTenancyRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcTenancyRequest(arg0 interface{}) *gomock.Call

ModifyVpcTenancyRequest indicates an expected call of ModifyVpcTenancyRequest

func (*MockEC2APIMockRecorder) ModifyVpcTenancyWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ModifyVpcTenancyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcTenancyWithContext indicates an expected call of ModifyVpcTenancyWithContext

func (*MockEC2APIMockRecorder) MonitorInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) MonitorInstances(arg0 interface{}) *gomock.Call

MonitorInstances indicates an expected call of MonitorInstances

func (*MockEC2APIMockRecorder) MonitorInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) MonitorInstancesRequest(arg0 interface{}) *gomock.Call

MonitorInstancesRequest indicates an expected call of MonitorInstancesRequest

func (*MockEC2APIMockRecorder) MonitorInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) MonitorInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MonitorInstancesWithContext indicates an expected call of MonitorInstancesWithContext

func (*MockEC2APIMockRecorder) MoveAddressToVpc added in v0.6.0

func (mr *MockEC2APIMockRecorder) MoveAddressToVpc(arg0 interface{}) *gomock.Call

MoveAddressToVpc indicates an expected call of MoveAddressToVpc

func (*MockEC2APIMockRecorder) MoveAddressToVpcRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) MoveAddressToVpcRequest(arg0 interface{}) *gomock.Call

MoveAddressToVpcRequest indicates an expected call of MoveAddressToVpcRequest

func (*MockEC2APIMockRecorder) MoveAddressToVpcWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) MoveAddressToVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MoveAddressToVpcWithContext indicates an expected call of MoveAddressToVpcWithContext

func (*MockEC2APIMockRecorder) PurchaseHostReservation added in v0.6.0

func (mr *MockEC2APIMockRecorder) PurchaseHostReservation(arg0 interface{}) *gomock.Call

PurchaseHostReservation indicates an expected call of PurchaseHostReservation

func (*MockEC2APIMockRecorder) PurchaseHostReservationRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) PurchaseHostReservationRequest(arg0 interface{}) *gomock.Call

PurchaseHostReservationRequest indicates an expected call of PurchaseHostReservationRequest

func (*MockEC2APIMockRecorder) PurchaseHostReservationWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) PurchaseHostReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseHostReservationWithContext indicates an expected call of PurchaseHostReservationWithContext

func (*MockEC2APIMockRecorder) PurchaseReservedInstancesOffering added in v0.6.0

func (mr *MockEC2APIMockRecorder) PurchaseReservedInstancesOffering(arg0 interface{}) *gomock.Call

PurchaseReservedInstancesOffering indicates an expected call of PurchaseReservedInstancesOffering

func (*MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingRequest(arg0 interface{}) *gomock.Call

PurchaseReservedInstancesOfferingRequest indicates an expected call of PurchaseReservedInstancesOfferingRequest

func (*MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseReservedInstancesOfferingWithContext indicates an expected call of PurchaseReservedInstancesOfferingWithContext

func (*MockEC2APIMockRecorder) PurchaseScheduledInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) PurchaseScheduledInstances(arg0 interface{}) *gomock.Call

PurchaseScheduledInstances indicates an expected call of PurchaseScheduledInstances

func (*MockEC2APIMockRecorder) PurchaseScheduledInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) PurchaseScheduledInstancesRequest(arg0 interface{}) *gomock.Call

PurchaseScheduledInstancesRequest indicates an expected call of PurchaseScheduledInstancesRequest

func (*MockEC2APIMockRecorder) PurchaseScheduledInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) PurchaseScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseScheduledInstancesWithContext indicates an expected call of PurchaseScheduledInstancesWithContext

func (*MockEC2APIMockRecorder) RebootInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) RebootInstances(arg0 interface{}) *gomock.Call

RebootInstances indicates an expected call of RebootInstances

func (*MockEC2APIMockRecorder) RebootInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) RebootInstancesRequest(arg0 interface{}) *gomock.Call

RebootInstancesRequest indicates an expected call of RebootInstancesRequest

func (*MockEC2APIMockRecorder) RebootInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) RebootInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootInstancesWithContext indicates an expected call of RebootInstancesWithContext

func (*MockEC2APIMockRecorder) RegisterImage added in v0.6.0

func (mr *MockEC2APIMockRecorder) RegisterImage(arg0 interface{}) *gomock.Call

RegisterImage indicates an expected call of RegisterImage

func (*MockEC2APIMockRecorder) RegisterImageRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) RegisterImageRequest(arg0 interface{}) *gomock.Call

RegisterImageRequest indicates an expected call of RegisterImageRequest

func (*MockEC2APIMockRecorder) RegisterImageWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) RegisterImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterImageWithContext indicates an expected call of RegisterImageWithContext

func (*MockEC2APIMockRecorder) RejectVpcEndpointConnections added in v0.7.0

func (mr *MockEC2APIMockRecorder) RejectVpcEndpointConnections(arg0 interface{}) *gomock.Call

RejectVpcEndpointConnections indicates an expected call of RejectVpcEndpointConnections

func (*MockEC2APIMockRecorder) RejectVpcEndpointConnectionsRequest added in v0.7.0

func (mr *MockEC2APIMockRecorder) RejectVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

RejectVpcEndpointConnectionsRequest indicates an expected call of RejectVpcEndpointConnectionsRequest

func (*MockEC2APIMockRecorder) RejectVpcEndpointConnectionsWithContext added in v0.7.0

func (mr *MockEC2APIMockRecorder) RejectVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectVpcEndpointConnectionsWithContext indicates an expected call of RejectVpcEndpointConnectionsWithContext

func (*MockEC2APIMockRecorder) RejectVpcPeeringConnection added in v0.6.0

func (mr *MockEC2APIMockRecorder) RejectVpcPeeringConnection(arg0 interface{}) *gomock.Call

RejectVpcPeeringConnection indicates an expected call of RejectVpcPeeringConnection

func (*MockEC2APIMockRecorder) RejectVpcPeeringConnectionRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) RejectVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

RejectVpcPeeringConnectionRequest indicates an expected call of RejectVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) RejectVpcPeeringConnectionWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) RejectVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectVpcPeeringConnectionWithContext indicates an expected call of RejectVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) ReleaseAddress added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReleaseAddress(arg0 interface{}) *gomock.Call

ReleaseAddress indicates an expected call of ReleaseAddress

func (*MockEC2APIMockRecorder) ReleaseAddressRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReleaseAddressRequest(arg0 interface{}) *gomock.Call

ReleaseAddressRequest indicates an expected call of ReleaseAddressRequest

func (*MockEC2APIMockRecorder) ReleaseAddressWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReleaseAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReleaseAddressWithContext indicates an expected call of ReleaseAddressWithContext

func (*MockEC2APIMockRecorder) ReleaseHosts added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReleaseHosts(arg0 interface{}) *gomock.Call

ReleaseHosts indicates an expected call of ReleaseHosts

func (*MockEC2APIMockRecorder) ReleaseHostsRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReleaseHostsRequest(arg0 interface{}) *gomock.Call

ReleaseHostsRequest indicates an expected call of ReleaseHostsRequest

func (*MockEC2APIMockRecorder) ReleaseHostsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReleaseHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReleaseHostsWithContext indicates an expected call of ReleaseHostsWithContext

func (*MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociation added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociation(arg0 interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociation indicates an expected call of ReplaceIamInstanceProfileAssociation

func (*MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociationRequest indicates an expected call of ReplaceIamInstanceProfileAssociationRequest

func (*MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociationWithContext indicates an expected call of ReplaceIamInstanceProfileAssociationWithContext

func (*MockEC2APIMockRecorder) ReplaceNetworkAclAssociation added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclAssociation(arg0 interface{}) *gomock.Call

ReplaceNetworkAclAssociation indicates an expected call of ReplaceNetworkAclAssociation

func (*MockEC2APIMockRecorder) ReplaceNetworkAclAssociationRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceNetworkAclAssociationRequest indicates an expected call of ReplaceNetworkAclAssociationRequest

func (*MockEC2APIMockRecorder) ReplaceNetworkAclAssociationWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceNetworkAclAssociationWithContext indicates an expected call of ReplaceNetworkAclAssociationWithContext

func (*MockEC2APIMockRecorder) ReplaceNetworkAclEntry added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclEntry(arg0 interface{}) *gomock.Call

ReplaceNetworkAclEntry indicates an expected call of ReplaceNetworkAclEntry

func (*MockEC2APIMockRecorder) ReplaceNetworkAclEntryRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

ReplaceNetworkAclEntryRequest indicates an expected call of ReplaceNetworkAclEntryRequest

func (*MockEC2APIMockRecorder) ReplaceNetworkAclEntryWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceNetworkAclEntryWithContext indicates an expected call of ReplaceNetworkAclEntryWithContext

func (*MockEC2APIMockRecorder) ReplaceRoute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceRoute(arg0 interface{}) *gomock.Call

ReplaceRoute indicates an expected call of ReplaceRoute

func (*MockEC2APIMockRecorder) ReplaceRouteRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceRouteRequest(arg0 interface{}) *gomock.Call

ReplaceRouteRequest indicates an expected call of ReplaceRouteRequest

func (*MockEC2APIMockRecorder) ReplaceRouteTableAssociation added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceRouteTableAssociation(arg0 interface{}) *gomock.Call

ReplaceRouteTableAssociation indicates an expected call of ReplaceRouteTableAssociation

func (*MockEC2APIMockRecorder) ReplaceRouteTableAssociationRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceRouteTableAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceRouteTableAssociationRequest indicates an expected call of ReplaceRouteTableAssociationRequest

func (*MockEC2APIMockRecorder) ReplaceRouteTableAssociationWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceRouteTableAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceRouteTableAssociationWithContext indicates an expected call of ReplaceRouteTableAssociationWithContext

func (*MockEC2APIMockRecorder) ReplaceRouteWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReplaceRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceRouteWithContext indicates an expected call of ReplaceRouteWithContext

func (*MockEC2APIMockRecorder) ReportInstanceStatus added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReportInstanceStatus(arg0 interface{}) *gomock.Call

ReportInstanceStatus indicates an expected call of ReportInstanceStatus

func (*MockEC2APIMockRecorder) ReportInstanceStatusRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReportInstanceStatusRequest(arg0 interface{}) *gomock.Call

ReportInstanceStatusRequest indicates an expected call of ReportInstanceStatusRequest

func (*MockEC2APIMockRecorder) ReportInstanceStatusWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ReportInstanceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReportInstanceStatusWithContext indicates an expected call of ReportInstanceStatusWithContext

func (*MockEC2APIMockRecorder) RequestSpotFleet added in v0.6.0

func (mr *MockEC2APIMockRecorder) RequestSpotFleet(arg0 interface{}) *gomock.Call

RequestSpotFleet indicates an expected call of RequestSpotFleet

func (*MockEC2APIMockRecorder) RequestSpotFleetRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) RequestSpotFleetRequest(arg0 interface{}) *gomock.Call

RequestSpotFleetRequest indicates an expected call of RequestSpotFleetRequest

func (*MockEC2APIMockRecorder) RequestSpotFleetWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) RequestSpotFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RequestSpotFleetWithContext indicates an expected call of RequestSpotFleetWithContext

func (*MockEC2APIMockRecorder) RequestSpotInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) RequestSpotInstances(arg0 interface{}) *gomock.Call

RequestSpotInstances indicates an expected call of RequestSpotInstances

func (*MockEC2APIMockRecorder) RequestSpotInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) RequestSpotInstancesRequest(arg0 interface{}) *gomock.Call

RequestSpotInstancesRequest indicates an expected call of RequestSpotInstancesRequest

func (*MockEC2APIMockRecorder) RequestSpotInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) RequestSpotInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RequestSpotInstancesWithContext indicates an expected call of RequestSpotInstancesWithContext

func (*MockEC2APIMockRecorder) ResetFpgaImageAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetFpgaImageAttribute(arg0 interface{}) *gomock.Call

ResetFpgaImageAttribute indicates an expected call of ResetFpgaImageAttribute

func (*MockEC2APIMockRecorder) ResetFpgaImageAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

ResetFpgaImageAttributeRequest indicates an expected call of ResetFpgaImageAttributeRequest

func (*MockEC2APIMockRecorder) ResetFpgaImageAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetFpgaImageAttributeWithContext indicates an expected call of ResetFpgaImageAttributeWithContext

func (*MockEC2APIMockRecorder) ResetImageAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetImageAttribute(arg0 interface{}) *gomock.Call

ResetImageAttribute indicates an expected call of ResetImageAttribute

func (*MockEC2APIMockRecorder) ResetImageAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetImageAttributeRequest(arg0 interface{}) *gomock.Call

ResetImageAttributeRequest indicates an expected call of ResetImageAttributeRequest

func (*MockEC2APIMockRecorder) ResetImageAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetImageAttributeWithContext indicates an expected call of ResetImageAttributeWithContext

func (*MockEC2APIMockRecorder) ResetInstanceAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetInstanceAttribute(arg0 interface{}) *gomock.Call

ResetInstanceAttribute indicates an expected call of ResetInstanceAttribute

func (*MockEC2APIMockRecorder) ResetInstanceAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetInstanceAttributeRequest(arg0 interface{}) *gomock.Call

ResetInstanceAttributeRequest indicates an expected call of ResetInstanceAttributeRequest

func (*MockEC2APIMockRecorder) ResetInstanceAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetInstanceAttributeWithContext indicates an expected call of ResetInstanceAttributeWithContext

func (*MockEC2APIMockRecorder) ResetNetworkInterfaceAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

ResetNetworkInterfaceAttribute indicates an expected call of ResetNetworkInterfaceAttribute

func (*MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

ResetNetworkInterfaceAttributeRequest indicates an expected call of ResetNetworkInterfaceAttributeRequest

func (*MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetNetworkInterfaceAttributeWithContext indicates an expected call of ResetNetworkInterfaceAttributeWithContext

func (*MockEC2APIMockRecorder) ResetSnapshotAttribute added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetSnapshotAttribute(arg0 interface{}) *gomock.Call

ResetSnapshotAttribute indicates an expected call of ResetSnapshotAttribute

func (*MockEC2APIMockRecorder) ResetSnapshotAttributeRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ResetSnapshotAttributeRequest indicates an expected call of ResetSnapshotAttributeRequest

func (*MockEC2APIMockRecorder) ResetSnapshotAttributeWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) ResetSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetSnapshotAttributeWithContext indicates an expected call of ResetSnapshotAttributeWithContext

func (*MockEC2APIMockRecorder) RestoreAddressToClassic added in v0.6.0

func (mr *MockEC2APIMockRecorder) RestoreAddressToClassic(arg0 interface{}) *gomock.Call

RestoreAddressToClassic indicates an expected call of RestoreAddressToClassic

func (*MockEC2APIMockRecorder) RestoreAddressToClassicRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) RestoreAddressToClassicRequest(arg0 interface{}) *gomock.Call

RestoreAddressToClassicRequest indicates an expected call of RestoreAddressToClassicRequest

func (*MockEC2APIMockRecorder) RestoreAddressToClassicWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) RestoreAddressToClassicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreAddressToClassicWithContext indicates an expected call of RestoreAddressToClassicWithContext

func (*MockEC2APIMockRecorder) RevokeSecurityGroupEgress added in v0.6.0

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupEgress(arg0 interface{}) *gomock.Call

RevokeSecurityGroupEgress indicates an expected call of RevokeSecurityGroupEgress

func (*MockEC2APIMockRecorder) RevokeSecurityGroupEgressRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupEgressRequest(arg0 interface{}) *gomock.Call

RevokeSecurityGroupEgressRequest indicates an expected call of RevokeSecurityGroupEgressRequest

func (*MockEC2APIMockRecorder) RevokeSecurityGroupEgressWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeSecurityGroupEgressWithContext indicates an expected call of RevokeSecurityGroupEgressWithContext

func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngress added in v0.6.0

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngress(arg0 interface{}) *gomock.Call

RevokeSecurityGroupIngress indicates an expected call of RevokeSecurityGroupIngress

func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngressRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

RevokeSecurityGroupIngressRequest indicates an expected call of RevokeSecurityGroupIngressRequest

func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngressWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeSecurityGroupIngressWithContext indicates an expected call of RevokeSecurityGroupIngressWithContext

func (*MockEC2APIMockRecorder) RunInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) RunInstances(arg0 interface{}) *gomock.Call

RunInstances indicates an expected call of RunInstances

func (*MockEC2APIMockRecorder) RunInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) RunInstancesRequest(arg0 interface{}) *gomock.Call

RunInstancesRequest indicates an expected call of RunInstancesRequest

func (*MockEC2APIMockRecorder) RunInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) RunInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunInstancesWithContext indicates an expected call of RunInstancesWithContext

func (*MockEC2APIMockRecorder) RunScheduledInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) RunScheduledInstances(arg0 interface{}) *gomock.Call

RunScheduledInstances indicates an expected call of RunScheduledInstances

func (*MockEC2APIMockRecorder) RunScheduledInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) RunScheduledInstancesRequest(arg0 interface{}) *gomock.Call

RunScheduledInstancesRequest indicates an expected call of RunScheduledInstancesRequest

func (*MockEC2APIMockRecorder) RunScheduledInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) RunScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunScheduledInstancesWithContext indicates an expected call of RunScheduledInstancesWithContext

func (*MockEC2APIMockRecorder) StartInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) StartInstances(arg0 interface{}) *gomock.Call

StartInstances indicates an expected call of StartInstances

func (*MockEC2APIMockRecorder) StartInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) StartInstancesRequest(arg0 interface{}) *gomock.Call

StartInstancesRequest indicates an expected call of StartInstancesRequest

func (*MockEC2APIMockRecorder) StartInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) StartInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartInstancesWithContext indicates an expected call of StartInstancesWithContext

func (*MockEC2APIMockRecorder) StopInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) StopInstances(arg0 interface{}) *gomock.Call

StopInstances indicates an expected call of StopInstances

func (*MockEC2APIMockRecorder) StopInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) StopInstancesRequest(arg0 interface{}) *gomock.Call

StopInstancesRequest indicates an expected call of StopInstancesRequest

func (*MockEC2APIMockRecorder) StopInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) StopInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopInstancesWithContext indicates an expected call of StopInstancesWithContext

func (*MockEC2APIMockRecorder) TerminateInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call

TerminateInstances indicates an expected call of TerminateInstances

func (*MockEC2APIMockRecorder) TerminateInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) TerminateInstancesRequest(arg0 interface{}) *gomock.Call

TerminateInstancesRequest indicates an expected call of TerminateInstancesRequest

func (*MockEC2APIMockRecorder) TerminateInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) TerminateInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TerminateInstancesWithContext indicates an expected call of TerminateInstancesWithContext

func (*MockEC2APIMockRecorder) UnassignIpv6Addresses added in v0.6.0

func (mr *MockEC2APIMockRecorder) UnassignIpv6Addresses(arg0 interface{}) *gomock.Call

UnassignIpv6Addresses indicates an expected call of UnassignIpv6Addresses

func (*MockEC2APIMockRecorder) UnassignIpv6AddressesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) UnassignIpv6AddressesRequest(arg0 interface{}) *gomock.Call

UnassignIpv6AddressesRequest indicates an expected call of UnassignIpv6AddressesRequest

func (*MockEC2APIMockRecorder) UnassignIpv6AddressesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) UnassignIpv6AddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnassignIpv6AddressesWithContext indicates an expected call of UnassignIpv6AddressesWithContext

func (*MockEC2APIMockRecorder) UnassignPrivateIpAddresses added in v0.6.0

func (mr *MockEC2APIMockRecorder) UnassignPrivateIpAddresses(arg0 interface{}) *gomock.Call

UnassignPrivateIpAddresses indicates an expected call of UnassignPrivateIpAddresses

func (*MockEC2APIMockRecorder) UnassignPrivateIpAddressesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) UnassignPrivateIpAddressesRequest(arg0 interface{}) *gomock.Call

UnassignPrivateIpAddressesRequest indicates an expected call of UnassignPrivateIpAddressesRequest

func (*MockEC2APIMockRecorder) UnassignPrivateIpAddressesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) UnassignPrivateIpAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnassignPrivateIpAddressesWithContext indicates an expected call of UnassignPrivateIpAddressesWithContext

func (*MockEC2APIMockRecorder) UnmonitorInstances added in v0.6.0

func (mr *MockEC2APIMockRecorder) UnmonitorInstances(arg0 interface{}) *gomock.Call

UnmonitorInstances indicates an expected call of UnmonitorInstances

func (*MockEC2APIMockRecorder) UnmonitorInstancesRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) UnmonitorInstancesRequest(arg0 interface{}) *gomock.Call

UnmonitorInstancesRequest indicates an expected call of UnmonitorInstancesRequest

func (*MockEC2APIMockRecorder) UnmonitorInstancesWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) UnmonitorInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnmonitorInstancesWithContext indicates an expected call of UnmonitorInstancesWithContext

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgress added in v0.6.0

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgress(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgress indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgress

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressRequest(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgressRequest indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgressRequest

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgressWithContext indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgressWithContext

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngress added in v0.6.0

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngress(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngress indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngress

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressRequest added in v0.6.0

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressRequest(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngressRequest indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngressRequest

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngressWithContext indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngressWithContext

func (*MockEC2APIMockRecorder) WaitUntilBundleTaskComplete added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilBundleTaskComplete(arg0 interface{}) *gomock.Call

WaitUntilBundleTaskComplete indicates an expected call of WaitUntilBundleTaskComplete

func (*MockEC2APIMockRecorder) WaitUntilBundleTaskCompleteWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilBundleTaskCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilBundleTaskCompleteWithContext indicates an expected call of WaitUntilBundleTaskCompleteWithContext

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCancelled added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCancelled(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskCancelled indicates an expected call of WaitUntilConversionTaskCancelled

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCancelledWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCancelledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskCancelledWithContext indicates an expected call of WaitUntilConversionTaskCancelledWithContext

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCompleted added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCompleted(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskCompleted indicates an expected call of WaitUntilConversionTaskCompleted

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCompletedWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskCompletedWithContext indicates an expected call of WaitUntilConversionTaskCompletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskDeleted added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskDeleted(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskDeleted indicates an expected call of WaitUntilConversionTaskDeleted

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskDeletedWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskDeletedWithContext indicates an expected call of WaitUntilConversionTaskDeletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailable added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailable(arg0 interface{}) *gomock.Call

WaitUntilCustomerGatewayAvailable indicates an expected call of WaitUntilCustomerGatewayAvailable

func (*MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilCustomerGatewayAvailableWithContext indicates an expected call of WaitUntilCustomerGatewayAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCancelled added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCancelled(arg0 interface{}) *gomock.Call

WaitUntilExportTaskCancelled indicates an expected call of WaitUntilExportTaskCancelled

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCancelledWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCancelledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilExportTaskCancelledWithContext indicates an expected call of WaitUntilExportTaskCancelledWithContext

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCompleted added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCompleted(arg0 interface{}) *gomock.Call

WaitUntilExportTaskCompleted indicates an expected call of WaitUntilExportTaskCompleted

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCompletedWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilExportTaskCompletedWithContext indicates an expected call of WaitUntilExportTaskCompletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilImageAvailable added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilImageAvailable(arg0 interface{}) *gomock.Call

WaitUntilImageAvailable indicates an expected call of WaitUntilImageAvailable

func (*MockEC2APIMockRecorder) WaitUntilImageAvailableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilImageAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilImageAvailableWithContext indicates an expected call of WaitUntilImageAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilImageExists added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilImageExists(arg0 interface{}) *gomock.Call

WaitUntilImageExists indicates an expected call of WaitUntilImageExists

func (*MockEC2APIMockRecorder) WaitUntilImageExistsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilImageExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilImageExistsWithContext indicates an expected call of WaitUntilImageExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceExists added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceExists(arg0 interface{}) *gomock.Call

WaitUntilInstanceExists indicates an expected call of WaitUntilInstanceExists

func (*MockEC2APIMockRecorder) WaitUntilInstanceExistsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceExistsWithContext indicates an expected call of WaitUntilInstanceExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceRunning added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceRunning(arg0 interface{}) *gomock.Call

WaitUntilInstanceRunning indicates an expected call of WaitUntilInstanceRunning

func (*MockEC2APIMockRecorder) WaitUntilInstanceRunningWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceRunningWithContext indicates an expected call of WaitUntilInstanceRunningWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceStatusOk added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStatusOk(arg0 interface{}) *gomock.Call

WaitUntilInstanceStatusOk indicates an expected call of WaitUntilInstanceStatusOk

func (*MockEC2APIMockRecorder) WaitUntilInstanceStatusOkWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStatusOkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceStatusOkWithContext indicates an expected call of WaitUntilInstanceStatusOkWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceStopped added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStopped(arg0 interface{}) *gomock.Call

WaitUntilInstanceStopped indicates an expected call of WaitUntilInstanceStopped

func (*MockEC2APIMockRecorder) WaitUntilInstanceStoppedWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStoppedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceStoppedWithContext indicates an expected call of WaitUntilInstanceStoppedWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceTerminated added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceTerminated(arg0 interface{}) *gomock.Call

WaitUntilInstanceTerminated indicates an expected call of WaitUntilInstanceTerminated

func (*MockEC2APIMockRecorder) WaitUntilInstanceTerminatedWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceTerminatedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceTerminatedWithContext indicates an expected call of WaitUntilInstanceTerminatedWithContext

func (*MockEC2APIMockRecorder) WaitUntilKeyPairExists added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilKeyPairExists(arg0 interface{}) *gomock.Call

WaitUntilKeyPairExists indicates an expected call of WaitUntilKeyPairExists

func (*MockEC2APIMockRecorder) WaitUntilKeyPairExistsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilKeyPairExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilKeyPairExistsWithContext indicates an expected call of WaitUntilKeyPairExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilNatGatewayAvailable added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilNatGatewayAvailable(arg0 interface{}) *gomock.Call

WaitUntilNatGatewayAvailable indicates an expected call of WaitUntilNatGatewayAvailable

func (*MockEC2APIMockRecorder) WaitUntilNatGatewayAvailableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilNatGatewayAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNatGatewayAvailableWithContext indicates an expected call of WaitUntilNatGatewayAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailable added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailable(arg0 interface{}) *gomock.Call

WaitUntilNetworkInterfaceAvailable indicates an expected call of WaitUntilNetworkInterfaceAvailable

func (*MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNetworkInterfaceAvailableWithContext indicates an expected call of WaitUntilNetworkInterfaceAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilPasswordDataAvailable added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilPasswordDataAvailable(arg0 interface{}) *gomock.Call

WaitUntilPasswordDataAvailable indicates an expected call of WaitUntilPasswordDataAvailable

func (*MockEC2APIMockRecorder) WaitUntilPasswordDataAvailableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilPasswordDataAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilPasswordDataAvailableWithContext indicates an expected call of WaitUntilPasswordDataAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilSnapshotCompleted added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilSnapshotCompleted(arg0 interface{}) *gomock.Call

WaitUntilSnapshotCompleted indicates an expected call of WaitUntilSnapshotCompleted

func (*MockEC2APIMockRecorder) WaitUntilSnapshotCompletedWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilSnapshotCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSnapshotCompletedWithContext indicates an expected call of WaitUntilSnapshotCompletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilled added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilled(arg0 interface{}) *gomock.Call

WaitUntilSpotInstanceRequestFulfilled indicates an expected call of WaitUntilSpotInstanceRequestFulfilled

func (*MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilledWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSpotInstanceRequestFulfilledWithContext indicates an expected call of WaitUntilSpotInstanceRequestFulfilledWithContext

func (*MockEC2APIMockRecorder) WaitUntilSubnetAvailable added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilSubnetAvailable(arg0 interface{}) *gomock.Call

WaitUntilSubnetAvailable indicates an expected call of WaitUntilSubnetAvailable

func (*MockEC2APIMockRecorder) WaitUntilSubnetAvailableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilSubnetAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSubnetAvailableWithContext indicates an expected call of WaitUntilSubnetAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilSystemStatusOk added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilSystemStatusOk(arg0 interface{}) *gomock.Call

WaitUntilSystemStatusOk indicates an expected call of WaitUntilSystemStatusOk

func (*MockEC2APIMockRecorder) WaitUntilSystemStatusOkWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilSystemStatusOkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSystemStatusOkWithContext indicates an expected call of WaitUntilSystemStatusOkWithContext

func (*MockEC2APIMockRecorder) WaitUntilVolumeAvailable added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeAvailable(arg0 interface{}) *gomock.Call

WaitUntilVolumeAvailable indicates an expected call of WaitUntilVolumeAvailable

func (*MockEC2APIMockRecorder) WaitUntilVolumeAvailableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeAvailableWithContext indicates an expected call of WaitUntilVolumeAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilVolumeDeleted added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeDeleted(arg0 interface{}) *gomock.Call

WaitUntilVolumeDeleted indicates an expected call of WaitUntilVolumeDeleted

func (*MockEC2APIMockRecorder) WaitUntilVolumeDeletedWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeDeletedWithContext indicates an expected call of WaitUntilVolumeDeletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilVolumeInUse added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeInUse(arg0 interface{}) *gomock.Call

WaitUntilVolumeInUse indicates an expected call of WaitUntilVolumeInUse

func (*MockEC2APIMockRecorder) WaitUntilVolumeInUseWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeInUseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeInUseWithContext indicates an expected call of WaitUntilVolumeInUseWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcAvailable added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpcAvailable(arg0 interface{}) *gomock.Call

WaitUntilVpcAvailable indicates an expected call of WaitUntilVpcAvailable

func (*MockEC2APIMockRecorder) WaitUntilVpcAvailableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpcAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcAvailableWithContext indicates an expected call of WaitUntilVpcAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcExists added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpcExists(arg0 interface{}) *gomock.Call

WaitUntilVpcExists indicates an expected call of WaitUntilVpcExists

func (*MockEC2APIMockRecorder) WaitUntilVpcExistsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpcExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcExistsWithContext indicates an expected call of WaitUntilVpcExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeleted added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeleted(arg0 interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionDeleted indicates an expected call of WaitUntilVpcPeeringConnectionDeleted

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeletedWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionDeletedWithContext indicates an expected call of WaitUntilVpcPeeringConnectionDeletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExists added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExists(arg0 interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionExists indicates an expected call of WaitUntilVpcPeeringConnectionExists

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExistsWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionExistsWithContext indicates an expected call of WaitUntilVpcPeeringConnectionExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailable added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailable(arg0 interface{}) *gomock.Call

WaitUntilVpnConnectionAvailable indicates an expected call of WaitUntilVpnConnectionAvailable

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailableWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpnConnectionAvailableWithContext indicates an expected call of WaitUntilVpnConnectionAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionDeleted added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionDeleted(arg0 interface{}) *gomock.Call

WaitUntilVpnConnectionDeleted indicates an expected call of WaitUntilVpnConnectionDeleted

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionDeletedWithContext added in v0.6.0

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpnConnectionDeletedWithContext indicates an expected call of WaitUntilVpnConnectionDeletedWithContext

type MockECSAPI added in v0.4.1

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

MockECSAPI is a mock of ECSAPI interface

func NewMockECSAPI added in v0.4.1

func NewMockECSAPI(ctrl *gomock.Controller) *MockECSAPI

NewMockECSAPI creates a new mock instance

func (*MockECSAPI) CreateCluster added in v0.4.1

func (m *MockECSAPI) CreateCluster(arg0 *ecs.CreateClusterInput) (*ecs.CreateClusterOutput, error)

CreateCluster mocks base method

func (*MockECSAPI) CreateClusterRequest added in v0.4.1

func (m *MockECSAPI) CreateClusterRequest(arg0 *ecs.CreateClusterInput) (*request.Request, *ecs.CreateClusterOutput)

CreateClusterRequest mocks base method

func (*MockECSAPI) CreateClusterWithContext added in v0.4.1

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

CreateClusterWithContext mocks base method

func (*MockECSAPI) CreateService added in v0.4.1

func (m *MockECSAPI) CreateService(arg0 *ecs.CreateServiceInput) (*ecs.CreateServiceOutput, error)

CreateService mocks base method

func (*MockECSAPI) CreateServiceRequest added in v0.4.1

func (m *MockECSAPI) CreateServiceRequest(arg0 *ecs.CreateServiceInput) (*request.Request, *ecs.CreateServiceOutput)

CreateServiceRequest mocks base method

func (*MockECSAPI) CreateServiceWithContext added in v0.4.1

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

CreateServiceWithContext mocks base method

func (*MockECSAPI) DeleteAttributes added in v0.4.1

func (m *MockECSAPI) DeleteAttributes(arg0 *ecs.DeleteAttributesInput) (*ecs.DeleteAttributesOutput, error)

DeleteAttributes mocks base method

func (*MockECSAPI) DeleteAttributesRequest added in v0.4.1

func (m *MockECSAPI) DeleteAttributesRequest(arg0 *ecs.DeleteAttributesInput) (*request.Request, *ecs.DeleteAttributesOutput)

DeleteAttributesRequest mocks base method

func (*MockECSAPI) DeleteAttributesWithContext added in v0.4.1

func (m *MockECSAPI) DeleteAttributesWithContext(arg0 aws.Context, arg1 *ecs.DeleteAttributesInput, arg2 ...request.Option) (*ecs.DeleteAttributesOutput, error)

DeleteAttributesWithContext mocks base method

func (*MockECSAPI) DeleteCluster added in v0.4.1

func (m *MockECSAPI) DeleteCluster(arg0 *ecs.DeleteClusterInput) (*ecs.DeleteClusterOutput, error)

DeleteCluster mocks base method

func (*MockECSAPI) DeleteClusterRequest added in v0.4.1

func (m *MockECSAPI) DeleteClusterRequest(arg0 *ecs.DeleteClusterInput) (*request.Request, *ecs.DeleteClusterOutput)

DeleteClusterRequest mocks base method

func (*MockECSAPI) DeleteClusterWithContext added in v0.4.1

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

DeleteClusterWithContext mocks base method

func (*MockECSAPI) DeleteService added in v0.4.1

func (m *MockECSAPI) DeleteService(arg0 *ecs.DeleteServiceInput) (*ecs.DeleteServiceOutput, error)

DeleteService mocks base method

func (*MockECSAPI) DeleteServiceRequest added in v0.4.1

func (m *MockECSAPI) DeleteServiceRequest(arg0 *ecs.DeleteServiceInput) (*request.Request, *ecs.DeleteServiceOutput)

DeleteServiceRequest mocks base method

func (*MockECSAPI) DeleteServiceWithContext added in v0.4.1

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

DeleteServiceWithContext mocks base method

func (*MockECSAPI) DeregisterContainerInstance added in v0.4.1

DeregisterContainerInstance mocks base method

func (*MockECSAPI) DeregisterContainerInstanceRequest added in v0.4.1

func (m *MockECSAPI) DeregisterContainerInstanceRequest(arg0 *ecs.DeregisterContainerInstanceInput) (*request.Request, *ecs.DeregisterContainerInstanceOutput)

DeregisterContainerInstanceRequest mocks base method

func (*MockECSAPI) DeregisterContainerInstanceWithContext added in v0.4.1

func (m *MockECSAPI) DeregisterContainerInstanceWithContext(arg0 aws.Context, arg1 *ecs.DeregisterContainerInstanceInput, arg2 ...request.Option) (*ecs.DeregisterContainerInstanceOutput, error)

DeregisterContainerInstanceWithContext mocks base method

func (*MockECSAPI) DeregisterTaskDefinition added in v0.4.1

DeregisterTaskDefinition mocks base method

func (*MockECSAPI) DeregisterTaskDefinitionRequest added in v0.4.1

func (m *MockECSAPI) DeregisterTaskDefinitionRequest(arg0 *ecs.DeregisterTaskDefinitionInput) (*request.Request, *ecs.DeregisterTaskDefinitionOutput)

DeregisterTaskDefinitionRequest mocks base method

func (*MockECSAPI) DeregisterTaskDefinitionWithContext added in v0.4.1

func (m *MockECSAPI) DeregisterTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.DeregisterTaskDefinitionInput, arg2 ...request.Option) (*ecs.DeregisterTaskDefinitionOutput, error)

DeregisterTaskDefinitionWithContext mocks base method

func (*MockECSAPI) DescribeClusters added in v0.4.1

func (m *MockECSAPI) DescribeClusters(arg0 *ecs.DescribeClustersInput) (*ecs.DescribeClustersOutput, error)

DescribeClusters mocks base method

func (*MockECSAPI) DescribeClustersRequest added in v0.4.1

func (m *MockECSAPI) DescribeClustersRequest(arg0 *ecs.DescribeClustersInput) (*request.Request, *ecs.DescribeClustersOutput)

DescribeClustersRequest mocks base method

func (*MockECSAPI) DescribeClustersWithContext added in v0.4.1

func (m *MockECSAPI) DescribeClustersWithContext(arg0 aws.Context, arg1 *ecs.DescribeClustersInput, arg2 ...request.Option) (*ecs.DescribeClustersOutput, error)

DescribeClustersWithContext mocks base method

func (*MockECSAPI) DescribeContainerInstances added in v0.4.1

DescribeContainerInstances mocks base method

func (*MockECSAPI) DescribeContainerInstancesRequest added in v0.4.1

func (m *MockECSAPI) DescribeContainerInstancesRequest(arg0 *ecs.DescribeContainerInstancesInput) (*request.Request, *ecs.DescribeContainerInstancesOutput)

DescribeContainerInstancesRequest mocks base method

func (*MockECSAPI) DescribeContainerInstancesWithContext added in v0.4.1

func (m *MockECSAPI) DescribeContainerInstancesWithContext(arg0 aws.Context, arg1 *ecs.DescribeContainerInstancesInput, arg2 ...request.Option) (*ecs.DescribeContainerInstancesOutput, error)

DescribeContainerInstancesWithContext mocks base method

func (*MockECSAPI) DescribeServices added in v0.4.1

func (m *MockECSAPI) DescribeServices(arg0 *ecs.DescribeServicesInput) (*ecs.DescribeServicesOutput, error)

DescribeServices mocks base method

func (*MockECSAPI) DescribeServicesRequest added in v0.4.1

func (m *MockECSAPI) DescribeServicesRequest(arg0 *ecs.DescribeServicesInput) (*request.Request, *ecs.DescribeServicesOutput)

DescribeServicesRequest mocks base method

func (*MockECSAPI) DescribeServicesWithContext added in v0.4.1

func (m *MockECSAPI) DescribeServicesWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.Option) (*ecs.DescribeServicesOutput, error)

DescribeServicesWithContext mocks base method

func (*MockECSAPI) DescribeTaskDefinition added in v0.4.1

func (m *MockECSAPI) DescribeTaskDefinition(arg0 *ecs.DescribeTaskDefinitionInput) (*ecs.DescribeTaskDefinitionOutput, error)

DescribeTaskDefinition mocks base method

func (*MockECSAPI) DescribeTaskDefinitionRequest added in v0.4.1

func (m *MockECSAPI) DescribeTaskDefinitionRequest(arg0 *ecs.DescribeTaskDefinitionInput) (*request.Request, *ecs.DescribeTaskDefinitionOutput)

DescribeTaskDefinitionRequest mocks base method

func (*MockECSAPI) DescribeTaskDefinitionWithContext added in v0.4.1

func (m *MockECSAPI) DescribeTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.DescribeTaskDefinitionInput, arg2 ...request.Option) (*ecs.DescribeTaskDefinitionOutput, error)

DescribeTaskDefinitionWithContext mocks base method

func (*MockECSAPI) DescribeTasks added in v0.4.1

func (m *MockECSAPI) DescribeTasks(arg0 *ecs.DescribeTasksInput) (*ecs.DescribeTasksOutput, error)

DescribeTasks mocks base method

func (*MockECSAPI) DescribeTasksRequest added in v0.4.1

func (m *MockECSAPI) DescribeTasksRequest(arg0 *ecs.DescribeTasksInput) (*request.Request, *ecs.DescribeTasksOutput)

DescribeTasksRequest mocks base method

func (*MockECSAPI) DescribeTasksWithContext added in v0.4.1

func (m *MockECSAPI) DescribeTasksWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.Option) (*ecs.DescribeTasksOutput, error)

DescribeTasksWithContext mocks base method

func (*MockECSAPI) DiscoverPollEndpoint added in v0.4.1

func (m *MockECSAPI) DiscoverPollEndpoint(arg0 *ecs.DiscoverPollEndpointInput) (*ecs.DiscoverPollEndpointOutput, error)

DiscoverPollEndpoint mocks base method

func (*MockECSAPI) DiscoverPollEndpointRequest added in v0.4.1

func (m *MockECSAPI) DiscoverPollEndpointRequest(arg0 *ecs.DiscoverPollEndpointInput) (*request.Request, *ecs.DiscoverPollEndpointOutput)

DiscoverPollEndpointRequest mocks base method

func (*MockECSAPI) DiscoverPollEndpointWithContext added in v0.4.1

func (m *MockECSAPI) DiscoverPollEndpointWithContext(arg0 aws.Context, arg1 *ecs.DiscoverPollEndpointInput, arg2 ...request.Option) (*ecs.DiscoverPollEndpointOutput, error)

DiscoverPollEndpointWithContext mocks base method

func (*MockECSAPI) EXPECT added in v0.4.1

func (m *MockECSAPI) EXPECT() *MockECSAPIMockRecorder

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

func (*MockECSAPI) ListAttributes added in v0.4.1

func (m *MockECSAPI) ListAttributes(arg0 *ecs.ListAttributesInput) (*ecs.ListAttributesOutput, error)

ListAttributes mocks base method

func (*MockECSAPI) ListAttributesRequest added in v0.4.1

func (m *MockECSAPI) ListAttributesRequest(arg0 *ecs.ListAttributesInput) (*request.Request, *ecs.ListAttributesOutput)

ListAttributesRequest mocks base method

func (*MockECSAPI) ListAttributesWithContext added in v0.4.1

func (m *MockECSAPI) ListAttributesWithContext(arg0 aws.Context, arg1 *ecs.ListAttributesInput, arg2 ...request.Option) (*ecs.ListAttributesOutput, error)

ListAttributesWithContext mocks base method

func (*MockECSAPI) ListClusters added in v0.4.1

func (m *MockECSAPI) ListClusters(arg0 *ecs.ListClustersInput) (*ecs.ListClustersOutput, error)

ListClusters mocks base method

func (*MockECSAPI) ListClustersPages added in v0.4.1

func (m *MockECSAPI) ListClustersPages(arg0 *ecs.ListClustersInput, arg1 func(*ecs.ListClustersOutput, bool) bool) error

ListClustersPages mocks base method

func (*MockECSAPI) ListClustersPagesWithContext added in v0.4.1

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

ListClustersPagesWithContext mocks base method

func (*MockECSAPI) ListClustersRequest added in v0.4.1

func (m *MockECSAPI) ListClustersRequest(arg0 *ecs.ListClustersInput) (*request.Request, *ecs.ListClustersOutput)

ListClustersRequest mocks base method

func (*MockECSAPI) ListClustersWithContext added in v0.4.1

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

ListClustersWithContext mocks base method

func (*MockECSAPI) ListContainerInstances added in v0.4.1

func (m *MockECSAPI) ListContainerInstances(arg0 *ecs.ListContainerInstancesInput) (*ecs.ListContainerInstancesOutput, error)

ListContainerInstances mocks base method

func (*MockECSAPI) ListContainerInstancesPages added in v0.4.1

func (m *MockECSAPI) ListContainerInstancesPages(arg0 *ecs.ListContainerInstancesInput, arg1 func(*ecs.ListContainerInstancesOutput, bool) bool) error

ListContainerInstancesPages mocks base method

func (*MockECSAPI) ListContainerInstancesPagesWithContext added in v0.4.1

func (m *MockECSAPI) ListContainerInstancesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListContainerInstancesInput, arg2 func(*ecs.ListContainerInstancesOutput, bool) bool, arg3 ...request.Option) error

ListContainerInstancesPagesWithContext mocks base method

func (*MockECSAPI) ListContainerInstancesRequest added in v0.4.1

func (m *MockECSAPI) ListContainerInstancesRequest(arg0 *ecs.ListContainerInstancesInput) (*request.Request, *ecs.ListContainerInstancesOutput)

ListContainerInstancesRequest mocks base method

func (*MockECSAPI) ListContainerInstancesWithContext added in v0.4.1

func (m *MockECSAPI) ListContainerInstancesWithContext(arg0 aws.Context, arg1 *ecs.ListContainerInstancesInput, arg2 ...request.Option) (*ecs.ListContainerInstancesOutput, error)

ListContainerInstancesWithContext mocks base method

func (*MockECSAPI) ListServices added in v0.4.1

func (m *MockECSAPI) ListServices(arg0 *ecs.ListServicesInput) (*ecs.ListServicesOutput, error)

ListServices mocks base method

func (*MockECSAPI) ListServicesPages added in v0.4.1

func (m *MockECSAPI) ListServicesPages(arg0 *ecs.ListServicesInput, arg1 func(*ecs.ListServicesOutput, bool) bool) error

ListServicesPages mocks base method

func (*MockECSAPI) ListServicesPagesWithContext added in v0.4.1

func (m *MockECSAPI) ListServicesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListServicesInput, arg2 func(*ecs.ListServicesOutput, bool) bool, arg3 ...request.Option) error

ListServicesPagesWithContext mocks base method

func (*MockECSAPI) ListServicesRequest added in v0.4.1

func (m *MockECSAPI) ListServicesRequest(arg0 *ecs.ListServicesInput) (*request.Request, *ecs.ListServicesOutput)

ListServicesRequest mocks base method

func (*MockECSAPI) ListServicesWithContext added in v0.4.1

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

ListServicesWithContext mocks base method

func (*MockECSAPI) ListTaskDefinitionFamilies added in v0.4.1

ListTaskDefinitionFamilies mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesPages added in v0.4.1

func (m *MockECSAPI) ListTaskDefinitionFamiliesPages(arg0 *ecs.ListTaskDefinitionFamiliesInput, arg1 func(*ecs.ListTaskDefinitionFamiliesOutput, bool) bool) error

ListTaskDefinitionFamiliesPages mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesPagesWithContext added in v0.4.1

func (m *MockECSAPI) ListTaskDefinitionFamiliesPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionFamiliesInput, arg2 func(*ecs.ListTaskDefinitionFamiliesOutput, bool) bool, arg3 ...request.Option) error

ListTaskDefinitionFamiliesPagesWithContext mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesRequest added in v0.4.1

func (m *MockECSAPI) ListTaskDefinitionFamiliesRequest(arg0 *ecs.ListTaskDefinitionFamiliesInput) (*request.Request, *ecs.ListTaskDefinitionFamiliesOutput)

ListTaskDefinitionFamiliesRequest mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesWithContext added in v0.4.1

func (m *MockECSAPI) ListTaskDefinitionFamiliesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionFamiliesInput, arg2 ...request.Option) (*ecs.ListTaskDefinitionFamiliesOutput, error)

ListTaskDefinitionFamiliesWithContext mocks base method

func (*MockECSAPI) ListTaskDefinitions added in v0.4.1

func (m *MockECSAPI) ListTaskDefinitions(arg0 *ecs.ListTaskDefinitionsInput) (*ecs.ListTaskDefinitionsOutput, error)

ListTaskDefinitions mocks base method

func (*MockECSAPI) ListTaskDefinitionsPages added in v0.4.1

func (m *MockECSAPI) ListTaskDefinitionsPages(arg0 *ecs.ListTaskDefinitionsInput, arg1 func(*ecs.ListTaskDefinitionsOutput, bool) bool) error

ListTaskDefinitionsPages mocks base method

func (*MockECSAPI) ListTaskDefinitionsPagesWithContext added in v0.4.1

func (m *MockECSAPI) ListTaskDefinitionsPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionsInput, arg2 func(*ecs.ListTaskDefinitionsOutput, bool) bool, arg3 ...request.Option) error

ListTaskDefinitionsPagesWithContext mocks base method

func (*MockECSAPI) ListTaskDefinitionsRequest added in v0.4.1

func (m *MockECSAPI) ListTaskDefinitionsRequest(arg0 *ecs.ListTaskDefinitionsInput) (*request.Request, *ecs.ListTaskDefinitionsOutput)

ListTaskDefinitionsRequest mocks base method

func (*MockECSAPI) ListTaskDefinitionsWithContext added in v0.4.1

func (m *MockECSAPI) ListTaskDefinitionsWithContext(arg0 aws.Context, arg1 *ecs.ListTaskDefinitionsInput, arg2 ...request.Option) (*ecs.ListTaskDefinitionsOutput, error)

ListTaskDefinitionsWithContext mocks base method

func (*MockECSAPI) ListTasks added in v0.4.1

func (m *MockECSAPI) ListTasks(arg0 *ecs.ListTasksInput) (*ecs.ListTasksOutput, error)

ListTasks mocks base method

func (*MockECSAPI) ListTasksPages added in v0.4.1

func (m *MockECSAPI) ListTasksPages(arg0 *ecs.ListTasksInput, arg1 func(*ecs.ListTasksOutput, bool) bool) error

ListTasksPages mocks base method

func (*MockECSAPI) ListTasksPagesWithContext added in v0.4.1

func (m *MockECSAPI) ListTasksPagesWithContext(arg0 aws.Context, arg1 *ecs.ListTasksInput, arg2 func(*ecs.ListTasksOutput, bool) bool, arg3 ...request.Option) error

ListTasksPagesWithContext mocks base method

func (*MockECSAPI) ListTasksRequest added in v0.4.1

func (m *MockECSAPI) ListTasksRequest(arg0 *ecs.ListTasksInput) (*request.Request, *ecs.ListTasksOutput)

ListTasksRequest mocks base method

func (*MockECSAPI) ListTasksWithContext added in v0.4.1

func (m *MockECSAPI) ListTasksWithContext(arg0 aws.Context, arg1 *ecs.ListTasksInput, arg2 ...request.Option) (*ecs.ListTasksOutput, error)

ListTasksWithContext mocks base method

func (*MockECSAPI) PutAttributes added in v0.4.1

func (m *MockECSAPI) PutAttributes(arg0 *ecs.PutAttributesInput) (*ecs.PutAttributesOutput, error)

PutAttributes mocks base method

func (*MockECSAPI) PutAttributesRequest added in v0.4.1

func (m *MockECSAPI) PutAttributesRequest(arg0 *ecs.PutAttributesInput) (*request.Request, *ecs.PutAttributesOutput)

PutAttributesRequest mocks base method

func (*MockECSAPI) PutAttributesWithContext added in v0.4.1

func (m *MockECSAPI) PutAttributesWithContext(arg0 aws.Context, arg1 *ecs.PutAttributesInput, arg2 ...request.Option) (*ecs.PutAttributesOutput, error)

PutAttributesWithContext mocks base method

func (*MockECSAPI) RegisterContainerInstance added in v0.4.1

RegisterContainerInstance mocks base method

func (*MockECSAPI) RegisterContainerInstanceRequest added in v0.4.1

func (m *MockECSAPI) RegisterContainerInstanceRequest(arg0 *ecs.RegisterContainerInstanceInput) (*request.Request, *ecs.RegisterContainerInstanceOutput)

RegisterContainerInstanceRequest mocks base method

func (*MockECSAPI) RegisterContainerInstanceWithContext added in v0.4.1

func (m *MockECSAPI) RegisterContainerInstanceWithContext(arg0 aws.Context, arg1 *ecs.RegisterContainerInstanceInput, arg2 ...request.Option) (*ecs.RegisterContainerInstanceOutput, error)

RegisterContainerInstanceWithContext mocks base method

func (*MockECSAPI) RegisterTaskDefinition added in v0.4.1

func (m *MockECSAPI) RegisterTaskDefinition(arg0 *ecs.RegisterTaskDefinitionInput) (*ecs.RegisterTaskDefinitionOutput, error)

RegisterTaskDefinition mocks base method

func (*MockECSAPI) RegisterTaskDefinitionRequest added in v0.4.1

func (m *MockECSAPI) RegisterTaskDefinitionRequest(arg0 *ecs.RegisterTaskDefinitionInput) (*request.Request, *ecs.RegisterTaskDefinitionOutput)

RegisterTaskDefinitionRequest mocks base method

func (*MockECSAPI) RegisterTaskDefinitionWithContext added in v0.4.1

func (m *MockECSAPI) RegisterTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.RegisterTaskDefinitionInput, arg2 ...request.Option) (*ecs.RegisterTaskDefinitionOutput, error)

RegisterTaskDefinitionWithContext mocks base method

func (*MockECSAPI) RunTask added in v0.4.1

func (m *MockECSAPI) RunTask(arg0 *ecs.RunTaskInput) (*ecs.RunTaskOutput, error)

RunTask mocks base method

func (*MockECSAPI) RunTaskRequest added in v0.4.1

func (m *MockECSAPI) RunTaskRequest(arg0 *ecs.RunTaskInput) (*request.Request, *ecs.RunTaskOutput)

RunTaskRequest mocks base method

func (*MockECSAPI) RunTaskWithContext added in v0.4.1

func (m *MockECSAPI) RunTaskWithContext(arg0 aws.Context, arg1 *ecs.RunTaskInput, arg2 ...request.Option) (*ecs.RunTaskOutput, error)

RunTaskWithContext mocks base method

func (*MockECSAPI) StartTask added in v0.4.1

func (m *MockECSAPI) StartTask(arg0 *ecs.StartTaskInput) (*ecs.StartTaskOutput, error)

StartTask mocks base method

func (*MockECSAPI) StartTaskRequest added in v0.4.1

func (m *MockECSAPI) StartTaskRequest(arg0 *ecs.StartTaskInput) (*request.Request, *ecs.StartTaskOutput)

StartTaskRequest mocks base method

func (*MockECSAPI) StartTaskWithContext added in v0.4.1

func (m *MockECSAPI) StartTaskWithContext(arg0 aws.Context, arg1 *ecs.StartTaskInput, arg2 ...request.Option) (*ecs.StartTaskOutput, error)

StartTaskWithContext mocks base method

func (*MockECSAPI) StopTask added in v0.4.1

func (m *MockECSAPI) StopTask(arg0 *ecs.StopTaskInput) (*ecs.StopTaskOutput, error)

StopTask mocks base method

func (*MockECSAPI) StopTaskRequest added in v0.4.1

func (m *MockECSAPI) StopTaskRequest(arg0 *ecs.StopTaskInput) (*request.Request, *ecs.StopTaskOutput)

StopTaskRequest mocks base method

func (*MockECSAPI) StopTaskWithContext added in v0.4.1

func (m *MockECSAPI) StopTaskWithContext(arg0 aws.Context, arg1 *ecs.StopTaskInput, arg2 ...request.Option) (*ecs.StopTaskOutput, error)

StopTaskWithContext mocks base method

func (*MockECSAPI) SubmitContainerStateChange added in v0.4.1

SubmitContainerStateChange mocks base method

func (*MockECSAPI) SubmitContainerStateChangeRequest added in v0.4.1

func (m *MockECSAPI) SubmitContainerStateChangeRequest(arg0 *ecs.SubmitContainerStateChangeInput) (*request.Request, *ecs.SubmitContainerStateChangeOutput)

SubmitContainerStateChangeRequest mocks base method

func (*MockECSAPI) SubmitContainerStateChangeWithContext added in v0.4.1

func (m *MockECSAPI) SubmitContainerStateChangeWithContext(arg0 aws.Context, arg1 *ecs.SubmitContainerStateChangeInput, arg2 ...request.Option) (*ecs.SubmitContainerStateChangeOutput, error)

SubmitContainerStateChangeWithContext mocks base method

func (*MockECSAPI) SubmitTaskStateChange added in v0.4.1

func (m *MockECSAPI) SubmitTaskStateChange(arg0 *ecs.SubmitTaskStateChangeInput) (*ecs.SubmitTaskStateChangeOutput, error)

SubmitTaskStateChange mocks base method

func (*MockECSAPI) SubmitTaskStateChangeRequest added in v0.4.1

func (m *MockECSAPI) SubmitTaskStateChangeRequest(arg0 *ecs.SubmitTaskStateChangeInput) (*request.Request, *ecs.SubmitTaskStateChangeOutput)

SubmitTaskStateChangeRequest mocks base method

func (*MockECSAPI) SubmitTaskStateChangeWithContext added in v0.4.1

func (m *MockECSAPI) SubmitTaskStateChangeWithContext(arg0 aws.Context, arg1 *ecs.SubmitTaskStateChangeInput, arg2 ...request.Option) (*ecs.SubmitTaskStateChangeOutput, error)

SubmitTaskStateChangeWithContext mocks base method

func (*MockECSAPI) UpdateContainerAgent added in v0.4.1

func (m *MockECSAPI) UpdateContainerAgent(arg0 *ecs.UpdateContainerAgentInput) (*ecs.UpdateContainerAgentOutput, error)

UpdateContainerAgent mocks base method

func (*MockECSAPI) UpdateContainerAgentRequest added in v0.4.1

func (m *MockECSAPI) UpdateContainerAgentRequest(arg0 *ecs.UpdateContainerAgentInput) (*request.Request, *ecs.UpdateContainerAgentOutput)

UpdateContainerAgentRequest mocks base method

func (*MockECSAPI) UpdateContainerAgentWithContext added in v0.4.1

func (m *MockECSAPI) UpdateContainerAgentWithContext(arg0 aws.Context, arg1 *ecs.UpdateContainerAgentInput, arg2 ...request.Option) (*ecs.UpdateContainerAgentOutput, error)

UpdateContainerAgentWithContext mocks base method

func (*MockECSAPI) UpdateContainerInstancesState added in v0.4.1

UpdateContainerInstancesState mocks base method

func (*MockECSAPI) UpdateContainerInstancesStateRequest added in v0.4.1

func (m *MockECSAPI) UpdateContainerInstancesStateRequest(arg0 *ecs.UpdateContainerInstancesStateInput) (*request.Request, *ecs.UpdateContainerInstancesStateOutput)

UpdateContainerInstancesStateRequest mocks base method

func (*MockECSAPI) UpdateContainerInstancesStateWithContext added in v0.4.1

func (m *MockECSAPI) UpdateContainerInstancesStateWithContext(arg0 aws.Context, arg1 *ecs.UpdateContainerInstancesStateInput, arg2 ...request.Option) (*ecs.UpdateContainerInstancesStateOutput, error)

UpdateContainerInstancesStateWithContext mocks base method

func (*MockECSAPI) UpdateService added in v0.4.1

func (m *MockECSAPI) UpdateService(arg0 *ecs.UpdateServiceInput) (*ecs.UpdateServiceOutput, error)

UpdateService mocks base method

func (*MockECSAPI) UpdateServiceRequest added in v0.4.1

func (m *MockECSAPI) UpdateServiceRequest(arg0 *ecs.UpdateServiceInput) (*request.Request, *ecs.UpdateServiceOutput)

UpdateServiceRequest mocks base method

func (*MockECSAPI) UpdateServiceWithContext added in v0.4.1

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

UpdateServiceWithContext mocks base method

func (*MockECSAPI) WaitUntilServicesInactive added in v0.4.1

func (m *MockECSAPI) WaitUntilServicesInactive(arg0 *ecs.DescribeServicesInput) error

WaitUntilServicesInactive mocks base method

func (*MockECSAPI) WaitUntilServicesInactiveWithContext added in v0.4.1

func (m *MockECSAPI) WaitUntilServicesInactiveWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.WaiterOption) error

WaitUntilServicesInactiveWithContext mocks base method

func (*MockECSAPI) WaitUntilServicesStable added in v0.4.1

func (m *MockECSAPI) WaitUntilServicesStable(arg0 *ecs.DescribeServicesInput) error

WaitUntilServicesStable mocks base method

func (*MockECSAPI) WaitUntilServicesStableWithContext added in v0.4.1

func (m *MockECSAPI) WaitUntilServicesStableWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.WaiterOption) error

WaitUntilServicesStableWithContext mocks base method

func (*MockECSAPI) WaitUntilTasksRunning added in v0.4.1

func (m *MockECSAPI) WaitUntilTasksRunning(arg0 *ecs.DescribeTasksInput) error

WaitUntilTasksRunning mocks base method

func (*MockECSAPI) WaitUntilTasksRunningWithContext added in v0.4.1

func (m *MockECSAPI) WaitUntilTasksRunningWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.WaiterOption) error

WaitUntilTasksRunningWithContext mocks base method

func (*MockECSAPI) WaitUntilTasksStopped added in v0.4.1

func (m *MockECSAPI) WaitUntilTasksStopped(arg0 *ecs.DescribeTasksInput) error

WaitUntilTasksStopped mocks base method

func (*MockECSAPI) WaitUntilTasksStoppedWithContext added in v0.4.1

func (m *MockECSAPI) WaitUntilTasksStoppedWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.WaiterOption) error

WaitUntilTasksStoppedWithContext mocks base method

type MockECSAPIMockRecorder added in v0.6.0

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

MockECSAPIMockRecorder is the mock recorder for MockECSAPI

func (*MockECSAPIMockRecorder) CreateCluster added in v0.6.0

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

CreateCluster indicates an expected call of CreateCluster

func (*MockECSAPIMockRecorder) CreateClusterRequest added in v0.6.0

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

CreateClusterRequest indicates an expected call of CreateClusterRequest

func (*MockECSAPIMockRecorder) CreateClusterWithContext added in v0.6.0

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

CreateClusterWithContext indicates an expected call of CreateClusterWithContext

func (*MockECSAPIMockRecorder) CreateService added in v0.6.0

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

CreateService indicates an expected call of CreateService

func (*MockECSAPIMockRecorder) CreateServiceRequest added in v0.6.0

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

CreateServiceRequest indicates an expected call of CreateServiceRequest

func (*MockECSAPIMockRecorder) CreateServiceWithContext added in v0.6.0

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

CreateServiceWithContext indicates an expected call of CreateServiceWithContext

func (*MockECSAPIMockRecorder) DeleteAttributes added in v0.6.0

func (mr *MockECSAPIMockRecorder) DeleteAttributes(arg0 interface{}) *gomock.Call

DeleteAttributes indicates an expected call of DeleteAttributes

func (*MockECSAPIMockRecorder) DeleteAttributesRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) DeleteAttributesRequest(arg0 interface{}) *gomock.Call

DeleteAttributesRequest indicates an expected call of DeleteAttributesRequest

func (*MockECSAPIMockRecorder) DeleteAttributesWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) DeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAttributesWithContext indicates an expected call of DeleteAttributesWithContext

func (*MockECSAPIMockRecorder) DeleteCluster added in v0.6.0

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

DeleteCluster indicates an expected call of DeleteCluster

func (*MockECSAPIMockRecorder) DeleteClusterRequest added in v0.6.0

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

DeleteClusterRequest indicates an expected call of DeleteClusterRequest

func (*MockECSAPIMockRecorder) DeleteClusterWithContext added in v0.6.0

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

DeleteClusterWithContext indicates an expected call of DeleteClusterWithContext

func (*MockECSAPIMockRecorder) DeleteService added in v0.6.0

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

DeleteService indicates an expected call of DeleteService

func (*MockECSAPIMockRecorder) DeleteServiceRequest added in v0.6.0

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

DeleteServiceRequest indicates an expected call of DeleteServiceRequest

func (*MockECSAPIMockRecorder) DeleteServiceWithContext added in v0.6.0

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

DeleteServiceWithContext indicates an expected call of DeleteServiceWithContext

func (*MockECSAPIMockRecorder) DeregisterContainerInstance added in v0.6.0

func (mr *MockECSAPIMockRecorder) DeregisterContainerInstance(arg0 interface{}) *gomock.Call

DeregisterContainerInstance indicates an expected call of DeregisterContainerInstance

func (*MockECSAPIMockRecorder) DeregisterContainerInstanceRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) DeregisterContainerInstanceRequest(arg0 interface{}) *gomock.Call

DeregisterContainerInstanceRequest indicates an expected call of DeregisterContainerInstanceRequest

func (*MockECSAPIMockRecorder) DeregisterContainerInstanceWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) DeregisterContainerInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterContainerInstanceWithContext indicates an expected call of DeregisterContainerInstanceWithContext

func (*MockECSAPIMockRecorder) DeregisterTaskDefinition added in v0.6.0

func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinition(arg0 interface{}) *gomock.Call

DeregisterTaskDefinition indicates an expected call of DeregisterTaskDefinition

func (*MockECSAPIMockRecorder) DeregisterTaskDefinitionRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinitionRequest(arg0 interface{}) *gomock.Call

DeregisterTaskDefinitionRequest indicates an expected call of DeregisterTaskDefinitionRequest

func (*MockECSAPIMockRecorder) DeregisterTaskDefinitionWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTaskDefinitionWithContext indicates an expected call of DeregisterTaskDefinitionWithContext

func (*MockECSAPIMockRecorder) DescribeClusters added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeClusters(arg0 interface{}) *gomock.Call

DescribeClusters indicates an expected call of DescribeClusters

func (*MockECSAPIMockRecorder) DescribeClustersRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeClustersRequest(arg0 interface{}) *gomock.Call

DescribeClustersRequest indicates an expected call of DescribeClustersRequest

func (*MockECSAPIMockRecorder) DescribeClustersWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClustersWithContext indicates an expected call of DescribeClustersWithContext

func (*MockECSAPIMockRecorder) DescribeContainerInstances added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeContainerInstances(arg0 interface{}) *gomock.Call

DescribeContainerInstances indicates an expected call of DescribeContainerInstances

func (*MockECSAPIMockRecorder) DescribeContainerInstancesRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeContainerInstancesRequest(arg0 interface{}) *gomock.Call

DescribeContainerInstancesRequest indicates an expected call of DescribeContainerInstancesRequest

func (*MockECSAPIMockRecorder) DescribeContainerInstancesWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeContainerInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeContainerInstancesWithContext indicates an expected call of DescribeContainerInstancesWithContext

func (*MockECSAPIMockRecorder) DescribeServices added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeServices(arg0 interface{}) *gomock.Call

DescribeServices indicates an expected call of DescribeServices

func (*MockECSAPIMockRecorder) DescribeServicesRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeServicesRequest(arg0 interface{}) *gomock.Call

DescribeServicesRequest indicates an expected call of DescribeServicesRequest

func (*MockECSAPIMockRecorder) DescribeServicesWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeServicesWithContext indicates an expected call of DescribeServicesWithContext

func (*MockECSAPIMockRecorder) DescribeTaskDefinition added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeTaskDefinition(arg0 interface{}) *gomock.Call

DescribeTaskDefinition indicates an expected call of DescribeTaskDefinition

func (*MockECSAPIMockRecorder) DescribeTaskDefinitionRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeTaskDefinitionRequest(arg0 interface{}) *gomock.Call

DescribeTaskDefinitionRequest indicates an expected call of DescribeTaskDefinitionRequest

func (*MockECSAPIMockRecorder) DescribeTaskDefinitionWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTaskDefinitionWithContext indicates an expected call of DescribeTaskDefinitionWithContext

func (*MockECSAPIMockRecorder) DescribeTasks added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeTasks(arg0 interface{}) *gomock.Call

DescribeTasks indicates an expected call of DescribeTasks

func (*MockECSAPIMockRecorder) DescribeTasksRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeTasksRequest(arg0 interface{}) *gomock.Call

DescribeTasksRequest indicates an expected call of DescribeTasksRequest

func (*MockECSAPIMockRecorder) DescribeTasksWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) DescribeTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTasksWithContext indicates an expected call of DescribeTasksWithContext

func (*MockECSAPIMockRecorder) DiscoverPollEndpoint added in v0.6.0

func (mr *MockECSAPIMockRecorder) DiscoverPollEndpoint(arg0 interface{}) *gomock.Call

DiscoverPollEndpoint indicates an expected call of DiscoverPollEndpoint

func (*MockECSAPIMockRecorder) DiscoverPollEndpointRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) DiscoverPollEndpointRequest(arg0 interface{}) *gomock.Call

DiscoverPollEndpointRequest indicates an expected call of DiscoverPollEndpointRequest

func (*MockECSAPIMockRecorder) DiscoverPollEndpointWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) DiscoverPollEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DiscoverPollEndpointWithContext indicates an expected call of DiscoverPollEndpointWithContext

func (*MockECSAPIMockRecorder) ListAttributes added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListAttributes(arg0 interface{}) *gomock.Call

ListAttributes indicates an expected call of ListAttributes

func (*MockECSAPIMockRecorder) ListAttributesRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListAttributesRequest(arg0 interface{}) *gomock.Call

ListAttributesRequest indicates an expected call of ListAttributesRequest

func (*MockECSAPIMockRecorder) ListAttributesWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttributesWithContext indicates an expected call of ListAttributesWithContext

func (*MockECSAPIMockRecorder) ListClusters added in v0.6.0

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

ListClusters indicates an expected call of ListClusters

func (*MockECSAPIMockRecorder) ListClustersPages added in v0.6.0

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

ListClustersPages indicates an expected call of ListClustersPages

func (*MockECSAPIMockRecorder) ListClustersPagesWithContext added in v0.6.0

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

ListClustersPagesWithContext indicates an expected call of ListClustersPagesWithContext

func (*MockECSAPIMockRecorder) ListClustersRequest added in v0.6.0

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

ListClustersRequest indicates an expected call of ListClustersRequest

func (*MockECSAPIMockRecorder) ListClustersWithContext added in v0.6.0

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

ListClustersWithContext indicates an expected call of ListClustersWithContext

func (*MockECSAPIMockRecorder) ListContainerInstances added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListContainerInstances(arg0 interface{}) *gomock.Call

ListContainerInstances indicates an expected call of ListContainerInstances

func (*MockECSAPIMockRecorder) ListContainerInstancesPages added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListContainerInstancesPages(arg0, arg1 interface{}) *gomock.Call

ListContainerInstancesPages indicates an expected call of ListContainerInstancesPages

func (*MockECSAPIMockRecorder) ListContainerInstancesPagesWithContext added in v0.6.0

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

ListContainerInstancesPagesWithContext indicates an expected call of ListContainerInstancesPagesWithContext

func (*MockECSAPIMockRecorder) ListContainerInstancesRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListContainerInstancesRequest(arg0 interface{}) *gomock.Call

ListContainerInstancesRequest indicates an expected call of ListContainerInstancesRequest

func (*MockECSAPIMockRecorder) ListContainerInstancesWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListContainerInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListContainerInstancesWithContext indicates an expected call of ListContainerInstancesWithContext

func (*MockECSAPIMockRecorder) ListServices added in v0.6.0

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

ListServices indicates an expected call of ListServices

func (*MockECSAPIMockRecorder) ListServicesPages added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListServicesPages(arg0, arg1 interface{}) *gomock.Call

ListServicesPages indicates an expected call of ListServicesPages

func (*MockECSAPIMockRecorder) ListServicesPagesWithContext added in v0.6.0

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

ListServicesPagesWithContext indicates an expected call of ListServicesPagesWithContext

func (*MockECSAPIMockRecorder) ListServicesRequest added in v0.6.0

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

ListServicesRequest indicates an expected call of ListServicesRequest

func (*MockECSAPIMockRecorder) ListServicesWithContext added in v0.6.0

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

ListServicesWithContext indicates an expected call of ListServicesWithContext

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamilies added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamilies(arg0 interface{}) *gomock.Call

ListTaskDefinitionFamilies indicates an expected call of ListTaskDefinitionFamilies

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPages added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPages(arg0, arg1 interface{}) *gomock.Call

ListTaskDefinitionFamiliesPages indicates an expected call of ListTaskDefinitionFamiliesPages

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPagesWithContext added in v0.6.0

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

ListTaskDefinitionFamiliesPagesWithContext indicates an expected call of ListTaskDefinitionFamiliesPagesWithContext

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesRequest(arg0 interface{}) *gomock.Call

ListTaskDefinitionFamiliesRequest indicates an expected call of ListTaskDefinitionFamiliesRequest

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTaskDefinitionFamiliesWithContext indicates an expected call of ListTaskDefinitionFamiliesWithContext

func (*MockECSAPIMockRecorder) ListTaskDefinitions added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitions(arg0 interface{}) *gomock.Call

ListTaskDefinitions indicates an expected call of ListTaskDefinitions

func (*MockECSAPIMockRecorder) ListTaskDefinitionsPages added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsPages(arg0, arg1 interface{}) *gomock.Call

ListTaskDefinitionsPages indicates an expected call of ListTaskDefinitionsPages

func (*MockECSAPIMockRecorder) ListTaskDefinitionsPagesWithContext added in v0.6.0

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

ListTaskDefinitionsPagesWithContext indicates an expected call of ListTaskDefinitionsPagesWithContext

func (*MockECSAPIMockRecorder) ListTaskDefinitionsRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsRequest(arg0 interface{}) *gomock.Call

ListTaskDefinitionsRequest indicates an expected call of ListTaskDefinitionsRequest

func (*MockECSAPIMockRecorder) ListTaskDefinitionsWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTaskDefinitionsWithContext indicates an expected call of ListTaskDefinitionsWithContext

func (*MockECSAPIMockRecorder) ListTasks added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTasks(arg0 interface{}) *gomock.Call

ListTasks indicates an expected call of ListTasks

func (*MockECSAPIMockRecorder) ListTasksPages added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTasksPages(arg0, arg1 interface{}) *gomock.Call

ListTasksPages indicates an expected call of ListTasksPages

func (*MockECSAPIMockRecorder) ListTasksPagesWithContext added in v0.6.0

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

ListTasksPagesWithContext indicates an expected call of ListTasksPagesWithContext

func (*MockECSAPIMockRecorder) ListTasksRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTasksRequest(arg0 interface{}) *gomock.Call

ListTasksRequest indicates an expected call of ListTasksRequest

func (*MockECSAPIMockRecorder) ListTasksWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) ListTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTasksWithContext indicates an expected call of ListTasksWithContext

func (*MockECSAPIMockRecorder) PutAttributes added in v0.6.0

func (mr *MockECSAPIMockRecorder) PutAttributes(arg0 interface{}) *gomock.Call

PutAttributes indicates an expected call of PutAttributes

func (*MockECSAPIMockRecorder) PutAttributesRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) PutAttributesRequest(arg0 interface{}) *gomock.Call

PutAttributesRequest indicates an expected call of PutAttributesRequest

func (*MockECSAPIMockRecorder) PutAttributesWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) PutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAttributesWithContext indicates an expected call of PutAttributesWithContext

func (*MockECSAPIMockRecorder) RegisterContainerInstance added in v0.6.0

func (mr *MockECSAPIMockRecorder) RegisterContainerInstance(arg0 interface{}) *gomock.Call

RegisterContainerInstance indicates an expected call of RegisterContainerInstance

func (*MockECSAPIMockRecorder) RegisterContainerInstanceRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) RegisterContainerInstanceRequest(arg0 interface{}) *gomock.Call

RegisterContainerInstanceRequest indicates an expected call of RegisterContainerInstanceRequest

func (*MockECSAPIMockRecorder) RegisterContainerInstanceWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) RegisterContainerInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterContainerInstanceWithContext indicates an expected call of RegisterContainerInstanceWithContext

func (*MockECSAPIMockRecorder) RegisterTaskDefinition added in v0.6.0

func (mr *MockECSAPIMockRecorder) RegisterTaskDefinition(arg0 interface{}) *gomock.Call

RegisterTaskDefinition indicates an expected call of RegisterTaskDefinition

func (*MockECSAPIMockRecorder) RegisterTaskDefinitionRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) RegisterTaskDefinitionRequest(arg0 interface{}) *gomock.Call

RegisterTaskDefinitionRequest indicates an expected call of RegisterTaskDefinitionRequest

func (*MockECSAPIMockRecorder) RegisterTaskDefinitionWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) RegisterTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTaskDefinitionWithContext indicates an expected call of RegisterTaskDefinitionWithContext

func (*MockECSAPIMockRecorder) RunTask added in v0.6.0

func (mr *MockECSAPIMockRecorder) RunTask(arg0 interface{}) *gomock.Call

RunTask indicates an expected call of RunTask

func (*MockECSAPIMockRecorder) RunTaskRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) RunTaskRequest(arg0 interface{}) *gomock.Call

RunTaskRequest indicates an expected call of RunTaskRequest

func (*MockECSAPIMockRecorder) RunTaskWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) RunTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunTaskWithContext indicates an expected call of RunTaskWithContext

func (*MockECSAPIMockRecorder) StartTask added in v0.6.0

func (mr *MockECSAPIMockRecorder) StartTask(arg0 interface{}) *gomock.Call

StartTask indicates an expected call of StartTask

func (*MockECSAPIMockRecorder) StartTaskRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) StartTaskRequest(arg0 interface{}) *gomock.Call

StartTaskRequest indicates an expected call of StartTaskRequest

func (*MockECSAPIMockRecorder) StartTaskWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) StartTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartTaskWithContext indicates an expected call of StartTaskWithContext

func (*MockECSAPIMockRecorder) StopTask added in v0.6.0

func (mr *MockECSAPIMockRecorder) StopTask(arg0 interface{}) *gomock.Call

StopTask indicates an expected call of StopTask

func (*MockECSAPIMockRecorder) StopTaskRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) StopTaskRequest(arg0 interface{}) *gomock.Call

StopTaskRequest indicates an expected call of StopTaskRequest

func (*MockECSAPIMockRecorder) StopTaskWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) StopTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopTaskWithContext indicates an expected call of StopTaskWithContext

func (*MockECSAPIMockRecorder) SubmitContainerStateChange added in v0.6.0

func (mr *MockECSAPIMockRecorder) SubmitContainerStateChange(arg0 interface{}) *gomock.Call

SubmitContainerStateChange indicates an expected call of SubmitContainerStateChange

func (*MockECSAPIMockRecorder) SubmitContainerStateChangeRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) SubmitContainerStateChangeRequest(arg0 interface{}) *gomock.Call

SubmitContainerStateChangeRequest indicates an expected call of SubmitContainerStateChangeRequest

func (*MockECSAPIMockRecorder) SubmitContainerStateChangeWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) SubmitContainerStateChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitContainerStateChangeWithContext indicates an expected call of SubmitContainerStateChangeWithContext

func (*MockECSAPIMockRecorder) SubmitTaskStateChange added in v0.6.0

func (mr *MockECSAPIMockRecorder) SubmitTaskStateChange(arg0 interface{}) *gomock.Call

SubmitTaskStateChange indicates an expected call of SubmitTaskStateChange

func (*MockECSAPIMockRecorder) SubmitTaskStateChangeRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) SubmitTaskStateChangeRequest(arg0 interface{}) *gomock.Call

SubmitTaskStateChangeRequest indicates an expected call of SubmitTaskStateChangeRequest

func (*MockECSAPIMockRecorder) SubmitTaskStateChangeWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) SubmitTaskStateChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitTaskStateChangeWithContext indicates an expected call of SubmitTaskStateChangeWithContext

func (*MockECSAPIMockRecorder) UpdateContainerAgent added in v0.6.0

func (mr *MockECSAPIMockRecorder) UpdateContainerAgent(arg0 interface{}) *gomock.Call

UpdateContainerAgent indicates an expected call of UpdateContainerAgent

func (*MockECSAPIMockRecorder) UpdateContainerAgentRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) UpdateContainerAgentRequest(arg0 interface{}) *gomock.Call

UpdateContainerAgentRequest indicates an expected call of UpdateContainerAgentRequest

func (*MockECSAPIMockRecorder) UpdateContainerAgentWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) UpdateContainerAgentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateContainerAgentWithContext indicates an expected call of UpdateContainerAgentWithContext

func (*MockECSAPIMockRecorder) UpdateContainerInstancesState added in v0.6.0

func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesState(arg0 interface{}) *gomock.Call

UpdateContainerInstancesState indicates an expected call of UpdateContainerInstancesState

func (*MockECSAPIMockRecorder) UpdateContainerInstancesStateRequest added in v0.6.0

func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesStateRequest(arg0 interface{}) *gomock.Call

UpdateContainerInstancesStateRequest indicates an expected call of UpdateContainerInstancesStateRequest

func (*MockECSAPIMockRecorder) UpdateContainerInstancesStateWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateContainerInstancesStateWithContext indicates an expected call of UpdateContainerInstancesStateWithContext

func (*MockECSAPIMockRecorder) UpdateService added in v0.6.0

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

UpdateService indicates an expected call of UpdateService

func (*MockECSAPIMockRecorder) UpdateServiceRequest added in v0.6.0

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

UpdateServiceRequest indicates an expected call of UpdateServiceRequest

func (*MockECSAPIMockRecorder) UpdateServiceWithContext added in v0.6.0

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

UpdateServiceWithContext indicates an expected call of UpdateServiceWithContext

func (*MockECSAPIMockRecorder) WaitUntilServicesInactive added in v0.6.0

func (mr *MockECSAPIMockRecorder) WaitUntilServicesInactive(arg0 interface{}) *gomock.Call

WaitUntilServicesInactive indicates an expected call of WaitUntilServicesInactive

func (*MockECSAPIMockRecorder) WaitUntilServicesInactiveWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) WaitUntilServicesInactiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilServicesInactiveWithContext indicates an expected call of WaitUntilServicesInactiveWithContext

func (*MockECSAPIMockRecorder) WaitUntilServicesStable added in v0.6.0

func (mr *MockECSAPIMockRecorder) WaitUntilServicesStable(arg0 interface{}) *gomock.Call

WaitUntilServicesStable indicates an expected call of WaitUntilServicesStable

func (*MockECSAPIMockRecorder) WaitUntilServicesStableWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) WaitUntilServicesStableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilServicesStableWithContext indicates an expected call of WaitUntilServicesStableWithContext

func (*MockECSAPIMockRecorder) WaitUntilTasksRunning added in v0.6.0

func (mr *MockECSAPIMockRecorder) WaitUntilTasksRunning(arg0 interface{}) *gomock.Call

WaitUntilTasksRunning indicates an expected call of WaitUntilTasksRunning

func (*MockECSAPIMockRecorder) WaitUntilTasksRunningWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) WaitUntilTasksRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTasksRunningWithContext indicates an expected call of WaitUntilTasksRunningWithContext

func (*MockECSAPIMockRecorder) WaitUntilTasksStopped added in v0.6.0

func (mr *MockECSAPIMockRecorder) WaitUntilTasksStopped(arg0 interface{}) *gomock.Call

WaitUntilTasksStopped indicates an expected call of WaitUntilTasksStopped

func (*MockECSAPIMockRecorder) WaitUntilTasksStoppedWithContext added in v0.6.0

func (mr *MockECSAPIMockRecorder) WaitUntilTasksStoppedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTasksStoppedWithContext indicates an expected call of WaitUntilTasksStoppedWithContext

type MockELBAPI added in v0.3.0

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

MockELBAPI is a mock of ELBAPI interface

func NewMockELBAPI added in v0.3.0

func NewMockELBAPI(ctrl *gomock.Controller) *MockELBAPI

NewMockELBAPI creates a new mock instance

func (*MockELBAPI) AddTags added in v0.3.0

func (m *MockELBAPI) AddTags(arg0 *elb.AddTagsInput) (*elb.AddTagsOutput, error)

AddTags mocks base method

func (*MockELBAPI) AddTagsRequest added in v0.3.0

func (m *MockELBAPI) AddTagsRequest(arg0 *elb.AddTagsInput) (*request.Request, *elb.AddTagsOutput)

AddTagsRequest mocks base method

func (*MockELBAPI) AddTagsWithContext added in v0.3.3

func (m *MockELBAPI) AddTagsWithContext(arg0 aws.Context, arg1 *elb.AddTagsInput, arg2 ...request.Option) (*elb.AddTagsOutput, error)

AddTagsWithContext mocks base method

func (*MockELBAPI) ApplySecurityGroupsToLoadBalancer added in v0.3.0

ApplySecurityGroupsToLoadBalancer mocks base method

func (*MockELBAPI) ApplySecurityGroupsToLoadBalancerRequest added in v0.3.0

ApplySecurityGroupsToLoadBalancerRequest mocks base method

func (*MockELBAPI) ApplySecurityGroupsToLoadBalancerWithContext added in v0.3.3

func (m *MockELBAPI) ApplySecurityGroupsToLoadBalancerWithContext(arg0 aws.Context, arg1 *elb.ApplySecurityGroupsToLoadBalancerInput, arg2 ...request.Option) (*elb.ApplySecurityGroupsToLoadBalancerOutput, error)

ApplySecurityGroupsToLoadBalancerWithContext mocks base method

func (*MockELBAPI) AttachLoadBalancerToSubnets added in v0.3.0

AttachLoadBalancerToSubnets mocks base method

func (*MockELBAPI) AttachLoadBalancerToSubnetsRequest added in v0.3.0

func (m *MockELBAPI) AttachLoadBalancerToSubnetsRequest(arg0 *elb.AttachLoadBalancerToSubnetsInput) (*request.Request, *elb.AttachLoadBalancerToSubnetsOutput)

AttachLoadBalancerToSubnetsRequest mocks base method

func (*MockELBAPI) AttachLoadBalancerToSubnetsWithContext added in v0.3.3

func (m *MockELBAPI) AttachLoadBalancerToSubnetsWithContext(arg0 aws.Context, arg1 *elb.AttachLoadBalancerToSubnetsInput, arg2 ...request.Option) (*elb.AttachLoadBalancerToSubnetsOutput, error)

AttachLoadBalancerToSubnetsWithContext mocks base method

func (*MockELBAPI) ConfigureHealthCheck added in v0.3.0

func (m *MockELBAPI) ConfigureHealthCheck(arg0 *elb.ConfigureHealthCheckInput) (*elb.ConfigureHealthCheckOutput, error)

ConfigureHealthCheck mocks base method

func (*MockELBAPI) ConfigureHealthCheckRequest added in v0.3.0

func (m *MockELBAPI) ConfigureHealthCheckRequest(arg0 *elb.ConfigureHealthCheckInput) (*request.Request, *elb.ConfigureHealthCheckOutput)

ConfigureHealthCheckRequest mocks base method

func (*MockELBAPI) ConfigureHealthCheckWithContext added in v0.3.3

func (m *MockELBAPI) ConfigureHealthCheckWithContext(arg0 aws.Context, arg1 *elb.ConfigureHealthCheckInput, arg2 ...request.Option) (*elb.ConfigureHealthCheckOutput, error)

ConfigureHealthCheckWithContext mocks base method

func (*MockELBAPI) CreateAppCookieStickinessPolicy added in v0.3.0

CreateAppCookieStickinessPolicy mocks base method

func (*MockELBAPI) CreateAppCookieStickinessPolicyRequest added in v0.3.0

func (m *MockELBAPI) CreateAppCookieStickinessPolicyRequest(arg0 *elb.CreateAppCookieStickinessPolicyInput) (*request.Request, *elb.CreateAppCookieStickinessPolicyOutput)

CreateAppCookieStickinessPolicyRequest mocks base method

func (*MockELBAPI) CreateAppCookieStickinessPolicyWithContext added in v0.3.3

func (m *MockELBAPI) CreateAppCookieStickinessPolicyWithContext(arg0 aws.Context, arg1 *elb.CreateAppCookieStickinessPolicyInput, arg2 ...request.Option) (*elb.CreateAppCookieStickinessPolicyOutput, error)

CreateAppCookieStickinessPolicyWithContext mocks base method

func (*MockELBAPI) CreateLBCookieStickinessPolicy added in v0.3.0

CreateLBCookieStickinessPolicy mocks base method

func (*MockELBAPI) CreateLBCookieStickinessPolicyRequest added in v0.3.0

func (m *MockELBAPI) CreateLBCookieStickinessPolicyRequest(arg0 *elb.CreateLBCookieStickinessPolicyInput) (*request.Request, *elb.CreateLBCookieStickinessPolicyOutput)

CreateLBCookieStickinessPolicyRequest mocks base method

func (*MockELBAPI) CreateLBCookieStickinessPolicyWithContext added in v0.3.3

func (m *MockELBAPI) CreateLBCookieStickinessPolicyWithContext(arg0 aws.Context, arg1 *elb.CreateLBCookieStickinessPolicyInput, arg2 ...request.Option) (*elb.CreateLBCookieStickinessPolicyOutput, error)

CreateLBCookieStickinessPolicyWithContext mocks base method

func (*MockELBAPI) CreateLoadBalancer added in v0.3.0

func (m *MockELBAPI) CreateLoadBalancer(arg0 *elb.CreateLoadBalancerInput) (*elb.CreateLoadBalancerOutput, error)

CreateLoadBalancer mocks base method

func (*MockELBAPI) CreateLoadBalancerListeners added in v0.3.0

CreateLoadBalancerListeners mocks base method

func (*MockELBAPI) CreateLoadBalancerListenersRequest added in v0.3.0

func (m *MockELBAPI) CreateLoadBalancerListenersRequest(arg0 *elb.CreateLoadBalancerListenersInput) (*request.Request, *elb.CreateLoadBalancerListenersOutput)

CreateLoadBalancerListenersRequest mocks base method

func (*MockELBAPI) CreateLoadBalancerListenersWithContext added in v0.3.3

func (m *MockELBAPI) CreateLoadBalancerListenersWithContext(arg0 aws.Context, arg1 *elb.CreateLoadBalancerListenersInput, arg2 ...request.Option) (*elb.CreateLoadBalancerListenersOutput, error)

CreateLoadBalancerListenersWithContext mocks base method

func (*MockELBAPI) CreateLoadBalancerPolicy added in v0.3.0

CreateLoadBalancerPolicy mocks base method

func (*MockELBAPI) CreateLoadBalancerPolicyRequest added in v0.3.0

func (m *MockELBAPI) CreateLoadBalancerPolicyRequest(arg0 *elb.CreateLoadBalancerPolicyInput) (*request.Request, *elb.CreateLoadBalancerPolicyOutput)

CreateLoadBalancerPolicyRequest mocks base method

func (*MockELBAPI) CreateLoadBalancerPolicyWithContext added in v0.3.3

func (m *MockELBAPI) CreateLoadBalancerPolicyWithContext(arg0 aws.Context, arg1 *elb.CreateLoadBalancerPolicyInput, arg2 ...request.Option) (*elb.CreateLoadBalancerPolicyOutput, error)

CreateLoadBalancerPolicyWithContext mocks base method

func (*MockELBAPI) CreateLoadBalancerRequest added in v0.3.0

func (m *MockELBAPI) CreateLoadBalancerRequest(arg0 *elb.CreateLoadBalancerInput) (*request.Request, *elb.CreateLoadBalancerOutput)

CreateLoadBalancerRequest mocks base method

func (*MockELBAPI) CreateLoadBalancerWithContext added in v0.3.3

func (m *MockELBAPI) CreateLoadBalancerWithContext(arg0 aws.Context, arg1 *elb.CreateLoadBalancerInput, arg2 ...request.Option) (*elb.CreateLoadBalancerOutput, error)

CreateLoadBalancerWithContext mocks base method

func (*MockELBAPI) DeleteLoadBalancer added in v0.3.0

func (m *MockELBAPI) DeleteLoadBalancer(arg0 *elb.DeleteLoadBalancerInput) (*elb.DeleteLoadBalancerOutput, error)

DeleteLoadBalancer mocks base method

func (*MockELBAPI) DeleteLoadBalancerListeners added in v0.3.0

DeleteLoadBalancerListeners mocks base method

func (*MockELBAPI) DeleteLoadBalancerListenersRequest added in v0.3.0

func (m *MockELBAPI) DeleteLoadBalancerListenersRequest(arg0 *elb.DeleteLoadBalancerListenersInput) (*request.Request, *elb.DeleteLoadBalancerListenersOutput)

DeleteLoadBalancerListenersRequest mocks base method

func (*MockELBAPI) DeleteLoadBalancerListenersWithContext added in v0.3.3

func (m *MockELBAPI) DeleteLoadBalancerListenersWithContext(arg0 aws.Context, arg1 *elb.DeleteLoadBalancerListenersInput, arg2 ...request.Option) (*elb.DeleteLoadBalancerListenersOutput, error)

DeleteLoadBalancerListenersWithContext mocks base method

func (*MockELBAPI) DeleteLoadBalancerPolicy added in v0.3.0

DeleteLoadBalancerPolicy mocks base method

func (*MockELBAPI) DeleteLoadBalancerPolicyRequest added in v0.3.0

func (m *MockELBAPI) DeleteLoadBalancerPolicyRequest(arg0 *elb.DeleteLoadBalancerPolicyInput) (*request.Request, *elb.DeleteLoadBalancerPolicyOutput)

DeleteLoadBalancerPolicyRequest mocks base method

func (*MockELBAPI) DeleteLoadBalancerPolicyWithContext added in v0.3.3

func (m *MockELBAPI) DeleteLoadBalancerPolicyWithContext(arg0 aws.Context, arg1 *elb.DeleteLoadBalancerPolicyInput, arg2 ...request.Option) (*elb.DeleteLoadBalancerPolicyOutput, error)

DeleteLoadBalancerPolicyWithContext mocks base method

func (*MockELBAPI) DeleteLoadBalancerRequest added in v0.3.0

func (m *MockELBAPI) DeleteLoadBalancerRequest(arg0 *elb.DeleteLoadBalancerInput) (*request.Request, *elb.DeleteLoadBalancerOutput)

DeleteLoadBalancerRequest mocks base method

func (*MockELBAPI) DeleteLoadBalancerWithContext added in v0.3.3

func (m *MockELBAPI) DeleteLoadBalancerWithContext(arg0 aws.Context, arg1 *elb.DeleteLoadBalancerInput, arg2 ...request.Option) (*elb.DeleteLoadBalancerOutput, error)

DeleteLoadBalancerWithContext mocks base method

func (*MockELBAPI) DeregisterInstancesFromLoadBalancer added in v0.3.0

DeregisterInstancesFromLoadBalancer mocks base method

func (*MockELBAPI) DeregisterInstancesFromLoadBalancerRequest added in v0.3.0

DeregisterInstancesFromLoadBalancerRequest mocks base method

func (*MockELBAPI) DeregisterInstancesFromLoadBalancerWithContext added in v0.3.3

func (m *MockELBAPI) DeregisterInstancesFromLoadBalancerWithContext(arg0 aws.Context, arg1 *elb.DeregisterInstancesFromLoadBalancerInput, arg2 ...request.Option) (*elb.DeregisterInstancesFromLoadBalancerOutput, error)

DeregisterInstancesFromLoadBalancerWithContext mocks base method

func (*MockELBAPI) DescribeAccountLimits added in v0.4.1

func (m *MockELBAPI) DescribeAccountLimits(arg0 *elb.DescribeAccountLimitsInput) (*elb.DescribeAccountLimitsOutput, error)

DescribeAccountLimits mocks base method

func (*MockELBAPI) DescribeAccountLimitsRequest added in v0.4.1

func (m *MockELBAPI) DescribeAccountLimitsRequest(arg0 *elb.DescribeAccountLimitsInput) (*request.Request, *elb.DescribeAccountLimitsOutput)

DescribeAccountLimitsRequest mocks base method

func (*MockELBAPI) DescribeAccountLimitsWithContext added in v0.4.1

func (m *MockELBAPI) DescribeAccountLimitsWithContext(arg0 aws.Context, arg1 *elb.DescribeAccountLimitsInput, arg2 ...request.Option) (*elb.DescribeAccountLimitsOutput, error)

DescribeAccountLimitsWithContext mocks base method

func (*MockELBAPI) DescribeInstanceHealth added in v0.3.0

func (m *MockELBAPI) DescribeInstanceHealth(arg0 *elb.DescribeInstanceHealthInput) (*elb.DescribeInstanceHealthOutput, error)

DescribeInstanceHealth mocks base method

func (*MockELBAPI) DescribeInstanceHealthRequest added in v0.3.0

func (m *MockELBAPI) DescribeInstanceHealthRequest(arg0 *elb.DescribeInstanceHealthInput) (*request.Request, *elb.DescribeInstanceHealthOutput)

DescribeInstanceHealthRequest mocks base method

func (*MockELBAPI) DescribeInstanceHealthWithContext added in v0.3.3

func (m *MockELBAPI) DescribeInstanceHealthWithContext(arg0 aws.Context, arg1 *elb.DescribeInstanceHealthInput, arg2 ...request.Option) (*elb.DescribeInstanceHealthOutput, error)

DescribeInstanceHealthWithContext mocks base method

func (*MockELBAPI) DescribeLoadBalancerAttributes added in v0.3.0

DescribeLoadBalancerAttributes mocks base method

func (*MockELBAPI) DescribeLoadBalancerAttributesRequest added in v0.3.0

func (m *MockELBAPI) DescribeLoadBalancerAttributesRequest(arg0 *elb.DescribeLoadBalancerAttributesInput) (*request.Request, *elb.DescribeLoadBalancerAttributesOutput)

DescribeLoadBalancerAttributesRequest mocks base method

func (*MockELBAPI) DescribeLoadBalancerAttributesWithContext added in v0.3.3

func (m *MockELBAPI) DescribeLoadBalancerAttributesWithContext(arg0 aws.Context, arg1 *elb.DescribeLoadBalancerAttributesInput, arg2 ...request.Option) (*elb.DescribeLoadBalancerAttributesOutput, error)

DescribeLoadBalancerAttributesWithContext mocks base method

func (*MockELBAPI) DescribeLoadBalancerPolicies added in v0.3.0

DescribeLoadBalancerPolicies mocks base method

func (*MockELBAPI) DescribeLoadBalancerPoliciesRequest added in v0.3.0

func (m *MockELBAPI) DescribeLoadBalancerPoliciesRequest(arg0 *elb.DescribeLoadBalancerPoliciesInput) (*request.Request, *elb.DescribeLoadBalancerPoliciesOutput)

DescribeLoadBalancerPoliciesRequest mocks base method

func (*MockELBAPI) DescribeLoadBalancerPoliciesWithContext added in v0.3.3

func (m *MockELBAPI) DescribeLoadBalancerPoliciesWithContext(arg0 aws.Context, arg1 *elb.DescribeLoadBalancerPoliciesInput, arg2 ...request.Option) (*elb.DescribeLoadBalancerPoliciesOutput, error)

DescribeLoadBalancerPoliciesWithContext mocks base method

func (*MockELBAPI) DescribeLoadBalancerPolicyTypes added in v0.3.0

DescribeLoadBalancerPolicyTypes mocks base method

func (*MockELBAPI) DescribeLoadBalancerPolicyTypesRequest added in v0.3.0

func (m *MockELBAPI) DescribeLoadBalancerPolicyTypesRequest(arg0 *elb.DescribeLoadBalancerPolicyTypesInput) (*request.Request, *elb.DescribeLoadBalancerPolicyTypesOutput)

DescribeLoadBalancerPolicyTypesRequest mocks base method

func (*MockELBAPI) DescribeLoadBalancerPolicyTypesWithContext added in v0.3.3

func (m *MockELBAPI) DescribeLoadBalancerPolicyTypesWithContext(arg0 aws.Context, arg1 *elb.DescribeLoadBalancerPolicyTypesInput, arg2 ...request.Option) (*elb.DescribeLoadBalancerPolicyTypesOutput, error)

DescribeLoadBalancerPolicyTypesWithContext mocks base method

func (*MockELBAPI) DescribeLoadBalancers added in v0.3.0

func (m *MockELBAPI) DescribeLoadBalancers(arg0 *elb.DescribeLoadBalancersInput) (*elb.DescribeLoadBalancersOutput, error)

DescribeLoadBalancers mocks base method

func (*MockELBAPI) DescribeLoadBalancersPages added in v0.3.0

func (m *MockELBAPI) DescribeLoadBalancersPages(arg0 *elb.DescribeLoadBalancersInput, arg1 func(*elb.DescribeLoadBalancersOutput, bool) bool) error

DescribeLoadBalancersPages mocks base method

func (*MockELBAPI) DescribeLoadBalancersPagesWithContext added in v0.3.3

func (m *MockELBAPI) DescribeLoadBalancersPagesWithContext(arg0 aws.Context, arg1 *elb.DescribeLoadBalancersInput, arg2 func(*elb.DescribeLoadBalancersOutput, bool) bool, arg3 ...request.Option) error

DescribeLoadBalancersPagesWithContext mocks base method

func (*MockELBAPI) DescribeLoadBalancersRequest added in v0.3.0

func (m *MockELBAPI) DescribeLoadBalancersRequest(arg0 *elb.DescribeLoadBalancersInput) (*request.Request, *elb.DescribeLoadBalancersOutput)

DescribeLoadBalancersRequest mocks base method

func (*MockELBAPI) DescribeLoadBalancersWithContext added in v0.3.3

func (m *MockELBAPI) DescribeLoadBalancersWithContext(arg0 aws.Context, arg1 *elb.DescribeLoadBalancersInput, arg2 ...request.Option) (*elb.DescribeLoadBalancersOutput, error)

DescribeLoadBalancersWithContext mocks base method

func (*MockELBAPI) DescribeTags added in v0.3.0

func (m *MockELBAPI) DescribeTags(arg0 *elb.DescribeTagsInput) (*elb.DescribeTagsOutput, error)

DescribeTags mocks base method

func (*MockELBAPI) DescribeTagsRequest added in v0.3.0

func (m *MockELBAPI) DescribeTagsRequest(arg0 *elb.DescribeTagsInput) (*request.Request, *elb.DescribeTagsOutput)

DescribeTagsRequest mocks base method

func (*MockELBAPI) DescribeTagsWithContext added in v0.3.3

func (m *MockELBAPI) DescribeTagsWithContext(arg0 aws.Context, arg1 *elb.DescribeTagsInput, arg2 ...request.Option) (*elb.DescribeTagsOutput, error)

DescribeTagsWithContext mocks base method

func (*MockELBAPI) DetachLoadBalancerFromSubnets added in v0.3.0

DetachLoadBalancerFromSubnets mocks base method

func (*MockELBAPI) DetachLoadBalancerFromSubnetsRequest added in v0.3.0

func (m *MockELBAPI) DetachLoadBalancerFromSubnetsRequest(arg0 *elb.DetachLoadBalancerFromSubnetsInput) (*request.Request, *elb.DetachLoadBalancerFromSubnetsOutput)

DetachLoadBalancerFromSubnetsRequest mocks base method

func (*MockELBAPI) DetachLoadBalancerFromSubnetsWithContext added in v0.3.3

func (m *MockELBAPI) DetachLoadBalancerFromSubnetsWithContext(arg0 aws.Context, arg1 *elb.DetachLoadBalancerFromSubnetsInput, arg2 ...request.Option) (*elb.DetachLoadBalancerFromSubnetsOutput, error)

DetachLoadBalancerFromSubnetsWithContext mocks base method

func (*MockELBAPI) DisableAvailabilityZonesForLoadBalancer added in v0.3.0

DisableAvailabilityZonesForLoadBalancer mocks base method

func (*MockELBAPI) DisableAvailabilityZonesForLoadBalancerRequest added in v0.3.0

DisableAvailabilityZonesForLoadBalancerRequest mocks base method

func (*MockELBAPI) DisableAvailabilityZonesForLoadBalancerWithContext added in v0.3.3

func (m *MockELBAPI) DisableAvailabilityZonesForLoadBalancerWithContext(arg0 aws.Context, arg1 *elb.DisableAvailabilityZonesForLoadBalancerInput, arg2 ...request.Option) (*elb.DisableAvailabilityZonesForLoadBalancerOutput, error)

DisableAvailabilityZonesForLoadBalancerWithContext mocks base method

func (*MockELBAPI) EXPECT added in v0.3.0

func (m *MockELBAPI) EXPECT() *MockELBAPIMockRecorder

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

func (*MockELBAPI) EnableAvailabilityZonesForLoadBalancer added in v0.3.0

EnableAvailabilityZonesForLoadBalancer mocks base method

func (*MockELBAPI) EnableAvailabilityZonesForLoadBalancerRequest added in v0.3.0

EnableAvailabilityZonesForLoadBalancerRequest mocks base method

func (*MockELBAPI) EnableAvailabilityZonesForLoadBalancerWithContext added in v0.3.3

func (m *MockELBAPI) EnableAvailabilityZonesForLoadBalancerWithContext(arg0 aws.Context, arg1 *elb.EnableAvailabilityZonesForLoadBalancerInput, arg2 ...request.Option) (*elb.EnableAvailabilityZonesForLoadBalancerOutput, error)

EnableAvailabilityZonesForLoadBalancerWithContext mocks base method

func (*MockELBAPI) ModifyLoadBalancerAttributes added in v0.3.0

ModifyLoadBalancerAttributes mocks base method

func (*MockELBAPI) ModifyLoadBalancerAttributesRequest added in v0.3.0

func (m *MockELBAPI) ModifyLoadBalancerAttributesRequest(arg0 *elb.ModifyLoadBalancerAttributesInput) (*request.Request, *elb.ModifyLoadBalancerAttributesOutput)

ModifyLoadBalancerAttributesRequest mocks base method

func (*MockELBAPI) ModifyLoadBalancerAttributesWithContext added in v0.3.3

func (m *MockELBAPI) ModifyLoadBalancerAttributesWithContext(arg0 aws.Context, arg1 *elb.ModifyLoadBalancerAttributesInput, arg2 ...request.Option) (*elb.ModifyLoadBalancerAttributesOutput, error)

ModifyLoadBalancerAttributesWithContext mocks base method

func (*MockELBAPI) RegisterInstancesWithLoadBalancer added in v0.3.0

RegisterInstancesWithLoadBalancer mocks base method

func (*MockELBAPI) RegisterInstancesWithLoadBalancerRequest added in v0.3.0

RegisterInstancesWithLoadBalancerRequest mocks base method

func (*MockELBAPI) RegisterInstancesWithLoadBalancerWithContext added in v0.3.3

func (m *MockELBAPI) RegisterInstancesWithLoadBalancerWithContext(arg0 aws.Context, arg1 *elb.RegisterInstancesWithLoadBalancerInput, arg2 ...request.Option) (*elb.RegisterInstancesWithLoadBalancerOutput, error)

RegisterInstancesWithLoadBalancerWithContext mocks base method

func (*MockELBAPI) RemoveTags added in v0.3.0

func (m *MockELBAPI) RemoveTags(arg0 *elb.RemoveTagsInput) (*elb.RemoveTagsOutput, error)

RemoveTags mocks base method

func (*MockELBAPI) RemoveTagsRequest added in v0.3.0

func (m *MockELBAPI) RemoveTagsRequest(arg0 *elb.RemoveTagsInput) (*request.Request, *elb.RemoveTagsOutput)

RemoveTagsRequest mocks base method

func (*MockELBAPI) RemoveTagsWithContext added in v0.3.3

func (m *MockELBAPI) RemoveTagsWithContext(arg0 aws.Context, arg1 *elb.RemoveTagsInput, arg2 ...request.Option) (*elb.RemoveTagsOutput, error)

RemoveTagsWithContext mocks base method

func (*MockELBAPI) SetLoadBalancerListenerSSLCertificate added in v0.3.0

SetLoadBalancerListenerSSLCertificate mocks base method

func (*MockELBAPI) SetLoadBalancerListenerSSLCertificateRequest added in v0.3.0

SetLoadBalancerListenerSSLCertificateRequest mocks base method

func (*MockELBAPI) SetLoadBalancerListenerSSLCertificateWithContext added in v0.3.3

func (m *MockELBAPI) SetLoadBalancerListenerSSLCertificateWithContext(arg0 aws.Context, arg1 *elb.SetLoadBalancerListenerSSLCertificateInput, arg2 ...request.Option) (*elb.SetLoadBalancerListenerSSLCertificateOutput, error)

SetLoadBalancerListenerSSLCertificateWithContext mocks base method

func (*MockELBAPI) SetLoadBalancerPoliciesForBackendServer added in v0.3.0

SetLoadBalancerPoliciesForBackendServer mocks base method

func (*MockELBAPI) SetLoadBalancerPoliciesForBackendServerRequest added in v0.3.0

SetLoadBalancerPoliciesForBackendServerRequest mocks base method

func (*MockELBAPI) SetLoadBalancerPoliciesForBackendServerWithContext added in v0.3.3

func (m *MockELBAPI) SetLoadBalancerPoliciesForBackendServerWithContext(arg0 aws.Context, arg1 *elb.SetLoadBalancerPoliciesForBackendServerInput, arg2 ...request.Option) (*elb.SetLoadBalancerPoliciesForBackendServerOutput, error)

SetLoadBalancerPoliciesForBackendServerWithContext mocks base method

func (*MockELBAPI) SetLoadBalancerPoliciesOfListener added in v0.3.0

SetLoadBalancerPoliciesOfListener mocks base method

func (*MockELBAPI) SetLoadBalancerPoliciesOfListenerRequest added in v0.3.0

SetLoadBalancerPoliciesOfListenerRequest mocks base method

func (*MockELBAPI) SetLoadBalancerPoliciesOfListenerWithContext added in v0.3.3

func (m *MockELBAPI) SetLoadBalancerPoliciesOfListenerWithContext(arg0 aws.Context, arg1 *elb.SetLoadBalancerPoliciesOfListenerInput, arg2 ...request.Option) (*elb.SetLoadBalancerPoliciesOfListenerOutput, error)

SetLoadBalancerPoliciesOfListenerWithContext mocks base method

func (*MockELBAPI) WaitUntilAnyInstanceInService added in v0.3.0

func (m *MockELBAPI) WaitUntilAnyInstanceInService(arg0 *elb.DescribeInstanceHealthInput) error

WaitUntilAnyInstanceInService mocks base method

func (*MockELBAPI) WaitUntilAnyInstanceInServiceWithContext added in v0.3.3

func (m *MockELBAPI) WaitUntilAnyInstanceInServiceWithContext(arg0 aws.Context, arg1 *elb.DescribeInstanceHealthInput, arg2 ...request.WaiterOption) error

WaitUntilAnyInstanceInServiceWithContext mocks base method

func (*MockELBAPI) WaitUntilInstanceDeregistered added in v0.3.0

func (m *MockELBAPI) WaitUntilInstanceDeregistered(arg0 *elb.DescribeInstanceHealthInput) error

WaitUntilInstanceDeregistered mocks base method

func (*MockELBAPI) WaitUntilInstanceDeregisteredWithContext added in v0.3.3

func (m *MockELBAPI) WaitUntilInstanceDeregisteredWithContext(arg0 aws.Context, arg1 *elb.DescribeInstanceHealthInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceDeregisteredWithContext mocks base method

func (*MockELBAPI) WaitUntilInstanceInService added in v0.3.0

func (m *MockELBAPI) WaitUntilInstanceInService(arg0 *elb.DescribeInstanceHealthInput) error

WaitUntilInstanceInService mocks base method

func (*MockELBAPI) WaitUntilInstanceInServiceWithContext added in v0.3.3

func (m *MockELBAPI) WaitUntilInstanceInServiceWithContext(arg0 aws.Context, arg1 *elb.DescribeInstanceHealthInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceInServiceWithContext mocks base method

type MockELBAPIMockRecorder added in v0.6.0

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

MockELBAPIMockRecorder is the mock recorder for MockELBAPI

func (*MockELBAPIMockRecorder) AddTags added in v0.6.0

func (mr *MockELBAPIMockRecorder) AddTags(arg0 interface{}) *gomock.Call

AddTags indicates an expected call of AddTags

func (*MockELBAPIMockRecorder) AddTagsRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) AddTagsRequest(arg0 interface{}) *gomock.Call

AddTagsRequest indicates an expected call of AddTagsRequest

func (*MockELBAPIMockRecorder) AddTagsWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) AddTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsWithContext indicates an expected call of AddTagsWithContext

func (*MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancer added in v0.6.0

func (mr *MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancer(arg0 interface{}) *gomock.Call

ApplySecurityGroupsToLoadBalancer indicates an expected call of ApplySecurityGroupsToLoadBalancer

func (*MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancerRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancerRequest(arg0 interface{}) *gomock.Call

ApplySecurityGroupsToLoadBalancerRequest indicates an expected call of ApplySecurityGroupsToLoadBalancerRequest

func (*MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancerWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ApplySecurityGroupsToLoadBalancerWithContext indicates an expected call of ApplySecurityGroupsToLoadBalancerWithContext

func (*MockELBAPIMockRecorder) AttachLoadBalancerToSubnets added in v0.6.0

func (mr *MockELBAPIMockRecorder) AttachLoadBalancerToSubnets(arg0 interface{}) *gomock.Call

AttachLoadBalancerToSubnets indicates an expected call of AttachLoadBalancerToSubnets

func (*MockELBAPIMockRecorder) AttachLoadBalancerToSubnetsRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) AttachLoadBalancerToSubnetsRequest(arg0 interface{}) *gomock.Call

AttachLoadBalancerToSubnetsRequest indicates an expected call of AttachLoadBalancerToSubnetsRequest

func (*MockELBAPIMockRecorder) AttachLoadBalancerToSubnetsWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) AttachLoadBalancerToSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachLoadBalancerToSubnetsWithContext indicates an expected call of AttachLoadBalancerToSubnetsWithContext

func (*MockELBAPIMockRecorder) ConfigureHealthCheck added in v0.6.0

func (mr *MockELBAPIMockRecorder) ConfigureHealthCheck(arg0 interface{}) *gomock.Call

ConfigureHealthCheck indicates an expected call of ConfigureHealthCheck

func (*MockELBAPIMockRecorder) ConfigureHealthCheckRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) ConfigureHealthCheckRequest(arg0 interface{}) *gomock.Call

ConfigureHealthCheckRequest indicates an expected call of ConfigureHealthCheckRequest

func (*MockELBAPIMockRecorder) ConfigureHealthCheckWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) ConfigureHealthCheckWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConfigureHealthCheckWithContext indicates an expected call of ConfigureHealthCheckWithContext

func (*MockELBAPIMockRecorder) CreateAppCookieStickinessPolicy added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateAppCookieStickinessPolicy(arg0 interface{}) *gomock.Call

CreateAppCookieStickinessPolicy indicates an expected call of CreateAppCookieStickinessPolicy

func (*MockELBAPIMockRecorder) CreateAppCookieStickinessPolicyRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateAppCookieStickinessPolicyRequest(arg0 interface{}) *gomock.Call

CreateAppCookieStickinessPolicyRequest indicates an expected call of CreateAppCookieStickinessPolicyRequest

func (*MockELBAPIMockRecorder) CreateAppCookieStickinessPolicyWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateAppCookieStickinessPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAppCookieStickinessPolicyWithContext indicates an expected call of CreateAppCookieStickinessPolicyWithContext

func (*MockELBAPIMockRecorder) CreateLBCookieStickinessPolicy added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLBCookieStickinessPolicy(arg0 interface{}) *gomock.Call

CreateLBCookieStickinessPolicy indicates an expected call of CreateLBCookieStickinessPolicy

func (*MockELBAPIMockRecorder) CreateLBCookieStickinessPolicyRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLBCookieStickinessPolicyRequest(arg0 interface{}) *gomock.Call

CreateLBCookieStickinessPolicyRequest indicates an expected call of CreateLBCookieStickinessPolicyRequest

func (*MockELBAPIMockRecorder) CreateLBCookieStickinessPolicyWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLBCookieStickinessPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLBCookieStickinessPolicyWithContext indicates an expected call of CreateLBCookieStickinessPolicyWithContext

func (*MockELBAPIMockRecorder) CreateLoadBalancer added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLoadBalancer(arg0 interface{}) *gomock.Call

CreateLoadBalancer indicates an expected call of CreateLoadBalancer

func (*MockELBAPIMockRecorder) CreateLoadBalancerListeners added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerListeners(arg0 interface{}) *gomock.Call

CreateLoadBalancerListeners indicates an expected call of CreateLoadBalancerListeners

func (*MockELBAPIMockRecorder) CreateLoadBalancerListenersRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerListenersRequest(arg0 interface{}) *gomock.Call

CreateLoadBalancerListenersRequest indicates an expected call of CreateLoadBalancerListenersRequest

func (*MockELBAPIMockRecorder) CreateLoadBalancerListenersWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoadBalancerListenersWithContext indicates an expected call of CreateLoadBalancerListenersWithContext

func (*MockELBAPIMockRecorder) CreateLoadBalancerPolicy added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerPolicy(arg0 interface{}) *gomock.Call

CreateLoadBalancerPolicy indicates an expected call of CreateLoadBalancerPolicy

func (*MockELBAPIMockRecorder) CreateLoadBalancerPolicyRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerPolicyRequest(arg0 interface{}) *gomock.Call

CreateLoadBalancerPolicyRequest indicates an expected call of CreateLoadBalancerPolicyRequest

func (*MockELBAPIMockRecorder) CreateLoadBalancerPolicyWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoadBalancerPolicyWithContext indicates an expected call of CreateLoadBalancerPolicyWithContext

func (*MockELBAPIMockRecorder) CreateLoadBalancerRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerRequest(arg0 interface{}) *gomock.Call

CreateLoadBalancerRequest indicates an expected call of CreateLoadBalancerRequest

func (*MockELBAPIMockRecorder) CreateLoadBalancerWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoadBalancerWithContext indicates an expected call of CreateLoadBalancerWithContext

func (*MockELBAPIMockRecorder) DeleteLoadBalancer added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancer(arg0 interface{}) *gomock.Call

DeleteLoadBalancer indicates an expected call of DeleteLoadBalancer

func (*MockELBAPIMockRecorder) DeleteLoadBalancerListeners added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerListeners(arg0 interface{}) *gomock.Call

DeleteLoadBalancerListeners indicates an expected call of DeleteLoadBalancerListeners

func (*MockELBAPIMockRecorder) DeleteLoadBalancerListenersRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerListenersRequest(arg0 interface{}) *gomock.Call

DeleteLoadBalancerListenersRequest indicates an expected call of DeleteLoadBalancerListenersRequest

func (*MockELBAPIMockRecorder) DeleteLoadBalancerListenersWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoadBalancerListenersWithContext indicates an expected call of DeleteLoadBalancerListenersWithContext

func (*MockELBAPIMockRecorder) DeleteLoadBalancerPolicy added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerPolicy(arg0 interface{}) *gomock.Call

DeleteLoadBalancerPolicy indicates an expected call of DeleteLoadBalancerPolicy

func (*MockELBAPIMockRecorder) DeleteLoadBalancerPolicyRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerPolicyRequest(arg0 interface{}) *gomock.Call

DeleteLoadBalancerPolicyRequest indicates an expected call of DeleteLoadBalancerPolicyRequest

func (*MockELBAPIMockRecorder) DeleteLoadBalancerPolicyWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoadBalancerPolicyWithContext indicates an expected call of DeleteLoadBalancerPolicyWithContext

func (*MockELBAPIMockRecorder) DeleteLoadBalancerRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerRequest(arg0 interface{}) *gomock.Call

DeleteLoadBalancerRequest indicates an expected call of DeleteLoadBalancerRequest

func (*MockELBAPIMockRecorder) DeleteLoadBalancerWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoadBalancerWithContext indicates an expected call of DeleteLoadBalancerWithContext

func (*MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancer added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancer(arg0 interface{}) *gomock.Call

DeregisterInstancesFromLoadBalancer indicates an expected call of DeregisterInstancesFromLoadBalancer

func (*MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancerRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancerRequest(arg0 interface{}) *gomock.Call

DeregisterInstancesFromLoadBalancerRequest indicates an expected call of DeregisterInstancesFromLoadBalancerRequest

func (*MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancerWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterInstancesFromLoadBalancerWithContext indicates an expected call of DeregisterInstancesFromLoadBalancerWithContext

func (*MockELBAPIMockRecorder) DescribeAccountLimits added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeAccountLimits(arg0 interface{}) *gomock.Call

DescribeAccountLimits indicates an expected call of DescribeAccountLimits

func (*MockELBAPIMockRecorder) DescribeAccountLimitsRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeAccountLimitsRequest(arg0 interface{}) *gomock.Call

DescribeAccountLimitsRequest indicates an expected call of DescribeAccountLimitsRequest

func (*MockELBAPIMockRecorder) DescribeAccountLimitsWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeAccountLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountLimitsWithContext indicates an expected call of DescribeAccountLimitsWithContext

func (*MockELBAPIMockRecorder) DescribeInstanceHealth added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeInstanceHealth(arg0 interface{}) *gomock.Call

DescribeInstanceHealth indicates an expected call of DescribeInstanceHealth

func (*MockELBAPIMockRecorder) DescribeInstanceHealthRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeInstanceHealthRequest(arg0 interface{}) *gomock.Call

DescribeInstanceHealthRequest indicates an expected call of DescribeInstanceHealthRequest

func (*MockELBAPIMockRecorder) DescribeInstanceHealthWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeInstanceHealthWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceHealthWithContext indicates an expected call of DescribeInstanceHealthWithContext

func (*MockELBAPIMockRecorder) DescribeLoadBalancerAttributes added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerAttributes(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributes indicates an expected call of DescribeLoadBalancerAttributes

func (*MockELBAPIMockRecorder) DescribeLoadBalancerAttributesRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributesRequest indicates an expected call of DescribeLoadBalancerAttributesRequest

func (*MockELBAPIMockRecorder) DescribeLoadBalancerAttributesWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerAttributesWithContext indicates an expected call of DescribeLoadBalancerAttributesWithContext

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPolicies added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPolicies(arg0 interface{}) *gomock.Call

DescribeLoadBalancerPolicies indicates an expected call of DescribeLoadBalancerPolicies

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPoliciesRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPoliciesRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancerPoliciesRequest indicates an expected call of DescribeLoadBalancerPoliciesRequest

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPoliciesWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerPoliciesWithContext indicates an expected call of DescribeLoadBalancerPoliciesWithContext

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypes added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypes(arg0 interface{}) *gomock.Call

DescribeLoadBalancerPolicyTypes indicates an expected call of DescribeLoadBalancerPolicyTypes

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypesRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypesRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancerPolicyTypesRequest indicates an expected call of DescribeLoadBalancerPolicyTypesRequest

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypesWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerPolicyTypesWithContext indicates an expected call of DescribeLoadBalancerPolicyTypesWithContext

func (*MockELBAPIMockRecorder) DescribeLoadBalancers added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancers(arg0 interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers

func (*MockELBAPIMockRecorder) DescribeLoadBalancersPages added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancersPages(arg0, arg1 interface{}) *gomock.Call

DescribeLoadBalancersPages indicates an expected call of DescribeLoadBalancersPages

func (*MockELBAPIMockRecorder) DescribeLoadBalancersPagesWithContext added in v0.6.0

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

DescribeLoadBalancersPagesWithContext indicates an expected call of DescribeLoadBalancersPagesWithContext

func (*MockELBAPIMockRecorder) DescribeLoadBalancersRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancersRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancersRequest indicates an expected call of DescribeLoadBalancersRequest

func (*MockELBAPIMockRecorder) DescribeLoadBalancersWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancersWithContext indicates an expected call of DescribeLoadBalancersWithContext

func (*MockELBAPIMockRecorder) DescribeTags added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags

func (*MockELBAPIMockRecorder) DescribeTagsRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest

func (*MockELBAPIMockRecorder) DescribeTagsWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext

func (*MockELBAPIMockRecorder) DetachLoadBalancerFromSubnets added in v0.6.0

func (mr *MockELBAPIMockRecorder) DetachLoadBalancerFromSubnets(arg0 interface{}) *gomock.Call

DetachLoadBalancerFromSubnets indicates an expected call of DetachLoadBalancerFromSubnets

func (*MockELBAPIMockRecorder) DetachLoadBalancerFromSubnetsRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DetachLoadBalancerFromSubnetsRequest(arg0 interface{}) *gomock.Call

DetachLoadBalancerFromSubnetsRequest indicates an expected call of DetachLoadBalancerFromSubnetsRequest

func (*MockELBAPIMockRecorder) DetachLoadBalancerFromSubnetsWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DetachLoadBalancerFromSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachLoadBalancerFromSubnetsWithContext indicates an expected call of DetachLoadBalancerFromSubnetsWithContext

func (*MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancer added in v0.6.0

func (mr *MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancer(arg0 interface{}) *gomock.Call

DisableAvailabilityZonesForLoadBalancer indicates an expected call of DisableAvailabilityZonesForLoadBalancer

func (*MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancerRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancerRequest(arg0 interface{}) *gomock.Call

DisableAvailabilityZonesForLoadBalancerRequest indicates an expected call of DisableAvailabilityZonesForLoadBalancerRequest

func (*MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancerWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableAvailabilityZonesForLoadBalancerWithContext indicates an expected call of DisableAvailabilityZonesForLoadBalancerWithContext

func (*MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancer added in v0.6.0

func (mr *MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancer(arg0 interface{}) *gomock.Call

EnableAvailabilityZonesForLoadBalancer indicates an expected call of EnableAvailabilityZonesForLoadBalancer

func (*MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancerRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancerRequest(arg0 interface{}) *gomock.Call

EnableAvailabilityZonesForLoadBalancerRequest indicates an expected call of EnableAvailabilityZonesForLoadBalancerRequest

func (*MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancerWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableAvailabilityZonesForLoadBalancerWithContext indicates an expected call of EnableAvailabilityZonesForLoadBalancerWithContext

func (*MockELBAPIMockRecorder) ModifyLoadBalancerAttributes added in v0.6.0

func (mr *MockELBAPIMockRecorder) ModifyLoadBalancerAttributes(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributes indicates an expected call of ModifyLoadBalancerAttributes

func (*MockELBAPIMockRecorder) ModifyLoadBalancerAttributesRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) ModifyLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributesRequest indicates an expected call of ModifyLoadBalancerAttributesRequest

func (*MockELBAPIMockRecorder) ModifyLoadBalancerAttributesWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) ModifyLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLoadBalancerAttributesWithContext indicates an expected call of ModifyLoadBalancerAttributesWithContext

func (*MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancer added in v0.6.0

func (mr *MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancer(arg0 interface{}) *gomock.Call

RegisterInstancesWithLoadBalancer indicates an expected call of RegisterInstancesWithLoadBalancer

func (*MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancerRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancerRequest(arg0 interface{}) *gomock.Call

RegisterInstancesWithLoadBalancerRequest indicates an expected call of RegisterInstancesWithLoadBalancerRequest

func (*MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancerWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterInstancesWithLoadBalancerWithContext indicates an expected call of RegisterInstancesWithLoadBalancerWithContext

func (*MockELBAPIMockRecorder) RemoveTags added in v0.6.0

func (mr *MockELBAPIMockRecorder) RemoveTags(arg0 interface{}) *gomock.Call

RemoveTags indicates an expected call of RemoveTags

func (*MockELBAPIMockRecorder) RemoveTagsRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) RemoveTagsRequest(arg0 interface{}) *gomock.Call

RemoveTagsRequest indicates an expected call of RemoveTagsRequest

func (*MockELBAPIMockRecorder) RemoveTagsWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) RemoveTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsWithContext indicates an expected call of RemoveTagsWithContext

func (*MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificate added in v0.6.0

func (mr *MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificate(arg0 interface{}) *gomock.Call

SetLoadBalancerListenerSSLCertificate indicates an expected call of SetLoadBalancerListenerSSLCertificate

func (*MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificateRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificateRequest(arg0 interface{}) *gomock.Call

SetLoadBalancerListenerSSLCertificateRequest indicates an expected call of SetLoadBalancerListenerSSLCertificateRequest

func (*MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificateWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetLoadBalancerListenerSSLCertificateWithContext indicates an expected call of SetLoadBalancerListenerSSLCertificateWithContext

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServer added in v0.6.0

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServer(arg0 interface{}) *gomock.Call

SetLoadBalancerPoliciesForBackendServer indicates an expected call of SetLoadBalancerPoliciesForBackendServer

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServerRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServerRequest(arg0 interface{}) *gomock.Call

SetLoadBalancerPoliciesForBackendServerRequest indicates an expected call of SetLoadBalancerPoliciesForBackendServerRequest

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServerWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetLoadBalancerPoliciesForBackendServerWithContext indicates an expected call of SetLoadBalancerPoliciesForBackendServerWithContext

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListener added in v0.6.0

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListener(arg0 interface{}) *gomock.Call

SetLoadBalancerPoliciesOfListener indicates an expected call of SetLoadBalancerPoliciesOfListener

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListenerRequest added in v0.6.0

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListenerRequest(arg0 interface{}) *gomock.Call

SetLoadBalancerPoliciesOfListenerRequest indicates an expected call of SetLoadBalancerPoliciesOfListenerRequest

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListenerWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetLoadBalancerPoliciesOfListenerWithContext indicates an expected call of SetLoadBalancerPoliciesOfListenerWithContext

func (*MockELBAPIMockRecorder) WaitUntilAnyInstanceInService added in v0.6.0

func (mr *MockELBAPIMockRecorder) WaitUntilAnyInstanceInService(arg0 interface{}) *gomock.Call

WaitUntilAnyInstanceInService indicates an expected call of WaitUntilAnyInstanceInService

func (*MockELBAPIMockRecorder) WaitUntilAnyInstanceInServiceWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) WaitUntilAnyInstanceInServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilAnyInstanceInServiceWithContext indicates an expected call of WaitUntilAnyInstanceInServiceWithContext

func (*MockELBAPIMockRecorder) WaitUntilInstanceDeregistered added in v0.6.0

func (mr *MockELBAPIMockRecorder) WaitUntilInstanceDeregistered(arg0 interface{}) *gomock.Call

WaitUntilInstanceDeregistered indicates an expected call of WaitUntilInstanceDeregistered

func (*MockELBAPIMockRecorder) WaitUntilInstanceDeregisteredWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) WaitUntilInstanceDeregisteredWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceDeregisteredWithContext indicates an expected call of WaitUntilInstanceDeregisteredWithContext

func (*MockELBAPIMockRecorder) WaitUntilInstanceInService added in v0.6.0

func (mr *MockELBAPIMockRecorder) WaitUntilInstanceInService(arg0 interface{}) *gomock.Call

WaitUntilInstanceInService indicates an expected call of WaitUntilInstanceInService

func (*MockELBAPIMockRecorder) WaitUntilInstanceInServiceWithContext added in v0.6.0

func (mr *MockELBAPIMockRecorder) WaitUntilInstanceInServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceInServiceWithContext indicates an expected call of WaitUntilInstanceInServiceWithContext

type MockELBV2API added in v0.3.0

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

MockELBV2API is a mock of ELBV2API interface

func NewMockELBV2API added in v0.3.0

func NewMockELBV2API(ctrl *gomock.Controller) *MockELBV2API

NewMockELBV2API creates a new mock instance

func (*MockELBV2API) AddListenerCertificates added in v0.5.2

AddListenerCertificates mocks base method

func (*MockELBV2API) AddListenerCertificatesRequest added in v0.5.2

AddListenerCertificatesRequest mocks base method

func (*MockELBV2API) AddListenerCertificatesWithContext added in v0.5.2

func (m *MockELBV2API) AddListenerCertificatesWithContext(arg0 aws.Context, arg1 *elbv2.AddListenerCertificatesInput, arg2 ...request.Option) (*elbv2.AddListenerCertificatesOutput, error)

AddListenerCertificatesWithContext mocks base method

func (*MockELBV2API) AddTags added in v0.3.0

func (m *MockELBV2API) AddTags(arg0 *elbv2.AddTagsInput) (*elbv2.AddTagsOutput, error)

AddTags mocks base method

func (*MockELBV2API) AddTagsRequest added in v0.3.0

func (m *MockELBV2API) AddTagsRequest(arg0 *elbv2.AddTagsInput) (*request.Request, *elbv2.AddTagsOutput)

AddTagsRequest mocks base method

func (*MockELBV2API) AddTagsWithContext added in v0.3.3

func (m *MockELBV2API) AddTagsWithContext(arg0 aws.Context, arg1 *elbv2.AddTagsInput, arg2 ...request.Option) (*elbv2.AddTagsOutput, error)

AddTagsWithContext mocks base method

func (*MockELBV2API) CreateListener added in v0.3.0

CreateListener mocks base method

func (*MockELBV2API) CreateListenerRequest added in v0.3.0

func (m *MockELBV2API) CreateListenerRequest(arg0 *elbv2.CreateListenerInput) (*request.Request, *elbv2.CreateListenerOutput)

CreateListenerRequest mocks base method

func (*MockELBV2API) CreateListenerWithContext added in v0.3.3

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

CreateListenerWithContext mocks base method

func (*MockELBV2API) CreateLoadBalancer added in v0.3.0

CreateLoadBalancer mocks base method

func (*MockELBV2API) CreateLoadBalancerRequest added in v0.3.0

func (m *MockELBV2API) CreateLoadBalancerRequest(arg0 *elbv2.CreateLoadBalancerInput) (*request.Request, *elbv2.CreateLoadBalancerOutput)

CreateLoadBalancerRequest mocks base method

func (*MockELBV2API) CreateLoadBalancerWithContext added in v0.3.3

func (m *MockELBV2API) CreateLoadBalancerWithContext(arg0 aws.Context, arg1 *elbv2.CreateLoadBalancerInput, arg2 ...request.Option) (*elbv2.CreateLoadBalancerOutput, error)

CreateLoadBalancerWithContext mocks base method

func (*MockELBV2API) CreateRule added in v0.3.0

func (m *MockELBV2API) CreateRule(arg0 *elbv2.CreateRuleInput) (*elbv2.CreateRuleOutput, error)

CreateRule mocks base method

func (*MockELBV2API) CreateRuleRequest added in v0.3.0

func (m *MockELBV2API) CreateRuleRequest(arg0 *elbv2.CreateRuleInput) (*request.Request, *elbv2.CreateRuleOutput)

CreateRuleRequest mocks base method

func (*MockELBV2API) CreateRuleWithContext added in v0.3.3

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

CreateRuleWithContext mocks base method

func (*MockELBV2API) CreateTargetGroup added in v0.3.0

CreateTargetGroup mocks base method

func (*MockELBV2API) CreateTargetGroupRequest added in v0.3.0

func (m *MockELBV2API) CreateTargetGroupRequest(arg0 *elbv2.CreateTargetGroupInput) (*request.Request, *elbv2.CreateTargetGroupOutput)

CreateTargetGroupRequest mocks base method

func (*MockELBV2API) CreateTargetGroupWithContext added in v0.3.3

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

CreateTargetGroupWithContext mocks base method

func (*MockELBV2API) DeleteListener added in v0.3.0

DeleteListener mocks base method

func (*MockELBV2API) DeleteListenerRequest added in v0.3.0

func (m *MockELBV2API) DeleteListenerRequest(arg0 *elbv2.DeleteListenerInput) (*request.Request, *elbv2.DeleteListenerOutput)

DeleteListenerRequest mocks base method

func (*MockELBV2API) DeleteListenerWithContext added in v0.3.3

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

DeleteListenerWithContext mocks base method

func (*MockELBV2API) DeleteLoadBalancer added in v0.3.0

DeleteLoadBalancer mocks base method

func (*MockELBV2API) DeleteLoadBalancerRequest added in v0.3.0

func (m *MockELBV2API) DeleteLoadBalancerRequest(arg0 *elbv2.DeleteLoadBalancerInput) (*request.Request, *elbv2.DeleteLoadBalancerOutput)

DeleteLoadBalancerRequest mocks base method

func (*MockELBV2API) DeleteLoadBalancerWithContext added in v0.3.3

func (m *MockELBV2API) DeleteLoadBalancerWithContext(arg0 aws.Context, arg1 *elbv2.DeleteLoadBalancerInput, arg2 ...request.Option) (*elbv2.DeleteLoadBalancerOutput, error)

DeleteLoadBalancerWithContext mocks base method

func (*MockELBV2API) DeleteRule added in v0.3.0

func (m *MockELBV2API) DeleteRule(arg0 *elbv2.DeleteRuleInput) (*elbv2.DeleteRuleOutput, error)

DeleteRule mocks base method

func (*MockELBV2API) DeleteRuleRequest added in v0.3.0

func (m *MockELBV2API) DeleteRuleRequest(arg0 *elbv2.DeleteRuleInput) (*request.Request, *elbv2.DeleteRuleOutput)

DeleteRuleRequest mocks base method

func (*MockELBV2API) DeleteRuleWithContext added in v0.3.3

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

DeleteRuleWithContext mocks base method

func (*MockELBV2API) DeleteTargetGroup added in v0.3.0

DeleteTargetGroup mocks base method

func (*MockELBV2API) DeleteTargetGroupRequest added in v0.3.0

func (m *MockELBV2API) DeleteTargetGroupRequest(arg0 *elbv2.DeleteTargetGroupInput) (*request.Request, *elbv2.DeleteTargetGroupOutput)

DeleteTargetGroupRequest mocks base method

func (*MockELBV2API) DeleteTargetGroupWithContext added in v0.3.3

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

DeleteTargetGroupWithContext mocks base method

func (*MockELBV2API) DeregisterTargets added in v0.3.0

DeregisterTargets mocks base method

func (*MockELBV2API) DeregisterTargetsRequest added in v0.3.0

func (m *MockELBV2API) DeregisterTargetsRequest(arg0 *elbv2.DeregisterTargetsInput) (*request.Request, *elbv2.DeregisterTargetsOutput)

DeregisterTargetsRequest mocks base method

func (*MockELBV2API) DeregisterTargetsWithContext added in v0.3.3

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

DeregisterTargetsWithContext mocks base method

func (*MockELBV2API) DescribeAccountLimits added in v0.4.1

DescribeAccountLimits mocks base method

func (*MockELBV2API) DescribeAccountLimitsRequest added in v0.4.1

DescribeAccountLimitsRequest mocks base method

func (*MockELBV2API) DescribeAccountLimitsWithContext added in v0.4.1

func (m *MockELBV2API) DescribeAccountLimitsWithContext(arg0 aws.Context, arg1 *elbv2.DescribeAccountLimitsInput, arg2 ...request.Option) (*elbv2.DescribeAccountLimitsOutput, error)

DescribeAccountLimitsWithContext mocks base method

func (*MockELBV2API) DescribeListenerCertificates added in v0.5.2

DescribeListenerCertificates mocks base method

func (*MockELBV2API) DescribeListenerCertificatesRequest added in v0.5.2

DescribeListenerCertificatesRequest mocks base method

func (*MockELBV2API) DescribeListenerCertificatesWithContext added in v0.5.2

func (m *MockELBV2API) DescribeListenerCertificatesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeListenerCertificatesInput, arg2 ...request.Option) (*elbv2.DescribeListenerCertificatesOutput, error)

DescribeListenerCertificatesWithContext mocks base method

func (*MockELBV2API) DescribeListeners added in v0.3.0

DescribeListeners mocks base method

func (*MockELBV2API) DescribeListenersPages added in v0.3.0

func (m *MockELBV2API) DescribeListenersPages(arg0 *elbv2.DescribeListenersInput, arg1 func(*elbv2.DescribeListenersOutput, bool) bool) error

DescribeListenersPages mocks base method

func (*MockELBV2API) DescribeListenersPagesWithContext added in v0.3.3

func (m *MockELBV2API) DescribeListenersPagesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeListenersInput, arg2 func(*elbv2.DescribeListenersOutput, bool) bool, arg3 ...request.Option) error

DescribeListenersPagesWithContext mocks base method

func (*MockELBV2API) DescribeListenersRequest added in v0.3.0

func (m *MockELBV2API) DescribeListenersRequest(arg0 *elbv2.DescribeListenersInput) (*request.Request, *elbv2.DescribeListenersOutput)

DescribeListenersRequest mocks base method

func (*MockELBV2API) DescribeListenersWithContext added in v0.3.3

func (m *MockELBV2API) DescribeListenersWithContext(arg0 aws.Context, arg1 *elbv2.DescribeListenersInput, arg2 ...request.Option) (*elbv2.DescribeListenersOutput, error)

DescribeListenersWithContext mocks base method

func (*MockELBV2API) DescribeLoadBalancerAttributes added in v0.3.0

DescribeLoadBalancerAttributes mocks base method

func (*MockELBV2API) DescribeLoadBalancerAttributesRequest added in v0.3.0

DescribeLoadBalancerAttributesRequest mocks base method

func (*MockELBV2API) DescribeLoadBalancerAttributesWithContext added in v0.3.3

func (m *MockELBV2API) DescribeLoadBalancerAttributesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancerAttributesInput, arg2 ...request.Option) (*elbv2.DescribeLoadBalancerAttributesOutput, error)

DescribeLoadBalancerAttributesWithContext mocks base method

func (*MockELBV2API) DescribeLoadBalancers added in v0.3.0

DescribeLoadBalancers mocks base method

func (*MockELBV2API) DescribeLoadBalancersPages added in v0.3.0

func (m *MockELBV2API) DescribeLoadBalancersPages(arg0 *elbv2.DescribeLoadBalancersInput, arg1 func(*elbv2.DescribeLoadBalancersOutput, bool) bool) error

DescribeLoadBalancersPages mocks base method

func (*MockELBV2API) DescribeLoadBalancersPagesWithContext added in v0.3.3

func (m *MockELBV2API) DescribeLoadBalancersPagesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 func(*elbv2.DescribeLoadBalancersOutput, bool) bool, arg3 ...request.Option) error

DescribeLoadBalancersPagesWithContext mocks base method

func (*MockELBV2API) DescribeLoadBalancersRequest added in v0.3.0

DescribeLoadBalancersRequest mocks base method

func (*MockELBV2API) DescribeLoadBalancersWithContext added in v0.3.3

func (m *MockELBV2API) DescribeLoadBalancersWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.Option) (*elbv2.DescribeLoadBalancersOutput, error)

DescribeLoadBalancersWithContext mocks base method

func (*MockELBV2API) DescribeRules added in v0.3.0

DescribeRules mocks base method

func (*MockELBV2API) DescribeRulesRequest added in v0.3.0

func (m *MockELBV2API) DescribeRulesRequest(arg0 *elbv2.DescribeRulesInput) (*request.Request, *elbv2.DescribeRulesOutput)

DescribeRulesRequest mocks base method

func (*MockELBV2API) DescribeRulesWithContext added in v0.3.3

func (m *MockELBV2API) DescribeRulesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeRulesInput, arg2 ...request.Option) (*elbv2.DescribeRulesOutput, error)

DescribeRulesWithContext mocks base method

func (*MockELBV2API) DescribeSSLPolicies added in v0.3.0

DescribeSSLPolicies mocks base method

func (*MockELBV2API) DescribeSSLPoliciesRequest added in v0.3.0

func (m *MockELBV2API) DescribeSSLPoliciesRequest(arg0 *elbv2.DescribeSSLPoliciesInput) (*request.Request, *elbv2.DescribeSSLPoliciesOutput)

DescribeSSLPoliciesRequest mocks base method

func (*MockELBV2API) DescribeSSLPoliciesWithContext added in v0.3.3

func (m *MockELBV2API) DescribeSSLPoliciesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeSSLPoliciesInput, arg2 ...request.Option) (*elbv2.DescribeSSLPoliciesOutput, error)

DescribeSSLPoliciesWithContext mocks base method

func (*MockELBV2API) DescribeTags added in v0.3.0

DescribeTags mocks base method

func (*MockELBV2API) DescribeTagsRequest added in v0.3.0

func (m *MockELBV2API) DescribeTagsRequest(arg0 *elbv2.DescribeTagsInput) (*request.Request, *elbv2.DescribeTagsOutput)

DescribeTagsRequest mocks base method

func (*MockELBV2API) DescribeTagsWithContext added in v0.3.3

func (m *MockELBV2API) DescribeTagsWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTagsInput, arg2 ...request.Option) (*elbv2.DescribeTagsOutput, error)

DescribeTagsWithContext mocks base method

func (*MockELBV2API) DescribeTargetGroupAttributes added in v0.3.0

DescribeTargetGroupAttributes mocks base method

func (*MockELBV2API) DescribeTargetGroupAttributesRequest added in v0.3.0

DescribeTargetGroupAttributesRequest mocks base method

func (*MockELBV2API) DescribeTargetGroupAttributesWithContext added in v0.3.3

func (m *MockELBV2API) DescribeTargetGroupAttributesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetGroupAttributesInput, arg2 ...request.Option) (*elbv2.DescribeTargetGroupAttributesOutput, error)

DescribeTargetGroupAttributesWithContext mocks base method

func (*MockELBV2API) DescribeTargetGroups added in v0.3.0

DescribeTargetGroups mocks base method

func (*MockELBV2API) DescribeTargetGroupsPages added in v0.3.0

func (m *MockELBV2API) DescribeTargetGroupsPages(arg0 *elbv2.DescribeTargetGroupsInput, arg1 func(*elbv2.DescribeTargetGroupsOutput, bool) bool) error

DescribeTargetGroupsPages mocks base method

func (*MockELBV2API) DescribeTargetGroupsPagesWithContext added in v0.3.3

func (m *MockELBV2API) DescribeTargetGroupsPagesWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetGroupsInput, arg2 func(*elbv2.DescribeTargetGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeTargetGroupsPagesWithContext mocks base method

func (*MockELBV2API) DescribeTargetGroupsRequest added in v0.3.0

func (m *MockELBV2API) DescribeTargetGroupsRequest(arg0 *elbv2.DescribeTargetGroupsInput) (*request.Request, *elbv2.DescribeTargetGroupsOutput)

DescribeTargetGroupsRequest mocks base method

func (*MockELBV2API) DescribeTargetGroupsWithContext added in v0.3.3

func (m *MockELBV2API) DescribeTargetGroupsWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetGroupsInput, arg2 ...request.Option) (*elbv2.DescribeTargetGroupsOutput, error)

DescribeTargetGroupsWithContext mocks base method

func (*MockELBV2API) DescribeTargetHealth added in v0.3.0

DescribeTargetHealth mocks base method

func (*MockELBV2API) DescribeTargetHealthRequest added in v0.3.0

func (m *MockELBV2API) DescribeTargetHealthRequest(arg0 *elbv2.DescribeTargetHealthInput) (*request.Request, *elbv2.DescribeTargetHealthOutput)

DescribeTargetHealthRequest mocks base method

func (*MockELBV2API) DescribeTargetHealthWithContext added in v0.3.3

func (m *MockELBV2API) DescribeTargetHealthWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetHealthInput, arg2 ...request.Option) (*elbv2.DescribeTargetHealthOutput, error)

DescribeTargetHealthWithContext mocks base method

func (*MockELBV2API) EXPECT added in v0.3.0

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

func (*MockELBV2API) ModifyListener added in v0.3.0

ModifyListener mocks base method

func (*MockELBV2API) ModifyListenerRequest added in v0.3.0

func (m *MockELBV2API) ModifyListenerRequest(arg0 *elbv2.ModifyListenerInput) (*request.Request, *elbv2.ModifyListenerOutput)

ModifyListenerRequest mocks base method

func (*MockELBV2API) ModifyListenerWithContext added in v0.3.3

func (m *MockELBV2API) ModifyListenerWithContext(arg0 aws.Context, arg1 *elbv2.ModifyListenerInput, arg2 ...request.Option) (*elbv2.ModifyListenerOutput, error)

ModifyListenerWithContext mocks base method

func (*MockELBV2API) ModifyLoadBalancerAttributes added in v0.3.0

ModifyLoadBalancerAttributes mocks base method

func (*MockELBV2API) ModifyLoadBalancerAttributesRequest added in v0.3.0

ModifyLoadBalancerAttributesRequest mocks base method

func (*MockELBV2API) ModifyLoadBalancerAttributesWithContext added in v0.3.3

func (m *MockELBV2API) ModifyLoadBalancerAttributesWithContext(arg0 aws.Context, arg1 *elbv2.ModifyLoadBalancerAttributesInput, arg2 ...request.Option) (*elbv2.ModifyLoadBalancerAttributesOutput, error)

ModifyLoadBalancerAttributesWithContext mocks base method

func (*MockELBV2API) ModifyRule added in v0.3.0

func (m *MockELBV2API) ModifyRule(arg0 *elbv2.ModifyRuleInput) (*elbv2.ModifyRuleOutput, error)

ModifyRule mocks base method

func (*MockELBV2API) ModifyRuleRequest added in v0.3.0

func (m *MockELBV2API) ModifyRuleRequest(arg0 *elbv2.ModifyRuleInput) (*request.Request, *elbv2.ModifyRuleOutput)

ModifyRuleRequest mocks base method

func (*MockELBV2API) ModifyRuleWithContext added in v0.3.3

func (m *MockELBV2API) ModifyRuleWithContext(arg0 aws.Context, arg1 *elbv2.ModifyRuleInput, arg2 ...request.Option) (*elbv2.ModifyRuleOutput, error)

ModifyRuleWithContext mocks base method

func (*MockELBV2API) ModifyTargetGroup added in v0.3.0

ModifyTargetGroup mocks base method

func (*MockELBV2API) ModifyTargetGroupAttributes added in v0.3.0

ModifyTargetGroupAttributes mocks base method

func (*MockELBV2API) ModifyTargetGroupAttributesRequest added in v0.3.0

ModifyTargetGroupAttributesRequest mocks base method

func (*MockELBV2API) ModifyTargetGroupAttributesWithContext added in v0.3.3

func (m *MockELBV2API) ModifyTargetGroupAttributesWithContext(arg0 aws.Context, arg1 *elbv2.ModifyTargetGroupAttributesInput, arg2 ...request.Option) (*elbv2.ModifyTargetGroupAttributesOutput, error)

ModifyTargetGroupAttributesWithContext mocks base method

func (*MockELBV2API) ModifyTargetGroupRequest added in v0.3.0

func (m *MockELBV2API) ModifyTargetGroupRequest(arg0 *elbv2.ModifyTargetGroupInput) (*request.Request, *elbv2.ModifyTargetGroupOutput)

ModifyTargetGroupRequest mocks base method

func (*MockELBV2API) ModifyTargetGroupWithContext added in v0.3.3

func (m *MockELBV2API) ModifyTargetGroupWithContext(arg0 aws.Context, arg1 *elbv2.ModifyTargetGroupInput, arg2 ...request.Option) (*elbv2.ModifyTargetGroupOutput, error)

ModifyTargetGroupWithContext mocks base method

func (*MockELBV2API) RegisterTargets added in v0.3.0

RegisterTargets mocks base method

func (*MockELBV2API) RegisterTargetsRequest added in v0.3.0

func (m *MockELBV2API) RegisterTargetsRequest(arg0 *elbv2.RegisterTargetsInput) (*request.Request, *elbv2.RegisterTargetsOutput)

RegisterTargetsRequest mocks base method

func (*MockELBV2API) RegisterTargetsWithContext added in v0.3.3

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

RegisterTargetsWithContext mocks base method

func (*MockELBV2API) RemoveListenerCertificates added in v0.5.2

RemoveListenerCertificates mocks base method

func (*MockELBV2API) RemoveListenerCertificatesRequest added in v0.5.2

RemoveListenerCertificatesRequest mocks base method

func (*MockELBV2API) RemoveListenerCertificatesWithContext added in v0.5.2

func (m *MockELBV2API) RemoveListenerCertificatesWithContext(arg0 aws.Context, arg1 *elbv2.RemoveListenerCertificatesInput, arg2 ...request.Option) (*elbv2.RemoveListenerCertificatesOutput, error)

RemoveListenerCertificatesWithContext mocks base method

func (*MockELBV2API) RemoveTags added in v0.3.0

func (m *MockELBV2API) RemoveTags(arg0 *elbv2.RemoveTagsInput) (*elbv2.RemoveTagsOutput, error)

RemoveTags mocks base method

func (*MockELBV2API) RemoveTagsRequest added in v0.3.0

func (m *MockELBV2API) RemoveTagsRequest(arg0 *elbv2.RemoveTagsInput) (*request.Request, *elbv2.RemoveTagsOutput)

RemoveTagsRequest mocks base method

func (*MockELBV2API) RemoveTagsWithContext added in v0.3.3

func (m *MockELBV2API) RemoveTagsWithContext(arg0 aws.Context, arg1 *elbv2.RemoveTagsInput, arg2 ...request.Option) (*elbv2.RemoveTagsOutput, error)

RemoveTagsWithContext mocks base method

func (*MockELBV2API) SetIpAddressType added in v0.3.0

SetIpAddressType mocks base method

func (*MockELBV2API) SetIpAddressTypeRequest added in v0.3.0

func (m *MockELBV2API) SetIpAddressTypeRequest(arg0 *elbv2.SetIpAddressTypeInput) (*request.Request, *elbv2.SetIpAddressTypeOutput)

SetIpAddressTypeRequest mocks base method

func (*MockELBV2API) SetIpAddressTypeWithContext added in v0.3.3

func (m *MockELBV2API) SetIpAddressTypeWithContext(arg0 aws.Context, arg1 *elbv2.SetIpAddressTypeInput, arg2 ...request.Option) (*elbv2.SetIpAddressTypeOutput, error)

SetIpAddressTypeWithContext mocks base method

func (*MockELBV2API) SetRulePriorities added in v0.3.0

SetRulePriorities mocks base method

func (*MockELBV2API) SetRulePrioritiesRequest added in v0.3.0

func (m *MockELBV2API) SetRulePrioritiesRequest(arg0 *elbv2.SetRulePrioritiesInput) (*request.Request, *elbv2.SetRulePrioritiesOutput)

SetRulePrioritiesRequest mocks base method

func (*MockELBV2API) SetRulePrioritiesWithContext added in v0.3.3

func (m *MockELBV2API) SetRulePrioritiesWithContext(arg0 aws.Context, arg1 *elbv2.SetRulePrioritiesInput, arg2 ...request.Option) (*elbv2.SetRulePrioritiesOutput, error)

SetRulePrioritiesWithContext mocks base method

func (*MockELBV2API) SetSecurityGroups added in v0.3.0

SetSecurityGroups mocks base method

func (*MockELBV2API) SetSecurityGroupsRequest added in v0.3.0

func (m *MockELBV2API) SetSecurityGroupsRequest(arg0 *elbv2.SetSecurityGroupsInput) (*request.Request, *elbv2.SetSecurityGroupsOutput)

SetSecurityGroupsRequest mocks base method

func (*MockELBV2API) SetSecurityGroupsWithContext added in v0.3.3

func (m *MockELBV2API) SetSecurityGroupsWithContext(arg0 aws.Context, arg1 *elbv2.SetSecurityGroupsInput, arg2 ...request.Option) (*elbv2.SetSecurityGroupsOutput, error)

SetSecurityGroupsWithContext mocks base method

func (*MockELBV2API) SetSubnets added in v0.3.0

func (m *MockELBV2API) SetSubnets(arg0 *elbv2.SetSubnetsInput) (*elbv2.SetSubnetsOutput, error)

SetSubnets mocks base method

func (*MockELBV2API) SetSubnetsRequest added in v0.3.0

func (m *MockELBV2API) SetSubnetsRequest(arg0 *elbv2.SetSubnetsInput) (*request.Request, *elbv2.SetSubnetsOutput)

SetSubnetsRequest mocks base method

func (*MockELBV2API) SetSubnetsWithContext added in v0.3.3

func (m *MockELBV2API) SetSubnetsWithContext(arg0 aws.Context, arg1 *elbv2.SetSubnetsInput, arg2 ...request.Option) (*elbv2.SetSubnetsOutput, error)

SetSubnetsWithContext mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerAvailable added in v0.3.3

func (m *MockELBV2API) WaitUntilLoadBalancerAvailable(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancerAvailable mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerAvailableWithContext added in v0.3.3

func (m *MockELBV2API) WaitUntilLoadBalancerAvailableWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancerAvailableWithContext mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerExists added in v0.3.3

func (m *MockELBV2API) WaitUntilLoadBalancerExists(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancerExists mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerExistsWithContext added in v0.3.3

func (m *MockELBV2API) WaitUntilLoadBalancerExistsWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancerExistsWithContext mocks base method

func (*MockELBV2API) WaitUntilLoadBalancersDeleted added in v0.4.1

func (m *MockELBV2API) WaitUntilLoadBalancersDeleted(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancersDeleted mocks base method

func (*MockELBV2API) WaitUntilLoadBalancersDeletedWithContext added in v0.4.1

func (m *MockELBV2API) WaitUntilLoadBalancersDeletedWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancersDeletedWithContext mocks base method

func (*MockELBV2API) WaitUntilTargetDeregistered added in v0.5.2

func (m *MockELBV2API) WaitUntilTargetDeregistered(arg0 *elbv2.DescribeTargetHealthInput) error

WaitUntilTargetDeregistered mocks base method

func (*MockELBV2API) WaitUntilTargetDeregisteredWithContext added in v0.5.2

func (m *MockELBV2API) WaitUntilTargetDeregisteredWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetHealthInput, arg2 ...request.WaiterOption) error

WaitUntilTargetDeregisteredWithContext mocks base method

func (*MockELBV2API) WaitUntilTargetInService added in v0.5.2

func (m *MockELBV2API) WaitUntilTargetInService(arg0 *elbv2.DescribeTargetHealthInput) error

WaitUntilTargetInService mocks base method

func (*MockELBV2API) WaitUntilTargetInServiceWithContext added in v0.5.2

func (m *MockELBV2API) WaitUntilTargetInServiceWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetHealthInput, arg2 ...request.WaiterOption) error

WaitUntilTargetInServiceWithContext mocks base method

type MockELBV2APIMockRecorder added in v0.6.0

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

MockELBV2APIMockRecorder is the mock recorder for MockELBV2API

func (*MockELBV2APIMockRecorder) AddListenerCertificates added in v0.6.0

func (mr *MockELBV2APIMockRecorder) AddListenerCertificates(arg0 interface{}) *gomock.Call

AddListenerCertificates indicates an expected call of AddListenerCertificates

func (*MockELBV2APIMockRecorder) AddListenerCertificatesRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) AddListenerCertificatesRequest(arg0 interface{}) *gomock.Call

AddListenerCertificatesRequest indicates an expected call of AddListenerCertificatesRequest

func (*MockELBV2APIMockRecorder) AddListenerCertificatesWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) AddListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddListenerCertificatesWithContext indicates an expected call of AddListenerCertificatesWithContext

func (*MockELBV2APIMockRecorder) AddTags added in v0.6.0

func (mr *MockELBV2APIMockRecorder) AddTags(arg0 interface{}) *gomock.Call

AddTags indicates an expected call of AddTags

func (*MockELBV2APIMockRecorder) AddTagsRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) AddTagsRequest(arg0 interface{}) *gomock.Call

AddTagsRequest indicates an expected call of AddTagsRequest

func (*MockELBV2APIMockRecorder) AddTagsWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) AddTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsWithContext indicates an expected call of AddTagsWithContext

func (*MockELBV2APIMockRecorder) CreateListener added in v0.6.0

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

CreateListener indicates an expected call of CreateListener

func (*MockELBV2APIMockRecorder) CreateListenerRequest added in v0.6.0

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

CreateListenerRequest indicates an expected call of CreateListenerRequest

func (*MockELBV2APIMockRecorder) CreateListenerWithContext added in v0.6.0

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

CreateListenerWithContext indicates an expected call of CreateListenerWithContext

func (*MockELBV2APIMockRecorder) CreateLoadBalancer added in v0.6.0

func (mr *MockELBV2APIMockRecorder) CreateLoadBalancer(arg0 interface{}) *gomock.Call

CreateLoadBalancer indicates an expected call of CreateLoadBalancer

func (*MockELBV2APIMockRecorder) CreateLoadBalancerRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) CreateLoadBalancerRequest(arg0 interface{}) *gomock.Call

CreateLoadBalancerRequest indicates an expected call of CreateLoadBalancerRequest

func (*MockELBV2APIMockRecorder) CreateLoadBalancerWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) CreateLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoadBalancerWithContext indicates an expected call of CreateLoadBalancerWithContext

func (*MockELBV2APIMockRecorder) CreateRule added in v0.6.0

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

CreateRule indicates an expected call of CreateRule

func (*MockELBV2APIMockRecorder) CreateRuleRequest added in v0.6.0

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

CreateRuleRequest indicates an expected call of CreateRuleRequest

func (*MockELBV2APIMockRecorder) CreateRuleWithContext added in v0.6.0

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

CreateRuleWithContext indicates an expected call of CreateRuleWithContext

func (*MockELBV2APIMockRecorder) CreateTargetGroup added in v0.6.0

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

CreateTargetGroup indicates an expected call of CreateTargetGroup

func (*MockELBV2APIMockRecorder) CreateTargetGroupRequest added in v0.6.0

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

CreateTargetGroupRequest indicates an expected call of CreateTargetGroupRequest

func (*MockELBV2APIMockRecorder) CreateTargetGroupWithContext added in v0.6.0

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

CreateTargetGroupWithContext indicates an expected call of CreateTargetGroupWithContext

func (*MockELBV2APIMockRecorder) DeleteListener added in v0.6.0

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

DeleteListener indicates an expected call of DeleteListener

func (*MockELBV2APIMockRecorder) DeleteListenerRequest added in v0.6.0

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

DeleteListenerRequest indicates an expected call of DeleteListenerRequest

func (*MockELBV2APIMockRecorder) DeleteListenerWithContext added in v0.6.0

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

DeleteListenerWithContext indicates an expected call of DeleteListenerWithContext

func (*MockELBV2APIMockRecorder) DeleteLoadBalancer added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DeleteLoadBalancer(arg0 interface{}) *gomock.Call

DeleteLoadBalancer indicates an expected call of DeleteLoadBalancer

func (*MockELBV2APIMockRecorder) DeleteLoadBalancerRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DeleteLoadBalancerRequest(arg0 interface{}) *gomock.Call

DeleteLoadBalancerRequest indicates an expected call of DeleteLoadBalancerRequest

func (*MockELBV2APIMockRecorder) DeleteLoadBalancerWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DeleteLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoadBalancerWithContext indicates an expected call of DeleteLoadBalancerWithContext

func (*MockELBV2APIMockRecorder) DeleteRule added in v0.6.0

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

DeleteRule indicates an expected call of DeleteRule

func (*MockELBV2APIMockRecorder) DeleteRuleRequest added in v0.6.0

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

DeleteRuleRequest indicates an expected call of DeleteRuleRequest

func (*MockELBV2APIMockRecorder) DeleteRuleWithContext added in v0.6.0

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

DeleteRuleWithContext indicates an expected call of DeleteRuleWithContext

func (*MockELBV2APIMockRecorder) DeleteTargetGroup added in v0.6.0

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

DeleteTargetGroup indicates an expected call of DeleteTargetGroup

func (*MockELBV2APIMockRecorder) DeleteTargetGroupRequest added in v0.6.0

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

DeleteTargetGroupRequest indicates an expected call of DeleteTargetGroupRequest

func (*MockELBV2APIMockRecorder) DeleteTargetGroupWithContext added in v0.6.0

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

DeleteTargetGroupWithContext indicates an expected call of DeleteTargetGroupWithContext

func (*MockELBV2APIMockRecorder) DeregisterTargets added in v0.6.0

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

DeregisterTargets indicates an expected call of DeregisterTargets

func (*MockELBV2APIMockRecorder) DeregisterTargetsRequest added in v0.6.0

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

DeregisterTargetsRequest indicates an expected call of DeregisterTargetsRequest

func (*MockELBV2APIMockRecorder) DeregisterTargetsWithContext added in v0.6.0

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

DeregisterTargetsWithContext indicates an expected call of DeregisterTargetsWithContext

func (*MockELBV2APIMockRecorder) DescribeAccountLimits added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeAccountLimits(arg0 interface{}) *gomock.Call

DescribeAccountLimits indicates an expected call of DescribeAccountLimits

func (*MockELBV2APIMockRecorder) DescribeAccountLimitsRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeAccountLimitsRequest(arg0 interface{}) *gomock.Call

DescribeAccountLimitsRequest indicates an expected call of DescribeAccountLimitsRequest

func (*MockELBV2APIMockRecorder) DescribeAccountLimitsWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeAccountLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountLimitsWithContext indicates an expected call of DescribeAccountLimitsWithContext

func (*MockELBV2APIMockRecorder) DescribeListenerCertificates added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeListenerCertificates(arg0 interface{}) *gomock.Call

DescribeListenerCertificates indicates an expected call of DescribeListenerCertificates

func (*MockELBV2APIMockRecorder) DescribeListenerCertificatesRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeListenerCertificatesRequest(arg0 interface{}) *gomock.Call

DescribeListenerCertificatesRequest indicates an expected call of DescribeListenerCertificatesRequest

func (*MockELBV2APIMockRecorder) DescribeListenerCertificatesWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeListenerCertificatesWithContext indicates an expected call of DescribeListenerCertificatesWithContext

func (*MockELBV2APIMockRecorder) DescribeListeners added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeListeners(arg0 interface{}) *gomock.Call

DescribeListeners indicates an expected call of DescribeListeners

func (*MockELBV2APIMockRecorder) DescribeListenersPages added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeListenersPages(arg0, arg1 interface{}) *gomock.Call

DescribeListenersPages indicates an expected call of DescribeListenersPages

func (*MockELBV2APIMockRecorder) DescribeListenersPagesWithContext added in v0.6.0

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

DescribeListenersPagesWithContext indicates an expected call of DescribeListenersPagesWithContext

func (*MockELBV2APIMockRecorder) DescribeListenersRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeListenersRequest(arg0 interface{}) *gomock.Call

DescribeListenersRequest indicates an expected call of DescribeListenersRequest

func (*MockELBV2APIMockRecorder) DescribeListenersWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeListenersWithContext indicates an expected call of DescribeListenersWithContext

func (*MockELBV2APIMockRecorder) DescribeLoadBalancerAttributes added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancerAttributes(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributes indicates an expected call of DescribeLoadBalancerAttributes

func (*MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributesRequest indicates an expected call of DescribeLoadBalancerAttributesRequest

func (*MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerAttributesWithContext indicates an expected call of DescribeLoadBalancerAttributesWithContext

func (*MockELBV2APIMockRecorder) DescribeLoadBalancers added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancers(arg0 interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersPages added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancersPages(arg0, arg1 interface{}) *gomock.Call

DescribeLoadBalancersPages indicates an expected call of DescribeLoadBalancersPages

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersPagesWithContext added in v0.6.0

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

DescribeLoadBalancersPagesWithContext indicates an expected call of DescribeLoadBalancersPagesWithContext

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancersRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancersRequest indicates an expected call of DescribeLoadBalancersRequest

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancersWithContext indicates an expected call of DescribeLoadBalancersWithContext

func (*MockELBV2APIMockRecorder) DescribeRules added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeRules(arg0 interface{}) *gomock.Call

DescribeRules indicates an expected call of DescribeRules

func (*MockELBV2APIMockRecorder) DescribeRulesRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeRulesRequest(arg0 interface{}) *gomock.Call

DescribeRulesRequest indicates an expected call of DescribeRulesRequest

func (*MockELBV2APIMockRecorder) DescribeRulesWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRulesWithContext indicates an expected call of DescribeRulesWithContext

func (*MockELBV2APIMockRecorder) DescribeSSLPolicies added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeSSLPolicies(arg0 interface{}) *gomock.Call

DescribeSSLPolicies indicates an expected call of DescribeSSLPolicies

func (*MockELBV2APIMockRecorder) DescribeSSLPoliciesRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeSSLPoliciesRequest(arg0 interface{}) *gomock.Call

DescribeSSLPoliciesRequest indicates an expected call of DescribeSSLPoliciesRequest

func (*MockELBV2APIMockRecorder) DescribeSSLPoliciesWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeSSLPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSSLPoliciesWithContext indicates an expected call of DescribeSSLPoliciesWithContext

func (*MockELBV2APIMockRecorder) DescribeTags added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags

func (*MockELBV2APIMockRecorder) DescribeTagsRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest

func (*MockELBV2APIMockRecorder) DescribeTagsWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetGroupAttributes added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupAttributes(arg0 interface{}) *gomock.Call

DescribeTargetGroupAttributes indicates an expected call of DescribeTargetGroupAttributes

func (*MockELBV2APIMockRecorder) DescribeTargetGroupAttributesRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupAttributesRequest(arg0 interface{}) *gomock.Call

DescribeTargetGroupAttributesRequest indicates an expected call of DescribeTargetGroupAttributesRequest

func (*MockELBV2APIMockRecorder) DescribeTargetGroupAttributesWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetGroupAttributesWithContext indicates an expected call of DescribeTargetGroupAttributesWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetGroups added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroups(arg0 interface{}) *gomock.Call

DescribeTargetGroups indicates an expected call of DescribeTargetGroups

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsPages added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTargetGroupsPages indicates an expected call of DescribeTargetGroupsPages

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsPagesWithContext added in v0.6.0

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

DescribeTargetGroupsPagesWithContext indicates an expected call of DescribeTargetGroupsPagesWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeTargetGroupsRequest indicates an expected call of DescribeTargetGroupsRequest

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetGroupsWithContext indicates an expected call of DescribeTargetGroupsWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetHealth added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTargetHealth(arg0 interface{}) *gomock.Call

DescribeTargetHealth indicates an expected call of DescribeTargetHealth

func (*MockELBV2APIMockRecorder) DescribeTargetHealthRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTargetHealthRequest(arg0 interface{}) *gomock.Call

DescribeTargetHealthRequest indicates an expected call of DescribeTargetHealthRequest

func (*MockELBV2APIMockRecorder) DescribeTargetHealthWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) DescribeTargetHealthWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetHealthWithContext indicates an expected call of DescribeTargetHealthWithContext

func (*MockELBV2APIMockRecorder) ModifyListener added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyListener(arg0 interface{}) *gomock.Call

ModifyListener indicates an expected call of ModifyListener

func (*MockELBV2APIMockRecorder) ModifyListenerRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyListenerRequest(arg0 interface{}) *gomock.Call

ModifyListenerRequest indicates an expected call of ModifyListenerRequest

func (*MockELBV2APIMockRecorder) ModifyListenerWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyListenerWithContext indicates an expected call of ModifyListenerWithContext

func (*MockELBV2APIMockRecorder) ModifyLoadBalancerAttributes added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyLoadBalancerAttributes(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributes indicates an expected call of ModifyLoadBalancerAttributes

func (*MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributesRequest indicates an expected call of ModifyLoadBalancerAttributesRequest

func (*MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLoadBalancerAttributesWithContext indicates an expected call of ModifyLoadBalancerAttributesWithContext

func (*MockELBV2APIMockRecorder) ModifyRule added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyRule(arg0 interface{}) *gomock.Call

ModifyRule indicates an expected call of ModifyRule

func (*MockELBV2APIMockRecorder) ModifyRuleRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyRuleRequest(arg0 interface{}) *gomock.Call

ModifyRuleRequest indicates an expected call of ModifyRuleRequest

func (*MockELBV2APIMockRecorder) ModifyRuleWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyRuleWithContext indicates an expected call of ModifyRuleWithContext

func (*MockELBV2APIMockRecorder) ModifyTargetGroup added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroup(arg0 interface{}) *gomock.Call

ModifyTargetGroup indicates an expected call of ModifyTargetGroup

func (*MockELBV2APIMockRecorder) ModifyTargetGroupAttributes added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupAttributes(arg0 interface{}) *gomock.Call

ModifyTargetGroupAttributes indicates an expected call of ModifyTargetGroupAttributes

func (*MockELBV2APIMockRecorder) ModifyTargetGroupAttributesRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupAttributesRequest(arg0 interface{}) *gomock.Call

ModifyTargetGroupAttributesRequest indicates an expected call of ModifyTargetGroupAttributesRequest

func (*MockELBV2APIMockRecorder) ModifyTargetGroupAttributesWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTargetGroupAttributesWithContext indicates an expected call of ModifyTargetGroupAttributesWithContext

func (*MockELBV2APIMockRecorder) ModifyTargetGroupRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupRequest(arg0 interface{}) *gomock.Call

ModifyTargetGroupRequest indicates an expected call of ModifyTargetGroupRequest

func (*MockELBV2APIMockRecorder) ModifyTargetGroupWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTargetGroupWithContext indicates an expected call of ModifyTargetGroupWithContext

func (*MockELBV2APIMockRecorder) RegisterTargets added in v0.6.0

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

RegisterTargets indicates an expected call of RegisterTargets

func (*MockELBV2APIMockRecorder) RegisterTargetsRequest added in v0.6.0

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

RegisterTargetsRequest indicates an expected call of RegisterTargetsRequest

func (*MockELBV2APIMockRecorder) RegisterTargetsWithContext added in v0.6.0

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

RegisterTargetsWithContext indicates an expected call of RegisterTargetsWithContext

func (*MockELBV2APIMockRecorder) RemoveListenerCertificates added in v0.6.0

func (mr *MockELBV2APIMockRecorder) RemoveListenerCertificates(arg0 interface{}) *gomock.Call

RemoveListenerCertificates indicates an expected call of RemoveListenerCertificates

func (*MockELBV2APIMockRecorder) RemoveListenerCertificatesRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) RemoveListenerCertificatesRequest(arg0 interface{}) *gomock.Call

RemoveListenerCertificatesRequest indicates an expected call of RemoveListenerCertificatesRequest

func (*MockELBV2APIMockRecorder) RemoveListenerCertificatesWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) RemoveListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveListenerCertificatesWithContext indicates an expected call of RemoveListenerCertificatesWithContext

func (*MockELBV2APIMockRecorder) RemoveTags added in v0.6.0

func (mr *MockELBV2APIMockRecorder) RemoveTags(arg0 interface{}) *gomock.Call

RemoveTags indicates an expected call of RemoveTags

func (*MockELBV2APIMockRecorder) RemoveTagsRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) RemoveTagsRequest(arg0 interface{}) *gomock.Call

RemoveTagsRequest indicates an expected call of RemoveTagsRequest

func (*MockELBV2APIMockRecorder) RemoveTagsWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) RemoveTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsWithContext indicates an expected call of RemoveTagsWithContext

func (*MockELBV2APIMockRecorder) SetIpAddressType added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetIpAddressType(arg0 interface{}) *gomock.Call

SetIpAddressType indicates an expected call of SetIpAddressType

func (*MockELBV2APIMockRecorder) SetIpAddressTypeRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetIpAddressTypeRequest(arg0 interface{}) *gomock.Call

SetIpAddressTypeRequest indicates an expected call of SetIpAddressTypeRequest

func (*MockELBV2APIMockRecorder) SetIpAddressTypeWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetIpAddressTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIpAddressTypeWithContext indicates an expected call of SetIpAddressTypeWithContext

func (*MockELBV2APIMockRecorder) SetRulePriorities added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetRulePriorities(arg0 interface{}) *gomock.Call

SetRulePriorities indicates an expected call of SetRulePriorities

func (*MockELBV2APIMockRecorder) SetRulePrioritiesRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetRulePrioritiesRequest(arg0 interface{}) *gomock.Call

SetRulePrioritiesRequest indicates an expected call of SetRulePrioritiesRequest

func (*MockELBV2APIMockRecorder) SetRulePrioritiesWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetRulePrioritiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetRulePrioritiesWithContext indicates an expected call of SetRulePrioritiesWithContext

func (*MockELBV2APIMockRecorder) SetSecurityGroups added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetSecurityGroups(arg0 interface{}) *gomock.Call

SetSecurityGroups indicates an expected call of SetSecurityGroups

func (*MockELBV2APIMockRecorder) SetSecurityGroupsRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetSecurityGroupsRequest(arg0 interface{}) *gomock.Call

SetSecurityGroupsRequest indicates an expected call of SetSecurityGroupsRequest

func (*MockELBV2APIMockRecorder) SetSecurityGroupsWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSecurityGroupsWithContext indicates an expected call of SetSecurityGroupsWithContext

func (*MockELBV2APIMockRecorder) SetSubnets added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetSubnets(arg0 interface{}) *gomock.Call

SetSubnets indicates an expected call of SetSubnets

func (*MockELBV2APIMockRecorder) SetSubnetsRequest added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetSubnetsRequest(arg0 interface{}) *gomock.Call

SetSubnetsRequest indicates an expected call of SetSubnetsRequest

func (*MockELBV2APIMockRecorder) SetSubnetsWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) SetSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSubnetsWithContext indicates an expected call of SetSubnetsWithContext

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailable added in v0.6.0

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailable(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancerAvailable indicates an expected call of WaitUntilLoadBalancerAvailable

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailableWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancerAvailableWithContext indicates an expected call of WaitUntilLoadBalancerAvailableWithContext

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerExists added in v0.6.0

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerExists(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancerExists indicates an expected call of WaitUntilLoadBalancerExists

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerExistsWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancerExistsWithContext indicates an expected call of WaitUntilLoadBalancerExistsWithContext

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeleted added in v0.6.0

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeleted(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancersDeleted indicates an expected call of WaitUntilLoadBalancersDeleted

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeletedWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancersDeletedWithContext indicates an expected call of WaitUntilLoadBalancersDeletedWithContext

func (*MockELBV2APIMockRecorder) WaitUntilTargetDeregistered added in v0.6.0

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetDeregistered(arg0 interface{}) *gomock.Call

WaitUntilTargetDeregistered indicates an expected call of WaitUntilTargetDeregistered

func (*MockELBV2APIMockRecorder) WaitUntilTargetDeregisteredWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetDeregisteredWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTargetDeregisteredWithContext indicates an expected call of WaitUntilTargetDeregisteredWithContext

func (*MockELBV2APIMockRecorder) WaitUntilTargetInService added in v0.6.0

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetInService(arg0 interface{}) *gomock.Call

WaitUntilTargetInService indicates an expected call of WaitUntilTargetInService

func (*MockELBV2APIMockRecorder) WaitUntilTargetInServiceWithContext added in v0.6.0

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetInServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTargetInServiceWithContext indicates an expected call of WaitUntilTargetInServiceWithContext

type MockElastiCacheAPI

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

MockElastiCacheAPI is a mock of ElastiCacheAPI interface

func NewMockElastiCacheAPI

func NewMockElastiCacheAPI(ctrl *gomock.Controller) *MockElastiCacheAPI

NewMockElastiCacheAPI creates a new mock instance

func (*MockElastiCacheAPI) AddTagsToResource

AddTagsToResource mocks base method

func (*MockElastiCacheAPI) AddTagsToResourceRequest

AddTagsToResourceRequest mocks base method

func (*MockElastiCacheAPI) AddTagsToResourceWithContext added in v0.3.3

func (m *MockElastiCacheAPI) AddTagsToResourceWithContext(arg0 aws.Context, arg1 *elasticache.AddTagsToResourceInput, arg2 ...request.Option) (*elasticache.TagListMessage, error)

AddTagsToResourceWithContext mocks base method

func (*MockElastiCacheAPI) AuthorizeCacheSecurityGroupIngress

AuthorizeCacheSecurityGroupIngress mocks base method

func (*MockElastiCacheAPI) AuthorizeCacheSecurityGroupIngressRequest

AuthorizeCacheSecurityGroupIngressRequest mocks base method

func (*MockElastiCacheAPI) AuthorizeCacheSecurityGroupIngressWithContext added in v0.3.3

AuthorizeCacheSecurityGroupIngressWithContext mocks base method

func (*MockElastiCacheAPI) CopySnapshot

CopySnapshot mocks base method

func (*MockElastiCacheAPI) CopySnapshotRequest

CopySnapshotRequest mocks base method

func (*MockElastiCacheAPI) CopySnapshotWithContext added in v0.3.3

func (m *MockElastiCacheAPI) CopySnapshotWithContext(arg0 aws.Context, arg1 *elasticache.CopySnapshotInput, arg2 ...request.Option) (*elasticache.CopySnapshotOutput, error)

CopySnapshotWithContext mocks base method

func (*MockElastiCacheAPI) CreateCacheCluster

CreateCacheCluster mocks base method

func (*MockElastiCacheAPI) CreateCacheClusterRequest

CreateCacheClusterRequest mocks base method

func (*MockElastiCacheAPI) CreateCacheClusterWithContext added in v0.3.3

func (m *MockElastiCacheAPI) CreateCacheClusterWithContext(arg0 aws.Context, arg1 *elasticache.CreateCacheClusterInput, arg2 ...request.Option) (*elasticache.CreateCacheClusterOutput, error)

CreateCacheClusterWithContext mocks base method

func (*MockElastiCacheAPI) CreateCacheParameterGroup

CreateCacheParameterGroup mocks base method

func (*MockElastiCacheAPI) CreateCacheParameterGroupRequest

CreateCacheParameterGroupRequest mocks base method

func (*MockElastiCacheAPI) CreateCacheParameterGroupWithContext added in v0.3.3

CreateCacheParameterGroupWithContext mocks base method

func (*MockElastiCacheAPI) CreateCacheSecurityGroup

CreateCacheSecurityGroup mocks base method

func (*MockElastiCacheAPI) CreateCacheSecurityGroupRequest

CreateCacheSecurityGroupRequest mocks base method

func (*MockElastiCacheAPI) CreateCacheSecurityGroupWithContext added in v0.3.3

CreateCacheSecurityGroupWithContext mocks base method

func (*MockElastiCacheAPI) CreateCacheSubnetGroup

CreateCacheSubnetGroup mocks base method

func (*MockElastiCacheAPI) CreateCacheSubnetGroupRequest

CreateCacheSubnetGroupRequest mocks base method

func (*MockElastiCacheAPI) CreateCacheSubnetGroupWithContext added in v0.3.3

CreateCacheSubnetGroupWithContext mocks base method

func (*MockElastiCacheAPI) CreateReplicationGroup

CreateReplicationGroup mocks base method

func (*MockElastiCacheAPI) CreateReplicationGroupRequest

CreateReplicationGroupRequest mocks base method

func (*MockElastiCacheAPI) CreateReplicationGroupWithContext added in v0.3.3

CreateReplicationGroupWithContext mocks base method

func (*MockElastiCacheAPI) CreateSnapshot

CreateSnapshot mocks base method

func (*MockElastiCacheAPI) CreateSnapshotRequest

CreateSnapshotRequest mocks base method

func (*MockElastiCacheAPI) CreateSnapshotWithContext added in v0.3.3

func (m *MockElastiCacheAPI) CreateSnapshotWithContext(arg0 aws.Context, arg1 *elasticache.CreateSnapshotInput, arg2 ...request.Option) (*elasticache.CreateSnapshotOutput, error)

CreateSnapshotWithContext mocks base method

func (*MockElastiCacheAPI) DeleteCacheCluster

DeleteCacheCluster mocks base method

func (*MockElastiCacheAPI) DeleteCacheClusterRequest

DeleteCacheClusterRequest mocks base method

func (*MockElastiCacheAPI) DeleteCacheClusterWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DeleteCacheClusterWithContext(arg0 aws.Context, arg1 *elasticache.DeleteCacheClusterInput, arg2 ...request.Option) (*elasticache.DeleteCacheClusterOutput, error)

DeleteCacheClusterWithContext mocks base method

func (*MockElastiCacheAPI) DeleteCacheParameterGroup

DeleteCacheParameterGroup mocks base method

func (*MockElastiCacheAPI) DeleteCacheParameterGroupRequest

DeleteCacheParameterGroupRequest mocks base method

func (*MockElastiCacheAPI) DeleteCacheParameterGroupWithContext added in v0.3.3

DeleteCacheParameterGroupWithContext mocks base method

func (*MockElastiCacheAPI) DeleteCacheSecurityGroup

DeleteCacheSecurityGroup mocks base method

func (*MockElastiCacheAPI) DeleteCacheSecurityGroupRequest

DeleteCacheSecurityGroupRequest mocks base method

func (*MockElastiCacheAPI) DeleteCacheSecurityGroupWithContext added in v0.3.3

DeleteCacheSecurityGroupWithContext mocks base method

func (*MockElastiCacheAPI) DeleteCacheSubnetGroup

DeleteCacheSubnetGroup mocks base method

func (*MockElastiCacheAPI) DeleteCacheSubnetGroupRequest

DeleteCacheSubnetGroupRequest mocks base method

func (*MockElastiCacheAPI) DeleteCacheSubnetGroupWithContext added in v0.3.3

DeleteCacheSubnetGroupWithContext mocks base method

func (*MockElastiCacheAPI) DeleteReplicationGroup

DeleteReplicationGroup mocks base method

func (*MockElastiCacheAPI) DeleteReplicationGroupRequest

DeleteReplicationGroupRequest mocks base method

func (*MockElastiCacheAPI) DeleteReplicationGroupWithContext added in v0.3.3

DeleteReplicationGroupWithContext mocks base method

func (*MockElastiCacheAPI) DeleteSnapshot

DeleteSnapshot mocks base method

func (*MockElastiCacheAPI) DeleteSnapshotRequest

DeleteSnapshotRequest mocks base method

func (*MockElastiCacheAPI) DeleteSnapshotWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DeleteSnapshotWithContext(arg0 aws.Context, arg1 *elasticache.DeleteSnapshotInput, arg2 ...request.Option) (*elasticache.DeleteSnapshotOutput, error)

DeleteSnapshotWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheClusters

DescribeCacheClusters mocks base method

func (*MockElastiCacheAPI) DescribeCacheClustersPages

DescribeCacheClustersPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheClustersPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeCacheClustersPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeCacheClustersInput, arg2 func(*elasticache.DescribeCacheClustersOutput, bool) bool, arg3 ...request.Option) error

DescribeCacheClustersPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheClustersRequest

DescribeCacheClustersRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheClustersWithContext added in v0.3.3

DescribeCacheClustersWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheEngineVersions

DescribeCacheEngineVersions mocks base method

func (*MockElastiCacheAPI) DescribeCacheEngineVersionsPages

DescribeCacheEngineVersionsPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheEngineVersionsPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeCacheEngineVersionsPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeCacheEngineVersionsInput, arg2 func(*elasticache.DescribeCacheEngineVersionsOutput, bool) bool, arg3 ...request.Option) error

DescribeCacheEngineVersionsPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheEngineVersionsRequest

DescribeCacheEngineVersionsRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheEngineVersionsWithContext added in v0.3.3

DescribeCacheEngineVersionsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameterGroups

DescribeCacheParameterGroups mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameterGroupsPages

DescribeCacheParameterGroupsPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameterGroupsPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeCacheParameterGroupsPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeCacheParameterGroupsInput, arg2 func(*elasticache.DescribeCacheParameterGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeCacheParameterGroupsPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameterGroupsRequest

DescribeCacheParameterGroupsRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameterGroupsWithContext added in v0.3.3

DescribeCacheParameterGroupsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameters

DescribeCacheParameters mocks base method

func (*MockElastiCacheAPI) DescribeCacheParametersPages

DescribeCacheParametersPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheParametersPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeCacheParametersPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeCacheParametersInput, arg2 func(*elasticache.DescribeCacheParametersOutput, bool) bool, arg3 ...request.Option) error

DescribeCacheParametersPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheParametersRequest

DescribeCacheParametersRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheParametersWithContext added in v0.3.3

DescribeCacheParametersWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheSecurityGroups

DescribeCacheSecurityGroups mocks base method

func (*MockElastiCacheAPI) DescribeCacheSecurityGroupsPages

DescribeCacheSecurityGroupsPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheSecurityGroupsPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeCacheSecurityGroupsPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeCacheSecurityGroupsInput, arg2 func(*elasticache.DescribeCacheSecurityGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeCacheSecurityGroupsPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheSecurityGroupsRequest

DescribeCacheSecurityGroupsRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheSecurityGroupsWithContext added in v0.3.3

DescribeCacheSecurityGroupsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheSubnetGroups

DescribeCacheSubnetGroups mocks base method

func (*MockElastiCacheAPI) DescribeCacheSubnetGroupsPages

DescribeCacheSubnetGroupsPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheSubnetGroupsPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeCacheSubnetGroupsPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeCacheSubnetGroupsInput, arg2 func(*elasticache.DescribeCacheSubnetGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeCacheSubnetGroupsPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheSubnetGroupsRequest

DescribeCacheSubnetGroupsRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheSubnetGroupsWithContext added in v0.3.3

DescribeCacheSubnetGroupsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeEngineDefaultParameters

DescribeEngineDefaultParameters mocks base method

func (*MockElastiCacheAPI) DescribeEngineDefaultParametersPages

DescribeEngineDefaultParametersPages mocks base method

func (*MockElastiCacheAPI) DescribeEngineDefaultParametersPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeEngineDefaultParametersPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeEngineDefaultParametersInput, arg2 func(*elasticache.DescribeEngineDefaultParametersOutput, bool) bool, arg3 ...request.Option) error

DescribeEngineDefaultParametersPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeEngineDefaultParametersRequest

DescribeEngineDefaultParametersRequest mocks base method

func (*MockElastiCacheAPI) DescribeEngineDefaultParametersWithContext added in v0.3.3

DescribeEngineDefaultParametersWithContext mocks base method

func (*MockElastiCacheAPI) DescribeEvents

DescribeEvents mocks base method

func (*MockElastiCacheAPI) DescribeEventsPages

DescribeEventsPages mocks base method

func (*MockElastiCacheAPI) DescribeEventsPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeEventsPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeEventsInput, arg2 func(*elasticache.DescribeEventsOutput, bool) bool, arg3 ...request.Option) error

DescribeEventsPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeEventsRequest

DescribeEventsRequest mocks base method

func (*MockElastiCacheAPI) DescribeEventsWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeEventsWithContext(arg0 aws.Context, arg1 *elasticache.DescribeEventsInput, arg2 ...request.Option) (*elasticache.DescribeEventsOutput, error)

DescribeEventsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeReplicationGroups

DescribeReplicationGroups mocks base method

func (*MockElastiCacheAPI) DescribeReplicationGroupsPages

DescribeReplicationGroupsPages mocks base method

func (*MockElastiCacheAPI) DescribeReplicationGroupsPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeReplicationGroupsPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeReplicationGroupsInput, arg2 func(*elasticache.DescribeReplicationGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeReplicationGroupsPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeReplicationGroupsRequest

DescribeReplicationGroupsRequest mocks base method

func (*MockElastiCacheAPI) DescribeReplicationGroupsWithContext added in v0.3.3

DescribeReplicationGroupsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodes

DescribeReservedCacheNodes mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesOfferings

DescribeReservedCacheNodesOfferings mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesOfferingsPages

DescribeReservedCacheNodesOfferingsPages mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesOfferingsPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeReservedCacheNodesOfferingsPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeReservedCacheNodesOfferingsInput, arg2 func(*elasticache.DescribeReservedCacheNodesOfferingsOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedCacheNodesOfferingsPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesOfferingsRequest

DescribeReservedCacheNodesOfferingsRequest mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesOfferingsWithContext added in v0.3.3

DescribeReservedCacheNodesOfferingsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesPages

DescribeReservedCacheNodesPages mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeReservedCacheNodesPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeReservedCacheNodesInput, arg2 func(*elasticache.DescribeReservedCacheNodesOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedCacheNodesPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesRequest

DescribeReservedCacheNodesRequest mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesWithContext added in v0.3.3

DescribeReservedCacheNodesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeSnapshots

DescribeSnapshots mocks base method

func (*MockElastiCacheAPI) DescribeSnapshotsPages

DescribeSnapshotsPages mocks base method

func (*MockElastiCacheAPI) DescribeSnapshotsPagesWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeSnapshotsPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeSnapshotsInput, arg2 func(*elasticache.DescribeSnapshotsOutput, bool) bool, arg3 ...request.Option) error

DescribeSnapshotsPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeSnapshotsRequest

DescribeSnapshotsRequest mocks base method

func (*MockElastiCacheAPI) DescribeSnapshotsWithContext added in v0.3.3

func (m *MockElastiCacheAPI) DescribeSnapshotsWithContext(arg0 aws.Context, arg1 *elasticache.DescribeSnapshotsInput, arg2 ...request.Option) (*elasticache.DescribeSnapshotsOutput, error)

DescribeSnapshotsWithContext mocks base method

func (*MockElastiCacheAPI) EXPECT

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

func (*MockElastiCacheAPI) ListAllowedNodeTypeModifications

ListAllowedNodeTypeModifications mocks base method

func (*MockElastiCacheAPI) ListAllowedNodeTypeModificationsRequest

ListAllowedNodeTypeModificationsRequest mocks base method

func (*MockElastiCacheAPI) ListAllowedNodeTypeModificationsWithContext added in v0.3.3

ListAllowedNodeTypeModificationsWithContext mocks base method

func (*MockElastiCacheAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockElastiCacheAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockElastiCacheAPI) ListTagsForResourceWithContext added in v0.3.3

func (m *MockElastiCacheAPI) ListTagsForResourceWithContext(arg0 aws.Context, arg1 *elasticache.ListTagsForResourceInput, arg2 ...request.Option) (*elasticache.TagListMessage, error)

ListTagsForResourceWithContext mocks base method

func (*MockElastiCacheAPI) ModifyCacheCluster

ModifyCacheCluster mocks base method

func (*MockElastiCacheAPI) ModifyCacheClusterRequest

ModifyCacheClusterRequest mocks base method

func (*MockElastiCacheAPI) ModifyCacheClusterWithContext added in v0.3.3

func (m *MockElastiCacheAPI) ModifyCacheClusterWithContext(arg0 aws.Context, arg1 *elasticache.ModifyCacheClusterInput, arg2 ...request.Option) (*elasticache.ModifyCacheClusterOutput, error)

ModifyCacheClusterWithContext mocks base method

func (*MockElastiCacheAPI) ModifyCacheParameterGroup

ModifyCacheParameterGroup mocks base method

func (*MockElastiCacheAPI) ModifyCacheParameterGroupRequest

ModifyCacheParameterGroupRequest mocks base method

func (*MockElastiCacheAPI) ModifyCacheParameterGroupWithContext added in v0.3.3

ModifyCacheParameterGroupWithContext mocks base method

func (*MockElastiCacheAPI) ModifyCacheSubnetGroup

ModifyCacheSubnetGroup mocks base method

func (*MockElastiCacheAPI) ModifyCacheSubnetGroupRequest

ModifyCacheSubnetGroupRequest mocks base method

func (*MockElastiCacheAPI) ModifyCacheSubnetGroupWithContext added in v0.3.3

ModifyCacheSubnetGroupWithContext mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroup

ModifyReplicationGroup mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroupRequest

ModifyReplicationGroupRequest mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroupShardConfiguration added in v0.5.2

ModifyReplicationGroupShardConfiguration mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroupShardConfigurationRequest added in v0.5.2

ModifyReplicationGroupShardConfigurationRequest mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroupShardConfigurationWithContext added in v0.5.2

ModifyReplicationGroupShardConfigurationWithContext mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroupWithContext added in v0.3.3

ModifyReplicationGroupWithContext mocks base method

func (*MockElastiCacheAPI) PurchaseReservedCacheNodesOffering

PurchaseReservedCacheNodesOffering mocks base method

func (*MockElastiCacheAPI) PurchaseReservedCacheNodesOfferingRequest

PurchaseReservedCacheNodesOfferingRequest mocks base method

func (*MockElastiCacheAPI) PurchaseReservedCacheNodesOfferingWithContext added in v0.3.3

PurchaseReservedCacheNodesOfferingWithContext mocks base method

func (*MockElastiCacheAPI) RebootCacheCluster

RebootCacheCluster mocks base method

func (*MockElastiCacheAPI) RebootCacheClusterRequest

RebootCacheClusterRequest mocks base method

func (*MockElastiCacheAPI) RebootCacheClusterWithContext added in v0.3.3

func (m *MockElastiCacheAPI) RebootCacheClusterWithContext(arg0 aws.Context, arg1 *elasticache.RebootCacheClusterInput, arg2 ...request.Option) (*elasticache.RebootCacheClusterOutput, error)

RebootCacheClusterWithContext mocks base method

func (*MockElastiCacheAPI) RemoveTagsFromResource

RemoveTagsFromResource mocks base method

func (*MockElastiCacheAPI) RemoveTagsFromResourceRequest

RemoveTagsFromResourceRequest mocks base method

func (*MockElastiCacheAPI) RemoveTagsFromResourceWithContext added in v0.3.3

func (m *MockElastiCacheAPI) RemoveTagsFromResourceWithContext(arg0 aws.Context, arg1 *elasticache.RemoveTagsFromResourceInput, arg2 ...request.Option) (*elasticache.TagListMessage, error)

RemoveTagsFromResourceWithContext mocks base method

func (*MockElastiCacheAPI) ResetCacheParameterGroup

ResetCacheParameterGroup mocks base method

func (*MockElastiCacheAPI) ResetCacheParameterGroupRequest

ResetCacheParameterGroupRequest mocks base method

func (*MockElastiCacheAPI) ResetCacheParameterGroupWithContext added in v0.3.3

ResetCacheParameterGroupWithContext mocks base method

func (*MockElastiCacheAPI) RevokeCacheSecurityGroupIngress

RevokeCacheSecurityGroupIngress mocks base method

func (*MockElastiCacheAPI) RevokeCacheSecurityGroupIngressRequest

RevokeCacheSecurityGroupIngressRequest mocks base method

func (*MockElastiCacheAPI) RevokeCacheSecurityGroupIngressWithContext added in v0.3.3

RevokeCacheSecurityGroupIngressWithContext mocks base method

func (*MockElastiCacheAPI) TestFailover added in v0.3.5

TestFailover mocks base method

func (*MockElastiCacheAPI) TestFailoverRequest added in v0.3.5

TestFailoverRequest mocks base method

func (*MockElastiCacheAPI) TestFailoverWithContext added in v0.3.5

func (m *MockElastiCacheAPI) TestFailoverWithContext(arg0 aws.Context, arg1 *elasticache.TestFailoverInput, arg2 ...request.Option) (*elasticache.TestFailoverOutput, error)

TestFailoverWithContext mocks base method

func (*MockElastiCacheAPI) WaitUntilCacheClusterAvailable

func (m *MockElastiCacheAPI) WaitUntilCacheClusterAvailable(arg0 *elasticache.DescribeCacheClustersInput) error

WaitUntilCacheClusterAvailable mocks base method

func (*MockElastiCacheAPI) WaitUntilCacheClusterAvailableWithContext added in v0.3.3

func (m *MockElastiCacheAPI) WaitUntilCacheClusterAvailableWithContext(arg0 aws.Context, arg1 *elasticache.DescribeCacheClustersInput, arg2 ...request.WaiterOption) error

WaitUntilCacheClusterAvailableWithContext mocks base method

func (*MockElastiCacheAPI) WaitUntilCacheClusterDeleted

func (m *MockElastiCacheAPI) WaitUntilCacheClusterDeleted(arg0 *elasticache.DescribeCacheClustersInput) error

WaitUntilCacheClusterDeleted mocks base method

func (*MockElastiCacheAPI) WaitUntilCacheClusterDeletedWithContext added in v0.3.3

func (m *MockElastiCacheAPI) WaitUntilCacheClusterDeletedWithContext(arg0 aws.Context, arg1 *elasticache.DescribeCacheClustersInput, arg2 ...request.WaiterOption) error

WaitUntilCacheClusterDeletedWithContext mocks base method

func (*MockElastiCacheAPI) WaitUntilReplicationGroupAvailable

func (m *MockElastiCacheAPI) WaitUntilReplicationGroupAvailable(arg0 *elasticache.DescribeReplicationGroupsInput) error

WaitUntilReplicationGroupAvailable mocks base method

func (*MockElastiCacheAPI) WaitUntilReplicationGroupAvailableWithContext added in v0.3.3

func (m *MockElastiCacheAPI) WaitUntilReplicationGroupAvailableWithContext(arg0 aws.Context, arg1 *elasticache.DescribeReplicationGroupsInput, arg2 ...request.WaiterOption) error

WaitUntilReplicationGroupAvailableWithContext mocks base method

func (*MockElastiCacheAPI) WaitUntilReplicationGroupDeleted

func (m *MockElastiCacheAPI) WaitUntilReplicationGroupDeleted(arg0 *elasticache.DescribeReplicationGroupsInput) error

WaitUntilReplicationGroupDeleted mocks base method

func (*MockElastiCacheAPI) WaitUntilReplicationGroupDeletedWithContext added in v0.3.3

func (m *MockElastiCacheAPI) WaitUntilReplicationGroupDeletedWithContext(arg0 aws.Context, arg1 *elasticache.DescribeReplicationGroupsInput, arg2 ...request.WaiterOption) error

WaitUntilReplicationGroupDeletedWithContext mocks base method

type MockElastiCacheAPIMockRecorder added in v0.6.0

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

MockElastiCacheAPIMockRecorder is the mock recorder for MockElastiCacheAPI

func (*MockElastiCacheAPIMockRecorder) AddTagsToResource added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) AddTagsToResource(arg0 interface{}) *gomock.Call

AddTagsToResource indicates an expected call of AddTagsToResource

func (*MockElastiCacheAPIMockRecorder) AddTagsToResourceRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) AddTagsToResourceRequest(arg0 interface{}) *gomock.Call

AddTagsToResourceRequest indicates an expected call of AddTagsToResourceRequest

func (*MockElastiCacheAPIMockRecorder) AddTagsToResourceWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) AddTagsToResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsToResourceWithContext indicates an expected call of AddTagsToResourceWithContext

func (*MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngress added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngress(arg0 interface{}) *gomock.Call

AuthorizeCacheSecurityGroupIngress indicates an expected call of AuthorizeCacheSecurityGroupIngress

func (*MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngressRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeCacheSecurityGroupIngressRequest indicates an expected call of AuthorizeCacheSecurityGroupIngressRequest

func (*MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngressWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeCacheSecurityGroupIngressWithContext indicates an expected call of AuthorizeCacheSecurityGroupIngressWithContext

func (*MockElastiCacheAPIMockRecorder) CopySnapshot added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CopySnapshot(arg0 interface{}) *gomock.Call

CopySnapshot indicates an expected call of CopySnapshot

func (*MockElastiCacheAPIMockRecorder) CopySnapshotRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CopySnapshotRequest(arg0 interface{}) *gomock.Call

CopySnapshotRequest indicates an expected call of CopySnapshotRequest

func (*MockElastiCacheAPIMockRecorder) CopySnapshotWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CopySnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopySnapshotWithContext indicates an expected call of CopySnapshotWithContext

func (*MockElastiCacheAPIMockRecorder) CreateCacheCluster added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheCluster(arg0 interface{}) *gomock.Call

CreateCacheCluster indicates an expected call of CreateCacheCluster

func (*MockElastiCacheAPIMockRecorder) CreateCacheClusterRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheClusterRequest(arg0 interface{}) *gomock.Call

CreateCacheClusterRequest indicates an expected call of CreateCacheClusterRequest

func (*MockElastiCacheAPIMockRecorder) CreateCacheClusterWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCacheClusterWithContext indicates an expected call of CreateCacheClusterWithContext

func (*MockElastiCacheAPIMockRecorder) CreateCacheParameterGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheParameterGroup(arg0 interface{}) *gomock.Call

CreateCacheParameterGroup indicates an expected call of CreateCacheParameterGroup

func (*MockElastiCacheAPIMockRecorder) CreateCacheParameterGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheParameterGroupRequest(arg0 interface{}) *gomock.Call

CreateCacheParameterGroupRequest indicates an expected call of CreateCacheParameterGroupRequest

func (*MockElastiCacheAPIMockRecorder) CreateCacheParameterGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCacheParameterGroupWithContext indicates an expected call of CreateCacheParameterGroupWithContext

func (*MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroup(arg0 interface{}) *gomock.Call

CreateCacheSecurityGroup indicates an expected call of CreateCacheSecurityGroup

func (*MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroupRequest(arg0 interface{}) *gomock.Call

CreateCacheSecurityGroupRequest indicates an expected call of CreateCacheSecurityGroupRequest

func (*MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCacheSecurityGroupWithContext indicates an expected call of CreateCacheSecurityGroupWithContext

func (*MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroup(arg0 interface{}) *gomock.Call

CreateCacheSubnetGroup indicates an expected call of CreateCacheSubnetGroup

func (*MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroupRequest(arg0 interface{}) *gomock.Call

CreateCacheSubnetGroupRequest indicates an expected call of CreateCacheSubnetGroupRequest

func (*MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCacheSubnetGroupWithContext indicates an expected call of CreateCacheSubnetGroupWithContext

func (*MockElastiCacheAPIMockRecorder) CreateReplicationGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateReplicationGroup(arg0 interface{}) *gomock.Call

CreateReplicationGroup indicates an expected call of CreateReplicationGroup

func (*MockElastiCacheAPIMockRecorder) CreateReplicationGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateReplicationGroupRequest(arg0 interface{}) *gomock.Call

CreateReplicationGroupRequest indicates an expected call of CreateReplicationGroupRequest

func (*MockElastiCacheAPIMockRecorder) CreateReplicationGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateReplicationGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReplicationGroupWithContext indicates an expected call of CreateReplicationGroupWithContext

func (*MockElastiCacheAPIMockRecorder) CreateSnapshot added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateSnapshot(arg0 interface{}) *gomock.Call

CreateSnapshot indicates an expected call of CreateSnapshot

func (*MockElastiCacheAPIMockRecorder) CreateSnapshotRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateSnapshotRequest(arg0 interface{}) *gomock.Call

CreateSnapshotRequest indicates an expected call of CreateSnapshotRequest

func (*MockElastiCacheAPIMockRecorder) CreateSnapshotWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) CreateSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotWithContext indicates an expected call of CreateSnapshotWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteCacheCluster added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheCluster(arg0 interface{}) *gomock.Call

DeleteCacheCluster indicates an expected call of DeleteCacheCluster

func (*MockElastiCacheAPIMockRecorder) DeleteCacheClusterRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheClusterRequest(arg0 interface{}) *gomock.Call

DeleteCacheClusterRequest indicates an expected call of DeleteCacheClusterRequest

func (*MockElastiCacheAPIMockRecorder) DeleteCacheClusterWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCacheClusterWithContext indicates an expected call of DeleteCacheClusterWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroup(arg0 interface{}) *gomock.Call

DeleteCacheParameterGroup indicates an expected call of DeleteCacheParameterGroup

func (*MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroupRequest(arg0 interface{}) *gomock.Call

DeleteCacheParameterGroupRequest indicates an expected call of DeleteCacheParameterGroupRequest

func (*MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCacheParameterGroupWithContext indicates an expected call of DeleteCacheParameterGroupWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroup(arg0 interface{}) *gomock.Call

DeleteCacheSecurityGroup indicates an expected call of DeleteCacheSecurityGroup

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroupRequest(arg0 interface{}) *gomock.Call

DeleteCacheSecurityGroupRequest indicates an expected call of DeleteCacheSecurityGroupRequest

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCacheSecurityGroupWithContext indicates an expected call of DeleteCacheSecurityGroupWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroup(arg0 interface{}) *gomock.Call

DeleteCacheSubnetGroup indicates an expected call of DeleteCacheSubnetGroup

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroupRequest(arg0 interface{}) *gomock.Call

DeleteCacheSubnetGroupRequest indicates an expected call of DeleteCacheSubnetGroupRequest

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCacheSubnetGroupWithContext indicates an expected call of DeleteCacheSubnetGroupWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteReplicationGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteReplicationGroup(arg0 interface{}) *gomock.Call

DeleteReplicationGroup indicates an expected call of DeleteReplicationGroup

func (*MockElastiCacheAPIMockRecorder) DeleteReplicationGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteReplicationGroupRequest(arg0 interface{}) *gomock.Call

DeleteReplicationGroupRequest indicates an expected call of DeleteReplicationGroupRequest

func (*MockElastiCacheAPIMockRecorder) DeleteReplicationGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteReplicationGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteReplicationGroupWithContext indicates an expected call of DeleteReplicationGroupWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteSnapshot added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteSnapshot(arg0 interface{}) *gomock.Call

DeleteSnapshot indicates an expected call of DeleteSnapshot

func (*MockElastiCacheAPIMockRecorder) DeleteSnapshotRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteSnapshotRequest indicates an expected call of DeleteSnapshotRequest

func (*MockElastiCacheAPIMockRecorder) DeleteSnapshotWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DeleteSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSnapshotWithContext indicates an expected call of DeleteSnapshotWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheClusters added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheClusters(arg0 interface{}) *gomock.Call

DescribeCacheClusters indicates an expected call of DescribeCacheClusters

func (*MockElastiCacheAPIMockRecorder) DescribeCacheClustersPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheClustersPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheClustersPages indicates an expected call of DescribeCacheClustersPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheClustersPagesWithContext added in v0.6.0

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

DescribeCacheClustersPagesWithContext indicates an expected call of DescribeCacheClustersPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheClustersRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheClustersRequest(arg0 interface{}) *gomock.Call

DescribeCacheClustersRequest indicates an expected call of DescribeCacheClustersRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheClustersWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheClustersWithContext indicates an expected call of DescribeCacheClustersWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersions added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersions(arg0 interface{}) *gomock.Call

DescribeCacheEngineVersions indicates an expected call of DescribeCacheEngineVersions

func (*MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheEngineVersionsPages indicates an expected call of DescribeCacheEngineVersionsPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsPagesWithContext added in v0.6.0

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

DescribeCacheEngineVersionsPagesWithContext indicates an expected call of DescribeCacheEngineVersionsPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsRequest(arg0 interface{}) *gomock.Call

DescribeCacheEngineVersionsRequest indicates an expected call of DescribeCacheEngineVersionsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheEngineVersionsWithContext indicates an expected call of DescribeCacheEngineVersionsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroups added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroups(arg0 interface{}) *gomock.Call

DescribeCacheParameterGroups indicates an expected call of DescribeCacheParameterGroups

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheParameterGroupsPages indicates an expected call of DescribeCacheParameterGroupsPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsPagesWithContext added in v0.6.0

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

DescribeCacheParameterGroupsPagesWithContext indicates an expected call of DescribeCacheParameterGroupsPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsRequest(arg0 interface{}) *gomock.Call

DescribeCacheParameterGroupsRequest indicates an expected call of DescribeCacheParameterGroupsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheParameterGroupsWithContext indicates an expected call of DescribeCacheParameterGroupsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameters added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParameters(arg0 interface{}) *gomock.Call

DescribeCacheParameters indicates an expected call of DescribeCacheParameters

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParametersPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheParametersPages indicates an expected call of DescribeCacheParametersPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParametersPagesWithContext added in v0.6.0

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

DescribeCacheParametersPagesWithContext indicates an expected call of DescribeCacheParametersPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParametersRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParametersRequest(arg0 interface{}) *gomock.Call

DescribeCacheParametersRequest indicates an expected call of DescribeCacheParametersRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParametersWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheParametersWithContext indicates an expected call of DescribeCacheParametersWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroups added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroups(arg0 interface{}) *gomock.Call

DescribeCacheSecurityGroups indicates an expected call of DescribeCacheSecurityGroups

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheSecurityGroupsPages indicates an expected call of DescribeCacheSecurityGroupsPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsPagesWithContext added in v0.6.0

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

DescribeCacheSecurityGroupsPagesWithContext indicates an expected call of DescribeCacheSecurityGroupsPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeCacheSecurityGroupsRequest indicates an expected call of DescribeCacheSecurityGroupsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheSecurityGroupsWithContext indicates an expected call of DescribeCacheSecurityGroupsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroups added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroups(arg0 interface{}) *gomock.Call

DescribeCacheSubnetGroups indicates an expected call of DescribeCacheSubnetGroups

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheSubnetGroupsPages indicates an expected call of DescribeCacheSubnetGroupsPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsPagesWithContext added in v0.6.0

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

DescribeCacheSubnetGroupsPagesWithContext indicates an expected call of DescribeCacheSubnetGroupsPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeCacheSubnetGroupsRequest indicates an expected call of DescribeCacheSubnetGroupsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheSubnetGroupsWithContext indicates an expected call of DescribeCacheSubnetGroupsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParameters added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParameters(arg0 interface{}) *gomock.Call

DescribeEngineDefaultParameters indicates an expected call of DescribeEngineDefaultParameters

func (*MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeEngineDefaultParametersPages indicates an expected call of DescribeEngineDefaultParametersPages

func (*MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersPagesWithContext added in v0.6.0

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

DescribeEngineDefaultParametersPagesWithContext indicates an expected call of DescribeEngineDefaultParametersPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersRequest(arg0 interface{}) *gomock.Call

DescribeEngineDefaultParametersRequest indicates an expected call of DescribeEngineDefaultParametersRequest

func (*MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEngineDefaultParametersWithContext indicates an expected call of DescribeEngineDefaultParametersWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeEvents added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeEvents(arg0 interface{}) *gomock.Call

DescribeEvents indicates an expected call of DescribeEvents

func (*MockElastiCacheAPIMockRecorder) DescribeEventsPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeEventsPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventsPages indicates an expected call of DescribeEventsPages

func (*MockElastiCacheAPIMockRecorder) DescribeEventsPagesWithContext added in v0.6.0

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

DescribeEventsPagesWithContext indicates an expected call of DescribeEventsPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeEventsRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeEventsRequest(arg0 interface{}) *gomock.Call

DescribeEventsRequest indicates an expected call of DescribeEventsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeEventsWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventsWithContext indicates an expected call of DescribeEventsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeReplicationGroups added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReplicationGroups(arg0 interface{}) *gomock.Call

DescribeReplicationGroups indicates an expected call of DescribeReplicationGroups

func (*MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReplicationGroupsPages indicates an expected call of DescribeReplicationGroupsPages

func (*MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsPagesWithContext added in v0.6.0

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

DescribeReplicationGroupsPagesWithContext indicates an expected call of DescribeReplicationGroupsPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsRequest(arg0 interface{}) *gomock.Call

DescribeReplicationGroupsRequest indicates an expected call of DescribeReplicationGroupsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReplicationGroupsWithContext indicates an expected call of DescribeReplicationGroupsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodes added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodes(arg0 interface{}) *gomock.Call

DescribeReservedCacheNodes indicates an expected call of DescribeReservedCacheNodes

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferings added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferings(arg0 interface{}) *gomock.Call

DescribeReservedCacheNodesOfferings indicates an expected call of DescribeReservedCacheNodesOfferings

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedCacheNodesOfferingsPages indicates an expected call of DescribeReservedCacheNodesOfferingsPages

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsPagesWithContext added in v0.6.0

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

DescribeReservedCacheNodesOfferingsPagesWithContext indicates an expected call of DescribeReservedCacheNodesOfferingsPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedCacheNodesOfferingsRequest indicates an expected call of DescribeReservedCacheNodesOfferingsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedCacheNodesOfferingsWithContext indicates an expected call of DescribeReservedCacheNodesOfferingsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedCacheNodesPages indicates an expected call of DescribeReservedCacheNodesPages

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesPagesWithContext added in v0.6.0

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

DescribeReservedCacheNodesPagesWithContext indicates an expected call of DescribeReservedCacheNodesPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesRequest(arg0 interface{}) *gomock.Call

DescribeReservedCacheNodesRequest indicates an expected call of DescribeReservedCacheNodesRequest

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedCacheNodesWithContext indicates an expected call of DescribeReservedCacheNodesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeSnapshots added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeSnapshots(arg0 interface{}) *gomock.Call

DescribeSnapshots indicates an expected call of DescribeSnapshots

func (*MockElastiCacheAPIMockRecorder) DescribeSnapshotsPages added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSnapshotsPages indicates an expected call of DescribeSnapshotsPages

func (*MockElastiCacheAPIMockRecorder) DescribeSnapshotsPagesWithContext added in v0.6.0

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

DescribeSnapshotsPagesWithContext indicates an expected call of DescribeSnapshotsPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeSnapshotsRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotsRequest indicates an expected call of DescribeSnapshotsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeSnapshotsWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) DescribeSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotsWithContext indicates an expected call of DescribeSnapshotsWithContext

func (*MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModifications added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModifications(arg0 interface{}) *gomock.Call

ListAllowedNodeTypeModifications indicates an expected call of ListAllowedNodeTypeModifications

func (*MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModificationsRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModificationsRequest(arg0 interface{}) *gomock.Call

ListAllowedNodeTypeModificationsRequest indicates an expected call of ListAllowedNodeTypeModificationsRequest

func (*MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModificationsWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAllowedNodeTypeModificationsWithContext indicates an expected call of ListAllowedNodeTypeModificationsWithContext

func (*MockElastiCacheAPIMockRecorder) ListTagsForResource added in v0.6.0

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockElastiCacheAPIMockRecorder) ListTagsForResourceRequest added in v0.6.0

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockElastiCacheAPIMockRecorder) ListTagsForResourceWithContext added in v0.6.0

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockElastiCacheAPIMockRecorder) ModifyCacheCluster added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheCluster(arg0 interface{}) *gomock.Call

ModifyCacheCluster indicates an expected call of ModifyCacheCluster

func (*MockElastiCacheAPIMockRecorder) ModifyCacheClusterRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheClusterRequest(arg0 interface{}) *gomock.Call

ModifyCacheClusterRequest indicates an expected call of ModifyCacheClusterRequest

func (*MockElastiCacheAPIMockRecorder) ModifyCacheClusterWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCacheClusterWithContext indicates an expected call of ModifyCacheClusterWithContext

func (*MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroup(arg0 interface{}) *gomock.Call

ModifyCacheParameterGroup indicates an expected call of ModifyCacheParameterGroup

func (*MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroupRequest(arg0 interface{}) *gomock.Call

ModifyCacheParameterGroupRequest indicates an expected call of ModifyCacheParameterGroupRequest

func (*MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCacheParameterGroupWithContext indicates an expected call of ModifyCacheParameterGroupWithContext

func (*MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroup(arg0 interface{}) *gomock.Call

ModifyCacheSubnetGroup indicates an expected call of ModifyCacheSubnetGroup

func (*MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroupRequest(arg0 interface{}) *gomock.Call

ModifyCacheSubnetGroupRequest indicates an expected call of ModifyCacheSubnetGroupRequest

func (*MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCacheSubnetGroupWithContext indicates an expected call of ModifyCacheSubnetGroupWithContext

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroup(arg0 interface{}) *gomock.Call

ModifyReplicationGroup indicates an expected call of ModifyReplicationGroup

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroupRequest(arg0 interface{}) *gomock.Call

ModifyReplicationGroupRequest indicates an expected call of ModifyReplicationGroupRequest

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfiguration added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfiguration(arg0 interface{}) *gomock.Call

ModifyReplicationGroupShardConfiguration indicates an expected call of ModifyReplicationGroupShardConfiguration

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfigurationRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfigurationRequest(arg0 interface{}) *gomock.Call

ModifyReplicationGroupShardConfigurationRequest indicates an expected call of ModifyReplicationGroupShardConfigurationRequest

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfigurationWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyReplicationGroupShardConfigurationWithContext indicates an expected call of ModifyReplicationGroupShardConfigurationWithContext

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyReplicationGroupWithContext indicates an expected call of ModifyReplicationGroupWithContext

func (*MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOffering added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOffering(arg0 interface{}) *gomock.Call

PurchaseReservedCacheNodesOffering indicates an expected call of PurchaseReservedCacheNodesOffering

func (*MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOfferingRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOfferingRequest(arg0 interface{}) *gomock.Call

PurchaseReservedCacheNodesOfferingRequest indicates an expected call of PurchaseReservedCacheNodesOfferingRequest

func (*MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOfferingWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseReservedCacheNodesOfferingWithContext indicates an expected call of PurchaseReservedCacheNodesOfferingWithContext

func (*MockElastiCacheAPIMockRecorder) RebootCacheCluster added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) RebootCacheCluster(arg0 interface{}) *gomock.Call

RebootCacheCluster indicates an expected call of RebootCacheCluster

func (*MockElastiCacheAPIMockRecorder) RebootCacheClusterRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) RebootCacheClusterRequest(arg0 interface{}) *gomock.Call

RebootCacheClusterRequest indicates an expected call of RebootCacheClusterRequest

func (*MockElastiCacheAPIMockRecorder) RebootCacheClusterWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) RebootCacheClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootCacheClusterWithContext indicates an expected call of RebootCacheClusterWithContext

func (*MockElastiCacheAPIMockRecorder) RemoveTagsFromResource added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) RemoveTagsFromResource(arg0 interface{}) *gomock.Call

RemoveTagsFromResource indicates an expected call of RemoveTagsFromResource

func (*MockElastiCacheAPIMockRecorder) RemoveTagsFromResourceRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) RemoveTagsFromResourceRequest(arg0 interface{}) *gomock.Call

RemoveTagsFromResourceRequest indicates an expected call of RemoveTagsFromResourceRequest

func (*MockElastiCacheAPIMockRecorder) RemoveTagsFromResourceWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) RemoveTagsFromResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsFromResourceWithContext indicates an expected call of RemoveTagsFromResourceWithContext

func (*MockElastiCacheAPIMockRecorder) ResetCacheParameterGroup added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ResetCacheParameterGroup(arg0 interface{}) *gomock.Call

ResetCacheParameterGroup indicates an expected call of ResetCacheParameterGroup

func (*MockElastiCacheAPIMockRecorder) ResetCacheParameterGroupRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ResetCacheParameterGroupRequest(arg0 interface{}) *gomock.Call

ResetCacheParameterGroupRequest indicates an expected call of ResetCacheParameterGroupRequest

func (*MockElastiCacheAPIMockRecorder) ResetCacheParameterGroupWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) ResetCacheParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetCacheParameterGroupWithContext indicates an expected call of ResetCacheParameterGroupWithContext

func (*MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngress added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngress(arg0 interface{}) *gomock.Call

RevokeCacheSecurityGroupIngress indicates an expected call of RevokeCacheSecurityGroupIngress

func (*MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngressRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

RevokeCacheSecurityGroupIngressRequest indicates an expected call of RevokeCacheSecurityGroupIngressRequest

func (*MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngressWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeCacheSecurityGroupIngressWithContext indicates an expected call of RevokeCacheSecurityGroupIngressWithContext

func (*MockElastiCacheAPIMockRecorder) TestFailover added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) TestFailover(arg0 interface{}) *gomock.Call

TestFailover indicates an expected call of TestFailover

func (*MockElastiCacheAPIMockRecorder) TestFailoverRequest added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) TestFailoverRequest(arg0 interface{}) *gomock.Call

TestFailoverRequest indicates an expected call of TestFailoverRequest

func (*MockElastiCacheAPIMockRecorder) TestFailoverWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) TestFailoverWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TestFailoverWithContext indicates an expected call of TestFailoverWithContext

func (*MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterAvailable added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterAvailable(arg0 interface{}) *gomock.Call

WaitUntilCacheClusterAvailable indicates an expected call of WaitUntilCacheClusterAvailable

func (*MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterAvailableWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilCacheClusterAvailableWithContext indicates an expected call of WaitUntilCacheClusterAvailableWithContext

func (*MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterDeleted added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterDeleted(arg0 interface{}) *gomock.Call

WaitUntilCacheClusterDeleted indicates an expected call of WaitUntilCacheClusterDeleted

func (*MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterDeletedWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilCacheClusterDeletedWithContext indicates an expected call of WaitUntilCacheClusterDeletedWithContext

func (*MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupAvailable added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupAvailable(arg0 interface{}) *gomock.Call

WaitUntilReplicationGroupAvailable indicates an expected call of WaitUntilReplicationGroupAvailable

func (*MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupAvailableWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilReplicationGroupAvailableWithContext indicates an expected call of WaitUntilReplicationGroupAvailableWithContext

func (*MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupDeleted added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupDeleted(arg0 interface{}) *gomock.Call

WaitUntilReplicationGroupDeleted indicates an expected call of WaitUntilReplicationGroupDeleted

func (*MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupDeletedWithContext added in v0.6.0

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilReplicationGroupDeletedWithContext indicates an expected call of WaitUntilReplicationGroupDeletedWithContext

type MockIAMAPI

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

MockIAMAPI is a mock of IAMAPI interface

func NewMockIAMAPI

func NewMockIAMAPI(ctrl *gomock.Controller) *MockIAMAPI

NewMockIAMAPI creates a new mock instance

func (*MockIAMAPI) AddClientIDToOpenIDConnectProvider

AddClientIDToOpenIDConnectProvider mocks base method

func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderRequest

AddClientIDToOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext added in v0.3.3

func (m *MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext(arg0 aws.Context, arg1 *iam.AddClientIDToOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)

AddClientIDToOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfile

AddRoleToInstanceProfile mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfileRequest

func (m *MockIAMAPI) AddRoleToInstanceProfileRequest(arg0 *iam.AddRoleToInstanceProfileInput) (*request.Request, *iam.AddRoleToInstanceProfileOutput)

AddRoleToInstanceProfileRequest mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfileWithContext added in v0.3.3

func (m *MockIAMAPI) AddRoleToInstanceProfileWithContext(arg0 aws.Context, arg1 *iam.AddRoleToInstanceProfileInput, arg2 ...request.Option) (*iam.AddRoleToInstanceProfileOutput, error)

AddRoleToInstanceProfileWithContext mocks base method

func (*MockIAMAPI) AddUserToGroup

func (m *MockIAMAPI) AddUserToGroup(arg0 *iam.AddUserToGroupInput) (*iam.AddUserToGroupOutput, error)

AddUserToGroup mocks base method

func (*MockIAMAPI) AddUserToGroupRequest

func (m *MockIAMAPI) AddUserToGroupRequest(arg0 *iam.AddUserToGroupInput) (*request.Request, *iam.AddUserToGroupOutput)

AddUserToGroupRequest mocks base method

func (*MockIAMAPI) AddUserToGroupWithContext added in v0.3.3

func (m *MockIAMAPI) AddUserToGroupWithContext(arg0 aws.Context, arg1 *iam.AddUserToGroupInput, arg2 ...request.Option) (*iam.AddUserToGroupOutput, error)

AddUserToGroupWithContext mocks base method

func (*MockIAMAPI) AttachGroupPolicy

func (m *MockIAMAPI) AttachGroupPolicy(arg0 *iam.AttachGroupPolicyInput) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicy mocks base method

func (*MockIAMAPI) AttachGroupPolicyRequest

func (m *MockIAMAPI) AttachGroupPolicyRequest(arg0 *iam.AttachGroupPolicyInput) (*request.Request, *iam.AttachGroupPolicyOutput)

AttachGroupPolicyRequest mocks base method

func (*MockIAMAPI) AttachGroupPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) AttachGroupPolicyWithContext(arg0 aws.Context, arg1 *iam.AttachGroupPolicyInput, arg2 ...request.Option) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicyWithContext mocks base method

func (*MockIAMAPI) AttachRolePolicy

func (m *MockIAMAPI) AttachRolePolicy(arg0 *iam.AttachRolePolicyInput) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicy mocks base method

func (*MockIAMAPI) AttachRolePolicyRequest

func (m *MockIAMAPI) AttachRolePolicyRequest(arg0 *iam.AttachRolePolicyInput) (*request.Request, *iam.AttachRolePolicyOutput)

AttachRolePolicyRequest mocks base method

func (*MockIAMAPI) AttachRolePolicyWithContext added in v0.3.3

func (m *MockIAMAPI) AttachRolePolicyWithContext(arg0 aws.Context, arg1 *iam.AttachRolePolicyInput, arg2 ...request.Option) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicyWithContext mocks base method

func (*MockIAMAPI) AttachUserPolicy

func (m *MockIAMAPI) AttachUserPolicy(arg0 *iam.AttachUserPolicyInput) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicy mocks base method

func (*MockIAMAPI) AttachUserPolicyRequest

func (m *MockIAMAPI) AttachUserPolicyRequest(arg0 *iam.AttachUserPolicyInput) (*request.Request, *iam.AttachUserPolicyOutput)

AttachUserPolicyRequest mocks base method

func (*MockIAMAPI) AttachUserPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) AttachUserPolicyWithContext(arg0 aws.Context, arg1 *iam.AttachUserPolicyInput, arg2 ...request.Option) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicyWithContext mocks base method

func (*MockIAMAPI) ChangePassword

func (m *MockIAMAPI) ChangePassword(arg0 *iam.ChangePasswordInput) (*iam.ChangePasswordOutput, error)

ChangePassword mocks base method

func (*MockIAMAPI) ChangePasswordRequest

func (m *MockIAMAPI) ChangePasswordRequest(arg0 *iam.ChangePasswordInput) (*request.Request, *iam.ChangePasswordOutput)

ChangePasswordRequest mocks base method

func (*MockIAMAPI) ChangePasswordWithContext added in v0.3.3

func (m *MockIAMAPI) ChangePasswordWithContext(arg0 aws.Context, arg1 *iam.ChangePasswordInput, arg2 ...request.Option) (*iam.ChangePasswordOutput, error)

ChangePasswordWithContext mocks base method

func (*MockIAMAPI) CreateAccessKey

func (m *MockIAMAPI) CreateAccessKey(arg0 *iam.CreateAccessKeyInput) (*iam.CreateAccessKeyOutput, error)

CreateAccessKey mocks base method

func (*MockIAMAPI) CreateAccessKeyRequest

func (m *MockIAMAPI) CreateAccessKeyRequest(arg0 *iam.CreateAccessKeyInput) (*request.Request, *iam.CreateAccessKeyOutput)

CreateAccessKeyRequest mocks base method

func (*MockIAMAPI) CreateAccessKeyWithContext added in v0.3.3

func (m *MockIAMAPI) CreateAccessKeyWithContext(arg0 aws.Context, arg1 *iam.CreateAccessKeyInput, arg2 ...request.Option) (*iam.CreateAccessKeyOutput, error)

CreateAccessKeyWithContext mocks base method

func (*MockIAMAPI) CreateAccountAlias

func (m *MockIAMAPI) CreateAccountAlias(arg0 *iam.CreateAccountAliasInput) (*iam.CreateAccountAliasOutput, error)

CreateAccountAlias mocks base method

func (*MockIAMAPI) CreateAccountAliasRequest

func (m *MockIAMAPI) CreateAccountAliasRequest(arg0 *iam.CreateAccountAliasInput) (*request.Request, *iam.CreateAccountAliasOutput)

CreateAccountAliasRequest mocks base method

func (*MockIAMAPI) CreateAccountAliasWithContext added in v0.3.3

func (m *MockIAMAPI) CreateAccountAliasWithContext(arg0 aws.Context, arg1 *iam.CreateAccountAliasInput, arg2 ...request.Option) (*iam.CreateAccountAliasOutput, error)

CreateAccountAliasWithContext mocks base method

func (*MockIAMAPI) CreateGroup

func (m *MockIAMAPI) CreateGroup(arg0 *iam.CreateGroupInput) (*iam.CreateGroupOutput, error)

CreateGroup mocks base method

func (*MockIAMAPI) CreateGroupRequest

func (m *MockIAMAPI) CreateGroupRequest(arg0 *iam.CreateGroupInput) (*request.Request, *iam.CreateGroupOutput)

CreateGroupRequest mocks base method

func (*MockIAMAPI) CreateGroupWithContext added in v0.3.3

func (m *MockIAMAPI) CreateGroupWithContext(arg0 aws.Context, arg1 *iam.CreateGroupInput, arg2 ...request.Option) (*iam.CreateGroupOutput, error)

CreateGroupWithContext mocks base method

func (*MockIAMAPI) CreateInstanceProfile

func (m *MockIAMAPI) CreateInstanceProfile(arg0 *iam.CreateInstanceProfileInput) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfile mocks base method

func (*MockIAMAPI) CreateInstanceProfileRequest

func (m *MockIAMAPI) CreateInstanceProfileRequest(arg0 *iam.CreateInstanceProfileInput) (*request.Request, *iam.CreateInstanceProfileOutput)

CreateInstanceProfileRequest mocks base method

func (*MockIAMAPI) CreateInstanceProfileWithContext added in v0.3.3

func (m *MockIAMAPI) CreateInstanceProfileWithContext(arg0 aws.Context, arg1 *iam.CreateInstanceProfileInput, arg2 ...request.Option) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfileWithContext mocks base method

func (*MockIAMAPI) CreateLoginProfile

func (m *MockIAMAPI) CreateLoginProfile(arg0 *iam.CreateLoginProfileInput) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfile mocks base method

func (*MockIAMAPI) CreateLoginProfileRequest

func (m *MockIAMAPI) CreateLoginProfileRequest(arg0 *iam.CreateLoginProfileInput) (*request.Request, *iam.CreateLoginProfileOutput)

CreateLoginProfileRequest mocks base method

func (*MockIAMAPI) CreateLoginProfileWithContext added in v0.3.3

func (m *MockIAMAPI) CreateLoginProfileWithContext(arg0 aws.Context, arg1 *iam.CreateLoginProfileInput, arg2 ...request.Option) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfileWithContext mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProvider

CreateOpenIDConnectProvider mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProviderRequest

func (m *MockIAMAPI) CreateOpenIDConnectProviderRequest(arg0 *iam.CreateOpenIDConnectProviderInput) (*request.Request, *iam.CreateOpenIDConnectProviderOutput)

CreateOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProviderWithContext added in v0.3.3

func (m *MockIAMAPI) CreateOpenIDConnectProviderWithContext(arg0 aws.Context, arg1 *iam.CreateOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.CreateOpenIDConnectProviderOutput, error)

CreateOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) CreatePolicy

func (m *MockIAMAPI) CreatePolicy(arg0 *iam.CreatePolicyInput) (*iam.CreatePolicyOutput, error)

CreatePolicy mocks base method

func (*MockIAMAPI) CreatePolicyRequest

func (m *MockIAMAPI) CreatePolicyRequest(arg0 *iam.CreatePolicyInput) (*request.Request, *iam.CreatePolicyOutput)

CreatePolicyRequest mocks base method

func (*MockIAMAPI) CreatePolicyVersion

func (m *MockIAMAPI) CreatePolicyVersion(arg0 *iam.CreatePolicyVersionInput) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersion mocks base method

func (*MockIAMAPI) CreatePolicyVersionRequest

func (m *MockIAMAPI) CreatePolicyVersionRequest(arg0 *iam.CreatePolicyVersionInput) (*request.Request, *iam.CreatePolicyVersionOutput)

CreatePolicyVersionRequest mocks base method

func (*MockIAMAPI) CreatePolicyVersionWithContext added in v0.3.3

func (m *MockIAMAPI) CreatePolicyVersionWithContext(arg0 aws.Context, arg1 *iam.CreatePolicyVersionInput, arg2 ...request.Option) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersionWithContext mocks base method

func (*MockIAMAPI) CreatePolicyWithContext added in v0.3.3

func (m *MockIAMAPI) CreatePolicyWithContext(arg0 aws.Context, arg1 *iam.CreatePolicyInput, arg2 ...request.Option) (*iam.CreatePolicyOutput, error)

CreatePolicyWithContext mocks base method

func (*MockIAMAPI) CreateRole

func (m *MockIAMAPI) CreateRole(arg0 *iam.CreateRoleInput) (*iam.CreateRoleOutput, error)

CreateRole mocks base method

func (*MockIAMAPI) CreateRoleRequest

func (m *MockIAMAPI) CreateRoleRequest(arg0 *iam.CreateRoleInput) (*request.Request, *iam.CreateRoleOutput)

CreateRoleRequest mocks base method

func (*MockIAMAPI) CreateRoleWithContext added in v0.3.3

func (m *MockIAMAPI) CreateRoleWithContext(arg0 aws.Context, arg1 *iam.CreateRoleInput, arg2 ...request.Option) (*iam.CreateRoleOutput, error)

CreateRoleWithContext mocks base method

func (*MockIAMAPI) CreateSAMLProvider

func (m *MockIAMAPI) CreateSAMLProvider(arg0 *iam.CreateSAMLProviderInput) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProvider mocks base method

func (*MockIAMAPI) CreateSAMLProviderRequest

func (m *MockIAMAPI) CreateSAMLProviderRequest(arg0 *iam.CreateSAMLProviderInput) (*request.Request, *iam.CreateSAMLProviderOutput)

CreateSAMLProviderRequest mocks base method

func (*MockIAMAPI) CreateSAMLProviderWithContext added in v0.3.3

func (m *MockIAMAPI) CreateSAMLProviderWithContext(arg0 aws.Context, arg1 *iam.CreateSAMLProviderInput, arg2 ...request.Option) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProviderWithContext mocks base method

func (*MockIAMAPI) CreateServiceLinkedRole added in v0.4.1

func (m *MockIAMAPI) CreateServiceLinkedRole(arg0 *iam.CreateServiceLinkedRoleInput) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRole mocks base method

func (*MockIAMAPI) CreateServiceLinkedRoleRequest added in v0.4.1

func (m *MockIAMAPI) CreateServiceLinkedRoleRequest(arg0 *iam.CreateServiceLinkedRoleInput) (*request.Request, *iam.CreateServiceLinkedRoleOutput)

CreateServiceLinkedRoleRequest mocks base method

func (*MockIAMAPI) CreateServiceLinkedRoleWithContext added in v0.4.1

func (m *MockIAMAPI) CreateServiceLinkedRoleWithContext(arg0 aws.Context, arg1 *iam.CreateServiceLinkedRoleInput, arg2 ...request.Option) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRoleWithContext mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredential

CreateServiceSpecificCredential mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredentialRequest

func (m *MockIAMAPI) CreateServiceSpecificCredentialRequest(arg0 *iam.CreateServiceSpecificCredentialInput) (*request.Request, *iam.CreateServiceSpecificCredentialOutput)

CreateServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredentialWithContext added in v0.3.3

func (m *MockIAMAPI) CreateServiceSpecificCredentialWithContext(arg0 aws.Context, arg1 *iam.CreateServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.CreateServiceSpecificCredentialOutput, error)

CreateServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) CreateUser

func (m *MockIAMAPI) CreateUser(arg0 *iam.CreateUserInput) (*iam.CreateUserOutput, error)

CreateUser mocks base method

func (*MockIAMAPI) CreateUserRequest

func (m *MockIAMAPI) CreateUserRequest(arg0 *iam.CreateUserInput) (*request.Request, *iam.CreateUserOutput)

CreateUserRequest mocks base method

func (*MockIAMAPI) CreateUserWithContext added in v0.3.3

func (m *MockIAMAPI) CreateUserWithContext(arg0 aws.Context, arg1 *iam.CreateUserInput, arg2 ...request.Option) (*iam.CreateUserOutput, error)

CreateUserWithContext mocks base method

func (*MockIAMAPI) CreateVirtualMFADevice

func (m *MockIAMAPI) CreateVirtualMFADevice(arg0 *iam.CreateVirtualMFADeviceInput) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADevice mocks base method

func (*MockIAMAPI) CreateVirtualMFADeviceRequest

func (m *MockIAMAPI) CreateVirtualMFADeviceRequest(arg0 *iam.CreateVirtualMFADeviceInput) (*request.Request, *iam.CreateVirtualMFADeviceOutput)

CreateVirtualMFADeviceRequest mocks base method

func (*MockIAMAPI) CreateVirtualMFADeviceWithContext added in v0.3.3

func (m *MockIAMAPI) CreateVirtualMFADeviceWithContext(arg0 aws.Context, arg1 *iam.CreateVirtualMFADeviceInput, arg2 ...request.Option) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADeviceWithContext mocks base method

func (*MockIAMAPI) DeactivateMFADevice

func (m *MockIAMAPI) DeactivateMFADevice(arg0 *iam.DeactivateMFADeviceInput) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADevice mocks base method

func (*MockIAMAPI) DeactivateMFADeviceRequest

func (m *MockIAMAPI) DeactivateMFADeviceRequest(arg0 *iam.DeactivateMFADeviceInput) (*request.Request, *iam.DeactivateMFADeviceOutput)

DeactivateMFADeviceRequest mocks base method

func (*MockIAMAPI) DeactivateMFADeviceWithContext added in v0.3.3

func (m *MockIAMAPI) DeactivateMFADeviceWithContext(arg0 aws.Context, arg1 *iam.DeactivateMFADeviceInput, arg2 ...request.Option) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADeviceWithContext mocks base method

func (*MockIAMAPI) DeleteAccessKey

func (m *MockIAMAPI) DeleteAccessKey(arg0 *iam.DeleteAccessKeyInput) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKey mocks base method

func (*MockIAMAPI) DeleteAccessKeyRequest

func (m *MockIAMAPI) DeleteAccessKeyRequest(arg0 *iam.DeleteAccessKeyInput) (*request.Request, *iam.DeleteAccessKeyOutput)

DeleteAccessKeyRequest mocks base method

func (*MockIAMAPI) DeleteAccessKeyWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteAccessKeyWithContext(arg0 aws.Context, arg1 *iam.DeleteAccessKeyInput, arg2 ...request.Option) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKeyWithContext mocks base method

func (*MockIAMAPI) DeleteAccountAlias

func (m *MockIAMAPI) DeleteAccountAlias(arg0 *iam.DeleteAccountAliasInput) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAlias mocks base method

func (*MockIAMAPI) DeleteAccountAliasRequest

func (m *MockIAMAPI) DeleteAccountAliasRequest(arg0 *iam.DeleteAccountAliasInput) (*request.Request, *iam.DeleteAccountAliasOutput)

DeleteAccountAliasRequest mocks base method

func (*MockIAMAPI) DeleteAccountAliasWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteAccountAliasWithContext(arg0 aws.Context, arg1 *iam.DeleteAccountAliasInput, arg2 ...request.Option) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAliasWithContext mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicy

DeleteAccountPasswordPolicy mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicyRequest

func (m *MockIAMAPI) DeleteAccountPasswordPolicyRequest(arg0 *iam.DeleteAccountPasswordPolicyInput) (*request.Request, *iam.DeleteAccountPasswordPolicyOutput)

DeleteAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteAccountPasswordPolicyWithContext(arg0 aws.Context, arg1 *iam.DeleteAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.DeleteAccountPasswordPolicyOutput, error)

DeleteAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteGroup

func (m *MockIAMAPI) DeleteGroup(arg0 *iam.DeleteGroupInput) (*iam.DeleteGroupOutput, error)

DeleteGroup mocks base method

func (*MockIAMAPI) DeleteGroupPolicy

func (m *MockIAMAPI) DeleteGroupPolicy(arg0 *iam.DeleteGroupPolicyInput) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicy mocks base method

func (*MockIAMAPI) DeleteGroupPolicyRequest

func (m *MockIAMAPI) DeleteGroupPolicyRequest(arg0 *iam.DeleteGroupPolicyInput) (*request.Request, *iam.DeleteGroupPolicyOutput)

DeleteGroupPolicyRequest mocks base method

func (*MockIAMAPI) DeleteGroupPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteGroupPolicyWithContext(arg0 aws.Context, arg1 *iam.DeleteGroupPolicyInput, arg2 ...request.Option) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteGroupRequest

func (m *MockIAMAPI) DeleteGroupRequest(arg0 *iam.DeleteGroupInput) (*request.Request, *iam.DeleteGroupOutput)

DeleteGroupRequest mocks base method

func (*MockIAMAPI) DeleteGroupWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteGroupWithContext(arg0 aws.Context, arg1 *iam.DeleteGroupInput, arg2 ...request.Option) (*iam.DeleteGroupOutput, error)

DeleteGroupWithContext mocks base method

func (*MockIAMAPI) DeleteInstanceProfile

func (m *MockIAMAPI) DeleteInstanceProfile(arg0 *iam.DeleteInstanceProfileInput) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfile mocks base method

func (*MockIAMAPI) DeleteInstanceProfileRequest

func (m *MockIAMAPI) DeleteInstanceProfileRequest(arg0 *iam.DeleteInstanceProfileInput) (*request.Request, *iam.DeleteInstanceProfileOutput)

DeleteInstanceProfileRequest mocks base method

func (*MockIAMAPI) DeleteInstanceProfileWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteInstanceProfileWithContext(arg0 aws.Context, arg1 *iam.DeleteInstanceProfileInput, arg2 ...request.Option) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfileWithContext mocks base method

func (*MockIAMAPI) DeleteLoginProfile

func (m *MockIAMAPI) DeleteLoginProfile(arg0 *iam.DeleteLoginProfileInput) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfile mocks base method

func (*MockIAMAPI) DeleteLoginProfileRequest

func (m *MockIAMAPI) DeleteLoginProfileRequest(arg0 *iam.DeleteLoginProfileInput) (*request.Request, *iam.DeleteLoginProfileOutput)

DeleteLoginProfileRequest mocks base method

func (*MockIAMAPI) DeleteLoginProfileWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteLoginProfileWithContext(arg0 aws.Context, arg1 *iam.DeleteLoginProfileInput, arg2 ...request.Option) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfileWithContext mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProvider

DeleteOpenIDConnectProvider mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProviderRequest

func (m *MockIAMAPI) DeleteOpenIDConnectProviderRequest(arg0 *iam.DeleteOpenIDConnectProviderInput) (*request.Request, *iam.DeleteOpenIDConnectProviderOutput)

DeleteOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProviderWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteOpenIDConnectProviderWithContext(arg0 aws.Context, arg1 *iam.DeleteOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.DeleteOpenIDConnectProviderOutput, error)

DeleteOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) DeletePolicy

func (m *MockIAMAPI) DeletePolicy(arg0 *iam.DeletePolicyInput) (*iam.DeletePolicyOutput, error)

DeletePolicy mocks base method

func (*MockIAMAPI) DeletePolicyRequest

func (m *MockIAMAPI) DeletePolicyRequest(arg0 *iam.DeletePolicyInput) (*request.Request, *iam.DeletePolicyOutput)

DeletePolicyRequest mocks base method

func (*MockIAMAPI) DeletePolicyVersion

func (m *MockIAMAPI) DeletePolicyVersion(arg0 *iam.DeletePolicyVersionInput) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersion mocks base method

func (*MockIAMAPI) DeletePolicyVersionRequest

func (m *MockIAMAPI) DeletePolicyVersionRequest(arg0 *iam.DeletePolicyVersionInput) (*request.Request, *iam.DeletePolicyVersionOutput)

DeletePolicyVersionRequest mocks base method

func (*MockIAMAPI) DeletePolicyVersionWithContext added in v0.3.3

func (m *MockIAMAPI) DeletePolicyVersionWithContext(arg0 aws.Context, arg1 *iam.DeletePolicyVersionInput, arg2 ...request.Option) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersionWithContext mocks base method

func (*MockIAMAPI) DeletePolicyWithContext added in v0.3.3

func (m *MockIAMAPI) DeletePolicyWithContext(arg0 aws.Context, arg1 *iam.DeletePolicyInput, arg2 ...request.Option) (*iam.DeletePolicyOutput, error)

DeletePolicyWithContext mocks base method

func (*MockIAMAPI) DeleteRole

func (m *MockIAMAPI) DeleteRole(arg0 *iam.DeleteRoleInput) (*iam.DeleteRoleOutput, error)

DeleteRole mocks base method

func (*MockIAMAPI) DeleteRolePolicy

func (m *MockIAMAPI) DeleteRolePolicy(arg0 *iam.DeleteRolePolicyInput) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicy mocks base method

func (*MockIAMAPI) DeleteRolePolicyRequest

func (m *MockIAMAPI) DeleteRolePolicyRequest(arg0 *iam.DeleteRolePolicyInput) (*request.Request, *iam.DeleteRolePolicyOutput)

DeleteRolePolicyRequest mocks base method

func (*MockIAMAPI) DeleteRolePolicyWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteRolePolicyWithContext(arg0 aws.Context, arg1 *iam.DeleteRolePolicyInput, arg2 ...request.Option) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicyWithContext mocks base method

func (*MockIAMAPI) DeleteRoleRequest

func (m *MockIAMAPI) DeleteRoleRequest(arg0 *iam.DeleteRoleInput) (*request.Request, *iam.DeleteRoleOutput)

DeleteRoleRequest mocks base method

func (*MockIAMAPI) DeleteRoleWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteRoleWithContext(arg0 aws.Context, arg1 *iam.DeleteRoleInput, arg2 ...request.Option) (*iam.DeleteRoleOutput, error)

DeleteRoleWithContext mocks base method

func (*MockIAMAPI) DeleteSAMLProvider

func (m *MockIAMAPI) DeleteSAMLProvider(arg0 *iam.DeleteSAMLProviderInput) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProvider mocks base method

func (*MockIAMAPI) DeleteSAMLProviderRequest

func (m *MockIAMAPI) DeleteSAMLProviderRequest(arg0 *iam.DeleteSAMLProviderInput) (*request.Request, *iam.DeleteSAMLProviderOutput)

DeleteSAMLProviderRequest mocks base method

func (*MockIAMAPI) DeleteSAMLProviderWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteSAMLProviderWithContext(arg0 aws.Context, arg1 *iam.DeleteSAMLProviderInput, arg2 ...request.Option) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProviderWithContext mocks base method

func (*MockIAMAPI) DeleteSSHPublicKey

func (m *MockIAMAPI) DeleteSSHPublicKey(arg0 *iam.DeleteSSHPublicKeyInput) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKey mocks base method

func (*MockIAMAPI) DeleteSSHPublicKeyRequest

func (m *MockIAMAPI) DeleteSSHPublicKeyRequest(arg0 *iam.DeleteSSHPublicKeyInput) (*request.Request, *iam.DeleteSSHPublicKeyOutput)

DeleteSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) DeleteSSHPublicKeyWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteSSHPublicKeyWithContext(arg0 aws.Context, arg1 *iam.DeleteSSHPublicKeyInput, arg2 ...request.Option) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) DeleteServerCertificate

func (m *MockIAMAPI) DeleteServerCertificate(arg0 *iam.DeleteServerCertificateInput) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificate mocks base method

func (*MockIAMAPI) DeleteServerCertificateRequest

func (m *MockIAMAPI) DeleteServerCertificateRequest(arg0 *iam.DeleteServerCertificateInput) (*request.Request, *iam.DeleteServerCertificateOutput)

DeleteServerCertificateRequest mocks base method

func (*MockIAMAPI) DeleteServerCertificateWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteServerCertificateWithContext(arg0 aws.Context, arg1 *iam.DeleteServerCertificateInput, arg2 ...request.Option) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificateWithContext mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRole added in v0.5.2

func (m *MockIAMAPI) DeleteServiceLinkedRole(arg0 *iam.DeleteServiceLinkedRoleInput) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRole mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRoleRequest added in v0.5.2

func (m *MockIAMAPI) DeleteServiceLinkedRoleRequest(arg0 *iam.DeleteServiceLinkedRoleInput) (*request.Request, *iam.DeleteServiceLinkedRoleOutput)

DeleteServiceLinkedRoleRequest mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRoleWithContext added in v0.5.2

func (m *MockIAMAPI) DeleteServiceLinkedRoleWithContext(arg0 aws.Context, arg1 *iam.DeleteServiceLinkedRoleInput, arg2 ...request.Option) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRoleWithContext mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredential

DeleteServiceSpecificCredential mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredentialRequest

func (m *MockIAMAPI) DeleteServiceSpecificCredentialRequest(arg0 *iam.DeleteServiceSpecificCredentialInput) (*request.Request, *iam.DeleteServiceSpecificCredentialOutput)

DeleteServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredentialWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteServiceSpecificCredentialWithContext(arg0 aws.Context, arg1 *iam.DeleteServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.DeleteServiceSpecificCredentialOutput, error)

DeleteServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) DeleteSigningCertificate

DeleteSigningCertificate mocks base method

func (*MockIAMAPI) DeleteSigningCertificateRequest

func (m *MockIAMAPI) DeleteSigningCertificateRequest(arg0 *iam.DeleteSigningCertificateInput) (*request.Request, *iam.DeleteSigningCertificateOutput)

DeleteSigningCertificateRequest mocks base method

func (*MockIAMAPI) DeleteSigningCertificateWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteSigningCertificateWithContext(arg0 aws.Context, arg1 *iam.DeleteSigningCertificateInput, arg2 ...request.Option) (*iam.DeleteSigningCertificateOutput, error)

DeleteSigningCertificateWithContext mocks base method

func (*MockIAMAPI) DeleteUser

func (m *MockIAMAPI) DeleteUser(arg0 *iam.DeleteUserInput) (*iam.DeleteUserOutput, error)

DeleteUser mocks base method

func (*MockIAMAPI) DeleteUserPolicy

func (m *MockIAMAPI) DeleteUserPolicy(arg0 *iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicy mocks base method

func (*MockIAMAPI) DeleteUserPolicyRequest

func (m *MockIAMAPI) DeleteUserPolicyRequest(arg0 *iam.DeleteUserPolicyInput) (*request.Request, *iam.DeleteUserPolicyOutput)

DeleteUserPolicyRequest mocks base method

func (*MockIAMAPI) DeleteUserPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteUserPolicyWithContext(arg0 aws.Context, arg1 *iam.DeleteUserPolicyInput, arg2 ...request.Option) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteUserRequest

func (m *MockIAMAPI) DeleteUserRequest(arg0 *iam.DeleteUserInput) (*request.Request, *iam.DeleteUserOutput)

DeleteUserRequest mocks base method

func (*MockIAMAPI) DeleteUserWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteUserWithContext(arg0 aws.Context, arg1 *iam.DeleteUserInput, arg2 ...request.Option) (*iam.DeleteUserOutput, error)

DeleteUserWithContext mocks base method

func (*MockIAMAPI) DeleteVirtualMFADevice

func (m *MockIAMAPI) DeleteVirtualMFADevice(arg0 *iam.DeleteVirtualMFADeviceInput) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADevice mocks base method

func (*MockIAMAPI) DeleteVirtualMFADeviceRequest

func (m *MockIAMAPI) DeleteVirtualMFADeviceRequest(arg0 *iam.DeleteVirtualMFADeviceInput) (*request.Request, *iam.DeleteVirtualMFADeviceOutput)

DeleteVirtualMFADeviceRequest mocks base method

func (*MockIAMAPI) DeleteVirtualMFADeviceWithContext added in v0.3.3

func (m *MockIAMAPI) DeleteVirtualMFADeviceWithContext(arg0 aws.Context, arg1 *iam.DeleteVirtualMFADeviceInput, arg2 ...request.Option) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADeviceWithContext mocks base method

func (*MockIAMAPI) DetachGroupPolicy

func (m *MockIAMAPI) DetachGroupPolicy(arg0 *iam.DetachGroupPolicyInput) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicy mocks base method

func (*MockIAMAPI) DetachGroupPolicyRequest

func (m *MockIAMAPI) DetachGroupPolicyRequest(arg0 *iam.DetachGroupPolicyInput) (*request.Request, *iam.DetachGroupPolicyOutput)

DetachGroupPolicyRequest mocks base method

func (*MockIAMAPI) DetachGroupPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) DetachGroupPolicyWithContext(arg0 aws.Context, arg1 *iam.DetachGroupPolicyInput, arg2 ...request.Option) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicyWithContext mocks base method

func (*MockIAMAPI) DetachRolePolicy

func (m *MockIAMAPI) DetachRolePolicy(arg0 *iam.DetachRolePolicyInput) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicy mocks base method

func (*MockIAMAPI) DetachRolePolicyRequest

func (m *MockIAMAPI) DetachRolePolicyRequest(arg0 *iam.DetachRolePolicyInput) (*request.Request, *iam.DetachRolePolicyOutput)

DetachRolePolicyRequest mocks base method

func (*MockIAMAPI) DetachRolePolicyWithContext added in v0.3.3

func (m *MockIAMAPI) DetachRolePolicyWithContext(arg0 aws.Context, arg1 *iam.DetachRolePolicyInput, arg2 ...request.Option) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicyWithContext mocks base method

func (*MockIAMAPI) DetachUserPolicy

func (m *MockIAMAPI) DetachUserPolicy(arg0 *iam.DetachUserPolicyInput) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicy mocks base method

func (*MockIAMAPI) DetachUserPolicyRequest

func (m *MockIAMAPI) DetachUserPolicyRequest(arg0 *iam.DetachUserPolicyInput) (*request.Request, *iam.DetachUserPolicyOutput)

DetachUserPolicyRequest mocks base method

func (*MockIAMAPI) DetachUserPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) DetachUserPolicyWithContext(arg0 aws.Context, arg1 *iam.DetachUserPolicyInput, arg2 ...request.Option) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicyWithContext mocks base method

func (*MockIAMAPI) EXPECT

func (m *MockIAMAPI) EXPECT() *MockIAMAPIMockRecorder

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

func (*MockIAMAPI) EnableMFADevice

func (m *MockIAMAPI) EnableMFADevice(arg0 *iam.EnableMFADeviceInput) (*iam.EnableMFADeviceOutput, error)

EnableMFADevice mocks base method

func (*MockIAMAPI) EnableMFADeviceRequest

func (m *MockIAMAPI) EnableMFADeviceRequest(arg0 *iam.EnableMFADeviceInput) (*request.Request, *iam.EnableMFADeviceOutput)

EnableMFADeviceRequest mocks base method

func (*MockIAMAPI) EnableMFADeviceWithContext added in v0.3.3

func (m *MockIAMAPI) EnableMFADeviceWithContext(arg0 aws.Context, arg1 *iam.EnableMFADeviceInput, arg2 ...request.Option) (*iam.EnableMFADeviceOutput, error)

EnableMFADeviceWithContext mocks base method

func (*MockIAMAPI) GenerateCredentialReport

GenerateCredentialReport mocks base method

func (*MockIAMAPI) GenerateCredentialReportRequest

func (m *MockIAMAPI) GenerateCredentialReportRequest(arg0 *iam.GenerateCredentialReportInput) (*request.Request, *iam.GenerateCredentialReportOutput)

GenerateCredentialReportRequest mocks base method

func (*MockIAMAPI) GenerateCredentialReportWithContext added in v0.3.3

func (m *MockIAMAPI) GenerateCredentialReportWithContext(arg0 aws.Context, arg1 *iam.GenerateCredentialReportInput, arg2 ...request.Option) (*iam.GenerateCredentialReportOutput, error)

GenerateCredentialReportWithContext mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsed

func (m *MockIAMAPI) GetAccessKeyLastUsed(arg0 *iam.GetAccessKeyLastUsedInput) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsed mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsedRequest

func (m *MockIAMAPI) GetAccessKeyLastUsedRequest(arg0 *iam.GetAccessKeyLastUsedInput) (*request.Request, *iam.GetAccessKeyLastUsedOutput)

GetAccessKeyLastUsedRequest mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsedWithContext added in v0.3.3

func (m *MockIAMAPI) GetAccessKeyLastUsedWithContext(arg0 aws.Context, arg1 *iam.GetAccessKeyLastUsedInput, arg2 ...request.Option) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsedWithContext mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetails

GetAccountAuthorizationDetails mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsPages

func (m *MockIAMAPI) GetAccountAuthorizationDetailsPages(arg0 *iam.GetAccountAuthorizationDetailsInput, arg1 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool) error

GetAccountAuthorizationDetailsPages mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext added in v0.3.3

func (m *MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext(arg0 aws.Context, arg1 *iam.GetAccountAuthorizationDetailsInput, arg2 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool, arg3 ...request.Option) error

GetAccountAuthorizationDetailsPagesWithContext mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsRequest

func (m *MockIAMAPI) GetAccountAuthorizationDetailsRequest(arg0 *iam.GetAccountAuthorizationDetailsInput) (*request.Request, *iam.GetAccountAuthorizationDetailsOutput)

GetAccountAuthorizationDetailsRequest mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsWithContext added in v0.3.3

func (m *MockIAMAPI) GetAccountAuthorizationDetailsWithContext(arg0 aws.Context, arg1 *iam.GetAccountAuthorizationDetailsInput, arg2 ...request.Option) (*iam.GetAccountAuthorizationDetailsOutput, error)

GetAccountAuthorizationDetailsWithContext mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicy

GetAccountPasswordPolicy mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicyRequest

func (m *MockIAMAPI) GetAccountPasswordPolicyRequest(arg0 *iam.GetAccountPasswordPolicyInput) (*request.Request, *iam.GetAccountPasswordPolicyOutput)

GetAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) GetAccountPasswordPolicyWithContext(arg0 aws.Context, arg1 *iam.GetAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.GetAccountPasswordPolicyOutput, error)

GetAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) GetAccountSummary

func (m *MockIAMAPI) GetAccountSummary(arg0 *iam.GetAccountSummaryInput) (*iam.GetAccountSummaryOutput, error)

GetAccountSummary mocks base method

func (*MockIAMAPI) GetAccountSummaryRequest

func (m *MockIAMAPI) GetAccountSummaryRequest(arg0 *iam.GetAccountSummaryInput) (*request.Request, *iam.GetAccountSummaryOutput)

GetAccountSummaryRequest mocks base method

func (*MockIAMAPI) GetAccountSummaryWithContext added in v0.3.3

func (m *MockIAMAPI) GetAccountSummaryWithContext(arg0 aws.Context, arg1 *iam.GetAccountSummaryInput, arg2 ...request.Option) (*iam.GetAccountSummaryOutput, error)

GetAccountSummaryWithContext mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicy

func (m *MockIAMAPI) GetContextKeysForCustomPolicy(arg0 *iam.GetContextKeysForCustomPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicy mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicyRequest

func (m *MockIAMAPI) GetContextKeysForCustomPolicyRequest(arg0 *iam.GetContextKeysForCustomPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForCustomPolicyRequest mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) GetContextKeysForCustomPolicyWithContext(arg0 aws.Context, arg1 *iam.GetContextKeysForCustomPolicyInput, arg2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicyWithContext mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicy

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicy(arg0 *iam.GetContextKeysForPrincipalPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicy mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicyRequest

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicyRequest(arg0 *iam.GetContextKeysForPrincipalPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForPrincipalPolicyRequest mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext(arg0 aws.Context, arg1 *iam.GetContextKeysForPrincipalPolicyInput, arg2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicyWithContext mocks base method

func (*MockIAMAPI) GetCredentialReport

func (m *MockIAMAPI) GetCredentialReport(arg0 *iam.GetCredentialReportInput) (*iam.GetCredentialReportOutput, error)

GetCredentialReport mocks base method

func (*MockIAMAPI) GetCredentialReportRequest

func (m *MockIAMAPI) GetCredentialReportRequest(arg0 *iam.GetCredentialReportInput) (*request.Request, *iam.GetCredentialReportOutput)

GetCredentialReportRequest mocks base method

func (*MockIAMAPI) GetCredentialReportWithContext added in v0.3.3

func (m *MockIAMAPI) GetCredentialReportWithContext(arg0 aws.Context, arg1 *iam.GetCredentialReportInput, arg2 ...request.Option) (*iam.GetCredentialReportOutput, error)

GetCredentialReportWithContext mocks base method

func (*MockIAMAPI) GetGroup

func (m *MockIAMAPI) GetGroup(arg0 *iam.GetGroupInput) (*iam.GetGroupOutput, error)

GetGroup mocks base method

func (*MockIAMAPI) GetGroupPages

func (m *MockIAMAPI) GetGroupPages(arg0 *iam.GetGroupInput, arg1 func(*iam.GetGroupOutput, bool) bool) error

GetGroupPages mocks base method

func (*MockIAMAPI) GetGroupPagesWithContext added in v0.3.3

func (m *MockIAMAPI) GetGroupPagesWithContext(arg0 aws.Context, arg1 *iam.GetGroupInput, arg2 func(*iam.GetGroupOutput, bool) bool, arg3 ...request.Option) error

GetGroupPagesWithContext mocks base method

func (*MockIAMAPI) GetGroupPolicy

func (m *MockIAMAPI) GetGroupPolicy(arg0 *iam.GetGroupPolicyInput) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicy mocks base method

func (*MockIAMAPI) GetGroupPolicyRequest

func (m *MockIAMAPI) GetGroupPolicyRequest(arg0 *iam.GetGroupPolicyInput) (*request.Request, *iam.GetGroupPolicyOutput)

GetGroupPolicyRequest mocks base method

func (*MockIAMAPI) GetGroupPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) GetGroupPolicyWithContext(arg0 aws.Context, arg1 *iam.GetGroupPolicyInput, arg2 ...request.Option) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicyWithContext mocks base method

func (*MockIAMAPI) GetGroupRequest

func (m *MockIAMAPI) GetGroupRequest(arg0 *iam.GetGroupInput) (*request.Request, *iam.GetGroupOutput)

GetGroupRequest mocks base method

func (*MockIAMAPI) GetGroupWithContext added in v0.3.3

func (m *MockIAMAPI) GetGroupWithContext(arg0 aws.Context, arg1 *iam.GetGroupInput, arg2 ...request.Option) (*iam.GetGroupOutput, error)

GetGroupWithContext mocks base method

func (*MockIAMAPI) GetInstanceProfile

func (m *MockIAMAPI) GetInstanceProfile(arg0 *iam.GetInstanceProfileInput) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfile mocks base method

func (*MockIAMAPI) GetInstanceProfileRequest

func (m *MockIAMAPI) GetInstanceProfileRequest(arg0 *iam.GetInstanceProfileInput) (*request.Request, *iam.GetInstanceProfileOutput)

GetInstanceProfileRequest mocks base method

func (*MockIAMAPI) GetInstanceProfileWithContext added in v0.3.3

func (m *MockIAMAPI) GetInstanceProfileWithContext(arg0 aws.Context, arg1 *iam.GetInstanceProfileInput, arg2 ...request.Option) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfileWithContext mocks base method

func (*MockIAMAPI) GetLoginProfile

func (m *MockIAMAPI) GetLoginProfile(arg0 *iam.GetLoginProfileInput) (*iam.GetLoginProfileOutput, error)

GetLoginProfile mocks base method

func (*MockIAMAPI) GetLoginProfileRequest

func (m *MockIAMAPI) GetLoginProfileRequest(arg0 *iam.GetLoginProfileInput) (*request.Request, *iam.GetLoginProfileOutput)

GetLoginProfileRequest mocks base method

func (*MockIAMAPI) GetLoginProfileWithContext added in v0.3.3

func (m *MockIAMAPI) GetLoginProfileWithContext(arg0 aws.Context, arg1 *iam.GetLoginProfileInput, arg2 ...request.Option) (*iam.GetLoginProfileOutput, error)

GetLoginProfileWithContext mocks base method

func (*MockIAMAPI) GetOpenIDConnectProvider

GetOpenIDConnectProvider mocks base method

func (*MockIAMAPI) GetOpenIDConnectProviderRequest

func (m *MockIAMAPI) GetOpenIDConnectProviderRequest(arg0 *iam.GetOpenIDConnectProviderInput) (*request.Request, *iam.GetOpenIDConnectProviderOutput)

GetOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) GetOpenIDConnectProviderWithContext added in v0.3.3

func (m *MockIAMAPI) GetOpenIDConnectProviderWithContext(arg0 aws.Context, arg1 *iam.GetOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.GetOpenIDConnectProviderOutput, error)

GetOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) GetPolicy

func (m *MockIAMAPI) GetPolicy(arg0 *iam.GetPolicyInput) (*iam.GetPolicyOutput, error)

GetPolicy mocks base method

func (*MockIAMAPI) GetPolicyRequest

func (m *MockIAMAPI) GetPolicyRequest(arg0 *iam.GetPolicyInput) (*request.Request, *iam.GetPolicyOutput)

GetPolicyRequest mocks base method

func (*MockIAMAPI) GetPolicyVersion

func (m *MockIAMAPI) GetPolicyVersion(arg0 *iam.GetPolicyVersionInput) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersion mocks base method

func (*MockIAMAPI) GetPolicyVersionRequest

func (m *MockIAMAPI) GetPolicyVersionRequest(arg0 *iam.GetPolicyVersionInput) (*request.Request, *iam.GetPolicyVersionOutput)

GetPolicyVersionRequest mocks base method

func (*MockIAMAPI) GetPolicyVersionWithContext added in v0.3.3

func (m *MockIAMAPI) GetPolicyVersionWithContext(arg0 aws.Context, arg1 *iam.GetPolicyVersionInput, arg2 ...request.Option) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersionWithContext mocks base method

func (*MockIAMAPI) GetPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) GetPolicyWithContext(arg0 aws.Context, arg1 *iam.GetPolicyInput, arg2 ...request.Option) (*iam.GetPolicyOutput, error)

GetPolicyWithContext mocks base method

func (*MockIAMAPI) GetRole

func (m *MockIAMAPI) GetRole(arg0 *iam.GetRoleInput) (*iam.GetRoleOutput, error)

GetRole mocks base method

func (*MockIAMAPI) GetRolePolicy

func (m *MockIAMAPI) GetRolePolicy(arg0 *iam.GetRolePolicyInput) (*iam.GetRolePolicyOutput, error)

GetRolePolicy mocks base method

func (*MockIAMAPI) GetRolePolicyRequest

func (m *MockIAMAPI) GetRolePolicyRequest(arg0 *iam.GetRolePolicyInput) (*request.Request, *iam.GetRolePolicyOutput)

GetRolePolicyRequest mocks base method

func (*MockIAMAPI) GetRolePolicyWithContext added in v0.3.3

func (m *MockIAMAPI) GetRolePolicyWithContext(arg0 aws.Context, arg1 *iam.GetRolePolicyInput, arg2 ...request.Option) (*iam.GetRolePolicyOutput, error)

GetRolePolicyWithContext mocks base method

func (*MockIAMAPI) GetRoleRequest

func (m *MockIAMAPI) GetRoleRequest(arg0 *iam.GetRoleInput) (*request.Request, *iam.GetRoleOutput)

GetRoleRequest mocks base method

func (*MockIAMAPI) GetRoleWithContext added in v0.3.3

func (m *MockIAMAPI) GetRoleWithContext(arg0 aws.Context, arg1 *iam.GetRoleInput, arg2 ...request.Option) (*iam.GetRoleOutput, error)

GetRoleWithContext mocks base method

func (*MockIAMAPI) GetSAMLProvider

func (m *MockIAMAPI) GetSAMLProvider(arg0 *iam.GetSAMLProviderInput) (*iam.GetSAMLProviderOutput, error)

GetSAMLProvider mocks base method

func (*MockIAMAPI) GetSAMLProviderRequest

func (m *MockIAMAPI) GetSAMLProviderRequest(arg0 *iam.GetSAMLProviderInput) (*request.Request, *iam.GetSAMLProviderOutput)

GetSAMLProviderRequest mocks base method

func (*MockIAMAPI) GetSAMLProviderWithContext added in v0.3.3

func (m *MockIAMAPI) GetSAMLProviderWithContext(arg0 aws.Context, arg1 *iam.GetSAMLProviderInput, arg2 ...request.Option) (*iam.GetSAMLProviderOutput, error)

GetSAMLProviderWithContext mocks base method

func (*MockIAMAPI) GetSSHPublicKey

func (m *MockIAMAPI) GetSSHPublicKey(arg0 *iam.GetSSHPublicKeyInput) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKey mocks base method

func (*MockIAMAPI) GetSSHPublicKeyRequest

func (m *MockIAMAPI) GetSSHPublicKeyRequest(arg0 *iam.GetSSHPublicKeyInput) (*request.Request, *iam.GetSSHPublicKeyOutput)

GetSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) GetSSHPublicKeyWithContext added in v0.3.3

func (m *MockIAMAPI) GetSSHPublicKeyWithContext(arg0 aws.Context, arg1 *iam.GetSSHPublicKeyInput, arg2 ...request.Option) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) GetServerCertificate

func (m *MockIAMAPI) GetServerCertificate(arg0 *iam.GetServerCertificateInput) (*iam.GetServerCertificateOutput, error)

GetServerCertificate mocks base method

func (*MockIAMAPI) GetServerCertificateRequest

func (m *MockIAMAPI) GetServerCertificateRequest(arg0 *iam.GetServerCertificateInput) (*request.Request, *iam.GetServerCertificateOutput)

GetServerCertificateRequest mocks base method

func (*MockIAMAPI) GetServerCertificateWithContext added in v0.3.3

func (m *MockIAMAPI) GetServerCertificateWithContext(arg0 aws.Context, arg1 *iam.GetServerCertificateInput, arg2 ...request.Option) (*iam.GetServerCertificateOutput, error)

GetServerCertificateWithContext mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatus added in v0.5.2

GetServiceLinkedRoleDeletionStatus mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusRequest added in v0.5.2

GetServiceLinkedRoleDeletionStatusRequest mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext added in v0.5.2

func (m *MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext(arg0 aws.Context, arg1 *iam.GetServiceLinkedRoleDeletionStatusInput, arg2 ...request.Option) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)

GetServiceLinkedRoleDeletionStatusWithContext mocks base method

func (*MockIAMAPI) GetUser

func (m *MockIAMAPI) GetUser(arg0 *iam.GetUserInput) (*iam.GetUserOutput, error)

GetUser mocks base method

func (*MockIAMAPI) GetUserPolicy

func (m *MockIAMAPI) GetUserPolicy(arg0 *iam.GetUserPolicyInput) (*iam.GetUserPolicyOutput, error)

GetUserPolicy mocks base method

func (*MockIAMAPI) GetUserPolicyRequest

func (m *MockIAMAPI) GetUserPolicyRequest(arg0 *iam.GetUserPolicyInput) (*request.Request, *iam.GetUserPolicyOutput)

GetUserPolicyRequest mocks base method

func (*MockIAMAPI) GetUserPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) GetUserPolicyWithContext(arg0 aws.Context, arg1 *iam.GetUserPolicyInput, arg2 ...request.Option) (*iam.GetUserPolicyOutput, error)

GetUserPolicyWithContext mocks base method

func (*MockIAMAPI) GetUserRequest

func (m *MockIAMAPI) GetUserRequest(arg0 *iam.GetUserInput) (*request.Request, *iam.GetUserOutput)

GetUserRequest mocks base method

func (*MockIAMAPI) GetUserWithContext added in v0.3.3

func (m *MockIAMAPI) GetUserWithContext(arg0 aws.Context, arg1 *iam.GetUserInput, arg2 ...request.Option) (*iam.GetUserOutput, error)

GetUserWithContext mocks base method

func (*MockIAMAPI) ListAccessKeys

func (m *MockIAMAPI) ListAccessKeys(arg0 *iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)

ListAccessKeys mocks base method

func (*MockIAMAPI) ListAccessKeysPages

func (m *MockIAMAPI) ListAccessKeysPages(arg0 *iam.ListAccessKeysInput, arg1 func(*iam.ListAccessKeysOutput, bool) bool) error

ListAccessKeysPages mocks base method

func (*MockIAMAPI) ListAccessKeysPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListAccessKeysPagesWithContext(arg0 aws.Context, arg1 *iam.ListAccessKeysInput, arg2 func(*iam.ListAccessKeysOutput, bool) bool, arg3 ...request.Option) error

ListAccessKeysPagesWithContext mocks base method

func (*MockIAMAPI) ListAccessKeysRequest

func (m *MockIAMAPI) ListAccessKeysRequest(arg0 *iam.ListAccessKeysInput) (*request.Request, *iam.ListAccessKeysOutput)

ListAccessKeysRequest mocks base method

func (*MockIAMAPI) ListAccessKeysWithContext added in v0.3.3

func (m *MockIAMAPI) ListAccessKeysWithContext(arg0 aws.Context, arg1 *iam.ListAccessKeysInput, arg2 ...request.Option) (*iam.ListAccessKeysOutput, error)

ListAccessKeysWithContext mocks base method

func (*MockIAMAPI) ListAccountAliases

func (m *MockIAMAPI) ListAccountAliases(arg0 *iam.ListAccountAliasesInput) (*iam.ListAccountAliasesOutput, error)

ListAccountAliases mocks base method

func (*MockIAMAPI) ListAccountAliasesPages

func (m *MockIAMAPI) ListAccountAliasesPages(arg0 *iam.ListAccountAliasesInput, arg1 func(*iam.ListAccountAliasesOutput, bool) bool) error

ListAccountAliasesPages mocks base method

func (*MockIAMAPI) ListAccountAliasesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListAccountAliasesPagesWithContext(arg0 aws.Context, arg1 *iam.ListAccountAliasesInput, arg2 func(*iam.ListAccountAliasesOutput, bool) bool, arg3 ...request.Option) error

ListAccountAliasesPagesWithContext mocks base method

func (*MockIAMAPI) ListAccountAliasesRequest

func (m *MockIAMAPI) ListAccountAliasesRequest(arg0 *iam.ListAccountAliasesInput) (*request.Request, *iam.ListAccountAliasesOutput)

ListAccountAliasesRequest mocks base method

func (*MockIAMAPI) ListAccountAliasesWithContext added in v0.3.3

func (m *MockIAMAPI) ListAccountAliasesWithContext(arg0 aws.Context, arg1 *iam.ListAccountAliasesInput, arg2 ...request.Option) (*iam.ListAccountAliasesOutput, error)

ListAccountAliasesWithContext mocks base method

func (*MockIAMAPI) ListAttachedGroupPolicies

ListAttachedGroupPolicies mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesPages

func (m *MockIAMAPI) ListAttachedGroupPoliciesPages(arg0 *iam.ListAttachedGroupPoliciesInput, arg1 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool) error

ListAttachedGroupPoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext(arg0 aws.Context, arg1 *iam.ListAttachedGroupPoliciesInput, arg2 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAttachedGroupPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesRequest

func (m *MockIAMAPI) ListAttachedGroupPoliciesRequest(arg0 *iam.ListAttachedGroupPoliciesInput) (*request.Request, *iam.ListAttachedGroupPoliciesOutput)

ListAttachedGroupPoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesWithContext added in v0.3.3

func (m *MockIAMAPI) ListAttachedGroupPoliciesWithContext(arg0 aws.Context, arg1 *iam.ListAttachedGroupPoliciesInput, arg2 ...request.Option) (*iam.ListAttachedGroupPoliciesOutput, error)

ListAttachedGroupPoliciesWithContext mocks base method

func (*MockIAMAPI) ListAttachedRolePolicies

ListAttachedRolePolicies mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesPages

func (m *MockIAMAPI) ListAttachedRolePoliciesPages(arg0 *iam.ListAttachedRolePoliciesInput, arg1 func(*iam.ListAttachedRolePoliciesOutput, bool) bool) error

ListAttachedRolePoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListAttachedRolePoliciesPagesWithContext(arg0 aws.Context, arg1 *iam.ListAttachedRolePoliciesInput, arg2 func(*iam.ListAttachedRolePoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAttachedRolePoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesRequest

func (m *MockIAMAPI) ListAttachedRolePoliciesRequest(arg0 *iam.ListAttachedRolePoliciesInput) (*request.Request, *iam.ListAttachedRolePoliciesOutput)

ListAttachedRolePoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesWithContext added in v0.3.3

func (m *MockIAMAPI) ListAttachedRolePoliciesWithContext(arg0 aws.Context, arg1 *iam.ListAttachedRolePoliciesInput, arg2 ...request.Option) (*iam.ListAttachedRolePoliciesOutput, error)

ListAttachedRolePoliciesWithContext mocks base method

func (*MockIAMAPI) ListAttachedUserPolicies

ListAttachedUserPolicies mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesPages

func (m *MockIAMAPI) ListAttachedUserPoliciesPages(arg0 *iam.ListAttachedUserPoliciesInput, arg1 func(*iam.ListAttachedUserPoliciesOutput, bool) bool) error

ListAttachedUserPoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListAttachedUserPoliciesPagesWithContext(arg0 aws.Context, arg1 *iam.ListAttachedUserPoliciesInput, arg2 func(*iam.ListAttachedUserPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAttachedUserPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesRequest

func (m *MockIAMAPI) ListAttachedUserPoliciesRequest(arg0 *iam.ListAttachedUserPoliciesInput) (*request.Request, *iam.ListAttachedUserPoliciesOutput)

ListAttachedUserPoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesWithContext added in v0.3.3

func (m *MockIAMAPI) ListAttachedUserPoliciesWithContext(arg0 aws.Context, arg1 *iam.ListAttachedUserPoliciesInput, arg2 ...request.Option) (*iam.ListAttachedUserPoliciesOutput, error)

ListAttachedUserPoliciesWithContext mocks base method

func (*MockIAMAPI) ListEntitiesForPolicy

func (m *MockIAMAPI) ListEntitiesForPolicy(arg0 *iam.ListEntitiesForPolicyInput) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicy mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyPages

func (m *MockIAMAPI) ListEntitiesForPolicyPages(arg0 *iam.ListEntitiesForPolicyInput, arg1 func(*iam.ListEntitiesForPolicyOutput, bool) bool) error

ListEntitiesForPolicyPages mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListEntitiesForPolicyPagesWithContext(arg0 aws.Context, arg1 *iam.ListEntitiesForPolicyInput, arg2 func(*iam.ListEntitiesForPolicyOutput, bool) bool, arg3 ...request.Option) error

ListEntitiesForPolicyPagesWithContext mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyRequest

func (m *MockIAMAPI) ListEntitiesForPolicyRequest(arg0 *iam.ListEntitiesForPolicyInput) (*request.Request, *iam.ListEntitiesForPolicyOutput)

ListEntitiesForPolicyRequest mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) ListEntitiesForPolicyWithContext(arg0 aws.Context, arg1 *iam.ListEntitiesForPolicyInput, arg2 ...request.Option) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicyWithContext mocks base method

func (*MockIAMAPI) ListGroupPolicies

func (m *MockIAMAPI) ListGroupPolicies(arg0 *iam.ListGroupPoliciesInput) (*iam.ListGroupPoliciesOutput, error)

ListGroupPolicies mocks base method

func (*MockIAMAPI) ListGroupPoliciesPages

func (m *MockIAMAPI) ListGroupPoliciesPages(arg0 *iam.ListGroupPoliciesInput, arg1 func(*iam.ListGroupPoliciesOutput, bool) bool) error

ListGroupPoliciesPages mocks base method

func (*MockIAMAPI) ListGroupPoliciesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListGroupPoliciesPagesWithContext(arg0 aws.Context, arg1 *iam.ListGroupPoliciesInput, arg2 func(*iam.ListGroupPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListGroupPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListGroupPoliciesRequest

func (m *MockIAMAPI) ListGroupPoliciesRequest(arg0 *iam.ListGroupPoliciesInput) (*request.Request, *iam.ListGroupPoliciesOutput)

ListGroupPoliciesRequest mocks base method

func (*MockIAMAPI) ListGroupPoliciesWithContext added in v0.3.3

func (m *MockIAMAPI) ListGroupPoliciesWithContext(arg0 aws.Context, arg1 *iam.ListGroupPoliciesInput, arg2 ...request.Option) (*iam.ListGroupPoliciesOutput, error)

ListGroupPoliciesWithContext mocks base method

func (*MockIAMAPI) ListGroups

func (m *MockIAMAPI) ListGroups(arg0 *iam.ListGroupsInput) (*iam.ListGroupsOutput, error)

ListGroups mocks base method

func (*MockIAMAPI) ListGroupsForUser

func (m *MockIAMAPI) ListGroupsForUser(arg0 *iam.ListGroupsForUserInput) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUser mocks base method

func (*MockIAMAPI) ListGroupsForUserPages

func (m *MockIAMAPI) ListGroupsForUserPages(arg0 *iam.ListGroupsForUserInput, arg1 func(*iam.ListGroupsForUserOutput, bool) bool) error

ListGroupsForUserPages mocks base method

func (*MockIAMAPI) ListGroupsForUserPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListGroupsForUserPagesWithContext(arg0 aws.Context, arg1 *iam.ListGroupsForUserInput, arg2 func(*iam.ListGroupsForUserOutput, bool) bool, arg3 ...request.Option) error

ListGroupsForUserPagesWithContext mocks base method

func (*MockIAMAPI) ListGroupsForUserRequest

func (m *MockIAMAPI) ListGroupsForUserRequest(arg0 *iam.ListGroupsForUserInput) (*request.Request, *iam.ListGroupsForUserOutput)

ListGroupsForUserRequest mocks base method

func (*MockIAMAPI) ListGroupsForUserWithContext added in v0.3.3

func (m *MockIAMAPI) ListGroupsForUserWithContext(arg0 aws.Context, arg1 *iam.ListGroupsForUserInput, arg2 ...request.Option) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUserWithContext mocks base method

func (*MockIAMAPI) ListGroupsPages

func (m *MockIAMAPI) ListGroupsPages(arg0 *iam.ListGroupsInput, arg1 func(*iam.ListGroupsOutput, bool) bool) error

ListGroupsPages mocks base method

func (*MockIAMAPI) ListGroupsPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListGroupsPagesWithContext(arg0 aws.Context, arg1 *iam.ListGroupsInput, arg2 func(*iam.ListGroupsOutput, bool) bool, arg3 ...request.Option) error

ListGroupsPagesWithContext mocks base method

func (*MockIAMAPI) ListGroupsRequest

func (m *MockIAMAPI) ListGroupsRequest(arg0 *iam.ListGroupsInput) (*request.Request, *iam.ListGroupsOutput)

ListGroupsRequest mocks base method

func (*MockIAMAPI) ListGroupsWithContext added in v0.3.3

func (m *MockIAMAPI) ListGroupsWithContext(arg0 aws.Context, arg1 *iam.ListGroupsInput, arg2 ...request.Option) (*iam.ListGroupsOutput, error)

ListGroupsWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfiles

func (m *MockIAMAPI) ListInstanceProfiles(arg0 *iam.ListInstanceProfilesInput) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfiles mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRole

ListInstanceProfilesForRole mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRolePages

func (m *MockIAMAPI) ListInstanceProfilesForRolePages(arg0 *iam.ListInstanceProfilesForRoleInput, arg1 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool) error

ListInstanceProfilesForRolePages mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRolePagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListInstanceProfilesForRolePagesWithContext(arg0 aws.Context, arg1 *iam.ListInstanceProfilesForRoleInput, arg2 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool, arg3 ...request.Option) error

ListInstanceProfilesForRolePagesWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRoleRequest

func (m *MockIAMAPI) ListInstanceProfilesForRoleRequest(arg0 *iam.ListInstanceProfilesForRoleInput) (*request.Request, *iam.ListInstanceProfilesForRoleOutput)

ListInstanceProfilesForRoleRequest mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRoleWithContext added in v0.3.3

func (m *MockIAMAPI) ListInstanceProfilesForRoleWithContext(arg0 aws.Context, arg1 *iam.ListInstanceProfilesForRoleInput, arg2 ...request.Option) (*iam.ListInstanceProfilesForRoleOutput, error)

ListInstanceProfilesForRoleWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfilesPages

func (m *MockIAMAPI) ListInstanceProfilesPages(arg0 *iam.ListInstanceProfilesInput, arg1 func(*iam.ListInstanceProfilesOutput, bool) bool) error

ListInstanceProfilesPages mocks base method

func (*MockIAMAPI) ListInstanceProfilesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListInstanceProfilesPagesWithContext(arg0 aws.Context, arg1 *iam.ListInstanceProfilesInput, arg2 func(*iam.ListInstanceProfilesOutput, bool) bool, arg3 ...request.Option) error

ListInstanceProfilesPagesWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfilesRequest

func (m *MockIAMAPI) ListInstanceProfilesRequest(arg0 *iam.ListInstanceProfilesInput) (*request.Request, *iam.ListInstanceProfilesOutput)

ListInstanceProfilesRequest mocks base method

func (*MockIAMAPI) ListInstanceProfilesWithContext added in v0.3.3

func (m *MockIAMAPI) ListInstanceProfilesWithContext(arg0 aws.Context, arg1 *iam.ListInstanceProfilesInput, arg2 ...request.Option) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfilesWithContext mocks base method

func (*MockIAMAPI) ListMFADevices

func (m *MockIAMAPI) ListMFADevices(arg0 *iam.ListMFADevicesInput) (*iam.ListMFADevicesOutput, error)

ListMFADevices mocks base method

func (*MockIAMAPI) ListMFADevicesPages

func (m *MockIAMAPI) ListMFADevicesPages(arg0 *iam.ListMFADevicesInput, arg1 func(*iam.ListMFADevicesOutput, bool) bool) error

ListMFADevicesPages mocks base method

func (*MockIAMAPI) ListMFADevicesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListMFADevicesPagesWithContext(arg0 aws.Context, arg1 *iam.ListMFADevicesInput, arg2 func(*iam.ListMFADevicesOutput, bool) bool, arg3 ...request.Option) error

ListMFADevicesPagesWithContext mocks base method

func (*MockIAMAPI) ListMFADevicesRequest

func (m *MockIAMAPI) ListMFADevicesRequest(arg0 *iam.ListMFADevicesInput) (*request.Request, *iam.ListMFADevicesOutput)

ListMFADevicesRequest mocks base method

func (*MockIAMAPI) ListMFADevicesWithContext added in v0.3.3

func (m *MockIAMAPI) ListMFADevicesWithContext(arg0 aws.Context, arg1 *iam.ListMFADevicesInput, arg2 ...request.Option) (*iam.ListMFADevicesOutput, error)

ListMFADevicesWithContext mocks base method

func (*MockIAMAPI) ListOpenIDConnectProviders

ListOpenIDConnectProviders mocks base method

func (*MockIAMAPI) ListOpenIDConnectProvidersRequest

func (m *MockIAMAPI) ListOpenIDConnectProvidersRequest(arg0 *iam.ListOpenIDConnectProvidersInput) (*request.Request, *iam.ListOpenIDConnectProvidersOutput)

ListOpenIDConnectProvidersRequest mocks base method

func (*MockIAMAPI) ListOpenIDConnectProvidersWithContext added in v0.3.3

func (m *MockIAMAPI) ListOpenIDConnectProvidersWithContext(arg0 aws.Context, arg1 *iam.ListOpenIDConnectProvidersInput, arg2 ...request.Option) (*iam.ListOpenIDConnectProvidersOutput, error)

ListOpenIDConnectProvidersWithContext mocks base method

func (*MockIAMAPI) ListPolicies

func (m *MockIAMAPI) ListPolicies(arg0 *iam.ListPoliciesInput) (*iam.ListPoliciesOutput, error)

ListPolicies mocks base method

func (*MockIAMAPI) ListPoliciesPages

func (m *MockIAMAPI) ListPoliciesPages(arg0 *iam.ListPoliciesInput, arg1 func(*iam.ListPoliciesOutput, bool) bool) error

ListPoliciesPages mocks base method

func (*MockIAMAPI) ListPoliciesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListPoliciesPagesWithContext(arg0 aws.Context, arg1 *iam.ListPoliciesInput, arg2 func(*iam.ListPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListPoliciesRequest

func (m *MockIAMAPI) ListPoliciesRequest(arg0 *iam.ListPoliciesInput) (*request.Request, *iam.ListPoliciesOutput)

ListPoliciesRequest mocks base method

func (*MockIAMAPI) ListPoliciesWithContext added in v0.3.3

func (m *MockIAMAPI) ListPoliciesWithContext(arg0 aws.Context, arg1 *iam.ListPoliciesInput, arg2 ...request.Option) (*iam.ListPoliciesOutput, error)

ListPoliciesWithContext mocks base method

func (*MockIAMAPI) ListPolicyVersions

func (m *MockIAMAPI) ListPolicyVersions(arg0 *iam.ListPolicyVersionsInput) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersions mocks base method

func (*MockIAMAPI) ListPolicyVersionsPages

func (m *MockIAMAPI) ListPolicyVersionsPages(arg0 *iam.ListPolicyVersionsInput, arg1 func(*iam.ListPolicyVersionsOutput, bool) bool) error

ListPolicyVersionsPages mocks base method

func (*MockIAMAPI) ListPolicyVersionsPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListPolicyVersionsPagesWithContext(arg0 aws.Context, arg1 *iam.ListPolicyVersionsInput, arg2 func(*iam.ListPolicyVersionsOutput, bool) bool, arg3 ...request.Option) error

ListPolicyVersionsPagesWithContext mocks base method

func (*MockIAMAPI) ListPolicyVersionsRequest

func (m *MockIAMAPI) ListPolicyVersionsRequest(arg0 *iam.ListPolicyVersionsInput) (*request.Request, *iam.ListPolicyVersionsOutput)

ListPolicyVersionsRequest mocks base method

func (*MockIAMAPI) ListPolicyVersionsWithContext added in v0.3.3

func (m *MockIAMAPI) ListPolicyVersionsWithContext(arg0 aws.Context, arg1 *iam.ListPolicyVersionsInput, arg2 ...request.Option) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersionsWithContext mocks base method

func (*MockIAMAPI) ListRolePolicies

func (m *MockIAMAPI) ListRolePolicies(arg0 *iam.ListRolePoliciesInput) (*iam.ListRolePoliciesOutput, error)

ListRolePolicies mocks base method

func (*MockIAMAPI) ListRolePoliciesPages

func (m *MockIAMAPI) ListRolePoliciesPages(arg0 *iam.ListRolePoliciesInput, arg1 func(*iam.ListRolePoliciesOutput, bool) bool) error

ListRolePoliciesPages mocks base method

func (*MockIAMAPI) ListRolePoliciesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListRolePoliciesPagesWithContext(arg0 aws.Context, arg1 *iam.ListRolePoliciesInput, arg2 func(*iam.ListRolePoliciesOutput, bool) bool, arg3 ...request.Option) error

ListRolePoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListRolePoliciesRequest

func (m *MockIAMAPI) ListRolePoliciesRequest(arg0 *iam.ListRolePoliciesInput) (*request.Request, *iam.ListRolePoliciesOutput)

ListRolePoliciesRequest mocks base method

func (*MockIAMAPI) ListRolePoliciesWithContext added in v0.3.3

func (m *MockIAMAPI) ListRolePoliciesWithContext(arg0 aws.Context, arg1 *iam.ListRolePoliciesInput, arg2 ...request.Option) (*iam.ListRolePoliciesOutput, error)

ListRolePoliciesWithContext mocks base method

func (*MockIAMAPI) ListRoles

func (m *MockIAMAPI) ListRoles(arg0 *iam.ListRolesInput) (*iam.ListRolesOutput, error)

ListRoles mocks base method

func (*MockIAMAPI) ListRolesPages

func (m *MockIAMAPI) ListRolesPages(arg0 *iam.ListRolesInput, arg1 func(*iam.ListRolesOutput, bool) bool) error

ListRolesPages mocks base method

func (*MockIAMAPI) ListRolesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListRolesPagesWithContext(arg0 aws.Context, arg1 *iam.ListRolesInput, arg2 func(*iam.ListRolesOutput, bool) bool, arg3 ...request.Option) error

ListRolesPagesWithContext mocks base method

func (*MockIAMAPI) ListRolesRequest

func (m *MockIAMAPI) ListRolesRequest(arg0 *iam.ListRolesInput) (*request.Request, *iam.ListRolesOutput)

ListRolesRequest mocks base method

func (*MockIAMAPI) ListRolesWithContext added in v0.3.3

func (m *MockIAMAPI) ListRolesWithContext(arg0 aws.Context, arg1 *iam.ListRolesInput, arg2 ...request.Option) (*iam.ListRolesOutput, error)

ListRolesWithContext mocks base method

func (*MockIAMAPI) ListSAMLProviders

func (m *MockIAMAPI) ListSAMLProviders(arg0 *iam.ListSAMLProvidersInput) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProviders mocks base method

func (*MockIAMAPI) ListSAMLProvidersRequest

func (m *MockIAMAPI) ListSAMLProvidersRequest(arg0 *iam.ListSAMLProvidersInput) (*request.Request, *iam.ListSAMLProvidersOutput)

ListSAMLProvidersRequest mocks base method

func (*MockIAMAPI) ListSAMLProvidersWithContext added in v0.3.3

func (m *MockIAMAPI) ListSAMLProvidersWithContext(arg0 aws.Context, arg1 *iam.ListSAMLProvidersInput, arg2 ...request.Option) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProvidersWithContext mocks base method

func (*MockIAMAPI) ListSSHPublicKeys

func (m *MockIAMAPI) ListSSHPublicKeys(arg0 *iam.ListSSHPublicKeysInput) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeys mocks base method

func (*MockIAMAPI) ListSSHPublicKeysPages

func (m *MockIAMAPI) ListSSHPublicKeysPages(arg0 *iam.ListSSHPublicKeysInput, arg1 func(*iam.ListSSHPublicKeysOutput, bool) bool) error

ListSSHPublicKeysPages mocks base method

func (*MockIAMAPI) ListSSHPublicKeysPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListSSHPublicKeysPagesWithContext(arg0 aws.Context, arg1 *iam.ListSSHPublicKeysInput, arg2 func(*iam.ListSSHPublicKeysOutput, bool) bool, arg3 ...request.Option) error

ListSSHPublicKeysPagesWithContext mocks base method

func (*MockIAMAPI) ListSSHPublicKeysRequest

func (m *MockIAMAPI) ListSSHPublicKeysRequest(arg0 *iam.ListSSHPublicKeysInput) (*request.Request, *iam.ListSSHPublicKeysOutput)

ListSSHPublicKeysRequest mocks base method

func (*MockIAMAPI) ListSSHPublicKeysWithContext added in v0.3.3

func (m *MockIAMAPI) ListSSHPublicKeysWithContext(arg0 aws.Context, arg1 *iam.ListSSHPublicKeysInput, arg2 ...request.Option) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeysWithContext mocks base method

func (*MockIAMAPI) ListServerCertificates

func (m *MockIAMAPI) ListServerCertificates(arg0 *iam.ListServerCertificatesInput) (*iam.ListServerCertificatesOutput, error)

ListServerCertificates mocks base method

func (*MockIAMAPI) ListServerCertificatesPages

func (m *MockIAMAPI) ListServerCertificatesPages(arg0 *iam.ListServerCertificatesInput, arg1 func(*iam.ListServerCertificatesOutput, bool) bool) error

ListServerCertificatesPages mocks base method

func (*MockIAMAPI) ListServerCertificatesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListServerCertificatesPagesWithContext(arg0 aws.Context, arg1 *iam.ListServerCertificatesInput, arg2 func(*iam.ListServerCertificatesOutput, bool) bool, arg3 ...request.Option) error

ListServerCertificatesPagesWithContext mocks base method

func (*MockIAMAPI) ListServerCertificatesRequest

func (m *MockIAMAPI) ListServerCertificatesRequest(arg0 *iam.ListServerCertificatesInput) (*request.Request, *iam.ListServerCertificatesOutput)

ListServerCertificatesRequest mocks base method

func (*MockIAMAPI) ListServerCertificatesWithContext added in v0.3.3

func (m *MockIAMAPI) ListServerCertificatesWithContext(arg0 aws.Context, arg1 *iam.ListServerCertificatesInput, arg2 ...request.Option) (*iam.ListServerCertificatesOutput, error)

ListServerCertificatesWithContext mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentials

ListServiceSpecificCredentials mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentialsRequest

func (m *MockIAMAPI) ListServiceSpecificCredentialsRequest(arg0 *iam.ListServiceSpecificCredentialsInput) (*request.Request, *iam.ListServiceSpecificCredentialsOutput)

ListServiceSpecificCredentialsRequest mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentialsWithContext added in v0.3.3

func (m *MockIAMAPI) ListServiceSpecificCredentialsWithContext(arg0 aws.Context, arg1 *iam.ListServiceSpecificCredentialsInput, arg2 ...request.Option) (*iam.ListServiceSpecificCredentialsOutput, error)

ListServiceSpecificCredentialsWithContext mocks base method

func (*MockIAMAPI) ListSigningCertificates

func (m *MockIAMAPI) ListSigningCertificates(arg0 *iam.ListSigningCertificatesInput) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificates mocks base method

func (*MockIAMAPI) ListSigningCertificatesPages

func (m *MockIAMAPI) ListSigningCertificatesPages(arg0 *iam.ListSigningCertificatesInput, arg1 func(*iam.ListSigningCertificatesOutput, bool) bool) error

ListSigningCertificatesPages mocks base method

func (*MockIAMAPI) ListSigningCertificatesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListSigningCertificatesPagesWithContext(arg0 aws.Context, arg1 *iam.ListSigningCertificatesInput, arg2 func(*iam.ListSigningCertificatesOutput, bool) bool, arg3 ...request.Option) error

ListSigningCertificatesPagesWithContext mocks base method

func (*MockIAMAPI) ListSigningCertificatesRequest

func (m *MockIAMAPI) ListSigningCertificatesRequest(arg0 *iam.ListSigningCertificatesInput) (*request.Request, *iam.ListSigningCertificatesOutput)

ListSigningCertificatesRequest mocks base method

func (*MockIAMAPI) ListSigningCertificatesWithContext added in v0.3.3

func (m *MockIAMAPI) ListSigningCertificatesWithContext(arg0 aws.Context, arg1 *iam.ListSigningCertificatesInput, arg2 ...request.Option) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificatesWithContext mocks base method

func (*MockIAMAPI) ListUserPolicies

func (m *MockIAMAPI) ListUserPolicies(arg0 *iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)

ListUserPolicies mocks base method

func (*MockIAMAPI) ListUserPoliciesPages

func (m *MockIAMAPI) ListUserPoliciesPages(arg0 *iam.ListUserPoliciesInput, arg1 func(*iam.ListUserPoliciesOutput, bool) bool) error

ListUserPoliciesPages mocks base method

func (*MockIAMAPI) ListUserPoliciesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListUserPoliciesPagesWithContext(arg0 aws.Context, arg1 *iam.ListUserPoliciesInput, arg2 func(*iam.ListUserPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListUserPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListUserPoliciesRequest

func (m *MockIAMAPI) ListUserPoliciesRequest(arg0 *iam.ListUserPoliciesInput) (*request.Request, *iam.ListUserPoliciesOutput)

ListUserPoliciesRequest mocks base method

func (*MockIAMAPI) ListUserPoliciesWithContext added in v0.3.3

func (m *MockIAMAPI) ListUserPoliciesWithContext(arg0 aws.Context, arg1 *iam.ListUserPoliciesInput, arg2 ...request.Option) (*iam.ListUserPoliciesOutput, error)

ListUserPoliciesWithContext mocks base method

func (*MockIAMAPI) ListUsers

func (m *MockIAMAPI) ListUsers(arg0 *iam.ListUsersInput) (*iam.ListUsersOutput, error)

ListUsers mocks base method

func (*MockIAMAPI) ListUsersPages

func (m *MockIAMAPI) ListUsersPages(arg0 *iam.ListUsersInput, arg1 func(*iam.ListUsersOutput, bool) bool) error

ListUsersPages mocks base method

func (*MockIAMAPI) ListUsersPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListUsersPagesWithContext(arg0 aws.Context, arg1 *iam.ListUsersInput, arg2 func(*iam.ListUsersOutput, bool) bool, arg3 ...request.Option) error

ListUsersPagesWithContext mocks base method

func (*MockIAMAPI) ListUsersRequest

func (m *MockIAMAPI) ListUsersRequest(arg0 *iam.ListUsersInput) (*request.Request, *iam.ListUsersOutput)

ListUsersRequest mocks base method

func (*MockIAMAPI) ListUsersWithContext added in v0.3.3

func (m *MockIAMAPI) ListUsersWithContext(arg0 aws.Context, arg1 *iam.ListUsersInput, arg2 ...request.Option) (*iam.ListUsersOutput, error)

ListUsersWithContext mocks base method

func (*MockIAMAPI) ListVirtualMFADevices

func (m *MockIAMAPI) ListVirtualMFADevices(arg0 *iam.ListVirtualMFADevicesInput) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevices mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesPages

func (m *MockIAMAPI) ListVirtualMFADevicesPages(arg0 *iam.ListVirtualMFADevicesInput, arg1 func(*iam.ListVirtualMFADevicesOutput, bool) bool) error

ListVirtualMFADevicesPages mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesPagesWithContext added in v0.3.3

func (m *MockIAMAPI) ListVirtualMFADevicesPagesWithContext(arg0 aws.Context, arg1 *iam.ListVirtualMFADevicesInput, arg2 func(*iam.ListVirtualMFADevicesOutput, bool) bool, arg3 ...request.Option) error

ListVirtualMFADevicesPagesWithContext mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesRequest

func (m *MockIAMAPI) ListVirtualMFADevicesRequest(arg0 *iam.ListVirtualMFADevicesInput) (*request.Request, *iam.ListVirtualMFADevicesOutput)

ListVirtualMFADevicesRequest mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesWithContext added in v0.3.3

func (m *MockIAMAPI) ListVirtualMFADevicesWithContext(arg0 aws.Context, arg1 *iam.ListVirtualMFADevicesInput, arg2 ...request.Option) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevicesWithContext mocks base method

func (*MockIAMAPI) PutGroupPolicy

func (m *MockIAMAPI) PutGroupPolicy(arg0 *iam.PutGroupPolicyInput) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicy mocks base method

func (*MockIAMAPI) PutGroupPolicyRequest

func (m *MockIAMAPI) PutGroupPolicyRequest(arg0 *iam.PutGroupPolicyInput) (*request.Request, *iam.PutGroupPolicyOutput)

PutGroupPolicyRequest mocks base method

func (*MockIAMAPI) PutGroupPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) PutGroupPolicyWithContext(arg0 aws.Context, arg1 *iam.PutGroupPolicyInput, arg2 ...request.Option) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicyWithContext mocks base method

func (*MockIAMAPI) PutRolePolicy

func (m *MockIAMAPI) PutRolePolicy(arg0 *iam.PutRolePolicyInput) (*iam.PutRolePolicyOutput, error)

PutRolePolicy mocks base method

func (*MockIAMAPI) PutRolePolicyRequest

func (m *MockIAMAPI) PutRolePolicyRequest(arg0 *iam.PutRolePolicyInput) (*request.Request, *iam.PutRolePolicyOutput)

PutRolePolicyRequest mocks base method

func (*MockIAMAPI) PutRolePolicyWithContext added in v0.3.3

func (m *MockIAMAPI) PutRolePolicyWithContext(arg0 aws.Context, arg1 *iam.PutRolePolicyInput, arg2 ...request.Option) (*iam.PutRolePolicyOutput, error)

PutRolePolicyWithContext mocks base method

func (*MockIAMAPI) PutUserPolicy

func (m *MockIAMAPI) PutUserPolicy(arg0 *iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)

PutUserPolicy mocks base method

func (*MockIAMAPI) PutUserPolicyRequest

func (m *MockIAMAPI) PutUserPolicyRequest(arg0 *iam.PutUserPolicyInput) (*request.Request, *iam.PutUserPolicyOutput)

PutUserPolicyRequest mocks base method

func (*MockIAMAPI) PutUserPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) PutUserPolicyWithContext(arg0 aws.Context, arg1 *iam.PutUserPolicyInput, arg2 ...request.Option) (*iam.PutUserPolicyOutput, error)

PutUserPolicyWithContext mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProvider

RemoveClientIDFromOpenIDConnectProvider mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderRequest

RemoveClientIDFromOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext added in v0.3.3

func (m *MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext(arg0 aws.Context, arg1 *iam.RemoveClientIDFromOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)

RemoveClientIDFromOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfile

RemoveRoleFromInstanceProfile mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfileRequest

func (m *MockIAMAPI) RemoveRoleFromInstanceProfileRequest(arg0 *iam.RemoveRoleFromInstanceProfileInput) (*request.Request, *iam.RemoveRoleFromInstanceProfileOutput)

RemoveRoleFromInstanceProfileRequest mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfileWithContext added in v0.3.3

func (m *MockIAMAPI) RemoveRoleFromInstanceProfileWithContext(arg0 aws.Context, arg1 *iam.RemoveRoleFromInstanceProfileInput, arg2 ...request.Option) (*iam.RemoveRoleFromInstanceProfileOutput, error)

RemoveRoleFromInstanceProfileWithContext mocks base method

func (*MockIAMAPI) RemoveUserFromGroup

func (m *MockIAMAPI) RemoveUserFromGroup(arg0 *iam.RemoveUserFromGroupInput) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroup mocks base method

func (*MockIAMAPI) RemoveUserFromGroupRequest

func (m *MockIAMAPI) RemoveUserFromGroupRequest(arg0 *iam.RemoveUserFromGroupInput) (*request.Request, *iam.RemoveUserFromGroupOutput)

RemoveUserFromGroupRequest mocks base method

func (*MockIAMAPI) RemoveUserFromGroupWithContext added in v0.3.3

func (m *MockIAMAPI) RemoveUserFromGroupWithContext(arg0 aws.Context, arg1 *iam.RemoveUserFromGroupInput, arg2 ...request.Option) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroupWithContext mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredential

ResetServiceSpecificCredential mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredentialRequest

func (m *MockIAMAPI) ResetServiceSpecificCredentialRequest(arg0 *iam.ResetServiceSpecificCredentialInput) (*request.Request, *iam.ResetServiceSpecificCredentialOutput)

ResetServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredentialWithContext added in v0.3.3

func (m *MockIAMAPI) ResetServiceSpecificCredentialWithContext(arg0 aws.Context, arg1 *iam.ResetServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.ResetServiceSpecificCredentialOutput, error)

ResetServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) ResyncMFADevice

func (m *MockIAMAPI) ResyncMFADevice(arg0 *iam.ResyncMFADeviceInput) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADevice mocks base method

func (*MockIAMAPI) ResyncMFADeviceRequest

func (m *MockIAMAPI) ResyncMFADeviceRequest(arg0 *iam.ResyncMFADeviceInput) (*request.Request, *iam.ResyncMFADeviceOutput)

ResyncMFADeviceRequest mocks base method

func (*MockIAMAPI) ResyncMFADeviceWithContext added in v0.3.3

func (m *MockIAMAPI) ResyncMFADeviceWithContext(arg0 aws.Context, arg1 *iam.ResyncMFADeviceInput, arg2 ...request.Option) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADeviceWithContext mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersion

func (m *MockIAMAPI) SetDefaultPolicyVersion(arg0 *iam.SetDefaultPolicyVersionInput) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersion mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersionRequest

func (m *MockIAMAPI) SetDefaultPolicyVersionRequest(arg0 *iam.SetDefaultPolicyVersionInput) (*request.Request, *iam.SetDefaultPolicyVersionOutput)

SetDefaultPolicyVersionRequest mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersionWithContext added in v0.3.3

func (m *MockIAMAPI) SetDefaultPolicyVersionWithContext(arg0 aws.Context, arg1 *iam.SetDefaultPolicyVersionInput, arg2 ...request.Option) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersionWithContext mocks base method

func (*MockIAMAPI) SimulateCustomPolicy

func (m *MockIAMAPI) SimulateCustomPolicy(arg0 *iam.SimulateCustomPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicy mocks base method

func (*MockIAMAPI) SimulateCustomPolicyPages

func (m *MockIAMAPI) SimulateCustomPolicyPages(arg0 *iam.SimulateCustomPolicyInput, arg1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulateCustomPolicyPages mocks base method

func (*MockIAMAPI) SimulateCustomPolicyPagesWithContext added in v0.3.3

func (m *MockIAMAPI) SimulateCustomPolicyPagesWithContext(arg0 aws.Context, arg1 *iam.SimulateCustomPolicyInput, arg2 func(*iam.SimulatePolicyResponse, bool) bool, arg3 ...request.Option) error

SimulateCustomPolicyPagesWithContext mocks base method

func (*MockIAMAPI) SimulateCustomPolicyRequest

func (m *MockIAMAPI) SimulateCustomPolicyRequest(arg0 *iam.SimulateCustomPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulateCustomPolicyRequest mocks base method

func (*MockIAMAPI) SimulateCustomPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) SimulateCustomPolicyWithContext(arg0 aws.Context, arg1 *iam.SimulateCustomPolicyInput, arg2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicyWithContext mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicy

func (m *MockIAMAPI) SimulatePrincipalPolicy(arg0 *iam.SimulatePrincipalPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicy mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyPages

func (m *MockIAMAPI) SimulatePrincipalPolicyPages(arg0 *iam.SimulatePrincipalPolicyInput, arg1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulatePrincipalPolicyPages mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyPagesWithContext added in v0.3.3

func (m *MockIAMAPI) SimulatePrincipalPolicyPagesWithContext(arg0 aws.Context, arg1 *iam.SimulatePrincipalPolicyInput, arg2 func(*iam.SimulatePolicyResponse, bool) bool, arg3 ...request.Option) error

SimulatePrincipalPolicyPagesWithContext mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyRequest

func (m *MockIAMAPI) SimulatePrincipalPolicyRequest(arg0 *iam.SimulatePrincipalPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulatePrincipalPolicyRequest mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) SimulatePrincipalPolicyWithContext(arg0 aws.Context, arg1 *iam.SimulatePrincipalPolicyInput, arg2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicyWithContext mocks base method

func (*MockIAMAPI) UpdateAccessKey

func (m *MockIAMAPI) UpdateAccessKey(arg0 *iam.UpdateAccessKeyInput) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKey mocks base method

func (*MockIAMAPI) UpdateAccessKeyRequest

func (m *MockIAMAPI) UpdateAccessKeyRequest(arg0 *iam.UpdateAccessKeyInput) (*request.Request, *iam.UpdateAccessKeyOutput)

UpdateAccessKeyRequest mocks base method

func (*MockIAMAPI) UpdateAccessKeyWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateAccessKeyWithContext(arg0 aws.Context, arg1 *iam.UpdateAccessKeyInput, arg2 ...request.Option) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKeyWithContext mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicy

UpdateAccountPasswordPolicy mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicyRequest

func (m *MockIAMAPI) UpdateAccountPasswordPolicyRequest(arg0 *iam.UpdateAccountPasswordPolicyInput) (*request.Request, *iam.UpdateAccountPasswordPolicyOutput)

UpdateAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicyWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateAccountPasswordPolicyWithContext(arg0 aws.Context, arg1 *iam.UpdateAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.UpdateAccountPasswordPolicyOutput, error)

UpdateAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicy

func (m *MockIAMAPI) UpdateAssumeRolePolicy(arg0 *iam.UpdateAssumeRolePolicyInput) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicy mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicyRequest

func (m *MockIAMAPI) UpdateAssumeRolePolicyRequest(arg0 *iam.UpdateAssumeRolePolicyInput) (*request.Request, *iam.UpdateAssumeRolePolicyOutput)

UpdateAssumeRolePolicyRequest mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicyWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateAssumeRolePolicyWithContext(arg0 aws.Context, arg1 *iam.UpdateAssumeRolePolicyInput, arg2 ...request.Option) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicyWithContext mocks base method

func (*MockIAMAPI) UpdateGroup

func (m *MockIAMAPI) UpdateGroup(arg0 *iam.UpdateGroupInput) (*iam.UpdateGroupOutput, error)

UpdateGroup mocks base method

func (*MockIAMAPI) UpdateGroupRequest

func (m *MockIAMAPI) UpdateGroupRequest(arg0 *iam.UpdateGroupInput) (*request.Request, *iam.UpdateGroupOutput)

UpdateGroupRequest mocks base method

func (*MockIAMAPI) UpdateGroupWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateGroupWithContext(arg0 aws.Context, arg1 *iam.UpdateGroupInput, arg2 ...request.Option) (*iam.UpdateGroupOutput, error)

UpdateGroupWithContext mocks base method

func (*MockIAMAPI) UpdateLoginProfile

func (m *MockIAMAPI) UpdateLoginProfile(arg0 *iam.UpdateLoginProfileInput) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfile mocks base method

func (*MockIAMAPI) UpdateLoginProfileRequest

func (m *MockIAMAPI) UpdateLoginProfileRequest(arg0 *iam.UpdateLoginProfileInput) (*request.Request, *iam.UpdateLoginProfileOutput)

UpdateLoginProfileRequest mocks base method

func (*MockIAMAPI) UpdateLoginProfileWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateLoginProfileWithContext(arg0 aws.Context, arg1 *iam.UpdateLoginProfileInput, arg2 ...request.Option) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfileWithContext mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprint

UpdateOpenIDConnectProviderThumbprint mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintRequest

UpdateOpenIDConnectProviderThumbprintRequest mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext(arg0 aws.Context, arg1 *iam.UpdateOpenIDConnectProviderThumbprintInput, arg2 ...request.Option) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)

UpdateOpenIDConnectProviderThumbprintWithContext mocks base method

func (*MockIAMAPI) UpdateRole added in v0.7.0

func (m *MockIAMAPI) UpdateRole(arg0 *iam.UpdateRoleInput) (*iam.UpdateRoleOutput, error)

UpdateRole mocks base method

func (*MockIAMAPI) UpdateRoleDescription added in v0.4.1

func (m *MockIAMAPI) UpdateRoleDescription(arg0 *iam.UpdateRoleDescriptionInput) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescription mocks base method

func (*MockIAMAPI) UpdateRoleDescriptionRequest added in v0.4.1

func (m *MockIAMAPI) UpdateRoleDescriptionRequest(arg0 *iam.UpdateRoleDescriptionInput) (*request.Request, *iam.UpdateRoleDescriptionOutput)

UpdateRoleDescriptionRequest mocks base method

func (*MockIAMAPI) UpdateRoleDescriptionWithContext added in v0.4.1

func (m *MockIAMAPI) UpdateRoleDescriptionWithContext(arg0 aws.Context, arg1 *iam.UpdateRoleDescriptionInput, arg2 ...request.Option) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescriptionWithContext mocks base method

func (*MockIAMAPI) UpdateRoleRequest added in v0.7.0

func (m *MockIAMAPI) UpdateRoleRequest(arg0 *iam.UpdateRoleInput) (*request.Request, *iam.UpdateRoleOutput)

UpdateRoleRequest mocks base method

func (*MockIAMAPI) UpdateRoleWithContext added in v0.7.0

func (m *MockIAMAPI) UpdateRoleWithContext(arg0 aws.Context, arg1 *iam.UpdateRoleInput, arg2 ...request.Option) (*iam.UpdateRoleOutput, error)

UpdateRoleWithContext mocks base method

func (*MockIAMAPI) UpdateSAMLProvider

func (m *MockIAMAPI) UpdateSAMLProvider(arg0 *iam.UpdateSAMLProviderInput) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProvider mocks base method

func (*MockIAMAPI) UpdateSAMLProviderRequest

func (m *MockIAMAPI) UpdateSAMLProviderRequest(arg0 *iam.UpdateSAMLProviderInput) (*request.Request, *iam.UpdateSAMLProviderOutput)

UpdateSAMLProviderRequest mocks base method

func (*MockIAMAPI) UpdateSAMLProviderWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateSAMLProviderWithContext(arg0 aws.Context, arg1 *iam.UpdateSAMLProviderInput, arg2 ...request.Option) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProviderWithContext mocks base method

func (*MockIAMAPI) UpdateSSHPublicKey

func (m *MockIAMAPI) UpdateSSHPublicKey(arg0 *iam.UpdateSSHPublicKeyInput) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKey mocks base method

func (*MockIAMAPI) UpdateSSHPublicKeyRequest

func (m *MockIAMAPI) UpdateSSHPublicKeyRequest(arg0 *iam.UpdateSSHPublicKeyInput) (*request.Request, *iam.UpdateSSHPublicKeyOutput)

UpdateSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) UpdateSSHPublicKeyWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateSSHPublicKeyWithContext(arg0 aws.Context, arg1 *iam.UpdateSSHPublicKeyInput, arg2 ...request.Option) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) UpdateServerCertificate

func (m *MockIAMAPI) UpdateServerCertificate(arg0 *iam.UpdateServerCertificateInput) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificate mocks base method

func (*MockIAMAPI) UpdateServerCertificateRequest

func (m *MockIAMAPI) UpdateServerCertificateRequest(arg0 *iam.UpdateServerCertificateInput) (*request.Request, *iam.UpdateServerCertificateOutput)

UpdateServerCertificateRequest mocks base method

func (*MockIAMAPI) UpdateServerCertificateWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateServerCertificateWithContext(arg0 aws.Context, arg1 *iam.UpdateServerCertificateInput, arg2 ...request.Option) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificateWithContext mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredential

UpdateServiceSpecificCredential mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredentialRequest

func (m *MockIAMAPI) UpdateServiceSpecificCredentialRequest(arg0 *iam.UpdateServiceSpecificCredentialInput) (*request.Request, *iam.UpdateServiceSpecificCredentialOutput)

UpdateServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredentialWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateServiceSpecificCredentialWithContext(arg0 aws.Context, arg1 *iam.UpdateServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.UpdateServiceSpecificCredentialOutput, error)

UpdateServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) UpdateSigningCertificate

UpdateSigningCertificate mocks base method

func (*MockIAMAPI) UpdateSigningCertificateRequest

func (m *MockIAMAPI) UpdateSigningCertificateRequest(arg0 *iam.UpdateSigningCertificateInput) (*request.Request, *iam.UpdateSigningCertificateOutput)

UpdateSigningCertificateRequest mocks base method

func (*MockIAMAPI) UpdateSigningCertificateWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateSigningCertificateWithContext(arg0 aws.Context, arg1 *iam.UpdateSigningCertificateInput, arg2 ...request.Option) (*iam.UpdateSigningCertificateOutput, error)

UpdateSigningCertificateWithContext mocks base method

func (*MockIAMAPI) UpdateUser

func (m *MockIAMAPI) UpdateUser(arg0 *iam.UpdateUserInput) (*iam.UpdateUserOutput, error)

UpdateUser mocks base method

func (*MockIAMAPI) UpdateUserRequest

func (m *MockIAMAPI) UpdateUserRequest(arg0 *iam.UpdateUserInput) (*request.Request, *iam.UpdateUserOutput)

UpdateUserRequest mocks base method

func (*MockIAMAPI) UpdateUserWithContext added in v0.3.3

func (m *MockIAMAPI) UpdateUserWithContext(arg0 aws.Context, arg1 *iam.UpdateUserInput, arg2 ...request.Option) (*iam.UpdateUserOutput, error)

UpdateUserWithContext mocks base method

func (*MockIAMAPI) UploadSSHPublicKey

func (m *MockIAMAPI) UploadSSHPublicKey(arg0 *iam.UploadSSHPublicKeyInput) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKey mocks base method

func (*MockIAMAPI) UploadSSHPublicKeyRequest

func (m *MockIAMAPI) UploadSSHPublicKeyRequest(arg0 *iam.UploadSSHPublicKeyInput) (*request.Request, *iam.UploadSSHPublicKeyOutput)

UploadSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) UploadSSHPublicKeyWithContext added in v0.3.3

func (m *MockIAMAPI) UploadSSHPublicKeyWithContext(arg0 aws.Context, arg1 *iam.UploadSSHPublicKeyInput, arg2 ...request.Option) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) UploadServerCertificate

func (m *MockIAMAPI) UploadServerCertificate(arg0 *iam.UploadServerCertificateInput) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificate mocks base method

func (*MockIAMAPI) UploadServerCertificateRequest

func (m *MockIAMAPI) UploadServerCertificateRequest(arg0 *iam.UploadServerCertificateInput) (*request.Request, *iam.UploadServerCertificateOutput)

UploadServerCertificateRequest mocks base method

func (*MockIAMAPI) UploadServerCertificateWithContext added in v0.3.3

func (m *MockIAMAPI) UploadServerCertificateWithContext(arg0 aws.Context, arg1 *iam.UploadServerCertificateInput, arg2 ...request.Option) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificateWithContext mocks base method

func (*MockIAMAPI) UploadSigningCertificate

UploadSigningCertificate mocks base method

func (*MockIAMAPI) UploadSigningCertificateRequest

func (m *MockIAMAPI) UploadSigningCertificateRequest(arg0 *iam.UploadSigningCertificateInput) (*request.Request, *iam.UploadSigningCertificateOutput)

UploadSigningCertificateRequest mocks base method

func (*MockIAMAPI) UploadSigningCertificateWithContext added in v0.3.3

func (m *MockIAMAPI) UploadSigningCertificateWithContext(arg0 aws.Context, arg1 *iam.UploadSigningCertificateInput, arg2 ...request.Option) (*iam.UploadSigningCertificateOutput, error)

UploadSigningCertificateWithContext mocks base method

func (*MockIAMAPI) WaitUntilInstanceProfileExists

func (m *MockIAMAPI) WaitUntilInstanceProfileExists(arg0 *iam.GetInstanceProfileInput) error

WaitUntilInstanceProfileExists mocks base method

func (*MockIAMAPI) WaitUntilInstanceProfileExistsWithContext added in v0.3.3

func (m *MockIAMAPI) WaitUntilInstanceProfileExistsWithContext(arg0 aws.Context, arg1 *iam.GetInstanceProfileInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceProfileExistsWithContext mocks base method

func (*MockIAMAPI) WaitUntilUserExists

func (m *MockIAMAPI) WaitUntilUserExists(arg0 *iam.GetUserInput) error

WaitUntilUserExists mocks base method

func (*MockIAMAPI) WaitUntilUserExistsWithContext added in v0.3.3

func (m *MockIAMAPI) WaitUntilUserExistsWithContext(arg0 aws.Context, arg1 *iam.GetUserInput, arg2 ...request.WaiterOption) error

WaitUntilUserExistsWithContext mocks base method

type MockIAMAPIMockRecorder added in v0.6.0

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

MockIAMAPIMockRecorder is the mock recorder for MockIAMAPI

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProvider added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProvider(arg0 interface{}) *gomock.Call

AddClientIDToOpenIDConnectProvider indicates an expected call of AddClientIDToOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

AddClientIDToOpenIDConnectProviderRequest indicates an expected call of AddClientIDToOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddClientIDToOpenIDConnectProviderWithContext indicates an expected call of AddClientIDToOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfile added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfile(arg0 interface{}) *gomock.Call

AddRoleToInstanceProfile indicates an expected call of AddRoleToInstanceProfile

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfileRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfileRequest(arg0 interface{}) *gomock.Call

AddRoleToInstanceProfileRequest indicates an expected call of AddRoleToInstanceProfileRequest

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfileWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddRoleToInstanceProfileWithContext indicates an expected call of AddRoleToInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) AddUserToGroup added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AddUserToGroup(arg0 interface{}) *gomock.Call

AddUserToGroup indicates an expected call of AddUserToGroup

func (*MockIAMAPIMockRecorder) AddUserToGroupRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AddUserToGroupRequest(arg0 interface{}) *gomock.Call

AddUserToGroupRequest indicates an expected call of AddUserToGroupRequest

func (*MockIAMAPIMockRecorder) AddUserToGroupWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AddUserToGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddUserToGroupWithContext indicates an expected call of AddUserToGroupWithContext

func (*MockIAMAPIMockRecorder) AttachGroupPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicy(arg0 interface{}) *gomock.Call

AttachGroupPolicy indicates an expected call of AttachGroupPolicy

func (*MockIAMAPIMockRecorder) AttachGroupPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicyRequest(arg0 interface{}) *gomock.Call

AttachGroupPolicyRequest indicates an expected call of AttachGroupPolicyRequest

func (*MockIAMAPIMockRecorder) AttachGroupPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachGroupPolicyWithContext indicates an expected call of AttachGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) AttachRolePolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AttachRolePolicy(arg0 interface{}) *gomock.Call

AttachRolePolicy indicates an expected call of AttachRolePolicy

func (*MockIAMAPIMockRecorder) AttachRolePolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AttachRolePolicyRequest(arg0 interface{}) *gomock.Call

AttachRolePolicyRequest indicates an expected call of AttachRolePolicyRequest

func (*MockIAMAPIMockRecorder) AttachRolePolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AttachRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachRolePolicyWithContext indicates an expected call of AttachRolePolicyWithContext

func (*MockIAMAPIMockRecorder) AttachUserPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AttachUserPolicy(arg0 interface{}) *gomock.Call

AttachUserPolicy indicates an expected call of AttachUserPolicy

func (*MockIAMAPIMockRecorder) AttachUserPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AttachUserPolicyRequest(arg0 interface{}) *gomock.Call

AttachUserPolicyRequest indicates an expected call of AttachUserPolicyRequest

func (*MockIAMAPIMockRecorder) AttachUserPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) AttachUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachUserPolicyWithContext indicates an expected call of AttachUserPolicyWithContext

func (*MockIAMAPIMockRecorder) ChangePassword added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ChangePassword(arg0 interface{}) *gomock.Call

ChangePassword indicates an expected call of ChangePassword

func (*MockIAMAPIMockRecorder) ChangePasswordRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ChangePasswordRequest(arg0 interface{}) *gomock.Call

ChangePasswordRequest indicates an expected call of ChangePasswordRequest

func (*MockIAMAPIMockRecorder) ChangePasswordWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ChangePasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ChangePasswordWithContext indicates an expected call of ChangePasswordWithContext

func (*MockIAMAPIMockRecorder) CreateAccessKey added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateAccessKey(arg0 interface{}) *gomock.Call

CreateAccessKey indicates an expected call of CreateAccessKey

func (*MockIAMAPIMockRecorder) CreateAccessKeyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateAccessKeyRequest(arg0 interface{}) *gomock.Call

CreateAccessKeyRequest indicates an expected call of CreateAccessKeyRequest

func (*MockIAMAPIMockRecorder) CreateAccessKeyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccessKeyWithContext indicates an expected call of CreateAccessKeyWithContext

func (*MockIAMAPIMockRecorder) CreateAccountAlias added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateAccountAlias(arg0 interface{}) *gomock.Call

CreateAccountAlias indicates an expected call of CreateAccountAlias

func (*MockIAMAPIMockRecorder) CreateAccountAliasRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateAccountAliasRequest(arg0 interface{}) *gomock.Call

CreateAccountAliasRequest indicates an expected call of CreateAccountAliasRequest

func (*MockIAMAPIMockRecorder) CreateAccountAliasWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccountAliasWithContext indicates an expected call of CreateAccountAliasWithContext

func (*MockIAMAPIMockRecorder) CreateGroup added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateGroup(arg0 interface{}) *gomock.Call

CreateGroup indicates an expected call of CreateGroup

func (*MockIAMAPIMockRecorder) CreateGroupRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateGroupRequest(arg0 interface{}) *gomock.Call

CreateGroupRequest indicates an expected call of CreateGroupRequest

func (*MockIAMAPIMockRecorder) CreateGroupWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGroupWithContext indicates an expected call of CreateGroupWithContext

func (*MockIAMAPIMockRecorder) CreateInstanceProfile added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfile(arg0 interface{}) *gomock.Call

CreateInstanceProfile indicates an expected call of CreateInstanceProfile

func (*MockIAMAPIMockRecorder) CreateInstanceProfileRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfileRequest(arg0 interface{}) *gomock.Call

CreateInstanceProfileRequest indicates an expected call of CreateInstanceProfileRequest

func (*MockIAMAPIMockRecorder) CreateInstanceProfileWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceProfileWithContext indicates an expected call of CreateInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) CreateLoginProfile added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateLoginProfile(arg0 interface{}) *gomock.Call

CreateLoginProfile indicates an expected call of CreateLoginProfile

func (*MockIAMAPIMockRecorder) CreateLoginProfileRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateLoginProfileRequest(arg0 interface{}) *gomock.Call

CreateLoginProfileRequest indicates an expected call of CreateLoginProfileRequest

func (*MockIAMAPIMockRecorder) CreateLoginProfileWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoginProfileWithContext indicates an expected call of CreateLoginProfileWithContext

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProvider added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProvider(arg0 interface{}) *gomock.Call

CreateOpenIDConnectProvider indicates an expected call of CreateOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProviderRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

CreateOpenIDConnectProviderRequest indicates an expected call of CreateOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProviderWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateOpenIDConnectProviderWithContext indicates an expected call of CreateOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) CreatePolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreatePolicy(arg0 interface{}) *gomock.Call

CreatePolicy indicates an expected call of CreatePolicy

func (*MockIAMAPIMockRecorder) CreatePolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreatePolicyRequest(arg0 interface{}) *gomock.Call

CreatePolicyRequest indicates an expected call of CreatePolicyRequest

func (*MockIAMAPIMockRecorder) CreatePolicyVersion added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersion(arg0 interface{}) *gomock.Call

CreatePolicyVersion indicates an expected call of CreatePolicyVersion

func (*MockIAMAPIMockRecorder) CreatePolicyVersionRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersionRequest(arg0 interface{}) *gomock.Call

CreatePolicyVersionRequest indicates an expected call of CreatePolicyVersionRequest

func (*MockIAMAPIMockRecorder) CreatePolicyVersionWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePolicyVersionWithContext indicates an expected call of CreatePolicyVersionWithContext

func (*MockIAMAPIMockRecorder) CreatePolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreatePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePolicyWithContext indicates an expected call of CreatePolicyWithContext

func (*MockIAMAPIMockRecorder) CreateRole added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateRole(arg0 interface{}) *gomock.Call

CreateRole indicates an expected call of CreateRole

func (*MockIAMAPIMockRecorder) CreateRoleRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateRoleRequest(arg0 interface{}) *gomock.Call

CreateRoleRequest indicates an expected call of CreateRoleRequest

func (*MockIAMAPIMockRecorder) CreateRoleWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRoleWithContext indicates an expected call of CreateRoleWithContext

func (*MockIAMAPIMockRecorder) CreateSAMLProvider added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateSAMLProvider(arg0 interface{}) *gomock.Call

CreateSAMLProvider indicates an expected call of CreateSAMLProvider

func (*MockIAMAPIMockRecorder) CreateSAMLProviderRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateSAMLProviderRequest(arg0 interface{}) *gomock.Call

CreateSAMLProviderRequest indicates an expected call of CreateSAMLProviderRequest

func (*MockIAMAPIMockRecorder) CreateSAMLProviderWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSAMLProviderWithContext indicates an expected call of CreateSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRole added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRole(arg0 interface{}) *gomock.Call

CreateServiceLinkedRole indicates an expected call of CreateServiceLinkedRole

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRoleRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call

CreateServiceLinkedRoleRequest indicates an expected call of CreateServiceLinkedRoleRequest

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRoleWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceLinkedRoleWithContext indicates an expected call of CreateServiceLinkedRoleWithContext

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredential added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredential(arg0 interface{}) *gomock.Call

CreateServiceSpecificCredential indicates an expected call of CreateServiceSpecificCredential

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredentialRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

CreateServiceSpecificCredentialRequest indicates an expected call of CreateServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredentialWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceSpecificCredentialWithContext indicates an expected call of CreateServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) CreateUser added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateUser(arg0 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser

func (*MockIAMAPIMockRecorder) CreateUserRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateUserRequest(arg0 interface{}) *gomock.Call

CreateUserRequest indicates an expected call of CreateUserRequest

func (*MockIAMAPIMockRecorder) CreateUserWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUserWithContext indicates an expected call of CreateUserWithContext

func (*MockIAMAPIMockRecorder) CreateVirtualMFADevice added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADevice(arg0 interface{}) *gomock.Call

CreateVirtualMFADevice indicates an expected call of CreateVirtualMFADevice

func (*MockIAMAPIMockRecorder) CreateVirtualMFADeviceRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADeviceRequest(arg0 interface{}) *gomock.Call

CreateVirtualMFADeviceRequest indicates an expected call of CreateVirtualMFADeviceRequest

func (*MockIAMAPIMockRecorder) CreateVirtualMFADeviceWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVirtualMFADeviceWithContext indicates an expected call of CreateVirtualMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DeactivateMFADevice added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeactivateMFADevice(arg0 interface{}) *gomock.Call

DeactivateMFADevice indicates an expected call of DeactivateMFADevice

func (*MockIAMAPIMockRecorder) DeactivateMFADeviceRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeactivateMFADeviceRequest(arg0 interface{}) *gomock.Call

DeactivateMFADeviceRequest indicates an expected call of DeactivateMFADeviceRequest

func (*MockIAMAPIMockRecorder) DeactivateMFADeviceWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeactivateMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeactivateMFADeviceWithContext indicates an expected call of DeactivateMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DeleteAccessKey added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteAccessKey(arg0 interface{}) *gomock.Call

DeleteAccessKey indicates an expected call of DeleteAccessKey

func (*MockIAMAPIMockRecorder) DeleteAccessKeyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteAccessKeyRequest(arg0 interface{}) *gomock.Call

DeleteAccessKeyRequest indicates an expected call of DeleteAccessKeyRequest

func (*MockIAMAPIMockRecorder) DeleteAccessKeyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccessKeyWithContext indicates an expected call of DeleteAccessKeyWithContext

func (*MockIAMAPIMockRecorder) DeleteAccountAlias added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteAccountAlias(arg0 interface{}) *gomock.Call

DeleteAccountAlias indicates an expected call of DeleteAccountAlias

func (*MockIAMAPIMockRecorder) DeleteAccountAliasRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteAccountAliasRequest(arg0 interface{}) *gomock.Call

DeleteAccountAliasRequest indicates an expected call of DeleteAccountAliasRequest

func (*MockIAMAPIMockRecorder) DeleteAccountAliasWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccountAliasWithContext indicates an expected call of DeleteAccountAliasWithContext

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicy(arg0 interface{}) *gomock.Call

DeleteAccountPasswordPolicy indicates an expected call of DeleteAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

DeleteAccountPasswordPolicyRequest indicates an expected call of DeleteAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccountPasswordPolicyWithContext indicates an expected call of DeleteAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteGroup added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteGroup(arg0 interface{}) *gomock.Call

DeleteGroup indicates an expected call of DeleteGroup

func (*MockIAMAPIMockRecorder) DeleteGroupPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicy(arg0 interface{}) *gomock.Call

DeleteGroupPolicy indicates an expected call of DeleteGroupPolicy

func (*MockIAMAPIMockRecorder) DeleteGroupPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicyRequest(arg0 interface{}) *gomock.Call

DeleteGroupPolicyRequest indicates an expected call of DeleteGroupPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteGroupPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGroupPolicyWithContext indicates an expected call of DeleteGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteGroupRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteGroupRequest(arg0 interface{}) *gomock.Call

DeleteGroupRequest indicates an expected call of DeleteGroupRequest

func (*MockIAMAPIMockRecorder) DeleteGroupWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGroupWithContext indicates an expected call of DeleteGroupWithContext

func (*MockIAMAPIMockRecorder) DeleteInstanceProfile added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfile(arg0 interface{}) *gomock.Call

DeleteInstanceProfile indicates an expected call of DeleteInstanceProfile

func (*MockIAMAPIMockRecorder) DeleteInstanceProfileRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfileRequest(arg0 interface{}) *gomock.Call

DeleteInstanceProfileRequest indicates an expected call of DeleteInstanceProfileRequest

func (*MockIAMAPIMockRecorder) DeleteInstanceProfileWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInstanceProfileWithContext indicates an expected call of DeleteInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) DeleteLoginProfile added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfile(arg0 interface{}) *gomock.Call

DeleteLoginProfile indicates an expected call of DeleteLoginProfile

func (*MockIAMAPIMockRecorder) DeleteLoginProfileRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfileRequest(arg0 interface{}) *gomock.Call

DeleteLoginProfileRequest indicates an expected call of DeleteLoginProfileRequest

func (*MockIAMAPIMockRecorder) DeleteLoginProfileWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoginProfileWithContext indicates an expected call of DeleteLoginProfileWithContext

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProvider added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProvider(arg0 interface{}) *gomock.Call

DeleteOpenIDConnectProvider indicates an expected call of DeleteOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

DeleteOpenIDConnectProviderRequest indicates an expected call of DeleteOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteOpenIDConnectProviderWithContext indicates an expected call of DeleteOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) DeletePolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeletePolicy(arg0 interface{}) *gomock.Call

DeletePolicy indicates an expected call of DeletePolicy

func (*MockIAMAPIMockRecorder) DeletePolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeletePolicyRequest(arg0 interface{}) *gomock.Call

DeletePolicyRequest indicates an expected call of DeletePolicyRequest

func (*MockIAMAPIMockRecorder) DeletePolicyVersion added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersion(arg0 interface{}) *gomock.Call

DeletePolicyVersion indicates an expected call of DeletePolicyVersion

func (*MockIAMAPIMockRecorder) DeletePolicyVersionRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersionRequest(arg0 interface{}) *gomock.Call

DeletePolicyVersionRequest indicates an expected call of DeletePolicyVersionRequest

func (*MockIAMAPIMockRecorder) DeletePolicyVersionWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePolicyVersionWithContext indicates an expected call of DeletePolicyVersionWithContext

func (*MockIAMAPIMockRecorder) DeletePolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeletePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePolicyWithContext indicates an expected call of DeletePolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteRole added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteRole(arg0 interface{}) *gomock.Call

DeleteRole indicates an expected call of DeleteRole

func (*MockIAMAPIMockRecorder) DeleteRolePolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicy(arg0 interface{}) *gomock.Call

DeleteRolePolicy indicates an expected call of DeleteRolePolicy

func (*MockIAMAPIMockRecorder) DeleteRolePolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicyRequest(arg0 interface{}) *gomock.Call

DeleteRolePolicyRequest indicates an expected call of DeleteRolePolicyRequest

func (*MockIAMAPIMockRecorder) DeleteRolePolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRolePolicyWithContext indicates an expected call of DeleteRolePolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteRoleRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteRoleRequest(arg0 interface{}) *gomock.Call

DeleteRoleRequest indicates an expected call of DeleteRoleRequest

func (*MockIAMAPIMockRecorder) DeleteRoleWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRoleWithContext indicates an expected call of DeleteRoleWithContext

func (*MockIAMAPIMockRecorder) DeleteSAMLProvider added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProvider(arg0 interface{}) *gomock.Call

DeleteSAMLProvider indicates an expected call of DeleteSAMLProvider

func (*MockIAMAPIMockRecorder) DeleteSAMLProviderRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProviderRequest(arg0 interface{}) *gomock.Call

DeleteSAMLProviderRequest indicates an expected call of DeleteSAMLProviderRequest

func (*MockIAMAPIMockRecorder) DeleteSAMLProviderWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSAMLProviderWithContext indicates an expected call of DeleteSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKey added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKey(arg0 interface{}) *gomock.Call

DeleteSSHPublicKey indicates an expected call of DeleteSSHPublicKey

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKeyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

DeleteSSHPublicKeyRequest indicates an expected call of DeleteSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKeyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSSHPublicKeyWithContext indicates an expected call of DeleteSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) DeleteServerCertificate added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificate(arg0 interface{}) *gomock.Call

DeleteServerCertificate indicates an expected call of DeleteServerCertificate

func (*MockIAMAPIMockRecorder) DeleteServerCertificateRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificateRequest(arg0 interface{}) *gomock.Call

DeleteServerCertificateRequest indicates an expected call of DeleteServerCertificateRequest

func (*MockIAMAPIMockRecorder) DeleteServerCertificateWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServerCertificateWithContext indicates an expected call of DeleteServerCertificateWithContext

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRole added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRole(arg0 interface{}) *gomock.Call

DeleteServiceLinkedRole indicates an expected call of DeleteServiceLinkedRole

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRoleRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call

DeleteServiceLinkedRoleRequest indicates an expected call of DeleteServiceLinkedRoleRequest

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRoleWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceLinkedRoleWithContext indicates an expected call of DeleteServiceLinkedRoleWithContext

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredential added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredential(arg0 interface{}) *gomock.Call

DeleteServiceSpecificCredential indicates an expected call of DeleteServiceSpecificCredential

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

DeleteServiceSpecificCredentialRequest indicates an expected call of DeleteServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceSpecificCredentialWithContext indicates an expected call of DeleteServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) DeleteSigningCertificate added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificate(arg0 interface{}) *gomock.Call

DeleteSigningCertificate indicates an expected call of DeleteSigningCertificate

func (*MockIAMAPIMockRecorder) DeleteSigningCertificateRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificateRequest(arg0 interface{}) *gomock.Call

DeleteSigningCertificateRequest indicates an expected call of DeleteSigningCertificateRequest

func (*MockIAMAPIMockRecorder) DeleteSigningCertificateWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSigningCertificateWithContext indicates an expected call of DeleteSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) DeleteUser added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser

func (*MockIAMAPIMockRecorder) DeleteUserPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicy(arg0 interface{}) *gomock.Call

DeleteUserPolicy indicates an expected call of DeleteUserPolicy

func (*MockIAMAPIMockRecorder) DeleteUserPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicyRequest(arg0 interface{}) *gomock.Call

DeleteUserPolicyRequest indicates an expected call of DeleteUserPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteUserPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserPolicyWithContext indicates an expected call of DeleteUserPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteUserRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteUserRequest(arg0 interface{}) *gomock.Call

DeleteUserRequest indicates an expected call of DeleteUserRequest

func (*MockIAMAPIMockRecorder) DeleteUserWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserWithContext indicates an expected call of DeleteUserWithContext

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADevice added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADevice(arg0 interface{}) *gomock.Call

DeleteVirtualMFADevice indicates an expected call of DeleteVirtualMFADevice

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADeviceRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADeviceRequest(arg0 interface{}) *gomock.Call

DeleteVirtualMFADeviceRequest indicates an expected call of DeleteVirtualMFADeviceRequest

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADeviceWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVirtualMFADeviceWithContext indicates an expected call of DeleteVirtualMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DetachGroupPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicy(arg0 interface{}) *gomock.Call

DetachGroupPolicy indicates an expected call of DetachGroupPolicy

func (*MockIAMAPIMockRecorder) DetachGroupPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicyRequest(arg0 interface{}) *gomock.Call

DetachGroupPolicyRequest indicates an expected call of DetachGroupPolicyRequest

func (*MockIAMAPIMockRecorder) DetachGroupPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachGroupPolicyWithContext indicates an expected call of DetachGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) DetachRolePolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DetachRolePolicy(arg0 interface{}) *gomock.Call

DetachRolePolicy indicates an expected call of DetachRolePolicy

func (*MockIAMAPIMockRecorder) DetachRolePolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DetachRolePolicyRequest(arg0 interface{}) *gomock.Call

DetachRolePolicyRequest indicates an expected call of DetachRolePolicyRequest

func (*MockIAMAPIMockRecorder) DetachRolePolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DetachRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachRolePolicyWithContext indicates an expected call of DetachRolePolicyWithContext

func (*MockIAMAPIMockRecorder) DetachUserPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DetachUserPolicy(arg0 interface{}) *gomock.Call

DetachUserPolicy indicates an expected call of DetachUserPolicy

func (*MockIAMAPIMockRecorder) DetachUserPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DetachUserPolicyRequest(arg0 interface{}) *gomock.Call

DetachUserPolicyRequest indicates an expected call of DetachUserPolicyRequest

func (*MockIAMAPIMockRecorder) DetachUserPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) DetachUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachUserPolicyWithContext indicates an expected call of DetachUserPolicyWithContext

func (*MockIAMAPIMockRecorder) EnableMFADevice added in v0.6.0

func (mr *MockIAMAPIMockRecorder) EnableMFADevice(arg0 interface{}) *gomock.Call

EnableMFADevice indicates an expected call of EnableMFADevice

func (*MockIAMAPIMockRecorder) EnableMFADeviceRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) EnableMFADeviceRequest(arg0 interface{}) *gomock.Call

EnableMFADeviceRequest indicates an expected call of EnableMFADeviceRequest

func (*MockIAMAPIMockRecorder) EnableMFADeviceWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) EnableMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableMFADeviceWithContext indicates an expected call of EnableMFADeviceWithContext

func (*MockIAMAPIMockRecorder) GenerateCredentialReport added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReport(arg0 interface{}) *gomock.Call

GenerateCredentialReport indicates an expected call of GenerateCredentialReport

func (*MockIAMAPIMockRecorder) GenerateCredentialReportRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReportRequest(arg0 interface{}) *gomock.Call

GenerateCredentialReportRequest indicates an expected call of GenerateCredentialReportRequest

func (*MockIAMAPIMockRecorder) GenerateCredentialReportWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateCredentialReportWithContext indicates an expected call of GenerateCredentialReportWithContext

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsed added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsed(arg0 interface{}) *gomock.Call

GetAccessKeyLastUsed indicates an expected call of GetAccessKeyLastUsed

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsedRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsedRequest(arg0 interface{}) *gomock.Call

GetAccessKeyLastUsedRequest indicates an expected call of GetAccessKeyLastUsedRequest

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsedWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccessKeyLastUsedWithContext indicates an expected call of GetAccessKeyLastUsedWithContext

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetails added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetails(arg0 interface{}) *gomock.Call

GetAccountAuthorizationDetails indicates an expected call of GetAccountAuthorizationDetails

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPages(arg0, arg1 interface{}) *gomock.Call

GetAccountAuthorizationDetailsPages indicates an expected call of GetAccountAuthorizationDetailsPages

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPagesWithContext added in v0.6.0

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

GetAccountAuthorizationDetailsPagesWithContext indicates an expected call of GetAccountAuthorizationDetailsPagesWithContext

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsRequest(arg0 interface{}) *gomock.Call

GetAccountAuthorizationDetailsRequest indicates an expected call of GetAccountAuthorizationDetailsRequest

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountAuthorizationDetailsWithContext indicates an expected call of GetAccountAuthorizationDetailsWithContext

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicy(arg0 interface{}) *gomock.Call

GetAccountPasswordPolicy indicates an expected call of GetAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

GetAccountPasswordPolicyRequest indicates an expected call of GetAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountPasswordPolicyWithContext indicates an expected call of GetAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) GetAccountSummary added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccountSummary(arg0 interface{}) *gomock.Call

GetAccountSummary indicates an expected call of GetAccountSummary

func (*MockIAMAPIMockRecorder) GetAccountSummaryRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccountSummaryRequest(arg0 interface{}) *gomock.Call

GetAccountSummaryRequest indicates an expected call of GetAccountSummaryRequest

func (*MockIAMAPIMockRecorder) GetAccountSummaryWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetAccountSummaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountSummaryWithContext indicates an expected call of GetAccountSummaryWithContext

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicy(arg0 interface{}) *gomock.Call

GetContextKeysForCustomPolicy indicates an expected call of GetContextKeysForCustomPolicy

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyRequest(arg0 interface{}) *gomock.Call

GetContextKeysForCustomPolicyRequest indicates an expected call of GetContextKeysForCustomPolicyRequest

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContextKeysForCustomPolicyWithContext indicates an expected call of GetContextKeysForCustomPolicyWithContext

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicy(arg0 interface{}) *gomock.Call

GetContextKeysForPrincipalPolicy indicates an expected call of GetContextKeysForPrincipalPolicy

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyRequest(arg0 interface{}) *gomock.Call

GetContextKeysForPrincipalPolicyRequest indicates an expected call of GetContextKeysForPrincipalPolicyRequest

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContextKeysForPrincipalPolicyWithContext indicates an expected call of GetContextKeysForPrincipalPolicyWithContext

func (*MockIAMAPIMockRecorder) GetCredentialReport added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetCredentialReport(arg0 interface{}) *gomock.Call

GetCredentialReport indicates an expected call of GetCredentialReport

func (*MockIAMAPIMockRecorder) GetCredentialReportRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetCredentialReportRequest(arg0 interface{}) *gomock.Call

GetCredentialReportRequest indicates an expected call of GetCredentialReportRequest

func (*MockIAMAPIMockRecorder) GetCredentialReportWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetCredentialReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCredentialReportWithContext indicates an expected call of GetCredentialReportWithContext

func (*MockIAMAPIMockRecorder) GetGroup added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetGroup(arg0 interface{}) *gomock.Call

GetGroup indicates an expected call of GetGroup

func (*MockIAMAPIMockRecorder) GetGroupPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetGroupPages(arg0, arg1 interface{}) *gomock.Call

GetGroupPages indicates an expected call of GetGroupPages

func (*MockIAMAPIMockRecorder) GetGroupPagesWithContext added in v0.6.0

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

GetGroupPagesWithContext indicates an expected call of GetGroupPagesWithContext

func (*MockIAMAPIMockRecorder) GetGroupPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetGroupPolicy(arg0 interface{}) *gomock.Call

GetGroupPolicy indicates an expected call of GetGroupPolicy

func (*MockIAMAPIMockRecorder) GetGroupPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetGroupPolicyRequest(arg0 interface{}) *gomock.Call

GetGroupPolicyRequest indicates an expected call of GetGroupPolicyRequest

func (*MockIAMAPIMockRecorder) GetGroupPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupPolicyWithContext indicates an expected call of GetGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) GetGroupRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetGroupRequest(arg0 interface{}) *gomock.Call

GetGroupRequest indicates an expected call of GetGroupRequest

func (*MockIAMAPIMockRecorder) GetGroupWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupWithContext indicates an expected call of GetGroupWithContext

func (*MockIAMAPIMockRecorder) GetInstanceProfile added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetInstanceProfile(arg0 interface{}) *gomock.Call

GetInstanceProfile indicates an expected call of GetInstanceProfile

func (*MockIAMAPIMockRecorder) GetInstanceProfileRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetInstanceProfileRequest(arg0 interface{}) *gomock.Call

GetInstanceProfileRequest indicates an expected call of GetInstanceProfileRequest

func (*MockIAMAPIMockRecorder) GetInstanceProfileWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstanceProfileWithContext indicates an expected call of GetInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) GetLoginProfile added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetLoginProfile(arg0 interface{}) *gomock.Call

GetLoginProfile indicates an expected call of GetLoginProfile

func (*MockIAMAPIMockRecorder) GetLoginProfileRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetLoginProfileRequest(arg0 interface{}) *gomock.Call

GetLoginProfileRequest indicates an expected call of GetLoginProfileRequest

func (*MockIAMAPIMockRecorder) GetLoginProfileWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLoginProfileWithContext indicates an expected call of GetLoginProfileWithContext

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProvider added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProvider(arg0 interface{}) *gomock.Call

GetOpenIDConnectProvider indicates an expected call of GetOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProviderRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

GetOpenIDConnectProviderRequest indicates an expected call of GetOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProviderWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOpenIDConnectProviderWithContext indicates an expected call of GetOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) GetPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetPolicy(arg0 interface{}) *gomock.Call

GetPolicy indicates an expected call of GetPolicy

func (*MockIAMAPIMockRecorder) GetPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetPolicyRequest(arg0 interface{}) *gomock.Call

GetPolicyRequest indicates an expected call of GetPolicyRequest

func (*MockIAMAPIMockRecorder) GetPolicyVersion added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetPolicyVersion(arg0 interface{}) *gomock.Call

GetPolicyVersion indicates an expected call of GetPolicyVersion

func (*MockIAMAPIMockRecorder) GetPolicyVersionRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetPolicyVersionRequest(arg0 interface{}) *gomock.Call

GetPolicyVersionRequest indicates an expected call of GetPolicyVersionRequest

func (*MockIAMAPIMockRecorder) GetPolicyVersionWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetPolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyVersionWithContext indicates an expected call of GetPolicyVersionWithContext

func (*MockIAMAPIMockRecorder) GetPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyWithContext indicates an expected call of GetPolicyWithContext

func (*MockIAMAPIMockRecorder) GetRole added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetRole(arg0 interface{}) *gomock.Call

GetRole indicates an expected call of GetRole

func (*MockIAMAPIMockRecorder) GetRolePolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetRolePolicy(arg0 interface{}) *gomock.Call

GetRolePolicy indicates an expected call of GetRolePolicy

func (*MockIAMAPIMockRecorder) GetRolePolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetRolePolicyRequest(arg0 interface{}) *gomock.Call

GetRolePolicyRequest indicates an expected call of GetRolePolicyRequest

func (*MockIAMAPIMockRecorder) GetRolePolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRolePolicyWithContext indicates an expected call of GetRolePolicyWithContext

func (*MockIAMAPIMockRecorder) GetRoleRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetRoleRequest(arg0 interface{}) *gomock.Call

GetRoleRequest indicates an expected call of GetRoleRequest

func (*MockIAMAPIMockRecorder) GetRoleWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRoleWithContext indicates an expected call of GetRoleWithContext

func (*MockIAMAPIMockRecorder) GetSAMLProvider added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetSAMLProvider(arg0 interface{}) *gomock.Call

GetSAMLProvider indicates an expected call of GetSAMLProvider

func (*MockIAMAPIMockRecorder) GetSAMLProviderRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetSAMLProviderRequest(arg0 interface{}) *gomock.Call

GetSAMLProviderRequest indicates an expected call of GetSAMLProviderRequest

func (*MockIAMAPIMockRecorder) GetSAMLProviderWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSAMLProviderWithContext indicates an expected call of GetSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) GetSSHPublicKey added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKey(arg0 interface{}) *gomock.Call

GetSSHPublicKey indicates an expected call of GetSSHPublicKey

func (*MockIAMAPIMockRecorder) GetSSHPublicKeyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

GetSSHPublicKeyRequest indicates an expected call of GetSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) GetSSHPublicKeyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSSHPublicKeyWithContext indicates an expected call of GetSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) GetServerCertificate added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetServerCertificate(arg0 interface{}) *gomock.Call

GetServerCertificate indicates an expected call of GetServerCertificate

func (*MockIAMAPIMockRecorder) GetServerCertificateRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetServerCertificateRequest(arg0 interface{}) *gomock.Call

GetServerCertificateRequest indicates an expected call of GetServerCertificateRequest

func (*MockIAMAPIMockRecorder) GetServerCertificateWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServerCertificateWithContext indicates an expected call of GetServerCertificateWithContext

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatus added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatus(arg0 interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatus indicates an expected call of GetServiceLinkedRoleDeletionStatus

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusRequest(arg0 interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatusRequest indicates an expected call of GetServiceLinkedRoleDeletionStatusRequest

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatusWithContext indicates an expected call of GetServiceLinkedRoleDeletionStatusWithContext

func (*MockIAMAPIMockRecorder) GetUser added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetUser(arg0 interface{}) *gomock.Call

GetUser indicates an expected call of GetUser

func (*MockIAMAPIMockRecorder) GetUserPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetUserPolicy(arg0 interface{}) *gomock.Call

GetUserPolicy indicates an expected call of GetUserPolicy

func (*MockIAMAPIMockRecorder) GetUserPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetUserPolicyRequest(arg0 interface{}) *gomock.Call

GetUserPolicyRequest indicates an expected call of GetUserPolicyRequest

func (*MockIAMAPIMockRecorder) GetUserPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUserPolicyWithContext indicates an expected call of GetUserPolicyWithContext

func (*MockIAMAPIMockRecorder) GetUserRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetUserRequest(arg0 interface{}) *gomock.Call

GetUserRequest indicates an expected call of GetUserRequest

func (*MockIAMAPIMockRecorder) GetUserWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) GetUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUserWithContext indicates an expected call of GetUserWithContext

func (*MockIAMAPIMockRecorder) ListAccessKeys added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAccessKeys(arg0 interface{}) *gomock.Call

ListAccessKeys indicates an expected call of ListAccessKeys

func (*MockIAMAPIMockRecorder) ListAccessKeysPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAccessKeysPages(arg0, arg1 interface{}) *gomock.Call

ListAccessKeysPages indicates an expected call of ListAccessKeysPages

func (*MockIAMAPIMockRecorder) ListAccessKeysPagesWithContext added in v0.6.0

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

ListAccessKeysPagesWithContext indicates an expected call of ListAccessKeysPagesWithContext

func (*MockIAMAPIMockRecorder) ListAccessKeysRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAccessKeysRequest(arg0 interface{}) *gomock.Call

ListAccessKeysRequest indicates an expected call of ListAccessKeysRequest

func (*MockIAMAPIMockRecorder) ListAccessKeysWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAccessKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccessKeysWithContext indicates an expected call of ListAccessKeysWithContext

func (*MockIAMAPIMockRecorder) ListAccountAliases added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAccountAliases(arg0 interface{}) *gomock.Call

ListAccountAliases indicates an expected call of ListAccountAliases

func (*MockIAMAPIMockRecorder) ListAccountAliasesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesPages(arg0, arg1 interface{}) *gomock.Call

ListAccountAliasesPages indicates an expected call of ListAccountAliasesPages

func (*MockIAMAPIMockRecorder) ListAccountAliasesPagesWithContext added in v0.6.0

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

ListAccountAliasesPagesWithContext indicates an expected call of ListAccountAliasesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAccountAliasesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesRequest(arg0 interface{}) *gomock.Call

ListAccountAliasesRequest indicates an expected call of ListAccountAliasesRequest

func (*MockIAMAPIMockRecorder) ListAccountAliasesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccountAliasesWithContext indicates an expected call of ListAccountAliasesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedGroupPolicies added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPolicies(arg0 interface{}) *gomock.Call

ListAttachedGroupPolicies indicates an expected call of ListAttachedGroupPolicies

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedGroupPoliciesPages indicates an expected call of ListAttachedGroupPoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPagesWithContext added in v0.6.0

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

ListAttachedGroupPoliciesPagesWithContext indicates an expected call of ListAttachedGroupPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedGroupPoliciesRequest indicates an expected call of ListAttachedGroupPoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedGroupPoliciesWithContext indicates an expected call of ListAttachedGroupPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedRolePolicies added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePolicies(arg0 interface{}) *gomock.Call

ListAttachedRolePolicies indicates an expected call of ListAttachedRolePolicies

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedRolePoliciesPages indicates an expected call of ListAttachedRolePoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesPagesWithContext added in v0.6.0

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

ListAttachedRolePoliciesPagesWithContext indicates an expected call of ListAttachedRolePoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedRolePoliciesRequest indicates an expected call of ListAttachedRolePoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedRolePoliciesWithContext indicates an expected call of ListAttachedRolePoliciesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedUserPolicies added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPolicies(arg0 interface{}) *gomock.Call

ListAttachedUserPolicies indicates an expected call of ListAttachedUserPolicies

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedUserPoliciesPages indicates an expected call of ListAttachedUserPoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesPagesWithContext added in v0.6.0

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

ListAttachedUserPoliciesPagesWithContext indicates an expected call of ListAttachedUserPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedUserPoliciesRequest indicates an expected call of ListAttachedUserPoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedUserPoliciesWithContext indicates an expected call of ListAttachedUserPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicy(arg0 interface{}) *gomock.Call

ListEntitiesForPolicy indicates an expected call of ListEntitiesForPolicy

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyPages(arg0, arg1 interface{}) *gomock.Call

ListEntitiesForPolicyPages indicates an expected call of ListEntitiesForPolicyPages

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyPagesWithContext added in v0.6.0

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

ListEntitiesForPolicyPagesWithContext indicates an expected call of ListEntitiesForPolicyPagesWithContext

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyRequest(arg0 interface{}) *gomock.Call

ListEntitiesForPolicyRequest indicates an expected call of ListEntitiesForPolicyRequest

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEntitiesForPolicyWithContext indicates an expected call of ListEntitiesForPolicyWithContext

func (*MockIAMAPIMockRecorder) ListGroupPolicies added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupPolicies(arg0 interface{}) *gomock.Call

ListGroupPolicies indicates an expected call of ListGroupPolicies

func (*MockIAMAPIMockRecorder) ListGroupPoliciesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListGroupPoliciesPages indicates an expected call of ListGroupPoliciesPages

func (*MockIAMAPIMockRecorder) ListGroupPoliciesPagesWithContext added in v0.6.0

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

ListGroupPoliciesPagesWithContext indicates an expected call of ListGroupPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListGroupPoliciesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesRequest(arg0 interface{}) *gomock.Call

ListGroupPoliciesRequest indicates an expected call of ListGroupPoliciesRequest

func (*MockIAMAPIMockRecorder) ListGroupPoliciesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupPoliciesWithContext indicates an expected call of ListGroupPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListGroups added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroups(arg0 interface{}) *gomock.Call

ListGroups indicates an expected call of ListGroups

func (*MockIAMAPIMockRecorder) ListGroupsForUser added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupsForUser(arg0 interface{}) *gomock.Call

ListGroupsForUser indicates an expected call of ListGroupsForUser

func (*MockIAMAPIMockRecorder) ListGroupsForUserPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserPages(arg0, arg1 interface{}) *gomock.Call

ListGroupsForUserPages indicates an expected call of ListGroupsForUserPages

func (*MockIAMAPIMockRecorder) ListGroupsForUserPagesWithContext added in v0.6.0

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

ListGroupsForUserPagesWithContext indicates an expected call of ListGroupsForUserPagesWithContext

func (*MockIAMAPIMockRecorder) ListGroupsForUserRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserRequest(arg0 interface{}) *gomock.Call

ListGroupsForUserRequest indicates an expected call of ListGroupsForUserRequest

func (*MockIAMAPIMockRecorder) ListGroupsForUserWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupsForUserWithContext indicates an expected call of ListGroupsForUserWithContext

func (*MockIAMAPIMockRecorder) ListGroupsPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupsPages(arg0, arg1 interface{}) *gomock.Call

ListGroupsPages indicates an expected call of ListGroupsPages

func (*MockIAMAPIMockRecorder) ListGroupsPagesWithContext added in v0.6.0

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

ListGroupsPagesWithContext indicates an expected call of ListGroupsPagesWithContext

func (*MockIAMAPIMockRecorder) ListGroupsRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupsRequest(arg0 interface{}) *gomock.Call

ListGroupsRequest indicates an expected call of ListGroupsRequest

func (*MockIAMAPIMockRecorder) ListGroupsWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupsWithContext indicates an expected call of ListGroupsWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfiles added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfiles(arg0 interface{}) *gomock.Call

ListInstanceProfiles indicates an expected call of ListInstanceProfiles

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRole added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRole(arg0 interface{}) *gomock.Call

ListInstanceProfilesForRole indicates an expected call of ListInstanceProfilesForRole

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRolePages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRolePages(arg0, arg1 interface{}) *gomock.Call

ListInstanceProfilesForRolePages indicates an expected call of ListInstanceProfilesForRolePages

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRolePagesWithContext added in v0.6.0

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

ListInstanceProfilesForRolePagesWithContext indicates an expected call of ListInstanceProfilesForRolePagesWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRoleRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRoleRequest(arg0 interface{}) *gomock.Call

ListInstanceProfilesForRoleRequest indicates an expected call of ListInstanceProfilesForRoleRequest

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRoleWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstanceProfilesForRoleWithContext indicates an expected call of ListInstanceProfilesForRoleWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfilesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesPages(arg0, arg1 interface{}) *gomock.Call

ListInstanceProfilesPages indicates an expected call of ListInstanceProfilesPages

func (*MockIAMAPIMockRecorder) ListInstanceProfilesPagesWithContext added in v0.6.0

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

ListInstanceProfilesPagesWithContext indicates an expected call of ListInstanceProfilesPagesWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfilesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesRequest(arg0 interface{}) *gomock.Call

ListInstanceProfilesRequest indicates an expected call of ListInstanceProfilesRequest

func (*MockIAMAPIMockRecorder) ListInstanceProfilesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstanceProfilesWithContext indicates an expected call of ListInstanceProfilesWithContext

func (*MockIAMAPIMockRecorder) ListMFADevices added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListMFADevices(arg0 interface{}) *gomock.Call

ListMFADevices indicates an expected call of ListMFADevices

func (*MockIAMAPIMockRecorder) ListMFADevicesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListMFADevicesPages(arg0, arg1 interface{}) *gomock.Call

ListMFADevicesPages indicates an expected call of ListMFADevicesPages

func (*MockIAMAPIMockRecorder) ListMFADevicesPagesWithContext added in v0.6.0

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

ListMFADevicesPagesWithContext indicates an expected call of ListMFADevicesPagesWithContext

func (*MockIAMAPIMockRecorder) ListMFADevicesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListMFADevicesRequest(arg0 interface{}) *gomock.Call

ListMFADevicesRequest indicates an expected call of ListMFADevicesRequest

func (*MockIAMAPIMockRecorder) ListMFADevicesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListMFADevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMFADevicesWithContext indicates an expected call of ListMFADevicesWithContext

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviders added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProviders(arg0 interface{}) *gomock.Call

ListOpenIDConnectProviders indicates an expected call of ListOpenIDConnectProviders

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProvidersRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProvidersRequest(arg0 interface{}) *gomock.Call

ListOpenIDConnectProvidersRequest indicates an expected call of ListOpenIDConnectProvidersRequest

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProvidersWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOpenIDConnectProvidersWithContext indicates an expected call of ListOpenIDConnectProvidersWithContext

func (*MockIAMAPIMockRecorder) ListPolicies added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListPolicies(arg0 interface{}) *gomock.Call

ListPolicies indicates an expected call of ListPolicies

func (*MockIAMAPIMockRecorder) ListPoliciesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListPoliciesPages indicates an expected call of ListPoliciesPages

func (*MockIAMAPIMockRecorder) ListPoliciesPagesWithContext added in v0.6.0

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

ListPoliciesPagesWithContext indicates an expected call of ListPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListPoliciesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListPoliciesRequest(arg0 interface{}) *gomock.Call

ListPoliciesRequest indicates an expected call of ListPoliciesRequest

func (*MockIAMAPIMockRecorder) ListPoliciesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPoliciesWithContext indicates an expected call of ListPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListPolicyVersions added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListPolicyVersions(arg0 interface{}) *gomock.Call

ListPolicyVersions indicates an expected call of ListPolicyVersions

func (*MockIAMAPIMockRecorder) ListPolicyVersionsPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsPages(arg0, arg1 interface{}) *gomock.Call

ListPolicyVersionsPages indicates an expected call of ListPolicyVersionsPages

func (*MockIAMAPIMockRecorder) ListPolicyVersionsPagesWithContext added in v0.6.0

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

ListPolicyVersionsPagesWithContext indicates an expected call of ListPolicyVersionsPagesWithContext

func (*MockIAMAPIMockRecorder) ListPolicyVersionsRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsRequest(arg0 interface{}) *gomock.Call

ListPolicyVersionsRequest indicates an expected call of ListPolicyVersionsRequest

func (*MockIAMAPIMockRecorder) ListPolicyVersionsWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPolicyVersionsWithContext indicates an expected call of ListPolicyVersionsWithContext

func (*MockIAMAPIMockRecorder) ListRolePolicies added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListRolePolicies(arg0 interface{}) *gomock.Call

ListRolePolicies indicates an expected call of ListRolePolicies

func (*MockIAMAPIMockRecorder) ListRolePoliciesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListRolePoliciesPages indicates an expected call of ListRolePoliciesPages

func (*MockIAMAPIMockRecorder) ListRolePoliciesPagesWithContext added in v0.6.0

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

ListRolePoliciesPagesWithContext indicates an expected call of ListRolePoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListRolePoliciesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesRequest(arg0 interface{}) *gomock.Call

ListRolePoliciesRequest indicates an expected call of ListRolePoliciesRequest

func (*MockIAMAPIMockRecorder) ListRolePoliciesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRolePoliciesWithContext indicates an expected call of ListRolePoliciesWithContext

func (*MockIAMAPIMockRecorder) ListRoles added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListRoles(arg0 interface{}) *gomock.Call

ListRoles indicates an expected call of ListRoles

func (*MockIAMAPIMockRecorder) ListRolesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListRolesPages(arg0, arg1 interface{}) *gomock.Call

ListRolesPages indicates an expected call of ListRolesPages

func (*MockIAMAPIMockRecorder) ListRolesPagesWithContext added in v0.6.0

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

ListRolesPagesWithContext indicates an expected call of ListRolesPagesWithContext

func (*MockIAMAPIMockRecorder) ListRolesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListRolesRequest(arg0 interface{}) *gomock.Call

ListRolesRequest indicates an expected call of ListRolesRequest

func (*MockIAMAPIMockRecorder) ListRolesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListRolesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRolesWithContext indicates an expected call of ListRolesWithContext

func (*MockIAMAPIMockRecorder) ListSAMLProviders added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSAMLProviders(arg0 interface{}) *gomock.Call

ListSAMLProviders indicates an expected call of ListSAMLProviders

func (*MockIAMAPIMockRecorder) ListSAMLProvidersRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSAMLProvidersRequest(arg0 interface{}) *gomock.Call

ListSAMLProvidersRequest indicates an expected call of ListSAMLProvidersRequest

func (*MockIAMAPIMockRecorder) ListSAMLProvidersWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSAMLProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSAMLProvidersWithContext indicates an expected call of ListSAMLProvidersWithContext

func (*MockIAMAPIMockRecorder) ListSSHPublicKeys added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeys(arg0 interface{}) *gomock.Call

ListSSHPublicKeys indicates an expected call of ListSSHPublicKeys

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysPages(arg0, arg1 interface{}) *gomock.Call

ListSSHPublicKeysPages indicates an expected call of ListSSHPublicKeysPages

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysPagesWithContext added in v0.6.0

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

ListSSHPublicKeysPagesWithContext indicates an expected call of ListSSHPublicKeysPagesWithContext

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysRequest(arg0 interface{}) *gomock.Call

ListSSHPublicKeysRequest indicates an expected call of ListSSHPublicKeysRequest

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSSHPublicKeysWithContext indicates an expected call of ListSSHPublicKeysWithContext

func (*MockIAMAPIMockRecorder) ListServerCertificates added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListServerCertificates(arg0 interface{}) *gomock.Call

ListServerCertificates indicates an expected call of ListServerCertificates

func (*MockIAMAPIMockRecorder) ListServerCertificatesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesPages(arg0, arg1 interface{}) *gomock.Call

ListServerCertificatesPages indicates an expected call of ListServerCertificatesPages

func (*MockIAMAPIMockRecorder) ListServerCertificatesPagesWithContext added in v0.6.0

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

ListServerCertificatesPagesWithContext indicates an expected call of ListServerCertificatesPagesWithContext

func (*MockIAMAPIMockRecorder) ListServerCertificatesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesRequest(arg0 interface{}) *gomock.Call

ListServerCertificatesRequest indicates an expected call of ListServerCertificatesRequest

func (*MockIAMAPIMockRecorder) ListServerCertificatesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServerCertificatesWithContext indicates an expected call of ListServerCertificatesWithContext

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentials added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentials(arg0 interface{}) *gomock.Call

ListServiceSpecificCredentials indicates an expected call of ListServiceSpecificCredentials

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentialsRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentialsRequest(arg0 interface{}) *gomock.Call

ListServiceSpecificCredentialsRequest indicates an expected call of ListServiceSpecificCredentialsRequest

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentialsWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentialsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServiceSpecificCredentialsWithContext indicates an expected call of ListServiceSpecificCredentialsWithContext

func (*MockIAMAPIMockRecorder) ListSigningCertificates added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSigningCertificates(arg0 interface{}) *gomock.Call

ListSigningCertificates indicates an expected call of ListSigningCertificates

func (*MockIAMAPIMockRecorder) ListSigningCertificatesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesPages(arg0, arg1 interface{}) *gomock.Call

ListSigningCertificatesPages indicates an expected call of ListSigningCertificatesPages

func (*MockIAMAPIMockRecorder) ListSigningCertificatesPagesWithContext added in v0.6.0

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

ListSigningCertificatesPagesWithContext indicates an expected call of ListSigningCertificatesPagesWithContext

func (*MockIAMAPIMockRecorder) ListSigningCertificatesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesRequest(arg0 interface{}) *gomock.Call

ListSigningCertificatesRequest indicates an expected call of ListSigningCertificatesRequest

func (*MockIAMAPIMockRecorder) ListSigningCertificatesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSigningCertificatesWithContext indicates an expected call of ListSigningCertificatesWithContext

func (*MockIAMAPIMockRecorder) ListUserPolicies added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListUserPolicies(arg0 interface{}) *gomock.Call

ListUserPolicies indicates an expected call of ListUserPolicies

func (*MockIAMAPIMockRecorder) ListUserPoliciesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListUserPoliciesPages indicates an expected call of ListUserPoliciesPages

func (*MockIAMAPIMockRecorder) ListUserPoliciesPagesWithContext added in v0.6.0

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

ListUserPoliciesPagesWithContext indicates an expected call of ListUserPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListUserPoliciesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesRequest(arg0 interface{}) *gomock.Call

ListUserPoliciesRequest indicates an expected call of ListUserPoliciesRequest

func (*MockIAMAPIMockRecorder) ListUserPoliciesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUserPoliciesWithContext indicates an expected call of ListUserPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListUsers added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListUsers(arg0 interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers

func (*MockIAMAPIMockRecorder) ListUsersPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListUsersPages(arg0, arg1 interface{}) *gomock.Call

ListUsersPages indicates an expected call of ListUsersPages

func (*MockIAMAPIMockRecorder) ListUsersPagesWithContext added in v0.6.0

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

ListUsersPagesWithContext indicates an expected call of ListUsersPagesWithContext

func (*MockIAMAPIMockRecorder) ListUsersRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListUsersRequest(arg0 interface{}) *gomock.Call

ListUsersRequest indicates an expected call of ListUsersRequest

func (*MockIAMAPIMockRecorder) ListUsersWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUsersWithContext indicates an expected call of ListUsersWithContext

func (*MockIAMAPIMockRecorder) ListVirtualMFADevices added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevices(arg0 interface{}) *gomock.Call

ListVirtualMFADevices indicates an expected call of ListVirtualMFADevices

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesPages(arg0, arg1 interface{}) *gomock.Call

ListVirtualMFADevicesPages indicates an expected call of ListVirtualMFADevicesPages

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesPagesWithContext added in v0.6.0

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

ListVirtualMFADevicesPagesWithContext indicates an expected call of ListVirtualMFADevicesPagesWithContext

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesRequest(arg0 interface{}) *gomock.Call

ListVirtualMFADevicesRequest indicates an expected call of ListVirtualMFADevicesRequest

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVirtualMFADevicesWithContext indicates an expected call of ListVirtualMFADevicesWithContext

func (*MockIAMAPIMockRecorder) PutGroupPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) PutGroupPolicy(arg0 interface{}) *gomock.Call

PutGroupPolicy indicates an expected call of PutGroupPolicy

func (*MockIAMAPIMockRecorder) PutGroupPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) PutGroupPolicyRequest(arg0 interface{}) *gomock.Call

PutGroupPolicyRequest indicates an expected call of PutGroupPolicyRequest

func (*MockIAMAPIMockRecorder) PutGroupPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) PutGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutGroupPolicyWithContext indicates an expected call of PutGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) PutRolePolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) PutRolePolicy(arg0 interface{}) *gomock.Call

PutRolePolicy indicates an expected call of PutRolePolicy

func (*MockIAMAPIMockRecorder) PutRolePolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) PutRolePolicyRequest(arg0 interface{}) *gomock.Call

PutRolePolicyRequest indicates an expected call of PutRolePolicyRequest

func (*MockIAMAPIMockRecorder) PutRolePolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) PutRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRolePolicyWithContext indicates an expected call of PutRolePolicyWithContext

func (*MockIAMAPIMockRecorder) PutUserPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) PutUserPolicy(arg0 interface{}) *gomock.Call

PutUserPolicy indicates an expected call of PutUserPolicy

func (*MockIAMAPIMockRecorder) PutUserPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) PutUserPolicyRequest(arg0 interface{}) *gomock.Call

PutUserPolicyRequest indicates an expected call of PutUserPolicyRequest

func (*MockIAMAPIMockRecorder) PutUserPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) PutUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutUserPolicyWithContext indicates an expected call of PutUserPolicyWithContext

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProvider added in v0.6.0

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProvider(arg0 interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProvider indicates an expected call of RemoveClientIDFromOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProviderRequest indicates an expected call of RemoveClientIDFromOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProviderWithContext indicates an expected call of RemoveClientIDFromOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfile added in v0.6.0

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfile(arg0 interface{}) *gomock.Call

RemoveRoleFromInstanceProfile indicates an expected call of RemoveRoleFromInstanceProfile

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileRequest(arg0 interface{}) *gomock.Call

RemoveRoleFromInstanceProfileRequest indicates an expected call of RemoveRoleFromInstanceProfileRequest

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveRoleFromInstanceProfileWithContext indicates an expected call of RemoveRoleFromInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) RemoveUserFromGroup added in v0.6.0

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroup(arg0 interface{}) *gomock.Call

RemoveUserFromGroup indicates an expected call of RemoveUserFromGroup

func (*MockIAMAPIMockRecorder) RemoveUserFromGroupRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroupRequest(arg0 interface{}) *gomock.Call

RemoveUserFromGroupRequest indicates an expected call of RemoveUserFromGroupRequest

func (*MockIAMAPIMockRecorder) RemoveUserFromGroupWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveUserFromGroupWithContext indicates an expected call of RemoveUserFromGroupWithContext

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredential added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredential(arg0 interface{}) *gomock.Call

ResetServiceSpecificCredential indicates an expected call of ResetServiceSpecificCredential

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredentialRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

ResetServiceSpecificCredentialRequest indicates an expected call of ResetServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredentialWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetServiceSpecificCredentialWithContext indicates an expected call of ResetServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) ResyncMFADevice added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ResyncMFADevice(arg0 interface{}) *gomock.Call

ResyncMFADevice indicates an expected call of ResyncMFADevice

func (*MockIAMAPIMockRecorder) ResyncMFADeviceRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ResyncMFADeviceRequest(arg0 interface{}) *gomock.Call

ResyncMFADeviceRequest indicates an expected call of ResyncMFADeviceRequest

func (*MockIAMAPIMockRecorder) ResyncMFADeviceWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) ResyncMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResyncMFADeviceWithContext indicates an expected call of ResyncMFADeviceWithContext

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersion added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersion(arg0 interface{}) *gomock.Call

SetDefaultPolicyVersion indicates an expected call of SetDefaultPolicyVersion

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersionRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersionRequest(arg0 interface{}) *gomock.Call

SetDefaultPolicyVersionRequest indicates an expected call of SetDefaultPolicyVersionRequest

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersionWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetDefaultPolicyVersionWithContext indicates an expected call of SetDefaultPolicyVersionWithContext

func (*MockIAMAPIMockRecorder) SimulateCustomPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicy(arg0 interface{}) *gomock.Call

SimulateCustomPolicy indicates an expected call of SimulateCustomPolicy

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyPages(arg0, arg1 interface{}) *gomock.Call

SimulateCustomPolicyPages indicates an expected call of SimulateCustomPolicyPages

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyPagesWithContext added in v0.6.0

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

SimulateCustomPolicyPagesWithContext indicates an expected call of SimulateCustomPolicyPagesWithContext

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyRequest(arg0 interface{}) *gomock.Call

SimulateCustomPolicyRequest indicates an expected call of SimulateCustomPolicyRequest

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SimulateCustomPolicyWithContext indicates an expected call of SimulateCustomPolicyWithContext

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicy(arg0 interface{}) *gomock.Call

SimulatePrincipalPolicy indicates an expected call of SimulatePrincipalPolicy

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyPages added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyPages(arg0, arg1 interface{}) *gomock.Call

SimulatePrincipalPolicyPages indicates an expected call of SimulatePrincipalPolicyPages

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyPagesWithContext added in v0.6.0

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

SimulatePrincipalPolicyPagesWithContext indicates an expected call of SimulatePrincipalPolicyPagesWithContext

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyRequest(arg0 interface{}) *gomock.Call

SimulatePrincipalPolicyRequest indicates an expected call of SimulatePrincipalPolicyRequest

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SimulatePrincipalPolicyWithContext indicates an expected call of SimulatePrincipalPolicyWithContext

func (*MockIAMAPIMockRecorder) UpdateAccessKey added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateAccessKey(arg0 interface{}) *gomock.Call

UpdateAccessKey indicates an expected call of UpdateAccessKey

func (*MockIAMAPIMockRecorder) UpdateAccessKeyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateAccessKeyRequest(arg0 interface{}) *gomock.Call

UpdateAccessKeyRequest indicates an expected call of UpdateAccessKeyRequest

func (*MockIAMAPIMockRecorder) UpdateAccessKeyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccessKeyWithContext indicates an expected call of UpdateAccessKeyWithContext

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicy(arg0 interface{}) *gomock.Call

UpdateAccountPasswordPolicy indicates an expected call of UpdateAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

UpdateAccountPasswordPolicyRequest indicates an expected call of UpdateAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccountPasswordPolicyWithContext indicates an expected call of UpdateAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicy added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicy(arg0 interface{}) *gomock.Call

UpdateAssumeRolePolicy indicates an expected call of UpdateAssumeRolePolicy

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicyRequest(arg0 interface{}) *gomock.Call

UpdateAssumeRolePolicyRequest indicates an expected call of UpdateAssumeRolePolicyRequest

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAssumeRolePolicyWithContext indicates an expected call of UpdateAssumeRolePolicyWithContext

func (*MockIAMAPIMockRecorder) UpdateGroup added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateGroup(arg0 interface{}) *gomock.Call

UpdateGroup indicates an expected call of UpdateGroup

func (*MockIAMAPIMockRecorder) UpdateGroupRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateGroupRequest(arg0 interface{}) *gomock.Call

UpdateGroupRequest indicates an expected call of UpdateGroupRequest

func (*MockIAMAPIMockRecorder) UpdateGroupWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGroupWithContext indicates an expected call of UpdateGroupWithContext

func (*MockIAMAPIMockRecorder) UpdateLoginProfile added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfile(arg0 interface{}) *gomock.Call

UpdateLoginProfile indicates an expected call of UpdateLoginProfile

func (*MockIAMAPIMockRecorder) UpdateLoginProfileRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfileRequest(arg0 interface{}) *gomock.Call

UpdateLoginProfileRequest indicates an expected call of UpdateLoginProfileRequest

func (*MockIAMAPIMockRecorder) UpdateLoginProfileWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateLoginProfileWithContext indicates an expected call of UpdateLoginProfileWithContext

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprint added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprint(arg0 interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprint indicates an expected call of UpdateOpenIDConnectProviderThumbprint

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintRequest(arg0 interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprintRequest indicates an expected call of UpdateOpenIDConnectProviderThumbprintRequest

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprintWithContext indicates an expected call of UpdateOpenIDConnectProviderThumbprintWithContext

func (*MockIAMAPIMockRecorder) UpdateRole added in v0.7.0

func (mr *MockIAMAPIMockRecorder) UpdateRole(arg0 interface{}) *gomock.Call

UpdateRole indicates an expected call of UpdateRole

func (*MockIAMAPIMockRecorder) UpdateRoleDescription added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescription(arg0 interface{}) *gomock.Call

UpdateRoleDescription indicates an expected call of UpdateRoleDescription

func (*MockIAMAPIMockRecorder) UpdateRoleDescriptionRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescriptionRequest(arg0 interface{}) *gomock.Call

UpdateRoleDescriptionRequest indicates an expected call of UpdateRoleDescriptionRequest

func (*MockIAMAPIMockRecorder) UpdateRoleDescriptionWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRoleDescriptionWithContext indicates an expected call of UpdateRoleDescriptionWithContext

func (*MockIAMAPIMockRecorder) UpdateRoleRequest added in v0.7.0

func (mr *MockIAMAPIMockRecorder) UpdateRoleRequest(arg0 interface{}) *gomock.Call

UpdateRoleRequest indicates an expected call of UpdateRoleRequest

func (*MockIAMAPIMockRecorder) UpdateRoleWithContext added in v0.7.0

func (mr *MockIAMAPIMockRecorder) UpdateRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRoleWithContext indicates an expected call of UpdateRoleWithContext

func (*MockIAMAPIMockRecorder) UpdateSAMLProvider added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProvider(arg0 interface{}) *gomock.Call

UpdateSAMLProvider indicates an expected call of UpdateSAMLProvider

func (*MockIAMAPIMockRecorder) UpdateSAMLProviderRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProviderRequest(arg0 interface{}) *gomock.Call

UpdateSAMLProviderRequest indicates an expected call of UpdateSAMLProviderRequest

func (*MockIAMAPIMockRecorder) UpdateSAMLProviderWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSAMLProviderWithContext indicates an expected call of UpdateSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKey added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKey(arg0 interface{}) *gomock.Call

UpdateSSHPublicKey indicates an expected call of UpdateSSHPublicKey

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKeyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

UpdateSSHPublicKeyRequest indicates an expected call of UpdateSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKeyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSSHPublicKeyWithContext indicates an expected call of UpdateSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) UpdateServerCertificate added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificate(arg0 interface{}) *gomock.Call

UpdateServerCertificate indicates an expected call of UpdateServerCertificate

func (*MockIAMAPIMockRecorder) UpdateServerCertificateRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificateRequest(arg0 interface{}) *gomock.Call

UpdateServerCertificateRequest indicates an expected call of UpdateServerCertificateRequest

func (*MockIAMAPIMockRecorder) UpdateServerCertificateWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServerCertificateWithContext indicates an expected call of UpdateServerCertificateWithContext

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredential added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredential(arg0 interface{}) *gomock.Call

UpdateServiceSpecificCredential indicates an expected call of UpdateServiceSpecificCredential

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

UpdateServiceSpecificCredentialRequest indicates an expected call of UpdateServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceSpecificCredentialWithContext indicates an expected call of UpdateServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) UpdateSigningCertificate added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificate(arg0 interface{}) *gomock.Call

UpdateSigningCertificate indicates an expected call of UpdateSigningCertificate

func (*MockIAMAPIMockRecorder) UpdateSigningCertificateRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificateRequest(arg0 interface{}) *gomock.Call

UpdateSigningCertificateRequest indicates an expected call of UpdateSigningCertificateRequest

func (*MockIAMAPIMockRecorder) UpdateSigningCertificateWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSigningCertificateWithContext indicates an expected call of UpdateSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) UpdateUser added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateUser(arg0 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser

func (*MockIAMAPIMockRecorder) UpdateUserRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateUserRequest(arg0 interface{}) *gomock.Call

UpdateUserRequest indicates an expected call of UpdateUserRequest

func (*MockIAMAPIMockRecorder) UpdateUserWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UpdateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUserWithContext indicates an expected call of UpdateUserWithContext

func (*MockIAMAPIMockRecorder) UploadSSHPublicKey added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKey(arg0 interface{}) *gomock.Call

UploadSSHPublicKey indicates an expected call of UploadSSHPublicKey

func (*MockIAMAPIMockRecorder) UploadSSHPublicKeyRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

UploadSSHPublicKeyRequest indicates an expected call of UploadSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) UploadSSHPublicKeyWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadSSHPublicKeyWithContext indicates an expected call of UploadSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) UploadServerCertificate added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UploadServerCertificate(arg0 interface{}) *gomock.Call

UploadServerCertificate indicates an expected call of UploadServerCertificate

func (*MockIAMAPIMockRecorder) UploadServerCertificateRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UploadServerCertificateRequest(arg0 interface{}) *gomock.Call

UploadServerCertificateRequest indicates an expected call of UploadServerCertificateRequest

func (*MockIAMAPIMockRecorder) UploadServerCertificateWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UploadServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadServerCertificateWithContext indicates an expected call of UploadServerCertificateWithContext

func (*MockIAMAPIMockRecorder) UploadSigningCertificate added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificate(arg0 interface{}) *gomock.Call

UploadSigningCertificate indicates an expected call of UploadSigningCertificate

func (*MockIAMAPIMockRecorder) UploadSigningCertificateRequest added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificateRequest(arg0 interface{}) *gomock.Call

UploadSigningCertificateRequest indicates an expected call of UploadSigningCertificateRequest

func (*MockIAMAPIMockRecorder) UploadSigningCertificateWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadSigningCertificateWithContext indicates an expected call of UploadSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) WaitUntilInstanceProfileExists added in v0.6.0

func (mr *MockIAMAPIMockRecorder) WaitUntilInstanceProfileExists(arg0 interface{}) *gomock.Call

WaitUntilInstanceProfileExists indicates an expected call of WaitUntilInstanceProfileExists

func (*MockIAMAPIMockRecorder) WaitUntilInstanceProfileExistsWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) WaitUntilInstanceProfileExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceProfileExistsWithContext indicates an expected call of WaitUntilInstanceProfileExistsWithContext

func (*MockIAMAPIMockRecorder) WaitUntilUserExists added in v0.6.0

func (mr *MockIAMAPIMockRecorder) WaitUntilUserExists(arg0 interface{}) *gomock.Call

WaitUntilUserExists indicates an expected call of WaitUntilUserExists

func (*MockIAMAPIMockRecorder) WaitUntilUserExistsWithContext added in v0.6.0

func (mr *MockIAMAPIMockRecorder) WaitUntilUserExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilUserExistsWithContext indicates an expected call of WaitUntilUserExistsWithContext

type MockRDSAPI

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

MockRDSAPI is a mock of RDSAPI interface

func NewMockRDSAPI

func NewMockRDSAPI(ctrl *gomock.Controller) *MockRDSAPI

NewMockRDSAPI creates a new mock instance

func (*MockRDSAPI) AddRoleToDBCluster

func (m *MockRDSAPI) AddRoleToDBCluster(arg0 *rds.AddRoleToDBClusterInput) (*rds.AddRoleToDBClusterOutput, error)

AddRoleToDBCluster mocks base method

func (*MockRDSAPI) AddRoleToDBClusterRequest

func (m *MockRDSAPI) AddRoleToDBClusterRequest(arg0 *rds.AddRoleToDBClusterInput) (*request.Request, *rds.AddRoleToDBClusterOutput)

AddRoleToDBClusterRequest mocks base method

func (*MockRDSAPI) AddRoleToDBClusterWithContext added in v0.3.3

func (m *MockRDSAPI) AddRoleToDBClusterWithContext(arg0 aws.Context, arg1 *rds.AddRoleToDBClusterInput, arg2 ...request.Option) (*rds.AddRoleToDBClusterOutput, error)

AddRoleToDBClusterWithContext mocks base method

func (*MockRDSAPI) AddSourceIdentifierToSubscription

AddSourceIdentifierToSubscription mocks base method

func (*MockRDSAPI) AddSourceIdentifierToSubscriptionRequest

AddSourceIdentifierToSubscriptionRequest mocks base method

func (*MockRDSAPI) AddSourceIdentifierToSubscriptionWithContext added in v0.3.3

func (m *MockRDSAPI) AddSourceIdentifierToSubscriptionWithContext(arg0 aws.Context, arg1 *rds.AddSourceIdentifierToSubscriptionInput, arg2 ...request.Option) (*rds.AddSourceIdentifierToSubscriptionOutput, error)

AddSourceIdentifierToSubscriptionWithContext mocks base method

func (*MockRDSAPI) AddTagsToResource

func (m *MockRDSAPI) AddTagsToResource(arg0 *rds.AddTagsToResourceInput) (*rds.AddTagsToResourceOutput, error)

AddTagsToResource mocks base method

func (*MockRDSAPI) AddTagsToResourceRequest

func (m *MockRDSAPI) AddTagsToResourceRequest(arg0 *rds.AddTagsToResourceInput) (*request.Request, *rds.AddTagsToResourceOutput)

AddTagsToResourceRequest mocks base method

func (*MockRDSAPI) AddTagsToResourceWithContext added in v0.3.3

func (m *MockRDSAPI) AddTagsToResourceWithContext(arg0 aws.Context, arg1 *rds.AddTagsToResourceInput, arg2 ...request.Option) (*rds.AddTagsToResourceOutput, error)

AddTagsToResourceWithContext mocks base method

func (*MockRDSAPI) ApplyPendingMaintenanceAction

ApplyPendingMaintenanceAction mocks base method

func (*MockRDSAPI) ApplyPendingMaintenanceActionRequest

func (m *MockRDSAPI) ApplyPendingMaintenanceActionRequest(arg0 *rds.ApplyPendingMaintenanceActionInput) (*request.Request, *rds.ApplyPendingMaintenanceActionOutput)

ApplyPendingMaintenanceActionRequest mocks base method

func (*MockRDSAPI) ApplyPendingMaintenanceActionWithContext added in v0.3.3

func (m *MockRDSAPI) ApplyPendingMaintenanceActionWithContext(arg0 aws.Context, arg1 *rds.ApplyPendingMaintenanceActionInput, arg2 ...request.Option) (*rds.ApplyPendingMaintenanceActionOutput, error)

ApplyPendingMaintenanceActionWithContext mocks base method

func (*MockRDSAPI) AuthorizeDBSecurityGroupIngress

AuthorizeDBSecurityGroupIngress mocks base method

func (*MockRDSAPI) AuthorizeDBSecurityGroupIngressRequest

func (m *MockRDSAPI) AuthorizeDBSecurityGroupIngressRequest(arg0 *rds.AuthorizeDBSecurityGroupIngressInput) (*request.Request, *rds.AuthorizeDBSecurityGroupIngressOutput)

AuthorizeDBSecurityGroupIngressRequest mocks base method

func (*MockRDSAPI) AuthorizeDBSecurityGroupIngressWithContext added in v0.3.3

func (m *MockRDSAPI) AuthorizeDBSecurityGroupIngressWithContext(arg0 aws.Context, arg1 *rds.AuthorizeDBSecurityGroupIngressInput, arg2 ...request.Option) (*rds.AuthorizeDBSecurityGroupIngressOutput, error)

AuthorizeDBSecurityGroupIngressWithContext mocks base method

func (*MockRDSAPI) BacktrackDBCluster added in v0.7.0

func (m *MockRDSAPI) BacktrackDBCluster(arg0 *rds.BacktrackDBClusterInput) (*rds.BacktrackDBClusterOutput, error)

BacktrackDBCluster mocks base method

func (*MockRDSAPI) BacktrackDBClusterRequest added in v0.7.0

func (m *MockRDSAPI) BacktrackDBClusterRequest(arg0 *rds.BacktrackDBClusterInput) (*request.Request, *rds.BacktrackDBClusterOutput)

BacktrackDBClusterRequest mocks base method

func (*MockRDSAPI) BacktrackDBClusterWithContext added in v0.7.0

func (m *MockRDSAPI) BacktrackDBClusterWithContext(arg0 aws.Context, arg1 *rds.BacktrackDBClusterInput, arg2 ...request.Option) (*rds.BacktrackDBClusterOutput, error)

BacktrackDBClusterWithContext mocks base method

func (*MockRDSAPI) CopyDBClusterParameterGroup

CopyDBClusterParameterGroup mocks base method

func (*MockRDSAPI) CopyDBClusterParameterGroupRequest

func (m *MockRDSAPI) CopyDBClusterParameterGroupRequest(arg0 *rds.CopyDBClusterParameterGroupInput) (*request.Request, *rds.CopyDBClusterParameterGroupOutput)

CopyDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) CopyDBClusterParameterGroupWithContext added in v0.3.3

func (m *MockRDSAPI) CopyDBClusterParameterGroupWithContext(arg0 aws.Context, arg1 *rds.CopyDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.CopyDBClusterParameterGroupOutput, error)

CopyDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) CopyDBClusterSnapshot

func (m *MockRDSAPI) CopyDBClusterSnapshot(arg0 *rds.CopyDBClusterSnapshotInput) (*rds.CopyDBClusterSnapshotOutput, error)

CopyDBClusterSnapshot mocks base method

func (*MockRDSAPI) CopyDBClusterSnapshotRequest

func (m *MockRDSAPI) CopyDBClusterSnapshotRequest(arg0 *rds.CopyDBClusterSnapshotInput) (*request.Request, *rds.CopyDBClusterSnapshotOutput)

CopyDBClusterSnapshotRequest mocks base method

func (*MockRDSAPI) CopyDBClusterSnapshotWithContext added in v0.3.3

func (m *MockRDSAPI) CopyDBClusterSnapshotWithContext(arg0 aws.Context, arg1 *rds.CopyDBClusterSnapshotInput, arg2 ...request.Option) (*rds.CopyDBClusterSnapshotOutput, error)

CopyDBClusterSnapshotWithContext mocks base method

func (*MockRDSAPI) CopyDBParameterGroup

func (m *MockRDSAPI) CopyDBParameterGroup(arg0 *rds.CopyDBParameterGroupInput) (*rds.CopyDBParameterGroupOutput, error)

CopyDBParameterGroup mocks base method

func (*MockRDSAPI) CopyDBParameterGroupRequest

func (m *MockRDSAPI) CopyDBParameterGroupRequest(arg0 *rds.CopyDBParameterGroupInput) (*request.Request, *rds.CopyDBParameterGroupOutput)

CopyDBParameterGroupRequest mocks base method

func (*MockRDSAPI) CopyDBParameterGroupWithContext added in v0.3.3

func (m *MockRDSAPI) CopyDBParameterGroupWithContext(arg0 aws.Context, arg1 *rds.CopyDBParameterGroupInput, arg2 ...request.Option) (*rds.CopyDBParameterGroupOutput, error)

CopyDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) CopyDBSnapshot

func (m *MockRDSAPI) CopyDBSnapshot(arg0 *rds.CopyDBSnapshotInput) (*rds.CopyDBSnapshotOutput, error)

CopyDBSnapshot mocks base method

func (*MockRDSAPI) CopyDBSnapshotRequest

func (m *MockRDSAPI) CopyDBSnapshotRequest(arg0 *rds.CopyDBSnapshotInput) (*request.Request, *rds.CopyDBSnapshotOutput)

CopyDBSnapshotRequest mocks base method

func (*MockRDSAPI) CopyDBSnapshotWithContext added in v0.3.3

func (m *MockRDSAPI) CopyDBSnapshotWithContext(arg0 aws.Context, arg1 *rds.CopyDBSnapshotInput, arg2 ...request.Option) (*rds.CopyDBSnapshotOutput, error)

CopyDBSnapshotWithContext mocks base method

func (*MockRDSAPI) CopyOptionGroup

func (m *MockRDSAPI) CopyOptionGroup(arg0 *rds.CopyOptionGroupInput) (*rds.CopyOptionGroupOutput, error)

CopyOptionGroup mocks base method

func (*MockRDSAPI) CopyOptionGroupRequest

func (m *MockRDSAPI) CopyOptionGroupRequest(arg0 *rds.CopyOptionGroupInput) (*request.Request, *rds.CopyOptionGroupOutput)

CopyOptionGroupRequest mocks base method

func (*MockRDSAPI) CopyOptionGroupWithContext added in v0.3.3

func (m *MockRDSAPI) CopyOptionGroupWithContext(arg0 aws.Context, arg1 *rds.CopyOptionGroupInput, arg2 ...request.Option) (*rds.CopyOptionGroupOutput, error)

CopyOptionGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBCluster

func (m *MockRDSAPI) CreateDBCluster(arg0 *rds.CreateDBClusterInput) (*rds.CreateDBClusterOutput, error)

CreateDBCluster mocks base method

func (*MockRDSAPI) CreateDBClusterParameterGroup

CreateDBClusterParameterGroup mocks base method

func (*MockRDSAPI) CreateDBClusterParameterGroupRequest

func (m *MockRDSAPI) CreateDBClusterParameterGroupRequest(arg0 *rds.CreateDBClusterParameterGroupInput) (*request.Request, *rds.CreateDBClusterParameterGroupOutput)

CreateDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) CreateDBClusterParameterGroupWithContext added in v0.3.3

func (m *MockRDSAPI) CreateDBClusterParameterGroupWithContext(arg0 aws.Context, arg1 *rds.CreateDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.CreateDBClusterParameterGroupOutput, error)

CreateDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBClusterRequest

func (m *MockRDSAPI) CreateDBClusterRequest(arg0 *rds.CreateDBClusterInput) (*request.Request, *rds.CreateDBClusterOutput)

CreateDBClusterRequest mocks base method

func (*MockRDSAPI) CreateDBClusterSnapshot

func (m *MockRDSAPI) CreateDBClusterSnapshot(arg0 *rds.CreateDBClusterSnapshotInput) (*rds.CreateDBClusterSnapshotOutput, error)

CreateDBClusterSnapshot mocks base method

func (*MockRDSAPI) CreateDBClusterSnapshotRequest

func (m *MockRDSAPI) CreateDBClusterSnapshotRequest(arg0 *rds.CreateDBClusterSnapshotInput) (*request.Request, *rds.CreateDBClusterSnapshotOutput)

CreateDBClusterSnapshotRequest mocks base method

func (*MockRDSAPI) CreateDBClusterSnapshotWithContext added in v0.3.3

func (m *MockRDSAPI) CreateDBClusterSnapshotWithContext(arg0 aws.Context, arg1 *rds.CreateDBClusterSnapshotInput, arg2 ...request.Option) (*rds.CreateDBClusterSnapshotOutput, error)

CreateDBClusterSnapshotWithContext mocks base method

func (*MockRDSAPI) CreateDBClusterWithContext added in v0.3.3

func (m *MockRDSAPI) CreateDBClusterWithContext(arg0 aws.Context, arg1 *rds.CreateDBClusterInput, arg2 ...request.Option) (*rds.CreateDBClusterOutput, error)

CreateDBClusterWithContext mocks base method

func (*MockRDSAPI) CreateDBInstance

func (m *MockRDSAPI) CreateDBInstance(arg0 *rds.CreateDBInstanceInput) (*rds.CreateDBInstanceOutput, error)

CreateDBInstance mocks base method

func (*MockRDSAPI) CreateDBInstanceReadReplica

CreateDBInstanceReadReplica mocks base method

func (*MockRDSAPI) CreateDBInstanceReadReplicaRequest

func (m *MockRDSAPI) CreateDBInstanceReadReplicaRequest(arg0 *rds.CreateDBInstanceReadReplicaInput) (*request.Request, *rds.CreateDBInstanceReadReplicaOutput)

CreateDBInstanceReadReplicaRequest mocks base method

func (*MockRDSAPI) CreateDBInstanceReadReplicaWithContext added in v0.3.3

func (m *MockRDSAPI) CreateDBInstanceReadReplicaWithContext(arg0 aws.Context, arg1 *rds.CreateDBInstanceReadReplicaInput, arg2 ...request.Option) (*rds.CreateDBInstanceReadReplicaOutput, error)

CreateDBInstanceReadReplicaWithContext mocks base method

func (*MockRDSAPI) CreateDBInstanceRequest

func (m *MockRDSAPI) CreateDBInstanceRequest(arg0 *rds.CreateDBInstanceInput) (*request.Request, *rds.CreateDBInstanceOutput)

CreateDBInstanceRequest mocks base method

func (*MockRDSAPI) CreateDBInstanceWithContext added in v0.3.3

func (m *MockRDSAPI) CreateDBInstanceWithContext(arg0 aws.Context, arg1 *rds.CreateDBInstanceInput, arg2 ...request.Option) (*rds.CreateDBInstanceOutput, error)

CreateDBInstanceWithContext mocks base method

func (*MockRDSAPI) CreateDBParameterGroup

func (m *MockRDSAPI) CreateDBParameterGroup(arg0 *rds.CreateDBParameterGroupInput) (*rds.CreateDBParameterGroupOutput, error)

CreateDBParameterGroup mocks base method

func (*MockRDSAPI) CreateDBParameterGroupRequest

func (m *MockRDSAPI) CreateDBParameterGroupRequest(arg0 *rds.CreateDBParameterGroupInput) (*request.Request, *rds.CreateDBParameterGroupOutput)

CreateDBParameterGroupRequest mocks base method

func (*MockRDSAPI) CreateDBParameterGroupWithContext added in v0.3.3

func (m *MockRDSAPI) CreateDBParameterGroupWithContext(arg0 aws.Context, arg1 *rds.CreateDBParameterGroupInput, arg2 ...request.Option) (*rds.CreateDBParameterGroupOutput, error)

CreateDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBSecurityGroup

func (m *MockRDSAPI) CreateDBSecurityGroup(arg0 *rds.CreateDBSecurityGroupInput) (*rds.CreateDBSecurityGroupOutput, error)

CreateDBSecurityGroup mocks base method

func (*MockRDSAPI) CreateDBSecurityGroupRequest

func (m *MockRDSAPI) CreateDBSecurityGroupRequest(arg0 *rds.CreateDBSecurityGroupInput) (*request.Request, *rds.CreateDBSecurityGroupOutput)

CreateDBSecurityGroupRequest mocks base method

func (*MockRDSAPI) CreateDBSecurityGroupWithContext added in v0.3.3

func (m *MockRDSAPI) CreateDBSecurityGroupWithContext(arg0 aws.Context, arg1 *rds.CreateDBSecurityGroupInput, arg2 ...request.Option) (*rds.CreateDBSecurityGroupOutput, error)

CreateDBSecurityGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBSnapshot

func (m *MockRDSAPI) CreateDBSnapshot(arg0 *rds.CreateDBSnapshotInput) (*rds.CreateDBSnapshotOutput, error)

CreateDBSnapshot mocks base method

func (*MockRDSAPI) CreateDBSnapshotRequest

func (m *MockRDSAPI) CreateDBSnapshotRequest(arg0 *rds.CreateDBSnapshotInput) (*request.Request, *rds.CreateDBSnapshotOutput)

CreateDBSnapshotRequest mocks base method

func (*MockRDSAPI) CreateDBSnapshotWithContext added in v0.3.3

func (m *MockRDSAPI) CreateDBSnapshotWithContext(arg0 aws.Context, arg1 *rds.CreateDBSnapshotInput, arg2 ...request.Option) (*rds.CreateDBSnapshotOutput, error)

CreateDBSnapshotWithContext mocks base method

func (*MockRDSAPI) CreateDBSubnetGroup

func (m *MockRDSAPI) CreateDBSubnetGroup(arg0 *rds.CreateDBSubnetGroupInput) (*rds.CreateDBSubnetGroupOutput, error)

CreateDBSubnetGroup mocks base method

func (*MockRDSAPI) CreateDBSubnetGroupRequest

func (m *MockRDSAPI) CreateDBSubnetGroupRequest(arg0 *rds.CreateDBSubnetGroupInput) (*request.Request, *rds.CreateDBSubnetGroupOutput)

CreateDBSubnetGroupRequest mocks base method

func (*MockRDSAPI) CreateDBSubnetGroupWithContext added in v0.3.3

func (m *MockRDSAPI) CreateDBSubnetGroupWithContext(arg0 aws.Context, arg1 *rds.CreateDBSubnetGroupInput, arg2 ...request.Option) (*rds.CreateDBSubnetGroupOutput, error)

CreateDBSubnetGroupWithContext mocks base method

func (*MockRDSAPI) CreateEventSubscription

func (m *MockRDSAPI) CreateEventSubscription(arg0 *rds.CreateEventSubscriptionInput) (*rds.CreateEventSubscriptionOutput, error)

CreateEventSubscription mocks base method

func (*MockRDSAPI) CreateEventSubscriptionRequest

func (m *MockRDSAPI) CreateEventSubscriptionRequest(arg0 *rds.CreateEventSubscriptionInput) (*request.Request, *rds.CreateEventSubscriptionOutput)

CreateEventSubscriptionRequest mocks base method

func (*MockRDSAPI) CreateEventSubscriptionWithContext added in v0.3.3

func (m *MockRDSAPI) CreateEventSubscriptionWithContext(arg0 aws.Context, arg1 *rds.CreateEventSubscriptionInput, arg2 ...request.Option) (*rds.CreateEventSubscriptionOutput, error)

CreateEventSubscriptionWithContext mocks base method

func (*MockRDSAPI) CreateOptionGroup

func (m *MockRDSAPI) CreateOptionGroup(arg0 *rds.CreateOptionGroupInput) (*rds.CreateOptionGroupOutput, error)

CreateOptionGroup mocks base method

func (*MockRDSAPI) CreateOptionGroupRequest

func (m *MockRDSAPI) CreateOptionGroupRequest(arg0 *rds.CreateOptionGroupInput) (*request.Request, *rds.CreateOptionGroupOutput)

CreateOptionGroupRequest mocks base method

func (*MockRDSAPI) CreateOptionGroupWithContext added in v0.3.3

func (m *MockRDSAPI) CreateOptionGroupWithContext(arg0 aws.Context, arg1 *rds.CreateOptionGroupInput, arg2 ...request.Option) (*rds.CreateOptionGroupOutput, error)

CreateOptionGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBCluster

func (m *MockRDSAPI) DeleteDBCluster(arg0 *rds.DeleteDBClusterInput) (*rds.DeleteDBClusterOutput, error)

DeleteDBCluster mocks base method

func (*MockRDSAPI) DeleteDBClusterParameterGroup

DeleteDBClusterParameterGroup mocks base method

func (*MockRDSAPI) DeleteDBClusterParameterGroupRequest

func (m *MockRDSAPI) DeleteDBClusterParameterGroupRequest(arg0 *rds.DeleteDBClusterParameterGroupInput) (*request.Request, *rds.DeleteDBClusterParameterGroupOutput)

DeleteDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterParameterGroupWithContext added in v0.3.3

func (m *MockRDSAPI) DeleteDBClusterParameterGroupWithContext(arg0 aws.Context, arg1 *rds.DeleteDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.DeleteDBClusterParameterGroupOutput, error)

DeleteDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBClusterRequest

func (m *MockRDSAPI) DeleteDBClusterRequest(arg0 *rds.DeleteDBClusterInput) (*request.Request, *rds.DeleteDBClusterOutput)

DeleteDBClusterRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterSnapshot

func (m *MockRDSAPI) DeleteDBClusterSnapshot(arg0 *rds.DeleteDBClusterSnapshotInput) (*rds.DeleteDBClusterSnapshotOutput, error)

DeleteDBClusterSnapshot mocks base method

func (*MockRDSAPI) DeleteDBClusterSnapshotRequest

func (m *MockRDSAPI) DeleteDBClusterSnapshotRequest(arg0 *rds.DeleteDBClusterSnapshotInput) (*request.Request, *rds.DeleteDBClusterSnapshotOutput)

DeleteDBClusterSnapshotRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterSnapshotWithContext added in v0.3.3

func (m *MockRDSAPI) DeleteDBClusterSnapshotWithContext(arg0 aws.Context, arg1 *rds.DeleteDBClusterSnapshotInput, arg2 ...request.Option) (*rds.DeleteDBClusterSnapshotOutput, error)

DeleteDBClusterSnapshotWithContext mocks base method

func (*MockRDSAPI) DeleteDBClusterWithContext added in v0.3.3

func (m *MockRDSAPI) DeleteDBClusterWithContext(arg0 aws.Context, arg1 *rds.DeleteDBClusterInput, arg2 ...request.Option) (*rds.DeleteDBClusterOutput, error)

DeleteDBClusterWithContext mocks base method

func (*MockRDSAPI) DeleteDBInstance

func (m *MockRDSAPI) DeleteDBInstance(arg0 *rds.DeleteDBInstanceInput) (*rds.DeleteDBInstanceOutput, error)

DeleteDBInstance mocks base method

func (*MockRDSAPI) DeleteDBInstanceRequest

func (m *MockRDSAPI) DeleteDBInstanceRequest(arg0 *rds.DeleteDBInstanceInput) (*request.Request, *rds.DeleteDBInstanceOutput)

DeleteDBInstanceRequest mocks base method

func (*MockRDSAPI) DeleteDBInstanceWithContext added in v0.3.3

func (m *MockRDSAPI) DeleteDBInstanceWithContext(arg0 aws.Context, arg1 *rds.DeleteDBInstanceInput, arg2 ...request.Option) (*rds.DeleteDBInstanceOutput, error)

DeleteDBInstanceWithContext mocks base method

func (*MockRDSAPI) DeleteDBParameterGroup

func (m *MockRDSAPI) DeleteDBParameterGroup(arg0 *rds.DeleteDBParameterGroupInput) (*rds.DeleteDBParameterGroupOutput, error)

DeleteDBParameterGroup mocks base method

func (*MockRDSAPI) DeleteDBParameterGroupRequest

func (m *MockRDSAPI) DeleteDBParameterGroupRequest(arg0 *rds.DeleteDBParameterGroupInput) (*request.Request, *rds.DeleteDBParameterGroupOutput)

DeleteDBParameterGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBParameterGroupWithContext added in v0.3.3

func (m *MockRDSAPI) DeleteDBParameterGroupWithContext(arg0 aws.Context, arg1 *rds.DeleteDBParameterGroupInput, arg2 ...request.Option) (*rds.DeleteDBParameterGroupOutput, error)

DeleteDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBSecurityGroup

func (m *MockRDSAPI) DeleteDBSecurityGroup(arg0 *rds.DeleteDBSecurityGroupInput) (*rds.DeleteDBSecurityGroupOutput, error)

DeleteDBSecurityGroup mocks base method

func (*MockRDSAPI) DeleteDBSecurityGroupRequest

func (m *MockRDSAPI) DeleteDBSecurityGroupRequest(arg0 *rds.DeleteDBSecurityGroupInput) (*request.Request, *rds.DeleteDBSecurityGroupOutput)

DeleteDBSecurityGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBSecurityGroupWithContext added in v0.3.3

func (m *MockRDSAPI) DeleteDBSecurityGroupWithContext(arg0 aws.Context, arg1 *rds.DeleteDBSecurityGroupInput, arg2 ...request.Option) (*rds.DeleteDBSecurityGroupOutput, error)

DeleteDBSecurityGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBSnapshot

func (m *MockRDSAPI) DeleteDBSnapshot(arg0 *rds.DeleteDBSnapshotInput) (*rds.DeleteDBSnapshotOutput, error)

DeleteDBSnapshot mocks base method

func (*MockRDSAPI) DeleteDBSnapshotRequest

func (m *MockRDSAPI) DeleteDBSnapshotRequest(arg0 *rds.DeleteDBSnapshotInput) (*request.Request, *rds.DeleteDBSnapshotOutput)

DeleteDBSnapshotRequest mocks base method

func (*MockRDSAPI) DeleteDBSnapshotWithContext added in v0.3.3

func (m *MockRDSAPI) DeleteDBSnapshotWithContext(arg0 aws.Context, arg1 *rds.DeleteDBSnapshotInput, arg2 ...request.Option) (*rds.DeleteDBSnapshotOutput, error)

DeleteDBSnapshotWithContext mocks base method

func (*MockRDSAPI) DeleteDBSubnetGroup

func (m *MockRDSAPI) DeleteDBSubnetGroup(arg0 *rds.DeleteDBSubnetGroupInput) (*rds.DeleteDBSubnetGroupOutput, error)

DeleteDBSubnetGroup mocks base method

func (*MockRDSAPI) DeleteDBSubnetGroupRequest

func (m *MockRDSAPI) DeleteDBSubnetGroupRequest(arg0 *rds.DeleteDBSubnetGroupInput) (*request.Request, *rds.DeleteDBSubnetGroupOutput)

DeleteDBSubnetGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBSubnetGroupWithContext added in v0.3.3

func (m *MockRDSAPI) DeleteDBSubnetGroupWithContext(arg0 aws.Context, arg1 *rds.DeleteDBSubnetGroupInput, arg2 ...request.Option) (*rds.DeleteDBSubnetGroupOutput, error)

DeleteDBSubnetGroupWithContext mocks base method

func (*MockRDSAPI) DeleteEventSubscription

func (m *MockRDSAPI) DeleteEventSubscription(arg0 *rds.DeleteEventSubscriptionInput) (*rds.DeleteEventSubscriptionOutput, error)

DeleteEventSubscription mocks base method

func (*MockRDSAPI) DeleteEventSubscriptionRequest

func (m *MockRDSAPI) DeleteEventSubscriptionRequest(arg0 *rds.DeleteEventSubscriptionInput) (*request.Request, *rds.DeleteEventSubscriptionOutput)

DeleteEventSubscriptionRequest mocks base method

func (*MockRDSAPI) DeleteEventSubscriptionWithContext added in v0.3.3

func (m *MockRDSAPI) DeleteEventSubscriptionWithContext(arg0 aws.Context, arg1 *rds.DeleteEventSubscriptionInput, arg2 ...request.Option) (*rds.DeleteEventSubscriptionOutput, error)

DeleteEventSubscriptionWithContext mocks base method

func (*MockRDSAPI) DeleteOptionGroup

func (m *MockRDSAPI) DeleteOptionGroup(arg0 *rds.DeleteOptionGroupInput) (*rds.DeleteOptionGroupOutput, error)

DeleteOptionGroup mocks base method

func (*MockRDSAPI) DeleteOptionGroupRequest

func (m *MockRDSAPI) DeleteOptionGroupRequest(arg0 *rds.DeleteOptionGroupInput) (*request.Request, *rds.DeleteOptionGroupOutput)

DeleteOptionGroupRequest mocks base method

func (*MockRDSAPI) DeleteOptionGroupWithContext added in v0.3.3

func (m *MockRDSAPI) DeleteOptionGroupWithContext(arg0 aws.Context, arg1 *rds.DeleteOptionGroupInput, arg2 ...request.Option) (*rds.DeleteOptionGroupOutput, error)

DeleteOptionGroupWithContext mocks base method

func (*MockRDSAPI) DescribeAccountAttributes

DescribeAccountAttributes mocks base method

func (*MockRDSAPI) DescribeAccountAttributesRequest

func (m *MockRDSAPI) DescribeAccountAttributesRequest(arg0 *rds.DescribeAccountAttributesInput) (*request.Request, *rds.DescribeAccountAttributesOutput)

DescribeAccountAttributesRequest mocks base method

func (*MockRDSAPI) DescribeAccountAttributesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeAccountAttributesWithContext(arg0 aws.Context, arg1 *rds.DescribeAccountAttributesInput, arg2 ...request.Option) (*rds.DescribeAccountAttributesOutput, error)

DescribeAccountAttributesWithContext mocks base method

func (*MockRDSAPI) DescribeCertificates

func (m *MockRDSAPI) DescribeCertificates(arg0 *rds.DescribeCertificatesInput) (*rds.DescribeCertificatesOutput, error)

DescribeCertificates mocks base method

func (*MockRDSAPI) DescribeCertificatesRequest

func (m *MockRDSAPI) DescribeCertificatesRequest(arg0 *rds.DescribeCertificatesInput) (*request.Request, *rds.DescribeCertificatesOutput)

DescribeCertificatesRequest mocks base method

func (*MockRDSAPI) DescribeCertificatesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeCertificatesWithContext(arg0 aws.Context, arg1 *rds.DescribeCertificatesInput, arg2 ...request.Option) (*rds.DescribeCertificatesOutput, error)

DescribeCertificatesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterBacktracks added in v0.7.0

DescribeDBClusterBacktracks mocks base method

func (*MockRDSAPI) DescribeDBClusterBacktracksRequest added in v0.7.0

func (m *MockRDSAPI) DescribeDBClusterBacktracksRequest(arg0 *rds.DescribeDBClusterBacktracksInput) (*request.Request, *rds.DescribeDBClusterBacktracksOutput)

DescribeDBClusterBacktracksRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterBacktracksWithContext added in v0.7.0

func (m *MockRDSAPI) DescribeDBClusterBacktracksWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterBacktracksInput, arg2 ...request.Option) (*rds.DescribeDBClusterBacktracksOutput, error)

DescribeDBClusterBacktracksWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroups

DescribeDBClusterParameterGroups mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroupsRequest

func (m *MockRDSAPI) DescribeDBClusterParameterGroupsRequest(arg0 *rds.DescribeDBClusterParameterGroupsInput) (*request.Request, *rds.DescribeDBClusterParameterGroupsOutput)

DescribeDBClusterParameterGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroupsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBClusterParameterGroupsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterParameterGroupsInput, arg2 ...request.Option) (*rds.DescribeDBClusterParameterGroupsOutput, error)

DescribeDBClusterParameterGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterParameters

DescribeDBClusterParameters mocks base method

func (*MockRDSAPI) DescribeDBClusterParametersRequest

func (m *MockRDSAPI) DescribeDBClusterParametersRequest(arg0 *rds.DescribeDBClusterParametersInput) (*request.Request, *rds.DescribeDBClusterParametersOutput)

DescribeDBClusterParametersRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterParametersWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBClusterParametersWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterParametersInput, arg2 ...request.Option) (*rds.DescribeDBClusterParametersOutput, error)

DescribeDBClusterParametersWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotAttributes

DescribeDBClusterSnapshotAttributes mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotAttributesRequest

DescribeDBClusterSnapshotAttributesRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotAttributesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBClusterSnapshotAttributesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterSnapshotAttributesInput, arg2 ...request.Option) (*rds.DescribeDBClusterSnapshotAttributesOutput, error)

DescribeDBClusterSnapshotAttributesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshots

DescribeDBClusterSnapshots mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotsRequest

func (m *MockRDSAPI) DescribeDBClusterSnapshotsRequest(arg0 *rds.DescribeDBClusterSnapshotsInput) (*request.Request, *rds.DescribeDBClusterSnapshotsOutput)

DescribeDBClusterSnapshotsRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBClusterSnapshotsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterSnapshotsInput, arg2 ...request.Option) (*rds.DescribeDBClusterSnapshotsOutput, error)

DescribeDBClusterSnapshotsWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusters

func (m *MockRDSAPI) DescribeDBClusters(arg0 *rds.DescribeDBClustersInput) (*rds.DescribeDBClustersOutput, error)

DescribeDBClusters mocks base method

func (*MockRDSAPI) DescribeDBClustersRequest

func (m *MockRDSAPI) DescribeDBClustersRequest(arg0 *rds.DescribeDBClustersInput) (*request.Request, *rds.DescribeDBClustersOutput)

DescribeDBClustersRequest mocks base method

func (*MockRDSAPI) DescribeDBClustersWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBClustersWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClustersInput, arg2 ...request.Option) (*rds.DescribeDBClustersOutput, error)

DescribeDBClustersWithContext mocks base method

func (*MockRDSAPI) DescribeDBEngineVersions

DescribeDBEngineVersions mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsPages

func (m *MockRDSAPI) DescribeDBEngineVersionsPages(arg0 *rds.DescribeDBEngineVersionsInput, arg1 func(*rds.DescribeDBEngineVersionsOutput, bool) bool) error

DescribeDBEngineVersionsPages mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBEngineVersionsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBEngineVersionsInput, arg2 func(*rds.DescribeDBEngineVersionsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBEngineVersionsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsRequest

func (m *MockRDSAPI) DescribeDBEngineVersionsRequest(arg0 *rds.DescribeDBEngineVersionsInput) (*request.Request, *rds.DescribeDBEngineVersionsOutput)

DescribeDBEngineVersionsRequest mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBEngineVersionsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBEngineVersionsInput, arg2 ...request.Option) (*rds.DescribeDBEngineVersionsOutput, error)

DescribeDBEngineVersionsWithContext mocks base method

func (*MockRDSAPI) DescribeDBInstances

func (m *MockRDSAPI) DescribeDBInstances(arg0 *rds.DescribeDBInstancesInput) (*rds.DescribeDBInstancesOutput, error)

DescribeDBInstances mocks base method

func (*MockRDSAPI) DescribeDBInstancesPages

func (m *MockRDSAPI) DescribeDBInstancesPages(arg0 *rds.DescribeDBInstancesInput, arg1 func(*rds.DescribeDBInstancesOutput, bool) bool) error

DescribeDBInstancesPages mocks base method

func (*MockRDSAPI) DescribeDBInstancesPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBInstancesPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBInstancesInput, arg2 func(*rds.DescribeDBInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeDBInstancesPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBInstancesRequest

func (m *MockRDSAPI) DescribeDBInstancesRequest(arg0 *rds.DescribeDBInstancesInput) (*request.Request, *rds.DescribeDBInstancesOutput)

DescribeDBInstancesRequest mocks base method

func (*MockRDSAPI) DescribeDBInstancesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBInstancesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...request.Option) (*rds.DescribeDBInstancesOutput, error)

DescribeDBInstancesWithContext mocks base method

func (*MockRDSAPI) DescribeDBLogFiles

func (m *MockRDSAPI) DescribeDBLogFiles(arg0 *rds.DescribeDBLogFilesInput) (*rds.DescribeDBLogFilesOutput, error)

DescribeDBLogFiles mocks base method

func (*MockRDSAPI) DescribeDBLogFilesPages

func (m *MockRDSAPI) DescribeDBLogFilesPages(arg0 *rds.DescribeDBLogFilesInput, arg1 func(*rds.DescribeDBLogFilesOutput, bool) bool) error

DescribeDBLogFilesPages mocks base method

func (*MockRDSAPI) DescribeDBLogFilesPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBLogFilesPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBLogFilesInput, arg2 func(*rds.DescribeDBLogFilesOutput, bool) bool, arg3 ...request.Option) error

DescribeDBLogFilesPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBLogFilesRequest

func (m *MockRDSAPI) DescribeDBLogFilesRequest(arg0 *rds.DescribeDBLogFilesInput) (*request.Request, *rds.DescribeDBLogFilesOutput)

DescribeDBLogFilesRequest mocks base method

func (*MockRDSAPI) DescribeDBLogFilesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBLogFilesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBLogFilesInput, arg2 ...request.Option) (*rds.DescribeDBLogFilesOutput, error)

DescribeDBLogFilesWithContext mocks base method

func (*MockRDSAPI) DescribeDBParameterGroups

DescribeDBParameterGroups mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsPages

func (m *MockRDSAPI) DescribeDBParameterGroupsPages(arg0 *rds.DescribeDBParameterGroupsInput, arg1 func(*rds.DescribeDBParameterGroupsOutput, bool) bool) error

DescribeDBParameterGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBParameterGroupsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBParameterGroupsInput, arg2 func(*rds.DescribeDBParameterGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBParameterGroupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsRequest

func (m *MockRDSAPI) DescribeDBParameterGroupsRequest(arg0 *rds.DescribeDBParameterGroupsInput) (*request.Request, *rds.DescribeDBParameterGroupsOutput)

DescribeDBParameterGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBParameterGroupsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBParameterGroupsInput, arg2 ...request.Option) (*rds.DescribeDBParameterGroupsOutput, error)

DescribeDBParameterGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBParameters

func (m *MockRDSAPI) DescribeDBParameters(arg0 *rds.DescribeDBParametersInput) (*rds.DescribeDBParametersOutput, error)

DescribeDBParameters mocks base method

func (*MockRDSAPI) DescribeDBParametersPages

func (m *MockRDSAPI) DescribeDBParametersPages(arg0 *rds.DescribeDBParametersInput, arg1 func(*rds.DescribeDBParametersOutput, bool) bool) error

DescribeDBParametersPages mocks base method

func (*MockRDSAPI) DescribeDBParametersPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBParametersPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBParametersInput, arg2 func(*rds.DescribeDBParametersOutput, bool) bool, arg3 ...request.Option) error

DescribeDBParametersPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBParametersRequest

func (m *MockRDSAPI) DescribeDBParametersRequest(arg0 *rds.DescribeDBParametersInput) (*request.Request, *rds.DescribeDBParametersOutput)

DescribeDBParametersRequest mocks base method

func (*MockRDSAPI) DescribeDBParametersWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBParametersWithContext(arg0 aws.Context, arg1 *rds.DescribeDBParametersInput, arg2 ...request.Option) (*rds.DescribeDBParametersOutput, error)

DescribeDBParametersWithContext mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroups

DescribeDBSecurityGroups mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsPages

func (m *MockRDSAPI) DescribeDBSecurityGroupsPages(arg0 *rds.DescribeDBSecurityGroupsInput, arg1 func(*rds.DescribeDBSecurityGroupsOutput, bool) bool) error

DescribeDBSecurityGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBSecurityGroupsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSecurityGroupsInput, arg2 func(*rds.DescribeDBSecurityGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBSecurityGroupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsRequest

func (m *MockRDSAPI) DescribeDBSecurityGroupsRequest(arg0 *rds.DescribeDBSecurityGroupsInput) (*request.Request, *rds.DescribeDBSecurityGroupsOutput)

DescribeDBSecurityGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBSecurityGroupsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSecurityGroupsInput, arg2 ...request.Option) (*rds.DescribeDBSecurityGroupsOutput, error)

DescribeDBSecurityGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBSnapshotAttributes

DescribeDBSnapshotAttributes mocks base method

func (*MockRDSAPI) DescribeDBSnapshotAttributesRequest

func (m *MockRDSAPI) DescribeDBSnapshotAttributesRequest(arg0 *rds.DescribeDBSnapshotAttributesInput) (*request.Request, *rds.DescribeDBSnapshotAttributesOutput)

DescribeDBSnapshotAttributesRequest mocks base method

func (*MockRDSAPI) DescribeDBSnapshotAttributesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBSnapshotAttributesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSnapshotAttributesInput, arg2 ...request.Option) (*rds.DescribeDBSnapshotAttributesOutput, error)

DescribeDBSnapshotAttributesWithContext mocks base method

func (*MockRDSAPI) DescribeDBSnapshots

func (m *MockRDSAPI) DescribeDBSnapshots(arg0 *rds.DescribeDBSnapshotsInput) (*rds.DescribeDBSnapshotsOutput, error)

DescribeDBSnapshots mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsPages

func (m *MockRDSAPI) DescribeDBSnapshotsPages(arg0 *rds.DescribeDBSnapshotsInput, arg1 func(*rds.DescribeDBSnapshotsOutput, bool) bool) error

DescribeDBSnapshotsPages mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBSnapshotsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 func(*rds.DescribeDBSnapshotsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBSnapshotsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsRequest

func (m *MockRDSAPI) DescribeDBSnapshotsRequest(arg0 *rds.DescribeDBSnapshotsInput) (*request.Request, *rds.DescribeDBSnapshotsOutput)

DescribeDBSnapshotsRequest mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBSnapshotsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 ...request.Option) (*rds.DescribeDBSnapshotsOutput, error)

DescribeDBSnapshotsWithContext mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroups

func (m *MockRDSAPI) DescribeDBSubnetGroups(arg0 *rds.DescribeDBSubnetGroupsInput) (*rds.DescribeDBSubnetGroupsOutput, error)

DescribeDBSubnetGroups mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsPages

func (m *MockRDSAPI) DescribeDBSubnetGroupsPages(arg0 *rds.DescribeDBSubnetGroupsInput, arg1 func(*rds.DescribeDBSubnetGroupsOutput, bool) bool) error

DescribeDBSubnetGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBSubnetGroupsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSubnetGroupsInput, arg2 func(*rds.DescribeDBSubnetGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBSubnetGroupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsRequest

func (m *MockRDSAPI) DescribeDBSubnetGroupsRequest(arg0 *rds.DescribeDBSubnetGroupsInput) (*request.Request, *rds.DescribeDBSubnetGroupsOutput)

DescribeDBSubnetGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeDBSubnetGroupsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSubnetGroupsInput, arg2 ...request.Option) (*rds.DescribeDBSubnetGroupsOutput, error)

DescribeDBSubnetGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeEngineDefaultClusterParameters

DescribeEngineDefaultClusterParameters mocks base method

func (*MockRDSAPI) DescribeEngineDefaultClusterParametersRequest

DescribeEngineDefaultClusterParametersRequest mocks base method

func (*MockRDSAPI) DescribeEngineDefaultClusterParametersWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeEngineDefaultClusterParametersWithContext(arg0 aws.Context, arg1 *rds.DescribeEngineDefaultClusterParametersInput, arg2 ...request.Option) (*rds.DescribeEngineDefaultClusterParametersOutput, error)

DescribeEngineDefaultClusterParametersWithContext mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParameters

DescribeEngineDefaultParameters mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersPages

func (m *MockRDSAPI) DescribeEngineDefaultParametersPages(arg0 *rds.DescribeEngineDefaultParametersInput, arg1 func(*rds.DescribeEngineDefaultParametersOutput, bool) bool) error

DescribeEngineDefaultParametersPages mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeEngineDefaultParametersPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeEngineDefaultParametersInput, arg2 func(*rds.DescribeEngineDefaultParametersOutput, bool) bool, arg3 ...request.Option) error

DescribeEngineDefaultParametersPagesWithContext mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersRequest

func (m *MockRDSAPI) DescribeEngineDefaultParametersRequest(arg0 *rds.DescribeEngineDefaultParametersInput) (*request.Request, *rds.DescribeEngineDefaultParametersOutput)

DescribeEngineDefaultParametersRequest mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeEngineDefaultParametersWithContext(arg0 aws.Context, arg1 *rds.DescribeEngineDefaultParametersInput, arg2 ...request.Option) (*rds.DescribeEngineDefaultParametersOutput, error)

DescribeEngineDefaultParametersWithContext mocks base method

func (*MockRDSAPI) DescribeEventCategories

func (m *MockRDSAPI) DescribeEventCategories(arg0 *rds.DescribeEventCategoriesInput) (*rds.DescribeEventCategoriesOutput, error)

DescribeEventCategories mocks base method

func (*MockRDSAPI) DescribeEventCategoriesRequest

func (m *MockRDSAPI) DescribeEventCategoriesRequest(arg0 *rds.DescribeEventCategoriesInput) (*request.Request, *rds.DescribeEventCategoriesOutput)

DescribeEventCategoriesRequest mocks base method

func (*MockRDSAPI) DescribeEventCategoriesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeEventCategoriesWithContext(arg0 aws.Context, arg1 *rds.DescribeEventCategoriesInput, arg2 ...request.Option) (*rds.DescribeEventCategoriesOutput, error)

DescribeEventCategoriesWithContext mocks base method

func (*MockRDSAPI) DescribeEventSubscriptions

DescribeEventSubscriptions mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsPages

func (m *MockRDSAPI) DescribeEventSubscriptionsPages(arg0 *rds.DescribeEventSubscriptionsInput, arg1 func(*rds.DescribeEventSubscriptionsOutput, bool) bool) error

DescribeEventSubscriptionsPages mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeEventSubscriptionsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeEventSubscriptionsInput, arg2 func(*rds.DescribeEventSubscriptionsOutput, bool) bool, arg3 ...request.Option) error

DescribeEventSubscriptionsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsRequest

func (m *MockRDSAPI) DescribeEventSubscriptionsRequest(arg0 *rds.DescribeEventSubscriptionsInput) (*request.Request, *rds.DescribeEventSubscriptionsOutput)

DescribeEventSubscriptionsRequest mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeEventSubscriptionsWithContext(arg0 aws.Context, arg1 *rds.DescribeEventSubscriptionsInput, arg2 ...request.Option) (*rds.DescribeEventSubscriptionsOutput, error)

DescribeEventSubscriptionsWithContext mocks base method

func (*MockRDSAPI) DescribeEvents

func (m *MockRDSAPI) DescribeEvents(arg0 *rds.DescribeEventsInput) (*rds.DescribeEventsOutput, error)

DescribeEvents mocks base method

func (*MockRDSAPI) DescribeEventsPages

func (m *MockRDSAPI) DescribeEventsPages(arg0 *rds.DescribeEventsInput, arg1 func(*rds.DescribeEventsOutput, bool) bool) error

DescribeEventsPages mocks base method

func (*MockRDSAPI) DescribeEventsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeEventsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeEventsInput, arg2 func(*rds.DescribeEventsOutput, bool) bool, arg3 ...request.Option) error

DescribeEventsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeEventsRequest

func (m *MockRDSAPI) DescribeEventsRequest(arg0 *rds.DescribeEventsInput) (*request.Request, *rds.DescribeEventsOutput)

DescribeEventsRequest mocks base method

func (*MockRDSAPI) DescribeEventsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeEventsWithContext(arg0 aws.Context, arg1 *rds.DescribeEventsInput, arg2 ...request.Option) (*rds.DescribeEventsOutput, error)

DescribeEventsWithContext mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptions

DescribeOptionGroupOptions mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsPages

func (m *MockRDSAPI) DescribeOptionGroupOptionsPages(arg0 *rds.DescribeOptionGroupOptionsInput, arg1 func(*rds.DescribeOptionGroupOptionsOutput, bool) bool) error

DescribeOptionGroupOptionsPages mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeOptionGroupOptionsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeOptionGroupOptionsInput, arg2 func(*rds.DescribeOptionGroupOptionsOutput, bool) bool, arg3 ...request.Option) error

DescribeOptionGroupOptionsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsRequest

func (m *MockRDSAPI) DescribeOptionGroupOptionsRequest(arg0 *rds.DescribeOptionGroupOptionsInput) (*request.Request, *rds.DescribeOptionGroupOptionsOutput)

DescribeOptionGroupOptionsRequest mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeOptionGroupOptionsWithContext(arg0 aws.Context, arg1 *rds.DescribeOptionGroupOptionsInput, arg2 ...request.Option) (*rds.DescribeOptionGroupOptionsOutput, error)

DescribeOptionGroupOptionsWithContext mocks base method

func (*MockRDSAPI) DescribeOptionGroups

func (m *MockRDSAPI) DescribeOptionGroups(arg0 *rds.DescribeOptionGroupsInput) (*rds.DescribeOptionGroupsOutput, error)

DescribeOptionGroups mocks base method

func (*MockRDSAPI) DescribeOptionGroupsPages

func (m *MockRDSAPI) DescribeOptionGroupsPages(arg0 *rds.DescribeOptionGroupsInput, arg1 func(*rds.DescribeOptionGroupsOutput, bool) bool) error

DescribeOptionGroupsPages mocks base method

func (*MockRDSAPI) DescribeOptionGroupsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeOptionGroupsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeOptionGroupsInput, arg2 func(*rds.DescribeOptionGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeOptionGroupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeOptionGroupsRequest

func (m *MockRDSAPI) DescribeOptionGroupsRequest(arg0 *rds.DescribeOptionGroupsInput) (*request.Request, *rds.DescribeOptionGroupsOutput)

DescribeOptionGroupsRequest mocks base method

func (*MockRDSAPI) DescribeOptionGroupsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeOptionGroupsWithContext(arg0 aws.Context, arg1 *rds.DescribeOptionGroupsInput, arg2 ...request.Option) (*rds.DescribeOptionGroupsOutput, error)

DescribeOptionGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptions

DescribeOrderableDBInstanceOptions mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsPages

func (m *MockRDSAPI) DescribeOrderableDBInstanceOptionsPages(arg0 *rds.DescribeOrderableDBInstanceOptionsInput, arg1 func(*rds.DescribeOrderableDBInstanceOptionsOutput, bool) bool) error

DescribeOrderableDBInstanceOptionsPages mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeOrderableDBInstanceOptionsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeOrderableDBInstanceOptionsInput, arg2 func(*rds.DescribeOrderableDBInstanceOptionsOutput, bool) bool, arg3 ...request.Option) error

DescribeOrderableDBInstanceOptionsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsRequest

DescribeOrderableDBInstanceOptionsRequest mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeOrderableDBInstanceOptionsWithContext(arg0 aws.Context, arg1 *rds.DescribeOrderableDBInstanceOptionsInput, arg2 ...request.Option) (*rds.DescribeOrderableDBInstanceOptionsOutput, error)

DescribeOrderableDBInstanceOptionsWithContext mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActions

DescribePendingMaintenanceActions mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActionsRequest

DescribePendingMaintenanceActionsRequest mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActionsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribePendingMaintenanceActionsWithContext(arg0 aws.Context, arg1 *rds.DescribePendingMaintenanceActionsInput, arg2 ...request.Option) (*rds.DescribePendingMaintenanceActionsOutput, error)

DescribePendingMaintenanceActionsWithContext mocks base method

func (*MockRDSAPI) DescribeReservedDBInstances

DescribeReservedDBInstances mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferings

DescribeReservedDBInstancesOfferings mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsPages

func (m *MockRDSAPI) DescribeReservedDBInstancesOfferingsPages(arg0 *rds.DescribeReservedDBInstancesOfferingsInput, arg1 func(*rds.DescribeReservedDBInstancesOfferingsOutput, bool) bool) error

DescribeReservedDBInstancesOfferingsPages mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeReservedDBInstancesOfferingsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeReservedDBInstancesOfferingsInput, arg2 func(*rds.DescribeReservedDBInstancesOfferingsOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedDBInstancesOfferingsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsRequest

DescribeReservedDBInstancesOfferingsRequest mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeReservedDBInstancesOfferingsWithContext(arg0 aws.Context, arg1 *rds.DescribeReservedDBInstancesOfferingsInput, arg2 ...request.Option) (*rds.DescribeReservedDBInstancesOfferingsOutput, error)

DescribeReservedDBInstancesOfferingsWithContext mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesPages

func (m *MockRDSAPI) DescribeReservedDBInstancesPages(arg0 *rds.DescribeReservedDBInstancesInput, arg1 func(*rds.DescribeReservedDBInstancesOutput, bool) bool) error

DescribeReservedDBInstancesPages mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeReservedDBInstancesPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeReservedDBInstancesInput, arg2 func(*rds.DescribeReservedDBInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedDBInstancesPagesWithContext mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesRequest

func (m *MockRDSAPI) DescribeReservedDBInstancesRequest(arg0 *rds.DescribeReservedDBInstancesInput) (*request.Request, *rds.DescribeReservedDBInstancesOutput)

DescribeReservedDBInstancesRequest mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeReservedDBInstancesWithContext(arg0 aws.Context, arg1 *rds.DescribeReservedDBInstancesInput, arg2 ...request.Option) (*rds.DescribeReservedDBInstancesOutput, error)

DescribeReservedDBInstancesWithContext mocks base method

func (*MockRDSAPI) DescribeSourceRegions

func (m *MockRDSAPI) DescribeSourceRegions(arg0 *rds.DescribeSourceRegionsInput) (*rds.DescribeSourceRegionsOutput, error)

DescribeSourceRegions mocks base method

func (*MockRDSAPI) DescribeSourceRegionsRequest

func (m *MockRDSAPI) DescribeSourceRegionsRequest(arg0 *rds.DescribeSourceRegionsInput) (*request.Request, *rds.DescribeSourceRegionsOutput)

DescribeSourceRegionsRequest mocks base method

func (*MockRDSAPI) DescribeSourceRegionsWithContext added in v0.3.3

func (m *MockRDSAPI) DescribeSourceRegionsWithContext(arg0 aws.Context, arg1 *rds.DescribeSourceRegionsInput, arg2 ...request.Option) (*rds.DescribeSourceRegionsOutput, error)

DescribeSourceRegionsWithContext mocks base method

func (*MockRDSAPI) DescribeValidDBInstanceModifications added in v0.5.2

DescribeValidDBInstanceModifications mocks base method

func (*MockRDSAPI) DescribeValidDBInstanceModificationsRequest added in v0.5.2

DescribeValidDBInstanceModificationsRequest mocks base method

func (*MockRDSAPI) DescribeValidDBInstanceModificationsWithContext added in v0.5.2

func (m *MockRDSAPI) DescribeValidDBInstanceModificationsWithContext(arg0 aws.Context, arg1 *rds.DescribeValidDBInstanceModificationsInput, arg2 ...request.Option) (*rds.DescribeValidDBInstanceModificationsOutput, error)

DescribeValidDBInstanceModificationsWithContext mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortion

DownloadDBLogFilePortion mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionPages

func (m *MockRDSAPI) DownloadDBLogFilePortionPages(arg0 *rds.DownloadDBLogFilePortionInput, arg1 func(*rds.DownloadDBLogFilePortionOutput, bool) bool) error

DownloadDBLogFilePortionPages mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionPagesWithContext added in v0.3.3

func (m *MockRDSAPI) DownloadDBLogFilePortionPagesWithContext(arg0 aws.Context, arg1 *rds.DownloadDBLogFilePortionInput, arg2 func(*rds.DownloadDBLogFilePortionOutput, bool) bool, arg3 ...request.Option) error

DownloadDBLogFilePortionPagesWithContext mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionRequest

func (m *MockRDSAPI) DownloadDBLogFilePortionRequest(arg0 *rds.DownloadDBLogFilePortionInput) (*request.Request, *rds.DownloadDBLogFilePortionOutput)

DownloadDBLogFilePortionRequest mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionWithContext added in v0.3.3

func (m *MockRDSAPI) DownloadDBLogFilePortionWithContext(arg0 aws.Context, arg1 *rds.DownloadDBLogFilePortionInput, arg2 ...request.Option) (*rds.DownloadDBLogFilePortionOutput, error)

DownloadDBLogFilePortionWithContext mocks base method

func (*MockRDSAPI) EXPECT

func (m *MockRDSAPI) EXPECT() *MockRDSAPIMockRecorder

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

func (*MockRDSAPI) FailoverDBCluster

func (m *MockRDSAPI) FailoverDBCluster(arg0 *rds.FailoverDBClusterInput) (*rds.FailoverDBClusterOutput, error)

FailoverDBCluster mocks base method

func (*MockRDSAPI) FailoverDBClusterRequest

func (m *MockRDSAPI) FailoverDBClusterRequest(arg0 *rds.FailoverDBClusterInput) (*request.Request, *rds.FailoverDBClusterOutput)

FailoverDBClusterRequest mocks base method

func (*MockRDSAPI) FailoverDBClusterWithContext added in v0.3.3

func (m *MockRDSAPI) FailoverDBClusterWithContext(arg0 aws.Context, arg1 *rds.FailoverDBClusterInput, arg2 ...request.Option) (*rds.FailoverDBClusterOutput, error)

FailoverDBClusterWithContext mocks base method

func (*MockRDSAPI) ListTagsForResource

func (m *MockRDSAPI) ListTagsForResource(arg0 *rds.ListTagsForResourceInput) (*rds.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method

func (*MockRDSAPI) ListTagsForResourceRequest

func (m *MockRDSAPI) ListTagsForResourceRequest(arg0 *rds.ListTagsForResourceInput) (*request.Request, *rds.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockRDSAPI) ListTagsForResourceWithContext added in v0.3.3

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

ListTagsForResourceWithContext mocks base method

func (*MockRDSAPI) ModifyDBCluster

func (m *MockRDSAPI) ModifyDBCluster(arg0 *rds.ModifyDBClusterInput) (*rds.ModifyDBClusterOutput, error)

ModifyDBCluster mocks base method

func (*MockRDSAPI) ModifyDBClusterParameterGroup

ModifyDBClusterParameterGroup mocks base method

func (*MockRDSAPI) ModifyDBClusterParameterGroupRequest

func (m *MockRDSAPI) ModifyDBClusterParameterGroupRequest(arg0 *rds.ModifyDBClusterParameterGroupInput) (*request.Request, *rds.DBClusterParameterGroupNameMessage)

ModifyDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterParameterGroupWithContext added in v0.3.3

func (m *MockRDSAPI) ModifyDBClusterParameterGroupWithContext(arg0 aws.Context, arg1 *rds.ModifyDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.DBClusterParameterGroupNameMessage, error)

ModifyDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) ModifyDBClusterRequest

func (m *MockRDSAPI) ModifyDBClusterRequest(arg0 *rds.ModifyDBClusterInput) (*request.Request, *rds.ModifyDBClusterOutput)

ModifyDBClusterRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterSnapshotAttribute

ModifyDBClusterSnapshotAttribute mocks base method

func (*MockRDSAPI) ModifyDBClusterSnapshotAttributeRequest

func (m *MockRDSAPI) ModifyDBClusterSnapshotAttributeRequest(arg0 *rds.ModifyDBClusterSnapshotAttributeInput) (*request.Request, *rds.ModifyDBClusterSnapshotAttributeOutput)

ModifyDBClusterSnapshotAttributeRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterSnapshotAttributeWithContext added in v0.3.3

func (m *MockRDSAPI) ModifyDBClusterSnapshotAttributeWithContext(arg0 aws.Context, arg1 *rds.ModifyDBClusterSnapshotAttributeInput, arg2 ...request.Option) (*rds.ModifyDBClusterSnapshotAttributeOutput, error)

ModifyDBClusterSnapshotAttributeWithContext mocks base method

func (*MockRDSAPI) ModifyDBClusterWithContext added in v0.3.3

func (m *MockRDSAPI) ModifyDBClusterWithContext(arg0 aws.Context, arg1 *rds.ModifyDBClusterInput, arg2 ...request.Option) (*rds.ModifyDBClusterOutput, error)

ModifyDBClusterWithContext mocks base method

func (*MockRDSAPI) ModifyDBInstance

func (m *MockRDSAPI) ModifyDBInstance(arg0 *rds.ModifyDBInstanceInput) (*rds.ModifyDBInstanceOutput, error)

ModifyDBInstance mocks base method

func (*MockRDSAPI) ModifyDBInstanceRequest

func (m *MockRDSAPI) ModifyDBInstanceRequest(arg0 *rds.ModifyDBInstanceInput) (*request.Request, *rds.ModifyDBInstanceOutput)

ModifyDBInstanceRequest mocks base method

func (*MockRDSAPI) ModifyDBInstanceWithContext added in v0.3.3

func (m *MockRDSAPI) ModifyDBInstanceWithContext(arg0 aws.Context, arg1 *rds.ModifyDBInstanceInput, arg2 ...request.Option) (*rds.ModifyDBInstanceOutput, error)

ModifyDBInstanceWithContext mocks base method

func (*MockRDSAPI) ModifyDBParameterGroup

func (m *MockRDSAPI) ModifyDBParameterGroup(arg0 *rds.ModifyDBParameterGroupInput) (*rds.DBParameterGroupNameMessage, error)

ModifyDBParameterGroup mocks base method

func (*MockRDSAPI) ModifyDBParameterGroupRequest

func (m *MockRDSAPI) ModifyDBParameterGroupRequest(arg0 *rds.ModifyDBParameterGroupInput) (*request.Request, *rds.DBParameterGroupNameMessage)

ModifyDBParameterGroupRequest mocks base method

func (*MockRDSAPI) ModifyDBParameterGroupWithContext added in v0.3.3

func (m *MockRDSAPI) ModifyDBParameterGroupWithContext(arg0 aws.Context, arg1 *rds.ModifyDBParameterGroupInput, arg2 ...request.Option) (*rds.DBParameterGroupNameMessage, error)

ModifyDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) ModifyDBSnapshot added in v0.3.0

func (m *MockRDSAPI) ModifyDBSnapshot(arg0 *rds.ModifyDBSnapshotInput) (*rds.ModifyDBSnapshotOutput, error)

ModifyDBSnapshot mocks base method

func (*MockRDSAPI) ModifyDBSnapshotAttribute

ModifyDBSnapshotAttribute mocks base method

func (*MockRDSAPI) ModifyDBSnapshotAttributeRequest

func (m *MockRDSAPI) ModifyDBSnapshotAttributeRequest(arg0 *rds.ModifyDBSnapshotAttributeInput) (*request.Request, *rds.ModifyDBSnapshotAttributeOutput)

ModifyDBSnapshotAttributeRequest mocks base method

func (*MockRDSAPI) ModifyDBSnapshotAttributeWithContext added in v0.3.3

func (m *MockRDSAPI) ModifyDBSnapshotAttributeWithContext(arg0 aws.Context, arg1 *rds.ModifyDBSnapshotAttributeInput, arg2 ...request.Option) (*rds.ModifyDBSnapshotAttributeOutput, error)

ModifyDBSnapshotAttributeWithContext mocks base method

func (*MockRDSAPI) ModifyDBSnapshotRequest added in v0.3.0

func (m *MockRDSAPI) ModifyDBSnapshotRequest(arg0 *rds.ModifyDBSnapshotInput) (*request.Request, *rds.ModifyDBSnapshotOutput)

ModifyDBSnapshotRequest mocks base method

func (*MockRDSAPI) ModifyDBSnapshotWithContext added in v0.3.3

func (m *MockRDSAPI) ModifyDBSnapshotWithContext(arg0 aws.Context, arg1 *rds.ModifyDBSnapshotInput, arg2 ...request.Option) (*rds.ModifyDBSnapshotOutput, error)

ModifyDBSnapshotWithContext mocks base method

func (*MockRDSAPI) ModifyDBSubnetGroup

func (m *MockRDSAPI) ModifyDBSubnetGroup(arg0 *rds.ModifyDBSubnetGroupInput) (*rds.ModifyDBSubnetGroupOutput, error)

ModifyDBSubnetGroup mocks base method

func (*MockRDSAPI) ModifyDBSubnetGroupRequest

func (m *MockRDSAPI) ModifyDBSubnetGroupRequest(arg0 *rds.ModifyDBSubnetGroupInput) (*request.Request, *rds.ModifyDBSubnetGroupOutput)

ModifyDBSubnetGroupRequest mocks base method

func (*MockRDSAPI) ModifyDBSubnetGroupWithContext added in v0.3.3

func (m *MockRDSAPI) ModifyDBSubnetGroupWithContext(arg0 aws.Context, arg1 *rds.ModifyDBSubnetGroupInput, arg2 ...request.Option) (*rds.ModifyDBSubnetGroupOutput, error)

ModifyDBSubnetGroupWithContext mocks base method

func (*MockRDSAPI) ModifyEventSubscription

func (m *MockRDSAPI) ModifyEventSubscription(arg0 *rds.ModifyEventSubscriptionInput) (*rds.ModifyEventSubscriptionOutput, error)

ModifyEventSubscription mocks base method

func (*MockRDSAPI) ModifyEventSubscriptionRequest

func (m *MockRDSAPI) ModifyEventSubscriptionRequest(arg0 *rds.ModifyEventSubscriptionInput) (*request.Request, *rds.ModifyEventSubscriptionOutput)

ModifyEventSubscriptionRequest mocks base method

func (*MockRDSAPI) ModifyEventSubscriptionWithContext added in v0.3.3

func (m *MockRDSAPI) ModifyEventSubscriptionWithContext(arg0 aws.Context, arg1 *rds.ModifyEventSubscriptionInput, arg2 ...request.Option) (*rds.ModifyEventSubscriptionOutput, error)

ModifyEventSubscriptionWithContext mocks base method

func (*MockRDSAPI) ModifyOptionGroup

func (m *MockRDSAPI) ModifyOptionGroup(arg0 *rds.ModifyOptionGroupInput) (*rds.ModifyOptionGroupOutput, error)

ModifyOptionGroup mocks base method

func (*MockRDSAPI) ModifyOptionGroupRequest

func (m *MockRDSAPI) ModifyOptionGroupRequest(arg0 *rds.ModifyOptionGroupInput) (*request.Request, *rds.ModifyOptionGroupOutput)

ModifyOptionGroupRequest mocks base method

func (*MockRDSAPI) ModifyOptionGroupWithContext added in v0.3.3

func (m *MockRDSAPI) ModifyOptionGroupWithContext(arg0 aws.Context, arg1 *rds.ModifyOptionGroupInput, arg2 ...request.Option) (*rds.ModifyOptionGroupOutput, error)

ModifyOptionGroupWithContext mocks base method

func (*MockRDSAPI) PromoteReadReplica

func (m *MockRDSAPI) PromoteReadReplica(arg0 *rds.PromoteReadReplicaInput) (*rds.PromoteReadReplicaOutput, error)

PromoteReadReplica mocks base method

func (*MockRDSAPI) PromoteReadReplicaDBCluster

PromoteReadReplicaDBCluster mocks base method

func (*MockRDSAPI) PromoteReadReplicaDBClusterRequest

func (m *MockRDSAPI) PromoteReadReplicaDBClusterRequest(arg0 *rds.PromoteReadReplicaDBClusterInput) (*request.Request, *rds.PromoteReadReplicaDBClusterOutput)

PromoteReadReplicaDBClusterRequest mocks base method

func (*MockRDSAPI) PromoteReadReplicaDBClusterWithContext added in v0.3.3

func (m *MockRDSAPI) PromoteReadReplicaDBClusterWithContext(arg0 aws.Context, arg1 *rds.PromoteReadReplicaDBClusterInput, arg2 ...request.Option) (*rds.PromoteReadReplicaDBClusterOutput, error)

PromoteReadReplicaDBClusterWithContext mocks base method

func (*MockRDSAPI) PromoteReadReplicaRequest

func (m *MockRDSAPI) PromoteReadReplicaRequest(arg0 *rds.PromoteReadReplicaInput) (*request.Request, *rds.PromoteReadReplicaOutput)

PromoteReadReplicaRequest mocks base method

func (*MockRDSAPI) PromoteReadReplicaWithContext added in v0.3.3

func (m *MockRDSAPI) PromoteReadReplicaWithContext(arg0 aws.Context, arg1 *rds.PromoteReadReplicaInput, arg2 ...request.Option) (*rds.PromoteReadReplicaOutput, error)

PromoteReadReplicaWithContext mocks base method

func (*MockRDSAPI) PurchaseReservedDBInstancesOffering

PurchaseReservedDBInstancesOffering mocks base method

func (*MockRDSAPI) PurchaseReservedDBInstancesOfferingRequest

PurchaseReservedDBInstancesOfferingRequest mocks base method

func (*MockRDSAPI) PurchaseReservedDBInstancesOfferingWithContext added in v0.3.3

func (m *MockRDSAPI) PurchaseReservedDBInstancesOfferingWithContext(arg0 aws.Context, arg1 *rds.PurchaseReservedDBInstancesOfferingInput, arg2 ...request.Option) (*rds.PurchaseReservedDBInstancesOfferingOutput, error)

PurchaseReservedDBInstancesOfferingWithContext mocks base method

func (*MockRDSAPI) RebootDBInstance

func (m *MockRDSAPI) RebootDBInstance(arg0 *rds.RebootDBInstanceInput) (*rds.RebootDBInstanceOutput, error)

RebootDBInstance mocks base method

func (*MockRDSAPI) RebootDBInstanceRequest

func (m *MockRDSAPI) RebootDBInstanceRequest(arg0 *rds.RebootDBInstanceInput) (*request.Request, *rds.RebootDBInstanceOutput)

RebootDBInstanceRequest mocks base method

func (*MockRDSAPI) RebootDBInstanceWithContext added in v0.3.3

func (m *MockRDSAPI) RebootDBInstanceWithContext(arg0 aws.Context, arg1 *rds.RebootDBInstanceInput, arg2 ...request.Option) (*rds.RebootDBInstanceOutput, error)

RebootDBInstanceWithContext mocks base method

func (*MockRDSAPI) RemoveRoleFromDBCluster

func (m *MockRDSAPI) RemoveRoleFromDBCluster(arg0 *rds.RemoveRoleFromDBClusterInput) (*rds.RemoveRoleFromDBClusterOutput, error)

RemoveRoleFromDBCluster mocks base method

func (*MockRDSAPI) RemoveRoleFromDBClusterRequest

func (m *MockRDSAPI) RemoveRoleFromDBClusterRequest(arg0 *rds.RemoveRoleFromDBClusterInput) (*request.Request, *rds.RemoveRoleFromDBClusterOutput)

RemoveRoleFromDBClusterRequest mocks base method

func (*MockRDSAPI) RemoveRoleFromDBClusterWithContext added in v0.3.3

func (m *MockRDSAPI) RemoveRoleFromDBClusterWithContext(arg0 aws.Context, arg1 *rds.RemoveRoleFromDBClusterInput, arg2 ...request.Option) (*rds.RemoveRoleFromDBClusterOutput, error)

RemoveRoleFromDBClusterWithContext mocks base method

func (*MockRDSAPI) RemoveSourceIdentifierFromSubscription

RemoveSourceIdentifierFromSubscription mocks base method

func (*MockRDSAPI) RemoveSourceIdentifierFromSubscriptionRequest

RemoveSourceIdentifierFromSubscriptionRequest mocks base method

func (*MockRDSAPI) RemoveSourceIdentifierFromSubscriptionWithContext added in v0.3.3

func (m *MockRDSAPI) RemoveSourceIdentifierFromSubscriptionWithContext(arg0 aws.Context, arg1 *rds.RemoveSourceIdentifierFromSubscriptionInput, arg2 ...request.Option) (*rds.RemoveSourceIdentifierFromSubscriptionOutput, error)

RemoveSourceIdentifierFromSubscriptionWithContext mocks base method

func (*MockRDSAPI) RemoveTagsFromResource

func (m *MockRDSAPI) RemoveTagsFromResource(arg0 *rds.RemoveTagsFromResourceInput) (*rds.RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource mocks base method

func (*MockRDSAPI) RemoveTagsFromResourceRequest

func (m *MockRDSAPI) RemoveTagsFromResourceRequest(arg0 *rds.RemoveTagsFromResourceInput) (*request.Request, *rds.RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest mocks base method

func (*MockRDSAPI) RemoveTagsFromResourceWithContext added in v0.3.3

func (m *MockRDSAPI) RemoveTagsFromResourceWithContext(arg0 aws.Context, arg1 *rds.RemoveTagsFromResourceInput, arg2 ...request.Option) (*rds.RemoveTagsFromResourceOutput, error)

RemoveTagsFromResourceWithContext mocks base method

func (*MockRDSAPI) ResetDBClusterParameterGroup

ResetDBClusterParameterGroup mocks base method

func (*MockRDSAPI) ResetDBClusterParameterGroupRequest

func (m *MockRDSAPI) ResetDBClusterParameterGroupRequest(arg0 *rds.ResetDBClusterParameterGroupInput) (*request.Request, *rds.DBClusterParameterGroupNameMessage)

ResetDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) ResetDBClusterParameterGroupWithContext added in v0.3.3

func (m *MockRDSAPI) ResetDBClusterParameterGroupWithContext(arg0 aws.Context, arg1 *rds.ResetDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.DBClusterParameterGroupNameMessage, error)

ResetDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) ResetDBParameterGroup

func (m *MockRDSAPI) ResetDBParameterGroup(arg0 *rds.ResetDBParameterGroupInput) (*rds.DBParameterGroupNameMessage, error)

ResetDBParameterGroup mocks base method

func (*MockRDSAPI) ResetDBParameterGroupRequest

func (m *MockRDSAPI) ResetDBParameterGroupRequest(arg0 *rds.ResetDBParameterGroupInput) (*request.Request, *rds.DBParameterGroupNameMessage)

ResetDBParameterGroupRequest mocks base method

func (*MockRDSAPI) ResetDBParameterGroupWithContext added in v0.3.3

func (m *MockRDSAPI) ResetDBParameterGroupWithContext(arg0 aws.Context, arg1 *rds.ResetDBParameterGroupInput, arg2 ...request.Option) (*rds.DBParameterGroupNameMessage, error)

ResetDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) RestoreDBClusterFromS3

func (m *MockRDSAPI) RestoreDBClusterFromS3(arg0 *rds.RestoreDBClusterFromS3Input) (*rds.RestoreDBClusterFromS3Output, error)

RestoreDBClusterFromS3 mocks base method

func (*MockRDSAPI) RestoreDBClusterFromS3Request

func (m *MockRDSAPI) RestoreDBClusterFromS3Request(arg0 *rds.RestoreDBClusterFromS3Input) (*request.Request, *rds.RestoreDBClusterFromS3Output)

RestoreDBClusterFromS3Request mocks base method

func (*MockRDSAPI) RestoreDBClusterFromS3WithContext added in v0.3.3

func (m *MockRDSAPI) RestoreDBClusterFromS3WithContext(arg0 aws.Context, arg1 *rds.RestoreDBClusterFromS3Input, arg2 ...request.Option) (*rds.RestoreDBClusterFromS3Output, error)

RestoreDBClusterFromS3WithContext mocks base method

func (*MockRDSAPI) RestoreDBClusterFromSnapshot

RestoreDBClusterFromSnapshot mocks base method

func (*MockRDSAPI) RestoreDBClusterFromSnapshotRequest

func (m *MockRDSAPI) RestoreDBClusterFromSnapshotRequest(arg0 *rds.RestoreDBClusterFromSnapshotInput) (*request.Request, *rds.RestoreDBClusterFromSnapshotOutput)

RestoreDBClusterFromSnapshotRequest mocks base method

func (*MockRDSAPI) RestoreDBClusterFromSnapshotWithContext added in v0.3.3

func (m *MockRDSAPI) RestoreDBClusterFromSnapshotWithContext(arg0 aws.Context, arg1 *rds.RestoreDBClusterFromSnapshotInput, arg2 ...request.Option) (*rds.RestoreDBClusterFromSnapshotOutput, error)

RestoreDBClusterFromSnapshotWithContext mocks base method

func (*MockRDSAPI) RestoreDBClusterToPointInTime

RestoreDBClusterToPointInTime mocks base method

func (*MockRDSAPI) RestoreDBClusterToPointInTimeRequest

func (m *MockRDSAPI) RestoreDBClusterToPointInTimeRequest(arg0 *rds.RestoreDBClusterToPointInTimeInput) (*request.Request, *rds.RestoreDBClusterToPointInTimeOutput)

RestoreDBClusterToPointInTimeRequest mocks base method

func (*MockRDSAPI) RestoreDBClusterToPointInTimeWithContext added in v0.3.3

func (m *MockRDSAPI) RestoreDBClusterToPointInTimeWithContext(arg0 aws.Context, arg1 *rds.RestoreDBClusterToPointInTimeInput, arg2 ...request.Option) (*rds.RestoreDBClusterToPointInTimeOutput, error)

RestoreDBClusterToPointInTimeWithContext mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromDBSnapshot

RestoreDBInstanceFromDBSnapshot mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromDBSnapshotRequest

func (m *MockRDSAPI) RestoreDBInstanceFromDBSnapshotRequest(arg0 *rds.RestoreDBInstanceFromDBSnapshotInput) (*request.Request, *rds.RestoreDBInstanceFromDBSnapshotOutput)

RestoreDBInstanceFromDBSnapshotRequest mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromDBSnapshotWithContext added in v0.3.3

func (m *MockRDSAPI) RestoreDBInstanceFromDBSnapshotWithContext(arg0 aws.Context, arg1 *rds.RestoreDBInstanceFromDBSnapshotInput, arg2 ...request.Option) (*rds.RestoreDBInstanceFromDBSnapshotOutput, error)

RestoreDBInstanceFromDBSnapshotWithContext mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromS3 added in v0.7.0

func (m *MockRDSAPI) RestoreDBInstanceFromS3(arg0 *rds.RestoreDBInstanceFromS3Input) (*rds.RestoreDBInstanceFromS3Output, error)

RestoreDBInstanceFromS3 mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromS3Request added in v0.7.0

func (m *MockRDSAPI) RestoreDBInstanceFromS3Request(arg0 *rds.RestoreDBInstanceFromS3Input) (*request.Request, *rds.RestoreDBInstanceFromS3Output)

RestoreDBInstanceFromS3Request mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromS3WithContext added in v0.7.0

func (m *MockRDSAPI) RestoreDBInstanceFromS3WithContext(arg0 aws.Context, arg1 *rds.RestoreDBInstanceFromS3Input, arg2 ...request.Option) (*rds.RestoreDBInstanceFromS3Output, error)

RestoreDBInstanceFromS3WithContext mocks base method

func (*MockRDSAPI) RestoreDBInstanceToPointInTime

RestoreDBInstanceToPointInTime mocks base method

func (*MockRDSAPI) RestoreDBInstanceToPointInTimeRequest

func (m *MockRDSAPI) RestoreDBInstanceToPointInTimeRequest(arg0 *rds.RestoreDBInstanceToPointInTimeInput) (*request.Request, *rds.RestoreDBInstanceToPointInTimeOutput)

RestoreDBInstanceToPointInTimeRequest mocks base method

func (*MockRDSAPI) RestoreDBInstanceToPointInTimeWithContext added in v0.3.3

func (m *MockRDSAPI) RestoreDBInstanceToPointInTimeWithContext(arg0 aws.Context, arg1 *rds.RestoreDBInstanceToPointInTimeInput, arg2 ...request.Option) (*rds.RestoreDBInstanceToPointInTimeOutput, error)

RestoreDBInstanceToPointInTimeWithContext mocks base method

func (*MockRDSAPI) RevokeDBSecurityGroupIngress

RevokeDBSecurityGroupIngress mocks base method

func (*MockRDSAPI) RevokeDBSecurityGroupIngressRequest

func (m *MockRDSAPI) RevokeDBSecurityGroupIngressRequest(arg0 *rds.RevokeDBSecurityGroupIngressInput) (*request.Request, *rds.RevokeDBSecurityGroupIngressOutput)

RevokeDBSecurityGroupIngressRequest mocks base method

func (*MockRDSAPI) RevokeDBSecurityGroupIngressWithContext added in v0.3.3

func (m *MockRDSAPI) RevokeDBSecurityGroupIngressWithContext(arg0 aws.Context, arg1 *rds.RevokeDBSecurityGroupIngressInput, arg2 ...request.Option) (*rds.RevokeDBSecurityGroupIngressOutput, error)

RevokeDBSecurityGroupIngressWithContext mocks base method

func (*MockRDSAPI) StartDBInstance added in v0.4.1

func (m *MockRDSAPI) StartDBInstance(arg0 *rds.StartDBInstanceInput) (*rds.StartDBInstanceOutput, error)

StartDBInstance mocks base method

func (*MockRDSAPI) StartDBInstanceRequest added in v0.4.1

func (m *MockRDSAPI) StartDBInstanceRequest(arg0 *rds.StartDBInstanceInput) (*request.Request, *rds.StartDBInstanceOutput)

StartDBInstanceRequest mocks base method

func (*MockRDSAPI) StartDBInstanceWithContext added in v0.4.1

func (m *MockRDSAPI) StartDBInstanceWithContext(arg0 aws.Context, arg1 *rds.StartDBInstanceInput, arg2 ...request.Option) (*rds.StartDBInstanceOutput, error)

StartDBInstanceWithContext mocks base method

func (*MockRDSAPI) StopDBInstance added in v0.4.1

func (m *MockRDSAPI) StopDBInstance(arg0 *rds.StopDBInstanceInput) (*rds.StopDBInstanceOutput, error)

StopDBInstance mocks base method

func (*MockRDSAPI) StopDBInstanceRequest added in v0.4.1

func (m *MockRDSAPI) StopDBInstanceRequest(arg0 *rds.StopDBInstanceInput) (*request.Request, *rds.StopDBInstanceOutput)

StopDBInstanceRequest mocks base method

func (*MockRDSAPI) StopDBInstanceWithContext added in v0.4.1

func (m *MockRDSAPI) StopDBInstanceWithContext(arg0 aws.Context, arg1 *rds.StopDBInstanceInput, arg2 ...request.Option) (*rds.StopDBInstanceOutput, error)

StopDBInstanceWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceAvailable

func (m *MockRDSAPI) WaitUntilDBInstanceAvailable(arg0 *rds.DescribeDBInstancesInput) error

WaitUntilDBInstanceAvailable mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceAvailableWithContext added in v0.3.3

func (m *MockRDSAPI) WaitUntilDBInstanceAvailableWithContext(arg0 aws.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilDBInstanceAvailableWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceDeleted

func (m *MockRDSAPI) WaitUntilDBInstanceDeleted(arg0 *rds.DescribeDBInstancesInput) error

WaitUntilDBInstanceDeleted mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceDeletedWithContext added in v0.3.3

func (m *MockRDSAPI) WaitUntilDBInstanceDeletedWithContext(arg0 aws.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilDBInstanceDeletedWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotAvailable added in v0.5.2

func (m *MockRDSAPI) WaitUntilDBSnapshotAvailable(arg0 *rds.DescribeDBSnapshotsInput) error

WaitUntilDBSnapshotAvailable mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotAvailableWithContext added in v0.5.2

func (m *MockRDSAPI) WaitUntilDBSnapshotAvailableWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilDBSnapshotAvailableWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotDeleted added in v0.5.2

func (m *MockRDSAPI) WaitUntilDBSnapshotDeleted(arg0 *rds.DescribeDBSnapshotsInput) error

WaitUntilDBSnapshotDeleted mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotDeletedWithContext added in v0.5.2

func (m *MockRDSAPI) WaitUntilDBSnapshotDeletedWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilDBSnapshotDeletedWithContext mocks base method

type MockRDSAPIMockRecorder added in v0.6.0

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

MockRDSAPIMockRecorder is the mock recorder for MockRDSAPI

func (*MockRDSAPIMockRecorder) AddRoleToDBCluster added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AddRoleToDBCluster(arg0 interface{}) *gomock.Call

AddRoleToDBCluster indicates an expected call of AddRoleToDBCluster

func (*MockRDSAPIMockRecorder) AddRoleToDBClusterRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AddRoleToDBClusterRequest(arg0 interface{}) *gomock.Call

AddRoleToDBClusterRequest indicates an expected call of AddRoleToDBClusterRequest

func (*MockRDSAPIMockRecorder) AddRoleToDBClusterWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AddRoleToDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddRoleToDBClusterWithContext indicates an expected call of AddRoleToDBClusterWithContext

func (*MockRDSAPIMockRecorder) AddSourceIdentifierToSubscription added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AddSourceIdentifierToSubscription(arg0 interface{}) *gomock.Call

AddSourceIdentifierToSubscription indicates an expected call of AddSourceIdentifierToSubscription

func (*MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionRequest(arg0 interface{}) *gomock.Call

AddSourceIdentifierToSubscriptionRequest indicates an expected call of AddSourceIdentifierToSubscriptionRequest

func (*MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddSourceIdentifierToSubscriptionWithContext indicates an expected call of AddSourceIdentifierToSubscriptionWithContext

func (*MockRDSAPIMockRecorder) AddTagsToResource added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AddTagsToResource(arg0 interface{}) *gomock.Call

AddTagsToResource indicates an expected call of AddTagsToResource

func (*MockRDSAPIMockRecorder) AddTagsToResourceRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AddTagsToResourceRequest(arg0 interface{}) *gomock.Call

AddTagsToResourceRequest indicates an expected call of AddTagsToResourceRequest

func (*MockRDSAPIMockRecorder) AddTagsToResourceWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AddTagsToResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsToResourceWithContext indicates an expected call of AddTagsToResourceWithContext

func (*MockRDSAPIMockRecorder) ApplyPendingMaintenanceAction added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ApplyPendingMaintenanceAction(arg0 interface{}) *gomock.Call

ApplyPendingMaintenanceAction indicates an expected call of ApplyPendingMaintenanceAction

func (*MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionRequest(arg0 interface{}) *gomock.Call

ApplyPendingMaintenanceActionRequest indicates an expected call of ApplyPendingMaintenanceActionRequest

func (*MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ApplyPendingMaintenanceActionWithContext indicates an expected call of ApplyPendingMaintenanceActionWithContext

func (*MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngress added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngress(arg0 interface{}) *gomock.Call

AuthorizeDBSecurityGroupIngress indicates an expected call of AuthorizeDBSecurityGroupIngress

func (*MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeDBSecurityGroupIngressRequest indicates an expected call of AuthorizeDBSecurityGroupIngressRequest

func (*MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeDBSecurityGroupIngressWithContext indicates an expected call of AuthorizeDBSecurityGroupIngressWithContext

func (*MockRDSAPIMockRecorder) BacktrackDBCluster added in v0.7.0

func (mr *MockRDSAPIMockRecorder) BacktrackDBCluster(arg0 interface{}) *gomock.Call

BacktrackDBCluster indicates an expected call of BacktrackDBCluster

func (*MockRDSAPIMockRecorder) BacktrackDBClusterRequest added in v0.7.0

func (mr *MockRDSAPIMockRecorder) BacktrackDBClusterRequest(arg0 interface{}) *gomock.Call

BacktrackDBClusterRequest indicates an expected call of BacktrackDBClusterRequest

func (*MockRDSAPIMockRecorder) BacktrackDBClusterWithContext added in v0.7.0

func (mr *MockRDSAPIMockRecorder) BacktrackDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BacktrackDBClusterWithContext indicates an expected call of BacktrackDBClusterWithContext

func (*MockRDSAPIMockRecorder) CopyDBClusterParameterGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBClusterParameterGroup(arg0 interface{}) *gomock.Call

CopyDBClusterParameterGroup indicates an expected call of CopyDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) CopyDBClusterParameterGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

CopyDBClusterParameterGroupRequest indicates an expected call of CopyDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) CopyDBClusterParameterGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBClusterParameterGroupWithContext indicates an expected call of CopyDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CopyDBClusterSnapshot added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBClusterSnapshot(arg0 interface{}) *gomock.Call

CopyDBClusterSnapshot indicates an expected call of CopyDBClusterSnapshot

func (*MockRDSAPIMockRecorder) CopyDBClusterSnapshotRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBClusterSnapshotRequest(arg0 interface{}) *gomock.Call

CopyDBClusterSnapshotRequest indicates an expected call of CopyDBClusterSnapshotRequest

func (*MockRDSAPIMockRecorder) CopyDBClusterSnapshotWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBClusterSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBClusterSnapshotWithContext indicates an expected call of CopyDBClusterSnapshotWithContext

func (*MockRDSAPIMockRecorder) CopyDBParameterGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBParameterGroup(arg0 interface{}) *gomock.Call

CopyDBParameterGroup indicates an expected call of CopyDBParameterGroup

func (*MockRDSAPIMockRecorder) CopyDBParameterGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBParameterGroupRequest(arg0 interface{}) *gomock.Call

CopyDBParameterGroupRequest indicates an expected call of CopyDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) CopyDBParameterGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBParameterGroupWithContext indicates an expected call of CopyDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CopyDBSnapshot added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBSnapshot(arg0 interface{}) *gomock.Call

CopyDBSnapshot indicates an expected call of CopyDBSnapshot

func (*MockRDSAPIMockRecorder) CopyDBSnapshotRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBSnapshotRequest(arg0 interface{}) *gomock.Call

CopyDBSnapshotRequest indicates an expected call of CopyDBSnapshotRequest

func (*MockRDSAPIMockRecorder) CopyDBSnapshotWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBSnapshotWithContext indicates an expected call of CopyDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) CopyOptionGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyOptionGroup(arg0 interface{}) *gomock.Call

CopyOptionGroup indicates an expected call of CopyOptionGroup

func (*MockRDSAPIMockRecorder) CopyOptionGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyOptionGroupRequest(arg0 interface{}) *gomock.Call

CopyOptionGroupRequest indicates an expected call of CopyOptionGroupRequest

func (*MockRDSAPIMockRecorder) CopyOptionGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CopyOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyOptionGroupWithContext indicates an expected call of CopyOptionGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBCluster added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBCluster(arg0 interface{}) *gomock.Call

CreateDBCluster indicates an expected call of CreateDBCluster

func (*MockRDSAPIMockRecorder) CreateDBClusterParameterGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBClusterParameterGroup(arg0 interface{}) *gomock.Call

CreateDBClusterParameterGroup indicates an expected call of CreateDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) CreateDBClusterParameterGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

CreateDBClusterParameterGroupRequest indicates an expected call of CreateDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterParameterGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterParameterGroupWithContext indicates an expected call of CreateDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBClusterRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBClusterRequest(arg0 interface{}) *gomock.Call

CreateDBClusterRequest indicates an expected call of CreateDBClusterRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterSnapshot added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshot(arg0 interface{}) *gomock.Call

CreateDBClusterSnapshot indicates an expected call of CreateDBClusterSnapshot

func (*MockRDSAPIMockRecorder) CreateDBClusterSnapshotRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshotRequest(arg0 interface{}) *gomock.Call

CreateDBClusterSnapshotRequest indicates an expected call of CreateDBClusterSnapshotRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterSnapshotWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterSnapshotWithContext indicates an expected call of CreateDBClusterSnapshotWithContext

func (*MockRDSAPIMockRecorder) CreateDBClusterWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterWithContext indicates an expected call of CreateDBClusterWithContext

func (*MockRDSAPIMockRecorder) CreateDBInstance added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBInstance(arg0 interface{}) *gomock.Call

CreateDBInstance indicates an expected call of CreateDBInstance

func (*MockRDSAPIMockRecorder) CreateDBInstanceReadReplica added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceReadReplica(arg0 interface{}) *gomock.Call

CreateDBInstanceReadReplica indicates an expected call of CreateDBInstanceReadReplica

func (*MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaRequest(arg0 interface{}) *gomock.Call

CreateDBInstanceReadReplicaRequest indicates an expected call of CreateDBInstanceReadReplicaRequest

func (*MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBInstanceReadReplicaWithContext indicates an expected call of CreateDBInstanceReadReplicaWithContext

func (*MockRDSAPIMockRecorder) CreateDBInstanceRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceRequest(arg0 interface{}) *gomock.Call

CreateDBInstanceRequest indicates an expected call of CreateDBInstanceRequest

func (*MockRDSAPIMockRecorder) CreateDBInstanceWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBInstanceWithContext indicates an expected call of CreateDBInstanceWithContext

func (*MockRDSAPIMockRecorder) CreateDBParameterGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBParameterGroup(arg0 interface{}) *gomock.Call

CreateDBParameterGroup indicates an expected call of CreateDBParameterGroup

func (*MockRDSAPIMockRecorder) CreateDBParameterGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBParameterGroupRequest(arg0 interface{}) *gomock.Call

CreateDBParameterGroupRequest indicates an expected call of CreateDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBParameterGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBParameterGroupWithContext indicates an expected call of CreateDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBSecurityGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBSecurityGroup(arg0 interface{}) *gomock.Call

CreateDBSecurityGroup indicates an expected call of CreateDBSecurityGroup

func (*MockRDSAPIMockRecorder) CreateDBSecurityGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBSecurityGroupRequest(arg0 interface{}) *gomock.Call

CreateDBSecurityGroupRequest indicates an expected call of CreateDBSecurityGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBSecurityGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBSecurityGroupWithContext indicates an expected call of CreateDBSecurityGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBSnapshot added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBSnapshot(arg0 interface{}) *gomock.Call

CreateDBSnapshot indicates an expected call of CreateDBSnapshot

func (*MockRDSAPIMockRecorder) CreateDBSnapshotRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBSnapshotRequest(arg0 interface{}) *gomock.Call

CreateDBSnapshotRequest indicates an expected call of CreateDBSnapshotRequest

func (*MockRDSAPIMockRecorder) CreateDBSnapshotWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBSnapshotWithContext indicates an expected call of CreateDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) CreateDBSubnetGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBSubnetGroup(arg0 interface{}) *gomock.Call

CreateDBSubnetGroup indicates an expected call of CreateDBSubnetGroup

func (*MockRDSAPIMockRecorder) CreateDBSubnetGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBSubnetGroupRequest(arg0 interface{}) *gomock.Call

CreateDBSubnetGroupRequest indicates an expected call of CreateDBSubnetGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBSubnetGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateDBSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBSubnetGroupWithContext indicates an expected call of CreateDBSubnetGroupWithContext

func (*MockRDSAPIMockRecorder) CreateEventSubscription added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateEventSubscription(arg0 interface{}) *gomock.Call

CreateEventSubscription indicates an expected call of CreateEventSubscription

func (*MockRDSAPIMockRecorder) CreateEventSubscriptionRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateEventSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateEventSubscriptionRequest indicates an expected call of CreateEventSubscriptionRequest

func (*MockRDSAPIMockRecorder) CreateEventSubscriptionWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateEventSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEventSubscriptionWithContext indicates an expected call of CreateEventSubscriptionWithContext

func (*MockRDSAPIMockRecorder) CreateOptionGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateOptionGroup(arg0 interface{}) *gomock.Call

CreateOptionGroup indicates an expected call of CreateOptionGroup

func (*MockRDSAPIMockRecorder) CreateOptionGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateOptionGroupRequest(arg0 interface{}) *gomock.Call

CreateOptionGroupRequest indicates an expected call of CreateOptionGroupRequest

func (*MockRDSAPIMockRecorder) CreateOptionGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) CreateOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateOptionGroupWithContext indicates an expected call of CreateOptionGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBCluster added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBCluster(arg0 interface{}) *gomock.Call

DeleteDBCluster indicates an expected call of DeleteDBCluster

func (*MockRDSAPIMockRecorder) DeleteDBClusterParameterGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterParameterGroup(arg0 interface{}) *gomock.Call

DeleteDBClusterParameterGroup indicates an expected call of DeleteDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterParameterGroupRequest indicates an expected call of DeleteDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterParameterGroupWithContext indicates an expected call of DeleteDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBClusterRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterRequest indicates an expected call of DeleteDBClusterRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterSnapshot added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterSnapshot(arg0 interface{}) *gomock.Call

DeleteDBClusterSnapshot indicates an expected call of DeleteDBClusterSnapshot

func (*MockRDSAPIMockRecorder) DeleteDBClusterSnapshotRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterSnapshotRequest indicates an expected call of DeleteDBClusterSnapshotRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterSnapshotWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterSnapshotWithContext indicates an expected call of DeleteDBClusterSnapshotWithContext

func (*MockRDSAPIMockRecorder) DeleteDBClusterWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterWithContext indicates an expected call of DeleteDBClusterWithContext

func (*MockRDSAPIMockRecorder) DeleteDBInstance added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBInstance(arg0 interface{}) *gomock.Call

DeleteDBInstance indicates an expected call of DeleteDBInstance

func (*MockRDSAPIMockRecorder) DeleteDBInstanceRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceRequest(arg0 interface{}) *gomock.Call

DeleteDBInstanceRequest indicates an expected call of DeleteDBInstanceRequest

func (*MockRDSAPIMockRecorder) DeleteDBInstanceWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBInstanceWithContext indicates an expected call of DeleteDBInstanceWithContext

func (*MockRDSAPIMockRecorder) DeleteDBParameterGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBParameterGroup(arg0 interface{}) *gomock.Call

DeleteDBParameterGroup indicates an expected call of DeleteDBParameterGroup

func (*MockRDSAPIMockRecorder) DeleteDBParameterGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBParameterGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBParameterGroupRequest indicates an expected call of DeleteDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBParameterGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBParameterGroupWithContext indicates an expected call of DeleteDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBSecurityGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBSecurityGroup(arg0 interface{}) *gomock.Call

DeleteDBSecurityGroup indicates an expected call of DeleteDBSecurityGroup

func (*MockRDSAPIMockRecorder) DeleteDBSecurityGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBSecurityGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBSecurityGroupRequest indicates an expected call of DeleteDBSecurityGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBSecurityGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBSecurityGroupWithContext indicates an expected call of DeleteDBSecurityGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBSnapshot added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBSnapshot(arg0 interface{}) *gomock.Call

DeleteDBSnapshot indicates an expected call of DeleteDBSnapshot

func (*MockRDSAPIMockRecorder) DeleteDBSnapshotRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteDBSnapshotRequest indicates an expected call of DeleteDBSnapshotRequest

func (*MockRDSAPIMockRecorder) DeleteDBSnapshotWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBSnapshotWithContext indicates an expected call of DeleteDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) DeleteDBSubnetGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBSubnetGroup(arg0 interface{}) *gomock.Call

DeleteDBSubnetGroup indicates an expected call of DeleteDBSubnetGroup

func (*MockRDSAPIMockRecorder) DeleteDBSubnetGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBSubnetGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBSubnetGroupRequest indicates an expected call of DeleteDBSubnetGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBSubnetGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteDBSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBSubnetGroupWithContext indicates an expected call of DeleteDBSubnetGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteEventSubscription added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteEventSubscription(arg0 interface{}) *gomock.Call

DeleteEventSubscription indicates an expected call of DeleteEventSubscription

func (*MockRDSAPIMockRecorder) DeleteEventSubscriptionRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteEventSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteEventSubscriptionRequest indicates an expected call of DeleteEventSubscriptionRequest

func (*MockRDSAPIMockRecorder) DeleteEventSubscriptionWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteEventSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEventSubscriptionWithContext indicates an expected call of DeleteEventSubscriptionWithContext

func (*MockRDSAPIMockRecorder) DeleteOptionGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteOptionGroup(arg0 interface{}) *gomock.Call

DeleteOptionGroup indicates an expected call of DeleteOptionGroup

func (*MockRDSAPIMockRecorder) DeleteOptionGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteOptionGroupRequest(arg0 interface{}) *gomock.Call

DeleteOptionGroupRequest indicates an expected call of DeleteOptionGroupRequest

func (*MockRDSAPIMockRecorder) DeleteOptionGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DeleteOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteOptionGroupWithContext indicates an expected call of DeleteOptionGroupWithContext

func (*MockRDSAPIMockRecorder) DescribeAccountAttributes added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeAccountAttributes(arg0 interface{}) *gomock.Call

DescribeAccountAttributes indicates an expected call of DescribeAccountAttributes

func (*MockRDSAPIMockRecorder) DescribeAccountAttributesRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeAccountAttributesRequest(arg0 interface{}) *gomock.Call

DescribeAccountAttributesRequest indicates an expected call of DescribeAccountAttributesRequest

func (*MockRDSAPIMockRecorder) DescribeAccountAttributesWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeAccountAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountAttributesWithContext indicates an expected call of DescribeAccountAttributesWithContext

func (*MockRDSAPIMockRecorder) DescribeCertificates added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeCertificates(arg0 interface{}) *gomock.Call

DescribeCertificates indicates an expected call of DescribeCertificates

func (*MockRDSAPIMockRecorder) DescribeCertificatesRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeCertificatesRequest(arg0 interface{}) *gomock.Call

DescribeCertificatesRequest indicates an expected call of DescribeCertificatesRequest

func (*MockRDSAPIMockRecorder) DescribeCertificatesWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCertificatesWithContext indicates an expected call of DescribeCertificatesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracks added in v0.7.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracks(arg0 interface{}) *gomock.Call

DescribeDBClusterBacktracks indicates an expected call of DescribeDBClusterBacktracks

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracksRequest added in v0.7.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracksRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterBacktracksRequest indicates an expected call of DescribeDBClusterBacktracksRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracksWithContext added in v0.7.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterBacktracksWithContext indicates an expected call of DescribeDBClusterBacktracksWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroups added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroups(arg0 interface{}) *gomock.Call

DescribeDBClusterParameterGroups indicates an expected call of DescribeDBClusterParameterGroups

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterParameterGroupsRequest indicates an expected call of DescribeDBClusterParameterGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterParameterGroupsWithContext indicates an expected call of DescribeDBClusterParameterGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameters added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameters(arg0 interface{}) *gomock.Call

DescribeDBClusterParameters indicates an expected call of DescribeDBClusterParameters

func (*MockRDSAPIMockRecorder) DescribeDBClusterParametersRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParametersRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterParametersRequest indicates an expected call of DescribeDBClusterParametersRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterParametersWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterParametersWithContext indicates an expected call of DescribeDBClusterParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributes added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributes(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshotAttributes indicates an expected call of DescribeDBClusterSnapshotAttributes

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshotAttributesRequest indicates an expected call of DescribeDBClusterSnapshotAttributesRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterSnapshotAttributesWithContext indicates an expected call of DescribeDBClusterSnapshotAttributesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshots added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshots(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshots indicates an expected call of DescribeDBClusterSnapshots

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshotsRequest indicates an expected call of DescribeDBClusterSnapshotsRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterSnapshotsWithContext indicates an expected call of DescribeDBClusterSnapshotsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusters added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClusters(arg0 interface{}) *gomock.Call

DescribeDBClusters indicates an expected call of DescribeDBClusters

func (*MockRDSAPIMockRecorder) DescribeDBClustersRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClustersRequest(arg0 interface{}) *gomock.Call

DescribeDBClustersRequest indicates an expected call of DescribeDBClustersRequest

func (*MockRDSAPIMockRecorder) DescribeDBClustersWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClustersWithContext indicates an expected call of DescribeDBClustersWithContext

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersions added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersions(arg0 interface{}) *gomock.Call

DescribeDBEngineVersions indicates an expected call of DescribeDBEngineVersions

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBEngineVersionsPages indicates an expected call of DescribeDBEngineVersionsPages

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsPagesWithContext added in v0.6.0

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

DescribeDBEngineVersionsPagesWithContext indicates an expected call of DescribeDBEngineVersionsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersionsRequest(arg0 interface{}) *gomock.Call

DescribeDBEngineVersionsRequest indicates an expected call of DescribeDBEngineVersionsRequest

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBEngineVersionsWithContext indicates an expected call of DescribeDBEngineVersionsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBInstances added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBInstances(arg0 interface{}) *gomock.Call

DescribeDBInstances indicates an expected call of DescribeDBInstances

func (*MockRDSAPIMockRecorder) DescribeDBInstancesPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBInstancesPages indicates an expected call of DescribeDBInstancesPages

func (*MockRDSAPIMockRecorder) DescribeDBInstancesPagesWithContext added in v0.6.0

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

DescribeDBInstancesPagesWithContext indicates an expected call of DescribeDBInstancesPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBInstancesRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBInstancesRequest(arg0 interface{}) *gomock.Call

DescribeDBInstancesRequest indicates an expected call of DescribeDBInstancesRequest

func (*MockRDSAPIMockRecorder) DescribeDBInstancesWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBInstancesWithContext indicates an expected call of DescribeDBInstancesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBLogFiles added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFiles(arg0 interface{}) *gomock.Call

DescribeDBLogFiles indicates an expected call of DescribeDBLogFiles

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFilesPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBLogFilesPages indicates an expected call of DescribeDBLogFilesPages

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesPagesWithContext added in v0.6.0

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

DescribeDBLogFilesPagesWithContext indicates an expected call of DescribeDBLogFilesPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFilesRequest(arg0 interface{}) *gomock.Call

DescribeDBLogFilesRequest indicates an expected call of DescribeDBLogFilesRequest

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBLogFilesWithContext indicates an expected call of DescribeDBLogFilesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroups added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroups(arg0 interface{}) *gomock.Call

DescribeDBParameterGroups indicates an expected call of DescribeDBParameterGroups

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBParameterGroupsPages indicates an expected call of DescribeDBParameterGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsPagesWithContext added in v0.6.0

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

DescribeDBParameterGroupsPagesWithContext indicates an expected call of DescribeDBParameterGroupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBParameterGroupsRequest indicates an expected call of DescribeDBParameterGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBParameterGroupsWithContext indicates an expected call of DescribeDBParameterGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBParameters added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBParameters(arg0 interface{}) *gomock.Call

DescribeDBParameters indicates an expected call of DescribeDBParameters

func (*MockRDSAPIMockRecorder) DescribeDBParametersPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBParametersPages indicates an expected call of DescribeDBParametersPages

func (*MockRDSAPIMockRecorder) DescribeDBParametersPagesWithContext added in v0.6.0

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

DescribeDBParametersPagesWithContext indicates an expected call of DescribeDBParametersPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBParametersRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBParametersRequest(arg0 interface{}) *gomock.Call

DescribeDBParametersRequest indicates an expected call of DescribeDBParametersRequest

func (*MockRDSAPIMockRecorder) DescribeDBParametersWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBParametersWithContext indicates an expected call of DescribeDBParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroups added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroups(arg0 interface{}) *gomock.Call

DescribeDBSecurityGroups indicates an expected call of DescribeDBSecurityGroups

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBSecurityGroupsPages indicates an expected call of DescribeDBSecurityGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsPagesWithContext added in v0.6.0

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

DescribeDBSecurityGroupsPagesWithContext indicates an expected call of DescribeDBSecurityGroupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBSecurityGroupsRequest indicates an expected call of DescribeDBSecurityGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSecurityGroupsWithContext indicates an expected call of DescribeDBSecurityGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotAttributes added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotAttributes(arg0 interface{}) *gomock.Call

DescribeDBSnapshotAttributes indicates an expected call of DescribeDBSnapshotAttributes

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesRequest(arg0 interface{}) *gomock.Call

DescribeDBSnapshotAttributesRequest indicates an expected call of DescribeDBSnapshotAttributesRequest

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSnapshotAttributesWithContext indicates an expected call of DescribeDBSnapshotAttributesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSnapshots added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshots(arg0 interface{}) *gomock.Call

DescribeDBSnapshots indicates an expected call of DescribeDBSnapshots

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBSnapshotsPages indicates an expected call of DescribeDBSnapshotsPages

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsPagesWithContext added in v0.6.0

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

DescribeDBSnapshotsPagesWithContext indicates an expected call of DescribeDBSnapshotsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeDBSnapshotsRequest indicates an expected call of DescribeDBSnapshotsRequest

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSnapshotsWithContext indicates an expected call of DescribeDBSnapshotsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroups added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroups(arg0 interface{}) *gomock.Call

DescribeDBSubnetGroups indicates an expected call of DescribeDBSubnetGroups

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBSubnetGroupsPages indicates an expected call of DescribeDBSubnetGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsPagesWithContext added in v0.6.0

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

DescribeDBSubnetGroupsPagesWithContext indicates an expected call of DescribeDBSubnetGroupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBSubnetGroupsRequest indicates an expected call of DescribeDBSubnetGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSubnetGroupsWithContext indicates an expected call of DescribeDBSubnetGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParameters added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParameters(arg0 interface{}) *gomock.Call

DescribeEngineDefaultClusterParameters indicates an expected call of DescribeEngineDefaultClusterParameters

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersRequest(arg0 interface{}) *gomock.Call

DescribeEngineDefaultClusterParametersRequest indicates an expected call of DescribeEngineDefaultClusterParametersRequest

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEngineDefaultClusterParametersWithContext indicates an expected call of DescribeEngineDefaultClusterParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParameters added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParameters(arg0 interface{}) *gomock.Call

DescribeEngineDefaultParameters indicates an expected call of DescribeEngineDefaultParameters

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeEngineDefaultParametersPages indicates an expected call of DescribeEngineDefaultParametersPages

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersPagesWithContext added in v0.6.0

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

DescribeEngineDefaultParametersPagesWithContext indicates an expected call of DescribeEngineDefaultParametersPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParametersRequest(arg0 interface{}) *gomock.Call

DescribeEngineDefaultParametersRequest indicates an expected call of DescribeEngineDefaultParametersRequest

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEngineDefaultParametersWithContext indicates an expected call of DescribeEngineDefaultParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeEventCategories added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEventCategories(arg0 interface{}) *gomock.Call

DescribeEventCategories indicates an expected call of DescribeEventCategories

func (*MockRDSAPIMockRecorder) DescribeEventCategoriesRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEventCategoriesRequest(arg0 interface{}) *gomock.Call

DescribeEventCategoriesRequest indicates an expected call of DescribeEventCategoriesRequest

func (*MockRDSAPIMockRecorder) DescribeEventCategoriesWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEventCategoriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventCategoriesWithContext indicates an expected call of DescribeEventCategoriesWithContext

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptions added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptions(arg0 interface{}) *gomock.Call

DescribeEventSubscriptions indicates an expected call of DescribeEventSubscriptions

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventSubscriptionsPages indicates an expected call of DescribeEventSubscriptionsPages

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsPagesWithContext added in v0.6.0

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

DescribeEventSubscriptionsPagesWithContext indicates an expected call of DescribeEventSubscriptionsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptionsRequest(arg0 interface{}) *gomock.Call

DescribeEventSubscriptionsRequest indicates an expected call of DescribeEventSubscriptionsRequest

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventSubscriptionsWithContext indicates an expected call of DescribeEventSubscriptionsWithContext

func (*MockRDSAPIMockRecorder) DescribeEvents added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEvents(arg0 interface{}) *gomock.Call

DescribeEvents indicates an expected call of DescribeEvents

func (*MockRDSAPIMockRecorder) DescribeEventsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEventsPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventsPages indicates an expected call of DescribeEventsPages

func (*MockRDSAPIMockRecorder) DescribeEventsPagesWithContext added in v0.6.0

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

DescribeEventsPagesWithContext indicates an expected call of DescribeEventsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeEventsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEventsRequest(arg0 interface{}) *gomock.Call

DescribeEventsRequest indicates an expected call of DescribeEventsRequest

func (*MockRDSAPIMockRecorder) DescribeEventsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventsWithContext indicates an expected call of DescribeEventsWithContext

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptions added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptions(arg0 interface{}) *gomock.Call

DescribeOptionGroupOptions indicates an expected call of DescribeOptionGroupOptions

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeOptionGroupOptionsPages indicates an expected call of DescribeOptionGroupOptionsPages

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsPagesWithContext added in v0.6.0

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

DescribeOptionGroupOptionsPagesWithContext indicates an expected call of DescribeOptionGroupOptionsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptionsRequest(arg0 interface{}) *gomock.Call

DescribeOptionGroupOptionsRequest indicates an expected call of DescribeOptionGroupOptionsRequest

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOptionGroupOptionsWithContext indicates an expected call of DescribeOptionGroupOptionsWithContext

func (*MockRDSAPIMockRecorder) DescribeOptionGroups added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroups(arg0 interface{}) *gomock.Call

DescribeOptionGroups indicates an expected call of DescribeOptionGroups

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeOptionGroupsPages indicates an expected call of DescribeOptionGroupsPages

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsPagesWithContext added in v0.6.0

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

DescribeOptionGroupsPagesWithContext indicates an expected call of DescribeOptionGroupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupsRequest(arg0 interface{}) *gomock.Call

DescribeOptionGroupsRequest indicates an expected call of DescribeOptionGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOptionGroupsWithContext indicates an expected call of DescribeOptionGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptions added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptions(arg0 interface{}) *gomock.Call

DescribeOrderableDBInstanceOptions indicates an expected call of DescribeOrderableDBInstanceOptions

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeOrderableDBInstanceOptionsPages indicates an expected call of DescribeOrderableDBInstanceOptionsPages

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsPagesWithContext added in v0.6.0

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

DescribeOrderableDBInstanceOptionsPagesWithContext indicates an expected call of DescribeOrderableDBInstanceOptionsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsRequest(arg0 interface{}) *gomock.Call

DescribeOrderableDBInstanceOptionsRequest indicates an expected call of DescribeOrderableDBInstanceOptionsRequest

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOrderableDBInstanceOptionsWithContext indicates an expected call of DescribeOrderableDBInstanceOptionsWithContext

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActions added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActions(arg0 interface{}) *gomock.Call

DescribePendingMaintenanceActions indicates an expected call of DescribePendingMaintenanceActions

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsRequest(arg0 interface{}) *gomock.Call

DescribePendingMaintenanceActionsRequest indicates an expected call of DescribePendingMaintenanceActionsRequest

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePendingMaintenanceActionsWithContext indicates an expected call of DescribePendingMaintenanceActionsWithContext

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstances added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstances(arg0 interface{}) *gomock.Call

DescribeReservedDBInstances indicates an expected call of DescribeReservedDBInstances

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferings added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferings(arg0 interface{}) *gomock.Call

DescribeReservedDBInstancesOfferings indicates an expected call of DescribeReservedDBInstancesOfferings

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedDBInstancesOfferingsPages indicates an expected call of DescribeReservedDBInstancesOfferingsPages

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsPagesWithContext added in v0.6.0

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

DescribeReservedDBInstancesOfferingsPagesWithContext indicates an expected call of DescribeReservedDBInstancesOfferingsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedDBInstancesOfferingsRequest indicates an expected call of DescribeReservedDBInstancesOfferingsRequest

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedDBInstancesOfferingsWithContext indicates an expected call of DescribeReservedDBInstancesOfferingsWithContext

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedDBInstancesPages indicates an expected call of DescribeReservedDBInstancesPages

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesPagesWithContext added in v0.6.0

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

DescribeReservedDBInstancesPagesWithContext indicates an expected call of DescribeReservedDBInstancesPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesRequest(arg0 interface{}) *gomock.Call

DescribeReservedDBInstancesRequest indicates an expected call of DescribeReservedDBInstancesRequest

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedDBInstancesWithContext indicates an expected call of DescribeReservedDBInstancesWithContext

func (*MockRDSAPIMockRecorder) DescribeSourceRegions added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegions(arg0 interface{}) *gomock.Call

DescribeSourceRegions indicates an expected call of DescribeSourceRegions

func (*MockRDSAPIMockRecorder) DescribeSourceRegionsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegionsRequest(arg0 interface{}) *gomock.Call

DescribeSourceRegionsRequest indicates an expected call of DescribeSourceRegionsRequest

func (*MockRDSAPIMockRecorder) DescribeSourceRegionsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSourceRegionsWithContext indicates an expected call of DescribeSourceRegionsWithContext

func (*MockRDSAPIMockRecorder) DescribeValidDBInstanceModifications added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeValidDBInstanceModifications(arg0 interface{}) *gomock.Call

DescribeValidDBInstanceModifications indicates an expected call of DescribeValidDBInstanceModifications

func (*MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsRequest(arg0 interface{}) *gomock.Call

DescribeValidDBInstanceModificationsRequest indicates an expected call of DescribeValidDBInstanceModificationsRequest

func (*MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeValidDBInstanceModificationsWithContext indicates an expected call of DescribeValidDBInstanceModificationsWithContext

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortion added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortion(arg0 interface{}) *gomock.Call

DownloadDBLogFilePortion indicates an expected call of DownloadDBLogFilePortion

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionPages added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortionPages(arg0, arg1 interface{}) *gomock.Call

DownloadDBLogFilePortionPages indicates an expected call of DownloadDBLogFilePortionPages

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionPagesWithContext added in v0.6.0

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

DownloadDBLogFilePortionPagesWithContext indicates an expected call of DownloadDBLogFilePortionPagesWithContext

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortionRequest(arg0 interface{}) *gomock.Call

DownloadDBLogFilePortionRequest indicates an expected call of DownloadDBLogFilePortionRequest

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DownloadDBLogFilePortionWithContext indicates an expected call of DownloadDBLogFilePortionWithContext

func (*MockRDSAPIMockRecorder) FailoverDBCluster added in v0.6.0

func (mr *MockRDSAPIMockRecorder) FailoverDBCluster(arg0 interface{}) *gomock.Call

FailoverDBCluster indicates an expected call of FailoverDBCluster

func (*MockRDSAPIMockRecorder) FailoverDBClusterRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) FailoverDBClusterRequest(arg0 interface{}) *gomock.Call

FailoverDBClusterRequest indicates an expected call of FailoverDBClusterRequest

func (*MockRDSAPIMockRecorder) FailoverDBClusterWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) FailoverDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FailoverDBClusterWithContext indicates an expected call of FailoverDBClusterWithContext

func (*MockRDSAPIMockRecorder) ListTagsForResource added in v0.6.0

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockRDSAPIMockRecorder) ListTagsForResourceRequest added in v0.6.0

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockRDSAPIMockRecorder) ListTagsForResourceWithContext added in v0.6.0

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockRDSAPIMockRecorder) ModifyDBCluster added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBCluster(arg0 interface{}) *gomock.Call

ModifyDBCluster indicates an expected call of ModifyDBCluster

func (*MockRDSAPIMockRecorder) ModifyDBClusterParameterGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterParameterGroup(arg0 interface{}) *gomock.Call

ModifyDBClusterParameterGroup indicates an expected call of ModifyDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterParameterGroupRequest indicates an expected call of ModifyDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterParameterGroupWithContext indicates an expected call of ModifyDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) ModifyDBClusterRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterRequest indicates an expected call of ModifyDBClusterRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttribute added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttribute(arg0 interface{}) *gomock.Call

ModifyDBClusterSnapshotAttribute indicates an expected call of ModifyDBClusterSnapshotAttribute

func (*MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterSnapshotAttributeRequest indicates an expected call of ModifyDBClusterSnapshotAttributeRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterSnapshotAttributeWithContext indicates an expected call of ModifyDBClusterSnapshotAttributeWithContext

func (*MockRDSAPIMockRecorder) ModifyDBClusterWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterWithContext indicates an expected call of ModifyDBClusterWithContext

func (*MockRDSAPIMockRecorder) ModifyDBInstance added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBInstance(arg0 interface{}) *gomock.Call

ModifyDBInstance indicates an expected call of ModifyDBInstance

func (*MockRDSAPIMockRecorder) ModifyDBInstanceRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBInstanceRequest(arg0 interface{}) *gomock.Call

ModifyDBInstanceRequest indicates an expected call of ModifyDBInstanceRequest

func (*MockRDSAPIMockRecorder) ModifyDBInstanceWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBInstanceWithContext indicates an expected call of ModifyDBInstanceWithContext

func (*MockRDSAPIMockRecorder) ModifyDBParameterGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBParameterGroup(arg0 interface{}) *gomock.Call

ModifyDBParameterGroup indicates an expected call of ModifyDBParameterGroup

func (*MockRDSAPIMockRecorder) ModifyDBParameterGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBParameterGroupRequest(arg0 interface{}) *gomock.Call

ModifyDBParameterGroupRequest indicates an expected call of ModifyDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) ModifyDBParameterGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBParameterGroupWithContext indicates an expected call of ModifyDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) ModifyDBSnapshot added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshot(arg0 interface{}) *gomock.Call

ModifyDBSnapshot indicates an expected call of ModifyDBSnapshot

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotAttribute added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotAttribute(arg0 interface{}) *gomock.Call

ModifyDBSnapshotAttribute indicates an expected call of ModifyDBSnapshotAttribute

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ModifyDBSnapshotAttributeRequest indicates an expected call of ModifyDBSnapshotAttributeRequest

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBSnapshotAttributeWithContext indicates an expected call of ModifyDBSnapshotAttributeWithContext

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotRequest(arg0 interface{}) *gomock.Call

ModifyDBSnapshotRequest indicates an expected call of ModifyDBSnapshotRequest

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBSnapshotWithContext indicates an expected call of ModifyDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) ModifyDBSubnetGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBSubnetGroup(arg0 interface{}) *gomock.Call

ModifyDBSubnetGroup indicates an expected call of ModifyDBSubnetGroup

func (*MockRDSAPIMockRecorder) ModifyDBSubnetGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBSubnetGroupRequest(arg0 interface{}) *gomock.Call

ModifyDBSubnetGroupRequest indicates an expected call of ModifyDBSubnetGroupRequest

func (*MockRDSAPIMockRecorder) ModifyDBSubnetGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyDBSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBSubnetGroupWithContext indicates an expected call of ModifyDBSubnetGroupWithContext

func (*MockRDSAPIMockRecorder) ModifyEventSubscription added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyEventSubscription(arg0 interface{}) *gomock.Call

ModifyEventSubscription indicates an expected call of ModifyEventSubscription

func (*MockRDSAPIMockRecorder) ModifyEventSubscriptionRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyEventSubscriptionRequest(arg0 interface{}) *gomock.Call

ModifyEventSubscriptionRequest indicates an expected call of ModifyEventSubscriptionRequest

func (*MockRDSAPIMockRecorder) ModifyEventSubscriptionWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyEventSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyEventSubscriptionWithContext indicates an expected call of ModifyEventSubscriptionWithContext

func (*MockRDSAPIMockRecorder) ModifyOptionGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyOptionGroup(arg0 interface{}) *gomock.Call

ModifyOptionGroup indicates an expected call of ModifyOptionGroup

func (*MockRDSAPIMockRecorder) ModifyOptionGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyOptionGroupRequest(arg0 interface{}) *gomock.Call

ModifyOptionGroupRequest indicates an expected call of ModifyOptionGroupRequest

func (*MockRDSAPIMockRecorder) ModifyOptionGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ModifyOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyOptionGroupWithContext indicates an expected call of ModifyOptionGroupWithContext

func (*MockRDSAPIMockRecorder) PromoteReadReplica added in v0.6.0

func (mr *MockRDSAPIMockRecorder) PromoteReadReplica(arg0 interface{}) *gomock.Call

PromoteReadReplica indicates an expected call of PromoteReadReplica

func (*MockRDSAPIMockRecorder) PromoteReadReplicaDBCluster added in v0.6.0

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaDBCluster(arg0 interface{}) *gomock.Call

PromoteReadReplicaDBCluster indicates an expected call of PromoteReadReplicaDBCluster

func (*MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterRequest(arg0 interface{}) *gomock.Call

PromoteReadReplicaDBClusterRequest indicates an expected call of PromoteReadReplicaDBClusterRequest

func (*MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PromoteReadReplicaDBClusterWithContext indicates an expected call of PromoteReadReplicaDBClusterWithContext

func (*MockRDSAPIMockRecorder) PromoteReadReplicaRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaRequest(arg0 interface{}) *gomock.Call

PromoteReadReplicaRequest indicates an expected call of PromoteReadReplicaRequest

func (*MockRDSAPIMockRecorder) PromoteReadReplicaWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PromoteReadReplicaWithContext indicates an expected call of PromoteReadReplicaWithContext

func (*MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOffering added in v0.6.0

func (mr *MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOffering(arg0 interface{}) *gomock.Call

PurchaseReservedDBInstancesOffering indicates an expected call of PurchaseReservedDBInstancesOffering

func (*MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingRequest(arg0 interface{}) *gomock.Call

PurchaseReservedDBInstancesOfferingRequest indicates an expected call of PurchaseReservedDBInstancesOfferingRequest

func (*MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseReservedDBInstancesOfferingWithContext indicates an expected call of PurchaseReservedDBInstancesOfferingWithContext

func (*MockRDSAPIMockRecorder) RebootDBInstance added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RebootDBInstance(arg0 interface{}) *gomock.Call

RebootDBInstance indicates an expected call of RebootDBInstance

func (*MockRDSAPIMockRecorder) RebootDBInstanceRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RebootDBInstanceRequest(arg0 interface{}) *gomock.Call

RebootDBInstanceRequest indicates an expected call of RebootDBInstanceRequest

func (*MockRDSAPIMockRecorder) RebootDBInstanceWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RebootDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootDBInstanceWithContext indicates an expected call of RebootDBInstanceWithContext

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBCluster added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBCluster(arg0 interface{}) *gomock.Call

RemoveRoleFromDBCluster indicates an expected call of RemoveRoleFromDBCluster

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBClusterRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBClusterRequest(arg0 interface{}) *gomock.Call

RemoveRoleFromDBClusterRequest indicates an expected call of RemoveRoleFromDBClusterRequest

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBClusterWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveRoleFromDBClusterWithContext indicates an expected call of RemoveRoleFromDBClusterWithContext

func (*MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscription added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscription(arg0 interface{}) *gomock.Call

RemoveSourceIdentifierFromSubscription indicates an expected call of RemoveSourceIdentifierFromSubscription

func (*MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionRequest(arg0 interface{}) *gomock.Call

RemoveSourceIdentifierFromSubscriptionRequest indicates an expected call of RemoveSourceIdentifierFromSubscriptionRequest

func (*MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveSourceIdentifierFromSubscriptionWithContext indicates an expected call of RemoveSourceIdentifierFromSubscriptionWithContext

func (*MockRDSAPIMockRecorder) RemoveTagsFromResource added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RemoveTagsFromResource(arg0 interface{}) *gomock.Call

RemoveTagsFromResource indicates an expected call of RemoveTagsFromResource

func (*MockRDSAPIMockRecorder) RemoveTagsFromResourceRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RemoveTagsFromResourceRequest(arg0 interface{}) *gomock.Call

RemoveTagsFromResourceRequest indicates an expected call of RemoveTagsFromResourceRequest

func (*MockRDSAPIMockRecorder) RemoveTagsFromResourceWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RemoveTagsFromResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsFromResourceWithContext indicates an expected call of RemoveTagsFromResourceWithContext

func (*MockRDSAPIMockRecorder) ResetDBClusterParameterGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ResetDBClusterParameterGroup(arg0 interface{}) *gomock.Call

ResetDBClusterParameterGroup indicates an expected call of ResetDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) ResetDBClusterParameterGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ResetDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

ResetDBClusterParameterGroupRequest indicates an expected call of ResetDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) ResetDBClusterParameterGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ResetDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetDBClusterParameterGroupWithContext indicates an expected call of ResetDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) ResetDBParameterGroup added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ResetDBParameterGroup(arg0 interface{}) *gomock.Call

ResetDBParameterGroup indicates an expected call of ResetDBParameterGroup

func (*MockRDSAPIMockRecorder) ResetDBParameterGroupRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ResetDBParameterGroupRequest(arg0 interface{}) *gomock.Call

ResetDBParameterGroupRequest indicates an expected call of ResetDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) ResetDBParameterGroupWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) ResetDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetDBParameterGroupWithContext indicates an expected call of ResetDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromS3 added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromS3(arg0 interface{}) *gomock.Call

RestoreDBClusterFromS3 indicates an expected call of RestoreDBClusterFromS3

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromS3Request added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromS3Request(arg0 interface{}) *gomock.Call

RestoreDBClusterFromS3Request indicates an expected call of RestoreDBClusterFromS3Request

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromS3WithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromS3WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBClusterFromS3WithContext indicates an expected call of RestoreDBClusterFromS3WithContext

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshot added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshot(arg0 interface{}) *gomock.Call

RestoreDBClusterFromSnapshot indicates an expected call of RestoreDBClusterFromSnapshot

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotRequest(arg0 interface{}) *gomock.Call

RestoreDBClusterFromSnapshotRequest indicates an expected call of RestoreDBClusterFromSnapshotRequest

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBClusterFromSnapshotWithContext indicates an expected call of RestoreDBClusterFromSnapshotWithContext

func (*MockRDSAPIMockRecorder) RestoreDBClusterToPointInTime added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterToPointInTime(arg0 interface{}) *gomock.Call

RestoreDBClusterToPointInTime indicates an expected call of RestoreDBClusterToPointInTime

func (*MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeRequest(arg0 interface{}) *gomock.Call

RestoreDBClusterToPointInTimeRequest indicates an expected call of RestoreDBClusterToPointInTimeRequest

func (*MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBClusterToPointInTimeWithContext indicates an expected call of RestoreDBClusterToPointInTimeWithContext

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshot added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshot(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromDBSnapshot indicates an expected call of RestoreDBInstanceFromDBSnapshot

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotRequest(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromDBSnapshotRequest indicates an expected call of RestoreDBInstanceFromDBSnapshotRequest

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBInstanceFromDBSnapshotWithContext indicates an expected call of RestoreDBInstanceFromDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromS3 added in v0.7.0

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromS3(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromS3 indicates an expected call of RestoreDBInstanceFromS3

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromS3Request added in v0.7.0

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromS3Request(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromS3Request indicates an expected call of RestoreDBInstanceFromS3Request

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromS3WithContext added in v0.7.0

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromS3WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBInstanceFromS3WithContext indicates an expected call of RestoreDBInstanceFromS3WithContext

func (*MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTime added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTime(arg0 interface{}) *gomock.Call

RestoreDBInstanceToPointInTime indicates an expected call of RestoreDBInstanceToPointInTime

func (*MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeRequest(arg0 interface{}) *gomock.Call

RestoreDBInstanceToPointInTimeRequest indicates an expected call of RestoreDBInstanceToPointInTimeRequest

func (*MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBInstanceToPointInTimeWithContext indicates an expected call of RestoreDBInstanceToPointInTimeWithContext

func (*MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngress added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngress(arg0 interface{}) *gomock.Call

RevokeDBSecurityGroupIngress indicates an expected call of RevokeDBSecurityGroupIngress

func (*MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

RevokeDBSecurityGroupIngressRequest indicates an expected call of RevokeDBSecurityGroupIngressRequest

func (*MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeDBSecurityGroupIngressWithContext indicates an expected call of RevokeDBSecurityGroupIngressWithContext

func (*MockRDSAPIMockRecorder) StartDBInstance added in v0.6.0

func (mr *MockRDSAPIMockRecorder) StartDBInstance(arg0 interface{}) *gomock.Call

StartDBInstance indicates an expected call of StartDBInstance

func (*MockRDSAPIMockRecorder) StartDBInstanceRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) StartDBInstanceRequest(arg0 interface{}) *gomock.Call

StartDBInstanceRequest indicates an expected call of StartDBInstanceRequest

func (*MockRDSAPIMockRecorder) StartDBInstanceWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) StartDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartDBInstanceWithContext indicates an expected call of StartDBInstanceWithContext

func (*MockRDSAPIMockRecorder) StopDBInstance added in v0.6.0

func (mr *MockRDSAPIMockRecorder) StopDBInstance(arg0 interface{}) *gomock.Call

StopDBInstance indicates an expected call of StopDBInstance

func (*MockRDSAPIMockRecorder) StopDBInstanceRequest added in v0.6.0

func (mr *MockRDSAPIMockRecorder) StopDBInstanceRequest(arg0 interface{}) *gomock.Call

StopDBInstanceRequest indicates an expected call of StopDBInstanceRequest

func (*MockRDSAPIMockRecorder) StopDBInstanceWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) StopDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopDBInstanceWithContext indicates an expected call of StopDBInstanceWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailable added in v0.6.0

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailable(arg0 interface{}) *gomock.Call

WaitUntilDBInstanceAvailable indicates an expected call of WaitUntilDBInstanceAvailable

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailableWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBInstanceAvailableWithContext indicates an expected call of WaitUntilDBInstanceAvailableWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceDeleted added in v0.6.0

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceDeleted(arg0 interface{}) *gomock.Call

WaitUntilDBInstanceDeleted indicates an expected call of WaitUntilDBInstanceDeleted

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceDeletedWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBInstanceDeletedWithContext indicates an expected call of WaitUntilDBInstanceDeletedWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailable added in v0.6.0

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailable(arg0 interface{}) *gomock.Call

WaitUntilDBSnapshotAvailable indicates an expected call of WaitUntilDBSnapshotAvailable

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailableWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBSnapshotAvailableWithContext indicates an expected call of WaitUntilDBSnapshotAvailableWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeleted added in v0.6.0

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeleted(arg0 interface{}) *gomock.Call

WaitUntilDBSnapshotDeleted indicates an expected call of WaitUntilDBSnapshotDeleted

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeletedWithContext added in v0.6.0

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBSnapshotDeletedWithContext indicates an expected call of WaitUntilDBSnapshotDeletedWithContext

Jump to

Keyboard shortcuts

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